/* CSS Document */
a {
    color: #00aeff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.separator-bar {
    text-align: center;
    margin-bottom: 20px;
}
.separator-bar hr {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 2px;
}
@media (max-width: 767px) {
    .separator-bar hr {
        width: 100px;
    }
}
@media (min-width: 768px) {
    .separator-bar hr {
        width: 175px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .separator-bar hr {
        width: 175px;
    }
}
@media (min-width: 1200px) {
    .separator-bar hr {
        width: 175px;
    }
}
.separator-bar.color1 hr {
    border-color: #dddddd;
}
.separator-bar.color2 hr {
    border-color: #ffffff;
}
.separator-bar i {
    font-size: 8px;
    display: inline-block;
    margin: 0 10px;
}
.separator-bar.color1 i {
    color: #dddddd;
}
.separator-bar.color2 i {
    color: #ffffff;
}

section .section-header {
    margin-top: 30px;
}
section .section-title {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
section .section-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-align: center;
}
section .section-content {
    margin: 30px 0 40px 0;
}

.readmore {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0;
    display: block;
}

/* ++ Header */
#ln-header {
    height: 110px;
    /*background-color: #247BA0;*/
    background-image: linear-gradient(#73ABC2, #247BA0);
}
#ln-header .header-right {
    position: absolute;
    top: 0;
    right: 0;
}

.logo {
    margin: 10px 0 0 0;
    height: 100px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 9px 12px;
        margin: 36px 1px;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        border-radius: 3px;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        border-radius: 3px;
    }
}

.navbar-default {
    background: none;
    /*background-color: #247BA0;*/
    background-image: linear-gradient(#73ABC2, #247BA0);
    /*border-radius: 0;*/
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;;
}
.navbar-default .navbar-nav>li>a {
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: none;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #232324;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    background-color: #232324;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eb4f4e;
}
.navbar-toggle {
    float: left;
    margin-top: 38px;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #232324;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-default {
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-header {
        margin-left: 15px;
        margin-right: 15px;
    }
}
/* -- Header */

/* ++ Carousel section */

.onepage-home.carousel {
    color: #ffffff;
    background-image: url(../images/slider-bg-0.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #7f8c8c;
    padding: 200px 0;
    margin: 110px 0 0 0;
}

.onepage-home.carousel .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; /*IE8*/
    opacity: 0;
    top: 0; /*IE8*/
    position: absolute; /*IE8*/
    width: 100%;
    display: block !important; /*IE8*/
    /*z-index: 1;*/
    text-align: center;
}
.onepage-home.carousel .item:first-child {
    top: auto;
    position: relative;
}

.onepage-home.carousel .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;*/
}
.onepage-home.carousel .item.active .carousel-content h1 {
    -webkit-animation: boomUp 400ms;
    -moz-animation: boomUp 400ms;
    -o-animation: boomUp 400ms;
    -ms-animation: boomUp 400ms;
    animation: boomUp 400ms;
}

.onepage-home.carousel .prev,
.onepage-home.carousel .next {
    position: absolute;
    top: 50%;
    background-color: #5ca2ea;
    color: #ffffff;
    display: inline-block;
    margin-top: -50px;
    padding-top: 7px;
    font-size: 40px;
    height: 64px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: inset 0px -3px 0px 0px rgba(75, 156, 226, 0.6);
    /*z-index: 5;*/
}
.onepage-home.carousel .prev:hover,
.onepage-home.carousel .next:hover {
    background-color: rgba(80, 168, 230, 0.5);
    box-shadow: inset 0px -3px 0px 0px rgba(75, 156, 226, 0.6);
}
.onepage-home.carousel .prev {
    left: 0;
    border-radius: 0 7px 7px 0;
}
.onepage-home.carousel .prev i {
    margin-left: -7px;
}
.onepage-home.carousel .next {
    right: 0;
    border-radius: 7px 0 0 7px;
}
.onepage-home.carousel .next i {
    margin-right: -7px;
}

.onepage-home.carousel .carousel-content h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.onepage-home.carousel .carousel-content h1 span {
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    /*text-shadow: 0 3px rgba(0, 0, 0, 0.1);*/
    color: #ffffff;
    width: auto;
    /*height: 34px;*/
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 8px 8px 8px;
    border-radius: 5px;
}

