/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;

}


/* ==========================================================================
   Kevin Clarke "Mobile First" Android Portrait 240x320
   ========================================================================== */
@media only screen and (max-width: 319px){

body {
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 20%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    width: 215px;
    height: 100px;
    padding: 4px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    width: 93%;
    margin-top: 10px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 50%; /* 2 images (100 divided by number of images)  "Mobile Device" 
    /*padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 600;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;

}
}

/* ==========================================================================
   "Mobile First" iPhone 320x480
   ========================================================================== */
@media only screen and (min-width: 320px) and (max-width: 480px){

body {
    position: fixed;/*controls no scrolling on tablet take out to clear*/
    height: 100%;/*controls no scrolling on tablet take out to clear*/
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 25%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    width: 280px;
    height: 125px;
    padding: 10px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 25%; /* 4 images (100 divided by number of images)  "Mobile Device" 
    /*padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:20px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E8E8E8;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;

}
}
/* ==========================================================================
   Media Queries iPhone 5 lanscape 568x320 
   ========================================================================== */
@media only screen and (min-width: 481px) and (max-width: 568px){ 

body {
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 15%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 300px;
    height: 140px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    width: 80%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 20%; /* 5 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:20px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
} 
}
/* ==========================================================================
   Media Queries Android (Samsung Galaxy) landscape 685 by 380
   ========================================================================== */
@media only screen and (min-width: 569px) and (max-width: 685px){ 

body {
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 18%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 480px;
    height: 190px;
    padding: 2px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    position: relative;
    width: 80%;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 20%; /* 4 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
} 
}

/* ==========================================================================
   Media Queries 768 x 1024 desktop portrait/landscap without orientation
   ========================================================================== */
@media only screen and (min-width: 686px) and (max-width: 768px) { 

body {
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 28%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 610px;
    height: 240px;
    padding: 10px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    position: relative;
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 16.6666667%; /* 6 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
} 
}

/* ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) { 

body {
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 28%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 610px;
    height: 240px;
    padding: 10px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    position: relative;
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 16.6666667%; /* 6 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
}
}
/* ==========================================================================
   Media Queries iPad portrait 768 x 1024
   ========================================================================== */
@media only screen and (min-width: 686px) and (max-width: 768px) and (orientation : portrait){ 

body {
    position: fixed;/*controls no scrolling on tablet take out to clear*/
    height: 100%;/*controls no scrolling on tablet take out to clear*/
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 28%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 610px;
    height: 240px;
    padding: 10px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    position: relative;
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 16.6666667%; /* 6 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
}
}
/* ==========================================================================
   Media Queries iPad landscape 768 x 1024
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape){ 

body {
    position: fixed;/*controls no scrolling on tablet take out to clear*/
    height: 100%;/*controls no scrolling on tablet take out to clear*/
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 23%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 610px;
    height: 240px;
    padding: 10px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    position: relative;
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 14.2857143%; /* 7 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    transition: opacity ease-in-out 0.25s;
    -webkit-transition: opacity ease-in-out 0.25s;
    -moz-transition: opacity ease-in-out 0.25s;
    -o-transition: opacity ease-in-out 0.25s;
}
}
/* ==========================================================================
   Kevin Clarke Media Queries Desktop 1024 x 1920
   ========================================================================== */
@media only screen and (min-width: 1025px) and (max-width: 1920px) { 


body {
    position: fixed;/*controls no scrolling on tablet take out to clear*/
    height: 100%;/*controls no scrolling on tablet take out to clear*/
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 23%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 610px;
    height: 240px;
    padding: 10px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    position: relative;
    width: 75%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
    width: 10%; /* 10 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);
    -webkit-backface-visibility: hidden; /* Stops chrome images from shifting */
}
.round-button {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color: #B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
     -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

} 
}

/* ==========================================================================
   Kevin Clarke Media Queries Desktop 1920 and larger 27" imac  * -webkit-font-smoothing: antialiased; *
   ========================================================================== */
@media only screen and (min-width: 1921px) { 

body {
    border:0;
    overflow: hidden;
    background: #000;
    -webkit-margin-before: 0; /*top */
    -webkit-margin-after: 0; /*bottom */
    -webkit-margin-start: 0; /*left */
    -webkit-margin-end: 0; /*right */
}
.content {
    position: absolute;
    top: 23%;
    right: 50%;
    bottom: 50%;
}
.content-inner {
    color: white;
    background: rgba(0,000,0,0.8);
    position: relative;
    left: 50%;
    width: 680px;
    height: 260px;
    padding: 10px;
    position: relative;
    left: 50%;
    text-align: center; 
    border: 1px solid #666;
    margin-top: 25px;
    -moz-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    box-shadow:3px 3px 15px 3px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.logo img {
    position: relative;
    width: 80%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
}
.pics img {
   /* -webkit-backface-visibility: hidden;*/
    position: relative;
    width: 8.33333333%; /* 12 images */
   /* padding: 0.5%;*/
    background-color: #000;  
    opacity: 0.7;  
    -moz-opacity: 0.7;  
    filter:alpha(opacity=70);

}
.round-button {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display:block;
    width:100px;
    height:20px;
    line-height:21px;
    border: 1px solid #666;
    border-radius: 0%;
    color:#B8B8B8;
    text-align:center;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:11px;
    font-weight: 700;
     -webkit-font-smoothing: antialiased;
}
.round-button:hover {
    border: 1px solid #E0E0E0;
    background: #ff0000;
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}