.row{
    max-width: 100% !important;
}
#content{
    padding: 20px 30px;
    min-height: 400px;
}
#wrapper{
    margin-top:5em;
}

.title1{
    margin-bottom: 10px;
    clear: both;
}

.title2{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.title3{
    margin-bottom: 10px;
    clear: both;
}
.state-inner{
    padding-left: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}
.state-block{
    clear: both;
}
.state-title{
    font-size: 16px;
    color: #000000;
    background: #eeeeee;
    border-bottom: 2px solid #474747;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    clear: both;
    display: block;
}

.profile-brief-block{
    clear: both;
    padding: 0 10px;
}

.thumbs{
    width: 100%;
    max-height: 107px;
    display: block;
    max-width: 240px;
}
.thumbnail{
    max-width: 80px;
    display: block;
    position: relative;
}

#blog {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    max-width: 100vw !important;
    margin: auto;

}

#blog .carousel{
    background-color:white !important;
    color: black !important;
    max-width: 100vw !important;

}

#blog .carousel-inner{
    max-width: 100vw !important;

}


#gopremium .text-container{
    height:17.8em !important;
}

.txto-legal{
    text-align: center !important;
}

#blog p{
    color: black !important;
}

#blog h2{
    color: black !important;
}

.city-block{
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 16px;
    clear: both;
}

.link-city{
    text-decoration: none !important;
    color: #000000 !important;
}

.link-city:hover{
    font-weight: bold;
}

@media (min-width: 481px) and (max-width: 767px) {
    *{
        max-width: 100vw !important;
    }
    .state-inner{
        padding-left: 0px;

    }

    #gopremium{
        margin-left: 9vw;
    }

    #blog {
        margin-left: 8vw;
        margin-top: 1em;
        width: 100vw !important;
    }


}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    *{
        max-width: 100vw !important;
    }
    .state-inner{
        padding-left: 0px;

    }

    #gopremium{
        margin-left: 9vw;
    }
    #blog {
        margin-left: 8vw;
        margin-top: 1em;
        width: 100vw !important;
    }


}