/* Campaign Left */

.user_profile_details .card.hovercard {
    border: 1px solid #cecccc;
    position: relative;
}
.user_profile_details .cardheader {
    background: #20bfad;
    height: 100px;
}
.user_profile_details .card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.user_profile_details .title h5 a {
    font-size: 16px;
    font-family: latobold;
    color: #000000 !important;
}
.campaign_profile_links ul li a {
    color: #21bfad;
}
.user_profile_details .card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
    background-color: #fff;
}
/* Campaign Form */
.campaign_form .head_block h4 {
    font-size: 24px;
    font-family: latobold;
    color: #000;
    position: relative;
}
.campaign_form .head_block h4:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 58px;
    background: #21bfad;
    bottom: 10px;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}
.campaign_form .head_block p {
    background: #21bfad;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}
.campaign_form .form_block input,
.campaign_form .form_block select {
    border-radius: 3px;
    box-shadow: none;
}
.campaign_form .form_block textarea{
    border-radius: 3px;
    box-shadow: none;
    resize: none;
}
.campaign_form .form_block input:focus,
.campaign_form .form_block textarea:focus,
.campaign_form .form_block select:focus {
    border-bottom: 1px solid #21bfad !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #ededed;
}
.campaign_form .form_block{
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 1px #b8b8b880;
}
.campaign_form .form_block .usertype_hide{
    display: none;
}

.campaign_form .form_block label {
    color: #000;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.campaign_form label#placecategory-error {
    position: absolute;
    top: -30px;
    max-width: 500%;
    width: 200px;
    left: 0px;
    border: 0px;
}
.campaign_form .form_block label.error {
    color: rgb(255, 0, 0);
}
.campaign_form .image_by_place{
    position: relative;
}
.campaign_form .image_by_place input#files{
    height: 0;
    width: 0;
    display: inline-block;
    font-size: 0px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}
.campaign_form .image_by_place input:after {
    content: "\f093";
    font-family: 'FontAwesome';
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    border: 1px solid #21bfad;
    text-align: center;
    padding-top: 15px;
    background: #21bfad;
    color: #fff;
    border-radius: 4px;
    bottom: 30px;
}





.imageThumb {
    height: 75px;
    width: 120px;
    cursor: pointer;
}
.preview {
    display: inline-block;
    margin: 10px 10px 0 0;
    position: relative;
    top: -38px;
    left: 90px;
}
.remove {
display: block;
color: white;
text-align: center;
cursor: pointer;
}
.remove.close{
    width: 25px; height: 25px;
}
.close:before, .close:after{top: 5px;
    left: 12px;}
  







/* Campaign Right */

.campaign_offer .each_offer_box {
    box-shadow: 0 1px 1px 0 rgba(53, 57, 60, 0.2), 0 1px 3px 1px rgba(66, 72, 75, 0.18);
    background: rgba(242, 242, 242, 0.42);
}
.campaign_offer .each_offer_box .content_block h4 {
    font-family: latobold;
    color: #303030;
    font-size: 17px;
}
.campaign_offer .each_offer_box .content_block p {
    font-size: 14px;
    text-indent: 12%;
}
.campaign_offer .each_offer_box .content_block p::first-letter {
    font-size: 20px;
    color: #4b4b4b;
    font-family: latobold;
}
.camp_submit button {
    border: 1px solid #21bfad;
    padding: 8px 45px;
    font-size: 18px;
    background: #21bfad;
    color: #fff;
}


