html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:var(--orange);text-shadow:none;color:#fff;}::selection{background:var(--orange);text-shadow:none;color:#fff;}hr{display:block;height:1px;border:0;border-top:1px solid var(--orange);margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
:root {
  --orange: #F49911;
  --cyan: #71C6CF;
  --dark: #252422;
}

body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--orange) var(--dark);
}
body::-webkit-scrollbar-track {
  background: var(--dark);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border-radius: 6px;
  border: 3px solid var(--dark);
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
a{-webkit-transition:all 0.4s ease;
         -moz-transition:all 0.4s ease;
               -o-transition:all 0.4s ease;
                     transition:all 0.4s ease;
text-decoration: none;
color: var(--orange);font-weight:700;}
a:hover{color:#000; }
a img{-webkit-transition:all 0.4s ease;
         -moz-transition:all 0.4s ease;
               -o-transition:all 0.4s ease;
                     transition:all 0.4s ease;}
.smoothie{-webkit-transition:all 0.4s ease;
         -moz-transition:all 0.4s ease;
               -o-transition:all 0.4s ease;
                     transition:all 0.4s ease;}
h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0; color: var(--cyan); text-transform: uppercase; letter-spacing: -0.5px; font-weight: 700; font-family: 'Oswald', sans-serif;}
h1{color: var(--orange);}
p{margin: 0 0 10px 0;}
strong{ color: #00AEEF;}
img{max-width: 100%;}

.blackh{color:#000; font-weight:900}

body{background: #f3f3f3; font-family: 'Roboto', sans-serif;}
.container{width: 100%; font-weight: 300;}
.header{width: 240px; height: 200%; position: fixed; background: var(--dark); overflow-y: auto;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.content{width: calc(100% - 240px); float: right;display: flex; justify-content: space-between; flex-wrap: wrap; background: url(../img/underwater3.jpg) top center no-repeat; background-size: cover; background-attachment: fixed;}

.toggler{display: none;}
.leftcontent{padding: 40px; width: 50%; background: rgba(37,36,34, 0.3); color: #fff; outline: 0px solid red;min-height: calc(100vh - 110px);}
.rightcontent{padding: 40px; width: 50%; background: rgba(37,36,34, 0.3);}
.fullwidthcontent{padding: 40px; width: 100%; background: rgba(37,36,34, 0.3); color: #fff; outline: 0px solid red;min-height: calc(100vh - 110px);}
.fullsplitcontent{padding: 40px; width: 100%; background: rgba(37,36,34, 0.3); color: #fff;}




.map_d_text{color:#000;font-weight:700;}
.map_d_text:hover{color:#2C3740;}
.logo{width: 100%; padding: 20px; text-align: center}
.scotsaclogo img{width: 100px; margin-bottom: 20px;}

.nav{ width: 90%; margin: 0 auto; padding: 0 20px; border-top: 1px solid #181A1E; border-bottom: 1px solid #181A1E; text-align: center;}
.nav a{width: 100%; color: #A7B7BB; margin: 15px auto; display: block;letter-spacing: 0.5px; font-weight: 300; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 700;}
.nav a:hover{color: #fff;}
.nav a.current{color: #fff;}

.headercontact{text-align: center;}
.headercontact a{width: 100%; color: #A7B7BB; margin: 15px auto; display: block;}
.headercontact a:hover{color: #fff;}
.linkemail{font-size: 12px;}

.homeboxes{width: 100%; height: calc(100% - 44px); display: flex; flex-direction: column; justify-content: space-between; outline: 0px solid red}
.homebox{width: 100%; height: 30%; min-height: 200px; background: #ccc; border: 0px solid #181A1E; position: relative; overflow: hidden;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);transition: all 0.3s cubic-bezier(.25,.8,.25,1); margin-bottom: 20px;}
.homebox:last-of-type{margin-bottom: 0;}
.homebox h3{font-size: 24px;}
.homeboximage{position: absolute; top: 0; left: 0; width: 100%; height: 100%;z-index: 1;}
.homeboxcover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: rgba(37,36,34, 0.5); padding: 20px; text-align: right
; display: flex; justify-content: flex-end; flex-direction: column; color: #fff;}
.homebox:hover {box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.homebox:hover .homeboxcover{top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(37,36,34,0.9);}


.fullcontent{width: 100%; background: #181A1E url(../img/conc-blue.png); background: rgba(37,36,34,0.8);
background: linear-gradient(to right, rgba(37,36,34,1) 0% , rgba(37,36,34,0.4) 100%);background: rgba(37,36,34,0.8);}
.altnav {display: flex; justify-content: space-between; flex-wrap: wrap; padding: 20px 40px; }
.altnav a{color: #A7B7BB; text-transform: uppercase; font-weight: 500; font-family: 'Oswald', sans-serif; letter-spacing: -0.5px;}
.altnav a:hover{color: #fff;}
.altnav a.current{color: var(--orange);}
.footer{width: 100%; height: auto; position: relative; background: rgba(37,36,34,0.9); display: flex; justify-content: space-between; flex-wrap: wrap; align-items:flex-end; padding: 20px 40px; color: #A7B7BB; font-size: 11px;}
.navhide{display: none;}
.socialhide{display: none;}


.theteam{width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px;}
.eachteam{width: 100%; margin-bottom: 20px; position: relative;}
.teamimage{width: 100%; height: 200px; border: 1px solid rgba(37,36,34,0.7);}
.teamcaption{position: relative; padding: 10px; background: #fff; width: 100%;}
.teamname{font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 5px;font-family: 'Oswald', sans-serif; color: var(--dark);}
.teamjob{font-weight: 300; font-size: 12px; margin-bottom: 5px; color: var(--dark);}
.teamlink a{font-weight: 700; font-size: 12px; color: var(--orange);}

.tablebold{font-weight:900;text-transform: uppercase}
.contactleft a{font-size: 16px; font-weight: 900;}
.mapper{width: 100%; height: calc(100% - 100px); min-height: 500px;border: 0px solid rgba(37,36,34,0.7);box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.mapper1{width: 100%; height: 300px; border: 0px solid rgba(37,36,34,0.7);box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

.mapbuffer{width: 100%; height: 0px;}
.eacharchive{background: rgba(37,36,34,0.5); padding: 20px; margin-bottom: 20px;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); display: block; position: relative; font-size: 12px;}
.eacharchive h3 span{font-size: 12px;}
.eacharchive:hover{background: rgba(37,36,34,1);  }
.imgout{width: 100%; opacity: 0;}
.imgout img{width: 100%;}
.bodytext {margin:20px 0; padding:20px; background:rgba(255, 255, 255, 0.2)}
/* ==========================================================================
   social
   ========================================================================== */
.list-unstyled {
	padding-left: 0;
	list-style: none;
    margin: 0;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0;
}
.social-icons{text-align: center;}
/*Change icons size here*/
.social-icons .fab {
	font-size: 1.0em;
}
/*Change icons circle size and color here*/
.social-icons .fab {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fab{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fab{
	border-radius:5px;
}
.social-icons.icon-flat .fab{
	border-radius: 0;
}

.social-icons .fab:hover, .social-icons .fab:active {
	color: #FFF;
	/*-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; */
}
.social-icons.icon-zoom .fab:hover, .social-icons.icon-zoom .fab:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fab:hover, .social-icons.icon-rotate .fab:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.social-icons .fab-facebook-f,.social-icons .fa-facebook-square{background-color:#3C599F;}  

.social-icons .fab-twitter,.social-icons .fab-twitter-square{background-color:#32CCFE;} 
/* ==========================================================================
   Table

   ========================================================================== */
.tablestyle {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.tablestyle th,
td {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.tablestyle th {
  text-align: left;
}
.tablestyle thead th {
  background-color: rgba(37,36,34,0.8);
}
.tablestyle tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.tablestyle tbody td {
  position: relative;
}
.tablestyle tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
table.dataTable tbody tr{background:rgba(37,36,34,0.3) !important}
.tablepanel{padding: 20px; color: #fff; }

.datatablestyle{color:#000 !important;}

.dataTables_length{padding: 10px 0;}
            .dataTables_length label{color: #fff;} 
            .dataTables_filter{padding: 10px 0;}
            .dataTables_filter label{color: #fff;}
            .dataTables_wrapper .dataTables_info{color: #fff;}
            .dataTables_wrapper .dataTables_paginate .paginate_button{color: #fff;}
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{color: #000;}
            .dataTables_wrapper .dataTables_paginate .paginate_button{background: rgba(255,255,255,0.5); border: none;}
            .dataTables_wrapper .dataTables_paginate .paginate_button:hover{background: rgba(255,255,255,1); border: none; color: #333 !important;}

/* ==========================================================================
   FORM
   ========================================================================== */

.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; background: rgba(37,36,34, 0.3); padding: 20px; }
.halfinput{width:  49%;}
.fullinput{width: 100%;}
.fullinput label{color: #fff;}
.halfinput label{color: #fff;}
.textinput{width: 100%; border:none; padding: 15px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; color: #0C0C0B; margin-bottom: 20px;}
.sf_fileinput{width: 100%; border:none; padding: 15px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; color: #0C0C0B; margin-bottom: 20px;}
.callinput{background: rgba(255,255,255,0.7);}
.submitbutton{width: 100%; border:0px solid #fff; border-radius: 2px; color: #fff; padding: 15px; transition: 0.4s; cursor: pointer; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; background: var(--orange);}
.submitbutton:hover{background: var(--dark);}
.submitbuttona{min-width:50%; border:0px solid #fff; border-radius: 2px; color: #fff; padding: 15px; transition: 0.4s; cursor: pointer; margin-bottom: 20px; text-transform: none; letter-spacing: 1px; background: var(--orange); display:inline-block;text-align: center}
.submitbuttona{background: var(--dark); color: var(--orange);}
.submitbuttona:hover{background: var(--orange); color: var(--dark);}
.eachcomment{margin-bottom:10px}
.commenter {font-style:italic}

textarea{height: 100px; text-align: left;width:100% !important}
.mapdrop{width:100%;padding:10px;font-size:10px:}
.dt_element input{padding:15px;font-size:0.8rem;background:#fff;color:#0c0c0b;}
.dt_element select{padding:15px;font-size:0.8rem;background:#fff;color:#0c0c0b;}
.selectinput select{width:100%; padding:15px;font-size:0.8rem;background:#fff;color:#0c0c0b;margin-bottom: 20px;}
.dt_container {margin-bottom:20px;display:inline-block}
.error{width: 100%; }
.errorinput{outline: 1px solid firebrick;}
.eacherror{display: block; width: 100%; color: firebrick; margin-bottom: 10px;}
.accordion {

    background: var(--dark);

    color: #fff; 

    cursor: pointer;

    padding: 22px 18px;

    width: 100%;
border:none;
    border-bottom:1px solid #fff;
    

    text-align: left;

    outline: none;

    font-size: 1.1rem;

    transition: 0.4s;

    font-weight: 300;

}

.smallaccordion {



    padding: 10px 8px;

border:0px solid #fff;

    font-size: 14px;
    font-weight: 400;



}

.accordion.active, button.accordion:hover {

    background-color:var(--orange); color: #fff;

}



.accordion:after {

    content: '\02795';

    font-size: 13px;

    color:#FFF;

    float: right;

    margin-left: 5px;

    transition: 0.4s;

}

.accordion:hover:after{color: #fff}

.accordion.active:after {

    content: "\2796";

    color: #fff;

}



.panel {

    padding: 0 18px;

    background:rgba(37,36,34,0.7) ;

    max-height: 0px;

    overflow: hidden;

    transition: 0.6s ease-in-out;

    opacity: 0;

   

}

.innerpanel{margin: 20px auto;}

.panel.show {

    opacity: 1;

    max-height: 3000px;  

}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.fullform{width: 100%; display: flex;justify-content: space-between; flex-wrap: wrap;}
.formsplit{width: 16%;}

.tnotes{height: 44px;}
.ajaxloader{pointer-events: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); z-index: 1000; display: none;}
.actions{width: 100%;}

.preloader {
  /* size */
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}
.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: #ffffff;
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }
  7% {
    transform: rotateZ(0deg);
  }
  57% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }
  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  12% {
    transform: rotateZ(-36deg);
  }
  62% {
    transform: rotateZ(-36deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }
  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }
  17% {
    transform: rotateZ(-72deg);
  }
  67% {
    transform: rotateZ(-72deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }
  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }
  22% {
    transform: rotateZ(-108deg);
  }
  72% {
    transform: rotateZ(-108deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }
  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }
  27% {
    transform: rotateZ(-144deg);
  }
  77% {
    transform: rotateZ(-144deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }
  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }
  32% {
    transform: rotateZ(-180deg);
  }
  82% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }
  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }
  37% {
    transform: rotateZ(-216deg);
  }
  87% {
    transform: rotateZ(-216deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }
  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }
  42% {
    transform: rotateZ(-252deg);
  }
  92% {
    transform: rotateZ(-252deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }
  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }
  47% {
    transform: rotateZ(-288deg);
  }
  97% {
    transform: rotateZ(-288deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}
.preloader div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }
  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }
  52% {
    transform: rotateZ(-324deg);
  }
  102% {
    transform: rotateZ(-324deg);
  }
  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

/* ==========================================================================
   shop
   ========================================================================== */
.shopdisplay{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; background: rgba(37,36,34,0.0); padding: 20px;}
.shopgallery{width: 35%; outline: 0px solid red; padding: 0;background: rgba(255,255,255,0.8); margin-bottom: 30px; order:1;}
.shopdetails{width: 65%; outline: 0px solid green; padding: 20px 20px 20px 40px;background: rgba(255,255,255,0.8); margin-bottom: 30px; order:2;}
.shopitems{width:100%; outline: 0px solid white; order:3;}
.shoph{text-transform: capitalize; letter-spacing: 0;}
.shoph1{font-weight: 800;}
.shoph span{font-weight: 800;}

.shopgrid{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.shopgriditem{display: flex; justify-content: space-between; flex-wrap: wrap; background: rgba(37,36,34,0.5); position: relative;transition: all 0.3s ease;}
.shopgriditem:hover{color: #fff; background: rgba(37,36,34,1);}
.shopgridimage{width: 200px; border-left: 5px solid rgba(37,36,34,1);}
.shopgridimage img{width: 100%; height: 100%; object-fit: cover;}
.shopgriddetails{width: calc(100% - 200px); padding: 20px 20px;}
.shopgriddesc{font-weight: 300; }
.shopgridlink{position: absolute; bottom: 0; right: 0; background: rgba(37,36,34,1); color: #fff; padding: 10px 20px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease;}

.shopgriditem:hover .shopgridlink{color: rgba(37,36,34,1); background: #fff;}
.shoplistdisplay{min-height: 100vh;}

.disclaimer{width: 100%; font-size: 12px; font-style: italic;}
.shopdonation{width: 100%; font-size: 12px; }

.searchpage{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 30px;}
.searchpage input[type=text] {padding: 10px; font-size: 14px; border: none; width: calc(100% - 37px); background: rgba(37,36,34,0.5); color: #fff; outline: 2px solid #29343D;}
.searchpage input[type=text]:focus{background: rgba(37,36,34,1);} 
.searchpage input::placeholder {color: #fff;} 
.sbutton {padding: 0 10px;background: #29343D;color: #fff; font-size: 17px;display: flex; align-items: center;outline: 2px solid #29343D;}


/* ==========================================================================
   SEARCH
   ========================================================================== */

.eachsearcharticle{width: 100%; background: rgba(0,0,0,0.3); padding: 20px; margin-bottom: 20px; position: relative; overflow: hidden;display: block; font-weight: 400;border-bottom: 5px solid var(--orange);}

.onsearchbox{width: 100%;}

.eachnewsarrow{position: absolute; bottom: 0; right: 0; color: #fff; background: var(--orange); padding: 10px 15px; z-index: 4; opacity: 0; transition: all 0.3s ease; transform: translateY(100%);}

.eachnewsarrow:hover i{-webkit-animation:bounceRight 1s alternate ease infinite;animation:bounceRight 1s alternate ease infinite}

.onsearchform{width: 100%;}

.searchform{width: auto; max-width: 0px; transition:all 0.5s linear; visibility: hidden; opacity: 0;}
.searchform.show{max-width: 1000px;visibility: visible; opacity: 1;}


.searchresultlink{color: #1a1a1a; font-family: 'Poppins', sans-serif; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 0;}
.searchresultlink:hover{opacity: 0.7;}
.eachsearcharticlecategory{position: absolute; bottom:5px; right:0; color: #fff; padding: 5px 10px;}
.eachsearchlink{font-weight: 300; font-size: 16px;}
.eachsearcharticle:hover .eachnewsarrow{opacity: 1; transform: translateY(0);}

.searchlink{width: 30px; font-size: 20px;}

.searchform{width: 100%; display: flex; justify-content: flex-end; flex-wrap: wrap;}
.searchbar{width: 100%; background: var(--orange); padding: 20px 40px; display: none;}
.querysearchbar{width: 100%; background: #fff; padding: 0; display: none; margin-bottom: 20px;}
.innersearch{}
.searchbox{display: flex; flex-wrap: nowrap; align-self: center; justify-content: flex-end;}
.searchbox input{padding: 10px 10px; border: 0px solid #efefef; border: 0px solid var(--grey); border-right: none; width:calc(100% - 40px); background: #fff;}
.searchbox input:focus{outline: 0px solid #1a1a1a; background: #efefef;}
.si1{width:calc(100% - 40px);}
.searchbtn{border: 0px solid var(--grey); border-left: none; background: var(--orange); color: #fff; text-transform: uppercase; width: 40px; transition:all 0.3s linear; outline: none; cursor: pointer;}


.searchbtn:hover{background:#fff;}
.searchbtn span{display: none;}


.eachsponsor{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: center; background: rgba(255,255,255,0.8); margin-bottom: 20px;}
.sponsorimage{width: 300px; padding: 20px; border-right: 1px solid #ccc;}

.sponsordetails{width: calc(100% - 300px); padding: 40px; color: var(--dark);}
.sponsorimage img{width: 100%; height: 100%; object-fit: contain;}
.content{ background: #ddd url(../img/watermark.png) top center no-repeat; color: var(--dark); }
.leftcontent{color: var(--dark); background: none;}
.rightcontent{color: var(--dark); background: none;}
.fullwidthcontent{color: var(--dark); background: none;}
.fullsplitcontent{color: var(--dark); background: none;}
.tablestyle th,td {background-color: rgba(255, 255, 255, 0.2);color: var(--dark);}
.tablestyle a {color: var(--cyan);}
.tablestyle a{color: var(--dark) !important;} .tablestyle a:hover{color: var(--orange);}
.fullcontent{background: var(--dark);}
.footer{background: var(--dark);}
.header{box-shadow: none;}
.orangelink{color: var(--orange);}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1501px) {.shopgrid{grid-template-columns: 1fr 1fr 1fr;}.shopgriddetails{padding-bottom: 40px;}}
@media only screen and (min-width: 1201px) {.altnav {display: flex !important;}}
@media only screen and (max-width: 1200px) {
.header{width: 100%; height: auto; position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; align-items:center; padding: 20px 40px;}
.content{width: 100%; float: none;display: flex; justify-content: space-between; flex-wrap: wrap; }
.leftcontent{padding: 40px; width: 100%; }
.rightcontent{padding: 40px; width: 100%;}
.logo{width: 130px; padding: 0;}
.scotsaclogo img{width: 100px; margin-bottom: 20px;}

.altnav{display: none; width: 100%; margin: 0; padding: 20px 40px; border-top: 0px solid #181A1E; border-bottom: 0px solid #181A1E; text-align: right}
.altnav a{width: 100%; color: #A7B7BB; margin: 15px auto; display: block;}

.headercontact{display: none;}
.headersocial{position: absolute; top: 20px; right: 35px; display: none;}
.scotsaclogo{display: none;}
.homeboxes{width: 100%; height: auto; display: flex; flex-direction: column; justify-content: space-between; outline: 0px solid red}
.homebox{width: 100%; height: 240px; background: #ccc; border: 0px solid #181A1E; position: relative; overflow: hidden;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);transition: all 0.3s cubic-bezier(.25,.8,.25,1); margin-bottom: 20px;}
.fullnav{display: none;}
.toggler{display: block;}
.navhide{display: block;}
.toggleholder{outline: 0px solid red; height: 100%;}
.socialhide{display: block;}
.altsocial{text-align: right;}
.teamimage{height: 260px;}
    .leftcontent{padding-bottom: 0;}
}

@media only screen and (max-width: 800px) {
    .halfinput{width:  100%;}
    .leftcontent{padding: 40px 20px;}
    .rightcontent{padding: 40px 20px;}
    .header{padding: 20px; align-items: center;}
    .altnav{padding: 20px;}
    .shopgrid{display: grid; grid-template-columns: 1fr; grid-gap: 30px;}
    .shopgallery{width: 100%; order: 2;}
    .shopdetails{width: 100%; order:1; margin-bottom: 0;}
    .shopitems{order:3;}
    .sponsorimage{width: 100px; padding: 20px; border-right: 1px solid #ccc;}

.sponsordetails{width: calc(100% - 100px); padding: 20px; }
    .theteam{grid-template-columns: 1fr 1fr;}
}
@media only screen and (max-width: 500px) {
.eachteam{width: 100%;}
    .shopgridimage{width: 100%; height: 300px;}
    .shopgriddetails{width: 100%;}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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