/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
/** CUSTOM **/

@font-face {
	font-family: "AmericanTypewriter";
	src: url("../fonts/AmericanTypewriter.eot?") 
		format("eot"),url("../fonts/AmericanTypewriter.woff") 
		format("woff"),url("../fonts/AmericanTypewriter.ttf") 
		format("truetype"),url("../fonts/AmericanTypewriter.svg#AmericanTypewriter") 
		format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Monospace";
	src: url("../fonts/Monospace.eot?") 
		format("eot"),url("../fonts/Monospace.woff") 
		format("woff"),url("../fonts/Monospace.ttf") 
		format("truetype"),url("../fonts/Monospace.svg#Monospace") 
		format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MonospaceOblique";
	src: url("../fonts/MonospaceOblique.eot?") 
		format("eot"),url("../fonts/MonospaceOblique.woff") 
		format("woff"),url("../fonts/MonospaceOblique.ttf") 
		format("truetype"),url("../fonts/MonospaceOblique.svg#MonospaceOblique") 
		format("svg");
	font-weight: normal;
	font-style: normal;
}

.donate { 
	z-index: 1;
}

.logo {
	max-width:762px;
	align:center;
	margin:0 auto 40px auto;
}
.kick {
	max-width:762px;
	align:center;
	margin: auto auto auto auto;
}
.kick:hover {
	opacity: 0.8;
}
.fa {
	color: #00AEEF;
}
.fa-facebook,.fa-twitter {
	color: #fff;
}
.mod-img {
	max-width: 90%;
	margin: 0 auto 0 auto;
}
#mc_embed_signup {
	background-color: #333 !important;
	color: #fff !important;
}
#mc_embed_signup .button {
	background-color: #00AEEF !important;
}
#mc_embed_signup .button:hover {
	opacity: 0.8;
}
section#contact {
	background: url('../img/makeminemusic.jpg') no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    text-align: center;
    color: #fff;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

#about .section-heading,#about.section-subheading {
	color: #fff;
}
.videoWrapper {
	position: relative;
	padding-bottom: 55.25%; /* 16:9 */
	padding-top: 20px;
	height: 0;
	background-color: transparent;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** Alerts **/

.alert-message
{
    margin: 0px 0;
    padding: 25px;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D; 
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    opacity: 0.85;
	border-color: #00AEEF;
}
.alert-message-danger h4
{
    color: #00AEEF;
}
.donation {
    font-family: "Arvo", Times New Roman, Times, Helvetica, Arial, serif;
    letter-spacing: 0;
    color: #000000;
    font-size: 10pt;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.5px;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}

/** END CUSTOM **/

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width: 100%;
    min-width: 100%;
    background-size: contain;
  }

}

body {
    width: 100%;
    font-family: "Arvo", Times New Roman, Times, Helvetica, Arial, serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    min-width: 100%;
    background-size: contain;
}

.text-muted {
    color: #777;
}

.text-primary {
    /*color: #fed136;*/
    color: #00AEEF;
}

p {
    font-size: 12.5pt;
    font-weight: 400;
    line-height: 1.75}

.indent {
	text-indent: 15px;
}

p.large {
    font-size: 14pt;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #00AEEF;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #00AEEF;
}


.screenings {
    background:#f7f7f7 center;
    text-align: center;
    color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #f7f7f7;
    margin-bottom: 0px
    padding-bottom: 0px;
}

.connect {
    background:#f7f7f7 url('../img/connect-background.jpg') no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    text-align: center;
    color: #fff;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    min-height: 1225px;
    background-color: #f7f7f7;
    margin-bottom: 0px
    padding-bottom: 0px;
}

.press {
    background:#f7f7f7 url('../img/press-background.jpg') no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    text-align: center;
    color: #fff;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-color: #f7f7f7;
    margin-bottom: 0px
    padding-bottom: 0px;
}

