html,
body {
    height: 100%;
}

body img {
    max-width: 100% !important;
}

.pre, pre {
    display: none !important;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {

}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.login_li.logout form {
    margin-bottom: 0;
}

/* till here site css from yii */

/*shimon old code */
/*

/* Shimon Friedlich CSS additions*/
/* admin images */

/*
.admin_image
{
       float: right;
       background:white;
    width:40px;
    height:40px;
    overflow:hidden;
}

.admin_image img
{
    width: 38px;
    height: 42px;
    margin:0 0 0 0;  
    background: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;    
}
*/
/* logout button */
.logout_button {
    margin-top: -48px;
}

.login_li.logout {
    float: left;
}

/*button*/
.site_index button {
    background: lightblue;
    color: blue;
    height: 34px;
    font-size: 1.4em;
}

/*site index */
.site_index h1 {
    text-align: center;
}

.groups_option {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 48px;
    width: 26%;
}

.groups_option {
    text-align: center;
}

/*button little form login*/
.dropdown_login button.password_by_sms {
    float: left;
    margin-top: 5px;
}

.dropdown_login .field-loginform-password {
}

.password_sent {
    text-align: center;
}

/*group*/
.join_area {
    text-align: center;
}

.title {
    text-align: center;
    font-size: 3em;
}

.title_1 {
    font-weight: 500;
    font-size: 1.8em;
}

p.rules {
    font-size: 2em;
    font-weight: bold;
}

.join_area_option {
    margin-bottom: 20px;
}

.group_image {
    text-align: center;
}

.group_image img {
    width: 160px;
}

/*_group */
._group { /*width:22%;*/
    height: 240px;
    border: 2px solid blue;
    margin: 10px;
    float: right;
}

.group_image {
    text-align: center;
}

.group_image img {
    width: 8em;
}

._group_titles {
    position: absolute;
    z-index: 1;
    text-align: right;
    width: 100%;
    color: #fff;
    padding: 5px 20px;
    font-weight: lighter;
    white-space: normal;
    text-overflow: ellipsis;
    bottom: 120px;
}

/*
.group_titles{    
    position: absolute;
    z-index:1;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    font-weight: lighter;
    white-space: normal;    
    text-overflow: ellipsis;
    bottom: 120px;   
}
*/
.group_name {
    font-size: 26px;
    height: 37px;
    overflow: hidden;
}

.group_short_description {
    font-size: 16px;
    white-space: normal;
    min-height: 45px;
    height: auto;
}

/*results of show groups */
.results_num {
    margin: 4px 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/*iframe*/
.iframe {
    text-align: center;
}

.iframe iframe {
    height: 480px;
    border: transparent;
}

/*links in success and error pages */
.links {
    margin-top: 20px;
    font-size: 16px;
}

.return_to_site {
    text-align: center;
}

/*payment */
.price_title {
    font-size: 1.2em;
    text-align: center;
}

/* Shimon Friedlich CSS additions*/
/* logout button */
.logout_button {
    margin-top: 8px;
}

/*button*/
.site_index button {
    color: #fff;
    border: 0px;
    width: 180px;
    height: 60px;
    font-size: 35px;
    font-weight: 500;
    margin-right: 0;
}

.all_groups_div {
    width: 100%;
    text-align: center;
    margin: 60px 0px;

}

/*site index */
.site_index h1 {
    text-align: center;
}

.groups_option {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 48px;
    width: 26%;
}

.groups_option {
    text-align: center;
}

.site_index button.sign_up {
    width: 266px;
    height: 45px;
    line-height: 45px;
    background-color: #6dec73;
    margin-top: 25px;
}

.site_index button.sign_up a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/*group*/
.join_area {
    text-align: center;
}

.title {
    text-align: center;
    font-size: 3em;
}

.title_1 {
    font-weight: 500;
    font-size: 1.8em;
}

p.rules {
    font-size: 2em;
    font-weight: bold;
}

.join_area_option {
    margin-bottom: 20px;
}

.group_image {
    text-align: center;
}

.group_image img {
    width: 160px;
}

/*_group */
._group {
    /*width: 360px;*/
    height: 360px;
    border: 0px;
    border-bottom: 5px solid #d6d6d6;
    margin: 10px;
    position: relative;
    margin-bottom: 40px;
}

.group_image {
    text-align: center;
}

.group_image img {
    width: 360px;
    height: 260px;
}

/*admin in group */

/*results of show groups */
.results_num {
    margin: 4px 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.results_num {
    margin: 0px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #404546;
    font-weight: lighter;
    padding: 30px 0px;
}

/*links in success and error pages */
.links {
    margin-top: 20px;
    font-size: 16px;
}

.return_to_site {
    text-align: center;
}

/*payment */
.price_title {
    font-size: 1.2em;
    text-align: center;
}

/*till here shimon code */

/* Daniel */

.navbar-inverse {
    height: 60px;
}

.navbar-brand {
    margin-top: 0px;
    width: 50px;
    padding: 0;
    margin-right: 3px !important;
}

.navbar-brand img {
    height: 40px;
    /*width: 50px;*/
    background-size: cover;
}

.navbar-nav > li > a {
    padding: 0px 15px;
    line-height: 60px;

}

.show_groups {
    /* height: 400px;
    //   text-align: center;

       background-image: url('/uploads/source-site/home.png');
       */
}

.search_div {
    margin-top: 16px;

}

.groups_option {
    text-align: center;
    position: relative;
    width: 100%;
}

.glyphicon-search {
    position: absolute;
    color: #fff;
    top: 18px;
    right: 25px;
    font-size: 26px;
}

.groups_search_btn {
    background: #e14d4d;
    border: 0px;
    color: #fff;
    height: 80px;
    width: 150px;
    margin-right: 2px;
    font-weight: 100;
    font-size: 34px;
}

#groups_auto_search {
    width: 70%;
    background: rgba(255, 255, 255, 0.28);
    border: 0px;
    padding-right: 112px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;

}

#groups_auto_search::-webkit-input-placeholder {
    color: #fff;
    font-size: 30px;
    font-weight: 400;

}

#groups_auto_search:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    padding-top: 20px;
}

