@font-face {
    font-family: "SignPainter";
    src: url(fonts/SignPainter_HouseScript.eot) format("truetype");
    /* EOT file for IE */
}

@font-face {
    font-family: "SignPainter";
    src: url(fonts/SignPainter_HouseScript.ttf) format("truetype");
    /* TTF file for CSS3 browsers */
}

html,
body {
    height: 100%;
    margin: 0 auto;
    letter-spacing: .05rem;
    line-height: 1.1rem;
    font-family: sans-serif;
    font-weight: 500;
    color: #000;
}

.service-wrap {
	padding: 1px 0;
	background: #0c1b25;
	color: #FFF;
}
.service-inner {
	padding: 45px 0;
}
.icon-wrap {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	color: #FFF;
	margin-right: 15px;
}
.icon-wrap.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.service-txt {
	overflow: hidden;
}
.service-txt2 {
	overflow: visible;
}
.service-txt h2, .service-txt2 h2 {
	font-size: 18px;
	color: #0C1B25;
	line-height: inherit;
	font-weight: 700;
}

/* Portfolio Page */
.home-portfolio {
	background: #FFF;
	margin-top: 30px;
}
.home-portfolio .shadow-wrapper {
	background: #494948;
	border: 1px solid #494948;
}
#content.small .shadow-wrapper, #content.dark .shadow-wrapper {
	background: #efefef;
	border: 1px solid #efefef;
	margin-bottom: 40px;
}
#content.light .shadow-wrapper {
	background: #FFF;
	border: 1px solid #FFF;
	margin-bottom: 40px;
}
#content.small .shadow-wrapper:before, #content.small .shadow-wrapper:after, #content.light .shadow-wrapper:before, #content.light .shadow-wrapper:after {
	bottom: 7px;
}
.portfolio-skin-carousel .jcarousel-next-horizontal:before, .clients-skin-carousel .jcarousel-next-horizontal:before {
	content: "\f105";
	font-family: 'FontAwesome';
}
.portfolio-skin-carousel .jcarousel-prev-horizontal:before, .clients-skin-carousel .jcarousel-prev-horizontal:before {
	content: "\f104";
	font-family: 'FontAwesome';
}
.portfolio-skin-carousel .jcarousel-next-horizontal, .portfolio-skin-carousel .jcarousel-prev-horizontal, .clients-skin-carousel .jcarousel-next-horizontal, .clients-skin-carousel .jcarousel-prev-horizontal {
	width: 25px;
	border-radius: 50%;
	height: 25px;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	transition: opacity 0.5s ease 0s;
	position: absolute;
	cursor: pointer;
	font-weight: 600;
}
.portfolio-skin-carousel .jcarousel-prev-disabled-horizontal, .portfolio-skin-carousel .jcarousel-next-disabled-horizontal, .clients-skin-carousel .jcarousel-prev-disabled-horizontal, .clients-skin-carousel .jcarousel-next-disabled-horizontal {
	cursor: auto;
	opacity: 0.4;
	transition: opacity 0.5s ease 0s;
}
.portfolio-skin-carousel .jcarousel-next-horizontal, .clients-skin-carousel .jcarousel-next-horizontal {
	padding-left: 2px;
	top: -86px;
	right: 0;
}
.portfolio-skin-carousel .jcarousel-prev-horizontal, .clients-skin-carousel .jcarousel-prev-horizontal {
	top: -86px;
	right: 30px;
}
.portfolio-skin-carousel {
	position: relative;
}
.portfolio-skin-carousel .jcarousel-container {
	width: 100%;
}
.portfolio-skin-carousel .jcarousel-container-horizontal {
	width: 100%;
	padding: 0px;
}
.portfolio-skin-carousel .jcarousel-clip {
	overflow: hidden;
}
.portfolio-skin-carousel .jcarousel-clip-horizontal {
	width: 100%;
	height: auto;
}
.portfolio-skin-carousel .jcarousel-item {
	width: 300px;
	margin: 0px;
	height: auto;
}
.portfolio-skin-carousel .jcarousel-item-horizontal {
	margin-right: 20px;
}
.portfolio-skin-carousel .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin: 10px;
}
.portfolio-nav {
	margin: 20px 0px 0px;
	clear: both;
	float: left;
	width: 100%;
}
.gallery-small {
	position: relative;
	padding: 0;
}
.gallery-outer {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.gallery-small .center-bar, .blog-wrap .center-bar, .single-image .center-bar {
	height: 32px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.gallery-small .bg, .blog-wrap .bg, .single-image .bg {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}
.gallery-small .center-bar a, .blog-wrap .center-bar a, .single-image .center-bar a {
	display: inline-block;
	height: 32px;
	margin: 0;
	width: 32px;
	color: #FFF;
	font-size: 14px;
	background: #FFF;
	line-height: 32px;
	text-align: center;
	background: #0C1B25;
}
.gallery-small .center-bar a:hover {
	color: #FFF;
}
.port-head {
	padding: 25px 0 0 0;
	text-shadow: none;
	background: #15242d;
}
.port-like {
	color: #FFF;
	padding: 14px 10px;
	font-size: 14px;
	font-weight: 600;
}
#content .port-like {
	margin-bottom: 25px;
}
.portfolio-iteam.shadow-wrapper .port-like {
	margin-bottom: 0px !important;
}
.port-like a {
	color: #15242d;
}
.port-like a:hover {
	color: #FFF;
}
.port-head h3 {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	text-align: center;
	margin-bottom: 25px;
}
.port-head h3 span {
	display: block;
	font-size: 16px;
	font-style: italic;
}
/* Portfolio Page */

.wrapper {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 1440px;
    height: 100%;
}

#copyright {
    text-align: left;
}

