 html {} body {
     background-color: #666666;
     background-size: cover;
	 overflow-x: hidden;
    overflow-y: scroll;
     width: 100%;
     height: 100%;
	 font-size:100%;
 }
 .LayoutDivtop {
     width: 100%;
 }
 .bold {
     font-weight: bold;
 }
 .center {
     text-align: center;
 }
 .left {
     text-align: left;
 }
 a:link {
     color: #F15A24;
 }
 a:visited {
     color: #F15A24;
 }
 header {
     top: 36px;
     width: 55%;
     position: absolute;
     height: 0px;
     text-align: left;
     margin-bottom: 1em;
     opacity: 0;
     left: 8%;
 }
 header #cd-logo {
     position: fixed;
     top: 36px;
     left: 5%;
 }
 header h1 {
     font-family: 'Cabin', sans-serif;
 }
 @media all and (min-width: 1000px) {
     header {
         opacity: 1;
         top: 26em;
         z-index: 1;
     }
     header h1 {
         font-size: 2.2em;
         font-weight: 700;
         color: #FFFFFF;
     }
 }
 @media all and (min-width: 1200px) {
     header {
         opacity: 1;
         top: 30em;
         z-index: 1;
     }
     header h1 {
         font-size: 2.9em;
         font-weight: 700;
         color: #FFFFFF;
     }
 }
 @media all and (min-width: 1450px) {
     header {
         opacity: 1;
         top: 34em;
         z-index: 1;
     }
     header #cd-logo {
         position: fixed;
         top: 36px;
         left: 5%;
     }
     header h1 {
         font-size: 3.1em;
         font-weight: 700;
         color: #FFFFFF;
     }
 }
 @media all and (min-width: 1900px) {
     header {
         opacity: 1;
         top: 44em;
         z-index: 1;
     }
     header #cd-logo {
         position: fixed;
         top: 36px;
         left: 5%;
     }
     header h1 {
         font-size: 3.3em;
         font-weight: 700;
         color: #FFFFFF;
     }
 }
 #cd-nav ul {
     /* mobile first */
     
     position: fixed;
     font-family: 'Cabin', sans-serif;
     font-weight: 700;
     font-size: .95em;
     width: 90%;
     max-width: 700px;
     right: 5%;
     top: 20px;
     text-align: center;
     border-radius: 0.25em;
     background-color: rgba(0, 0, 0, .6);
	  box-shadow: 0px 0px 10px rgba(204, 204, 204,.5);
     visibility: hidden;
     /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
     
     overflow: hidden;
     z-index: 1;
     /* Force Hardware Acceleration in WebKit */
     
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     transform: scale(0);
     -webkit-transform-origin: 100% 0%;
     -moz-transform-origin: 100% 0%;
     -ms-transform-origin: 100% 0%;
     -o-transform-origin: 100% 0%;
     transform-origin: 100% 0%;
     -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
     -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
     transition: transform 0.3s, visibility 0s 0.3s;
 }
 #cd-nav ul li {
     /* Force Hardware Acceleration in WebKit */
     
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
 }
 #cd-nav ul.is-visible {
     visibility: visible;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
     -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
     -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
     transition: transform 0.3s, visibility 0s 0s;
 }
 #cd-nav ul.is-visible li:nth-child(1) {
     /* list items animation */
     
     -webkit-animation: cd-slide-in 0.2s;
     -moz-animation: cd-slide-in 0.2s;
     animation: cd-slide-in 0.2s;
 }
 #cd-nav ul.is-visible li:nth-child(2) {
     -webkit-animation: cd-slide-in 0.3s;
     -moz-animation: cd-slide-in 0.3s;
     animation: cd-slide-in 0.3s;
 }
 #cd-nav ul.is-visible li:nth-child(3) {
     -webkit-animation: cd-slide-in 0.4s;
     -moz-animation: cd-slide-in 0.4s;
     animation: cd-slide-in 0.4s;
 }
 #cd-nav ul.is-visible li:nth-child(4) {
     -webkit-animation: cd-slide-in 0.5s;
     -moz-animation: cd-slide-in 0.5s;
     animation: cd-slide-in 0.5s;
 }
 #cd-nav ul.is-visible li:nth-child(5) {
     -webkit-animation: cd-slide-in 0.6s;
     -moz-animation: cd-slide-in 0.6s;
     animation: cd-slide-in 0.6s;
 }
 #cd-nav li a {
     display: block;
     padding: 1.6em;
     border-bottom: 1px solid #;
 }
 #cd-nav li:last-child a {
     border-bottom: none;
 }
 @media all and (min-width: 769px) {
     #cd-nav ul {
         /* the navigation moves to the top */
         
         position: absolute;
         width: auto;
         max-width: none;
         top: 36px;
         right: 5%;
         background: transparent;
         visibility: visible;
         box-shadow: none;
         -webkit-transform: scale(1);
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -o-transform: scale(1);
         transform: scale(1);
         -webkit-transition: all 0s;
         -moz-transition: all 0s;
         transition: all 0s;
     }
     #cd-nav li {
         display: inline-block;
     }
     #cd-nav li a {
         opacity: 1;
         padding: .4em;
         margin-left: 1.6em;
         border-bottom: none;
     }
     #cd-nav li a:hover {
         color: #F15A24;
         background-color: rgba(0, 0, 0, .1);
     }
     #cd-nav.is-fixed ul {
         /* when the user scrolls down, the navigation moves to the top right in Fixed position - as on touch devices */
         
         position: fixed;
         width: 100%;
         max-width: 200px;
         top: 20px;
         background-color: rgba(0, 0, 0, .6);
	  box-shadow: 0px 0px 10px rgba(204, 204, 204,.5);
         visibility: hidden;
         box-shadow: 0px 0px 5px #F15A24;
         -webkit-transform: scale(0);
         -moz-transform: scale(0);
         -ms-transform: scale(0);
         -o-transform: scale(0);
         transform: scale(0);
     }
     #cd-nav.is-fixed ul li {
         display: block;
     }
     #cd-nav.is-fixed ul li a {
         padding: 1.6em;
         margin-left: 0;
         border-bottom: 1px solid #;
     }
     #cd-nav ul.has-transitions {
         /* this class is used to bring back transitions when the navigation moves at the bottom right */
         
         -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
         -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
         transition: transform 0.3s, visibility 0s 0.3s;
     }
     #cd-nav ul.is-visible {
         /* this class is used to bring back the navigation animation - as on touch devices */
         
         visibility: visible;
         -webkit-transform: scale(1);
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -o-transform: scale(1);
         transform: scale(1);
         -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
         -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
         transition: transform 0.3s, visibility 0s 0s;
     }
     #cd-nav ul.is-hidden {
         /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
         
         -webkit-transform: scale(0);
         -moz-transform: scale(0);
         -ms-transform: scale(0);
         -o-transform: scale(0);
         transform: scale(0);
         -webkit-transition: -webkit-transform 0.3s;
         -moz-transition: -moz-transform 0.3s;
         transition: transform 0.3s;
     }
 }
 .cd-nav-trigger {
     position: fixed;
     top: 15px;
     right: 5%;
     width: 44px;
     height: 44px;
     border-radius: 0.25em;
     /* image replacement */
     
     overflow: hidden;
     text-indent: 100%;
     white-space: nowrap;
     z-index: 2;
 }
 .cd-nav-trigger span {
     /* the span element is used to create the menu icon */
     
     position: absolute;
     display: block;
     width: 25px;
     height: 2px;
     background: #F15A24;
     top: 50%;
     margin-top: -1px;
     left: 50%;
     margin-left: -10px;
     -webkit-transition: background 0.3s;
     -moz-transition: background 0.3s;
     transition: background 0.3s;
 }
 .cd-nav-trigger span::before,
 .cd-nav-trigger span::after {
     content: '';
     position: absolute;
     left: 0;
     background: #F15A24;
     width: 100%;
     height: 100%;
     /* Force Hardware Acceleration in WebKit */
     
     -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-transition: -webkit-transform 0.3s, background 0s;
     -moz-transition: -moz-transform 0.3s, background 0s;
     transition: transform 0.3s, background 0s;
 }
 .cd-nav-trigger span::before {
     top: -6px;
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -ms-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0);
 }
 .cd-nav-trigger span::after {
     bottom: -6px;
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -ms-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0);
 }
 .cd-nav-trigger.menu-is-open {
     box-shadow: none;
 }
 .cd-nav-trigger.menu-is-open span {
     background: rgba(232, 74, 100, 0);
 }
 .cd-nav-trigger.menu-is-open span::before,
 .cd-nav-trigger.menu-is-open span::after {
     background: #F15A24;
 }
 .cd-nav-trigger.menu-is-open span::before {
     top: 0;
     -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -ms-transform: rotate(135deg);
     -o-transform: rotate(135deg);
     transform: rotate(135deg);
 }
 .cd-nav-trigger.menu-is-open span::after {
     bottom: 0;
     -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
     -ms-transform: rotate(225deg);
     -o-transform: rotate(225deg);
     transform: rotate(225deg);
 }
 @media all and (min-width: 769px) {
     .cd-nav-trigger {
         /* the the menu trigger is hidden by default on desktop devices */
         
         visibility: hidden;
         -webkit-transform: scale(0);
         -moz-transform: scale(0);
         -ms-transform: scale(0);
         -o-transform: scale(0);
         transform: scale(0);
         -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
         -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
         transition: transform 0.3s, visibility 0s 0.3s;
     }
     .is-fixed .cd-nav-trigger {
         visibility: visible;
         -webkit-transition: all 0s;
         -moz-transition: all 0s;
         transition: all 0s;
         -webkit-transform: scale(1);
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -o-transform: scale(1);
         transform: scale(1);
         -webkit-animation: cd-bounce-in 0.3s linear;
         -moz-animation: cd-bounce-in 0.3s linear;
         animation: cd-bounce-in 0.3s linear;
     }
 }
 @-webkit-keyframes cd-slide-in {
     0% {
         -webkit-transform: translateX(100px);
     }
     100% {
         -webkit-transform: translateY(0);
     }
 }
 @-moz-keyframes cd-slide-in {
     0% {
         -moz-transform: translateX(100px);
     }
     100% {
         -moz-transform: translateY(0);
     }
 }
 @keyframes cd-slide-in {
     0% {
         -webkit-transform: translateX(100px);
         -moz-transform: translateX(100px);
         -ms-transform: translateX(100px);
         -o-transform: translateX(100px);
         transform: translateX(100px);
     }
     100% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         -ms-transform: translateY(0);
         -o-transform: translateY(0);
         transform: translateY(0);
     }
 }
 @-webkit-keyframes cd-bounce-in {
     0% {
         -webkit-transform: scale(0);
     }
     60% {
         -webkit-transform: scale(1.2);
     }
     100% {
         -webkit-transform: scale(1);
     }
 }
 @-moz-keyframes cd-bounce-in {
     0% {
         -moz-transform: scale(0);
     }
     60% {
         -moz-transform: scale(1.2);
     }
     100% {
         -moz-transform: scale(1);
     }
 }
 @keyframes cd-bounce-in {
     0% {
         -webkit-transform: scale(0);
         -moz-transform: scale(0);
         -ms-transform: scale(0);
         -o-transform: scale(0);
         transform: scale(0);
     }
     60% {
         -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
         -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
         transform: scale(1.2);
     }
     100% {
         -webkit-transform: scale(1);
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -o-transform: scale(1);
         transform: scale(1);
     }
 }
 .cd-container-gallery {
     width: 100%;
     margin-top: 70px;
     margin-bottom: -4em;
 }
 @media all and (min-width: 1450px) {
     .cd-container-gallery {
         width: 90%;
         max-width: 1450px;
         margin: 7em auto;
         margin-bottom: -4em;
     }
 }
 .cd-container {
     width: 85%;
     max-width: 1740px;
     margin: 7em auto;
     color: #666666;
     font-family: Titilium;
     font-size: 0.95em;
     line-height: 1.5em;
     z-index: 1;
 }
 .cd-content-mobile {
     width: 85%;
     max-width: 1035px;
     margin: 2em auto;
     margin-top: 4em;
     text-align: left;
     font-family: Miki bold;
     font-size: 1.4em;
     font-weight: 700;
     color: #CCCCCC;
     z-index: 1;
     opacity: 1;
     -webkit-transition: all .5s ease .2s;
     -moz-transition: all .5s ease .2s;
     -ms-transition: all .5s ease .2s;
     -o-transition: all .5s ease .2s;
     transition: all .5s ease .2s;
 }
 @media all and (min-width: 1000px) {
     .cd-content-mobile {
         opacity: 0;
     }
 }
 a {
     color: #ff9900;
     text-decoration: none;
 }
 a:hover {
     text-decoration: none;
 }
 img {
     text-align: center;
 }
 /*
 * Caption component
 */

