/* ******************* */
/* Define Core Styles */
/* ***************** */
* {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
html {
background: #FFF url('pattern_grey.png') fixed;
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
font-size: 0.9em;
}
body {
margin: 1.0em 0em 1.0em 0em;
padding: 0;
}
a {
text-decoration: none;
transition: 0.6s;
outline: none;
}
a:link, a:visited {
color: #7FBFFF;
}
a:hover, a:active {
color: #88ACB1;
}
.pagination {
display: inline-block;
width: 100%;
}
.pagination a {
color: #A9A9A9;
display: inline-block;
padding: 0.5em 0em;
text-decoration: none;
transition: 0.6s;
border: 1px solid #DDD;
background-color: #F9F9F9;
font-size: 0.8em;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
cursor: pointer;
width: 30px;
text-align: center;
}
.pagination a.active {
background-color: #2196F3;
color: #FFF;
border: 1px solid #78B5E5;
}
.pagination a:hover:not(.active) {
background-color: #FFF;
border: 1px solid #78B5E5;
}
.dots {
color: #A9A9A9;
letter-spacing: 1px;
font-weight: bold;
font-size: 0.8em;
margin: 0.5em 0em 0em 0em;
display: inline-block;
}
a.nav_project:link, a.nav_project:visited {
color: #A8A8A8;
font-size: 0.8em;
}
a.nav_project:hover, a.nav_project:active {
color: #FFF;
font-size: 0.8em;
}
a.nav {
color: #FFF;
}
a.price {
color: #FFF;
}
a.price:hover, a.price:active {
color: #FFA500;
}
a.shop {
font-size: 0.9em;
margin-left: 0.2em;
}
a.genre {
font-size: 0.8em;
letter-spacing: 1px;
}
a.shop-selected {
font-weight: bold;
border-bottom: 3px solid #CECECE;
padding-bottom: 0.1em;
color: #A9A9A9;
}
b.form {
color: #000;
margin: 0;
padding: 0;
}
b.form_err {
color: #FF0000;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
vertical-align: middle;
font-weight: bold;
}
#signin {
color: #FFF;
font-size: 3.0em;
margin: 0.5em 0em 0em 0em;
}
span.like {
color: #A9A9A9;
font-size: 0.7em;
font-weight: bold;
-webkit-animation: like 2s;
-moz-animation: like 2s;
-o-animation: like 2s;
-ms-animation: like 2s;
animation: like 2s;
margin-left: -0.2em;
}
span.price-tag {
font-size: 1.2em;
letter-spacing: 2px;
text-align: center;
display: block;
margin-top: 0.2em;
}

    @-webkit-keyframes like {
    0% { color: #198C19; }
    50% { color: #5EAE5E; }
    100% { color: #AED6AE; }
    }

    @-moz-keyframes like {
    0% { color: #198C19; }
    100% { color: #198C19; }
    }

    @-ms-keyframes like {
    0% { color: #198C19; }
    50% { color: #5EAE5E; }
    100% { color: #AED6AE; }
    }

    @-o-keyframes like {
    0% { color: #198C19; }
    50% { color: #5EAE5E; }
    100% { color: #AED6AE; }
    }

    @keyframes like {
    0% { color: #198C19; }
    50% { color: #5EAE5E; }
    100% { color: #AED6AE; }
    }

span.unlike {
color: #A9A9A9;
font-size: 0.7em;
font-weight: bold;
-webkit-animation: unlike 2s;
-moz-animation: unlike 2s;
-o-animation: unlike 2s;
-ms-animation: unlike 2s;
animation: unlike 2s;
margin-left: -0.2em;
}

    @-webkit-keyframes unlike {
    0% { color: #FF0000; }
    50% { color: #FF6666; }
    100% { color: #FFB2B2; }
    }

    @-moz-keyframes unlike {
    0% { color: #FF0000; }
    50% { color: #FF6666; }
    100% { color: #FFB2B2; }
    }

    @-ms-keyframes unlike {
    0% { color: #FF0000; }
    50% { color: #FF6666; }
    100% { color: #FFB2B2; }
    }

    @-o-keyframes unlike {
    0% { color: #FF0000; }
    50% { color: #FF6666; }
    100% { color: #FFB2B2; }
    }

    @keyframes unlike {
    0% { color: #FF0000; }
    50% { color: #FF6666; }
    100% { color: #FFB2B2; }
    }

span.thumb {
font-size: 0.7em;
color: #A9A9A9;
font-weight: bold;
margin-left: -0.2em;
}
p {
margin: 0;
padding: 0;
}
p.sample-script {
margin-left: 2.0em;
}
p.form {
font-size: 0.9em;
margin: 0.4em;
}
p.form_err {
font-size: 0.9em;
margin: 0.4em;
color: #FF0000;
}
p.info {
text-align: center;
color: #4169E1;
font-size: 0.9em;
margin: 0.7em 0;
}
span {
font-size: 0.9em;
margin: 0;
padding: 0;
}
span.block {
display: block;
font-size: 0.8em;
color: #A9A9A9;
}
span.basket-counter {
width: 10px;
box-sizing: border-box;
border: 1px solid #000;
border-radius: 50px;
margin-left: -0.4em;
padding: 0em 0.3em;
font-size: 0.7em;
font-weight: bold;
text-align: center;
vertical-align: top;
}
span.letter-space-1 {
font-size: 0.8em;
letter-spacing: 1px;
}
.sm-right {
position: absolute;
font-size: 0.8em;
right: 0.7em;
bottom: 0.7em;
margin: 0;
padding: 0;
}
.roles {
font-size: 0.7em;
margin: 0;
padding: 0;
}
.small_orange_right {
font-size: 0.7em;
margin: 0;
padding: 0;
color: #FFA500;
text-align: right;
display: block;
margin-top: -0.5em;
}
.small {
font-size: 0.7em;
}
.span_project_nav {
color: #FFA500;
font-size: 0.8em;
}
.dark-grey {
color: #A9A9A9;
}
.red {
color: #FF0000;
}
.orange {
color: #FFA500;
}
.blue {
color: #4169E1;
}
.green {
color: #008000;
}
.onairnow-sm {
color: #FF2F2A;
font-size: 1.0em;
font-weight: bold;
}
.light {
color: #B59B71;
}
.medium {
color: #584D3B;
}
.white {
color: #FFF;
}
.fav_add {
font-size: 0.7em;
color: #008000;
}
.fav_del {
font-size: 0.7em;
color: #FF0000;
}
hr {
margin: 0;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(168,168,168,168), rgba(0, 0, 0, 0));
}
ul.list {
margin: 0;
display: block;
text-align: left;
padding: 0;
list-style-type: disc;
position: static;
background: transparent;
font-size: 1.0em;
color: #000;
border: 0;
}
li.list {
width: auto;
margin: 0.5em 0em 0em 0em;
padding: 0;
display: block;
float: none;
background: transparent;
font-size: 1.0em;
color: #000;
border: 0;
}
li.list a {
display: block;
height: auto;
width: 200px;
text-align: left;
line-height: 1.7em;
color: #7FBFFF;
background: transparent;
margin: 0;
font-size: 1.0em;
border: 0;
}
li.list:hover a {
background: transparent;
color: #88ACB1;
border: 0;
}
    /* Footer Menu */
    ul.footer {
    margin: 0 auto;
    display: block;
    padding: 0;
    list-style-type: none;
    position: static;
    background: transparent;
    border: 0;
    }
    li.footer {
    width: auto;
    margin: 0.5em 0em 0em 0em;
    padding: 0;
    display: block;
    float: none;
    background: transparent;
    border: 0;
    }
    li.footer a {
    display: block;
    height: auto;
    width: 140px;
    text-align: left;
    line-height: 1.7em;
    color: #7FBFFF;
    background: transparent;
    margin: 0 auto;
    font-size: 0.9em;
    border: 0;
    }
    li.footer:hover a {
    background: transparent;
    color: #FFF;
    border: 0;
    }
input {
width: 90%;
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 0.9em;
color: #000;
padding: 0.6em 1.5em;
border: 1px solid #ECECEC;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
cursor: pointer;
margin: 0;
outline: none;
-webkit-transition: 0.5s;
transition: 0.5s;
}
input[type=file] {
width: 100%;
background-color: #FFF;
border: 1px solid #CECECE;
color: #A9A9A9;
font-size: 0.8em;
}
input[type=radio] {
width: auto;
}
input[type=checkbox] {
display: inline-block;
width: 1.0em;
vertical-align: middle;
margin-right: 0.3em;
}
input.transparent[type=submit] {
border: 0;
background: transparent;
text-align: center;
font-size: 0.8em;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
color: #7FBFFF;
letter-spacing: 1px;
cursor: pointer;
box-shadow: 0px;
-webkit-box-shadow: 0px;
-moz-box-shadow: 0px;
width: 90px;
}
input.transparent[type=submit]:hover {
box-shadow: 0;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
border: 0;
background-color: transparent;
color: #88ACB1;
}
input.signup[type=submit] {
width: 175px;
}
input.fav-off[type=button], input.fav-off[type=submit] {
width: 24px;
height: 24px;
background: url('../img/like-off-24x24.png') no-repeat center center;
padding: 0.2em;
background-color: transparent;
vertical-align: middle;
border: 0;
}
input.fav-off[type=button]:hover, input.fav-off[type=submit]:hover {
box-shadow: 0px 0px 0px transparent;
-webkit-box-shadow: 0px 0px 0px transparent;
-moz-box-shadow: 0px 0px 0px transparent;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px
}
input.fav-on[type=button], input.fav-on[type=submit] {
width: 24px;
height: 24px;
background: url('../img/like-on-24x24.png') no-repeat center center;
padding: 0.2em;
background-color: transparent;
vertical-align: middle;
border: 0;
}
input.fav-on[type=button]:hover, input.fav-on[type=submit]:hover {
box-shadow: 0px 0px 0px transparent;
-webkit-box-shadow: 0px 0px 0px transparent;
-moz-box-shadow: 0px 0px 0px transparent;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px
}
input.search[type=submit] {
width: 35px;
background: #2196F3 url('magnifying-glass-white-16x16.png') no-repeat center center;
border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px;
display: inline-block;
padding: 0.8em;
border: 1px solid #000;
font-size: 0.8em;
}
input.search[type=submit]:hover {
background-color: #5A9399;
border: 1px solid #000;
}
input.search[type=text] {
width: 150px;
padding: 0.8em;
display: inline-block;
border: 1px solid #000;
border-right: 0;
border-radius: 6px 0px 0px 6px;
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
font-size: 0.8em;
}
input.search[type=text]:focus {
border-right: 0;
}
input.signup[type=text] {
background: url('full-name-input-16x16.png') no-repeat scroll 0.5em 0.6em;
padding-left: 2.2em;
padding-right: 1.0em;
background-color: #FFF;
}
input[type=password] {
background: url('pw-input-16x16.png') no-repeat scroll 0.5em 0.6em;
padding-left: 2.2em;
padding-right: 1.0em;
background-color: #FFF;
}
input[type=email] {
background: url('email-input-16x16.png') no-repeat scroll 0.5em 0.6em;
padding-left: 2.2em;
padding-right: 1.0em;
background-color: #FFF;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
border: 1px solid #000;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
}
input.b-basket[type=submit] {
margin: 0;
border: 1px solid #125A63;
outline: none;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
color: #FFF;
text-align: right;
font-size: 0.9em;
padding: 0.6em 0.8em;
background: #14656E url('https://clearnarration.net/img/basket-white-16x16.png') 0.6em 50% no-repeat;
cursor: pointer;
}
input.b-basket[type=submit]:hover {
color: #FFA500;
background-color: #5A9399;
}
input.default[type=button] {
margin: 0;
outline: none;
border: 2px solid #5A9399;
background-color: transparent;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
color: #5A9399;
text-align: center;
font-size: 0.8em;
padding: 0.5em;
cursor: pointer;
letter-spacing: 1px;
}
input.default[type=button]:hover {
color: #125A63;
}
input.b[type=submit] {
color: #FFF;
margin: 0;
border: 1px solid #000;
background-color: #125A63;
padding: 0.4em 0.8em;
font-size: 1.2em;
text-align: right;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
cursor: pointer;
}
input.b[type=submit]:hover {
background-color: #5A9399;
border: 1px solid #000;
}
#enter {
background: #125A63 url('https://clearnarration.net/img/enter-white-16x16.png') 0.6em 50% no-repeat;
}
#cancel {
background: #125A63 url('https://clearnarration.net/img/cancel-button-16x16.png') 0.6em 50% no-repeat;
}
#project {
background: #125A63 url('https://clearnarration.net/img/project-catalogue-white-16x16.png') 0.6em 50% no-repeat;
}
#info {
background: #125A63 url('https://clearnarration.net/img/information-white-16x16.png') 0.6em 50% no-repeat;
}
#filter {
padding: 0.4em 0.4em;
border: 1px solid #125A63;
background: #125A63 url('https://clearnarration.net/img/filter-white-16x16.png') 50% 50% no-repeat;
cursor: pointer;
vertical-align: bottom;
margin-bottom: 0.1em;
}
#page {
padding: 0.4em 0.4em;
background: #125A63 url('https://clearnarration/img/list-white-16x16.png') 50% 50% no-repeat;
vertical-align: bottom;
}
#booking-page {
padding: 0.4em 0.4em;
background: #125A63 url('https://clearnarration.net/img/list-white-16x16.png') 50% 50% no-repeat;
vertical-align: bottom;
margin-top: 0.5em;
}
#pick_slot {
background: #125A63 url('https://clearnarration.net/img/schedule-white-16x16.png') 0.6em 50% no-repeat;
}
#save {
background: #125A63 url('https://clearnarration.net/img/save-white-16x16.png') 0.6em 50% no-repeat;
}
#stop {
background: #125A63 url('https://clearnarration.net/img/stop-white-16x16.png') 0.6em 50% no-repeat;
}
#sign-in {
color: #FFF;
border: 1px solid #125A63;
text-align: right;
font-size: 1.2em;
padding: 0.6em 0.8em;
background: #2196F3 url('https://clearnarration.net/img/login-white-16x16.png') 0.6em 50% no-repeat;
}
#refresh {
background: #125A63 url('https://clearnarration.net/img/refresh-white-16x16.png') 0.6em 50% no-repeat;
}
.page_nav {
padding: 1.1em;
border: 1px solid #125A63;
cursor: pointer;
vertical-align: middle;
margin: 0em 0.3em 1.2em 0.2em;
outline: none;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
}
.page_nav:hover {
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
}
#next.page_nav {
background: #125A63 url('https://clearnarration.net/img/next-page-white-16x16.png') 50% 50% no-repeat;
}
#last.page_nav {
background: #125A63 url('https://clearnarration.net/img/last-page-white-16x16.png') 50% 50% no-repeat;
}
#previous.page_nav {
background: #125A63 url('https://clearnarration.net/img/previous-page-white-16x16.png') 50% 50% no-repeat;
}
#first.page_nav {
background: #125A63 url('https://clearnarration.net/img/first-page-white-16x16.png') 50% 50% no-repeat;
}
#project:hover, #pick_slot:hover, #enter:hover, #sign-in:hover, #stop:hover, #refresh:hover, #save:hover, #cancel:hover, #filter:hover, #page:hover, #booking-page:hover, #next.page_nav:hover, #last.page_nav:hover, #previous.page_nav:hover, #first.page_nav:hover {
background-color: #5A9399;
}
select {
font-size: 0.8em;
color: #000;
padding: 0.6em 0em;
border: 1px solid #ECECEC;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
cursor: pointer;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
margin: 0;
background-color: #FFF;
}
select:focus {
border: 1px solid #000;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
}
textarea {
width: 100%;
height: 150px;
font-family: 'Roboto', sans-serif;
font-size: 0.9em;
color: #000;
padding: 1.5em;
margin: 0;
border: 1px solid #ECECEC;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}
textarea:focus {
border: 1px solid #000;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
}
img.title {
display: block;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0 auto;
}
img.pr {
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
border: 1px solid #767676;
padding: 0;
margin: 0em 0em 0.5em 0em;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
img.s_pr {
display: inline-block;
border: 1px solid #CECECE;
padding: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
vertical-align: middle;
}
img.card {
display: block;
position: relative;
width: 100%;
height: auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
padding: 0;
margin: 0 auto;
border: 1px solid #000;
}
audio {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
margin: 0;
}
.preview-audio {
width: 100%;
display: block;
margin: 0 auto;
margin-top: 1.0em;
}
/* ********************* */
/* Define Section Styles */
/* ********************* */
.price {
width: 50%;
margin: 0 auto;
margin-top: 1.0em;
border: 1px solid #062938;
padding: 0.5em 0.8em;
font-size: 0.8em;
font-weight: bold;
text-align: left;
background-color: #083448;
color: #FFF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.price:hover {
background-color: #315267;
cursor: pointer;
border: 1px solid #000;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
transition: 0.9s;
}
.retailcontainer {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[1];
grid-template-columns: repeat(1, 1fr);
grid-gap: 0.1em;
width: 100%;
margin: 0 auto;
}
.transparent-placeholder {
background: transparent;
display: block;
}
.retailcell {
background: #F5F5F5;
padding: 0.8em 1.5em;
border: 1px solid transparent;
text-align: center;
position: relative;
}
.retailcell:nth-child(even) {
background: #F9F9F9;
padding: 0.8em 1.5em;
border: 1px solid transparent;
text-align: center;
position: relative;
}
.banner-titles {
padding: 0.8em 1.0em;
text-align: left;
width: 100%;
background-color: #F6F6F6;
margin: 0.1em 0em;
border-bottom: 4px solid #F2F2F2;
}
.retail-sort{
text-align: center;
padding: 0.8em 1.0em;
width: 100%;
background-color: #F2F2F2;
margin-bottom: 0.1em;
border: 0;
}
.nav-panel-top {
border: 1px solid #F2F2F2;
padding: 1.0em 0em;
margin-top: 0;
letter-spacing: 1px;
text-align: center;
width: 100%;
background-color: #F9F9F9;
border-bottom: 4px solid #F2F2F2;
margin: 0;
}
.bottom-row {
padding: 0.7em 1.1em;
width: 100%;
text-align: right;
background-color: #F9F9F9;
border-bottom: 4px solid #F2F2F2;
margin: 0.1em 0em;
}
.F5F5F5 {
background-color: #F5F5F5;
}
.F9F9F9 {
background-color: #F9F9F9;
}
.input-center {
margin: 0 auto;
border: 0;
padding: 0;
width: 70%;
}
.corner-ribbon {
width: 200px;
background: #e43;
position: absolute;
top: 25px;
left: -50px;
text-align: center;
line-height: 30px;
letter-spacing: 1px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
overflow: hidden;
color: #FFF;
font-size: 0.8em;
font-weight: bold;
}
.corner-ribbon.sticky {
position: fixed;
}
.corner-ribbon.shadow {
box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.top-right {
top: 25px;
right: -55px;
left: auto;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.corner-ribbon.blue {
background: #1E84D4;
color: #FFF;
}
.corner-ribbon.green {
background: #198C19;
color: #FFF;
}
.corner-ribbon.orange {
background: #FFA500;
color: #FFF;
}
.corner-ribbon.purple {
background: #8C198C;
color: #FFF;
}
.corner-ribbon.medium {
background: #584D3B;
color: #FFF;
}
.corner-ribbon.red {
background: #FF0000;
color: #FFF;
}
.col-container {
display: flex;
width: 100%;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.col {
flex: 1;
padding: 0;
flex-basis: 100%;
margin: 0;
height: 100%;
}
.col-25 {
flex: 1;
padding: 0;
flex-basis: 25%;
margin: 0;
height: 100%;
}
.accordion {
background-color: #315267;
color: #FFF;
cursor: pointer;
padding: 1.0em 2.0em;
width: 100%;
border-top: 0;
border-right: 0;
border-bottom: 3px solid #083448;
border-left: 0;
text-align: left;
outline: none;
transition: 0.3s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
}
.active, .accordion:hover {
background-color: #062938;
transition: 0.3s;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom: 3px solid #FFA500;
}
.ps {
background-color: #315267;
border-bottom: 4px solid #697E87;
}
.ps.active, .ps:hover {
background-color: #062938;
border-bottom: 4px solid #697E87;
}
.quotebox, .quotebox cite {
font-size: 1.2em;
font-weight: 300;
line-height: 1.3;
width: 90%;
margin: 0 auto;
}
.quotebox {
position: relative;
color: #FFF;
background: #5bc5f2;
padding: 2.5em 2.0em;
}
.quotebox--quotes:before, .quotebox--quotes:after {
position: absolute;
font-size: 3.0em;
font-weight: bold;
line-height: 1;
}
.quotebox--quotes:before {
top: 15px;
left: 20px;
content: '\201d';
}
.quotebox--quotes:after {
bottom: -10px;
right: 20px;
content: '\201c';
}
.banner {
width: 100%;
margin-top: 2.0em;
padding: 1.0em;
text-align: center;
}
.acc-default {
background-color: #125A63;
border-bottom: 5px solid #5A9399;
}
.acc-default.active, .acc-default:hover {
background-color: #5A9399;
border-bottom: 5px solid #125A63;
}
.banner-acc-default {
background-color: #125A63;
border-bottom: 5px solid #5A9399;
}
.title-acc-default {
color: #125A63;
}
.acc-orange {
background-color: #FFA500;
border-bottom: 5px solid #FFC966;
}
.acc-orange.active, .acc-orange:hover {
background-color: #FFC966;
border-bottom: 5px solid #FFA500;
}
.banner-acc-orange {
background-color: #FFA500;
border-bottom: 5px solid #FFC966;
}
.title-acc-orange {
color: #FFA500;
}
.acc-blue {
background-color: #1E84D4;
border-bottom: 5px solid #78b5e5;
}
.acc-blue.active, .acc-blue:hover {
background-color: #78b5e5;
border-bottom: 5px solid #1E84D4;
}
.banner-acc-blue {
background-color: #1E84D4;
border-bottom: 5px solid #78b5e5;
}
.title-acc-blue{
color: #1E84D4;
}
.acc-green {
background-color: #198C19;
border-bottom: 5px solid #5eae5e;
}
.acc-green.active, .acc-green:hover {
background-color: #5eae5e;
border-bottom: 5px solid #198C19;
}
.banner-acc-green {
background-color: #198C19;
border-bottom: 5px solid #5eae5e;
}
.title-acc-green{
color: #198C19;
}
.acc-purple {
background-color: #8C198C;
border-bottom: 5px solid #ae5eae;
}
.acc-purple.active, .acc-purple:hover {
background-color: #ae5eae;
border-bottom: 5px solid #8C198C;
}
.banner-acc-purple {
background-color: #8C198C;
border-bottom: 5px solid #ae5eae;
}
.title-acc-purple{
color: #8C198C;
}
.acc-brown {
background-color: #584D3B;
border-bottom: 5px solid #B59B71;
}
.acc-brown.active, .acc-brown:hover {
background-color: #B59B71;
border-bottom: 5px solid #584D3B;
}
.banner-acc-brown {
background-color: #584D3B;
border-bottom: 5px solid #B59B71;
}
.title-acc-brown{
color: #584D3B;
}
.panel-day {
position: relative;
padding: 0;
background-color: #E6F3F7;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
margin: 0;
border: 0;
}
.panel-time {
position: relative;
padding: 1.5em;
background-color: #F1F1F1;
margin: 0;
border-left: 5px solid #F1F1F1;
overflow: hidden;
}
.panel-time-light {
position: relative;
padding: 1.5em;
background-color: #FAFAFA;
margin: 0;
border-left: 5px solid #FAFAFA;
overflow: hidden;
}
.cell {
position: relative;
padding: 1.5em;
margin: 0;
overflow: hidden;
}
.cell-a {
background-color: #F1F1F1;
border-bottom: 1px solid #CECECE;
}
.cell-light {
background-color: #FAFAFA;
border-bottom: 1px solid #CECECE;
}
.panel-time:hover {
border-left: 5px solid #D6EBF2;
transition: 0.5s;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.panel-time-light:hover {
border-left: 5px solid #D6EBF2;
transition: 0.5s;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.panel-success {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2.0em;
background-color: #E5F2E5;
margin-top: 2.0em;
border-bottom: 3px solid #E5F2E5;
}
.panel-time-no-hover {
position: relative;
padding: 1.5em;
background-color: #F1F1F1;
margin: 0;
border-bottom: 3px solid #F1F1F1;
overflow: hidden;
}
.panel-time-disabled-no-hover {
position: relative;
padding: 1.5em;
background-color: #EBEBEB;
margin: 0;
border-bottom: 3px solid #B9B9B9;
overflow: hidden;
}
.panel-time-light-no-hover {
position: relative;
padding: 1.5em;
background-color: #FAFAFA;
margin: 0;
border-bottom: 3px solid #FAFAFA;
overflow: hidden;
}
.highlight-panel-time {
position: relative;
background: #315267;
color: #FFF;
border-bottom: 3px solid #FFA500;
overflow: hidden;
}
.grey-cell {
padding: 0.2em 0em;
background-color: #F1F1F1;
margin-bottom: 0.2em;
border-top: 1px solid #CECECE;
border-right: 1px solid #CECECE;
border-bottom: 3px solid #CECECE;
border-left: 1px solid #CECECE;
height: 65px;
}
.light-grey-cell {
padding: 0.2em 0em;
background-color: #FAFAFA;
margin-bottom: 0.2em;
border-top: 1px solid #CECECE;
border-right: 1px solid #CECECE;
border-bottom: 3px solid #CECECE;
border-left: 1px solid #CECECE;
height: 65px;
}
.highlight-cell {
padding: 0.2em 0em;
background: #315267;
border-top: 1px solid #083448;
border-right: 1px solid #083448;
border-bottom: 3px solid #FFA500;
border-left: 1px solid #083448;
margin-bottom: 0.2em;
height: 65px;
color: #FFF;
}
.disabled-cell {
padding: 0.2em 0em;
background: #D9D9D9;
border-top: 1px solid #CECECE;
border-right: 1px solid #CECECE;
border-bottom: 3px solid #CECECE;
border-left: 1px solid #CECECE;
margin-bottom: 0.2em;
height: 65px;
}
.carousel {
border: 0;
height: 265px;
position: relative;
overflow: hidden;
width: 95%;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.slider {
height: 100%;
display: flex;
color: #FFF;
width: 400%;
transition: all 0.6s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.slider section {
flex-basis: 100%;
justify-content: center;
align-items: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.controls .arrow {
position: absolute;
bottom: 0.5em;
cursor: pointer;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.arrow.left {
left: 1.5em;
}
.arrow.right {
right: 1.5em;
}
.controls ul.slider-indicator {
position: absolute;
bottom: 0.5em;
left: 50%;
transform: translate(-50%);
display: flex;
padding: 0;
margin: 0;
}
.controls ul.slider-indicator li {
width: 14px;
height: 14px;
border: 1px solid #7fbfbf;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
margin: 0.4em;
background: #7fbfbf;
cursor: pointer;
list-style: none;
}
.controls ul.slider-indicator li.selected {
background: transparent;
width: 14px;
height: 14px;
border: 1px solid #7fbfbf;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
margin: 0.4em;
cursor: pointer;
}
#nav-top {
width: 100%;
margin: 0 auto;
padding: 0;
border: 0;
background-color: #125A63;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table;
height: 51px;
clear: left;
}
#logo {
margin-bottom: 0.7em;
padding: 0;
border: 0;
text-align: center;
}
#center-panel {
display: none;
margin-bottom: 0.7em;
padding: 0;
border: 0;
text-align: center;
}
#top-right {
float: none;
text-align: center;
padding: 0em 0em 0.7em 0em;
}
.ribbon {
display: table;
width: 100%;
margin: 0;
padding: 0.7em 1.1em 0em 1.1em;
background-color: #FFF;
border: 1px solid #000;
border-left: 0;
border-right: 0;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
clear: both;
content: '';
}
.ribbon-fold-left {
position: absolute;
left: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;

}
.ribbon-fold-left span {
font-size: 0.6em;
font-weight: bold;
color: #FFF;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 100px;
display: block;
background: #79A70A;
background: linear-gradient(#9BC90D 0%, #79A70A 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; left: -21px;
}
.ribbon-fold-left span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #79A70A;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
}
.ribbon-fold-left span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #79A70A;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
}
#project-image.ribbon {
background-color: #A8A8A8;
border-top: 0;
padding: 1.0em 0em 1.0em 0em;
}
.container-ribbon {
display: table;
width: 100%;
position: relative;
padding: 2.0em 1.0em;
background-color: #008080;
border: 1px solid #000;
border-left: 0;
border-right: 0;
border-top: 0;
margin: 0;
}
#catalogue_default.ribbon {
background-color: #A8A8A8;
border-top: 0;
padding: 1.0em 0em 1.0em 0em;
}
#project_nav.ribbon {
position: relative;
background-color: #115A63;
color: #A8A8A8;
border-top: 0;
padding: 0.4em;
}
.card {
display: table;
width: 100%;
padding: 0.7em 1.1em 0em 1.1em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
padding: 0;
margin: 1.5em 0em;
border: 0;
}
#project-title.title_container {
position: relative;
margin: 0 auto;
border: 0;
width: 92%;
bottom: 0;
}
#signin_container {
width: 280px;
margin: 0 auto;
margin-bottom: 1.0em;
margin-top: 2.0em;
border: 1px solid #000;
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
padding: 0;
background-image: url('login_bg.jpg');
background-repeat: no-repeat;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
clear: both;
content: '';
}
#signin_title {
position: relative;
width: 280px;
border: 0;
height: 213px;
padding: 1.0em;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
color: #FFF;
}
#signin_form {
width: 280px;
padding: 1.5em 1.0em;
border: 0;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.title_text {
position: relative;
display: table;
width: 95%;
margin: 1.0em auto;
padding: 1.0em;
color: #FFF;
background-color: #125A63;
border: 1px solid #000;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center;
}
.title_container {
width: 100%;
height: auto;
margin: 0 auto;
padding: 0;
position: absolute;
bottom: 3.0em;
background-color: transparent;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
opacity: 0.9;
z-index: 1;
}
#project.title_text {
width: 100%;
margin: 0 auto;
}
#catalogue.title_text{
background-color: transparent;
border: 0;
}
.ad-button-style {
width: 250px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #125A63;
background-color: #14656E;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 4px 8px 18px #888;
-webkit-box-shadow: 4px 8px 18px #888;
-moz-box-shadow: 4px 8px 18px #888;
margin: 0 auto;
padding: 1.5em 0.5em;
}
#title_bg {
position: relative;
display: table;
width: 100%;
margin: 1.0em;
padding: 0.5em;
background-color: #696969;
border: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 1;
opacity: 0.5;
text-align: center;
}
.app_desc {
width: auto;
margin: 1.0em auto;
color: #000;
padding: 1.5em;
background-color: #FFF;
border: 1px solid #000;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-align: left;
}
.center_listing {
width: 100%;
border-bottom: 1px solid #000;
padding: 1.0em 2.5em 2.5em 2.5em;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #FFF;
}
#grey.center_listing {
background-color: #F8F8F8;
}
.center_listing:hover, #grey.center_listing:hover {
background-color: #F4F9FF;
box-shadow: 4px 8px 18px #888;
-webkit-box-shadow: 4px 8px 18px #888;
-moz-box-shadow: 4px 8px 18px #888;
-webkit-transition: 1.9s;
transition: 1.9s;
}
.list_description {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
box-shadow: 2px 4px 6px #D3D3D3;
-webkit-box-shadow: 2px 4px 6px #D3D3D3;
-moz-box-shadow: 2px 4px 6px #D3D3D3;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
display: table;
border: 1px solid #D3D3D3;
padding: 20px;
margin-bottom: 1.0em;
background-color: #FCFDFF;
}
.list_description:hover {
border: 1px solid #000;
transition: 0.9s;
box-shadow: 4px 8px 12px #D3D3D3;
-webkit-box-shadow: 4px 8px 12px #D3D3D3;
-moz-box-shadow: 4px 8px 12px #D3D3D3;
}
.section {
display: table;
width: 97%;
height: auto;
margin: 0 auto;
border: 1px solid #000;
border-top: 0;
border-bottom: 0;
padding: 0;
background-color: #FFF;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
}
#listings.section {
padding: 0;
border-bottom: 0;
margin-bottom: 1.5em;
}
#listing.section {
padding: 1.2em;
}
#a.section {
padding: 0;
}
#b.section {
padding: 1.4em 0em;
}
#c.section {
padding: 1.4em 0em;
}
#d.section {
width: 98%;
padding: 0.8em;
}
.no-border-container {
padding: 0;
border: 0;
margin: 0 auto;
margin-bottom: 1.5em;
display: table;
width: 95%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.card-section {
width: 90%;
height: auto;
margin: 1.0em auto;
border: 0;
padding: 0.5em;
float: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #FFF;
}
.blue-shade {
width: 95%;
height: auto;
margin: 1.0em auto;
border: 1px solid #EDEDED;
padding: 1.5em;
float: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #E6F3F7;
display: table;
border-radius: 0px 8px 0px 8px;
-webkit-border-radius: 0px 8px 0px 8px;
-moz-border-radius: 0px 8px 0px 8px;
}
.table_wrapper {
width: 95%;
height: auto;
margin: 0 auto;
padding: 0;
border: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#sign_in.table_wrapper {
width: auto;
display: table;
clear: left;
padding: 1.5em 1.0em;
}
.grey-shadow-on {
width: 100%;
background-color: #FFF;
padding: 1.5em;
box-sizing: border-box;
-moz-box-sizing: border-box;
text-align: left;
border: 1px solid #CECECE;
box-shadow: 2px 4px 12px #D3D3D3;
-webkit-box-shadow: 2px 4px 12px #D3D3D3;
-moz-box-shadow: 2px 4px 12px #D3D3D3;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
margin-bottom: 1.5em;
}
.grey {
width: 100%;
margin-bottom: 2.0em;
background-color: #F8F8F8;
padding: 1.0em;
border: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
text-align: left;
}
#sample-script.grey {
height: 465px;
background: url('../sample_scripts/ado_watermark.png');
background-repeat: repeat-y;
background-attachment: fixed;
background-position: center;
overflow-y: scroll;
border: 1px solid #CECECE;
}
#scroll.grey {
height: 300px;
overflow-y: scroll;
border: 0;
}
#book.grey {
height: auto;
}
.dashed-table-top-bottom-grey {
width: 100%;
display: table;
margin: 1.0em 0em;
padding: 1.0em 0em;
border-top: 1px dashed #D3D3D3;
border-bottom: 1px dashed #D3D3D3;
box-sizing: border-box;
-moz-box-sizing: border-box;
clear: both;
content: '';
}
.dashed-on {
margin: 0;
padding: 1.5em 1.0em;
border-top: 0;
}
.dashed-off {
margin: 0;
padding: 1.5em 1.0em;
border: 0;
}
.dashed-table-top-bottom-black {
width: 100%;
display: table;
margin: 1.0em 0em;
padding: 1.0em 0em;
border-top: 1px dashed #000;
border-bottom: 1px dashed #000;
box-sizing: border-box;
-moz-box-sizing: border-box;
clear: both;
content: '';
}
#dashed-on-pr-audio.dashed-table-top-bottom-black {
margin: 0;
padding: 1.5em 1.0em;
border-top: 0;
}
#dashed-off-pr-audio.dashed-table-top-bottom-black {
margin: 0;
padding: 1.5em 1.0em;
border: 0;
}
.toggle-box {
display: block;
}
#trigger:checked + .toggle-box {
display: none;
}
#trigger {
display: none;
}
.msg {
width: 100%;
margin: auto;
margin-bottom: 2.0em;
margin-top: 1.0em;
padding: 1.0em;
box-shadow: 2px 4px 12px #888;
-webkit-box-shadow: 2px 4px 12px #888;
-moz-box-shadow: 2px 4px 12px #888;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
font-weight: bold;
font-size: 0.9em;
}
#err.msg {
background: #FFE5E5;
border-top: 1px dashed #FF0000;
border-right: 1px dashed #FF0000;
border-bottom: 1px dashed #FF0000;
border-left: 5px solid #FF0000;
color: #FF0000;
}
#suc.msg {
background: #E5F2E5;
border-top: 1px dashed #008000;
border-right: 1px dashed #008000;
border-bottom: 1px dashed #008000;
border-left: 5px solid #008000;
color: #008000;
}
#info.msg {
background: #E5F2FF;
border-top: 1px dashed #7FBFFF;
border-right: 1px dashed #7FBFFF;
border-bottom: 1px dashed #7FBFFF;
border-left: 5px solid #7FBFFF;
color: #4169E1;
}
#feedback-err.msg {
background: #FFE5E5;
border-top: 1px dashed #FF0000;
border-right: 1px dashed #FF0000;
border-bottom: 1px dashed #FF0000;
border-left: 5px solid #FF0000;
color: #FF0000;
}
#feedback-suc.msg {
background: #E5F2E5;
border-top: 1px dashed #008000;
border-right: 1px dashed #008000;
border-bottom: 1px dashed #008000;
border-left: 5px solid #008000;
color: #008000;
}
#feedback-info.msg {
background: #E5F2FF;
border-top: 1px dashed #7FBFFF;
border-right: 1px dashed #7FBFFF;
border-bottom: 1px dashed #7FBFFF;
border-left: 5px solid #7FBFFF;
color: #4169E1;
}
.light-grey-border {
width: 95%;
border: 1px solid #EDEDED;
padding: 1.5em 2.5em;
margin: 0 auto;
display: table;
background-color: #F9F9F9;
}
.medium-grey-border {
width: 100%;
border: 1px solid #CECECE;
background-color: #F1F1F1;
margin-bottom: 2.0em;
padding: 1.0em;
display: table;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.box-dark {
width: 90px;
border: 1px solid #5A9399;
background-color: #125A63;
padding: 0.5em 0.8em;
margin-top: 1.0em;
text-align: center;
display: block;
}
.select-color {
width: 50px;
height: 50px;
padding: 0;
margin: 0.2em;
text-align: center;
display: block;
}
#button.light-grey-border {
text-align: center;
padding: 1.5em 0.8em;
background-color: #E6F3F7;
}
div.g-recaptcha {
width: 304px;
margin: 0 auto;
text-align: center;
transform: scale(0.87);
-webkit-transform: scale(0.87);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
.online-panel {
width: 100%;
border: 0;
color: #000;
background-color: #F1F1F1;
font-size: 0.8em;
padding: 2.0em;
text-align: center;
margin: 2.0em 0em;
}
div.footer {
margin: 0;
padding-bottom: 1.0em;
border: 0;
}
#footer.ribbon {
color: #ACC9CC;
background-color: #125A63;
font-size: 0.9em;
padding: 0em;
margin: 0;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table;
}
.row {
width: 70%;
display: flex;
padding: 0;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 0;
text-align: center;
}
.column, .column-row {
flex: 1;
padding: 2.0em 0.5em;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 0;
}
.top-panel {
width: 100%;
text-align: center;
padding: 1.0em;
margin-top: 1.0em;
background-color: #14656E;
border: 0;
color: #FFF;
}
#bottom.footer {
margin: 0 auto;
text-align: center;
padding: 0em 0em 1.0em 0em;
font-size: 0.7em;
}
.landing-wrapper {
content: "";
display: table;
clear: both;
width: 100%;
margin: 0 auto;
}
.landing-card {
width: 100%;
margin: 1.0em auto;
padding: 1.0em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #CECECE;
box-shadow: 2px 4px 12px #5E5E5E;
-webkit-box-shadow: 2px 4px 12px #5E5E5E;
-moz-box-shadow: 2px 4px 12px #5E5E5E;
background-color: #E6F3F7;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-transition: 0.5s;
transition: 1.0s;
}
.landing-card:hover {
background-color: #D6EBF2;
border: 1px solid #000;
}
#landing-page {
display: none;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 49px;
  position: absolute;
  -webkit-animation: lds-spinner linear 4.8s infinite;
  animation: lds-spinner linear 4.8s infinite;
  background: #125A63;
  width: 12px;
  height: 22px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 51px;
  transform-origin: 6px 51px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -4.399999999999999s;
  animation-delay: -4.399999999999999s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 102px !important;
  height: 102px !important;
  -webkit-transform: translate(-51px, -51px) scale(0.51) translate(51px, 51px);
  transform: translate(-51px, -51px) scale(0.51) translate(51px, 51px);
}
/* ******************* */
/* Media Queries */
/* ***************** */
@media (min-width: 345px) {
    div.g-recaptcha {
    transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    }
}
@media (min-width: 360px) {
    div.g-recaptcha {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    }
    .top-panel {
    padding: 2.0em;
    }
}
@media (min-width: 384px) {
  .retailcontainer {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 400px) {
   /* Core Styles */
    html {
    font-size: 1.0em;
    }
    select {
    font-size: 0.8em;
    }
    
    input.b-basket[type=submit] {
    font-size: 0.8em;
    }
    input.b[type=submit]{
    font-size: 1.1em;
    }
    #save {
    font-size: 1.0em;
    }
    #sign-in {
    font-size: 1.0em;
    }
    #stop {
    font-size: 1.0em;
    }
    #refresh {
    font-size: 1.0em;
    }
    p.form {
    font-size: 1.0em;
    margin: 0.4em;
    }
    p.form_err {
    font-size: 1.0em;
    margin: 0.4em;
    color: #FF0000;
    }
    /* Section Styles */
    div.g-recaptcha {
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    }
    #catalogue.title_text{
    margin: 0;
    width: 55%;
    border: 0;
    }
    #title_container {
    border: 0;
    }
    #project-image.ribbon {
    background: url('project-catalogue-default_1280x720.jpg') no-repeat;
    background-size: cover;
    }
    #listing.section {
    padding: 2.3em;
    }
}
@media (min-width: 490px) {
    #booking-page {
    margin: 0;
    }
    .quotebox, .quotebox cite {
    width: 80%;
    }
}
@media (min-width: 700px) {
    /* Core Styles */
    html {
    font-size: 1.1em;
    }
    input.signup[type=text], input.signup[type=email], input.signup[type=password] {
    font-size: 1.1em;
    }
    span {
    font-size: 0.8em;
    }
    input.transparent[type=submit] {
    font-size: 0.7em;
    }
    input.b-basket[type=submit] {
    font-size: 0.7em;
    }
    input.b[type=submit]{
    font-size: 1.0em;
    }
    #save {
    font-size: 1.0em;
    }
    #sign-in {
    font-size: 1.0em;
    }
    #stop {
    font-size: 1.0em;
    }
    #refresh {
    font-size: 1.0em;
    }
    .cell-a {
    background-color: #F1F1F1;
    border-bottom: 1px solid #CECECE;
    }
    #menu {
    font-size: 0.9em;
    margin-left: 0.5em;
    }
    ul li a {
    padding: 0em 0.5em;
    min-width: 130px;
    font-size: 0.9em;
    width: auto;
    }
    li:hover ul li a {
    padding: 0.5em 1.2em;
    min-width: 250px;
    }
    ul.list {
    font-size: 1.0em;
    }
    /* Section Styles */
    .title_text {
    width: 85%;
    }
    #title_container {
    bottom: 3.0em;
    }
    #card_text.title_text {
    width: 55%;
    }
    .carousel {
    width: 85%;
    }
    #sign_in.table_wrapper {
    width: 660px;
    }
    #signin_container {
    width: 660px;
    display: table;
    }
    #signin_title {
    float: left;
    padding: 0;
    border-right: 1px solid #000;
    width: 320px;
    margin: 0;
    }
    #signin_form {
    display: inline-block;
    float: right;
    padding: 0.8em 0em;
    width: 335px;
    }
    #logo {
    float: left;
    margin-left: 1.0em;
    }
    #center_panel {
    float: left;
    text-align: left;
    display: none;
    }
    #top-right {
    margin-right: 1.0em;
    padding: 0.7em;
    float: right;
    vertical-align: middle;
    }
    .table_wrapper {
    width: 70%;
    }
    .retailcontainer {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 700px) {
    .row {
    width: 100%;
    display: table;
    }
    .column {
    display: table-cell;
    flex: 0;
    width: 50%;
    float: left;
    }
    .column-row {
    display: table;
    width: 100%;
    padding-top: 0;
    }
    li.footer {
    margin-left: 2.0em;
    overflow: hidden;
    }
}
@media screen and (max-width: 350px) {
    .menu {
    position: static;
    display: none;
    }
    .menu > li {
    border: 0;
    }
    ul li, li a {
    width: 100%;
    }
    .show-menu {
    display: block;
    }

    .gamma-menu {
    display: block;
    }

    #menu {
    margin: 0;
    }
    /* Display the dropdown on hover */
    ul li a:hover+.hidden, .hidden:hover {
    display: none;
    }
}
@media screen and (max-width: 760px) {
    .menu {
    position: static;
    display: none;
    }
    .menu > li {
    border: 0;
    }
    ul li, li a {
    width: 100%;
    }
    .show-menu {
    display: block;
    }

    #menu {
    margin: 0;
    }
    /* Display the dropdown on hover */
    ul li a:hover+.hidden, .hidden:hover {
    display: none;
    }
}
@media screen and (min-width: 760px) {
    #a.card-section {
    background-color: #E6F3F7;
    width: 45%;
    float: left;
    margin: 1.0em 0em 1.0em 1.8em;
    display: inline-block;
    }
    #b.card-section {
    width: 45%;
    margin: 1.0em 1.8em 1.0em 0em;
    float: left;
    display: inline-block;
    }
    .menu > li a {
    padding: 0em;
    min-width: 140px;
    border: 0;
    }
    .preview-audio {
    width: 90%;
    }
}
@media (min-width: 1024px) {
    /* Core Styles */
    span {
    font-size: 0.9em;
    }
    #menu {
    margin-left: 1.6em;
    }
    .menu > li a {
    padding: 0em;
    min-width: 170px;
    }
    .light-grey-border {
    padding: 1.5em 3.5em;
    }
    input.search[type=text] {
    width: 170px;
    }
    /* Section Styles */
    .input-center {
    width: 60%;
    }
    #a.section {
    width: 80%;
    }
    #d.section {
    width: 95%;
    }
    #faded-blue.section {
    width: 70%;
    }
    #title_container {
    top: 18.0em;
    }
    .carousel {
    width: 50%;
    }
    .landing-wrapper {
    width: 85%;
    }
    .landing-card{
    width: 48%;
    margin: 1.0em 0em;
    padding: 2.0em;
    }
    #today.landing-card {
    display: table;
    float: left;
    }
    #now.landing-card {
    display: table;
    float: right;
    }
    #news.landing-card {
    display: table;
    float: left;
    }
    #last-chance-productions.landing-card {
    display: table;
    float: right;
    }
    #popular-downloads.landing-card {
    display: table;
    float: right;
    }
    #editors-picks.landing-card {
    display: table;
    float: left;
    }
    #quick-links.landing-card {
    display: table;
    float: left;
    }
    #landing-page {
    display: block;
    margin: 0.7em auto;
    border: 1px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 2px 4px 12px #5E5E5E;
    -webkit-box-shadow: 2px 4px 12px #5E5E5E;
    -moz-box-shadow: 2px 4px 12px #5E5E5E;
    background-color: #ECECEC;
    }
}
@media screen and (min-width: 1280px) {
    .light-grey-border {
    padding: 1.5em 4.5em;
    }
    input.search[type=text] {
    width: 200px;
    }
    #a.section {
    width: 70%;
    }
    .input-center {
    width: 50%;
    }
}
@media screen and (min-width: 1440px) {
    .light-grey-border {
    padding: 1.5em 7.5em;
    }
    input.search[type=text] {
    width: 220px;
    }
    .input-center {
    width: 45%;
    }
    .preview-audio {
    width: 80%;
    }
}
@media screen and (min-width: 1600px) {
    .preview-audio {
    width: 65%;
    }
}

