@charset "utf-8";

/* CSS Document */



/*@import url(https://fonts.googleapis.com/css?family=Lora:400,700);*/


body {
    font-size: 14px;
      font-family: 'Aktiv Grotesk Corp' !important;
    color: #000;
    line-height: 1.129;
    font-weight: 300;
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Aktiv Grotesk Corp", sans-serif;
}

.show_me_mobile {
    display: none !important
}

/*.tip_bulb {
    background-color: #1799b5;
    border-bottom: 1px solid #1799b5;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #1799b5;
    border-top: 1px solid #1799b5;
    border-top-left-radius: 10px;
    bottom: 15%;
    color: white;
    cursor: pointer;
    font-family: lato;
    font-size: 25px;
    height: 48px;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 50px;
    z-index: 1;
    display: none;
}*/

.recent_show {
    background-color: #EEEEEE;
    bottom: 15px;

    float: right;
    min-height: 130px;
    height: auto;
    opacity: 1;
    position: fixed;
    width: 320px;
    z-index: 10000;
    left: 100%;
    right: 20px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

/*.recent_show .cancel {
    width: 20%;
    float: left;
    background-color: #0081A1;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    height: 100%;
    position: absolute
}*/

.recent_show .whitebulb {
    font-size: 30px;
    color: white;
    padding-top: 20px;
}

.recent_show .cross {
    bottom: 7px;
    clear: both;
    color: black;
    font-size: 24px;
    font-weight: normal !important;
    left: 39%;
    padding-top: 30px;
    position: absolute;
    display: block
}

.recent_show i {
    cursor: pointer;
}

.recent_show .left_recommended {
    color: black;
    float: left;
    font-family: 'Roboto', sans-serif !important;
    line-height: 16px;
    font-weight: 400;
    padding: 20px 5px 20px 23%;
    width: 100%;
}

.clear {
    clear: both;
}

.container {
    max-width: 1100px;
}

.navbar {
    min-height: 110px;
    margin-bottom: 0px;
}

.navbar-default {

    background-color: #fff;

    border: 0 none;

}

.navbar-brand {

    height: auto;

    padding: 35px 15px 20px 15px;

}

.navbar-right {
    margin-top: 45px;
}



.navbar-default .navbar-nav>li>a {

    color: #0081A1;
    font-size: 22px;
    border-right: 1px solid #0081A1;
    padding-top: 0;
    padding-bottom: 0;

}

.navbar-nav>li:last-child a {
    border-right: 0px;
}

.jumbotron {
    text-align: center;
    background: none;
    padding-bottom: 170px;
    padding-top: 200px;
}

.jumbotron h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 15px;
}

.jumbotron h2 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 300;
}

/* .btn-primary {

    background-color: #0081A1;

    border-color: #0081A1;

    border-radius: 4px;

    font-size: 19px;

    font-weight: 300;

    margin-top: 20px;

    padding: 12px 60px;

    /*text-transform: uppercase;
*/
} */

/*.btn-primary:hover{background-color:#1592a6; border-color:#1592a6;}
*/
.btn-primary:hover {
    background-color: white;
    border-color: #1592a6;
    color: #1592a6;
}

.exp_single_job,.edu_single_job {
  
    margin-bottom: 15px;
    line-height: 25px;
}
.title_widget {
    margin: 0 auto;

    max-width: 85%;

    padding: 20px 0;

    text-align: center;
}

.title_widget h1 {
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.title_widget p {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 40px;
}

.seprator {
    width: 10px;
    height: 10px;
    background-color: #c9c9c9;
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.seprator:before {
    width: 165px;
    height: 2px;
    background-color: #c9c9c9;
    content: "";
    position: absolute;
    left: 20px;
    top: 4px;
}

.seprator:after {
    width: 165px;
    height: 2px;
    background-color: #c9c9c9;
    content: "";
    position: absolute;
    right: 20px;
    top: 4px;
}

.categoery-main-conntainer {
    padding: 0px 0;
}

.member-section {
    padding: 70px 0;
}

.member-section h1 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 43px;
}

.member-section p {
    font-size: 21px;
    padding-bottom: 15px;
}

.member-section span {
    display: block;
    padding-bottom: 5px;
}

.member-section .btn-primary {
    padding: 12px 30px;
}

.signup-section {
    background-color: #0081A1;
    padding: 70px 0;
}

.signup-section p {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.0em;
}

.signup-section .makemesmall {
    font-size: 25px !important;
    font-weight: normal;
}

.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border-color: #fff;

    border-radius: 3px;

    border-width: 3px;

    color: #fff;

    font-size: 26px;

    font-weight: bold;

    padding: 10px 25px;

    text-transform: uppercase;
}