.caption {
    position: relative;
    overflow: hidden;
	
    /* Only the -webkit- prefix is required these days */
}
.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}
.caption:hover::before {
    background-color: ;
}
.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	padding-left: 24px;
	font-size: 1.1em;
	background: transparent;
	transition: background .35s ease-out;
	opacity: 0;
	transition: opacity 250ms ease-in-out;
	transition-property: opacity;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
.caption:hover .caption__overlay {
    opacity: 1;
}
.caption__overlay__content {
    transition: opacity 350ms 250ms ease-in-out;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 350ms;
    padding-top: 3px;
    font-size: .95em;
    line-height: 1.5em;
    opacity: 0;
}
.caption:hover .caption__overlay__content {
    opacity: 1;
}
.caption__overlay__title {
    transition: opacity 350ms 250ms ease-in-out;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 300ms;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0;
}
.caption:hover .caption__overlay__title {
    opacity: 1;
}
 #circle-img {} .circle-img:hover {
     transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     /* IE 9 */
     
     -webkit-transform: rotate(360deg);
     /* Safari and Chrome */
     
     -moz-transition: all 2s ease;
     -webkit-transition: all 2s ease;
     -o-transition: all 2s ease;
 }
 .cd-content {
     width: 85%;
     max-width: 1035px;
     margin: 7em auto;
     background-color: rgba(52, 176, 190, 0);
     text-align: left;
     color: #666666;
     font-family: 'Cabin', sans-serif;
     font-size: 1.0em;
     line-height: 1.5em;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -ms-transition: all .4s ease;
     -o-transition: all .4s ease;
     transition: all .4s ease;
     z-index: 1;
 }
 #side-nav {
	width: 85%;
	max-width: 1740px;
	height: 100px;
	
	margin: 3em auto;
	font-family: Titilium;
	color: #FF0000;
	font-size: 0.74vw;
	font-size: 0.95em;
	padding: 10px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .5s ease .2s;
	-moz-transition: all .5s ease .2s;
	-ms-transition: all .5s ease .2s;
	-o-transition: all .5s ease .2s;
	transition: all .5s ease .2s;
	
}
@media all and (min-width: 1000px) {
    #side-nav  {
        opacity: 1;
    }
}

