@import url(https://fonts.googleapis.com/css?family=Montserrat:700|Source+Sans+Pro);
body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #000;
    color: #e5e5e5;
    font-size: 16px;
    line-height: 1.35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #777;
    font-weight: 700;
}

p {
    color: #e5e5e5;
    text-shadow: 0px 0px 10px black;
}

a {
    color: #ba0101;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.btn {
    font-weight: 300;
    border: 0;
}

.btn.btn-primary {
    background-color: #52b6ec;
}

.btn.btn-primary:hover,
.btn.btn-primary.active {
    background-color: #1586c3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a:hover,
a:focus {
    color: #c52e2e;
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: 99999;
}

#main-slider {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
    height: 300px;
}

#main-slider .item {
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center;
}

#main-slider .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 2;
}

#main-slider .item.active h1 {
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    margin-top: -50px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider h1 {
    font-size: 68px;
    text-shadow: 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
}

#contact .box {
    background-color: #222;
    color: #999;
}

#contact .box h1,
#contact .box h2,
#contact .box h3 {
    color: #fff;
    text-transform: uppercase;
}

#contact .box a {
    color: #999;
}

#contact .box a:hover {
    color: #52b6ec;
}

#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
    background-color: #111;
    border: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
    background-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

ul.blank {
    list-style-type: none;
    padding-left: 0;
}

ul.blank > li {
    padding-left: 0;
}

.box {
    padding: 30px 15px;
    border-bottom: 1px solid #000;
    position: relative;
}

.box.first {
    margin-top: -40px;
}

.box.last {
    border-radius: 0 0 5px 5px;
}

.box h2 {
    padding: 0px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    padding-top:30px;
    padding-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
}

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-items {
    margin-right: -20px;
}

.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}

.portfolio-filter > li {
    display: inline-block;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-5 > li {
    width: 20%;
}

.portfolio-items.col-6 > li {
    width: 16%;
}

.portfolio-item .item-inner {
    margin: 0 20px 20px 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#pricing .box {
    background-color: #f9f9f9;
}

#pricing .plan {
    background: #fff;
    list-style: none;
    margin: 0 0 20px;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#pricing .plan li {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px dashed #eee;
}

#pricing .plan li.plan-name {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
}

#pricing .plan li.plan-price {
    color: #666;
    padding: 15px 0;
    font-size: 48px;
}

#pricing .plan li.plan-action {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0;
}

#pricing .plan.featured {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#pricing .plan.featured .plan-price {
    color: #fff;
    background-color: #52b6ec;
    border-bottom-color: #52b6ec;
    margin: 0;
}

#services .box {
    padding-bottom: 0;
}

#services .row > div {
    margin-bottom: 50px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

#team-scroller .designation {
    margin-top: 10px;
    display: block;
}

.member {
    margin: 0 50px;
    text-align: center;
}

.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
    top: 30%;
    position: absolute;
}

.carousel.scale .left-arrow {
    left: -10px;
}

.carousel.scale .right-arrow {
    right: -10px;
}

.carousel.scale .active .row > div:nth-child(1) {
    -webkit-animation: scaleUp 200ms linear 0 both;
    -moz-animation: scaleUp 200ms linear 0 both;
    -ms-animation: scaleUp 200ms linear 0 both;
    -o-animation: scaleUp 200ms linear 0 both;
    animation: scaleUp 200ms linear 0 both;
}

.carousel.scale .active .row > div:nth-child(2) {
    -webkit-animation: scaleUp 200ms linear 100ms both;
    -moz-animation: scaleUp 200ms linear 100ms both;
    -ms-animation: scaleUp 200ms linear 100ms both;
    -o-animation: scaleUp 200ms linear 100ms both;
    animation: scaleUp 200ms linear 100ms both;
}

.carousel.scale .active .row > div:nth-child(3) {
    -webkit-animation: scaleUp 200ms linear 200ms both;
    -moz-animation: scaleUp 200ms linear 200ms both;
    -ms-animation: scaleUp 200ms linear 200ms both;
    -o-animation: scaleUp 200ms linear 200ms both;
    animation: scaleUp 200ms linear 200ms both;
}

