

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    color: rgba(0,0,0,0.9);
	font-family: 'Lato', sans-serif;
    color: #000;
	font-weight: 300;
	background: #fff;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h5, h6 {
	font-weight: 300;
}

a {
    color: #555;
}

a:focus, a:hover, a:visited, a:active {
	outline: none;
}

a:hover {
    color: #000;
}

#main-content {
    padding-left: 0;
    padding-right: 0;
}

.op0{
     opacity:0;
}

.op1{
     opacity:1;
}

.section p {
	margin-top: 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    opacity: 1;
}

.nav>li>a {
	opacity: 0.7;
}

.section img.img-responsive {
	/*max-height: 400px;*/
	/*float: right;*/
}

.navbar-brand {
    opacity: 0.8;
}

.navbar-brand:hover {
    opacity: 1;
}

.section .slide {
	text-align: center;
}

.section .slide img {
	max-height: 100%;
}

.share-popup {
    /* width: 98%; */
    /* height: 98%; */
    position: absolute;
    background: rgba(255,255,255,0.7);
    z-index: 99999;
    top: 27px;
    color: #000;
    font-weight: 300;
    font-size: 28px;
    right: 135px;
    text-align: center;
    display: none;
    width: auto;
    height: 46px;
    /* background: #eee; */
    padding: 0 10px;
}

.share-close {
	text-align: right;
	padding-right: 10px;
}

.share-close:hover > a::before {
    transform: rotate(25deg);
    text-decoration: none;
}

/*.r180{
    font-size: 80px;
    font-weight: 900;
    color: #666;
    position: relative;
    cursor: pointer;
}
.r180:hover{
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 0.8s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 0.8s; 
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    animation-name: rotate; 
    animation-duration:0.8s; 
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}*/

@keyframes rotate {
    from {transform: rotate(0deg);} 
    to {transform: rotate(20deg);}
}


.share-buttons a {
	padding: 0 6px;
}

.share-close a:before {
	content: '\00d7'; // here is your X(cross) sign.
	color: #000;
	font-weight: 300;
}

form .col-sm-6 {
	margin-bottom: 20px;
}

form textarea {
	margin-bottom: 20px;
}

.form-control {
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

a.share-btn {
	display: block;
	width: 25px;
	height: 25px;
    padding: 0;
    background: url('../img/share.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 3px;
}

.share-btn img {
	width: 35px;
	height: auto;
}

.navbar-right {
	padding-top: 20px;
}

.navbar-brand, .share-btn, .hideshare-list li a, .fp-controlArrow.fp-prev, .fp-controlArrow.fp-next, .btn-default, .next-section img {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slide img {
    -moz-transition: opacity 2.0s ease;
    -webkit-transition: opacity 2.0s ease;
    -o-transition: opacity 2.0s ease;
    transition: opacity 2.0s ease;
}

.share-popup .fa {
    color: rgba(0,0,0,0.5);
    border: solid rgba(0,0,0,0.5) 1px;
    padding: 10px;
    width: 32px;
    height: 32px;
    line-height: 12px;
    text-align: center;
    font-size: 18px;
    padding: 10px 7px;
}

.share-popup .fa:hover {
	color: #000;
    border: solid #000 1px;
}

.slide img {
    opacity: 0.1;
}

.slide.active img {
    opacity: 1;
    width: 100%;
}

.section-first h1 {
    animation-delay: 3s;
}

.section-first h2 {
    animation-delay: 4s;
}

.section.first {
    color: #fff;
    color: rgba(255,255,255,0.95);
}

.section.second {
    background: url('../img/bg/1_60.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    color: rgba(255,255,255,0.95);
}


/*.section.second {
    background: url('../img/bg/5.jpg') no-repeat;
    background-size: cover;
}*/

/*.section.third {
    background: url('../img/bg/4.jpg') no-repeat;
    background-size: cover;
}*/

/*.section.fourth {
    background: url('../img/bg/2.jpg') no-repeat;
    background-size: cover;
}*/
/*
.section.fifth {
    background: url('../img/bg/9.jpg') no-repeat;
    background-size: cover;
}*/

/*.section.sixth {
    background: url('../img/bg/7.jpg') no-repeat;
    background-size: cover;
}*/

/*.section.seventh {
    background: url('../img/gall/10.jpg') no-repeat;
    background-size: cover;
}*/

.section .col-sm-4 {
    margin-top : 40px;
}

.section h3 {
    /* text-transform: uppercase; */
    border-bottom: solid rgba(0,0,0,0.1) 1px;
    padding-bottom: 10px;
    margin: 0 0 34px;
    font-size: 30px;
    color: #000;
}

h2 {
    font-size: 20px;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(video.jpg) no-repeat;
    background-size: cover; 
}

#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}


/* Layer with position absolute in order to have it over the video
* (and hide the video navigation controls on mouse move)
* --------------------------------------- */
.section.first .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15%;
    top: 48%;
}

/*solves problem with overflowing video in Mac with Chrome */
.section.first {
    overflow: hidden;
}

.fp-controlArrow.fp-prev {
    border-color: transparent rgba(255,255,255,0.2) transparent transparent;
}

.fp-controlArrow.fp-prev:hover {
    border-color: transparent rgba(255,255,255,0.6) transparent transparent;
}

.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent rgba(255,255,255,0.2);
}

.fp-controlArrow.fp-next:hover {
    border-color: transparent transparent transparent rgba(255,255,255,0.6);
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: rgba(255,255,255,0.9);
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.section.third .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.section h4 {
    margin-bottom: -5px;
    margin-top: 35px;
}

.centerv {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}

.centervi {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
}

.vcp {
    padding-top: 120px;
}

.navbar-brand {
    padding-top: 20px;
}

.container > .col-sm-6, .container > .col-sm-5 {
    padding-left: 0;
}

.has-icons img {
    float: left;
    width: 40px;
    height: auto;
    display: block;
    margin-right: 10px;
}

.section h4 {
    margin-bottom: 10px;
    margin-top: 0;
    float: left;
    line-height: 40px;
    height: 40px;
    display: block;
    font-weight: 400;
    color: #555;
}

.section p {
    clear: both;
}

.section .has-icons .col-sm-6 {
    margin-bottom: 35px;
}

.section .has-icons .col-sm-12 {
    margin-bottom: 25px;
}


/* Inverse Color Scheme */

html.inverse-clr a.share-btn {
    background: url('../img/share2.png') no-repeat;
    background-size: cover;
    opacity: 0.4;
}

html.inverse-clr a.share-btn:hover {
    opacity: 0.6;
}

html.inverse-clr .share-popup {
    background: rgba(0,0,0,0.05);
}

html.inverse-clr #fp-nav ul li a span {
    background: rgba(0,0,0,0.9);
}

html.inverse-clr #fp-nav ul li .fp-tooltip {
    color: #333;
}

html.inverse-clr .hideshare-list li a {
    color: rgba(0,0,0,0.4);
}

html.inverse-clr .hideshare-list li a:hover {
    color: rgba(0,0,0,0.7);
}


div#map {
    height: 480px;
    /*border: solid #eee 1px;*/
}

