/* Typography */

@font-face{
font-family: 'OpenSans';
src: url('../fonts/OpenSans-Regular-webfont.eot');
src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
     url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
     url('../fonts/OpenSans-Regular-webfont.svg#opensans') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'OpenSansLight';
src: url('../fonts/OpenSans-Light-webfont.eot');
src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
     url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
     url('../fonts/OpenSans-Light-webfont.svg#opensanslight') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'OpenSansBold';
src: url('../fonts/OpenSans-Semibold-webfont.eot');
src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
     url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
     url('../fonts/OpenSans-Semibold-webfont.svg#opensanslight') format('svg');
font-weight: normal;
font-style: normal;
}

html, body {
height: 100%;
width: 100%;
font-family: 'OpenSans';
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'OpenSansLight';
font-weight: bold;
}

h1.title, h2.title, h3.title {
font-weight: bold;
}

b, strong {
font-family: 'OpenSansBold';
}

h4.newyear {
font-family: 'Lobster';
}


/* Page blocks */


header {
border-bottom: 1px solid #eee;
}

#wrap {
min-height: 100%;
height: auto;
margin: 0 0 20px;
}

#footer {
min-height: 160px;
background: #222;
border-top: 20px solid #3fb618;
/*border-top: 20px solid #2780e3;*/
padding-top: 20px;
margin-top: 20px;
}

#footer a {
color: #fff;
}

#languages {
margin-top:100px;
left: 50px;
margin-left:30px;
color:#222;
}
#languages .fa-ul {
text-align:left;
}

#languages li{
    font-size:24px;
}
#button {
  display: inline-block;
  background: url(../img/up.png) no-repeat;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width:50px;
  height:50px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  background: url(../img/up.png) no-repeat;
}
#button:hover {
  background: url(../img/up2.png) no-repeat;
 }
#button:active {
 }
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Misc */

table a:not(.btn), .table a:not(.btn) {
text-decoration: none;
}

table a:hover {
text-decoration: underline;
}

.spacer {
margin-bottom: 5px;
}

.white {
color: #fff;
}

.archive {
background-color: #e7e7e7;
}

.tag {
font-size: 11px;
background-color: #ccc;
}

.tag:hover {
background-color: #aaa;
}

#isotope-filter > .btn {
padding-left: 0;
padding-right: 0;
}

.running.list-group-item:hover {
background-color: #3fb618;
}

.running.list-group-item:hover, .running.list-group-item:hover a {
color: #fff;
}

.archived.list-group-item:hover {
background-color: #aaa;
}

.archived.list-group-item:hover, .archived.list-group-item:hover a {
color: #fff;
}

.archived .btn {
padding: 1px 0 1px;
}

.table-personal > tbody > tr {
border-top: 1px solid #ddd;
}

.table-personal > tbody > tr:first-child,
.table-personal > tbody > tr > td {
border-top: none;
}


/* Start page */

#startpage {

width: 100%;
height:auto;
position: relative;
top: 0;
left: 0;
overflow: hidden;
color: #222;
text-align: center;
text-shadow: 3px 5px 10px #840;
background: url(../img/bg.jpg) repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
    #startpage h4 {
      margin:20px 0 40px 0;  
    }
#startpage .flake {
position: absolute;
width: 1px;
height: 1px;
color: rgba(0,0,0,0);
text-shadow: 0 0 2px rgba(255,255,255,1);
}

#startpage .flakeIE {
position: absolute;
width: 1px;
height: 1px;
color: #e7e7e7;
text-shadow: 0 0 2px rgba(255,255,255,1);
}
#startpage .media, #startpage .media a{
    color: #222;
}
#startpage a {
color: #fff;
text-decoration: none;
text-shadow: 3px 5px 10px #333;
/*text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 50px #304201;*/
}

#startpage a:hover {
text-shadow: 0 0 1px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #304201;
}

#startpage hr {
border: none;
color: #ffffff;
background-color: #ffffff;
height: 1px;
}

/* Error page */

#errorpage {
height: 100%;
width: 100%;
color: #ffffff;
text-align: center;
background: #222; 
}
.panel:hover{
    background-color: #eee;
    -moz-box-shadow:0px 0px 30px 5px rgba(10,10,10,0.8);
  -webkit-box-shadow:0px 0px 30px 5px rgba(10,10,10,0.8);box-shadow:0px 0px 30px 5px rgba(10,10,10,0.8)
}

/* People */

.people {
height: 250px;
}

.people.panel:hover {
border: 1px solid #fff;
background-color: #007FFF;
}

.people.panel:hover a {
color: #fff;
}

/* Course */

.panel.with-nav-tabs .panel-heading{
padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
color: #777;
}