.headerContainer {
    background: url('../images/all/header.jpg') no-repeat;
    width: 100%;
    max-width: 1440px;
    background-size: 100%;
    align-items: center;
    padding-bottom: 20px;
}

.navSpacer {
    color: #d85f31;
    display: block;
    float: right;
    margin-right: -5px;
}

nav {
    text-transform: uppercase;
    text-align: center;
    font-size: .9rem;
    line-height: .5rem;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.nav-link {
    text-align: center;
    float: none;
}

.nav-link:hover {
    color: #ffca00;
}

.nav-link:active {
    color: #ffca00;
}

a.vhx {
	color: #000;
}

a {
    color: #fff;
    text-decoration: none;
}

a.two {
    color: #f85e0a;
    text-decoration: none;
}

a.three {
    color: red;
    text-decoration: none;
}

.btn-warning {
    background: #f85e0a;
}

.currentPage {
    color: #ffca00;
}

.feature-footer {
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    max-width: 1440px;
    background: #4b4b4d;
    align-items: center;
    color: #fff;
    font-size: .8rem;
    line-height: .9rem;
}

.collapse {
    text-align: center;
}

.main-content {
    text-align: center;
    padding: 0 100px;
}

#bottomPics {
    background: url('../images/all/pics_bottom.png') no-repeat;
    max-width: 903px;
    height: 278px;
    background-size: 100%;
    overflow: hidden;
}

.title {
    display: none;
}

h1 {
    font-family: 'SignPainter';
    font-size: 3em;
    letter-spacing: -.01em;
    color: #d85f31;
    margin-top: 0;
}

h2 {
    font-size: 2em;
    font-style: italic;
    letter-spacing: -.01em;
    color: #d85f31;
    margin-bottom: 40px;
}