.laurels {
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #f7f7f7;
    margin-bottom: 20px
    padding-bottom: 20px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h3.pullquote {
    text-transform: none;
    font-family: Questrial, serif;
    font-weight: 500;
    font-size: 12pt;
    color: #000000;
    letter-spacing: 0.5px;
    opacity: 1.0;
    line-height: 24px;
    margin-bottom: 20px;
}

.rowquote {
    margin-left: 15px;
    margin-right: 15px;
    align: center;
}

div.pullquote {
    background-color: #FFFFFF;
    opacity: 0.95;
}

.quote{
    background-color: #FFFFFF;
    opacity: 1.0;
    margin-bottom: 8px;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #028FC2;
}

.btn-primary {
    /*border-color: #fed136;*/
    border-color: #00AEEF;
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    /*background-color: #fed136;*/
    background-color: #00AEEF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    /*border-color: #f6bf01;*/
    color: #fff;
    /*background-color: #fec503;*/
    opacity: 0.7;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 20px;
    /*border-color: #fed136;*/
    border-color: #00AEEF;
    border-radius: 3px;
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-size: 18pt;
    font-weight: 700;
    color: #fff;
    /*background-color: #fed136;*/
    background-color: #00AEEF;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    /*border-color: #f6bf01;*/
    color: #fff;
    /*background-color: #fec503;*/
    opacity: 0.9;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #028FC2;
    opacity: 0.9;
}

.navbar-default .navbar-brand {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Courier, Courier New, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: auto;
    letter-spacing: 0.5px;
    color: #fff;
    padding-top: 5;
    padding-bottom: 0;
    width: auto;
    height: auto;
    max-width: 65%;
    max-height: auto;
    align: center;
    margin-bottom: 0px;}

@media(max-width:667px) .navbar-brand {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Courier, Courier New, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: auto;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    padding-top: 5;
    padding-bottom: 0;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: 37px;
    align: center;
    margin-bottom: 1px;}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    /*color: #fec503;*/
    color: #DDDDDD;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    /*border-color: #fed136;*/
    /*background-color: #fed136;*/
    border-color: #00AEEF;
    background-color: #00AEEF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 14px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /*background-color: #fed136;*/
    background-color: #00AEEF;
}

.navbar-default .nav li a {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Courier, Courier New, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 10pt;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 3px 3px 3px #220202;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    /*color: #fed136;*/
    color: #DDDDDD;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    /*background-color: #fed136;*/
    background-color: #00AEEF;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    /*background-color: #fec503;*/
    background-color: #00AEEF;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 0px;
        border: 0;
        background-color: transparent;
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        transition: all .8s ease;
    }

    .navbar-default .navbar-brand {
        font-size: 3em;
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        transition: all .8s ease;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 2px;
    }

    .navbar-default.navbar-shrink {
        padding: 0px 25px 5px 0px;
        background-color: #028FC2;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.1em;
    }
}

header {
    background: url('../img/background-top.jpg');
background-repeat: no-repeat; 
background-position: center;
background-attachment: fixed;
background-size: cover;
    -moz-background-repeat: no-repeat;
    -moz-background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-repeat: no-repeat;
    -o-background-attachment: fixed;
    -o-background-size: cover;
    -webkit-background-repeat: no-repeat;
    -webkit-background-attachment: fixed;
    -webkit-background-size: cover;
    text-align: center;
    color: #FFFFFF;
    min-height: 400px;
    min-width: 102%;  
}

header div {
    /*min-height: 320px;*/
}

header .inro-text {
    padding-top: 166px;
    padding-bottom: 0px;
}

header .headtagline {
    text-shadow: 2px 2px 3px #070707;
    padding-top: 150px;
    padding-bottom: 50px;
    margin-bottom: 25px;
    text-transform: lowercase;
    font-family: Times, Times New Roman, "AmericanTypewriter", Helvetica, Arial, sans-serif;
    font-size: 18pt;
    font-weight: 525;
    font-color: #FFFFFF;
    letting-spacing: 1.5px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 15px;
    font-family: "MonospaceOblique", "Monospace", Helvetica, Arial, sans-serif;
    font-size: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-size: 36pt;
    font-weight: 700;
    line-height: 50px;
}