.region_block .region_each {
    padding: 15px;
    min-height: 245px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.region_block .region_each ul li {
    position: relative;
    line-height: 26px;
}
.region_block .region_each ul {
    height: 150px;
}
.region_block .region_each ul li::after {
    font-family: FontAwesome;
    content: "\f0a4";
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: -32px;
    background: -webkit-linear-gradient(#06447d, #32d4dd);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Rules page */
.camp_rules{
    margin-bottom: 30px;
}
.camp_rules .block_offer {
    background: #ffffff;
    padding: 15px 15px;
    border: 1px solid rgba(199, 199, 199, 0.51);
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px rgba(218, 218, 218, 0.79);
}


.camp_rules .each_blocks{
    font-size: 15px;
    text-align: justify;
    word-spacing: 3px;
    line-height: 23px;
}
.camp_rules .each_blocks h4.head_name {
    margin-top: 50px;
    margin-bottom: 30px;
}
.camp_rules .each_blocks h4.head_name,.region_block .main_head {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #000;
    word-spacing: 3px;
    font-family: 'latobold';
    position: relative;
}
.camp_rules .each_blocks h4.head_name:after {
    content: "";
    position: absolute;
    background: #21bfad;
    width: 40px;
    height: 4px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}
.camp_rules .agreed {
    background: #ededed;
    padding: 15px;
    text-align: center;
}
.camp_rules .agreed .check {
    margin: 15px;
}
.camp_rules .agreed .submit {
    padding: 15px;
}
.agreed .submit input#agreebutton{
    padding: 7px 40px;
    font-size: 17px;
    background: #21bfad;
    border: 1px solid #21bfad;
    color: #fff;
}
.camp_rules .agreed .submit a {
    padding: 7px 40px;
    font-size: 17px;
    background: #21bfad;
    border: 1px solid #21bfad;
    color: #fff;
}

.camp_rules .agreed .check span {
    font-size: 16px;
    color: #000;
}
.camp_state_choose h2.main_head ,
.camp_district_choose h2.main_head {
    padding: 35px;
    box-shadow: 0 0 10px #ededed;
    margin: 0px;
    text-transform: uppercase;
    font-family: latobold;
    letter-spacing: 6px;
    font-size: 24px;
}
.camp_state_choose .state_all,
.camp_district_choose .district_all {
    background: #f2f2f2;
}
.camp_state_choose img ,
.camp_district_choose img {
    width: 100%;
    height: 250px;
}
.camp_state_choose .each_state_selector,
.camp_district_choose .each_district_selector  {
    margin: 15px 0px;
    border: 1px solid #ededed;
}
.each_state_selector .page_open, input[type="submit"],
.each_district_selector .page_open, input[type="submit"] {
    padding: 8px 36px;
    background-color: #21bfad;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 0;
    float: right;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}
.each_state_selector .page_open,
.each_district_selector .page_open {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.each_state_selector .page_open::after,
.each_district_selector .page_open::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid #21bfad;
    border-right: 25px solid transparent;
    top: -1px;
    right: -1px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: -2px 2px 3px rgb(0, 158, 140);
    transition: all 0.3s ease-in-out;
}
.each_state_selector .page_open::before,
.each_district_selector .page_open::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 21px solid #fff;
    border-left: 25px solid transparent;
    top: -1px;
    right: -1px;
    transition: all 0.3s ease-in-out;
}
.each_state_selector .page_open:hover span,
.each_district_selector .page_open:hover span {
    color: #fff;
}
.each_state_selector .page_open:hover,
.each_district_selector .page_open:hover {
    background-color: #21bfad;
}
.each_state_selector .page_open,
.each_district_selector .page_open {
    position: relative;
    display: block;
    padding: 10px 36px 10px 56px;
}
.each_state_selector .page_open:hover, input[type="submit"]:hover,
.each_district_selector .page_open:hover {
    transition: all 0.3s ease-in-out;
    background: #024e82;
}
.each_state_selector:hover .page_open::before,
.each_district_selector:hover .page_open::before {
    border-top: 35px solid #fff;
    border-left: 39px solid transparent;
    transition: all 0.3s ease-in-out;
}
.each_state_selector:hover .page_open::after,
.each_district_selector:hover .page_open::after {
    border-bottom: 35px solid #21bfad;
    border-right: 39px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.42);
}
.camp_rules .rules_right{
    border: 1px solid #ededed;
}
.camp_rules .rules_right ul {padding-left:30px;}
.camp_rules .rules_right ul li:before {
    font-family: FontAwesome;
    content: "\f0a4";
    text-align: center;
    padding: 4px 6px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: -32px;
    top: 5px;
    background: -webkit-linear-gradient(#06447d, #32d4dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.camp_rules .rules_right ul li {
    padding: 10px 0;
    line-height: 24px;
    color: #000;
    position: relative; 
}
.camp_rules .rules_right h4 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-family: latobold;
}
.user_camp_listing {
    border: 1px solid #e9e9e9;
    background: #ededed;
    padding: 15px;
}
.user_camp_listing .each_list_item {
    background: #fff;
    padding: 15px 15px;
    margin-bottom:15px;
    overflow:hidden;
}
.user_camp_listing .each_list_item:last-child {
    margin-bottom: 0px;
}
.user_camp_listing .each_list_item img {
    float: left;
    padding-right: 15px;
    height: 200px;
    width: 280px;
}
.user_camp_listing .each_list_item h4 {
    font-size: 20px;
    color: #000;
    margin: 0;
}
.user_camp_listing .each_list_item h5 {
    font-size: 12px;
    margin-top: 5px; 
}
.user_camp_listing .each_list_item h3 {
    font-size: 16px;
    margin-top: 5px; 
}
.user_camp_listing .each_list_item .each_content {
    font-size: 15px;
    text-align: justify;
    word-spacing: 2px;
    line-height: 22px;
}
.user_camp_listing .each_list_item .each_content::first-letter{
    font-size: 30px;
    font-family: latobold;
}
.each_list_item .show_full {
    background: #fff;
    text-align: center;
}
.each_list_item .show_full span {
    border: 1px solid #21bfad;
    background: #21bfad;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.each_list_item .each_content_height{
    overflow: hidden;
    height: 235px;
}
.content_full{
    height: auto !important;
}
.camp_rules .each_blocks h5 {
    font-size: 19px;
    font-family: latobold;
    color: #656565;
    word-spacing: 4px;
}
.camp_rules .each_blocks h2 a {
    font-size:  19px;
    background: #1fbfad;
    padding:  5px 10px;
    color:  #fff;
    border-radius: 4px;
}
.camp_rules .each_blocks p span {
    font-family: latobold;
    color: #000;
    font-size: 15px;
}
.camp_rules .each_blocks p span.start_date {
    color: #ffffff;
    font-size: 22px;
    border: 1px solid #31d3dd;
    padding: 15px;
    border-radius: 12px;
    background: linear-gradient(90deg, #095eac 11%, #32d4dc 70%)
}
.camp_rules .each_blocks p span.result_date {
    color: #ffffff;
    font-size: 22px;
    border: 1px solid #f14992;
    padding: 15px;
    border-radius: 12px;
    background: linear-gradient(90deg, #e4214e 11%, rgba(232, 10, 102, 0.88) 70%)
}
.each_blocks .block_offer h4 {
    font-size: 19px;
    font-family: latobold;
    color: #000000;
}
.nxtdisabled{
    pointer-events: none;
}
.volenteership{
    position:relative;
}
.volenteership button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    border: 1px solid white;
    border-radius: 0px;
    padding: 8px 80px;
    font-size: 22px;
    letter-spacing: 3px;
    font-family: latobold;
}
.social_tourism h4.main_head {
    font-size: 30px;
    font-family: latobold;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.social_tourism h5.content_head {
    font-size: 19px;
    color: #000;
    word-spacing: 6px;
    text-transform: uppercase;
    font-family: latobold;
}
.social_tourism .data_block p {
    font-size: 15px;
    word-spacing: 4px;
    line-height: 26px;
}
.social_tourism .main_focus ol li {
    padding: 10px 0px;
    font-size: 15px;
    word-spacing: 4px;
    line-height: 26px;
}
.social_tourism .social_form {
    border: 1px solid #ededed;
}
.campaign_form.social_form .form_block{border: none;}
.social_tourism .social_form {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 2px 10px #c2c2c2;
}
.tkuser_social_links ul li a {
    color: #24bdac;
    font-family: latobold;
}





@media (max-width:768px){
.mnopad{padding: 0px;}
.campaign_form .image_by_place input:after{
    width: 50px;
    height: 50px;
    font-size: 16px;
    padding-top: 12px;
}
.preview {
    top: 25px;
    left: 0;
    margin-bottom: 10px;
}
.imageThumb {
    height: 60px;
    width: 90px;
    cursor: pointer;
}
.remove.close {
    width: 20px;
    height: 20px;
}
.close:before, .close:after {
    top: 3px;
    left: 10px;
}
.campaign_offer{
    margin-top: 30px;
}
.mob_nopad,.camp_rules .each_blocks,
.camp_state_choose .state_all,
.camp_district_choose .district_all{
    padding:0px;
}

.user_camp_listing .each_list_item img{
    width: 100%;height:auto;padding: 0px;
}
.user_camp_listing {
    border: none;
    background: #ffffff;
    padding: 0;
}
.each_list_item .each_content_height {
    overflow: hidden;
    height: 365px;
}
.user_camp_listing .each_list_item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    box-shadow: 0 0 10px #d6d6d6;
}
.user_camp_listing .each_list_item h4{padding: 0px 10px;
    line-height: 30px;
    font-size: 16px;
    font-family: latobold;}
.user_camp_listing .each_list_item .each_content {
    padding: 0px 10px;
    font-size: 13px;
    line-height: 20px;
}
.camp_rules .each_blocks h4.head_name{font-size: 15px;margin-top: 25px;margin-bottom: 30px;}
.camp_rules .each_blocks p span.start_date,.camp_rules .each_blocks p span.result_date{font-size: 12px;}
.block_offer img{display: block; margin: auto;}
.camp_rules .each_blocks p {font-size: 14px;}
.each_blocks .block_offer h4{text-align: center;}
.camp_rules .block_offer{margin: 7px 0px;}
.volenteership button{padding: 4px 10px;font-size: 11px;}
.social_tourism .data_block p,.social_tourism .main_focus ol li{font-size: 13px;line-height: 20px; padding: 0px;}
.camp_rules .each_blocks ol li, .camp_rules .each_blocks ul li{ font-size: 13px; }
.user_profile_details {margin-bottom: 15px;}

}