.howto-bg {
    position: relative;
    margin-top: 0px;
    padding-bottom: 12px;
    color: #000;
  /*  background: #fff;*/
    background-size: cover;
}

.howto{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    background: #fff;
    align-items:center;
    padding:2vw 2vw 1vw;
    margin-top: 20px;
/*    min-height:150px;
    max-height:450px;*/
    text-align:center;
    border-radius:5px;
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
}
.howto h1{
    margin:0;
    color:#090a0b;
    font-size:2.1rem;
}
.search-form {
    margin: 1em 0;
    /*padding: 6.5vw 7vw 8vw;*/
    text-align: center;
}

.search-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 460px;
}

.search-form .form-group {
    align-self: stretch;
    display: flex;
}

.search-box {
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #dae2e7;
    color: #738a94;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 400;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    border-radius: 5px;
    transition: border-color .15s linear;
    -webkit-appearance: none;
}

@media (min-width:650px){
.search-box {
    display: block;
    padding: 10px;
    width: 100%;
    min-width: 400px;
    border: 1px solid #dae2e7;
    color: #738a94;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 400;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    border-radius: 5px;
    transition: border-color .15s linear;
    -webkit-appearance: none;
}
}


.search-form button {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 20px;
    height: 43px;
    outline: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 39px;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(#4fb7f0,#29a0e0 60%,#29a0e0 90%,#36a6e2);
    border-radius: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.search-form .button-loader{
    display: none;
}

.search-form .please-wait{
    display: none;
}






.site-home-header .site-header-background {
    margin-top: 0;
}

.site-header-background {
    position: relative;
    margin-top: 0px;
    padding-bottom: 12px;
    color: #fff;
    background: #000;
    background-size: cover;
}

.home-content{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    background: #000;
    align-items:center;
    padding:2vw 2vw 1vw;
    margin-top: 20px;
    min-height:150px;
    max-height:450px;
    text-align:center;
    border-radius:5px;
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
}


.page-header-title{
    margin:0 auto;
    padding:3vw 1.5vw 1.5vw;
    max-width:1040px;
    text-align:center
}
/*@media (max-width:500px){
    .page-header-title{
      padding: 3vw 0.1vw 0.1vw;
    }
*/

.page-title{
    margin:0;
    color:#090a0b;
    border-bottom:2px dotted #DDD;
}

.page-title{
    font-size:2.5rem
}

/*@media (max-width:650px){
    .page-title{
      font-size:2rem;
    }
}*/

.post-full-content .mention-username {
    color: #000000ad;
}

@media (max-width:650px){
    .refresh-thread{
      position:relative;
      padding:0 4vw

    }
}

.post-full-author-headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tweet-video video {
    max-width: 350px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: .25rem;
}

ul.pagination a.active {
  background-color: #3c525f;
  color: #fff;
}

.pagination a:hover:not(.active) {background-color: #ddd;}



.more {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.more a {
    background-color: #3c525f;
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: .4rem;
}

.more a:hover {
    text-decoration: none;
}



.responsive {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  margin: 10px 0;
  overflow: hidden;
}

.responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/assets/img/loading.gif')
                50% 50%
                no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}



.navbar {

  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    background: url(/assets/img/nav.png);
    background-repeat: no-repeat;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: -100px;  
  margin-top:5px;    
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
    text-decoration: none;
}

.show {
  display: block;
}

.site-navbar{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    padding:15px;
}

@media (min-width:700px){
    .site-navbar{
        display:none;
    }
}