.btn-default:hover {
    background: #fff;
    border-color: #fff;
}



.grid {

    position: relative;

    margin: 0 auto;

    padding: 1em 0 4em;

    max-width: 1000px;

    list-style: none;

    text-align: center;

}





figure.cat_box .hide_me,
    {
    display: none
}

/*figure.cat_box:hover .hide_me{display:block;}
figure.cat_box:hover .show_me{display:none;}*/
figure.cat_box:hover h2 {

    /*	color: #fff;
	-webkit-transform: translate3d(0,-30%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-30%,0) translate3d(0,-40px,0);
	display:none;*/
}

.donotshow {
    color: #fff;
    display: none;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: bold;
    left: 6%;
    line-height: 20px;
    position: absolute;
    top: 16%;
    color: black;
    width: 88%;
}

/*.cat_box:hover .donotshow{display:block!important;color:white;text-decoration:none};*/
/*figure.cat_box:hover h2{display:none!important;opacity:0};*/




.footer {
    background-color: #2a2a2a;
    padding: 0px 0;
    /*margin-top:50px;*/
}



.main-banner {
    background: url(../../images/banner.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed
}


#feedback_form .sbSelector,
#feedback_form .sbOptions a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}


.suggestion_bulb {
    background-color: #0081A1;
    border-bottom: 1px solid #0081A1;
    border-left: 1px solid #0081A1;
    border-top: 1px solid #0081A1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 28%;
    color: white;
    cursor: pointer;
    font-family: lato;
    font-size: 16px;
    height: 53px;
    padding: 10px;
    position: fixed;
    right: -36px;
    text-align: center;
    transform: rotate(-90deg);
    width: 114px;
    z-index: 1;
}

.suggestion_bulb i {
    font-size: 25px;
}

.suggestion_show {
    background-color: #FFF;
    position: fixed;
    right: 0px;
    bottom: 10%;
    border-left: 1px solid #0081A1;
    border-top: 1px solid #0081A1;
    border-bottom: 1px solid #0081A1;
    z-index: 100;
    display: none
}

.suggestion_show .sbHolder {
    width: auto;
}

.main_stripe {
    line-height: 24px;
    background-color: #0081A1;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 10px 10px;
    height: 42px !important;
}

.arrow_div {
    float: right;
    font-size: 20px;
    cursor: pointer
}

.bottom_box_suggestion {
    background-color: white;
    padding: 10px;
}

.bottom_box_suggestion textarea {
    border: 1px solid #ddd;
    box-shadow: 0 0 0;
    height: auto;
    max-width: 100%;
    width: 100%;
}

/************

		Inner Pages Style

				************/
.carrerHub .bread-crum{background: none;}
.bread-crum {
    background-color: transparent;
    margin: 0;
    font-size: 16px;
    padding: 15px 0;
}

.prev {
    float: left;
}

.prev a {
    color: #0081A1;
}

.bread-crum ul {
    float: right;
    margin: 0;
}

.bread-crum ul li {
    float: left;
    padding-left: 20px;
    list-style: none;
}

.bread-crum ul li a {
    color: #0081A1;
}

.content-section {
    padding: 0px 0;
}

.content-widget-title {
    color: #fff;
    background-color: #0081A1;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}

.profile-main-section {
    background-color: #2a2a2a;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.profile-img-section {
    text-align: center;
}

.profile-img-section .profile_color {
    width: 150px;
    height: 150px;
}

.profile-right-info {
    padding: 0 110px 0 0;
}

.profile-right-info h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    margin: 20px 0 5px 0;
}

.profile-right-info h3 {
    color: #fff;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    margin: 0 0 20px 0;
}

.profile-right-info p {
    color: #fff;
    font-size: 18px;
}

.profile-right-info .btn-primary {
    padding: 12px 30px;
    font-size: 18px;
}

.profile-listing-featured {
    background-color: #e3e4e3;
    padding: 30px 12px;
    text-align: center;
    margin: 15px 0 15px 0;
}

h4 {
    color: #2a2a2a;
    font-size: 16.3px;
}

.profile-listing-featured p {
    font-size: 13.5px;
}

.profile-listing-featured .btn-primary {
    font-size: 17px;
    padding: 12px 20px;
    margin-top: 10px;
}

.btn-info {
    background: none;
    border: 0 none;
    color: #0081A1;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.btn-info:hover {
    background: none;
    color: #2a2a2a;
}



.search-directory {

    display: block;

    margin: 25px auto;

    max-width: 60%;

}

.form-control {
    background-color: #fff;
    border: 2px solid #b8b8b8;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset;
    border-radius: 8px;
    height: 80px;

    font-size: 28px;
    padding-left: 70px;
}

.input-group {
    display: block;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 8px;

    border-top-left-radius: 8px;
}

.btn-go {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    left: 0;

    position: absolute;

    top: 15px;

    z-index: 100;
}

.input-group-btn>.btn {

    cursor: pointer;

    left: 0;

    position: absolute;

    top: 17px;

    z-index: 100;

}

.input-group .form-control {
    float: none;
    display: block;
}

.profile-listing-members {
    background-color: #e3e4e3;
    padding: 20px;
    text-align: left;
    margin: 15px 0 15px 0;
}

.profile-listing-members h4 {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
    font-family: "Lato", sans-serif;
}

.profile-listing-members p {
    color: #0081A1;
    font-size: 15px;
    margin-bottom: 4px;
}

.profile-listing-members p a {
    color: #0081A1;
    font-size: 15px;
}



/* Profile Page */
.looking-for {
    font-size: 18px;
    font-family: 'Domine', serif;
}

.profile_color {
    border: 1px solid #ccc;

    border-radius: 49%;
}

.profile_image_width_height {
    width: 100px;
    height: 100px;
}

.pattern {
    /*background:url(../images/pattern.jpg) repeat;*/
}

.white-bg {
    background-color: #fff;
}

.profile-panel-left {
    margin: 30px 0 0 0;
    text-align: center;
}

.profile-panel-left .profile-img-section {
    margin-bottom: 20px;
}

.profile-panel-left p {
    font-size: 18px;
}

.profile-panel-left p a {
    color: #0081A1;
}

.profile-panel-middle h3,
.profile-panel-middle h1 {
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 300;
}

.profile-panel-left h3 {
    font-size: 17px;
    font-family: "Lato", sans-serif
}

.profile-panel-middle {
    margin: 30px 0 0 0;
}

.profile-panel-middle p {
    font-size: 15px;
    line-height: 22px;
}

.tags i,
.tags a {
    color: #0081A1;
}

.social,
.thumbs-wrap {
    margin: 5px 0 15px 0;
}

.social a {
    color: #fff;
    margin-right: 5px;
    text-align: center;
}

/*.social a:hover i{ background-color:white;}*/

/* .social a i {
    font-size: 17px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #0081A1;
    line-height: 31px;
    border: 1px solid #0081A1
} */

/* .social a:hover i {
    background-color: white;
    color: #0081A1;
} */

/* .footer .social a i {
    line-height: 1.9em;
    border: 1px solid #0081A1
} */

/* .footer .social a:hover i {
    background: black;
    color: #0081A1;
} */

.thumbs-wrap ul {
    padding: 0;
    margin: 0;
}

.thumbs-wrap ul li {
    list-style: none;
    margin-right: 5px;
    border: 3px solid #0081A1;
    display: inline-block;
}

.events-wrap {
    margin: 5px 0 15px 0 !important;
    background-color: #f1f2f3;
    text-align: left;
    clear: both
}

.event_image {
    float: left;
    padding: 0 10px 10px 0px
}

.events-wrap p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

h4 {
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
}

.events-info-wrap {
    padding: 10px 10px 20px 10px;
    font-size: 17px;
    line-height: 22px;
    border-bottom: 2px solid #fff;
    background-color: #f1f2f3
}

.events-wrap .content-widget-title {
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
    margin: 0 0 0px 0;
}

.events-info-wrap a {
    font-size: 14px;
    color: #0081A1;
    font-weight: normal;
}

.profile-panel-right {
    margin: 0px 0 0 0;
    padding-right: 40px;
}



.profile-panel-right .btn-info {
    border: 2px solid #0081A1;
    background: none;
    font-size: 19px;
    font-weight: 300;
    display: block;
    margin: 10px 0 0 0;
}

.profile-panel-right .btn-primary {
    padding: 10px 0;
    display: block;
}

.map {
    margin-top: 12px;
}

.map span {
    margin-top: 10px;
    font-size: 15px;
    color: #555;
    display: block;
    padding: 0px;
}

i.fa-map-marker {
    font-size: 40px;
    float: left;
    padding-right: 10px;
    font-weight: lighter;
}

.pagination {
    display: block;
}







/****************

			Style added 6 feb 2016

						*********************/

.white-bg {
    padding: 20px;
}

.navbar-default .navbar-nav>li>a {

    font-family: "Lato", sans-serif;

}

.title {
    padding: 0px 60px 20px 60px;
    text-align: center;
}

.title h2 {
    font-size: 36px;
}

.title p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.font12 {
    font-size: 12px;
}

.content-category h2.welcome_h2 {
    font-size: 24px;
    font-weight: bold;
    font-weight: 700;
    margin-top: 0px;
    padding-top: 0px;
}

p.increase_lineheight {
    font-size: 16px;

    line-height: 24px;
}

.profile-edit-bottuns {
    padding: 40px 20px;
    background: #0081A1;
    text-align: center;
    cursor: pointer;
    margin: 20px 0 40px 0;
}

.profile-edit-bottuns a {
    color: #fff;
}

.profile-edit-bottuns h3 {
    font-size: 19px;
    color: white
}

.profile-edit-bottuns:hover {
    text-decoration: underline;
    color: white;
}

.profile-edit-bottuns i {
    width: 106px;
    height: 107px;
    display: inline-block;
}

.profile-edit-bottuns i.user-icon {
    background: url(../../images/user-icon.png) no-repeat;
}

.profile-edit-bottuns:hover i.user-icon {
    background: url(../../images/user-icon-hover.png) no-repeat;
}

.profile-edit-bottuns i.accnt-icon {
    background: url(../../images/accnt-icon.png) no-repeat;
}

.profile-edit-bottuns:hover i.accnt-icon {
    background: url(../../images/accnt-icon-hover.png) no-repeat;
}

.profile-edit-bottuns i.resource-icon {
    background: url(../../images/resource-icon.png) no-repeat;
}

.profile-edit-bottuns:hover i.resource-icon {
    background: url(../../images/resource-icon-hover.png) no-repeat;
}

.profile-edit-bottuns i.support-icon {
    background: url(../../images/support-icon.png) no-repeat;
}

.profile-edit-bottuns:hover i.support-icon {
    background: url(../../images/support-icon-hover.png) no-repeat;
}

.profile-edit-bottuns i.camera-icon {
    background: url(../../images/camera-icon.png) no-repeat;
}

.profile-edit-bottuns:hover i.camera-icon {
    background: url(../../images/camera-icon-hover.png) no-repeat;
}

.profile-edit-bottuns i.calendar-icon {
    background: url(../../images/calendar-icon.png) no-repeat;
}

.profile-edit-bottuns:hover i.calendar-icon {
    background: url(../../images/calendar-icon-hover.png) no-repeat;
}

.profile-edit-bottuns i.upgrade-icon {
    background: url(../../images/upgrade-icon.png) no-repeat;
}

.profile-edit-bottuns:hover i.upgrade-icon {
    background: url(../../images/upgrade-icon-hover.png) no-repeat;
}

.text-md {
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.text-md a {
    color: #0081A1;
}

.bread-crum ul {
    padding: 0;
    margin: 0;
}

.bread-crum ul.pull-left li {

    color: #0081A1;

    font-size: 22px;

    padding-left: 0;
    padding-right: 5px;

}

.counter {
    background: #0081A1 none repeat scroll 0 0;

    border-radius: 20px;

    color: #fff;

    display: inline-block;

    font-size: 14px;

    font-weight: bold;

    height: 20px;

    line-height: 20px;

    text-align: center;

    vertical-align: middle;

    width: 20px;
}

.category-search {
    padding: 20px 0;
}

#search-cat {
    background: #fff;
    border: 4px solid #0081A1;
    display: block;
    border-radius: 10px;
    padding: 18px;
    font-size: 26px;
    font-family: "Lato", sans-serif;
    color: #0081A1;
}

#search-cat span {
    font-size: 22px;
    font-family: "Lato", sans-serif;
    float: right;
}