#groups_auto_search::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    padding-top: 20px;
}

#groups_auto_search:-ms-input-placeholder {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    padding-top: 20px;
}

.ui-widget-content {
    background: rgba(255, 255, 255, 0.8) !important;
    font-size: 20px !important;

    padding: 5px !important;
    font-weight: 100 !important;
    font-family: 'Open Sans Hebrew' !important;
}

.ui-state-focus, .ui-widget-content {
    border: 0px !important;
    margin: 0px !important;
    font-size: 20px !important;
    font-weight: 100 !important;
}

/* daniel additions */

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/opensanshebrew-lightitalic-webfont.eot');
    src: url('../fonts/opensanshebrew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-lightitalic-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-lightitalic-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-lightitalic-webfont.svg#opensanshebrew-lightitalic-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/opensanshebrew-light-webfont.eot');
    src: url('../fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-light-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-light-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-light-webfont.svg#opensanshebrew-light-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/opensanshebrew-italic-webfont.eot');
    src: url('../fonts/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-italic-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-italic-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-italic-webfont.svg#opensanshebrew-italic-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-regular-webfont.svg#opensanshebrew-regular-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/opensanshebrew-bolditalic-webfont.eot');
    src: url('../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-bolditalic-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-bolditalic-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-bolditalic-webfont.svg#opensanshebrew-bolditalic-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/opensanshebrew-bold-webfont.eot');
    src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-bold-webfont.svg#opensanshebrew-bold-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/opensanshebrew-extrabold-webfont.eot');
    src: url('../fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-extrabold-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-extrabold-webfont.svg#opensanshebrew-extrabold-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/opensanshebrew-extrabold-webfont.eot');
    src: url('../fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-extrabold-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-extrabold-webfont.svg#opensanshebrew-extrabold-webfont') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/opensanshebrew-italic-webfont.eot');
    src: url('../fonts/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanshebrew-italic-webfont.woff') format('woff'),
    url('../fonts/opensanshebrew-italic-webfont.ttf') format('truetype'),
    url('../fonts/opensanshebrew-italic-webfont.svg#opensanshebrew-italic-webfont') format('svg');
}

