
#mobile-header a.mobile-menu-link span.menu-bars, #mobile-header a.mobile-menu-link span.menu-bars:before, #mobile-header a.mobile-menu-link span.menu-bars:after {


  background-color: #666; 
}


.login-username, .login-password, .login-remember, .login-lost{

  color: white;

}

.login-lost:hover{

  color: white;
  text-decoration: underline;

}


.contentImage {

  border-radius: 10px;


}

.bouncy{
animation:bouncy 5s infinite linear;
position:relative;
}
@keyframes bouncy {
0%{top:0em}
40%{top:0em}
43%{top:-0.6em}
46%{top:0em}
48%{top:-0.15em}
50%{top:0em}
100%{top:0em;}
}




.artTable{
    
  background-color: #000; 
  padding: 0.8em 0.8em;
  text-decoration: none;
  
  
  border-style: solid;
  border-color:#D4D4D4;
  border-radius: 5px;
  border-width: 1px;
  
}


.topBarLoginButtons  {

  color: white;
  background-color: #000;
  padding: 0.3em 0.7em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  border-style: solid;
  border-color:grey;
  border-radius: 5px;
  border-width: 1px;
  outline-offset: 3px;



}
.topBarLoginButtons:hover {
  color: #66CCFF;
  background-color: black;
  border-color:#66CCFF;
  
}


.courseDetailsOnSectionPage   {

  color: white;
  background-color: #333;
  /*padding: 0.5em 0.8em;*/
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border-style: solid;
  border-color:grey;
  border-radius: 5px;
  border-width: 1px;
  outline-offset: 3px;
  line-height: 15px;


}


.courseDetailsOnSectionFree   {

  color: #CCFF66;
  background-color: #333;
  /*padding: 0.5em 0.8em;*/
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border-style: solid;
  border-color:#CCFF66;
  border-radius: 5px;
  border-width: 1px;
  outline-offset: 3px;
  line-height: 15px;


}

.skilltagbutton, .languagetagbutton , .softwaretagbutton   {

  color: white;
  background-color: #333;
  /*padding: 0.5em 0.8em;*/
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border-style: solid;
  border-color:grey;
  border-radius: 5px;
  border-width: 1px;
  outline-offset: 3px;
  line-height: 15px;


}
.skilltagbutton:hover , .languagetagbutton:hover , .softwaretagbutton:hover {
  color: #66CCFF;
  background-color: black;
  border-color:black;
  
}




a.followButton {
  /*background-color: blue;*/
  color: white;
  padding: 0.8em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  border-style: solid;
  border-color:white;
  border-radius: 5px;
  border-width: 1px;
  
}
a.followButton:hover {
  background-color: black;
  border-color:black;
  
}


a.followButtonOnWhite {
  /*background-color: blue;*/
  color: white;
  padding: 0.8em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  border-style: solid;
  border-color:white;
  border-radius: 5px;
  border-width: 1px;
  background-color: black;
  
}
a.followButtonOnWhite:hover {
  background-color: grey;
  border-color:black;
  
}


a.gapButton {
  /*background-color: blue;*/
  color: white;
  padding: 0.8em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  border-style: solid;
  border-color:white;
  border-radius: 5px;
  border-width: 1px;
  
}
a.gapButton:hover {
  background-color: #2AB4E0;
  border-color:black;
  
}

a.showAllButton {
  /*background-color: blue;*/
  color: white;
  padding: 0.8em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-style: solid;
  border-color:white;
  border-radius: 5px;
  border-width: 1px;
  
}
a.showAllButton:hover {
  background-color: black;
  border-color:black;
  
}


img.social-icon{

  width:50px; 
  height:50px; 
  padding:3px;
}
img.profile-wide-icon{

  max-width:150px; 
  padding:3px;
}


input.slim-button {

  /*background-color: #0F0F0F;*/
  background:rgba(255,255,255,0.2);
  color: white;
  padding:6px;
  border-radius: 10px;

}


img.course-image-layer {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}
img.icon-image-layer {
  z-index: 3;
  position: relative;
  top: 0;
  left: 0;
}


hr.on-dark-backing{
    
    border-top: 1px solid #454545;
}


