/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Mar 2017, 10:04:24 AM
    Author     : NYA-PC.clear { 
    clear:both; 
}
*/

/*******************************General***********************************/
html, body {
    margin:0;
    height: 100%;
        width:100%;
        font-family: tahoma;
}

.clear {
    clear:both;
}

.bold {
    font-weight: 800;
}
#background {
   
    position: fixed;
    display: block;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -99;
}
#container {
    position: relative;
    width: 100%;
        min-height: 100%;
    height:auto;
    overflow: hidden;
       padding-bottom: 20px;
}

.col {
    position: relative;
    display: inline;
    box-sizing: border-box;
    float:left;
    padding-bottom:100%;
    margin-bottom:-100%;
}

#left-div {
    width: 40%;
        position: fixed;
}
#left-div .cd-accordion-menu {
    position: relative;
    padding-top:10%;
        margin-left: 50px;
}
#left-div li {
    list-style: none;
    transition: padding 0.2s ease-in, color 0.2s ease-in;
}

#left-div a, label {
    text-decoration: none;
    font-size: 220%;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 5px;
        cursor: pointer;
}
#left-div li:hover {
    color:rgba(255, 255, 255, 1);
    padding:0 0 0 10px ;
}
#middle-div {
    width: 30%;
/*    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));*/
}
#middle-div p {
    padding-top: 7%;
    text-align: center;
    font-size: 240%;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.13);
}
#right-div {
        float: right;
    padding-top:50px;
    padding-left:150px;
    padding-right:50px;
    width: 60%;
    text-align: center;
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.15));
        color:rgba(255, 255, 255, 0.75);
}



#right-div h2:first-child {
    font-size: 250%;
    color: rgba(224, 224, 224, 0.99);
    font-weight: 100;
    font-style: italic;
}
#right-div p {
    color:rgba(255, 255, 255, 0.74);
        font-size: 1.2em;
}
.double-container p {
    color:#b9b9b9;
}



.cd-accordion-menu input[type=checkbox] {
	/* hide native checkbox */
	position: absolute;
	opacity: 0;
}

.cd-accordion-menu ul {
	/* by default hide all sub menus */
	display: none;
        
}
.cd-accordion-menu .arrow {
display: inline-block;
    background: url(images/arrow.png) no-repeat center center;
    background-size: contain;
    height: 20px;
    width: 25px;
    
}

.cd-accordion-menu input[type=checkbox]:checked + label .arrow {
transform: rotate(180deg);
}
 
.cd-accordion-menu input[type=checkbox]:checked + label + ul, 
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
	/* show children when item is checked */
	display: block;
        height: auto;
}

 #left-div .sub a {
    font-size: 180%;
}

.double-container {
    
}
.text-container a, .contact-button, #login-button {
    display: block;
    padding: 10px 15px;
    
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    background: rgba(190, 188, 197, 0.53);
    border: transparent 1px solid;
    transition: background 0.3s ease-in;
}
.text-container a:hover, .contact-button:hover, #login-button:hover {
    background: rgba(190, 188, 197, 0);
    border: #bebcc5 1px solid;
}
.image-container img {
    width: 70%;
    transition: width 0.2s ease-in;
}
.image-container {
        width: 70%;
        overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.double-right, .double-left {
    
/*    background:rgba(45, 70, 138, 0.58);*/
    border: rgba(255, 255, 255, 0.69) solid 3px;
    padding:10px;
        display: block;
    width: 31%;
    position: relative;
}
#home .double-right:hover  img, #home .double-left:hover  img {
    width: 75%;
}

.double-left {
    float:left;
    margin-left: 15%;
    margin-right: auto;
}

.double-right {
    float:right;
    margin-left: auto;
    margin-right: 15%;
}

.text-container {
        width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#left-div img {
    margin: 20px;
    width: 60%;
    position:relative;
}

.curve {
    width: 30%;
}
.curves {
    width: 10%;
}

#footer {
    background:rgba(255, 255, 255, 0.33) !important;
    font-size: 0.7em !important;
    padding: 5px !important;
    text-align: right !important;
    bottom:0 !important;
}
#footer p {
    text-align: right !important;
    color:black !important;
}
#footer a {
    color:#2b2b2b !important;
}

.back-color {
/*    background: rgba(45, 70, 138, 0.58);*/
    background: rgba(255, 255, 255, 0.22);
    border: rgba(255, 255, 255, 0.69) solid 3px;
    padding: 10px;
    color:white;
}

input:read-only { 
    box-shadow: none !important;
    background: rgba(171, 171, 171, 0.54) !important;
    border: none;
    color: #636363 !important;
}

input[type="text"],  input[type="number"], 
input[type="text"]:active, input[type="number"]:active,
input[type="text"]:focus, input[type="number"]:focus{
    height: 2.2em;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: inset #3c3c3c 1px 1px 3px, inset #aeadb3 50px 50px;
    border: none;
    outline: none;
    padding:2px 7px;
        color: #4e4e4e;
}