.onepage-home.carousel .carousel-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.onepage-home.carousel .carousel-content h2 span {
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight: 800;
    /*text-shadow: 0 3px rgba(0, 0, 0, 0.1);*/
    color: #ffffff;
    width: auto;
    /*height: 34px;*/
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 8px 8px 8px;
    border-radius: 5px;
}

.onepage-home.carousel .carousel-content .lead {
    display: inline-block;
    padding: 20px;
    margin-top: 5px;
    position: relative;
}
.onepage-home.carousel .carousel-content .lead:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.5;
}
.onepage-home.carousel .carousel-content .lead span {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

.onepage-home.carousel .carousel-indicators {
    left: 0;
    width: 100%;
    padding: 16px 0;
    margin: 0;
    height: 50px;
    bottom: -50px;
    background-color: #f3f3f3;
}
.onepage-home.carousel .carousel-indicators li {
    width: 60px;
    height: 5px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #b0b8b9;

}
.onepage-home.carousel .carousel-indicators .active {
    background-color: #e2534b;
}

@keyframes boomUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes boomUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes boomUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-ms-keyframes boomUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}
@-o-keyframes boomUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}
/* -- Carousel section */

/* ++ Services section */
.featureintro {
    margin-top: 50px;
}
.featureintro .section-title {
    color: #222222;
}
.featureintro .section-subtitle {
    color: #a9a9a9;
}
.featureintro h4 {
    font-size: 30px;
}

.icon {
    margin: 10px 0;
}
.icon-color1 {
    color: #e74c3c;
}
.icon-color2 {
    color: #2ecc71;
}
.icon-color3 {
    color: #3498db;
}
.icon-color4 {
    color: #8e44ad;
}
.icon-color5 {
    color: #1abc9c;
}
.icon-color6 {
    color: #2c3e50;
}
.icon-color7 {
    color: #cb9bf7;
}
.icon-color8 {
    color: #e0c339;
}
.icon-color9 {
    color: #39e0da;
}
.icon-shadow {
    text-shadow: 4px 3px 0px rgba(0, 0, 0, 0.15);
}
/* -- Services section */

/* ++ About-us section */
.teammember {
    background-color: #FFE066;
}
.teammember .section-title {
    color: #ffffff;
}
.teammember .section-subtitle {
    color: #222222;
}

.crew-card {
    width: 100%;
    height: 367px;
    margin: 10px 0;
    text-align: center;
    border-radius: 6px;
    background-color: #ffffff;
}

.crew-thumbnail {
    margin: 0 auto;
    width: 170px;
    position: relative;
    top: 23px;
}
.crew-thumbnail:after {
    content: url(../images/hexagon.png);
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
}
.crew-thumbnail img {
    height: 155px;
    margin: 7px 0;
}
.crew-card .caption {
    padding-top: 23px;
}
.crew-name {
    margin-bottom: 13px;
    font-size: 24px;
    color: #6cc372;
    text-transform: capitalize;
}
.crew-position {
    margin-bottom: 23px;
    font-size: 18px;
    color: #e74c3c;
    text-transform: capitalize;
}
.crew-social a {
    color: #6cc372;
}
/*@media (min-width: 768px) {*/
    /**/
/*}*/
/*@media (min-width: 992px) {*/
    /*.crew-social i {*/
        /*font-size: 4em;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.crew-social i {*/
        /*font-size: 4em;*/
    /*}*/
/*}*/
/*.crew-social i {*/
    /*font-size: 4em;*/
