/* *********************** RESET */

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Abel', sans-serif;
    font-size: 0;
    background-color: #000;
    color: #e6e6e6;
}
a:link,
a:visited {
    text-decoration: none;
}
ol,
ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
input,
textarea,
select {
    outline: none;
    -webkit-appearance: none;
}
textarea { 
	overflow: auto
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
/* *********************** LAYOUT */

.fullCont {
    width: 100%;
}
.stdCont { 
    max-width: 980px;
    margin: auto;
}
/* *********************** COMMON */

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.hidden {
    opacity: 0;
    display: none;
}
.dash {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    padding: 0;
}
.sectionTitle {
	font-size: 46px;
    letter-spacing: -1px;
    text-align: center;
    padding: 33px 0 12px 0;
    color: #d9d9d9;
}

#about{
    padding: 38px 0 43px 0;
    border-bottom: solid 1px #151515;
}

#about .sectionTitle{
    padding: 0 0 25px 0;
}
#contact .sectionTitle{
    padding: 50px 0 12px 0;
}
.section-seperator-wrapper {
    margin: 75px auto 0 auto;
}
.section-seperator {
    height: 1px;
    margin-top: 100px;
    background-color: #1e1e1e;
    margin: 0px;
}
#onLocation .section-seperator {
    border-bottom: none;
}

.enlargeImage{
    font-size: 17px;
    text-align: center;
    margin: -22px 0 10px 0;
}

/* *********************** MAIN */
/*  MENU */

#menuWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 6000;
}
#menu {
    text-align: center;
    max-width: 980px;
    margin: auto;
    padding: 0 41px;
}
.menuItem {
    padding: 19px 12px;
}
.menuItem a {
    font-size: 13px;
    color: #b0b0b0;
    letter-spacing: 3px;
    transition: all .3s;
}
.menuItem a:focus{
	outline:none;
}
#mobileMenuIcon {
    cursor: pointer;
    opacity: 1;
    position: fixed;
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    padding: 8px 0;
    top: 0;
    left: 0;
    padding-left: 5px;
}
#mobileMenuIcon img {
    opacity: .87;
}
.menuItem a:hover {
    color:#fff;
}
.lastMenuItem {
    padding-right: 25px !important;
}
.lang {
    padding: 5px !important;
}
/* HEADER */

#header {
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-top: 55px;
}
#header .stdCont {
    height: 100%;
}

#logo{
font-size: 30px;
    color: #fff;
    opacity: .8;
    margin: auto;
    line-height: 28px;
    width: 100%;
    position: absolute;
    top: 145px;
    text-align: center;
}

#logo span{
	display: block;
    font-size: 19px;
    opacity: .55;
}

/* ABOUT */

#about .section-description{
    max-width: 760px;
}

#about-description {
    font-size: 19px;
    max-width: 670px;
    text-align: center;
    margin: auto;
    padding: 0 40px;
}
#about-services {
    font-size: 19px;
    text-align: center;
    letter-spacing: 0px;
    padding-top: 4px;
    max-width: 608px;
    margin: auto;
    line-height: 25px;
    color: #e7e7e7;
}
.availableServices {
    display: block;
    margin-top: 35px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #dfdfdf;
}
.seperator-about {
    padding: 0 10px;
}
/* VIDEOGRAPHY */

.content:nth-child(even) {} .vjs-big-play-button:before {
    opacity: .75 !important;
}
#showreel-subtitle {
    display: block;
    font-size: 34px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.playerWrapper {
    max-width: 980px;
    width: 90%;
    margin: auto;
}
/* PHOTOGRAPHY */

#photography {
    background-image: url('/static/v1/img/assets/photography_bgr.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#photography .section-description{
    max-width:585px;
}
#photos,
#onLocationPhotos {
    margin: auto;
    position: relative;
    text-align: center;
    max-width: 980px;
    width: 88%;
    box-sizing: border-box;
}
.photo {
    margin: 2px;
    width: 200px;
    height: 200px;
    background-position: center center !important;
    background-size: cover !important;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    transition: all .6s;
}
.photo:hover {
    opacity: 1;
}
.section-description {
    font-size: 18px;
    text-align: center;
    max-width: 685px;
    margin: -10px auto 30px auto;
    padding: 0 30px;
}
#about .section-description {
    margin: -15px auto 5px auto;
}
#about .section-seperator-wrapper {
    margin: 50px auto 0 auto;
}
/* AERIAL */