.project-download {
  display: inline-block;
  border-radius: 25px;
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.project-download span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.project-download span:after {
  content: '\00bb'; 
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.project-download:hover span {
  padding-right: 25px;
}

.project-download:hover span:after {
  opacity: 1;
  right: 0;
}


.cs-inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.cs-inputfile + label {
    font-size: 15px;
    font-weight: bold;
    color: #54BFFF;
    background-color: #356580;
    display: inline-block;
    width:100%;
    border-radius:50px;
    height:30px;
    vertical-align:middle;
}

.cs-inputfile:focus + label,
.cs-inputfile + label:hover {
    background-color: #0077B3;
}

.ss-search{
    
    color: #FF9900;
}

.cs-profile-image{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.cs-profile-image-small{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}



section.header-backing{
    
    background-color : #0F0F0F;
}
section.black-backing{
    
    background-color : #000000;
}
section.blue-backing{
    
    background-color : #47ABE7;
}
section.blue-backing2{
    
    background-color : #4697C6;
}
section.blue-backing3{
    
    background-color : #4386AC;
}
section.blue-backing4{
    
    background-color : #0077af;
}



section.light-grey-backing{
    
    background-color : #828282;
}
section.less-light-grey-backing{
    
    background-color : #6E6E6E;
}
section.dark-grey-backing{
    
    background-color : #333;
}
section.less-darker-grey-backing{
    
    background-color : #222;
}

section.darker-grey-backing{
    
    background-color : #111;
}



input.bubble[type="submit"] {
    
  
   /* margin: 8px 8px; 
    border-radius: 30px; 
    padding: 30px;
    font-size: 15px; 
    */

    padding:1em 2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
font-size:14px;


    
    
    vertical-align: middle;
   
    text-align: center;
    background-clip: padding-box;
    display: inline-block;
    font-weight: bold;
    line-height: 18px;
    height: auto;

    max-width: 100%;
    border: 0;
    position: relative;
    overflow: hidden;
    outline: none;

    text-shadow: none;
    text-decoration: none;
}

input.news[type="submit"] {
    
  
    margin: 5px 2px; 
    border-radius: 10; 
    font-size: 15px; 
    padding: 8px;
    vertical-align: middle;
    background-color: #222222;
   
    text-align: center;
    
    font-weight: bold;
   
    border: 1;
    border-color: grey;
    border-style: solid;
    border-color:white;
   
     
}


input.searchButton[type="submit"] {
    
  
    margin: 5px 2px; 
    border-radius: 10; 
    font-size: 15px; 
    padding: 8px;
    vertical-align: middle;
    background-color: #111111;
   
    text-align: center;
    
    font-weight: bold;
   
    border: 1;
    
    border-style: solid;
    border-color:white;
   
     
}


input.on-blue-backing[type="submit"] {
    
    background-color:#0077B3; 
    color:#FFFFFF; 
    
}

input.on-blue-backing2[type="submit"] {
    
    background-color:#335870; 
    color:#FFFFFF; 
    
}


input.on-dark-backing[type="submit"] {
    
    background-color:#47ABE7; 
    color:#FFFFFF; 
    
}





a.underline {
    text-decoration: underline;
  
    
}


a.underline-on-hover {
  border-bottom: 1px solid rgba(192, 192, 192, 0);
  /* ^- the important bit. RGB 192,192,192 is the same as #C0C0C0*/
  
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease; 
}
a.underline-on-hover:hover {
  border-bottom: 1px solid rgba(192, 192, 192, 1);
}


input.dark{
    
    border-style: none;
    text-align: center; 
}


/* styling the input text fields */
input.bubble[type="text"] {
    
    font-family : inherit;
    font-size: 25px !important;
}
input.bubble-smaller[type="text"] {
    
    font-family : inherit;
    font-size: 15px !important;
}




input.on-dark-backing{
    
    font-weight: bold;
    background-color : #2a2a2a;
    color: #CCCCCC;
    
}
textarea.on-dark-backing{
    
    background-color : #2a2a2a;
    color: #CCCCCC;
    font-size: 15px !important;
    font-weight: bold;
    
}
input.on-blue-backing{
    
    font-weight: bold;
    background-color : #0095E0;
    color: #FFF;
    
    
}
input.on-blue-backing2{
    
    font-weight: bold;
    background-color : #4386AC;
    color: #FFF;
    
    
}

input.on-blue-backing3{
    
    font-weight: bold;
    background-color : #345870;
    color: #B9D2E0;
    
    
}
textarea.on-blue-backing{
    
    
    background-color : #0095E0;
    color: #FFF;
     font-weight: bold;
     font-size: 15px !important;
    line-height: 1.5em; 
}
textarea.on-blue-backing::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #54BFFF;
    font-weight: bold;
    
}

textarea.on-blue-backing3{
    
    
    background-color : #345870;
    color: #B9D2E0;
     font-weight: bold;
     font-size: 15px !important;
    line-height: 1.5em; 
}
textarea.on-blue-backing3::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4686AA;
    font-weight: bold;
  
}


input.on-blue-backing::placeholder {
    
    font-weight: bold;
    
    color: #54BFFF;
    
}
input.on-blue-backing2::placeholder {
    
    font-weight: bold;
    
    color: #54BFFF;
    
}
input.on-blue-backing3::placeholder {
    
    font-weight: bold;
    
    color: #4686AA;
    
}




input.bubble{
    
    border-radius: 999px;
    border-style: none;
    text-align: center; 
    height:55px;
}

input.bubble-smaller{
    
    border-radius: 999px;
    border-style: none;
    text-align: center; 
    height:35px;
}


textarea.bubble{
    
    border-radius: 15px;
    border-style: none;
    text-align: left; 
    padding:25px;
}
/* end styling the input text fields */


input.coursepage{
    
   
    border-style: none;
    text-align: center; 
}

.course-creator{
    color: #fff;
    background-color: #749BC2;
}

.main-container.dark{
    
    background-color : #000000;
    
}






.epic-font-dark{
    
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 6.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    text-transform: uppercase;
    color: #333;
    
}
.epic-font-white{
    /*font-family: "Chrono Black Italic", sans-serif;*/
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 6.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    text-transform: uppercase;
    color: #fff;
    
}
.epic-font-section-title{
    /*font-family: "Chrono Black Italic", sans-serif;*/
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 6.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
   
    color: #fff;
    
}

.epic-font-dark-junior{
    
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 3.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    color: #333;
    
}
.epic-font-white-junior{
    
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 3.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    
    color: #fff;
    
}
.epic-font-game-art{
    
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 4.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    
    color: #fff;
    
}

.epic-font-white-course-title{
    
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 4.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    
    color: #fff;
    
}

.epic-font-dark-junior-caps{
    
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 3.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    text-transform: uppercase;
    color: #333;
    
}
.epic-font-white-junior-caps{
    
    font-family: "ColfaxWebBlackItalic", sans-serif;
    font-size: 3.4rem;
    line-height: 1em;
    text-align: center;
    letter-spacing: -0.0325em;
    text-transform: uppercase;
    color: #fff;
    
}


/* drop down begin */

.dropdown-container {
 /* margin: 80px auto;
  /*width: 500px;*/
  text-align: center;
}

.dropdown-container > .dropdown {
  margin: 0 20px;
  vertical-align: top;
}


.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 300px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}

