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

body {
	color: #fff;
	background-color: #000;
    font-family: "Raleway", sans-serif;
    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;
    font-family: "Raleway", sans-serif
}

p.large {
    font-size: 16px
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.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-30 {
    margin-top: 30px
}

.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: 30px
}

.pr-30 {
    padding-right: 30px
}

.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: none;
    background-color: #000;
    box-shadow: 0 0 20px #7C1510;
    z-index: 999
}

.navbar-default .navbar-brand {
	float: none;
}

.navbar-default .navbar-brand img {
    position: relative;
    width: 74px;
    height: auto;
    margin-top: -10px;
    -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 {
	width: 100%;
    height: auto;
    margin-right: -10px;
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    width: 15px;
}

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

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

.navbar-default nav a {
    position: relative;
    margin: 5px 25px;
    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: #fff;
    padding: 20px 0;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 4px;
    text-align: left;
    text-transform: uppercase
}

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

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    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: 0px;
}

.menu-title {
    position: absolute;
    top: 19px;
    left: 37%;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 4px;
}

.menu-title-right {
    position: relative;
    top: 19px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 4px;
    text-align: center
}

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

.menu-left {
    background-color: #000;
}

.menu-center {
    background-color: #cd605b;
}

.menu-right {
    background-color: #111;
    height: 50px;
}

.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;
	
}

@media(min-width:768px) {
    
    .navbar-default .nav>li>a {
        position: relative;
        display: block;
        margin: 0;
        padding: 25px 10px 25px;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase
    }
    .navbar-default {
        padding: 0px;
        background-color: #000000;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .nav li i {
	    color: #fff;
        position: relative;
	    font-size: 14px;
	    text-align: center;
    }
    .navbar-default .navbar-brand {
        position: relative;
        top: 7px;
        color: #555;
        font-size: 20px;
        letter-spacing: 4px;
        transition: all .3s
    }
    .navbar-default .navbar-brand img {
	    position: relative;
	    width: 210px;
	    height: auto;
	    margin-top: -2px;
	    margin-left: 0;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    transition: all .3s;
	}
    
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    
}

@media(min-width:1024px) {
    
    .navbar-default .nav>li>a {
        padding: 30px 25px 30px;
	    font-size: 12px;
	    letter-spacing: 4px;
    }
}

.cl-effect-15 a {
    font-weight: 500;
    text-shadow: none
}

.cl-effect-15 a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity .3s;
    -moz-transition: -moz-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .3s
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0
}

.cd-nav-trigger {
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    color: #fff;
    overflow: hidden;
    text-indent: 0;
    white-space: nowrap;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s
}

.menu-btn-social {
    position: relative;
    width: 100px;
    height: auto;
}

@media(min-width:768px) {
    .cd-nav-trigger {
        position: fixed;
        z-index: 3;
        top: 5px;
        right: 0;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: -webkit-transform .2s;
        -moz-transition: -moz-transform .2s;
        transition: transform .2s
    }
    .menu-button {
        position: fixed;
        top: 0;
        right: 0;
        width: 160px;
        height: auto
    }
    
    .menu-btn-social {
	    position: relative;
	    width: 100px;
	    height: auto;
	    -webkit-transform: scale(.9,.9);
	    -ms-transform: scale(.9,.9);
	    transform: scale(.9,.9);
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	}
    
    .menu-btn-social:hover {
	    position: relative;
	    cursor: pointer;
	    -webkit-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	    transform: scale(1,1);
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    z-index: 1;
	}
    
}



.cd-nav-container {
    position: fixed;
    z-index: 1999;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(27, 22, 29, 0.84);
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s 0s, box-shadow 0 .4s;
    -moz-transition: -moz-transform .4s 0s, box-shadow 0 .4s;
    transition: transform .4s 0s, box-shadow 0 .4s
}

.cd-nav-container.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .4s 0s, box-shadow 0 0;
    -moz-transition: -moz-transform .4s 0s, box-shadow 0 0;
    transition: transform .4s 0s, box-shadow 0 0
}

.cd-nav-container header {
    margin-top: 0;
    padding: 10px 0 0 6.25%;
    height: 78px;
    position: relative;
    background-color: #1b161d
}

.cd-nav-container h3 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff
}

@media only screen and (min-width: 700px) {
    .cd-nav-container {
        width: 50%;
        opacity: .8
    }
    .cd-nav-container header {
        margin-top: 0;
        height: 116px;
        padding-top: 3em
    }
    .cd-nav-container h3 {
        font-size: 1.6rem
    }
}

