.main {
      margin-bottom: 20px;
}
.salary-container{
padding:5px !important;
}


#counter-container{
    padding-top:13px;
    text-align:right;
   padding-right:20px;
      font-size:22px;
      color: #222;
}

#counter-container img{
    padding-right:10px;
    margin-top:-5px;
    
}


button, .button{
    background-color: #116572;
}

button, .button:focus{
    background-color: #116572;
}

button, .button:hover{
    background-color: #116572;
}


       #dropdown #click-arrow-top {
                margin-left: 15px;
                vertical-align: middle;
                }
            .dropdown.button{
                        padding-right: 18px
            }
           .dropdown.button:before {
                border-width: 0;
                }
            
       

                .f-dropdown:before, .f-dropdown:after {
                    border:0;
                }





    #button-container{
        display:block;
    }
    
    #button-container-small{
        display:none;
    }

@media(max-width:640px){
    
   #button-container{
        display:none;
    }
    
    #button-container-small{
        display:block;
    }
    
    #counter-container{
    padding-top:13px;
    text-align:left;
   padding-left:13px;

}
}

.button-row{
    padding:5px;
    background:#fff;
    border-left-width:5px;
    border-left-color:#f8f7f4;
    border-left-style:solid;
    border-right-width:5px;
    border-right-color:#f8f7f4;
    border-right-style:solid;
}

#button-container{
    background:#fff;
  //  overflow: auto;
}

#button-container div{
    float:left;
    padding-top:13px;
    padding-bottom:13px;
    margin-left:13px;
    margin-right:13px;
    border-bottom-color:#fff;
    border-bottom-width:5px;
    border-bottom-style:solid;
}

#button-container div:hover{
    color: #116572;
  /*  */
}


.clicked{
    color: #116572 !important;
    border-bottom-color:#116572 !important;
    border-bottom-width:5px !important;
    border-bottom-style:solid !important;
}

.salary-box, .user-box {
    height: 350px;
    text-align:center;
    font-family: 'Yantramanav', sans-serif;
    color: #000;
    font-weight:300;
    height: 342px;
    margin-bottom: 10px;
   
}

.salary-box .front, .salary-box .back  {
   border: 1px solid #e1e1e1;  
}

.salary-title{
    color:#fff;
    overflow: hidden;
    height: 57px;
    font-size:18px;

}

.salary-title img {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  height:28px;
}