.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  /*width: 130%;*/
  
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2; /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdown-select:focus {
  z-index: 3;
  /*width: 100%;*/
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */


.dropdown-dark {
  background: #444;
  border-color: #111111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dropdown-dark:before {
  border-bottom-color: #aaa;
}

.dropdown-dark:after {
  border-top-color: #aaa;
}

.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  background: #444;  /* Fallback for IE 8 */
}

.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}

.dropdown-dark .dropdown-select > option {
  background: #444;
}

/* dropdown end */






/* ANIMATIONS */ 




.cs-fadein{
   

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
       
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
            
}

@keyframes fadein {
    from { background-color: #333333; }
    to   { background-color: #4386AC; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
     from { background-color: #333333; }
    to   { background-color: #4386AC; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { background-color: #333333; }
    to   { background-color: #4386AC; }
}



/* Opera < 12.1 */
@-o-keyframes fadein {
    from { background-color: #333333; }
    to   { background-color: #4386AC; }
}

.cs-fadein2{
   

    -webkit-animation: fadein2 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein2 2s; /* Firefox < 16 */
       
         -o-animation: fadein2 2s; /* Opera < 12.1 */
            animation: fadein2 2s;
            
}

@keyframes fadein2 {
    from { color: #333333; }
    to   { color: #FFFFFF; }
}

/* Firefox < 16 */
@-moz-keyframes fadein2 {
    from { color: #333333; }
    to   { color: #FFFFFF; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein2 {
     from { color: #333333; }
    to   { color: #FFFFFF; }
}



/* Opera < 12.1 */
@-o-keyframes fadein2 {
     from { color: #333333; }
    to   { color: #FFFFFF; }
}