html,
body {
    height: 100%;
    font-family: 'Open Sans Hebrew' !important;
    background-color: #f6f6f6;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.navbar-header {
    width: 10%;
}

#w0-collapse {
    width: 90%;
    margin: 0;
    float: right;
}

#w1 {
    width: 100%;
}

.login_li {

}

/*
.wrap > .container 
{
   
}
*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.admin {
    padding: 15px 0px;
    height: 98px;
    background-color: #fff;
}

.admin_name {
    float: left;
    width: 80%;
    height: 60px;
    font-size: 20px;
    font-weight: 100;
    text-align: right;
    color: #404546;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin_name span {
    color: #e14d4d;
    font-size: 22px;

    display: block;
}

.clear, .clr {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* login */
.site-login {
    width: 500px;
    margin: 0 auto;
    margin-top: 100px;
}

.site-login .col-lg-offset-1.col-lg-8 {
    text-align: left;
    margin-right: 122px;
}

.site-login .col-lg-1.control-label {
    width: 120px;
    padding-right: 15px;
}

.site-login .help-block.help-block-error {
    padding-right: 15px;
}

.guest_options {
    width: 24%;
    margin: 0 auto;
    margin-top: 100px;
}

.form-horizontal .submit_button {
    float: right
}

/* site_group_view */
.site_group_view {
    margin-top: 45px;
}

.site_group_view .title_bar {
    background-color: #358aa9;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 40px;
    color: #fff;
}

.site_group_view .watch_div {
    margin-right: 24px;
}

.site_group_view .text_div {
    margin-right: 12px;
    font-size: 1.2em;
}

.site_group_view .cotntent {
    margin-top: 15px;
}

.site_group_view .cotntent .admin {
    border-bottom: 1px solid #d6d6d6;
    padding-right: 15px;
}

.site_group_view .cotntent_title {
    font-size: 1.4em;
    padding: 10px 0px;
}

.site_group_view .img_div {
    padding: 0px;

}

.site_group_view .img_div img {
    width: 100%;
}

.site_group_view .facebook_div {
    float: left;
    margin-left: 12px;
}

.site_group_view .print_div {
    float: left;
    margin-left: 24px;
}

.site_group_view .admin_div {
    padding-right: 0px;
}

.site_group_view .title_bar img:hover {
    cursor: pointer;
}

/*  Contact  */
.form-group.field-contactform-verifycode label {
    margin: 0px;
}

.send_div {
    margin-bottom: 100px;
}

.new-group-request-wrapp .send_div {
    float: left;
    margin: 20px 0 100px 20px;
}

.send_div button {
    margin-left: 15px;
}

.field-newgrouprequestform-categories label {
    margin-left: 20px;
}

.contact_text {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
    padding-right: 0px;
}

.contact_text .desc {
    text-align: right;
}

.site_about .contact_text {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 130px;
    line-height: 35px;
    padding-left: 0px;
    padding-right: 0px;
}

.site_group_view .group_contact .title {
    font-size: 24px;
    font-weight: 100;
    padding: 0px;
}

.site_group_view .group_contact {

    background-image: url('../../images/form_bg.jpg');
    background-position: 100px 5px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
    background-color: #000;
    color: #fff;
}

.site_group_view .send_div button {
    float: left;
    margin-left: 15px;
    background-color: #e14d4d;
    border: 0px;
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    font-size: 20px;
}