#videography {
    background-color: #0e0e0e;
}

#onLocation {
    background-color: #000;
    position: relative;
    top: -1px;
    border-top: solid 1px #131313;
}

/* CONTACT */

#contact {
    background: url('/static/v1/img/assets/contact.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-size: cover;
}
.contact-info-wrapper {
    text-align: center;
}
.contact-info {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 0 12px;
    margin: 5px 0px 15px 0;
    font-family: 'Abel', sans-serif;
}
.contact-department {
    color: #dadada;
}
.contact-info-right {
    text-align: left;
}
.contact-info-left {
    text-align: center;
}
.contact-info-name {
    color: #fff;
    font-size: 18px;
    padding-bottom: 2px;
}
#contact-phoneNumber {
    font-size: 16px;
    color: #dadada;
    margin: 0;
    font-family: 'Abel', sans-serif;
}
#contact-location {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    margin: 5px 0 40px 0;
    font-family: 'Abel', sans-serif;
}
#cf {
    margin: auto;
    width: 100%;
    max-width: 510px;
    padding: 0 20px;
    box-sizing: border-box;
}
.contactForm-field {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    color: #000;
    display: block;
    padding: 10px 13px;
    width: 100%;
    margin: 20px auto;
    border: none;
    box-sizing: border-box;
    font-family: 'Abel', sans-serif;
    letter-spacing: 0px;
    border-radius: 0;
}
#contactFormMessage {
    height: 191px;
    resize: none;
    margin-bottom: 0;
}
#contactFormSubmit {
    border: solid 1px #1f1f1f;
    background-color: rgba(0, 0, 0, 0.8);
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    font-size: 27px;
    text-align: center;
    color: #e6e6e6;
    display: block;
    width: 100%;
    max-width: 530px;
    font-family: 'Abel', sans-serif;
    padding: 8px;
    transition: all .7s;
}
#contactFormSubmit:hover {
    background-color: #000;
}
#designBy {
    font-size: 13px;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 20px;
}
.heart {
    width: 20px;
    height: 17px;
    background: url('/static/v1/img/assets/heart.png');
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 1px;
}
.showRequired {
    background-color: #c94c4c;
    color: #fff !important;
}
#contactFormWarning {
    font-size: 16px;
    padding: 12px 0;
    padding-bottom: 0;
    margin-bottom: -10px;
    text-align: center;
    opacity: 0;
    display: none;
}
/* PHOTOVIEWER */

#photoViewer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 7000;
    border-bottom: solid 20px #000;
}
#photoViewer-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#photoViewer-controls-close {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 23px;
    height: 23px;
    background: url('/static/v1/img/assets/close.png');
    background-size: contain;
    opacity: .65;
    transition: all .5s;
}
#photoViewer-controls-previous {
    width: 40px;
    height: 40px;
    background: url('/static/v1/img/assets/previous.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    left: 35px;
    opacity: .65;
    transition: all .5s;
}
#photoViewer-controls-next {
    width: 40px;
    height: 40px;
    background: url('/static/v1/img/assets/next.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    right: 35px;
    opacity: .65;
    transition: all .5s;
}
#photoViewer-controls-close:hover,
#photoViewer-controls-previous:hover,
#photoViewer-controls-next:hover {
    opacity: 1;
}
#photoViewer-title {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#current {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* *********************** VIDEO PLAYER */

.vjs-control-bar{
    background-color: rgba(0, 0, 0, 0.64) !important;
}

.playerWrapper .vjs-slider{
    background: rgba(255, 255, 255, 0.10);
}
.playerWrapper .vjs-load-progress{
    background: rgba(255, 255, 255, 0.24);
}
.playerWrapper .vjs-big-play-button{
    background-image: url(/static/v1/img/assets/playBtn.png);
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-color: transparent;
    margin-top: -40px;
    margin-left: -40px;
    opacity:.85;
}
.video-js:hover .vjs-big-play-button{
    background-color: transparent !important;
}
.playerWrapper .vjs-big-play-button::before{
    content:'';
}

