#gallery {
    list-style: none;
    list-style-type: none;
}
#gallery a {
    text-decoration: none;
    color: #FFF;
}
#gallery a:hover {
    text-decoration:underline;
}
#gallery ul {
    -webkit-padding-start: 0px;
}
#gallery note {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: red;
    /* text-shadow: 2px 2px 1px #595959; */
    text-align: center;
    text-decoration: none;
    /* filter: dropshadow(color=#595959, offx=1, offy=1); */
    /* cursor: pointer; */
    border: none;
    min-width: 720px;
    /* min-height: 300px; */
    float:center;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #3b7200;
    background-color: white;
    background: -moz-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -ms-linear-gradient(top, #ffffff 0% ,#fffff5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
    background: linear-gradient(top, #ffffff 0% ,#fffff5 100%);
    -webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;

}

#gallery candidate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    /* cursor: pointer; */
    border: none;
    min-width: 350px;
    min-height: 25px;
    float:left;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: solid 1px #004F72;
    background-color: Navy;
    background: -moz-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -webkit-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -o-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -ms-linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;

}


#gallery reports {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    /* cursor: pointer; */
    border: none;
    min-width: 50px;
    min-height: 25px;
    float:left;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #004F72;
    background-color: Navy;
    background: -moz-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -webkit-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -o-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -ms-linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;

}

#gallery notavailable {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    /* cursor: pointer; */
    border: none;
    min-width: 50px;
    min-height: 25px;
    float:left;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #004F72;
    background-color: Green;
    background: -moz-linear-gradient(top, Green 0%, Lime 100%);
    background: -webkit-linear-gradient(top, Green 0%, Lime 100%);
    background: -o-linear-gradient(top, Green 0%, Lime 100%);
    background: -ms-linear-gradient(top, Green 0% ,Lime 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, Green 0% ,Lime 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;

}

#gallery header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    /* filter: dropshadow(color=#595959, offx=1, offy=1); */
    /* cursor: pointer; */
    border: none;
    min-width: 720px;
    min-height: 300px;
    float:center;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #3b7200;
    background-color: white;
    background: -moz-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -ms-linear-gradient(top, #ffffff 0% ,#fffff5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
    background: linear-gradient(top, #ffffff 0% ,#fffff5 100%);
    -webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;

}

#gallery candidateheader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    /* filter: dropshadow(color=#595959, offx=1, offy=1); */
    /* cursor: pointer; */
    border: none;
    min-width: 1257px;
    min-height: 300px;
    float:center;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #3b7200;
    background-color: white;
    background: -moz-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fffff5 100%);
    background: -ms-linear-gradient(top, #ffffff 0% ,#fffff5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
    background: linear-gradient(top, #ffffff 0% ,#fffff5 100%);
    -webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;

}


#gallery li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    /* cursor: pointer; */
    border: none;
    min-width: 350px;
    min-height: 75px;
    float:left;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: solid 1px #004F72;
    background-color: Navy;
    background: -moz-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -webkit-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -o-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -ms-linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;

}
#gallery li:hover {
    background-color: Navy;
    background: -moz-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -webkit-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -o-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -ms-linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7396', endColorstr='#0b7396',GradientType=0 );
    background: linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
}

#gallery lioff {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: White;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    /* cursor: pointer; */
    border: none;
    min-width: 350px;
    min-height: 75px;
    float:left;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #004F72;
    background-color: Red;
    background: -moz-linear-gradient(top, Red 0%, DarkRed 100%);
    background: -webkit-linear-gradient(top, Red 0%, DarkRed 100%);
    background: -o-linear-gradient(top, Red 0%, DarkRed 100%);
    background: -ms-linear-gradient(top, Red 0% ,DarkRed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, Red 0% ,DarkRed 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;

}
#gallery lioff:hover {
    background-color: Red;
    background: -moz-linear-gradient(top, Crimson 0%, FireBrick 100%);
    background: -webkit-linear-gradient(top, Crimson 0%, FireBrick 100%);
    background: -o-linear-gradient(top, Crimson 0%, FireBrick 100%);
    background: -ms-linear-gradient(top, Crimson 0% ,FireBrick 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='FireBrick', endColorstr='#0b7396',GradientType=0 );
    background: linear-gradient(top, Crimson 0% ,FireBrick 100%);
}