@media only screen and (min-width: 1280px) {
    .cd-nav-container {
        width: 40%
    }
    .cd-nav-container header {
        margin-top: 0;
        height: 116px;
        padding-top: 2em
    }
    .cd-nav-container h3 {
        font-size: 2rem
    }
}

.cd-close-nav {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 15px;
    top: 45%;
    bottom: auto;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.cd-close-nav::after,
.cd-close-nav::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 62px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-close-nav::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.cd-close-nav::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.no-touch .cd-close-nav:hover {
    opacity: .8
}

@media only screen and (min-width: 700px) {
    .cd-close-nav {
        right: 7.14%;
        height: 34px;
        width: 34px
    }
}

.cd-nav {
    background-color: #1b161d
}

.cd-nav::after {
    clear: both;
    content: "";
    display: table
}

.cd-nav li {
    width: 100%;
    float: left;
    height: calc((100vh - 100px)/4);
    min-height: 120px;
    border: 0
}

.cd-nav li:nth-of-type(2n) {
    border-right-width: 0
}

.cd-nav a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 15px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.no-touch .cd-nav a:hover svg {
    -webkit-animation: cd-shock .3s;
    -moz-animation: cd-shock .3s;
    animation: cd-shock .3s
}

.no-touch .cd-nav li a:hover i *,
.cd-nav li.cd-selected a i * {
    stroke: #fff
}

.no-touch .cd-nav li a:hover em,
.cd-nav li.cd-selected a em {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px
}

.cd-nav li.cd-selected:first-of-type a {
    background-color: #FFC5C2
}

.cd-nav li.cd-selected:nth-of-type(2) a {
    background-color: #F69A95
}

.cd-nav li.cd-selected:nth-of-type(3) a {
    background-color: #CE625C
}

.cd-nav li.cd-selected:nth-of-type(4) a {
    background-color: #A83933
}

.cd-nav li.cd-selected:nth-of-type(5) a {
    background-color: #222
}

.cd-nav li.cd-selected:nth-of-type(6) a {
    background-color: #222
}

.no-touch .cd-nav li:first-of-type a:hover,
.no-touch .cd-nav li:nth-of-type(2) a:hover,
.no-touch .cd-nav li:nth-of-type(3) a:hover,
.no-touch .cd-nav li:nth-of-type(4) a:hover,
.no-touch .cd-nav li:nth-of-type(5) a:hover,
.no-touch .cd-nav li:nth-of-type(6) a:hover {
    background: #1b161d;
}

.cd-nav span,
.cd-nav em {
    position: absolute
}

.cd-nav span {
    top: calc(50% - 48px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 48px;
    width: 48px
}

.cd-nav span * {
    -webkit-transition: stroke .2s;
    -moz-transition: stroke .2s;
    transition: stroke .2s
}

.cd-nav em {
    width: 100%;
    left: 0;
    top: calc(50% + 15px);
    color: #5c4b51;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media only screen and (min-width: 700px) {
    .cd-nav li {
        height: calc((80vh - 116px)/3);
        min-height: 200px
    }
    .cd-nav span {
        height: 64px;
        width: 64px;
        top: calc(50% - 56px)
    }
    .cd-nav em {
        font-size: 1.2rem;
        top: calc(50% + 21px)
    }
}

@media only screen and (min-width: 1024px) {
    .cd-nav li {
        width: 50%;
        float: left;
        height: calc((100vh - 116px)/2);
        min-height: 140px
    }
    .cd-nav li:nth-of-type(2n) {
        border-right-width: 1px
    }
    .cd-nav li:nth-of-type(3n) {
        border-right-width: 0
    }
    .cd-nav em {
        font-size: 1.5rem
    }
}

.cd-nav .menu-bottom {
    width: 99.33%;
    float: left;
    height: calc((100vh - 116px)/2);
    min-height: 250px
}

@-webkit-keyframes cd-shock {
    0% {
        -webkit-transform: rotate(0)
    }
    30% {
        -webkit-transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(0)
    }
}

@-moz-keyframes cd-shock {
    0% {
        -moz-transform: rotate(0)
    }
    30% {
        -moz-transform: rotate(10deg)
    }
    60% {
        -moz-transform: rotate(-10deg)
    }
    100% {
        -moz-transform: rotate(0)
    }
}

@keyframes cd-shock {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    30% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

.cd-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .4s 0s, visibility 0 .4s;
    -moz-transition: opacity .4s 0s, visibility 0 .4s;
    transition: opacity .4s 0s, visibility 0 .4s
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s 0s, visibility 0 0;
    -moz-transition: opacity .4s 0s, visibility 0 0;
    transition: opacity .4s 0s, visibility 0 0
}

main {
    position: relative;
    padding: 0;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    box-shadow: 0 0 30px #241d20
}

main.scale-down {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.cd-section {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0 .4s;
    -moz-transition: -moz-transform 0 .4s;
    transition: transform 0 .4s
}

.cd-section.cd-selected {
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s 0;
    -moz-transition: -moz-transform .4s 0;
    transition: transform .4s 0;
    -webkit-overflow-scrolling: touch
}

header {
    margin-top: 50px;
}



.cd-title {
    position: relative;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center
}

.cd-title > * {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-title h2 {
    font-size: 2.8rem;
    margin-bottom: .8em
}

.cd-title a {
    display: inline-block;
    padding: 1.2em 1.6em;
    border-radius: 50em;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-weight: 700;
    color: #fff;
    font-family: "Lora", serif
}

.no-touch .cd-title a:hover {
    border-color: #fff
}

.cd-title span {
    vertical-align: middle;
    display: inline-block
}

@media only screen and (min-width: 700px) {
    .cd-title h2 {
        font-size: 5rem;
        font-weight: 300;
        margin-bottom: .6em
    }
}

.cd-content {
    background-color: #fff;
    padding: 4em 0
}

.cd-content p {
    width: 90%;
    max-width: 800px;
    margin: 2em auto;
    line-height: 2;
    color: #78626a
}

.no-js main,
.no-js .cd-section {
    height: auto;
    overflow: visible
}

.no-js .cd-section {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.no-js .cd-nav-container {
    width: 100%;
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: auto;
    overflow: visible
}

.no-js .cd-close-nav {
    display: none
}

.no-js .cd-nav li {
    width: 50%;
    float: left
}

@media only screen and (min-width: 700px) {
    .no-js .cd-nav li {
        width: 33.3%;
        float: left
    }
    .no-js .cd-nav li:nth-of-type(2n) a {
        border-right-width: 1px
    }
}

@media only screen and (min-width: 1024px) {
    .no-js .cd-nav li {
        width: 16.66%;
        float: left
    }
    .no-js .cd-nav li:nth-of-type(3n) a {
        border-right-width: 1px solid #e0cf75
    }
}

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



.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;
    padding: 50px 0px 10px;
    text-align: center;
    z-index: 1;
}

.page-title h2 {
	font-size: 72px;
}

.header-text {
    position: relative;
    top: -50px;
    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
}

#page-content h2 {
    font-size: 44px
}

#page-content h4 {
    font-size: 24px
}

#page-content h5 {
    font-size: 28px;
    padding-top: 25px
}

#page-content p {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    margin-top: 20px
}