.site_group_view .send_div {
    margin-bottom: 50px;
}

.site_group_view .form-control {
    background-color: #a8a8a8;
    border: 0px;
    border-radius: 0px;
}

.site_group_view .control-label {
    color: #fff;
    font-size: 20px;
    font-weight: 300

}

/** Group box */
.group_page .admin_image {
    width: 80px;
    height: 80px;
    float: right;
}

.admin_image .R_side {
    overflow: hidden;
}

.admin_image .R_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._group .admin_image {
    width: 60px;
    height: 60px;
}

.admin_image .centered {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
}

.admin_image .R_side, .right {
    float: right !important;
}

.admin_image img {
    max-height: 100%;
    vertical-align: middle;
    border: 0;
}

.site_about .img_div {
    padding: 0px;
    padding-right: 24px;
}

.site_about .img_div img {
    width: 357px;
}

h1.title {
    font-size: 35px;
    font-weight: 300;
    color: #4d4d4d;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: right;
}

.footer {
    height: 60px;
    min-height: 192px;
    background-color: #262626;
    border-top: 1px solid #ddd;
    height: 215px;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover, .footer a:focus {
    text-decoration: none;
    background-color: initial !important;
}

.footer .footer1 {
    margin-top: 30px;
}

.footer .right {
    width: 80px;
    margin-left: auto;
    margin-right: 300px;
}

.footer .left {
    display: block;
    margin-right: 20px;
    position: relative;
    top: -80px;
    width: 80px;
    margin-right: 600px;

}

.footer .footer_logo {

}

.footer .navbar-default {
    background-color: #262626;
    border: 0px;
    height: 184px;
    margin: 0px;
    padding: 0px;
}

.footer2_div {
    background-color: #191919;
}

.footer2_div .footer2 {
    height: 86px;
    color: #bdbebe;
    line-height: 86px;
}

.footer2_div .footer2 .clutch {
    color: #525252;
}

.container.banner {
    width: 100%;
    height: 400px;
    padding: 0;
    background-repeat: no-repeat;
    /* overflow-x: hidden; */
    background-size: cover;
}

.search_div li a {
    color: #ffffff;
    font-size: 25px;
}

.search_div li a:hover {
    text-decoration: none;
}

.search_div li {
    float: right;
    list-style: none;
}

.search_div li {
    margin-left: 35px;
}

.search_div li {
    border-bottom: solid #35849e;
}

.site_index .show_groups .he {
    color: #ffffff;
    font-weight: lighter;
    padding-top: 20px;
    text-align: initial;
}

.site_index .show_groups .title-part-1 {
    font-size: 26pt;
}

/*.site_index .show_groups .search_div{position: absolute;top: 173px;padding-right: 419px;}*/
.formpage .form-control {
    border-radius: inherit;
    border-left: none;
    border-right: none;
    border-top: none;
    height: 48px;
    border-bottom: 2px solid rgba(53, 132, 158, 0.5);
    background-color: #fff;
    opacity: 0.9;
}

.sto textarea {
    border-bottom: 2px solid rgba(53, 132, 158, 0.5);
    border-radius: inherit;
    border-left: none;
    border-right: none;
    border-top: none;
    height: 143px;
}

.formpage label {
    font-size: 20.17px;
    color: #35849e;
    font-weight: normal
}

.sto label {
    font-size: 20.17px;
    color: #35849e;
    font-weight: normal
}

.send_div .btn-primary {
    color: #fff;
    font-size: 1.4em;
    border: none;
    border-radius: inherit;
    padding: 11px 35px;
    float: left;
    width: 116px;
    height: 53px;
    opacity: 0.9;
}

.bg_gradient {
    height: 73%;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

.cover {
    height: calc(100vw * 394 / 1920);
    background-repeat: no-repeat;
    background-size: cover;
}

.abut {
    font-size: 35px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.textab {
    text-align: center;
    font-size: 35px;
    margin-top: 51px;
}

.show_all_groups_btn {
    width: 350px !important;
    height: 50px !important;
    font-size: 26px !important;
}

.aboutcontainer {
    width: auto;
    padding: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
    margin-bottom: 0;
}

.error_msg {
    font-size: 18px;
    color: red;
}

/*.col-xs-12{padding-left: 0;padding-right:0}*/
@media (max-width: 768px) {
    .he {
        top: inherit;
        right: inherit;
    }

    .search_div {
        padding-right: inherit;
        top: 228px;
    }

    .search_div ul {
        padding-right: 0;
    }

    .search_div {
        display: none;
    }

    .groups_search_btn {
        display: none;
    }

    .groups_option {
        background-color: white;
        position: absolute;
        top: 41px;
        left: -48px;
    }

    #groups_auto_search {
        width: 100%;
        height: 40px;
        color: black;
    }

    .glyphicon-search {
        top: 9px;
        font-size: 23px;
        color: black;
    }

    .group .form-meeting {
        bottom: 0px !important;
        width: auto !important;
    }

    .breadcrumb {
        margin: 0px !important;
    }

    .cloud a {
        color: #337ab7 !important;
        border-radius: 0px !important;
    }

    .show_groups {
        margin-top: 89px;
        font-size: 10px;
    }

    ._group {
        width: 100% !important;
        margin: 0px !important;
    }

    .group_image {
        width: 100% !important;
    }

    .group_image img {
        width: 100% !important;
    }

    ::-webkit-input-placeholder {
        color: black !important;
    }

    .right {
        float: inherit !important;
    }

    .navbar-nav li.dropdown {
        float: inherit !important;
    }

    .nav > li {
        width: 100%;
        background-color: white;
        z-index: 10000;
    }

}

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

/********* modalAfterLog *********/
#modalAfterLog .modal-dialog {
    width: 464px;
    max-width: 95%;
}

#modalAfterLog .modal-body {
    height: 362px;
}