.left-panel {
    max-width: 60%;
    padding: 20px 0;
}

#sidebar {
    padding: 0;
}

.widget-container {
    padding: 40px 0 0px 0;
}

.widget-container ul {
    padding: 0;
    margin: 0;
}

.widget-container ul li {
    list-style: none;
    padding-bottom: 10px;
}

.widget-container ul li a {
    background: #0081A1;
    border-radius: 5px;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    min-width: 153px;
}

.form-panel {
    padding: 0;
}

.form-panel p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
}

.form-box {
    padding: 20px 0 0px 0px;
}

.form-header {
    background: #000;
    padding: 8px 15px;
}

.form-header h3 {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.form-body {
    /*padding:15px 5px;*/
    padding: 0px;
}

.form-body label {
    font-size: 16px;
    display: block;
    font-weight: normal;
}

.form-body input.form-control,
.form-body textarea.form-control {
    background: #fff;
    border-radius: 3px;
    border: 2px solid #e3e4e3;
    height: 50px;
    box-shadow: none;
    padding: 0 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-body input.form-control,
.form-body .textarea.error .form-control {
    margin-bottom: 0px !important
}

.form-body input.form-control,
.form-body .textarea.error .error-message {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.form-body textarea.form-control {
    height: auto;
}

/*.form-body button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.left-panel input[type="button"] {
    border: 1px solid #1799b5;
    background: #1799b5;
    padding: 10px 40px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    border-radius: 4px;
    color: #fff;
    text-transform:uppercase;min-width: 250px;
    margin-top: 10px;

}*/


.half {
    float: left;
    width: 49%;
}

.right {
    float: right;
}

.left {
    float: left
}

.form-body input.small {
    height: 35px;
}

.form-body select {
    background: #fff;
    border-radius: 3px;
    border: 2px solid #e3e4e3;
    height: 35px;
    box-shadow: none;
    padding: 0 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: normal;
    color: #555;
    font-family: "Lato", sans-serif;
}

.form-body input.add {
    border-radius: 4px;
    background: white;
    padding: 10px 10px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    border: 0 none;
    color: black;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: 1px solid black;

}

.form-body input.add:hover {
    background: #0081A1;
    color: white;
    border: 1px solid white;
}

.form-body p {
    font-size: 15px;
    color: #0081A1;
    margin: 15px 0 15px 0;
}

.form-body p span {
    color: black;
    min-width: 220px;
    display: inline-block;
    font-family: "Lato", sans-serif;
}

.form-body p a {
    color: #0081A1;
}

.form-body p i {
    color: white;
    font-size: 22px;
    padding-left: 1px;
    height: 34px;
    width: 34px;
}

.media_links_media_link_div .nw p a i{
    color: #000;
}

.fileUpload {

    position: relative;

    margin: 5px 0 35px 0;

    width: 175px;

    height: 120px;

    background-color: #fff;

    border: 2px solid #e3e4e3;

    border-radius: 2px;

}

.fileUpload span {
    bottom: -25px;

    left: 0;

    margin-bottom: 0;

    position: absolute;

    right: 0;

    text-align: center;

    color: #0081A1;
}

.fileUpload input.upload {

    bottom: 0;

    cursor: pointer;

    font-size: 20px;

    width: 100%;

    left: 0;

    margin: 0;

    padding: 0;

    position: absolute;

    right: 0;

    top: 0;

    opacity: 0;

    filter: alpha(opacity=0);

}


.padding10 {
    padding-left: 10px;
    padding-right: 10px;
}

.whitecolor {
    color: white;
    font-size: 23px;
}

/*********** Show And Hide Topics/Group****************/

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    display: none;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state:checked+.read-more-wrap .read-more-target {
    display: block
}

/*
.read-more-state:checked ~ .read-more-wrap{
	white-space: pre-line;
}
*/
.read-more-state~.read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

/********** End of Show And Hide ********************/

/************ Banner Page ************/

@-webkit-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* #cf4a {
        position: relative;
        min-height: 65px;
        width: 100%;
        margin: 0px auto;
    }
    #cf4a img {
      position:absolute;
      left:0;
      min-height: 50px;
      width: 100%;
      max-height:65px;
    }

    #cf4a img {
      -webkit-animation-name: cf4FadeInOut;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-duration: 8s;

      -moz-animation-name: cf4FadeInOut;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: infinite;
      -moz-animation-duration: 8s;

      -o-animation-name: cf4FadeInOut;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: infinite;
      -o-animation-duration: 8s;

      animation-name: cf4FadeInOut;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-duration: 8s;
    }
    #cf4a img:nth-of-type(1) {
      -webkit-animation-delay: 6s;
      -moz-animation-delay: 6s;
      -o-animation-delay: 6s;
      animation-delay: 6s;
    }
    #cf4a img:nth-of-type(2) {
      -webkit-animation-delay: 4s;
      -moz-animation-delay: 4s;
      -o-animation-delay: 4s;
      animation-delay: 4s;
    }
    #cf4a img:nth-of-type(3) {
      -webkit-animation-delay: 2s;
      -moz-animation-delay: 2s;
      -o-animation-delay: 2s;
      animation-delay: 2s;
    }
    #cf4a img:nth-of-type(4) {
      -webkit-animation-delay: 0;
      -moz-animation-delay: 0;
      -o-animation-delay: 0;
      animation-delay: 0;
    } */

