/*body {font: 13px Verdana, Arial, Tahoma, Helvetica, sans-serif;}*/
body {font: 15px "Raleway",Helvetica,Arial,sans-serif;}

body, select, input, textarea {color: #333;}

a {color:#21B6EA; text-decoration: none;}
a:hover {text-decoration: underline;}

/***********************
* Grid                 *
***********************/
.grid-inner {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
    margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
    height: auto;
    //display: block;
}

/***********************
* General              *
***********************/
h1 {
    font-size: 2.4em;
    margin-bottom: 24px;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 8px;
}

h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1.6em;
    margin-top: 3em;
}

ul {
   list-style-type: disc;
   margin-left: 1em;
}

li {
   margin-bottom: 1.2em;
}

p {
    margin-bottom: 1em;
}

.margin-top {
    margin-top: 36px;
}

.margin-bottom {
    margin-bottom: 36px;
}

.float-right {
    float: right;
}

/***********************
* Elements             *
***********************/
.wrapper {
    padding: 80px 0;
}

.wrapper-live {
    padding: 36px 0;
}

#playerContainer {
    width: 100%;
    max-width: 1280px; 
    margin: 0 auto;
}

.comment-form-table {
    width: 100%;
    margin-bottom: 36px;
}

.comment-form-table td{
    padding: 0 12px 0 0;
}

.footer {
    margin-top: 60px;
    font-size: 0.8em;
    text-align: center;
}

input[type=text] {
    border: 1px solid #a9a9a9;
    height: 38px;
    padding-left: 8px;
    -webkit-border-radius:0;
    border-radius:0;
}

textarea {
    border: 1px solid #a9a9a9;
    height: 38px;
    padding-left: 8px;
}

input[type=submit] {
    background-color: #000000;
    color: #ffffff;
    padding: 11px  16px;
    border: 0;
    font-weight: bold;
    -webkit-appearance: none;
    -webkit-border-radius:0;
}

input[type=submit]:hover {
    background-color: #222222;
}

@media (max-width: 800px) {
    .col6,.col5,.col4,.col8,.col7 {
	width: 100%;
	float: none;
  	margin-bottom: 48px;
    }

    .col4.last, .col5.last {
	margin-bottom: 0;
    }
}

@media (max-width: 600px) {
  .comment-form-table td {
        display: block;
        margin-bottom: 12px;
	width: 57% !important;
   }

   .comment-form-table td.message-td {
	width: 77% !important;	
   }	

   h1 {
       font-size: 1.5em;
   }

   h2 {
       font-size: 1.3em;
   } 
}