#prev-button {
	float: left;
	
	
 	
}
.vertical {
	display:table-cell;
	vertical-align:middle;
	
	
 	
}
#prev-button:hover {
	
}

#next-button {
    float:right;
	
}
#next-button:hover {
background-color:
	
}
 
 .footer-container {
	width: 85%;
	max-width:1740px;
	margin: 7em auto;
	bottom: 0px;
	font-size: 0.74vw;
	font-size: 0.75em;
	line-height: 1.6em;
	margin-top: 50em;
	margin-bottom: -7em;
	text-align: center;
	color: #CCCCCC;
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	z-index: 1;
	border-top-width:1px ;
	border-top-style: solid;
	border-top-color: rgb(204, 204, 204);
	vertical-align: middle;
	padding: 1.2em;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
 }
 @media all and (min-width: 768px) {
     .google-maps {
         position: relative;
         padding-bottom: 75%;
         height: 0;
         overflow: hidden;
     }
     .google-maps iframe {
         position: absolute;
         top: 0;
         left: 0;
         width: 100% !important;
         height: 100% !important;
     }
 }
 .preloader {
     position: fixed;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     background-color: rgb(240, 240, 240);
     z-index: 99999;
 }
 .preloader .preloader-gif {
     display: block;
     width: 80px;
     height: 80px;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -40px 0 0 -40px;
     background: url('../symbols/preloader.gif') no-repeat;
 }
 .fade {
     opacity: 1;
     transition: opacity 0.2s ease-in-out;
     -moz-transition: opacity 0.2s ease-in-out;
     -webkit-transition: opacity 0.2s ease-in-out;
     -ms-transition: opacity 0.2s ease-in-out;
     -o-transition: opacity 0.2s ease-in-out;
 }
 .fade:hover {
     opacity: 0.75;
     filter: alpha(opacity 75);
     transition: opacity 0.5s;
     -moz-transition: opacity 0.55s;
     -webkit-transition: opacity 0.5s;
 }