#banner-images {
    position: relative;
    min-height: 65px;
    width: 100%;
    margin: 0px auto;
}

#banner-images a {
    position: absolute;
    left: 0;
    min-height: 50px;
    width: 100%;
    max-height: 65px;
}

#banner-images a {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;

    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 8s;

    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 8s;

    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}

#banner-images a:nth-of-type(1) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

#banner-images a:nth-of-type(2) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

#banner-images a:nth-of-type(3) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

#banner-images a:nth-of-type(4) {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

img.banner_img {
    max-height: 65px;
    width: 600px;
}

#banner-images a {
    padding: 0 !important;
}

#slideshow {
  /*  margin: 0px auto;
    position: relative;
    width: 540px;
    height: 65px;
    margin-top: -7px;
    margin-left: 12px;*/
}

#slideshow>div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

nav.navigation {
    min-height: auto !important;
    padding: 0px;
    padding-bottom: 13px;
}

#logo {
    height: auto;
    padding: 35px 15px 20px 15px !important;
    margin-left: -15px;
}

/************** End Banner Page ************/

@media print {

    .bread-crum,
    .social-top-header,
    .makemebutton,
    #footer {
        display: none !important;
    }

    img {
        max-width: none !important;
    }
}

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


    h4 {
        font-size: 13.5px;
    }

    .social-top-header {
        height: 35px
    }

}



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

    .grid figure {

        max-width: none;

        min-width: auto;

    }

    .grid figure h2 {
        font-size: 22px;
    }

    .profile-listing-featured img {
        max-width: 100%;
    }

    .profile-listing-featured .btn-primary {

        font-size: 12px;

        margin-top: 10px;

        padding: 10px 15px;

    }

    .profile-listing-featured {
        min-height: 320px;
    }

    .profile-panel-right {

        padding-right: 0;

    }

    .white-bg {

        padding: 0;

    }

    /* Membership Page Style Responsive here */
    .pricing_plans li {
        min-height: 60px;
    }

    .pricing_plans ul li i {
        padding: 0.9em;
    }

    .pricing_plans ul li p {
        padding: 1.5em 1em .05em 1em;
    }

}