textarea, input[type="date"], input[type="date"]:active, input[type="date"]:focus {
    background: rgba(255, 255, 255, 0.54);
    box-shadow: inset #3c3c3c 1px 1px 3px, inset #aeadb3 50px 150px;
    border: none;
    outline: none;
    color: #4e4e4e;
}

#right-div a {
    color:rgba(255, 255, 255, 0.55);
}

::-webkit-scrollbar {
    width: 12px;
}


::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    background-color: #3d4b78;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-track {
    background-color: #848092;
    border-left: 1px solid #a0a0a0;
}
/*******************************Home***********************************/

#home #background {
    background: url(images/94.jpg) center top no-repeat;
        background-size: cover;
}
#home #right-div h1 {
    font-size: 850%;
    font-weight: 100;
    margin-bottom: 0;
        margin-top: 0;
}

#home #right-div p {
    color: #c5c5c5;
}


/*******************************Story***********************************/

#story #background {
    background: url(images/92.jpg) center top no-repeat;
        background-size: cover;
}

#story #right-div {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.43), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.15));
        padding-top: 50px;
    padding-left: 200px;
    padding-right: 100px;
}

/*******************************Mission***********************************/

#mission #background {
    background: url(images/83.jpg) center top no-repeat;
        background-size: cover;
}

#mission #right-div h2 {
    font-size: 200%;
    color: white;
}

#mission #right-div p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.3em;
}

#mission .double-container {
    position: relative;
    margin-top: 10%;
}

/*******************************Mission***********************************/

#values #background {
    background: url(images/89.jpg) center top no-repeat;
        background-size: cover;
}

#values #right-div {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.31), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
}

#values #right-div h3 {
    margin-bottom:50px;
}

#values .back-color, #products .back-color {
    width: 75%;
    margin-left:auto;
    margin-right:auto;
   
}

#values p {
    text-align: left;
    margin-left:20px;
    margin-right:20px;
    color:white;
}

/*******************************Products***********************************/

#products #background {
    background: url(images/87.jpg) center top no-repeat;
        background-size: cover;
}
#products #right-div,  #services #right-div, #individuals #right-div, #organisations #right-div,
#events #right-div, #community #right-div, #contact #right-div, #admin #right-div, #event-mod #right-div , 
#job-mod #right-div, #legal #right-div {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.31), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
}
#story #right-div, #home #right-div {
    background:none;
}
#right-div ul {
    text-align: left;
    margin-left:50px;
}
#products #right-div {
    padding-left: 120px;
}

#product-image-container-small {
    width: 110px;
    height: 110px;
    display: inline;
}

#product-image-container img {
    width: 100px;
    height: 100px;
   
    
    vertical-align: top;
    transition: height 0.2s ease-in, width 0.2s ease-in;
}
#product-image-container img:hover {
    width: 110px;
    height: 110px;
    
}

#border, #fines, #fleet, #training, #insurance, #tyres, #licenses {
    display: none;
}

img:hover > #border {
    display: block;
}
/*******************************Services***********************************/

#services #background {
    background: url(images/95.jpg) center top no-repeat;
        background-size: cover;
}

#services #right-div li {
    font-size: 1.2em;
}

#services #right-div h2:last-child {
    
    color:#423c3c;
}

/*******************************Organisations***********************************/

#organisations #background {
    background: url(images/83.jpg) center top no-repeat;
        background-size: cover;
}

#organisations #right-div li {
    font-size: 1.2em;
}

#organisations #right-div h2:last-child {
    
    color:#423c3c;
}

/*******************************Individuals***********************************/

#individuals #background {
    background: url(images/89.jpg) center top no-repeat;
        background-size: cover;
}

#individuals #right-div a {
    color:white;
}

#individuals .back-color {
    margin:5px;
    float:left;
}

/*******************************Community***********************************/

#community #background {
    background: url(images/92.jpg) center top no-repeat;
        background-size: cover;
}

/*******************************Contact***********************************/

#contact #background {
    background: url(images/94.jpg) center top no-repeat;
        background-size: cover;
}

#contact form label {
    text-decoration: none;
    font-size: 100%;
    color: rgba(255, 255, 255, 0.89);
    display: inline;
    padding: 5px;
    cursor: auto;
}

.contact-button, #login-button {
    margin-top:15px;
    margin-bottom: 30px;
    width: 50%;
}

.contact-button:active, .contact-button:focus, #login-button:active, #login-button:focus {
    outline: none;
}
#contact .double-right,#contact .double-left, #mission .double-right, #mission .double-left {
    width: 45%;
        padding-bottom: 100%;
    margin-bottom: -100%;
}
#contact #right-div, #mission #right-div {
    padding-left: 50px;
}