.salary-title .jobType {
    padding-left: 5px;
    padding-right: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.salary-box .back {
    color:#fff;
}


.salary-counter, .salary-full {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    padding-top:10px;
    padding-bottom:10px;
    font-size:24px;
     font-weight:300;

}

.salary-info{
    height: 238px;
    max-height: 238px;
     background:#fff;
    padding-top:10px;
    padding-bottom:20px;
}

.salary-info .row{
    margin-left:10px;
    margin-right:10px;
    margin-bottom: 10px;
}

.time{
    text-align:right;
    margin-top: 7px;
}

button{

}


.priceItem div img{
    width:32px;
}


.counter-hours, .counter-mins, .counter-secs, .counter-other{
    float:left;
 /*   zoom: 0.5;
   -moz-transform: scale(0.5)*/
}


.flip-clock-wrapper{
    width: auto !important;
}

.flip-clock-divider{
    margin-top:10px;
/*    zoom: 0.5;
   -moz-transform: scale(0.5)
*/
}




.center-row{
    text-align:center;
}

.clock-container{
    display:table;
    width:100%;
}

.clock-center{
    display:table-cell;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
   
}







.ssb-wrapper {
    min-width: 325px;
    max-width: 325px;
    padding: 0 !important;
}

.rrssb-buttons {
    float: left;
    width: inherit !important;
}

.ssb {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-top: 0px;
    text-align: left;
    display: table-cell;
    margin-top: 0;
    margin-bottom: 10px;
}

.ssb-text {
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    cursor: pointer;
    display: inline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.ssb-icon {
    left: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0px;
}
.ssb-icon svg path {
    fill: #FFF;
}
.ssb-facebook {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
}

.ssb-twitter {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
}

.share-toggle.closed:before {
    content: "\f067";
}

.share-toggle.opened:before {
    content: "\F068";
}

.share-toggle {
    font-family: FontAwesome;
    line-height: 1.9;
    padding-left: 10px;
    font-size: 1.5rem;
    border-radius: 2px;
    background: #c5c5c5;
    display: inline-block;
    cursor: pointer;
    height: 36px;
    width: 37px;
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}

.share-toggle:hover {
    background-color: #707070 !important;
}

.secondary-shares {
    display: none;
}

.share-results .text {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.4; 
}

.share-results .share-container {
    margin: 0 auto;
    width: 300px;
    margin-bottom: 40px;
}


.ssb-facebook a, .ssb-twitter a {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.298039);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box; 
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: block;
    height: 36px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: rgb(71, 71, 71);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.ssb-facebook a:hover, .ssb-twitter a:hover {
    text-decoration: none !important;
}    

.ssb-facebook a {
    background-color: rgb(48, 97, 153);
}

.ssb-facebook a:hover {
    background-color: #244872 !important;
}


.whatsapp  {
    float: left;
    cursor: pointer;

    line-height: 1.9;
    font-size: 1.5rem;
}
.whatsapp a .icon {
    display: inline-block;
    background-color: #00af00;
    border-radius: 2px;
    height: 36px;
    width: 37px;
    padding-left: 9px;

}

.whatsapp a .icon svg {
    height: 17px;
    width: 17px;
}

.whatsapp a .icon svg path {
    fill:#fff;
}

.whatsapp a, .whatsapp a:visited {
    background-color: #00af00;
}

.whatsapp a:hover, .whatsapp a:active {
    background-color: #299629 !important;
}

/*Sources*/
.icon-arrow-up:before {
    content:"\e606";
}


#click-sources:hover {
    cursor: pointer;
}

#click-arrow {
    font-size: 12px;
    display:inline;
    height:5px;
}

#sources-text a {
    color: #222;
}

#sources{
    font-size:11px;
    color:#555;
    margin-bottom:40px;
}

#sources p{
    margin-bottom:3px;
    font-size:11px;
    color:#555;
}

.sourceRow{
    margin-top:20px;
}




#click-travel{
    background:#116572;
    padding-top:16px;
    padding-bottom:16px;
    text-align:center;
    color:#fff;
}

#click-travel:hover {
    cursor: pointer;
}

#travel-arrow {
    font-size: 12px;
    display:inline;
    height:5px;
}


#future{
    font-size:11px;
    display:none;
    color:#555;
    margin-bottom:40px;
    display:none;
    width:300px;
}

#future div{
    font-size:16px;
    margin-top:10px;
    padding-bottom:10px;
    border-bottom-width:1px;
    border-bottom-color:#116572;
    border-bottom-style:solid;
    padding-left:10px;
}

#future div:hover{
    cursor:pointer;
}





#click-list:hover{
    cursor:pointer;
}



#shopping img{
    width:25px;
    margin-top:3px;

}



.table{
    display:table;
}

.table-row{
    display:table-row;
}

.table-cell{
    display:table-cell;
    padding-left:10px;
    padding-right:10px;
}


.stateimage {
    overflow: hidden;
    margin-bottom: 15px;

}
.stateimage img {
    width: 100%;
}


.stateDesc{
    margin-top:30px;
    max-width: 903px;
}

.stateDesc h2 {
    margin-top: 30px;
}

.columns{
    padding:0px;
}

#rankingHeader{
    margin-top:80px;
}

.end-row{
    margin-top:50px;
    margin-bottom:50px;
}



p a {
    color: #222;
    text-decoration:underline;
}

p a:hover{
    color: #222;
}




/* clock */
#clock svg{
    stroke: #000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#rim {
  fill: none;
  stroke: #999;
  stroke-width: 3px;
}

.second-hand{
    stroke-width:3;

}

.minute-hand{
    stroke-width:6;
    stroke-linecap:round;
}

.hour-hand{
    stroke-width:8;
    stroke-linecap:round;
}

.hands-cover{
    stroke-width:3;
    fill:#fff;
}

.second-tick{
    stroke-width:2;
    fill:#000;  
}

.hour-tick{
    stroke-width:4; 
}