@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}

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

   
    

    .profile-panel-right {
        padding-left: 0px !important
    }

    .makemebutton {
        width: 100%
    }


    .social-top-header {
        height: auto !important
    }


    .signup-section p {
        font-size: 30px !important;
        line-height: 1em;
    }

    .categoery-main-conntainer {
        text-align: center;
    }

    .grid {
        display: inline-block;
        padding: 1em 0 0;
    }

    .grid figure {

        max-width: 221px;

        min-width: 221px;

    }

    .member-section .col-sm-6 {
        width: 60%;
    }

    .member-section {
        padding: 30px 0;
    }

    .title_widget p {
        font-size: 14px;
    }

    .title_widget h1,
    h1 {
        font-size: 24px !important;
    }

    .jumbotron h1 {
        font-size: 34px;
    }


    p {
        font-size: 15px !important;
    }

    .navbar-toggle {
        margin-top: 40px;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .signup-section {
        text-align: center;
    }

    .navbar {
        min-height: auto;
    }

    .jumbotron {
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .title_widget {
        padding: 0;
    }

    .content-category {
        padding: 20px 0;
    }

    .profile-listing-featured {
        min-height: auto;
        padding-bottom: 15px;
    }

    .search-directory {
        max-width: 80%;
    }

    .prev {

        padding: 5px 0;

        position: relative;

        text-align: center;

    }

    .profile-right-info {

        padding: 0 10px 0 0;

    }

    .left-panel {

        max-width: 100%;

    }

    .half {

        width: 100%;

    }

    .profile-panel-left .profile-img-section img {

        margin: 0 auto;

    }

    .title {

        padding: 20px 30px;

    }

    .kleo-social-icons {
        padding-left: 0px;
    }

    .right-social-div ul {
        padding-left: 0px;
    }

    .social-top-header {
        max-height: 100% !important;
    }

    .left-social-div li:hover a {
        width: 90px;
         !important;
    }

    /* Membership page style starts for responsive*/

    .plans_box {
        padding: 60px 15px;
        display: block;
        margin: 0 auto;
        width: 94%;
    }

    .pd-rgt {
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .pd-lft {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    ul#pricing_placeholder {
        display: none;
    }

    .invisible {
        visibility: visible !important;
    }

    .pricing_plans ul li p.hidden {
        display: block !important;
        text-align: center;
    }

    .pricing_plans ul h1,
    .pricing_plans ul p {
        border-left: 0;
    }

    .accordionmobilebody {
        display: none;
    }

    .firstaccordionmobilebody {
        display: block;
    }

    .accordionmobile {
        cursor: pointer;
        margin-top: 10px !important
    }

}

@media screen and (max-width: 640px) {
    .show_me_mobile {
        display: block !important
    }

    .hide_me_mobile {
        display: none !important
    }

    .dashboard-buttons {
        float: left;
        width: 100%;
    }

    .dashboard-buttons .show_me_mobile {
        width: 82%;
        margin: 0px auto;
        float: none;
    }

    .dashboard-buttons .show_me_mobile a {
        display: block;
        float: none;
    }

    .dashboard-buttons .show_me_mobile a img {
        max-width: 100%
    }

    .search_button_main {
        width: 100% !important;
        width: 100% !important;
        max-width: 450px !important
    }

    .navbar-collapse {
       /* margin-top: 20px;*/
        width: 100%;
    }

    .right-social-div,
    .right-social-div .navbar-collapse ul {
        width: 100% !important
    }

    .right-social-div .navbar-collapse ul li,
    .main_network_selection {
        clear: both;
        display: block;
        position: relative;
        width: 100%;
    }

    .right-social-div .navbar-collapse ul li a {
        border: 0 none;
        clear: both;
        display: block;
        float: left;
        text-align: left;
    }

    .right-social-div .navbar-collapse .main_network_selection,
    .right-social-div .navbar-collapse .main_category_selection {
        width: 100%;
    }

    .right-social-div .navbar-collapse .main_network_selection ul.no-js li,
    .right-social-div .navbar-collapse .main_category_selection ul.no-js li {
        height: 15px;
    }

    .right-social-div .navbar-collapse.in {
        overflow: inherit;
    }

    .right-social-div .top_form_grey {
        top: 30px;
    }

    .navbar-default .menu_link {
        text-align: center;
        width: 100%;
    }

    .
}

@media screen and (max-width: 480px) {
    .search_button_main {
        width: 100% !important;
        width: 100% !important;
        max-width: 100% !important
    }

    .signup-section p {
        font-size: 25px !important;
        line-height: 1em;
    }

    .signup-section .makemesmall {
        font-size: 18px !important
    }

    .main-featured h1 {

        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .main-featured .jumbotron h1 {
        font-size: 30px !important
    }

    .search-panel {
        display: none !important
    }

    .left-social-div,
    .right-social-div {
        width: 100% !important;
        clear: both;
    }

    .kleo-social-icons {
        padding-left: 0px;
    }

    .right-social-div {
        float: none !important;
        text-align: center !important;
        width: auto;
    }

    .social-top-header {
        max-height: 100% !important;
    }

    .left-social-div li:hover a {
        width: 90px;
         !important;

    }

    .nevermissopportunity {
        margin-top: 0px !important
    }

    .member-section .col-sm-6 {
        width: auto;
    }

    .member-section {
        text-align: center;
    }

    .navbar-brand>img {
        width: 170px;
    }

    .navbar-brand {
        height: auto;
    }

    .navbar-toggle {

        margin-top: 25px;

    }

    .seprator:after,
    .seprator:before {
        width: 70px;
    }

    .btn-info {
        font-size: 20px;
        white-space: normal;
    }

    .bread-crum .col-sm-8 {
        padding-bottom: 10px;
        float: left;
        clear: both;
        width: 100%;
    }

}


/************** Cake php ***************Sourab***********/
.gallery_img {
    max-width: 350px;
    min-width: 350px;
}

select#gallery_dropdown {
    width: 100%;
}

button#manage_gallery {
    padding: 0px;
    margin: 0px;
    width: 25%;
    height: 35px;
}

#choose_gallery_div {
    justify-content: space-between;
}

