/* */
/*  */
/* line 12, ../sass/includes/_include.scss */
.box_shadow {
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
}

/* line 16, ../sass/includes/_include.scss */
.border_radius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 21, ../sass/includes/_include.scss */
.font_oswald, h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'oswaldregular';
}

/* BUTTON */
/* line 27, ../sass/includes/_include.scss */
.form-actions .form-submit {
  margin: 0 10px 10px 0;
  border: none;
  padding: 8px 20px;
  color: #fff;
  background: #c01700;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}
/* line 36, ../sass/includes/_include.scss */
.form-actions .form-submit:hover, .form-actions .form-submit:focus {
  background-color: #555555;
}

/* line 41, ../sass/includes/_include.scss */
.font_awesome {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

/* html.scss */
/* line 4, ../sass/html.scss */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #555555;
  background: #f6f6f6;
}

/* line 12, ../sass/html.scss */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 17, ../sass/html.scss */
header, nav, section, article, figure, aside, footer {
  display: block;
}

/* line 20, ../sass/html.scss */
a {
  color: #555555;
}

/* line 23, ../sass/html.scss */
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #c01700;
}

/* line 28, ../sass/html.scss */
h1, .h1 {
  font-size: 1.84em;
}

/* line 31, ../sass/html.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 15px;
  line-height: 1.3;
}

h4, .h4 
{
text-align: center;
font-size: 0.9em;
}


/* line 36, ../sass/html.scss */
h2 {
  font-size: 1.57em;
}

/* line 40, ../sass/html.scss */
h3, .h3 {
  font-size: 1.428em;
}

/* line 43, ../sass/html.scss */
h4, h5, h6 {
  margin-bottom: 15px;
  font-size: 1em;
}

/* line 48, ../sass/html.scss */
address {
  margin-bottom: 15px;
}

/* line 52, ../sass/html.scss */
img {
  max-width: 100%;
  height: auto;
  display:block;
  margin-left:auto;
  margin-right:auto;
  border-radius: 5px;
}

/* line 57, ../sass/html.scss */
input, button, select, textarea {
  padding: 6px;
  border: 1px solid #ddd;
  outline: none;
}

/* line 62, ../sass/html.scss */
label {
  font-weight: normal;
}

/* line 65, ../sass/html.scss */
p {
  margin-bottom: 15px;
}

th {
  font-size:1.1em;
/*  background-color: #a01300;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a01300), to(#282a2c));
  background: -webkit-linear-gradient(top, #c01700, #a01300);
  background: -moz-linear-gradient(top, #c01700, #a01300);
  background: -ms-linear-gradient(top, #c01700, #a01300);
  background: -o-linear-gradient(top, #c01700, #a01300);*/
  background-color: #555555;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a3d), to(#282a2c));
  background: -webkit-linear-gradient(top, #373a3d, #282a2c);
  background: -moz-linear-gradient(top, #373a3d, #282a2c);
  background: -ms-linear-gradient(top, #373a3d, #282a2c);
  background: -o-linear-gradient(top, #373a3d, #282a2c);
  color: white;
  text-align:center;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;

}

table {
width:100%;
}

td {
  text-align: center;
border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
border: 1px solid #dadada;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(218, 218, 218);
    border-right-color: rgb(218, 218, 218);
    border-bottom-color: rgb(218, 218, 218);
    border-left-color: rgb(218, 218, 218);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;


}

.left-align-table li {
  text-align: left;
  padding-left: 30px;
}


ul.inline li a, ul.links.inline li a 
{
margin-top:4px;
}

ul.grid li a, ul.links.grid li a {
    padding: 4px 10px;
    margin-top:4px;
    color: white;
    background: #555555;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
}

ul.grid li {
    list-style-type: none;
}
ul.grid li, ul.links.grid li {
    color: #999999;
    font-size: 0.92em;
}

ul.grid li a:hover, ul.grid li a:focus, ul.links.grid li a:hover, ul.links.grid li a:focus {
    background: #c01700;
        background-color: rgb(192, 23, 0);
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
    color: white;
}

.classtype .group-left { 
padding-left:10px; 
padding-right:10px;
}

.view-grouping-header
{
font-size: 1.84em;
font-family: 'oswaldregular';
line-height:2.25em;
}

.form-item-field-class-location-value
{
font-size: 1em;
text-align:center;
margin-left:auto;
margin-right:auto;
width:99.99%
}

#edit-actions 
{
text-align:center;
}

.views-table caption
{
font-size:1.37em;
line-height:2.25em;
}


.view-filters{
border: 1px solid #ddd;
border-radius: 5px;
}

#block-languageswitcher-2
{
display:block;
position:relative;
text-align:center;
}



#block-languageswitcher-2 li
{
display:inline;
list-style-type: none;
}

#block-languageswitcher-2 a
{
padding-right:15px;
display: inline-block;
}

.block-views-blocknews-view-block-1 .node--type-news   a
{
color: white;
}

.block-views-blocknews-view-block-1 .node--type-news .file a
{
color: #c01700;
}

.block-views-blocknews-view-block-1 .node--type-news .file a:hover
{
color: #333;
}

#youtube-channel-player {
width:100%;
height:640px;
}
#youtube-channel-list {
width:100%;
height:60%;
}