.second-label{
    font-size: 12px;
}

.hour-label{
    font-size: 24px;
}

#timeDisplay {
    text-align: center;
    height: 20px;
    width: 200px;
}

/* end clock */

.user-box .front, .user-box .back{
    border: 1px solid #e1e1e1;
}
.user-box .back{
    background-color: #fff;
}
input#user-salary {
      background-image: none !important;
    border: 1px solid #e1e1e1;
    margin-bottom: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 40px;
    text-align: center;
    width: 95%;
    background-color: #fff;
    color: #999;
      outline: none;
      font-size: 24px;
    font-family: 'Yantramanav', sans-serif;
    font-weight:300;
}
.salary-extra {
 padding: 40px 5px;
  font-size: 16px;
    line-height: 1.2;
}

.salary-extra a {
    color: #ccc;
    display: block;
    text-decoration: underline;
    font-size: 16px;

}
.user-instruct {
 padding: 40px 10px;
  font-size: 20px;
    height: 239px;
  background-color: #fff;
  color: #000;
}

.earnType {
      font-size: 12px;
  padding-top: 5px;
}

input#user-salary::-webkit-input-placeholder {
   color: #999;
   font-size: 18px;
   padding-top: 5px;
}

input#user-salary:-moz-placeholder { /* Firefox 18- */
   color: #999;
      font-size: 18px;
   padding-top: 5px;
}

input#user-salary::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
      font-size: 18px;
      opacity: 1;
   padding-top: 5px;
}

input#user-salary:-ms-input-placeholder {  
   color: #999;  
      font-size: 18px;
   padding-top: 5px;
}

input[type=text]:focus, textarea:focus {
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
      outline: none !important;
}


@media(max-width:1024px){
    .row{
         padding-left:5px;
         padding-right:5px;
        }

        #rankingHeader{
            margin-top:0px;
        }

        
        .button-row{
  
    border-left-width:10px;
    border-left-color:#f8f7f4;
    border-left-style:solid;
    border-right-width:10px;
    border-right-color:#f8f7f4;
    border-right-style:solid;
}

}

@media(max-width:800px){


}

@media(max-width:480px){ 
    body {
        font-size: 14px;
    }
    .salary-counter {
       font-size:  20px
    }
    .salary-title {
        font-size: 18px;
    }
    
    .salary-full {
        font-size: 18px;
    }

    input#user-salary::-webkit-input-placeholder {
       font-size: 14px;
    }

    input#user-salary:-moz-placeholder { /* Firefox 18- */
       font-size: 14px;
    }

    input#user-salary::-moz-placeholder {  /* Firefox 19+ */
       font-size: 14px;
    }

    input#user-salary:-ms-input-placeholder {  
       font-size: 14px;
    }
        

}
@media(max-width:350px){
    .salary-title{
        font-size:16px;
    } 
     .salary-title img{
        margin-left:10px;
    } 
    
    .salary-extra {
 padding: 40px 5px;
  font-size: 14px;
    line-height: 1.2;
}
}

@media(max-width:300px){
    .salary-title{
        font-size:14px;
    } 
    
   
}

/* STICKY FACEBOOK SHARING BUTTON*/
#sticky-sharing-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 17px 0;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid #e0d6cc;
    display: none;
    box-sizing: border-box;
    height: 60px;
}

.share-button {
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.share-text-wrapper {
    display: inline-block;
    box-sizing: border-box;
    width: 90%;
}

.share-button > a.fb-share {
    color: #ffffff;
    background-color: #4b68b9;
    border-color: #3b55a0;
    background-image: -webkit-linear-gradient(top, #4b68b9 0%, #3b55a0 100%);
    background-image: -o-linear-gradient(top, #4b68b9 0%, #3b55a0 100%);
    background-image: linear-gradient(to bottom, #4b68b9 0%, #3b55a0 100%);
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: 0 0;
    text-shadow: 0 -1px 0 #3b55a0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1;
    font-family: "Segoe UI", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 12px 10px;
    line-height: 1.3em;
    font-weight: 500;
    cursor: pointer;
    font-size: 1.5em;
}

.share-button > a.fb-share > span > svg {
    fill: #FFF ;
    margin-right: 6px;
}