/**********************/
/* SRS 2019			 */
/* JEEF © 2019		*/
/*******************/



/* STICKY FOOTER */

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }


/* MODAL STYLE */
.lineheight{
	line-height: 1.75em;
}

.padlockicon {
  float:right;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #98d10a;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal-phone {
color:#ffffff;
font-size:2.0em;
}

.modal-phone:hover {
color:#000;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #2b2b2b;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}


/* FRAMEWORKS */
.login-box{
	margin-top: 20px;
}

.login-screen {
position: relative;
  height: 400px;
  width: 100%;
  z-index: -5;
}

.login-logo {
	position: absolute;
	bottom:50px;
	right: 50px;
	z-index: 5;
}


/* FULL SCREEN TWENTYTWENTY IMAGE */
.imgresp {
	max-width: 100%;
	height: auto;
}


/* FONTS TEXT ELEMENTS */

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.roboto-light {
font-family: roboto, sans-serif;
font-weight: 300;
font-style: normal;
}
.roboto-regular {
font-family: roboto, sans-serif;
font-weight: 400;
font-style: normal;
}
.roboto-bold {
font-family: roboto, sans-serif;
font-weight: 700;
font-style: normal;
}
.roboto-condensed-regular {
font-family: roboto-condensed, sans-serif;
font-weight: 400;
font-style: normal;
}
.roboto-condensed-bold {
font-family: roboto-condensed, sans-serif;
font-weight: 700;
font-style: normal;
}
.goodlife-bold-condensed{
font-family: goodlife-sans-condensed,sans-serif;
font-weight: 400;
font-style: normal;
}

/*  TEXT SIZES  */

.text-shadow{
	text-shadow: 2px 2px 3px #000000;
}

.justify-align {
  text-align:justify;
}

.text-header{
	font-size: 1.8em;
}
.text-title{
	font-size: 1.2em;
}

.text-code{
	font-size: 2.0em;
	text-transform:uppercase;
	letter-spacing:5px;

}

.text-annotation {
  font-size: 0.8rem;
  line-height: 1.8em;
  margin-top:15px;
}

.annotation-nopad {
  font-size: 0.75rem;
  line-height: 110%;
}

.text-smallprint {
	font-size:0.75em;
}

.text-header-small {
	font-size:1.0em;
}

.text-desc {
	font-size:0.85em;
}

.email-jeef{
	font-size:0.9em;	
	color:#b2b1aa;	
}

.email-jeef:hover{
	font-size:0.9em;		
	color:#00a7ff;	
}

.email-link{
	font-size:0.9em;	
	color:#f2f2e6;	
}

.email-link:hover{
	font-size:0.9em;		
	color:#98d10a;	
}

.email-link2{
	font-size:0.9em;	
	color:#181818;	
}

.email-link2:hover{
	font-size:0.9em;		
	color:#f2f2e6;	
}

.fab{
	color:#f2f2e6;
}

.fab:hover{
	color:#98d10a;
}

.phone{
	color:#f2f2e6;
}

.phone:hover{
	color:#98d10a;
}

.socialist{
	margin-top:20px;
	margin-bottom: 20px;	
}

.social-spacer{
	margin-right:10px;
}

/*  FULL SCREEN IMAGE TOGGLE  */

.fs-img {
	width: 100%;
	height: auto;
}

.fs-img,
.fs-video {
	cursor: pointer;
}


/**********************/
/* NEW COLOUR SYSTEM */
/* 13/03/2019		*/
/*******************/


/* Prev / Next Button Nav */

.logofix{
	overflow: hidden;
}

.nxt-nav-btn{
	height:40px;
	background-color:#181818;
}

.nxt-nav-btn:hover{
	background-color:#98d10a;
}
.nxt-nav-icon {
	padding-top: 8px;
	color:#f2f2e6;
}
.nxt-nav-icon:hover {
	color:#181818;	
}

/* BASE COLOURS */
	
.kermit {
  background-color: #98d10a !important;
}

.kermit-text {
  color: #98d10a !important;
}	

.dark-kermit {
  background-color: #808633 !important;
}

.dark-kermit-text {
  color: #808633 !important;
}

.offwhite {
  background-color: #f2f2e6 !important;
}

.offwhite-text {
  color: #f2f2e6 !important;
}

.srs-grey{
  background-color: #b2b1aa !important;
}

.srs-grey-text {
  color: #b2b1aa !important;
}

.srs-black{
  background-color: #181818 !important;
}

.srs-offblack{
  background-color: #2b2b2b !important;
}

.srs-black-text {
  color: #181818 !important;
}

/* NAVIGATION */

/* PHOTOSWIPE BOX */

.row .col>img{
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0;
  min-height: 1px;
}

.margintweek{
	padding-top:5px;
}

.pane-content {
  color: #181818 !important;	
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding-left: 15px;
  padding-bottom: 10px;
  border-radius: 5px;	
}

/* COMPONENTS */

.boxcolor-kermit {
	width:auto;
	height:auto;
	background-color: #94c11c;
}

.boxcolor-offwhite {
	width:auto;
	height:auto;
	background-color: #f2f2e6;
}

.boxcolor-srs-black {
	width:auto;
	height:auto;
	background-color: #181818;
}

.boxcolor-srs-grey {
	width:auto;
	height:auto;
	background-color: #b2b1aa;
}

.boxcolor-white {
	width:auto;
	height:auto;
	background-color: #ffffff;
}

.divider-kermit {
  height: 1px;
  overflow: hidden;
  background-color: #94c11c;
}

.divider-kermit-2 {
  height: 2px;
  overflow: hidden;
  background-color: #94c11c;
}

.divider-srs-black {
  height: 1px;
  overflow: hidden;
  background-color: #181818;
}

.imghover:hover:not(.active) {
  transition: opacity .4s;
  opacity: .8;
}

/* GRADIENTS */

.bg-grad-black {
background: rgba(81,81,81,1);
background: -moz-linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(81, 81, 81, 1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(24,24,24,1)), color-stop(100%, rgba(81,81,81,1)));
background: -webkit-linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(81,81,81,1) 100%);
background: -o-linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(81,81,81,1) 100%);
background: -ms-linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(81,81,81,1) 100%);
background: linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(81,81,81,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#515151', GradientType=1 );
}

