@charset "utf-8";
.select2-container--default .select2-selection--single {
height: 45px;
border-radius: 4px;
border-color:#eee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #828282;
line-height: 45px;
border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
height:55px;
border:1px solid #ccc;	
}
.select2-container--default .select2-selection--multiple {
height:55px;
border:1px solid #ccc;	
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
line-height:35px;
height:50px;
}
.dashboard-new .label-warning {
background-color:#fbf6dd;
color:#a18d29;	
}
.dashboard-new .label-success {
background-color:#e0f5d7;
color:#449626;
}
.dashboard-new .label-danger {
background-color:#ffe6e6;
color:#ea5252	
}
.dashboard-new .label-default {
background-color:#d6d6d6;
color:#777;
}
.dashboard-new .label-primary {
background-color:#c1d7e9;
color:#337ab7;
}
.admin-footer p {
padding-bottom:20px;	
font-size:16px;
margin-bottom:0;
}
.pagination {
margin-top:30px;
position:relative;
overflow:hide
;	
}
.mega-menu.n-admin-header {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
z-index:0;	
}
.mega-menu.n-admin-header .menu-logo {
min-width:250px;	
}
.dashboard-new .select2-container .select2-search--inline .select2-search__field {
margin-top:0;	
}
.dashboard-new {
padding: 0;
position: relative;
background-color: #eff3f6;
padding-top:129px;
}
.dashboard-new.no-topbar {
padding-top:102px;	
}
.dashboard-new .menu-avtr-box {
padding:15px;
position:relative;
overflow:hidden;
}
.dashboard-new .menu-avtr-box .user-img {
float: left;
margin-right: 10px;
border-radius: 50%;
position: relative;
overflow: hidden;
max-width: 70px;
max-height: 70px;
background-color: #FFF;
border:3px solid #FFF;	
}
.dashboard-new .menu-avtr-box .user-text {
position:relative;	
padding-top:10px;
}
.dashboard-new .menu-avtr-box .user-text h4 {
margin:0;
color:#FFF;
font-weight:500;	
}
.dashboard-new .menu-avtr-box .user-text p {
margin-bottom:0;
color:#FFF;
line-height:20px;	
}
.dashboard-new ul {
list-style:none;
padding:0;	
}
.dashboard-new .profile-menu {
height: 100vh;
min-height: 100vh;
background-color: #FFF;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
width: 220px;
position: fixed;
}
.dashboard-new .profile-menu .accordion {
width: 100%;
max-width: 768px;
background: #FFF;
margin-bottom: 0;
margin-top:10px;
height: 500px;
}
.dashboard-new .profile-menu .accordion .profile-menu-link {
width: 100%;
cursor: pointer;
display: inline-block;
padding: 15px 15px 15px 20px;
position: relative;
font-family: 'Poppins', sans-serif;
font-size:14px;
color:#777;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.dashboard-new .profile-menu .accordion li a {
display: block;
text-decoration: none;
padding: 15px;
padding-left: 20px;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
font-family: 'Poppins', sans-serif;
font-size:14px;
color:#777;
}
.dashboard-new .profile-menu .accordion li i {
position: absolute;
top: 16px;
left: 12px;
font-size: 18px;
color: #595959;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.dashboard-new .profile-menu .accordion li i.fa-angle-down {
right: 12px;
left: auto;
font-size: 20px;
color:#777;
}
.dashboard-new .profile-menu .accordion li.open i.fa-angle-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.dashboard-new .profile-menu .accordion li span {
margin-right: 5px;
font-size:16px;
} .dashboard-new .profile-menu .submenu {
display: none;
background: #fff;
font-size: 14px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.dashboard-new .profile-menu .submenu li {
border-bottom: 1px solid #f1f1f1;
background-color: #fafafa;
}
.dashboard-new .profile-menu .submenu li:last-child {
border-bottom: 1px solid #fff;
}
.dashboard-new .profile-menu .accordion li .submenu a {
display: block;
text-decoration: none;
color: #777;
padding: 12px;
padding-left: 35px;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.dashboard-new .profile-menu .submenu a:hover {
background: #f5f5f5;
} .dashboard-new .main-profile-card {
background-color: #fff;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.dashboard-new .contact-box {
position: relative;
padding: 30px 20px;
}
.dashboard-new .contact-box .top-box {
width: 100%;
display: inline-block;
padding: 7px 20px;
position: relative;
}
.dashboard-new .contact-box .top-box i {
width: 40px;
height: 40px;
font-size: 17px;
border-radius: 50%;
background: rgba(3, 169, 244,0.1);
color: #03A9F4;
text-align: center;
line-height: 35px;
}
.dashboard-new .contact-box .contact-action {
display: inline-block;
float: right;
}
.dashboard-new .contact-box .contact-img {
max-width: 100px;
display: table;
margin: 0 auto;
position: relative;
}
.dashboard-new .contact-box .contact-img img {
width: 100px;
height: 100px;
border: 5px solid rgba(255,255,255,0.8);
background-color: #FFF;
border-radius: 10px;
}
.dashboard-new .contact-box .contact-caption {
text-align: center;
padding-bottom: 0;
}
.dashboard-new .contact-box .contact-caption h4 {
margin-bottom: 5px;
font-weight: 500;
font-size:16px;
text-transform:uppercase;
}
.dashboard-new .contact-box .contact-caption span {
display: block;
margin-bottom: 10px;
color:#777;
font-size:16px;
}
.dashboard-new .contact-box .contact-caption span i {
font-size: 16px;
margin-right: 5px;
}
.dashboard-new .contact-box .contact-caption span.follow-user a {
color: #FFF;
}
.dashboard-new .main-profile-card .social-links {
text-align: center;
margin-bottom: 20px;
}
.dashboard-new .main-profile-card .social-links li a img {
width:30px;
}
.progress-bar {
position: relative;
width: 100%;
background-color: transparent;
-webkit-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
-ms-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
-o-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
}
.progress-bar> span {
display: block;
height: 100%;
width: 0;
background: #1684c0;
}
.progress-bar> span.profile10 {
background-color: #FF0000;
}
.progress-bar> span.profile33 {
background-color: #FFCC4D;
}
.progress-bar> span.profile66 {
background-color: #1684c0;
}
.progress-bar> span.profile100 {
background-color: #58B95A;
}
.progress-bar-review .progress-title {
display: table-cell;
}
.progress {
border-radius: 4px;
background-color: #e1e1e1;
height: 8px;
margin: 20px 0 0;
}
@media (max-width: 992px) {
.progress {
margin: 0;
}
}
.progress .progress-bar {
border-radius: 4px;
}
.progress-bar-section .progress-bar-title {
position: relative;
overflow: hidden;
padding-top: 20px;
color:#777;
}
.progress-bar-section .progress-bar-title h5 {
text-align: left;
float: left;
margin: 0;
}
.progress-bar-section .progress-bar-title .progress-percentage {
text-align: right;
float: right;
}
.candidate-dashboard .main-profile-card .resume-detail h4 {
text-transform:capitalize;
font-weight:500;
margin-top:0;	
}
.candidate-dashboard .main-profile-card .resume-detail {
padding:30px 20px;
padding-top:0;	
}
.candidate-dashboard .main-profile-card .resume-detail ul {
margin-bottom:0;	
}
.candidate-dashboard .main-profile-card .resume-detail ul li {
padding:15px 0;
border-bottom:1px solid #f5f5f5;	
}
.candidate-dashboard .main-profile-card .resume-detail ul li:last-child {
padding-bottom:0;
border-bottom:none;	
}
.candidate-dashboard .main-profile-card .resume-detail ul li i {
margin-right:10px;	
}
.candidate-dashboard .candidate-resume-page .main-body .resume-box {
background-color: #FFF;
box-shadow: none;
padding: 10px;
margin-bottom: 30px;
}
.notification-area {
position: relative;
padding: 20px;
padding-top: 0;
}
.notification-area h4 {
margin-top: 0;
font-weight: 500;
font-size:16px;
}
.notification-area .notif-box {
position: relative;
overflow: hidden;
}
.notification-area .notif-box ul {
margin-bottom: 0;
}
.notification-area .notif-box li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.notification-area .notif-box li {
border-bottom: 1px solid #f5f5f5;
padding: 20px 0;
color:#777;
}
.notification-area .notif-box li .notif-single {
margin-bottom: 10px;
}
.notification-area .notif-box li .notif-single a {
font-weight: 500;
}
.notification-area .notif-box li .notif-timing i {
margin-right: 5px;
} .notification-box {
text-align: center;
position: relative;
overflow: hidden;
padding: 30px;
padding-top:80px;
}
.dashboard-new .main-body .notification-box span {
font-size: 30px;
color: #FFF;
line-height: 70px;
}
.dashboard-new .main-body .notification-box h4 {
margin-top: 20px;
font-size: 16px;
color: #242424;
font-weight:400;
}
.dashboard-new .main-body .notification-box .btn-default {
float: none;
} .dashboard-new .main-body {
background-color: #FFF;
margin-top: 20px;
padding: 30px;
margin-bottom: 20px;
position: relative;
overflow: hidden;
min-height:450px;
}
.dashboard-new .main-body .dashboard-edit-profile {
position:relative;
overflow:hidden;	
}
.dashboard-new .main-body .dashboard-edit-profile:nth-child(2) {
margin-top:20px;
}
.dashboard-new.candidate-dashboard .main-body.n-candidate-detail .n-candidate-meta {
box-shadow:none;
padding:0;
}
.dashboard-new .dashboard-stats {
position: relative;
overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box {
margin-bottom: 30px;
position: relative;
background-color: #32ac79;
background-repeat: no-repeat;
background-size: cover;
background-position: center center; padding: 20px;
border-radius: 4px;
overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box.blue {
background-color:#8675ff;	
}
.dashboard-new .dashboard-stats .stat-box-meta {
position: relative;
overflow: hidden;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text {
width: 80%;
float: left;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text h4 {
color: #FFF;
margin: 0;
font-weight: 500;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-text h3 {
color: #FFF;
margin: 0;
}
.dashboard-new .dashboard-stats .stat-box p {
margin-bottom: 0;
color: #FFF;
position: relative;
}
.dashboard-new .dashboard-stats .stat-box p a {
color: #FFF;
}
.dashboard-new .dashboard-stats .stat-box-meta .stat-box-meta-icon {
width: 20%;
float: left;
}
.dashboard-new .dashboard-job-stats h4 {
font-weight:500;
font-size:20px;
margin-top:0;
margin-bottom:20px;
}
.dashboard-new .main-body .label {
font-weight: 500;
font-size: 12px;
padding: 5px;
border-radius:0;	
}
.dashboard-new .dashboard-job-filters label, .modal-popup .modal-content label {
font-weight: 500;
font-size: 14px;
}
.dashboard-new .dashboard-job-stats-table tr td {
padding: 15px 10px;
border: none;
color:#777;
font-weight: 500;
}
.dashboard-new .dashboard-job-stats-table tr th {
border-top: none;
border-bottom: 1px solid #EEE;
font-size:16px;
font-weight:500;
}
.dashboard-new .dashboard-job-stats-table tr:first-child {
background-color: transparent;
}
.dashboard-new .dashboard-job-stats-table tr td:first-child {
width: 500px;
font-weight: 500;
}
.dashboard-new .dashboard-job-stats-table tr td:first-child a {
font-size:16px;
}
.dashboard-new .main-body .dashboard-heading {
margin-top: 0;
margin-bottom: 30px;
font-weight: 500;
font-size:20px;
}
.dashboard-new .main-body label {
font-weight: 500;
font-size: 14px;
margin-bottom:15px;
}
.dashboard-new .main-body input {
height: 50px;
}
.dashboard-new .main-body form .dashboard-heading {
margin: 20px 0 30px 0;
}
.dashboard-new .main-body form .form-group {
margin-bottom: 25px;
}
.dashboard-new .select2-container .select2-selection--multiple {
height: auto;
padding: 0 10px;
border-radius: 0;
border: 1px solid #EEE;
}
.dashboard-new .select2-container .select2-container--default .select2-search--inline .select2-search__field {
margin-top:0;	
}
.dashboard-new .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
}
.dashboard-new .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 45px;
}
.dashboard-new  form .main-body .datepicker-here-canidate.end-hide {
margin-bottom:10px;	
}
.dashboard-new  form .main-body .company-search-toggle {
position:relative;
overflow:hidden;
margin-top:20px;
margin-bottom:30px;
}
.dashboard-new  form .main-body .company-search-toggle .can-toggle {
float:right;	
}
.company-search-toggle .toggle .btn-default {
background-color:#FFF;
box-shadow:none;
padding: 5px 10px;
}
.company-search-toggle .toggle .btn-primary {
padding: 5px 10px;
}
.dashboard-new form .main-body .dashboard-social-links {
background-color: #f5f5f5;
position: relative;
overflow: hidden;
margin-bottom: 20px;
padding: 30px 0;
}
.dashboard-new form .main-body .dashboard-social-links .dashboard-heading {
margin-top: 0;
}
.dashboard-new form .main-body .input-group .form-control {
height: 45px;
padding: 0 12px;
}
.dashboard-new form .main-body .input-group .form-control:focus {
box-shadow: none;
border-color: #ddd;
}
.dashboard-new form .main-body .input-group .input-group-btn .btn {
padding: 0 10px;
height: 45px;
line-height: 45px;
margin-top: 0;
}
.dashboard-new form .main-body .input-group .file-caption-icon {
line-height: 3;
}
.dashboard-new form .main-body  .input-group .input-group-btn .btn.btn-file {
background-color: #f5f5f5;
color: #242424;
border-color: #ddd;
}
.dashboard-new form .main-body .input-group .input-group-btn .btn.btn-default {
background-color: #dc3545;
border-color: #dc3545;
color:#FFF;
float:none;
}
.dashboard-new .main-body .dashboard-edit-profile .n-btn-flat {
margin-top: 10px;
float: right;
}
.dashboard-new .main-body .dashboard-edit-profile .btn-custom {
margin-top: 10px;
float: left;
}
.dashboard-job-filters {
background-color:#fff;
padding:30px;
margin-top:20px;
padding-bottom:15px;	
} .dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
position: relative;
overflow: hidden;
padding: 30px 10px;
border-bottom: 1px solid #EEE;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.header-title {
border-bottom: 1px solid #ddd;
padding: 15px 10px;
background-color:#242424;
color:#FFF;
}
.dashboard-new .main-body .dashboard-posted-jobs .header-title {
border-bottom: 1px solid #ddd;
padding: 15px 10px;
background-color:#242424;
color:#FFF;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.header-title li {
font-weight: 500;
font-size: 16px;
color:#FFF !important;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.cand-resumes-access {
margin-top:10px;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul {
margin-bottom: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title {
width: 40%;
vertical-align: middle;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title a {
font-size:18px;
font-weight:500;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta a {
font-size: 16px;
font-weight:500;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta p {
margin-bottom: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class {
position: relative;
overflow: hidden;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a:before {
content: '-';
position: absolute;
width: 100%;
height: 100%;
font-size: 12px;
top: 0;
left: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a:first-child:before {
content: normal;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a:first-child {
padding-left: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .job-class a {
padding: 0 10px;
position: relative;
font-weight: 400;
font-size: 14px;
color: #777;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-applicants {
width: 10%;
color:#777;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status {
width: 12%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-status .label {
font-weight: 400;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-expiration {
width: 15%;
color:#777;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action {
width: 20%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action li {
padding: 0;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action li i {
font-size: 22px;
vertical-align: middle;
background-color: #eee;
padding: 5px;
border-radius: 4px;
color: #999;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label {
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-warning {
background-color: transparent;
border: none;
color: #f0ad4e;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-info {
background-color: transparent;
border: none;
color: #5bc0de;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-success {
background-color: transparent;
border: none;
color: #5cb85c;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action .label.label-danger {
background-color: transparent;
border: none;
color: #d9534f;
}
.dashboard-new .main-body .pagination-box {
margin-top: 30px;
} .dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.posted-job-title {
width: 39%;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img img {
width: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list ul.list-inline li.resume-id {
width: 6%;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-applicants a:hover {
text-decoration: underline !important;
color: #242424;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn, .dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-expiration .btn {
border-radius: 3px;
text-transform: capitalize;
font-weight: 400;
color: #FFF;
font-size:14px;
background-color: #242424;
border: 1px solid #242424;
padding:6px 10px;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn:hover,
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-expiration .btn:hover, 
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn:focus, 
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-expiration .btn:focus {
background-color: #242424;
border: 1px solid #242424;
color:#FFF;
}
.dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn i {
font-size: 10px;
} .resume-action-modal input {
height: 45px;
border-radius: 3px;
}
.resume-action-modal .modal-content {
border-radius: 5px;
border:none;
}
.resume-action-modal .modal-content .can-toggle {
text-align:right;	
}
.resume-action-modal .modal-header {
border-radius: 4px 4px 0 0;
padding:15px 20px;
background-color:#242424;
}
.resume-action-modal .modal-header h4 {
font-size:16px;
color:#fff;
font-weight:500;	
}
.resume-action-modal .modal-header .close {
color:#fff;
opacity:0.6	
}
.resume-action-modal .form-group {
position:relative;
overflow:hidden;
clear:both;	
}
.resume-action-modal .form-group label {
font-weight:500;
}
.resume-action-modal .form-group .toggle.btn-sm {
min-width: 80px;
min-height: 30px;
}
.resume-action-modal .form-group .select2-container {
width:100% !important;	
}
.resume-action-modal .modal-content .modal-body {
padding: 20px;
}
.resume-action-modal .modal-content .modal-body .company-search-toggle {
margin: 20px 0 10px 0;
position:relative;
overflow:hidden;
} .resume-action-modal .modal-content .modal-body textarea:focus {
box-shadow: none;
border-color: #CCC;
}
.resume-action-modal .modal-content .modal-footer .btn-default {
margin-top: 0;
}
.resume-action-modal .modal-content .modal-footer {
border-top: none;
padding: 20px;
padding-top: 0;
}
.dashboard-new .main-body .dashboard-email-templates .email-template-id {
width: 5%;
}
.dashboard-new .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-expiration {
width: 25%;
}
.dashboard-new .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-action {
width: 12%;
}
.dashboard-new .main-body .dashboard-job-stats.dashboard-email-templates .posted-job-list ul.list-inline li.posted-job-title {
width: 56%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-title {
width: 55%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-expiration {
width: 25%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-action {
width: 10%;
}
.dashboard-table {
position: relative;
width: 100%;
}
.dashboard-table thead tr th {
color: #FFF;
width: auto !important;
font-weight: 500;
font-family: "Poppins", sans-serif;
text-transform: capitalize;
border-top: 1px solid #f5f5f5;
border-bottom: none;
padding: 20px 10px;
vertical-align: middle;
}
.dashboard-table tbody tr td {
color: #999;
width: auto !important;
font-weight: 400;
font-family: "Poppins", sans-serif;
border-top: 1px solid
#f5f5f5;
border-bottom: none;
padding: 20px 10px;
vertical-align: middle;
}
.dashboard-table tbody tr td a.job-title {
font-size:18px;
font-weight:500;	
}
.n-btn-custom {
border-radius: 4px;
text-transform: capitalize;
font-weight: 400;
color: #FFF;
font-size:14px;
background-color: #242424;
border: 1px solid #242424;
z-index:1;
position:relative;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
}
.n-btn-custom.btn-small {
padding:6px 10px;	
} .dashboard-new .main-body .dashboard-job-stats.my-package-detail {
position: relative;
overflow: hidden;
}
.dashboard-new .main-body .dashboard-job-stats.my-package-detail .package-id {
width: 5%;
font-weight: 500;
color: #777;
}
.dashboard-new .main-body .dashboard-job-stats.my-package-detail ul.list-inline li.package-title {
width: 68%;
vertical-align: middle;
font-weight: 500;
color: #777;
}
.dashboard-new .main-body .dashboard-job-stats.my-package-detail ul.list-inline li.package-action {
width: 25%;
vertical-align: middle;
font-weight: 500;
color: #777;
} .candidate-dashboard .candidate-resume-page .main-body .resume-box {
background-color: #FFF;
box-shadow: none;
padding: 10px;
margin-bottom: 30px;
}
.candidate-dashboard .contact-box .contact-img img {
border-radius: 50%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img img {
width: 50px;
height: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.resume-id {
width: 6%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-expiration {
width: 17%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-status {
width: 15%;
}
.candidate-dashboard .main-body .jobs-applied.posted-job-list ul.list-inline li.posted-job-title {
width: 60%;
} .candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-title .posted-job-title-img img {
width: 50px;
height: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.resume-id {
width: 4%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-expiration {
width: 15%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-status {
width: 12%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-title {
width: 50%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list ul.list-inline li.posted-job-action {
width: 15%;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list .posted-job-action .btn, .dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn.unfollow_comp {
border-radius: 3px;
font-size: 14px;
text-transform: capitalize;
font-weight: 400;
border: 1px solid #777;
background-color: #242424;
padding:6px  15px;
color:#FFF;
}
.candidate-dashboard .main-body .jobs-saved.posted-job-list .posted-job-action .btn:hover, .dashboard-new .main-body .resume-on-jobs.posted-job-list .posted-job-action .btn.unfollow_comp:hover {
background-color: #242424;
border: 1px solid #242424;
color:#FFF;
opacity:0.9;
} .candidate-resume-page {
position: relative;
}
.candidate-resume-page .main-profile-card {
background-color: #fff;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-bottom: 30px;
border-radius:3px;
}
.candidate-resume-page .contact-box {
position: relative;
background-repeat: no-repeat;
background-size: cover;
padding: 30px 20px;
border-radius:3px;
padding-bottom:0;
}
.candidate-resume-page .contact-box .top-box {
width: 100%;
display: inline-block;
padding: 7px 20px;
position: relative;
}
.candidate-resume-page .contact-box .top-box i {
width: 40px;
height: 40px;
font-size: 17px;
border-radius: 50%;
background: rgba(3, 169, 244,0.1);
color: #03A9F4;
text-align: center;
line-height: 35px;
}
.candidate-resume-page .contact-box .contact-action {
display: inline-block;
float: right;
}
.candidate-resume-page .contact-box .contact-img {
max-width: 100px;
margin: 0 auto;
position: relative;
margin-top: -80px;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/profile-bg.png) no-repeat scroll center center / cover;
}
.candidate-resume-page .contact-box .contact-img img {
width: 100px;
padding:8px;
}
.candidate-resume-page .contact-box .contact-caption {
text-align: center;
padding-bottom: 0;
}
.candidate-resume-page .contact-box .contact-caption h4 {
margin-bottom: 5px;
font-weight: 6500;
}
.candidate-resume-page .contact-box .contact-caption span {
display: block;
margin-bottom: 10px;
}
.candidate-resume-page .contact-box .contact-caption span i {
font-size: 16px;
margin-right: 5px;
}
.candidate-resume-page .contact-box .contact-caption span.follow-user a {
color: #FFF;
}
.candidate-resume-page .main-profile-card .social-links {
text-align: center;
margin-bottom: 20px;
}
.candidate-resume-page .main-profile-card .social-links li a img {
width:30px;
}
.candidate-resume-page .contact-box a.btn-custom {
font-size: 12px;
display: table;
margin: 0 auto;
border-radius: 4px;
}
.candidate-resume-page .main-profile-card .resume-detail h4 {
text-transform: capitalize;
font-weight: 500;
margin-top: 0;
font-size:16px;
}
.candidate-resume-page .main-profile-card .resume-detail {
padding: 30px 20px;
}
.candidate-resume-page .main-profile-card .resume-detail ul {
margin-bottom: 0;
padding:0;
list-style:none;
}
.candidate-resume-page .main-profile-card .resume-detail ul li {
padding: 15px 0;
border-bottom: 1px solid #f5f5f5;
}
.candidate-resume-page .main-profile-card .resume-detail ul li i {
margin-right:5px;	
}
.candidate-resume-page .main-profile-card .resume-detail ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.candidate-resume-page .main-profile-card .resume-detail ul li img {
margin-right: 10px;
width:35px;
float:left;
}
.candidate-resume-page .main-profile-card .resume-detail ul li .resume-detail-meta {
padding-left:50px;	
}
.candidate-resume-page .main-profile-card .resume-detail ul li .resume-detail-meta small {
display:block;
text-transform:uppercase;
color:#828282;
}
.candidate-resume-page .main-profile-card .resume-detail ul li .resume-detail-meta strong {
font-size:14px;	
}
.candidate-resume-page .candidate-contact-form {
padding: 30px 20px;
background-color: #fff;
box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
margin-bottom: 30px;
position: relative;
overflow: hidden;
border-radius:3px;
}
.candidate-resume-page .candidate-contact-form h4 {
margin-top: 0;
margin-bottom: 20px;
font-weight: 500;
text-transform: capitalize;
font-size:16px;
}
.candidate-resume-page .candidate-contact-form input {
height: 45px;
border-radius: 3px
}
.candidate-resume-page .main-body {
position: relative;
background-color:#FFF;
}
.candidate-resume-page .main-body .company-detail-box {
position:relative;
overflow:hidden;
margin-bottom: 30px;
background-color:#f3f8fe;
padding-bottom: 20px;
padding:20px;
}
.candidate-resume-page .main-body .company-detail-box .company-logo {
float:left;
}
.candidate-resume-page .main-body .company-detail-box .company-logo img {
max-width:100px;
margin-right:20px;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta {
position:relative;
overflow:hidden;
min-height:100px	
}
.candidate-resume-page .main-body .company-detail-box .company-meta h1 {
font-size: 22px;
font-weight: 500;
margin-bottom: 0;
text-transform: capitalize;
margin-top: 5px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta p {
margin-bottom:0;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta p i {
margin-right:5px;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta .tagline {
font-weight: 500;
margin-bottom: 0;
font-size: 16px;
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn {
position:absolute;
top:0;
right:0;
border-radius:30px;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn i {
margin-right:5px;	
}
.candidate-resume-page .main-body .company-detail-box .social-links {
position: absolute;
right: 0;
bottom: 0;	
}
.candidate-resume-page .main-body .company-detail-box .social-links li img {
width:30px;	
}
.company-main .short-detail {
padding: 0;
list-style: none;
position: relative;
overflow: hidden;
}
.company-main .short-detail li {
color: #828282;
width: 33%;
float: left;
margin-bottom: 35px;	
}
.company-main .short-detail li small {
width:100%;
display:block;	
text-transform:uppercase;
}
.company-main .short-detail li strong {
width:100%;
display:block;
font-size:14px;
color:#242424;
}
.company-main .short-detail .short-detail-icon {
float:left;
margin-right:15px;	
}
.company-main .short-detail .short-detail-icon i {
font-size: 34px;
}
.main-body .skills {
position: relative;
overflow: hidden;
}
.main-body .skills h5 {
font-weight: 500;
margin-top: 0;
display: inline-block;
float: left;
margin-right: 20px;
text-transform: capitalize;
}
.main-body .skills h5 i {
margin-right: 5px;
}
.main-body .skills a:first-child {
margin-left: 0;
}
.main-body .skills .skills-tags a {
color: #828282;
margin-left: 10px;
}
.candidate-resume-page .main-body .resume-box {
padding: 0;
margin-bottom: 30px;
border-radius:3px;
}
.candidate-resume-page .main-body h4 {
margin: 0;
font-weight: 500;
margin-bottom: 10px;
font-size:20px;
}
.candidate-resume-page .main-body .resume-box .timeline-box img.heading-icon {
width: 25px;
float: left;
margin-right: 10px;
}
.candidate-resume-page .main-body .resume-box .timeline-box ul.skills-box {
list-style:none;
padding-left:20px;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li i {
margin-right:5px;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li {
width:32%;	
} .candidate-resume-page .main-body .timeline-box {
position: relative;
}
.candidate-resume-page .main-body .timeline-box ul.education {
list-style: none;
position: relative;
padding: 0 0 0 50px;
display: inline-block;
width: 100%;
padding-left:20px;
}
.candidate-resume-page .main-body .timeline-box ul.education li {
position: relative;
padding-bottom:20px;
margin-left: 50px;
background-color: #fff;
display:inline-block;
padding-top:10px;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
} .candidate-resume-page .main-body .timeline-box ul.education li:first-child {
margin-top:0;	
}
.candidate-resume-page .main-body .timeline-box ul.education li:last-child {
margin-bottom:0;	
}
.candidate-resume-page .main-body .timeline-box ul.education li > span {
width: 4px;
height: 100%;
background: #eee;
left: -30px;
position: absolute;
top:10px;
}
.candidate-resume-page .main-body .timeline-box ul.education li:last-child span {
background:none;	
}
.candidate-resume-page .main-body .timeline-box ul.education li > span:before {
content: "";
width: 15px;
height: 15px;
border-radius: 90%;
border: 3px solid #FFF;
position: absolute;
left: -5px;
top: 0;
box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.07);
}
.candidate-resume-page .main-body .timeline-box ul.education li .date {
font-weight: 500;	
}
.candidate-resume-page .main-body .timeline-box ul.education li .lead {
position: relative;
overflow: hidden;
margin-bottom: 10px;
font-weight: 500;
font-size: 18px;
color: #242424;
margin-top:5px;
}
.candidate-resume-page .main-body .timeline-box ul.education li .lead span {
font-size:14px;
font-weight:500;
color:#828282;
margin-left:15px;	
}
.candidate-resume-page .main-body .timeline-box div .type {
font-weight: 500;
font-size: 14px;
margin-bottom: 10px;
}
.candidate-resume-page .main-body .timeline-box div .type span {
margin-right: 30px;
font-weight: 400;
color:#242424;
}
.candidate-resume-page .main-body .timeline-box div .type span strong {
margin-right:5px;
text-transform:uppercase;	
}
.candidate-resume-page .main-body .timeline-box span.number {
height: 100%;
}
.candidate-resume-page .main-body .timeline-box p {
margin-bottom:0;
}
.candidate-resume-page .main-body .resume-box ul li, .candidate-resume-page .main-body .resume-box ol li {
color:#828282;
padding:5px 0;
}
.candidate-resume-page .main-body .timeline-box ul.education li .info {
line-height: 30px;
font-size: 14px;
color: #828282;
} .related-ads {
position: relative;
overflow: hidden;
background-color: #FFF;
padding: 30px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-bottom:30px;
border-radius:3px;
}
.candidate-resume-page .related-ads {
padding:0;
box-shadow:none;	
}
.job-lists .posted-job-list {
position: relative;
overflow: hidden;
background-color: #FFF;
padding:30px 0;
border-bottom: 1px solid #f5f5f5;
}
.job-lists .posted-job-list:last-child {
padding-bottom:0;
border-bottom:none;	
}
.job-lists .posted-job-list ul {
margin: 0;
padding: 0;
list-style:none;
}
.job-lists .posted-job-list ul li.posted-job-title {
width: 78%;
vertical-align:middle;
}
.job-lists .posted-job-list ul li.posted-job-title a.job-title {
font-weight: 500;
font-size: 16px;
display: block;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img img {
width: 50px;
height: 50px;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
float: left;
margin-right: 15px;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
margin-left: 70px;
}
.job-lists .posted-job-list ul li.posted-job-title p {
margin-bottom: 0;
display: inline;
}
.job-lists .posted-job-list ul li.posted-job-title p a {
color:#828282;	
}
.job-lists .posted-job-list ul li.posted-job-title p span {
text-transform:capitalize;
font-weight:500;	
}
.job-lists .posted-job-list ul li.posted-type {
width: 20%;
text-align:right;
}
.job-lists .label {
text-transform: uppercase;
padding: 5px 10px;
border: none;
color: #777;
line-height:30px;
}
.job-lists .label.label-full-time {
background-color: transparent;
color: #d3b940;
border: 1px solid #d3b940;
}
.job-lists .label.label-part-time {
background-color: transparent;
color: #ff5a00;
border: 1px solid #ff5a00;
}
.job-lists .label.label-internee {
background-color: transparent;
color: #9d27b3;
border: 1px solid #9d27b3;
}
.job-lists .label.label-remote {
background-color: transparent;
color: #46af4a;
border: 1px solid #46af4a;
} .all-jobs-list-box.style-2 .search-premium-job {
padding:20px;
background-color:#fff;
margin-bottom:20px;	
}
.all-jobs-list-box.style-2 .search-premium-job .job-lists:last-child {
margin-bottom:0	
}
.all-jobs-list-box.style-2 .search-premium-job .job-lists, .all-jobs-list-box.style-2 .search-premium-job .job-lists .posted-job-list, .all-jobs-list-box.style-2 .search-premium-job .job-lists .posted-job-list-meta {
background-color:#f2fcf0;	
}
.all-jobs-list-box.style-2 .search-premium-job h4 {
font-size:16px;
font-weight:500;
text-transform:capitalize;
margin-top:0;
margin-bottom:15px;	
}
.all-jobs-list-box.style-2 .job-lists {
margin-bottom:20px;
border-radius:3px;
border: 1px solid #f5f5f5;	
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title {
width:100%;
padding:0;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
float:right;
margin-left:10px;
margin-right:0;	
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
margin-left:0;	
}
.all-jobs-list-box.style-2 .job-lists .label {
border-radius:20px;	
font-weight:500;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title a.job-title {
font-size:16px;
text-transform:none;
margin-top: 10px;	
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul.job-class-tags-2 {
margin-top:5px;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img img {
width: 60px;
height: 60px;
}
.all-jobs-list-box.style-2 .job-lists .posted-job-list {
border-bottom:1px solid #f5f5f5;
margin-bottom:0;
padding:20px 25px;	
}
.all-jobs-list-box.style-2 .posted-job-list-meta {
background-color:#fff;
padding:15px 20px;	
}
.all-jobs-list-box.style-2 .posted-job-list-meta span {
color:#828282;
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title a.job-title {
margin-right:10px;
display:inline;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p {
display:block;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a {
color:#828282;
margin-right:5px;
position:relative;
margin: 0 14px;
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a:first-child {
margin-left:0;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a:last-child {
margin-right:0;	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a:last-child:after {
content:"";	
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p.search-cat a::after {
color: #828282;
content: "\f105";
font-family: "FontAwesome";
position: absolute;	
right: -16px;
}
.all-jobs-list-box.style-2.style-3 .job-lists .posted-job-list ul li.posted-job-title p i {
margin-right:5px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta .job-lists .label {
font-size:10px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span:first-child {
border-right: 1px solid #f5f5f5;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
color: #828282;
padding: 15px 20px;
float: left;
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
margin-right:5px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta {
position:relative;
overflow:hidden;
padding:0;	
}
.job-lists .posted-job-list ul li.posted-job-title p a i {
font-size:10px;	
}
.job-lists .posted-job-list ul li.posted-job-title p i.ti-angle-right {
font-size:10px;	
} .single-job-section-2 .single-job-detail-box {
position: relative;
margin-bottom: 30px;
padding: 30px;
background-color: #FFF;
border-radius:3px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.single-job-section-2 .single-job-detail-box .job-detail-2 {
position: relative;
overflow: hidden;
vertical-align: middle;
}
.single-job-section-2 .single-job-detail-box .job-detail-2 h2 {
font-size: 20px;
font-weight: 500;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul {
margin-bottom: 0;
padding: 0;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li {
display: inline;
margin-right: 15px;
font-size: 14px;
color: #777;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li:last-child {
margin-right:0;	
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li i {
margin-right: 5px;
}
.single-job-section-2 .single-job-detail-box .apply-job {
position: relative;
overflow: hidden;
margin-top: 20px;
float: right;
}
.single-job-section-2 .single-job-detail-box .apply-job a {
display: inline-block;
font-size: 12px;
padding: 10px 20px;
border-radius: 3px;
color: #FFF;
text-transform: uppercase;
font-weight: 500;
}
.single-job-section-2 .single-job-detail-box .apply-job a i {
margin: 0;
}
.single-job-section-2 .single-job-detail {
background-color: #FFF;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
padding: 30px;
margin-bottom: 30px;
border-radius:3px;
}
.single-job-section-2 h4 {
font-weight: 500;
}
.single-job-section-2 ul {
list-style: disc;
padding-left: 30px;
}
.single-job-section-2 ul li {
color: #828282;
line-height: 34px;
}
.single-job-section-2 ul li strong {
color:#242424;	
}
.single-job-section-2 ul li strong a {
}
.single-job-section-2 ul li strong a {
color:#828282;
margin-right:5px;
font-size:12px;	
position:relative;
margin: 0 14px;
}
.single-job-section-2 ol {
list-style: decimal;
padding-left: 30px;
}
.single-job-section-2 ol li {
color: #828282;
line-height: 34px;
}
.single-job-section-2 .job-detail-widget {
padding: 30px 20px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
background-color: #FFF;
margin-bottom: 30px;
border-radius:3px;
}
.single-job-section-2 .job-detail-widget h4 {
text-transform: capitalize;
font-weight: 500;
margin-top: 0;
}
.single-job-section-2 .job-detail-widget ul {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.single-job-section-2 .job-detail-widget ul li {
padding: 10px 0;
border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .job-detail-widget ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.single-job-section-2 .contact-box {
position: relative;
background-color: #FFF;
padding: 10px 20px 30px 20px;
border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .contact-box .contact-img {
max-width: 100px;
display: table;
margin: 0 auto;
position: relative;
}
.single-job-section-2 .contact-box .contact-img img {
width: 100px;
height: 100px;
background-color: #FFF;
}
.single-job-section-2 .contact-box .contact-caption {
text-align: center;
padding-bottom: 0;
}
.single-job-section-2 .contact-box .contact-caption h4 {
margin-bottom: 5px;
font-weight: 500;
}
.single-job-section-2 .contact-box .contact-caption span {
display: block;
margin-bottom: 10px;
}
.single-job-section-2 .main-profile-card .social-links {
text-align: center;
margin-bottom: 10px;
padding-left: 0;
}
.single-job-section-2 .contact-box a.btn-custom {
font-size: 12px;
display: table;
margin: 0 auto;
border-radius: 4px;
}
.single-job-section-2 .social-links li a img {
width:30px;
}
.single-job-section-2 .social-links {
text-align: center;
margin-bottom: 10px;
}
.job-single-style {
background-color: #FFF;
position: relative;
float:left;
width:100%;
border-radius:3px;
}
.single-job-section-2 .job-single-style .single-job-detail-box {
box-shadow: none;
margin-bottom: 0;
}
.single-job-section-2 .job-single-style .job-detail-widget {
box-shadow: none;
}
.single-job-section-2 .job-single-style .single-job-detail {
box-shadow: none;
border-right: 1px solid #f5f5f5;
padding-top: 0;
}
.single-job-section-2.job-single-style-white {
background-color: #FFF;
}
.single-job-section-2.job-single-style-white .job-detail-widget, .single-job-section-2.job-single-style-white .single-job-detail {
padding: 0;
box-shadow: none;
}
.single-job-section-2.job-single-style-white .single-job-detail-box {
box-shadow: none;
padding: 0;
padding-bottom: 30px;
border-bottom: 1px solid #f5f5f5;
}
.single-job-section-2 .contact-box {
border-radius:3px;
}
.single-job-section-2 .single-job-detail .job-details {
position:relative;
overflow:hidden;
margin-bottom:20px;
}
.single-job-section-2 .single-job-detail .job-details strong {
margin-right:10px;	
}
.single-job-section-2 .single-job-detail .job-details .nopadding {
margin:10px 0;
color:#828282;	
}
.job-filters {
padding-bottom: 30px;
background-color: #FFF;
position: relative;
overflow: hidden;
}
.job-filters .form-group {
margin-bottom: 0;
}
.categories-list-page .job-lists .posted-job-list {
padding:20px;	
}
.categories-list-page .job-lists .posted-job-list:last-child {
margin-bottom:0;	
}
.categories-list-page .job-filters {
box-shadow: none;
margin-bottom: 20px;
padding:20px;
border-radius:3px;
}
.categories-list-page .job-filters h4 {
text-transform:capitalize;
font-weight:500;
font-size:16px;	
}
.categories-list-page.light-blue .job-filters {
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border-bottom: none;
margin-bottom: 30px;
}
.categories-list-page.light-blue .all-jobs-list-box .job-box {
padding: 30px 20px;
}
.categories-list-page.light-blue .all-jobs-list-box {
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.categories-list-page .pagination-box {
margin-top:20px;
clear:both;	
}
.categories-list-page .widget {
padding:20px;	
}
.categories-list-page .widget .form-group {
margin-bottom: 30px;
}
.categories-list-page input.form-control {
height: 40px;
}
.categories-list-page .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
}
.categories-list-page .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.categories-list-page .select2-container--default .select2-selection--single {
height: 40px;
}
.job-filters .job-filter-selected {
padding-top: 20px;
position:relative;
overflow:hidden;
}
.job-filter-selected form {
float:left;	
}
.job-filters .job-filter-selected span {
padding: 3px 10px;
background-color: transparent;
border-radius: 3px;
margin-right: 10px;
border: 1px solid #bbb;
color: #bbb;
float:left;
font-size:12px;
}
.job-filters .job-filter-selected span i {
color: #bbb;
margin-left: 5px;
}
.job-filters .job-filter-selected h4 {
margin-top: 0;
margin-bottom: 20px;
}
.job-filters .job-filter-selected h4 a {
font-size: 12px;
padding: 5px 0;
}
.categories-list-page .alphabets {
position:relative;
text-align:center;
margin-bottom:40px;
padding-bottom:20px;
}
.categories-list-page .alphabets a {
font-size:16px;
text-transform:uppercase;
padding:10px;
background-color: #f5f5f5;
border-radius: 3px;
margin: 0 2px;
}
.categories-list-page .alphabets a.active {
background-color: transparent;
font-size: 16px;
line-height: 59px;
border-radius: 3px;
}	 
.menu-dashboard {
display: none;
}
.alert {
border-radius: 3px;
}
.alert.alert-style-1 {
padding-left: 70px;
position: relative;
border: 1px solid #5bc0de;
}
.alert.alert-style-1 i {
height: 100%;
left: 0;
margin: 0;
padding-top: 13px;
position: absolute;
text-align: center;
top: 0;
width: 50px;
color: #fff;
}
.alert.alert-style-1.alert-success i {
color: #8BC34A;
background: #f7f7f7;
}
.alert.alert-style-1.alert-info i {
color: #FFF;
background: #5bc0de;
}
.alert.alert-style-1.alert-danger i {
color: #f33923;
background: #f7f7f7;
}
.alert.alert-style-1.alert-warning i {
color: #f8b32d;
background: #f7f7f7;
}
.alert-dismissable .close, .alert-dismissible .close {
top: 0;
}
.dashboard-new .dashboard-job-filters .form-group .a-btn {
padding: 15px 20px;
position: absolute;
right: 15px;
top: 24px;
color: #FFF;
border: none;
border-radius:0 4px 4px 0;
}
.dashboard-new .dashboard-job-filters .form-group .a-btn.no-top {
top:0;
} .dashboard-new .main-body .order-invoice {
padding: 20px;
}
.dashboard-new .main-body .order-invoice .order-invoice-header {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.order-invoice-company img {
margin-bottom: 35px;
}
.order-invoice-to {
text-align: right;
}
.order-invoice-to h3 {
margin: 0;
margin-bottom: 10px;
font-weight: 500;
font-size: 40px;
color: #ccc;
}
.order-invoice-to address {
padding-left: 100px;
color: #777;
}
.order-invoice-to p {
margin-bottom: 0;
width: 100%;
}
.order-invoice-company address {
padding-right: 100px;
color: #777;
}
.order-invoice-company {
margin-bottom: 0;
width: 100%;
}
.order-invoice .order-invoice-items {
margin-bottom: 70px;
}
.order-invoice .order-invoice-items tr td {
padding: 20px 10px;
}
.order-invoice-footer {
position: relative;
overflow: hidden;
}
.order-invoice-footer .order-invoice-footer-total {
margin-top: 50px;
}
.order-invoice-footer .order-invoice-footer-total .order-invoice-footer-total-amount {
font-size: 30px;
color: #5cb85c;
line-height: 30px;
font-weight: 700;
float: right;
}
.order-invoice-footer-notes-heading {
margin-top: 0;
color: #777;
} .dashboard-new .main-body .dashboard-edit-profile .ad-more-btn {
position: absolute;
right: 18px;
bottom: 0;
width:auto;	
}
.dashboard-new .main-body .dashboard-edit-profile .remove-btn {
left: 15px;
bottom: -50px;
width: auto;
position: absolute;
}
.dashboard-new .main-body .dashboard-edit-profile .ad_more_box #professional_fields .remove-btn {
bottom: 0;
}
.dashboard-new .main-body .dashboard-edit-profile .ad_more_box .form-group {
position:relative;
overflow:hidden;	
} .dashboard-new .main-body .dashboard-edit-profile .ad-more-btn .btn, .dashboard-new .main-body .dashboard-edit-profile .remove-btn .btn {
border-radius:3px;
}
.dashboard-new .main-body .ad_more_box {
position:relative;
}
.ad-more-box-single {
margin-bottom:70px;
position:relative;
float:left;	
width:100%;
}
.ad-more-box-single:first-child {
margin-bottom:50px;	
} .how-it-works {
position:relative;
overflow:hidden;
}
.how-it-works .work-points {
position:relative;
overflow:hidden;	
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
text-align:center;
margin:0 auto;
display:block;
width:36%;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin-bottom:15px;
margin-top:30px;
font-size:16px;
text-transform:capitalize;
font-weight:500;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
position:absolute;
right:-50px;
top:60px;	
}
.how-it-works .work-points .h-i-w-content-box p {
margin-bottom:0;
line-height:26px;	
} .how-it-works.style-2 {
padding-bottom:60px;
text-align:left;	
}
.how-it-works.style-2 .h-i-w-box {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/how-it-works.png);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
padding: 40px 0;
width: 100%;
float: left;
}
.how-it-works.style-2 .h-i-w-content-box {
background-color:rgba(251, 251, 251, 0.8);
padding:30px;	
}
.how-it-works.style-2 .work-points .h-i-w-content-box h3 {
margin-top:20px;
margin-bottom:10px;	
}
.how-it-works.style-2 .Heading-title {
margin-bottom:30px;	
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
width:60px;	
} .categories-list-page .all-jobs-list-box {
position:relative;
overflow:hidden;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
font-size:12px;
font-weight:500;
border-radius:3px;	
}
.jconfirm .jconfirm-box.jconfirm-type-red {
border-top: solid 2px #e74c3c;
border-radius:3px;	
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
border-top: solid 2px #3498db;
border-radius:3px;	
}
.transparent-job-detial {
position:relative;
padding:240px 0 20px;	
}
.transparent-job-detial.breadcrumb-overlay::before {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.transparent-job-detial .job-detail-meta ul {
margin-bottom: 0;
padding: 0;
list-style:none;
}
.transparent-job-detial  .job-detail-meta ul li {
display: inline;
margin-right: 15px;
font-size: 14px;
color: #fff;
}
.transparent-job-detial  .job-detail-meta ul li  a {
color: #fff;
}
.transparent-job-detial  .job-detail-meta ul li i {
margin-right: 5px;
}
.transparent-job-detial .apply-job {
position: relative;
overflow: hidden;
margin-top: 20px;
float: right;
}
.transparent-job-detial .apply-job a {
display: inline-block;
font-size: 12px;
padding: 10px 20px;
border-radius: 3px;
color: #FFF;
text-transform: uppercase;
font-weight: 500;
}
.transparent-job-detial .apply-job a i {
margin: 0;
}
.transparent-job-detial .apply-job a.bookmark {
margin-bottom:0;
}
.transparent-job-detial ul.job-class-tags-2 {
margin: 0;
}
.transparent-job-detial .job-detail-2 {
margin-bottom:20px;	
}
.transparent-job-detial ul.job-class-tags-2 li a.job-class-tags-anchor {
background-color:transparent !important;
border:1px solid #fff !important;
color:#FFF !important;	
}
.single-job-cat {
position:relative;
margin-top:15px;	
}
.single-job-cat a {
color: #828282;
margin-right: 5px;
font-size: 12px;
position: relative;
margin: 0 14px;	
}
.transparent-job-detial .single-job-cat a {
color: #FFF;	
}
.single-job-cat a:first-child {
margin-left:0;	
}
.single-job-cat a:last-child {
margin-right:0;	
}
.single-job-cat a:last-child:after {
content:"";	
}
.single-job-cat a::after {
color: #828282;
content: "\f105";
font-family: "FontAwesome";
position: absolute;	
right: -16px;
font-size: 14px;
}
.transparent-job-detial .single-job-cat a::after  {
color: #FFF;
}
.o-job-detail-page {
position:relative;
padding:70px 0;
}
.o-job-detail-page .o-job-meta {
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #f1f1f1;	
}
.o-job-detail-page .o-job-meta ul.job-class-tags-2 {
margin-top:0;	
}
.o-job-detail-page .o-job-title h1 {
font-size:26px;
font-weight:500;
margin-top:0;
display:inline-block;
vertical-align:middle;
margin-bottom:10px;	
}
.o-job-detail-page .o-single-job-detail h1, .o-job-detail-page .o-single-job-detail h2, .o-job-detail-page .o-single-job-detail h3, .o-job-detail-page .o-single-job-detail h4, .related-ads h4 {
font-weight:500;	
}
.o-job-detail-page .o-job-detail-meta ul {
list-style:none;
padding-left:0;	
}
.o-job-detail-page .o-job-detail-meta ul li {
color:#777;	
font-size:13px;
margin-right:10px;
}
.o-job-detail-page .o-job-detail-meta ul li a {
color:#777;	
}
.o-job-detail-page .o-job-detail-meta ul li:last-child {
margin-right:0;
}
.o-job-detail-page .o-job-detail-meta ul li i {
margin-right:5px;	
}
.o-job-detail-page .o-job-title a.label {
font-size: 12px;
font-weight: 400;
padding: 5px 10px;
border-radius: 50px;
margin-left: 10px;
text-transform: uppercase;	
}
.o-job-detail-page .o-job-title a.label.part-time {
background-color:#ff5a00;
}
.o-job-detail-page .o-single-job-detail {
background-color:#fff;
position:relative;
margin-bottom:30px;
}
.o-job-detail-page .o-single-job-detail ul, .o-job-detail-page .o-single-job-detail ol {
margin-bottom:20px;	
}
.o-job-detail-page .o-single-job-detail h3 {
margin-top:0;
font-size:20px;	
font-weight:500;
}
.o-job-detail-page .o-single-job-detail p {
font-size:14px;
color:#777;	
margin-bottom:20px;
}
.o-job-detail-page .o-single-job-detail ul li, .o-job-detail-page .o-single-job-detail ol li {
color: #777;
line-height: 34px;
}
.o-job-detail-page .o-job-single-sidebar {
position:relative;	
}
.o-job-detail-page .o-job-single-sidebar .widget {
padding:0;
margin-top:30px;	
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons {
padding:20px;
box-shadow:none;
padding:0;	
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider {
padding:20px 0;	
position:relative;
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider hr {
width:100%;	
}
.o-job-detail-page .o-job-single-sidebar .apply-buttons .divider small {
font-size: 16px;
position: absolute;
background-color: #FFF;
left: 40%;
padding: 10px;
border-radius: 10px;
z-index: 9;
text-transform: uppercase;
top: 20px;
color: #777;
}
.o-single-job-short-detail {
border-radius:5px;
margin-bottom:10px;
position:relative;
overflow:hidden;
}
.o-single-job-short-detail .short-detail {
padding: 0;
list-style: none;
position: relative;
overflow: hidden;
}
.o-single-job-short-detail .short-detail li {
color: #828282;
width: 33%;
float: left;
margin-bottom: 30px;	
}
.o-single-job-short-detail .short-detail li small {
width:100%;
display:block;	
text-transform:uppercase;
}
.o-single-job-short-detail .short-detail li strong {
width:100%;
display:block;
font-size:14px;
color:#242424;
}
.o-single-job-short-detail .short-detail .short-detail-icon {
float:left;
margin-right:20px;	
}
.o-single-job-short-detail .short-detail .short-detail-icon i {
font-size: 34px;
}
.o-job-detail-page .o-single-job-detail #map-contact {
margin-top:20px;	
}
.o-job-detail-page .skills {
position: relative;
overflow: hidden;
border-top: 1px solid #f5f5f5;
padding-top: 20px;	
}
.o-job-detail-page .skills h5 {
font-weight:500;
margin-top:0;
display:inline-block;
float:left;
margin-right:20px;	
}
.o-job-detail-page .skills h5 i {
margin-right:5px;	
}
.o-job-detail-page .skills .skills-tags a {
color:#828282;
margin-left:10px;
}
.o-job-detail-page .skills a:first-child {
margin-left:0;	
}
.o-job-detail-page .related-ads {
padding: 0;
box-shadow: none;
}
aside .app-deadline {
position:relative;
padding:20px;
margin-bottom:30px;	
}
aside .app-deadline small {
width: 100%;
display: block;
color: #FFF;
}
aside .app-deadline strong {
width: 100%;
display: block;
font-size: 16px;
color:#FFF;
}
aside .apply-buttons .btn-theme {
background-color:transparent;
font-size:14px;	
}
aside .apply-buttons .btn-theme:hover {
background-color:#2088cb;
color:#FFF;	
}
aside .apply-buttons .btn-linkedIn {
background-color:#0077B5;
color:#FFF;
text-transform:capitalize;
border-radius:4px;
}
aside .apply-buttons .btn-linkedIn i {
border-right: 1px solid #2088cb;
padding: 10px 15px;
line-height: 50px;
font-size: 20px;
vertical-align:middle;	
}
aside .apply-buttons .btn-linkedIn span {
padding:10px 15px;
font-weight:500;	
}
aside .app-deadline .short-detail-icon {
float: left;
margin-right: 20px;
}
aside .app-deadline .short-detail-icon i {
font-size: 34px;
color: #FFF;
}
aside .app-deadline .ab-iocn {
position:absolute;
bottom:0;
right:0;
transform: rotate(-45deg);	
}
aside .app-deadline .ab-iocn i {
font-size: 44px;
color: #FFF;
opacity:0.2
}
aside .widget .contact-box {
text-align:center;
padding:20px 0;	
margin-top:30px;
}
aside .widget .contact-box .contact-img {
margin:0 auto;
display:table;	
}
aside .widget .contact-box .contact-img img {
width:100px; }
aside .widget .contact-box .contact-caption h4 {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
margin-top: 20px;
}
aside .widget .contact-box .contact-caption a i {
margin-right:5px;	
}
aside .widget .contact-box .social-links img {
width:30px;
}
aside .widget .contact-box .social-links li {
border-bottom:none;
padding:0;	
}
aside .widget .contact-box .social-links {
margin:20px 0;
background-color:#f5f5f5;
padding:20px 0;	
}
aside .widget .contact-box .company-short-detail {
margin-bottom:20px;	
}
aside .widget .contact-box .view-profile {
text-transform:uppercase;
font-weight:500;	
} .dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-action i {
font-size:20px;
}
#short-detail-modal .n-modal-candidate-avatar {
float:left;		
}
#short-detail-modal .n-modal-candidate-avatar img {
max-width:100px;	
}
#short-detail-modal .n-modal-candidate-detail {
margin-left:120px;
margin-bottom:30px;
}
#short-detail-modal .n-modal-candidate-detail h4 {
margin-bottom:10px;	
font-size:20px;
font-weight:600;
}
#short-detail-modal .n-modal-candidate-detail p {
margin-bottom:0;	
}
#short-detail-modal .n-modal-candidate-detail p i {
font-size:18px;
margin-right:5px;	
}
#short-detail-modal .n-modal-candidate-detail .btn {
padding:8px 15px;
background-color:#242424;
color:#fff;
margin-top:10px;
border:1px solid #242424;	
}
#short-detail-modal .n-modal-candidate-cover h5 { 
font-size:18px;
margin-top:0;
}
#short-detail-modal .modal-header {
background-color:#242424;	
}
#short-detail-modal .modal-header h4 {
color:#FFF;
}
#short-detail-modal .modal-header .close {
color:#FFf;
opacity:0.5;	
}
.dashboard-new .dashboard-job-stats h4 span {
color:#fb236a;
font-weight:600;	
}
.n-candidate-detail .locked-profile {
position:relative;	
}
.n-candidate-detail .locked-profile i {
font-size:20px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-img {
float: left;
margin-right: 15px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-img img {
width:50px;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-title-meta a {
font-size:18px;
font-weight:500;
text-transform:capitalize;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-action .label.label-success {
background-color: transparent;
border: none;
color: #5cb85c;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-action li i {
font-size: 22px;
vertical-align: middle;
background-color: #eee;
padding: 5px;
border-radius: 4px;
color: #999;
} @media (min-width: 1367px) and (max-width: 1920px) {
.dashboard-new .profile-menu {
width: 265px;
}
.dashboard-new .main-body.dashbord-height-fix {
min-height:600px;
}
.o-job-detail-page .o-job-title h1 {
font-size:30px;
}
.o-job-detail-page .o-job-detail-meta ul li {
font-size: 16px;
}
.o-single-job-short-detail .short-detail li strong {
font-size:16px;	
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.o-job-detail-page .o-job-detail-meta {
margin-top:10px;	
}
.o-job-detail-page .o-job-title h1 {
display:block;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn, .candidate-resume-page .main-body .company-detail-box .social-links {
position: relative;
margin-top: 10px;
}
.company-main .short-detail li {
width:50%;	
}
.dashboard-new .profile-menu {
width:240px;	
}
.dashboard-posted-jobs {
overflow-x: auto;
white-space: nowrap;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 1400px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.mega-menu.n-admin-header .menu-logo {
min-width:auto;	
}
.dashboard-new .profile-menu {
position: fixed;
left: -220px;
min-height: auto;
height: 100vh;
z-index: 9999;
top: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
overflow:visible;
}
.dashboard-new .profile-menu.position {
left: 0;
z-index: 9999;
}
.menu-dashboard {
position: absolute;
right: -50px;
top: 170px;
padding: 15px;
border-radius: 0;
border: 1px solid #F1F1F1;
text-align: center;
background: no-repeat center 5px #fff;
border-left: 0;
z-index: 9;
box-shadow: 20px 0px 40px 0px rgba(0,0,0,0.03);
display: block;
}
.menu-dashboard i {
font-size: 20px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 1400px;
}
.dashboard-new .main-body .dashboard-email-templates .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 900px;
}
.dashboard-new .main-body .followers .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 900px;
}
.dashboard-posted-jobs {
overflow-x: auto;
white-space: nowrap;
}
.categories-list-page .alphabets a {
display:inline-block;
margin-bottom:10px;
line-height:normal;	
}
.categories-list-page .alphabets a.active {
line-height:normal;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin:15px 0;	
}
.h-i-w-content-box {
margin-bottom:20px;	
}
.footer-dark.footer-black .footer_block {
margin-top:20px;
}
.dashboard-new.dashboard-transparent-header .profile-menu {
position:fixed;
z-index:999;	
}
.dashboard-new.dashboard-transparent-header .main-body {
margin-top:20px;	
}
.o-job-detail-page .o-job-title h1 {
font-size:24px;	
}
.o-job-detail-page .o-job-detail-meta {
margin-top:20px;	
}
.o-job-detail-page .o-job-detail-meta ul li {
width:100%;
margin-bottom:10px;	
}
.o-single-job-short-detail .short-detail li {
width:50%;	
}
}
@media (min-width: 320px) and (max-width: 767px) {
.dashboard-new .profile-menu {
position: fixed;
left: -220px;
min-height: auto;
height: 100vh;
z-index: 9999;
top: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
overflow:visible;
}
.dashboard-new .profile-menu.position {
left: 0;
z-index: 9999;
top: 0;
}
.menu-dashboard {
position: absolute;
right: -50px;
top: 15px;
padding: 15px;
border-radius: 0 4px 4px 0;
border: 1px solid #F1F1F1;
text-align: center;
background: no-repeat center 5px #fff;
border-left: 0;
z-index: 9;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
display: block;
}
.dashboard-new .profile-menu .accordion li a {
padding:10px;
font-size:14px;
}
.dashboard-new .profile-menu .accordion .profile-menu-link {
font-size:14px;
padding:10px;	
}
.menu-dashboard i {
font-size: 20px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 1200px;
}
.dashboard-new .main-body .dashboard-email-templates .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 700px;
}
.dashboard-new .main-body .followers .dashboard-posted-jobs .posted-job-list {
padding: 20px 0;
width: 700px;
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list.jobs-applied {
padding: 20px 0;
width: 700px;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-title {
width: 45%;
}
.dashboard-new .main-body .dashboard-job-stats.followers .posted-job-list ul.list-inline li.posted-job-action {
width: 16%;
}
.dashboard-posted-jobs {
overflow-x: auto;
white-space: nowrap;
}
.candidate-resume-page .main-body .resume-box {
margin-bottom:0;
}
.related-ads {
padding: 20px;
}
.job-lists .posted-job-list ul li.posted-job-title {
width: 100%;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-img {
display:none;
}
.job-lists .posted-job-list ul li.posted-job-title .posted-job-title-meta {
margin-bottom: 10px;
margin-left:0;
}
.job-lists .posted-job-list ul li.posted-type, .job-lists .posted-job-list ul li.save-job {
width: 100%;
text-align:start;
}
.job-lists .posted-job-list ul li a.save-job {
display:inline-block;
margin-right:10px;	
}
.candidate-resume-page .main-body .timeline-box ul.education {
padding: 0;
}
.candidate-resume-page .main-body .timeline-box ul.education li {
margin-top: 0;
}
.single-job-section-2 .single-job-detail-box, .single-job-section-2 .single-job-detail {
padding: 20px;
}
.single-job-section-2 .single-job-detail-box .job-detail-2 h2 {
font-size: 20px;
}
.single-job-section-2 .single-job-detail-box .job-detail-meta ul li {
margin-right: 0;
display: block;
margin-bottom: 0;
}
.single-job-section-2 .single-job-detail-box .apply-job {
float: none;
}
.single-job-section-2 .single-job-detail-box .apply-job a {
display: block;
margin-bottom: 10px !important;
}
.single-job-section-2 ul, .single-job-section-2 ol {
padding-left: 15px;
}
.dashboard-new .main-body .order-invoice {
padding: 0;
}
.order-invoice-to address {
padding-left: 0;
margin-bottom: 10px;
}
.order-invoice-to {
text-align: left;
margin-bottom: 30px;
}
.order-invoice-company address {
padding-right: 0;
}
.categories-list-page .alphabets a {
display:inline-block;
margin-bottom:10px;
line-height:normal;	
}
.categories-list-page .alphabets a.active {
line-height:normal;	
}
.job-filters .job-filter-selected span {
margin-bottom:10px;	
}
.mega-menu.desktopTopFixed section {
padding:10px 5px;	
}
.candidate-resume-page .main-body {
padding:0;	
}
.candidate-resume-page .main-body .timeline-box div .type span {
display:block;
margin-right:0;
margin-bottom:10px;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin:15px 0;	
}
.h-i-w-content-box {
margin-bottom:20px;	
}
.job-lists .posted-job-list {
padding:20px;	
}
.all-jobs-list-box.style-2.style-3 .posted-job-list-meta span {
padding:10px;	
}
.transparent-job-detial .apply-job a, .transparent-job-detial .apply-job a.bookmark {
display:block !important;
margin-bottom:5px;	
}
.transparent-job-detial .apply-job {
float:none;	
}
.transparent-job-detial .job-detail-meta ul li {
display:block;
margin-right:0;
margin-bottom:5px;	
}
.job-breadcrumb h3, .job-breadcrumb h2 {
font-size:20px;	
margin-bottom: 10px;
}
.dashboard-new.dashboard-transparent-header .profile-menu {
position:fixed;
z-index:999;	
}
.dashboard-new.dashboard-transparent-header .main-body {
margin-top:20px;	
}
.o-job-detail-page .o-job-title h1 {
font-size:20px;
margin-top:10px;	
}
.o-job-detail-page .o-job-title a.label.part-time {
line-height:30px;	
}
.o-job-detail-page .o-job-detail-meta {
margin-top:20px;	
}
.o-job-detail-page .o-job-detail-meta ul li {
display:block;
margin-bottom:10px;	
}
.o-single-job-short-detail .short-detail li {
width:100%;	
}
.o-job-detail-page .o-job-single-sidebar {
margin-top:20px;	
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li {
width:100%;	
}
.candidate-resume-page .main-body .company-detail-box .company-logo {
float:none;
width:100%;
text-align:center;
}
.candidate-resume-page .main-body .company-detail-box .company-logo img {
margin:0;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta a.btn, .candidate-resume-page .main-body .company-detail-box .social-links {
position: relative;
margin-top: 10px;
text-align: center;	
}
.candidate-resume-page .main-body .company-detail-box .company-meta {
text-align:center;	
}
.company-main .short-detail li {
width:100%;	
}
.navbar-fixed-bottom, .navbar-fixed-top {
position:relative;	
}
.dashboard-new {
padding-top:20px;	
}
.dashboard-new .select2-container .select2-selection--multiple {
height: auto;
min-height: 55px;
}
.dashboard-new #your_current_location {
bottom: 13px;
}
.dashboard-new .main-body .dashboard-edit-profile .n-btn-flat {
float: right;
width: 100%;
}
.dashboard-new .main-body .dashboard-edit-profile .btn-custom {
float: left;
position: absolute;
top: 64px;
}
.dashboard-new .main-body {
padding: 15px;
}
}
 .entry-content li span, .entry-content li strong, .entry-content li em {
font-size:16px !important; 
}
li > ul, li > ol {
margin-bottom: 0 !important;
}
.entry-content p {
margin: 0 0 1.75em;
font-size:16px;
}
.entry-content p strong {
color:#242424;	
}
.entry-content code, .entry-content pre {
background: #eee;
font-size: 15px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;	
display:block;
}
.entry-content > *:last-child, .entry-summary > *:last-child, body:not(.search-results) .entry-summary > *:last-child, .page-content > *:last-child, .comment-content > *:last-child, .textwidget > *:last-child {
margin-bottom: 0;
}
.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
margin-left: 0;
}
.entry-content ul ol, .entry-content ul ul, .entry-content ol ol {
margin-bottom:0 !important;	
}
body, blockquote cite, blockquote small, .entry-title a, .page-links > .page-links-title, .comment-author, .comment-reply-title small a:hover, .comment-reply-title small a:focus {
color: #242424;
}
.entry-content h1, .entry-summary h1, .comment-content h1 {
font-size: 48px;
line-height: 1.27273;
margin:33px 0;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
font-size: 30px;
line-height: 1.25;
margin:25px 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 {
font-weight: 500;
color: #242424;
}
.entry-content h3, .entry-summary h3, .comment-content h3 {
font-size: 22px;
line-height: 1.21739;
margin:22px 0;
}
.entry-content h4, .entry-summary h4, .comment-content h4 {
font-size: 20px;
line-height: 1.3;
margin:25px 0;
}
.entry-content h5, .entry-summary h5, .comment-content h5 {
font-size: 18px;
line-height: 1.3;
margin:30px 0;
}
.entry-content h6, .entry-summary h6, .comment-content h6 {
font-size: 16px;
line-height: 1.3;
margin: 36px 0;
}
.entry-content h6, .entry-summary h6, .comment-content h6, .textwidget h6 {
font-style: italic;
}
.entry-content table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
width: 100%;
}
.entry-content th, .entry-content td {
padding: 5px 20px;
}
.entry-content th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
.entry-content caption, th, td {
text-align: left;
padding:10px;
}
.shop_table th, .shop_table td {
text-align: center;
padding:10px;
}
.entry-content table, .entry-content th, .entry-content td {
border: 1px solid #EEE;
}
.entry-content dt {
font-weight: 700;
font-size:16px;
}
.entry-content dd {
margin: 0 0 1.75em;
font-size:16px;
color:#777;
}
.entry-content dl {
margin: 0 0 1.75em;
padding: 0 1.1400652% 2.2801304%;
vertical-align: top;
}
.entry-content address {
font-style: italic;
margin: 0 0 1.75em;
color:#828282;
}
.entry-content .gallery-item {
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
margin:0;	
}
.entry-content .gallery-caption {
color: #777;
display: block;
font-size: 14px;
font-style: italic;
padding-top: 0.5384615385em;
margin-bottom:0;
} mark {
background: #007acc none repeat scroll 0 0;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
.entry-content .aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
.entry-content img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
.entry-content img {
border: 0 none;
}
.entry-content .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 1rem;
font-style: italic;
line-height: 1.61538;
padding-top: 0.538462em;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.comment-list {
list-style:none;
padding-left:0;
}
.comment-list .comment .comment-info {
padding:30px 0;	
border-bottom: 1px solid #f5f5f5;
}
.comment-list .comment, .comment-list .pingback {
position:relative;
overflow:hidden;	
}
.comment-list .comment ul li, .comment-list .comment ol li {
padding:5px 0;	
}
.reply {
margin-top:15px;
position: absolute;
top: 0;
right: 0;	
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
color: #fff;
font-size: 12px;
padding: 5px 20px;
border-radius:3px;
font-weight:500;
text-transform:uppercase;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link:hover{
background-color:transparent;
border: 1px solid #fb236a;
color: #fb236a;
}
.entry-content p a {
color:#fb236a;
text-decoration:underline;
}
.post-password-form label {
color: #777;
display: block;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 1.75em;
text-transform: uppercase;
}
.post-password-form input[type="submit"] {
background-color: #fb236a;
border: 1px solid #fb236a;
border-radius: 3px;
color: #fff;
font-size: 16px;
font-weight: 500;
margin-right: 20px;
padding: 3px 20px;
}
.post-password-form input[type="password"] {
background: #f7f7f7;
background-image: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #eee;
border-radius: 2px;
color: #686868;
padding: 0.625em 0.4375em;
width: 100%;
}
.post-password-form input[type="submit"] {
border-radius: 3px;
font-weight:500;
text-transform:uppercase;
font-size:12px;
}
.post-password-form input[type="submit"]:hover {
background-color:transparent;
border: 1px solid #fb236a;
color:#fb236a;	
}
.sticky::before, .tag-sticky-2::before {
color: #999;
content: "";
display: inline-block;
font-family: FontAwesome;
font-size: 30px;
padding: 10px;
position: absolute;
right: 24px;
top:12px;
text-transform: uppercase;
}
.sticky, .tag-sticky-2 {
background: #fff none repeat scroll 0 0;
}
.sticky, .tag-sticky-2 {
color: #272727;
}
.blog-detail-page .sticky, .blog-detail-page .tag-sticky-2 {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #e6e6e6;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
padding:20px;
}
.sticky, .tag-sticky-2 li {
font-size: 16px;
padding: 0;
padding: 5px 0;
color: #828282;
}
.sticky .blog-post, .tag-sticky-2 .blog-post {
margin-bottom:0;	
} aside .widget ul {
padding:0;
list-style:none;    
}
aside .widget ul li {
border-bottom: 1px solid #f1f1f1;
padding:12px 0;
}
aside .widget ul li a {
color: #242424;
font-size: 14px;
position: relative;
transition: all 0.3s ease 0s;
o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
aside .widget ul li a:hover {
color:#fb236a !important;
}
aside .widget ul li:last-child {
border: medium none;
padding-bottom:0;
margin-bottom:0;
}
aside .widget ul li a:hover {
color:#fb236a;  
}
aside .widget .tagcloud a {
border: 1px solid #EEE;
background-color: #FFF;
display: inline-block;
font-size: 14px !important;
margin-bottom: 10px;
margin-right: 3px;
padding: 5px 15px;
border-radius:4px;
color:#777;
text-transform: uppercase;
transition: all 0.3s ease 0s;
o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
color: #323232;
}
aside .widget .tagcloud a:hover {
background-color:#fb236a;
color:#FFF !important;
border: 1px solid #fb236a;
}
aside .widget ul.post-tools li {
padding:0;    
}
.widget .sub-menu
{
padding-left:13px;
border-bottom:0px ;
}
aside .widget ul li ul.children li{
border-bottom:1px solid #e1e1e1  !important;
}
aside .widget ul li ul.children li:last-child{
border-bottom:none !important;
}
.widget ul.children
{
margin-top: 0px;
padding-left: 0px;
}
.children {
margin-left: 40px;
}
.blog-posts img, .blog-posts img[height], .blog-posts img[class*="align"], .blog-posts img[class*="wp-image-"], .blog-posts img[class*="attachment-"] {
height: auto;
}
.blog-posts img, .blog-posts figure {
max-width: 100%;
}
.textwidget img {
height: auto;
width: 100%;
}
.widget select {
display: inline-block;
outline: 0 none;
padding: 10px 15px;
width: 100%;
margin-bottom: 15px;
position: relative;
} #wp-calendar { width: 100%; float:left; font-size: 16px; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 14px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; }
#wp-calendar tbody td#today { background-color:#fb236a; color:#FFF; border: 1px solid #fb236a;}
#wp-calendar tbody td#today a { color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 10px; }
#wp-calendar caption { cursor: pointer; font-size: 14px; font-weight:500; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; border:1px solid #ddd; color: #232323; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #222 }
.blog-posts table > tbody > tr > td, .blog-posts table > tbody > tr > th, .blog-posts table > tfoot > tr > td, .blog-posts table > tfoot > tr > th, .blog-posts table > thead > tr > td, .blog-posts table > thead > tr > th {
border: 1px solid #ddd;
}
#cancel-comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
border-radius: 3px;
color: #fff;
font-size: 14px;
margin-right: 20px;
padding: 5px 20px;
}
#cancel-comment-reply-link:hover {
background-color:transparent;
border: 1px solid #fb236a;
color: #fb236a;	
}
.comment-respond small { float:right;}
.gallery-caption, .screen-reader-text, .bypostauthor
{
height: auto;
}
.screen-reader-text
{
display:none;
}
.post-img img, .post-img img[height], .post-img img[class*="align"], .post-img img[class*="wp-image-"], .post-img img[class*="attachment-"] {
height: auto
}
.post-img img, .post-img  figure {
max-width: 100%!important
}
.hide_nexts
{
display:none;
}
.comment-list .comment-info img {
max-width: 70px;
}
.comment-list .comment-info .author-desc {
margin-left: 90px;
}
.comment-list .comment-info .author-desc p {
margin-bottom:0;	
}
.comment-list .comment-info .author-title {
color: #323232;
line-height: 16px;
margin-bottom: 10px;
}
.comment-list .author-desc .author-title strong {
color: #323232;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
}
.comment-list .comment-info .author-title ul.list-inline {
margin-top:5px;	
}
.comment-list .comment-info .author-title ul.list-inline li a {
color:#828282;	
}
.hide_li
{
display:none;
}
#hero-cat-parralex
{
display:none;
}
.dwt_listing_shop-grid {
min-height: 388px;
max-height: 388px
}
.dwt_listing_shop-grid-description h2 {
margin-top: 15px;
margin-bottom: 5px;
font-size: 16px;
color: #444;
line-height: 26px;
}
.dwt_listing_shop-grid-description .rating-stars {
margin-bottom: 5px
}
.dwt_listing_shop-grid .rating-stars i.filled::before {
color: #fc0;
content: "\f005"
}
.dwt_listing_shop-grid .rating-stars i {
font-size: 14px;
color: #ccc
}
.dwt_listing_shop-grid .rating-stars a {
color: #999;
font-size: 12px
}
.dwt_listing_shop-grid {
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
margin-bottom: 30px
}
.dwt_listing_shop-grid-description {
margin: 0
}
.dwt_listing_shop-grid-description span.price {
position: relative;
display: block;
margin-bottom: 10px;
font-weight: 600
}
.dwt_listing_shop-grid-description span.price del {
color: #ddd;
margin-right: 5px
}
.dwt_listing_shop-grid-description span.price ins {
font-weight: 600
}
.dwt_listing_shop-grid-description img {
min-height: 280px;
max-height: 280px
}
.dwt_listing_shop-grid-description .shop-img-rapper {
position: relative
}
.prod-sale-banner {
content: "";
background: #76a80b;
color: #fff;
position: absolute;
top: 5px;
right: 5px;
z-index: 3;
font-size: 12px;
text-transform: uppercase;
line-height: 25px;
font-weight: 700;
width: 55px;
text-align: center;
height: 25px
}
.search-form .input-group-addon {
color: #fff;
background-color: #fb236a;
border: 1px solid #fb236a
}
.dwt_listing_single-product, .produt-slider {
position: relative;
overflow: hidden
}
.dwt_listing_single-product .produt-slider .owl-nav {
margin-top: 0
}
.dwt_listing_single-product .produt-slider .owl-nav .owl-prev {
position: absolute;
top: 43%;
z-index: 99;
left: 0
}
.dwt_listing_single-product .produt-slider .owl-nav .owl-next {
position: absolute;
top: 43%;
z-index: 99;
right: 0
}
.dwt_listing_single-product .produt-slider .owl-nav [class*="owl-"] {
color: #FFF;
font-size: 18px;
margin: 5px;
padding: 24px 14px!important;
background: rgb(0, 0, 0, .4);
display: inline-block;
cursor: pointer;
border-radius: 0
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot {
padding-top: 20px
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
width: 20px;
height: 5px;
margin-left: 2px;
margin-right: 2px;
background: #ccc;
border: none
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot.active span, .dwt_listing_single-product .owl-theme .owl-dots .owl-dot:hover span {
background: #fb236a
}
.dwt_listing_product-details .dwt_listing_product-title {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 15px;
position: relative
}
.dwt_listing_product-details .dwt_listing_product-title h1 {
font-size: 22px;
color: #242424;
font-weight: 600
}
.dwt_listing_product-details .dwt_listing_product-title::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a
}
section#dwt_listing_products-related {
padding-top: 0
}
.dwt_listing_product-details .rating {
color: #777;
font-size: 16px
}
.dwt_listing_product-details .rating i {
color: #ffc513!important
}
.dwt_listing_product-details .rating-links {
display: inline-block;
margin-bottom: 0;
margin-left: 5px;
padding: 0
}
.dwt_listing_product-details .rating-links a {
color: #777;
font-size: 14px
}
.dwt_listing_product-details .rating .separator {
color: #ccc;
margin: 0 5px
}
.dwt_listing_product-details .price-section {
position: relative;
margin-top: 15px;
margin-bottom: 15px
}
.dwt_listing_product-details .price-section ins .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px
}
.dwt_listing_product-details .price-section .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px
}
.dwt_listing_product-details .price-section del {
color: #818181
}
.dwt_listing_product-details .price-section del .woocommerce-Price-amount {
font-size: 18px;
color: #818181;
font-weight: 400
}
.dwt_listing_product-details .dwt_listing_product-title h1 {
margin: 0;
padding-bottom: 10px
}
.dwt_listing_product-details .price-box {
position: relative
}
.dwt_listing_product-details .product-short-description h2 {
border-bottom: 1px solid #e3e3e3;
color: #232323;
font-size: 22px;
margin-bottom: 15px;
padding-bottom: 10px;
text-align: left;
position: relative
}
.dwt_listing_product-details .product-short-description h2::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a
}
.dwt_listing_product-details .point-of-action {
position: relative;
margin-top: 5px
}
.dwt_listing_product-details .point-of-action .quantity {
padding-right: 10px;
display: inline-block
}
.dwt_listing_product-details .point-of-action label {
display: inline-block;
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
max-width: 100%;
color: #18293b;
text-transform: capitalize
}
.dwt_listing_product-details .point-of-action .quantity input {
height: 41px;
border: 1px solid #ccc
}
.dwt_listing_shop-container-single .nav-tabs {
border-bottom: 1px solid #e4e4e4
}
.dwt_listing_shop-container-single .nav-tabs>li {
margin-right: 1px
}
.dwt_listing_shop-container-single .nav-tabs>li>a {
border-radius: 0;
border: 1px solid #e4e4e4;
border-right: 0 none;
margin-right: 0;
padding: 8px 17px;
color: #222;
transition: all 0.3s ease-in 0s
}
.dwt_listing_shop-container-single .nav-tabs>li:last-child {
border-right: 1px solid #ededed
}
.dwt_listing_shop-container-single .nav-tabs>li>a {
padding: 15px 30px;
border: 1px solid #ededed;
border-right: 0 none;
border-top: 2px solid #ededed;
background: #ededed;
color: #8f8f8f;
font-weight: 700
}
.dwt_listing_shop-container-single .nav-tabs>li>a:hover {
border-bottom-color: #ededed;
border-right: 0 none;
background: #f1f1f1;
color: #444
}
.dwt_listing_shop-container-single .nav-tabs>li.active>a, .dwt_listing_shop-container-single .nav-tabs>li.active>a:focus, .dwt_listing_shop-container-single .nav-tabs>li.active>a:hover {
border-top: 2px solid #fb236a;
border-right: 0 none;
color: #444
}
.dwt_listing_shop-container-single .tab-content>.tab-pane {
border: 1px solid #e4e4e4;
border-top: 0 none;
padding: 20px;
line-height: 22px
}
.dwt_listing_shop-container-single .tab-content>.tab-pane>h3 {
margin-top: 0
}
.dwt_listing_product-single-detial {
position: relative;
margin-top: 20px
}
.dwt_listing_product-details .usefull-info ul li {
padding: 5px 0;
font-weight: 600
}
.dwt_listing_product-details .usefull-info ul li span, .dwt_listing_product-details .usefull-info ul li a {
font-weight: 400;
color: #818181
}
.dwt_listing_single-product .produt-slider img {
min-height: 458px;
max-height: 458px
}
.dwt_listing_shop-container-single .dwt_listing_product-details .woocommerce-product-rating .star-rating {
font-size: 16px
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next, .related-produt-slider.owl-carousel .owl-nav button.owl-prev, .related-produt-slider.owl-carousel button.owl-dot {
padding: 5px 10px!important;
background-color: #fb236a;
color: #FFF;
display: inline-block
}
.related-produt-slider.owl-carousel .owl-theme .owl-nav {
margin-top: 0!important
}
.related-produt-slider.owl-carousel .owl-nav button.owl-prev {
position: absolute;
left: 0;
top: 130px
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next {
position: absolute;
right: 0;
top: 130px
}
.related-produt-slider.owl-carousel .dwt_listing_shop-grid {
min-height: auto;
max-height: auto;
margin-bottom: 0
}
#dwt_listing_products-related .heading-2 {
margin-bottom: 20px
}
#dwt_listing_products-related .heading-2 h2 {
font-size: 22px;
color: #444;
}
.dwt_listing_woo-filters {
margin-bottom: 30px;
position: relative;
float: left;
width: 100%
}
.dwt_listing_woo-filters .minict_wrapper span {
font-size: 16px
}
.dwt_listing_product-details .price-section ins .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px;
}
.shop-sidebar {
position: relative
}
.shop-sidebar .widget {
position: relative;
border-color: #eee;
margin-bottom: 30px;
margin-top: 0;
background-color: #fff;
border: 1px solid #eee;
padding: 20px 25px;
overflow: hidden
}
.shop-sidebar .widget .widget-heading {
border: medium none
}
.shop-sidebar .widget .widget-heading h4.panel-title {
margin-bottom: 10px
}
.shop-sidebar .widget .widget-heading h4 {
border-bottom: 1px solid #e3e3e3;
color: #323232;
margin: 0 0 15px;
margin-bottom: 15px;
padding-bottom: 15px;
text-transform: capitalize;
position: relative;
font-size: 16px;
font-weight: 500
}
.shop-sidebar .widget .widget-heading h4::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a
}
.shop-sidebar .widget ul {
padding-left: 0;
margin-bottom: 0;
position: relative
}
.shop-sidebar .widget ul li {
width: 100%;
margin: 0;
text-align: left;
display: table;
padding: 10px 0;
border-bottom: 1px solid #f1f1f1;
font-size: 14px;
color: #999
}
.shop-sidebar .widget ul li a {
text-align: left;
color: #232323;
font-size: 14px
}
.shop-sidebar .widget ul li.wc-layered-nav-rating a {
color: #999
}
.shop-sidebar .widget ul li span.count {
text-align: right;
float: right
}
.shop-sidebar .widget ul.product-categories li a {
text-align: left;
color: #232323;
float: left;
font-size: 14px;
margin-left: 15px;
margin-right: 5px
}
.shop-sidebar .widget ul.product-categories li a::before {
content: '\f0da';
color: #ddd;
line-height: 27px;
font-family: fontawesome;
width: 30px;
text-align: left;
position: absolute;
left: 0
}
.shop-sidebar .widget ul li del {
color: #ddd;
margin-right: 5px
}
.shop-sidebar .widget .tagcloud a:hover {
background: #fb236a;
color: #fff;
border: 1px solid #fb236a
}
.shop-sidebar .widget ul li:last-child {
border-bottom: medium none;
padding-bottom: 0
}
.shop-sidebar .widget .tagcloud {
margin-top: 7px;
overflow: hidden
}
.shop-sidebar .widget .tagcloud a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e2e2e2;
display: inline-block;
float: left;
font-size: 14px;
line-height: 34px;
margin: 0 4px 8px 0;
padding: 0 17px;
color: #232323;
border-radius: 3px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s
}
.shop-img-rapper {
position: relative;
overflow: hidden;
color: #fff;
background-color: #000;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.shop-img-rapper , .shop-img-rapper :before, .shop-img-rapper *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease
}
.shop-img-rapper img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top
}
.shop-img-rapper .hover-effect {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0
}
.shop-img-rapper .hover-effect:before, .shop-img-rapper .hover-effect:after, .shop-img-rapper .hover-effect div:before, .shop-img-rapper .hover-effect div:after {
opacity: 0;
-webkit-transform: scale(.05);
transform: scale(.05)
}
.shop-img-rapper .hover-effect:before, .shop-img-rapper .hover-effect:after {
height: 50%;
width: 50%;
position: absolute;
content: '';
background-color: #080808
}
.shop-img-rapper .hover-effect:before {
top: 0;
left: 0
}
.shop-img-rapper .hover-effect:after {
bottom: 0;
right: 0
}
.shop-img-rapper .hover-effect div:before, .shop-img-rapper .hover-effect div:after {
width: 50%;
height: 50%;
position: absolute;
content: '';
background-color: #000
}
.shop-img-rapper .hover-effect div:before {
top: 0;
right: 0
}
.shop-img-rapper .hover-effect div:after {
bottom: 0;
left: 0
}
.shop-img-rapper i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 32px;
z-index: 1;
opacity: 0
}
.shop-img-rapper a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1
}
.shop-img-rapper:hover img, .shop-img-rapper.hover img {
zoom: 1;
filter: alpha(opacity=50);
-webkit-opacity: .5;
opacity: .5
}
.shop-img-rapper:hover i, .shop-img-rapper.hover i {
opacity: .7;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s
}
.shop-img-rapper:hover .hover-effect:before, .shop-img-rapper.hover .hover-effect:before, .shop-img-rapper:hover .hover-effect:after, .shop-img-rapper.hover .hover-effect:after, .shop-img-rapper:hover .hover-effect div:before, .shop-img-rapper.hover .hover-effect div:before, .shop-img-rapper:hover .hover-effect div:after, .shop-img-rapper.hover .hover-effect div:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .8
}
.shop-img-rapper:hover .hover-effect:before, .shop-img-rapper.hover .hover-effect:before {
-webkit-transition-delay: 0;
transition-delay: 0
}
.shop-img-rapper:hover .hover-effect:after, .shop-img-rapper.hover .hover-effect:after {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s
}
.shop-img-rapper:hover .hover-effect div:before, .shop-img-rapper.hover .hover-effect div:before {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s
}
.shop-img-rapper:hover .hover-effect div:after, .shop-img-rapper.hover .hover-effect div:after {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s
}
.shop-sidebar .widget ul li a {
text-align: left;
color: #232323;
font-size: 14px;
}
.shop-sidebar .search-blog .stylish-input-group button {
background: transparent none repeat scroll 0 0;
border: 0 none;
line-height: normal;
color: #FFF;
}
.cart ul li {
margin-bottom:15px;	
} .color-switcher {
width: 142px;
position: fixed;
left: -142px;
top: 25%;
background: #fff;
z-index: 9999;
padding: 0 0 5px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border: 1px solid #F1F1F1;
}
.color-switcher h5 {
border-bottom: 1px solid #f1f1f1;
font-size: 16px;
font-weight: 600;
line-height: 20px;
margin: 20px 15px;
padding: 20px 0;
text-transform: uppercase;
margin-top:0;
}
.color-switcher ul {
list-style: outside none none;
overflow: hidden;
padding: 0 15px;
position: relative;
}
.color-switcher ul li {
float: left;
margin-right: 10px;
margin-bottom: 10px
}
.color-switcher ul li:nth-child(even) {
margin-right:0;
}
.color-switcher ul li a {
display: block;
width: 45px;
height: 45px;
outline: none
}
.color-switcher ul li a.defualt {
background: #fb236a;
}
.color-switcher ul li a.yellow {
background: #ffc420;
}
.color-switcher ul li a.dark-blue {
background: #233d7b;
}
.color-switcher ul li a.red {
background: #ff4848;
}
.color-switcher ul li a.orange {
background: #f58936;
}
.color-switcher ul li a.green {
background: #00a651;
}
.color-switcher ul li a.purple {
background: 
#5e2eb5;
}
.picker_close {
width: 35px;
height: 50px;
position: absolute;
right: -35px;
top: -1px;
border-radius:0 5px 5px 0;
border: 1px solid #F1F1F1;
text-align: center;
background: no-repeat center 5px #fff;
border-left:0;
}
.picker_close i {
font-size: 24px;
margin-top: 12px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease
}
.position {
left: 0;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease
}
.rotate-arrow {
-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);	
}
.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
opacity: 1;
}
select.parsley-error, textarea.parsley-error {
color: rgb(185, 74, 72);
background-color: rgb(242, 222, 222);
border-width: 1px;
border-style: solid;
border-color: rgb(238, 211, 215);
border-image: initial;
}
.for-author-only {
margin-top: 64px;
}
.n-jobpost label {
color: #242424;
font-size: 14px;
font-weight: 500;
margin-bottom: 15px;
}body {
background: #FFF;
font-family: 'Poppins', sans-serif;
font-weight: 400;
color:#242424;
padding-right:0 !important;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased !important;
overflow-x:hidden;
}
h3, h4 {
font-weight: 600;
line-height: 1.4;
font-family: 'Quicksand', sans-serif;
}
h1, h2 {
line-height: 1.5;
font-weight: 600;
font-family: 'Quicksand', sans-serif;
}
h5, h6 {
line-height: 1.4;
font-family: 'Quicksand', sans-serif;
}
p {
font-family: 'Poppins', sans-serif;
line-height: 30px;
font-size: 14px;
color: #777;
}
a {
outline: none !important;
color: #242424;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
a:hover, a:focus {
text-decoration: none !important;
color:#fb236a;
}
ol, ul {
text-decoration: none;
margin-bottom:0;
padding-left:0;
}
.parsley-errors-list {
list-style:none;
padding: 0 !important;
margin: 0 !important;
}
.parsley-errors-list li {
margin-top:10px;
color:#cc0000;
margin-bottom:10px;
width: 100% !important;		
}
.light-blue {
background-color: #eff3f6 !important;
}
input.form-control {
height:50px;	
}
input.form-control:focus {
box-shadow: none;
border:1px solid #ddd;
}
.form-control {
box-shadow: none;
border:1px solid #ddd;
border-radius:4px;
}
.form-control:focus {
border-color: #eee;
box-shadow: none;
}
textarea {
border:1px solid #eee;
box-shadow: none;
border-radius:0;
}
textarea:focus {
border:1px solid #eee;
box-shadow: none;	
}
.nopadding {
padding: 0px !important;
}
.no-translate {
transform: none !important;
}
.bg-grey {
background-color: #F8F8F8 !important;
}
.bg-white {
background-color: #FFF !important;
}
.light-grey {
background-color: #f9f9f9 !important;
}
section {
padding:80px 0;	
}
.nopadding {
padding:0;	
}
.mt30 {
margin-top:30px;	
}
.mt40 {
margin-top:40px;	
}
.pt0 {
padding-top:0 !important;	
}
.pt170 {
padding-top:170px !important;	
}
.pt140 {
padding-top:140px !important;	
}
.jqte ul, .jqte ol {
padding-left:40px;
}
.jqte_editor div, .jqte_editor p {
font-family: 'Quicksand', sans-serif;	
}
span.wpcf7-not-valid-tip {
margin-top:5px;	
}
.mega-menu {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;	
}
.menu-list-items.desktopTopFixed {
position:fixed;
top:0;
width:100%;	
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
margin: 0;
padding: 20px;
position: relative;
overflow: hidden;
}
.n-extra-btn-section {
text-align: center;
margin-top: 50px;
position: relative;
width: 100%;
float: left;	
}
.n-extra-btn-section .btn-mid {
padding:10px 30px;	
}
.n-extra-btn-section .btn-mid.btn-clear {
background:transparent;
color:#fb236a;	
}
.n-extra-btn-section .btn-mid.btn-clear:hover {
color: #FFF;
background-color: #fb236a;
border-color: #fb236a;	
}
.vc_column_container > .vc_column-inner {
padding:0 !important;	
}
.vc_row {
margin:0 !important;	
}
.form-group .jqte {
border:1px solid #e1e1e1;
box-shadow:none;
margin:0;
border-radius:0;	
}
.form-group .jqte:focus {
box-shadow:none;
}
.form-group .jqte_editor, .form-group .jqte_source {
max-height:350px;	
}
.leaflet-control-search .search-input {
min-width:200px	
} #spinner {
background: #fff;
height: 100%;
left: 0;
opacity: 1;
filter: alpha(opacity=100);
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 999999999;
}
.spinner-img {
height: 100%;
left: 0;
position: fixed;
top: 35%;
width: 100%;
} .scroll-to {
text-align: center;
width: 130px;
height: 130px;
border: 2px solid #ffffff;
z-index: 9;
position: absolute;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
bottom: -60px;
border-radius: 50%;
left: 50%;
margin-left: -65px;
}
.scroll-to a {
position: absolute;
left: 50%;
top: 50%;
width: 60px;
height: 60px;
margin-left: -30px;
margin-top: -30px;
background: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
-o-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
line-height: 65px;
font-size: 30px;
} .scrollup {
width: 50px;
height: 50px;
position: fixed;
bottom: 34px;
right: 20px;
display: none;
background-color: #fb236a;
padding: 5px;
box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.05);
opacity:0.5;
border-radius:3px;
z-index:999;
}
.scrollup:hover {
opacity:1;
}
.scrollup i {
color: #fff;
display: block;
line-height: 38px;
text-align: center;
border: 1px solid #FFF;
} .select2-container .select2-selection--single {
height:50px;
border: 1px solid #eee;	
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:45px;
padding-left:12px;
color:#999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height:45px;
right:15px;	
}
.select2-container--default .select2-selection--single .select2-selection__clear {
margin-right:20px;
display:none;	
}
.select2-container--default .select2-selection--multiple {
border-color:#e1e1e1;
border-radius: 0;
height:auto;	
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
position: absolute;
right: 10px;
margin: 0;
line-height: 45px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border-color:#e1e1e1;	
height: auto;
}
.select2-container--default .select2-search--inline .select2-search__field {
height:45px;
margin:0;	
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 0 12px;	
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
border-color:#e1e1e1;
background-color:#f5f5f5f;
padding:5px 10px;
margin-right:10px;
margin-top:8px;
border-radius:0;	
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #fb236a;
color: #FFF;
} .btn {
padding:13px 30px;
box-shadow:none;	
}
.n-btn-rounded { 
color: #FFF; 
border-radius:20px;
background-color: #fb236a; 
border-color:#fb236a;
font-size:14px;
font-weight:400;
padding: 10px 30px;
} 
.n-btn-rounded.btn-mid {
padding:10px 30px;	
}
.n-btn-rounded:hover, 
.n-btn-rounded:focus, 
.n-btn-rounded:active, 
.n-btn-rounded.active, 
.open .dropdown-toggle.n-btn-rounded { 
color: #242424; 
} 
.n-btn-rounded.disabled, 
.n-btn-rounded[disabled], 
fieldset[disabled] .n-btn-rounded, 
.n-btn-rounded.disabled:hover, 
.n-btn-rounded[disabled]:hover, 
fieldset[disabled] .n-btn-rounded:hover, 
.n-btn-rounded.disabled:focus, 
.n-btn-rounded[disabled]:focus, 
fieldset[disabled] .n-btn-rounded:focus, 
.n-btn-rounded.disabled:active, 
.n-btn-rounded[disabled]:active, 
fieldset[disabled] .n-btn-rounded:active, 
.n-btn-rounded.disabled.active, 
.n-btn-rounded[disabled].active, 
fieldset[disabled] .n-btn-rounded.active { 
color: #fff; 
background-color: #242424; 
border-color: #242424;
} .n-btn-flat { 
color: #FFF; 
background-color: #fb236a; 
border-color:#fb236a;
font-size:15px;
font-weight:500;
border-radius:4px;
position:relative;
z-index:1;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
} 
.n-btn-flat:hover, .n-btn-flat.focus, .n-btn-flat:focus {
color:#FFF;	
}
.n-btn-flat.btn-mid {
padding:13px 30px;	
}
.n-btn-flat::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
border-radius: 4px;
opacity: 0;
transform: scale(0, 0);
z-index: -1;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
}
.n-btn-flat:hover::before {
background-color: rgba(255,255,255,.2);
opacity: 1;
transform: scale(1, 1);
}
.n-btn-custom {
border-radius: 4px;
text-transform: capitalize;
font-weight: 400;
color: #FFF;
font-size:14px;
background-color: #242424;
border: 1px solid #242424;
z-index:1;
position:relative;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
}
.n-btn-custom::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 4px;
opacity: 0;
transform: scale(0, 0);
z-index: -1;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
}
.n-btn-custom:hover::before {
background-color: rgba(255,255,255,.2);
opacity: 1;
transform: scale(1, 1);
}
.n-btn-custom:hover,
.n-btn-custom:hover, 
.n-btn-custom:focus, 
.n-btn-custom:focus {
background-color: #242424;
border: 1px solid #242424;
color:#FFF;
}
.n-btn-custom i {
margin-right:10px;
} .n-btn-custom-two { 
color: #FFF; 
background-color: #233d7b; 
border-color:#233d7b;
font-size:15px;
font-weight:500;
border-radius:4px;
position:relative;
z-index:1;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
} 
.n-btn-custom-two:hover, .n-btn-custom-two.focus, .n-btn-custom-two:focus {
color:#FFF;	
}
.n-btn-custom-two.btn-mid {
padding:13px 30px;	
}
.n-btn-custom-two::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
border-radius: 4px;
opacity: 0;
transform: scale(0, 0);
z-index: -1;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
}
.n-btn-custom-two:hover::before {
background-color: rgba(255,255,255,.2);
opacity: 1;
transform: scale(1, 1);
}
.n-btn-custom-two i {
margin-right:10px;
}
.section-bg-style {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/style.png);
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
right: auto;
background-position: top 50px right;
background-repeat: no-repeat;
}
.section-bg-style-2 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/style-left.png);
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
right: auto;
background-position: top 50px left;
background-repeat: no-repeat;
} .mega-menu.n-header-trabsparent.as-breadcrumb {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-image.png);;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
border:none;
}  .heading-title {
float: left;
margin-bottom: 60px;
text-align: center;
width: 100%;
}
.heading-title h2 {
display: inline-block;
font-size: 30px;
margin:0;
padding-bottom: 18px;
position: relative;
text-align: center;
text-transform: capitalize;
font-weight: 600;
color:#242424;
}
.heading-title h2::after {
bottom: 0;
content: "";
height: 3px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 100px;
background-color:#fb236a;
}
.heading-title p {
text-align: center;
width: 60%;
margin: 0 auto;
margin-top: 15px;
font-size: 16px;
line-height: 30px;
}
.heading-title.white h2, .heading-title.white p {
color:#FFF;	
}
.heading-title.left {
text-align:left;
margin-bottom:90px;	
}
.heading-title.left h2 {
font-size:26px;
padding-bottom:0;
line-height: 30px;
}
.heading-title.left h2::after {
right:auto;
bottom:-30px;
}
.heading-title.left .view-more {
position:relative;
overflow:hidden;
padding-left:30px;
margin-left:30px;
border-left:2px solid #fb236a;
}
.heading-title.left .view-more a {
font-size:12px;
padding:4px 15px;
top: -8px;	
} .mega-menu .menu-button {
float: right;
margin-bottom: 0;
padding-left: 0;
position:relative;	
}
.mega-menu .menu-button li {
float: left;
}
.mega-menu .menu-button li a.n-btn-flat:hover, .mega-menu .menu-button li a.n-btn-flat:hover i {
color:#FFF ;	
}
.mega-menu .menu-button li.profile-pic a {
margin:0 15px;
}
.mega-menu .menu-button li.profile-pic {
line-height: 48px;
}
.mega-menu .menu-button li.profile-pic a i.fa-angle-down {
margin-left:5px;
}
.mega-menu .menu-button li.profile-pic a img {
width:37px;
height:37px;
border-radius:50%;
box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.1);
background-color:#FFF;
}
.mega-menu .menu-button li.profile-pic ul {
padding: 0;
border: none;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.176);
border-radius: 4px;
left:auto;
right:0;
min-width: 200px;
}
.mega-menu .menu-button li.profile-pic ul li {
width:100%;	
}
.mega-menu .menu-button li.profile-pic ul li a {
margin: 0;
padding: 15px 20px;
font-size: 14px;
display: inline-block;
float: left;
width: 100%;
color: #555;
transition: color 200ms ease;
text-transform: capitalize;
font-weight: 500;	
}
.mega-menu .menu-button li.profile-pic ul li a:hover {
color: #fb236a;
background-color:transparent;
}
.mega-menu .menu-button li.profile-pic ul li a i {
margin-right:5px;	
}
.mega-menu.n-header-trabsparent {
position:absolute;
top:0;
background-color:transparent;
border-bottom: 1px solid;
border-color: rgba(204,204,204,.3);
}
.n-header-trabsparent.mega-menu .menu-list-items .menu-links .drop-down-multilevel {
top: 85px;
}
.mega-menu.n-header-trabsparent .menu-button a.n-btn-flat {
background-color:#fb236a;
color:#FFF;	
}
.mega-menu.n-admin-header .menu-button a.n-btn-flat {
background-color: #fb236a;
color: #FFF;
}
.mega-menu.n-header-trabsparent > section.menu-list-items {
background-color:transparent;	
}
.mega-menu .menu-button li a.n-btn-rounded {
margin-top:3px;	
}
.mega-menu .menu-button li a.n-btn-rounded i {
font-weight:400;
margin-right:5px;
}
.mega-menu .menu-button li a.n-btn-rounded:hover {
color:#242424;
}
.mega-menu .menu-button li a i {
margin-right:5px;	
}
.n-login-header {
line-height:48px;
margin-right:15px;
}
.mega-menu.n-header-trabsparent .menu-button .n-login-header {
color:#FFF;	
line-height:48px;
}
.mega-menu.n-header-trabsparent .menu-links > li > a {
color:#FFF;	
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
} .top-bar {
background-color:#242424;	
}
.top-bar ul.header-social {
display: block;
height: 40px;
}
.top-bar ul.header-social > li {
display: inline-block;
height: 40px;
margin-right: 1px;
text-align: center;
}
.top-bar ul.header-social > li > a {
background-color: rgba(255, 255, 255, 0.2);
color: #ffffff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
margin-left: 5.5px;
margin-right: 5.5px;
position: relative;
transition: background-color 0.4s ease-in-out 0s;
width: 30px;
}
.top-bar ul.header-social > li > a::before, ul.header-social > li > a::after {
content: "";
display: block;
position: absolute;
top: 0;
transition: border-color 0.4s ease-in-out 0s;
}
.top-bar ul.header-social > li > a::before {
border-color: transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) transparent;
border-style: solid;
border-width: 20px 5px;
right: 100%;
}
.top-bar ul.header-social > li > a::after {
border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 20px 5px;
left: 100%;
}
.top-bar ul.header-social > li > a.social-twitter:hover {
background-color: #1bb6ec;
}
.top-bar ul.header-social > li > a.social-twitter:hover::before {
border-bottom: 20px solid #1bb6ec;
border-right: 5px solid #1bb6ec;
right: 100%;
}
.top-bar ul.header-social > li > a.social-twitter:hover::after {
border-left: 5px solid #1bb6ec;
border-top: 20px solid #1bb6ec;
left: 100%;
}
.top-bar ul.header-social > li > a.social-facebook:hover {
background-color: #3c599b;
}
.top-bar ul.header-social > li > a.social-facebook:hover::before {
border-bottom: 20px solid #3c599b;
border-right: 5px solid #3c599b;
right: 100%;
}
.top-bar ul.header-social > li > a.social-facebook:hover::after {
border-left: 5px solid #3c599b;
border-top: 20px solid #3c599b;
left: 100%;
}
.top-bar ul.header-social > li > a.social-facebook-square:hover {
background-color: #3c599b;
}
.top-bar ul.header-social > li > a.social-facebook-square:hover::before {
border-bottom: 20px solid #3c599b;
border-right: 5px solid #3c599b;
right: 100%;
}
.top-bar ul.header-social > li > a.social-facebook-square:hover::after {
border-left: 5px solid #3c599b;
border-top: 20px solid #3c599b;
left: 100%;
}
.top-bar ul.header-social > li > a.social-google-plus:hover {
background-color: #d94e37;
}
.top-bar ul.header-social > li > a.social-google-plus:hover::before {
border-bottom: 20px solid #d94e37;
border-right: 5px solid #d94e37;
right: 100%;
}
.top-bar ul.header-social > li > a.social-google-plus:hover::after {
border-left: 5px solid #d94e37;
border-top: 20px solid #d94e37;
left: 100%;
}
.top-bar ul.header-social > li > a.social-dribbble:hover {
background-color: #e04c86;
}
.top-bar ul.header-social > li > a.social-dribbble:hover::before {
border-bottom: 20px solid #e04c86;
border-right: 5px solid #e04c86;
right: 100%;
}
.top-bar ul.header-social > li > a.social-dribbble:hover::after {
border-left: 5px solid #e04c86;
border-top: 20px solid #e04c86;
left: 100%;
}
.top-bar ul.header-social > li > a.social-rss:hover {
background-color: #ff9600;
}
.top-bar ul.header-social > li > a.social-rss:hover::before {
border-bottom: 20px solid #ff9600;
border-right: 5px solid #ff9600;
right: 100%;
}
.top-bar ul.header-social > li > a.social-rss:hover::after {
border-left: 5px solid #ff9600;
border-top: 20px solid #ff9600;
left: 100%;
}
.top-bar ul.header-social > li > a.social-youtube:hover {
background-color: #c4302b;
}
.top-bar ul.header-social > li > a.social-youtube:hover::before {
border-bottom: 20px solid #c4302b;
border-right: 5px solid #c4302b;
right: 100%;
}
.top-bar ul.header-social > li > a.social-youtube:hover::after {
border-left: 5px solid #c4302b;
border-top: 20px solid #c4302b;
left: 100%;
}
.top-bar ul.header-social > li > a.social-vimeo-square:hover {
background-color: #4ebbff;
}
.top-bar ul.header-social > li > a.social-vimeo-square:hover::before {
border-bottom: 20px solid #4ebbff;
border-right: 5px solid #4ebbff;
right: 100%;
}
.top-bar ul.header-social > li > a.social-vimeo-square:hover::after {
border-left: 5px solid #4ebbff;
border-top: 20px solid #4ebbff;
left: 100%;
}
.top-bar ul.header-social > li > a.social-pinterest:hover {
background-color: #c92228;
}
.top-bar ul.header-social > li > a.social-pinterest:hover::before {
border-bottom: 20px solid #c92228;
border-right: 5px solid #c92228;
right: 100%;
}
.top-bar ul.header-social > li > a.social-pinterest:hover::after {
border-left: 5px solid #c92228;
border-top: 20px solid #c92228;
left: 100%;
}
.top-bar ul.header-social > li > a.social-linkedin:hover {
background-color: #0077b5;
}
.top-bar ul.header-social > li > a.social-linkedin:hover::before {
border-bottom: 20px solid #0077b5;
border-right: 5px solid #0077b5;
right: 100%;
}
.top-bar ul.header-social > li > a.social-linkedin:hover::after {
border-left: 5px solid #0077b5;
border-top: 20px solid #0077b5;
left: 100%;
}
.top-bar ul.header-social > li > a.social-linkedin-square:hover {
background-color: #0077b5;
}
.top-bar ul.header-social > li > a.social-linkedin-square:hover::before {
border-bottom: 20px solid #0077b5;
border-right: 5px solid #0077b5;
right: 100%;
}
.top-bar ul.header-social > li > a.social-linkedin-square:hover::after {
border-left: 5px solid #0077b5;
border-top: 20px solid #0077b5;
left: 100%;
}
.top-bar ul.header-social > li > a.social-skype:hover {
background-color: #1db1ee;
}
.top-bar ul.header-social > li > a.social-skype:hover::before {
border-bottom: 20px solid #1db1ee;
border-right: 5px solid #1db1ee;
right: 100%;
}
.top-bar ul.header-social > li > a.social-skype:hover::after {
border-left: 5px solid #1db1ee;
border-top: 20px solid #1db1ee;
left: 100%;
}
.top-bar ul.header-social > li > a.social-apple:hover {
background-color: #000000;
}
.top-bar ul.header-social > li > a.social-apple:hover::before {
border-bottom: 20px solid #000000;
border-right: 5px solid #000000;
right: 100%;
}
.top-bar ul.header-social > li > a.social-apple:hover::after {
border-left: 5px solid #000000;
border-top: 20px solid #000000;
left: 100%;
}
.top-bar ul.header-social > li > a.social-instagram:hover {
background-color: #3f729b;
}
.top-bar ul.header-social > li > a.social-instagram:hover::before {
border-bottom: 20px solid #3f729b;
border-right: 5px solid #3f729b;
right: 100%;
}
.top-bar ul.header-social > li > a.social-instagram:hover::after {
border-left: 5px solid #3f729b;
border-top: 20px solid #3f729b;
left: 100%;
}
.top-bar ul.header-social > li > a.social-tumblr:hover {
background-color: #32506d;
}
.top-bar ul.header-social > li > a.social-tumblr:hover::before {
border-bottom: 20px solid #32506d;
border-right: 5px solid #32506d;
right: 100%;
}
.top-bar ul.header-social > li > a.social-tumblr:hover::after {
border-left: 5px solid #32506d;
border-top: 20px solid #32506d;
left: 100%;
}
.top-bar ul.header-social > li > a.social-behance:hover {
background-color: #1769ff;
}
.top-bar ul.header-social > li > a.social-behance:hover::before {
border-bottom: 20px solid #1769ff;
border-right: 5px solid #1769ff;
right: 100%;
}
.top-bar ul.header-social > li > a.social-behance:hover::after {
border-left: 5px solid #1769ff;
border-top: 20px solid #1769ff;
left: 100%;
}
.top-bar .header-info {
float:right;
position:relative;
overflow:hidden;	
}
.top-bar .header-info a {
float:left;
text-align:right;
color:#FFF;	
margin-left:30px;
font-size:14px;
line-height:40px;
}
.top-bar .header-info a i {
margin-right:5px;	
}
.transparent-header-1 .n-header-trabsparent.desktopTopFixed .menu-list-items  {
background-color:#FFF;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.mega-menu.n-header-trabsparent.desktopTopFixed .menu-links > li > a, .mega-menu.n-header-trabsparent.desktopTopFixed .menu-button .n-login-header {
color: #242424;
}
.mega-menu.desktopTopFixed > section.menu-list-items {
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
} .n-hero-section {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-image.png);;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
height: 720px;
position:relative;
overflow:hidden
}
.n-hero-section:before {
background: rgba(0, 0, 0, 0.6);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.6));
background: linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.6)); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-hero-section .n-hero-box {
text-align:center;
padding:180px 0	
} 
.n-hero-section .n-hero-box .n-hero-main-text {
color:#FFF;
margin-bottom:60px;
}
.n-hero-section .n-hero-box .n-hero-main-text h1 {
color:#FFF;
font-size:46px;	
margin-bottom:0;
font-weight:500;
} 
.n-hero-section .n-hero-box .n-hero-main-text p {
color:#FFF;
font-size:18px;	
}
.n-hero-section .n-hero-box .n-most-cat {
float: left;
margin-bottom:15px;
}
.n-hero-section .n-hero-box .n-most-cat .n-most-cat-title {
font-size: 16px;
font-weight: 600;
margin-right: 20px;
color:#FFF;
}
.n-hero-section .n-hero-box .n-most-cat .n-most-cat-list a {
font-style: italic;
color: #FFF;
margin-right: 10px;
text-decoration: underline;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease;
}
.n-hero-section .n-hero-box .n-most-cat .n-most-cat-list a:hover {
color:#fb236a;
}
.n-hero-section .n-hero-box .n-saech-form {
position: relative;
overflow: hidden;
width: 100%;	
}
.n-hero-section .n-hero-box .n-saech-form input, .n-hero-section .n-hero-box .n-saech-form input:focus {
border-radius:0;
background-color:rgba(255,255,255,0.1);
border-color:rgba(255,255,255,0.2);
color:#FFF;
height:55px;
}
.n-hero-section .n-hero-box .n-saech-form input.form-control::-moz-placeholder {
color:#FFF;	
}
.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
text-align: left;
color:#FFF;
}
.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height:50px;	
}
.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single {
border-radius: 0;
background-color:rgba(255,255,255,0.1);
border-color:rgba(255,255,255,0.2);
color:#FFF;
height:55px;
border-left:none;
}
.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color:#FFF transparent transparent transparent;	
}
.n-hero-section .n-hero-box .n-saech-form .btn {
width:100%;
height:55px;
border-radius:0;
}
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:hover, 
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:focus {
background: #fb236a; 
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);  
background: linear-gradient(to right, #fb236a, #fb236a);
color:#242424;	
}
.n-hero-section .n-hero-box .n-saech-form .btn i {
margin-left:5px;	
}
.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
color:#FFF;	
}
.n-hero-cat-section {
padding: 20px 0;
background-color: rgba(255,255,255,0.1);
position: absolute;
width: 100%;
bottom: 0;
border-top:1px solid rgba(255,255,255,0.4);
}
.main-hero-cat {
text-align:center;	
}
.n-hero-cat-section a {
color:#FFF;	
}
.n-hero-cat-section .n-hero-cat-heading {
position:relative;
overflow:hidden;	
}
.n-hero-cat-section .n-hero-cat-heading h4 {
margin-top:0;
margin-bottom:15px;
color:#FFF;	
}
.n-hero-cat-section .n-hero-cat-heading h4:before {
background-color: #fb236a;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
width: 50px;
top:30px;
}
.n-hero-cat-section .n-category-box {
position:relative;
overflow:hidden;
}
.n-hero-cat-section .n-category-box .n-cats {
position:relative;
overflow:hidden;	
}
.n-hero-cat-section .n-category-box .n-cats h4 {
margin-top:0;
margin-bottom:0;	
}
.n-hero-cat-section .n-category-box .n-cats p {
margin-bottom:0;
color:#FFF;	
}
.n-hero-cat-section .n-category-box .owl-carousel .owl-nav, .n-hero-cat-section .n-category-box .owl-carousel .owl-nav {
position:absolute;
top:25%;
background-color:transparent;
color:#FFF;
width:100%;
margin-top:0;
}
.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-prev:hover, .n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-next:hover {
background:none;	
}
.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-prev {
float:left;	
}
.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-next  {
float:right;	
} .n-hero-section-two {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-2-image.png);;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
height: 770px;
position:relative;
}
.n-hero-section-two:before {
background: rgba(0, 0, 0, 0.9);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9)); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-hero-section-two .n-hero-two-box {
padding-top:270px;	
}
.n-hero-section-two .n-hero-two-box h1 {
color:#FFF;	
font-size:40px;
font-weight:500;
margin-top:0;
margin-bottom:0;
}
.n-hero-section-two .n-hero-two-box p {
color:#fff;
font-size:18px;	
}
.n-hero-section-two .n-hero-two-form-cat  {
position:relative;
overflow:hidden;
margin-top:30px;	
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form {
background-color:rgba(16, 16, 36, 0.7);
position:relative;
overflow:hidden;
padding:20px 5px;
margin-bottom:20px;	
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group {
margin-bottom:0;	
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group label {
color:#fff;
font-size:18px;	
margin-bottom:10px;
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group label i {
font-size:16px;	
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input, .n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input:focus {
border-radius:0;
background-color:rgba(255,255,255,0.1);
border-color:rgba(255,255,255,0.2);
color:#FFF;
height:50px;
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control::-moz-placeholder {
color:#FFF;	
}
.n-hero-section-two .n-saech-two-form input.form-control:active {
color:#FFF	
}
.n-hero-section-two .select2-container .select2-selection--single {
background-color: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.2);	
border-radius:0;
}
.n-hero-section-two .select2-container--default .select2-selection__placeholder {
color: #FFF;
}
.n-hero-section-two .select2-container--default .select2-selection__arrow b {
border-color: #fff transparent transparent transparent;
}
.n-hero-section-two .select2-container--default .select2-selection__rendered {
line-height: 50px;
color:#FFF;
}
.n-hero-section-two .select2-container--default .select2-selection__arrow {
height: 50px;
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .btn {
margin-top:35px;
padding:14px;	
width:100%;
}
.n-hero-section-two .n-hero-two-form-cat  .n-most-two-cat {
float: left;
margin-bottom:15px;
}
.n-hero-section-two .n-hero-two-form-cat  .n-most-two-cat .n-most-cat-title {
font-size: 16px;
font-weight: 600;
margin-right: 20px;
color:#FFF;
}
.n-hero-section-two .n-hero-two-form-cat  .n-most-two-cat .n-most-cat-list a {
color: #fff;
margin-right: 10px;
text-decoration: underline;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease;
}
.n-hero-section-two .n-hero-two-form-cat  .n-most-two-cat .n-most-cat-list a:hover {
color:#fb236a;
}
.n-hero-section-two .move-down {
text-align:center;
position:relative;	
}
.n-hero-section-two .move-down i {
color:#242424;	
font-size:30px;
padding:30px;
background-color:#FFf;
border-radius:50px;
position:absolute;
font-weight:500;
bottom:-240px;
left:45%;
box-shadow:0px -5px 10px 3px rgba(255,255,255,0.4);
z-index:9;
} .n-hero-section-two.rebuild::before {
background: none;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-hero-section-two.rebuild {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/bg/4.png);
}
.n-hero-section-two.rebuild .n-hero-two-box p {
margin-bottom:15px;
font-size:22px;
}
.n-hero-section-two.rebuild .n-hero-two-box h1 {
color: #FFF;
font-size: 55px;
font-weight: 600;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.3;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
background-color: #FFF;
position: relative;
overflow: hidden;
padding: 30px;
margin-bottom: 20px;
border-radius: 20px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat {
position: relative;
overflow: hidden;
margin-top: 50px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
background-color: #FFF;
position: relative;
overflow: hidden;
padding: 30px;
margin-bottom: 20px;
border-radius: 20px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label {
color: #fff;
font-size: 16px;
margin-bottom: 10px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control::placeholder {
color: #999;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control:focus, .n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control {
color: #999;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input, .n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input:focus {
background-color: transparent;
border: 1px solid #ddd;
height: 50px;
border-radius: 4px;
}
.n-hero-section-two.rebuild .n-hero-two-box {
padding-top: 250px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label {
color: #242424;
font-size: 16px;
margin-bottom: 10px;
font-weight:500;
}
.n-hero-section-two.rebuild .n-hero-two-box .n-hero-two-main-text {
text-align:center;	
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label i {
font-size: 14px;
color: #fb236a;
margin-right: 5px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-most-two-cat {
text-align:center;
float:none;	
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-most-two-cat .n-most-cat-list a:hover {
color:#FFF;	
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .btn {
margin-top: 31px;
padding: 14px;
width: 100%;
}
.n-hero-section-two.rebuild .move-down i {
color: #242424;
font-size: 30px;
padding: 30px;
background-color: #FFf;
border-radius: 50px;
position: absolute;
font-weight: 500;
bottom: -200px;
left: 45%;
box-shadow: 0px -5px 10px 3px rgba(255,255,255,0.4);
z-index: 9;
}
.n-hero-section-two.rebuild .select2-container .select2-selection--single {
background-color: rgba(255,255,255,0.1);
border-color: #ccc;	
border-radius:0;
}
.n-hero-section-two.rebuild .select2-container--default .select2-selection__placeholder {
color: #999;
}
.n-hero-section-two.rebuild .select2-container--default .select2-selection__arrow b {
border-color: #999 transparent transparent transparent;
border: 1px solid #ddd;
}
.n-hero-section-two.rebuild .select2-container--default .select2-selection__rendered {
line-height: 50px;
color:#999;
}
.n-hero-section-two.rebuild .select2-container--default .select2-selection__arrow {
height: 50px;
} .n-featured-jobs {
position:relative;	
}
.n-featured-jobs .n-featured-job-boxes {
position:relative;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single {
position: relative;
width: 100%;
float: left;
margin-bottom: 30px;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single:last-child {
margin-bottom:0;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
float:left;
padding: 10px;
width:8%;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
position:relative;
overflow:hidden;
float:left;
padding:20px;
border-left:1px solid #b51c0e;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
border-radius:4px;
width:92%;
background-color:#FFF;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul {
position:relative;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box {
width:45%;
float: left;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box h4 {
margin:0;
color:#242424;
font-weight:600;
font-size:16px;
margin-bottom:5px;		
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p {
margin-bottom:0;
color:#777;
font-size:14px;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p i {
color:#fb236a;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p a {
color:#fb236a;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p span {
margin-right:10px;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short {
float:left;
width:32%;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short span {
display:block;
color:#777;
margin-top:3px;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short span:last-child {
margin-top:10px;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short strong {
color:#242424;
margin-right:10px;
font-weight:500;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
width:23%;
text-align:right;
margin-top:8px;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-btn-rounded {
background-color:transparent;
color:#fb236a;	
border-color: #fb236a;
padding: 10px 20px;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single:hover li.n-job-btns span.n-btn-rounded {
color: #FFF;
background-color: #fb236a;
border-color: #fb236a;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-job-saved {
margin-left:20px;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-job-saved i {
vertical-align: middle;
font-size:16px;
}
.n-single-job.n-detail-transparent {
padding-top:30px;	
}
.n-single-job.n-detail-transparent .n-single-detail {
background-color:#FFF;
padding: 30px;
margin-bottom:30px;
padding-bottom:0;
position:relative;
overflow:hidden;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.n-single-job.n-detail-transparent .n-skills {
padding:30px;
margin-bottom:30px;	
border:none;
background-color:#FFF;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.n-single-job.n-detail-transparent .n-skills h5 {
display:block;
float:none;
margin-bottom:20px;
}
.n-single-job.n-detail-transparent .n-skills .n-skills-tags a {
background-color: #f1f1f1;
padding: 5px 10px;
border-radius: 4px;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;	
}
.n-single-job.n-detail-transparent .dingle-job-company-meta {
background-color:#FFF;
}
.n-single-job.n-detail-transparent .n-single-job-company {
border:none;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
width:11%;	
}
.n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:89%;
} .n-call-to-action {
background-size: auto auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: auto;
position:relative;
overflow:hidden;
padding:100px 0;
}
.n-call-to-action::before {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background: rgba(0, 0, 0, 0.8);
}
.n-call-to-action .buisness-inner-section {
position: absolute;
top: 30px;
}
.n-call-to-action .heading-title {
margin-bottom:0;	
}
.n-call-to-action  .heading-title.black h2 {
padding-bottom:0;
color:#FFF;
font-size: 40px;
margin-bottom: 10px;
}
.n-call-to-action  .heading-title.black p {
margin-top:0;
color:#FFF;	
width:60%;
}
.n-call-to-action .heading-title.black h2::after {
content:"";
background:none;	
}
.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear {
color:#FFF;	
margin-right:20px;
border-color:#FFF;
}
.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear:hover {
border-color: #fb236a;	
}
.n-call-to-action-two .img-side-fluid {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/calltoaction-two-bg.png);;
background-position:left top;
background-size:contain;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
overflow:hidden
}
.n-call-to-action-two .n-call-to-action-text {
max-width:70%;	
}
.n-call-to-action .n-extra-btn-section {
margin-top:30px;	
} .how-it-works.style-2 .heading-title {
margin-bottom:20px;	
}
.how-it-works.style-2 .h-i-w-box {
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
padding: 10px 0;
width: 100%;
float: left;
}
.how-it-works.style-2 .h-i-w-content-box {
background-color:rgba(251, 251, 251, 0.9);
padding:30px;
text-align:center;
margin-bottom:30px;
}
.how-it-works.style-2 .work-points .h-i-w-content-box h4 {
margin-top: 10px;
margin-bottom: 10px;
color: #242424;
font-weight: 500;	
}
.how-it-works.style-2 .work-points .h-i-w-content-box p {
margin-bottom:0;
font-size:16px;
color:#777;
line-height:24px;
}
.how-it-works.style-2 .work-points .h-i-w-content-box i {
color:#fb236a;	
}
.how-it-works.style-2 .Heading-title {
margin-bottom:30px;	
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
width:60px;
margin: 0 auto;
display: block;
}
.n-call-to-box {
position:relative;
overflow:hidden;	
}
.n-call-to-box h3 {
font-size:24px;
font-weight:600;
margin-top:45px;
margin-bottom:20px;	
}
.n-call-to-box p {
font-size:16px;
margin-bottom:30px;
}
.n-call-to-box .n-extra-btn-section {
margin:0;
text-align:left;	
} .n-pricing-plan.whilte-bg {
background:none;
background-color:#FFF;	
}
.n-pricing-plan.whilte-bg:before {
background: none;
content: normal;
}
.n-pricing-plan.whilte-bg .n-price-single {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.n-pricing-plan {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/price.png);;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
overflow:hidden;
padding-bottom:50px;
}
.n-pricing-plan:before {
background: rgba(0, 0, 0, 0.7);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.7), rgba(0, 0, 0, 0.7));
background: linear-gradient(to right, rgba(0, 40, 70, 0.7), rgba(0, 0, 0, 0.7)); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-pricing-plan .n-price-single {
position:relative;
margin-bottom:30px;	
}
.n-pricing-plan .n-price-single .n-price-top .n-price-top-text {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/price-box-bg.png);;
background-position:bottom center;
background-size:contain;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
overflow:hidden	;
padding:35px;
height:185px;
text-align:center;
}
.n-pricing-plan .n-price-single .n-price-top {
background: #fb236a; 
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);  
background: linear-gradient(to right, #fb236a, #fb236a); 
height:185px;
}
.n-pricing-plan .n-price-single .n-price-top .n-price-top-text h3 {
margin-top:0;
margin-bottom:0;	
font-size:36px;
font-weight:600;
color:#242424;
}
.n-pricing-plan .n-price-single .n-price-top .n-price-top-text p {
margin-bottom:0;
font-size:18px;
font-weight:600;
color:#242424;
}
.n-pricing-plan .n-price-single .n-price-bottom {
padding:35px;
background-color:#FFF;
text-align:center;
}
.n-pricing-plan .n-price-single .n-price-bottom ul {
list-style:none;
text-align:center;
margin-bottom:30px;	
}
.n-pricing-plan .n-price-single .n-price-bottom ul li {
padding:10px 0;
color:#777;
font-size:16px;
font-weight:500;	
}
.n-pricing-plan .n-price-single .n-price-bottom ul li i {
margin-right:5px;
color:#55a747;	
}
.n-pricing-plan .n-price-single .n-price-bottom ul li:first-child {
padding-top:0;	
} .n-blog-section {
position:relative;
padding-bottom:50px;	
}
.n-blog-section .n-blog-box {
position:relative;
background-color:#FFF;
box-shadow:0 2px 22px 0 rgba(0,0,0,0.05);
margin-bottom:30px;
border-radius: 4px !important;
position: relative;
overflow: hidden;
-webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s
}
.n-blog-section .n-blog-box .n-blog-bottom {
padding:30px;
position:relative;
text-align:center;
}
.n-blog-section .n-blog-box .n-blog-bottom h4 {
margin-top:0;
margin-bottom:10px;
color:#242424;
font-weight:600;
word-wrap: break-word;	
}
.n-blog-section .n-blog-box .n-blog-bottom p {
margin-bottom:20px;	
}
.n-blog-section .n-blog-box .n-blog-bottom a.read-more {
color: #FFF;
background-color: #242424;
padding: 5px 10px;
display: inline-block;
border-radius: 4px;
font-size: 14px;
}
.n-blog-section .n-blog-box .n-blog-bottom .author-icon {
position: absolute;
right: 20px;
top: -25px;
box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.3);
border-radius:50px;
display:none;
}
.n-blog-section .n-blog-box .n-blog-bottom ul {
list-style: none;
margin-bottom: 10px;
position: relative;
overflow: hidden;
width: 100%;
display: grid;
}
.n-blog-section .n-blog-box .n-blog-bottom ul li {
float: left;
color: #777;
line-height: 18px;
font-size: 14px;
}
.s-category {
margin-bottom: 20px;
}
.s-category a {
font-size: 13px;
font-weight: 500;
color: #fff;
padding: 5px 10px;
background-color: #fb236a;
}
.s-post-meta {
margin-bottom: 8px;
}
.s-post-meta li {
position: relative;
color: #b8b8b8;
font-size: 14px;
font-weight: 500;
padding-right: 8px;
margin-right: 17px;
margin-bottom: 8px;
display: inline-block;
}
.s-post-meta li strong {
color: #222;
font-weight: 500;
}
.s-post-meta li::after {
position: absolute;
content: '/';
color: #b8b8b8;
right: -10px;
top: 1px;
font-size: 14px;
}
.s-post-meta li:last-child::after {
display: none;
}
.s-post-meta li span {
color: #e6202d;
}
.s-read-txt {
text-align: right;
}
.read-more-btn {
font-size: 16px;
font-weight: 500;
color: #222;
}
.n-blog-box:hover{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
} .n-client {
position:relative;
overflow:hidden;	
}
.n-client .n-client-heading {
margin-bottom:40px;	
}
.n-client .n-client-heading h4 {
font-size:24px;
font-weight:500;
margin:0;
position:relative;
}
.n-client .n-client-heading h4::before {
background-color: #fb236a;
content: "";
height: 3px;
left: 0;
margin: 0 auto;
position: absolute;
width: 110px;
top: 45px;
}
.n-client .n-client-heading h4::after {
background-color: #fb236a;
content: "";
height: 3px;
left: 0;
margin: 0 auto;
position: absolute;
width: 70px;
top: 55px;
}
.n-client .n-client-box .item {
padding:30px;	
} .n-footer-transparent {
padding-top:80px;
padding-bottom:0;
position:relative;
border-top: 1px solid;
border-color:rgba(204,204,204,.3);
}
.n-footer-transparent::before {
background: rgba(0, 0, 0, 0.9);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-footer-transparent .n-footer-block {
position:relative;
overflow:hidden;	
}
.n-footer-transparent .n-footer-block p {
margin-bottom:20px;
color:#fff;	
}
.n-footer-transparent .n-footer-block h4 {
color:#fff;	
font-size:20px;
font-weight:600;
margin-top:0;
margin-bottom:20px;
}
.n-footer-transparent .n-footer-block .n-page-links {
position:relative;
overflow:hidden;
}
.n-footer-transparent .n-footer-block .n-page-links li a {
color:#fff;
font-size:14px;
}
.n-footer-transparent .n-footer-block .n-page-links li {
padding-bottom:20px;
color:#fff;
margin-left: 20px;
}
.n-footer-transparent .n-footer-block .n-page-links li:first-child {
padding-top:0;	
}
.n-footer-transparent .n-footer-block .n-page-links li:last-child {
padding-bottom:0;
}
.n-footer-transparent .n-footer-block .n-page-links.multiple {
columns:2;	
}
.n-footer-transparent .no-app-section .n-footer-block .n-page-links.multiple {
columns:3;
}
.n-footer-transparent .n-footer-block .n-page-links.multiple li {
position:relative;
}
.n-footer-transparent .n-footer-block .n-subscription-form form {
position:relative;	
}
.n-footer-transparent .n-footer-block .n-subscription-form input {
background-color: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.3);
color: #EEE;
height: 50px;
border-radius:4px;
}
.n-footer-transparent .n-footer-block .n-subscription-form .form-control::-moz-placeholder {
color:#EEE;	
}
.n-footer-transparent .n-footer-block .n-subscription-form {
width:90%;	
}
.n-footer-transparent .n-footer-block .n-subscription-form form button {
position: absolute;
top: 0;
font-size: 16px;
right: 0;
padding: 15px;
background-color: transparent;
border: none;
color:#EEE;	
}
.n-footer-transparent .n-footer-block .n-social-bar {
position:relative;
overflow:hidden;
margin-top: 20px;	
}
.n-footer-transparent .n-footer-block .n-social-bar li {
float:left;	
background-color:rgba(255,255,255,0.1);
margin-right:5px;
margin-bottom:5px;
border-radius:4px;
-webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s
}
.n-footer-transparent .n-footer-block .n-social-bar li:hover {
background-color:#fb236a;	
}
.n-footer-transparent .n-footer-block .n-social-bar li a {
color:#FFF;
padding:8px;
font-size:20px;
}
.n-footer-transparent .n-footer-block .n-social-bar ul {
padding-left:0;
list-style:none;	
}
.n-footer-transparent .n-footer-bottom {
margin-top:40px;
padding:30px 0;	
border-top:1px solid;
position:relative;
text-align:center;
border-color:rgba(204,204,204,.3);
}
.n-footer-transparent .n-footer-bottom p {
color:#fff;
font-size:16px;
margin-bottom:0;
}
.n-footer-transparent .n-footer-bottom a{
color:#fb236a;	
text-decoration:underline;
font-weight:500;
}
.n-footer-block .n-app-btn {
background-color: rgba(255,255,255,0.1);
border:1px solid rgba(255,255,255,0.3);
padding:10px 30px;
display:inline-flex;
border-radius:5px;
margin-bottom:30px;	
}
.n-footer-block .n-app-btn a {
display:inherit;	
}
.n-footer-block .n-app-btn .icon {
float:left;
margin-right:15px;
}
.n-footer-block .n-app-btn .icon i {
font-size:35px;
color:#eee;
line-height:45px;	
}
.n-footer-block .n-app-btn .n-icon-text {
}
.n-footer-block .n-app-btn .n-icon-text small {
color:#eee;
text-transform:uppercase;	
}
.n-footer-block .n-app-btn .n-icon-text h5 {
color:#eee;
margin:0;
font-size:16px;
}
.n-footer-transparent.footer-two {
padding-top:80px;
padding-bottom:0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/footer.png);
background-repeat:no-repeat;
background-attachment:scroll;
background-size:cover;
background-position:bottom center;
position:relative;	
}
.n-footer-transparent.footer-two:before{
background: rgba(0, 0, 0, 0.9);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-footer-transparent.footer-two img.footer-logo {
margin-bottom:15px;	
}
.n-footer-transparent.footer-two .n-footer-block .n-page-links.multiple {
columns:3;	
}
.n-footer-transparent.footer-two .no-app-section .n-footer-block .n-page-links.multiple {
columns:4;
}
.n-footer-transparent.footer-two .n-footer-block .n-app-btn {
float: left;
width: 45%;
margin-bottom: 0;
padding: 5px 10px;
margin-right: 15px;
}
.n-footer-transparent.footer-two .n-footer-block .n-app-btn .n-icon-text h5 {
font-size:14px;	
}
.n-footer-transparent.footer-two .n-footer-block .n-app-btn .icon i {
font-size:36px;	
}
.not-plugin-active {
padding:0;	
}
.not-plugin-active .n-footer-bottom {
margin-top:0;
border:none;	
}
.footer.footer-white .n-footer-block .n-app-btn {
border:1px solid #ddd;	
padding:10px 15px;
}
.footer.footer-white .n-footer-block .n-app-btn a {
color:#828282;	
}
.footer.footer-white .n-footer-block .n-app-btn .icon i, .footer.footer-white .n-footer-block .n-app-btn .n-icon-text small, .footer.footer-white .n-footer-block .n-app-btn .n-icon-text h5 {
color:#828282;	
} .n-featured-cat {
position:relative;
padding-bottom:60px;	
}
.n-featured-cat .new-category-box {
background-color:#f9f9f9;
padding:20px 30px;
position:relative;
overflow:hidden;
margin-bottom:30px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;	
}
.n-featured-cat .new-category-box:hover {
background-color:#FFF;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.n-featured-cat .col-lg-3:nth-child(9n+1) .new-category-box {
border-bottom:2px solid #5AC17F;	
}
.n-featured-cat .col-lg-3:nth-child(9n+2) .new-category-box {
border-bottom:2px solid #fed662;	
}
.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+3) .new-category-box {
border-bottom:2px solid #ff7058;	
}
.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+4) .new-category-box {
border-bottom:2px solid #168de2;	
}
.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+5) .new-category-box {
border-bottom:2px solid #242424;	
}
.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+6) .new-category-box {
border-bottom:2px solid #c3e678;	
}
.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+7) .new-category-box {
border-bottom:2px solid #d3b940;	
}
.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+8) .new-category-box {
border-bottom:2px solid #e6b798;	
}
.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n+9) .new-category-box {
border-bottom:2px solid #93afad;	
}
.n-featured-cat .new-category-box h3 {
font-size:18px;
font-weight:500;
margin-top:0;
margin-bottom:0;
color:#242424;
}
.n-featured-cat .new-category-box p {
color:#777;
margin-bottom:0;
font-size:16px;
}
.n-featured-cat .new-category-box img {
position:absolute;
right:-20px;
bottom:0;	
} .n-featured-jobs-two {
position:relative;
}
.n-featured-jobs-two .n-features-job-two-box {
position:relative;
overflow:hidden;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single {
border:1px solid #eee;
padding:20px;
padding-bottom:0;
margin-bottom:30px;
position:relative;
background-color:#fff;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top {
border-bottom:1px solid  #eee;
padding-bottom:20px;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-img {
float:left;
padding:5px;
margin-right:20px;
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-img img {
width:70px;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta {
position:relative;
overflow:hidden;
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta h4 {
font-size:18px;
font-weight:500;
margin-top:0;
margin-bottom:5px;
color:#242424;
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta .n-cat {
margin-bottom:5px;
font-weight:500;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta .n-cat a {
color:#777;
font-size:16px;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p {
margin-bottom:0;
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p a {
color:#777;
font-size:14px;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p i {
margin-right:10px;
color:#fb236a;
font-size:18px;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom {
padding:15px 0;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li {
padding:0 15px;
border-right:1px solid #eee;
color:#777;
display:inline-block;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li:first-child {
padding-left:0;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li:last-child {
padding-right:0;
border-right:none;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li i {
margin-right:5px;
color:#fb236a;
font-style:normal;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li a {
color:#777;	
}
.n-fav-icon {
position:absolute;
top:0;
right:0;
color:#777;	
}
.features-star {
position: absolute;
top: 0;
left: 0;
width: 42px;
height: 42px;	
}
.features-star:before {
content: '';
border-width: 22px;
border-style: solid;
border-color: #E52D27 transparent transparent #E52D27;
position: absolute;
top: 0;
left: 0;	
}
.features-star i {
margin: 0;
color: #fff;
position: relative;
-webkit-transform: translate(6px,3px);
-ms-transform: translate(6px,3px);
-o-transform: translate(6px,3px);
transform: translate(6px,3px);
}
.features-star-2 {
position: absolute;
top: 0;
right: 0;
width: 42px;
height: 42px;	
}
.features-star-2:before {
content: '';
border-width: 22px;
border-style: solid;
border-color: #E52D27 #E52D27 transparent transparent;
position: absolute;
top: 0;
left: 0;	
}
.features-star-2 i {
margin: 0;
color: #fff;
position: relative;
-webkit-transform: translate(24px,3px);
-ms-transform: translate(24px,3px);
-o-transform: translate(24px,3px);
transform: translate(24px,3px);
}
.n-single-job .featured-badge-list {
margin-top:0;	
}
.featured-badge-list {
margin: 0;
list-style:none;
margin-top:5px;
}
.featured-badge-list li {
margin-bottom: 5px;
margin-right: 5px;
webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
padding:3px 10px;
color:#FFF;
font-size:12px;
font-weight:500;
display:inline-block;
}
.featured-badge-list li:nth-child(1) {
-webkit-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s;
background-color:rgba(250, 122, 86, 0.2);
color:#fa7a56;
}
.featured-badge-list li:nth-child(1) a {
color:#fa7a56;	
}
.featured-badge-list li:nth-child(2) {
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
background-color:rgba(255, 187, 0, 0.2);
color:#ffbb00;
}
.featured-badge-list li:nth-child(2) a {
color:#ffbb00;
}
.featured-badge-list li:nth-child(3) {
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
background-color:rgba(179, 136, 103, 0.2);
color:#b38867;
}
.featured-badge-list li:nth-child(3) a {
color:#b38867;	
}
.featured-badge-list li:nth-child(4) {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s;
background-color:rgba(39, 209, 0, 0.2);
color:#27d100;
}
.featured-badge-list li:nth-child(4) a {
color:#27d100;
}
.featured-badge-list li:nth-child(5) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
background-color:rgba(76, 181, 245, 0.2);
color:#4cb5f5;
}
.featured-badge-list li:nth-child(5) a {
color:#4cb5f5;	
} .light-grey .n-owl-testimonial-2 .n-single_testimonial {
background-color:#FFF;
}
.n-owl-testimonial-2 .n-single_testimonial {
background-color: #f5f5f5;
padding: 30px;
border-radius: 20px;
opacity:0.6;
}
.n-owl-testimonial-2 .active .n-single_testimonial {
opacity:1;	
}
.n-owl-testimonial-2 .n-single_testimonial i {
color: #fb236a;
position:relative;
font-size:60px;
font-weight:600;
opacity:0.2;
}
.n-owl-testimonial-2 .n-single_testimonial img {
border-radius: 500px;
display: block;
height: 100px;
margin: auto;
width: 100px;
}
.n-owl-testimonial-2 .n-single_testimonial h3 {
font-size: 16px;
margin-bottom: 0;
text-transform: capitalize;
}
.light-grey .n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text {
background-color:#FFF;	
}
.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text {
position: relative;
padding-bottom: 0;
background-color: #f5f5f5;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}
.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text p {
color:#777;
font-size:16px;	
margin-bottom:20px;
}
.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text p:last-child {
margin-bottom:0;	
}
.n-owl-testimonial-2 .n-single_testimonial .n-user-meta {
position:relative;
overflow:hidden;
}
.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-avatar {
float:left;
margin-right: 15px;
display:inline-block;	
}
.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-avatar img {
width:60px;
height:60px;	
}
.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail h3 {
margin-top:5px;
font-size:16px;
font-weight:600;	
}
.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail p {
margin-bottom:0;
font-size:13px;	
color:#777;
}
.n-owl-testimonial-2.owl-carousel .owl-nav {
position:absolute;
width:100%;
top:0;
top:40%;
margin:0;
}
.n-owl-testimonial-2.owl-carousel .owl-nav i {
font-size: 30px;
opacity:0.3;	
}
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev {
left:-30px;
position:absolute;
}
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next {
right:-30px;
position:absolute;
}
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next:hover, .n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev:hover {
background-color:transparent;
}
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next:hover i, .n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev:hover i {
opacity:1;
color:#242424;	
}
.n-owl-testimonial-2.owl-carousel .owl-dots {
margin-top:30px	
}
.n-owl-testimonial-2.owl-carousel .owl-stage-outer {
overflow:visible;	
}  .n-featured-candidates {
position:relative;
overflow:hidden;
padding-bottom:50px;	
}
.n-featured-candidates .n-featured-candidates-box {
position:relative;
text-align:center;
} 
.n-featured-candidates .n-featured-candidates-box .n-featured-single{
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
margin-bottom:30px;	
}
.n-featured-candidates .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
background-color:#FFF;	
padding:30px;
padding-bottom:0;
}
.n-candidate-title h4 {
font-size:18px ;
font-weight:600;
margin:0;
word-wrap: break-word;
}
.n-candidate-title p {
color:#777;
font-size:16px;	
}
.n-canididate-avatar img {
margin:0 auto;
display:block;
min-width: 100px;
min-height: 100px;
max-width: 100px;
max-height: 100px;
border-radius:50px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.n-canididate-avatar {
margin-bottom:15px;	
}
.n-candidate-location {
padding:0 60px;	
}
.n-candidate-location i {
font-size:24px;
color:#fb236a;
}
.n-candidate-location p {
margin-bottom:0;
font-size:16px;
color:#777;	
}
.n-candidate-skills {
position:relative;
overflow:hidden;
padding:20px 0;
padding-bottom:30px;
display: inline-block;
}
.n-candidate-skills a {
padding:5px 10px;
border:1px solid #eee;
border-radius:3px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
font-size:12px;
text-transform:capitalize;
}
.n-candidate-skills a:hover {
background-color:#fb236a;
color:#FFF;
border:1px solid #fb236a;
font-size:12px;	
}
.n-candidates-single-bottom {
position:relative;	
}
.n-candidates-single-bottom a {
padding:20px;
background-color:#fff;
border-top:1px solid #EEE;
display:block;
font-weight:500;	
}
.n-candidates-single-bottom a:hover {
background-color:#fb236a;
color:#FFF;	
}  .n-mobile-app-new {
padding: 0;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-2-image.png);;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
}
.n-mobile-app-new:before {
background: rgba(0, 0, 0, 0.85);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.85), rgba(0, 0, 0, 0.85));
background: linear-gradient(to right, rgba(0, 40, 70, 0.85), rgba(0, 0, 0, 0.85)); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-mobile-app-new h2 {
margin: 0;
font-size: 28px;
font-weight: 600;
padding-right: 150px;
margin-bottom:20px;
color:#fff;	
}
.n-mobile-app-new .n-mobile-app-text-area {
padding:100px 0;
}
.n-mobile-app-new .n-mobile-app-text-area p {
margin-bottom:30px;
color:#fff;
font-size:18px;
}
.n-mobile-app-new .n-mobile-app-text-area a {
margin-right:20px;	
}
.n-mobile-app-new .n-mobile-app-text-area a:last-child {
margin-right:0;	
}
.n-mobile-app-new .n-mobile-app-text-area a img {
width:150px;	
}
.n-mobile-app-new .n-mobile-app-new-img {
margin:0 auto;
display:table;
}
.n-mobile-app-new .n-mobile-app-new-img img {
margin-top: 50px;
position: absolute;
right: 70px;	
} .n-search-page {
background-color:#fbfbfb;	
}
.new-sidebar {
position:relative;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.new-sidebar .panel-group {
margin-bottom:0;	
}
.new-sidebar .panel-group .panel + .panel {
margin-top:0;	
}
.new-sidebar .panel-default > .panel-heading {
padding:0;
background-color:#FFF;
border:none;
}
.new-sidebar .panel-default {
border-radius:0;
border-bottom:none;
border-color:#EEE;
padding:20px;	
}
.new-sidebar .panel-default > .panel-heading a {
font-size: 16px;
font-weight: 500;
display: block;
color:#242424;
}
.new-sidebar .panel-default .panel-collapse .panel-body {
border:none;
padding:0;
margin-top:20px;	
}
.new-sidebar .panel-default ul {
list-style:none;	
}
.new-sidebar .panel-default ul li {
margin-bottom:10px;	
}
.new-sidebar .panel-default ul li .iradio_square, .new-sidebar .panel-default ul li .icheckbox_square {
margin-right:10px;	
}
.new-sidebar .panel-default ul li:last-child {
margin-bottom:0;	
}
.new-sidebar .panel-default ul li label {
font-size:14px;
font-weight:400;	
}
#search-widget {
position:relative;
overflow:hidden;
}
#search-widget .form-group  {
margin-bottom:0;	
}
#search-widget .btn {
background-color:transparent;
position:absolute;
right:0;
top:25px;
color:#fb236a;	
padding:8px 12px;	
}
.new-sidebar .panel-heading a::before {
font-family: 'FontAwesome';
content: "\f068";
color: #999;
transition: all 0.5s;
right: 25px;
position: absolute;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.new-sidebar .panel-heading a.collapsed::before {
font-family: 'FontAwesome';
content: "\f067";
}
.new-sidebar .panel-default ul li.show-more a {
padding:10px;
text-align:center;
color:#242424;
border-top:1px solid #EEE;
padding-bottom:0;
margin-top:20px;
display:block;
font-weight:500;	
}
.new-sidebar .heading {
position:relative;
background-color:#FFF;
padding:30px 20px;
padding-bottom: 35px;
border:1px solid #eee;
border-bottom:none;	
}
.new-sidebar .heading h4 {
margin:0;
display:inline-block;
font-weight:500;	
}
.new-sidebar .heading h4:before {
background-color: #fb236a;
content: "";
height: 2px;
margin: 0 auto;
position: absolute;
width: 50px;
top:60px;
}
.new-sidebar .heading a {
float:right;
color:#fb236a;
line-height:25px;	
}
.new-sidebar .panel-default .custom-feilds {
margin-bottom:30px;	
}
.new-sidebar .panel-default .custom-feilds form-group {
margin-bottom:0;	
}
.new-sidebar .panel-default .custom-feilds label.label-heading {
font-size: 16px;
font-weight: 500;
display: block;
color: #242424;
margin-bottom:15px;	
} .n-search-main {
position:relative;	
}
.n-search-main .n-bread-crumb .breadcrumb {
background-color:transparent;
padding:0;
margin-bottom:20px;
}
.n-search-main .n-bread-crumb .breadcrumb a {
font-size:16px;
font-weight:500;	
}
.n-search-main .n-bread-crumb .breadcrumb > li + li::before { 
content:"\f105";
font-family: 'FontAwesome';
font-size:18px;
color:#242424;
padding:0 10px;
}
.n-search-main .n-bread-crumb .breadcrumb li.active a {
color:#fb236a;	
}
.n-search-main  .heading-area {
background-color:#FFF;
position:relative;
padding:20px;
margin-bottom:30px;
border-radius:4px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.n-search-main .heading-area h4 {
margin:0;
color:#242424;
font-weight:500;
margin-bottom:10px;	
}
.n-search-main .heading-area .select2-container--default .select2-selection--single {
border-radius: 4px;
}
.n-search-main .n-search-listing {
position:relative;
}
.n-search-main .n-search-listing.featured {
margin-bottom:30px;
overflow:hidden;
}
.n-search-main .n-search-listing.featured h3 {
font-size:18px;
margin:0;
margin-bottom:30px;	
}
.n-search-main .n-search-listing.featured .n-featured-job-boxes .n-job-single .n-job-detail {
box-shadow:none;	
}
.n-search-main .n-search-listing.featured .n-featured-job-boxes .n-job-single.featured-box .n-job-detail {
background-color: #fff4d3;
}
.n-search-main .n-search-listing.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
width:11%;
display:none;	
}
.n-search-main .n-search-listing.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;	
}
.pagination {
margin:0;
float:right;	
}
.pagination > li > a, .pagination > li > span {
border-radius:6px;
margin:0 3px;
background-color:#f1f1f1;
border:none;
padding:8px 15px;
color:#242424;	
}
.pagination > li > a.active, .pagination > li.active > span, .pagination > li > a:hover, .pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > span:hover {
background-color:#fb236a;
border-radius:6px;
color:#FFF;	
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
border-radius:6px;		
}
.pagination > li > span.current {
background-color:#fb236a;
color:#FFF;	
} .new-sidebar .vertical-job-slider .bx-wrapper {
box-shadow:none;
border:none;
margin-bottom:0;
}
.new-sidebar .vertical-job-slider {
padding:20px;
background-color:#fff;	
}
.new-sidebar .vertical-single-job .label {
background-color:#c3c3c8;
border-radius:0;
font-size:12px;
font-weight:400;
padding:5px 10px;
}
.new-sidebar .vertical-single-job {
margin-bottom:30px;	
}
.new-sidebar .vertical-single-job h4 {
margin-top:10px;
font-size:16px;
font-weight:500;	
}
.new-sidebar .vertical-single-job p {
margin-bottom:0;	
}
.new-sidebar .vertical-single-job p i, .new-sidebar .vertical-single-job span i {
font-size:18px;
color:#fb236a;
margin-right:5px;	
}
.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls {
position: absolute;
top: -80px;
right: -10px;
transform: rotate(90deg);
}
.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls .bx-controls-direction {
position: relative;
overflow: hidden;
}
.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls-direction a {
text-indent: inherit;
position: relative;
margin: 0;
top: 0;
left: 0;
padding: 5px;
font-size:16px;
background:none;
} .n-single-job .n-single-title {
position:relative;
overflow:hidden;
margin-bottom:40px;	
}
.n-single-job .n-single-title h4 {
margin-top:0;
font-size:22px;
font-weight:500;	
}
.n-single-job .n-single-title ul {
list-style:none;	
}
.n-single-job .n-single-title ul li {
float:left;
border-right:1px solid #EEE;
padding-right:20px;
margin-right:20px;
font-size:16px;
line-height:16px;
height:18px;
}
.n-single-job .n-single-title ul li.salary {
color:#fb236a;
font-weight:600;	
}
.n-single-job .n-single-title ul li:last-child {
border:none;
padding:0;
margin:0;	
}
.n-single-job .n-single-title ul li i {
font-size:16px;
color:#fb236a;
margin-right:10px;	
}
.n-single-job .n-single-meta {
position:relative;
overflow:hidden;
margin-bottom:40px;
}
.n-single-job .n-single-meta ul.n-single-meta-detail {
list-style:none;	
}
.n-single-job .n-single-meta ul.n-single-meta-detail li {
float:left;
width:33%;
text-align:center;
border:1px solid #eee;
padding:15px	
}
.n-single-job .n-single-meta ul.n-single-meta-detail li small {
position:relative;
overflow:hidden;
display:block;
font-size:16px;
}
.n-single-job .n-single-meta ul.n-single-meta-detail li strong {
position:relative;
overflow:hidden;
display:block;
font-size:16px;
font-weight:600;
}
.n-single-job .n-single-meta .n-single-detail {
position:relative;
overflow:hidden;	
}
.n-single-job .n-single-detail h4 {
font-size:22px;
margin-top:0;
font-weight:500;
margin-bottom:20px;	
}
.n-single-job .n-single-detail p {
color:#777;
font-size:16px;
margin-bottom:30px;	
}
.n-single-job .n-single-detail p b, .n-single-job .n-single-detail p strong {
color:#777;
font-weight:400px;
}
.n-single-job .n-single-detail p span {
color:#777 !important;	
}
.n-single-job .n-single-detail ul, .n-single-job .n-single-detail ol {
color:#777;
padding-left:40px;
margin-bottom:30px;	
}
.n-single-job .n-single-detail ul li, .n-single-job .n-single-detail ol li {
padding-bottom:10px;
font-size:16px;	
line-height:1.75;
}
.n-single-job .n-single-detail ul li span, .n-single-job .n-single-detail ol li span {
color:#777 !important;	
}
.n-single-job .n-single-detail ul li:last-child, .n-single-job .n-single-detail ol li:last-child {
padding-bottom:0;
}
.n-single-job .n-skills {
border-top:1px solid #777;
padding:15px 0;	
}
.n-single-job .n-skills h5 {
margin:0;
display:inline-block;
float:left;
font-size:18px;
font-weight:500;
margin-right:20px;
}
.n-single-job .n-skills .n-skills-tags {
position:relative;
}
.n-single-job .n-skills .n-skills-tags a {
font-size:16px;	
}
.n-related-jobs {
position:relative;
margin-top:40px;
display: block;
width: 100%;
float: left;
}
.n-related-jobs .heading-title.left {
margin-bottom:60px;	
}
.n-related-jobs .heading-title.left h2 {
font-size:22px;
line-height: 26px;
}
.n-related-jobs .heading-title.left .view-more a {
font-size:12px;
padding:4px 15px;
top: -8px;	
}
.n-related-jobs .n-featured-job-boxes .n-job-single:last-child {
margin-bottom:0;
} aside.n-single-sidebar  .app-deadline {
position:relative;
background-color:#55a747;
padding:18px;
margin-bottom:30px;	
}
aside.n-single-sidebar  .app-deadline small {
width: 100%;
display: block;
color: #FFF;
font-size:14px;
line-height: 20px;
}
aside.n-single-sidebar  .app-deadline strong {
width: 100%;
display: block;
color:#FFF;
font-size:18px;
font-weight:500;
line-height: 24px;
}
aside.n-single-sidebar  .apply-buttons .btn-theme {
background-color:transparent;
color:#fb236a;
font-size:14px;	
}
aside.n-single-sidebar  .apply-buttons .btn-theme:hover {
background-color:#2088cb;
color:#FFF;	
}
aside.n-single-sidebar  .apply-buttons .btn-linkedIn {
background-color:#0077B5;
color:#FFF;
text-transform:capitalize;
font-family: 'Poppins', sans-serif;
}
aside.n-single-sidebar  .apply-buttons .btn-linkedIn i {
border-right: 1px solid #2088cb;
padding: 0px 15px;
line-height: 50px;
font-size: 20px;
vertical-align:middle;	
}
aside.n-single-sidebar  .apply-buttons .btn-linkedIn span {
padding:12px 15px;
font-weight:500;
vertical-align: middle;	
}
aside.n-single-sidebar  .app-deadline .short-detail-icon {
float: left;
margin-right: 10px;
}
aside.n-single-sidebar  .app-deadline .short-detail-icon i {
font-size: 44px;
color: #FFF;
}
aside.n-single-sidebar  .app-deadline .ab-iocn {
position:absolute;
bottom:-10px;
right:-10px;
-ms-transform: rotate(-30deg); 
-webkit-transform: rotate(-30deg); 
transform: rotate(-30deg);	
}
aside.n-single-sidebar  .app-deadline .ab-iocn i {
font-size: 64px;
color: #FFF;
opacity:0.1
}
aside.n-single-sidebar .apply-buttons .n-btn-flat.btn-clear {
display:block;
padding:12px 30px;
}
aside.n-single-sidebar .apply-buttons .n-btn-custom {
margin-top:20px;	
}
aside.n-single-sidebar .apply-buttons .n-btn-custom-two {
margin-top:20px;	
}
.n-single-sidebar .apply-buttons .divider {
padding:20px 0;	
position:relative;
}
.n-single-sidebar .apply-buttons .divider hr {
width:100%;
color: #999;	
}
.n-single-sidebar .apply-buttons .divider small {
font-size: 16px;
position: absolute;
background-color: #FFF;
left: 40%;
padding: 10px;
border-radius: 10px;
z-index: 9;
text-transform: uppercase;
top: 20px;
color: #999;
}
.n-single-job-company {
position:relative;
overflow:hidden;
text-align:center;
border:1px solid #eee;
margin-top:30px;
}
.n-single-job-company .dingle-job-company-meta {
padding:30px 20px;	
}
.n-single-job-company .dingle-job-company-meta .contact-img {
margin:20px 0;	
}
.n-single-job-company .dingle-job-company-meta .contact-img img {
margin:0 auto;
display:block;
max-width: 120px;
padding:15px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
background-color:#FFF;	
}
.n-single-job-company .dingle-job-company-meta .contact-caption h4 {
font-size:18px;
font-weight:500;
margin-top:0;
margin-bottom:0;
}
.n-single-job-company .dingle-job-company-meta .saving_resume {
margin-top:20px;	
}
.n-single-job-company .dingle-job-company-meta .contact-caption p {
margin-bottom:0;
font-size:16px;
}
.n-single-job-company .dingle-job-company-meta .contact-caption a {
color:#777;	
}
.n-single-job-company .view-profile {
padding:20px;
display:block;
background-color:#fb236a;
color:#FFF;
font-weight:500;	
}
.n-single-job-company .social-links  {
position:relative;
overflow:hidden;	
}
.n-single-job-company .social-links li {
width:30px;
display:inline-block;
}
.n-single-job-company .social-links li img {
width:30px;	
} .n-single-job-transparent {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-image.png);;
background-position:top center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
padding:200px 0 40px 0;
box-shadow:1px 0px 20px rgba(0,0,0,0.3);
}
.n-single-job-transparent:before {
background: rgba(0, 0, 0, 0.8);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
background: linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8)); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-single-job.n-single-job-transparent .n-single-title {
margin-bottom:0;	
}
.n-single-job-transparent .n-single-title h4 {
color:#FFF;
font-size:24px;
margin-bottom:15px;	
}
.n-single-job-transparent .n-single-title h5 {
color:#FFF;
margin-top: 0;
}
.n-single-job-transparent  .n-single-title ul li {
color:#FFF;		
}
.n-single-job-transparent  .n-single-title ul li  a {
color:#FFF;	
}
.n-single-job-transparent aside.n-single-sidebar  .apply-buttons .n-btn-flat {
margin-bottom:20px;
color:#fff;	
}
.n-single-job-transparent .single-transparent-cats {
position:relative;
overflow:hidden;
margin-bottom:5px;	
margin-top:20px;
}
.n-single-job-transparent .single-transparent-cats ul {
list-style:none;
}
.n-single-job-transparent .single-transparent-cats ul li {
float:left;
}
.n-single-job-transparent .single-transparent-cats ul li a {
color:#FFF;
font-size:16px;
}
.n-single-job-transparent .single-transparent-cats ul li {
padding-right:20px;
margin-right:20px;
position:relative;	
}
.n-single-job-transparent .single-transparent-cats ul li::after {
color: #FFF;
content: "\f105";
font-family: "FontAwesome";
position: absolute;
font-size:18px;
right:-5px;
line-height:20px;
}
.n-single-job-transparent .single-transparent-cats ul li:last-child::after {
content: normal;	
}
.n-detail-transparent .n-single-meta-2 {
background-color: #FFF;
padding: 30px;
position: relative;
overflow: hidden;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-bottom:30px;
padding-bottom:0;
}
.n-detail-transparent .n-single-meta-2 h4 {
font-size: 22px;
margin-top: 0;
font-weight: 500;
margin-bottom:20px;
}
.n-detail-transparent .n-single-meta-2 ul {
list-style:none;
position:relative;
overflow:hidden;	
}
.n-detail-transparent .n-single-meta-2 ul li {
float: left;
width: 33%;
margin-bottom:30px;
}
.n-detail-transparent .n-single-meta-2 .short-detail-icon {
float:left;
margin-right:15px;
}
.n-detail-transparent .n-single-meta-2 .short-detail-icon img {
margin-top:5px;	
}
.n-detail-transparent .n-single-meta-2 .short-detail-meta {
position:relative;
overflow:hidden;	
}
.n-detail-transparent .n-single-meta-2 .short-detail-meta small {
display:block;
font-size:16px;
font-weight:500;
}
.n-detail-transparent .n-single-meta-2 .short-detail-meta strong {
font-weight:400;
font-size:14px;
color:#777;	
}
.n-breadcrumb-big {
background: url(https://demo.nokriwp.com/wp-content/uploads/2018/10/4.png);;
background-position:top center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
padding:140px 0 80px 0;
box-shadow:1px 0px 20px rgba(0,0,0,0.3);
} .n-breadcrumb-big .breadcrumb-text {
text-align:center;
color:#FFF;	
}
.n-breadcrumb-big .breadcrumb-text h2 {
margin-top:0;
font-size:30px;
font-weight:600;
line-height:30px;
margin-bottom:40px;	
}
.n-breadcrumb-big .breadcrumb-text h2::before {
background-color: #fb236a;
content: "";
height: 4px;
margin: 0 auto;
position: absolute;
width: 50px;
top: 50px;
left: 48%;
}
.n-breadcrumb-big .breadcrumb-text ul {
list-style:none;	
}
.n-breadcrumb-big .breadcrumb-text ul li {
display:inline-block;
font-size:16px;	
}
.n-breadcrumb-big .breadcrumb-text  li::before {
content: "\f105";
font-family: 'FontAwesome';
font-size: 18px;
color: #FFF;
padding: 0 10px;
}
.n-breadcrumb-big .breadcrumb-text  li:first-child::before {
content:"";	
padding:0;
}
.n-candidate-detail {
padding-top:40px;	
}
.n-candidate-detail .n-candidate-meta {
background-color:#FFF;
}
.n-candidate-detail .n-candidate-meta h4 {
font-size:20px;
font-weight:600;
margin-top:0;
margin-bottom:15px;	
}
.n-candidate-detail .n-candidate-meta ul, .n-candidate-detail .n-candidate-meta ol {
color: #777;
padding-left: 40px;
margin-bottom: 30px;
}
.n-candidate-detail .n-candidate-meta ul li, .n-candidate-detail .n-candidate-meta ol li {
padding-bottom: 10px;
font-size: 14px;
}
.n-candidate-detail .n-candidate-meta p {
color: #777;
font-size: 16px;
margin-bottom: 30px;
}
.n-candidate-detail .n-candidate-meta p span {
color: #777 !important;
font-family:'Poppins', sans-serif !important;
font-size:16px !important;
}
.n-candidate-detail .n-candidate-meta .n-skills {
margin-bottom:50px;	
}
.n-candidate-detail .n-candidate-meta .n-skills .n-skills-tags {
position: relative;
}
.n-candidate-detail .n-candidate-meta .n-skills .n-skills-tags a {
background-color: #f1f1f1;
padding: 5px 10px;
border-radius: 4px;
display: inline-block;
margin-right:5px;
margin-bottom:5px;
} .n-candidate-detail .n-candidate-meta .timeline-box {
position: relative;
}
.n-candidate-detail .n-candidate-meta .timeline-box  ul.education {
list-style: none;
position: relative;
padding: 0 0 0 50px;
display: inline-block;
width: 100%;
padding-left:0;
margin-bottom:50px;
}
.n-candidate-detail .n-candidate-meta .timeline-box  ul.education li {
position: relative;
padding-bottom:40px;
margin-left: 35px;
background-color: #fff;
display:block;
padding-top:0;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.candidates-2 .n-candidate-location i {
font-size: 14px;
margin-right:5px; 
}
.candidates-2 .n-candidate-location p {
font-size: 14px;
display:inline
}
.candidates-2 .n-candidate-location {
background-color: #f5f5f5;
padding: 10px;
}	
.n-featured-candidates.candidates-2  .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
padding:0;
padding-top:30px;	
position: relative;
overflow:hidden;
}
.candidates-2  .n-candidates-single-bottom a {
padding: 15px;
}
.n-featured-candidates.candidates-2  .n-featured-candidates-box .n-featured-single .bookmark-icon {
position:absolute;
top:20px;
left:20px;
font-size:20px;	
color:#777;
}
.n-featured-candidates.candidates-2  .n-featured-candidates-box .n-featured-single .bookmark-icon.active  {
color:#E52D27;	
}
.n-featured-candidates .features-star {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
left:auto;
}
.n-featured-candidates .features-star::before {
content: '';
border-width: 25px;
border-style: solid;
border-color: #E52D27 #E52D27 transparent transparent;
position: absolute;
top: 0;
left: 0;
}
.n-featured-candidates .features-star i {
top: 3px;
right: -3px;
}
.n-featured-candidates.candidates-2  .owl-theme .owl-dots .owl-dot span {
width: 30px;
height: 5px;
}
.n-featured-candidates.candidates-2  .n-candidate-skills {
padding:20px 0;
margin: 0 auto;
display: table;
padding-bottom:15px;
}
.n-featured-candidates.candidates-2  .owl-theme .owl-dots .owl-dot.active span, .n-featured-candidates.candidates-2  .owl-theme .owl-dots .owl-dot:hover span {
background: #fb236a;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:first-child {
margin-top:0;	
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:last-child {
padding:0	
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li > span {
width: 4px;
height: 100%;
background: #eee;
left: -30px;
position: absolute;
top:15px;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:last-child span {
background:none;	
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li > span:before {
background-color: #fb236a;
content: "";
width: 15px;
height: 15px;
border-radius: 90%;
border: 3px solid #FFF;
position: absolute;
left: -5px;
top: -10px;
box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.07);
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .date {
color:#777;
font-size:14px;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .lead {
position: relative;
overflow: hidden;
margin-bottom: 10px;
font-weight: 500;
font-size: 18px;
color: #242424;
margin-top:10px;
font-family: 'Quicksand', sans-serif;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .lead span {
font-size:14px;
color:#777;
margin-left:15px;	
}
.n-candidate-detail .n-candidate-meta .timeline-box div .type {
font-size: 16px;
margin-bottom: 15px;
color:#fb236a;
}
.candidate-resume-page .main-body .timeline-box div .type span {
margin-right: 30px;
font-weight: 400;
color:#242424;
}
.n-candidate-detail .n-candidate-meta .timeline-box div .type span strong {
margin-right:5px;
text-transform:uppercase;	
}
.n-candidate-detail .n-candidate-meta .timeline-box span.number {
height: 100%;
}
.n-candidate-detail .n-candidate-meta .timeline-box p {
margin-bottom:0;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul li, .n-candidate-detail .n-candidate-meta .timeline-box ol li {
color:#777;
padding:5px 0;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info {
line-height: 30px;
font-size: 16px;
color: #777;
}
.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio {
position:relative;	
}
.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio ul {
list-style:none;
padding:0;
margin-bottom:0;	
}
.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio ul li {
max-width:110px;
max-height:110px;
display:inline-block;
margin-right:10px;
margin-bottom:10px;
padding:0;
border: 3px solid #EEE;
}
.n-candidate-detail .n-candidate-meta .timeline-box.n-video-portfolio {
position:relative;
margin-top:30px;
}
.n-candidate-detail .n-single-sidebar .n-single-job-company {
margin-top:0;
background-color:#FFF;
border:1px solid #EEE;
margin-bottom:30px;	
}
.n-candidate-detail .n-single-sidebar .n-single-job-company .contact-img {
max-width: 145px;
margin: 30px auto;
position: relative;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/profile-bg.png) no-repeat scroll center center / cover;
padding:10px 0;
}
.n-candidate-detail .n-single-sidebar .n-single-job-company .contact-img img {
max-width:130px;
max-height:130px;
border-radius:50%;
min-height: 130px;
min-width: 130px;	
}
.n-candidate-detail .n-candidate-info h4 {
text-transform: capitalize;
font-weight: 600;
margin-top: 0;
font-size:16px;
}
.n-candidate-detail .n-candidate-info {
padding:20px;
background-color:#FFF;
border:1px solid #EEE;
margin-bottom:30px;
border-radius:4px;
}
.n-candidate-detail .n-candidate-info ul {
margin-bottom: 0;
padding:0;
list-style:none;
}
.n-candidate-detail .n-candidate-info ul li {
padding: 15px 0;
border-bottom: 1px solid #f5f5f5;
}
.n-candidate-detail .n-candidate-info ul li i {
margin-right:5px;
color:#fb236a;
float:left;	
}
.n-candidate-detail .n-candidate-info ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.n-candidate-detail .n-candidate-info ul li img {
margin-right: 10px;
width:35px;
float:left;
}
.n-candidate-detail .n-candidate-info ul li .resume-detail-meta {
padding-left:50px;	
}
.n-candidate-detail .n-candidate-info ul li .resume-detail-meta small {
display:block;
color:#777;
font-size:14px;
}
.n-candidate-detail .n-candidate-info ul li .resume-detail-meta strong {
font-size:14px;	
font-weight:500;
font-family: 'Poppins', sans-serif;
word-wrap: break-word;
}
.n-candidate-detail .n-candidate-contact-form {
padding: 30px 20px;
background-color: #fff;
border:1px solid #EEE;
position: relative;
overflow: hidden;
border-radius:3px;
margin-bottom:30px;
}
.n-candidate-detail .n-candidate-contact-form h4 {
margin-top: 0;
margin-bottom: 20px;
font-weight: 600;
text-transform: capitalize;
font-size:16px;
}
.n-candidate-detail .n-candidate-contact-form input {
height: 45px;
border-radius: 3px
}
.user-resume2-breadcrumb {
padding:150px 0 60px 0;
box-shadow:none;	
}
.user-resume2-breadcrumb .n-candidate-info {
position:relative;
overflow:hidden;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box {
max-width:160px;
float:left;
margin-right:20px;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/profile-bg.png) no-repeat scroll center center / contain;
padding:10px;
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box img {
border-radius:50%;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box {
position:relative;
overflow:hidden;
padding: 10px 0;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box h4 {
font-size:24px;
color:#FFF;
margin-top:0;
font-weight:600;
margin-bottom:10px;
line-height:24px;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p {
color:#FFF;
margin-bottom:;
line-height:22px;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p i {
color:#fb236a;
margin-right:10px;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags {
position:relative;
overflow:hidden;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags a {
background-color: transparent;
padding: 5px 10px;
border-radius: 50px;
display: inline-block;
border:1px solid #FFF;
color:#FFF;
font-size: 12px;
margin-right: 10px;
margin-bottom:5px;	
}
.n-candidate-social-box {
text-align:right;
padding:25px 0;	
}
.n-candidate-social-box .social-links li:first-child {
margin-left:0;	
}
.n-candidate-social-box .social-links li {
display: inline-block;
margin-left:8px;
padding:0;
}
.n-candidate-social-box .social-links li a img {
width: 35px;	
}
.n-candidate-social-box  .n-candiate-btns {
margin-top:30px;	
}
.n-candidate-social-box  .n-candiate-btns .btn {
padding: 10px 40px;
}
.n-scroll-btns {
text-align: right;
position: absolute;
right: 15px;
top: -93px;
}
.n-scroll-btns a.n-btn-flat.btn-mid, .n-scroll-btns a.n-btn-flat.btn-mid:focus {
background:none;
color:#FFF;	
border-color:#FFF;
padding:12px 40px;
display:inline;
border-radius:0;
}
.n-candidate-meta  ul.n-candidate-short-info {
list-style: none;
position: relative;
overflow: hidden;
padding-left:0;
}
.n-candidate-meta ul.n-candidate-short-info li {
float: left;
width: 33.2%;
margin-bottom: 20px;
padding-bottom:0;
}
.n-candidate-meta ul.n-candidate-short-info .short-detail-icon {
float: left;
margin-right: 15px;
}
.n-candidate-meta ul.n-candidate-short-info .short-detail-icon img {
margin-top: 5px;
}
.n-candidate-meta ul.n-candidate-short-info .short-detail-meta {
position: relative;
overflow: hidden;
}
.n-candidate-meta ul.n-candidate-short-info .short-detail-meta small {
display: block;
font-size: 16px;
color:#242424;
font-weight:500;
}
.n-candidate-meta ul.n-candidate-short-info .short-detail-meta strong {
font-weight: 400;
font-size: 14px;
color:#777;
word-wrap: break-word;
}
.n-company-grids {
position:relative;
}
.n-company-grids .n-company-grid-single {
margin-bottom:30px;	
}
.n-company-grids .n-company-grid-single .n-company-grid-img {
position:relative;
padding:15px 0px;
}
.n-company-grids .n-company-grid-single .n-company-grid-img:before {
background: rgba(0, 0, 0, 0.8);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
background: linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8)); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-logo {
position:relative;
overflow:hidden;	
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-logo img {
margin:0 auto;
display:block;
background-color: #FFF;
border-radius: 50%;
max-width:80px;
max-height:80px;
min-width:80px;
min-height:80px;	
}
.n-company-grids .n-company-grid-single .n-company-title {
position:relative;
overflow:hidden;	
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title h3 {
margin-top:20px;
margin-bottom:0;
position:relative;
color:#FFF;
font-size:20px;
font-weight:500;
text-align:center;	
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title h3 a {
color:#FFF;	
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title p {
color:#FFF;
text-align:center;
font-size:14px;
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title p i {
margin-right:5px;
font-size:18px;	
}
.n-company-grids .n-company-grid-single .n-company-bottom {
text-align:center;
padding:40px 20px 30px 20px;
position:relative;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
background-color:#FFF;
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow {
position: absolute;
bottom: -18px;
z-index: 9;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 123px;
}
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow a {
background:#FFF;
padding:6px 30px;
color:#fb236a;	
}
.n-company-grids .n-company-grid-single .n-company-bottom .social-links {
position: relative;
overflow: hidden;
}
.n-company-grids .n-company-grid-single .n-company-bottom .social-links li {
width: 40px;
display: inline-block;
}
.n-company-grids .n-company-grid-single .n-company-bottom .social-links li img {
width:40px;	
} .mega-menu .menu-logo>li {line-height: 2.5em;display: flex;align-items: center;}
.mega-menu .menu-logo>li>a {float: unset;}
.mega-menu .menu-logo img {height: 70px;width: auto !important;max-width: 150px;margin-top: 0;}
.customname2 {display: none;}  @media (min-width: 1280px) {
.dashboard-new {padding-top: 160px;}
}
@media (min-width: 992px) and (max-width: 1023px) {
.dashboard-new {padding-top: 225px;}
}
@media (min-width: 768px) and (max-width: 991px) {
.dashboard-new {padding-top: 260px;}
}
.n-company-grid-single .n-company-grid-img {display: flex;flex-wrap: wrap;flex-direction: row;align-items: center;}
.n-company-grid-single .n-company-grid-img .n-company-logo {flex: 20%;max-width: 20%;}
.n-company-grid-single .n-company-grid-img .n-company-title {flex: 20%;max-width: 20%;}
.n-company-grid-single .n-company-grid-img .n-company-follow {flex: 60%;max-width: 40%;position: relative !important;bottom: 0 !important;width: auto !important;text-align: right;}
.n-company-grid-single .n-company-grid-img .n-company-title h3 {text-align: left !important;margin-top: 0 !important;} .n-search-page.n-user-page {
position:relative;
}
.n-search-page.n-user-page n-search-main {
float:left;
width:100%;	
}
.n-search-page.n-user-page .heading-area {
background-color:#FFF;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.n-search-page.n-user-page .heading-area h4 {
color:#242424;	
}
.n-search-page.n-user-page .heading-area .select2-container--default .select2-selection--single {
background-color:transparent;
border:1px solid #eee;	
}
.n-search-page.n-user-page .heading-area .select2-container--default .select2-selection--single .select2-selection__rendered {
color:#242424;	
}
.n-search-page.n-user-page .heading-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color:#888 transparent transparent transparent;	
}
.n-user-page .n-company-list {
background-color:#FFF;
margin-bottom:20px;
padding:20px;
position:relative;
overflow:hidden;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
border-radius:4px;	
}
.n-user-page .n-company-list .n-company-img {
float:left;
margin-right:20px;
max-width:80px;
max-height:80px;	
}
.n-user-page .n-company-list .n-company-img img {
border-radius:50%;	
}
.n-user-page .n-company-list .n-company-meta {
position:relative;
overflow:hidden;	
}
.n-user-page .n-company-list .n-company-meta h4 {
margin:0;
font-size:16px;
font-weight:500;
}
.n-user-page .n-company-list .n-company-meta span {
position:relative;
color:#333;	
}
.n-user-page .n-company-list .n-company-meta p.location {
color:#fb236a;
margin:5px 0;	
}
.n-user-page .n-company-list .n-company-meta p.location a {
color:#fb236a;
}
.n-user-page .n-company-list .n-company-meta p.location i {
margin-right:5px;
font-size:20px;
vertical-align:middle;	
}
.author-sidebar .n-company-contact-info .widget {
margin-bottom:30px;	
border: 1px solid #EEE;
padding: 20px;
position:relative;
overflow:hidden;
}
.author-sidebar .n-company-contact-info .widget:last-child {
margin-bottom:0;
}
.author-sidebar .n-company-contact-info .widget h4.widget-heading {
font-size:16px;
font-weight:600;
margin-bottom:25px;
margin-top:0;
border-bottom: 1px solid #eee;
position:relative;
padding-bottom:20px;
}
.author-sidebar .n-company-contact-info .widget h4.widget-heading::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a;
}
.new-sidebar .n-general-select-search {
position:relative;	
}
.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single {
position:relative;	
border-radius:0;
border-color:#EEE;
}
.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:40px;	
}
.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
color:#999;	
}
.new-sidebar .n-general-select-search .select2-container--default .select2-selection--single .select2-selection__arrow {
height:40px;	
} .user-resume2-breadcrumb .n-company-info {
position:relative;
overflow:hidden;	
}
.user-resume2-breadcrumb .n-company-info .n-company-meta-box {
position:relative;
overflow:hidden;
}
.user-resume2-breadcrumb .n-company-info .n-company-meta-box h4 {
font-size:24px;
color:#FFF;
margin-top:0;
font-weight:500;
margin-bottom:10px;
line-height:24px;	
}
.user-resume2-breadcrumb .n-company-info .n-company-meta-box p {
color:#FFF;
line-height:22px;
font-size:16px;
}
.user-resume2-breadcrumb .n-company-info .n-company-meta-box p i {
color:#fb236a;
margin-right:10px;	
}
.n-company-social-box {
text-align:right;
}
.n-company-social-box .social-links li:first-child {
margin-left:0;	
}
.n-company-social-box .social-links li {
display: inline-block;
margin-left:8px;
padding:0;
}
.n-company-social-box .social-links li a img {
width: 35px;	
}
.n-company-social-box  .n-company-btns {
margin-top:20px;	
}
.n-company-social-box  .n-company-btns .btn {
padding: 10px 40px;
}
.n-company-social-box  .n-company-btns .btn i {
margin-right:5px;
}
.n-company-breadcrumb {
padding:170px 0 40px 0;	
}
.n-candidate-detail .n-company-float-img {
position: absolute;
top: -150px;
left: 50%;
width: 170px;
min-width: 140px;
max-width: 140px;
margin-top: -70px; margin-left: -70px; z-index: 9;
}
.n-candidate-detail .n-company-float-img .n-company-img-box {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/profile-bg-big.png) no-repeat scroll center center / contain;
padding:10px;
width:100%;
height:100%;
}
.n-candidate-detail .n-company-float-img .n-company-img-box img {
border-radius: 50%;
min-height: 110px;
min-width: 110px;
background-color: #FFF;
padding: 10px;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box {
position: relative;
overflow: hidden;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box h4 {
font-size: 24px;
color: #FFF;
margin-top: 0;
font-weight: 600;
margin-bottom: 10px;
line-height: 24px;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box p {
color: #FFF;
line-height: 22px;
font-size: 16px;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box p.location {
color: #FFF;
line-height: 22px;
font-size: 16px;
margin-bottom:0;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box p i {
color: #fb236a;
margin-right: 10px;
} .n-pages-breadcrumb {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/slider-image.png);;
background-position:top center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll;
position:relative;
padding:150px 0 0 0;
box-shadow:1px 0px 20px rgba(0,0,0,0.3);
height:580px;
} .n-pages-breadcrumb .n-breadcrumb-info {
text-align:center;	
}
.n-pages-breadcrumb .n-breadcrumb-info h1 {
color:#FFF;
font-size:24px;
font-weight:600;
margin:0;
margin-bottom:25px;	
}
.n-pages-breadcrumb .n-breadcrumb-info h1::before {
background-color: #fb236a;
content: "";
height: 2px;
margin: 0 auto;
position: absolute;
width: 50px;
top: 45px;
left: 47%;
}
.n-pages-breadcrumb .n-breadcrumb-info p {
color:#FFF;
font-size:18px;
width:80%;
margin:0 auto;
display:block;
}
.n-job-pages-section {
position:relative;
padding-top:0;
}
.n-job-pages-section .n-jobpost {
background-color:#FFF;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
position:relative;
overflow:hidden;
margin-top:-200px;
padding:30px 15px;
}
.n-job-pages-section .post-job-heading {
margin-bottom:30px;	
}
.n-job-pages-section h3 {
font-size:20px;
font-weight:600;
margin:0;
color:#242424;
}
.n-job-pages-section .form-group {
margin-bottom:30px;
position:relative;		
}
.n-job-pages-section .form-group .select2-container--default .select2-selection--single {
border: 1px solid #eee;
border-radius:0;
}
.n-job-pages-section.form-group .icheckbox_square {
margin-right:5px;
display:inline-block;	
}
.n-job-pages-section .form-group p.policy-link {
display:inline;
margin-bottom: 0;
font-size: 16px;
vertical-align: middle;	
margin-left:10px;
}
.n-jobpost .job-topups {
position:relative;
overflow:hidden;	
margin-bottom:30px;
}
.n-jobpost .job-topups ul {
list-style:none;	
}
.n-jobpost .job-topups ul li {
padding: 15px;
position: relative;
overflow: hidden;	
}
.n-jobpost .job-topups .job-topups-box {
position: relative;
overflow: hidden;
width: 60%;
float: left;
}
.n-jobpost .job-topups .job-topups-box h4 {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
font-weight: 500;
}
.n-jobpost .job-topups .job-topups-box p {
margin-bottom:0;	
}
.n-jobpost .job-topups .job-topups-checkbox {
width: 40%;
position: relative;
overflow: hidden;
text-align: right;
}
.n-jobpost .job-topups ul li:nth-child(2n+1) {
background-color: #F5f5f5;
}
.n-jobpost #your_current_location {
position:absolute;
right:15px;
bottom:15px;	
}
.n-jobpost #your_current_location i {
font-size:18px;
color:#999;	
}
.dashboard-new #your_current_location {
position: absolute;
right: 30px;
bottom: 28px;
}
.dashboard-new #your_current_location i {
font-size:20px;
color:#999;	
}
.n-job-pages-section .n-job-pages {
background-color: #FFF;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
position: relative;
overflow: hidden;
margin-top: -200px;
border-radius:4px;
}
.n-job-pages-section .n-job-pages .n-page-right-side {
padding: 30px;
background-color:#110f24;
min-height: 510px;
}
.n-job-pages-section .n-job-pages .n-page-right-side h3 {
color:#FFF;	
}
.n-job-pages-section .n-job-pages .n-page-right-side p {
color:#FFF;
font-size:16px;	
}
.n-job-pages-section .n-job-pages .n-page-left-side {
padding: 30px 15px;
position:relative;
overflow:hidden;	
}
.n-job-pages-section .n-job-pages .n-page-left-side .signup-area {
margin-top:60px;
text-align:center;
font-size:16px;
color:#777;
}
.n-job-pages-section .n-job-pages .n-page-left-side .signup-area a {
font-weight:500;
color:#242424;	
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .form-group:last-child {
margin-bottom:0;	
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-linkedIn {
background-color:#0077B5;
color:#FFF;
text-transform:capitalize;
font-family: 'Poppins', sans-serif;
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-linkedIn i {
border-right: 1px solid #2088cb;
padding: 0px 15px;
line-height: 50px;
font-size: 20px;
vertical-align:middle;	
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-linkedIn span {
padding:12px 15px;
font-weight:500;
vertical-align: middle;	
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-facebook {
background-color:#3B5998;
color:#FFF;
text-transform:capitalize;
font-family: 'Poppins', sans-serif;
padding: 15px;
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-facebook img {
vertical-align:middle;
width:20px;
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-facebook span {
padding:12px 15px;
font-weight:500;
vertical-align: middle;	
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google {
background-color:#FFF;
color:#FFF;
text-transform:capitalize;
font-family: 'Poppins', sans-serif;
padding:15px;
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google i {
border-right: 1px solid #e2695e;
padding: 0px 15px;
line-height: 50px;
font-size: 20px;
vertical-align:middle;	
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google span {
padding:12px 15px;
font-weight:500;
vertical-align: middle;
color:#242424;	
}
.n-job-pages-section .n-job-pages .n-page-right-side .social-buttons .btn-google img {
width: 35px;
height: 20px;
padding-right: 15px;
border-right: 1px solid #CCC;	
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area {
position:relative;
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .form-group {
display:inline-block;
margin-bottom:0;
line-height: 40px;	
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .icheckbox_square {
margin-right:10px;
display:inline-block;	
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p {
display:inline-block;
vertical-align:middle;
margin-bottom:0;	
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p a {
color:#242424;
font-weight:500;	
}
.n-job-pages-section .n-job-pages .n-page-right-side ul {
padding-left:20px;
margin-bottom:30px;
}
.n-job-pages-section .n-job-pages .n-page-right-side ul li {
color:#FFF;
line-height:30px;
font-size:16px;	
}
.n-job-pages-section .n-job-pages .n-page-left-side #status {
margin-bottom:30px;	
}
.n-job-pages-section .n-job-pages .n-page-left-side #status .btn-default {
border-radius:0;
padding:10px 30px;
border-color:#e1e1e1;
font-weight:500;	
}
.n-job-pages-section .n-job-pages .n-page-left-side #status .btn-default.active {
box-shadow:none;
background-color:transparent;
background: #fb236a;
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
background: linear-gradient(to right, #fb236a, #fb236a);
border-color:#fb236a;
color:#FFF;
}
.n-job-pages-section .n-job-pages.register-page .n-page-right-side {
min-height: 530px;
}
.n-job-pages-section .n-job-pages.register-page .n-page-left-side .signup-area {
margin-top:20px;
text-align:left;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul {
list-style:none;
margin-bottom:30px;
padding:0;
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li {
line-height:30px;
padding:15px 0;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li i {
font-size:30px;
float:left;
margin-right:10px;
line-height:34px;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li a {
color:#FFF;
font-size:16px;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li p {
margin-bottom:0;
font-size:16px;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side .contact-detail {
margin-left:50px;
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side .social-links {
position: relative;
overflow: hidden;
margin-bottom:0;
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side .social-links li {
width: 35px;
display: inline-block;
margin-right:10px;
padding:0;
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side {
min-height: 520px;
}
.error-page-section {
background: #fff url(//christianfilmconnect.com/wp-content/themes/nokri/images/city.png) repeat-x scroll center bottom;
text-align: center;
padding:80px 0;
margin-top: -350px !important;
padding-bottom:200px;
}
.error-page-section .error-404 h2 {
font-size: 150px;
font-weight: 500;
margin: 0;
line-height: 150px;
text-shadow: 5px 5px 1px rgba(0,0,0,.2);
}
.error-page-section .error-404 h4 {
font-size: 30px;
margin-top: 0;
font-weight: 500;
}
.error-page-section .error-404 p {
font-size: 16px;
margin-bottom: 30px;
} .n-job-pages-section .n-job-pages.user-section {
text-align:center;
padding:100px 0;
}
.n-job-pages-section .n-job-pages.user-section h3 {
margin-bottom:30px;	
}
.n-job-pages-section .n-job-pages.user-section #status {
position:relative;	
}
.n-job-pages-section .n-job-pages.user-section #status .btn-default {
border-radius:0;
padding:10px 30px;
border-color:#e1e1e1;
font-weight:500;	
}
.n-job-pages-section .n-job-pages.user-section #status .btn-default.active {
box-shadow:none;
background-color:transparent;
background: #fb236a;
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
background: linear-gradient(to right, #fb236a, #fb236a);
border-color:#fb236a;
}
.n-job-pages-section .n-job-pages.user-section .buttons-area {
margin-top:30px;	
}
.n-job-pages-section .n-job-pages.user-section .buttons-area .icheckbox_square {
margin-right:5px;
}
.n-job-pages-section .n-job-pages.user-section .buttons-area p {
display:inline;
margin-bottom:0;
vertical-align:middle;
} .modal-popup .modal-content {
border-radius:0;
}
.modal-popup .modal-content .modal-body {
padding:30px;
position:relative;
overflow:hidden;	
}
.modal-popup .modal-content .modal-body h4 {
margin-top:0;
margin-bottom:30px;
font-weight:500;	
}
.modal-popup .modal-content .modal-body .form-group {
margin-bottom:30px;	
}  .right-part {
width: calc(100% - 900px);
position: fixed;
right: 0;
top:0;
float: right;
}
.right-part.left-flip {
right: auto;
left: 0;
}
.left-part {
padding: 0 10px;
width: 900px;
margin-top:115px;
margin-bottom:30px;
}
.left-part .n-search-listing .pagination {
margin-top:0;	
}
#mapid {
height:100vh;	
}
.location-filters {
position:relative;
}
.location-filters .form-group {
margin-bottom:20px;	
}
.location-filters .form-group i {
position:absolute;
right: 35px;
bottom: 35px;
color: #777;
}
.search-map-filters {
position:relative;
overflow:hidden;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
padding: 30px 20px;	
}
.search-map-filters .form-group label {
font-size:14px;
font-weight:500;
margin-bottom:10px;
width:100%;
}
.search-map-filters .form-group .slider .tooltip.top {
margin-top: -20px;
}
.search-map-filters .form-group .slider.slider-horizontal {
width:100% !important;
height:45px;	
}
.search-map-filters .form-group .slider-handle {
background:#FFF;
opacity:1 ;
box-shadow:0px 0px 10px 5px rgba(0,0,0,0.07);
width: 15px;
height: 15px;	
}
.search-map-filters .form-group .slider.slider-horizontal .slider-track {
background:#fb236a;
height:6px;	
}
.search-map-filters .form-group .slider-selection {
background:#f5f5f5;
box-shadow:none;	
}
.filters-toggle {
font-size: 14px;
float: right;
cursor: pointer;
}
.filters-toggle i {
font-size: 14px;
margin-right: 5px;
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block;
}
.filters-container {
position:relative;
float: left;
width: 100%;
}
.filters-toggle.collapsed i {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(-0deg);
transform: rotate(0deg);
}
.filters-container label {
margin-right:10px;
font-size:16px;
}
.filters-container .proximity-space {
margin-right:10px;	
}
.result-area {
position:relative;
overflow:hidden;
width:100%;
float:left;
margin-top:10px;
}
.result-area h4 {
margin-top:0;
margin-bottom:0;
}
.slider-track {
background-color:#f9f9f9;
box-shadow: none;
}
.slider.slider-horizontal .slider-track {
height: 7px;
width: 100%;
margin-top: -4px;
top: 50%;
left: 0;
}
.slider.slider-horizontal {
width: 80%;
height: 20px;
}
.slider-handle {
background:none;
background-color: #FFF;
border: 2px solid #e52d27;
width: 18px;
height: 18px;
}
.slider-selection {
background:none;
background-color: #e52d27;
box-shadow: none;
}
.slider-track {
background-image: linear-gradient(to bottom, #ddd 0%, #ddd 100%);	
} .search-page-with-map.sidebars {
display: flex;
align-items: flex-start;
max-height:100vh;
}
.search-page-with-map.sidebars .new-sidebar {
width:250px;	
}
.search-page-with-map.sidebars .left-part {
width: 50%;
margin-top: 0;
}
.search-page-with-map.sidebars .right-part {
width: calc(50% - 250px);	
}
.search-page-with-map.sidebars .side-filters {
max-height: 100vh;
}
.side-listings {
max-height:100vh;
padding-bottom:30px;
}
.search-page-with-map.sidebars  .n-search-main {
margin-top:150px;
float:left;
padding-bottom: 30px;
width:100%;	
}
.search-page-with-map.sidebars .new-sidebar .heading {
margin-top:140px;
border:none;
}
.search-page-with-map.sidebars .new-sidebar .panel-default {
border:none;
}
.search-page-with-map.sidebars .new-sidebar .panel-default:last-child {
border:none;
box-shadow: none;	
}
.search-page-with-map.sidebars .new-sidebar .panel-default ul li label {
color: #777;
}
.search-page-with-map.sidebars .new-sidebar .panel-group {
margin-bottom:30px;
} .blog-detail-page .blog-post {
overflow: hidden;
margin-bottom: 30px;
}
.blog-detail-page .blog-post a {
color: inherit;
}
.blog-detail-page .post-info a {
margin-right: 20px;
color:#fb236a;
}
.blog-detail-page .post-img {
margin-bottom: 30px;
position:relative
}
.blog-detail-page .post-img img {
height: auto;
-moz-transition: all 2s;
-o-transition: all 2s;
-webkit-transition: all 2s;
transition: all 2s;
}
.blog-detail-page .blog-post .post-img .author-icon {
position:absolute;
right:30px;
bottom:-25px;
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
border-radius: 50px;	
}
.blog-detail-page .blog-post .post-img .author-icon img {
width:50px;
height:50px;	
}
.blog-detail-page .post-info {
font-size: 14px;
color:#777;
}
.blog-detail-page .post-title {
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
margin-top: 10px;
word-wrap: break-word;
transition: all 0.4s ease 0s;
}
.blog-detail-page .post-title a:hover {
color: #fb236a;
}
.blog-detail-page .blog-single p {
font-size:16px;
margin-bottom:20px;
line-height:1.9;
}
.blog-detail-page .post-excerpt {
font-size: 14px;
line-height: 26px;
margin-bottom: 30px;
padding: 0 20px;
} .blog-detail-page .blog-single .blog-main-title {
font-size:30px;
font-weight:600;
margin-top:0;
margin-bottom:30px;	
}
.blog-detail-page .blog-single {
position: relative;
overflow: hidden;
}
.blog-detail-page .blog-single ul, .blog-detail-page .blog-single ol {
margin-bottom:30px;
padding-left:20px;
}
.blog-detail-page .blog-single ul li, .blog-detail-page .blog-single ol li {
line-height:1.9;
font-size: 16px;
color:#777;	
}
.blog-detail-page .blog-single ul li:last-child, .blog-detail-page .blog-single ol li:last-child {
padding-bottom:0;	
}
.blog-detail-page blockquote {
line-height: 30px;
border-left: 5px solid #fb236a;
font-size: 18px;
margin:30px 0;
font-style: italic;
padding:0;
padding-left:30px;
color:#242424;
}
.blog-detail-page blockquote p {
font-size: 18px !important;
color:#242424;
}
.blog-detail-page .blog-single .tagcloud {
border-top: 1px solid #eee;
padding: 20px 0;
width: 100%;
display: inline-block;
}
.blog-detail-page .tagcloud i {
margin-right: 20px;
}
.blog-detail-page .tagcloud a {
color: #777 !important;
margin-right: 10px;
word-wrap: break-word;
}
.blog-sidebar .search-blog .stylish-input-group .form-control {
background-color: #fff;
border-color: #ccc;
border-right: 0 none #ccc;
height: 50px;
border-radius: 4px 0 0 4px;
}
.blog-sidebar .search-blog .stylish-input-group .input-group-addon {
background-color:#fb236a;
border:none;
}
.blog-sidebar .search-blog .stylish-input-group button {
background: transparent none repeat scroll 0 0;
border: 0 none;
line-height:normal;
color:#FFF;
}
.blog-sidebar .widget {
margin-bottom: 30px;
overflow: hidden;
position: relative;
padding:20px 25px;
border:1px solid #EEE;
}
.blog-sidebar .widget .widget-heading {
background-color: transparent;
padding-bottom: 10px;
text-transform: capitalize;
margin-bottom: 20px;
font-size: 16px;
font-weight: 600;
border-bottom: 1px solid #eee;
position:relative;
font-family: 'Quicksand', sans-serif;
}
.blog-sidebar .widget .widget-heading::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a;
}
.blog-sidebar .widget ul li a span {
float: right;
}
.blog-sidebar .widget .categories-module {
background-color: #FFF;
}
.blog-sidebar .widget .categories-module li {
border-bottom: 1px solid #f1f1f1;
display: block;
padding-bottom: 13px;
padding-top: 13px;
}
.blog-sidebar .widget .categories-module li a {
color: #242424;
font-size: 14px;
text-transform: capitalize;
}
.blog-sidebar .widget .categories-module li a:hover {
color: #fb236a;
}
.blog-sidebar .widget ul li:last-child {
border-bottom:none;
padding-bottom:0;	
}
.blog-sidebar .widget .recent-ads-list-image {
display: table-cell;
width: 96px;
}
.blog-sidebar .widget .recent-ads-list-image-inner {
background-color: rgba(0,0,0,.12);
display: block;
height: 60px;
margin: 0 16px 0 0;
position: relative;
width: 100px;
}
.blog-sidebar .widget .recent-ads-list-image img {
display: block;
position: relative;
width: 100%;
z-index: 2;
}
.blog-sidebar .widget .recent-ads-list-content {
display: table-cell;
vertical-align: top;
}
.blog-sidebar .widget .related-post li {
position: relative;
overflow: hidden;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}
.blog-sidebar .widget .related-post li a {
color: #242424;
margin-bottom: 5px;
position: relative;
overflow: hidden;
display: block;
font-size: 16px;
}
.blog-sidebar .widget .related-post li a:hover {
color: #fb236a;
}
.blog-sidebar .widget .related-post li span {
position: relative;
overflow: hidden;
margin-bottom: 5px;
display: block;
font-size: 14px;
color: #777;
}
.blog-sidebar .widget .related-post li span i {
color: #777;
position: relative;
margin-right: 10px;
font-size: 14px;
}
.blog-sidebar .widget .recent-ads .recent-ads-list {
border-bottom: 1px solid rgba(0,0,0,.12);
margin: 0 0 15px;
padding: 0 0 15px;
}
.blog-sidebar .widget .recent-ads .recent-ads-list:last-child {
border:none;
padding:0;
margin:0;	
}
.blog-sidebar .widget .recent-ads .recent-ads-container {
display: table;
width: 100%;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-image {
display: table-cell;
width: 96px;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-image-inner {
background-color: rgba(0,0,0,.12);
display: block;
height: 70px;
margin: 0 16px 0 0;
position: relative;
width: 100px;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-image img {
display: block;
position: relative;
width: 100%;
z-index: 2;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-content {
display: table-cell;
vertical-align: top;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-content h3 {
color: #242424;
font-size: 16px;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-title {
margin: 0;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-title a {
color: #242424;
font-size: 14px;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-content .recent-ads-list-location li {
margin-top:5px;
padding:0;
color:#777;
}
.blog-sidebar .widget .recent-ads .recent-ads-list-content .recent-ads-list-location li a {
color:#777;	
}
.premium-badges {
margin-bottom:30px;
background-color:#FFf;
padding:20px;
padding-bottom:15px;	
}
.n-job-tags {
background-color:#FFF;
position:relative;
margin-top:30px;
padding:15px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.n-job-tags h3 {
margin-bottom:20px;
text-transform:capitalize;
margin-top:0;
font-size:18px;
font-weight:500;	
}
.n-job-tags .job-tag-list {
position:relative;
}
.n-job-tags .job-tag-list a {
background-color: #f1f1f1;
padding: 5px 10px;
border-radius: 4px;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
}
.n-advert-box {
margin:0 auto;
display:table;
margin-bottom:30px;	
}
.post-desc h1 {
font-size: 48px;
margin: 25px 0 0
}
.post-desc h2 {
font-size: 30px;
margin: 25px 0
}
.post-desc h3 {
font-size: 22px;
margin: 22px 0
}
.post-desc h4 {
font-size: 20px;
margin: 25px 0
}
.post-desc h5 {
font-size: 18px;
margin: 30px 0
}
.post-desc h6 {
font-size: 16px;
margin: 36px 0
}
.post-desc img, .post-desc img[height], .post-desc img[class*="align"], .post-desc img[class*="wp-image-"], .post-desc img[class*="attachment-"] {
height: auto;
max-width: 100%
}
.comment-list .comment .comment-content p {
font-size: 16px;
color: #777;
}
.blog-detail-page .blog-heading h2 {
font-size: 20px;
margin: 0 0 15px;
padding: 13px 18px 0 0;
padding-top: 13px;
text-transform: capitalize;
font-weight: 600;
}
.blog-detail-page .blog-section.review-form {
padding: 0;
}
.blog-detail-page .blog-section.review-form h2 {
margin-top: 0;
padding-top: 0
}
.blog-detail-page .comment-notes {
font-size:16px;	
}
.comment-list {
list-style: outside none none;
margin: 0;
padding: 0 !important;
}
.comment-list .children {
list-style: outside none none;
padding-left: 35px
}
.comment-meta-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 2rem
}
.comment .gravatar {
width: 5rem;
margin: 0
}
.comment-wrapper img.avatar {
border-radius: 50%;
vertical-align: bottom;
margin: 0;
min-width: 40px;
border: 1px solid #ddd;
padding: 1px
}
.comment-meta {
line-height: 1.4
}
.comment-author-linkz a, .comment-author-linkz {
color: #333;
font-weight: 500;
font-size:16px;
}
.comment-meta-item, .entry-meta-item {
font-size: 14px;
text-transform: uppercase;
color: #999
}
.comment-meta-item a {
color: #242424
}
.comment-content {
padding: 2rem;
background-color: #fafafa;
border: 1px solid #e1e8ed;
margin-bottom: 2rem;
position: relative;
border-radius:4px;
}
.comment-list .comment .comment-wrapper, .comment-list .comment .comment-wrapper ol, .comment-list .comment .comment-wrapper ul {
color: #777;
font-size:16px;
}
.comment-list .comment .comment-wrapper ul, .comment-list .comment .comment-wrapper ol {
padding-left:30px;	
}
.comment-list .comment .comment-wrapper dd, .comment-list .comment .comment-wrapper dt {
line-height: inherit
}
.comment-list .comment .comment-wrapper table {
border: 1px solid #EEE;
background-color: #fff
}
.comment-list .comment .comment-wrapper table, .comment-list .comment .comment-wrapper td, .comment-list .comment .comment-wrapper th {
text-align: left
}
.comment-content::after {
position: absolute;
top: -10px;
left: 12px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #e1e8ed
}
.comment-content::after {
clear: both
}
.comment-content::before, .comment-content::after {
content: "";
display: table;
table-layout: fixed
}
.comment-reply-link {
font-family: inherit;
font-size: 14px;
line-height: 1.5;
text-transform: capitalize;
color: #FFF !important;
font-weight: 500;
background-color: #242424;
padding: 5px 15px;
display: inline-block;
border-radius: 4px;
}
.comment-reply-link:hover {
background-color:#fb236a;	
}
h3#reply-title {
font-size: 18px
}
.post-excerpt li {
margin: 0 0 0 2.571428571rem
}
.blog-section .comment-respond .comment-form .form-group label {
font-size: 16px;
font-weight:500;
}
.post-excerpt ol, .post-excerpt ol, .post-excerpt ul, .comment-content ul, .mu_register ul {
line-height: 1.714285714
}
.post-excerpt ol.comment-list li {
margin: inherit
}
.post-excerpt ol.comment-list li .comment-body ul, .post-excerpt ol.comment-list li .comment-body ol {
margin: 0 0 0 2.571428571rem
}  .drop-accordion .panel-title a {
display: block;
position: relative;
padding: 10px 60px 10px 15px;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
color: #6d7194;
}
.drop-accordion .panel-default {
overflow: hidden;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.drop-accordion .panel-heading {
overflow: hidden;
padding: 0;
border: 1px solid #f1f1f1;
background: fcfcfc;
border-radius: 0;
}
.drop-accordion .panel-title a {
display: block;
position: relative;
padding: 20px 60px 20px 20px;
font-weight: 400;
font-size: 20px;
line-height: 1.6;
color: #191919;
}
.drop-accordion .panel-title .expand-icon-wrap {
position: absolute;
right: 0;
top: 0;
bottom: 0;
border-left: 1px solid #d9d7d7;
font-size: 24px;
line-height: 46px;
color: #fb236a;
}
.drop-accordion .expand-icon-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.drop-accordion .panel-title .expand-icon {
padding: 0 18px;
vertical-align: middle;
}
.drop-accordion .panel-title .expand-icon:before {
content: "\f055";
}
.drop-accordion .panel-body {
line-height: 25px;
padding: 20px;
position: relative;
border: 1px solid #d9d7d7;
}
.drop-accordion .circlus-ui .drop-accordion .panel-body, .leaf-ui .drop-accordion .panel-body {
border-radius: 4px;
}
.drop-accordion .panel-body-icon {
width: 75px;
float: left;
padding: 10px;
}
.drop-accordion .panel-body-icon i {
font-size: 45px;
color: #fb236a;
}
.drop-accordion .tab-collapsed {
border: transparent;
background: #fb236a;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.drop-accordion .tab-collapsed a {
color: #fff;
}
.drop-accordion .about-us .panel-group {
margin-bottom:0;	
}
.drop-accordion .tab-collapsed .expand-icon-wrap {
border-color: #fff;
color: #fff;
}
.drop-accordion .tab-collapsed .expand-icon:before {
content: "\f056";
}
.drop-accordion .panel-body ul {
list-style: disc !important;
padding: 0 0 0 30px;
text-decoration: none;
margin-bottom: 0;
}
.drop-accordion .panel-body ul li {
padding: 5px;
}
blockquote {
line-height: 30px;
border-left: 5px solid #fb236a;
font-size: 18px;
margin: 30px 0;
font-style: italic;
padding: 0;
padding-left: 0px;
padding-left: 30px;
} .about-us .large-paragraph {
font-size: 20px;
font-weight: 300;
margin-bottom: 20px;
line-height: 1.75;
color:#242424;
}
.about-us h2 {
margin:0;
margin-bottom: 10px;
color: #fb236a;
font-weight:600;
}
.about-us p {
font-size:14px;
color: #777;
line-height: 1.75;
margin-bottom:20px;
}
.services-grid .icons img {
width: 60px;
}
.services-grid h4 {
font-size: 18px;
margin-btoom: 10px;
color: #232323;
font-weight: 600;
}
.services-grid {
background-color: #fff;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
position: relative;
}
.services-grid i {
color:#fb236a;	
}
.services {
position: relative;
overflow: hidden;
margin-top: 10px;
} .team {
padding-bottom: 70px;
}
.team .heading {
margin-bottom: 60px;
}
.team-member, .team-member .team-img {
position: relative;
}
.team-member {
overflow: hidden;
margin-bottom: 30px;
}
.team-hover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
border: 20px solid rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.90);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
opacity: 1;
}
.team-hover .desk {
position: absolute;
top: 0%;
width: 100%;
opacity: 0;
-webkit-transform: translateY(-55%);
-ms-transform: translateY(-55%);
transform: translateY(-55%);
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
text-align: center;
color: #222;
}
.team-member:hover .team-hover .s-link {
bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
opacity: 1;
}
.team-hover .s-link {
position: absolute;
bottom: 0;
width: 100%;
opacity: 0;
text-align: center;
-webkit-transform: translateY(45%);
-ms-transform: translateY(45%);
transform: translateY(45%);
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
text-align: center;
color: #222;
}
.team-member .s-link a {
margin: 0 10px;
color: #333;
font-size: 16px;
}
.team-member .s-link a i:hover {
color: #29aafe;
}
.team-title {
position: static;
padding: 20px 0;
display: inline-block;
letter-spacing: 2px;
width: 100%;
}
.team-title h5 {
margin-bottom: 0px;
display: block;
text-transform: uppercase;
}
.team-title span {
font-size: 12px;
text-transform: uppercase;
color: #a5a5a5;
letter-spacing: 1px;
}
.light-txt {
color: #fff !important;
}
.team-member .team-intro.light-txt h5 {
color: #fff;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
}
.team-member .team-intro.light-txt span {
color: #FFF;
font-size: 12px;
}
.team-member .team-intro h5, .team-member .team-intro.light-txt span {
margin-bottom: 0px;
text-transform: capitalize;
}
.team-member .team-intro {
position: absolute;
right: 0;
bottom: 30px;
background: rgba(0, 0, 0, .7);
padding: 10px 20px;
width: 75%;
text-align: right;
}  #intro-hero::after {
background: rgba(0, 0, 0, 0.75);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
#intro-hero {
background: rgba(0, 0, 0, 0) url(//christianfilmconnect.com/wp-content/themes/nokri/images/bg.jpeg) no-repeat scroll center center / cover ;
color: #fff;
padding-bottom: 130px;
padding-top: 220px;
position: relative;
z-index: 1;
}
.hero-title {
color: #fff;
font-size: 24px;
font-weight: 300;
margin:0;
font-family: 'Poppins', sans-serif;	
}
#intro-hero h2 {
font-size: 36px;
font-weight: 600;
margin-top:0;
}
#intro-hero .hero-text-box p {
font-size:16px;
color:#FFF;
margin-top:30px;	
}
.hero-tagline {
font-size: 18px;
margin-bottom: 50px;
margin-top: 20px;
line-height:26px;
}
#intro-hero .hero-text-box {
position:relative;
margin-top:40px;	
}
.form-join {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
margin: 0 auto;
padding: 30px;
}
.form-join > h4 {
color: #191919;
font-size: 24px;
font-weight: 600;
margin-top: 0;
margin-bottom: 20px;
}
.form-join .form-group label {
text-align: left;
width:100%;
text-transform: capitalize;
}
label {
color: #242424;
font-size: 14px;
font-weight: 400;
}
.form-join .form-control {
border: 1px solid #ddd;
box-shadow: none;
border-radius: 3px;
color: #555;
font-size: 14px;
height: auto;
padding: 10px 15px;
transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.form-join .minict_wrapper span {
font-size:14px;
line-height: 35px;
height:40px;	
}
.form-join .minict_wrapper {
height:45px;
border: 1px solid #ddd;	
}
.form-join .minict_wrapper.bubble::after {
border-left: 1px solid #e5e5e5;
box-shadow: 1px 0 0 0 #fff inset;
height: 43px;
}
.form-join .minict_wrapper.bubble {
box-shadow:none;
background: none;
}
.form-join .btn-theme {
margin-top:20px;
text-transform:capitalize;	
}
.form-join .minict_wrapper span:empty::before {
color:#999;	
}
.form-join .n-btn-flat i {
margin-left:5px;
} .conter-grid  {
position:relative;
overflow:hidden;
margin-top:45px;	
}
.conter-grid .counter-box .counter-stats {
font-size: 24px;
font-weight: 600;
margin: 0;
color: #FFF;
}
.conter-grid .counter-seprator {
display: inline-block;
float: left;
width: 33%;
}
.conter-grid .count-title {
font-size:20px;
margin:0;	
} .categories-section-2 {
position:relative;
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/blog-big-elements.png);
background-position:center center;
background-repeat:no-repeat;
background-size: contain;
}
.categories-boxes-2 {
position: relative;
}
.categories-section-2 h2 span {
color: #29aafe;
}
.categories-section-2 .popular-categories {
margin: 0;
display: block;
}
.categories-section-2 .popular-categories li {
display: inline-block;
width: 22.4%;
float: left;
padding: 60px 30px;
border: 1px solid #f2f0f0;
text-align:center;
min-height:240px;
background-color:#fff;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin:15px;
position:relative;
overflow:hidden;
border-radius:4px;
}	
.categories-section-2 .popular-categories li:before {
content: "";
position: absolute;
width: 100px;
height: 50px;
background-color: #f5f5f5;
top: -10px;
left: -45px;
transform: rotate(-45deg);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;	
}
.categories-section-2 .popular-categories li:hover {
cursor:pointer;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
}
.categories-section-2 .popular-categories li a {
display: block;
text-align: center;
position: relative;
background-color: #fff;
font-size: 16px;
color: #242424;
font-weight: 600;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.categories-section-2 .popular-categories li a span {
color: #777;
display:block;
margin-top:5px;
font-size:14px;
font-weight:400;
}
.categories-section-2 .popular-categories li a span.arrow i {
font-size:16px;
position:absolute;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
bottom:-90px;
margin-bottom:0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.categories-section-2 .popular-categories li:hover span.arrow i {
bottom:-40px;	
}
.categories-section-2 .popular-categories li a .cat-icons img {
display: block;
margin:0 auto;
width:80px;
max-width:80px;
}
.categories-section-2 .popular-categories li a .cat-icons {
margin-bottom:15px;
min-height:70px;
}
.categories-section-2 .popular-categories li a i {
color:#fb236a;
text-align:center;
display:block;
margin-bottom:10px;	
} .n-breadcrumb-big.resume-3-brreadcrumb {
height:400px;
}
.user-resume-3 {
position:relative;
background-color:#FFF;	
padding:0;
}
.user-resume-3 .n-candidate-info {
position:relative;
margin-top: -110px;
}
.user-resume-3 .n-candidate-img-box {
float: left;
margin-right: 70px;
max-width: 170px;
vertical-align: bottom;
position:relative;
border-radius: 50%;
}
.user-resume-3 .n-candidate-img-box img {
border-radius:50%;
max-width: 170px;
min-width:170px;
max-height: 170px;
min-height:170px;	
}
.user-resume-3 .n-candidate-info:before {
background-image: url(//christianfilmconnect.com/wp-content/themes/nokri/images/ping.png);
background-position: right top;
background-repeat: no-repeat;
position: absolute;
content: "";
top: -6px;
left: -12%;
height: 150px;
width: 34%;	
}
.user-resume-3 .n-candidate-meta-box {
position:relative;
padding-top: 20px;
}
.user-resume-3 .n-candidate-meta-box h4 {
color:#FFF;
font-size:30px;
font-weight:600;
margin:0;	
}
.user-resume-3 .n-candidate-meta-box p {
margin-bottom:0;
color:#fff;
}
.user-resume-3 .n-candidate-meta-box a.btn {
position:absolute;
bottom:20px;
right:0;
background-color:transparent;
border:2px solid #FFF;
color:#FFF;	
}
.user-resume-3 .n-candidate-meta-box .social-links {
position:absolute;
bottom:0;
right:0;	
}
.user-resume-3 .n-candidate-meta-box .social-links li a img {
width: 35px;
}
.user-resume-3 .n-candidate-meta-box .social-links li {
display: inline-block;
margin-left: 8px;
padding: 0;
}
.resume-3-sidebar .widget {
padding:20px;
border:1px solid #eee;
margin-bottom:30px;
border-radius:4px;	
}
.resume-3-sidebar .n-candidate-info .saving_resume {
margin-top:20px;	
}
.resume-3-sidebar .n-candidate-info ul li:first-child {
padding-top:0;	
}
.resume-3-sidebar .n-candidate-info ul li:last-child {
padding-bottom:0;	
}
.resume-3-sidebar .n-candidate-info ul li i {
margin-right: 5px;
color: #fb236a;
float: left;
font-size:36px;
}
.resume-3-sidebar .n-candidate-info ul li {
border:none;	
}
.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta small {
display: block;
color: #242424;
font-size: 16px;
}
.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta strong {
font-weight: 400;
font-size: 14px;
color: #777;
word-wrap: break-word;
}
.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta strong.phonenumber {
cursor:pointer;	
}
.resume-3-sidebar .widget h4.widget-heading {
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
margin-top: 0;
border-bottom: 1px solid #eee;
position: relative;
padding-bottom: 20px;
}
.resume-3-sidebar .widget h4.widget-heading::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a;
}
.resume-3-sidebar .n-candidate-info h4.widget-heading {
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
margin-top: 0;
border-bottom: 1px solid #eee;
position: relative;
padding-bottom: 20px;
}
.resume-3-sidebar .n-candidate-info h4.widget-heading::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #fb236a;
}
.resume-3-sidebar .widget input {
background-color:#fbfbfb;	
}
.resume-3-sidebar .widget .btn.n-btn-flat i {
margin-left:10px;
font-size:20px;
vertical-align:middle;
}
.n-candidate-detail .resume-3-detail {
position:relative;	
}
.n-candidate-detail .resume-3-detail .resume-3-box {
position: relative;
margin-bottom: 30px;
border: 1px solid #EEE;
padding: 20px;
border-radius:4px;
overflow:hidden;
}
.n-candidate-detail .resume-3-detail .resume-3-box h4 {
font-size:20px;
font-weight:600;
margin-top:0;
margin-bottom:20px;	
}
.n-candidate-detail .resume-3-detail .resume-3-box p {
font-size:15px;
margin-bottom:30px;	
}
.n-candidate-detail .resume-3-detail .resume-3-box p span, .n-candidate-detail .resume-3-detail .resume-3-box p font {
color:#777 !important;
font-family: 'Poppins', sans-serif !important;	
}
.n-candidate-detail .resume-3-detail .n-related-jobs {
margin:0;	
}
.n-candidate-detail .resume-3-detail .n-related-jobs .heading-title {
margin-bottom:0;	
}
.n-candidate-detail .resume-3-detail .n-related-jobs .heading-title h4 {
font-size: 20px;
font-weight: 600;
margin-top: 0;
margin-bottom: 40px;	
}
.n-candidate-detail .resume-3-detail .n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;
}
.n-candidate-detail .resume-3-detail .n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
display:none;	
}
.resume-timeline {
position: relative;
border-left: 1px solid #f4f9ed;
}
.resume-timeline .resume-timeline-box {
position: relative;
padding-left: 25px;
padding-bottom: 15px;
}
.resume-timeline .resume-timeline-box:last-child p {
margin-bottom:0;	
}
.resume-timeline .resume-timeline-box .degree-duration {
display: inline-block;
position: relative;
color: #fff;
font-weight: 300;
line-height: 1.1em;
margin: 0 0 3px;
background-color: #fb236a;
padding: 5px 8px 5px 10px;
margin-left: -30px;
}
.resume-timeline .resume-timeline-box .degree-duration::before, .resume-timeline .resume-timeline-box .degree-duration::after {
display: block;
width: 5px;
height: 0;
position: absolute;
bottom: -5px;
left: 0;
content: "";
border-bottom: 5px solid transparent;
border-right: 5px solid #fb236a;
}
.resume-timeline .resume-timeline-box .degree-name {
display: block;
margin: 10px 0 0;
font-size: 1.14em;
line-height: 1.5em;
}
.resume-timeline .resume-timeline-box .institute-name {
display: block;
color: #a5a5a5;
margin: 0 0 10px;
font-size: 13px;
font-weight: 300;
line-height: 1.45em;
}
.resume-3-portfolio {
position:relative;
overflow:hidden;	
}
.resume-3-portfolio ul {
list-style:none;
display: inline-flex;	
}
.resume-3-portfolio ul li {
float:left;
width:32.2%;
border:none !important;
margin-bottom:3px;
margin-right:3px;
border-radius:8px;
padding:0 !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;	
}
.resume-3-portfolio ul li a img:hover {
border-color:#fb236a;	
}
.resume-3-portfolio li a {
position:relative;
}
.resume-3-portfolio li a img {
border-radius:4px;
border:3px solid #eee;
width: 100%;
margin-right: 3px;
}
.resume-3-detail .resume-3-box .tooltip{ 
position:relative;
float:right;
right:0 !important;
left:auto !important;
z-index: unset;
}
.resume-3-detail .resume-3-box .tooltip > .tooltip-inner { 
background-color: rgba(0, 40, 70, 0.9); 
padding:5px 15px;
color:#FFF;
font-weight:bold;
font-size:14px;
}
.resume-3-detail .resume-3-box .popOver + .tooltip > .tooltip-arrow {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid rgba(0, 40, 70, 0.9);
}
.resume-3-detail .resume-3-box .progress{
border-radius:4px;
box-shadow:none;
height:5px;
overflow:visible;
margin-top:5px;
background-color: #eee;
margin-bottom:30px;
}
.resume-3-detail .resume-3-box .bar-wrapper .progress-text {
font-size: 16px;
font-weight: 500;	
}
.resume-3-detail .resume-3-box .progress-bar{
background:#fb236a; 
-webkit-transition: width 1.5s ease-in-out;
transition: width 1.5s ease-in-out;
border-radius:4px;
box-shadow:none;
width:0%;
}
.resume-3-detail .resume-3-box.resume-skills {
position:relative;
}
.resume-3-detail .resume-3-box .portfolio-video {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.resume-3-detail .resume-3-box .portfolio-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .equal-height {
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;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
img {
max-width: 100%;
height: auto;
}
.icon-title {
color: #222;
font-size: 18px;
margin-top: 0;
font-weight:600;
line-height: 40px;
}
.icon-title .icon {
float: left;
color: #fff;
margin-right: 15px;
width: 40px;
height: 40px;
background-color: #fda7c3;
border-radius: 3px;
font-size: 20px;
line-height: 40px;
text-align: center;
}
[class|="space"] {
display: block;
width: 100%;
overflow: hidden;
}
.single-service-two .title, .single-service .title {
font-size: 30px;
margin-bottom: 15px;
margin-top: 0;
line-height: 1.4em;
}
.single-service-two p{
font-size:17px;
}
.bttn-more.ppl {
color: #fb236a;
}
.bttn-more.ppl::before {
background-color: #fb236a;
}
.bttn-more::before {
content: "";
width: 20px;
height: 2px;
margin-right: 5px;
border-radius: 10px;
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
background-color: #28CC8B;
display: inline-block;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.equal-height.revers {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
} .pricing-item {
border: 7px solid #f1f1f1;
color: #232323;
padding: 15px 30px;
margin-bottom: 30px;
overflow: hidden;
background-color:#FFF;
}
.pricing-item .price {
font-size: 4.3em;
font-weight: 900;
letter-spacing: 3px;
position: relative;
float: left;
width: 100%;
}
.pricing-item .price small {
font-size: 0.6em;
position: relative;
top: -25px;
}
.pricing-item strong {
display: block;
font-size: 1.2em;
margin: 10px 0;
}
.pricing-item p {
color: #999;
}
.pricing-item ul {
list-style:none;
}
.pricing-item ul li {
margin-bottom:10px;
font-size: 15px;	
}
.pricing-item .btn {
margin: 15px 0;
} .pricing-fancy {
padding: 60px 32px;
background: #fff none repeat scroll 0 0;
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: 30px;
border: 1px solid #e1e1e1;
}
.gray .pricing-fancy {
border: medium none;
}
.pricing-fancy h3 {
color: #232323;
font-size: 30px;
text-transform: uppercase;
margin-top:0;
}
.pricing-fancy h3 span {
font-weight: 300;
}
.pricing-fancy .icon-bg {
bottom: 0;
position: absolute;
right: -30px;
z-index: 1;
}
.pricing-fancy .icon-bg i {
color: #f1f1f1;
font-size: 170px;
}
.pricing-fancy .price-box {
position: relative;
z-index: 10;
}
.pricing-fancy .price-large {
font-family: 'Poppins', sans-serif;
font-size: 72px;
font-weight: 500;
line-height: 82px;
color: #232323;
margin-bottom: 15px;
}
.pricing-fancy .dollartext, .monthtext {
font-size: 24px;
font-weight: 300;
line-height: 24px;
}
.pricing-fancy .price-box p {
color: #d2d2d2;
text-transform: uppercase;
margin-bottom: 20px;
} 
.pricing-fancy ul {
list-style:none;
}
.pricing-fancy ul li {
margin-bottom:10px;
font-size: 15px;	
}
.transparent-breadcrumb-listing {
background: rgba(0,0,0,0) url(//christianfilmconnect.com/wp-content/themes/nokri/images/collage.jpg) no-repeat fixed center center/cover;
color: #fff;
padding-bottom: 35px;
padding-top: 190px;
position: relative;
z-index: 1;
}
.transparent-breadcrumb-listing::after {
background: rgba(0,0,0,0.8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.transparent-breadcrumb-listing .list-heading h2 {
margin: 0;
text-transform: capitalize;
font-weight: 600;
text-align: left;
color: #fff;
}
.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.case-section .image-column {
position: relative;
margin-bottom: 40px;
}
.case-section .image-column .inner-column {
position: relative;
padding-top: 40px;
margin-left: -70px;
}
.case-section .image-column .image {
position: relative;
display: inline-block;
}
.case-section .image-column .image::before {
position: absolute;
content: '';
left: 50px;
top: -50px;
width: 550px;
height: 573px;
z-index: -1;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/lines.png) no-repeat;
}
.case-section .content-column .inner-column .sec-title {
margin-bottom: 30px;
}
.sec-title .title {
position: relative;
color: #ff4c72;
font-size: 14px;
font-weight: 500;
line-height: 1.4em;
letter-spacing: 1px;
margin-bottom: 15px;
text-transform: uppercase;
}
.case-section .content-column .inner-column .sec-title h2 {
max-width: 510px;
}
.sec-title h2 {
position: relative;
font-size: 30px;
color: #222222;
font-weight: 600;
line-height: 1.3em;
padding-bottom: 20px;
display: inline-block;
margin-top: 0;
}
.sec-title h2::after {
position: absolute;
content: '';
left: 0px;
bottom: 0px;
width: 42px;
height: 3px;
background-color: #ff4c72;
}
.case-section .content-column .text {
position: relative;
}
.case-section .content-column .text p {
position: relative;
color: #777;
font-size: 17px;
line-height: 1.8em;
margin-bottom: 20px;
}
.services-section .title-box {
position: relative;
padding-top: 10px;
z-index: 2;
}
.services-section .title-box .title-column {
position: relative;
padding-bottom: 40px;
}
.services-section .title-box .title-column .inner-column {
position: relative;
padding-right: 30px;
border-right: 2px solid #ff4c72;
}
.services-section .title-box .title-column .inner-column .big-letter {
position: absolute;
left: -80px;
top: -120px;
font-weight: 700;
font-size: 400px;
line-height: 1em;
color: rgba(0,0,0,0.03);
}
.services-section .title-box .title-column h2 {
position: relative;
color: #222222;
font-size: 30px;
line-height: 1.4em;
font-weight: 600;
text-align: right;
margin-top:0;
}
.services-section .title-box .content-column {
position: relative;
}
.services-section .title-box .content-column .inner-column {
position: relative;
padding-left: 40px;
}
.services-section .title-box .content-column .inner-column .text {
position: relative;
color: #777;
font-size: 17px;
line-height: 1.9em;
}
.services-section .outer-blocks {
position: relative;
margin-top: 100px;
}
.services-section .outer-blocks .row {
margin: 0px -30px;
}
.services-section .outer-blocks .service-block {
padding: 0px 30px;
}
.service-block {
position: relative;
margin-bottom: 40px;
}
.service-block .inner-box {
position: relative;
text-align: center;
border-radius: 5px;
padding: 40px 35px 20px;
border: 1px solid #efefef;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
background-color: #ffffff;
}
.service-block .inner-box .icon-box {
position: relative;
margin-bottom: 30px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.service-block .inner-box h3 {
position: relative;
color: #222222;
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.service-block .inner-box h3 a {
position: relative;
color: #222222;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.service-block .inner-box .text {
position: relative;
color: #777777;
font-size: 14px;
line-height: 1.8em;
margin-bottom: 18px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.service-block .inner-box .read-more {
position: relative;
font-size: 45px;
color: #ffffff;
line-height: 12px;
display: inline-block;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.service-block .inner-box .read-more span {
position: relative;
font-size: 50px;
color: #ffffff;
line-height: 12px;
display: inline-block;
}
.service-block .inner-box .read-more span {
font-size: 50px;
color: #ffffff;
line-height: 12px;
}
.services-section {
position: relative;
margin-top: 80px;
background-repeat: no-repeat;
background-position: right top;
background-image:url(//christianfilmconnect.com/wp-content/themes/nokri/images/pattern-1.png);
padding-bottom:0;
}
.case-section {
position: relative;
padding-top: 40px;
padding-bottom: 60px;
}
.appointment-section {
position: relative;
padding: 95px 0px;
background-image: url(//christianfilmconnect.com/wp-content/themes/nokri/images/2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.appointment-section .inner-container {
position: relative;
max-width: 560px;
float: right;
width: 100%;
}
.appointment-section .inner-container h2 {
position: relative;
color: #ffffff;
font-size: 34px;
font-weight: 600;
line-height: 1.4em;
margin-bottom: 10px;
margin-top:0;
}
.appointment-section .inner-container .text {
position: relative;
font-size: 24px;
color: #ffffff;
margin-bottom: 25px;
}
.btn-style-two {
position: relative;
line-height: 24px;
color: #ffffff;
font-size: 17px;
font-weight: 600;
background: #d2b871;
display: inline-block;
padding: 11px 43px;
border-radius: 50px;
border: 2px solid #d2b871;
}
.appointment-section::before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
display: block;
height: 100%;
background-color: rgba(0,0,0,0.50);
}
.single-service-two .bttn-more{
font-size:16px;
}
.mbr-40 {
margin-bottom:70px;	
}
.mega-menu.on-white {
border:none;
box-shadow:none;
}
.mega-menu.on-white > section.menu-list-items {
padding:40px 15px;	
}
.mega-menu.on-white .menu-links > li > a {
color:#242424;	
}
.mega-menu.on-white .menu-button .n-login-header {
color:#242424;
line-height: 50px;	
}
.mega-menu.on-white .menu-button a.n-btn-flat:hover, .mega-menu.on-white .menu-button a.n-btn-flat:active {
background-color:#242424;
color:#FFF;
border-radius:4px;
border-color:#242424;	
}
#latest-jobs .save-icon i:hover {
color:#fb236a;
border-color:#fb236a;	
}
.footer-four-social li {
float: left;
list-style: none;
margin: 0px 14px 7px 0px;
}
.footer-four-social li a.fa-facebook {
background-color: #375d93;
}
.footer-four-social li a {
font-size: 14px;
width: 32px;
height: 32px;
background-color: #375d93;
color: #ffffff;
padding-top: 9px;
float: left;
border-radius: 100%;
text-align: center;
}
.footer-four-social li a.fa-twitter {
background-color: #43afe9;
}
.footer-four-social li a.fa-google-plus {
background-color: #e24046;
}
.footer-four-social li a.fa-linkedin {
background-color: #007eb3;
}
.n-footer-call-action {
padding: 40px 40px 20px 40px;
border-radius: 16px;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
margin-bottom: 60px;
}
.n-footer-call-action h2 {
font-size: 30px;
margin-bottom: 12px;
margin-top:0;
line-height:30px;
}
.n-footer-reg-btn {
float:right;	
}
.n-footer-reg-btn .btn {
margin-top:15px;	
} .candidates-grid {
background-color:#FFF;	
border-radius:10px;
border: 1px solid #f5f5f5;
margin-bottom:30px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;	
}
.candidates-grid:hover {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.candidates-grid .candidate-meta-box 
{
position:relative;
overflow:hidden;
padding: 15px;
}
.candidates-grid .candidate-meta-box  img {
width:50px;
float:left;
border-radius:10px;
margin-right:10px;
}
.candidates-grid .candidate-meta-box .candidate-meta .cand-name {
font-size: 18px;
font-weight: 500;
font-family: 'Quicksand', sans-serif;
}
.candidates-grid .candidate-meta-box .candidate-meta p {
margin-bottom:0;
font-size:13px;
text-transform:uppercase;	
}
.candidates-grid .cand-skills {
position:relative;
overflow:hidden;
margin-bottom:15px;
padding: 0 15px;	
}
.candidates-grid .cand-skills a {
border:1px solid #e1e1e1;
padding:5px 10px;
display:inline-block;
border-radius:4px;
margin-right:3px;
margin-bottom:3px;
text-transform:uppercase;
font-size:11px;	
color:#999;
}
.candidates-grid .cand-btns {
position:relative;
border-top: 1px solid #f5f5f5;
text-align:center;
overflow:hidden;	
}
.candidates-grid .cand-btns ul {
list-style:none;
}
.candidates-grid .cand-btns ul li {
float:left;	
}
.candidates-grid .cand-btns ul li:last-child {
float:right;	
}
.candidates-grid .cand-btns ul li a {
padding:15px 20px;
display: inline-block;
}
.candidates-grid .cand-btns ul li.cand-fav a {
border-left:1px solid #f5f5f5;	
padding:15px 20px;
}
.candidates-2 .n-candidate-location i {
font-size: 14px;
margin-right:5px; 
}
.candidates-2 .n-candidate-location p {
font-size: 14px;
display:inline
}
.candidates-2 .n-candidate-location {
background-color: #f5f5f5;
padding: 10px;
}	
.n-featured-candidates.candidates-2  .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
padding:0;
padding-top:30px;	
}
.candidates-2  .n-candidates-single-bottom a {
padding: 15px;
}
.jobs-alert-box {
background-color: #FFF;
padding: 20px;
position: relative;
overflow: hidden; 
box-shadow:1px 0px 20px rgba(0,0,0,0.07); 
margin-bottom:30px;
}
.jobs-alert-box span {
font-size: 18px;
font-family: 'Quicksand', sans-serif;
font-weight: 600;
}
.jobs-alert-box p {
margin-bottom:0;	
}
.jobs-alert-box .btn {
float:right;	
}
@media (min-width: 1024px) and (max-width: 1279px) {
.n-call-to-action-two .n-call-to-action-text {
max-width:100%;	
padding:0 20px;
}
.n-8-serch-field ul li:last-child{
margin-top: 31px;
}
.n-footer-style .nth-footer-text p{
font-size: 13px;
}
.nth-footer-4 .nth-social-icons ul li {
margin-right: 6px;
margin-bottom: 5px;
}
.n-call-to-box .n-extra-btn-section {
margin-bottom:30px;	
text-align:center;
}
.n-featured-candidates .n-featured-candidates-box .n-featured-single .n-featured-candidates-single-top {
padding:20px;
padding-bottom:0;	
}
.n-candidate-location {
padding:0 30px;	
}
.n-candidate-skills a {
display:inline-block;
margin-bottom:5px;	
}
.n-mobile-app-new .n-mobile-app-new-img img {
position:relative;
right:0;
}
.n-footer-transparent.footer-two .n-footer-block .n-app-btn {
width:auto;
margin-bottom:10px;	
}
.n-featured-jobs.n-search-listing .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-btn-rounded {
display:none;
}
.n-featured-jobs.n-search-listing .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
width: 8%;	
}
.n-featured-jobs.n-search-listing .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box {
width: 60%;
}
.n-single-job .n-single-title ul li {
line-height:30px;
border:none;	
}
.left-part {
width: 650px;
}
.right-part {
width: calc(100% - 650px);
}
.mega-menu .menu-logo {
min-width:auto;	
}
.mega-menu .menu-links {
margin-top:15px;
width: 100%;	
}
.user-resume-3 .n-candidate-info::before {
width: 34%;
}
.categories-section-2 .popular-categories li {
width:21.9%;;	
}
.n-header-trabsparent.mega-menu .menu-list-items .menu-links .drop-down-multilevel {
top:auto;	
}
.search-page-with-map.sidebars .new-sidebar {
width: 30%;
}
.search-page-with-map.sidebars .left-part {
width: 70%;
}
.search-page-with-map.sidebars .right-part {
display:none;	
}
.search-page-with-map.sidebars .new-sidebar .heading {
margin-top: 210px;
}
.search-page-with-map.sidebars .n-search-main {
margin-top: 210px;
}
.dashboard-new {
padding-top: 215px !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.n-8-serch-field .select2-container--default .select2-selection--single:last-child{
border-left: none;
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 22px;
line-height: 34px;
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 22px;
line-height: 30px;
}
.nth-footer-4 .input-style input.form-control{
width: 85%;
}
.nth-mob-app .nth-mob-details p{
font-size: 13px;
}
.nth-success .nth-sc-content h3{
font-size: 26px !important;
}
.nth-success .nth-sc-content{
padding: 30px;
}
.nth-success .nth-sc-content .n-btn-flat{
padding: 10px 24px;
font-size: 13px;
}
.nth-success .nth-sc-content p{
font-size: 13px;
}
.pt140 {
padding-top: 90px !important;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
display:none;	
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 22px;
line-height: 32px;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;	
}
.how-it-works.style-2 .h-i-w-box {
background:none !important;	
}
.n-footer-transparent .n-footer-block .n-page-links.multiple li {
width:100%;	
}
.n-footer-transparent .n-footer-block {
margin-bottom:40px;	
}
.n-footer-transparent .n-footer-bottom {
margin-top:20px;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li {
display:inline-block;
border:none;
line-height:30px;	
}
.n-call-to-action-two .n-call-to-action-text {
max-width:100%;
padding:0 30px;	
}
.n-call-to-box .n-extra-btn-section {
margin-bottom:50px;	
text-align:center;
}
.n-candidate-skills a {
display: inline-block;
margin-bottom: 5px;
}
.n-mobile-app-new .n-mobile-app-text-area {
padding:80px 0px;	
}
.n-mobile-app-new .n-mobile-app-new-img img {
display:none;	
}
.n-footer-transparent .n-footer-block h4 {
font-size:20px;	
}
.n-footer-transparent.footer-two .n-footer-block .n-app-btn {
margin-bottom:10px;	
}
.n-footer-transparent.footer-two .n-footer-block .n-app-btn {
width:auto;
margin-bottom:10px;	
}
.n-candidate-detail .n-company-float-img {
top: 0;
min-width: 130px;
max-width: 130px;
margin-top: -65px;
margin-left: -65px;
width: 120px;	
}
.n-candidate-detail .n-company-float-img .n-company-img-box img {
min-height: 100px;
min-width: 100px;
padding: 0;
}
.n-candidate-meta ul.n-candidate-short-info li {
width:50%;	
}
.n-company-grids .n-company-grid-single .n-company-bottom .n-company-follow {
left:35%;	
}
.n-pages-breadcrumb .n-breadcrumb-info p {
width:100%;	
}
.n-single-job .n-single-title ul li {
line-height:30px;
border:none;
display: inline-table;	
}
.n-single-job-transparent .n-single-title h4 {
margin-bottom: 10px;
}
.n-single-job.n-single-job-transparent .n-single-title {
margin-bottom:20px;	
}
aside.n-single-sidebar .apply-buttons .n-btn-flat {
display: inline-block;
width: 47%;
float: left;
margin-right:20px;
height: 50px;	
}
aside.n-single-sidebar .apply-buttons .btn-linkedIn {
width:50%;
float:right;
text-align:center;	
}
.n-single-sidebar .apply-buttons .divider {
display:none;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags a {
margin-bottom:10px;	
}
.left-part, .right-part {
width: auto;
}
.mega-menu .menu-logo {
min-width:auto;	
}
.conter-grid {
margin-bottom:40px;
margin-top:30px;	
}
.categories-section-2 .popular-categories li {
width:29.3%;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-job-saved i {
display:none;	
}
.mega-menu .menu-links {
margin-top:15px;
width: 100%;	
}
.n-search-main .n-bread-crumb .breadcrumb {
margin-top:30px;	
}
.n-footer-transparent .n-footer-block .n-page-links {
columns:2;	
}
.user-resume-3 .n-candidate-info::before {
width: 46.6%;
}
.n-pages-breadcrumb {
padding: 180px 0 0 0;
height: 580px;
}
.n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;	
}
.banner-area-wraper .banner-overlay-bg .banner-dots1, .banner-area-wraper .banner-overlay-bg .banner-dots2 {
display:none;	
}
.mega-menu.on-white .menu-list-items .menu-links .drop-down-multilevel {
top:auto;	
}
.hero-banner-content.banner-style2  {
padding:100px;
text-align:center;	
}
.banner-area-wraper {
padding-top:100px;	
}
.single-banner-slider {
min-height:700px;	
}
.n-hero-section-two .move-down i {
bottom:-120px;	
}
.search-page-with-map.sidebars .new-sidebar {
width: 30%;
}
.search-page-with-map.sidebars .left-part {
width: 70%;
}
.search-page-with-map.sidebars .right-part {
display:none;	
}
.search-page-with-map.sidebars .new-sidebar .heading {
margin-top: 210px;
}
.search-page-with-map.sidebars .n-search-main {
margin-top: 210px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
section {
padding:50px 0;	
}
.static-images-section {
padding-top: 150px;
}
.static-images-section .background-1 {
width:100%;	
}
.background-2 {
display:none;	
}
.heading-title h2 {
font-size:24px;	
}
.skills-gen .skills-btn-postion {
position: relative;
}
.skills-gen .btn-danger {
margin-top: 0px !important;
}
.skills-gen .row.group{
background-color: #f5f5f5;
padding: 15px;
margin-bottom: 15px;
border-radius:4px;	
}
.cat-tabs .panel.panel-primary > .panel-heading {
position: relative;
left:0;
top:0;
}
.cat-tabs .panel.panel-primary > .panel-heading li {
width:100%;	
}
.new-sidebar {
margin-top: 30px;
}
.dashboard-new .main-body .dashboard-edit-profile.skills .n-btn-flat {
margin-top: 70px;
}
.dashboard-edit-profile.skills .skills-gen .skills-btn-postion {
bottom: 70px;
width: 100%;
}
.dashboard-edit-profile.skills .skills-gen .skills-btn-postion .btn-success {
width:100%;    
}
.mega-menu .menu-logo li a {
padding:0;	
}
.heading-title p {
width:100%;	
}
.n-hero-section {
height:auto;
}
.heading-title {
margin-bottom:40px;	
}
.n-hero-section .n-hero-box {
padding-bottom:250px;	
}
.n-hero-section .n-hero-box .n-hero-main-text h1 {
font-size:24px;	
}
.n-hero-section .n-hero-box .n-most-cat {
margin-bottom:30px;	
}
.n-hero-cat-section .n-hero-cat-heading {
margin-bottom:30px;	
}
.n-hero-section .n-hero-box .n-saech-form .select2-container--default .select2-selection--single {
border:1px solid rgba(255,255,255,0.2);	
}
.n-hero-section .n-hero-box .n-saech-form .select2-container {
margin-bottom:15px;	
}
.mega-menu .menu-links {
background-color:#FFF;
position:relative;	
}
.mega-menu.n-header-trabsparent .menu-links > li > a {
color:#242424;	
}
.mega-menu .drop-down, .mega-menu .drop-down-tab-bar {
margin-top:0;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li {
width:100% !important;
margin-bottom:10px;
text-align:left !important;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
display:none;	
}
.n-call-to-action .heading-title.black p {
width:100%;	
}
.n-call-to-action .n-extra-btn-section .btn-mid {
display:block;
margin-top: 20px;	
}
.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear {
margin:0;
margin-top:10px;	
}
.how-it-works.style-2 .h-i-w-box {
background:none;	
}
.n-call-to-box h3 {
margin-top:20px;	
}
.n-footer-transparent .n-footer-block .n-page-links.multiple li {
width:100%;	
}
.top-bar .header-info a {
margin:0;
text-align: center;
display: block;	
float:none;
}
.top-bar .header-info {
float:none;	
}
.n-hero-section-two .n-hero-two-box h1 {
font-size:30px;	
}
.n-hero-section-two .n-hero-two-box {
padding: 150px 0;
}
.n-hero-section-two {
height:auto;	
}
.n-hero-section-two .move-down i {
top: -45px;
bottom:auto !important;
left: 50% !important;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li .featured-badge-list li {
width: auto !important;
}
.heading-title.left h2 {
font-size:20px;
border: none;	
}
.heading-title.left .view-more {
display:none;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-img {
display:inline-block;
float:none;
margin:0;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li {
border:none;
line-height:30px;
padding-left:0;
padding-right:15px;	
}
.n-call-to-action-two .n-call-to-action-text {
max-width:100%;
padding:20px;	
}
.n-call-to-box h3 {
font-size:20px;	
}
.n-call-to-box .n-extra-btn-section {
margin-bottom:30px;
text-align:center;	
}
.n-candidate-location {
padding: 0 0px;
}
.n-candidate-skills a {
display:inline-block;
margin-bottom:5px;	
}
.n-mobile-app-new h2 {
padding-right:0;	
}
.n-mobile-app-new .n-mobile-app-text-area a {
margin-bottom:10px;
display:inline-block;
}
.n-mobile-app-new .n-mobile-app-text-area {
padding:50px 0;	
}
.n-mobile-app-new .n-mobile-app-new-img img {
margin-top:0;
position:relative;
right:auto;	
}
.n-footer-transparent.footer-two .n-footer-block .n-app-btn {
width:auto;
float:none;
display:inline-block;
margin-bottom:10px;	
}
.n-footer-transparent .n-footer-block .n-app-btn .n-icon-text {
display: inline-block;
}
.n-company-breadcrumb {
padding: 170px 0 150px 0;
}
.n-company-social-box {
text-align: center;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box {
padding:20px 0;	
text-align:center;
}
.n-candidate-meta ul.n-candidate-short-info li {
width:100%;	
}
.n-candidate-detail .n-candidate-meta ul, .n-candidate-detail .n-candidate-meta ol {
padding-left:15px;	
}
.n-candidate-detail .n-candidate-meta {
padding:20px;	
}
.n-pages-breadcrumb .n-breadcrumb-info p {
width:100%;
font-size: 16px;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li i {
font-size:24px;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side .contact-detail {
margin-left:40px;	
}
.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li p {
font-size:14px;	
}
.n-job-pages-section .n-job-pages .n-page-right-side {
padding:20px;	
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p {
display:inline	
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .n-btn-flat {
display:block;
float:none;
width:100%;
}
.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .form-group {
margin-bottom:30px;	
}
.n-single-job .n-single-title ul {
position:relative;
overflow:hidden;	
}
.n-single-job .n-single-title ul li {
padding:0;
margin:0;
border:none;
line-height:30px;
width:100%;
height:auto;	
}
.n-single-job .n-single-meta ul.n-single-meta-detail li {
width:100%;
text-align:left;	
}
.n-single-job-transparent .n-single-title ul li {
padding:0;
margin:0;
border:none;
line-height:30px;
width:100%;
display: inline-table;	
}
.n-single-job-transparent .n-single-title ul {
margin-bottom:30px;	
}
.n-detail-transparent .n-single-meta-2 {
padding:20px;	
}
.n-detail-transparent .n-single-meta-2 ul li {
width:100%;	
}
.n-breadcrumb-big .breadcrumb-text h2::before {
left:40%;	
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education {
padding-left:0;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box {
margin:0 auto;
float:none;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box .n-skills-tags a {
margin-bottom:10px;	
}
.n-candidate-social-box {
text-align:center;	
}
.n-scroll-btns {
display:none;	
}
.left-part {
width: auto;
margin-top: 40px;
}
.categories-section-2 .popular-categories li {
width:91%;	
}
.hero-title {
font-size:18px;	
}
#intro-hero h2 {
font-size:30px;
margin:20px 0; 	
}
.conter-grid {
margin-bottom:20px;
text-align:center;
margin-top: 50px;
}
.form-join > h4 {
font-size:20px;	
}
.conter-grid .counter-seprator {
width:100%;
margin-bottom:30px;	
}
.n-call-to-action .heading-title.black h2 {
font-size:24px;	
}
.n-search-main .n-bread-crumb .breadcrumb {
margin-top: 30px;
}
.n-footer-transparent .n-footer-block {
margin-bottom:40px;	
}
.n-footer-transparent .n-footer-bottom {
margin-top:0;
padding-bottom:0;	
}
.n-footer-transparent {
padding:50px 0;	
}
.n-footer-transparent .n-footer-block .n-app-btn:last-child {
margin-bottom:0;	
}
.n-footer-transparent .n-footer-block .n-subscription-form {
width:100%;	
}
.n-footer-transparent .n-footer-block .n-page-links {
columns: 2;	
}
.n-owl-testimonial-2 .n-single_testimonial {
margin-right:0;
margin-top:0;	
}
.n-extra-btn-section {
margin-top:20px;	
}
.n-search-main .heading-area h4 {
margin-bottom:15px;
line-height:normal;	
}
.mega-menu .menu-button li.profile-pic ul {
right:auto;
left:0;	
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box {
text-align:center;	
}
.n-company-contact-form {
margin-top:30px;
}
.n-user-page .n-company-list .n-company-img {
float:none;	
}
.n-user-page .n-company-list .n-company-meta span {
position:relative;	
}
.n-breadcrumb-big.resume-3-brreadcrumb {
height: 300px;
}
.user-resume-3 .n-candidate-img-box {
float:none;
margin:0 auto;	
}
.user-resume-3 {
padding-bottom:30px;	
}
.user-resume-3 .n-candidate-info {
text-align: center;
color:#242424;
}
.user-resume-3 .n-candidate-meta-box h4 {
color:#242442;	
}
.user-resume-3 .n-candidate-meta-box p {
color:#242424;	
}
.user-resume-3 .n-candidate-meta-box .social-links {
position:relative;
top:auto;
bottom:auto;
margin-top:20px;	
}
.user-resume-3 .n-candidate-info::before {
left: 0%;
width: 100%;
background-size: cover;
background-position:inherit;	
}
.resume-3-portfolio ul li {
width:32.4%;	
}
#intro-hero .hero-text-box {
margin-top:0;
text-align:center;	
}
#intro-hero::after {
background: rgba(0, 0, 0, 0.9);
background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
}
#intro-hero .hero-text-box p {
margin-top:0;
font-size:18px;
}
.n-pages-breadcrumb {
padding: 180px 0 0 0;
height: 580px;
}
.n-job-pages-section .n-job-pages {
margin-top:-170px;	
}
.n-pages-breadcrumb .n-breadcrumb-info h1::before {
left: 42%;	
}
.conter-grid .count-title {
font-size:17px;
margin-top:5px;	
}
.n-related-jobs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;	
}
#latest-jobs .jobs-latest .img-thumb {
display:none;
}
#latest-jobs .jobs-latest .content {
width:100%;	
}
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev {
left:-20px;	
}
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next {
right:-20px;	
}
.appointment-section .inner-container h2 {
font-size:24px;	
}
.appointment-section .inner-container .text {
font-size:16px;	
}
.hero-banner-content.banner-style2 {
margin-bottom:30px;	
}
.banner-area-wraper {
padding-top:100px;
}
.hero-banner-content.banner-style2 .banner-title {
font-size:30px;	
}
.banner-area-wraper .banner-overlay-bg .banner-dots1, .banner-area-wraper .banner-overlay-bg .banner-dots2 {
display:none;	
}
.mega-menu.on-white .menu-button {
margin-top:10px;	
}
.mega-menu.on-white .menu-list-items .menu-links .drop-down-multilevel {
top:0;
border-radius:0;	
}
.mega-menu.on-white .drop-down-multilevel li:last-child, .mega-menu .drop-down-multilevel li:last-child {
border-bottom:none;	
}
.mega-menu.on-white .drop-down .grid-row, .mega-menu .drop-down-tab-bar .grid-row {
border-radius:0;	
}
.n-header-trabsparent.mega-menu .menu-list-items .menu-links .drop-down-multilevel {
top: 0;
border-radius:0;
}
.n-header-trabsparent.mega-menu .drop-down .grid-row, .mega-menu .drop-down-tab-bar .grid-row {
border-radius:0;	
}
.n-hero-section-two.rebuild .n-hero-two-box h1 {
font-size:34px;	
}
.n-hero-section-two.rebuild .n-hero-two-box p {
font-size: 20px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .btn {
margin-top:0;	
}
.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group {
margin-bottom: 20px;;
}
#latest-jobs .save-icon {
position: absolute;
bottom: 50px;
right: 20px;
top:auto;
}
.n-hero-section-two.rebuild .n-hero-two-box {
padding-top: 200px;
}
.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-title {
margin-right: 0;
display: block;
margin-bottom: 10px;
}
.mega-menu .menu-button {
margin-top: 10px;
}
.n-owl-testimonial-2.owl-carousel .owl-stage-outer {
overflow: hidden;
}
.search-page-with-map.sidebars .new-sidebar {
width: 100%;
}
.search-page-with-map.sidebars .left-part {
width: 100%;
}
.search-page-with-map.sidebars .right-part {
display:none;	
}
.search-page-with-map.sidebars {
display: block;
}
.search-page-with-map.sidebars .new-sidebar .heading {
margin-top: 40px;
}
.search-page-with-map.sidebars .n-search-main {
margin-top: 50px;
}
.mega-menu.n-header-trabsparent {
position: relative;
}
.mega-menu.n-header-trabsparent .menu-button .n-login-header {
color:  #242424;
}
.mega-menu > section.menu-list-items {
padding: 20px 0;
}.transparent-header-1 .mega-menu .menu-mobile-collapse-trigger::before, .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger::after, .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger span {
background: 
#242424;
}
}
@media (min-width: 1600px) and (max-width: 2900px) {
.user-resume-3.cand-reume-3 .container, .n-candidate-detail.cand-reume-3 .container {
width:1470px;	
}
.user-resume-3.cand-reume-3 .n-candidate-info:before {
left: -16.6%;
}
}   .clear-custom .col-md-1:nth-child(12n+1),
.clear-custom .col-md-2:nth-child(6n+1),
.clear-custom .col-md-3:nth-child(4n+1),
.clear-custom .col-md-4:nth-child(3n+1),
.clear-custom .col-md-6:nth-child(2n+1){
clear: both;
}
.clear-custom .col-lg-1:nth-child(12n+1),
.clear-custom .col-lg-2:nth-child(6n+1),
.clear-custom .col-lg-3:nth-child(4n+1),
.clear-custom .col-lg-4:nth-child(3n+1),
.clear-custom .col-lg-6:nth-child(2n+1){
clear: left;
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow a {
color:#fff !important;
}
.on-map-jobs  {
position:relative;
overflow:hidden;	
}
.on-map-jobs .n-job-single .n-job-img {
float: left;
padding: 20px;
width: 20%;
}
.on-map-jobs .n-job-single .n-job-detail {
position: relative;
float: left;
padding: 20px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border-radius: 5px;
width: 100%;
}
.on-map-jobs .n-job-single .n-job-detail ul {
position: relative;
}
.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 {
margin: 0;
color: #101024;
font-weight: 500;
}
.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 a {
color: #101024;	
}
.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 span {
background: #ffc420;
background: -webkit-linear-gradient(to right, #f8dd56, #ffc420);
background: linear-gradient(to right, #f8dd56, #ffc420);
background-color: rgba(0, 0, 0, 0);
color:#101024;	
font-size:12px;
font-weight:400;
padding: 2px 10px;
vertical-align: middle;
margin-left:10px;
display:inline-block;
}
.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box p {
margin-bottom:0;
color:#777;	
}
.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box p i {
margin-right: 5px;
color: #f8dd56;
}
.leaflet-popup-content {
width:400px !important;	
}
.leaflet-popup-content {
margin: 0;
}
.leaflet-left {
left: 0;
z-index: 600;
}
.custom-search-form .form-group {
position:relative;
overflow:hidden;	
}
.custom-search-form .form-group .btn {
position:absolute;
top:0;
right:0;
border-radius:0 4px 4px 0;
}
.custom-search-form .select2-container {
width:100% !important;	
}
.n-single-job.n-detail-transparent .n-single-job-attach {
background-color:#FFF;
padding:15px;
border:none;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.n-single-job.n-detail-transparent .n-single-job-attach h4 {
margin-top:0;
text-align:left;
font-weight:500;
text-transform:capitalize;	
}
.n-single-job .n-single-job-attach {
padding: 15px;
border: 1px solid #eee;
margin-top: 30px;	
}
.n-single-job .n-single-job-attach h4 {
margin-top:0;
text-align:left;
font-weight:500;
text-transform:capitalize;	
}
ul.job-attach {
list-style:none;	
}
ul.job-attach li {
display:inline-block;
padding:10px;
}
ul.job-attach li a img {
width:50px;
height:50px;	
}
.n-job-pages-section .parsley-errors-list.filled {
opacity: 1;
position: absolute;
bottom: -28px;
}
.n-job-pages-section .skin-minimal ul {
list-style:none;	
}
.n-job-pages-section .skin-minimal .icheckbox_square {
margin-right:10px;	
}
.n-job-pages-section .form-group .fa-calendar {
position:absolute;
top: 52px;
right: 15px;	
}
.apply-job-modal-popup .file-caption {
padding:0 10px;
height:50px;	
}
.apply-job-modal-popup .file-caption-name {
height:50px;	
}
.apply-job-modal-popup .file-caption-main .btn-file {
background-color:#242424;
border:1px solid #242424;
height:50px;
}
.skills-gen select.candidate-skill-gener {
height: 50px;
color: #999;
border: 1px solid #eee;	
}
.skills-gen .btn-danger {
margin-top:35px;
padding: 15px 15px;
width: 100%;	
}
.skills-gen .skills-btn-postion {
position: absolute;
bottom: 0;
z-index: 999;	
}
.select2-container {
width:100% !important;
}
.n-candidate-info ul.emp-gallery li {
display:inline-block;
padding:0;	
}
.n-candidate-info ul.emp-gallery li {
width:31.6%;
margin-right: 5px;	
}
.n-candidate-info ul.emp-gallery li img {
width:auto;
margin:auto;	
}
.n-candidate-info ul.emp-gallery li:nth-child(3n+3) {
margin-right:0;	
}
.n-candidate-detail.cand-reume-3 .resume-3-box .tooltip {
position: relative;
float: right;
right: 0 !important;
left: auto !important;
z-index: unset;
top: -25px !important;
}
.n-candidate-detail.cand-reume-3 .resume-3-box .popOver + .tooltip > .tooltip-arrow {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid transparent;
}
.n-candidate-detail.cand-reume-3  .resume-3-box .tooltip > .tooltip-inner {
background-color: transparent;
padding: 0;
color: #242424;
} .custom-field-box {
position:relative;
overflow:hidden;
margin-bottom:30px;	
}
.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail {
list-style: none;
padding: 0;
position:relative;
overflow:hidden;
}
.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li {
float: left;
width: 33%;
border-bottom: 1px solid #eee;
padding: 15px 0;
}
.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li small {
position: relative;
overflow: hidden;
display: block;
margin-bottom: 5px;
color:#a5a5a5;
}
.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li strong {
position: relative;
overflow: hidden;
display: inline;
font-size: 16px;
font-weight: 400;
color: #242424;
}
.resume-3-detail .custom-field-box {
margin-bottom:0;	
}
.resume-3-detail .custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li  {
border:none;	
}
.n-question-box {
position:relative;
overflow:hidden;
padding:20px;
background-color:#f5f5f5;
border-radius:4px;	
}
.n-question-box .btnRemove {
padding: 10px 20px;
position: absolute;
top: 35px;
right: 0;
border: none;
height: 50px;	
}
.n-question-box #question_btn {
position:absolute;
bottom:15px;
}
.n-question-box .toggle label {
margin-bottom:0;
}
.n-question-box .toggle label.btn-primary {
color:#FFF;		
}
.n-question-box .job_qstns {
margin-bottom:40px;	
}
.n-camp-custom-fields ul.n-single-meta-detail li {
position:relative;
overflow:hidden;
padding-left:50px;
}
.n-camp-custom-fields ul.n-single-meta-detail li:before {
position:absolute;
top:10px;
left:0;
content:'\f17d';
font-family:LineAwesome;
color:#fb236a;
font-size:36px;	
}
.n-camp-custom-fields ul.n-single-meta-detail li:first-child:before {
top:-5px;	
}
.n-camp-custom-fields ul.n-single-meta-detail li small {
display: block;
color: 
#242424;
font-size: 16px;
}
.n-camp-custom-fields ul.n-single-meta-detail li strong {
font-weight: 400;
font-size: 14px;
color: 
#777;
word-wrap: break-word;
}
.dashboard-new .main-body .file-upload-wrapper {
position: relative;
width: 100%;
height: 60px;
height: 55px;
border: 1px solid #f5f5f5;
border-radius: 4px;
}
.dashboard-new .main-body .file-upload-wrapper:after {
content: attr(data-text);
font-size: 14px;
position: absolute;
top: 0;
left: 0;
background: #fff;
padding: 10px 15px;
display: block;
width: calc(100% - 40px);
pointer-events: none;
z-index: 20;
height: 53px;
line-height: 40px;
color: #999;
border-radius: 5px 10px 10px 5px;
font-weight: 300;
}
.dashboard-new .main-body .file-upload-wrapper:before {
content: '\f362';
font-family:LineAwesome;
position: absolute;
top: 0;
right: 0;
display: inline-block;
height: 54px;
background-color: #4daf7c;
color: #fff;
z-index: 25;
font-size: 22px;
line-height: 54px;
padding: 0 15px;
text-transform: uppercase;
pointer-events: none;
border-radius: 0 4px 4px 0;
border: 1px solid #4daf7c;
}
.dashboard-new .main-body .file-upload-wrapper:hover:before {
background-color: #3d8c63;
}
.dashboard-new .main-body .file-upload-wrapper input {
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
height: 53px;
margin: 0;
padding: 0;
display: block;
cursor: pointer;
width: 100%;
}
.dashboard-questions-box {
margin-bottom:20px;
border:1px solid #f5f5f5;
padding:20px;
}
.dashboard-questions-box p {
background-color:#f5f5f5;
padding:5px 10px;	
}
.resume-action-modal .company-search-toggle .btn-custom {
border-radius: 4px;
font-size: 14px;
text-transform: capitalize;
font-weight: 400;
border: 1px solid #777;
background-color: #242424;
padding: 6px 15px;
color: #FFF;	
}
ul.custom-radiobox {
list-style:none;	
}
ul.custom-radiobox li {
width:50%;
display:inline-block;	
}
ul.custom-radiobox li .iradio_square {
margin-right:5px;	
}
ul.custom-radiobox li p {
margin-bottom:0;
display:inline-block;	
} .hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown {
width: auto;
max-width: 100%;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a {
color: #fff;
border: none;
background-color:transparent;
padding:17px;
font-size:14px;
text-transform:uppercase;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border-top: none;
background-color:#FFF;
min-width: 210px; 
webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
-moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
margin: 0 .6em;
}
.hoverTrigger.sb-wpml .wpml-ls-item-toggle .wpml-ls-native {
color: #242424;		
}
hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
content:'/f107';
font-family:FontAwesome;
border:none;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:hover, .hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:focus, .hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
color: #fff;
border: none;
background-color: transparent;	
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
color:#242424;	
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
background-color:#fb236a;
color:#FFF;	
transition: all 0.3s ease 0s;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag {
margin-top: 5px;
}  .nth-footer-4{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/777.png);
height: auto;
background-position: center center;
background-size: cover;
padding: 70px 0 0;
}
.nth-footer-4 .nth-logo-footer{
float: left;
overflow: hidden;
margin-right: 30px;
}
.nth-footer-4 .nth-footer-text{
position: relative;
overflow: hidden;
}
.nth-footer-4 .nth-footer-text p{
margin: 0;
color:#fff;
line-height: 26px;
}
.nth-footer-4 .nth-social-icons{
position: relative;
float: right;
}
.nth-footer-4 .nth-social-icons ul{
margin: 0;
padding: 0;
list-style: none;
}
.nth-footer-4 .nth-social-icons ul li{
float: left;
margin-right: 10px;
}
.nth-footer-4 .nth-social-icons ul li a i{
color: #242424;
background-color:#fff;
font-size: 13px;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
border-radius: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.nth-footer-4 .nth-social-icons ul li a i:hover{
background-color: #242424;
color: #fff;
}
.nth-footer-content{
margin-top: 45px;
border-top: 1px solid rgba(255, 255, 255, .2);
padding: 20px 0;
}
.nth-footer-4 .nth-footer-content .nth-footer-theme p{
margin: 0;
color: #fff;
}
.nth-footer-4 .nth-footer-content .nth-footer-theme p a{
color: #fff;
}
.nth-footer-4 .nth-footer-content .nth-footer-theme{
margin-top: 10px;
}
.nth-footer-4  .input-style input.form-control{
height: 48px;
border: none;
}
.nth-footer-4  .input-style .n-btn-flat{
color: #fff;
border:none;
height: 48px;
border-left: 1px solid rgba(14, 73, 151, 0.4);
position: absolute;
left: 0;
}
.nth-footer-4  .input-style input{
padding: 0 20px;
}
.nth-footer-4 .form-control::placeholder {
color: #242424;
font-size: 13px;
}
.nth-footer-4 .nth-social-icons ul li:last-child{
margin: 0;
} .n-footer-5 {
background: #fafafa;
height: auto;
background-position: center center;
background-size: cover;
padding: 0;
position: relative;
}
.n-newsleter-content .form-group{
width: 80%;
float: left;
position: relative;
}
.n-newsleter-content .input-group{
display: inherit;
}	
.n-footer-5 .n-footer-links ul {
padding: 0;
list-style: none;
}
.n-footer-5 .n-footer-links h4 {
font-weight: 700;
font-size: 20px;
margin-top: 0;
margin-bottom: 18px;
}
.n-footer-5 .n-footer-links ul li a {
font-size: 14px;
}
.n-footer-5 .n-footer-links ul li {
margin-bottom: 12px;
}
.n-footer-5 .n-footer-links .n-footer-container {
margin-top: 38px;
}
.n-footer-5 .n-footer-details ul li i:hover {
background-color: #0082f8;
color: #fff;
}
.n-footer-5 .n-footer-details ul li {
float: left;
margin-right: 10px;
}
.n-footer-5 .n-footer-bar {
text-align: center;
border-top: 1px solid rgba(0,0,0,0.1);
padding: 12px 0;
background-color: #fff;
}
.n-footer-5 .n-footer-bar p {
margin: 0;
font-size: 14px;
}
.n-footer-5 .n-footer-bar p a {
color: #242424;
}
.n-footer-5 .n-footer-details ul {
padding: 0;
list-style: none;
overflow: hidden;
text-align: center;
margin: 0 auto;
display: table;
}
.n-footer-5 .n-footer-details {
text-align: center;
}
.n-newsleter-content .n-newletter .n-ltr-style {
font-size: 22px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
margin-bottom: 5px;
}
.n-newsleter-content .input-group {
margin-top: 20px;
}
.n-newsleter-content .input-group input {
height: 49px;
}
.mt80 {
margin-top: 80px;
} .n-footer-style .nth-footer-text p{ 
color: #242424 !important;
}
.n-footer-style .nth-footer-content .nth-footer-theme p { 
color: #242424 !important;
}
.n-footer-style .nth-footer-content .nth-footer-theme p a {
font-weight: 600;
} 
.n-footer-style .nth-footer-content { 
border:1px solid #ddd;
}
.n-footer-style .input-style .n-btn-flat { 
border-left: 1px solid #e9e9e9 !important;
} .n-menu-3 .n-btn-flat{
margin-right: 20px;
}
.n-top-bar2 .n-top-detail ul{
list-style: none;
margin: 0;
}
.n-top-bar2 .n-top-detail{
position: relative;
overflow: hidden;
}
.n-top-bar2 .n-top-detail ul li{
float: left;
margin-right: 22px;
}
.n-top-bar2 .n-top-detail ul li a{
color: #fff;
font-size: 13px;
}
.n-top-bar2 .n-top-detail ul li a i{
font-size: 12px;
margin-right: 6px;
}
.n-top-bar2 .n-top-detail ul li a:hover{
text-decoration: none;
}
.n-top-bar2 .n-jobs-details ul{
list-style: none;
margin: 0;
}
.n-top-bar2 .n-jobs-details{
position: relative;
float: right;
}
.n-top-bar2 .dropdown .dropdown-menu li{
float: none;
margin: 0;
padding: 3px 0;
width: 100%;
}
.n-top-bar2 .dropdown .dropdown-menu{
right: 0;
left: auto;
}
.dropdown-toggle.btn-default:hover{
background-color: transparent !important;
}
.n-top-bar2 .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
background:transparent;
}
.n-top-bar2 .dropdown-menu > li > a:hover{
background-color: transparent !important;
}
.n-top-bar2 .dropdown .dropdownMenu2{
background-color: transparent;
}
.n-top-bar2 .n-jobs-details ul li{
float: left;
margin-right: 23px;
}
.n-top-bar2 .n-jobs-details ul li:last-child{
margin: 0;
}
.n-top-bar2 .n-jobs-details ul li a{
color: #fff;
font-size: 14px;
}
.n-top-bar2 .n-jobs-details ul li a:hover{
text-decoration: none;
}
.n-top-bar2{
background: #0e4997;
padding: 12px 0;
}
.n-top-bar2 .n-top-detail ul li:last-child{
margin-right: 0;
}
.n-top-bar3 {
background: linear-gradient(to right, #0082f8 40%, #5E2EB5 55%);
}  .n-hero-6{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/hero.jpg);
height: auto;
padding: 0;
background-position: center;
background-size: cover;}
.n-hero-6 .n-h6-content h1{
color: #fff;
margin: 0;
font-size: 38px;
font-weight: 600;
}
.n-option{
margin-bottom: 130px;
}
.n-hero-6 .n-h6-content h1 .style5 {
font-weight: 700;
font-family: 'Quicksand', sans-serif;
}
.n-hero-6 .n-h6-content .h6-style{
color: #fff;
font-size: 18px;
font-weight: 500;
}
.n-hero-6 .n-h6-form ul li{
width: 16%;
float: left;
margin-right: 7px;
}
.n-hero-6 .n-h6-form ul li:first-child{
width: 25%;
}
.n-hero-6 .n-h6-form ul li:last-child{
margin-right: 0;
width: auto;
}
.n-hero-6 .n-h6-form ul li .n-btn-flat{
font-size: 14px;
padding: 12px 26px;
}
.n-hero-6 .n-h6-form ul li .n-btn-flat i{
margin-left:6px;
}
.n-hero-6 .n-h6-form ul li .form-group{
margin: 0;
}
.n-hero-6 .n-h6-form ul{
list-style: none;
}
.n-hero-6 .n-h6-form ul li .form-group input{
height: 46px;
border: 1px solid rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.1);
}
.n-hero-6 .select2-container--default .select2-selection--single{
height: 46px;
background-color: rgba(255, 255, 255, 0.1);
border:1px solid rgba(255, 255, 255, 0.1);
}
.n-hero-6 .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff;
line-height: 44px;
font-size: 13px;
}
.n-hero-6 .n-h6-content{
position: relative;
overflow: hidden;
margin-top: 130px;
}
.n-hero-6 .n-h6-content .n-h6-form{
overflow: hidden;
margin-top: 9px;
}
.n-h6-form .form-control::placeholder {
color: #fff;
}
.n-h6-form .form-control {
color: #fff;
}
.n-hero-6 .n-hero-list ul li a{
color: #fff;
}
.n-hero-6 .n-hero-list ul li{
float: left;
margin-right: 20px;
}
.n-hero-6 .n-hero-list ul .style-flex{
margin-right: 25px !important;
font-weight: 600;
}
.n-hero-6 .n-hero-list ul{
list-style: none;
}
.n-hero-6 .n-hero-list ul li a{
font-size: 13px;
}
.n-hero-6 .n-hero-list{
margin-top: 13px;
overflow: hidden;
}
.n-hero-6 .n-h6-profile{
margin-top: 130px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 18px 0;
}
.n-hero-6 .n-jobs-h6 img{
width: 8%;
float: left;
margin-right: 20px;
}
.n-profile-btn{
float: right;
}
.n-hero-6 .n-jobs-h6 .h6-product{
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 15px;
}
.n-hero-6 .n-jobs-h6 p{
margin: 0;
padding-top: 3px;
font-size: 14px;
color: #fff;
}
.n-hero-6 .n-profile-btn .n-btn-flat{
background-color: #fff;
border:1px solid #fff;
color: #242424;
font-size: 13px; 
font-weight: 500;
}  .n-hero-7 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/id-1.png);
height: 580px;
background-position: right;
background-size: cover;
padding-top: 170px !important;
padding: 0;
}
.n-hero7-fields .select2-container--default .select2-selection--single {
background-color: transparent;
border: none;
} 
.n-hero7-fields .select2-container .select2-selection--single {
height: 18px;
}
.n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 14px;
color: #fff;
opacity: 1;
font-size: 12px;
padding-left: 0;
}
.n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
top: -15px;
right: 50px;
display: none;
}
.n-hero7-fields {
overflow: hidden;
}
.n-hero-7 .n-hero7-container h1 {
margin: 0;
color: #fff;
width: 70%;
font-size: 34px;
font-weight: 700;
line-height: 46px;
}
.n-hero-7 .n-hero7-container {
margin-bottom: 22px;
}
.n-hero-7 .n-hero7-fields ul {
padding: 0;
margin: 0;
list-style: none;
}
.n-hero-7 .n-hero7-fields ul li input {
border-radius: 0;
background: transparent;
border: none;
padding: 0;
}
.n-hero-7 .n-hero7-fields ul li .form-group {
margin: 0;
padding: 0;
}
.n-hero-7 .n-hero7-fields ul li input.form-control {
height: auto;
}
.n-hero-7 .n-hero7-fields ul li input.form-control::placeholder {
color: 
#fff;
opacity: 1;
font-size: 12px;
}
.n-hero-7 .hero-submit-form {
position: absolute;
right: 5%;
bottom: 9%;
}
.n-hero-7 .n-hero7-resume span {
color: #fff;
font-size: 16px;
font-family: 'Quicksand', sans-serif;
font-weight: 500;
}
.n-hero-7 .n-hero7-resume .h-style {
font-family: 'Quicksand', sans-serif;
color: #fff;
font-size: 26px;
font-weight: 700;
margin-top: 4px;
margin-bottom: 25px;
}
.n-hero-7 input.form-control {
color: #fff;
}
.n-hero-7 .n-hero7-resume {
margin-top: 30px;
}  .n-job-listing5{
padding: 35px 0 80px;
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/style-2.png);
background-position: center center;
background-size: cover;
}
.n-job-listing5 .nav-tabs > li.active > a{
border:none;
}
.n-job-listing5 .nav-tabs > li > a{
border:none;
}
.n-job-listing5 .nav-tabs > li > a { 
padding: 8px 20px;
}
.n-job-listing5 .active:hover{
border:none;
}
.n-job-listing5 .nav > li > a:hover{
background-color: transparent;
border:none;
}
.n-listing-text h2{
font-size: 24px;
margin-top: 0;
margin-bottom: 0;
line-height: 24px;
font-weight: 800;
}
.n-listing-text{
margin-bottom: 20px;
}
.n-job-listing5 .n-listing-content .n-listing-product {
overflow:hidden;
}
.n-job-listing5 .n-listing-content .n-listing-img img{
border-radius: 110px;
border: 2px solid 
#0e4997;
padding: 2px;
width: 10%;
float: left;
margin-right: 20px;
}
.n-job-listing5 .n-listing-content{
position: relative;
overflow: hidden;
border: 1px solid #e9e9e9;
margin-bottom: 30px;
border-radius: 4px;
}
.n-job-listing5 .n-listing-content:last-child{
margin-bottom: 0;
}
.n-job-listing5 .n-listing-content .n-listing-product{
padding: 20px 20px 22px;
background: #fff;
overflow:hidden;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style{
font-weight: 600;
font-size: 18px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail p{
font-size: 14px;
margin: 0;
color: #777;
line-height: 28px;
margin-top: 1px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a{
font-size: 13px;
font-weight: 500;
color: #777;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li .combination{
color: #233d7b;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a .badge{
background:#d50918;
font-size: 8px;
border-radius:2px;
text-transform: uppercase;
font-weight: 500;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul{
margin-bottom: 3px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li {
font-size: 10px;
color: #777;
margin-right: 3px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail{
position: relative;
overflow: hidden;
}
.n-job-listing5 .n-listing-content .n-listing-wp{
position: absolute;
right: 3%;
top: 12%;
}
.n-job-listing5 .n-listing-content .n-listing-wp i{
color: #777;
font-size: 16px;
}
.n-job-listing5 .n-listing-content .n-listing-wp i.active {
color: red;
}
.n-job-listing5 .n-listing-content .n-listing-wp img{
width: 45%;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information{
overflow: hidden;
padding: 12px 20px;
background: #f0f0f0;
position: relative;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul{
list-style: none;
float: left;
margin-top: 13px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li{
float: left;
color: #0e4997;
margin-right: 19px;
border-right: 1px solid #7777;
line-height: 0;
padding: 0 15px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li:last-child{
border:none;
padding: 0;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li:first-child{
padding-left: 0;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a{
font-size: 14px;
color:#777;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i{
font-size: 14px;
margin-right: 8px;
color: #777;
opacity: .6;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information .n-btn-flat {
padding: 8px 22px;
font-size: 14px; 
background:#fff;
color: #a9a9a9;
border:1px solid #dddd;
text-transform: capitalize;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position{ 
float: right;
color: #777;
}
.n-job-listing5 .nav-tabs{ 
position: absolute;
right: 2%;
top: 0;
}
.n-job-listing5 .nav-tabs > li.active > a{
background: #0e4997;
color: #fff;
border-radius: 4px;
padding: 8px 20px;
}
.n-job-listing5 .nav-tabs {
border:none;
}
.n-job-listing5 .n-listing-categories ul{
list-style: none;
}
.n-job-listing5 .n-listing-categories ul li img{
float: left;
margin-right: 8px;
width: 13%;
}
.n-job-listing5 .n-listing-categories ul li span{
vertical-align: middle;
font-weight: 700;
color: #242424;
font-family: 'Quicksand', sans-serif;
font-size: 15px;
display:block;
}
.n-job-listing5 .n-listing-categories ul li .n-listing-cat{
float: left;
width: 45%;
}
.n-job-listing5 .n-listing-categories ul li .n-listing-top{
position: relative;
overflow: hidden;
float: right;
}
.n-job-listing5 .n-listing-categories ul li .n-listing-top span{
font-size: 14px;
color: #777;
font-weight: 500;
}
.n-job-listing5 .n-listing-categories ul li{
position: relative;
overflow: hidden;
padding: 14px 15px;
border-bottom: 1px solid #e9e9e9; 
}
.n-job-listing5 .n-listing-categories ul li:last-child{
border-bottom: none;
}
.n-job-listing5 .n-listing-categories{
border: 1px solid #e9e9e9;
background-color: #fff;
border-radius: 4px;
}
.n-job-listing5 .n-listing-categories ul li h2{
font-size: 16px;
margin: 0;
font-weight: 800;
}
.n-job-listing5 .n-listing-categories ul .hd-style{
padding: 12px !important;
}
.n-job-listing5 .nth-listing-qa{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/qa.png);
height: auto;
position: relative;
background-position: center center;
background-size: cover;
margin-top: 30px;
border-radius: 4px;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content{
position: relative;
padding: 50px 30px;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content img{
margin-bottom: 12px;
width: 14%;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content span{
color:#fff;
font-size: 22px;
font-weight: 800;
font-family: 'Quicksand', sans-serif;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content p{
color: #fff;
font-size: 14px;
line-height: 26px;
margin: 0;
padding-top: 4px;
}
.n-job-listing5 .n-listing-candidates{
margin-bottom: 30px;
border: 1px solid #e9e9e9;
}
.n-job-listing5 .n-listing-candidates .n-candidates-content h2{
font-size: 16px;
margin:0;
font-weight: 800;
}
.n-job-listing5 .n-listing-candidates .n-candidates-content{
border-bottom: 1px solid #e9e9e9;
padding: 12px 20px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details{
text-align: center;
padding: 20px;
position: relative;
margin-right: 0;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details span{
font-size: 18px;
color:#242424;
font-weight: 600;
color: #242424;
font-family: 'Quicksand', sans-serif;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details p{
margin: 0;
font-size: 14px;
line-height: 22px;
padding-bottom: 8px;
color: #777;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details img{
margin: 0 auto;
border-radius: 50px;
width: 25%;
}
.n-job-listing5 .n-listing-candidates .style-utf{
position: absolute;
left: 6%;
top: 7%;
}
.n-job-listing5 .n-listing-candidates .style-utf i{
font-size: 14px;
color: #d50918;
}
.n-job-listing5 .n-listing-candidates{
position: relative;
background: #fff;
border-radius: 4px;
}
.n-job-listing5 .n-candidates-details .features-star::before{
transform: rotate(90deg);
}
.n-job-listing5 .n-candidates-details .features-star{
right: 0;
left: auto;
}
.n-job-listing5 .n-listing-candidates .n-candidate-lcation{
text-align: center;
padding: 10px 0;
background: #f0f0f0;
}
.n-job-listing5 .n-listing-candidates .n-candidate-lcation a{
font-size: 14px;
color: #777;
}
.n-job-listing5 .n-listing-candidates .n-candidate-lcation a i{
font-size: 12px;
margin-right: 5px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list ul{
list-style: none; 
margin:0;
bottom: 0;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list ul li{
float: left;
margin-right: 8px;
margin-bottom: 8px;
}
.n-listing-candidates .owl-theme .owl-nav{
margin: 0;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list ul li a{
font-size: 10px;
border: 1px solid #ddd;
padding: 4px 12px;
border-radius: 4px;
font-weight: 500;
display: inline-block;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list{
overflow: hidden;
padding: 16px 25px;
margin: 0 auto;
display: table;
}
.n-job-listing5 .n-listing-candidates .n-candidates-btn{
text-align: center;
padding: 10px 0;
border-top:1px solid #e9e9e9;
}
.n-job-listing5 .n-listing-candidates .n-candidates-btn a{
font-size: 14px;
font-weight: 500;
}
.n-job-listing5 .owl-dots{
display: none;
margin: 0;
}
.n-job-listing5 .owl-carousel .owl-nav button.owl-next{
background: none;
border: none;
position: absolute;
right: 3%;
top: -11%;
background:none;
margin:0;
}
.n-job-listing5 .owl-carousel .owl-nav button.owl-prev {
background: none;
border: none;
position: absolute;
right: 8%;
top: -11%;
margin:0;
}
.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover, .n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover {
background:none;
}
.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover i, .n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover i {
color:#777;	
}
.n-job-listing5 .owl-next i, .n-job-listing5 .owl-prev i {
font-size:20px;	
}
.n-job-listing5 button {
padding: 0;
}  .nth-hiring{
background-color: #eff3f6;
padding: 80px 0 50px;
}
.nth-hiring .nth-log-style{
position: relative;
overflow: hidden;
}
.nth-hiring .nth-hiring-content img{
background-color: #fff;
padding: 8px 10px;
border-radius: 8px;
display: inline-block;
margin-bottom: 20px;
margin-right: 20px;
transition: .6s;
}
.nth-hiring .nth-hiring-content img:hover{
box-shadow: 1px 0px 20px rgba(0,0,0,0.2);
}
.nth-hiring .nth-hiring-content{
text-align: center;
position: relative;
}
.heading-penel{
text-align: center;
margin-bottom: 45px;
}
.heading-penel h3{
font-size: 28px;
margin:0;
font-weight: 800;
padding-bottom: 3px;
}
.heading-penel span{
font-weight: 600;
font-family: 'Quicksand', sans-serif;
}
.heading-penel p{
margin: 0;
line-height: 24px;
}
.col-set.col-lg-2{
padding-left: 0;
}  .nth-success .nth-sc-content{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/re.png);
height: auto;
padding: 30px 40px 80px;
}
.nth-success .nth-sc-content-2{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/re-1.png);
background-position: center;
}
.nth-success .nth-sc-content h3{
font-size: 28px;
font-weight: 600;
color: #fff;
margin: 0;
}
.nth-success .nth-sc-content p{
margin-top: 3px;
color: #fff;
line-height: 26px;
margin-bottom: 0;
width: 85%;
}
.nth-success .nth-sc-content .n-btn-flat{
background-color: #fff;
color: #242424;
font-size: 14px;
margin-top: 17px;
border:none;
}
.nth-success-products .nth-sc-box .nth-sc-profile{
float: left;
overflow: hidden;
margin-right: 10px;
}
.n-padding-bottom{
padding: 0 0 80px;
}
.nth-success-products .nth-sc-box .nth-sc-profile img{
border-radius: 50px;
width: 45px;
}
.nth-success-products .nth-sc-box .nth-sc-details{
overflow: hidden;
}
.nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text{
font-size: 15px;
font-weight: 600;
margin-bottom: 2px;
}
.nth-success-products .nth-sc-box .nth-sc-details p{
margin: 0;
font-size: 13px;
line-height: 18px;
}
.nth-success-products .nth-sc-box{
border: 1px solid #f2f0f0;
padding: 20px;
border-radius: 4px;
transition: .6s;
background-color: #fff;
float: left;
position:relative;
}
.nth-success-products .nth-sc-box:hover{
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border-color: rgba(0,0,0,0.07);
}
.nth-success-products .nth-sc-box p{
line-height: 26px;
margin-bottom: 18px;
color: #888;
}
.nth-success-products .nth-sc-box .nth-image-bg{
position: absolute;
right: 5%;
bottom: -8%;
opacity: 0.4;
}
.nth-success-products .owl-carousel .owl-stage::after{
display: initial;
}
.nth-success-products .owl-nav{
display: none;
}
.nth-success-products .owl-dots{
display: none;
}
.owl-item.active{
z-index: 9999;
position: relative;
}  .nth-packages .nth-pckg-content .nth-pack-primium{
color: #242424;
font-size: 42px;
font-weight: 600;
line-height: 30px;	
margin-bottom: 8px;
}
.nth-packages .nth-pckg-content .nth-pack-primium .n-ex{
font-size: 22px;
font-weight: 600;
}
.nth-packages .nth-pckg-content span{
font-size: 18px;
font-weight: 600;
}
.nth-packages .nth-pckg-content p{
font-size: 14px;
line-height: 24px;
margin-top: 7px;
width: 80%;
margin-bottom: 0;
color: #777;
}
.nth-success-products{
padding-top: 0;
}
.nth-success-2{
padding-top: 80px !important;
}
.nth-packages .nth-pck-table{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/ax-1.png);
background-position: center;
background-size: cover;
height: auto;
padding: 45px 25px;
position: relative;
overflow: hidden;
border-radius: 4px;
}
.nth-packages .nth-pck-table-1{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/ax.png);
background-position: center;
background-size: cover;
height: auto;
padding: 45px 25px;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.nth-packages{
background-color: #f9f9f9;
}
.nth-packages .nth-pck-details ul{
list-style: none;
padding: 0;
margin: 0;
}
.nth-packages .nth-pck-details ul li{
color: #959595;
margin-bottom: 10px;
}
.nth-packages .nth-pck-details ul li i{
margin-right: 6px;
color: #32c80f;
font-size: 10px;
}
.nth-packages .nth-pck-details ul li span {
color: #777;
margin-left: 8px;
font-size: 14px;
font-family: 'Poppins', sans-serif;
}
.nth-packages .nth-pck-details ul li:last-child{
margin-bottom: 0;
}
.nth-packages .nth-pck-details{
text-align: left;
border-top: 1px solid #dddd;
padding-top: 15px;
margin-top: 16px;
}
.nth-packages .nth-pck-details .n-btn-flat{
font-size: 14px;
margin-top: 20px;
}  .nth-latest-update .nth-latest-content .nth-latest-in ul{
list-style: none;
padding: 0;
margin: 0;
}
.nth-latest-update .nth-latest-content .nth-latest-in ul li{
float: left;
margin-right: 25px;
color: #777;
}
.nth-latest-update .nth-latest-content .nth-latest-in ul li:last-child{
margin-right: 0;
}
.nth-latest-update .nth-latest-content .nth-latest-in ul li i{
margin-right: 7px;
font-size: 12px;
color: #959595;
}
.nth-latest-update .nth-latest-content .nth-latest-details h4{
font-size: 18px;
font-weight: 600;
margin: 0;
line-height: 25px;
font-weight: 800;
text-align: center;
}
.nth-latest-update .nth-latest-content .nth-latest-details{
margin-bottom: 13px;
}
.nth-latest-update .nth-latest-content .nth-latest-box{
position: relative;
overflow: hidden;
}
.nth-latest-update .nth-latest-content .nth-latest-cb{
padding: 20px;
}
.nth-latest-update .nth-latest-content .nth-latest-box .nth-latest-in{
overflow: hidden;
margin: 0 auto;
display: table;
}
.nth-latest-update .nth-latest-content{
margin-bottom: 30px;
border-radius: 4px;
position: relative;
overflow: hidden;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.nth-latest-update .nth-latest-blog .nth-latest-profile img{
width: 30px;
border-radius: 30px;
float: left;
margin-right: 8px;
}
.nth-latest-update .nth-latest-blog .nth-latest-profile span{
vertical-align: middle;
padding-top: 5px;
color: #777;
}
.nth-latest-update .nth-latest-blog{
overflow: hidden; 
padding: 10px 20px;
border-top: 1px solid #f2f0f0;
}
.n-job-listing5 .owl-prev {
background: none;
border: none;
position: absolute;
right: 6%;
top: -12%;
}
.nth-latest-update .nth-latest-blog .nth-latest-profile {
overflow: hidden;
float: left;
}
.nth-latest-update .nth-latest-blog .nth-latest-jobs{
float: right;
margin-top: 5px;
}
.nth-latest-update .nth-latest-blog .nth-latest-jobs i{
color: #777;
}  .nth-mob-app{
padding-top: 0;
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 26px;
font-weight: 600;
margin-top: 3px;
line-height: 36px;
margin-bottom: 10px;
width: 85%;
}
.nth-mob-app .nth-mob-details .nth-mob-style .style4{
color: #0e4997;
font-size: 26px;
font-weight: 600;
}
.nth-mob-app .nth-mob-details span{
font-size: 14px;
font-weight: 500;
}
.nth-mob-app .nth-mob-details p{
margin-bottom: 25px;
color: #777;
}
.nth-mob-app .nth-mob-details {
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/gb-1.png);
background-position: center center;
background-size: cover;
margin-top: 60px;
overflow: hidden;
}
.nth-mob-app .nth-mob-img img{
width: 90%;
animation-name: float;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear; 
}
@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-20px);
}
100% {
transform: translatey(0px);
}
}
.nth-mob-app .nth-store-apps ul{
list-style: none;
padding: 0;
margin: 0;
}
.nth-mob-app .nth-store-apps ul li{
float: left;
margin-right: 20px;
}
.nth-mob-app .nth-store-apps{
padding-top: 5px;
}  .n-hero-7 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/id-1.png);
height: 580px;
background-position: right;
background-size: cover;
padding-top: 150px !important;
padding: 0;
}
.n-hero7-fields {
overflow: hidden;
background-color: rgba(36, 36, 36, 0.8);
border-radius: 4px;
padding: 30px 30px;
position:relative;
}
.n-hero-7 .n-hero7-container h1 {
margin: 0;
color: #fff;
width: 70%;
font-size: 34px;
font-weight: 700;
line-height: 46px;
}
.n-hero-7 .n-hero7-container {
margin-bottom: 22px;
}
.n-hero-7 .n-hero7-fields ul {
padding: 0;
margin: 0;
list-style: none;
}
.n-hero-7 .n-hero7-fields ul li {
float: left;
width: 33%;
}
.n-hero-7 .n-hero7-fields ul li input {
border-radius: 0;
background: transparent;
border: none;
padding: 0;
}
.n-hero-7 .n-hero7-fields ul li .form-group label {
color: #fff;
font-weight: 500;
font-size: 12px;
margin-bottom: 6px;
text-transform: uppercase;
opacity: 0.6;
}
.n-hero-7 .n-hero7-fields ul li .form-group {
margin: 0;
padding: 0;
}
.n-hero-7 .n-hero7-fields ul li input.form-control {
height: auto;
}
.n-hero-7 .n-hero7-fields ul li input.form-control::placeholder {
color: 
#fff;
opacity: 1;
font-size: 12px;
}
.n-hero-7 .hero-submit-form i {
color:#242424;
background:#fff;
padding: 15px;
border-radius: 40px;
font-size: 14px;
}
.n-hero-7 .hero-submit-form {
position: absolute;
right: 3%;
top: 10%;
background: none;
border: none;
}
.n-hero-7 .n-hero7-resume span {
color: #fff;
font-size: 16px;
font-family: 'Quicksand', sans-serif;
font-weight: 500;
}
.n-hero-7 .n-hero7-resume .h-style {
font-family: 'Quicksand', sans-serif;
color: #fff;
font-size: 26px;
font-weight: 700;
margin-top: 4px;
margin-bottom: 25px;
}
.n-hero-7 .n-hero7-resume .btn-default {
background: rgba(36, 36, 36, 0.8);
border: none;
color: #fff;
padding: 44px 50px;
font-weight: 500;
width: 100%;
}
.n-hero-7 input.form-control {
color: #fff;
}
.n-hero-7 .n-hero7-resume {
margin-top: 32px;
} .n-keywords .n-listing-text {
margin-top: 50px;
margin-bottom: 55px;
}
.n-keywords .n-listing-text p {
margin: 0;
font-size: 14px;
padding-top: 2px;
}
.n-keywords .n-listing-text h2 span {
font-weight: 500;
font-family: 'Quicksand', sans-serif;
}
.n-keywords .n-grid-style a {
background: #f8f8f8;
padding: 10px 36px;
border-radius: 30px;
display: inline-block;
margin-bottom: 20px;
margin-right: 10px;
color: #888;
font-weight: 500;
}
.n-keywords .n-grid-style a:hover {
background-color: #0082f8;
color: #fff;
}
.n-keywords .n-grid-style {
width: 85%;
margin: 0 auto;
text-align: center;
}
.n-keywords .n-keywords-jobs-category .n-keywords-jobs {
float: left;
margin-right: 16px;
margin-top: -40px;
border: 1px solid #e9e9e9;
transition: .6s;
border-radius: 4px;
}
.n-keywords .n-keywords-jobs-category .n-keywords-jobs img{
max-width: 70px;
background-color:#FFF;
}
.n-keywords .n-categories-content:hover .n-keywords-jobs{
margin-top: 0;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details {
overflow: hidden;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details span a {
color: #777;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
color: #242424;
font-size: 18px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
margin-top: 3px;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p i {
color: #777;
margin-right: 8px;
font-size: 12px;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p {
margin: 0;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p a {
color: #777;
}
.n-keywords .n-keywords-jobs-category {
padding: 15px 25px;
position: relative;
}
.n-keywords .n-keywords-jobs-category .n-jobs-rating {
position: absolute;
right: 3%;
top: 17%;
}
.n-keywords .n-keywords-jobs-category .n-jobs-rating i {
color: #777;
font-size: 14px;
}
.n-keywords .n-apply-jobs ul {
padding: 0;
margin: 0;
list-style: none;
}
.n-keywords .n-apply-jobs ul li {
float: left;
margin-right: 20px;
color:#777;
}
.n-keywords .n-apply-jobs {
overflow: hidden;
background: #f0f0f0;
padding: 15px 25px;
}
.n-keywords .n-apply-jobs ul li i {
margin-right: 8px;
color: #777;
}
.n-keywords .n-apply-jobs ul .style-right {
float: right;
margin-right: 0;
}
.n-keywords .n-apply-jobs ul .style-right a {
color: #242424;
font-weight: 500;
}
.n-keywords .n-categories-content {
margin-bottom: 55px;
border-radius: 4px;
border:1px solid #f2f0f0;	
}
.n-keywords .n-jobs-featured {
text-align: center;
}
.n-keywords .nav-tabs {
position: absolute;
right: 1%;
top: 7%;
border: none;
}
.n-keywords .nav-tabs > li.active a:hover {
color: #fff;
}
.n-keywords .nav-tabs > li.active a {
background-color: #0082f8;
color: #fff;
border: none;
border-radius: 4px;
padding: 10px 30px;
}
.n-keywords .nav-tabs > li > a {
border: none;
background-color: #f9f9f9;
color: #242424;
padding: 10px 30px;
}
.n-keywords .nav > li > a:hover {
background-color:#0082f8;
color:#fff;
}  .n-hiring-employ2 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/homer.jpg);
height: auto;
background-position: center center;
background-size: cover;
}
.n-hiring-employ2 .owl-nav {
display: none;
}
.n-hiring-employ2 .owl-dots {
display: none;
}
.n-hiring-employ2 .heading-penel h3 {
color: #fff;
}
.n-hiring-employ2 .heading-penel p {
color: #fff;
}
.n-hiring-employ2 .n-hiring2-bg {
background-color: #fff;
padding: 10px 20px;
border-radius: 20px;
}  .n-location .n-location-style {
position: relative;
margin-bottom: 30px;
display: inline-grid;
transition: .6s;
}
.n-location .n-location-style img {
border-radius: 15px;
}
.n-location .n-location-style::before {
content: "";
top: 50%;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background: linear-gradient(to bottom, rgba(140, 124, 124, 0.1), #000);
border-radius: 15px;
transition: .6s;
}
.n-location .n-location-style:hover::before{
top: 0%;
}
.n-location .n-city-location ul {
list-style: none;
padding: 0;
}
.n-location .n-city-location ul li {
float: left;
position: relative;
font-weight: 500;
color:#fff;
font-size: 18px;
}
.n-location .n-city-location ul li a {
color: #fff;
font-size: 18px;
font-weight: 500;
}
.n-location .n-city-location {
margin-top: -45px;
padding: 0 20px;
}
.n-location .n-city-location .n-style2 {
float: right;
}
.n-location .n-city-location ul li .badge {
background: transparent;
border: 1px solid#fff;
font-size: 12px;
font-weight: 400;
padding: 6px 12px;
text-transform: capitalize;
border-radius: 20px;
}
.space2 {
padding: 80px 0 50px;
}  .n-resouces2 .n-res-style1{ 
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/m1.jpg);
position: absolute;
width: 48%;
background-position: top left;
height: 390px;
top: 0;
background-repeat: no-repeat;
background-size: cover;
}
.n-resouces2 .n-res-style1::before{
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background-color: rgba(0, 130, 248, 0.7);
}
.n-resouces2 .n-res-details{ 
position: relative;
z-index: 9;
}
.n-resouces2 .n-res-details .n-btn-flat { 
background-color: #fff;
color: #242424;
font-weight: 600;
border: 1px solid #fff;
}
.n-resouces2 .n-res-details span{
color: #fff;
}
.n-resouces2 .n-res-style2{ 
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/m2.jpg);
position: absolute;
width: 50%;
top: 0;
right: 0;
height: 390px;
}
.n-resouces2 .n-res-style2::before{
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
background-color: rgba(0,0,0,0.7);
}
.n-resouces2 .n-res-details2{ 
text-align: right;
position: relative;
z-index: 9;
}
.n-resouces2 .n-res-details h3{ 
color:#fff;
font-size: 30px;
font-weight: 700;
margin-top: 0;
margin-bottom: 8px;
}
.n-resouces2 .n-res-details p{ 
font-size: 16px;
color:#fff;
line-height: 30px;
width: 95%;
margin-bottom: 18px;
}
.n-resouces2{ 
overflow: hidden;
position: relative;
}	 
.n-resouces2 .n-res-details2 h3{ 
color:#fff;
font-size: 30px;
font-weight: 700;
margin-top: 0;
margin-bottom: 8px;
}
.n-resouces2 .n-res-details2 p{ 
font-size: 14px;
color:#fff;
line-height: 30px;
margin-bottom: 18px;
}
.n-resouces2 .n-res-details2 .n-btn-flat { 
font-weight: 600;
}
.n-resouces2 .n-res-details2 span{
color: #fff;
}
.n-resouces2 .n-res-details2{ 
position: relative;
z-index: 9;
}  .n-fetured-candidates3 .n-featured-candidates3-content img {
width: 15%;
}
.n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
color: #242424;
font-weight: 700;
font-size: 18px;
margin-top: 8px;
font-family: 'Quicksand', sans-serif;
margin-bottom: 2px;
}
.n-fetured-candidates3 .n-featured-candidates3-content p {
margin: 0;
color: #888;
line-height: 26px;
padding-top: 3px;
}
.n-fetured-candidates3 .n-featured-candidates3-content p i {
font-size: 12px;
margin-right: 7px;
color: #777;
}
.n-fetured-candidates3 .n-featured-candidates3-content span {
color: #777;
}
.n-fetured-candidates3 .n-featured-candidates3-content {
border: 1px solid #f2f0f0;
padding: 25px;
position: relative;
border-radius: 7px;
margin-bottom: 30px;
transition: .6s;
border-radius:4px;
overflow:hidden;
}
.n-fetured-candidates3 .n-featured-candidates3-content:hover{
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
border: 1px solid rgba(233, 233, 233, 0.7);
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul {
list-style: none;
padding: 0;
color: #242424;
font-weight: 500;
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul li {
float: left;
margin-right: 10px;
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul li .btn {
font-size: 12px;
font-weight: 600;
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile {
overflow: hidden;
margin-top: 15px;
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul .n-active {
float: right;
margin-top: 11px;
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul li:last-child {
margin-right: 0;
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-2 {
position: absolute;
right: 5%;
top: 7%;
}
.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-2 i {
color: #777;
font-size: 15px;
}
.n-fetured-candidates3 .n-featured-candidates3-content .features-star::before {
border-width: 20px;
}
.n-fetured-candidates3 .n-featured-candidates3-content .features-star i {
font-size: 12px;
}  .n-footer-5 {
background: #fafafa;
height: auto;
background-position: center center;
background-size: cover;
padding: 0;
position: relative;
}
.n-footer-5 .n-footer-links ul {
padding: 0;
list-style: none;
columns: 2;
}
.n-footer-5 .n-footer-links h4 {
font-weight: 700;
font-size: 20px;
margin-top: 0;
margin-bottom: 18px;
}
.n-footer-5 .n-footer-links ul li {
margin-bottom: 12px;
}
.n-footer-5 .n-footer-links .n-footer-container {
margin-top: 38px;
}
.n-footer-5 .n-footer-details ul li i:hover {
background-color: #0082f8;
color: #fff;
}
.n-footer-5 .n-footer-details ul li {
float: left;
margin-right: 10px;
}
.n-footer-5 .n-footer-details ul li i{
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50px;
background-color: #242424;
color: #fff;
}
.n-footer-5 .n-footer-bar {
text-align: center;
border-top: 1px solid rgba(0,0,0,0.1);
padding: 12px 0;
background-color: #fff;
}
.n-footer-5 .n-footer-bar p {
margin: 0;
font-size: 14px;
}
.n-footer-5 .n-footer-bar p a {
color: #242424;
}
.n-footer-5 .n-footer-details ul {
padding: 0;
list-style: none;
overflow: hidden;
text-align: center;
margin: 0 auto;
display: table;
}
.n-footer-5 .n-footer-details p {
color: #242424;
line-height: 26px;
margin-bottom: 16px;
font-size: 14px;
}
.n-footer-5 .n-footer-details {
text-align: center;
padding: 0 10px;
}
.n-footer-5 .n-footer-details img {
margin: 0 auto;
padding-bottom: 20px;
}
.n-newsleter-content2 .n-newsleter-content {
margin-top:0;	 
}
.n-newsleter-content {
background: #fff;
border-radius: 15px;
padding: 40px 15px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
position: relative;
margin-top: -90px;
overflow:hidden;
}
.n-newsleter-content.n-newsleter-content2{ 
margin-top: 0;
}
.gta {
padding: 60px 0;
}
.custom-adjustment {
padding: 0 0 140px;
}
.custom-adjustment-2 {
padding-top: 80px;
}
.n-newsleter-content .input-group .n-btn-flat{
border-radius: 0 4px 4px 0 !important;
display: inline-block;
height: 49px;
}
.n-newsleter-content .n-newletter .n-ltr-style {
font-size: 24px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
margin-bottom: 5px;
}
.n-newsleter-content .n-newletter p {
margin: 0;
line-height: 26px;
font-size: 16px;
}
.n-newsleter-content .input-group {
margin-top: 10px;
}
.n-newsleter-content .input-group input {
height: 49px;
border-radius: 4px !important;
}
.mt80 {
margin-top: 80px;
}
.n-h6-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #fff;
} @media (min-width: 320px) and (max-width: 767px) {
.n-keywords .n-listing-text p {
font-size: 13px;
line-height: 24px;
}
.nth-packages .nth-pckg-content .nth-pack-primium{
font-size: 34px;
}
.n-hero-6 .select2-container--default .select2-selection--single .select2-selection__rendered{
font-size: 12px;
}
.nth-packages .nth-pck-table{
background-size: cover !important;
margin-bottom: 30px;
}
.nth-packages .nth-pckg-content p{
font-size: 13px;
line-height: 22px;
}
.nth-packages .nth-pck-details ul li span{
font-size: 13px;
}
.nth-packages .nth-pckg-content span{
font-size: 16px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position{
margin-top: 10px;
font-size: 10px;
float: left;
}
.n-job-listing5 .n-listing-candidates .n-candidate-lcation a{
font-size: 13px;
}
.n-job-listing5 .n-listing-categories ul li span{
font-size: 13px;
}
.n-job-listing5 .n-listing-categories ul li .n-listing-top span{
font-size: 12px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list ul li a{
font-size: 12px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details span{
font-size: 16px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details p{
font-size: 13px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a{
font-size: 12px;
}
.n-job-listing5 .n-listing-content .n-listing-wp i{
font-size: 12px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul {
margin-bottom: 3px;
}
.n-job-listing5 .n-listing-content .n-listing-img img{
width: 20%;
margin-right: 10px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a{
font-size: 10px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail p{
font-size: 10px;
margin-top: 0;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
font-weight: 600;
font-size: 15px;
}
.n-job-listing5 .nav-tabs > li.active > a{
font-size: 13px;
}
.n-listing-text p{
font-size: 13px;
line-height: 24px;
}
.n-job-listing5 .nav-tabs {
position: relative;
right: inherit;
top: inherit;
margin-bottom: 20px;
}	
.n-hero-6 .n-jobs-h6 p {   
padding-top: 8px;
font-size: 13px;
line-height: 22px;
margin-bottom: 12px;
}
.n-hero-6 .n-h6-content{
margin-top: 100px;
}
.n-hero-6 .n-h6-profile{
margin-top: 60px;
}
.n-profile-btn {
float: none;
overflow: hidden;
}
.n-hero-6 .n-jobs-h6 .h6-product{
font-size: 16px;
}
.n-hero-6 .n-hero-list ul li {
margin-right: 12px;
margin-bottom: 10px;
}
.n-hero-6 .n-h6-content .h6-style{
font-size: 16px;
}
.n-hero-6 .n-h6-form ul li .form-group input{
font-size: 12px;
}
.n-hero-6 .select2-container--default .select2-selection--single .select2-selection__rendered{
font-size: 12px;
}
.n-hero-6 .n-h6-form ul li:first-child {
width: 100%;
}
.n-hero-6 .n-h6-content h1{
font-size: 24px;
}
.n-hero-6 .n-h6-form ul li .n-btn-flat{
width: 100%;
}
.n-hero-6 .n-h6-form ul li {
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 25px;
}
.n-newsleter-content .form-group{
width: 70%;
}
.n-location .n-city-location ul li{
font-size: 16px;
}
.n-keywords .n-apply-jobs ul .style-right a{
font-size: 12px;
}	
.n-keywords .n-apply-jobs ul li{
font-size: 12px;
margin-bottom: 5px;
}	
.heading-penel h3 {
font-size: 20px;
}
.heading-penel p {
line-height: 24px;
font-size: 13px;
}	
.n-hero-7 .n-hero7-fields ul li .form-group label{
font-size: 14px;
margin-bottom: 4px;
}
.n-hero-7 .n-hero7-fields ul li .form-group label{
font-size: 13px;
}	
.n-resouces2 .n-res-details p {
font-size: 14px;
line-height: 28px;
width: 100%;
margin-bottom: 18px;
}
.n-resouces2 .n-res-details h3 {
font-size: 24px;
}
.n-resouces2 .n-res-details2 p {
font-size: 14px;
line-height: 28px;
width: 100%;
margin-bottom: 18px;
}
.n-resouces2 .n-res-details2 h3 {
font-size: 24px;
}
.n-resouces2 .n-res-details {
padding: 65px 0;
margin-bottom: 75px;
}
.n-resouces2 .n-res-style1 { 
width: 100% !important;
top: inherit !important;
bottom: 0;
}
.n-resouces2 .n-res-style2 { 
width: 100% !important;
}
.n-resouces2 .n-res-details2 {
padding: 65px 0;
}
.n-resouces2 .n-res-style2 {
top: auto;
bottom: 0;
}
.n-hero-7 .hero-submit-form {
right: 8%;	
}
.n-footer-5 .n-footer-links h4 {
font-size: 18px;
}
.n-hero-7 .n-hero7-resume .h-style {
font-size: 20px;
margin-bottom: 20px;
}	
.n-hero-7 .n-hero7-resume span {
font-size: 14px;
}	
.n-hero-7 .hero-submit-form i {
padding: 10px 11px;
font-size: 13px;
}
.n-hero-7 .n-hero7-container h1 {
font-size: 22px;
width: 100%;
line-height: 34px;
}
.n-hero-7 .n-hero7-fields ul li {
float: none;
width: 100%;
padding: 8px 16px;
margin-bottom: 20px;
}
.n-hero-7 {
padding: 60px 0 !important;
height: auto;
}
.n-hero-7 .n-hero7-resume .btn-default {
padding: 20px 45px;
width: 100%;
}
.n-keywords .n-grid-style {
width: 100%;
margin: 0 auto;
}
.n-keywords .n-grid-style a {
width: auto;
margin-right: 0;
text-align: center;
font-size: 12px;
padding: 5px 15px;
}
.n-keywords .n-listing-text {
margin-top: 30px;
margin-bottom: 0;
}
.n-keywords .nav-tabs {
position: relative;
right: auto;
top: auto;
border: none;
margin: 0 auto;
display: table;
padding-bottom: 60px;
padding-top: 15px;
}
.n-keywords .n-apply-jobs ul .style-right {
float: left;
font-size: 13px;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
font-size: 15px;
}
.n-hiring-employ2 .n-hiring2-bg {
margin: 0 auto;
display: table;
}
.n-listing-text h2 {
font-size: 18px;
}
.n-location .n-location-style {
margin-bottom: 30px;
display: grid;
}
.n-location .n-location-style img {
border-radius: 15px;
width: 100%;
}
.col-lg-6.no-padding {
padding-left: 0 !important;
padding-right: 0;
}
.col-lg-6.no-padding2 {
padding-left: 0 !important;
padding-right: 0;
}
.n-parallel .n-parallel-container {
margin-bottom: 30px;
margin-left: 5%;
}
.n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
font-size: 15px;
}
.n-parallel .n-parallel-container .n-parallel-style {
font-size: 22px;
}
.n-parallel .n-parallel-container .n-parallel-style span {
font-size: 22px;
}
.n-parallel .n-parallel-content-2 .n-parallel-container {
margin-right: 5%;
}
.n-newsleter-content .n-newletter .n-ltr-style {
font-size: 20px;
}
.n-newsleter-content .n-newletter p {
font-size: 13px;
}
.n-newsleter-content {
padding: 40px 0;
overflow: hidden;
position: relative;
margin-top: 0;
}
.n-footer-5 .n-footer-details {
text-align: inherit;
margin-bottom: 25px;
margin-top: 20px;
}
.n-footer-5 .n-footer-details img {
margin: initial;
padding-bottom: 15px;
}
.n-footer-5 .n-footer-details ul {
margin: inherit;
margin: initial;
}
.n-footer-5 .n-footer-links .n-footer-container {
margin-top: 30px;
}
.n-footer-5 .n-footer-details p {
margin: 0;
padding-bottom: 12px;
}
.n-footer-5 .n-footer-details {
margin-bottom: 35px;
}
.n-keywords .nav-tabs > li a {
font-size: 13px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.n-job-listing5 .n-listing-candidates .n-candidates-details span{
font-size: 16px;
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 24px;
line-height: 34px;
}	
.nth-mob-app .nth-mob-details p{
font-size: 13px;
white-space: 95%;
line-height: 24px;
}
.nth-latest-update .nth-latest-content .nth-latest-details h4{
font-size: 16px;
line-height: 23px;
}
.nth-latest-update .nth-latest-content .nth-latest-details{
margin-bottom: 15px;
}
.nth-latest-update .nth-latest-content .nth-latest-in ul li span{
font-size: 12px;
}
.nth-latest-update .nth-latest-blog .nth-latest-profile span{
font-size: 12px;
}
.nth-latest-update .nth-latest-blog .nth-latest-jobs i{
font-size: 12px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details p{
font-size: 12px; 
line-height: 20px;
}
.nth-packages .nth-pckg-content p{
font-size: 12px;
line-height: 20px;
margin-top: 4px;
}
.nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
font-size: 14px;
margin-bottom: 2px;
}
.nth-success-products .nth-sc-box .nth-sc-details p {
margin: 0;
font-size: 12px;
line-height: 16px;
}	
.nth-success-products .nth-sc-box p{
font-size: 13px;
line-height: 24px;
}
.nth-packages .nth-pck-details ul li span{
font-size: 13px;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content span{
font-size: 20px;
}
.n-hero-6 .n-h6-content h1{
font-size: 36px;
}
.nth-packages .nth-pck-table{
background-size: cover !important;
}
.n-hero-6 .n-h6-content .h6-style{
font-size: 16px;
}
.nth-packages .nth-pckg-content .nth-pack-primium{
font-size: 38px;
margin-bottom: 3px;
}
.nth-packages .nth-pckg-content span{
font-size: 16px;
}
.n-job-listing5 .n-listing-candidates .n-candidate-lcation a{
font-size: 12px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list ul li a{
font-size: 12px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-btn a{
font-size: 12px;
}
.n-job-listing5 .nav-tabs > li > a{
font-size: 12px !important;
}
.n-keywords .n-listing-text p {  
font-size: 13px;
padding-top: 0px;
}
.n-job-listing5 .n-listing-categories ul li{
padding: 10px 12px;
}
.n-job-listing5 .n-listing-categories ul li img{
margin-top: 3px;
}
.n-job-listing5 .n-listing-categories ul li .n-listing-top span{
font-size: 11px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail p{
font-size: 12px;
margin-top: 0;
line-height: 26px;
}
.n-job-listing5 .n-listing-categories ul li span{
font-size: 12px;
}
.n-job-listing5 .n-listing-categories ul li .n-listing-top span{
font-size: 12px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i{
font-size: 12px;
margin-right: 6px;
}	
.n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position{
font-size: 10px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
font-size: 12px;
}	
.n-job-listing5 .n-listing-content .n-listing-wp i {
font-size: 14px;
}	
.n-job-listing5 .n-listing-content .n-listing-user-detail ul {
margin-bottom: 2px;
}	
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
font-size: 10px;
font-weight: 400;
color: #777;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style{
font-size: 15px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail p{
font-size: 13px;
}
.n-listing-text h2 {
font-size: 20px;
}	
.n-listing-text p{
font-size: 13px;
}
.n-keywords .nav-tabs > li.active a {  
font-size: 13px;
}
.n-resouces2 .n-res-details2 h3 {
font-size: 28px;
}
.n-newsleter-content {
overflow: hidden;
}
.n-keywords .n-grid-style a{
font-size: 13px;
}
.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
right: 7px;	
}
.n-resouces2 .n-res-details h3 {
font-size: 26px;
}
.n-resouces2 .n-res-details p { 
line-height: 28px;
}
.n-resouces2 .n-res-details2 p { 
line-height: 28px;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
font-size: 16px;
}
.n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
font-size: 16px;
}
.n-footer-5 .n-footer-details p {
font-size: 12px;
line-height: 22px;
}
.n-footer-5 .n-footer-details img {
margin: 0 auto;
padding-bottom: 16px;
}
.n-footer-5 .n-footer-links ul li {
margin-bottom: 8px;
}
.n-footer-5 .n-footer-links h4 {
font-size: 18px;
}
.n-footer-5 .n-footer-links ul li a {
font-size: 12px;
}
.n-parallel .n-parallel-container {
margin-left: 8.5%;
}
.n-parallel .n-parallel-content-2 .n-parallel-container {
margin-right: 8.5%;
}
.n-parallel .n-parallel-container .n-parallel-style {
font-size: 24px;
}
.n-parallel .n-parallel-container .n-parallel-style span {
font-size: 24px;
}
.n-hero-7 .n-hero7-container h1 {
margin: 0;
width: 70%;
font-size: 26px;
line-height: 40px;
}
.n-hero-7 .n-hero7-resume .h-style {
font-size: 21px;
}
.n-hero-7 .n-hero7-resume .btn-default {
padding: 38px 30px;
}
.n-hero-7 .n-hero7-fields ul li .form-group label{
font-size: 14px;
margin-bottom: 5px;
}
.n-hero-7 .n-hero7-resume {
margin-top: 20px;
}
.n-newsleter-content .n-newletter .n-ltr-style {
font-size: 20px;	
}
.n-hero-7 .hero-submit-form i{
padding: 11px 14px;
}
.n-hero-7 .hero-submit-form{
bottom: 13%;
}
.n-newsleter-content .n-newletter p {
font-size: 13px;
line-height: 24px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.n-hero-6 .n-h6-content .h6-style{
font-size: 16px;
}
.n-listing-text p{
font-size: 12px;
}
.n-job-listing5 .n-listing-categories ul li h2{
font-size: 14px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-content h2{
font-size: 14px;
}
.nth-packages .nth-pckg-content p{
font-size: 12px;
line-height: 22px;
margin-top: 5px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list ul li{
margin-right: 2px;
}
.n-job-listing5 .n-listing-categories ul li .n-listing-top span{
font-size: 12px;
}
.nth-packages .nth-pck-table{
background-size: cover !important;
}	
.nth-packages .nth-pckg-content .nth-pack-primium{
font-size: 32px;
margin-bottom: 4px;
}
.n-job-listing5 .n-listing-categories ul li img {
float: none;
margin-right: 0;
width: 30%;
}
.n-job-listing5 .n-listing-categories ul li span{
font-size: 14px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details span{
font-size: 15px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-details p{
font-size: 12px;
line-height: 20px;
}
.n-job-listing5 .n-listing-candidates .n-candidate-lcation a{
font-size: 12px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-list ul li a{
font-size: 12px;
}
.n-job-listing5 .n-listing-candidates .n-candidates-btn a{
font-size: 12px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style{
font-size: 15px;
}
.n-job-listing5 .n-listing-content .n-listing-wp i{
font-size: 14px;
}
.n-job-listing5 .n-listing-content .n-listing-img img{
margin-right: 18px;
width: 15%;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content{
padding: 30px 15px;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content span{
font-size: 20px;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content p{
font-size: 13px;
line-height: 24px;
}
.n-job-listing5 .nth-listing-qa .nth-listing-content img{
margin-bottom: 10px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a{
font-size: 12px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information .absolute-position{
font-size: 10px;
}
.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i{
font-size: 12px;
margin-right: 6px;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail p{
font-size: 12px;
line-height: 26px;
margin-top: 0;
}
.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
font-size: 10px;
font-weight: 400;
}
.n-hero-6 .n-h6-form ul li{
width: 25%;
}
.n-hero-6 .n-jobs-h6 p {
padding-top: 7px;
font-size: 13px;
line-height: 20px;
}
.n-job-listing5 .nav-tabs > li > a {
padding: 6px 20px !important;
font-size: 12px;
}
.n-job-listing5 .nav-tabs {
position: absolute;
right: 0;
top: -1%;
}
.n-hero-6 .n-hero-list ul li a{
font-size: 12px;
}
.n-hero-6 .n-hero-list ul li{
font-size: 15px;
}
.n-hero-6 .n-h6-content h1{
font-size: 32px;
}
.n-hero-7 .hero-submit-form i{
padding: 12px 13px;
}
.n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
padding-left: 0;
}
.n-hero-7 .hero-submit-form {
position: absolute;
right: 5%;
bottom: 11%;
}
.n-keywords .nav-tabs{
right: 4%;
top: 3%;
}
.n-hero-7 .n-hero7-resume .btn-default{
padding: 30px;
}
.n-newsleter-content{
overflow: hidden;
}
.n-newsleter-content .form-group{
width: 70%;
}
.n-hero-7 .n-hero7-fields ul li{
padding: 20px 15px;
}
.n-location .n-city-location ul li{
font-size: 16px;
}
n-hero-7 .hero-submit-form i {
padding: 13px 14px;
font-size: 14px;
}
.n-hero-7 .n-hero7-fields ul li .form-group label{
font-size: 11px;
margin-bottom: 2px;
}	
.n-hero-7 { 
padding: 150px 0;
height: auto;
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 22px;
line-height: 32px;
}
.n-resouces2 .n-res-details2 h3 { 
font-size: 24px;
}
.n-resouces2 .n-res-details2 p { 
font-size: 13px;
line-height: 28px;
}
.n-resouces2 .n-res-details h3 { 
font-size: 24px;
}
.n-resouces2 .n-res-details p { 
font-size: 13px;
line-height: 28px;
}
.n-footer-5 .n-footer-links h4 {
font-size: 18px;
margin-bottom: 16px;
}
.n-parallel .n-parallel-container {
margin-left: 14%;
}
.n-parallel .n-parallel-content-2 .n-parallel-container {
margin-right: 14%;
}
.n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
font-size: 16px;
}
.heading-penel h3 {
font-size: 26px;
}
.heading-penel p{
font-size: 13px;
}
.n-top-bar2 .n-top-detail ul li a {
font-size: 13px;
}
.n-top-bar2 .n-top-detail ul li {
line-height: 22px;
}
.n-top-bar2 .n-jobs-details ul li a {
font-size: 13px;
}
.n-top-bar2 .n-jobs-details ul li {
line-height: 23px;
}
.n-parallel .n-parallel-container .n-parallel-style{
font-size: 22px;
}
.n-parallel .n-parallel-container .n-parallel-style span{
font-size: 22px;
}
.n-listing-text h2 {
font-size: 18px;
}
.n-keywords .n-listing-text p {
font-size: 13px;
padding-top: 0px;
}
.n-hero-7 .n-hero7-container h1 {
width: 70%;
font-size: 26px;
font-weight: 700;
line-height: 38px;
}
.n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
font-size: 15px;
}
.n-newsleter-content .n-newletter .n-ltr-style {
font-size: 20px;
}
.n-footer-5 .n-footer-details {
text-align: left;
margin-top: 20px;
margin-bottom: 20px;
}	
.n-footer-5 .n-footer-details img {
margin: 0;
padding-bottom: 10px;
}	
.n-footer-5 .n-footer-details ul {
margin: 0;
}
.n-footer-5 .n-footer-details {
margin-top: 30px;
margin-bottom: 30px;
}
.n-footer-5 .n-footer-details p{
margin-top: 0px;
margin-bottom: 10px;
}
}
button[name="update_cart"] {
display: none !important;
} .n-hero-8{
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/clouds.png);
height: 680px;
background-position: center center;
background-size: cover;
margin-bottom: 20px;
padding: 0;
}
.n-hero-8 .n-8-container .n-8-product ul{
margin: 0;
padding: 0;
list-style: none;
}
.n-hero-8 .n-8-container .n-8-product ul li{
float: left;
margin-right: 30px;
}
.n-hero-8 .n-8-container{
text-align: center;
overflow: hidden;
padding-top: 160px;
padding-bottom: 50px;
}
.n-hero-8 .n-8-container .n-8-product{
margin: 0 auto;
display: table;
}
.n-hero-8 .n-8-container .n-8-content h1 span{
color: #5e2eb5;
font-size: 50px;
padding: 0 10px;
}
.n-hero-8 .n-8-container .n-8-content h1{
margin: 0;
font-weight: 700;
font-size: 36px;
}
.n-hero-8 .n-8-container .n-8-content{
width: 75%;
margin: 0 auto;
}
.n-hero-8 .n-8-container .n-8-content p{
color:#242424;
font-size: 18px;
line-height: 32px;
margin-top: 7px;
margin-bottom: 22px;
}
.n-hero-8 .n-8-container .n-8-product ul li i{
color: #fff;
border-radius: 40px;
padding: 14px 16px;
text-align: center;
font-size: 18px;
box-shadow: 0px 0px 4px 2px rgba(36, 36, 36, 0.5);
}
.n-hero-8 .n-8-employs {
margin: 0 auto;
display: table;
}
.n-hero-8 .n-8-container .n-8-product ul li span{
margin-left: 7px;
}
.n-hero-8 .n-8-container .n-8-product ul li .btn{
font-size: 14px;
}
.n-8-serch-field ul{
list-style: none;
margin: 0;
padding: 0;
}
.n-8-serch-field ul li{
float: left;
margin-right: 14px;
width: 27%;
}
.n-8-serch-field ul li:first-child{
width: 30%;
}
.n-8-serch-field ul li:last-child{
width: 12%;
float: right;
margin-top: 36px;
}
.n-8-serch-field{
background-color: #5e2eb5;
overflow: hidden;
position: relative;
border-radius: 50px 0px 50px 0px;
margin-top: -50px;
padding: 30px 40px;
border: 5px solid rgb(211, 188, 252, 0.9);
}
.n-8-serch-field ul li .btn{
background: #fff;
color: #242424;
width: 100%;
padding: 14px 28px;
border: 1px solid #fff;
}
.n-8-serch-field ul li:last-child{
margin-right: 0;
margin-top: 35px;
}
.n-8-serch-field ul li .form-group{
margin-bottom: 0;
}
.n-8-serch-field .select2-container--default .select2-selection--single {
height: 50px;
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.2);
background-color:rgba(255, 255, 255, 0.1);
border-radius: 4px;
}
.n-8-serch-field .form-control {
height: 50px;
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.2);
background-color:rgba(255, 255, 255, 0.1);
}
.n-8-serch-field ul li .form-group label{
color:#fff;
font-weight: 500;
margin-bottom: 15px;
font-size: 15px;
}
.n-8-serch-field ul li .form-group .form-control::placeholder {
color: #fff;
}
.n-8-serch-field ul li .form-group .form-control {
color: #fff;
}
.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff;
line-height: 28px;
}
.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__placeholder{
color:#fff;
line-height: 28px;
}
.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__arrow b{
left: 46%;
top: 36%;
}
.n-8-serch-field .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
right: 8px;	
}
.n-8-serch-field .form-control:focus { 
border: 1px solid rgba(255, 255, 255, 0.2);
}  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories img{ 
float: left;
margin-right: 15px;
border: 1px solid #f2f0f0;
padding: 2px;
width: 20%;
border-radius:4px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span a{
color: #777;
font-size: 14px;
font-weight: 500;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style{ 
color:#242424;
font-size: 18px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
margin-top: 2px;
margin-bottom: 1px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p i{
font-size: 13px;
margin-right: 10px;
color: #777;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p{
color: #888;
margin: 0;
font-size: 13px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p i{
font-size: 13px;
margin-right: 10px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content{
border-top: 1px solid #f2f0f0;
padding: 8px 20px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p{
margin: 0;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p a{
color: #777;
}
.n-jobs-recomend3 .n-jobs3-container{
border: 1px solid #f2f0f0;
border-radius: 7px 7px 0 0;
margin-bottom: 30px;
transition: .6s;
}
.n-jobs-recomend3 .n-jobs3-container:hover{ 
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories{
padding: 20px 16px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .n-jobs3-categories-2{
overflow:hidden;
}
.n-jobs-recomend3 .n-listing-text {
margin-bottom: 35px;
}
.n-jobs-recomend3 .n-listing-text h2 {
margin-bottom: 3px;
font-size: 24px;
}
.n-jobs-recomend3 .n-jobs3-product{
text-align: center;
margin-top: 20px;
}
.n-jobs-recomend3 .nav-tabs{ 
border: none;
position: absolute;
right: 2.5%;
top: 0;
}
.n-jobs-recomend3 .nav-tabs > li > a{
border:none;
background-color:#f9f9f9;
color:#242424;
padding: 10px 30px;
margin-right: 0;
}
.n-jobs-recomend3 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border:none;
}
.n-jobs-recomend3 .nav > li > a:hover, .nav > li > a:focus {
background-color: #f9f9f9;
}
.n-jobs-recomend3 .nav-tabs > li.active a {
border: none;
border-radius: 4px;
padding: 10px 30px;
transition: .6s;
color: #fff;
}  .n-callto-action-8{
background:url(//christianfilmconnect.com/wp-content/themes/nokri/images/sr.png);
height: auto;
background-position: center;
background-size: cover;
position: relative;
}
.n-callto-action-8 .n-8-img{
position: absolute;
right: 0;
top: auto;
bottom: 0;
}
.n-callto-action-8 .n-callto-details h3{ 
margin-top: 0;
color:#fff;
font-size: 33px;
font-weight: 600;
margin-bottom: 12px;
}
.n-callto-action-8 .n-callto-details span{ 
color:#fff;
font-size: 32px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
}
.n-callto-action-8 .n-callto-details p{ 
color:#fff;
font-size: 15px;
line-height: 30px;
margin-bottom: 30px;
}
.n-callto-action-8 ul{
list-style: none;
}
.n-callto-action-8 ul li{
float: left;
margin-right: 80px;
}
.n-callto-action-8 ul li:last-child{
margin-right: 0;
}
.n-callto-action-8 ul li .counter-js span{
color: #fff;
font-size: 26px;
font-weight: 500;
}
.n-callto-action-8 ul li .counter-js p{ 
margin: 0;
color:#fff;
font-size: 14px;
font-weight: 400;
line-height: 20px;
font-weight: 500;
}  .n-f-candidates4 .n-f-canidates-content img{ 
width: 20%;
margin:0 auto;
}
.n-f-candidates4 .n-f-canidates-content{
text-align: center;
border: 1px solid #e9e9e9;
padding: 50px 20px;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.n-f-candidates4 .n-f-canidates-content .n-f-style{ 
font-size: 18px;
font-family: 'Quicksand', sans-serif;
font-weight: 700;
margin-top: 10px;
}
.n-f-candidates4 .n-f-canidates-content p{
color: #888;
font-size: 14px;
line-height: 28px;
margin-bottom: 20px;
}
.n-f-candidates4 .n-f-canidates-content .btn{
background: transparent;
color: #242424;
border: 1px solid #e9e9e9;
font-size: 13px;
font-weight: 600;
}
.n-f-candidates4 .n-f-canidates-content .n-candidates-style{ 
position: absolute;
top: 8%;
}
.n-f-candidates4 .n-f-canidates-content .n-candidates-style i{ 
font-size: 20px;
color:#888;
cursor: pointer;
}
.n-f-candidates4 .n-f-canidates-content .n-candidates-style.features-star::before {
border-width: 30px;
}
.n-f-candidates4 .n-f-canidates-content .features-star{ 
right: 0;
left: auto;
text-align: inherit;
transform: rotate(90deg);
}
.n-f-candidates4 .n-f-canidates-content .features-star i { 
position: absolute;
top: 0;
overflow: hidden;
right: 60%;
}
.n-f-candidates4 .n-f-canidates-content {
margin-bottom: 30px;
transition: .6s;
}
.n-f-candidates4 .n-f-canidates-content:hover { 
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
margin-top: -2px
}
.n-f-candidates4 .n-f-canidates-content:hover .btn{ 
background-color: #5e2eb5;
color: #fff;
}
.nth-success-2{
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/clouds.png);
height: auto;
background-position: center;
background-size: cover;
}
.nth-success-2 .nth-sc-box{ 
background-color: #fff;
}
.n-footer-style{
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/clouds.png);
height: auto;
background-size: cover !important;
background-position: center center !important;
}
.n-footer-style .nth-footer-text p{ 
color: #242424 !important;
}
.n-footer-style .nth-footer-content .nth-footer-theme p { 
color: #242424 !important;
}
.n-footer-style .nth-footer-content { 
border:1px solid #ddd;
}
.n-footer-style .input-style .n-btn-flat { 
border-left: 1px solid #e9e9e9 !important;
}
.nth-success-2 .nth-sc-box { 
border:none !important;
}
.nth-success-2 .nth-sc-box {
background-color:#fff;
}
.nth-success-2 .owl-item.active { 
box-shadow: 1px 0px 20px rgba(0,0,0,0.07) !important;
}
.nth-footer-content .form-group {
margin-bottom: 0;
}
.mob-apps{
padding-bottom: 0 !important;
}
.nth-latest2{
padding-bottom: 0 !important;	
}
.nth-latest3{
padding: 0 !important;
} @media (min-width: 320px) and (max-width: 767px) { 
.n-hero-8 .n-8-container {
padding-top: 0;
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 24px;
line-height: 34px;
}	
.n-footer-style .nth-footer-text p{
font-size: 13px;
}
.nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
font-size: 14px;
font-weight: 500;
}
.nth-success .nth-sc-content h3{
font-size: 26px;
}
.nth-success .nth-sc-content {
padding: 30px 25px;
}	
.nth-footer-4 .nth-logo-footer {
float: none;
overflow: hidden;
margin-right: 0;
margin-bottom: 20px;
}
.nth-footer-4 .input-style input.form-control{
width: 65%;
}	
.n-footer-style .nth-footer-content .nth-footer-theme p{
font-size: 13px;
line-height: 26px;
}	
.nth-footer-4 .nth-social-icons {
float: left;
padding-bottom: 15px;
}
.nth-footer-4 .nth-footer-content .nth-footer-theme {
margin-top: 0;
margin-bottom: 12px;
}
.nth-success .nth-sc-content{
margin-bottom: 30px;
}
.nth-mob-app .nth-mob-details{
margin-top: 0 !important;
margin-bottom: 30px;
}
.nth-mob-app .nth-mob-details .nth-mob-style{
font-size: 22px;
line-height: 36px;
}
.n-hero-8 { 
padding: 60px 0;
}
.n-callto-action-8 ul li .counter-js span{
font-size: 24px;
}	
.n-hero-8 .n-8-container .n-8-content h1 { 
font-size: 20px;
}
.n-hero-8 .n-8-container .n-8-content p {
line-height: 26px;
font-size: 14px;
}
.n-hero-8 .n-8-container .n-8-product ul li .btn {
font-size: 13px;
padding: 10px 28px;
}
.n-hero-8 .n-8-container .n-8-content {
width: 100%;
margin: inherit;
}
.n-8-serch-field ul li:first-child {
width: 100%;
}
.n-8-serch-field ul li {
float: inherit;
margin-right: 0;
width: 100%;
margin-bottom: 25px;
}
.n-8-serch-field ul li .form-group label {
font-size: 13px;
margin-bottom: 10px;
}
.n-8-serch-field ul li:last-child {
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
width: 100%;
}
.n-8-serch-field {  
margin-top: -10px;
padding: 30px 25px;
border-radius: inherit;
}
.n-8-serch-field .form-control { 
height: 45px;
font-size: 13px;
}
.n-hero-8 .n-8-container .n-8-product ul li i {
padding: 12px 14px;
font-size: 13px;
}
.n-hero-8 .n-8-container .n-8-product ul li span {
font-size: 13px;
}
.n-jobs-recomend3 .nav-tabs {
position: relative;
right: auto;
top: auto;
margin-bottom: 30px;
}
.n-jobs-recomend3 .nav-tabs > li.active a { 
font-size: 13px;
}
.n-jobs-recomend3 .n-listing-text h2 {
font-size: 18px;
margin: 0;
}
.n-jobs-recomend3 .n-listing-text {
margin-bottom: 25px;
margin-top: 35px;
}
.n-jobs-recomend3 .nav-tabs > li.active a { 
padding: 8px 24px;
}
.n-jobs-recomend3 .nav-tabs > li > a {  
padding: 8px 24px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style { 
font-size: 14px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
font-size: 12px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
font-size: 12px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
font-size: 12px;
}
.n-callto-action-8 .n-8-img { 
display: none;
}
.n-callto-action-8 .n-callto-details span { 
font-size: 24px;
}
.n-callto-action-8 .n-callto-details h3 { 
font-size: 20px;
} 
.n-callto-action-8 { 
background-position: left !important; 
}
.n-callto-action-8 .n-callto-details p {
font-size: 13px;
line-height: 26px;
}
.n-callto-action-8 ul li {
margin-right: 15px;
margin-bottom: 30px;
}
.n-callto-action-8 ul li .counter-js p { 
font-size: 13px;
font-weight: 400;
}
.n-f-candidates4 .n-f-canidates-content .n-f-style { 
font-size: 14px;
}
.n-f-candidates4 .n-f-canidates-content p { 
line-height: 22px;
margin-bottom: 15px;
font-size: 12px;
}
.n-f-candidates4 .n-f-canidates-content .btn {
font-size: 12px;
font-weight: 500;
padding: 6px 22px;
}
.n-f-candidates4 .n-f-canidates-content .n-candidates-style i { 
font-size: 13px;
}
.nth-footer-content { 
margin-top: 0 !important;
}
.nth-footer-4 .nth-footer-text { 
margin-bottom: 15px;
}
.n-menu-5.mega-menu .menu-button li { 
margin-right: 10px;
}
.n-f-candidates4 .n-f-canidates-content { 
padding: 20px 5px;
}
} 
@media (min-width: 768px) and (max-width: 1023px) { 
.n-hero-8 .n-8-container .n-8-content {
width: 100%;
margin: inherit;
}
.n-hero-8 .n-8-container{
padding-top: 130px;
}	
.n-jobs-recomend3 .nav-tabs{
top: 0;
}
.n-footer-style .nth-footer-text p{
font-size: 13px;
}	
.nth-success-products .nth-sc-box p{
font-size: 13px;
line-height: 26px;
}
.nth-footer-4 .nth-social-icons ul li {
margin-right: 4px;
margin-bottom: 12px;
}	
.nth-success-products .nth-sc-box .nth-sc-details p{
font-size: 12px;
}	
.nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text{
font-size: 14px;
font-weight: 500;
}	
.n-hero-8 .n-8-container .n-8-content h1 { 
font-size: 30px;
}
.n-8-serch-field ul li{
margin-right: 0;
width: 50%;
margin-bottom: 25px;
}
.n-8-serch-field ul li:first-child {
width: 50%;
}	
.n-hero-8 .n-8-container .n-8-content p { 
font-size: 16px;
line-height: 28px;
}
.n-hero-8 .n-8-container .n-8-product ul li .btn {
font-size: 12px;
padding: 10px 30px;
}
.n-hero-8 .n-8-container .n-8-product ul li i { 
padding: 10px 12px;
font-size: 12px;
}
.n-hero-8 .n-8-container .n-8-product ul li span {
font-size: 12px;
}
.n-8-serch-field ul li:first-child {
width: 100%;
}
.n-8-serch-field ul li .form-group label {
margin-bottom: 10px;
font-size: 13px;
}
.n-8-serch-field ul li:last-child {
width: 100%;
float: left;
margin-top: 15px !important;
}
.n-8-serch-field .form-control { 
height: 45px;
}
.n-8-serch-field .select2-container--default .select2-selection--single {
height: 45px;
padding: 7px;
}
.n-8-serch-field { 
padding: 20px 30px;
margin-bottom: 30px;
}
.n-jobs-recomend3 .n-listing-text h2 {
margin-bottom: 1px;
font-size: 22px;
}
.n-jobs-recomend3 .nav-tabs > li > a { 
font-size: 13px;
}
.n-jobs-recomend3 .nav-tabs > li.active > a{
font-size: 13px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style { 
font-size: 14px;
margin: 0;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
font-size: 12px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p { 
font-size: 12px;
}
.n-callto-action-8 .n-8-img { 
width: 60%;
right: -10%;
}
.n-callto-action-8 { 
background-position: left;
}
.n-callto-action-8 .n-callto-details span { 
font-size: 24px;
}
.n-callto-action-8 .n-callto-details h3 { 
font-size: 28px;
}
.n-callto-action-8 .n-callto-details p { 
font-size: 13px;
line-height: 28px;
width: 50%;
}
.n-callto-action-8 ul li {
margin-right: 20px;
}	
.n-callto-action-8 ul li .counter-js span{
font-size: 22px;
}
.n-callto-action-8 ul li .counter-js p{
font-size: 13px;
}	
.n-f-candidates4 .n-f-canidates-content .n-f-style { 
font-size: 16px;
}
.n-f-candidates4 .n-f-canidates-content p {
font-size: 12px;
line-height: 22px;
}
.n-f-candidates4 .n-f-canidates-content .btn {
font-size: 12px;
font-weight: 500;
padding: 8px 24px;
}
.n-f-candidates4 .n-f-canidates-content .n-candidates-style i { 
font-size: 14px;
}
.nth-footer-4 .nth-footer-content .nth-footer-theme p {
line-height: 26px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) { 
.n-hero-8 .n-8-container .n-8-content h1{ 
font-size: 30px;
}
.n-location .n-city-location ul li{
font-size: 15px;
}
.heading-penel h3 {
font-size: 28px;
margin-bottom: 2px;
}	
.n-8-serch-field ul li:last-child{
margin-top: 33px;
}	
.n-hero-8 .n-8-container .n-8-content p{ 
font-size: 16px;
line-height: 29px;
}
.n-hero-8 .n-8-container .n-8-product ul li .btn {
font-size: 13px;
padding: 8px 26px;
}
.n-hero-8 .n-8-container .n-8-product ul li i { 
font-size: 16px;
padding: 10px 12px;
}
.n-8-serch-field ul li { 
margin-right: 10px;
}
.n-8-serch-field ul li .btn { 
padding: 12px;
}
.n-8-serch-field .form-control { 
height: 45px;
}
.n-8-serch-field .select2-container--default .select2-selection--single { 
height: 45px;
}
.n-8-serch-field ul li .form-group label {
margin-bottom: 13px;
font-size: 13px;
}
.n-jobs-recomend3 .n-listing-text h2 {
margin-bottom: 0px;
font-size: 22px;
}
.n-jobs-recomend3 .nav-tabs > li.active a{ 
font-size: 13px;
}
.n-jobs-recomend3 .nav-tabs > li > a {
font-size: 13px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style { 
font-size: 14px;
margin-bottom: 0;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
font-size: 12px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p { 
font-size: 12px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p i {
font-size: 12px;
margin-right: 8px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
font-size: 12px;
}
.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p i {
font-size: 12px;
margin-right: 8px;
}
.n-jobs-recomend3 .n-jobs3-product .btn { 
font-size: 13px;
}
.n-callto-action-8 .n-callto-details span { 
font-size: 24px;
}
.n-callto-action-8 .n-callto-details h3 { 
font-size: 26px;
}
.n-callto-action-8 .n-callto-details p {
font-size: 13px;
line-height: 28px;
}
.nth-success .nth-sc-content h3{
font-size: 26px;
}
.nth-success .nth-sc-content p{
font-size: 13px;
}	
.n-callto-action-8 { 
background-position: left;
}
.n-callto-action-8 .n-8-img {
position: absolute;
right: -20%;
top: auto;
bottom: 0;
}
.n-callto-action-8 .n-8-img img {
width: 80%;
}
.n-callto-action-8 ul li {
margin-right: 35px;
}
.n-callto-action-8 ul li .counter-js p { 
font-size: 12px;
line-height: 18px;
}
.n-f-candidates4 .n-f-canidates-content .n-f-style { 
font-size: 16px;
}
.n-f-candidates4 .n-f-canidates-content p {
font-size: 12px;
line-height: 23px;
margin-bottom: 20px;
}
.n-f-candidates4 .n-f-canidates-content .btn { 
font-size: 12px;
padding: 8px 28px;
}
.n-f-candidates4 .n-f-canidates-content .n-candidates-style i { 
font-size: 16px;
}
}
.dropup.ad-language {
position: fixed;
top: auto;
right: 17%;
z-index: 999;
bottom: 0;
}
.ad-language .btn-default {
border: none;
border-radius: 4px 0 0 4px;
padding: 10px 20px;
box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.ad-language .btn-default:hover, .ad-language .btn-default:focus {
background-color:#FFF;	
}
.ad-language .btn-default:active, .ad-language .btn-default.active, .ad-language.open > .dropdown-toggle.btn-default {
background-color:#FFF !important;
}
.ad-language .dropdown-menu {
padding:0;
border:none;	
}
.ad-language .dropdown-menu > li {
position: relative;
width: 100%;
display: inline-block;
}
.ad-language .dropdown-menu > li > a {
padding: 10px 20px;
}
.ad-language .dropdown-menu > li > a img {
margin-right: 5px;
vertical-align: middle;
}
.ad-language .dropdown-menu > li > a:hover {
color:#000;
width: 100%;
}
.rtl .dropdown.ad-language {
position: fixed;
top: 15%;
left: 0;
right: auto;
z-index: 999;
}
.rtl .ad-language .dropdown-menu > li > a img {
margin-right: 0;
margin-left: 5px;
vertical-align: middle;
}
.rtl .ad-language .dropdown-menu {
left: 0;
right: auto;
}
.rtl .ad-language .dropdown-menu {
left: auto;
right: 0;
}
.rtl .ad-language .btn-default {
border-radius: 0 4px 4px 0;
}
.rtl .ad-language .dropdown-menu::before {
left: -12px;
top: 20px;
right: auto;
transform: rotate(-90deg);
}
.ad-language .dropdown-toggle.btn-default:hover {
background-color: #fff !important;
}
.n-hero7-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #fff;
}
.sb-wpml .wpml-ls-legacy-list-horizontal {
padding:0;
border:none;	
}
.sb-wpml .wpml-ls-legacy-list-horizontal>ul {
padding: 0;
margin: 0 !important;
list-style-type: none;
}
.sb-wpml .wpml-ls-legacy-list-horizontal a {
margin: 0;
padding: 0 20px;
display: inline-block;
float: none;
width: 100%;
color: #242424;
font-weight: 400;
font-size: 14px;
line-height: 48px;
position: relative;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;	
}
.transparent-header-1 .sb-wpml .wpml-ls-legacy-list-horizontal a {
color: #FFF;
}.background-1 {
background-image: url(//christianfilmconnect.com/wp-content/themes/nokri/images/index5-2.jpg);
background-position:center center;
background-repeat: no-repeat;
background-size: cover;	
height: 100%;
left: 0;
top: 0;
position: absolute;
width: 50%;
}
.background-1::before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(41, 46, 73, 0.9)); 
background: linear-gradient(to left, rgba(83, 105, 118, 0.7), rgba(41, 46, 73, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.background-2 {
background-image: url(//christianfilmconnect.com/wp-content/themes/nokri/images/index5-1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
right: 0;
top: 0;
position: absolute;
width: 50%;	
}
.background-2::before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.7), rgba(41, 46, 73, 0.9)); 
background: linear-gradient(to left, rgba(83, 105, 118, 0.7), rgba(41, 46, 73, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.section-container-left {
position: relative;
padding: 100px 140px;
text-align: center;
}
.section-container-right {
position: relative;
padding: 100px 140px;
text-align: center;
}
.section-container-left h2,
.section-container-right h2 {
color: #fff;
font-size: 30px;
position: relative;
font-weight:600;
text-transform:uppercase;
margin-top:0;
margin-bottom:0;
}
.section-container-left p,
.section-container-right p {
margin-top: 10px;
color: #fff
}
.static-images-section {
position: relative;
clear: both;
overflow: hidden
}
.static-images-section  .main-arrow {
width:70px;
position:absolute;
left:120px;
bottom:-40px;	
-ms-transform: rotate(50deg); 
-webkit-transform: rotate(50deg); 
transform: rotate(50deg);
} .category-float-slider-sectoion {
padding:0;	
}
.category-style-3-slider {
margin-top:-55px;	
}
.category-style-3-slider .category-style-3-box {
background-color:#FFF;
border-radius:3px;
padding:15px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
text-align:center;	
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.category-style-3-slider .category-style-3-box:hover {
background-color:#41a6df;
}
.category-style-3-slider .category-style-3-box:hover a {
color:#FFF;	
}
.category-style-3-slider .category-style-3-box:hover .inner-box {
border-color:#FFF;	
}
.category-style-3-slider .category-style-3-box .inner-box {
padding:15px;
border:1px dashed #ccc;	
}
.category-style-3-slider .category-style-3-box .inner-box a {
position:relative;
overflow:hidden;
display:block;	
}
.category-style-3-slider .category-style-3-box .inner-box h4 {
margin-top:0;
font-size:14px;
font-weight:600;	
margin-bottom:5px;
}
.category-style-3-slider .category-style-3-box .inner-box span {
color:#828282;	
}
.category-style-3-slider .category-style-3-box:hover span {
color:#FFF;	
} .header-top {
position:relative;
overflow:hidden;
background-color:#000;
padding:15px 0;
border-bottom:1px solid rgba(255,255,255, 0.3);
}
.header-top .header-top-left p {
display:inline;
margin-bottom:0;
margin-right:30px;
}
.header-top .header-top-left p a {
color:#FFF;
}
.header-top .header-top-left p a i {
margin-right:5px;	
}
.header-top .header-top-right {
float:right;	
}
.header-top .header-top-right ul {
padding:0;
list-style:none;	
}
.header-top .header-top-right ul li a {
color:#FFF;
line-height: 30px;
}
.header-top .header-top-right ul li a.buttons {
background-color: #41a6df;
border:1px solid #41a6df;
width:30px;
height:30px;
padding: 6px 20px;
}
.header-top .header-top-right ul li a.buttons:hover {
background-color:rgba(255,255,255,0.2);
border-color:rgba(255,255,255,0.3);
} .featured-jobs {
position:relative;
}
.featured-jobs .featured-image-box {
margin-bottom: 30px;
padding:20px;
border-radius:4px;
background-color:#FFF;
border:1px solid #f5f5f5;
position:relative;
overflow:hidden;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.featured-jobs .featured-image-box:hover {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);	
}
.featured-jobs .featured-image-box .img-box {
float:left;	
}
.featured-jobs .featured-image-box img {
width:50px;	
}
.featured-jobs .featured-image-box .content-area {
background-color: #ffffff;
padding-left: 65px;
}
.featured-jobs .featured-image-box h4 {
color: #242424;
font-size: 16px;
font-weight: 600;
position: relative;
overflow: hidden;
text-transform: capitalize;
margin: 0;
}
.featured-jobs .featured-image-box h4 a:hover {
color: #41a6df;
}
.featured-jobs .featured-image-box p {
margin: 0;
color:#828282;
font-family: 'Montserrat', sans-serif;
}
.feature-post-meta {
position: relative;
overflow: hidden;
padding: 5px 0;
}
.featured-image-box .feature-post-meta .label {
font-size:10px;
font-weight:400;
text-transform:uppercase;	
}
.feature-post-meta-bottom {
position:relative;
overflow:hidden;
}
.feature-post-meta a {
margin-right: 10px;
color:#777;
}
.feature-post-meta-bottom span {
font-size: 14px;
color:#828282;
line-height:26px;
}
.feature-post-meta-bottom span small {
color: #828282;
font-weight:600;
font-size: 14px;
text-transform: capitalize;
}
.mata-detail {
background-color: transparent;
padding: 5px 10px;
border-radius: 3px;
text-transform: uppercase;
font-weight:600;
font-size:10px;
display:inline-block;
}
.mata-detail.remote {
color: #46af4a;
border: 1px solid #46af4a;
}
.mata-detail.full-time {
color: #d3b940;
border: 1px solid #d3b940;
}
.mata-detail.intern {
color: #9d27b3;
border: 1px solid #9d27b3;
}
.mata-detail.part {
border: 1px solid #ff5a00;
color: #ff5a00;
} .how-it-works {
position:relative;
overflow:hidden;
text-align:center;	
}
.how-it-works .work-points {
position:relative;
overflow:hidden;	
}
.how-it-works .work-points .h-i-w-content-box img.main-img {
text-align:center;
margin:0 auto;
display:block;
width:36%;	
}
.how-it-works .work-points .h-i-w-content-box h3 {
margin-bottom:15px;
margin-top:30px;
font-size:16px;
text-transform:capitalize;
font-weight:600;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
position:absolute;
right:-50px;
top:60px;	
}
.how-it-works .work-points .h-i-w-content-box p {
margin-bottom:0;
line-height:26px;	
} .client-section {
background: rgba(60, 146, 202, 0.7) url(//christianfilmconnect.com/wp-content/themes/nokri/images/199.jpg) no-repeat fixed top center / cover;
padding:50px 0;
position:relative;
}
.client-section::before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(41, 46, 73, 0.9)); 
background: linear-gradient(to left, rgba(83, 105, 118, 0.6), rgba(41, 46, 73, 0.9));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.client-section .top-hiring-company-slider .item {
padding:20px;
border-radius:3px;
box-shadow:1px 0px 20px rgba(0,0,0,0.07);
margin-right:20px;
background-color:#FFF;
}
.client-section .top-hiring-company-slider .owl-stage-outer {
padding:15px;
}
.client-section .heading-2 {
margin-top:45px;
}
.client-section .heading-2 h3 {
margin:0;
color:#FFF;	
}
.client-section .heading-2 h2 {
margin:0;
font-weight:600;
color:#FFF;	
} .download-app-2 {
padding:40px 0;	
}
.download-app-2 .heading-2 h3 {
margin:0;
font-weight:600;
font-size:30px;
}
.download-app-2 .heading-2 p {
margin-bottom:0;	
}
.download-app-2 .download-btns {
margin-top:13px;
text-align:right;	
}
.download-app-2 .download-btns a {
margin-right:10px;		
}
.download-app-2 .download-btns a:last-child {
margin-right:0;		
}
.download-app-2 .download-btns a img {
border-radius:8px;
} .footer.footer-white {
background:none;
padding:50px 0 40px 0;	
}
.footer.footer-white ul {
padding-left: 0;
list-style: none;
}
.footer.footer-white .subscription-form {
margin-top:30px;	
}
.footer_block a {
font-size: 14px;
text-transform: capitalize;
display: block;
color: #242424;
}
.footer.footer-white ul.footer-links li {
padding: 10px 0;
padding-top: 10px;
padding-left: 0px;
padding-left: 20px;
border-bottom: 1px solid #999;
}
.footer.footer-white ul.footer-links li {
padding-left:0;
border-bottom:none;
}
.footer.footer-white .footer-links li::before {
content:normal;	
}
.footer.footer-white .footer_block a {
color:#828282;	
}
.footer.footer-white .footer_block .social-bar {
margin-top:30px;	
}
.footer.footer-white .social-bar li {
display: inline-block;
margin: 0 15px 0 0;
}
.footer.footer-white .social-bar li a {
color: #828282;
font-size: 20px;
}
.footer-bottom-section {
padding: 30px 0;
}
.footer-bottom-section ul {
list-style:disc;
padding-left:40px;
color:#828282;	
}
.footer-bottom p {
font-size: 14px;
margin-bottom: 0;
}
ul.footer-menu {
position: relative;
overflow: hidden;
}
.footer-bottom .footer-menu li {
float: left;
padding: 0 30px 0 0;
text-transform: capitalize;
}
.footer-bottom .footer-menu li a {
vertical-align:middle;
line-height:30px;
color:#828282;	
} .main-section-slider.style-3 {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/16.png) no-repeat scroll center center / cover;
min-height: 500px;
width: 100%;
padding:100px 0;
position:relative;
}
.mega-menu.n-header-trabsparent.no-bottom-border {
border: none;
background-color:transparent;
box-shadow:none;
}
.main-section-slider.style-3:before {
background: rgba(0, 0, 0, 0.7); 
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.main-section-style-3-box {
position:relative;
margin-top:80px;
text-align:center;
}
.main-section-style-3-box h1 {
color:#FFF;
margin:0;
font-size:34px;
font-weight:600;	
}
.main-section-style-3-box p {
font-size:16px;
color:#FFF;
width:90%;
margin:0 auto;
display:block;	
}
.main-section-style-3-box img {
position:absolute;
bottom:-60px;
right:150px;
-ms-transform: rotate(140deg);
-webkit-transform: rotate(140deg);
transform: rotate(140deg);	
} .serch-filter-overflow-top {
position:relative;
padding:30px 0;	
padding-bottom:0;
}
.serch-filter-overflow-top .search-filter-overflow-top-box {
padding:20px 20px 30px 20px;
border:1px solid #f5f5f5;
position:relative;
overflow:hidden;
background-color:#FFF;
border-radius:3px;
box-shadow:2px 0px 10px rgba(0,0,0,0.07);
margin-top:-100px;
padding-top: 20px;
}
.search-shadow{
height: 35px;
display: block;
margin: 0 auto;
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/search-shadow.png) no-repeat center 0;
background-size: auto auto;
background-size: cover;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group {
width:100%;
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group input {
width:100%;
padding-left:15px;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group label {
margin-bottom:10px;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group i.ti-search {
right: 30px;
top: 48px;
left: auto;
font-size: 16px;
position: absolute;
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group i.fa {
margin-left:5px;	
}
.serch-filter-overflow-top .search-filter-overflow-top-box .form-group .n-btn-flat {
margin-top: 29px;
height: 50px;
width: 100%;	
} .category-style-4 {
position:relative;
overflow:hidden;
padding-bottom:50px;		
}
.category-style-4 .category-style-4-box {
background-color:#FFF;
border-radius:3px;
padding:15px;
position:relative;
box-shadow:2px 0px 10px rgba(0,0,0,0.07);
margin-bottom:50px;
min-height:82px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.category-style-4 .category-style-4-box-img {
position: absolute;
top: -12px;
left: -12px;
background-color:#41a6df;
padding:15px;
border-radius:10px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.category-style-4 .category-style-4-box:hover .category-style-4-box-img {
top:5px;
}
.category-style-4 .category-style-4-box-img img {
width:40px;	
}
.category-style-4 .category-style-4-box-meta {
padding-left:60px;	
}
.category-style-4 .category-style-4-box-meta h3 {
margin:0;
font-size:16px;
font-weight:600;	
}
.category-style-4 .category-style-4-box-meta p {
margin-bottom:0;	
} .list-jobs .job-list-simple {
background-color:#FFF;
padding:15px;
margin-bottom:20px;
border-radius:3px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.list-jobs .job-list-simple:hover {
box-shadow:1px 0px 20px rgba(0,0,0,0.07);		
}
.list-jobs .job-list-simple .job-list-simple-img {
float: left;
margin-right: 15px;
}
.list-jobs .job-list-simple .job-list-simple-img img {
width: 50px;
height: 50px;
box-shadow: 1px 0px 20px rgba(0,0,0,0.07);	
}
.list-jobs .job-list-simple .job-list-simple-title {
margin-left: 70px;	
}
.list-jobs .job-list-simple .job-list-simple-title a {
font-weight: 500;
font-size: 15px;
display: block;	
}
.list-jobs .job-list-simple .job-list-simple-title a:hover {
color:#41a6df;	
}
.list-jobs .job-list-simple .job-list-simple-title p {
margin-bottom: 0;
display: inline;
margin-right: 20px;	
}
.list-jobs .job-list-simple .job-list-simple-title p a {
display:inline-block;
font-weight:400;
color:#828282;	
} .main-section-category {
background: url(//christianfilmconnect.com/wp-content/themes/nokri/images/15.jpg) no-repeat scroll center center / cover;
height: 650px;
width: 100%; 
}
.main-section-category .main-cat-detail-box {
margin-top:130px;	
}
.main-section-category.overlay:before {
background: rgba(41, 46, 73, 0.9); 
background: -webkit-linear-gradient(to top, rgba(41, 46, 73, 0.9), rgba(41, 46, 73, 0.4)); 
background: linear-gradient(to top, rgba(41, 46, 73, 0.9), rgba(41, 46, 73, 0.4));
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.main-cat-detail-box h1 {
text-transform:capitalize;
color:#FFF;
font-size:32px;	
margin-top:0;
margin:0;
}
.main-cat-detail-box hr {
float:left;	
margin-top:10px;
margin-bottom:10px;
border-top: 2px solid #41a6df;
}
.main-cat-detail-box p {
color:#FFF;
font-size:20px;
margin-bottom:20px;
}
.main-cat-detail-box form {
display:block;
width:100%;	
position:relative;
overflow:hidden;
}
.main-cat-detail-box .form-group {
width:100%;	
}
.main-cat-detail-box form .form-group input {
background-color:rgba(255,255,255,0.1);
border-color:rgba(255,255,255,0.1);
color:#FFF;
border-radius:30px;
width:100%;
height:50px;
padding-left:20px;
}
.main-cat-detail-box form .form-group input:focus {
border:1px solid rgba(255,255,255,0.2) !important;
}
.main-cat-detail-box form .form-group button {
position:absolute;
right:20px;
top:15px;
background-color:transparent;
border:none;
}
.main-cat-detail-box form .form-group i {
color:#FFF;
}
.main-cat-detail-box .categories-icons {
position:relative;
overflow:hidden;
margin-top:20px;	
}
.main-cat-detail-box .categories-icons a img {
border:1px solid rgba(255,255,255,0.2);
padding:15px;
width:70px;
border-radius:10px;
background-color:rgba(255,255,255,0.2);
margin:0 auto;
display:block;	
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease- 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.main-cat-detail-box .categories-icons a h4 {
color:#FFF;
font-size:12px;
text-align:center;	
}
.main-cat-detail-box .categories-icons a:hover img {
border-color:#FFF;
} .cat-tabs {
padding-top: 0;
padding-bottom:100px;
} .cat-tabs .panel-primary {
border:none;	
}
.cat-tabs .panel-primary > .panel-heading {
background-color: #FFF;
border: none;
position: absolute;
top: -52px;
left: 16px;
padding: 0;
}
.cat-tabs .nav > li {
display:inline-block;
background-color:#f5f5f5;
border-radius: 4px 4px 0 0;	
}
.cat-tabs .nav > li.active {
background-color:#FFF;	
}
.cat-tabs .nav > li > a {
padding:15px 30px;	
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
display:none;	
}
.cat-tabs  .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
width:100%;	
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-short {
width: 27%;
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
width: 28%;
}
.cat-tabs .panel-body {
padding:0;	
} .featured-job-slider-sidebar {
box-shadow:0px 2px 22px 0px rgba(0,0,0,0.05);
margin-top:-52px;
background-color:#FFF;
border-radius:3px;	
}
.featured-job-slider-sidebar h4.featured-job-sidebar-heading-title {
margin:0;
padding:20px;
font-weight:600;
border-radius:3px 3px 0 0;
font-size:16px;
padding-bottom:0;
text-transform:capitalize;
}
.featured-job-slider {
padding:30px;	
}
.featured-job-slider .featured-image-box {
padding: 20px 0;
text-align: center;
border-radius: 3px;
border-bottom:1px solid #f5f5f5;
}
.featured-job-slider .featured-image-box:first-child {
padding-top:0;	
}
.featured-job-slider .featured-image-box:last-child {
border-bottom:none;
padding-bottom:0;	
}
.featured-job-slider .featured-image-box img {
width: 100px;
}
.featured-job-slider .featured-image-box .content-area {
background-color: #ffffff;
margin-top: 10px;
}
.featured-job-slider .featured-image-box h4 {
color: #242424;
font-size: 16px;
font-weight: 600;
position: relative;
overflow: hidden;
text-transform: capitalize;
margin: 0;
}
.featured-job-slider .featured-image-box p {
margin: 0;
color: #777;
}
.featured-job-slider .feature-post-meta {
position: relative;
overflow: hidden;
padding: 10px 0;
font-size: 13px;
}
.featured-job-slider .feature-post-meta a {
margin-right: 10px;
color: #777;
}
.featured-job-slider .mata-detail.remote {
background-color: transparent;
padding: 5px 10px;
color: #46af4a;
border-radius: 3px;
border: 1px solid #46af4a;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .mata-detail.full-time {
background-color: transparent;
padding: 5px 10px;
color: #d3b940;
border-radius: 3px;
border: 1px solid #d3b940;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .mata-detail.intern {
background-color: transparent;
padding: 5px 10px;
color: #9d27b3;
border-radius: 3px;
border: 1px solid #9d27b3;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .mata-detail.part {
background-color: transparent;
padding: 5px 10px;
color: #ff5a00;
border-radius: 3px;
border: 1px solid #ff5a00;
text-transform: uppercase;
font-size: 75%;
font-weight:600;
}
.featured-job-slider .feature-post-meta-bottom {
position: relative;
overflow: hidden;
}
.featured-job-slider .feature-post-meta-bottom span {
font-size: 16px;
color: #777;
line-height: 26px;
}
.featured-job-slider .feature-post-meta-bottom span small {
color: #777;
font-weight: 500;
font-size: 14px;
text-transform: capitalize;
}
.featured-job-slider .owl-nav {
position:absolute;
margin:0;
top:-30px;
right:10px;	
}
.featured-job-slider .owl-nav .owl-prev, .featured-job-slider .owl-nav .owl-next {
background-color:transparent;
color:#242424;
padding:0;
}
.featured-job-slider .owl-nav .owl-prev:hover, .featured-job-slider .owl-nav .owl-next:hover {
background-color:transparent;
color:#242424;	
}
@media (min-width: 320px) and (max-width: 767px) {
.section-container-left, .section-container-right {
padding: 20px;
}
.section-container-left h2, .section-container-right h2 {
font-size: 24px;
}
.static-images-section .main-arrow {
display:none;	
}
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.search-shadow {
background-size:contain;	
}
.main-section-slider.style-3 {
min-height:	600px;
}
.main-section-style-3-box img {
bottom:-80px;	
}
.featured-job-slider-sidebar {
margin-top:0;	
}
}
@media (min-width: 767px) and (max-width: 1023px) {
.how-it-works .work-points .h-i-w-content-box .process-arrow {
display:none;	
}
.section-container-left, .section-container-right {
padding: 0 50px 50px 50px;
}
.static-images-section .main-arrow {
left: 40px;
bottom: -10px;
}
.search-shadow {
background-size:contain;	
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.section-container-left, .section-container-right {
padding: 0 50px 50px 50px;
}
.static-images-section .main-arrow {
left: 40px;
bottom: -10px;
}
.client-section .heading-2 h2 {
font-size:26px;	
}
.client-section .heading-2 {
margin-top:35px;	
}
.cat-tabs .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns {
width: 13%;
}
}a:hover, a:focus {
color:#fb236a;
}
.n-extra-btn-section .btn-mid.btn-clear {
color:#fb236a;	
}
.n-extra-btn-section .btn-mid.btn-clear:hover {
background-color: #fb236a;
border-color: #fb236a;	
}
.n-hero-8 .n-8-container .n-8-content h1 span {
color: #fb236a;
}
.scrollup {
background-color: #fb236a;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #fb236a;
}
.n-hero-8 .n-8-container .n-8-product ul li i {
background-color: #fb236a;
}
.n-jobs-recomend3 .nav-tabs > li.active a {
background-color: #fb236a;
}
.n-job-listing5 .nav-tabs > li.active > a {
background-color: #fb236a;
}
.n-hero-8 .n-8-container .n-8-product ul li i {
background-color: #fb236a;
}
.n-btn-rounded { 
background-color: #fb236a; 
border-color:#fb236a;
} 
.mega-menu .drop-down-multilevel li:hover > a, .mega-menu .drop-down-multilevel li:focus > a {
color: #fb236a;
}
.n-btn-flat { 
background-color: #fb236a; 
border-color:#fb236a;
} 
.heading-title h2::after {
background-color:#fb236a;
}
.heading-title.left .view-more {
border-left:2px solid #fb236a;
}
.mega-menu .menu-button li.profile-pic ul li a:hover {
color: #fb236a;
}
.mega-menu.n-header-trabsparent .menu-button a.n-btn-flat {
background-color:#fb236a;
}
.mega-menu.n-admin-header .menu-button a.n-btn-flat {
background-color: #fb236a;
}
.n-hero-section .n-hero-box .n-most-cat .n-most-cat-list a:hover {
color:#fb236a;
}
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:hover, 
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:focus {
background: #fb236a; 
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);  
background: linear-gradient(to right, #fb236a, #fb236a);
border-color: #fb236a;
}
.n-hero-cat-section .n-hero-cat-heading h4:before {
background-color: #fb236a;
}
.n-hero-section-two .n-hero-two-form-cat  .n-most-two-cat .n-most-cat-list a:hover {
color:#fb236a;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p i {
color:#fb236a;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-title-box p a {
color:#fb236a;	
}
.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li.n-job-btns .n-btn-rounded {
color:#fb236a;	
border-color: #fb236a;
}
.n-featured-jobs .n-featured-job-boxes .n-job-single:hover li.n-job-btns a.n-btn-rounded {
background-color: #fb236a;
border-color: #fb236a;
color:#FFF;
}
.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear:hover {
border-color: #fb236a;	
}
.how-it-works.style-2 .work-points .h-i-w-content-box i {
color:#fb236a;	
}
.n-pricing-plan .n-price-single .n-price-top {
background: #fb236a; 
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);  
background: linear-gradient(to right, #fb236a, #fb236a); 
}
.n-pricing-plan .n-price-single .n-price-top .n-price-top-text h3, .n-pricing-plan .n-price-single .n-price-top .n-price-top-text p {
color:#FFF;	
}
.n-client .n-client-heading h4::before {
background-color: #fb236a;
}
.n-client .n-client-heading h4::after {
background-color: #fb236a;
}
.n-footer-transparent .n-footer-bottom a{
color:#fb236a;	
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-top .n-featured-singel-meta p i {
color:#fb236a;
}
.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-featured-single-bottom li i {
color:#fb236a;
}
.n-owl-testimonial-2 .n-single_testimonial i {
color: #fb236a;
}
.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail p {
color:#fb236a;
}
.n-candidate-location i {
color:#fb236a;
}
.n-candidate-skills a:hover {
background-color:#fb236a;
border:1px solid #fb236a;
}
.n-candidates-single-bottom a:hover {
background-color:#fb236a;
}
#search-widget .btn {
color:#fb236a;	
}
.new-sidebar .heading h4:before {
background-color: #fb236a;
}
.new-sidebar .heading a {
color:#fb236a;
}
.n-search-main .n-bread-crumb .breadcrumb li.active a {
color:#fb236a;	
}
.pagination > li > a.active, .pagination > li.active > span, .pagination > li > a:hover, .pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > span:hover {
background-color:#fb236a;
}
.pagination > li > span.current {
background-color:#fb236a;
}
.new-sidebar .vertical-single-job p i, .new-sidebar .vertical-single-job span i {
color:#fb236a;
}
.n-single-job .n-single-title ul li.salary {
color:#fb236a;
}
.n-single-job .n-single-title ul li i {
color:#fb236a;
}
aside.n-single-sidebar  .apply-buttons .btn-theme {
color:#fb236a;
}
.n-single-job-company .view-profile {
background-color:#fb236a;
}
.n-breadcrumb-big .breadcrumb-text h2::before {
background-color: #fb236a;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li > span:before {
background-color: #fb236a;
}
.n-candidate-detail .n-candidate-meta .timeline-box div .type {
color:#fb236a;
}
.n-candidate-detail .n-candidate-info ul li i {
color:#fb236a;
}
.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p i {
color:#fb236a;
}
.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow a {
color:#fb236a;	
}
.n-user-page .n-company-list .n-company-meta p.location {
color:#fb236a;
}
.n-user-page .n-company-list .n-company-meta p.location a {
color:#fb236a;
}
.author-sidebar .n-company-contact-info .widget h4.widget-heading::before {
background-color: #fb236a;
}
.user-resume2-breadcrumb .n-company-info .n-company-meta-box p i {
color:#fb236a;
}
.n-company-breadcrumb .n-company-info .n-company-meta-box p i {
color: #fb236a;
}
.n-pages-breadcrumb .n-breadcrumb-info h1::before {
background-color: #fb236a;
}
.n-job-pages-section .n-job-pages .n-page-left-side #status .btn-default.active {
background: #fb236a;
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
background: linear-gradient(to right, #fb236a, #fb236a);
border-color:#fb236a;
}
.n-job-pages-section .n-job-pages.user-section #status .btn-default.active {
background: #fb236a;
background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
background: linear-gradient(to right, #fb236a, #fb236a);
border-color:#fb236a;
}
.search-map-filters .form-group .slider.slider-horizontal .slider-track {
background:#fb236a;
}
.blog-detail-page .post-info a {
color:#fb236a;
}
.blog-detail-page .post-title a:hover {
color: #fb236a;
}
.blog-detail-page blockquote {
border-left: 5px solid #fb236a;
}
.blog-sidebar .search-blog .stylish-input-group .input-group-addon {
background-color:#fb236a;
}
.blog-sidebar .widget .widget-heading::before {
background-color: #fb236a;
}
.blog-sidebar .widget .categories-module li a:hover {
color: #fb236a;
}
.blog-sidebar .widget .related-post li a:hover {
color: #fb236a;
}
.comment-reply-link:hover {
background-color:#fb236a;	
}
.drop-accordion .panel-title .expand-icon-wrap {
border-left: 1px solid #d9d7d7;
}
.drop-accordion .panel-title .expand-icon-wrap {
color: #fb236a;
}
.drop-accordion .panel-body-icon i {
color: #fb236a;
}
.drop-accordion .tab-collapsed {
background: #fb236a;
}
blockquote {
border-left: 5px solid #fb236a;
}
.about-us h2 {
color: #fb236a;
}
.services-grid i {
color:#fb236a;	
}
.categories-section-2 .popular-categories li a i {
color:#fb236a;
}
.resume-3-sidebar .n-candidate-info ul li i {
color: #fb236a;
}
.resume-3-sidebar .widget h4.widget-heading::before {
background-color: #fb236a;
}
.resume-3-sidebar .n-candidate-info h4.widget-heading::before {
background-color: #fb236a;
}
.resume-timeline .resume-timeline-box .degree-duration {
background-color: #fb236a;
}
.resume-timeline .resume-timeline-box .degree-duration::before, .resume-timeline .resume-timeline-box .degree-duration::after {
border-right: 5px solid #fb236a;
}
.resume-3-portfolio ul li a img:hover {
border-color:#fb236a;	
}
.resume-3-detail .resume-3-box .progress-bar{
background:#fb236a; 
}
.n-single-job .n-single-title ul li i {
color:#fb236a;
}
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:hover, 
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:focus {
color:#FFF;	
}
@media screen and (max-width:767px) {
.mega-menu .menu-links>li.activeTriggerMobile {
background-color: #fb236a;
}
}
@media screen and (min-width:768px) {
.mega-menu .menu-links>li.activeTrigger {
background-color: #fb236a;
}
} @media screen and (min-width:768px) {
.mega-menu .drop-down-multilevel li.activeTrigger {
background: #fb236a;
}
}
@media screen and (max-width:767px) {
.mega-menu .drop-down-multilevel li.activeTriggerMobile {
background: #fb236a;
}
}
.mega-menu .drop-down a:hover {
color:#fb236a;
}
.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
color:#fb236a;
}
.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover {
color: #fb236a;
}
@media screen and (min-width:768px) {
.mega-menu.vertical-left .menu-search-bar input,
.mega-menu.vertical-left .menu-search-bar li,
.mega-menu.vertical-left .menu-search-bar form,
.mega-menu.vertical-left .menu-search-bar label,
.mega-menu.vertical-right .menu-search-bar input,
.mega-menu.vertical-right .menu-search-bar li,
.mega-menu.vertical-right .menu-search-bar form,
.mega-menu.vertical-right .menu-search-bar label {
background: #fb236a;;
}
}
.mega-menu a:active,
.mega-menu a:hover {
color:#fb236a;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link:hover{
border: 1px solid #fb236a;
color: #fb236a;
}
.entry-content p a {
color:#fb236a;
}
.post-password-form input[type="submit"] {
background-color: #fb236a;
border: 1px solid #fb236a;
}
.post-password-form input[type="submit"]:hover {
border: 1px solid #fb236a;
color:#fb236a;	
}
aside .widget ul li a:hover {
color:#fb236a !important;
}
aside .widget ul li a:hover {
color:#fb236a;  
}
aside .widget .tagcloud a:hover {
background-color:#fb236a;
border: 1px solid #fb236a;
}
#wp-calendar tbody td#today { background-color:#fb236a; border: 1px solid #fb236a;}
#cancel-comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
}
#cancel-comment-reply-link:hover {
border: 1px solid #fb236a;
color: #fb236a;	
}
.search-form .input-group-addon {
background-color: #fb236a;
border: 1px solid #fb236a
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot.active span, .dwt_listing_single-product .owl-theme .owl-dots .owl-dot:hover span {
background: #fb236a
}
.dwt_listing_product-details .dwt_listing_product-title::before {
background-color: #fb236a
}
.dwt_listing_product-details .product-short-description h2::before {
background-color: #fb236a
}
.dwt_listing_shop-container-single .nav-tabs>li.active>a, .dwt_listing_shop-container-single .nav-tabs>li.active>a:focus, .dwt_listing_shop-container-single .nav-tabs>li.active>a:hover {
border-top: 2px solid #fb236a;
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next, .related-produt-slider.owl-carousel .owl-nav button.owl-prev, .related-produt-slider.owl-carousel button.owl-dot {
background-color: #fb236a;
}
.shop-sidebar .widget .widget-heading h4::before {
background-color: #fb236a
}
.shop-sidebar .widget .tagcloud a:hover {
background: #fb236a;
border: 1px solid #fb236a
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link {
background-color: #fb236a;
border: 1px solid #fb236a;
}
.comment-list .comment-info .author-title ul.list-inline li a.comment-reply-link:hover{
border: 1px solid #fb236a;
color: #fb236a;
} .dashboard-new .menu-avtr-box {
background-color: #fb236a;
}
.dashboard-new .profile-menu .accordion li a:hover, .profile-menu .accordion .profile-menu-link:hover {
color: #fb236a;
}
.dashboard-new .profile-menu .accordion li.open .profile-menu-link, .dashboard-new .profile-menu .accordion li.open i {
color: #fb236a;
}
.dashboard-new .profile-menu .submenu a:hover {
color: #fb236a;
}
.dashboard-new .dashboard-job-stats-table tr td a:hover {
color: #fb236a;
}
.company-search-toggle .toggle .btn-primary {
background-color:#fb236a;	
}
.company-search-toggle .toggle.btn-primary {
background-color:#fb236a;
border-color:#fb236a;	
}
.dashboard-new .main-body .dashboard-posted-jobs .posted-job-list ul.list-inline li.posted-job-title .posted-job-title-meta a:hover {
color: #fb236a;
}
.candidate-resume-page .main-body .company-detail-box .company-meta .tagline {
color: #fb236a;
}
.company-main .short-detail .short-detail-icon i {
color: #fb236a;
}
.candidate-resume-page .main-body .resume-box .timeline-box .skills-box li i {
color: #fb236a;	
}
.candidate-resume-page .main-body .timeline-box ul.education li > span:before {
background-color: #fb236a;
}
.candidate-resume-page .main-body .timeline-box ul.education li .date {
color:#fb236a;
}
.candidate-resume-page .main-body .timeline-box div .type {
color:#fb236a;
}
.categories-list-page .alphabets a.active {
color: #fb236a;
border: 1px solid #fb236a;
}	 
.dashboard-new .dashboard-job-filters .form-group .a-btn {
background-color: #fb236a;
}
.o-single-job-short-detail .short-detail .short-detail-icon i {
color: #fb236a;
}
aside .app-deadline {
background-color:#fb236a;
}
aside .apply-buttons .btn-theme {
color:#fb236a;
}
.dashboard-new .main-body .file-upload-wrapper:before {
background-color: #fb236a;
border: 1px solid #fb236a;	
}
.dashboard-new .main-body .file-upload-wrapper:hover:before {
background-color: #fb236a;
}.vc_row:after,.vc_row:before{content:" ";display:table}.vc_row:after{clear:both}@media (max-width:767px){.vc_hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.vc_hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.vc_hidden-md{display:none!important}}@media (min-width:1200px){.vc_hidden-lg{display:none!important}}.vc_non_responsive .vc_row .vc_col-sm-1{position:relative;float:left;width:8.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-2{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-3{position:relative;float:left;width:25%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-4{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-5{position:relative;float:left;width:41.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-6{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-7{position:relative;float:left;width:58.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-8{position:relative;float:left;width:66.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-9{position:relative;float:left;width:75%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-10{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-11{position:relative;float:left;width:91.66666667%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-12{position:relative;float:left;width:100%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-offset-12{margin-left:100%}.vc_non_responsive .vc_row .vc_col-sm-offset-11{margin-left:91.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-10{margin-left:83.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-9{margin-left:75%}.vc_non_responsive .vc_row .vc_col-sm-offset-8{margin-left:66.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-7{margin-left:58.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-6{margin-left:50%}.vc_non_responsive .vc_row .vc_col-sm-offset-5{margin-left:41.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-4{margin-left:33.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-3{margin-left:25%}.vc_non_responsive .vc_row .vc_col-sm-offset-2{margin-left:16.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-1{margin-left:8.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-0{margin-left:0}.vc_non_responsive .vc_row .vc_hidden-sm{display:none!important}.vc_non_responsive .vc_row .vc_col-sm-1\/5{position:relative;float:left;width:20%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-2\/5{position:relative;float:left;width:40%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-3\/5{position:relative;float:left;width:60%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-4\/5{position:relative;float:left;width:80%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-5\/5{position:relative;float:left;width:100%;min-height:1px;padding-left:15px;padding-right:15px}.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5{margin-left:100%}.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5{margin-left:80%}.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5{margin-left:60%}.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5{margin-left:40%}.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5{margin-left:20%}.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5{margin-left:0}.vc_column_container{width:100%}.vc_row{margin-left:-15px;margin-right:-15px}.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{float:left}[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-10,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-11,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-12,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-6,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-7,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-8,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-9{float:right}.vc_col-xs-12{width:100%}.vc_col-xs-11{width:91.66666667%}.vc_col-xs-10{width:83.33333333%}.vc_col-xs-9{width:75%}.vc_col-xs-8{width:66.66666667%}.vc_col-xs-7{width:58.33333333%}.vc_col-xs-6{width:50%}.vc_col-xs-5{width:41.66666667%}.vc_col-xs-4{width:33.33333333%}.vc_col-xs-3{width:25%}.vc_col-xs-2{width:16.66666667%}.vc_col-xs-1{width:8.33333333%}.vc_col-xs-pull-12{right:100%}.vc_col-xs-pull-11{right:91.66666667%}.vc_col-xs-pull-10{right:83.33333333%}.vc_col-xs-pull-9{right:75%}.vc_col-xs-pull-8{right:66.66666667%}.vc_col-xs-pull-7{right:58.33333333%}.vc_col-xs-pull-6{right:50%}.vc_col-xs-pull-5{right:41.66666667%}.vc_col-xs-pull-4{right:33.33333333%}.vc_col-xs-pull-3{right:25%}.vc_col-xs-pull-2{right:16.66666667%}.vc_col-xs-pull-1{right:8.33333333%}.vc_col-xs-pull-0{right:auto}.vc_col-xs-push-12{left:100%}.vc_col-xs-push-11{left:91.66666667%}.vc_col-xs-push-10{left:83.33333333%}.vc_col-xs-push-9{left:75%}.vc_col-xs-push-8{left:66.66666667%}.vc_col-xs-push-7{left:58.33333333%}.vc_col-xs-push-6{left:50%}.vc_col-xs-push-5{left:41.66666667%}.vc_col-xs-push-4{left:33.33333333%}.vc_col-xs-push-3{left:25%}.vc_col-xs-push-2{left:16.66666667%}.vc_col-xs-push-1{left:8.33333333%}.vc_col-xs-push-0{left:auto}.vc_col-xs-offset-12{margin-left:100%}.vc_col-xs-offset-11{margin-left:91.66666667%}.vc_col-xs-offset-10{margin-left:83.33333333%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-8{margin-left:66.66666667%}.vc_col-xs-offset-7{margin-left:58.33333333%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-5{margin-left:41.66666667%}.vc_col-xs-offset-4{margin-left:33.33333333%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-2{margin-left:16.66666667%}.vc_col-xs-offset-1{margin-left:8.33333333%}.vc_col-xs-offset-0{margin-left:0}.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5,.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5,.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5,.vc_col-xs-1\/5,.vc_col-xs-2\/5,.vc_col-xs-3\/5,.vc_col-xs-4\/5,.vc_col-xs-5\/5{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vc_col-xs-1\/5,.vc_col-xs-2\/5,.vc_col-xs-3\/5,.vc_col-xs-4\/5,.vc_col-xs-5\/5{float:left}.vc_col-xs-5\/5{width:100%}.vc_col-xs-4\/5{width:80%}.vc_col-xs-3\/5{width:60%}.vc_col-xs-2\/5{width:40%}.vc_col-xs-1\/5{width:20%}.vc_col-xs-pull-5\/5{right:100%}.vc_col-xs-pull-4\/5{right:80%}.vc_col-xs-pull-3\/5{right:60%}.vc_col-xs-pull-2\/5{right:40%}.vc_col-xs-pull-1\/5{right:20%}.vc_col-xs-pull-0\/5{right:auto}.vc_col-xs-push-5\/5{left:100%}.vc_col-xs-push-4\/5{left:80%}.vc_col-xs-push-3\/5{left:60%}.vc_col-xs-push-2\/5{left:40%}.vc_col-xs-push-1\/5{left:20%}.vc_col-xs-push-0\/5{left:auto}.vc_col-xs-offset-5\/5{margin-left:100%}.vc_col-xs-offset-4\/5{margin-left:80%}.vc_col-xs-offset-3\/5{margin-left:60%}.vc_col-xs-offset-2\/5{margin-left:40%}.vc_col-xs-offset-1\/5{margin-left:20%}.vc_col-xs-offset-0\/5{margin-left:0}[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5{float:right}@media (min-width:768px){.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9{float:left}[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-10,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-11,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-12,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-6,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-7,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-8,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-9{float:right}.vc_col-sm-12{width:100%}.vc_col-sm-11{width:91.66666667%}.vc_col-sm-10{width:83.33333333%}.vc_col-sm-9{width:75%}.vc_col-sm-8{width:66.66666667%}.vc_col-sm-7{width:58.33333333%}.vc_col-sm-6{width:50%}.vc_col-sm-5{width:41.66666667%}.vc_col-sm-4{width:33.33333333%}.vc_col-sm-3{width:25%}.vc_col-sm-2{width:16.66666667%}.vc_col-sm-1{width:8.33333333%}.vc_col-sm-pull-12{right:100%}.vc_col-sm-pull-11{right:91.66666667%}.vc_col-sm-pull-10{right:83.33333333%}.vc_col-sm-pull-9{right:75%}.vc_col-sm-pull-8{right:66.66666667%}.vc_col-sm-pull-7{right:58.33333333%}.vc_col-sm-pull-6{right:50%}.vc_col-sm-pull-5{right:41.66666667%}.vc_col-sm-pull-4{right:33.33333333%}.vc_col-sm-pull-3{right:25%}.vc_col-sm-pull-2{right:16.66666667%}.vc_col-sm-pull-1{right:8.33333333%}.vc_col-sm-pull-0{right:auto}.vc_col-sm-push-12{left:100%}.vc_col-sm-push-11{left:91.66666667%}.vc_col-sm-push-10{left:83.33333333%}.vc_col-sm-push-9{left:75%}.vc_col-sm-push-8{left:66.66666667%}.vc_col-sm-push-7{left:58.33333333%}.vc_col-sm-push-6{left:50%}.vc_col-sm-push-5{left:41.66666667%}.vc_col-sm-push-4{left:33.33333333%}.vc_col-sm-push-3{left:25%}.vc_col-sm-push-2{left:16.66666667%}.vc_col-sm-push-1{left:8.33333333%}.vc_col-sm-push-0{left:auto}.vc_col-sm-offset-12{margin-left:100%}.vc_col-sm-offset-11{margin-left:91.66666667%}.vc_col-sm-offset-10{margin-left:83.33333333%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-8{margin-left:66.66666667%}.vc_col-sm-offset-7{margin-left:58.33333333%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-5{margin-left:41.66666667%}.vc_col-sm-offset-4{margin-left:33.33333333%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-2{margin-left:16.66666667%}.vc_col-sm-offset-1{margin-left:8.33333333%}.vc_col-sm-offset-0{margin-left:0}.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5{float:left}[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5{float:right}.vc_col-sm-5\/5{width:100%}.vc_col-sm-4\/5{width:80%}.vc_col-sm-3\/5{width:60%}.vc_col-sm-2\/5{width:40%}.vc_col-sm-1\/5{width:20%}.vc_col-sm-pull-5\/5{right:100%}.vc_col-sm-pull-4\/5{right:80%}.vc_col-sm-pull-3\/5{right:60%}.vc_col-sm-pull-2\/5{right:40%}.vc_col-sm-pull-1\/5{right:20%}.vc_col-sm-pull-0\/5{right:auto}.vc_col-sm-push-5\/5{left:100%}.vc_col-sm-push-4\/5{left:80%}.vc_col-sm-push-3\/5{left:60%}.vc_col-sm-push-2\/5{left:40%}.vc_col-sm-push-1\/5{left:20%}.vc_col-sm-push-0\/5{left:auto}.vc_col-sm-offset-5\/5{margin-left:100%}.vc_col-sm-offset-4\/5{margin-left:80%}.vc_col-sm-offset-3\/5{margin-left:60%}.vc_col-sm-offset-2\/5{margin-left:40%}.vc_col-sm-offset-1\/5{margin-left:20%}.vc_col-sm-offset-0\/5{margin-left:0}}@media (min-width:992px){.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9{float:left}[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-1,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-10,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-11,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-12,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-2,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-3,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-4,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-6,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-7,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-8,[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-9{float:right}.vc_col-md-12{width:100%}.vc_col-md-11{width:91.66666667%}.vc_col-md-10{width:83.33333333%}.vc_col-md-9{width:75%}.vc_col-md-8{width:66.66666667%}.vc_col-md-7{width:58.33333333%}.vc_col-md-6{width:50%}.vc_col-md-5{width:41.66666667%}.vc_col-md-4{width:33.33333333%}.vc_col-md-3{width:25%}.vc_col-md-2{width:16.66666667%}.vc_col-md-1{width:8.33333333%}.vc_col-md-pull-12{right:100%}.vc_col-md-pull-11{right:91.66666667%}.vc_col-md-pull-10{right:83.33333333%}.vc_col-md-pull-9{right:75%}.vc_col-md-pull-8{right:66.66666667%}.vc_col-md-pull-7{right:58.33333333%}.vc_col-md-pull-6{right:50%}.vc_col-md-pull-5{right:41.66666667%}.vc_col-md-pull-4{right:33.33333333%}.vc_col-md-pull-3{right:25%}.vc_col-md-pull-2{right:16.66666667%}.vc_col-md-pull-1{right:8.33333333%}.vc_col-md-pull-0{right:auto}.vc_col-md-push-12{left:100%}.vc_col-md-push-11{left:91.66666667%}.vc_col-md-push-10{left:83.33333333%}.vc_col-md-push-9{left:75%}.vc_col-md-push-8{left:66.66666667%}.vc_col-md-push-7{left:58.33333333%}.vc_col-md-push-6{left:50%}.vc_col-md-push-5{left:41.66666667%}.vc_col-md-push-4{left:33.33333333%}.vc_col-md-push-3{left:25%}.vc_col-md-push-2{left:16.66666667%}.vc_col-md-push-1{left:8.33333333%}.vc_col-md-push-0{left:auto}.vc_col-md-offset-12{margin-left:100%}.vc_col-md-offset-11{margin-left:91.66666667%}.vc_col-md-offset-10{margin-left:83.33333333%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-8{margin-left:66.66666667%}.vc_col-md-offset-7{margin-left:58.33333333%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-5{margin-left:41.66666667%}.vc_col-md-offset-4{margin-left:33.33333333%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-2{margin-left:16.66666667%}.vc_col-md-offset-1{margin-left:8.33333333%}.vc_col-md-offset-0{margin-left:0}.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5{float:left}[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5{float:right}.vc_col-md-5\/5{width:100%}.vc_col-md-4\/5{width:80%}.vc_col-md-3\/5{width:60%}.vc_col-md-2\/5{width:40%}.vc_col-md-1\/5{width:20%}.vc_col-md-pull-5\/5{right:100%}.vc_col-md-pull-4\/5{right:80%}.vc_col-md-pull-3\/5{right:60%}.vc_col-md-pull-2\/5{right:40%}.vc_col-md-pull-1\/5{right:20%}.vc_col-md-pull-0\/5{right:auto}.vc_col-md-push-5\/5{left:100%}.vc_col-md-push-4\/5{left:80%}.vc_col-md-push-3\/5{left:60%}.vc_col-md-push-2\/5{left:40%}.vc_col-md-push-1\/5{left:20%}.vc_col-md-push-0\/5{left:auto}.vc_col-md-offset-5\/5{margin-left:100%}.vc_col-md-offset-4\/5{margin-left:80%}.vc_col-md-offset-3\/5{margin-left:60%}.vc_col-md-offset-2\/5{margin-left:40%}.vc_col-md-offset-1\/5{margin-left:20%}.vc_col-md-offset-0\/5{margin-left:0}}@media (min-width:1200px){.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9{float:left}[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-1,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-10,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-11,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-12,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-2,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-3,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-4,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-6,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-7,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-8,[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-9{float:right}.vc_col-lg-12{width:100%}.vc_col-lg-11{width:91.66666667%}.vc_col-lg-10{width:83.33333333%}.vc_col-lg-9{width:75%}.vc_col-lg-8{width:66.66666667%}.vc_col-lg-7{width:58.33333333%}.vc_col-lg-6{width:50%}.vc_col-lg-5{width:41.66666667%}.vc_col-lg-4{width:33.33333333%}.vc_col-lg-3{width:25%}.vc_col-lg-2{width:16.66666667%}.vc_col-lg-1{width:8.33333333%}.vc_col-lg-pull-12{right:100%}.vc_col-lg-pull-11{right:91.66666667%}.vc_col-lg-pull-10{right:83.33333333%}.vc_col-lg-pull-9{right:75%}.vc_col-lg-pull-8{right:66.66666667%}.vc_col-lg-pull-7{right:58.33333333%}.vc_col-lg-pull-6{right:50%}.vc_col-lg-pull-5{right:41.66666667%}.vc_col-lg-pull-4{right:33.33333333%}.vc_col-lg-pull-3{right:25%}.vc_col-lg-pull-2{right:16.66666667%}.vc_col-lg-pull-1{right:8.33333333%}.vc_col-lg-pull-0{right:auto}.vc_col-lg-push-12{left:100%}.vc_col-lg-push-11{left:91.66666667%}.vc_col-lg-push-10{left:83.33333333%}.vc_col-lg-push-9{left:75%}.vc_col-lg-push-8{left:66.66666667%}.vc_col-lg-push-7{left:58.33333333%}.vc_col-lg-push-6{left:50%}.vc_col-lg-push-5{left:41.66666667%}.vc_col-lg-push-4{left:33.33333333%}.vc_col-lg-push-3{left:25%}.vc_col-lg-push-2{left:16.66666667%}.vc_col-lg-push-1{left:8.33333333%}.vc_col-lg-push-0{left:auto}.vc_col-lg-offset-12{margin-left:100%}.vc_col-lg-offset-11{margin-left:91.66666667%}.vc_col-lg-offset-10{margin-left:83.33333333%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-8{margin-left:66.66666667%}.vc_col-lg-offset-7{margin-left:58.33333333%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-5{margin-left:41.66666667%}.vc_col-lg-offset-4{margin-left:33.33333333%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-2{margin-left:16.66666667%}.vc_col-lg-offset-1{margin-left:8.33333333%}.vc_col-lg-offset-0{margin-left:0}.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5{float:left}[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5{float:right}.vc_col-lg-5\/5{width:100%}.vc_col-lg-4\/5{width:80%}.vc_col-lg-3\/5{width:60%}.vc_col-lg-2\/5{width:40%}.vc_col-lg-1\/5{width:20%}.vc_col-lg-pull-5\/5{right:100%}.vc_col-lg-pull-4\/5{right:80%}.vc_col-lg-pull-3\/5{right:60%}.vc_col-lg-pull-2\/5{right:40%}.vc_col-lg-pull-1\/5{right:20%}.vc_col-lg-pull-0\/5{right:auto}.vc_col-lg-push-5\/5{left:100%}.vc_col-lg-push-4\/5{left:80%}.vc_col-lg-push-3\/5{left:60%}.vc_col-lg-push-2\/5{left:40%}.vc_col-lg-push-1\/5{left:20%}.vc_col-lg-push-0\/5{left:auto}.vc_col-lg-offset-5\/5{margin-left:100%}.vc_col-lg-offset-4\/5{margin-left:80%}.vc_col-lg-offset-3\/5{margin-left:60%}.vc_col-lg-offset-2\/5{margin-left:40%}.vc_col-lg-offset-1\/5{margin-left:20%}.vc_col-lg-offset-0\/5{margin-left:0}}.vc_pull-right{float:right!important}.vc_pull-left{float:left!important}.vc_clearfix:after,.vc_clearfix:before{content:" ";display:table}.vc_clearfix:after{clear:both}.vc_clearfix:after,.vc_clearfix:before{content:" ";display:table}.vc_clearfix:after{clear:both}.vc_el-clearfix{clear:both}@media (max-width:767px){.vc_el-clearfix-xs{clear:both}}@media (min-width:768px) and (max-width:991px){.vc_el-clearfix-sm{clear:both}}@media (min-width:992px) and (max-width:1199px){.vc_el-clearfix-md{clear:both}}@media (min-width:1200px){.vc_el-clearfix-lg{clear:both}}.vc_visible{display:block}.vc_table{width:100%;margin-bottom:20px;border-collapse:collapse}.vc_table>tbody>tr>td,.vc_table>tbody>tr>th,.vc_table>tfoot>tr>td,.vc_table>tfoot>tr>th,.vc_table>thead>tr>td,.vc_table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.vc_table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.vc_table>caption+thead>tr:first-child>td,.vc_table>caption+thead>tr:first-child>th,.vc_table>colgroup+thead>tr:first-child>td,.vc_table>colgroup+thead>tr:first-child>th,.vc_table>thead:first-child>tr:first-child>td,.vc_table>thead:first-child>tr:first-child>th{border-top:0}.vc_table>tbody+tbody{border-top:2px solid #ddd}.vc_table .table{background-color:#fff}.vc_table-bordered{border:1px solid #ddd}.vc_table-bordered>tbody>tr>td,.vc_table-bordered>tbody>tr>th,.vc_table-bordered>tfoot>tr>td,.vc_table-bordered>tfoot>tr>th,.vc_table-bordered>thead>tr>td,.vc_table-bordered>thead>tr>th{border:1px solid #ddd}.vc_table-bordered>thead>tr>td,.vc_table-bordered>thead>tr>th{border-bottom-width:2px}.vc_pixel_icon{display:inline-block;vertical-align:middle;height:16px;width:16px;background-position:0 0;background-repeat:no-repeat}.vc_pixel_icon-alert{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/vc/alert.png)}.vc_pixel_icon-info{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/vc/info.png)}.vc_pixel_icon-tick{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/vc/tick.png)}.vc_pixel_icon-explanation{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/vc/exclamation.png)}.vc_pixel_icon-address_book{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/address-book.png)}.vc_pixel_icon-alarm_clock{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png)}.vc_pixel_icon-anchor{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/anchor.png)}.vc_pixel_icon-application_image{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/application-image.png)}.vc_pixel_icon-arrow{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/arrow.png)}.vc_pixel_icon-asterisk{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/asterisk.png)}.vc_pixel_icon-hammer{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png)}.vc_pixel_icon-balloon{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon.png)}.vc_pixel_icon-balloon_buzz{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png)}.vc_pixel_icon-balloon_facebook{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png)}.vc_pixel_icon-balloon_twitter{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png)}.vc_pixel_icon-battery{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/battery-full.png)}.vc_pixel_icon-binocular{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/binocular.png)}.vc_pixel_icon-document_excel{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png)}.vc_pixel_icon-document_image{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png)}.vc_pixel_icon-document_music{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png)}.vc_pixel_icon-document_office{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png)}.vc_pixel_icon-document_pdf{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png)}.vc_pixel_icon-document_powerpoint{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png)}.vc_pixel_icon-document_word{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png)}.vc_pixel_icon-bookmark{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/bookmark.png)}.vc_pixel_icon-camcorder{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/camcorder.png)}.vc_pixel_icon-camera{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/camera.png)}.vc_pixel_icon-chart{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/chart.png)}.vc_pixel_icon-chart_pie{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/chart-pie.png)}.vc_pixel_icon-clock{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/clock.png)}.vc_pixel_icon-play{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/control.png)}.vc_pixel_icon-fire{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/fire.png)}.vc_pixel_icon-heart{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/heart.png)}.vc_pixel_icon-mail{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/mail.png)}.vc_pixel_icon-shield{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/plus-shield.png)}.vc_pixel_icon-video{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/video.png)}@font-face{font-family:vcpb-plugin-icons;src:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62);src:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'),url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'),url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'),url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');font-weight:400;font-style:normal}.vc-composer-icon{font-family:vcpb-plugin-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vc-c-icon-minimize:before{content:"\e91c"}.vc-c-icon-close:before{content:"\e5cd"}.vc-c-icon-1-6_4-6_1-6:before{content:"\e90e"}.vc-c-icon-add_template:before{content:"\e903"}.vc-c-icon-arrow_back:before{content:"\e5c4"}.vc-c-icon-arrow_drop_down:before{content:"\e5c5"}.vc-c-icon-arrow_drop_up:before{content:"\e5c7"}.vc-c-icon-arrow_forward:before{content:"\e5c8"}.vc-c-icon-check:before{content:"\e5ca"}.vc-c-icon-arrow_upward:before{content:"\e5d8"}.vc-c-icon-arrow_downward:before{content:"\e5db"}.vc-c-icon-sync:before{content:"\e627"}.vc-c-icon-search:before{content:"\e8b6"}.vc-c-icon-1-1:before{content:"\e900"}.vc-c-icon-1-2_1-2:before{content:"\e901"}.vc-c-icon-1-3_1-3_1-3:before{content:"\e902"}.vc-c-icon-1-4_1-2_1-4:before{content:"\e904"}.vc-c-icon-1-4_1-4_1-4_1-4:before{content:"\e905"}.vc-c-icon-1-4_3-4:before{content:"\e906"}.vc-c-icon-1-6_1-6_1-6_1-2:before{content:"\e907"}.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before{content:"\e908"}.vc-c-icon-l_15_15_15_15_15:before{content:"\e909"}.vc-c-icon-1-6_2-3_1-6:before{content:"\e90a"}.vc-c-icon-2-3_1-3:before{content:"\e90b"}.vc-c-icon-5-6_1-6:before{content:"\e90c"}.vc-c-icon-add_element:before{content:"\e90d"}.vc-c-icon-add:before{content:"\e90f"}.vc-c-icon-cog:before{content:"\e910"}.vc-c-icon-content_copy:before{content:"\e911"}.vc-c-icon-delete_empty:before{content:"\e912"}.vc-c-icon-dragndrop:before{content:"\e913"}.vc-c-icon-fullscreen_exit:before{content:"\e914"}.vc-c-icon-fullscreen:before{content:"\e915"}.vc-c-icon-arrow_drop_right:before{content:"\e916"}.vc-c-icon-layout_default:before{content:"\e917"}.vc-c-icon-layout_landscape-smartphones:before{content:"\e918"}.vc-c-icon-layout_landscape-tablets:before{content:"\e919"}.vc-c-icon-layout_portrait-smartphones:before{content:"\e91a"}.vc-c-icon-layout_portrait-tablets:before{content:"\e91b"}.vc-c-icon-mode_edit:before{content:"\e91d"}.vc-c-icon-row_default_fe:before{content:"\e91e"}.vc-c-icon-text-block:before{content:"\e91f"}.vc_txt_align_left{text-align:left}.vc_txt_align_right{text-align:right}.vc_txt_align_center{text-align:center}.vc_txt_align_justify{text-align:justify;text-justify:inter-word}.vc_el_width_50{width:50%;margin-left:auto!important;margin-right:auto!important}.vc_el_width_60{width:60%;margin-left:auto!important;margin-right:auto!important}.vc_el_width_70{width:70%;margin-left:auto!important;margin-right:auto!important}.vc_el_width_80{width:80%;margin-left:auto!important;margin-right:auto!important}.vc_el_width_90{width:90%;margin-left:auto!important;margin-right:auto!important}.vc_el_width_100{width:100%;margin-left:auto!important;margin-right:auto!important}.vc_btn,a.vc_btn,button.vc_btn{cursor:pointer;display:inline-block;text-decoration:none!important;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:9px 12px;font-size:100%;line-height:20px;border-radius:4px}.vc_btn,.vc_btn:focus,.vc_btn:hover,a.vc_btn,a.vc_btn:focus,a.vc_btn:hover,button.vc_btn,button.vc_btn:focus,button.vc_btn:hover{border:1px solid transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.vc_btn-lg,a.vc_btn-lg,button.vc_btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.vc_btn-sm,a.vc_btn-sm,button.vc_btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.vc_btn-xs,a.vc_btn-xs,button.vc_btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.vc_btn_square,a.vc_btn_square,button.vc_btn_square{border-radius:0}.vc_btn_square_outlined,a.vc_btn_square_outlined,button.vc_btn_square_outlined{border-radius:0;background:0 0!important}.vc_btn_square_outlined,.vc_btn_square_outlined:focus,.vc_btn_square_outlined:hover,a.vc_btn_square_outlined,a.vc_btn_square_outlined:focus,a.vc_btn_square_outlined:hover,button.vc_btn_square_outlined,button.vc_btn_square_outlined:focus,button.vc_btn_square_outlined:hover{border:2px solid}.vc_btn_round,a.vc_btn_round,button.vc_btn_round{border-radius:25px}.vc_btn_outlined,a.vc_btn_outlined,button.vc_btn_outlined{background:0 0!important}.vc_btn_outlined,.vc_btn_outlined:focus,.vc_btn_outlined:hover,a.vc_btn_outlined,a.vc_btn_outlined:focus,a.vc_btn_outlined:hover,button.vc_btn_outlined,button.vc_btn_outlined:focus,button.vc_btn_outlined:hover{border:2px solid}.vc_btn-blue,a.vc_btn-blue,button.vc_btn-blue{background-color:#5472d2;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-blue:hover,a.vc_btn-blue:hover,button.vc_btn-blue:hover{background-color:#3c5ecc;color:#f7f7f7!important}.vc_btn-blue.vc_btn_outlined,.vc_btn-blue.vc_btn_square_outlined,a.vc_btn-blue.vc_btn_outlined,a.vc_btn-blue.vc_btn_square_outlined,button.vc_btn-blue.vc_btn_outlined,button.vc_btn-blue.vc_btn_square_outlined{color:#5472d2!important}.vc_btn-blue.vc_btn_outlined:hover,.vc_btn-blue.vc_btn_square_outlined:hover,a.vc_btn-blue.vc_btn_outlined:hover,a.vc_btn-blue.vc_btn_square_outlined:hover,button.vc_btn-blue.vc_btn_outlined:hover,button.vc_btn-blue.vc_btn_square_outlined:hover{border-color:#3c5ecc}.vc_btn-blue.vc_btn_3d,a.vc_btn-blue.vc_btn_3d,button.vc_btn-blue.vc_btn_3d{-webkit-box-shadow:0 5px 0 #3253bc;box-shadow:0 5px 0 #3253bc;margin-bottom:5px}.vc_btn-blue.vc_btn_3d.vc_btn_xs,a.vc_btn-blue.vc_btn_3d.vc_btn_xs,button.vc_btn-blue.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #3253bc;box-shadow:0 3px 0 #3253bc;margin-bottom:3px}.vc_btn-blue.vc_btn_3d.vc_btn_sm,a.vc_btn-blue.vc_btn_3d.vc_btn_sm,button.vc_btn-blue.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #3253bc;box-shadow:0 4px 0 #3253bc;margin-bottom:4px}.vc_btn-turquoise,a.vc_btn-turquoise,button.vc_btn-turquoise{background-color:#00c1cf;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-turquoise:hover,a.vc_btn-turquoise:hover,button.vc_btn-turquoise:hover{background-color:#00a4b0;color:#f7f7f7!important}.vc_btn-turquoise.vc_btn_outlined,.vc_btn-turquoise.vc_btn_square_outlined,a.vc_btn-turquoise.vc_btn_outlined,a.vc_btn-turquoise.vc_btn_square_outlined,button.vc_btn-turquoise.vc_btn_outlined,button.vc_btn-turquoise.vc_btn_square_outlined{color:#00c1cf!important}.vc_btn-turquoise.vc_btn_outlined:hover,.vc_btn-turquoise.vc_btn_square_outlined:hover,a.vc_btn-turquoise.vc_btn_outlined:hover,a.vc_btn-turquoise.vc_btn_square_outlined:hover,button.vc_btn-turquoise.vc_btn_outlined:hover,button.vc_btn-turquoise.vc_btn_square_outlined:hover{border-color:#00a4b0}.vc_btn-turquoise.vc_btn_3d,a.vc_btn-turquoise.vc_btn_3d,button.vc_btn-turquoise.vc_btn_3d{-webkit-box-shadow:0 5px 0 #008d97;box-shadow:0 5px 0 #008d97;margin-bottom:5px}.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #008d97;box-shadow:0 3px 0 #008d97;margin-bottom:3px}.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #008d97;box-shadow:0 4px 0 #008d97;margin-bottom:4px}.vc_btn-pink,a.vc_btn-pink,button.vc_btn-pink{background-color:#fe6c61;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-pink:hover,a.vc_btn-pink:hover,button.vc_btn-pink:hover{background-color:#fe5043;color:#f7f7f7!important}.vc_btn-pink.vc_btn_outlined,.vc_btn-pink.vc_btn_square_outlined,a.vc_btn-pink.vc_btn_outlined,a.vc_btn-pink.vc_btn_square_outlined,button.vc_btn-pink.vc_btn_outlined,button.vc_btn-pink.vc_btn_square_outlined{color:#fe6c61!important}.vc_btn-pink.vc_btn_outlined:hover,.vc_btn-pink.vc_btn_square_outlined:hover,a.vc_btn-pink.vc_btn_outlined:hover,a.vc_btn-pink.vc_btn_square_outlined:hover,button.vc_btn-pink.vc_btn_outlined:hover,button.vc_btn-pink.vc_btn_square_outlined:hover{border-color:#fe5043}.vc_btn-pink.vc_btn_3d,a.vc_btn-pink.vc_btn_3d,button.vc_btn-pink.vc_btn_3d{-webkit-box-shadow:0 5px 0 #fe3829;box-shadow:0 5px 0 #fe3829;margin-bottom:5px}.vc_btn-pink.vc_btn_3d.vc_btn_xs,a.vc_btn-pink.vc_btn_3d.vc_btn_xs,button.vc_btn-pink.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #fe3829;box-shadow:0 3px 0 #fe3829;margin-bottom:3px}.vc_btn-pink.vc_btn_3d.vc_btn_sm,a.vc_btn-pink.vc_btn_3d.vc_btn_sm,button.vc_btn-pink.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #fe3829;box-shadow:0 4px 0 #fe3829;margin-bottom:4px}.vc_btn-violet,a.vc_btn-violet,button.vc_btn-violet{background-color:#8d6dc4;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-violet:hover,a.vc_btn-violet:hover,button.vc_btn-violet:hover{background-color:#7c57bb;color:#f7f7f7!important}.vc_btn-violet.vc_btn_outlined,.vc_btn-violet.vc_btn_square_outlined,a.vc_btn-violet.vc_btn_outlined,a.vc_btn-violet.vc_btn_square_outlined,button.vc_btn-violet.vc_btn_outlined,button.vc_btn-violet.vc_btn_square_outlined{color:#8d6dc4!important}.vc_btn-violet.vc_btn_outlined:hover,.vc_btn-violet.vc_btn_square_outlined:hover,a.vc_btn-violet.vc_btn_outlined:hover,a.vc_btn-violet.vc_btn_square_outlined:hover,button.vc_btn-violet.vc_btn_outlined:hover,button.vc_btn-violet.vc_btn_square_outlined:hover{border-color:#7c57bb}.vc_btn-violet.vc_btn_3d,a.vc_btn-violet.vc_btn_3d,button.vc_btn-violet.vc_btn_3d{-webkit-box-shadow:0 5px 0 #6e48b1;box-shadow:0 5px 0 #6e48b1;margin-bottom:5px}.vc_btn-violet.vc_btn_3d.vc_btn_xs,a.vc_btn-violet.vc_btn_3d.vc_btn_xs,button.vc_btn-violet.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #6e48b1;box-shadow:0 3px 0 #6e48b1;margin-bottom:3px}.vc_btn-violet.vc_btn_3d.vc_btn_sm,a.vc_btn-violet.vc_btn_3d.vc_btn_sm,button.vc_btn-violet.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #6e48b1;box-shadow:0 4px 0 #6e48b1;margin-bottom:4px}.vc_btn-peacoc,a.vc_btn-peacoc,button.vc_btn-peacoc{background-color:#4cadc9;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-peacoc:hover,a.vc_btn-peacoc:hover,button.vc_btn-peacoc:hover{background-color:#39a0bd;color:#f7f7f7!important}.vc_btn-peacoc.vc_btn_outlined,.vc_btn-peacoc.vc_btn_square_outlined,a.vc_btn-peacoc.vc_btn_outlined,a.vc_btn-peacoc.vc_btn_square_outlined,button.vc_btn-peacoc.vc_btn_outlined,button.vc_btn-peacoc.vc_btn_square_outlined{color:#4cadc9!important}.vc_btn-peacoc.vc_btn_outlined:hover,.vc_btn-peacoc.vc_btn_square_outlined:hover,a.vc_btn-peacoc.vc_btn_outlined:hover,a.vc_btn-peacoc.vc_btn_square_outlined:hover,button.vc_btn-peacoc.vc_btn_outlined:hover,button.vc_btn-peacoc.vc_btn_square_outlined:hover{border-color:#39a0bd}.vc_btn-peacoc.vc_btn_3d,a.vc_btn-peacoc.vc_btn_3d,button.vc_btn-peacoc.vc_btn_3d{-webkit-box-shadow:0 5px 0 #338faa;box-shadow:0 5px 0 #338faa;margin-bottom:5px}.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #338faa;box-shadow:0 3px 0 #338faa;margin-bottom:3px}.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #338faa;box-shadow:0 4px 0 #338faa;margin-bottom:4px}.vc_btn-chino,a.vc_btn-chino,button.vc_btn-chino{background-color:#cec2ab;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-chino:hover,a.vc_btn-chino:hover,button.vc_btn-chino:hover{background-color:#c3b498;color:#f7f7f7!important}.vc_btn-chino.vc_btn_outlined,.vc_btn-chino.vc_btn_square_outlined,a.vc_btn-chino.vc_btn_outlined,a.vc_btn-chino.vc_btn_square_outlined,button.vc_btn-chino.vc_btn_outlined,button.vc_btn-chino.vc_btn_square_outlined{color:#cec2ab!important}.vc_btn-chino.vc_btn_outlined:hover,.vc_btn-chino.vc_btn_square_outlined:hover,a.vc_btn-chino.vc_btn_outlined:hover,a.vc_btn-chino.vc_btn_square_outlined:hover,button.vc_btn-chino.vc_btn_outlined:hover,button.vc_btn-chino.vc_btn_square_outlined:hover{border-color:#c3b498}.vc_btn-chino.vc_btn_3d,a.vc_btn-chino.vc_btn_3d,button.vc_btn-chino.vc_btn_3d{-webkit-box-shadow:0 5px 0 #b9a888;box-shadow:0 5px 0 #b9a888;margin-bottom:5px}.vc_btn-chino.vc_btn_3d.vc_btn_xs,a.vc_btn-chino.vc_btn_3d.vc_btn_xs,button.vc_btn-chino.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #b9a888;box-shadow:0 3px 0 #b9a888;margin-bottom:3px}.vc_btn-chino.vc_btn_3d.vc_btn_sm,a.vc_btn-chino.vc_btn_3d.vc_btn_sm,button.vc_btn-chino.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #b9a888;box-shadow:0 4px 0 #b9a888;margin-bottom:4px}.vc_btn-mulled_wine,a.vc_btn-mulled_wine,button.vc_btn-mulled_wine{background-color:#50485b;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-mulled_wine:hover,a.vc_btn-mulled_wine:hover,button.vc_btn-mulled_wine:hover{background-color:#413a4a;color:#f7f7f7!important}.vc_btn-mulled_wine.vc_btn_outlined,.vc_btn-mulled_wine.vc_btn_square_outlined,a.vc_btn-mulled_wine.vc_btn_outlined,a.vc_btn-mulled_wine.vc_btn_square_outlined,button.vc_btn-mulled_wine.vc_btn_outlined,button.vc_btn-mulled_wine.vc_btn_square_outlined{color:#50485b!important}.vc_btn-mulled_wine.vc_btn_outlined:hover,.vc_btn-mulled_wine.vc_btn_square_outlined:hover,a.vc_btn-mulled_wine.vc_btn_outlined:hover,a.vc_btn-mulled_wine.vc_btn_square_outlined:hover,button.vc_btn-mulled_wine.vc_btn_outlined:hover,button.vc_btn-mulled_wine.vc_btn_square_outlined:hover{border-color:#413a4a}.vc_btn-mulled_wine.vc_btn_3d,a.vc_btn-mulled_wine.vc_btn_3d,button.vc_btn-mulled_wine.vc_btn_3d{-webkit-box-shadow:0 5px 0 #342f3c;box-shadow:0 5px 0 #342f3c;margin-bottom:5px}.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #342f3c;box-shadow:0 3px 0 #342f3c;margin-bottom:3px}.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #342f3c;box-shadow:0 4px 0 #342f3c;margin-bottom:4px}.vc_btn-vista_blue,a.vc_btn-vista_blue,button.vc_btn-vista_blue{background-color:#75d69c;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-vista_blue:hover,a.vc_btn-vista_blue:hover,button.vc_btn-vista_blue:hover{background-color:#5dcf8b;color:#f7f7f7!important}.vc_btn-vista_blue.vc_btn_outlined,.vc_btn-vista_blue.vc_btn_square_outlined,a.vc_btn-vista_blue.vc_btn_outlined,a.vc_btn-vista_blue.vc_btn_square_outlined,button.vc_btn-vista_blue.vc_btn_outlined,button.vc_btn-vista_blue.vc_btn_square_outlined{color:#75d69c!important}.vc_btn-vista_blue.vc_btn_outlined:hover,.vc_btn-vista_blue.vc_btn_square_outlined:hover,a.vc_btn-vista_blue.vc_btn_outlined:hover,a.vc_btn-vista_blue.vc_btn_square_outlined:hover,button.vc_btn-vista_blue.vc_btn_outlined:hover,button.vc_btn-vista_blue.vc_btn_square_outlined:hover{border-color:#5dcf8b}.vc_btn-vista_blue.vc_btn_3d,a.vc_btn-vista_blue.vc_btn_3d,button.vc_btn-vista_blue.vc_btn_3d{-webkit-box-shadow:0 5px 0 #4ac97d;box-shadow:0 5px 0 #4ac97d;margin-bottom:5px}.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #4ac97d;box-shadow:0 3px 0 #4ac97d;margin-bottom:3px}.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #4ac97d;box-shadow:0 4px 0 #4ac97d;margin-bottom:4px}.vc_btn-black,a.vc_btn-black,button.vc_btn-black{background-color:#2a2a2a;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-black:hover,a.vc_btn-black:hover,button.vc_btn-black:hover{background-color:#1b1b1b;color:#f7f7f7!important}.vc_btn-black.vc_btn_outlined,.vc_btn-black.vc_btn_square_outlined,a.vc_btn-black.vc_btn_outlined,a.vc_btn-black.vc_btn_square_outlined,button.vc_btn-black.vc_btn_outlined,button.vc_btn-black.vc_btn_square_outlined{color:#2a2a2a!important}.vc_btn-black.vc_btn_outlined:hover,.vc_btn-black.vc_btn_square_outlined:hover,a.vc_btn-black.vc_btn_outlined:hover,a.vc_btn-black.vc_btn_square_outlined:hover,button.vc_btn-black.vc_btn_outlined:hover,button.vc_btn-black.vc_btn_square_outlined:hover{border-color:#1b1b1b}.vc_btn-black.vc_btn_3d,a.vc_btn-black.vc_btn_3d,button.vc_btn-black.vc_btn_3d{-webkit-box-shadow:0 5px 0 #0e0e0e;box-shadow:0 5px 0 #0e0e0e;margin-bottom:5px}.vc_btn-black.vc_btn_3d.vc_btn_xs,a.vc_btn-black.vc_btn_3d.vc_btn_xs,button.vc_btn-black.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #0e0e0e;box-shadow:0 3px 0 #0e0e0e;margin-bottom:3px}.vc_btn-black.vc_btn_3d.vc_btn_sm,a.vc_btn-black.vc_btn_3d.vc_btn_sm,button.vc_btn-black.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #0e0e0e;box-shadow:0 4px 0 #0e0e0e;margin-bottom:4px}.vc_btn-grey,a.vc_btn-grey,button.vc_btn-grey{background-color:#ebebeb;color:#666!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-grey:hover,a.vc_btn-grey:hover,button.vc_btn-grey:hover{background-color:#dcdcdc;color:#5e5e5e!important}.vc_btn-grey.vc_btn_outlined,.vc_btn-grey.vc_btn_square_outlined,a.vc_btn-grey.vc_btn_outlined,a.vc_btn-grey.vc_btn_square_outlined,button.vc_btn-grey.vc_btn_outlined,button.vc_btn-grey.vc_btn_square_outlined{color:#ebebeb!important}.vc_btn-grey.vc_btn_outlined:hover,.vc_btn-grey.vc_btn_square_outlined:hover,a.vc_btn-grey.vc_btn_outlined:hover,a.vc_btn-grey.vc_btn_square_outlined:hover,button.vc_btn-grey.vc_btn_outlined:hover,button.vc_btn-grey.vc_btn_square_outlined:hover{border-color:#dcdcdc}.vc_btn-grey.vc_btn_3d,a.vc_btn-grey.vc_btn_3d,button.vc_btn-grey.vc_btn_3d{-webkit-box-shadow:0 5px 0 #cfcfcf;box-shadow:0 5px 0 #cfcfcf;margin-bottom:5px}.vc_btn-grey.vc_btn_3d.vc_btn_xs,a.vc_btn-grey.vc_btn_3d.vc_btn_xs,button.vc_btn-grey.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #cfcfcf;box-shadow:0 3px 0 #cfcfcf;margin-bottom:3px}.vc_btn-grey.vc_btn_3d.vc_btn_sm,a.vc_btn-grey.vc_btn_3d.vc_btn_sm,button.vc_btn-grey.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #cfcfcf;box-shadow:0 4px 0 #cfcfcf;margin-bottom:4px}.vc_btn-orange,a.vc_btn-orange,button.vc_btn-orange{background-color:#f7be68;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-orange:hover,a.vc_btn-orange:hover,button.vc_btn-orange:hover{background-color:#f5b14b;color:#f7f7f7!important}.vc_btn-orange.vc_btn_outlined,.vc_btn-orange.vc_btn_square_outlined,a.vc_btn-orange.vc_btn_outlined,a.vc_btn-orange.vc_btn_square_outlined,button.vc_btn-orange.vc_btn_outlined,button.vc_btn-orange.vc_btn_square_outlined{color:#f7be68!important}.vc_btn-orange.vc_btn_outlined:hover,.vc_btn-orange.vc_btn_square_outlined:hover,a.vc_btn-orange.vc_btn_outlined:hover,a.vc_btn-orange.vc_btn_square_outlined:hover,button.vc_btn-orange.vc_btn_outlined:hover,button.vc_btn-orange.vc_btn_square_outlined:hover{border-color:#f5b14b}.vc_btn-orange.vc_btn_3d,a.vc_btn-orange.vc_btn_3d,button.vc_btn-orange.vc_btn_3d{-webkit-box-shadow:0 5px 0 #f4a733;box-shadow:0 5px 0 #f4a733;margin-bottom:5px}.vc_btn-orange.vc_btn_3d.vc_btn_xs,a.vc_btn-orange.vc_btn_3d.vc_btn_xs,button.vc_btn-orange.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #f4a733;box-shadow:0 3px 0 #f4a733;margin-bottom:3px}.vc_btn-orange.vc_btn_3d.vc_btn_sm,a.vc_btn-orange.vc_btn_3d.vc_btn_sm,button.vc_btn-orange.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #f4a733;box-shadow:0 4px 0 #f4a733;margin-bottom:4px}.vc_btn-sky,a.vc_btn-sky,button.vc_btn-sky{background-color:#5aa1e3;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-sky:hover,a.vc_btn-sky:hover,button.vc_btn-sky:hover{background-color:#4092df;color:#f7f7f7!important}.vc_btn-sky.vc_btn_outlined,.vc_btn-sky.vc_btn_square_outlined,a.vc_btn-sky.vc_btn_outlined,a.vc_btn-sky.vc_btn_square_outlined,button.vc_btn-sky.vc_btn_outlined,button.vc_btn-sky.vc_btn_square_outlined{color:#5aa1e3!important}.vc_btn-sky.vc_btn_outlined:hover,.vc_btn-sky.vc_btn_square_outlined:hover,a.vc_btn-sky.vc_btn_outlined:hover,a.vc_btn-sky.vc_btn_square_outlined:hover,button.vc_btn-sky.vc_btn_outlined:hover,button.vc_btn-sky.vc_btn_square_outlined:hover{border-color:#4092df}.vc_btn-sky.vc_btn_3d,a.vc_btn-sky.vc_btn_3d,button.vc_btn-sky.vc_btn_3d{-webkit-box-shadow:0 5px 0 #2a86db;box-shadow:0 5px 0 #2a86db;margin-bottom:5px}.vc_btn-sky.vc_btn_3d.vc_btn_xs,a.vc_btn-sky.vc_btn_3d.vc_btn_xs,button.vc_btn-sky.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #2a86db;box-shadow:0 3px 0 #2a86db;margin-bottom:3px}.vc_btn-sky.vc_btn_3d.vc_btn_sm,a.vc_btn-sky.vc_btn_3d.vc_btn_sm,button.vc_btn-sky.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #2a86db;box-shadow:0 4px 0 #2a86db;margin-bottom:4px}.vc_btn-green,a.vc_btn-green,button.vc_btn-green{background-color:#6dab3c;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-green:hover,a.vc_btn-green:hover,button.vc_btn-green:hover{background-color:#5f9434;color:#f7f7f7!important}.vc_btn-green.vc_btn_outlined,.vc_btn-green.vc_btn_square_outlined,a.vc_btn-green.vc_btn_outlined,a.vc_btn-green.vc_btn_square_outlined,button.vc_btn-green.vc_btn_outlined,button.vc_btn-green.vc_btn_square_outlined{color:#6dab3c!important}.vc_btn-green.vc_btn_outlined:hover,.vc_btn-green.vc_btn_square_outlined:hover,a.vc_btn-green.vc_btn_outlined:hover,a.vc_btn-green.vc_btn_square_outlined:hover,button.vc_btn-green.vc_btn_outlined:hover,button.vc_btn-green.vc_btn_square_outlined:hover{border-color:#5f9434}.vc_btn-green.vc_btn_3d,a.vc_btn-green.vc_btn_3d,button.vc_btn-green.vc_btn_3d{-webkit-box-shadow:0 5px 0 #53812d;box-shadow:0 5px 0 #53812d;margin-bottom:5px}.vc_btn-green.vc_btn_3d.vc_btn_xs,a.vc_btn-green.vc_btn_3d.vc_btn_xs,button.vc_btn-green.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #53812d;box-shadow:0 3px 0 #53812d;margin-bottom:3px}.vc_btn-green.vc_btn_3d.vc_btn_sm,a.vc_btn-green.vc_btn_3d.vc_btn_sm,button.vc_btn-green.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #53812d;box-shadow:0 4px 0 #53812d;margin-bottom:4px}.vc_btn-juicy_pink,a.vc_btn-juicy_pink,button.vc_btn-juicy_pink{background-color:#f4524d;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-juicy_pink:hover,a.vc_btn-juicy_pink:hover,button.vc_btn-juicy_pink:hover{background-color:#f23630;color:#f7f7f7!important}.vc_btn-juicy_pink.vc_btn_outlined,.vc_btn-juicy_pink.vc_btn_square_outlined,a.vc_btn-juicy_pink.vc_btn_outlined,a.vc_btn-juicy_pink.vc_btn_square_outlined,button.vc_btn-juicy_pink.vc_btn_outlined,button.vc_btn-juicy_pink.vc_btn_square_outlined{color:#f4524d!important}.vc_btn-juicy_pink.vc_btn_outlined:hover,.vc_btn-juicy_pink.vc_btn_square_outlined:hover,a.vc_btn-juicy_pink.vc_btn_outlined:hover,a.vc_btn-juicy_pink.vc_btn_square_outlined:hover,button.vc_btn-juicy_pink.vc_btn_outlined:hover,button.vc_btn-juicy_pink.vc_btn_square_outlined:hover{border-color:#f23630}.vc_btn-juicy_pink.vc_btn_3d,a.vc_btn-juicy_pink.vc_btn_3d,button.vc_btn-juicy_pink.vc_btn_3d{-webkit-box-shadow:0 5px 0 #f11f18;box-shadow:0 5px 0 #f11f18;margin-bottom:5px}.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #f11f18;box-shadow:0 3px 0 #f11f18;margin-bottom:3px}.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #f11f18;box-shadow:0 4px 0 #f11f18;margin-bottom:4px}.vc_btn-sandy_brown,a.vc_btn-sandy_brown,button.vc_btn-sandy_brown{background-color:#f79468;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-sandy_brown:hover,a.vc_btn-sandy_brown:hover,button.vc_btn-sandy_brown:hover{background-color:#f57f4b;color:#f7f7f7!important}.vc_btn-sandy_brown.vc_btn_outlined,.vc_btn-sandy_brown.vc_btn_square_outlined,a.vc_btn-sandy_brown.vc_btn_outlined,a.vc_btn-sandy_brown.vc_btn_square_outlined,button.vc_btn-sandy_brown.vc_btn_outlined,button.vc_btn-sandy_brown.vc_btn_square_outlined{color:#f79468!important}.vc_btn-sandy_brown.vc_btn_outlined:hover,.vc_btn-sandy_brown.vc_btn_square_outlined:hover,a.vc_btn-sandy_brown.vc_btn_outlined:hover,a.vc_btn-sandy_brown.vc_btn_square_outlined:hover,button.vc_btn-sandy_brown.vc_btn_outlined:hover,button.vc_btn-sandy_brown.vc_btn_square_outlined:hover{border-color:#f57f4b}.vc_btn-sandy_brown.vc_btn_3d,a.vc_btn-sandy_brown.vc_btn_3d,button.vc_btn-sandy_brown.vc_btn_3d{-webkit-box-shadow:0 5px 0 #f46e33;box-shadow:0 5px 0 #f46e33;margin-bottom:5px}.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #f46e33;box-shadow:0 3px 0 #f46e33;margin-bottom:3px}.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #f46e33;box-shadow:0 4px 0 #f46e33;margin-bottom:4px}.vc_btn-purple,a.vc_btn-purple,button.vc_btn-purple{background-color:#b97ebb;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-purple:hover,a.vc_btn-purple:hover,button.vc_btn-purple:hover{background-color:#ae6ab0;color:#f7f7f7!important}.vc_btn-purple.vc_btn_outlined,.vc_btn-purple.vc_btn_square_outlined,a.vc_btn-purple.vc_btn_outlined,a.vc_btn-purple.vc_btn_square_outlined,button.vc_btn-purple.vc_btn_outlined,button.vc_btn-purple.vc_btn_square_outlined{color:#b97ebb!important}.vc_btn-purple.vc_btn_outlined:hover,.vc_btn-purple.vc_btn_square_outlined:hover,a.vc_btn-purple.vc_btn_outlined:hover,a.vc_btn-purple.vc_btn_square_outlined:hover,button.vc_btn-purple.vc_btn_outlined:hover,button.vc_btn-purple.vc_btn_square_outlined:hover{border-color:#ae6ab0}.vc_btn-purple.vc_btn_3d,a.vc_btn-purple.vc_btn_3d,button.vc_btn-purple.vc_btn_3d{-webkit-box-shadow:0 5px 0 #a559a8;box-shadow:0 5px 0 #a559a8;margin-bottom:5px}.vc_btn-purple.vc_btn_3d.vc_btn_xs,a.vc_btn-purple.vc_btn_3d.vc_btn_xs,button.vc_btn-purple.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #a559a8;box-shadow:0 3px 0 #a559a8;margin-bottom:3px}.vc_btn-purple.vc_btn_3d.vc_btn_sm,a.vc_btn-purple.vc_btn_3d.vc_btn_sm,button.vc_btn-purple.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #a559a8;box-shadow:0 4px 0 #a559a8;margin-bottom:4px}.vc_btn-white,a.vc_btn-white,button.vc_btn-white{background-color:#fff;color:#666!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-white:hover,a.vc_btn-white:hover,button.vc_btn-white:hover{background-color:#f0f0f0;color:#5e5e5e!important}.vc_btn-white.vc_btn_outlined,.vc_btn-white.vc_btn_square_outlined,a.vc_btn-white.vc_btn_outlined,a.vc_btn-white.vc_btn_square_outlined,button.vc_btn-white.vc_btn_outlined,button.vc_btn-white.vc_btn_square_outlined{color:#fff!important}.vc_btn-white.vc_btn_outlined:hover,.vc_btn-white.vc_btn_square_outlined:hover,a.vc_btn-white.vc_btn_outlined:hover,a.vc_btn-white.vc_btn_square_outlined:hover,button.vc_btn-white.vc_btn_outlined:hover,button.vc_btn-white.vc_btn_square_outlined:hover{border-color:#f0f0f0}.vc_btn-white.vc_btn_3d,a.vc_btn-white.vc_btn_3d,button.vc_btn-white.vc_btn_3d{-webkit-box-shadow:0 5px 0 #e3e3e3;box-shadow:0 5px 0 #e3e3e3;margin-bottom:5px}.vc_btn-white.vc_btn_3d.vc_btn_xs,a.vc_btn-white.vc_btn_3d.vc_btn_xs,button.vc_btn-white.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #e3e3e3;box-shadow:0 3px 0 #e3e3e3;margin-bottom:3px}.vc_btn-white.vc_btn_3d.vc_btn_sm,a.vc_btn-white.vc_btn_3d.vc_btn_sm,button.vc_btn-white.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #e3e3e3;box-shadow:0 4px 0 #e3e3e3;margin-bottom:4px}.vc_btn-grace,a.vc_btn-grace,button.vc_btn-grace{background-color:#aed13b;color:#fff!important;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.vc_btn-grace:hover,a.vc_btn-grace:hover,button.vc_btn-grace:hover{background-color:#9ec02d;color:#f7f7f7!important}.vc_btn-grace.vc_btn_outlined,.vc_btn-grace.vc_btn_square_outlined,a.vc_btn-grace.vc_btn_outlined,a.vc_btn-grace.vc_btn_square_outlined,button.vc_btn-grace.vc_btn_outlined,button.vc_btn-grace.vc_btn_square_outlined{color:#aed13b!important}.vc_btn-grace.vc_btn_outlined:hover,.vc_btn-grace.vc_btn_square_outlined:hover,a.vc_btn-grace.vc_btn_outlined:hover,a.vc_btn-grace.vc_btn_square_outlined:hover,button.vc_btn-grace.vc_btn_outlined:hover,button.vc_btn-grace.vc_btn_square_outlined:hover{border-color:#9ec02d}.vc_btn-grace.vc_btn_3d,a.vc_btn-grace.vc_btn_3d,button.vc_btn-grace.vc_btn_3d{-webkit-box-shadow:0 5px 0 #8dac28;box-shadow:0 5px 0 #8dac28;margin-bottom:5px}.vc_btn-grace.vc_btn_3d.vc_btn_xs,a.vc_btn-grace.vc_btn_3d.vc_btn_xs,button.vc_btn-grace.vc_btn_3d.vc_btn_xs{-webkit-box-shadow:0 3px 0 #8dac28;box-shadow:0 3px 0 #8dac28;margin-bottom:3px}.vc_btn-grace.vc_btn_3d.vc_btn_sm,a.vc_btn-grace.vc_btn_3d.vc_btn_sm,button.vc_btn-grace.vc_btn_3d.vc_btn_sm{-webkit-box-shadow:0 4px 0 #8dac28;box-shadow:0 4px 0 #8dac28;margin-bottom:4px}.vc_btn-default,a.vc_btn-default,button.vc_btn-default{color:#7d7d7d;background-color:#fff;border-color:transparent}.open>.dropdown-toggle.vc_btn-default,.open>.dropdown-togglea.vc_btn-default,.open>.dropdown-togglebutton.vc_btn-default,.vc_btn-default.active,.vc_btn-default:active,.vc_btn-default:focus,.vc_btn-default:hover,a.vc_btn-default.active,a.vc_btn-default:active,a.vc_btn-default:focus,a.vc_btn-default:hover,button.vc_btn-default.active,button.vc_btn-default:active,button.vc_btn-default:focus,button.vc_btn-default:hover{color:#7d7d7d;background-color:#e6e6e6;border-color:transparent}.open>.dropdown-toggle.vc_btn-default,.open>.dropdown-togglea.vc_btn-default,.open>.dropdown-togglebutton.vc_btn-default,.vc_btn-default.active,.vc_btn-default:active,a.vc_btn-default.active,a.vc_btn-default:active,button.vc_btn-default.active,button.vc_btn-default:active{background-image:none}.vc_btn-default.disabled,.vc_btn-default.disabled.active,.vc_btn-default.disabled:active,.vc_btn-default.disabled:focus,.vc_btn-default.disabled:hover,.vc_btn-default[disabled],.vc_btn-default[disabled].active,.vc_btn-default[disabled]:active,.vc_btn-default[disabled]:focus,.vc_btn-default[disabled]:hover,a.vc_btn-default.disabled,a.vc_btn-default.disabled.active,a.vc_btn-default.disabled:active,a.vc_btn-default.disabled:focus,a.vc_btn-default.disabled:hover,a.vc_btn-default[disabled],a.vc_btn-default[disabled].active,a.vc_btn-default[disabled]:active,a.vc_btn-default[disabled]:focus,a.vc_btn-default[disabled]:hover,button.vc_btn-default.disabled,button.vc_btn-default.disabled.active,button.vc_btn-default.disabled:active,button.vc_btn-default.disabled:focus,button.vc_btn-default.disabled:hover,button.vc_btn-default[disabled],button.vc_btn-default[disabled].active,button.vc_btn-default[disabled]:active,button.vc_btn-default[disabled]:focus,button.vc_btn-default[disabled]:hover,fieldset[disabled] .vc_btn-default,fieldset[disabled] .vc_btn-default.active,fieldset[disabled] .vc_btn-default:active,fieldset[disabled] .vc_btn-default:focus,fieldset[disabled] .vc_btn-default:hover,fieldset[disabled] a.vc_btn-default,fieldset[disabled] a.vc_btn-default.active,fieldset[disabled] a.vc_btn-default:active,fieldset[disabled] a.vc_btn-default:focus,fieldset[disabled] a.vc_btn-default:hover,fieldset[disabled] button.vc_btn-default,fieldset[disabled] button.vc_btn-default.active,fieldset[disabled] button.vc_btn-default:active,fieldset[disabled] button.vc_btn-default:focus,fieldset[disabled] button.vc_btn-default:hover{background-color:#fff;border-color:transparent}.vc_btn-default .badge,a.vc_btn-default .badge,button.vc_btn-default .badge{color:#fff;background-color:#7d7d7d}.vc_btn-primary,a.vc_btn-primary,button.vc_btn-primary{color:#fff;background-color:#00aef0;border-color:transparent}.open>.dropdown-toggle.vc_btn-primary,.open>.dropdown-togglea.vc_btn-primary,.open>.dropdown-togglebutton.vc_btn-primary,.vc_btn-primary.active,.vc_btn-primary:active,.vc_btn-primary:focus,.vc_btn-primary:hover,a.vc_btn-primary.active,a.vc_btn-primary:active,a.vc_btn-primary:focus,a.vc_btn-primary:hover,button.vc_btn-primary.active,button.vc_btn-primary:active,button.vc_btn-primary:focus,button.vc_btn-primary:hover{color:#fff;background-color:#0089bd;border-color:transparent}.open>.dropdown-toggle.vc_btn-primary,.open>.dropdown-togglea.vc_btn-primary,.open>.dropdown-togglebutton.vc_btn-primary,.vc_btn-primary.active,.vc_btn-primary:active,a.vc_btn-primary.active,a.vc_btn-primary:active,button.vc_btn-primary.active,button.vc_btn-primary:active{background-image:none}.vc_btn-primary.disabled,.vc_btn-primary.disabled.active,.vc_btn-primary.disabled:active,.vc_btn-primary.disabled:focus,.vc_btn-primary.disabled:hover,.vc_btn-primary[disabled],.vc_btn-primary[disabled].active,.vc_btn-primary[disabled]:active,.vc_btn-primary[disabled]:focus,.vc_btn-primary[disabled]:hover,a.vc_btn-primary.disabled,a.vc_btn-primary.disabled.active,a.vc_btn-primary.disabled:active,a.vc_btn-primary.disabled:focus,a.vc_btn-primary.disabled:hover,a.vc_btn-primary[disabled],a.vc_btn-primary[disabled].active,a.vc_btn-primary[disabled]:active,a.vc_btn-primary[disabled]:focus,a.vc_btn-primary[disabled]:hover,button.vc_btn-primary.disabled,button.vc_btn-primary.disabled.active,button.vc_btn-primary.disabled:active,button.vc_btn-primary.disabled:focus,button.vc_btn-primary.disabled:hover,button.vc_btn-primary[disabled],button.vc_btn-primary[disabled].active,button.vc_btn-primary[disabled]:active,button.vc_btn-primary[disabled]:focus,button.vc_btn-primary[disabled]:hover,fieldset[disabled] .vc_btn-primary,fieldset[disabled] .vc_btn-primary.active,fieldset[disabled] .vc_btn-primary:active,fieldset[disabled] .vc_btn-primary:focus,fieldset[disabled] .vc_btn-primary:hover,fieldset[disabled] a.vc_btn-primary,fieldset[disabled] a.vc_btn-primary.active,fieldset[disabled] a.vc_btn-primary:active,fieldset[disabled] a.vc_btn-primary:focus,fieldset[disabled] a.vc_btn-primary:hover,fieldset[disabled] button.vc_btn-primary,fieldset[disabled] button.vc_btn-primary.active,fieldset[disabled] button.vc_btn-primary:active,fieldset[disabled] button.vc_btn-primary:focus,fieldset[disabled] button.vc_btn-primary:hover{background-color:#00aef0;border-color:transparent}.vc_btn-primary .badge,a.vc_btn-primary .badge,button.vc_btn-primary .badge{color:#00aef0;background-color:#fff}.vc_btn-success,a.vc_btn-success,button.vc_btn-success{color:#fff;background-color:#5cb85c;border-color:transparent}.open>.dropdown-toggle.vc_btn-success,.open>.dropdown-togglea.vc_btn-success,.open>.dropdown-togglebutton.vc_btn-success,.vc_btn-success.active,.vc_btn-success:active,.vc_btn-success:focus,.vc_btn-success:hover,a.vc_btn-success.active,a.vc_btn-success:active,a.vc_btn-success:focus,a.vc_btn-success:hover,button.vc_btn-success.active,button.vc_btn-success:active,button.vc_btn-success:focus,button.vc_btn-success:hover{color:#fff;background-color:#449d44;border-color:transparent}.open>.dropdown-toggle.vc_btn-success,.open>.dropdown-togglea.vc_btn-success,.open>.dropdown-togglebutton.vc_btn-success,.vc_btn-success.active,.vc_btn-success:active,a.vc_btn-success.active,a.vc_btn-success:active,button.vc_btn-success.active,button.vc_btn-success:active{background-image:none}.vc_btn-success.disabled,.vc_btn-success.disabled.active,.vc_btn-success.disabled:active,.vc_btn-success.disabled:focus,.vc_btn-success.disabled:hover,.vc_btn-success[disabled],.vc_btn-success[disabled].active,.vc_btn-success[disabled]:active,.vc_btn-success[disabled]:focus,.vc_btn-success[disabled]:hover,a.vc_btn-success.disabled,a.vc_btn-success.disabled.active,a.vc_btn-success.disabled:active,a.vc_btn-success.disabled:focus,a.vc_btn-success.disabled:hover,a.vc_btn-success[disabled],a.vc_btn-success[disabled].active,a.vc_btn-success[disabled]:active,a.vc_btn-success[disabled]:focus,a.vc_btn-success[disabled]:hover,button.vc_btn-success.disabled,button.vc_btn-success.disabled.active,button.vc_btn-success.disabled:active,button.vc_btn-success.disabled:focus,button.vc_btn-success.disabled:hover,button.vc_btn-success[disabled],button.vc_btn-success[disabled].active,button.vc_btn-success[disabled]:active,button.vc_btn-success[disabled]:focus,button.vc_btn-success[disabled]:hover,fieldset[disabled] .vc_btn-success,fieldset[disabled] .vc_btn-success.active,fieldset[disabled] .vc_btn-success:active,fieldset[disabled] .vc_btn-success:focus,fieldset[disabled] .vc_btn-success:hover,fieldset[disabled] a.vc_btn-success,fieldset[disabled] a.vc_btn-success.active,fieldset[disabled] a.vc_btn-success:active,fieldset[disabled] a.vc_btn-success:focus,fieldset[disabled] a.vc_btn-success:hover,fieldset[disabled] button.vc_btn-success,fieldset[disabled] button.vc_btn-success.active,fieldset[disabled] button.vc_btn-success:active,fieldset[disabled] button.vc_btn-success:focus,fieldset[disabled] button.vc_btn-success:hover{background-color:#5cb85c;border-color:transparent}.vc_btn-success .badge,a.vc_btn-success .badge,button.vc_btn-success .badge{color:#5cb85c;background-color:#fff}.vc_btn-info,a.vc_btn-info,button.vc_btn-info{color:#fff;background-color:#5bc0de;border-color:transparent}.open>.dropdown-toggle.vc_btn-info,.open>.dropdown-togglea.vc_btn-info,.open>.dropdown-togglebutton.vc_btn-info,.vc_btn-info.active,.vc_btn-info:active,.vc_btn-info:focus,.vc_btn-info:hover,a.vc_btn-info.active,a.vc_btn-info:active,a.vc_btn-info:focus,a.vc_btn-info:hover,button.vc_btn-info.active,button.vc_btn-info:active,button.vc_btn-info:focus,button.vc_btn-info:hover{color:#fff;background-color:#31b0d5;border-color:transparent}.open>.dropdown-toggle.vc_btn-info,.open>.dropdown-togglea.vc_btn-info,.open>.dropdown-togglebutton.vc_btn-info,.vc_btn-info.active,.vc_btn-info:active,a.vc_btn-info.active,a.vc_btn-info:active,button.vc_btn-info.active,button.vc_btn-info:active{background-image:none}.vc_btn-info.disabled,.vc_btn-info.disabled.active,.vc_btn-info.disabled:active,.vc_btn-info.disabled:focus,.vc_btn-info.disabled:hover,.vc_btn-info[disabled],.vc_btn-info[disabled].active,.vc_btn-info[disabled]:active,.vc_btn-info[disabled]:focus,.vc_btn-info[disabled]:hover,a.vc_btn-info.disabled,a.vc_btn-info.disabled.active,a.vc_btn-info.disabled:active,a.vc_btn-info.disabled:focus,a.vc_btn-info.disabled:hover,a.vc_btn-info[disabled],a.vc_btn-info[disabled].active,a.vc_btn-info[disabled]:active,a.vc_btn-info[disabled]:focus,a.vc_btn-info[disabled]:hover,button.vc_btn-info.disabled,button.vc_btn-info.disabled.active,button.vc_btn-info.disabled:active,button.vc_btn-info.disabled:focus,button.vc_btn-info.disabled:hover,button.vc_btn-info[disabled],button.vc_btn-info[disabled].active,button.vc_btn-info[disabled]:active,button.vc_btn-info[disabled]:focus,button.vc_btn-info[disabled]:hover,fieldset[disabled] .vc_btn-info,fieldset[disabled] .vc_btn-info.active,fieldset[disabled] .vc_btn-info:active,fieldset[disabled] .vc_btn-info:focus,fieldset[disabled] .vc_btn-info:hover,fieldset[disabled] a.vc_btn-info,fieldset[disabled] a.vc_btn-info.active,fieldset[disabled] a.vc_btn-info:active,fieldset[disabled] a.vc_btn-info:focus,fieldset[disabled] a.vc_btn-info:hover,fieldset[disabled] button.vc_btn-info,fieldset[disabled] button.vc_btn-info.active,fieldset[disabled] button.vc_btn-info:active,fieldset[disabled] button.vc_btn-info:focus,fieldset[disabled] button.vc_btn-info:hover{background-color:#5bc0de;border-color:transparent}.vc_btn-info .badge,a.vc_btn-info .badge,button.vc_btn-info .badge{color:#5bc0de;background-color:#fff}.vc_btn-warning,a.vc_btn-warning,button.vc_btn-warning{color:#fff;background-color:#f0ad4e;border-color:transparent}.open>.dropdown-toggle.vc_btn-warning,.open>.dropdown-togglea.vc_btn-warning,.open>.dropdown-togglebutton.vc_btn-warning,.vc_btn-warning.active,.vc_btn-warning:active,.vc_btn-warning:focus,.vc_btn-warning:hover,a.vc_btn-warning.active,a.vc_btn-warning:active,a.vc_btn-warning:focus,a.vc_btn-warning:hover,button.vc_btn-warning.active,button.vc_btn-warning:active,button.vc_btn-warning:focus,button.vc_btn-warning:hover{color:#fff;background-color:#ec971f;border-color:transparent}.open>.dropdown-toggle.vc_btn-warning,.open>.dropdown-togglea.vc_btn-warning,.open>.dropdown-togglebutton.vc_btn-warning,.vc_btn-warning.active,.vc_btn-warning:active,a.vc_btn-warning.active,a.vc_btn-warning:active,button.vc_btn-warning.active,button.vc_btn-warning:active{background-image:none}.vc_btn-warning.disabled,.vc_btn-warning.disabled.active,.vc_btn-warning.disabled:active,.vc_btn-warning.disabled:focus,.vc_btn-warning.disabled:hover,.vc_btn-warning[disabled],.vc_btn-warning[disabled].active,.vc_btn-warning[disabled]:active,.vc_btn-warning[disabled]:focus,.vc_btn-warning[disabled]:hover,a.vc_btn-warning.disabled,a.vc_btn-warning.disabled.active,a.vc_btn-warning.disabled:active,a.vc_btn-warning.disabled:focus,a.vc_btn-warning.disabled:hover,a.vc_btn-warning[disabled],a.vc_btn-warning[disabled].active,a.vc_btn-warning[disabled]:active,a.vc_btn-warning[disabled]:focus,a.vc_btn-warning[disabled]:hover,button.vc_btn-warning.disabled,button.vc_btn-warning.disabled.active,button.vc_btn-warning.disabled:active,button.vc_btn-warning.disabled:focus,button.vc_btn-warning.disabled:hover,button.vc_btn-warning[disabled],button.vc_btn-warning[disabled].active,button.vc_btn-warning[disabled]:active,button.vc_btn-warning[disabled]:focus,button.vc_btn-warning[disabled]:hover,fieldset[disabled] .vc_btn-warning,fieldset[disabled] .vc_btn-warning.active,fieldset[disabled] .vc_btn-warning:active,fieldset[disabled] .vc_btn-warning:focus,fieldset[disabled] .vc_btn-warning:hover,fieldset[disabled] a.vc_btn-warning,fieldset[disabled] a.vc_btn-warning.active,fieldset[disabled] a.vc_btn-warning:active,fieldset[disabled] a.vc_btn-warning:focus,fieldset[disabled] a.vc_btn-warning:hover,fieldset[disabled] button.vc_btn-warning,fieldset[disabled] button.vc_btn-warning.active,fieldset[disabled] button.vc_btn-warning:active,fieldset[disabled] button.vc_btn-warning:focus,fieldset[disabled] button.vc_btn-warning:hover{background-color:#f0ad4e;border-color:transparent}.vc_btn-warning .badge,a.vc_btn-warning .badge,button.vc_btn-warning .badge{color:#f0ad4e;background-color:#fff}.vc_btn-danger,a.vc_btn-danger,button.vc_btn-danger{color:#fff;background-color:#d9534f;border-color:transparent}.open>.dropdown-toggle.vc_btn-danger,.open>.dropdown-togglea.vc_btn-danger,.open>.dropdown-togglebutton.vc_btn-danger,.vc_btn-danger.active,.vc_btn-danger:active,.vc_btn-danger:focus,.vc_btn-danger:hover,a.vc_btn-danger.active,a.vc_btn-danger:active,a.vc_btn-danger:focus,a.vc_btn-danger:hover,button.vc_btn-danger.active,button.vc_btn-danger:active,button.vc_btn-danger:focus,button.vc_btn-danger:hover{color:#fff;background-color:#c9302c;border-color:transparent}.open>.dropdown-toggle.vc_btn-danger,.open>.dropdown-togglea.vc_btn-danger,.open>.dropdown-togglebutton.vc_btn-danger,.vc_btn-danger.active,.vc_btn-danger:active,a.vc_btn-danger.active,a.vc_btn-danger:active,button.vc_btn-danger.active,button.vc_btn-danger:active{background-image:none}.vc_btn-danger.disabled,.vc_btn-danger.disabled.active,.vc_btn-danger.disabled:active,.vc_btn-danger.disabled:focus,.vc_btn-danger.disabled:hover,.vc_btn-danger[disabled],.vc_btn-danger[disabled].active,.vc_btn-danger[disabled]:active,.vc_btn-danger[disabled]:focus,.vc_btn-danger[disabled]:hover,a.vc_btn-danger.disabled,a.vc_btn-danger.disabled.active,a.vc_btn-danger.disabled:active,a.vc_btn-danger.disabled:focus,a.vc_btn-danger.disabled:hover,a.vc_btn-danger[disabled],a.vc_btn-danger[disabled].active,a.vc_btn-danger[disabled]:active,a.vc_btn-danger[disabled]:focus,a.vc_btn-danger[disabled]:hover,button.vc_btn-danger.disabled,button.vc_btn-danger.disabled.active,button.vc_btn-danger.disabled:active,button.vc_btn-danger.disabled:focus,button.vc_btn-danger.disabled:hover,button.vc_btn-danger[disabled],button.vc_btn-danger[disabled].active,button.vc_btn-danger[disabled]:active,button.vc_btn-danger[disabled]:focus,button.vc_btn-danger[disabled]:hover,fieldset[disabled] .vc_btn-danger,fieldset[disabled] .vc_btn-danger.active,fieldset[disabled] .vc_btn-danger:active,fieldset[disabled] .vc_btn-danger:focus,fieldset[disabled] .vc_btn-danger:hover,fieldset[disabled] a.vc_btn-danger,fieldset[disabled] a.vc_btn-danger.active,fieldset[disabled] a.vc_btn-danger:active,fieldset[disabled] a.vc_btn-danger:focus,fieldset[disabled] a.vc_btn-danger:hover,fieldset[disabled] button.vc_btn-danger,fieldset[disabled] button.vc_btn-danger.active,fieldset[disabled] button.vc_btn-danger:active,fieldset[disabled] button.vc_btn-danger:focus,fieldset[disabled] button.vc_btn-danger:hover{background-color:#d9534f;border-color:transparent}.vc_btn-danger .badge,a.vc_btn-danger .badge,button.vc_btn-danger .badge{color:#d9534f;background-color:#fff}.vc_button-2-wrapper{display:inline-block;vertical-align:middle}.vc_button-2-wrapper.vc_button-2-align-left{display:block;text-align:left}.vc_button-2-wrapper.vc_button-2-align-right{display:block;text-align:right}.vc_button-2-wrapper.vc_button-2-align-center{display:block;text-align:center}i.icon{display:inline-block;width:16px;height:16px;line-height:16px;vertical-align:text-top;margin-left:5px}.wpb_btn-large i.icon{height:19px;margin-left:9px}.wpb_btn-small i.icon{height:15px}.wpb_btn-mini i.icon{display:none}.wpb_address_book i.icon,option.wpb_address_book{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/address-book.png) no-repeat right center}.wpb_alarm_clock i.icon,option.wpb_alarm_clock{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/alarm-clock.png) no-repeat right center}.wpb_anchor i.icon,option.wpb_anchor{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/anchor.png) no-repeat right center}.wpb_application_image i.icon,option.wpb_application_image{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/application-image.png) no-repeat right center}.wpb_arrow i.icon,option.wpb_arrow{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/arrow.png) no-repeat right center}.wpb_asterisk i.icon,option.wpb_asterisk{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/asterisk.png) no-repeat right center}.wpb_hammer i.icon,option.wpb_hammer{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/auction-hammer.png) no-repeat right center}.wpb_balloon i.icon,option.wpb_balloon{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon.png) no-repeat right center}.wpb_balloon_buzz i.icon,option.wpb_balloon_buzz{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon-buzz.png) no-repeat right center}.wpb_balloon_facebook i.icon,option.wpb_balloon_facebook{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon-facebook.png) no-repeat right center}.wpb_balloon_twitter i.icon,option.wpb_balloon_twitter{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/balloon-twitter.png) no-repeat right center}.wpb_battery i.icon,option.wpb_battery{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/battery-full.png) no-repeat right center}.wpb_binocular i.icon,option.wpb_binocular{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/binocular.png) no-repeat right center}.wpb_document_excel i.icon,option.wpb_document_excel{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-excel.png) no-repeat right center}.wpb_document_image i.icon,option.wpb_document_image{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-image.png) no-repeat right center}.wpb_document_music i.icon,option.wpb_document_music{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-music.png) no-repeat right center}.wpb_document_office i.icon,option.wpb_document_office{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-office.png) no-repeat right center}.wpb_document_pdf i.icon,option.wpb_document_pdf{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-pdf.png) no-repeat right center}.wpb_document_powerpoint i.icon,option.wpb_document_powerpoint{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center}.wpb_document_word i.icon,option.wpb_document_word{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/blue-document-word.png) no-repeat right center}.wpb_bookmark i.icon,option.wpb_bookmark{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/bookmark.png) no-repeat right center}.wpb_camcorder i.icon,option.wpb_camcorder{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/camcorder.png) no-repeat right center}.wpb_camera i.icon,option.wpb_camera{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/camera.png) no-repeat right center}.wpb_chart i.icon,option.wpb_chart{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/chart.png) no-repeat right center}.wpb_chart_pie i.icon,option.wpb_chart_pie{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/chart-pie.png) no-repeat right center}.wpb_clock i.icon,option.wpb_clock{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/clock.png) no-repeat right center}.wpb_play i.icon,option.wpb_play{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/control.png) no-repeat right center}.wpb_fire i.icon,option.wpb_fire{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/fire.png) no-repeat right center}.wpb_heart i.icon,option.wpb_heart{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/heart.png) no-repeat right center}.wpb_mail i.icon,option.wpb_mail{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/mail.png) no-repeat right center}.wpb_shield i.icon,option.wpb_shield{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/plus-shield.png) no-repeat right center}.wpb_video i.icon,option.wpb_video{background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/icons/video.png) no-repeat right center}.vc_column_container .vc_btn,.vc_column_container .wpb_button{margin-top:5px;margin-bottom:5px}.vc_message_box{border:1px solid transparent;display:block;overflow:hidden;margin:0 0 21.73913043px 0;padding:1em 1em 1em 4em;position:relative;font-size:1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vc_message_box>p:first-child{margin-top:0}.vc_message_box>p:last-child{margin-bottom:0}.vc_message_box-icon{bottom:0;font-size:1em;font-style:normal;left:0;position:absolute;top:0;width:4em}.vc_message_box-icon>*{font-size:1.7em;line-height:1;font-style:normal;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_message_box-icon>.fa{font-size:1.7em;line-height:1}.vc_color-blue.vc_message_box{color:#364a8a;border-color:#c5cff0;background-color:#edf1fa}.vc_color-blue.vc_message_box .vc_message_box-icon{color:#5472d2}.vc_color-blue.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#5472d2}.vc_color-blue.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-blue.vc_message_box-outline,.vc_color-blue.vc_message_box-solid-icon{color:#364a8a;border-color:#5472d2;background-color:transparent}.vc_color-blue.vc_message_box-outline .vc_message_box-icon,.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon{color:#5472d2}.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#5472d2}.vc_color-blue.vc_message_box-3d{box-shadow:0 5px 0 #9daee5}.vc_color-turquoise.vc_message_box{color:#085b61;border-color:#c6ecee;background-color:#ebfcfd}.vc_color-turquoise.vc_message_box .vc_message_box-icon{color:#00c1cf}.vc_color-turquoise.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#00c1cf}.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-turquoise.vc_message_box-outline,.vc_color-turquoise.vc_message_box-solid-icon{color:#085b61;border-color:#00c1cf;background-color:transparent}.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon,.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon{color:#00c1cf}.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#00c1cf}.vc_color-turquoise.vc_message_box-3d{box-shadow:0 5px 0 #9fdee3}.vc_color-pink.vc_message_box{color:#d82e21;border-color:#ffd8d6;background-color:#fff0ef}.vc_color-pink.vc_message_box .vc_message_box-icon{color:#fe6c61}.vc_color-pink.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#fe6c61}.vc_color-pink.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-pink.vc_message_box-outline,.vc_color-pink.vc_message_box-solid-icon{color:#d82e21;border-color:#fe6c61;background-color:transparent}.vc_color-pink.vc_message_box-outline .vc_message_box-icon,.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon{color:#fe6c61}.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#fe6c61}.vc_color-pink.vc_message_box-3d{box-shadow:0 5px 0 #fea9a3}.vc_color-violet.vc_message_box{color:#5e4a81;border-color:#d4c8e9;background-color:#f0ecf7}.vc_color-violet.vc_message_box .vc_message_box-icon{color:#8d6dc4}.vc_color-violet.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#8d6dc4}.vc_color-violet.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-violet.vc_message_box-outline,.vc_color-violet.vc_message_box-solid-icon{color:#5e4a81;border-color:#8d6dc4;background-color:transparent}.vc_color-violet.vc_message_box-outline .vc_message_box-icon,.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon{color:#8d6dc4}.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#8d6dc4}.vc_color-violet.vc_message_box-3d{box-shadow:0 5px 0 #b8a3da}.vc_color-peacoc.vc_message_box{color:#366a79;border-color:#c2e3ec;background-color:#e9f5f8}.vc_color-peacoc.vc_message_box .vc_message_box-icon{color:#4cadc9}.vc_color-peacoc.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#4cadc9}.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-peacoc.vc_message_box-outline,.vc_color-peacoc.vc_message_box-solid-icon{color:#366a79;border-color:#4cadc9;background-color:transparent}.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon,.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon{color:#4cadc9}.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#4cadc9}.vc_color-peacoc.vc_message_box-3d{box-shadow:0 5px 0 #9ad1e1}.vc_color-chino.vc_message_box{color:#978258;border-color:#e5ded2;background-color:#f7f5f2}.vc_color-chino.vc_message_box .vc_message_box-icon{color:#cec2ab}.vc_color-chino.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#cec2ab}.vc_color-chino.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-chino.vc_message_box-outline,.vc_color-chino.vc_message_box-solid-icon{color:#978258;border-color:#cec2ab;background-color:transparent}.vc_color-chino.vc_message_box-outline .vc_message_box-icon,.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon{color:#cec2ab}.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#cec2ab}.vc_color-chino.vc_message_box-3d{box-shadow:0 5px 0 #d2c7b1}.vc_color-mulled_wine.vc_message_box{color:#1e1b22;border-color:#d0ccd6;background-color:#eae8ed}.vc_color-mulled_wine.vc_message_box .vc_message_box-icon{color:#50485b}.vc_color-mulled_wine.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#50485b}.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-mulled_wine.vc_message_box-outline,.vc_color-mulled_wine.vc_message_box-solid-icon{color:#1e1b22;border-color:#50485b;background-color:transparent}.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon,.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon{color:#50485b}.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#50485b}.vc_color-mulled_wine.vc_message_box-3d{box-shadow:0 5px 0 #b6afc0}.vc_color-vista_blue.vc_message_box{color:#3e8e5e;border-color:#bcebcf;background-color:#e3f7eb}.vc_color-vista_blue.vc_message_box .vc_message_box-icon{color:#75d69c}.vc_color-vista_blue.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#75d69c}.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-vista_blue.vc_message_box-outline,.vc_color-vista_blue.vc_message_box-solid-icon{color:#3e8e5e;border-color:#75d69c;background-color:transparent}.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon,.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon{color:#75d69c}.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#75d69c}.vc_color-vista_blue.vc_message_box-3d{box-shadow:0 5px 0 #94dfb3}.vc_color-orange.vc_message_box{color:#c3811c;border-color:#fbe1ba;background-color:#fef6eb}.vc_color-orange.vc_message_box .vc_message_box-icon{color:#f7be68}.vc_color-orange.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#f7be68}.vc_color-orange.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-orange.vc_message_box-outline,.vc_color-orange.vc_message_box-solid-icon{color:#c3811c;border-color:#f7be68;background-color:transparent}.vc_color-orange.vc_message_box-outline .vc_message_box-icon,.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon{color:#f7be68}.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#f7be68}.vc_color-orange.vc_message_box-3d{box-shadow:0 5px 0 #f9cd8a}.vc_color-sky.vc_message_box{color:#2a6194;border-color:#bedaf4;background-color:#eaf3fb}.vc_color-sky.vc_message_box .vc_message_box-icon{color:#5aa1e3}.vc_color-sky.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#5aa1e3}.vc_color-sky.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-sky.vc_message_box-outline,.vc_color-sky.vc_message_box-solid-icon{color:#2a6194;border-color:#5aa1e3;background-color:transparent}.vc_color-sky.vc_message_box-outline .vc_message_box-icon,.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon{color:#5aa1e3}.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#5aa1e3}.vc_color-sky.vc_message_box-3d{box-shadow:0 5px 0 #93c1ed}.vc_color-green.vc_message_box{color:#3e562b;border-color:#c2e1a9;background-color:#eaf5e2}.vc_color-green.vc_message_box .vc_message_box-icon{color:#6dab3c}.vc_color-green.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#6dab3c}.vc_color-green.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-green.vc_message_box-outline,.vc_color-green.vc_message_box-solid-icon{color:#3e562b;border-color:#6dab3c;background-color:transparent}.vc_color-green.vc_message_box-outline .vc_message_box-icon,.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon{color:#6dab3c}.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#6dab3c}.vc_color-green.vc_message_box-3d{box-shadow:0 5px 0 #a7d484}.vc_color-juicy_pink.vc_message_box{color:#a3231f;border-color:#fbc7c5;background-color:#fef5f5}.vc_color-juicy_pink.vc_message_box .vc_message_box-icon{color:#f4524d}.vc_color-juicy_pink.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#f4524d}.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-juicy_pink.vc_message_box-outline,.vc_color-juicy_pink.vc_message_box-solid-icon{color:#a3231f;border-color:#f4524d;background-color:transparent}.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon,.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon{color:#f4524d}.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#f4524d}.vc_color-juicy_pink.vc_message_box-3d{box-shadow:0 5px 0 #f89895}.vc_color-sandy_brown.vc_message_box{color:#c3501c;border-color:#fbceba;background-color:#fef1eb}.vc_color-sandy_brown.vc_message_box .vc_message_box-icon{color:#f79468}.vc_color-sandy_brown.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#f79468}.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-sandy_brown.vc_message_box-outline,.vc_color-sandy_brown.vc_message_box-solid-icon{color:#c3501c;border-color:#f79468;background-color:transparent}.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon,.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon{color:#f79468}.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#f79468}.vc_color-sandy_brown.vc_message_box-3d{box-shadow:0 5px 0 #f9ac8a}.vc_color-purple.vc_message_box{color:#886389;border-color:#e3cbe3;background-color:#f5ecf5}.vc_color-purple.vc_message_box .vc_message_box-icon{color:#b97ebb}.vc_color-purple.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#b97ebb}.vc_color-purple.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-purple.vc_message_box-outline,.vc_color-purple.vc_message_box-solid-icon{color:#886389;border-color:#b97ebb;background-color:transparent}.vc_color-purple.vc_message_box-outline .vc_message_box-icon,.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon{color:#b97ebb}.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#b97ebb}.vc_color-purple.vc_message_box-3d{box-shadow:0 5px 0 #d1a9d2}.vc_color-black.vc_message_box{color:#fff;border-color:#2a2a2a;background-color:#3c3c3c}.vc_color-black.vc_message_box .vc_message_box-icon{color:#2a2a2a}.vc_color-black.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#2a2a2a}.vc_color-black.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-black.vc_message_box-outline,.vc_color-black.vc_message_box-solid-icon{color:#fff;border-color:#2a2a2a;background-color:transparent}.vc_color-black.vc_message_box-outline .vc_message_box-icon,.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon{color:#2a2a2a}.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#2a2a2a}.vc_color-black.vc_message_box-3d{box-shadow:0 5px 0 #101010}.vc_color-grey.vc_message_box{color:#858585;border-color:#d2d2d2;background-color:#ebebeb}.vc_color-grey.vc_message_box .vc_message_box-icon{color:#ebebeb}.vc_color-grey.vc_message_box-solid{color:#858585;border-color:transparent;background-color:#ebebeb}.vc_color-grey.vc_message_box-solid .vc_message_box-icon{color:#858585}.vc_color-grey.vc_message_box-outline,.vc_color-grey.vc_message_box-solid-icon{color:#858585;border-color:#ebebeb;background-color:transparent}.vc_color-grey.vc_message_box-outline .vc_message_box-icon,.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon{color:#ebebeb}.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon{color:#858585;background-color:#ebebeb}.vc_color-grey.vc_message_box-3d{box-shadow:0 5px 0 #b8b8b8}.vc_color-white.vc_message_box{color:#b3b3b3;border-color:#e6e6e6;background-color:#fff}.vc_color-white.vc_message_box .vc_message_box-icon{color:#fff}.vc_color-white.vc_message_box-solid{color:#b3b3b3;border-color:transparent;background-color:#fff}.vc_color-white.vc_message_box-solid .vc_message_box-icon{color:#b3b3b3}.vc_color-white.vc_message_box-outline,.vc_color-white.vc_message_box-solid-icon{color:#b3b3b3;border-color:#fff;background-color:transparent}.vc_color-white.vc_message_box-outline .vc_message_box-icon,.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon{color:#fff}.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon{color:#b3b3b3;background-color:#fff}.vc_color-white.vc_message_box-3d{box-shadow:0 5px 0 #ccc}.vc_color-info.vc_message_box{color:#5e7f96;border-color:#cfebfe;background-color:#dff2fe}.vc_color-info.vc_message_box .vc_message_box-icon{color:#56b0ee}.vc_color-info.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#56b0ee}.vc_color-info.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-info.vc_message_box-outline,.vc_color-info.vc_message_box-solid-icon{color:#5e7f96;border-color:#56b0ee;background-color:transparent}.vc_color-info.vc_message_box-outline .vc_message_box-icon,.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon{color:#56b0ee}.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#56b0ee}.vc_color-info.vc_message_box-3d{box-shadow:0 5px 0 #9dd6fd}.vc_color-success.vc_message_box{color:#5e7f96;border-color:#cfebfe;background-color:#e6fdf8}.vc_color-success.vc_message_box .vc_message_box-icon{color:#1bbc9b}.vc_color-success.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#1bbc9b}.vc_color-success.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-success.vc_message_box-outline,.vc_color-success.vc_message_box-solid-icon{color:#5e7f96;border-color:#1bbc9b;background-color:transparent}.vc_color-success.vc_message_box-outline .vc_message_box-icon,.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon{color:#1bbc9b}.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#1bbc9b}.vc_color-success.vc_message_box-3d{box-shadow:0 5px 0 #9dd6fd}.vc_color-warning.vc_message_box{color:#9d8967;border-color:#ffeccc;background-color:#fff4e2}.vc_color-warning.vc_message_box .vc_message_box-icon{color:#fcb53f}.vc_color-warning.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#fcb53f}.vc_color-warning.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-warning.vc_message_box-outline,.vc_color-warning.vc_message_box-solid-icon{color:#9d8967;border-color:#fcb53f;background-color:transparent}.vc_color-warning.vc_message_box-outline .vc_message_box-icon,.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon{color:#fcb53f}.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#fcb53f}.vc_color-warning.vc_message_box-3d{box-shadow:0 5px 0 #ffd999}.vc_color-danger.vc_message_box{color:#a85959;border-color:#fedede;background-color:#fdeaea}.vc_color-danger.vc_message_box .vc_message_box-icon{color:#ff7877}.vc_color-danger.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#ff7877}.vc_color-danger.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-danger.vc_message_box-outline,.vc_color-danger.vc_message_box-solid-icon{color:#a85959;border-color:#ff7877;background-color:transparent}.vc_color-danger.vc_message_box-outline .vc_message_box-icon,.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon{color:#ff7877}.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#ff7877}.vc_color-danger.vc_message_box-3d{box-shadow:0 5px 0 #fdacac}.vc_color-alert-info.vc_message_box{color:#31708f;border-color:#bce8f1;background-color:#d9edf7}.vc_color-alert-info.vc_message_box .vc_message_box-icon{color:#67cce0}.vc_color-alert-info.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#67cce0}.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-info.vc_message_box-outline,.vc_color-alert-info.vc_message_box-solid-icon{color:#31708f;border-color:#67cce0;background-color:transparent}.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon,.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon{color:#67cce0}.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#67cce0}.vc_color-alert-info.vc_message_box-3d{box-shadow:0 5px 0 #91d9e8}.vc_color-alert-success.vc_message_box{color:#3c763d;border-color:#d6e9c6;background-color:#dff0d8}.vc_color-alert-success.vc_message_box .vc_message_box-icon{color:#9ad36a}.vc_color-alert-success.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#9ad36a}.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-success.vc_message_box-outline,.vc_color-alert-success.vc_message_box-solid-icon{color:#3c763d;border-color:#9ad36a;background-color:transparent}.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon,.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon{color:#9ad36a}.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#9ad36a}.vc_color-alert-success.vc_message_box-3d{box-shadow:0 5px 0 #bbdba1}.vc_color-alert-warning.vc_message_box{color:#8a6d3b;border-color:#faebcc;background-color:#fcf8e3}.vc_color-alert-warning.vc_message_box .vc_message_box-icon{color:#f9cf79}.vc_color-alert-warning.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#f9cf79}.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-warning.vc_message_box-outline,.vc_color-alert-warning.vc_message_box-solid-icon{color:#8a6d3b;border-color:#f9cf79;background-color:transparent}.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon,.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon{color:#f9cf79}.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#f9cf79}.vc_color-alert-warning.vc_message_box-3d{box-shadow:0 5px 0 #f5d89e}.vc_color-alert-danger.vc_message_box{color:#a94442;border-color:#ebccd1;background-color:#f2dede}.vc_color-alert-danger.vc_message_box .vc_message_box-icon{color:#ef8495}.vc_color-alert-danger.vc_message_box-solid{color:#fff;border-color:transparent;background-color:#ef8495}.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-danger.vc_message_box-outline,.vc_color-alert-danger.vc_message_box-solid-icon{color:#a94442;border-color:#ef8495;background-color:transparent}.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon,.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon{color:#ef8495}.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon{color:#fff;background-color:#ef8495}.vc_color-alert-danger.vc_message_box-3d{box-shadow:0 5px 0 #dca7b0}.vc_color-black.vc_message_box .vc_message_box-icon{color:#fff}.vc_color-black.vc_message_box-outline,.vc_color-black.vc_message_box-outline .vc_message_box-icon{color:#2a2a2a}.vc_color-black.vc_message_box-solid-icon{color:#2a2a2a}.vc_color-grey.vc_message_box .vc_message_box-icon{color:#858585}.vc_color-white.vc_message_box .vc_message_box-icon{color:#b3b3b3}.vc_color-white.vc_message_box-outline,.vc_color-white.vc_message_box-outline .vc_message_box-icon{color:#fff}.vc_color-white.vc_message_box-solid-icon{color:#fff}.vc_message_box-outline,.vc_message_box-solid-icon{border-width:2px}.vc_message_box-solid-icon .vc_message_box-icon{width:3.25em}.vc_message_box-rounded{border-radius:5px}.vc_message_box-round{border-radius:4em}#content .wpb_alert p:last-child,#content .wpb_text_column :last-child,#content .wpb_text_column p:last-child,.wpb_alert p:last-child,.wpb_text_column :last-child,.wpb_text_column p:last-child{margin-bottom:0}.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:35px}.entry-content .twitter-share-button,.fb_like,.twitter-share-button,.wpb_accordion .wpb_content_element,.wpb_googleplus,.wpb_pinterest,.wpb_tab .wpb_content_element{margin-bottom:21.73913043px}.vc_parallax{position:relative;overflow:hidden}.vc_parallax>*{position:relative;z-index:1}.vc_parallax .vc_parallax-inner{pointer-events:none;position:absolute;left:0;right:0;top:0;background-attachment:scroll;background-color:transparent;background-image:inherit;background-size:cover;z-index:0;background-position:50% 0}.vc_parallax-inner iframe{max-width:1000%}.vc_video-bg-container{position:relative}.vc_video-bg{height:100%;overflow:hidden;pointer-events:none;position:absolute;top:0;left:0;width:100%;z-index:0}.vc_video-bg iframe{max-width:1000%}.vc_row.vc_row-no-padding .vc_column-inner{padding-left:0;padding-right:0}.vc_row[data-vc-full-width]{-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;overflow:hidden}.vc_row[data-vc-full-width].vc_hidden{opacity:0}.vc_row-no-padding .vc_inner{margin-left:0;margin-right:0}.vc_row.vc_row-o-full-height{min-height:100vh}.vc_row.vc_row-flex{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vc_row.vc_row-flex>.vc_column_container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:1}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>*{min-height:1em}}.vc_row.vc_row-flex::after,.vc_row.vc_row-flex::before{display:none}.vc_row.vc_row-o-columns-stretch{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.vc_row.vc_row-o-columns-top{-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vc_row.vc_row-o-columns-bottom{-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.vc_row.vc_row-o-columns-middle{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.vc_row.vc_row-o-columns-bottom::after,.vc_row.vc_row-o-columns-middle::after,.vc_row.vc_row-o-columns-top::after{content:'';width:100%;height:0;overflow:hidden;visibility:hidden;display:block}.vc_row.vc_row-o-equal-height>.vc_column_container{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vc_column-inner::after,.vc_column-inner::before{content:" ";display:table}.vc_column-inner::after{clear:both}.vc_ie-flexbox-fixer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vc_ie-flexbox-fixer>.vc_row{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.vc_row.vc_column-gap-1{margin-left:-15.5px;margin-right:-15.5px}.vc_row.vc_column-gap-1>.vc_column_container{padding:.5px}.vc_row.vc_column-gap-2{margin-left:-16px;margin-right:-16px}.vc_row.vc_column-gap-2>.vc_column_container{padding:1px}.vc_row.vc_column-gap-3{margin-left:-16.5px;margin-right:-16.5px}.vc_row.vc_column-gap-3>.vc_column_container{padding:1.5px}.vc_row.vc_column-gap-4{margin-left:-17px;margin-right:-17px}.vc_row.vc_column-gap-4>.vc_column_container{padding:2px}.vc_row.vc_column-gap-5{margin-left:-17.5px;margin-right:-17.5px}.vc_row.vc_column-gap-5>.vc_column_container{padding:2.5px}.vc_row.vc_column-gap-10{margin-left:-20px;margin-right:-20px}.vc_row.vc_column-gap-10>.vc_column_container{padding:5px}.vc_row.vc_column-gap-15{margin-left:-22.5px;margin-right:-22.5px}.vc_row.vc_column-gap-15>.vc_column_container{padding:7.5px}.vc_row.vc_column-gap-20{margin-left:-25px;margin-right:-25px}.vc_row.vc_column-gap-20>.vc_column_container{padding:10px}.vc_row.vc_column-gap-25{margin-left:-27.5px;margin-right:-27.5px}.vc_row.vc_column-gap-25>.vc_column_container{padding:12.5px}.vc_row.vc_column-gap-30{margin-left:-30px;margin-right:-30px}.vc_row.vc_column-gap-30>.vc_column_container{padding:15px}.vc_row.vc_column-gap-35{margin-left:-32.5px;margin-right:-32.5px}.vc_row.vc_column-gap-35>.vc_column_container{padding:17.5px}.vc_column_container{padding-left:0;padding-right:0}.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top:35px}.vc_section{padding-left:15px;padding-right:15px;margin-left:-15px;margin-right:-15px}.vc_section[data-vc-full-width]{-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;overflow:hidden}.vc_section[data-vc-full-width].vc_hidden{opacity:0}.vc_section[data-vc-full-width]>.vc_row{margin-left:0;margin-right:0}.vc_section[data-vc-stretch-content]{padding-left:0;padding-right:0}.vc_section.vc_row-o-full-height{min-height:100vh}.vc_section.vc_section-flex{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.vc_section.vc_section-flex .vc_vc_row{width:100%}.vc_section.vc_section-flex::after,.vc_section.vc_section-flex::before{display:none}.vc_section.vc_section-o-content-top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vc_section.vc_section-o-content-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vc_section.vc_section-o-content-middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vc_section.vc_section-o-content-bottom::after,.vc_section.vc_section-o-content-middle::after,.vc_section.vc_section-o-content-top::after{content:'';width:100%;height:0;overflow:hidden;visibility:hidden;display:block}.vc_section.vc_section-has-fill,.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,.vc_section.vc_section-has-fill+.vc_section{padding-top:35px}.vc_row.vc_column-gap-1>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-1>.vc_vc_column_inner>.vc_column_container{padding-left:.5px;padding-right:.5px}.vc_row.vc_column-gap-2>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-2>.vc_vc_column_inner>.vc_column_container{padding-left:1px;padding-right:1px}.vc_row.vc_column-gap-3>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-3>.vc_vc_column_inner>.vc_column_container{padding-left:1.5px;padding-right:1.5px}.vc_row.vc_column-gap-4>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-4>.vc_vc_column_inner>.vc_column_container{padding-left:2px;padding-right:2px}.vc_row.vc_column-gap-5>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-5>.vc_vc_column_inner>.vc_column_container{padding-left:2.5px;padding-right:2.5px}.vc_row.vc_column-gap-10>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-10>.vc_vc_column_inner>.vc_column_container{padding-left:5px;padding-right:5px}.vc_row.vc_column-gap-15>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-15>.vc_vc_column_inner>.vc_column_container{padding-left:7.5px;padding-right:7.5px}.vc_row.vc_column-gap-20>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-20>.vc_vc_column_inner>.vc_column_container{padding-left:10px;padding-right:10px}.vc_row.vc_column-gap-25>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-25>.vc_vc_column_inner>.vc_column_container{padding-left:12.5px;padding-right:12.5px}.vc_row.vc_column-gap-30>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-30>.vc_vc_column_inner>.vc_column_container{padding-left:15px;padding-right:15px}.vc_row.vc_column-gap-35>.vc_vc_column>.vc_column_container,.vc_row.vc_column-gap-35>.vc_vc_column_inner>.vc_column_container{padding-left:17.5px;padding-right:17.5px}.vc_vc_column,.vc_vc_column_inner{padding-left:0;padding-right:0}.vc_row.vc_row-flex>.vc_vc_column,.vc_row.vc_row-flex>.vc_vc_column_inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container,.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vc_row.vc_row-o-equal-height>.vc_column_container{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.vc_row.vc_row-o-content-top>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-top>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.vc_row.vc_row-o-content-bottom>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-bottom>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vc_empty-element>.vc_column-inner{min-height:100px}.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{padding-top:35px}.fb_type_standard{height:25px}.fb_type_standard iframe{height:25px}.fb_type_button_count{height:20px}.fb_type_button_count iframe{height:20px}.fb_type_box_count{height:62px}.fb_type_box_count iframe{height:62px}.wpb_googleplus_type_standard{height:25px}.wpb_googleplus_type_small{height:19px}.wpb_googleplus_type_medium{height:21px}.wpb_googleplus_type_tall{height:21px}.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble{height:62px}.wpb_pinterest a{border-bottom:0}.wpb_pinterest_type_horizontal{height:21px}.wpb_pinterest_type_vertical{box-sizing:content-box;padding-top:29px;height:21px}.wpb_pinterest_type_none{height:21px}iframe.twitter-share-button{margin:0}.vc_toggle{display:block;margin:0 0 21.73913043px 0;padding:0;font-size:1em}.vc_toggle:last-of-type{margin-bottom:35px}.vc_toggle_title{cursor:pointer;display:block;margin:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:400}.vc_toggle_title>h4{display:inline}.vc_toggle_icon{display:none;position:relative;vertical-align:middle}.vc_toggle_content{display:none;margin-bottom:21.73913043px;margin-top:1em;overflow:hidden;padding:0}.vc_toggle.vc_toggle_active>.vc_toggle_content{display:block}.vc_toggle_simple .vc_toggle_icon{border:0 solid transparent;border-radius:0;display:inline-block}.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_simple .vc_toggle_icon::before{content:'';display:block;left:50%;position:absolute;top:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after{visibility:hidden}.vc_toggle_simple .vc_toggle_icon{height:22px;width:22px}.vc_toggle_simple .vc_toggle_icon::before{height:2px;width:10px}.vc_toggle_simple .vc_toggle_icon::after{height:10px;width:2px}.vc_toggle_simple .vc_toggle_icon{background-color:#2a2a2a;border-color:transparent}.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_simple .vc_toggle_icon::before{background-color:#fff}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#2a2a2a}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#444}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#444}.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_simple .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#444}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_simple .vc_toggle_icon{margin-left:2px}.vc_toggle_round .vc_toggle_icon{border:2px solid transparent;border-radius:50%;display:inline-block}.vc_toggle_round .vc_toggle_icon::after,.vc_toggle_round .vc_toggle_icon::before{content:'';display:block;left:50%;position:absolute;top:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after{visibility:hidden}.vc_toggle_round .vc_toggle_icon{height:22px;width:22px}.vc_toggle_round .vc_toggle_icon::before{height:2px;width:10px}.vc_toggle_round .vc_toggle_icon::after{height:10px;width:2px}.vc_toggle_round .vc_toggle_icon{background-color:#2a2a2a;border-color:transparent}.vc_toggle_round .vc_toggle_icon::after,.vc_toggle_round .vc_toggle_icon::before{background-color:#fff}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#2a2a2a}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#444}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#444}.vc_toggle_rounded .vc_toggle_icon{border:2px solid transparent;border-radius:20%;display:inline-block}.vc_toggle_rounded .vc_toggle_icon::after,.vc_toggle_rounded .vc_toggle_icon::before{content:'';display:block;left:50%;position:absolute;top:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after{visibility:hidden}.vc_toggle_rounded .vc_toggle_icon{height:22px;width:22px}.vc_toggle_rounded .vc_toggle_icon::before{height:2px;width:10px}.vc_toggle_rounded .vc_toggle_icon::after{height:10px;width:2px}.vc_toggle_rounded .vc_toggle_icon{background-color:#2a2a2a;border-color:transparent}.vc_toggle_rounded .vc_toggle_icon::after,.vc_toggle_rounded .vc_toggle_icon::before{background-color:#fff}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#2a2a2a}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#444}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#444}.vc_toggle_square .vc_toggle_icon{border:2px solid transparent;border-radius:0;display:inline-block}.vc_toggle_square .vc_toggle_icon::after,.vc_toggle_square .vc_toggle_icon::before{content:'';display:block;left:50%;position:absolute;top:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after{visibility:hidden}.vc_toggle_square .vc_toggle_icon{height:22px;width:22px}.vc_toggle_square .vc_toggle_icon::before{height:2px;width:10px}.vc_toggle_square .vc_toggle_icon::after{height:10px;width:2px}.vc_toggle_square .vc_toggle_icon{background-color:#2a2a2a;border-color:transparent}.vc_toggle_square .vc_toggle_icon::after,.vc_toggle_square .vc_toggle_icon::before{background-color:#fff}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#2a2a2a}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#444}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#444}.vc_toggle_text_only .vc_toggle_icon{display:none}.vc_toggle_arrow .vc_toggle_icon{display:inline-block}.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_arrow .vc_toggle_icon::before{content:'';border-style:solid;display:block;left:50%;position:absolute;top:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.vc_toggle_arrow .vc_toggle_icon::before{border-left:none;border-top:none}.vc_toggle_arrow .vc_toggle_icon::after{border-right:none;border-bottom:none;visibility:hidden}.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before{visibility:hidden}.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after{visibility:visible}.vc_toggle.vc_toggle_arrow .vc_toggle_icon{height:22px;width:22px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before{border-width:2px;height:10px;margin-left:-5px;width:10px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before{margin-top:-10px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after{margin-top:-5px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before{border-color:#2a2a2a;background:0 0}.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#444;background:0 0}.vc_toggle_default .vc_toggle_icon{background:#bababa;border:1px solid #acacac;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_toggle_default .vc_toggle_icon::after,.vc_toggle_default .vc_toggle_icon::before{content:'';display:block;left:50%;position:absolute;top:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#bababa}.vc_toggle_default .vc_toggle_icon::before{border:1px solid #acacac}.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after,.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before{visibility:hidden}.vc_toggle.vc_toggle_default .vc_toggle_icon{display:inline-block;width:10px;margin-left:5px;height:4px}.vc_toggle.vc_toggle_default .vc_toggle_icon::before{height:10px;width:4px}.vc_toggle.vc_toggle_default .vc_toggle_icon::after{width:8px;height:2px}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before{background-color:#5472d2}.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#7c93dd}.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_blue .vc_toggle_icon{background-color:#5472d2;border-color:transparent}.vc_toggle_color_blue .vc_toggle_icon::after,.vc_toggle_color_blue .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#5472d2}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#5472d2}.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon{background-color:#7c93dd}.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#7c93dd}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#7c93dd}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon{background:#5472d2;border-color:#3354c0}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before{border-color:#3354c0;background:#5472d2}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after{background:#5472d2}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#7c93dd;border-color:#5472d2}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#5472d2;background:#7c93dd}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#7c93dd}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before{border-color:#5472d2;background:0 0}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#7c93dd;background:0 0}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before{background-color:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_turquoise .vc_toggle_icon{background-color:#00c1cf;border-color:transparent}.vc_toggle_color_turquoise .vc_toggle_icon::after,.vc_toggle_color_turquoise .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#00c1cf}.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon{background-color:#00919c}.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon{background:#00c1cf;border-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before{border-color:#00919c;background:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after{background:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#00919c;border-color:#006269}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#006269;background:#00919c}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#00919c}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before{border-color:#00c1cf;background:0 0}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#00919c;background:0 0}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before{background-color:#fe6c61}.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fe9b94}.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_pink .vc_toggle_icon{background-color:#fe6c61;border-color:transparent}.vc_toggle_color_pink .vc_toggle_icon::after,.vc_toggle_color_pink .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#fe6c61}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#fe6c61}.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon{background-color:#fe9b94}.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#fe9b94}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fe9b94}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon{background:#fe6c61;border-color:#fe3d2e}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before{border-color:#fe3d2e;background:#fe6c61}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after{background:#fe6c61}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#fe9b94;border-color:#fe6c61}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#fe6c61;background:#fe9b94}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#fe9b94}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before{border-color:#fe6c61;background:0 0}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#fe9b94;background:0 0}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before{background-color:#8d6dc4}.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#a991d3}.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_violet .vc_toggle_icon{background-color:#8d6dc4;border-color:transparent}.vc_toggle_color_violet .vc_toggle_icon::after,.vc_toggle_color_violet .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#8d6dc4}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#8d6dc4}.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon{background-color:#a991d3}.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#a991d3}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#a991d3}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon{background:#8d6dc4;border-color:#7149b5}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before{border-color:#7149b5;background:#8d6dc4}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after{background:#8d6dc4}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#a991d3;border-color:#8d6dc4}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#8d6dc4;background:#a991d3}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#a991d3}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before{border-color:#8d6dc4;background:0 0}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#a991d3;background:0 0}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before{background-color:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_peacoc .vc_toggle_icon{background-color:#4cadc9;border-color:transparent}.vc_toggle_color_peacoc .vc_toggle_icon::after,.vc_toggle_color_peacoc .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#4cadc9}.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon{background-color:#73bfd5}.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon{background:#4cadc9;border-color:#3492ae}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before{border-color:#3492ae;background:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after{background:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#73bfd5;border-color:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#4cadc9;background:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before{border-color:#4cadc9;background:0 0}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#73bfd5;background:0 0}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before{background-color:#cec2ab}.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#e1d9cb}.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_chino .vc_toggle_icon{background-color:#cec2ab;border-color:transparent}.vc_toggle_color_chino .vc_toggle_icon::after,.vc_toggle_color_chino .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#cec2ab}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#cec2ab}.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon{background-color:#e1d9cb}.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#e1d9cb}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#e1d9cb}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon{background:#cec2ab;border-color:#bbab8b}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before{border-color:#bbab8b;background:#cec2ab}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after{background:#cec2ab}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#e1d9cb;border-color:#cec2ab}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#cec2ab;background:#e1d9cb}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#e1d9cb}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before{border-color:#cec2ab;background:0 0}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#e1d9cb;background:0 0}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before{background-color:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_mulled_wine .vc_toggle_icon{background-color:#50485b;border-color:transparent}.vc_toggle_color_mulled_wine .vc_toggle_icon::after,.vc_toggle_color_mulled_wine .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#50485b}.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon{background-color:#695f77}.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon{background:#50485b;border-color:#37313f}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before{border-color:#37313f;background:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after{background:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#695f77;border-color:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#50485b;background:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before{border-color:#50485b;background:0 0}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#695f77;background:0 0}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before{background-color:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_vista_blue .vc_toggle_icon{background-color:#75d69c;border-color:transparent}.vc_toggle_color_vista_blue .vc_toggle_icon::after,.vc_toggle_color_vista_blue .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#75d69c}.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon{background-color:#9ce2b8}.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon{background:#75d69c;border-color:#4eca80}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before{border-color:#4eca80;background:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after{background:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#9ce2b8;border-color:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#75d69c;background:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before{border-color:#75d69c;background:0 0}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#9ce2b8;background:0 0}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#444}.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_black .vc_toggle_icon{background-color:#2a2a2a;border-color:transparent}.vc_toggle_color_black .vc_toggle_icon::after,.vc_toggle_color_black .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#2a2a2a}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#444}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#444}.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon{background:#2a2a2a;border-color:#101010}.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before{border-color:#101010;background:#2a2a2a}.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after{background:#2a2a2a}.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#444;border-color:#2a2a2a}.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#2a2a2a;background:#444}.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#444}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before{border-color:#2a2a2a;background:0 0}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#444;background:0 0}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before{background-color:#ebebeb}.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_grey .vc_toggle_icon{background-color:#ebebeb;border-color:transparent}.vc_toggle_color_grey .vc_toggle_icon::after,.vc_toggle_color_grey .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#ebebeb}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#ebebeb}.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon{background-color:#d2d2d2}.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon{background:#ebebeb;border-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before{border-color:#d2d2d2;background:#ebebeb}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after{background:#ebebeb}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#d2d2d2;border-color:#b8b8b8}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#b8b8b8;background:#d2d2d2}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#d2d2d2}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before{border-color:#ebebeb;background:0 0}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#d2d2d2;background:0 0}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before{background-color:#f7be68}.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fad398}.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_orange .vc_toggle_icon{background-color:#f7be68;border-color:transparent}.vc_toggle_color_orange .vc_toggle_icon::after,.vc_toggle_color_orange .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#f7be68}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#f7be68}.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon{background-color:#fad398}.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#fad398}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fad398}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon{background:#f7be68;border-color:#f4a938}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before{border-color:#f4a938;background:#f7be68}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after{background:#f7be68}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#fad398;border-color:#f7be68}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#f7be68;background:#fad398}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#fad398}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before{border-color:#f7be68;background:0 0}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#fad398;background:0 0}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before{background-color:#5aa1e3}.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#86baea}.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_sky .vc_toggle_icon{background-color:#5aa1e3;border-color:transparent}.vc_toggle_color_sky .vc_toggle_icon::after,.vc_toggle_color_sky .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#5aa1e3}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#5aa1e3}.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon{background-color:#86baea}.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#86baea}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#86baea}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon{background:#5aa1e3;border-color:#2e88dc}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before{border-color:#2e88dc;background:#5aa1e3}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after{background:#5aa1e3}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#86baea;border-color:#5aa1e3}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#5aa1e3;background:#86baea}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#86baea}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before{border-color:#5aa1e3;background:0 0}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#86baea;background:0 0}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before{background-color:#6dab3c}.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#87c456}.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_green .vc_toggle_icon{background-color:#6dab3c;border-color:transparent}.vc_toggle_color_green .vc_toggle_icon::after,.vc_toggle_color_green .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#6dab3c}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#6dab3c}.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon{background-color:#87c456}.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#87c456}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#87c456}.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon{background:#6dab3c;border-color:#55852f}.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before{border-color:#55852f;background:#6dab3c}.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after{background:#6dab3c}.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#87c456;border-color:#6dab3c}.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#6dab3c;background:#87c456}.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#87c456}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before{border-color:#6dab3c;background:0 0}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#87c456;background:0 0}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before{background-color:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_juicy_pink .vc_toggle_icon{background-color:#f4524d;border-color:transparent}.vc_toggle_color_juicy_pink .vc_toggle_icon::after,.vc_toggle_color_juicy_pink .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#f4524d}.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon{background-color:#f7817d}.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon{background:#f4524d;border-color:#f1231d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before{border-color:#f1231d;background:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after{background:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#f7817d;border-color:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#f4524d;background:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before{border-color:#f4524d;background:0 0}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#f7817d;background:0 0}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before{background-color:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_sandy_brown .vc_toggle_icon{background-color:#f79468;border-color:transparent}.vc_toggle_color_sandy_brown .vc_toggle_icon::after,.vc_toggle_color_sandy_brown .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#f79468}.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon{background-color:#fab698}.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon{background:#f79468;border-color:#f47238}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before{border-color:#f47238;background:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after{background:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#fab698;border-color:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#f79468;background:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before{border-color:#f79468;background:0 0}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#fab698;background:0 0}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before{background-color:#b97ebb}.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#cb9fcd}.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_purple .vc_toggle_icon{background-color:#b97ebb;border-color:transparent}.vc_toggle_color_purple .vc_toggle_icon::after,.vc_toggle_color_purple .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#b97ebb}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#b97ebb}.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon{background-color:#cb9fcd}.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#cb9fcd}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#cb9fcd}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon{background:#b97ebb;border-color:#a75da9}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before{border-color:#a75da9;background:#b97ebb}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after{background:#b97ebb}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#cb9fcd;border-color:#b97ebb}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#b97ebb;background:#cb9fcd}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#cb9fcd}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before{border-color:#b97ebb;background:0 0}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#cb9fcd;background:0 0}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:transparent}.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:transparent}.vc_toggle_color_white .vc_toggle_icon{background-color:#fff;border-color:transparent}.vc_toggle_color_white .vc_toggle_icon::after,.vc_toggle_color_white .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon{background-color:transparent;border-color:#fff}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before{background-color:#fff}.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon{background-color:#e6e6e6}.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#2a2a2a}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:transparent;border-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before{background-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon{background:#fff;border-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before{border-color:#e6e6e6;background:#fff}.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after{background:#fff}.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{background:#e6e6e6;border-color:#ccc}.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#ccc;background:#e6e6e6}.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{background:#e6e6e6}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon{background:0 0}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before{border-color:#fff;background:0 0}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:0 0}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before{border-color:#e6e6e6;background:0 0}.vc_toggle_size_sm .vc_toggle_icon{height:16px;width:16px}.vc_toggle_size_sm .vc_toggle_icon::before{height:2px;width:8px}.vc_toggle_size_sm .vc_toggle_icon::after{height:8px;width:2px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon{display:inline-block;width:8px;margin-left:4px;height:2px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before{height:8px;width:2px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after{width:6px;height:0}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon{height:16px;width:16px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before{border-width:2px;height:8px;margin-left:-4px;width:8px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before{margin-top:-8px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after{margin-top:-4px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title{padding-left:24px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title{padding-left:17.6px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon{margin-left:8px}.vc_toggle_size_md .vc_toggle_icon{height:22px;width:22px}.vc_toggle_size_md .vc_toggle_icon::before{height:2px;width:10px}.vc_toggle_size_md .vc_toggle_icon::after{height:10px;width:2px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon{display:inline-block;width:10px;margin-left:5px;height:4px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before{height:10px;width:4px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after{width:8px;height:2px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon{height:22px;width:22px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before{border-width:2px;height:10px;margin-left:-5px;width:10px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before{margin-top:-10px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after{margin-top:-5px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,.vc_toggle_size_md.vc_toggle_square .vc_toggle_title{padding-left:33px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{padding-left:24.2px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon{margin-left:11px}.vc_toggle_size_lg .vc_toggle_icon{height:28px;width:28px}.vc_toggle_size_lg .vc_toggle_icon::before{height:2px;width:14px}.vc_toggle_size_lg .vc_toggle_icon::after{height:14px;width:2px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon{display:inline-block;width:14px;margin-left:7px;height:4px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before{height:14px;width:4px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after{width:12px;height:2px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon{height:28px;width:28px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after,.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before{border-width:2px;height:14px;margin-left:-7px;width:14px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before{margin-top:-14px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after{margin-top:-7px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title{padding-left:42px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title{padding-left:30.8px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon{margin-left:14px}.vc_toggle_default .vc_toggle_content,.vc_toggle_default .vc_toggle_title,.vc_toggle_round .vc_toggle_content,.vc_toggle_round .vc_toggle_title,.vc_toggle_rounded .vc_toggle_content,.vc_toggle_rounded .vc_toggle_title,.vc_toggle_simple .vc_toggle_content,.vc_toggle_simple .vc_toggle_title,.vc_toggle_square .vc_toggle_content,.vc_toggle_square .vc_toggle_title{padding-left:33px}.vc_toggle_default .vc_toggle_content .vc_toggle_icon,.vc_toggle_default .vc_toggle_title .vc_toggle_icon,.vc_toggle_round .vc_toggle_content .vc_toggle_icon,.vc_toggle_round .vc_toggle_title .vc_toggle_icon,.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,.vc_toggle_square .vc_toggle_content .vc_toggle_icon,.vc_toggle_square .vc_toggle_title .vc_toggle_icon{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_toggle_default .vc_toggle_content,.vc_toggle_default .vc_toggle_title{padding-left:24.2px}.vc_toggle_arrow .vc_toggle_icon{margin-left:11px}.wpb_widgetised_column .wpb_wrapper>ul{margin:0}.wpb_widgetised_column .wpb_wrapper>ul>li{margin-left:0;background-image:none;list-style:none!important}.wpb_widgetised_column .wpb_wrapper>ul>li:after,.wpb_widgetised_column .wpb_wrapper>ul>li:before{display:none!important}.wpb_button{display:inline-block;padding:4px 10px 4px;margin-bottom:0;margin-top:0;font-size:13px;line-height:18px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,.75);vertical-align:middle;cursor:pointer;background-color:#f7f7f7;border:1px solid #ccc;border-bottom-color:#b3b3b3;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpb_button.active,.wpb_button.disabled,.wpb_button:active,.wpb_button:hover,.wpb_button[disabled]{background-color:#eaeaea}.vc_vc_button2 .vc_btn{margin-top:5px;margin-bottom:5px}.vc_vc_button .vc_btn{margin-top:5px;margin-bottom:5px}.wpb_button:hover{color:#333;text-decoration:none;background-color:#e6e6e6;-webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear}.wpb_button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wpb_button.active,.wpb_button:active{background-color:#e6e6e6;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}button.wpb_btn-large,span.wpb_btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}button.wpb_btn-large [class^=icon-],span.wpb_btn-large [class^=icon-]{margin-top:1px}button.wpb_btn-small,span.wpb_btn-small{padding:5px 9px;font-size:11px;line-height:16px}button.wpb_btn-small [class^=icon-],span.wpb_btn-small [class^=icon-]{margin-top:-1px}button.wpb_btn-mini,span.wpb_btn-mini{padding:2px 6px;font-size:11px;line-height:14px}.wpb_btn-danger,.wpb_btn-danger:hover,.wpb_btn-info,.wpb_btn-info:hover,.wpb_btn-inverse,.wpb_btn-inverse:hover,.wpb_btn-primary,.wpb_btn-primary:hover,.wpb_btn-success,.wpb_btn-success:hover,.wpb_btn-warning,.wpb_btn-warning:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.wpb_btn-danger.active,.wpb_btn-info.active,.wpb_btn-inverse.active,.wpb_btn-primary.active,.wpb_btn-success.active,.wpb_btn-warning.active{color:rgba(255,255,255,.75)}.wpb_button{border-color:#ccc;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1)}.wpb_btn-primary{background-color:#08c}.wpb_btn-primary.active,.wpb_btn-primary.disabled,.wpb_btn-primary:active,.wpb_btn-primary:hover,.wpb_btn-primary[disabled]{background-color:#0077b3}.wpb_btn-warning{background-color:#f90}.wpb_btn-warning.active,.wpb_btn-warning.disabled,.wpb_btn-warning:active,.wpb_btn-warning:hover,.wpb_btn-warning[disabled]{background-color:#e68a00}.wpb_btn-danger{background-color:#ff675b}.wpb_btn-danger.active,.wpb_btn-danger.disabled,.wpb_btn-danger:active,.wpb_btn-danger:hover,.wpb_btn-danger[disabled]{background-color:#ff4f42}.wpb_btn-success{background-color:#6ab165}.wpb_btn-success.active,.wpb_btn-success.disabled,.wpb_btn-success:active,.wpb_btn-success:hover,.wpb_btn-success[disabled]{background-color:#5aa855}.wpb_btn-info{background-color:#58b9da}.wpb_btn-info.active,.wpb_btn-info.disabled,.wpb_btn-info:active,.wpb_btn-info:hover,.wpb_btn-info[disabled]{background-color:#43b0d5}.wpb_btn-inverse{background-color:#555}.wpb_btn-inverse.active,.wpb_btn-inverse.disabled,.wpb_btn-inverse:active,.wpb_btn-inverse:hover,.wpb_btn-inverse[disabled]{background-color:#484848}button.wpb_button::-moz-focus-inner,input[type=submit].wpb_button::-moz-focus-inner{padding:0;border:0}a.wpb_button_a{text-decoration:none;border:none}a.wpb_button_a:hover{text-decoration:none}.wpb_button:hover{background-image:none}.vc_btn3-container{display:block;margin-bottom:21.73913043px;max-width:100%}.vc_btn3-container.vc_btn3-inline{display:inline-block;vertical-align:top}.vc_general.vc_btn3{display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;background-color:transparent;color:#5472d2;border:1px solid transparent;box-sizing:border-box;word-wrap:break-word;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;position:relative;top:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;line-height:normal;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font-size:14px;padding-top:14px;padding-bottom:14px;padding-left:20px;padding-right:20px}.vc_general.vc_btn3.vc_btn3-style-outline,.vc_general.vc_btn3.vc_btn3-style-outline-custom{padding-top:13px;padding-bottom:13px;padding-left:19px;padding-right:19px}.vc_general.vc_btn3.active,.vc_general.vc_btn3:active,.vc_general.vc_btn3:focus{outline:0}.vc_general.vc_btn3:focus,.vc_general.vc_btn3:hover{border:1px solid transparent;text-decoration:none;color:#4868cf}.vc_general.vc_btn3 .vc_btn3-icon{vertical-align:top;height:14px;line-height:1;font-size:16px}.vc_general.vc_btn3 .vc_btn3-icon-inner{display:block;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_general.vc_btn3 .vc_btn3-placeholder{display:inline-block;vertical-align:top;width:0}.vc_btn3.vc_btn3-icon-left,.vc_btn3.vc_btn3-icon-right{position:relative}.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,.vc_btn3.vc_btn3-icon-right .vc_btn3-icon{display:block;position:absolute;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_btn3.vc_btn3-icon-left{text-align:left}.vc_btn3.vc_btn3-icon-right{text-align:right}.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner{-webkit-transform:translate(-75%,-50%);-ms-transform:translate(-75%,-50%);transform:translate(-75%,-50%)}.vc_btn3.vc_btn3-o-empty .vc_btn3-icon{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_btn3.vc_btn3-style-classic{border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1)}.vc_btn3.vc_btn3-style-modern{background-image:-webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);background-repeat:repeat-x}.vc_btn3.vc_btn3-style-outline,.vc_btn3.vc_btn3-style-outline-custom,.vc_btn3.vc_btn3-style-outline-custom:focus,.vc_btn3.vc_btn3-style-outline-custom:hover,.vc_btn3.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-style-outline:hover{border-width:2px}.vc_btn3.vc_btn3-style-custom{background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));background-image:-o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));background-repeat:no-repeat;background-repeat:repeat-x;background-size:200%;background-position:0 -100%}.vc_btn3.vc_btn3-style-custom:focus,.vc_btn3.vc_btn3-style-custom:hover{background-position:0 100%}.vc_btn3.vc_btn3-block{display:block;width:100%;text-align:inherit}.vc_btn3.vc_btn3-shape-square{border-radius:0}.vc_btn3.vc_btn3-shape-rounded{border-radius:5px}.vc_btn3.vc_btn3-shape-round{border-radius:2em}.vc_btn3.vc_btn3-size-xs{font-size:11px;padding-top:8px;padding-bottom:8px;padding-left:12px;padding-right:12px}.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom{padding-top:7px;padding-bottom:7px;padding-left:11px;padding-right:11px}.vc_btn3.vc_btn3-size-xs .vc_btn3-icon{font-size:14px;height:11px;line-height:11px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:31px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:12px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:31px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:12px}.vc_btn3.vc_btn3-size-sm{font-size:12px;padding-top:11px;padding-bottom:11px;padding-left:16px;padding-right:16px}.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom{padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px}.vc_btn3.vc_btn3-size-sm .vc_btn3-icon{font-size:14px;height:12px;line-height:12px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:39px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:16px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:39px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:16px}.vc_btn3.vc_btn3-size-md{font-size:14px;padding-top:14px;padding-bottom:14px;padding-left:20px;padding-right:20px}.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom{padding-top:13px;padding-bottom:13px;padding-left:19px;padding-right:19px}.vc_btn3.vc_btn3-size-md .vc_btn3-icon{font-size:16px;height:14px;line-height:14px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:48px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:20px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:48px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:20px}.vc_btn3.vc_btn3-size-lg{font-size:16px;padding-top:18px;padding-bottom:18px;padding-left:25px;padding-right:25px}.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom{padding-top:17px;padding-bottom:17px;padding-left:24px;padding-right:24px}.vc_btn3.vc_btn3-size-lg .vc_btn3-icon{font-size:20px;height:16px;line-height:16px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:60px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:25px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:60px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:25px}.vc_btn3.vc_btn3-color-blue,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{color:#fff;background-color:#5472d2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-blue:focus,.vc_btn3.vc_btn3-color-blue:hover{color:#f7f7f7;background-color:#3c5ecc}.vc_btn3.vc_btn3-color-blue.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-blue:active{color:#f2f2f2;background-color:#3558c8}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline{color:#5472d2;border-color:#5472d2;background-color:transparent}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover{color:#fff;border-color:#5472d2;background-color:#5472d2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active{color:#fff;border-color:#5472d2;background-color:#5472d2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d{color:#fff;background-color:#5472d2;box-shadow:0 5px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#5472d2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#5472d2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern{color:#fff;border-color:#5472d2;background-color:#5472d2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#3c5ecc;background-color:#3c5ecc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#3558c8;background-color:#3558c8}.vc_btn3.vc_btn3-color-turquoise,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat{color:#fff;background-color:#00c1cf}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-turquoise:focus,.vc_btn3.vc_btn3-color-turquoise:hover{color:#f7f7f7;background-color:#00a4b0}.vc_btn3.vc_btn3-color-turquoise.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-turquoise:active{color:#f2f2f2;background-color:#009ba6}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline{color:#00c1cf;border-color:#00c1cf;background-color:transparent}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover{color:#fff;border-color:#00c1cf;background-color:#00c1cf}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active{color:#fff;border-color:#00c1cf;background-color:#00c1cf}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d{color:#fff;background-color:#00c1cf;box-shadow:0 5px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#00c1cf}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#00c1cf}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern{color:#fff;border-color:#00c1cf;background-color:#00c1cf}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#00a4b0;background-color:#00a4b0}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#009ba6;background-color:#009ba6}.vc_btn3.vc_btn3-color-pink,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat{color:#fff;background-color:#fe6c61}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-pink:focus,.vc_btn3.vc_btn3-color-pink:hover{color:#f7f7f7;background-color:#fe5043}.vc_btn3.vc_btn3-color-pink.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-pink:active{color:#f2f2f2;background-color:#fe4638}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline{color:#fe6c61;border-color:#fe6c61;background-color:transparent}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover{color:#fff;border-color:#fe6c61;background-color:#fe6c61}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active{color:#fff;border-color:#fe6c61;background-color:#fe6c61}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d{color:#fff;background-color:#fe6c61;box-shadow:0 5px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#fe6c61}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#fe6c61}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern{color:#fff;border-color:#fe6c61;background-color:#fe6c61}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#fe5043;background-color:#fe5043}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#fe4638;background-color:#fe4638}.vc_btn3.vc_btn3-color-violet,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat{color:#fff;background-color:#8d6dc4}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-violet:focus,.vc_btn3.vc_btn3-color-violet:hover{color:#f7f7f7;background-color:#7c57bb}.vc_btn3.vc_btn3-color-violet.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-violet:active{color:#f2f2f2;background-color:#7650b8}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline{color:#8d6dc4;border-color:#8d6dc4;background-color:transparent}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover{color:#fff;border-color:#8d6dc4;background-color:#8d6dc4}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active{color:#fff;border-color:#8d6dc4;background-color:#8d6dc4}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d{color:#fff;background-color:#8d6dc4;box-shadow:0 5px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#8d6dc4}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#8d6dc4}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern{color:#fff;border-color:#8d6dc4;background-color:#8d6dc4}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#7c57bb;background-color:#7c57bb}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#7650b8;background-color:#7650b8}.vc_btn3.vc_btn3-color-peacoc,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat{color:#fff;background-color:#4cadc9}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-peacoc:focus,.vc_btn3.vc_btn3-color-peacoc:hover{color:#f7f7f7;background-color:#39a0bd}.vc_btn3.vc_btn3-color-peacoc.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-peacoc:active{color:#f2f2f2;background-color:#3799b5}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline{color:#4cadc9;border-color:#4cadc9;background-color:transparent}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover{color:#fff;border-color:#4cadc9;background-color:#4cadc9}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active{color:#fff;border-color:#4cadc9;background-color:#4cadc9}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d{color:#fff;background-color:#4cadc9;box-shadow:0 5px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#4cadc9}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#4cadc9}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern{color:#fff;border-color:#4cadc9;background-color:#4cadc9}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#39a0bd;background-color:#39a0bd}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#3799b5;background-color:#3799b5}.vc_btn3.vc_btn3-color-chino,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat{color:#fff;background-color:#cec2ab}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-chino:focus,.vc_btn3.vc_btn3-color-chino:hover{color:#f7f7f7;background-color:#c3b498}.vc_btn3.vc_btn3-color-chino.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-chino:active{color:#f2f2f2;background-color:#bfaf91}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline{color:#cec2ab;border-color:#cec2ab;background-color:transparent}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover{color:#fff;border-color:#cec2ab;background-color:#cec2ab}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active{color:#fff;border-color:#cec2ab;background-color:#cec2ab}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d{color:#fff;background-color:#cec2ab;box-shadow:0 5px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#cec2ab}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#cec2ab}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern{color:#fff;border-color:#cec2ab;background-color:#cec2ab}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#c3b498;background-color:#c3b498}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#bfaf91;background-color:#bfaf91}.vc_btn3.vc_btn3-color-mulled-wine,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat{color:#fff;background-color:#50485b}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-mulled-wine:focus,.vc_btn3.vc_btn3-color-mulled-wine:hover{color:#f7f7f7;background-color:#413a4a}.vc_btn3.vc_btn3-color-mulled-wine.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-mulled-wine:active{color:#f2f2f2;background-color:#3c3644}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline{color:#50485b;border-color:#50485b;background-color:transparent}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover{color:#fff;border-color:#50485b;background-color:#50485b}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active{color:#fff;border-color:#50485b;background-color:#50485b}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d{color:#fff;background-color:#50485b;box-shadow:0 5px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#50485b}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#50485b}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern{color:#fff;border-color:#50485b;background-color:#50485b}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#413a4a;background-color:#413a4a}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#3c3644;background-color:#3c3644}.vc_btn3.vc_btn3-color-vista-blue,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat{color:#fff;background-color:#75d69c}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-vista-blue:focus,.vc_btn3.vc_btn3-color-vista-blue:hover{color:#f7f7f7;background-color:#5dcf8b}.vc_btn3.vc_btn3-color-vista-blue.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-vista-blue:active{color:#f2f2f2;background-color:#56cd85}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline{color:#75d69c;border-color:#75d69c;background-color:transparent}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover{color:#fff;border-color:#75d69c;background-color:#75d69c}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active{color:#fff;border-color:#75d69c;background-color:#75d69c}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d{color:#fff;background-color:#75d69c;box-shadow:0 5px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#75d69c}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#75d69c}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern{color:#fff;border-color:#75d69c;background-color:#75d69c}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#5dcf8b;background-color:#5dcf8b}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#56cd85;background-color:#56cd85}.vc_btn3.vc_btn3-color-orange,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat{color:#fff;background-color:#f7be68}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-orange:focus,.vc_btn3.vc_btn3-color-orange:hover{color:#f7f7f7;background-color:#f5b14b}.vc_btn3.vc_btn3-color-orange.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-orange:active{color:#f2f2f2;background-color:#f5ad41}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline{color:#f7be68;border-color:#f7be68;background-color:transparent}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover{color:#fff;border-color:#f7be68;background-color:#f7be68}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active{color:#fff;border-color:#f7be68;background-color:#f7be68}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d{color:#fff;background-color:#f7be68;box-shadow:0 5px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#f7be68}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#f7be68}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern{color:#fff;border-color:#f7be68;background-color:#f7be68}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#f5b14b;background-color:#f5b14b}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#f5ad41;background-color:#f5ad41}.vc_btn3.vc_btn3-color-sky,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat{color:#fff;background-color:#5aa1e3}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-sky:focus,.vc_btn3.vc_btn3-color-sky:hover{color:#f7f7f7;background-color:#4092df}.vc_btn3.vc_btn3-color-sky.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-sky:active{color:#f2f2f2;background-color:#378ddd}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline{color:#5aa1e3;border-color:#5aa1e3;background-color:transparent}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover{color:#fff;border-color:#5aa1e3;background-color:#5aa1e3}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active{color:#fff;border-color:#5aa1e3;background-color:#5aa1e3}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d{color:#fff;background-color:#5aa1e3;box-shadow:0 5px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#5aa1e3}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#5aa1e3}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern{color:#fff;border-color:#5aa1e3;background-color:#5aa1e3}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#4092df;background-color:#4092df}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#378ddd;background-color:#378ddd}.vc_btn3.vc_btn3-color-green,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat{color:#fff;background-color:#6dab3c}.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-green:focus,.vc_btn3.vc_btn3-color-green:hover{color:#f7f7f7;background-color:#5f9434}.vc_btn3.vc_btn3-color-green.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-green:active{color:#f2f2f2;background-color:#5a8d31}.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline{color:#6dab3c;border-color:#6dab3c;background-color:transparent}.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover{color:#fff;border-color:#6dab3c;background-color:#6dab3c}.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active{color:#fff;border-color:#6dab3c;background-color:#6dab3c}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d{color:#fff;background-color:#6dab3c;box-shadow:0 5px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#6dab3c}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#6dab3c}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern{color:#fff;border-color:#6dab3c;background-color:#6dab3c}.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#5f9434;background-color:#5f9434}.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#5a8d31;background-color:#5a8d31}.vc_btn3.vc_btn3-color-juicy-pink,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{color:#fff;background-color:#f4524d}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-juicy-pink:focus,.vc_btn3.vc_btn3-color-juicy-pink:hover{color:#f7f7f7;background-color:#f23630}.vc_btn3.vc_btn3-color-juicy-pink.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-juicy-pink:active{color:#f2f2f2;background-color:#f22d27}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline{color:#f4524d;border-color:#f4524d;background-color:transparent}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover{color:#fff;border-color:#f4524d;background-color:#f4524d}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active{color:#fff;border-color:#f4524d;background-color:#f4524d}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d{color:#fff;background-color:#f4524d;box-shadow:0 5px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#f4524d}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#f4524d}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern{color:#fff;border-color:#f4524d;background-color:#f4524d}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#f23630;background-color:#f23630}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#f22d27;background-color:#f22d27}.vc_btn3.vc_btn3-color-sandy-brown,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat{color:#fff;background-color:#f79468}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-sandy-brown:focus,.vc_btn3.vc_btn3-color-sandy-brown:hover{color:#f7f7f7;background-color:#f57f4b}.vc_btn3.vc_btn3-color-sandy-brown.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-sandy-brown:active{color:#f2f2f2;background-color:#f57941}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline{color:#f79468;border-color:#f79468;background-color:transparent}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover{color:#fff;border-color:#f79468;background-color:#f79468}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active{color:#fff;border-color:#f79468;background-color:#f79468}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d{color:#fff;background-color:#f79468;box-shadow:0 5px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#f79468}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#f79468}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern{color:#fff;border-color:#f79468;background-color:#f79468}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#f57f4b;background-color:#f57f4b}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#f57941;background-color:#f57941}.vc_btn3.vc_btn3-color-purple,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat{color:#fff;background-color:#b97ebb}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-purple:focus,.vc_btn3.vc_btn3-color-purple:hover{color:#f7f7f7;background-color:#ae6ab0}.vc_btn3.vc_btn3-color-purple.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-purple:active{color:#f2f2f2;background-color:#ab63ad}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline{color:#b97ebb;border-color:#b97ebb;background-color:transparent}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover{color:#fff;border-color:#b97ebb;background-color:#b97ebb}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active{color:#fff;border-color:#b97ebb;background-color:#b97ebb}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d{color:#fff;background-color:#b97ebb;box-shadow:0 5px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#b97ebb}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#b97ebb}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern{color:#fff;border-color:#b97ebb;background-color:#b97ebb}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#ae6ab0;background-color:#ae6ab0}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#ab63ad;background-color:#ab63ad}.vc_btn3.vc_btn3-color-black,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat{color:#fff;background-color:#2a2a2a}.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-black:focus,.vc_btn3.vc_btn3-color-black:hover{color:#f7f7f7;background-color:#1b1b1b}.vc_btn3.vc_btn3-color-black.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-black:active{color:#f2f2f2;background-color:#161616}.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline{color:#fff;border-color:#2a2a2a;background-color:transparent}.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover{color:#fff;border-color:#2a2a2a;background-color:#2a2a2a}.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active{color:#fff;border-color:#2a2a2a;background-color:#2a2a2a}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d{color:#fff;background-color:#2a2a2a;box-shadow:0 5px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#2a2a2a}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#2a2a2a}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern{color:#fff;border-color:#2a2a2a;background-color:#2a2a2a}.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#1b1b1b;background-color:#1b1b1b}.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#161616;background-color:#161616}.vc_btn3.vc_btn3-color-grey,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{color:#666;background-color:#ebebeb}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-grey:focus,.vc_btn3.vc_btn3-color-grey:hover{color:#5e5e5e;background-color:#dcdcdc}.vc_btn3.vc_btn3-color-grey.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-grey:active{color:#595959;background-color:#d7d7d7}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{color:#666;border-color:#ebebeb;background-color:transparent}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover{color:#666;border-color:#ebebeb;background-color:#ebebeb}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active{color:#666;border-color:#ebebeb;background-color:#ebebeb}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d{color:#666;background-color:#ebebeb;box-shadow:0 5px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover{color:#5e5e5e;background-color:#ebebeb}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active{color:#595959;background-color:#ebebeb}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{color:#666;border-color:#ebebeb;background-color:#ebebeb}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{color:#5e5e5e;border-color:#dcdcdc;background-color:#dcdcdc}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active{color:#595959;border-color:#d7d7d7;background-color:#d7d7d7}.vc_btn3.vc_btn3-color-white,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat{color:#666;background-color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-white:focus,.vc_btn3.vc_btn3-color-white:hover{color:#5e5e5e;background-color:#f0f0f0}.vc_btn3.vc_btn3-color-white.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-white:active{color:#595959;background-color:#ebebeb}.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline{color:#666;border-color:#fff;background-color:transparent}.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover{color:#666;border-color:#fff;background-color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active{color:#666;border-color:#fff;background-color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d{color:#666;background-color:#fff;box-shadow:0 5px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover{color:#5e5e5e;background-color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active{color:#595959;background-color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{color:#666;border-color:#fff;background-color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover{color:#5e5e5e;border-color:#f0f0f0;background-color:#f0f0f0}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active{color:#595959;border-color:#ebebeb;background-color:#ebebeb}.vc_btn3.vc_btn3-color-default,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat{color:#333;background-color:#f7f7f7}.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-default:focus,.vc_btn3.vc_btn3-color-default:hover{color:#2b2b2b;background-color:#e8e8e8}.vc_btn3.vc_btn3-color-default.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-default:active{color:#262626;background-color:#e3e3e3}.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline{color:#f7f7f7;border-color:#f7f7f7;background-color:transparent}.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover{color:#333;border-color:#f7f7f7;background-color:#f7f7f7}.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active{color:#333;border-color:#f7f7f7;background-color:#f7f7f7}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d{color:#333;background-color:#f7f7f7;box-shadow:0 5px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover{color:#2b2b2b;background-color:#f7f7f7}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active{color:#262626;background-color:#f7f7f7}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern{color:#333;border-color:#f7f7f7;background-color:#f7f7f7}.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover{color:#2b2b2b;border-color:#e8e8e8;background-color:#e8e8e8}.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active{color:#262626;border-color:#e3e3e3;background-color:#e3e3e3}.vc_btn3.vc_btn3-color-primary,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat{color:#fff;background-color:#08c}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-primary:focus,.vc_btn3.vc_btn3-color-primary:hover{color:#f7f7f7;background-color:#0074ad}.vc_btn3.vc_btn3-color-primary.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-primary:active{color:#f2f2f2;background-color:#006da3}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline{color:#08c;border-color:#08c;background-color:transparent}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover{color:#fff;border-color:#08c;background-color:#08c}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active{color:#fff;border-color:#08c;background-color:#08c}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d{color:#fff;background-color:#08c;box-shadow:0 5px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#08c}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#08c}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern{color:#fff;border-color:#08c;background-color:#08c}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#0074ad;background-color:#0074ad}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#006da3;background-color:#006da3}.vc_btn3.vc_btn3-color-info,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat{color:#fff;background-color:#58b9da}.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-info:focus,.vc_btn3.vc_btn3-color-info:hover{color:#f7f7f7;background-color:#3fafd4}.vc_btn3.vc_btn3-color-info.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-info:active{color:#f2f2f2;background-color:#37abd3}.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline{color:#58b9da;border-color:#58b9da;background-color:transparent}.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover{color:#fff;border-color:#58b9da;background-color:#58b9da}.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active{color:#fff;border-color:#58b9da;background-color:#58b9da}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d{color:#fff;background-color:#58b9da;box-shadow:0 5px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#58b9da}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#58b9da}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern{color:#fff;border-color:#58b9da;background-color:#58b9da}.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#3fafd4;background-color:#3fafd4}.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#37abd3;background-color:#37abd3}.vc_btn3.vc_btn3-color-success,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat{color:#fff;background-color:#6ab165}.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-success:focus,.vc_btn3.vc_btn3-color-success:hover{color:#f7f7f7;background-color:#59a453}.vc_btn3.vc_btn3-color-success.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-success:active{color:#f2f2f2;background-color:#559d50}.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline{color:#6ab165;border-color:#6ab165;background-color:transparent}.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover{color:#fff;border-color:#6ab165;background-color:#6ab165}.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active{color:#fff;border-color:#6ab165;background-color:#6ab165}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d{color:#fff;background-color:#6ab165;box-shadow:0 5px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#6ab165}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#6ab165}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern{color:#fff;border-color:#6ab165;background-color:#6ab165}.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#59a453;background-color:#59a453}.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#559d50;background-color:#559d50}.vc_btn3.vc_btn3-color-warning,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat{color:#fff;background-color:#f90}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-warning:focus,.vc_btn3.vc_btn3-color-warning:hover{color:#f7f7f7;background-color:#e08700}.vc_btn3.vc_btn3-color-warning.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-warning:active{color:#f2f2f2;background-color:#d68100}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{color:#f90;border-color:#f90;background-color:transparent}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{color:#fff;border-color:#f90;background-color:#f90}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active{color:#fff;border-color:#f90;background-color:#f90}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d{color:#fff;background-color:#f90;box-shadow:0 5px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#f90}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#f90}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern{color:#fff;border-color:#f90;background-color:#f90}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#e08700;background-color:#e08700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#d68100;background-color:#d68100}.vc_btn3.vc_btn3-color-danger,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{color:#fff;background-color:#ff675b}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-danger:focus,.vc_btn3.vc_btn3-color-danger:hover{color:#f7f7f7;background-color:#ff4b3c}.vc_btn3.vc_btn3-color-danger.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-danger:active{color:#f2f2f2;background-color:#ff4132}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline{color:#ff675b;border-color:#ff675b;background-color:transparent}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover{color:#fff;border-color:#ff675b;background-color:#ff675b}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active{color:#fff;border-color:#ff675b;background-color:#ff675b}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d{color:#fff;background-color:#ff675b;box-shadow:0 5px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#ff675b}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#ff675b}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern{color:#fff;border-color:#ff675b;background-color:#ff675b}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#ff4b3c;background-color:#ff4b3c}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#ff4132;background-color:#ff4132}.vc_btn3.vc_btn3-color-inverse,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat{color:#fff;background-color:#555}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-inverse:focus,.vc_btn3.vc_btn3-color-inverse:hover{color:#f7f7f7;background-color:#464646}.vc_btn3.vc_btn3-color-inverse.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-inverse:active{color:#f2f2f2;background-color:#414141}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{color:#555;border-color:#555;background-color:transparent}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{color:#fff;border-color:#555;background-color:#555}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active{color:#fff;border-color:#555;background-color:#555}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d{color:#fff;background-color:#555;box-shadow:0 5px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover{color:#f7f7f7;background-color:#555}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active{color:#f2f2f2;background-color:#555}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover{top:3px;box-shadow:0 2px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover{top:1px;box-shadow:0 2px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover{top:2px;box-shadow:0 2px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover{top:3px;box-shadow:0 2px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern{color:#fff;border-color:#555;background-color:#555}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover{color:#f7f7f7;border-color:#464646;background-color:#464646}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active{color:#f2f2f2;border-color:#414141;background-color:#414141}.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline{color:#2a2a2a}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{color:#ebebeb}.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline{color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{background-image:-webkit-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);background-repeat:repeat-x}.vc_btn3-container.vc_btn3-center{text-align:center}.vc_btn3-container.vc_btn3-left{text-align:left}.vc_btn3-container.vc_btn3-right{text-align:right}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon{display:inline-block;position:static}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon,.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);min-width:1em}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{margin-right:.5em}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{margin-left:.5em}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs{font-size:11px;padding-top:8px;padding-bottom:8px;padding-left:12px;padding-right:12px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline,.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom{padding-top:7px;padding-bottom:7px;padding-left:11px;padding-right:11px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm{font-size:12px;padding-top:11px;padding-bottom:11px;padding-left:16px;padding-right:16px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline,.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom{padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md{font-size:14px;padding-top:14px;padding-bottom:14px;padding-left:20px;padding-right:20px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline,.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom{padding-top:13px;padding-bottom:13px;padding-left:19px;padding-right:19px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{font-size:16px;padding-top:18px;padding-bottom:18px;padding-left:25px;padding-right:25px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline,.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom{padding-top:17px;padding-bottom:17px;padding-left:24px;padding-right:24px}.vc_btn3-container .vc_btn3-block.vc_btn3-icon-left,.vc_btn3-container .vc_btn3-block.vc_btn3-icon-right{text-align:inherit}.vc_custom_heading a,.vc_custom_heading a:focus,.vc_custom_heading a:hover,.vc_custom_heading a:visited{border:none;text-decoration:inherit;color:inherit}.vc_custom_heading a{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:1}.vc_custom_heading a:hover{opacity:.85}.vc_call_to_action{background-color:#ebebeb;border:2px solid #ebebeb;padding:2em;border-radius:5px}.vc_call_to_action :last-child{margin-bottom:0}.vc_call_to_action.vc_cta_square{border-radius:0}.vc_call_to_action.vc_cta_square_outlined{border-radius:0;background:0 0!important}.vc_call_to_action.vc_cta_round{border-radius:50px}.vc_call_to_action.vc_cta_outlined{background:0 0!important}.vc_call_to_action hgroup h2,.vc_call_to_action hgroup h4{margin:0;clear:none}.vc_call_to_action hgroup+p{margin-top:1em}.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn{float:right;margin-left:2em}.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn{float:left;margin-right:2em}.wpb_call_to_action{position:relative;background-color:#f7f7f7;padding:20px;padding:35px;border:1px solid #f0f0f0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpb_call_to_action .wpb_button{margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cta_align_left .wpb_button{float:left}.cta_align_right .wpb_button{float:right}.cta_align_left .wpb_button,.cta_align_right .wpb_button{max-width:27.5%}.cta_align_left .wpb_call_text,.cta_align_right .wpb_call_text{width:70%;float:left;clear:none}.cta_align_left .wpb_call_text{float:right}#content .wpb_call_to_action .wpb_call_text,.wpb_call_to_action .wpb_call_text{margin:0;padding-top:0}.cta_align_bottom{text-align:center}.cta_align_bottom .wpb_button{position:static;margin-top:21.73913043px;display:inline-block}.cta_no_button .wpb_call_text{width:auto;float:none}@media (max-width:600px){.vc_responsive .cta_align_left .wpb_button,.vc_responsive .cta_align_right .wpb_button{max-width:70%;width:70%;float:none;display:block;margin:3% auto}.vc_responsive .cta_align_left .wpb_call_text,.vc_responsive .cta_align_right .wpb_call_text{width:auto;max-width:none;text-align:center}}.vc_cta3-container{margin-bottom:35px;margin-left:auto;margin-right:auto}.vc_cta3-container::after,.vc_cta3-container::before{display:table;content:' '}.vc_cta3-container.vc_cta3-size-xs{width:50%}.vc_cta3-container.vc_cta3-size-sm{width:60%}.vc_cta3-container.vc_cta3-size-md{width:70%}.vc_cta3-container.vc_cta3-size-lg{width:80%}.vc_cta3-container.vc_cta3-size-xl{width:90%}.vc_general.vc_cta3{border:1px solid transparent;font-size:1em;padding:28px 28px;word-wrap:break-word}.vc_general.vc_cta3 .vc_cta3-content{vertical-align:top}.vc_general.vc_cta3 .vc_cta3-content>:last-child,.vc_general.vc_cta3 .vc_cta3-icons>:last-child{margin-bottom:0}.vc_general.vc_cta3 .vc_cta3-actions{vertical-align:middle;white-space:nowrap}@media (min-width:768px){.vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container{margin:0}}.vc_general.vc_cta3 .vc_cta3-icons{vertical-align:middle}.vc_general.vc_cta3 h2,.vc_general.vc_cta3 h4{margin-top:0;margin-left:0;margin-right:0}.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content{text-align:left}.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content{text-align:right}.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content{text-align:center}.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content{text-align:justify}.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container{padding-top:1em}.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons{text-align:center}.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element{display:inline-block}.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container{padding-bottom:1em}.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons{text-align:center}.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element{display:inline-block}.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons{display:table-cell}.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container{display:table-cell;padding-left:1em}.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons{display:table-cell}.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container{display:table-cell;padding-right:1em}.vc_general.vc_cta3.vc_cta3-icons-on-border{position:relative}.vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons{position:absolute}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons{right:0;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs{margin-right:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-right:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm{margin-right:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-right:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md{margin-right:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container{padding-right:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg{margin-right:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-right:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl{margin-right:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-right:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons{left:0;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs{margin-left:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-left:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm{margin-left:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-left:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md{margin-left:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container{padding-left:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg{margin-left:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-left:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl{margin-left:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-left:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons{left:50%;top:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs{margin-top:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-top:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm{margin-top:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-top:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md{margin-top:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container{padding-top:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg{margin-top:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-top:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl{margin-top:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-top:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons{left:50%;bottom:0;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs{margin-bottom:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-bottom:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm{margin-bottom:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-bottom:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md{margin-bottom:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container{padding-bottom:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg{margin-bottom:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-bottom:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl{margin-bottom:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-bottom:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:35px}.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content{margin-top:1em}.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content{margin-bottom:1em}@media (min-width:768px){.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions{display:table-cell;max-width:30%}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content{padding-left:28px;display:table-cell}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions{display:table-cell;max-width:30%}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content{padding-right:28px;display:table-cell}}.vc_general.vc_cta3.vc_cta3-style-classic{border-color:#f0f0f0;background-color:#f7f7f7}.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4{color:inherit}.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2,.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4{color:inherit}.vc_general.vc_cta3.vc_cta3-style-outline{border-width:3px}.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2,.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4{color:inherit}.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2,.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4{color:inherit}.vc_general.vc_cta3.vc_cta3-style-custom{border-color:#f0f0f0;background-color:#f7f7f7}.vc_general.vc_cta3.vc_cta3-shape-square{border-radius:0}.vc_general.vc_cta3.vc_cta3-shape-rounded{border-radius:5px}.vc_general.vc_cta3.vc_cta3-shape-round{border-radius:4em}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header{color:#5472d2}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat{color:#c9d2f0;border-color:transparent;background-color:#5472d2}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d{box-shadow:0 5px 0 #3253bc;color:#c9d2f0;border-color:transparent;background-color:#5472d2}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline{border-color:#5472d2;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header{color:#5472d2}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header{color:#00c1cf}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat{color:#d3f5f1;border-color:transparent;background-color:#00c1cf}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d{box-shadow:0 5px 0 #008d97;color:#d3f5f1;border-color:transparent;background-color:#00c1cf}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline{border-color:#00c1cf;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header{color:#00c1cf}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header{color:#fe6c61}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat{color:#fcdbd7;border-color:transparent;background-color:#fe6c61}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d{box-shadow:0 5px 0 #fe3829;color:#fcdbd7;border-color:transparent;background-color:#fe6c61}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline{border-color:#fe6c61;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header{color:#fe6c61}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header{color:#8d6dc4}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat{color:#e1d5f5;border-color:transparent;background-color:#8d6dc4}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d{box-shadow:0 5px 0 #6e48b1;color:#e1d5f5;border-color:transparent;background-color:#8d6dc4}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline{border-color:#8d6dc4;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header{color:#8d6dc4}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header{color:#4cadc9}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat{color:#d0edf5;border-color:transparent;background-color:#4cadc9}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d{box-shadow:0 5px 0 #338faa;color:#d0edf5;border-color:transparent;background-color:#4cadc9}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline{border-color:#4cadc9;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header{color:#4cadc9}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header{color:#cec2ab}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat{color:#f7f3eb;border-color:transparent;background-color:#cec2ab}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d{box-shadow:0 5px 0 #b9a888;color:#f7f3eb;border-color:transparent;background-color:#cec2ab}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline{border-color:#cec2ab;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header{color:#cec2ab}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header{color:#50485b}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat{color:#e2ddeb;border-color:transparent;background-color:#50485b}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d{box-shadow:0 5px 0 #342f3c;color:#e2ddeb;border-color:transparent;background-color:#50485b}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline{border-color:#50485b;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header{color:#50485b}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header{color:#75d69c}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat{color:#e1f5e9;border-color:transparent;background-color:#75d69c}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d{box-shadow:0 5px 0 #4ac97d;color:#e1f5e9;border-color:transparent;background-color:#75d69c}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline{border-color:#75d69c;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header{color:#75d69c}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header{color:#f7be68}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat{color:#faf0e1;border-color:transparent;background-color:#f7be68}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d{box-shadow:0 5px 0 #f4a733;color:#faf0e1;border-color:transparent;background-color:#f7be68}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline{border-color:#f7be68;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header{color:#f7be68}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header{color:#5aa1e3}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat{color:#dce9f5;border-color:transparent;background-color:#5aa1e3}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d{box-shadow:0 5px 0 #2a86db;color:#dce9f5;border-color:transparent;background-color:#5aa1e3}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline{border-color:#5aa1e3;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header{color:#5aa1e3}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header{color:#6dab3c}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat{color:#e5f2da;border-color:transparent;background-color:#6dab3c}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d{box-shadow:0 5px 0 #53812d;color:#e5f2da;border-color:transparent;background-color:#6dab3c}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline{border-color:#6dab3c;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header{color:#6dab3c}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header{color:#f4524d}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat{color:#fce2e1;border-color:transparent;background-color:#f4524d}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d{box-shadow:0 5px 0 #f11f18;color:#fce2e1;border-color:transparent;background-color:#f4524d}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline{border-color:#f4524d;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header{color:#f4524d}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header{color:#f79468}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat{color:#f7e1d7;border-color:transparent;background-color:#f79468}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d{box-shadow:0 5px 0 #f46e33;color:#f7e1d7;border-color:transparent;background-color:#f79468}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline{border-color:#f79468;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header{color:#f79468}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header{color:#b97ebb}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat{color:#f4dff5;border-color:transparent;background-color:#b97ebb}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d{box-shadow:0 5px 0 #a559a8;color:#f4dff5;border-color:transparent;background-color:#b97ebb}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline{border-color:#b97ebb;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header{color:#b97ebb}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header{color:#2a2a2a}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat{color:#d9d9d9;border-color:transparent;background-color:#2a2a2a}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d{box-shadow:0 5px 0 #0e0e0e;color:#d9d9d9;border-color:transparent;background-color:#2a2a2a}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline{border-color:#2a2a2a;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header{color:#2a2a2a}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header{color:#ebebeb}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat{color:#9d9d9e;border-color:transparent;background-color:#ebebeb}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d{box-shadow:0 5px 0 #cfcfcf;color:#9d9d9e;border-color:transparent;background-color:#ebebeb}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline{border-color:#ebebeb;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header{color:#ebebeb}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat{color:#9d9d9e;border-color:transparent;background-color:#fff}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d{box-shadow:0 5px 0 #e3e3e3;color:#9d9d9e;border-color:transparent;background-color:#fff}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline{border-color:#fff;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat{color:#9d9d9e;border-color:transparent;background-color:#f0f0f0}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d{box-shadow:0 5px 0 #d4d4d4;color:#9d9d9e;border-color:transparent;background-color:#f0f0f0}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline{border-color:#f0f0f0;background-color:transparent}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header{color:#f0f0f0}.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner{height:1em;width:1em}.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner{height:2em;width:2em}.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner{height:3em;width:3em}.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner{height:4em;width:4em}.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner{height:5em;width:5em}.wpb_gmaps_widget .wpb_wrapper{background-color:#f7f7f7;padding:5px}.wpb_gmaps_widget .wpb_map_wraper iframe{margin-bottom:0;padding:0;display:block;width:100%;border:none}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper{position:relative;padding-bottom:56.25%;height:0}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe{position:absolute;top:0;left:0;height:100%}.wpb_accordion_section .wpb_accordion_header a:focus,.wpb_content_element .wpb_tabs_nav li a:focus,.wpb_tour_next_prev_nav a:focus{outline:0}.wpb_content_element .wpb_tabs_nav,.wpb_content_element .wpb_tour_tabs_wrapper{padding:0}.wpb_content_element .wpb_tabs_nav{margin:0;padding-left:0!important;text-indent:inherit!important}#content .wpb_content_element .wpb_tabs_nav{margin:0}.wpb_content_element .wpb_tabs_nav li{background-color:#fff;white-space:nowrap;padding:0;background-image:none;list-style:none!important}.wpb_content_element .wpb_tabs_nav li:after,.wpb_content_element .wpb_tabs_nav li:before{display:none!important}.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,.wpb_content_element .wpb_tabs_nav li:hover{background-color:#f7f7f7}.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a{cursor:default}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide{display:none}.wpb_content_element .wpb_accordion_header a,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{border-bottom:none;text-decoration:none;display:block;padding:.5em 1em}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#f7f7f7}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{padding:1em}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child{margin-bottom:0}.wpb_tabs .wpb_tabs_nav li{float:left;margin:0 1px 0 0}.wpb_tour .wpb_tabs_nav{float:left;width:31.66666667%}.wpb_tour .wpb_tabs_nav li{margin:0 0 1px 0;clear:left;width:100%}.wpb_tour .wpb_tabs_nav a{width:100%}.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;float:left;width:68.33333333%;padding:0 0 0 21.73913043px}.wpb_tour_next_prev_nav{margin-left:31.66666667%;padding-left:21.73913043px;font-size:80%}.wpb_tour_next_prev_nav a{border-bottom:1px dotted;text-decoration:none}.wpb_tour_next_prev_nav a:hover{text-decoration:none;border-bottom:none}.wpb_tour_next_prev_nav span{width:48%;display:inline-block;padding-top:1em;float:left}.wpb_tour_next_prev_nav span.wpb_next_slide{text-align:right;float:right}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{margin:0 0 1px 0;padding-top:0;position:relative;text-transform:none;font-weight:inherit;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{padding-left:1em}.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon{display:block;width:16px;height:16px;background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/toggle_open.png);background-repeat:no-repeat;position:absolute;right:.7em;top:.7em}.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/toggle_close.png)}@media (max-width:480px){.vc_responsive .wpb_tour .wpb_tab,.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,.vc_responsive .wpb_tour_next_prev_nav{width:100%;float:none;margin-left:0}.vc_responsive .wpb_tour_next_prev_nav{width:auto;padding:0 1em}.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav{margin-bottom:1em}.vc_responsive .wpb_tour .wpb_tab{padding-left:1em;padding-right:1em}}.wpb_column .wpb_wrapper .wpb_teaser_grid{float:none}body ul.wpb_thumbnails-fluid li{padding:0;margin-left:0;background-image:none;list-style:none!important}body ul.wpb_thumbnails-fluid li:after,body ul.wpb_thumbnails-fluid li:before{display:none!important}body ul.wpb_thumbnails-fluid li .entry-content :last-child{margin-bottom:0}.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,.wpb_row .wpb_grid ul.wpb_thumbnails-fluid{padding:0;overflow:visible!important}.wpb_teaser_grid .entry-content{margin:0;padding:0;width:100%}.grid_layout-thumbnail .post-thumb{margin-bottom:0}.grid_layout-thumbnail .post-thumb img{max-width:100%}.wpb_carousel .wpb_wrapper{position:relative}.wpb_carousel .next,.wpb_carousel .prev{position:absolute;top:3px;background-color:#f7f7f7;padding:0 6px 0 6px;font-size:12px;z-index:10;text-decoration:none;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.wpb_carousel .next:hover,.wpb_carousel .prev:hover{background-color:#f0f0f0}.wpb_carousel .next:focus,.wpb_carousel .prev:focus{outline:0;text-decoration:none}.wpb_carousel .prev{right:30px}.wpb_carousel .next{right:0}.wpb_carousel .wpb_thumbnails-fluid{width:100%}.wpb_carousel .wpb_thumbnails-fluid>[class*=vc_span]{height:auto!important}.wpb_categories_filter,.wpb_teaser_grid .categories_filter{list-style:none;list-style-type:none;padding:0;margin:0 0 10px 0}.wpb_categories_filter li,.wpb_teaser_grid .categories_filter li{display:block;float:left;margin:0 10px 10px 0;background-image:none;list-style:none!important}.wpb_categories_filter li:after,.wpb_categories_filter li:before,.wpb_teaser_grid .categories_filter li:after,.wpb_teaser_grid .categories_filter li:before{display:none!important}.wpb_categories_filter li a,.wpb_teaser_grid .categories_filter li a{border:none;text-decoration:none}.wpb_categories_filter li a:hover,.wpb_teaser_grid .categories_filter li a:hover{border-bottom:1px dotted}.wpb_categories_filter li.active a,.wpb_teaser_grid .categories_filter li.active a{border-bottom:1px dotted}@media (max-width:480px){.vc_responsive .wpb_row ul.wpb_thumbnails-fluid{margin-left:0;width:auto}.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-]{width:100%;float:none;display:block;margin-left:0;margin-right:0}}.wpb_image_grid .wpb_image_grid_ul{margin:0;padding:0}.wpb_image_grid .wpb_image_grid_ul>li{background-image:none;list-style:none!important}.wpb_image_grid .wpb_image_grid_ul>li:after,.wpb_image_grid .wpb_image_grid_ul>li:before{display:none!important}.wpb_image_grid .wpb_image_grid_ul .isotope-item{list-style:none;margin:0 1px 1px 0;max-width:100%;float:left}.wpb_image_grid .wpb_image_grid_ul a{display:block}.wpb_image_grid .wpb_image_grid_ul img{display:block;max-width:100%;height:auto}.wpb_gallery .theme-default .nivoSlider{margin-bottom:0}.wpb_gallery .theme-default .nivo-controlNav{padding:10px 0 3px 0}.wpb_gallery .wpb_flexslider .flex-control-nav{bottom:auto;top:100%;margin-top:15px}.wpb_gallery .wpb_flexslider .flex-caption{cursor:default}.wpb_gallery .wpb_flexslider .flex-direction-nav a{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpb_gallery .wpb_flexslider .flex-direction-nav a:before{line-height:1}.wpb_gallery .wpb_flexslider .flex-control-paging{z-index:10}#content .wpb_gallery_slides ul.flex-direction-nav,#content .wpb_gallery_slides ul.slides,.content .wpb_gallery_slides ul.flex-direction-nav,.content .wpb_gallery_slides ul.slides,.wpb_content_element .wpb_gallery_slides ul li,.wpb_gallery_slides ul.flex-direction-nav,.wpb_gallery_slides ul.slides,body .wpb_gallery_slides ul li{list-style:none;padding:0;background-image:none;margin:0}.flickr_badge_image{margin:0 10px 10px 0;width:72px;height:72px;float:left;background:0 0;padding:0}.flickr_badge_image a{border:none}.flickr_badge_image img{margin:0;overflow:hidden;position:relative;width:100%;height:100%;max-width:100%;max-height:100%}.wpb_flickr_widget p.flickr_stream_wrap{clear:both;margin-bottom:0;font-size:80%}.wpb_flickr_widget p.flickr_stream_wrap a{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/flickr.png);background-repeat:no-repeat;background-position:left center;padding-left:25px;display:inline-block}.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper{width:10%}.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper{width:20%}.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper{width:30%}.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper{width:40%}.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper{width:50%}.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper{width:60%}.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper{width:70%}.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper{width:80%}.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper{width:90%}.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper{width:100%}.wpb_video_widget .wpb_video_wrapper{padding-top:56.25%;position:relative;width:100%}.wpb_video_widget .wpb_video_wrapper>div{padding-top:0!important;position:static}.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{padding-top:56.25%}.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper{padding-top:75%}.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper{padding-top:42.55319149%}.wpb_video_widget.vc_video-align-left .wpb_wrapper{float:left}.wpb_video_widget.vc_video-align-center .wpb_wrapper{margin:0 auto}.wpb_video_widget.vc_video-align-right .wpb_wrapper{float:right}.wpb_video_widget .wpb_wrapper{position:relative}.wpb_video_widget .wpb_wrapper iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpb_video_wrapper .fluid-width-video-wrapper{padding-top:0!important;position:static}.wpb_posts_slider .flex-caption,.wpb_posts_slider .nivo-caption{background-color:#f7f7f7;opacity:1;color:inherit;padding:10px 15px;position:static}.wpb_posts_slider .wpb_gallery_slides>ul>li{background-image:none;list-style:none!important}.wpb_posts_slider .wpb_gallery_slides>ul>li:after,.wpb_posts_slider .wpb_gallery_slides>ul>li:before{display:none!important}.vc_progress_bar .vc_single_bar{background:#f7f7f7;position:relative;margin-bottom:11.66666667px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1) inset;box-shadow:0 1px 2px rgba(0,0,0,.1) inset;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.vc_progress_bar .vc_single_bar:last-child{margin-bottom:0}.vc_progress_bar .vc_single_bar .vc_label{display:block;padding:.5em 1em;position:relative;z-index:1}.vc_progress_bar .vc_single_bar .vc_bar{display:block;position:absolute;height:100%;background-color:#e0e0e0;width:0%;top:0;left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;transition:width 1s linear;-moz-transition:width 1s linear;-webkit-transition:width 1s linear;-o-transition:width 1s linear}.vc_progress_bar .vc_single_bar .vc_bar.striped{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.vc_progress_bar .vc_single_bar .vc_bar.animated{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar{background-color:#0074cc}.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar{background-color:#0074cc}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar{background-color:#49afcd}.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar{background-color:#49afcd}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar{background-color:#5bb75b}.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar{background-color:#5bb75b}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar{background-color:#faa732}.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar{background-color:#faa732}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar{background-color:#da4f49}.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar{background-color:#da4f49}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar{background-color:#414141}.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar{background-color:#414141}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar{background-color:#5472d2}.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar{background-color:#5472d2}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar{background-color:#00c1cf}.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar{background-color:#00c1cf}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar{background-color:#fe6c61}.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar{background-color:#fe6c61}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar{background-color:#8d6dc4}.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar{background-color:#8d6dc4}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar{background-color:#4cadc9}.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar{background-color:#4cadc9}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar{background-color:#cec2ab}.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar{background-color:#cec2ab}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar{background-color:#50485b}.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar{background-color:#50485b}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar{background-color:#75d69c}.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar{background-color:#75d69c}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar{background-color:#75d69c}.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar{background-color:#75d69c}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar{background-color:#2a2a2a}.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar{background-color:#2a2a2a}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar{background-color:#ebebeb}.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label{color:#666;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar{background-color:#ebebeb}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label{color:#666;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar{background-color:#f7be68}.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar{background-color:#f7be68}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar{background-color:#5aa1e3}.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar{background-color:#5aa1e3}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar{background-color:#6dab3c}.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar{background-color:#6dab3c}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar{background-color:#f4524d}.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar{background-color:#f4524d}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar{background-color:#f79468}.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar{background-color:#f79468}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar{background-color:#b97ebb}.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar{background-color:#b97ebb}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar{background-color:#fff}.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label{color:#666;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar{background-color:#fff}.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label{color:#666;text-shadow:0 -1px 0 rgba(0,0,0,.25)}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.vc_pie_chart{z-index:0;text-align:center;opacity:0}.vc_pie_chart.vc_ready{opacity:1}.vc_pie_chart .vc_pie_wrapper{position:relative;margin:0 auto}.vc_pie_chart canvas{position:relative;z-index:1}.vc_pie_chart .vc_pie_chart_value{font-size:200%;position:absolute;top:0;left:0;display:block;width:100%;height:100%;text-align:center}.vc_pie_chart_back{display:block;position:absolute;width:100%;height:100%;top:0;left:0;border:6px solid #f7f7f7;border-radius:999px;border-radius:50%;opacity:.3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vc_images_carousel .vc_carousel-control{border:none}.vc_carousel .vc_carousel-control{text-shadow:none;border:none;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.vc_carousel .vc_carousel-control:active,.vc_carousel .vc_carousel-control:focus{outline:0}.vc_carousel .vc_carousel-indicators li{width:5px;height:5px;margin:0;border-color:#f7f7f7;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;-o-transition:all .2s linear}.vc_separator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vc_separator h4{line-height:1em;font-size:100%;margin:0;word-wrap:break-word;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.vc_separator h4 .normal{font-size:12px;font-weight:400}.vc_separator .vc_sep_holder{height:1px;position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:10%}.vc_separator .vc_sep_holder .vc_sep_line{height:1px;border-top:1px solid #ebebeb;display:block;position:relative;top:1px;width:100%}.vc_separator.vc_separator_align_center h4{padding:0 .8em}.vc_separator.vc_separator_align_left h4{padding:0 .8em 0 0}.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l{display:none}.vc_separator.vc_separator_align_right h4{padding:0 0 0 .8em;margin:0!important}.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r{display:none}.vc_separator.vc_sep_double{height:3px}.vc_separator.vc_sep_double .vc_sep_line{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;height:3px}.vc_separator.vc_sep_dashed .vc_sep_line{border-top-style:dashed}.vc_separator.vc_sep_dotted .vc_sep_line{border-top-style:dotted}.vc_separator.vc_sep_shadow .vc_sep_line{border:none;position:relative;height:20px;top:0;overflow:hidden}.vc_separator.vc_sep_shadow .vc_sep_line::after{content:'';display:block;position:absolute;left:0;top:-20px;right:0;height:10px;border-radius:100%}.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{right:-100%;box-shadow:10px 10px 10px 1px}.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{left:-100%;box-shadow:-10px 10px 10px 1px}.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l{width:100%}.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r{display:none}.vc_separator .vc_icon_element{margin-bottom:0}.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4{padding-left:0}.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl{margin-left:.8em;margin-right:.8em}.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,.vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style{margin-left:.8em}.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style+h4{padding-left:.8em}.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line{border-top-width:1px}.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:1px;top:0}.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line{top:0}.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 1px}.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 1px}.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line{border-top-width:2px}.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:2px;top:-1px}.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line{top:-1px}.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 2px}.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 2px}.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line{border-top-width:3px}.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:3px;top:-1px}.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line{top:-1px}.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 3px}.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 3px}.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line{border-top-width:4px}.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:4px;top:-2px}.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line{top:-2px}.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 4px}.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 4px}.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line{border-top-width:5px}.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:5px;top:-2px}.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line{top:-2px}.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 5px}.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 5px}.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line{border-top-width:6px}.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:6px;top:-3px}.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line{top:-3px}.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 6px}.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 6px}.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line{border-top-width:7px}.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:7px;top:-3px}.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line{top:-3px}.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 7px}.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 7px}.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line{border-top-width:8px}.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:8px;top:-4px}.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line{top:-4px}.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 8px}.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 8px}.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line{border-top-width:9px}.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:9px;top:-4px}.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line{top:-4px}.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 9px}.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 9px}.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line{border-top-width:10px}.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:10px;top:-5px}.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line{top:-5px}.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after{box-shadow:10px 10px 10px 10px}.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after{box-shadow:-10px 10px 10px 10px}.vc_separator.vc_sep_color_blue .vc_sep_line{border-color:#5472d2}.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder{color:#5472d2}.vc_separator.vc_sep_color_turquoise .vc_sep_line{border-color:#00c1cf}.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder{color:#00c1cf}.vc_separator.vc_sep_color_pink .vc_sep_line{border-color:#fe6c61}.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder{color:#fe6c61}.vc_separator.vc_sep_color_violet .vc_sep_line{border-color:#8d6dc4}.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder{color:#8d6dc4}.vc_separator.vc_sep_color_peacoc .vc_sep_line{border-color:#4cadc9}.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder{color:#4cadc9}.vc_separator.vc_sep_color_chino .vc_sep_line{border-color:#cec2ab}.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder{color:#cec2ab}.vc_separator.vc_sep_color_mulled_wine .vc_sep_line{border-color:#50485b}.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder{color:#50485b}.vc_separator.vc_sep_color_vista_blue .vc_sep_line{border-color:#75d69c}.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder{color:#75d69c}.vc_separator.vc_sep_color_black .vc_sep_line{border-color:#2a2a2a}.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder{color:#2a2a2a}.vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#ebebeb}.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder{color:#ebebeb}.vc_separator.vc_sep_color_orange .vc_sep_line{border-color:#f7be68}.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder{color:#f7be68}.vc_separator.vc_sep_color_sky .vc_sep_line{border-color:#5aa1e3}.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder{color:#5aa1e3}.vc_separator.vc_sep_color_green .vc_sep_line{border-color:#6dab3c}.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder{color:#6dab3c}.vc_separator.vc_sep_color_juicy_pink .vc_sep_line{border-color:#f4524d}.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder{color:#f4524d}.vc_separator.vc_sep_color_sandy_brown .vc_sep_line{border-color:#f79468}.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder{color:#f79468}.vc_separator.vc_sep_color_purple .vc_sep_line{border-color:#b97ebb}.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder{color:#b97ebb}.vc_separator.vc_sep_color_white .vc_sep_line{border-color:#fff}.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder{color:#fff}.vc_text_separator,.wpb_separator{border-bottom:1px solid #ebebeb}.vc_sep_width_10{width:10%}.vc_sep_width_20{width:20%}.vc_sep_width_30{width:30%}.vc_sep_width_40{width:40%}.vc_sep_width_50{width:50%}.vc_sep_width_60{width:60%}.vc_sep_width_70{width:70%}.vc_sep_width_80{width:80%}.vc_sep_width_90{width:90%}.vc_sep_width_100{width:100%}.vc_sep_pos_align_center{margin-left:auto;margin-right:auto}.vc_sep_pos_align_left{margin-left:0;margin-right:auto}.vc_sep_pos_align_right{margin-left:auto;margin-right:0}.wpb_separator{clear:both;height:1px}.vc_text_separator{clear:both;height:1px}.vc_text_separator div{display:inline-block;background-color:#fff;padding:1px 1em;position:relative;top:-9px}.separator_align_center{text-align:center}.separator_align_left{text-align:left}.separator_align_right{text-align:right}.vc-zigzag-wrapper{text-align:center}.vc-zigzag-wrapper.vc-zigzag-align-left{text-align:left}.vc-zigzag-wrapper.vc-zigzag-align-right{text-align:right}.vc-zigzag-inner{display:inline-block}.wpb_single_image a{border:none;outline:0}.wpb_single_image img{height:auto;max-width:100%;vertical-align:top}.wpb_single_image img.vc_img-placeholder{width:100%}.wpb_single_image .vc_single_image-wrapper{display:inline-block;vertical-align:top;max-width:100%}.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{border-radius:4px;-webkit-box-shadow:none;box-shadow:none}.wpb_single_image .vc_single_image-wrapper.vc_box_outline,.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle{border-radius:0;-webkit-box-shadow:none;box-shadow:none;padding:6px;border:1px solid #ebebeb}.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img{border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:1px solid #ebebeb}.wpb_single_image .vc_single_image-wrapper.vc_box_border,.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle{border-radius:0;-webkit-box-shadow:none;box-shadow:none;padding:6px;border:none}.wpb_single_image .vc_single_image-wrapper.vc_box_border img,.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img{border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle{border-radius:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img{border-radius:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle{padding:6px}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d{border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:15px}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,.wpb_single_image .vc_single_image-wrapper.vc_box_circle,.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle{border-radius:50%;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img{border-radius:50%;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle{-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img{-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}.wpb_single_image.vc_align_center{text-align:center}.wpb_single_image.vc_align_right{text-align:right}.wpb_single_image.vc_align_left{text-align:left}.wpb_single_image .vc_box_shadow_3d{position:relative;z-index:0;display:inline-block;max-width:100%}.wpb_single_image .vc_box_shadow_3d:after,.wpb_single_image .vc_box_shadow_3d:before{content:"";position:absolute;-webkit-box-shadow:0 15px 10px rgba(0,0,0,.6);box-shadow:0 15px 10px rgba(0,0,0,.6);left:5px;right:50%;bottom:8px;height:30%;z-index:-1;border-radius:inherit;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:skewY(-6deg);-ms-transform:skewY(-6deg);transform:skewY(-6deg)}.wpb_single_image .vc_box_shadow_3d:after{left:50%;right:5px;-webkit-transform:skewY(6deg);-ms-transform:skewY(6deg);transform:skewY(6deg);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.wpb_single_image .vc_figure{display:inline-block;vertical-align:top;margin:0;max-width:100%}.wpb_single_image .vc_figure-caption{margin-top:.2em;font-size:.8em}.wpb_single_image .vc_box_outline.vc_box_border_blue,.wpb_single_image .vc_box_outline_circle.vc_box_border_blue{border-color:#5472d2}.wpb_single_image .vc_box_border.vc_box_border_blue,.wpb_single_image .vc_box_border_circle.vc_box_border_blue{background-color:#5472d2}.wpb_single_image .vc_box_outline.vc_box_border_turquoise,.wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise{border-color:#00c1cf}.wpb_single_image .vc_box_border.vc_box_border_turquoise,.wpb_single_image .vc_box_border_circle.vc_box_border_turquoise{background-color:#00c1cf}.wpb_single_image .vc_box_outline.vc_box_border_pink,.wpb_single_image .vc_box_outline_circle.vc_box_border_pink{border-color:#fe6c61}.wpb_single_image .vc_box_border.vc_box_border_pink,.wpb_single_image .vc_box_border_circle.vc_box_border_pink{background-color:#fe6c61}.wpb_single_image .vc_box_outline.vc_box_border_violet,.wpb_single_image .vc_box_outline_circle.vc_box_border_violet{border-color:#8d6dc4}.wpb_single_image .vc_box_border.vc_box_border_violet,.wpb_single_image .vc_box_border_circle.vc_box_border_violet{background-color:#8d6dc4}.wpb_single_image .vc_box_outline.vc_box_border_peacoc,.wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc{border-color:#4cadc9}.wpb_single_image .vc_box_border.vc_box_border_peacoc,.wpb_single_image .vc_box_border_circle.vc_box_border_peacoc{background-color:#4cadc9}.wpb_single_image .vc_box_outline.vc_box_border_chino,.wpb_single_image .vc_box_outline_circle.vc_box_border_chino{border-color:#cec2ab}.wpb_single_image .vc_box_border.vc_box_border_chino,.wpb_single_image .vc_box_border_circle.vc_box_border_chino{background-color:#cec2ab}.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,.wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine{border-color:#50485b}.wpb_single_image .vc_box_border.vc_box_border_mulled_wine,.wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine{background-color:#50485b}.wpb_single_image .vc_box_outline.vc_box_border_vista_blue,.wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue{border-color:#75d69c}.wpb_single_image .vc_box_border.vc_box_border_vista_blue,.wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue{background-color:#75d69c}.wpb_single_image .vc_box_outline.vc_box_border_black,.wpb_single_image .vc_box_outline_circle.vc_box_border_black{border-color:#2a2a2a}.wpb_single_image .vc_box_border.vc_box_border_black,.wpb_single_image .vc_box_border_circle.vc_box_border_black{background-color:#2a2a2a}.wpb_single_image .vc_box_outline.vc_box_border_grey,.wpb_single_image .vc_box_outline_circle.vc_box_border_grey{border-color:#ebebeb}.wpb_single_image .vc_box_border.vc_box_border_grey,.wpb_single_image .vc_box_border_circle.vc_box_border_grey{background-color:#ebebeb}.wpb_single_image .vc_box_outline.vc_box_border_orange,.wpb_single_image .vc_box_outline_circle.vc_box_border_orange{border-color:#f7be68}.wpb_single_image .vc_box_border.vc_box_border_orange,.wpb_single_image .vc_box_border_circle.vc_box_border_orange{background-color:#f7be68}.wpb_single_image .vc_box_outline.vc_box_border_sky,.wpb_single_image .vc_box_outline_circle.vc_box_border_sky{border-color:#5aa1e3}.wpb_single_image .vc_box_border.vc_box_border_sky,.wpb_single_image .vc_box_border_circle.vc_box_border_sky{background-color:#5aa1e3}.wpb_single_image .vc_box_outline.vc_box_border_green,.wpb_single_image .vc_box_outline_circle.vc_box_border_green{border-color:#6dab3c}.wpb_single_image .vc_box_border.vc_box_border_green,.wpb_single_image .vc_box_border_circle.vc_box_border_green{background-color:#6dab3c}.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,.wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink{border-color:#f4524d}.wpb_single_image .vc_box_border.vc_box_border_juicy_pink,.wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink{background-color:#f4524d}.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,.wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown{border-color:#f79468}.wpb_single_image .vc_box_border.vc_box_border_sandy_brown,.wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown{background-color:#f79468}.wpb_single_image .vc_box_outline.vc_box_border_purple,.wpb_single_image .vc_box_outline_circle.vc_box_border_purple{border-color:#b97ebb}.wpb_single_image .vc_box_border.vc_box_border_purple,.wpb_single_image .vc_box_border_circle.vc_box_border_purple{background-color:#b97ebb}.wpb_single_image .vc_box_outline.vc_box_border_white,.wpb_single_image .vc_box_outline_circle.vc_box_border_white{border-color:#fff}.wpb_single_image .vc_box_border.vc_box_border_white,.wpb_single_image .vc_box_border_circle.vc_box_border_white{background-color:#fff}.vc_icon_element{line-height:0;font-size:14px;margin-bottom:35px}.vc_icon_element.vc_icon_element-outer{box-sizing:border-box;text-align:center}.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left{text-align:left}.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center{text-align:center}.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right{text-align:right}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{text-align:center;display:inline-block;border:2px solid transparent;width:4em;height:4em;box-sizing:content-box;position:relative}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{font-size:2.15em;font-style:normal;line-height:1!important;font-size-adjust:none;font-stretch:normal;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-language-override:normal;font-language-override:normal;-webkit-font-kerning:auto;font-kerning:auto;font-synthesis:weight style;font-variant:normal;text-rendering:auto;display:inline-block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before{font-style:normal;display:inline-block;text-decoration:inherit;width:inherit;height:inherit;font-size:1em;text-align:center;text-rendering:optimizelegibility}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link{width:100%;height:100%;display:block;position:absolute;top:0;box-sizing:content-box;border:none}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs{max-width:100%!important;line-height:1.2em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner{width:2.5em!important;height:2.5em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon{font-size:1.2em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm{max-width:100%!important;line-height:1.6em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner{width:3.15em!important;height:3.15em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon{font-size:1.6em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md{max-width:100%!important;line-height:2.15em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner{width:4em!important;height:4em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{font-size:2.15em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg{max-width:100%!important;line-height:2.85em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner{width:5em!important;height:5em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{font-size:2.85em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl{max-width:100%!important;line-height:5em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner{width:7.15em!important;height:7.15em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{font-size:5em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded{border-radius:50%}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link{border-radius:50%}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline{border-radius:50%}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link{border-radius:50%}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less{border-radius:5px}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link{border-radius:5px}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline{border-radius:5px}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link{border-radius:5px}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon{color:#5472d2}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon{color:#00c1cf}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon{color:#fe6c61}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon{color:#8d6dc4}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon{color:#4cadc9}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon{color:#cec2ab}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon{color:#50485b}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon{color:#75d69c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon{color:#2a2a2a}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon{color:#ebebeb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon{color:#f7be68}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon{color:#5aa1e3}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon{color:#6dab3c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon{color:#f4524d}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon{color:#f79468}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon{color:#b97ebb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon{color:#fff}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline{border-color:#5472d2}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background{background-color:#5472d2}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline{border-color:#00c1cf}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background{background-color:#00c1cf}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline{border-color:#fe6c61}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background{background-color:#fe6c61}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline{border-color:#8d6dc4}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background{background-color:#8d6dc4}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline{border-color:#4cadc9}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background{background-color:#4cadc9}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline{border-color:#cec2ab}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background{background-color:#cec2ab}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline{border-color:#50485b}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background{background-color:#50485b}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline{border-color:#75d69c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background{background-color:#75d69c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline{border-color:#2a2a2a}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background{background-color:#2a2a2a}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline{border-color:#ebebeb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background{background-color:#ebebeb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline{border-color:#f7be68}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background{background-color:#f7be68}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline{border-color:#5aa1e3}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background{background-color:#5aa1e3}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline{border-color:#6dab3c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background{background-color:#6dab3c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline{border-color:#f4524d}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background{background-color:#f4524d}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline{border-color:#f79468}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background{background-color:#f79468}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline{border-color:#b97ebb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background{background-color:#b97ebb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline{border-color:#fff}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background{background-color:#fff}.vc_chart .vc_chart-legend{font-size:14px;margin:0;padding:0}.vc_chart .vc_chart-legend li{line-height:1.3em;list-style:none;margin:0 0 .3em 0;min-height:1.3em}.vc_chart .vc_chart-legend span{border-radius:.3em;display:inline-block;height:1.3em;left:0;margin-right:.5em;vertical-align:middle;width:1.3em}@media (min-width:768px){.vc_chart .vc_chart-legend{display:inline-block;vertical-align:middle;width:40%}.vc_chart .vc_chart-legend li{margin-left:1em}.vc_chart .vc_chart-with-legend{display:inline-block;vertical-align:middle;width:60%}}.vc_line-chart .vc_chart-with-legend{width:75%}.vc_line-chart .vc_chart-legend{width:25%}.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg{border-radius:0}.wpb_single_image [class*='_circle'] .vc-zoom-wrapper{border-radius:50%}.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper{border-radius:4px}.vc_general.vc_pagination{display:block;margin:0;padding:0;text-align:center}.vc_general.vc_pagination .vc_pagination-item{display:inline-block;margin:0;padding:0;vertical-align:middle}.vc_general.vc_pagination .vc_pagination-trigger{display:block;text-decoration:none;cursor:pointer;height:10px;width:10px;margin:5px 7px;background:0 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:none}.vc_general.vc_pagination .vc_pagination-trigger:focus{outline:0}.vc_general.vc_pagination .vc_active .vc_pagination-trigger{cursor:default}.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger{border:3px solid transparent}.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger{opacity:.6}.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover{opacity:1}.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger{opacity:1}.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger{border-radius:50%}.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger{border-radius:3px}.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger{border-color:#5472d2}.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#5472d2}.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#5472d2}.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger{background-color:#5472d2}.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger{border-color:#00c1cf}.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#00c1cf}.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#00c1cf}.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger{background-color:#00c1cf}.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger{border-color:#fe6c61}.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#fe6c61}.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#fe6c61}.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger{background-color:#fe6c61}.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger{border-color:#8d6dc4}.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#8d6dc4}.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#8d6dc4}.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger{background-color:#8d6dc4}.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger{border-color:#4cadc9}.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#4cadc9}.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#4cadc9}.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger{background-color:#4cadc9}.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger{border-color:#cec2ab}.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#cec2ab}.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#cec2ab}.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger{background-color:#cec2ab}.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger{border-color:#50485b}.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#50485b}.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#50485b}.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger{background-color:#50485b}.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger{border-color:#75d69c}.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#75d69c}.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#75d69c}.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger{background-color:#75d69c}.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger{border-color:#f7be68}.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#f7be68}.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#f7be68}.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger{background-color:#f7be68}.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger{border-color:#5aa1e3}.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#5aa1e3}.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#5aa1e3}.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger{background-color:#5aa1e3}.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger{border-color:#6dab3c}.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#6dab3c}.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#6dab3c}.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger{background-color:#6dab3c}.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger{border-color:#f4524d}.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#f4524d}.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#f4524d}.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger{background-color:#f4524d}.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger{border-color:#f79468}.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#f79468}.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#f79468}.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger{background-color:#f79468}.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger{border-color:#b97ebb}.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#b97ebb}.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#b97ebb}.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger{background-color:#b97ebb}.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger{border-color:#2a2a2a}.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#2a2a2a}.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#2a2a2a}.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger{background-color:#2a2a2a}.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger{border-color:#ebebeb}.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#ebebeb}.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#ebebeb}.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger{background-color:#ebebeb}.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger{border-color:#fff}.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#fff}.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger{background-color:#fff}.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger{background-color:#fff}.vc_grid.vc_row{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.vc-row[data-vc-full-width] .vc_grid.vc_row{overflow:hidden}.vc_grid.vc_row.vc_grid-gutter-1px{margin-bottom:-1px}.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper{margin-right:-1px}.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item{padding-right:1px;padding-bottom:1px}.vc_grid.vc_row.vc_grid-gutter-2px{margin-bottom:-2px}.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper{margin-right:-2px}.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item{padding-right:2px;padding-bottom:2px}.vc_grid.vc_row.vc_grid-gutter-3px{margin-bottom:-3px}.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper{margin-right:-3px}.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item{padding-right:3px;padding-bottom:3px}.vc_grid.vc_row.vc_grid-gutter-4px{margin-bottom:-4px}.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper{margin-right:-4px}.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item{padding-right:4px;padding-bottom:4px}.vc_grid.vc_row.vc_grid-gutter-5px{margin-bottom:-5px}.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper{margin-right:-5px}.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item{padding-right:5px;padding-bottom:5px}.vc_grid.vc_row.vc_grid-gutter-10px{margin-bottom:-10px}.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper{margin-right:-10px}.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item{padding-right:10px;padding-bottom:10px}.vc_grid.vc_row.vc_grid-gutter-15px{margin-bottom:-15px}.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper{margin-right:-15px}.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item{padding-right:15px;padding-bottom:15px}.vc_grid.vc_row.vc_grid-gutter-20px{margin-bottom:-20px}.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper{margin-right:-20px}.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item{padding-right:20px;padding-bottom:20px}.vc_grid.vc_row.vc_grid-gutter-25px{margin-bottom:-25px}.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper{margin-right:-25px}.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item{padding-right:25px;padding-bottom:25px}.vc_grid.vc_row.vc_grid-gutter-30px{margin-bottom:-30px}.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper{margin-right:-30px}.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{padding-right:30px;padding-bottom:30px}.vc_grid.vc_row.vc_grid-gutter-35px{margin-bottom:-35px}.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper{margin-right:-35px}.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item{padding-right:35px;padding-bottom:35px}.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover{z-index:3}.vc_grid.vc_row .vc_grid-item{display:none;padding:0;vertical-align:top;float:none;box-sizing:border-box;z-index:1}.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content{overflow:hidden}.vc_grid.vc_row .vc_grid-item .vc_btn,.vc_grid.vc_row .vc_grid-item .vc_icon_element,.vc_grid.vc_row .vc_grid-item .wpb_content_element{margin-bottom:15px}.vc_grid.vc_row .vc_grid-item .vc_btn a,.vc_grid.vc_row .vc_grid-item .vc_icon_element a,.vc_grid.vc_row .vc_grid-item .wpb_content_element a{text-decoration:none;border-bottom:0}.vc_grid .vc_gitem-link{border-bottom:none;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.vc_masonry_grid .vc_grid.vc_row .vc_grid-item,.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item{position:static}.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,.vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item{display:block}.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item{display:block}@media (min-width:768px){.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item{display:inline-block}}@-moz-document url-prefix(){.vc_masonry_grid .vc_grid-item,.vc_masonry_media_grid .vc_grid-item{margin-left:-.01px}}.vc_gitem-zone-b{display:none}.vc_gitem-float-none{float:none}.vc_gitem-float-left{float:left}.vc_gitem-float-right{float:right}.vc_gitem-align-center{text-align:center}.vc_gitem-align-right{text-align:right}.vc_gitem-align-justify{text-align:justify}.vc_gitem-block{position:relative;overflow:hidden}.vc_gitem-is-link{cursor:pointer}.vc_gitem-link{text-decoration:none}.vc_gitem_row{margin-left:0;margin-right:0;margin-bottom:0;padding:inherit;box-sizing:border-box}.vc_gitem_row .vc_gitem_row{margin-bottom:0}.vc_gitem-zone-a .vc_gitem-row-position-top,.vc_gitem-zone-b .vc_gitem-row-position-top{position:absolute;left:0;right:0;top:0}.vc_gitem-zone-a .vc_gitem-row-position-middle,.vc_gitem-zone-b .vc_gitem-row-position-middle{position:absolute;left:0;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.vc_gitem-zone-a .vc_gitem-row-position-bottom,.vc_gitem-zone-b .vc_gitem-row-position-bottom{position:absolute;left:0;right:0;bottom:0}.vc_gitem_row .vc_gitem-col{box-sizing:border-box;padding:10px;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.vc_gitem-zone{position:relative;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-clip:border-box;box-sizing:border-box;overflow:hidden}.vc_gitem-zone .vc-zone-link{display:block;position:absolute;top:0;right:0;left:0;bottom:0;z-index:5}.vc_gitem-zone-img{width:100%;display:block;visibility:hidden;height:auto}.vc_gitem-zone-a .vc_gitem-zone-mini{box-sizing:border-box;padding:inherit;position:static;top:0;left:0;bottom:0;right:0}.vc_gitem-zone-b{overflow:hidden}.vc_gitem-zone-b .vc_gitem-zone-mini{position:static;padding:inherit;top:0;left:0;right:0;bottom:0;margin:0}.vc_grid-item-zone-c-left .vc_gitem-animated-block{float:right;width:50%}.vc_grid-item-zone-c-left .vc_gitem-zone-c{float:left;width:50%}.vc_grid-item-zone-c-right .vc_gitem-animated-block{float:left;width:50%}.vc_grid-item-zone-c-right .vc_gitem-zone-c{float:right;width:50%}.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img{display:none!important}.vc-gitem-zone-height-mode-auto:before{content:"";display:block;padding-top:100%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before{padding-top:75%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before{padding-top:133.33333333%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before{padding-top:133.33333333%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before{padding-top:56.25%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before{padding-top:177.77777778%}.vc_gitem-animated-block{position:relative}.vc_gitem-animate .vc_btn{-webkit-transition:all 0s ease;-o-transition:all 0s ease;transition:all 0s ease}.vc_gitem-animate .vc_gitem-zone-b{z-index:199}.vc_gitem-animate-none .vc_gitem-zone-b{display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:0;opacity:0;box-sizing:border-box}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b{opacity:1}.vc_gitem-animate-blurOut .vc_gitem-zone-b,.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,.vc_gitem-animate-fadeIn .vc_gitem-zone-b,.vc_gitem-animate-scaleIn .vc_gitem-zone-b,.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b{display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:0;opacity:0;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;box-sizing:border-box}.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator{-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;width:0}.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn{-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,.vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,.vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,.vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title{display:inline-block;opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-perspective:1000;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform 1s cubic-bezier(0,.275,.125,1),opacity .5s cubic-bezier(0,.275,.125,1);-moz-transition:-moz-transform 1s cubic-bezier(0,.275,.125,1),opacity .5s cubic-bezier(0,.275,.125,1);transition:transform 1s cubic-bezier(0,.275,.125,1),opacity .5s cubic-bezier(0,.275,.125,1)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title{opacity:1}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator{-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;width:50%}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn{-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b{opacity:1}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator{-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;width:50%}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn{-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.vc_gitem-animate-scaleIn{overflow:hidden}.vc_gitem-animate-scaleIn .vc_gitem-zone-a{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;transition:transform .3s ease-in-out}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.vc_gitem-animate-scaleRotateIn{overflow:hidden}.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;transition:transform .3s ease-in-out}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a{-webkit-transform:scale(1.5) rotate(10deg);-moz-transform:scale(1.5) rotate(10deg);-ms-transform:scale(1.5) rotate(10deg);-o-transform:scale(1.5) rotate(10deg);transform:scale(1.5) rotate(10deg)}.vc_gitem-animate-blurOut .vc_gitem-zone-a,.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a{filter:blur(0);-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-perspective:1000;-webkit-backface-visibility:hidden;webkit-transition:filter .5s cubic-bezier(0,.275,.125,1),-webkit-transform .5s cubic-bezier(0,.275,.125,1);-moz-transition:filter .5s cubic-bezier(0,.275,.125,1),-moz-transform .5s cubic-bezier(0,.275,.125,1);transition:filter .5s cubic-bezier(0,.275,.125,1),transform .5s cubic-bezier(0,.275,.125,1)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a{filter:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/vc/blur.svg#blur);-webkit-filter:blur(2px);-moz-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px)}.vc_gitem-animate-blurScaleOut{overflow:hidden}.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.vc_gitem-animate-slideInRight{overflow:hidden}.vc_gitem-animate-slideInRight .vc_gitem-zone-b{display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:0;opacity:0;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.vc_gitem-animate-slideInLeft{overflow:hidden}.vc_gitem-animate-slideInLeft .vc_gitem-zone-b{display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:0;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.vc_gitem-animate-slideBottom{overflow:hidden;position:relative}.vc_gitem-animate-slideBottom .vc_gitem-zone-b{display:block;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;z-index:1000;position:absolute;top:100%;height:100%;left:0;right:0;margin:0}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b{top:0}.vc_gitem-animate-slideTop{overflow:hidden;position:relative}.vc_gitem-animate-slideTop .vc_gitem-zone-b{display:block;-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;z-index:1000;position:absolute;top:-100%;height:100%;left:0;right:0;margin:0}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b{top:0}.vc_gitem-animate-flipFadeIn{overflow:hidden}.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 1s;-moz-transition:-moz-transform 1s;-o-transition:-o-transform 1s;transition:transform 1s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b{display:block;top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b{opacity:1;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.vc_gitem-animate-flipHorizontalFadeIn{overflow:hidden}.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 1s;-moz-transition:-moz-transform 1s;-o-transition:-o-transform 1s;transition:transform 1s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b{display:block;top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b{opacity:1;-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.vc_gitem-animate-goTop20{overflow:hidden}.vc_gitem-animate-goTop20 .vc_gitem-zone-a{position:relative;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .5s ease;-moz-transition:-moz-transform .5s ease;-o-transition:-o-transform .5s ease;transition:transform .5s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a{-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);-o-transform:translateY(-20%);transform:translateY(-20%)}.vc_gitem-animate-goTop20 .vc_gitem-zone-b{display:block;-webkit-transition:bottom .5s ease;-o-transition:bottom .5s ease;transition:bottom .5s ease;bottom:-100%;z-index:1000;position:absolute;width:100%;margin:0}.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b{bottom:0}.vc_gitem-animate-goBottom20{overflow:hidden}.vc_gitem-animate-goBottom20 .vc_gitem-zone-a{position:relative;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .5s ease;-moz-transition:-moz-transform .5s ease;-o-transition:-o-transform .5s ease;transition:transform .5s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a{-webkit-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.vc_gitem-animate-goBottom20 .vc_gitem-zone-b{display:block;-webkit-transition:top .5s ease;-o-transition:top .5s ease;transition:top .5s ease;top:-100%;z-index:1000;position:absolute;width:100%;margin:0}.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b{top:0}.vc_gitem-post-data{margin-bottom:15px}.vc_gitem-post-data h2{margin:0}.vc_gitem-post-category-name .vc_gitem-link{color:inherit}.vc_grid .vc_pageable-load-more-btn{text-align:center;margin-top:25px}.vc_grid .vc_pageable-load-more-btn>.vc_btn{outline:0}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots{display:none;margin-top:20px;text-align:center;-webkit-tap-highlight-color:transparent}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot{cursor:pointer;display:inline-block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span{width:10px;height:10px;margin:5px 7px;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span{border:3px solid;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span{border:3px solid;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:.6}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span{opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span{width:10px;height:10px;margin:5px 7px;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span{opacity:.6}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span{opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span{width:10px;height:10px;margin:5px 7px;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;opacity:.6}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span{opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span{border-color:#5472d2!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span{background-color:#5472d2!important;border-color:#5472d2!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span{border-color:#00c1cf!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span{background-color:#00c1cf!important;border-color:#00c1cf!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span{border-color:#fe6c61!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span{background-color:#fe6c61!important;border-color:#fe6c61!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span{border-color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span{background-color:#8d6dc4!important;border-color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span{border-color:#4cadc9!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span{background-color:#4cadc9!important;border-color:#4cadc9!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span{border-color:#cec2ab!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span{background-color:#cec2ab!important;border-color:#cec2ab!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span{border-color:#50485b!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span{background-color:#50485b!important;border-color:#50485b!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span{border-color:#75d69c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span{background-color:#75d69c!important;border-color:#75d69c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span{border-color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span{background-color:#2a2a2a!important;border-color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span{border-color:#ebebeb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span{background-color:#ebebeb!important;border-color:#ebebeb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span{border-color:#f7be68!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span{background-color:#f7be68!important;border-color:#f7be68!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span{border-color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span{background-color:#5aa1e3!important;border-color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span{border-color:#6dab3c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span{background-color:#6dab3c!important;border-color:#6dab3c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span{border-color:#f4524d!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span{background-color:#f4524d!important;border-color:#f4524d!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span{border-color:#f79468!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span{background-color:#f79468!important;border-color:#f79468!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span{border-color:#b97ebb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span{background-color:#b97ebb!important;border-color:#b97ebb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span{border-color:#fff!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span{background-color:#fff!important;border-color:#fff!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span{background-color:#5472d2!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span{background-color:#00c1cf!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span{background-color:#fe6c61!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span{background-color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span{background-color:#4cadc9!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span{background-color:#cec2ab!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span{background-color:#50485b!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span{background-color:#75d69c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span{background-color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span{background-color:#ebebeb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span{background-color:#f7be68!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span{background-color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span{background-color:#6dab3c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span{background-color:#f4524d!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span{background-color:#f79468!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span{background-color:#b97ebb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span,.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span{background-color:#fff!important}.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav{opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{cursor:pointer;opacity:0;-webkit-transition:opacity .3s ease-in 0s;-o-transition:opacity .3s ease-in 0s;transition:opacity .3s ease-in 0s;-webkit-tap-highlight-color:transparent}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled{display:none!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{position:absolute;top:50%;margin-top:-12.5px;opacity:.5;font-size:25px;line-height:25px;height:25px;display:inline-block;text-decoration:none;cursor:pointer;-webkit-transition:opacity .3s ease-in 0s;-o-transition:opacity .3s ease-in 0s;transition:opacity .3s ease-in 0s}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover,.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover{opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{left:5px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside{left:-30px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{right:5px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside{right:-30px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue{color:#5472d2!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise{color:#00c1cf!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink{color:#fe6c61!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet{color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc{color:#4cadc9!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino{color:#cec2ab!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine{color:#50485b!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue{color:#75d69c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black{color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey{color:#ebebeb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange{color:#f7be68!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky{color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green{color:#6dab3c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink{color:#f4524d!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown{color:#f79468!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple{color:#b97ebb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white{color:#fff!important}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-13px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-13.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-14px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-14.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-15px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-17.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-20px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-22.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-25px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-27.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next,.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev{margin-top:-30px}.vc_grid-pagination .vc_grid-pagination-list{outline:0;display:block;padding-left:0;text-align:center;margin:20px 0 0!important;border-radius:2px}.vc_grid-pagination .vc_grid-pagination-list>li{display:inline-block;margin:0;border:0 solid transparent}.vc_grid-pagination .vc_grid-pagination-list>li>a,.vc_grid-pagination .vc_grid-pagination-list>li>span{color:#fff;background-color:#428bca;border:1px solid #428bca;-webkit-transition:opacity .3s ease-in 0s;-o-transition:opacity .3s ease-in 0s;transition:opacity .3s ease-in 0s;position:relative;float:left;padding:3px 10px;line-height:1.42857143;text-decoration:none;opacity:.5;margin-left:-1px;font-size:10px}.vc_grid-pagination .vc_grid-pagination-list>li:first-child>a,.vc_grid-pagination .vc_grid-pagination-list>li:first-child>span{margin-left:0}.vc_grid-pagination .vc_grid-pagination-list>li:focus a,.vc_grid-pagination .vc_grid-pagination-list>li:focus span,.vc_grid-pagination .vc_grid-pagination-list>li:hover a,.vc_grid-pagination .vc_grid-pagination-list>li:hover span{opacity:1}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-prev>a:after{font-family:vc_grid_v1;display:inline-block;content:"\e61b"}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-next>a:after{font-family:vc_grid_v1;display:inline-block;content:"\e61a"}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-first>a:after{font-family:vc_grid_v1;display:inline-block;content:"\e618"}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-last>a:after{font-family:vc_grid_v1;display:inline-block;content:"\e619"}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:hover,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:hover{z-index:2;opacity:1;cursor:default}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:hover,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:hover{display:none}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li{border-color:#5472d2!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>span{background-color:#5472d2!important;border-color:#5472d2!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li{border-color:#00c1cf!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>span{background-color:#00c1cf!important;border-color:#00c1cf!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li{border-color:#fe6c61!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>span{background-color:#fe6c61!important;border-color:#fe6c61!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li{border-color:#8d6dc4!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>span{background-color:#8d6dc4!important;border-color:#8d6dc4!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li{border-color:#4cadc9!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>span{background-color:#4cadc9!important;border-color:#4cadc9!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li{border-color:#cec2ab!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>span{background-color:#cec2ab!important;border-color:#cec2ab!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li{border-color:#50485b!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>span{background-color:#50485b!important;border-color:#50485b!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li{border-color:#75d69c!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>span{background-color:#75d69c!important;border-color:#75d69c!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li{border-color:#2a2a2a!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>span{background-color:#2a2a2a!important;border-color:#2a2a2a!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li{border-color:#ebebeb!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span{background-color:#ebebeb!important;border-color:#ebebeb!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li{border-color:#f7be68!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>span{background-color:#f7be68!important;border-color:#f7be68!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li{border-color:#5aa1e3!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>span{background-color:#5aa1e3!important;border-color:#5aa1e3!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li{border-color:#6dab3c!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>span{background-color:#6dab3c!important;border-color:#6dab3c!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li{border-color:#f4524d!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>span{background-color:#f4524d!important;border-color:#f4524d!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li{border-color:#f79468!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>span{background-color:#f79468!important;border-color:#f79468!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li{border-color:#b97ebb!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>span{background-color:#b97ebb!important;border-color:#b97ebb!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li{border-color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>span{background-color:#fff!important;border-color:#fff!important;color:#2a2a2a!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:28px;min-height:22px}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>span{border-bottom-left-radius:2px;border-top-left-radius:2px}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span{margin-left:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:22px;min-width:22px;padding:3px}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span{margin-left:5px;border-radius:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:22px;min-width:22px;padding:3px}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:22px;min-width:22px;padding:3px}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span{background-color:transparent!important;color:#000!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light>li>span{background-color:transparent!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li{border-left-width:1px!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a{border-width:0;background:none repeat scroll 0 0 rgba(0,0,0,0)!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled+li,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li:first-child,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled+li,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li:first-child{border-width:0!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a{color:#000!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a{color:#fff!important}.vc_grid-loading{margin:2em auto;font-size:10px;position:relative;text-indent:-9999em;-webkit-animation-delay:.16s;animation-delay:.16s;height:20px}.vc_grid-loading,.vc_grid-loading:after,.vc_grid-loading:before{border-radius:50%;width:12px;height:12px;-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}.vc_grid-loading:before{left:-20px}.vc_grid-loading:after{left:20px;-webkit-animation-delay:.32s;animation-delay:.32s}.vc_grid-loading:after,.vc_grid-loading:before{content:'';position:absolute;top:0}@-webkit-keyframes load7{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em rgba(235,235,235,.75)}40%{box-shadow:0 2.5em 0 0 rgba(235,235,235,.75)}}@keyframes load7{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em rgba(235,235,235,.75)}40%{box-shadow:0 2.5em 0 0 rgba(235,235,235,.75)}}.vc_grid-filter{margin-left:0;margin-bottom:20px;list-style:none;padding:0}.vc_grid-filter.vc_grid-filter-center{text-align:center}.vc_grid-filter.vc_grid-filter-right{text-align:right}.vc_grid-filter.vc_grid-filter-left{text-align:left}.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover{background-color:#5472d2}.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover{background-color:#00c1cf}.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover{background-color:#fe6c61}.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover{background-color:#8d6dc4}.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover{background-color:#4cadc9}.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover{background-color:#cec2ab}.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover{background-color:#50485b}.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover{background-color:#75d69c}.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover{background-color:#2a2a2a}.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover{background-color:#ebebeb}.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span{color:#666}.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover{background-color:#f7be68}.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover{background-color:#5aa1e3}.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover{background-color:#6dab3c}.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover{background-color:#f4524d}.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover{background-color:#f79468}.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover{background-color:#b97ebb}.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover{background-color:#fff}.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span{color:#666}.vc_grid-filter>.vc_grid-filter-item{cursor:pointer;display:inline-block;background:0 0;padding:4px 10px;-webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear}.vc_grid-filter>.vc_grid-filter-item:first-child{margin-left:0!important}.vc_grid-filter>.vc_grid-filter-item>span{-webkit-transition:color .1s linear;-o-transition:color .1s linear;transition:color .1s linear;outline:0;padding:0;text-decoration:none}.vc_grid-filter>.vc_grid-filter-item.vc_active>span,.vc_grid-filter>.vc_grid-filter-item:hover>span{text-decoration:none}.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item{margin:0 5px 5px 0;border-radius:30px}.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item{padding:0!important}.vc_grid-filter.vc_grid-filter-default-less-rounded>.vc_grid-filter-item{margin:0 5px 5px 0;border-radius:5px}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item{margin:0;border:1px solid rgba(235,235,235,.8);border-collapse:collapse}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:nth-child(n+2),.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:nth-child(n+2),.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:nth-child(n+2){margin-left:-1px;margin-top:-1px}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover{position:relative;z-index:1;border-color:transparent}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active>a,.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover>a,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active>a,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover>a,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active>a,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover>a{text-decoration:none}.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:first-child{border-top-left-radius:30px;border-bottom-left-radius:30px}.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:last-child{border-top-right-radius:30px;border-bottom-right-radius:30px}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item{background-color:#7c93dd}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover{background-color:#5472d2}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item{background-color:#00919c}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover{background-color:#00c1cf}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item{background-color:#fe9b94}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover{background-color:#fe6c61}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item{background-color:#a991d3}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover{background-color:#8d6dc4}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item{background-color:#73bfd5}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover{background-color:#4cadc9}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item{background-color:#e1d9cb}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover{background-color:#cec2ab}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item{background-color:#695f77}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover{background-color:#50485b}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item{background-color:#9ce2b8}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover{background-color:#75d69c}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item{background-color:#444}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover{background-color:#2a2a2a}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item{background-color:#d2d2d2}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item>span{color:#666}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover{background-color:#ebebeb}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span{color:#666}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item{background-color:#fad398}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover{background-color:#f7be68}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item{background-color:#86baea}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover{background-color:#5aa1e3}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item{background-color:#87c456}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover{background-color:#6dab3c}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item{background-color:#f7817d}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover{background-color:#f4524d}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item{background-color:#fab698}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover{background-color:#f79468}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item{background-color:#cb9fcd}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover{background-color:#b97ebb}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item{background-color:#e6e6e6}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item>span{color:#666}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover{background-color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span{color:#666}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item{margin:0;border:1px solid transparent;border-collapse:collapse;padding:3px 7px}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:nth-child(n+2),.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:nth-child(n+2){border-left:none;margin-left:1px;border-top:none;margin-top:1px}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-top:0}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child{border-top-left-radius:30px;border-bottom-left-radius:30px;border-top:0}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child{border-top-right-radius:30px;border-bottom-right-radius:30px}.vc_grid-filter.vc_grid-filter-filled-rounded-all>.vc_grid-filter-item{border-radius:3px!important}.vc_grid-filter.vc_grid-filter-filled-round-all>.vc_grid-filter-item{border-radius:30px!important}.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item{font-size:12px;padding:1px 5px}.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item{font-size:13px;padding:2px 7px}.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item{font-size:100%;padding:2px 10px}.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item{font-size:18px;padding:4px 10px}.vc_grid-filter-select{display:none}.vc_grid-filter-dropdown,.vc_grid-filter-select{font-size:12px;margin-bottom:20px}.vc_grid-filter-dropdown.vc_grid-filter-center,.vc_grid-filter-select.vc_grid-filter-center{text-align:center}.vc_grid-filter-dropdown.vc_grid-filter-right,.vc_grid-filter-select.vc_grid-filter-right{text-align:right}.vc_grid-filter-dropdown.vc_grid-filter-left,.vc_grid-filter-select.vc_grid-filter-left{text-align:left}.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon{display:none}.vc_grid-filter-dropdown .vc_grid-styled-select select,.vc_grid-filter-select .vc_grid-styled-select select{outline:0;display:inline-block}@media (min-width:768px){.vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon{color:#5472d2}.vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon{color:#00c1cf}.vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon{color:#fe6c61}.vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon{color:#8d6dc4}.vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon{color:#4cadc9}.vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon{color:#cec2ab}.vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon{color:#50485b}.vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon{color:#75d69c}.vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon{color:#2a2a2a}.vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon{color:#ebebeb}.vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon{color:#f7be68}.vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon{color:#5aa1e3}.vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon{color:#6dab3c}.vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon{color:#f4524d}.vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon{color:#f79468}.vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon{color:#b97ebb}.vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon,.vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon{color:#fff}.vc_grid-filter-dropdown .vc_grid-styled-select,.vc_grid-filter-select .vc_grid-styled-select{border:1px solid #ccc;display:inline-block;height:30px;overflow:hidden;padding-right:5px;text-align:left;width:auto;vertical-align:middle}.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon{font-size:17px;display:inline;vertical-align:middle}.vc_grid-filter-dropdown .vc_grid-styled-select select,.vc_grid-filter-select .vc_grid-styled-select select{background:none repeat scroll 0 0 transparent;border:0 none;border-radius:0;height:30px;line-height:1;margin-right:-50px;padding:5px;position:relative;font-size:12px;z-index:0;cursor:pointer;max-width:inherit!important}}@media (max-width:768px){.vc_responsive .vc_grid-filter-select{display:block}.vc_responsive .vc_grid-filter{display:none!important}}.owl-carousel .owl-item .vc_grid-item{-webkit-transform:translate3D(0,0,0);-ms-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.owl-carousel .owl-animated-out{z-index:0}.owl-carousel .owl-animated-in{z-index:1}.vc-hoverbox-wrapper,.vc-hoverbox-wrapper *{box-sizing:border-box}.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back,.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front{border-radius:10px}.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back,.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front{border-radius:50px}.vc-hoverbox-wrapper.vc-hoverbox-align--center{text-align:center}.vc-hoverbox-wrapper.vc-hoverbox-align--left{text-align:left}.vc-hoverbox-wrapper.vc-hoverbox-align--right{text-align:right}.vc-hoverbox-wrapper .vc-hoverbox{position:relative;display:inline-block;text-align:center;width:100%}.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox{width:100%}.vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox{width:90%}.vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox{width:80%}.vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox{width:70%}.vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox{width:60%}.vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox{width:50%}.vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox{width:40%}.vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox{width:30%}.vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox{width:20%}.vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox{width:10%}.vc-hoverbox-inner{width:100%;display:inline-block;min-height:250px}.vc-hoverbox-inner :last-child{margin-bottom:0}.vc-hoverbox-block{height:100%;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;transition:transform .5s ease-in-out;transform-style:preserve-3d;background-size:cover;background-position:center}.vc-hoverbox-block-inner{flex-shrink:0;padding:20px}.vc-hoverbox-block-inner>*{backface-visibility:hidden}.vc-hoverbox-front{transform:rotateY(0);z-index:1}.vc-hoverbox-back{transform:rotateY(180deg)}.vc-hoverbox:hover .vc-hoverbox-front{transform:rotateY(-180deg)}.vc-hoverbox:hover .vc-hoverbox-back{transform:rotateY(0)}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front{transform:rotateY(180deg)}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back{transform:rotateY(0);z-index:2}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front{transform:rotateY(0)}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back{transform:rotateY(-180deg)}@font-face{font-family:vc_grid_v1;src:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);src:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'),url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'),url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'),url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');font-weight:400;font-style:normal}[class*=" vc_arrow-icon-"],[class^=vc_arrow-icon-]{font-family:vc_grid_v1;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vc_arrow-icon-minus:before{content:"\e61c"}.vc_arrow-icon-plus:before{content:"\e61d"}.vc_arrow-icon-arrow_down:before{content:"\e61e"}.vc_arrow-icon-arrow_up:before{content:"\e61f"}.vc_arrow-icon-arrow_01_left:before{content:"\e600"}.vc_arrow-icon-arrow_01_right:before{content:"\e601"}.vc_arrow-icon-arrow_02_left:before{content:"\e602"}.vc_arrow-icon-arrow_02_right:before{content:"\e603"}.vc_arrow-icon-arrow_03_left:before{content:"\e604"}.vc_arrow-icon-arrow_03_right:before{content:"\e605"}.vc_arrow-icon-arrow_04_left:before{content:"\e606"}.vc_arrow-icon-arrow_04_right:before{content:"\e607"}.vc_arrow-icon-arrow_05_left:before{content:"\e608"}.vc_arrow-icon-arrow_05_right:before{content:"\e609"}.vc_arrow-icon-arrow_06_left:before{content:"\e60a"}.vc_arrow-icon-arrow_06_right:before{content:"\e60b"}.vc_arrow-icon-arrow_07_left:before{content:"\e60c"}.vc_arrow-icon-arrow_07_right:before{content:"\e60d"}.vc_arrow-icon-arrow_08_left:before{content:"\e60e"}.vc_arrow-icon-arrow_08_right:before{content:"\e60f"}.vc_arrow-icon-arrow_09_left:before{content:"\e610"}.vc_arrow-icon-arrow_09_right:before{content:"\e611"}.vc_arrow-icon-arrow_10_left:before{content:"\e612"}.vc_arrow-icon-arrow_10_right:before{content:"\e613"}.vc_arrow-icon-arrow_11_left:before{content:"\e614"}.vc_arrow-icon-arrow_11_right:before{content:"\e615"}.vc_arrow-icon-arrow_12_left:before{content:"\e616"}.vc_arrow-icon-arrow_12_right:before{content:"\e617"}.vc_arrow-icon-navicon:before{content:"\f0c9"}.wpb_animate_when_almost_visible{opacity:0}.wpb_animate_when_almost_visible:not(.wpb_start_animation){-webkit-animation:none;-o-animation:none;animation:none}.top-to-bottom,.wpb_top-to-bottom{-webkit-animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275)}.bottom-to-top,.wpb_bottom-to-top{-webkit-animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275)}.left-to-right,.wpb_left-to-right{-webkit-animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275)}.right-to-left,.wpb_right-to-left{-webkit-animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275)}.appear,.wpb_appear{-webkit-animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpb_start_animation{opacity:1}@-webkit-keyframes wpb_ttb{0%{-webkit-transform:translate(0,-10%);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_ttb{0%{-moz-transform:translate(0,-10%);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_ttb{0%{-o-transform:translate(0,-10%);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_ttb{0%{-webkit-transform:translate(0,-10%);-ms-transform:translate(0,-10%);-o-transform:translate(0,-10%);transform:translate(0,-10%);opacity:0}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_btt{0%{-webkit-transform:translate(0,10%);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_btt{0%{-moz-transform:translate(0,10%);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_btt{0%{-o-transform:translate(0,10%);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_btt{0%{-webkit-transform:translate(0,10%);-ms-transform:translate(0,10%);-o-transform:translate(0,10%);transform:translate(0,10%);opacity:0}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_ltr{0%{-moz-transform:translate(-10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_ltr{0%{-o-transform:translate(-10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);-ms-transform:translate(-10%,0);-o-transform:translate(-10%,0);transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_rtl{0%{-webkit-transform:translate(10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes wpb_rtl{0%{-moz-transform:translate(10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes wpb_rtl{0%{-o-transform:translate(10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes wpb_rtl{0%{-webkit-transform:translate(10%,0);-ms-transform:translate(10%,0);-o-transform:translate(10%,0);transform:translate(10%,0);opacity:0}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1}}@-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(.5);opacity:.1}100%{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes wpb_appear{0%{-moz-transform:scale(.5);opacity:.1}100%{-moz-transform:scale(1);opacity:1}}@-o-keyframes wpb_appear{0%{-o-transform:scale(.5);opacity:.1}100%{-o-transform:scale(1);opacity:1}}@keyframes wpb_appear{0%{-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);opacity:.1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}.vc-spinner::before{content:'';width:16px;height:16px;display:inline-block;pointer-events:none;margin-top:6px;background:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/images/spinner.gif) no-repeat;background-position-x:center;background-position-y:center}.vc-spinner.vc-spinner-complete::before{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/vc/tick.png)}.vc-spinner.vc-spinner-failed::before{background-image:url(//christianfilmconnect.com/wp-content/plugins/js_composer/assets/vc/remove.png)}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini{position:relative}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone{opacity:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper{position:absolute;right:0;top:50%;margin-top:-50px;left:0}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader{margin:2em auto;font-size:10px;position:relative;text-indent:-9999em;-webkit-animation-delay:.16s;animation-delay:.16s;height:50px}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{border-radius:50%;width:12px;height:12px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:vc_woo-add-cart-load 1.8s infinite ease-in-out;animation:vc_woo-add-cart-load 1.8s infinite ease-in-out}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{left:-20px}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after{left:20px;-webkit-animation-delay:.32s;animation-delay:.32s}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{content:'';position:absolute;top:0}@-webkit-keyframes vc_woo-add-cart-load{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em rgba(235,235,235,.75)}40%{box-shadow:0 2.5em 0 0 rgba(235,235,235,.75)}}@keyframes vc_woo-add-cart-load{0%,100%,80%{box-shadow:0 2.5em 0 -1.3em rgba(235,235,235,.75)}40%{box-shadow:0 2.5em 0 0 rgba(235,235,235,.75)}}.vc_grid-item-mini .added_to_cart.wc-forward{display:none}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}