button#loadMore_gallery {
    width: 120px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: #0081A1;
    transition: .3s;
    font-weight: 400;
    font-family: 'Aktiv Grotesk Corp' !important;
}

#loadMore_gallery_button {
    width: 100% !important;
}

.galleryInfo {
    display: flex;
}

.galleryInfo label {
    width: 38%;
}

button#add_gallery {
    min-width:100px;
    margin-bottom: 15px;
    margin-left: 61%;
    padding: 0px;
    width: 15%;
    height: 35px;
    border: 1px solid #0081A1;
    background: #0081A1;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    border-radius: 4px;
    color: #fff;
}

#manageGalleryBody {
    min-height: 500px;
    overflow-y: scroll;
    height: 500px;
    overflow-x: hidden;
}

.galleryInfo span {
    width: 65%;
    padding-right: 20px;
    word-break: break-all;
}

.galleryActions {
    display: flex;
    justify-content: end;
}

.delete_gallery {
    color: #ff5f5f;
}

.edit_gallery {
    margin-right: 10px;
    color: #0081A1;
}

.add_images {
    margin-right: 10px;
    color: #7b7b7b;
    font-size: 16px;
}

.add_images:hover {
    cursor: pointer;
}

.edit_gallery:hover {
    cursor: pointer;
}

