

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,700);

body, html {color: #333; font-family: 'Josefin Sans'; font-size: 21px;}
html{
  height: 100%;
}
body {
  min-height: 100%;
}


h1,h2,h3,h4,h5,h6,p {color: #333; font-family: 'Josefin Sans';}

h1 {font-size: 60px; font-weight: bold;}
h2 {font-size: 60px; font-weight: 700;}
h2 span {font-weight: 100;}
section h1 {font-size: 60px; font-weight: 700;}
section h1 span {font-weight: 100;}
h3 {font-weight: 700; font-size: 24px; margin-top:0; margin-bottom: 40px;}

@media (min-width: 768px) and (max-width: 991px) {
	h2 {font-size: 65px;}
	h3 {font-size: 20px;}
}

@media (max-width: 767px) {
  h2 {font-size: 45px;}
}

p {color: #333; text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);}
p span {font-weight: 700;}


/* Links */
a, a:focus {color:#333;}
a:hover {color:#333; font-weight: 700; text-decoration: none;}

a:hover img {opacity:0.7;}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

@media (max-width: 767px) {
  .site-wrapper {display: block;}
  .site-wrapper>.container {padding-bottom:60px;}
}


/*--Navbar--*/
.navbar {
	height:65px;
	margin:0;
	background: #888;
	filter:none;
	background: rgba(0,0,0,0.5);
	border: none; 
	border-radius: 0px;
	z-index:999 !important;
}

.navbar.affix {
    position: fixed;
    top: 0;
    width: 100%
}


.navbar:hover {
	background: rgba(0,0,0,0.7);
}




.navbar-brand {margin:0; padding:0;}
.navbar-brand h1 {font-size: 48px; color:#fff; margin: 0; line-height: 50px;}
.navbar-brand h1 span{font-weight: 100;}

.navbar-nav>li>a {line-height: 65px; color:#fff; font-weight:100; transition:0.2s all linear 0.2s; -webkit-transition:0.2s all linear 0.2s;}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a, 
.navbar .navbar-nav>.active>a:hover, 
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav> li a:hover,
.navbar-toggle:hover {
	box-shadow: none;
	background:none;
	font-weight: 700;
}

.navbar-header {height:65px;}
.navbar-toggle {border-radius:0; border:none; background:transparent; height:65px; margin-top: 0; margin-bottom: 0;}
.navbar-toggle .icon-bar {background: #fff;}


.sup-header {width:100%; background: rgba(0,0,0,0.3); height:45px;}
.lang {
  width: 100px;
  margin-left: -15px;
  display: inline-block;
  float: right;
  margin-top: 5px;
}

.social {
  width: 100px;
  margin-left: -15px;
  display: inline-block;

}

.social a img {opacity:0.6; transition:0.2s all linear 0.2s; -webkit-transition:0.2s all linear 0.2s;}
.social a:hover img {opacity:1;}

@media (max-width: 767px) {
  .navbar.affix {position: relative;}
  .sup-header {position: relative; height: 60px;}
  .lang {height:40px; padding-top: 10px;}
  .social {height:45px; padding-top: 10px;}
  }

@media (min-width: 1200px) {
	.nav>li>a {padding:0 20px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav>li>a {padding:0 20px;}
 }

@media (min-width: 768px) and (max-width: 991px) {
	.nav>li>a {padding:0 10px;}

}


@media (max-width: 767px) {
  .navbar-brand {height: auto !important;}
	.navbar-brand h1 {margin-left: 15px; margin-top: 20px; font-size: 30px; line-height:33px;}
}

@media (max-width: 992px) {

  .navbar .navbar-collapse {border: none; background: rgba(0,0,0,0.7);}
  .navbar-nav>li>a {line-height: 20px; text-align: right; transition:0.2s all linear; -webkit-transition:0.2s all linear;}
  .navbar {background: rgba(0,0,0,0.7);}
  .navbar .container {width: 100%; padding: 0 30px;}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
        margin:0 -30px;
    }

    .navbar-collapse.collapsing{
      margin:0 -30px;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
      margin:0 -30px;
  }
}



/*--Left--*/

.left {height:100%; margin-top: 0; margin-bottom:0; text-align: center; padding-top:65px; padding-bottom:65px;}
.left.home {padding-top: 130px;}

.left p {padding-left: 15px; text-align: justify;}
.left img {max-width:100%;}
.logo {max-width: 100%;}


/*--Right (Slider)--*/

.right {height:100%; text-align: left; padding-bottom: 65px;}

@media (max-width: 767px) {
  .right {text-align: center;}
  .left.home h3 {margin-top: 20px;}
  .left {padding-bottom: 40px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .right {text-align: center;}
  }

.fullheight {display:table; height:100%; width: 100%; margin:auto;}
.fullheight .side-img {display: table-cell; vertical-align: middle;}
.fullheight .side-img img {max-width: 100%; margin-top: 70px;}

/*--GALLERYHOME--*/

.visibleNearby {
  width: 100%;
  background: #fff;
  color: #333;
  height:900px;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {background: #fff !important;}
.rsImg.rsMainSlideImage {margin:0 !important;}

.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #fff;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}


/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*--Gallery--*/
#full {text-align: center; padding-top: 65px;}
#full h2 {font-size: 40px; margin-top: 9px; margin-bottom: 20px;}

/*--Gallery Slider--*/

#gallery {
  width: 100%;

  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
  -webkit-backface-visibility:hidden; /* Chrome, Safari, Opera */
  backface-visibility:hidden;
}



#gallery img.rsImg {max-width: 100%; height: 100%;}
#gallery.rsDefault .rsSlide, #gallery.rsDefault .rsOverflow {max-height: 600px;}


#gallery.rsDefault .rsThumbs {height:100px; margin-top: 100px;}
#gallery.rsDefault .rsThumb.rsNavSelected {background: #333;}

.rsDefault .rsThumbsArrow {height: 72px;}

@media (max-width: 767px) {
  .rsDefault .rsThumbsArrow {height: 44px;}
}

#gallery.rsDefault .rsGCaption {
position: relative;
float: left;
bottom: 170px;
left: 0;
right: 0;
text-align: center;
background: rgb(0, 0, 0);
background: transparent;
color: #333;
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
font-weight: 300;
padding: 2px 8px;
width: 100%;
font-size: 21px;
z-index: 0;
}


#gallery.rsDefault .rsGCaption span{font-weight: 700;}

@media (max-width: 767px) {
  .rsFullscreenBtn {display: none !important;}
}

@media (max-width: 767px) {
  #gallery {max-width: 768px; max-height: 600px; margin-bottom:230px;}
  #gallery.rsDefault .rsSlide, #gallery.rsDefault .rsOverflow{width: 100% !important; height:100%!important;}
  #gallery img.rsImg { max-width: 100%; height: 100%;}
  #gallery.rsDefault .rsSlide, #gallery.rsDefault .rsOverflow {max-height: 100%;}
}


#gallery.rsFullscreen{height: 100%;}
#gallery.rsFullscreen .rsOverflow  {height: 90%;}
#gallery.rsFullscreen .rsSlide {height:auto;}
#gallery.rsDefault .rsSlide, #gallery.rsDefault .rsOverflow {
max-height: 94%;
margin: 15px 0;
}

#gallery.rsFullscreen .rsThumbs {position: absolute;bottom: 0;}
#gallery.rsFullscreen .rsGCaption {
  left: 0;
  width: 14%;
  font-size: 23px;
  cursor:pointer;
  background: transparent;
  transition:0.4s all ease-out;
  -webkit-transition:0.4s all ease-out;
}

#gallery.rsFullscreen .rsGCaption:hover {opacity:0.9;}

/*--Footer--*/
footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #888;
	filter:none;
	background: rgba(0,0,0,0.5);
	border: none; 
	border-radius: 0px;
	transition:0.4s all ease-out;
	-webkit-transition:0.4s all ease-out;
	z-index:999 !important;
}

footer:hover {
	background: rgba(0,0,0,0.7);
}

footer p {color:#fff; font-size: 18px; line-height: auto; margin:0; padding:20px 0;}

@media (max-width: 767px) {
  footer {position: fixed;}
  footer p {padding:5px 0 ; font-size: 12px;}
}

footer #quote {display:none;}

/*--CONCRETE 5 BLOCKS HACK--*/

#a22 {margin-top: 65px !important;}
#a37 {margin-top: 180px !important;}

/*--ZOOM--*/
.title {margin:180px 0;}

.mag {width:100%;}
.mag img {max-width: 100%;}

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 500px;
    height: 500px;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%
}

#thumbs-close a img{margin-bottom: 20px;}