#headerImageWrapper{
    width: 100%;
    position: relative;
}
#headerImageWrapper:after{
    display: block;
    padding-top: 42.5%;
    content: '';
}
#headerImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("/static/v1/img/assets/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* *********************** SOCIAL */

#socialWrapper{
    text-align: center;
    margin: 60px 0 25px 0;
}
.social{
    display: inline-block;
    margin: 0 10px;
}
.vimeo{
    width:27px;
    height:23px;
    background-image:url('/static/v1/img/assets/vimeo.png');
}
.twitter{
    width:28px;
    height:23px;
    background-image:url('/static/v1/img/assets/twitter.png');
}
.facebook{
    width:26px;
    height:26px;
    background-image:url('/static/v1/img/assets/facebook.png');
    position: relative;
    top: 2px;
}

/* *********************** MEDIA QUERIES */

@media only screen and (min-width: 1px) and (max-width: 800px) {
    #header {
        padding-top: 55px;
    }
    #mobileMenuIcon {
        display: block;
        opacity: 1;
    }
    #menuWrapper {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.76);
        display: none;
        top: 46px;
        padding-top: 10px;
        opacity: 0;
    }
    .menuItem {
        display: block;
        padding: 6px;
    }
    .dash,
    .lang {
        display: inline-block;
    }
    .menuItem a {
        font-size: 14px;
    }
    .lastMenuItem {
        padding-right: 0px !important;
    }
    #photoViewer-controls-previous {
        left: 7px;
    }
    #photoViewer-controls-next {
        right: 7px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 556px) { 
	
	#contact .sectionTitle {
		font-size: 51px;
		padding: 35px 0 12px 0;
	}

	#logo{
		left: auto;
		top: auto;
		bottom: 50px;
		margin-left: auto;
		opacity: .85;
		background-color: rgba(0, 0, 0, 0.39);
		padding: 0px 20px 0px 0;
		text-align: right;
		box-sizing: border-box;
		font-size: 30px;
		line-height: 23px;
	}
	#logo span{
		display: block;
		font-size: 17px;
		opacity: .8;
	}
	
    .availableServices {
        font-size:21px;
		margin-top: 40px;
    }

    .enlargeImage{
        font-size: 15px;
        margin: -9px 0 5px 0;
    }

    #headerImageWrapper:after{
        padding-top: 107.74%;
    }
    #headerImage {
        background-image: url("/static/v1/img/assets/header_mobile.jpg");
    }

    .sectionTitle{
        padding: 23px 0 10px 0;
        font-size: 46px;
    }

    .playerWrapper .vjs-big-play-button {
        width: 66px;
        height: 66px;
        margin-top: -33px;
        margin-left: -33px;
    }
    
    #about .sectionTitle {
        padding: 35px 0 20px 0;
    }

    #about-services {
        font-size: 18px;
        line-height: 15px;
        padding-top: 11px;
    }
    .line-break {
        margin-bottom: 15px;
    }
    .seperator-about {
        display: block;
        opacity: 0;
    }
    .section-seperator-wrapper {
        margin: 40px auto 0 auto;
    }
    .section-seperator {
        background-color: auto;
    }
    #about .section-seperator {
        background-color: #191919;
    }
    #contact {
        background-position: 77% center;
    }
    .contact-info-wrapper {
        text-align: center;
        max-width: 260px;
        margin: auto;
    }
    .contact-info {
        display: block;
        text-align: center;
    }
    .contact-info-left {
        border-right: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        padding-bottom: 15px;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 1px) and (max-width: 410px) {
    .sectionTitle {
        font-size: 45px;
    }
    .heart {
        display: block;
        margin: 4px auto 12px auto;
    }
}
@media only screen and (max-width: 725px) and (min-width: 1px) {
    .vjs-afterglow-skin .vjs-big-play-button:before {
        width: 66px !important;
        height: 66px !important;
        margin-top: -33px !important;
        margin-left: -33px !important;
    }
}