/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
TAS Colours
Grey 206 200 206 #xxCEC8CE
Purple 66 28 71 #xx421C47
Red 228 0 99 #xxE40063
Blue 0 150 193 #xx0096C1
Light Blue #xxBBF0FF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    min-height: 100vh;
    font-family: 'Roboto',sans-serif;
}

/* Preserve full screen on Default page */
#bg
{
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%;
  min-height: 100%;
  z-index:1000;
}

*
{
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    box-sizing: border-box;
}

/*Cookie Consent Begin*/
#cookieConsent
{
    background-color: rgba(20,20,20,0.8);
    min-height: 140px;
    font-size: 22px;
    color: #ccc;
    line-height: 26px;
    padding: 30px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK
{
    background-color: #E40063;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin-right: 160px;
    margin-top: -40px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #421C47;
}
/*Cookie Consent End*/


.myButton,.myButtonhome,.myButtondef
{
    background-color: #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #421C47;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 23px;
    text-decoration: none;
}
.myButtondef
{
    top: 0px;
    position: relative;
    text-align: left;
}

.myButton:hover,.myButtondef:hover,.myButtonhome:hover
{
	background-color:#421C47;
}

.myButton:active {
	position:relative;
	top:1px;
}
.myButtonmobile5:hover,.myButtonmobile6:hover,.myButtonmobile7:hover,.myButtonmobile8:hover
{
    background-color: #666666;
}
.myButton:disabled
{
    background-color: #CCCCCC;
}

i
{
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
}

td
{
    padding: 5px 0px 5px 20px;
    border: 0px #FFFFFF;
}

table, th
{
    border: 0px none #FFFFFF;
}


.down
{
    color: #00FF00;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 40px;
}

p
{
    font-size: 1.1em;
    color: #666666;
    text-align: inherit;
    line-height: 150%;
}

a
{
    text-decoration: none;
}

hr
{
    border-style: none;
    background-color: #E40063;
    height: 2px;
}

.menu-menu
{
    display: none;
}

/* used for page scroll up */
#myBtn
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #C0C0C0;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	 Side menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4200;
  top: 0;
  left: 0;
  background-color: rgba(66,28,71,1.0);
  overflow-x: hidden;
  transition: 0.8s;
  padding-top: 60px;
}