.subTitle {
    font-family: 'SignPainter';
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 30px;
    letter-spacing: -.01em;
    color: #d85f31;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}


/* HOME PAGE */

.homeText {
    font-family: 'SignPainter';
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: -.01em;
    text-align: left;
    padding: 85px 180px 20px;
    margin-top: 0;
}

.boat {
    position: absolute;
    background: url('../images/home/boat.png') no-repeat;
    width: 448px;
    height: 751px;
    top: -150px;
    left: 770px;
}

.feature_three_content {
    font-family: 'SignPainter';
    background: #f5e393;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.7rem;
    line-height: 1.7rem;
}

.dottedLine {
    background: url('../images/home/dotted_line.png') no-repeat;
    width: 657px;
    height: 3px;
    margin-top: 30px;
}

.messageHome {
    position: relative;
    background: url('../images/home/message.png') no-repeat;
    width: 437px;
    height: 133px;
    left: 20%;
    top: 60px;
    z-index: 200;
}

.video-container {
    position: relative;
    margin-top: 35px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.video-wrapper {
    background: #fff;
}

.player .sidedock {
    display: none;
}


/* LEARN PAGE */


/* MEDIA PAGE */

.mediaText {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2rem;
    padding-bottom: 15px;
}

.mediaText .col-md-9 {
    text-align: left;
}

.mediaText a {
    color: #00aeef;
}


/* MEET THE TEAM PAGE */

.meetText {
    text-align: left;
    padding-left: 50px;
    font-size: 1.8rem;
    line-height: 8.8rem;
}

.meetRow {
    padding-bottom: 30px;
}


/* MAIRE'S CREW PAGE */

.crewTitle {
    text-align: left;
    padding-left: 30px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    height: 139px;
    padding-top: 90px;
}

.crewText {
    padding-top: 20px;
    text-align: left;
}

.crewRow {
    padding-bottom: 30px;
}


/* BEHIND THE SCENES PAGE */

.scenesText {
    text-align: left;
    padding-left: 150px;
}


/* BOOK PAGE */

.bookPic {
    background: url('../images/book/book.JPG') no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    height: 0;
    padding-top: 66.64%;
    margin: 0 auto;
}


/* BOOK COMMENTS PAGE */

.commentsTitle {
    text-align: left;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: -.01em;
}


/* RESIZING FOR MOBILE PHONE DEVICES */

@media only screen and (max-width: 543px) {
    .main-content {
        padding: 20px;
    }
    #bottomPics {
        display: none;
    }
    #maireBottom {
        display: none;
    }
    #copyright {
        text-align: center;
    }
    .navbar-toggler {
        margin-top: 20px;
    }
    .messageHome {
        display: none;
    }
    .navSpacer {
        display: none;
    }
    .nav .row {
        background: #ffae00;
    }
    .nav li {
        vertical-align: middle;
    }
}


/* RESIZING FOR TABLETS */

@media only screen and (max-width: 768px) {
    #nav1 {}
    #nav2 {
        padding-right: 20px;
    }
    #nav3 {
        padding-right: 30px;
    }
    #nav4 {
        padding-right: 30px;
    }
    #nav5 {
        padding-right: 30px;
    }
    #nav6 {
        padding-right: 25px;
    }
    #nav7 {
        padding-right: 57px;
    }
    #nav8 {
        padding-right: 57px;
    }
    #nav9 {
        padding-right: 57px;
    }
    #nav10 {
        padding-right: 57px;
    }
    .nav-link {
        font-size: .7rem;
        font-weight: 600;
        color: #000;
        line-height: .4rem;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .nav-item {
        width: 100%;
        display: inline-block;
        clear: both;
    }
    .nav .row {}
    .main-content {
        padding: 20px;
    }
    #bottomPics {
        display: none;
    }
    #copyright {
        text-align: center;
    }
    .navbar-toggler {
        margin-top: 20px;
    }
    .messageHome {
        display: none;
    }
    .mediaText .col-md-9 {
        text-align: center;
    }
    .homeText {
        padding: 20px;
    }
    .meetText {
        text-align: center;
        padding-top: 10px;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .crewTitle {
        text-align: center;
        height: 109px;
        padding-left: 0px;
        padding-top: 20px;
    }
    .crewText {
        padding-top: 0px;
        text-align: left;
    }
    .scenesText {
        text-align: center;
        padding-left: 0px;
    }
    .wrapper {
        padding-top: 0px;
    }
    .boat {
        display: none;
    }
    .dottedLine {
        display: none;
    }
    .commentsTitle {
        padding-bottom:10px;
}
}