/*.section.seventh h3 {
    color: #fff;
}

.form-control {
    border: 0 none;
    background: rgba(255,255,255,0.8);
}

.btn-default {
    text-shadow: none;
    background-image: none;
    border: 0 none;
    background: rgba(255,255,255,0.8);
}

.btn-default:hover {
    background: rgba(255,255,255,1);
}*/

.form-control {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Lato',sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0px;
    font-weight: 400;
}

.btn-default {
    margin-top: 20px;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    background-image: none;
    text-shadow: none;
    font-weight: 300;
    opacity: 0.8;
}

.btn-default:hover {
    opacity: 1;
    background-color: #272727;
    border-color: #272727;
    color: #fff;
}

.contact-info {
    border-top: solid #eee 1px;
    margin-top: 50px;
    padding-top: 20px;
}

.contact-info .info1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-info .info2 {
    margin-top: 3px;
}

.fp-controlArrow.fp-prev {
    left: 80px;
}

.fp-controlArrow.fp-next {
    right: 80px;
}

.next-section {
    display: block;
    margin-top: 30px;
}

.next-section img {
    opacity: 0.6;
    width: 48px;
}

.next-section:hover > img {
    opacity: 1;
}

    .collapse.in {
        display: none;
        visibility: hidden;
    }

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }


    .vcp {
        padding-top: 20px;
    }

    .fp-section.third, .fp-section.fourth, .fp-section.fifth, .fp-section.sixth, .fp-section.seventh {
        clear: both;
        height: auto !important;
        border-bottom: solid #eee 10px;
    }

    .section h3 {
        margin-top: 15px;
    }

    #map {
        width: 90%;
        margin: 0 5%;
        height: 400px;
    }

    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    form .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section.seventh .col-sm-7 {
        padding-bottom: 40px;
    }

    .navbar-toggle {
        display: none;
    }

    a.share-btn {
        position: fixed;
        top: 39px;
        right: 15px;
    }

    .share-popup {
        right: 55px;
        top: 27px;
    }

    .fp-controlArrow.fp-prev {
        left: 10px;
    }

    .fp-controlArrow.fp-next {
        right: 10px;
    }

}


.hideshare-wrap {
    position: absolute;
    right: 0;
    top: 36px;
}
.hideshare-list {
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    right: 40px !important;
    width: 180px !important;
}
.hideshare-list li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 10px;
}
.hideshare-list li a {
    color: rgba(255,255,255,0.6);
    display: block;
}
.hideshare-list li a:hover {
    color: rgba(255,255,255,1);
}
.hideshare-wrap span {
  display: none;
}