.gallery2lb {
    line-height: 20px;
    width: 100px;
    max-height: 140px;
}

.note2 {
    min-width: 50px;
}

candidate.reportheader {
    min-width: 1150px;
}

/* some styles */
body {
    background: url(http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg) repeat;
}

div#container {
    width: 800px;
    margin: 5px auto;
}

div.button-row {
    margin: 65px 0;
    text-align: center;
    word-wrap: normal;

}

/* button */
.button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 75px;
    margin: 0 20px;
    text-shadow: 2px 2px 1px #595959;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    text-decoration: none;
    word-wrap: normal;
}

/* button shapes */
.square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.shape-1 {
    -webkit-border-radius: 5px 50px 5px 50px;
    border-radius: 5px 50px 5px 50px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 5px;
}

.shape-2 {
    -webkit-border-radius: 50px 5px 50px 5px;
    border-radius: 50px 5px 50px 5px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 50px;
}

/* button colors */
.blue {
    border: solid 1px #004F72;
    background-color: #3BA4C7;
    background: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
}

.blue:hover {
    background-color: #1f97bf;
    background: -moz-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -webkit-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -o-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -ms-linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7396', endColorstr='#0b7396',GradientType=0 );
    background: linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
}

.blue:active {
    background-color: #1b7694;
    background: -moz-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -webkit-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -o-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -ms-linear-gradient(top, #1b7694 0% ,#0d6380 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6380', endColorstr='#0d6380',GradientType=0 );
    background: linear-gradient(top, #1b7694 0% ,#0d6380 100%);
}

.green {
    border: solid 1px #3b7200;
    background-color: #88c72a;
    background: -moz-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -webkit-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -o-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -ms-linear-gradient(top, #88c72a 0% ,#709e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
    background: linear-gradient(top, #88c72a 0% ,#709e0e 100%);
    -webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
}

.green:hover {
    background-color: #7fb52f;
    background: -moz-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -webkit-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -o-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -ms-linear-gradient(top, #7fb52f 0% ,#67910b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67910b', endColorstr='#67910b',GradientType=0 );
    background: linear-gradient(top, #7fb52f 0% ,#67910b 100%);
}

.green:active {
    background-color: #638f22;
    background: -moz-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -webkit-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -o-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -ms-linear-gradient(top, #638f22 0% ,#486608 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486608', endColorstr='#486608',GradientType=0 );
    background: linear-gradient(top, #638f22 0% ,#486608 100%);
}

.red {
    border: solid 1px #720000;
    background-color: #c72a2a;
    background: -moz-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -webkit-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -o-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
    background: -ms-linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0e0e', endColorstr='#9e0e0e',GradientType=0 );
    background: linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);
    -webkit-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
}

.red:hover {
    background-color: #b52f2f;
    background: -moz-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -webkit-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -o-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -ms-linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910b0b', endColorstr='#910b0b',GradientType=0 );
    background: linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
}

.red:active {
    background-color: #8f2222;
    background: -moz-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -webkit-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -o-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -ms-linear-gradient(top, #8f2222 0% ,#660808 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660808', endColorstr='#660808',GradientType=0 );
    background: linear-gradient(top, #8f2222 0% ,#660808 100%);
}

.gray {
    border: solid 1px #333333;
    background-color: #8f8f8f;
    background: -moz-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -webkit-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -o-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -ms-linear-gradient(top, #8f8f8f 0% ,#616161 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#616161',GradientType=0 );
    background: linear-gradient(top, #8f8f8f 0% ,#616161 100%);
    -webkit-box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
}

.gray:hover {
    background-color: #808080;
    background: -moz-linear-gradient(top, #808080 0%, #545454 100%);
    background: -webkit-linear-gradient(top, #808080 0%, #545454 100%);
    background: -o-linear-gradient(top, #808080 0%, #545454 100%);
    background: -ms-linear-gradient(top, #808080 0% ,#545454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#545454',GradientType=0 );
    background: linear-gradient(top, #808080 0% ,#545454 100%);
}

.gray:active {
    background-color: #6b6b6b;
    background: -moz-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -webkit-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #6b6b6b 0% ,#4a4a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#4a4a4a',GradientType=0 );
    background: linear-gradient(top, #6b6b6b 0% ,#4a4a4a 100%);
}

/* button effects */
.effect-1 {
    transition: padding 1s;
    -webkit-transition: padding 1s;
    -moz-transition: padding 1s;
    -o-transition: padding 1s;
    -ms-transition: padding 1s;
}

.effect-1:hover {
    padding: 10px 200px;
}

.effect-2 {
    transition: border-radius 2s;
    -webkit-transition: border-radius 2s;
    -moz-transition: border-radius 2s;
    -o-transition: border-radius 2s;
    -ms-transition: border-radius 2s;
}

.effect-2:hover {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.effect-3 {
    transition: border-radius 1s;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
}

.effect-3:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.effect-4 {
    transition: border-radius 1s;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
}

.effect-4:hover {
    border-radius: 50px 5px 50px 5px;
    -webkit-border-radius: 50px 5px 50px 5px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 50px;
}

.effect-5 {
    transition: border-radius 1s;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
}

.effect-5:hover {
    border-radius: 5px 50px 5px 50px;
    -webkit-border-radius: 5px 50px 5px 50px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 5px;
}

#gallery totals {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    /* cursor: pointer; */
    border: none;
    min-width: 720px;
    min-height: 75px;
    float:left;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: solid 1px #004F72;
    background-color: Navy;
    background: -moz-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -webkit-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -o-linear-gradient(top, Navy 0%, RoyalBlue 100%);
    background: -ms-linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, Navy 0% ,RoyalBlue 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
}
#gallery totalsoff {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: White;
    text-shadow: 2px 2px 1px #595959;
    text-align: center;
    text-decoration: none;
    filter: dropshadow(color=#595959, offx=1, offy=1);
    /* cursor: pointer; */
    border: none;
    min-width: 720px;
    min-height: 75px;
    float:left;
    padding-top: 4.25px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: solid 1px #004F72;
    background-color: Red;
    background: -moz-linear-gradient(top, Red 0%, DarkRed 100%);
    background: -webkit-linear-gradient(top, Red 0%, DarkRed 100%);
    background: -o-linear-gradient(top, Red 0%, DarkRed 100%);
    background: -ms-linear-gradient(top, Red 0% ,DarkRed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, Red 0% ,DarkRed 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;

}

#gallery divider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 10px;
  background:url("http://localhost:8888/wordpress/wp-content/uploads/2015/08/bg.jpg") repeat;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #595959;
  text-align: center;
  text-decoration: none;
  filter: dropshadow(color=#595959, offx=1, offy=1);
  /* cursor: pointer; */
  border: none;
  min-width: 350px;
  min-height: 5px;
  float:left;
  padding-top: 4.25px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  border: solid 1px #004F72;
  background-color: White;
  background: -moz-linear-gradient(top, White 0%, Snow 100%);
  background: -webkit-linear-gradient(top, White 0%, Snow 100%);
  background: -o-linear-gradient(top, White 0%, Snow 100%);
  background: -ms-linear-gradient(top, White 0% ,Snow 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
  background: linear-gradient(top, White 0% ,Snow 100%);
  -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
  -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
  box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;

}