.carousel.scale .active .row > div:nth-child(4) {
    -webkit-animation: scaleUp 200ms linear 400ms both;
    -moz-animation: scaleUp 200ms linear 400ms both;
    -ms-animation: scaleUp 200ms linear 400ms both;
    -o-animation: scaleUp 200ms linear 400ms both;
    animation: scaleUp 200ms linear 400ms both;
}


/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center;
    overflow:hidden;
}


/* indicator position */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}


/* indicator color */

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}


/* active indicator */

#quote-carousel .carousel-indicators .active {
    background: #333333;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
}


/* typography */

.quote-carousel h1 {
    text-align: center;
    margin-bottom: -20px !important;
}

.quote-carousel p {
    font-style: italic;
}

.icon-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.icon-social.icon-facebook {
    background: #4f7dd4;
}

.icon-social.icon-facebook:hover {
    background: #789bde;
}

.icon-social.icon-twitter {
    background: #5bceff;
}

.icon-social.icon-twitter:hover {
    background: #8eddff;
}

.icon-social.icon-linkedin {
    background: #21a6d8;
}

.icon-social.icon-linkedin:hover {
    background: #49b9e3;
}

.icon-social.icon-google-plus {
    background: #dc422b;
}

.icon-social.icon-google-plus:hover {
    background: #e36957;
}

.icon-social.icon-pinterest {
    background: #cb2027;
}

.icon-social.icon-pinterest:hover {
    background: #e03e44;
}

.icon-social.icon-youtube {
    background: #ce332d;
}

.icon-social.icon-youtube:hover {
    background: #da5954;
}

.icon-social:hover {
    color: #fff;
}

#navbar {
    margin-bottom:0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0.8);
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.navbar-default .navbar-brand {
    margin-right: 50px;
    margin-left: 20px;
    width: 200px;
    height: 78px;
    background: url(../images/logo.png) no-repeat 0 50%;
}

.navbar-default .navbar-nav > li {
    margin-left: 1px;
}

.navbar-default .navbar-nav > li > a {
    /*padding: 10px 25px;*/
    font-size: 0.85em;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a > i {
    display: inline-block;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
    background-color: #840000;
    color: #fff;
}

.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}

.icon-md {
    font-size: 24px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}

.icon-color1 {
    background-color: #e74c3c;
}

.icon-color2 {
    background-color: #2ecc71;
}

.icon-color3 {
    background-color: #3498db;
}

.icon-color4 {
    background-color: #8e44ad;
}

.icon-color5 {
    background-color: #1abc9c;
}

.icon-color6 {
    background-color: #2c3e50;
}

.gap {
    margin-bottom: 50px;
}

.big-gap {
    margin-bottom: 100px;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999;
}

#footer a {
    color: #999;
}

#footer a:hover {
    color: #52b6ec;
}

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

ul.social > li {
    margin: 0 0 20px;
}

ul.social > li > a {
    display: block;
    font-size: 18px;
}

ul.social > li > a i {
    margin-right: 10px;
}

textarea#message {
    padding: 10px 15px;
    height: 220px;
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

p.book-now {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

.row > div {
    min-height: 320px;
}

.logo,
.logo:hover {
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.center.gap {
    max-width: 950px;
    margin: 0 auto;
}

.facilitieswrap {
    max-width: 950px;
    margin: 0 auto;
}

#Bio .box,
#about-me .box,
#my-services .box,
#rates .box,
#gallery .box,
#Collaborators .box,
#testimonials .box,
#footer {
    background: url('../images/leather.jpg') top left repeat;
}

/* Gallery styles */
section[id="gallery"] .gallery-images div[class*="col-"] {
    min-height:auto;
    min-width: auto;
    padding-top:15px;
    padding-bottom:15px;
}
section[id="Collaborators"] .gallery-images div[class*="col-"] {
    min-height:auto;
    min-width: auto;
    padding-top:15px;
    padding-bottom:15px;
}

.gallery-images img {
    border:1px solid transparent;
}

.gallery-images img:hover {
    border-color:#d5d5d5;
}

.modal-header {
    padding-bottom: 1.5em;
    border: none;
}
.modal-body, .modal-header{
    background-color: black;
    color: white;
}

.helpers-modal-dialog {
    margin-top: 1em;
}

.helpers-modal-title {
    text-transform: uppercase;
}
.close {
    font-size: 1.5em;
    color: white;
    opacity: 1;
}
#img-helpers {
    max-height: 40vh;
    margin: auto;
}