#page-content {
    padding: 0 0 20px;
    min-height: 500px;
}



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

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

.bg-about {
    margin-top: 0px;
    background-image: url(../img/bg/bg-about.jpg);
    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
}

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

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

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

.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;
}

.credits img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact-info {
    text-align: center;
    padding: 0px 50px 30px;
    text-align: left;
    box-shadow: 0px 0px 20px #ddd;
}

#instagram-section {
    background-color: #fff
}

#instagram-section h4 {
    color: #555;
    padding: 5px 0 0;
    font-size: 18px
}

.cta-button {
    padding: 30px;
    color: #fff;
    background-color: #cc615b;
    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
}

.bg-graphic {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.video-box h5 {
    padding: 10px 0 0;
    margin-bottom: 30px;
    font-size: 22px !important;
    min-height: 50px;
    text-align: center;
    letter-spacing: 0px;
}

.page-title .testimonial-box {
	display: inline-block;
    margin-top: 50px;
    padding: 30px;
    border-radius: 5px;
    background-color: #ffffff0f;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    box-shadow: 0px 0px 30px #00000087;
}

@media(min-width:768px) {
    .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: 50px 0
    }
    .page-title {
	    margin-top: 82px;
	}
  
    .about-photo {
        float: left;
        padding: 0 30px 20px 0;
        width: 50%;
        height: auto
    }
    
    .contact-info {
        text-align: left;
    }
    
    .video-box h5 {
        padding: 15px 0;
        min-height: 100px;
        margin-bottom: 0;
    }
}

@media(min-width:1280px) {
       
    #page-content h2 {
        font-size: 62px
    }
}



ul.social-buttons li a,
ul.social-buttons-about li a {
    display: block;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    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: #000;
    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 {
    color: #fff;
    margin-bottom: 30px
}

.footer-logo {
    width: 270px;
    height: auto;
    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: #cc615b;
    -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: #000;
        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
}

.portfolio-modal .modal-content {
    padding: 100px 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: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    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: #222;
    -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: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.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: 0.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; }