#modalAfterLog .modal-dialog .modal-content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#modalAfterLog .modal-footer {
    text-align: center;
    border-top: 0;
}

#modalAfterLog .modal-header {
    border-bottom: 0;
}

#modalAfterLog .modal-header .close {
    margin-left: -46px;
    margin-top: -25px;
}

#modalAfterLog .modal-header .modal-title {
    font-weight: 600;
}

#modalAfterLog .modal-footer .btn-default {
    height: 37px;
    border-radius: 20px;
    width: 224px;
}

#modalAfterLog .modal-footer .btn-default .button_text {
    font-size: 18px;
    font-weight: 400;
}

#modalAfterLog .modal-header .close {
    background: transparent;
    color: black;
    width: auto;
    height: auto;
}

#modalAfterLog ._group {
    width: 330px;
    border-bottom: 0;
}

#w1.navbar-nav > li > a {
    font-size: 16px;
}

.footer2 #w4 {
    height: 215px;
}

.footer2 #w4 .navbar-header {
    display: block;
    width: 25%;
}

.footer2 .navbar-inverse .navbar-collapse ul.navbar-nav li:nth-of-type(1) {
    display: block;
}

#w4-collapse .navbar-nav li a {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

#w5 {
    margin-top: 20px;
}

@media (min-width: 768px) {
    #w4-collapse .navbar-nav > li {
        width: 50%;
        height: 35px;
    }

    #w4-collapse .navbar-nav > li a {
        height: auto;
        line-height: 35px;
        width: 85%;
    }

    #w4-collapse .navbar-inverse .navbar-nav > .active > a, #w4-collapse .navbar-inverse .navbar-nav > .active > a:hover, #w4-collapse .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: black;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .footer2 #w4 .navbar-header {
        width: 100%;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-header .navbar-brand > img {
        max-width: unset !important;
        width: unset !important;
        background-size: unset;
        /*width: auto !important;
        height: auto !important;
        object-fit: cover;*/
    }

    #w0-collapse {
        width: 100%;
    }

    #w5 {
        margin-top: 0;
    }

}