.sidenav a
{
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

.dropdown-btn {
  padding: 4px 8px 4px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
 background-color: rgba(66,28,71,1.0);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, .dropdown-btn:hover  {
  color: #E40063;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container
{
    display: none;
    background-color: #682D71;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
/* Add an active class to the active dropdown button */
.active
{
    background-color: #421C47;
    color: #C0C0C0;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	One & Two Columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#one-column
{
    display: inline;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 140px;
    padding-right: 10%;
    padding-left: 10%;
}
#one-column-x
{
    display: inline;
    float: left;
    width: 100%;
    background-color: #0096C1;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
    animation: disappear 5s linear 3s forwards;
}

#two-column-left
{
    float: left;
    width: 30%;
    padding: 40px;
    margin-bottom: 120px;
    margin-left: 5%;
}

#two-column-right
{
    float: left;
    width: 60%;
    padding: 15px;
    margin-right: 5%;
    margin-right: 5%;
    margin-bottom: 120px;
    margin-top: 30px;
}

#two-column-right-gall
{
    float: left;
    width: 60%;
    padding: 0px 10px 0px 10px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
}

#two-column-left-x
{
    float: left;
    padding: 20px 100px 100px 100px;
    margin-left: 0%;
    margin-bottom: 100px;
    width: 60%;
}

#two-column-right-x
{
    float: left;
    width: 30%;
    padding: 15px;
    margin-bottom: 120px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Three Column
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-left
{
    width: 25%;
    float: left;
    padding: 15px 0px 15px 50px;
    margin-bottom: 120px;
}

#three-column-middle
{
    width: 50%;
    float: left;
    padding: 15px 5% 15px 5%;
    background-color: #FFFFFF;
    min-height: 100%;
    min-height: 100vh;
    margin-bottom: 120px;
}

#three-column-right,#three-column-fourth
{
    width: 25%;
    float: left;
    padding: 15px 2% 15px 2%;
    margin-bottom: 120px;
    min-height: 100%;
    min-height: 100vh;
}

#three-column-fourth
{
     display:none;
}
 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer
{
   
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    height: 120px;
    background-color: #421C47;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    
}

.footerleft
{
    font-size: 16px;
    float: left;
    margin-left: 30px;
    color: #FFFFFF;
    padding-top: 20px;
    position: absolute;
}

.footerright
{
    font-size: 10px;
    color: #FFFFFF;
    float: left;
    margin-left: 30px;
    padding-top: 40px;
}
.footerlogo
{
    float: right;
    z-index: 4000;
    width: 10%;
    margin-top: 20px;
    margin-right: 5%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	GridView CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#gridheight,.gridheight
{
    max-height: 400px;
    vertical-align: top;
    overflow: auto;
}

#gridheight800
{
    max-height: 800px;
    vertical-align: top; 
    overflow:auto;
    margin-bottom: 100px;
}
#gridheightmax
{
    max-height: 8000px;
    vertical-align: top; 
    overflow:auto;
    margin-bottom: 100px;
}

.gridviewitem
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #C0C0C0;
    padding: 10px 5px 10px 5px;
    font-size: 1em;
    color: #421C47;
}

.gridviewdesign
{
    border-style: solid;
    border-width: 1px;
    border-color: #E40063;
    background-color: #F0F0F0;
}

.gridselectedrow
{
    background-color: #CEC8CE;
    font-weight: bold;
    color: #000000;
}

.gridheaderstyle
{
    color: #421C47;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #421C47;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Labels and text
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.labelheading
{
    font-size: 1.4em;
    color: #E40063;
    width: 90%;
    padding-top: 100px;
    font-weight: bold;
}


.labellecturer
{
    font-size: 1.2em;
   color: #421C47;
    display: block;
    width: 100%;
    font-weight: bold;
}

.labeldate
{
    font-size: 1.2em;
    color: #421C47;
    font-weight: bold;
}

.labelimage,.labelimagetop, .labelimagedate
{
    padding: 10px;
    font-size: 1em;
    color: #E40063;
    background-color: #EFEFEF;
    width: 90%;
    display: inline-block;
}

.labelimagetype
{
    font-size: 1.2em;
    color: #0096C1;
    font-weight: bold;
}

.labelimagetop
{
    font-size: 2em;
}

.labelimagedate
{
    color: #421C47;
    font-weight: bold;
}

.textwidth, .textwidthlf
{
    border-width: 1px;
    border-color: #0096C1;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 3px 0px 10px #333333;
    -webkit-box-shadow: 3px 0px 10px #333333;
    box-shadow: 3px 0px 10px #333333;
    width: 100%;
    padding: 8px 10px 12px 8px;
    margin: 8px 20px 8px 0;
    box-sizing: border-box;
}

.textwidth:hover
{
    border-color: #421C47;
}

.textwidthlf
{
    font-weight: bold;
    color: #FF0000;
    width: 100%;
}

.roundcorner
{
    border: 1px solid #E40063;
    padding: 15px;
    margin-top: 10px;
    margin-left: -10%;
    display: inline-block;
    background-color: #F0F0F0;
}

#divtwitter
{
    display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Images
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.imagesize
{
   display: block;
   width: 100%;
   height: auto;
   animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}
.imageborder
{
    float: left;
    margin-bottom: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

.imageborderevent
{
    float: right;
    width: 50%;
    margin: 0 0% 0% 10%;
    animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
.imagehome
{
    width: 80%;
    object-fit: cover;
    margin: 0 0% 0% 10%;
    padding-top: 0px;
    animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
.imagehomexx
{
    width: 90%;
    height: 250px;
    object-fit: cover;
    padding-top: 40px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear 
{
	clear:both;
}

.topbox
{
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.toplogo
{
    position: absolute;
    top: 120px;
    float: right;
    margin-left: 70%;
    z-index: 4000;
    width: 24%;
}

.toplogodefault
{
    position: absolute;
    top: 220px;
    float: right;
    margin-left: 5%;
    z-index: 4000;
    width: 30%;
}

.topline
{
    display:inline-block;
    font-size: 2.5vw;
    position: absolute;
    top: 120px;
    float:left;
    left: 5%;
    z-index: 1030;
    color: #FFFFFF;
}

.toplinenext
{    
    color: #FFFFFF;
    position: relative;
    z-index: 0;
}

.topnewdefault1, .topnewdefault2, .topnewdefault3, .topnewdefault4
{
    border: 1px solid #FFFFFF;
    font-size: 200%;
    color: #FFFFFF;
    position: fixed;
    top: 120px;
    left: 60%;
    z-index: 0;
    display: inline-block;
    width: 350px;
    height: 110px;
    z-index: 1020;
    text-align: left;
    font-style: italic;
    background-color: rgba(0,0,0,0.4);
    padding-left: 30px;
}

.fontchange
{
    font-family: 'Times New Roman';
    font-style: italic;
}

.thicklinehome
{
    padding: 10px;
    display: inline-block;
    background-color: #0096C1;
    font-size: 20px;
    width: 110%;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: -10%;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}
.thickline
{
    position: absolute;
    background-color: rgba(0, 150, 193, 1);
    padding: 10px 40px 10px 40px;
    display: inline-block;
    font-size: 24px;
    width: 110%;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: -10%;
    animation: disappear 0s linear 30s forwards;
    margin-top: -66px;
}

@keyframes disappear {
    to {opacity:0;}
}

.topnewdefault2
{
    top: 240px;
}
.topnewdefault3
{
    top: 360px;
}

.topnewdefault4,.myButtonmobile
{
    top: 480px;
}

.topnewdefault5, .topnewdefault5, .topnewdefault7, .topnewdefault8, .myButtonmobile
{
    display:none;
}
.toplinehomex
{
   font-size: 150%;
    color: rgba(256, 256, 256, 0);
    position: fixed;
    top: 20%;
    left: 5%;
    width:90%;
    z-index: 4000;
}

.toplinehome,.toplinehome2,.toplinehome3,.toplinehome4,.toplinehome5,.toplinehome6,.toplinehome7,.toplinehome8,.toplinehome9,.toplinehome10
{ 
    font-size: 150%;
    color: rgba(256, 256, 256, 0);
    position: fixed;
    animation:textchange 1s infinite alternate;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-delay: 0s;
    top: 70%;
    left: 5%;
    width:90%;
    z-index: 4000;
}
.toplinehome2 { animation-delay: 7s;}
.toplinehome3 { animation-delay: 12s;}
.toplinehome4 { animation-delay: 17s;}
.toplinehome5 { animation-delay: 22s;}
.toplinehome6 { animation-delay: 27s;}
.toplinehome7 { animation-delay: 32s;}
.toplinehome8 { animation-delay: 37s;}
.toplinehome9 { animation-delay: 42s;}
.toplinehome10 { animation-delay: 47s;}


@-webkit-keyframes textchange 

{
      0% {color: rgba(256, 256, 256, 0.2);}
      10% {color: rgba(256, 256, 256, 0.6);}
      20% {color: rgba(256, 256, 256, 1);}
      30% {color: rgba(256, 256, 256, 1);}
      40% {color: rgba(256, 256, 256, 1);}
      50% {color: rgba(256, 256, 256, 1);}
    60% {color: rgba(256, 256, 256, 1);}
    70% {color: rgba(256, 256, 256, 0.7);}
      80% {color: rgba(256, 256, 256, 0.4);}
      90% {color: rgba(256, 256, 256, 0.2);}
      100% {color: rgba(256, 256, 256, 0);}
    }
    
     
    
h1
{
    font-size: 16px;
    font-weight: bold;
}

h2
{
    color: #333333;
    font-size: .8em;
    font-style: italic;
    padding-left: 5%;
}

h3
{
    color: #333333;
    font-size: .8em;
}

h4
{
    color: #333333;
    font-size: .8em;
}

h5
{
    font-size: .8em;
    text-align: justify;
    font-weight: normal;
}
h6
{
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
}

.HoverClass:hover,.HoverClassLF:hover
{
    color: #FFFFFF;
    background-color: #999999;
    transition: background 0.5s ease-in-out;
}

.HoverClass, .HoverClassHi, .HoverClassLF
{
    border: 1px solid #421C47;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #E40063;
    font-size: .8em;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    background-color: #E2E2E2;
    height: auto;
    width:100%;
    font-weight: bold;
    font-family: 'Arial';
}

.HoverClassHi
{
    display:inline-block;
    background-color: #421C47;
    color: #FFFFFF;
    width: 250px;
}

#navigationback,.navigationback
{
    width: 100%;
    height: 120px;
    background-position: center;
    z-index: 4000;
    position: fixed; /* Set the navbar to fixed position */
    top: 0;
    background-color: rgba(66,28,71,0.0);
    transition: 0.8s; /* Add a transition effect (when scrolling) */
    
}

#navigation
{
    margin: -10px auto 10px auto;
    width: 100%;
    height: 50px;
    background-position: center;
    z-index: 5000;
    position: fixed; /* Set the navbar to fixed position */
    top: 40px;
    transition: 0.8s; /* Add a transition effect (when scrolling) */
    
}

#navigation ul
{
    list-style-type: none;
    margin: auto;
    padding: 0;
    z-index: 30;
    background-color: rgba(66,28,71,1);
}

#navigation li
{
    height: 50px;
    width: 9.0909%;
    margin: auto auto 0px auto;
    float: left;
    text-align: center;
    z-index: 30;
}

#navigation li a
{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    z-index: 5000;
    margin-bottom: 0px;
    background-color: rgba(66,28,71,1);
    font: Arial;
    color: #FFFFFF;
} 

#navigation li a:hover
{
    -moz-box-shadow: 3px 0px 10px #333333;
    -webkit-box-shadow: 3px 0px 10px #333333;
    box-shadow: 3px 0px 10px #333333;
    transition : border 2000ms ease-out;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #E40063;
}

#navigation li.dropdown 
{
    display: inline-block;
}

.dropdown:hover
{
    background-color: #ffffff;
}

.dropdown-content
{
    
    display: none;
    position: absolute;
    background-color: rgba(66,28,71,1);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
}

.dropdown-content a 
{
    color: black;
    min-width: 51%;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: min-width 2s;
}

.dropdown-content a:hover
{
     min-width: 20%;
}

.dropdown:hover .dropdown-content 

{
    display: block;
}

/*---------------------------------
 *	Display loading progress
 ----------------------------------*/

.modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 0%;
        width: 0%;
    }

    .loading
    {
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
/*
 *	generated by WOW Slider 4.8
 *	template Pure
 */
#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:100%;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:958px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:right;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

/* change fonts and background for straplines */
#wowslider-container1 .ws-title
{
    position: absolute;
    display: block;
    bottom: 25px;
    left: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    z-index: 50;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    background-color: rgba(255,255,255, 0.0);
   
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	media screens, 1100 900 600 400
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (max-width: 1200px) 
{
   
}

@media screen and (max-width: 958px) 
{
 
    #two-column-left
    {
        padding: 0px;
        width: 30%;
    }
    
    .HoverClass, .HoverClassHi
    {
        font-size: .8em;   
    }
     
    }

@media screen and (max-width: 850px) 
{
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Hamburger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
    {
        margin: 0;
        padding: 0;
        position: relative;
        min-height: 100%;
        min-height: 100vh;
        background: linear-gradient(90deg, #FFFFFF 60%, #FFFFFF 40%);
    }

/* Top left menu */
 .menu-menu
    {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 70px;
        height: 40px;
        background-color: #421C47;
        z-index: 1010;
        color: #FFFFFF;
        padding-top: 8px;
        font-weight: bold;
        display: block;
        padding-left: 10px;
        cursor: pointer;
    }
 
 
.menu-btn
{
    position: absolute;
    top: 12px;
    left: 75px;
    width: 60px;
    height: 40px;
    background-color: #421C47;
    z-index: 4099;
    padding-left: 20px;
    padding-top: 8px;
    }
     
.menu-btn:hover
    {
        background-color: #642B6C;
        cursor: pointer;
    }
    
.menu-btn div
    {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-weight: 200;
    vertical-align: middle;
    z-index: 4099;   
    }   

.menu-btn span
    {
    background-position: left;
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(255, 255, 255);
    z-index: 4099;
    }

.responsive-menu,#navigationback,#navigation
{ 
    display: none;
} 

.expand 
{ 
    display: block !important; 
}

#cookieConsent
{
    
    min-height: 240px;
    font-size: 22px;
    line-height: 26px;
    padding: 30px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a.cookieConsentOK
{
    background-color: #E40063;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.topline
    {
        top: 20px;
        left: 160px;
        font-size: 4vw;
        z-index: 1030;
        
    }

.topnewdefault1,.topnewdefault2,.topnewdefault3,.topnewdefault4
{
    display:none;
}

.myButtonmobile5, .myButtonmobile6, .myButtonmobile7, .myButtonmobile8
    {
        border: 1px solid #FFFFFF;
        font-size: 150%;
        color: #FFFFFF;
        position: fixed;
        cursor: pointer;
        top: 140px;
        left: 15%;
        z-index: 0;
        display: inline-block;
        width: 70%;
        height: 70px;
        z-index: 1020;
        text-align: left;
        font-style: italic;
        background-color: rgba(0,0,0,0.4);
        padding-left: 30px;
        font-family: 'Times New Roman';
    }
.myButtonmobile6
{
    top: 220px;
}
.myButtonmobile7
{
    top: 300px;
}

.myButtonmobile8
{
    top: 380px;
}
  .myButtondef
{
    display:none;
}


.myButtonmobile
    {
        display: inline-block;
    }





#divtwitter
    {
    display:inline-block;
    } 
    
#wowslider-container1 .ws-title
    {
        visibility: collapse;
    }
    
.HoverClassLF
{
    visibility: hidden;
}

.toplogodefault
{
    position: absolute;
    top: 20px;
    float: right;
    margin-left: 55%;
    z-index: 4000;
    width: 40%;
}

.toplogo
{
    top: 20px;
    width: 40%;
    margin-left: 55%;
}

.HoverClassHi
{
    width:100%;
}

#navigationback
{
    height: 0px;
    width: 0%;
   visibility: hidden;
}

#navigation
    {
        margin: -30px auto 10px auto;
        width: 100%;
        height: auto;
        background-position: center;
        z-index: 30;
        position: relative;
    }

.topbox
{
    margin-top: 0px;
    margin-bottom: -30px;
}

#navigation li
    {
    width: 100%;
    height: 48px
    }
    
#navigation li a
    {
    height: 48px;
    background-color: rgba(66,28,71,1.0);
    }
    
/* used for AGM page */   
#one-column
    {
        margin-bottom: 100px;
        padding-right: 3%;
        padding-left: 3%;
    }
    
   #one-column-x
   {
        margin-top: 30px;
    }

#two-column-left, #two-column-left-x, #three-column-middle
    {
        padding: 10% 0% 0% 10%;
        margin: 0px 0px 0px 0px;
        width: 90%;
        min-height: 0px;
    }
     
#two-column-right-gall
    {
        padding: 0% 0% 0% 5%;
        margin: 0px 0px 0px 0px;
        width: 95%;
    }

#two-column-right
    {
        padding: 30px 0% 0% 5%;
        margin: 0px 0px 100px 0px;
        width: 95%;
    }
    
#three-column-left
{
    display:none;
}
#two-column-right-x
    {
        padding: 0% 0% 0% 10%;
        margin: 0px 0px 120px 0px;
        width: 90%;
    }
#two-column-right-xbb, #three-column-right,#three-column-fourth
    {
        padding: 0% 0% 0% 10%;
        margin: 0px 0px 50px 0px;
        width: 90%;
        
        min-height: 0px;
    }
    
#three-column-fourth
{
    display:block;
}

 .roundcorner,.thicklinehome
{
    margin-left: 0%;
    width: 100%;
}

.thickline
{
    margin-left: 0%;
    width: 100%;
    margin-top: -0px;
    font-size: 18px;
    padding: 5px 40px 5px 40px;
}
.imageborderevent, .imageborder
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    
    .labelimage
    {
        width: 100%;
        margin-top: -0px;
    }
      
        
#gridheight
    {
        max-height: 250px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
 
#gridheight800
    {
        max-height:none;  
    }
    
.gridviewdesign
    {
    font-size: 1em;
    }
 .gridviewitem
    {
     padding: 15px 3px 15px 3px;
    }

 #footer
    {
     height: 80px;
    }
    
 .footerright
    {
     float: left;
     margin-left: 30px;
     padding-top: 10px;
    }
    
  .footerleft
    {
     font-size: 12px;
     padding-top: 10px;
    }
    
    }

@media screen and (max-width: 400px) 
{
    
}
    
   