.srs-offblack-grad{ 
background: linear-gradient(145deg, #181818, #515151);
	background-size: 600% 600%;
	-webkit-animation: srs-grad  20s ease infinite;
	-moz-animation: srs-grad  20s ease infinite;
	animation: srs-grad  20s ease infinite;
/*  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/

}

@-webkit-keyframes srs-grad  {
    0%  {background-position:0% 50%}
    50% {background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes srs-grad  {
	0%  {background-position:0% 50%}
    50% {background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes srs-grad { 
	0%  {background-position:0% 50%}
    50% {background-position:100% 50%}
    100%{background-position:0% 50%}
}

.gradbox-anim{ 	
	
	animation: flow 3s ease-in-out infinite;
	background: linear-gradient(145deg, #181818, #94c11c);
	background-size: 600% 600%;
	
	-webkit-background-clip: text;
	background-clip: text;
    -webkit-text-fill-color: transparent;

}

@-webkit-keyframes flow {
    0%  {background-position:0% 50%}
    50% {background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes flow {
	0%  {background-position:0% 50%}
    50% {background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes flow { 
	0%  {background-position:0% 50%}
    50% {background-position:100% 50%}
    100%{background-position:0% 50%}
}


/* BACKGROUNDS */

.bg-color-blackmesh {
  background-image: url(../core/lghtmesh.png);
  background-repeat: repeat;
  background-color: #000000;
}

.bg-color-triangle {
  background-image: url(../core/footer_lodyas.png);
  background-repeat: repeat;
  background-color: #000000;
}

.bg-color-darkkmesh {
  background-image: url(../core/lghtmesh-grad.png);
  background-repeat: repeat;
  background-color: #000000;
}

.nav-darkkmesh {
  background-image: url(../core/lghtmesh-grad.png);
  background-repeat: repeat-x;
  background-color: #000000;
}

.nav-blackmesh {
  background-image: url(../core/lghtmesh2.png);
  background-repeat: repeat;
  background-color: #000000;
}



/* ELEMENT NUDGES HELPERS */

.footer-fix {
	margin-top: -15px;
}

.padded-25 {
	padding-top:25px;
	padding-bottom: 25px;
}

.margintop-10 {
	margin-top:10px;
}

.margintop-20 {
	margin-top:20px;
}

.margintop-50 {
	margin-top:50px;
}

.margintop-150 {
	margin-top:150px;
}

.margintop-200 {
	margin-top:200px;
}

.margintop-250 {
	margin-top:250px;
}

.margintop-300 {
	margin-top:300px;
}

.marginbottom-25 {
	margin-bottom:25px;
}

.marginbottom-50 {
	margin-bottom:50px;
}

.marginleft {
	margin-left:10px;
}
.marginright {
	margin-right:15px;
}