.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background: white;
  z-index:999999;
}
/* added the class to the header tag */

.awards-box { 
	  
		border: solid #be1e2d 1px ;
		text-align:center;
		background: white;
		padding: 20px 20px;
		min-height:360px
}

.awards-h3 { }
.awards-hr { 
		border-top: 7px solid #be1e2d;
		width:80%
}
.awards-h3-mid {
	font-size: 18px;
  text-transform: uppercase;
		color: black!important;
		font-weight: normal;
}

.awards-year { 
letter-spacing:1.5!important;
		font-size:36px;
}


.logoContainer {
     padding: 10px 0 5px 40px; 
}
.logoContainer .logo-header {
  max-height:100px;
  z-index: 9999999;
}
.centre h3 {
  text-align: center;
}
.su-spoiler.box >.su-spoiler-title {
  height: 85px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background: grey; 
 /* border:0px solid #be1e2d; */
  text-align: center;
  Font-size:1em!important;
  color: white;
    }

.su-spoiler.box >.su-spoiler-title:hover {
  background: #151334; 
  color: #be1e2d;
}

.fp-plus .mega-sub-menu {
  background-color: #151334;
}
.fp-plus .mega-sub-menu li{
 	color: white;
  font-size: 15px;
  text-transform: uppercase;
  list-style-type: square;
}
.fp-plus .mega-sub-menu a{
color: #ffffff;
}

.fp-plus .mega-sub-menu a:hover{
  color:#be1e2d;
}

.fp-plus .su-spoiler-style-simple .su-spoiler-content {
    padding:10px;
    background: #151334!important;
    color: #333;
  /*  border:0px solid #be1e2d; */
}

.input-sm {
  height: 40px;
  font-size:22px;
  }
#members-area a {
  color:#151132;
}

#members-area a:hover {
  color:#be1e2d;
}

#members-area a:active {
  color:#be1e2d;
}
#members-area h3 {
   color:#151132;  
}

#members-area .collapseomaticRedLine {
        border-color: #151132;
}

#members-area .collapseomatic  .glyphicon {
  font-size: 20px;
  color: #151132;
   font-weight:100;
   
}
#members-area .colomat-close  .glyphicon {
font-size: 14px;
     color: #be1e2d; 
  font-weight:100;
}

#members-area h2 {
   color:#151132;  
  font-size:1.25em;
}
#members-area .committee .pt-cv-ctf-name {
  min-width:30px;
}

#members-area .committee .pt-cv-2-col  {
     line-height: .75;
}

#members-area .committee .pt-cv-colwrap {
  margin-top:10px;
}
.mem-number {
  color: #be1e2d!important;
}
.curent-links {
  color: #be1e2d;
}

.alignleft {
   margin-bottom: .5em;
}

a:visited {
   color: #04043c;
}
.footer-menu a:hover {
  color: #D50336;
}

.footer-links {
  margin-top:10px;
  color: #C1BFC1;
}
.footer-links a {
    color: #04043c;
}
.footer-links a:hover {
   color: #D50336;
}

.lecturedate {
   color: #be1e2d; 
  text-decoration: none;
  line-height: 2;
}

.lecturetitle {
  font-weight: 800;
  line-height:1.5;
}

.lecturesubtitle {
  font-size: 1em;
    line-height:1.5;
}

.lectures .su-tabs-nav su-tabs su-tabs-style-default span {
  font-size: 1.75em!important;
  font-weight: 600!important;
}
.lecturespeakers {
  font-size: .75em;
   color: #be1e2d; 
}
 .rlc-red {
 color: #be1e2d; 
}

.rlc-video .su-spoiler-title {
  color: #04043c;
  font-size:14px!important;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #180242), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #180242 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #180242 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #180242 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #180242 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #180242 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#180242', endColorstr='#476e9e',GradientType=0);
	background-color:#180242;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:Arial;
	font-size:15px;
	padding:6px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #180242));
	background:-moz-linear-gradient(top, #476e9e 5%, #180242 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #180242 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #180242 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #180242 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #180242 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#180242',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}
@media only screen and (min-width: 1070px) {
  
.hidewhenbig {
  display: none;
}
}
#sponsorlogos .gallery-icon img {
    margin: 0 auto;
    width: 150px;
    height: auto;
}

@media only screen and (max-width: 1068px) {
 .hidewhensmall {
   display: none;
  }
.logoContainer {
     padding: 15px 0 35px 20px; 
}
  
  #sponsorlogos .gallery-icon img {
    margin: 0 auto;
    width: 100px;
    height: auto;
}
  
}

.carousel-awards .carousel-awards-img img {
  height: 150px!important;
  max-width: 150px!important;
} 
#description a:hover {
  color:#141133;
}
.fp-boxes a:link {
   color: #04043c;
   text-decoration: none;
  
}
.fp-boxes a:visited {
   color: #04043c;
   text-decoration: none;
}

.fp-boxes a:active {
   color: #04043c;
   text-decoration: none;
}
.fp-boxes a:hover {
   color: #D50336;
   text-decoration: none;
}

.fp-boxes h3 {
  color:#141133;
}
.fp-boxes {
  height:260px;
}
.servicebox {
 min-width: 350px;
  max-width: 350px;
  height:258px;
  padding: 10px;
  Float: right;
  background-color:rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 600px) {
  .servicebox {
  Float: left;
}
}
 .serviceline {
  color: #f00;
  margin-left:0;  
  text-align:left;
background-color: #D50336;
height: 5px; 
   width: 150px;
}
   
.rlcred {
  color:#D50336;
}
.headerx {
  height:80px; 
   padding:0 5px;
      padding:0px 5px 10px 5px;
  float:right;
}
.votebtn {
  font-family: Halant;
  color: #ffffff!important;
  font-size: 25px!important;
  text-align:right!important;
  background: #CD2716!important;
  padding: 3px 20px 3px 20px!important;
  text-decoration: none!important;
}
.votebtn:hover {
  color: #D50336!important;
  background: #494949!important;
  text-decoration: none!important;
}
.votefor {
 color: #D50336; 
  font-size:1.35em!important;
 font-weight: 200;
}

@media screen and (max-width: 992px) {
 
  .headerx {
   margin-top: -25px;
  height:50px; 
    padding:0px 5px 10px 5px;

}
  .headerimgdiv {
    width:300px;
  }}

.tony-shaw a {
    color: #D50336;
  text-decoration: none!important;
  }

.tony-shaw a:focus {
    color: #D50336;
}

.tony-shaw a:hover {
  color: #3E3E3E!important;

}

.tony-shaw a:visited {
   color: #04043c;
  text-decoration: underline!important;
}
.tony-shaw img {
  margin-top:-25px;
  width:160px;
 float: right;
}

.su-spoiler-title {
  font-family: halant;
  font-size: 25px!important;
  color: #D50336;
  font-weight:normal!important;
}

.tony-shaw {
  text-align: justify;
  -moz-text-align-last: left; /* For Firefox prior 58.0 */
   text-align-last: left;
  background: #ffffff;
  padding:24px;
}

.tony-shaw img {
  margin: 10px;
}

.fnbutn {
  font-family: Halant;
  color: #ffffff;
  font-size: 25px;
  text-align:right;
  background: rgb(213, 3, 54);
  padding: 3px 20px 3px 20px;
  text-decoration: none!important;
}
.fnbutn:hover {
  background: #494949;
  text-decoration: none;
}

a:-webkit-any-link 
{
  text-decoration:none;
}