.delete_gallery:hover {
    cursor: pointer;
}

.swal2-styled.swal2-confirm {
    background-color: #0081A1 !important;
}

#manageGallery .modal-dialog {
    max-width: 53%;
}

label#no_record {
    font-size: 16px;
    /* transform: translate(47%, 250px); */
}

.btn-global{
    background:#0081A1 !important;
    color:#FFF !important;
}

.main_top {
    font-size: 16px;
    font-family: lato;
    font-weight: 700;
}

.paddingtopbottom {
    padding: 10px 0px;
}

.error input {
    border: 1px solid red !important
}

.grey {
    background-color: #EEE !important
}

.paging_div {
    width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 15px;
}

.arrow_a {
    display: flex;
    justify-content: space-between;
}

.arrows {
    font-size: 22px;
    color: black;
    margin-top: 5px;
}

#education_title {
    color: black;
    text-decoration: none;
}

#experience_title {
    color: black;
    text-decoration: none;
}

.arrow_a:hover {
    text-decoration: none;
}

a.read-less {
    color: #1799b5 !important;
}

a.read-less:hover {
    text-decoration: none;
    color: #000 !important;
    cursor: pointer;
}

.edit_right_data {
    width: 100%;
    left: 35px;
    position: relative;
}

.edit_e-img {
    top: 45px;
    position: relative;
}

