@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .navbar-inverse .container {
        padding-right: 22px;
        padding-left: 14px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .navbar-brand {
        margin-right: 10px;
    }
    .main-navbar .nav > li {
/*        min-width: 80px;*/
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }
    #home h1 {
        position: absolute;
        left: 50%;
        width: 350px;
        margin-left: -175px;
        top: auto;
        bottom: 200px;
        font-size: 30px;
        font-weight: 100;
        color: #ffffff;
    }
    #home_infographics {
        background: #2c2c2b;
    }

    #home_infographics::before {
        display: block;
    }
    #home {
        background-position: -200px center;
    }
    #interaction .container, #footer-sections .container {
        width: 100%;
    }
    #interaction  {
        background-position: -43vw 3vh;
    }
    #footer_likes {
        text-align: right;
        margin-right: 0px;
        padding-right: 15px;
    }
    .col-sm-4, .col-sm-6 {
        padding: 0;
    }
    a#designed_by {
        padding-left: 24px;
    }
}
@media (max-width: 880px) {
    .top_dynamic p {
        font-size: 16px;
    }
    .detach_bumb {
        display: none;
    }
}
@media (max-width: 846px) {
    .main-navbar .nav > li {
/*        min-width: 60px;*/
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 6px;
    }
}
@media (max-width:767px) { 

  #slide-nav .container {
      margin: 0!important;
      padding: 0!important;
      height:100%;
  }
  #slide-nav .navbar-header {
      margin: 0 auto;
      padding: 0 15px;
      padding-left: 0;
  }
  #slide-nav .navbar.slide-active {
      position: absolute;
      width: 100%;
      top: -1px;
      z-index: 1000;
  }
  #slide-nav #slidemenu {
      background: #f7f7f7;
      right: -100%;
      width: 350px;
      min-width: 0;
      position: absolute;
      padding-left: 0;
      z-index: 2;
      top: -8px;
      margin: 0;
  }
  #navbar-height-col {
      position: fixed;
      top: 0;
      height: 100%;
      bottom:0;
      width: 350px;
      right: -100%;
      background: #f7f7f7;
  }
  #slide-nav #slidemenu .navbar-nav {
      min-width: 0;
      width: 100%;
      margin: 0;
  }

    #slide-nav #slidemenu .fake_header .navbar-nav {
        margin-left: 30px;
        margin-top: 6px;
    }

  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
      min-width: 0;
      width: 100%;
      white-space: normal;
  }
  #slide-nav {
      border-top: 0
  }
  #slide-nav.navbar-inverse #slidemenu {
      background: #2b2b2c
  }

  #navbar-height-col.inverse {
      background: #2b2b2c;
      z-index: 1;
      border: 0;
  }
  #slide-nav .navbar-form {
      width: 100%;
      margin: 8px 0;
      text-align: center;
      overflow: hidden;
  }
  #slide-nav .navbar-form .form-control {
      text-align: center
  }
  #slide-nav .navbar-form .btn {
      width: 100%
  }

    .main-navbar .nav > li a span {
        display: inline-block;
        line-height: 26px;
        float: left;
        margin-right: 16px;
    }
    #slidemenu .main-navbar .nav > li a {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 300;
        font-size: 15px;
        line-height: 27px;
    }
    .main-navbar .nav > li {
/*        min-width: 100px;*/
        display: block;
        float: none;
        text-align: left;
        margin-bottom: 20px;
    }
    .main-navbar {
        padding-left: 33px;
    }
    .fake_header .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 19px;
        line-height: 20px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 20px;
    }
    #menu_action_buttons {
        display: block;
    }
    .navbar-collapse.in {
        overflow-x: hidden;
    }
    #interaction {
        background-position: -410px 3vh;
    }
    #interaction h2 {
        display: none;
    }
    #interaction p {
        max-width: 350px;
        margin: 0 auto;
    }
    #donate_buttons {
        background: transparent;
        width: 100%;
        padding: 20px 0 20px 0;
        float: none;
    }

    #donate_buttons .lite_but {
        margin-bottom: 0px;
        margin: 10px;
    }
    #donate_buttons .bit_but {
        margin-bottom: 0px;
        margin: 10px;
    }
    #footer-sections .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }
    #footer-sections .col-sm-6 {
        float: left;
    }
    #footer_likes .like_but::before {
        font-size: 21px;
    }
    #footer_likes .like_but {
        margin-right: 5px;
    }

    .top_dynamic {
        background: rgb(104,255,232);
        background: -moz-linear-gradient(left, rgba(104,255,232,1) 0%, rgba(189,255,231,1) 68%, rgba(221,211,178,1) 100%);
        background: -webkit-linear-gradient(left, rgba(104,255,232,1) 0%,rgba(189,255,231,1) 68%,rgba(221,211,178,1) 100%);
        background: linear-gradient(to right, rgba(104,255,232,1) 0%,rgba(189,255,231,1) 68%,rgba(221,211,178,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ffe8', endColorstr='#ddd3b2',GradientType=1 );
        border-radius: 0px;
        width: 100%;
        text-align: center;
        padding: 14px 20px 10px 20px;
        margin-bottom: 0px;
        position: absolute;
        top: 80px;
        left: 0;
    }
    .top_dynamic {
        margin-bottom: 0;
    }
    .top_dynamic::after {
        content: "";
        background: transparent;
        width: 100%;
        height: 20px;
        position: absolute;
        top: 64px;
        left: 0;
        z-index: 1;
    }

    .link .top_dynamic::after {
        content: "";
        background: transparent;
        width: 100%;
        height: 0px;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 1;
    }


    .top_dynamic_desktop {
        display: none;
    }
    .top_dynamic_tablet {
        display: block;
    }
    .fp-tableCell .container {
        position: inherit;
    }
    .if_mobile {
        display: none;
    }
}
@media (max-width:625px) {
    #home h1 {
        position: relative;
        left: auto;
        right: 0;
        width: 100%;
        margin-left: 0;
        top: 11px;
        bottom: auto;
        font-size: 25px;
        font-weight: 100;
        color: #ffffff;
    }
    #home h1 span {
        font-size: 60px;
        font-weight: 100;
        color: #ffffff;
    }
    .chatbox_login {
        position: relative;
        top: 47px;
        right: 0;
        padding: 20px;
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 80px;
        }
    .fb_but {
        color: #ffffff;
        height: auto;
        display: inline-block;
        position: relative;
        padding: 15px 20px 15px 52px;
        margin: 0px;
        margin-right: 10px;
    }
    .fb_but::before, .tw_but::before {
        color: #ffffff;
    }
    .tw_but {
        color: #ffffff;
        height: auto;
        display: inline-block;
        position: relative;
        padding: 15px 20px 15px 52px;
        margin: 0px;
        margin-left: 10px;
    }

    .login_icon {
        background: #4b4b4c;
        margin-top: 0px;
        position: absolute;
        top: -46px;
        right: 40px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }
    .login_icon::before {
        color: #ffffff;
        font-size: 50px;
        position: absolute;
        top: 17px;
        left: 17px;
    }
    .top_dynamic .login_icon {
        background: transparent;
        color: #000000;
        font-size: inherit;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0;
        width: auto;
        height: 40px;
    }
    .top_dynamic .login_icon::before {
        color: #000000;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .top_dynamic .login_title {
        padding-bottom: 0;
    }

    #chatbox_login_inchat .login_icon::before {
        color: #ffffff;
        font-size: 50px;
        position: absolute;
        top: 17px;
        left: 17px;
    }
    #chatbox_login_inchat .tw_but, #chatbox_login_inchat .fb_but {
        margin-bottom: 60px;
    }
    #chatbox_login_inchat .login_icon_inchat {
        top: 12px;
        position: relative;
        display: block;
        margin-right: auto;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 46px;
    }
    .login_start {
        color: #ffffff;
        display: block;
        text-transform: none;
        font-size: 26px;
        font-weight: 100;
        margin: 10px 0 30px 0;
    }


    .login_title {
        color: #000000;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 300;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    #chatbox_login_inchat .login_icon_inchat::before {
        color: #ffffff;
        font-size: 76px;
    }
    #chatbox_login_inchat .login_title {
        display: none;
    }




    .circles {
      display: none;
    }
    .login_traditional {
      margin-top: 20px;
    }
    #home_infographics {
        padding-bottom: 40px;
        background: #222222;
    }
    .home_infographics_box {
        display: inline-block;
        float: left;
        width: 33.33%;
        color: #ffffff;
        font-size: 17px;
        font-weight: 300;
    }
    #home_infographics::before {
        display: none;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 0px;
        content: "";
        background: none;
    }
    #mobile_likes {
        position: relative;
        display: block;
        bottom: auto;
        width: 100%;
    }

    #mobile_likes div {
        position: relative;
        display: inline-block;
        margin-right: 0px;
    }
    #mobile_likes div p {
        color: #ffffff;
        line-height: 8px;
        text-transform: uppercase;
        font-size: 19px;
        float: left;
    }
    #discover {
        display: block;
        color: #909091;
        padding: 10px;
        font-size: 17px;
        padding-bottom: 3px;
    }
    #discover .icon-love:before {
        color: #6b6b6d;
    }
    #scroll_down {
        bottom: 10px;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }
    #scroll_down img {
        width: 30px;
        height: 30px;
    }
    #home { 
        background-image: url("../img/home-image-mobile.jpg");
        height: 100%; 
        background-position: -100px center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #reattach_section2 {
        position: relative;
        background: #222222;
        display: block;
        width: 100%;
        height: 155px;
        clear: both;
        padding: 10px 0 19px 0;
    }
    #reattach_section2 .home_infographics_box span {
        font-size: 14px;
        width: 100px;
        position: relative;
        display: inline-block;
    }
    .home_infographics_box img {
        max-width: 100px;
        margin-top: 0px;
    }
    #interaction {
        background-image: none;
    }
    #footer_likes .like_but {
        margin-right: 0px;
    }
    .interaction_text {
        padding: 20px 0 10px 0;
    }
    #interaction h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #donate_buttons {
        padding: 0px 0 10px 0;
    }
    .signup_form, .register_form {
        width: 50%;
        padding: 10px 10px;
    }
    #login_container input {
        max-width: 80%;
    }
    .social_form .login_social_inbox .fb_but, .social_form .login_social_inbox .tw_but {
        min-width: 100%;
        padding: 10px 10px 10px 25px;
    }
    .social_form {
        width: 50%;
        padding: 10px 10px;
    }
    .form_title {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .social_form .but_text {
        font-size: 12px;
    }
    .social_form .login_social_inbox {
        padding: 0 13px;
    }
    .social_form .fb_but::before, .social_form .tw_but::before {
        font-size: 20px;
        top: 6px;
    }
    .social_form .fb_but::after, .social_form .tw_but::after {
        width: 33px;
    }

}
@media (max-width:500px) {
    .fb_but, .tw_but {
        padding: 7px 10px 7px 62px;
        max-width: 150px;
        text-align: left;
        line-height: 20px;
    }
    .fb_but::before, .tw_but::before {
        font-size: 38px;
        left: 7px;
        top: 16px;
    }
    .fb_but::after, .tw_but::after {
        width: 50px;
    }
    .login_icon {
        margin-top: 0px;
        top: -33px;
        right: 20px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }
    .login_icon::before {
        color: #d1d1d1;
        font-size: 40px;
        position: absolute;
        top: 13px;
        left: 12px;
    }
    .signup_form, .register_form {
        width: 100%;
        padding: 10px 20px;
    }
    .social_form {
        width: 100%;
        padding: 10px 20px;
        padding-top: 10px;
    }
    .social_form .login_social_inbox {
        padding: 0px;
    }

    #login_container input {
        max-width: 100%;
    }
    .form_title {
        padding-top: 0px;
    }
    #login_container input[type="submit"] {
        margin: 0;
    }
    .tabBlock-tab {
        padding: 7px 6px;
    }
    .login-modal {
        position: fixed;
        min-width: 303px;
        padding: 15px;
    }
    .tabBlock .nav > li > a {
        padding: 6px 9px;
    }
    .scrollbar {
      float: left;
      height: 250px;
      overflow-y: scroll;
    }

    .force-overflow {
      min-height: 450px;
    }

    #new_account_scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      background-color: #F5F5F5;
    }

    #new_account_scroll::-webkit-scrollbar {
      width: 6px;
      background-color: #F5F5F5;
    }

    #new_account_scroll::-webkit-scrollbar-thumb {
      background-color: #000000;
    }
    #new_account_content .social_form::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 30px;
        top: -30px;
        left: 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
    .top_dynamic::after {
        content: "";
        background: transparent;
        width: 100%;
        height: 0px;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 1;
    }
    #chat_section .fp-tableCell {
        background: #1e1f20;
    }
    .if_mobile {
        display: inline-block;
    }

}
@media (max-width:420px) {
    .fb_but, .tw_but {
        max-width: 138px;
    }
    .fb_but {
        padding: 4px 10px 4px 48px;
        margin-right: 5px;
    }
    .tw_but {
        padding: 4px 10px 4px 48px;
        margin-left: 5px;
  
    }
    .fb_but::before, .tw_but::before {
        font-size: 25px;
        left: 7px;
        top: 14px;
    }
    .fb_but::after, .tw_but::after {
        width: 37px;
    }
    .login_icon {
        margin-top: 0px;
        top: -33px;
        right: 10px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }
    .login_icon::before {
        color: #d1d1d1;
        font-size: 40px;
        position: absolute;
        top: 13px;
        left: 12px;
    }
    #home h1 {
        top: 17px;
        font-size: 20px;
    }
    #home h1 span {
        font-size: 30px;
    }
    .fp-tableCell {

    }
    .login_title {
        padding-bottom: 10px;
    }
    .chatbox_login {
        top: 47px;
        right: 0;
        padding: 10px;
        margin-bottom: 60px;
    }
    .login_traditional {
        margin-top: 10px;
    }
    #copy_copy_cryptoism {
        display: block;
    }
    #footer_likes {
        text-align: center;
        margin: 0;
    }
    #footer_retach {
        position: relative;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    #footer_likes .like_but::before {
        font-size: 26px;
    }
    a#footer_contact {
        font-size: 12px;
        height: 18px;
        line-height: 19px;
        padding-left: 24px;
    }
    #copy_cryptoism {
        font-size: 10px;
        height: 14px;
        line-height: 21px;
    }
    #interaction p {
        max-width: 350px;
        padding: 10px;
    }
    .home_infographics_box img {
        max-width: 65px;
    }
    #reattach_section2 {
        height: 130px;
    }
    #footer-sections {
      padding-bottom: 20px;
    }
    .nav > li.hide_me {
        display: block;
    }
    .navbar-nav > li > a.navbar-retoggle {
        display: block;
    }
    #hamburger_top.slide-active {
        display: none;
    }
            
}
@media (max-width:390px) { 
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }
    #slide-nav #slidemenu {
        width: 100%;
    }
    #navbar-height-col {
        width: 100%;
    }
}

@media (min-width:768px) { 
  #page-content {
      right: 0!important
  }
  .navbar.navbar-fixed-top.slide-active {
      
  }
  .navbar-header {
      right: 0!important
  }
  .navbar-nav > li > a {
       padding-top: 14px;
      padding-bottom: 10px;
    }

    #main_navy { 
    position: relative; 
}
#main_navy li { 
    display: inline-block;  
}
#main_navy a { 
    color: #bbb; 
    font-size: 14px; 
    text-decoration: none;
    text-transform: uppercase;
}
#main_navy a:hover { 
    color: white; 
}
#magic-line { 
    position: absolute;
    bottom: 0px; 
    left: 0; 
    width: 100px; 
    height: 4px; 
    background: #fc855d;
}
.current_page_item a { 
    color: white !important; 
}
.ie6 #main_navy li, .ie7 #main_navy li { 
    display: inline; 
}
.ie6 #magic-line {
    bottom: -3px;
}

}