#img-helpers:hover {
    border-color: black;
}

.modal-xlg{
    width: 70%;
}

/*#facilities .box, #events .box {
  background: url('../images/rock.jpg') top left repeat;
}*/

#affiliates .box {
    overflow: hidden;
}

.pullquote {
    position: relative;
    margin: 0 auto;
    color: #ba0101;
    font-style: italic;
    font-size: 26px;
    font-family: georgia;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.pullquote::before,
.pullquote::after {
    position: absolute;
    background-size: 90px 80px;
}

.pullquote::before {
    content: url('../images/pull.png');
    top: -15px;
    left: -60px;
}

.pullquote::after {
    content: url('../images/pull2.png');
    bottom: -15px;
    right: -60px;
}

.pullquote span {
    display: block;
    padding-bottom: 8px;
}

.deco {
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}

#footer .row > div {
    width: 100%;
    margin: 0 0 0 30px;
    min-height: 20px;
}

@media(min-width:768px) {
    .mobOnly {
        display: none;
    }
    .nav-holder {
        /*width: 820px;*/
        margin: 0 auto;
    }
    .navbar-nav {
        width:auto !important;
    }
    .pullquote {
        width: 85%;
        margin: 30px auto;
    }
    .pullquote::before {
        left: -70px;
    }
    .pullquote::after {
        right: -60px;
    }
}

@media(max-width:768px) {
    .email {
        float: none!important;
        /*margin: 10px auto!important;*/
    }
    .dtTab {
        display: none;
    }
    .affholder {
        width: 50%!important;
        float: left;
        margin-bottom: 30px;
    }
    .aff > div:nth-child(odd) {
        clear: both;
    }
    .navbar-default .navbar-nav > li > a {
        padding:7px 10px;
    }
}

.imageslider {
    padding: 0 0 50px;
}

.container {
    overflow-x: hidden;
}

.aff {
    margin: 40px 0;
    float: left;
    width: 100%;
}

.affholder {
    width: 25%;
    float: left;
}

.affholder img {
    display: block;
    margin: 0 auto 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

@media(max-width:970px) {
    .affholder img {
        width: 50%;
    }
}

.email {
    float: left;
    margin: 7px 0 0 20px;
}

#facilities .row > div {
    min-height: 290px;
    margin-top: 20px;
}

.follownav .logo img {
    width: 300px;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.logo img {
    width: 500px;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.follownav .lead {
    font-size: 18px;
    margin-bottom: 10px;
}

.logobar:focus a,
.logobar:hover a,
.logobar.active a {
    background: none!important;
}

.logobar p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.go-top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    text-decoration: none;
    color: #ba0101!important;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 10px;
    display: none;
    margin: 0;
    z-index: 50000;
}

@media (max-width: 768px) {
    .navbar-header img.mobOnly {
        width: 80%;
        padding: 0 0 0 15px;
        margin: 0!important;
    }
    .navbar-toggle.open .up {
        display: block;
    }
    .navbar-toggle.open .down {
        display: none;
    }

    .email img {
        padding:5px 0;
    }
    .up {
        display: none;
    }
    #main-slider {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        padding: 100px 0;
        color: #fff;
        height: 0px;
        background-image: url(../images/ph1.jpg)!important;
        height: 300px;
        background-size: cover;
    }
    .go-top {
        display: none!important;
    }
    #footer {
        padding-top: 0!important;
    }
    p.book-now {
        text-align: left;
    }
}