.edit_exp_single {
    display: flex;
}


.form-body  .edit_exp_single label {
    font-size: 16px;
    display: block;
    font-weight: lighter;
    line-height: 21px;
}

span.edit_education-img ,span.edit_experience-img{
   font-size: 17px;
    max-height: 19px;
    position: absolute;
    top: 0;
    right:30px;
    cursor: pointer;
}

.trash_education_experience{
    
    position: absolute;
    top: -1px;
    right: 0px;
    cursor: pointer;
}
.trash_education_experience button{
padding: 2px 6px;
    font-size: 12px;
}

#add_education_button {
    float: right;
    margin-bottom: 20px !important;
}

#add_experience_button {
    float: right;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.edit_right_data h2 span:after {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #707475;
    margin: 4px 10px;
    border-radius: 50px;
}

.edit_right_data h2 span:last-child:after {
    content: none;
}

.date_div {
    display: flex;
    justify-content: space-between;
}

.start_year_div {
    width: 45%;
}

.start_date_div {
    width: 45%;
}

.end_year_div {
    width: 45%;
}

.end_date_div {
    width: 45%;
}

#add_experience_title {
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

#add_education_title {
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}



.edit_e-img:hover {
    cursor: pointer;
}

img.experience_img {
    max-width: 130px;
    height: 130px;
}

.edit_error {
    margin-top: -25px !important;
    color: red !important;
    font-weight: 600;
}

.edit-university-icon {
    font-size: 20px;
}

.edit-building-icon {
    font-size: 20px;
}

.modal.fade.modal-design.add-image-profile.show {
    opacity: 1;
}
.add-image-profile .modal-dialog {
    margin-top: 200px !important;
}
.add-image-profile .modal-dialog h4.modal-title {
    color: #000;
}
.add-image-profile .modal-dialog .modal-header{
    align-items:center;
    padding:15px;
}
.add-image-profile  .upload-box .dragbox-container{
    width:100%;
}
.add-image-profile .container_number{
    margin-top:10px;
}
.add-image-profile .uploadOuter{
    flex-direction: column;
    width: 100%;
}
.modal-backdrop.fade{
    opacity: 0.5;
}


.masonry .date-time{display:none}