
#brand a h1 {
    font-size: 1.3rem;
    margin: 0;
    text-decoration: none;
}

.navbar-brand {
  height: 60px;
}




body{
    text-rendering: optimizeLegibility;
    font-family: 'Roboto', sans-serif;
}
.rowi {
    display: flex;
    width: 100%;
    margin: 5px;
    justify-content: space-around;
}
.rowi > img {
    width: 152px;
    height: 152px;
    border-radius: 50%;
}
.coli {
    display: flex;
    flex-direction: column;
}
.coli h2 {
    text-align: center;
}
.cardi {
    display: flex;
    padding: 10px;
    background-color: white;
    border-radius: 4px;
    min-width: 350px;
    box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
}
.cardi img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
}
.cardi-content {
    margin-left: 5px;
}
.candidates {
    margin: 10px;
    display: flex;
}
.contestant_rows {
    background-color: white;
}

.vote-btn {
    float:right;
}

@media (max-width: 580px) {
    .contestant_rows {
        margin-left: 5%;
        margin-right: 5%;
    }
    .cardi {
        min-width: 330px;
    }

    .navbar-brand {
  height: 60px;
}

 .nav >li >a {
  padding-top: 20px;
  padding-bottom: 20px;
}
 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
}
@media (max-width: 510px) {
    .contestant_rows {
        margin: 0;
    }
    
    .category-title {
        font-size:20px;
    }

    .category-heading{
        font-size:23px;
    }

    .related-title {
        font-size:23px;
    }
}
@media (max-width: 430px) {
    .cardi {
        min-width: 330px;
    }
    
    .category-title {
        font-size:19px;
    }

    .category-heading{
        font-size:22px;
    }

    .related-title {
        font-size:22px;
    }
}
@media (max-width: 400px) {
    .rowi {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .cardi {
        flex-direction: column;
        min-width: 250px;
    }
    .vote-btn {
        float:left;
    }

    .category-title {
        font-size:19px;
    }

    .category-heading{
        font-size:22px;
    }

    .related-title {
        font-size:22px;
    }

    
}

@media (max-width: 325px) {
    .cardi {
        min-width: 300px;
    }
    .vote-btn {
        float:left;
    }

    .category-title {
        font-size:19px;
    }

    .category-heading{
        font-size:22px;
    }

    .related-title {
        font-size:22px;
    }
}

@media (max-width: 340px) {
    .cardi {
        min-width: 320px;
    }
    .vote-btn {
        float:left;
    }

    .category-title {
        font-size:19px;
    }

    .category-heading{
        font-size:22px;
    }

    .related-title {
        font-size:22px;
    }
}

@media (max-width: 350px) {
    .cardi {
        min-width: 337px;
    }

    .vote-btn {
    float:left;
    }

    .category-title {
        font-size:19px;
    }

    .category-heading{
        font-size:22px;
    }

    .related-title {
        font-size:22px;
    }

}

@media (max-width: 380px) {
    .cardi {
        min-width: 360px;
    }

    .vote-btn {
        float:left;
    }

    .category-title {
        font-size:19px;
    }

    .category-heading{
        font-size:22px;
    }

    .related-title {
        font-size:22px;
    }

}

@media (max-width: 398px) {
    .cardi {
        min-width: 364px;
    }
 
    .vote-btn {
        float:left;
    }

    .category-title {
        font-size:19px;
    }

    .category-heading{
        font-size:22px;
    }

    .related-title {
        font-size:22px;
    }
}
.loginBtn {
    padding: 0px 0px 0px 10px;
    font-weight: 800;
}
.loginBtn--google {
    font-family: "Roboto", Roboto, arial, sans-serif;
    background: #DD4B39;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    width: 16em;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    width: 100%;
}
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--twitter {
    background: #00ACEE;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #0075a2;
  }
.center-lined-text {
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    line-height: 0.1em;
    color: #666;
}
.footer_link {
margin-bottom: 5px;

}
.icon_shift{
    margin-right: 5px;
}
/*font awesome size increase*/

.fonts_increase{
     font-size:60px;
}

.footer_fonts_increase{
     font-size:40px;
}
/*Image zooming styling starts here */
/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
/*image zooming style ends here */

/*FOOTER START///////////////////*/

.footer {
    padding: 50px 0 20px 0;
    background-color: #35404f;
    color: #878c94;
}
.footer .title{text-align: left;color:#fff;font-size:25px; color:#fff;}


.footer .social-icon{padding:0px;margin:0px; color:#fff;}
.footer .social-icon a{display:inline-block;color:#fff;font-size:25px;padding:5px;}
.footer .acount-icon a{display:block;color:#fff;font-size:18px;padding:5px;text-decoration:none;}
.footer .acount-icon .fa{margin-right:25px;}


.footer .category a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 1px;
    border-radius:4px;
    margin-top: 6px;
    background-color: black;
    border: solid 1px #fff;
}

.footer .payment{margin:0px;padding:0px;list-style-type:none}
.footer .payment li{list-style-type:none}
.footer .payment li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 10px 10px;
}

.footer_links {

list-style: none;
 color: #fff;
 text-decoration: none;
display: inline-block;

}

.footer_links li a{

color: #fff;

}


.contain{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .img-resize {
    display: block;
    max-height:120px;
    width: 100%;
    height: auto;
  }

  .vote-img-resize {
    display: block;
    max-height:340px;
    width: 100%;
    height: auto;
  }

  .div-link {
    text-decoration: none;
    color: inherit;
}
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
  }

#item-search
{
    max-width:300px;
}

#item-search input
{
    background-color:#e1e1e1;
    border:none;
    line-height:1.20rem;
}

#item-search input,
#item-search button
{
    height:2rem;
}
#item-search button
{
    padding-top:.2rem;
}

.noflexwrap
{
    flex-wrap:nowrap !important;
}

.noflexwrap-all,
.noflexwrap-all *
{
    flex-wrap:nowrap !important;
}
.notextwrap
{
    white-space:nowrap !important;
}

.notextwrap-all,
.notextwrap-all *
{
    white-space:nowrap !important;
}
.logo{
    width: 100px;
    height: auto;
}



    @media screen and (max-width : 760px){
.nav_button {
    display:inline-block;         
    margin:0 auto;
    width: 200px; 
    text-align:center;
    vertical-align:middle;
    
    }
    
    }   

    
    /**Select styles starts here **/
    .styled-select {
        background: url(https://elfrique.com/images/15xvbd5.png) no-repeat 96% 0;
        height: 29px;
        overflow: hidden;
        width: 240px;
     }
     
     .styled-select select {
        background: transparent;
        border: none;
        font-size: 14px;
        height: 29px;
        padding: 5px; /* If you add too much padding here, the options won't show in IE */
        width: 268px;
     }
     
     .styled-select.slate {
        background: url(https://elfrique.com/images/2e3ybe1.jpg) no-repeat right center;
        height: 34px;
        width: 240px;
     }
     
     .styled-select.slate select {
        border: 1px solid #ccc;
        font-size: 16px;
        height: 34px;
        width: 268px;
     }
     
     /* -------------------- Rounded Corners */
     .rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
     }
     
     .semi-square {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
     }
     
     /* -------------------- Colors: Background */
     .slate   { background-color: #ddd; }
     .green   { background-color: #779126; }
     .blue    { background-color: #3b8ec2; }
     .yellow  { background-color: #eec111; }
     .black   { background-color: #000; }
     
     /* -------------------- Colors: Text */
     .slate select   { color: #000; }
     .green select   { color: #fff; }
     .blue select    { color: #fff; }
     .yellow select  { color: #000; }
     .black select   { color: #fff; }
     
     
     /* -------------------- Select Box Styles: danielneumann.com Method */
     /* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
     #mainselection select {
        border: 0;
        color: #EEE;
        background: transparent;
        font-size: 20px;
        font-weight: bold;
        padding: 2px 10px;
        width: 378px;
        *width: 350px;
        *background: #58B14C;
        -webkit-appearance: none;
     }
     
     #mainselection {
        overflow:hidden;
        width:350px;
        -moz-border-radius: 9px 9px 9px 9px;
        -webkit-border-radius: 9px 9px 9px 9px;
        border-radius: 9px 9px 9px 9px;
        box-shadow: 1px 1px 11px #330033;
        background: #58B14C url("https://elfrique.com/images/15xvbd5.png") no-repeat scroll 319px center;
     }
     
     
     /* -------------------- Select Box Styles: stackoverflow.com Method */
     /* -------------------- Source: http://stackoverflow.com/a/5809186 */
     select#soflow, select#soflow-color {
        -webkit-appearance: button;
        -webkit-border-radius: 2px;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        -webkit-user-select: none;
        background-image: url(https://elfrique.com/images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
        background-position: 97% center;
        background-repeat: no-repeat;
        border: 1px solid #AAA;
        color: #555;
        font-size: inherit;
        margin: 20px;
        overflow: hidden;
        padding: 5px 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 300px;
     }
     
     select#soflow-color {
        color: #fff;
        background-image: url(https://elfrique.com/images/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
        background-color: #779126;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding-left: 15px;
     }
    /**select styles ends here **/
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: orange;
        opacity: 1; /* Firefox */
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: orange;
    }
    
    ::-ms-input-placeholder { /* Microsoft Edge */
        color: orange;
    }