/*}*/
@media (max-width: 767px), (min-width: 1200px) {
    .crew-social i {
        font-size: 4em;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .crew-social i {
        font-size: 3em;
    }
}
/*@media (min-width: 1200px) {*/
    /*.crew-social i {*/
        /*font-size: 4em;*/
    /*}*/
/*}*/
/* -- About-us section */

/* ++ Skills section */
.statistic {
    background-color: #f0f0f0;
}
.statistic .section-title {
    color: #222222;
}
.statistic .section-subtitle {
    color: #222222;
}
.statistic .section-content {
    margin-bottom: 80px;
}

.statistic .circliful {
    margin: 0 auto 50px auto;
}
.statistic .circle-text-half {
    top: 15px;
    font-weight: bold;
    color: #7f8c8c;
}

.statistic .circle-info-half {
    top: 45px;
    font-weight: bold;
    color: #7f8c8c;
    font-size: 30px;
    text-transform: uppercase;
}
/* -- Skills section */

/* ++ Portfolio section */
.portfolio {
    background-color: #ffffff;
}
.portfolio .section-title {
    color: #222222;
}
.portfolio .section-subtitle {
    color: #222222;
}

.portfolio-items,
.portfolio-filter {
    padding: 0;
    margin: 0;
}
.portfolio-items {
    /*margin-right: -20px;*/
}
.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}
.portfolio-filter > li {
    padding: 0;
}
.portfolio-items > li {
    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;
    text-align: center;
    padding: 0;
    border: 0;
}
.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;
    color: #ffffff;
    overflow: hidden;
    background-color: #e2534b;
    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,
.portfolio-item .overlay .link {
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 70px;
    height: 40px;
    padding-top: 7px;
}
.portfolio-item .overlay .preview {
    left: -70px;
}
.portfolio-item .overlay .link {
    right: -70px;
}
.portfolio-item .overlay .preview:before,
.portfolio-item .overlay .link:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.2;
}
.portfolio-item .overlay .preview i,
.portfolio-item .overlay .link i {
    color: #FFFFFF;
    position: relative;
}
.portfolio-item:hover .overlay {
    opacity: 1;
}
.portfolio-item:hover .overlay .preview {
    left: 0;
}
.portfolio-item:hover .overlay .link {
    right: 0;
}

/* 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;
}
/* -- Portfolio section */

/* ++ Testimonial section */
.testimonial {
    background-color: #3b5999;/*#e2534b;*/
}
.testimonial .section-title {
    color: #ffffff;
}
.testimonial .section-subtitle {
    color: #ffffff;
}

.testimonial #carousel-testimonial {
    padding: 30px;
    background-color: #8291b0;/*#00aeff;*/
}
.testimonial .carousel-inner .item img {
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 18px;
}
.testimonial .carousel-inner .item {
    color: #ffffff;
    text-align: left;
}
.testimonial .carousel-indicators {
    bottom: -40px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/* -- Testimonial section */

/* ++ Contact section */
.contact {
    background-color: #000000;
}
.contact .section-title {
    color: #ffffff;
}
.contact .section-subtitle {
    color: #ffffff;
}

.contact .contact-title {
    color: #ffffff;
    text-transform: uppercase;
}

.contact address {
    color: #bdbdbd;
}

.contact ul.socials li {
    padding: 0;
}
.contact ul.socials span.fa-stack {
    width: 50px;
    height: 50px;
}
.contact ul.socials i.fa-stop {
    font-size: 50px;
}
.contact ul.socials  i.fa-inverse {
    font-size: 30px;
}
.contact ul.socials span.facebook i.fa-stop {
    color: #00acee;
}
.contact ul.socials span.twitter i.fa-stop {
    color: #00d9e8;
}
.contact ul.socials span.flickr i.fa-stop {
    color: #3b5999;
}
.contact ul.socials span.rss i.fa-stop {
    color: #f36d38;
}

.contact .btn-lnpisces {
    color: #ffffff;
    background-color: #e2534b;
    border-color: #873529;
    text-transform: uppercase;
}

.contact .form-control {
    background-color: #555555;
    color: #e5e5e5;
    border-color: #636363;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #e5e5e5;
}
.contact input:-moz-placeholder,
.contact textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e5e5e5;
    opacity: 1;
}
.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e5e5e5;
    opacity: 1;
}
.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #e5e5e5;
}
.contact .success-form {
	display: none;
}
#map-canvas {
	height: 372px;
	margin: 0px;
	padding: 0px;
}
/* -- Contact section */

/* ++ Footer */
#ln-footer {
    font-family: "Open Sans", sans-serif;
    padding: 21px 0;
    background-color: #474747;
    color: #a7a7a7;
}
/* -- Footer */