  @charset "UTF-8";
/* CSS Document */

/* transparent nav */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);

#transparent-nav {
	opacity: 0;
}

.navbar {
   background-color: rgba(255,255,255,0.70);
   border: transparent;
   
}

.navbar-toggle {
	border: transparent;
}

.navbar-collapse {
	border: transparent
}


#gradientbig {
	background:white url(/events/filmfestival/2016/images/gradientbig.png) top left no-repeat;
	
	position: relative;
    background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
	display: block;
}

#gradientsmall {
	background:white url(/events/filmfestival/2016/images/gradientsmall.png) top left no-repeat;
	
	position: relative;
    background-size: 135%;

	display: block;
}

#textbig {
	padding-top: 5%;
	padding-bottom: 5%;
	font-size: 9em;
    text-align: center;
    line-height: .8875em;
	color: white;	
	font-family: 'Open Sans';
}

@media only screen and (max-width: 1000px) { #textbig {font-size: 4em; padding-top: 10%;} }

#textsmall {
	padding-top: 9%;
	font-size: 5vw;
    text-align: center;
    line-height: .8875;
	color: white;	
	font-family: 'Open Sans';
}

#homemargin {
	margin-top:100px;
}

#lowerbody {
	
	
	
	
}




/* @media only screen and (max-width: 1000px) { section {width: 100%;} } */


aside div {
	background-color: rgba(190,190,190,0.30);
	display: block;
	padding: 30px;
    float: right;
    margin: 0;
    width: 30%;
}

@media only screen and (max-width: 1000px) { aside div { float: none; width: 100%; background-color: white; } }

h1, h2, h3 {
	color: black;	
	font-family: 'Open Sans';
}

#sidebar-section {background-color: rgba(0,0,0,0.2); /*text-align: center;*/ padding: 15px; margin-top: 25px;}
#sidebar-section h3 {margin-top: 0;}


#winnerstable {
	margin-top:100px;
	
	background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(red, blue); /* Standard syntax */
}

#winnerstable h2 {
	text-shadow: 2px 2px #ff0000;
	box-shadow: 10px 10px 5px #888888;
	
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	
	opacity: 0.7;
	
	
}


.mainbody {
	font-size: 1.5em;
}

.asidebody {
	font-size: 1.3em;
}

#guest {
	background-color: rgba(190,190,190,0.30);
	margin-top: 100px;
}

#schedule {
	margin-top: 100px;
}

table, th, td {
    
    border-collapse: collapse;
}

th, td {
    padding: 15px;
}

#schedulebox {
	padding-top: 50px;
}

#rules {
	background-color: rgba(190,190,190,0.30);
	margin-top: 20px;
	
}

#rules li{
	
	font-size: 1.5em;
	padding: 10px;
}

/*@media only screen and (max-width: 200px) {
    body { font-size:50%;}
}

@media only screen and (max-width: 600px) {
    body { font-size:100%;}
}  
     
@media only screen and (max-width: 1200px)
 {
     body { font-size:120%;}
} */



/* Form Styles */

#formbody {
	padding-top: 100px;
	margin: auto;
	margin: 0 auto; 
	width:100%;
}

#formbox {
	margin: auto;
	width: 70%;
}

fieldset {
	
	
	float: left;
	margin: auto;
	width: 100%;
}

.filmsection {
	margin-top: 90px;
	width: 100%;
}

.filmsection2 {
	margin-top: 25px;
	width: 100%;
}

input {
	clear: left;
	float: left;
	font-size: 0.9em;
	
	width: 100%;
}

label {
	
	display: block;
	float: left;
	font-size: 0.9em;
	margin-top:10px;
	width: 100%;
}

textarea {
	display: block;
	font-size: 0.9em;
	float: left;
	height: 150px;
	margin: 10px 0px;
	width: 100%;	
}

button {
	
	/* margin: 10px;
	width: 20%; */
}

button [type="submit"] {
	
	margin-top: 20px;
	
}


/*legend {
	background-color: rgb(233, 69, 0);
	color: white;
	padding: 3px 0px;
	text-indent: 5px;
	width: 100%;
}
*/

h4 {
	margin-top: 20px;
	
}


/* Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}



/* Awards */

#awardssection {
	/* background-color: rgba(190,190,190,0.30); */
	
}




/*@media only screen and (max-width: 1200px) { iframe {width: 900px; height: 450px;} }
@media only screen and (max-width: 1000px) { iframe {width: 700px; height: 400px;} }
@media only screen and (max-width: 800px) { iframe {width: 500px; height: 300px;} }
@media only screen and (max-width: 600px) { iframe {width: 100%; height: 200px;} }*/