/*---blog---*/

.blog * {
    transition-duration: 0.15s;
    transition-property: background-color, border-color, color, opacity;
    transition-timing-function: linear;
}

.blog .main-container {
    z-index: 1;
    position: relative;
    margin-top: 150px;
    margin-bottom: 150px;
}

.blog .main .column-one {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.blog #grid {
    width: 100% !important;
    clear: both;
    margin: 0 auto;
}

.blog .box {
    float: left;
    border: 0px solid #fff;
    border-radius: 5px;
    background: #fff;
    margin: 10px;
    padding: 20px 20px 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    width: 320px;
    border-top: 0px solid #fff;
}

.blog .box h2.post-title {
    font-weight: 300;
    line-height: 120%;
}

.blog .entry-content {
    margin-bottom: 20px;
}

.blog .meta {
    font-size: 85%;
    border-top: 1px solid #EEEEEE;
    padding: 10px 20px 10px 20px;
    margin: 20px -20px 0 -20px;
    background: #f0f0f0;
    border-radius: 0 0 5px 5px;
    line-height: 24px;
}

.blog .fa-asterisk {
    color: #999999;
    margin: 0 -3px 0 5px;
    font-size: 16px;
}

.blog .meta .post-date {
    text-transform: uppercase;
    margin-left: 10px;
}

.blog .grid-item img {
    display: block;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
    padding: 0;
    max-height: 300px;
    margin-right: -20px;
    margin-top: -20px;
    transform: scale(1);
}

.blog .grid-item img:hover {
    transform: scale(1.1);
}

@media only screen and (min-width: 769px) {
    .blog .wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .blog .box {
        width: 100%;
    }
}

@media only screen and (min-width: 1140px) {
    .blog .wrapper {
        width: 1026px;
        margin: 0 auto;
    }
}

.blog.single h1 {
    color: #A1B1B3;
    line-height: 1.2;
    font-size: 42px;
    margin-bottom: 42px;
}

.blog.single .meta {
    margin: 0 0 20px 0;
    border: 1px dashed #ccc;
    background: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    white-space: nowrap;
}

.blog.single .meta .post-category {
    display: inline-block;
}

.blog .sidebar {
    padding-right: 55px;
}

.blog .sidebar .box {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-top: 1px solid #fff;
}

.blog .sidebar .box h3 {
    margin: -20px -20px 20px -20px;
    padding: 10px 20px;
    background: #F0F0F0;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #EEEEEE;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    color: #A1B1B3;
    font-size: 16.5px;
}

.blog .sidebar .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .sidebar .box ul li {
    margin-bottom: 10px;
}

.blog a {
    text-decoration: none;
    color: #dc4949;
}

.blog a:hover {
    color: #23527c;
    text-decoration: underline;
}

.messageTks {
    background: #e5e5e5;
    width: 100%;
    position: relative;
    bottom: inherit;
    top: inherit;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    bottom: 56px;
    padding: 30px;
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
    .messageTks {
        background: #e5e5e5;
        width: 100%;
        position: relative;
        bottom: inherit;
        top: inherit;
        padding: 15px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
    }
    
    .link_to_wp {
		padding: 10px;
	}
    
}

.titchat {
    font-size: 20px;
    color: #358aa9;
    font-weight: bold;
    margin-bottom: 13px;
}

.intl-tel-input {
    width: 100%;
}

.group .form-meeting .form-wrapper input[type="tel"],
#loginform-phone {
    direction: ltr !important;
}

.country-list {
    left: 0;
    direction: ltr;
}

.link_to_wp {
	font-size: 20px;
	padding-top: 20px;
}

.link_to_wp a{
	background: #6ABEA5;
	font-size: 20px;
}