.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
color: #777;
background-color: #ddd;
border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
color: #555;
background-color: #fff;
border-color: #ddd;
border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
background-color: #f5f5f5;
border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
color: #777;   
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #555;
}

/* Timeline */

table.timeline td {
vertical-align: top;
}

td.timeline-year {
font-weight: bold;
width: 10%;
text-align: right;
}

td.timeline-bullet {
height: 20px;                 
color: #999;
text-align: center;
}

td.timeline-left {
height: 30px;
border-right: 1px solid #999;
width: 5%;
}

td.timeline-right {
height: 30px;
width: 5%;
}

td.timeline-text {
text-align: left;
}

/* Alumni */

table.alumni, table.alumni td {
border: none !important;
}

table.alumni td.hours {
text-align: center;
font-weight: bold;
vertical-align: middle;
}

#isotope-content h4, #isotope-c h4 {
    color: #eee;
}
.element{
    text-align:initial;
 }
#startpage .element{
    opacity:0.65;
 }

.btn-info{
    background-color:#7386d5;
    border-color:#7386D5;
}
.btn{
    border-radius:4px;
    }
.btn-primary{
    background-color:#7386D5;
    border-color:#7386D5;
}
.btn-info:focus,btn-info.focus{
    background-color:#7386d5;
    border-color:#7386D5;
    color:#fff;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}
#sidebar.active {
    display:block;
    margin-left:0
}


#sidebar .sidebar-header {
    padding: 140px 20px 0px 0px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 0;
    border-bottom: 1px solid #47748b;
    position:fixed;
    width:250px; 

}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 40px 10px 60px;
    font-size: 1.4em;
    display: block;
    text-align:left;
    
}
#sidebar ul li a:hover {
    color: rgba(10,10,10,0.8);
    background: #fff;
    border-color:#fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
#sidebar ul li a.active{
     background: #6d7fcc;
     border-radius:0;
     border-color:#6d7fcc;
   }
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align:center;
    background: #7386D5;
    position: absolute;
    top: -40px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}
a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}





/* Media */

@media (max-width: 359px) {                                                                                           	
body {
font-size: 14px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 23px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h4.newyear {
font-size: 21px;
}
header {
margin: 60px 0 10px;
}
h1.title {
font-size: 30px;
padding: 0px 0 20px;
}
h2.title,h3.title {
font-size: 24px;
}

.hider {
display: none;
}
.header-link {
padding: 30px 0 5px;
}
    #sidebar {
       display:none;
    }
    #sidebar.active {
        display: block;
    }
 .row  #isotope-filter{
      display  :none;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
body {
font-size: 14px;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4, #startpage h4{
  margin:20px 0;  
  font-size: 20px;
}
h4.newyear {
font-size: 24px;
}
header {
margin: 50px 0 20px;
}
h1.title {
font-size: 32px;
padding: 0 0 20px;
}
h2.title {
font-size: 26px;
}
h3.title {
font-size: 22px;
}

.hider {
display: none;
}
.header-link {
padding: 33px 0 5px;
}
#button {
  margin: 50px;
 }
    #sidebar {
       display:none;
    }
    #sidebar.active {
        display: block;
    }
   .row #isotope-filter{
        display:none;
    }
 }

@media (min-width: 768px) and (max-width: 1199px) {
body {
font-size: 15px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4, #startpage h4{
  margin:20px 0;  
  font-size: 20px;
}
h4.newyear {
font-size: 28px;
}
header {
margin: 80px 0 0px;
}
    h1.title {
        font-size: 36px;
        padding: 0px 0 20px;
    }

    h2.title {
        font-size: 30px;
    }

    h3.title {
        font-size: 24px;
    }
.header-link {
padding: 25px 0 5px;
}
.header-link {
padding: 33px 0 5px;
}
    #sidebar {
       display:block;
    }
    #sidebar.active {
        display: none;
    }
    .row #isotope-filter{
     display   :none;
    }
}

@media (min-width: 1200px) {
body {
font-size: 15px;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 30px;
}
h4.newyear {

font-size: 24px;
}
h4, #startpage h4{
  margin:20px 0;   
  font-size: 20px;
}
header {
margin: 80px 0 0;
}
h1.title {
font-size: 50px;
padding: 0 0 20px;
}
.header-link {
padding: 35px 0 5px;
}
/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
    #sidebar {
       display:none;
    }
    #sidebar.active {
        display: none;
    }
.btn-primary{
    font-size:18px;
}


#content {
    display:none;
}
}
.row .navbar-default {
    padding: 15px 10px;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background-color:#fff;
    border-color:#eee;
    min-height:50px;
    box-shadow: none;
    outline: none !important;
    border: none;
   
    
}