#contact .double-left, #mission .double-left {
    margin-left: 0%;
    margin-right: auto;
}
#contact .double-right, #mission .double-right {
    margin-left: 0%;
    margin-right: auto;
}
#contact-text-area {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 200%;
}

#contact .double-container, #mission  .double-container {
    overflow: hidden;
}

#contact #right-div p {
    color: rgba(255, 255, 255, 0.89);
    font-size: 1.2em;
}

iframe {
    margin-top:30px;
    margin-bottom:30px;
    width: 100%;
    height: 300px;
}

/*******************************Events***********************************/

#events #background {
    background: url(images/87.jpg) center top no-repeat;
        background-size: cover;
}

#events .back-color {
    margin:5px;
}
#events .back-color a {
    color:#bdbdbd;
}

#events .back-color p {
    color:white;
}

/*******************************Jobs***********************************/

#individuals #right-div p {
    color: #bbbbbb;
    font-size: 1.2em;
}

#individuals #right-div .sal {
    font-size: 1em;
        color: #bbbbbb;
}

/*******************************Admin***********************************/

#admin #background {
    background: url(images/89.jpg) center top no-repeat;
        background-size: cover;
}

#admin #right-div label {
    font-size: 100%;
}

#login-div p {
    font-size: 70%;
}

#login-div input {
    display: block;
        margin-left:auto;
    margin-right: auto;
}

#login-div {
    width: 70%;
    position: relative;
    margin-top:20%;
    margin-left:auto;
    margin-right: auto;
}

#login-button {
    width: 20%;
}

#login-div input[type="password"], #login-div input[type="text"],
#login-div input[type="password"]:active, #login-div input[type="text"]:active,
#login-div input[type="password"]:focus, #login-div input[type="text"]:focus {
    height: 2.2em;
    width: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: inset #3c3c3c 1px 1px 3px, inset #aeadb3 50px 50px;
    border: none;
    outline: none;
    padding:2px 7px;
        color: #4e4e4e;
}

/*******************************Admin Events***********************************/

#event-mod #left-div img, #job-mod #left-div img {
    margin: 20px;
    width: 80%;
    position: relative;
}

#event-mod #left-div, #job-mod #left-div {
    width:20%;
}

#event-mod #right-div, #job-mod #right-div {
    width:80%;
}

#event-mod #background, #job-mod #background {
    background: url(images/83.jpg) center top no-repeat;
        background-size: cover;
}

#event-mod table, #event-mod tr, #event-mod th, #event-mod td,
#job-mod table, #job-mod tr, #job-mod th, #job-mod td{
    border-collapse: collapse;
    border:white 1px solid;
    padding:5px;
}

#event-mod th, #event-mod td:first-child,
#job-mod th, #job-mod td:first-child{
    background:white;
    color:grey;
}

#event-mod #right-div, 
#job-mod #right-div {
    padding-left: 20px;
    padding-right: 20px;
}

.description {
max-width: 2% !important;
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

#event-mod input[type="submit"],
#job-mod input[type="submit"]
{
        display: block;
    padding: 10px 15px;
    margin-bottom:5px;
    border: #bebcc5 1px solid;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    background: rgba(190, 188, 197, 0);
    transition: background 0.3s ease-in;
}

#event-mod input[type="submit"]:hover, 
#event-mod input[type="submit"]:active, 
#event-mod input[type="submit"]:focus,
#job-mod input[type="submit"]:hover, 
#job-mod input[type="submit"]:active, 
#job-mod input[type="submit"]:focus
{
    background: rgba(190, 188, 197, 0.53);
border: transparent 1px solid;
outline: none;
}

#event-mod textarea,
#job-mod textarea {
    width: 100%;
    height:100%;
}

#edit-div input,
#job-div input {
    width: 20%;
    margin:15px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#edit-div textarea,
#job-div textarea {
    max-width: 60%;
    height:100px;
    display:block;
    margin:15px;
     margin-left:auto;
    margin-right:auto;
}
#edit-div input[type="submit"],
#job-div input[type="submit"]{
    width: 20%;
}

#edit-window {
    width: 80%;
    height: auto;
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
#job-mod lable {
    display:block;
}

#job-mod input[type="radio"] {
    float:left;
    text-align: left;
}

#job-mod #edit-div input[type="radio"] {
    clear:both;
}

#job-mod .radio-containers {
    width: 21%;
    margin-left:auto;
    margin-right:auto;
}

#job-mod .radio-containers span {
     margin: 12px;
    display: inline-block;
}

/***************************Legal*****************************/

#legal #background {
    background: url(images/95.jpg) center top no-repeat;
        background-size: cover;
}

#legal #right-div h2:first-child, #legal #right-div h2 {
    color: rgba(255, 255, 255, 0.75);
        font-size: 200%;
        font-weight: 100;
    font-style: italic;
}

#legal #right-div {
   padding-left:220px;
   padding-right: 100px;
}

 table { table-layout:fixed }