/** SUBHEADER **/
subheader {
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 225px;
}

subheader div {
    min-height: 100px;
}

subheader .intro-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

tagline {
    text-align: center;
    color: #000;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14.5pt;
    font-weight: 650;
    font-style: italic;
    letter-spacing: 0.5px;
    padding-top: 50px;
}

@media(min-width:768px) {
    header .intro-text {
/**     padding-top: 200px; **/
        padding-top: 220px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 15px;
        font-family: "MonospaceOblique", "Monospace", Helvetica, Arial, sans-serif;
        font-size: 40px;
        line-height: 30px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: lowercase;
        font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
        font-size: 48pt;
        font-weight: 700;
        line-height: 50px;
    }
}

section {
    padding: 0px 0px 0px 0px;
}

section h2.section-heading {
    margin-top: 80px;
    margin-bottom: 15px;
    font-size: 24pt;
}

section h3.section-subheading {
    margin-bottom: 40px;
    text-transform: none;
    font-family: "MonospaceOblique", "Monospace", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: 400;
}

@media(width:768px) {
    section {
        padding: 0px 0;
    }
}

@media(min-width:769px) {
    section {
        padding: 100px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgba(254,209,54,.9);*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#behindthecamera .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    top: 1%;
    left:21%;
    width: 58%;
    height: 63%;
    opacity: 0;
    border-radius: 50%;
    /*background: rgba(254,209,54,.9);*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover,#behindthecamera .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content,
#behindthecamera .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    color: #f7f7f7;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i,
#behindthecamera .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: 0px;
}
.behindthecamera-member img {
	position: relative;
	z-index: 0;
}
.behindthecamera-member img:hover {
	opacity: 0.5;
}
.behindthecamera-member .placeholder {
	display: none;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "MonospaceOblique", "Monospace", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    .behindthecamera-member .placeholder:hover {
    		opacity: 1;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #00AEEF;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.behindthecamera-member {
    margin-bottom: 50px;
    text-align: center;
}

.behindthecamera-member img {
    margin: 0 auto;
    border: 7px solid #d7d7d7;
}

.behindthecamera-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.behindthecamera-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #028FC2;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #E74C3C;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
    line-height: 100px;
}

section#contact:-moz-placeholder {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
    line-height: 100px;
}

section#contact::-moz-placeholder {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial,  sans-serif;
    font-weight: 700;
    color: #bbb;
    line-height: 100px;
}

section#contact:-ms-input-placeholder {
    text-transform: lowercase;
    font-family: "AmericanTypewriter", Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
    line-height: 100px;
}

section#contact .text-danger {
    color: #E74C3C;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: "Arvo", Montserrat, Helvetica, Arial, sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: "Arvo", Montserrat, Helvetica, Arial, sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 16pt;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #028FC2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #00AEEF;
}

ul.social-buttons-big {
    margin-bottom: 0;
}

ul.social-buttons-big li a {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    font-size: 36pt;
    line-height: 90px;
    outline: 0;
    color: #fff;
    background-color: #028FC2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons-big li a:hover,
ul.social-buttons-big li a:focus,
ul.social-buttons-big li a:active {
    background-color: #00AEEF;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 10px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 10px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 10px 10px 10px 10px;
    font-family: "AmericanTypewriter", "MonospaceOblique", "Monospace", Helvetica, Arial, sans-serif;
    font-size: 10.5pt;
    font-weight: 700;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 10px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 10px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #028FC2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #028FC2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none; 
    background: #00AEEF;
}

::selection {
    text-shadow: none;
    background: #00AEEF;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #00AEEF;
}