a:hover, a:focus, a:active, a.active {
    color: #fec503!important;
    text-decoration: none;
}


.intro-text h1 {
    background-color: rgba(255, 255, 255, 0.74);
    color: black;
    font-family: "futura-pt";
    font-weight: 300;
    font-style: normal;
    font-size: 2em;
    padding: 26px;
    line-height: 46px;
    text-transform: none;
    margin-top: 0;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #fed136!important;
    outline: 0;
}


a.navbar-brand {
	margin-top:0;
}

li a.lang {
	display:inline-block; 
	text-transform:none!important;
	padding: 15px 5px;
}

.navbar-nav>li {
	color: white;
}

.navbar-default {
	background-color: rgba(34, 34, 34, 0)!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid white;
    padding: 15px 10px 10px 10px;
    margin: 0 5px;
}

section#films h4 {
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 16px;
}

.film-box {
	margin-bottom: 10px;
}

.img-responsive {
	display: inline-block;
}

.member img, .film-box img {
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    width: 100%;
}

.member img:hover, .film-box img:hover {
	opacity: .8;
	cursor: pointer;
}

.navbar-default.navbar-shrink .navbar-brand {
	height:65px;
	overflow: hidden;
	margin-top:-10px;
}

.navbar-shrink {
	background-color:#222!important;
}

 #map { position:absolute; top:0; bottom:0; width:100%; }

 section#contact {
 	padding:110px 0 0;
 }

 section#contact h4{
 	font-weight: 300;
 	line-height: 30px;
 }

 footer {
 	background-color: black;
 	color: white;
 	
 }

footer span.copyright {
	font-family: "futura-pt",sans-serif;
	font-weight: 300!important;
 	font-size: 1em;
 	letter-spacing: 1px;
}

 a {
 	color: grey;
 }

 a:hover {
 	color:#009fde;
 	text-decoration: none;
 }

.portfolio-modal h4 {
    text-transform: none;
    font-weight: 300;
    line-height: 36px;
}

.portfolio-modal h3 {
    font-size: 1.3em;
    text-transform: none;
    margin-bottom: 28px;
    margin-top: 0;
    color: grey;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio-modal .modal-content p.item-intro {
	margin-bottom: 0;
}

.portfolio-modal .modal-content p {
    font-size: 1.3em;
}

.twt_wrap {
  text-align: center;
}
.twt_wrap > iframe {
  margin: auto;
  width: 100%;
}

section h2.section-heading {
    margin-bottom: 50px;
}

.nav>li>a>img {
    max-width: 20px;
    margin: 0;
}

li.sm-fb a img{
	height: 20px;
}

.nav>li>a>img:hover {
	opacity: .7;
}

li.sm-tt, li.sm-fb {
    width: 30px;
}

li.lang {
	padding-left:20px;
}

.navbar-default .navbar-toggle {
    background-color: #337ab7;
    border-color: #337ab7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: rgba(34, 34, 34, 0)!important;;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	#tweets ul li {
	width: 100%;
}
	.navbar-default {
		background-color: #222;
	}
}

