*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    background-image: none;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

a {
    color: #EF0984;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

a.active,
a:active,
a:focus,
a:hover {
    color: #555;
    text-decoration: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase
}

.text-white {
    color: #fff
}

.text-dark {
    color: #000
}

.text-brand {
    color: teal
}

.img-centered {
    margin: 0 auto
}

.img-fullwidth {
    position: relative;
    width: 100%;
    height: auto
}

.mt-negative-50 {
    margin-top: -50px
}

.mt-20 {
    margin-top: 20px
}

.mt-50 {
    margin-top: 50px
}

.mt-100 {
    margin-top: 100px
}

.mt-200 {
    margin-top: 200px
}

.mb-30 {
    margin-bottom: 30px
}

.pt-20 {
    padding-top: 20px
}

.pt-80 {
    padding-top: 80px
}

.pl-15 {
    padding-left: 15px
}

.pl-30 {
    padding-left: 76px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-200 {
    padding-bottom: 200px
}

hr {
    border-top: 1px solid #b7b7b7;
    margin: 8px 0
}

.btn {
    background: 0 0;
    -moz-user-select: none;
    border-radius: 0;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border: 3px solid;
    padding: 8px 20px;
    margin-top: 20px;
    text-shadow: none
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.btn-outlined.btn-theme {
    background: #fdf200;
    color: #111;
    border-color: transparent
}

.btn-outlined.btn-theme:active,
.btn-outlined.btn-theme:hover {
    color: #111;
    background: #eee;
    border-color: transparent
}

.btn-outlined.btn-black {
    background: #222;
    color: #fff;
    border-color: #222
}

.btn-outlined.btn-black:active,
.btn-outlined.btn-black:hover {
    color: #FFF;
    background: #555;
    border-color: #555
}

.btn-outlined.btn-white {
    background: 0 0;
    color: #FFF;
    border-color: #FFF
}

.btn-outlined.btn-white:active,
.btn-outlined.btn-white:hover {
    color: #6f5499;
    background: #5c5c5c;
    border-color: #FFF
}

.btn-xs {
    font-size: 11px;
    line-height: 14px;
    border: 1px solid;
    padding: 5px 10px
}

.btn-sm {
    font-size: 12px;
    line-height: 16px;
    border: 2px solid;
    padding: 8px 15px
}

.btn-lg {
    font-size: 18px;
    line-height: 22px;
    border: 4px solid;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 700
}

.menu-clear {
    margin-top: 30px
}

.navbar {
    margin-bottom: 0;
    border-radius: 0
}

.navbar-default {
    border-color: #eee;
    background-color: #fff;
    z-index: 999
}

.navbar-default .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-default .navbar-brand span {
    color: #404040;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-default .navbar-brand img {
    position: relative;
    width: 67px;
    height: auto;
    margin-top: -5px;
    margin-left: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-default .navbar-brand.active,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #555
}

.navbar-default .navbar-collapse {
    border-color: transparent
}

.navbar-default .navbar-toggle {
    border-radius: 2px;
    border-color: transparent;
    background-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-fixed-top .navbar-collapse {
    max-height: none
}

.menu-title {
    position: absolute;
    top: 18px;
    right: 60px;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px
}

.bg-menu {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0
}

.mobile-menu-left li a {
    text-align: left!important;
    padding-left: 30px!important
}

.mobile-menu-right li a {
    text-align: right!important;
    padding-right: 30px!important
}

.navbar-default nav a {
    position: relative;
    margin: 5px 25px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    font-size: 1.35em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.navbar-default .nav li a {
    color: #222;
    padding: 15px 0;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    text-align: inherit;
    text-transform: uppercase
}

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

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #555;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent
}

.navbar-mobile-bottom {
    margin-top: -15px
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-default .nav>li>a.cd-nav-trigger {
    padding: 0
}

@media(min-width:768px) {
    .navbar-nav {
        margin: 5px 0
    }
    .navbar-default .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 16px;
        color: #222;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 4px;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default {
        padding: 20px 0;
        background-color: rgba(255, 255, 255, 0.94);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s
    }
    .navbar-default .navbar-brand {
        position: relative;
        top: 0;
        padding: 0;
        color: #222;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 5px;
        transition: all .3s
    }
    .navbar-default .navbar-brand img {
        width: 130px;
        height: auto;
        margin-top: -5px;
        margin-left: 0
    }
    .navbar-default.navbar-shrink {
        padding: 20px 0;
        background-color: rgba(255, 255, 255, 0.96)
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 20px;
        color: #222
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink .nav>li>a {
        color: #222
    }
    .navbar-default.navbar-shrink .nav>li>a:hover,
    .navbar-default.navbar-shrink .nav>li>a:focus {
        color: #ababab
    }
}

header {
    margin-top: 50px
}

@media(min-width:768px) {
    header {
        margin-top: 90px
    }
}

.no-padding {
    padding: 0
}

.whiteBG_trans {
    background-color: rgba(255, 255, 255, 0.86)
}

.bg-light-gray {
    background-color: #e7e7e7
}

.whiteBG_transThick {
    background-color: rgba(255, 255, 255, 0.94)
}

.page-title {
    position: relative;
    margin-top: 50px;
    z-index: 1
}

.header-text {
    position: absolute;
    top: 38%;
    width: 97.999%;
    height: auto
}

.header-text h2 {
    font-size: 7em
}

.header-text p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #222;
    font-size: 12px;
    text-shadow: 1px 1px 5px #fff
}

.header-play-button img {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    opacity: .8;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.header-play-button img:hover {
    opacity: 1;
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    z-index: 1
}

section {
    background-image: url(../img/bg/bg-pattern-3.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

section#about,
section#services,
section#credits,
section#photos,
section#videos,
section#contact {
    padding: 80px 0 200px
}

section h2 {
    font-size: 24px
}

.title-box {
    position: relative;
    text-align: center;
    padding-bottom: 45px
}

section h4 {
    font-size: 28px
}

section h5 {
    font-size: 24px
}

section h6 {
    font-size: 16px
}

.title {
    z-index: 10
}

.profile-photo {
    position: absolute;
    width: 24%;
    height: auto;
    margin-top: -16%;
    margin-left: 10%;
    z-index: 0
}

.inner-title {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px
}

.about-photo {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto
}

.bg-about p {
    padding-bottom: 10px
}

.stats table {
    line-height: 1.75;
    font-size: 14px
}

.stats li {
    line-height: 1.75;
    font-size: 14px
}

.testimonials {
    margin-top: 50px;
    min-height: 300px
}

.testimonial {
    padding: 30px;
    color: #555;
    margin-bottom: 30px;
    border: 7px solid #eee
}

.testimonial .quote {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0
}

.testimonial .testimonial-name {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase
}

.bg-about {
    margin-top: 0
}

.bg-credits {
    margin-top: 0
}

.bg-photos {
    margin-top: 0
}

.bg-videos {
    margin-top: 0
}

.bg-contact {
    margin-top: 50px
}

.bg-text_box {
    padding: 20px 30px 30px;
    color: #fff;
    opacity: .9
}

.bg-gradient {
    background: #7b95a4;
    background: -moz-linear-gradient(-45deg, rgba(123, 149, 164, .8) 0%, rgba(189, 129, 128, .8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(123, 149, 164, .8) 0%, rgba(189, 129, 128, .8) 100%);
    background: linear-gradient(135deg, rgba(123, 149, 164, .8) 0%, rgba(189, 129, 128, .8) 100%)
}

.bg-credits h5 {
    padding: 20px 0
}

.bg-credits img {
    margin-bottom: 15px
}

.contact-row {
    margin-top: 0
}

.contact-info {
    text-align: center
}

.cta-button {
    padding: 30px;
    color: #222;
    background-color: #eee;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.cta-button:hover {
    color: #fff;
    background-color: #888
}

.fotorama__wrap--slide .fotorama__stage__frame {
    background: transparent;
    opacity: .3!important
}

.fotorama__wrap--slide .fotorama__stage__frame img {
    background: transparent;
    opacity: .8!important
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
    background-color: #000;
    opacity: 1!important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.fotorama__video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000
}

.fotorama__caption__wrap {
    background-color: #eee;
    padding: 15px 40px;
    width: 100%;
    height: auto;
    text-align: center
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #fd0038;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.mmg-grand .mmg-icon-wrapper {
    background-color: gray;
    outline: none
}

.slide .swipe-center,
.mmg-lb .mmg-center {
    border: none;
    border-radius: 3px
}

.mmg-grand .mmg-f-caption,
.mmg-lb-flickr,
.mmg-lb-flickr1 {
    display: none!important
}

.swipe-flickr .swipe-bottom-controlls {
    position: absolute;
    height: 32px;
    top: 0;
    width: 100%
}

@media(min-width:768px) {
    section#about,
    section#services,
    section#credits,
    section#photos,
    section#videos,
    section#contact {
        padding: 120px 0 200px
    }
    .header-text {
        position: absolute;
        top: 10%;
        width: 97.999%;
        height: auto;
        padding-right: 0
    }
    .header-text p {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #fff;
        font-size: 12px;
        text-shadow: 1px 1px 5px #000
    }
    #page-content {
        padding: 20px 0
    }
    section h2 {
        font-size: 52px
    }
    .contact-row {
        margin-top: 50px
    }
    .fotorama__caption {
        font-size: 22px;
        letter-spacing: 2px
    }
    .bg-body {
	    background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover
    }
    .bg-about {
	    background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover
    }
    .bg-contact {
        margin-top: 82px;
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover
    }
    .about-photo {
        float: left;
        padding: 0 40px 20px 0;
        width: 50%;
        height: auto
    }
    .contact-info {
        color: #404040;
        padding: 30px 50px;
        text-align: left
    }
}

@media(min-width:1024px) {
    .header-text {
        position: absolute;
        top: 20%;
        width: 97.999%;
        height: auto;
        padding-right: 0
    }
    .header-text p {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 14px
    }
    .header-play-button img {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        padding: 0
    }
}

@media(min-width:1280px) {
    .header-text {
        position: absolute;
        top: 20%;
        width: 97.999%;
        height: auto;
        padding-right: 0
    }
    .header-text p {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 16px
    }
    #page-content {
        padding: 50px 0
    }
    #page-content h2 {
        font-size: 62px
    }
}

@media(min-width:1440px) {
    .header-text {
        position: absolute;
        top: 30%;
        width: 97.999%;
        height: auto;
        padding-right: 25px
    }
}

ul.social-buttons li a,
ul.social-buttons-about li a {
    display: block;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 44px;
    outline: 0;
    text-align: center
}

ul.social-buttons-about li a {
    width: 40px;
    color: #000;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.social-buttons-about li a:active,
ul.social-buttons-about li a:focus,
ul.social-buttons-about li a:hover {
    color: #fff;
    background-color: transparent
}

.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8a8a8a;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: none;
    border: 0 solid #ccc;
    border-bottom: 3px solid #000;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

textarea.form-control {
    height: 192px
}

.footer-bottom {
    background-color: #000;
    min-height: 30px;
    width: 100%
}

.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 25px 0
}

footer {
    padding: 60px 0 30px;
    text-align: center;
    background-color: #0C0C0E;
    background-image: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

footer h2,
footer h4 {
    color: #fff;
    margin-bottom: 30px
}

ul.social-buttons {
    margin-bottom: 0;
    padding-top: 20px
}

ul.social-buttons li a {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    border-radius: 120px;
    background-color: #EF0984;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    color: #fff;
    background-color: #940652
}

.copyright {
    min-height: 40px;
    background-color: #111
}

.copyright-left,
.copyright-right {
    text-align: center
}

.copyright p {
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 0
}

.copyright a {
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.copyright a:active,
.copyright a:focus,
.copyright a:hover {
    color: #555
}

.footer-menu li a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: transparent
}

@media(min-width:768px) {
    footer {
        padding: 50px 0;
        background-color: #0C0C0E;
        background-image: none;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover
    }
    .copyright p {
        color: #FFF;
        padding: 10px 0;
        margin-bottom: 0
    }
    .copyright-left {
        text-align: left
    }
    .copyright-right {
        text-align: right
    }
}

label {
    font-size: 18px
}

::-moz-selection {
    text-shadow: none;
    background: #ff00c8
}

::selection {
    text-shadow: none;
    background: #ff00c8
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.fancy {
    line-height: .5;
    text-align: center
}

.fancy span {
    display: inline-block;
    position: relative
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 10px;
    border-top: 2px solid #EF0984;
    top: 5px;
    width: 30%
}

.fancy span:before {
    right: 100%;
    margin-right: 15px
}

.fancy span:after {
    left: 100%;
    margin-left: 15px
}

@media(min-width:768px) {
    .solid-box-right-2 {
        position: absolute;
        width: 46%;
        height: 47%;
        min-height: 300px;
        max-height: 400px;
        max-width: 450px;
        margin-left: -3%;
        margin-top: 90px;
        overflow: hidden;
        border: 7px solid #f00983;
        z-index: 0
    }
    .fancy span:before,
    .fancy span:after {
        content: "";
        position: absolute;
        height: 10px;
        border-top: 2px solid #EF0984;
        top: 5px;
        width: 70%
    }
}