@charset "UTF-8";
/* CSS Document */

html, body {margin:0px;}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,800;1,400;1,500;1,600&family=Taviraj:ital,wght@0,200;0,400;0,500;0,600;0,800;1,600&display=swap');




 #sticker {
      background:transparent;
      color: white;
      width:100%;
      text-align: right;
	   height:78px;
	   max-width:2000px;
	   z-index:5
    }
	
	.spacer1{height:40px; width:100%}
	
	
#MainDivStart {
	height: 100vh;
        width: 100%;
        object-fit: fill; 
		position: relative;
		z-index:-4;
		margin-top:-120px !important
}
	
	
	
	
	
	
:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}

/* Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Header */
.header{
    background-color: var(--black);
    box-shadow: 1px 1px 5px 0px var(--grey);
	opacity: 85%;
    width: 100%;
	position: fixed;
	z-index:5
}

/* Logo */

.logo{
    display: inline-block;
    color: var(--white);
    margin-left:5px;
	position:relative;
text-align:left;
float:left;
}

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    background-color: var(--black);
    overflow: hidden;
    
}

.menu a{
    display: block;
    padding: 15px;
	padding-top: 32px;
    color: var(--white);
	font-family: 'Taviraj', serif;
	font-style:italic;
	font-weight:bold;
     cursor:pointer;
}



.menu a:hover{
     color: #CC3;
		font-size:18px;
		transition: .5s ease-out;
		cursor:pointer
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}


.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}


/* Responsiveness */

@media (min-width: 1010px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        color: #CC3;
		font-size:18px;
		transition: .5s ease-out;
    }
    
    .hamb{
        display: none;
    }
	




}






#socialSide {position: fixed;
  bottom: 26px;
  right: 16px;
  font-size: 18px;
  z-index:1; transition: transform .2s;
  cursor:pointer}
  
  #socialSide:hover {transform: scale(1.2); cursor:pointer}

  
  div#blur1 { margin:auto;
  font-family: 'Roboto Slab', serif; font-size:18px; width:80%; text-align:center; font-weight:bold; color:#333333;}
  
  div#blur1 span {margin:2%}
  
  button {
  background: transparent;
  color: #8F5045;
  font: inherit;
  padding: 0.75em 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration:none; border:0px
}

.block {
  background: transparent;
  text-align: center;
  color: black;
 
}
.block.with-padding {
  padding: 5em 0;
}
.block.with-border {
  
}
.block.hidden {
  display: none;
}
.block li {
  padding: 1em 0.5em;
  margin: 0 1em;
}
.block li + li {
 
}

.clear {clear:both; width:100%; height:10px; background-color:#FFF}

.mainLogo {max-width:350px; height:auto; margin:auto}

.mainIntro {margin: 0px; background-color:#FFF}














section {
  min-height:100vh ;
  display: flex;
  justify-content: center;
  align-items: center;
}
section:nth-child(1) {
  color: #000;
  background-image:url(../1m463n35/bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
section:nth-child(2) {
	background-image:url(../1m463n35/bg_pink.jpg);
  color: #42455a;
   background-repeat:no-repeat;
  background-size:cover;
}
section:nth-child(3) {
  color: ;
}
section:nth-child(4) {
  color:;
  background: ;
}
section .container {
  margin: 30px;
  
}

section .container2 {
  margin:0px;
  width:100%;
}

section .container3 {
  margin: 150px;
  
}

section h1 {
  font-size: 3rem;
  margin: 20px;
}
section h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

section .special {
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Taviraj', serif;
	font-style:italic;
	margin-left:;
	color:#FFF
}

section .special2 {
	font-family: 'Taviraj', serif;
	font-size:24px;
	color:#FFF
	}

section .text-container {
  display: flex;
 
}

section .text-container2 {
  display: table;
  margin:0px;
    width:100%;
}

section .text-container3 {
  display: block;
  margin:0px;
    width:50%;
}

section .text-container2 .text-box {
  margin: 20px;
  padding: 20px;
    display: table-cell;
}

section .text-container3 .text-box {
  margin: 20px;
  padding: 20px;
    display: block;
}

section .text-container .text-box {
  margin: 20px;
  padding: 20px;
  background: #00c2cb;
  width:100%
}

section .text-container .text-box1 {
  margin: 10px;
  padding: 10px;
  background: transparent;
}

section .text-container .text-box h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

section .text-container .text-box1 h3{
	 font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
   margin-top: 15px;
  font-family: 'Taviraj', serif;
	font-style:italic;
	  color:#85888C;
	font-weight:bold;
}

section .text-container .text-box1 p{
text-align: center;
font-family: 'Roboto Slab', serif;
padding-top:15px
}

section .text-container3 .text-box3 p{
text-align: left;
font-family: 'Roboto Slab', serif;
padding-top:15px;
color:#FFF;
font-size:30px;
font-weight: 500; margin:2%
}

section .text-container .text-box1 a {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 22px;
 font-family: 'Roboto Slab', serif;
 color:#7d9771
}

section .text-container .text-box1 a:hover {
text-decoration:none;
border:solid 2px #FFF;
padding:12px;
font-size: 22px;
 font-family: 'Roboto Slab', serif;
 color:#FFF;
 background-color:#7d9771;
 transition: .8s ease-out
}

section .text-container3 .text-box3 a {
text-decoration:none;
border:solid 2px #FFF;
padding:12px;
font-size: 26px;
 font-family: 'Roboto Slab', serif;
 color:#FFF;
 
 
}

section .text-container3 .text-box3 a:hover {
text-decoration:none;
border:solid 2px #FFF;
padding:12px;
font-size: 26px;
 font-family: 'Roboto Slab', serif;
 color:#FFF;
 background-color:#7d9771;
 transition: .8s ease-out
}

@media (max-width: 1010px) {
  section h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  section .text-container {
    flex-direction: column;
	margin:0px;
	padding:0px
  }
  
  section .container {
  margin:15px 0px 15px 0px;
}

section .text-container2 {
  display: table-row;
  margin:0px
}

section .container3 {
  margin:15px 0px 15px 0px;
}

section .special {
	margin:15px
	}

section .text-container2 .text-box {
  margin: 20px;
  padding: 20px;
  background:;
    display: block;
}

section .text-container3 {
  display:block;
  margin:20px;
    width:100%;
}

.column {
    width: 100%; 
	display:block
  }
  
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1.5s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.mainText {
	 text-align:center;
  font-family: Roboto, sansirf;
  font-weight:bolder;
  font-size:24px;
  color:#483719;	
	}
	
	.mainText2 {
	 text-align:left;
  font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
   margin-top:8%;
  font-weight:400;
	}
	
	.mainText3 {
	 text-align:left;
  font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin:5%;
   margin-top:8%;
  font-weight:400;
	}
	
	.mainText4 {
	 text-align:left;
 font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:3%;
  font-weight:400;
	}
	
	
	
	.mainText5 {
	 text-align:left;
 font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:3%;
  font-weight:400;
  border-top:1px solid #999;
	}
	
	
	
	.mainText6 {
	 text-align:left;
  font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:-100px;
  font-weight:400;
	}
	
	.mainText7 {
	 text-align:left;
  font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:5%;
  font-weight:400;
	}
	
	.mainText8 {
	 text-align:left;
 font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:-45px;
  font-weight:400;
	}
	
	.mainText9 {
	 text-align:left;
  font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:0px;
  font-weight:400;
	}
	.mainText10 {
	 text-align:left;
  font-family: 'Taviraj', serif;
  font-size:18px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:0px;
   font-weight:100;
	}
	
	.mainText11 {
	 text-align:left;
 font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
  margin-right:5%;
   margin-top:3%;
  font-weight:400;
	}
	
	.sueno {
	 text-align:left;
  font-family: 'Roboto Slab', serif;
  font-size:18px;
  color:#85888C;	
  margin-left:;
   margin-top:8%;
  font-weight:100;
	}
	
	.sueno2 {
	 text-align:left;
  font-family: 'Roboto Slab', serif;
  font-size:20px;
  color:#85888C;	
  padding-top:-5px
	}
	
	.sueno3 {
	 text-align:left;
  font-family: 'Roboto Slab', serif;
  font-size:14px;
  color:#85888C;	
  margin-left:;
   margin-top:8%;
  font-weight:100;
	}
	
	.suenoBottom{
		text-align:center;
  font-family: 'Roboto Slab', serif;
  font-size:18px;
  color:#85888C;	
  margin-left:;
   margin-top:8%;
  font-weight:100;
		}
	
	div.relative {
  position: relative;
 
} 

div.absolute {
  position: absolute;
  bottom:30px;
  width: 90%;
  
}

.textRooms1 {
	position: absolute;
	background-color:#FFF;
	width:100%;
	text-align:center;
	margin-left:20px;
	margin-right:-20px;
	position:absolute;
	color: #85888C
}

.textRooms1 h3{
	margin-top:10px;
	margin-bottom:5px;
	font-size:22px}
	
	.textRooms1 p{
		color:#7d9771;
		font-family: 'Roboto Slab', serif;
		margin-bottom:10px;
		font-size:18px
	}

section .text-container2 .text-box .btn_rooms1{margin-top:70px; text-align:center; font-size:20px; font-family: 'Roboto Slab', serif;}

section .text-container2 .text-box a {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #FFF;
 background-color:#7d9771

}

section .text-container2 .text-box a:hover {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #63d7de	;
 background-color: #FFF;
 transition: .8s ease-out
}

section .text-container2 .text-box .btn_rooms1{margin-top:70px; text-align:center; font-size:18px; font-family: 'Roboto Slab', serif; color:#85888C}

section .text-container2 .text-box a {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #FFF;
 background-color:#7d9771

}

section .text-container2 .text-box a:hover {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #7d9771	;
 background-color: #FFF;
 transition: .8s ease-out
}





/*.parallax {
  
  background-image: url('../1m463n35/sueno-del-mar-beachfront-hotel.jpg');

  height: 70vh; 

  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}

@keyframes parallax {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}




@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}
*/
.image-zoom {
  width: 100%;
  position: relative;
  background: #000000;
  overflow: hidden;
  height: 100vh
}
.image-zoom:before {
	background-color:#FFF;
  background:linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) ), url('../1m463n35/sueno-del-mar-beachfront-hotel.jpg') no-repeat center;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  /*z-index: -1;*/
  animation: 35s ease 0s normal none infinite running zoomin;
  -webkit-animation: 35s ease 0s normal none infinite running zoomin;
  -o-animation: 35s ease 0s normal none infinite running zoomin;
  -moz--o-animation: 35s ease 0s normal none infinite running zoomin;
}

@keyframes zoomin {
    0% { transform: scale(1.5, 1.5) }
    50% { transform: scale(1, 1) }
    100% { transform: scale(1.5, 1.5) }
}


#footerSueno {
	background-color: #738286; padding-top:5%;
	padding-bottom:5%
	}


.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#footerSueno .textfooter1 {color:#FFF; margin:2%; text-align:center; font-family: 'Roboto Slab', serif; }

#footerSueno .imgdiv {width:100%; margin:auto}


@media (max-width: 1010px) {
	.column {
  float:none;
  width:100%;
  margin:auto;
  max-width:300px
}
#footerSueno img {width:100%; margin:auto; max-width:300px;}
}

.column table {width:100%; max-width:250px; margin:auto; padding-top:15%}


#footerSueno img:hover {
		cursor:pointer}
		
.textfooter {padding-top:15%}


 .material-symbols-outlined {
	 color:#FFF;
	 padding-top:6px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}

.spanTable {
text-align:left !important; color:#FFF; font-family: 'Roboto Slab', serif; font-size:20px; margin-left:10px
}

.textboxtable {height:50px}

td{vertical-align:middle; height: 40px;}

td a {text-decoration:none; color:#FFF}

td a:hover {text-decoration:none; color: #573E52; transition: .5s ease-out;}

.column  .table2 {
	padding-top:80px
}

.table3 {
color:#738286	
}


.divContact {
        width: 100%;
        object-fit: cover; 
		position: relative;
		z-index:-4;
		margin-top:-120px !important
	}
	
.divWedding {
        width: 100%;
		height:auto;
		position: relative;
		z-index:-4;
		margin-top:-120px !important
	}	
	

.divContact h1 {font-family: 'Taviraj', serif;
	font-style:italic; position:absolute; margin-top:-6rem; color:#FFF;    margin-left:2%}
	
	.divContact h3 {font-family: 'Roboto Slab', serif; font-weight:lighter; position:absolute; margin-top:-3rem; color:#FFF;    margin-left:2%}
	
	.divWedding h1 {font-family: 'Taviraj', serif;
	font-style:italic; position:absolute; margin-top:-6rem; color:#FFF;    margin-left:2%}
	
	.divWedding h3 {font-family: 'Roboto Slab', serif; font-weight:lighter; position:absolute; margin-top:-3rem; color:#FFF;    margin-left:2%}
	
	
	/* 
	Contact Form
	Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color:#7d9771;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float:right
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #FFF;
   transition: .8s ease-out;
   color:#7d9771;
   border: solid 1px #7d9771;
   
}

/* Add a background color and some padding around the form */
.container {
  padding: 20px;
}




.outer { max-width:820px; margin:auto; padding-top:5%}
.outer > * {
  display:inline-block;
  vertical-align: middle;
  background-color:#fdebea;

}

@media (max-width: 821px) {
	.outer { max-width:400px; width:100%; margin:auto; margin-top:5%; }
	.outer > * {
  display: block ;
   vertical-align: middle;
  background-color:#fdebea;
padding-top:5%
}
.outer .one {}
.outer .two {margin-top:10px}
.outer .three {margin-top:10px}
}

.outerRooms { max-width:520px; margin:auto; padding-top:5%;}
.outerRooms > * {
  display:inline-block;
  vertical-align: middle;
  background-color:#fdebea;

}

@media (max-width: 821px) {
	.outerRooms { max-width:400px; width:100%; margin:auto; margin-top:5%; }
	.outerRooms > * {
  display: block ;
   vertical-align: middle;
  background-color:#fdebea;
padding-top:5%
}
.outerRooms .one {}
.outerRooms .two {margin-top:10px}
.outerRooms .three {margin-top:10px}
}



.one  a {
	text-decoration:none; color:#FFF; 
	
	}
	
.outer .spanTable a {
	text-decoration:none; color:#85888C; 
	
	}
	
.outer .spanTable a:hover {text-decoration:none; color: #573E52; transition: .5s ease-out;}	

.outer .spanTable {
text-align:left !important; color:#FFF; font-family: 'Roboto Slab', serif; font-size:20px; margin-left:10px;}


.outerRooms .spanTable a {
	text-decoration:none; color:#85888C; 
	
	}
	
.outerRooms .spanTable a:hover {text-decoration:none; color: #573E52; transition: .5s ease-out;}	

.outerRooms .spanTable {
text-align:left !important; color:#FFF; font-family: 'Roboto Slab', serif; font-size:20px; margin-left:10px;}


.one  p {display: flex;
  justify-content: center;
  align-items: center;
  height: auto; padding: 40px}
  
  .two  p {display: flex;
  justify-content: center;
  align-items: center;
  height: auto;padding: 40px}
  
  .three  p {display: flex;
  justify-content: center;
  align-items: center;
  height: auto; padding: 40px}
  
  .outer .material-symbols-outlined {
	 color:#85888C;
	 padding-top:6px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}

.material-symbols-outlined {
	 color:#85888C;
	 font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;  /* Preferred icon size */
  line-height: 10;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  
}

span.size-28 {
  font-size: 28px;
  font-variation-settings: 'OPSZ' 28;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.center img:hover {transform: scale(1.2);}

iframe{width:100%; height:450px; max-width:2000px; margin:auto}

 #boxes {
        content: "";
        display: table;
        clear: both;
		margin:auto;
		padding:15px;
		max-width:1124px;
		width:100%;
		margin-top:100px
      }
   #boxes div {
        float: left;
        height: auto;
        width:100%;
        padding: 0 10px;
      }
      #boxes #column1 {
		  width:60%
      }
      #boxes #column2 {
        width: 40%;
		margin-top:90px
      }
	  
	   #boxes #column1-1 {
		  width:40%
      }
      #boxes #column2-1 {
        width: 60%;
		margin-top:-20px;
      }
	  
	   #boxes #column1-2 {
		  width:60%;
		  margin-top:-25px
      }
      #boxes #column2-2 {
        width: 40%;
		 margin-top:45px
      }
	  
	  #boxes #column2-1Resp
	  {display:none !important
      }
	  
	  
	  @media (max-width: 1010px) {
		   #boxes #column1-1 {
		  width:100%;
		  margin-top:80px
      }
      #boxes #column2-1 {
        width: 100%;
		margin-top:100px;
		display:none
      }
	  
	  #boxes #column2-1Resp
	  {display:block !important;
        width: 100%;
		margin-top:100px
      }
	  
	   }
	   
	    @media (max-width: 1010px) {
		#boxes #column1-2 {
		  width:100%;
		  margin-top:
      }
      #boxes #column2-2 {
        width: 100%;
		margin-top:70px;
      }   
	   }
	   
	     @media (max-width: 1010px) {
		   #boxes {
        content: "";
        display: block;
        clear: both;
		margin:auto;
		padding:0px;
		max-width:800px;
		width:100%;
		margin-top:60px
      }
	  
	  #boxes div {
        float: none;
        height: auto;
        width:100%;
        padding:;
      }
      #boxes #column1 {
		  width:100%
      }
      #boxes #column2 {
        width: 100%;
      }
	  
	  }
	  
     
     #boxes h2 {
        color: #000000;
        text-align: center;
      }
	  
	  #boxes2 {
        content: "";
        display: table;
        clear: both;
		margin:auto;
		padding:15px;
		max-width:1124px;
		width:100%;
		margin-top:0px
      }
   #boxes2 div {
        float: left;
        height: auto;
        width:100%;
        padding: 0 10px;
      }
      #boxes2 #column1 {
		  width:60%
      }
      #boxes2 #column2 {
        width: 40%;
      }
	  
	   #boxes2 #column1-1 {
		  width:40%
      }
      #boxes2 #column2-1 {
        width: 60%;
		margin-top:-80px
      }
	  
	   #boxes2 #column1-2 {
		  width:60%;
		  margin-top:-25px
      }
      #boxes2 #column2-2 {
        width: 40%;
		
      }
	  
	  
     
     #boxes2 h2 {
        color: #000000;
        text-align: center;
      }
	  
	   #boxes3 {
        content: "";
        display: table;
        clear: both;
		margin:auto;
		padding:15px;
		max-width:1124px;
		width:100%;
		margin-top:0px
      }
   #boxes3 div {
        float: left;
        height: auto;
        width:100%;
        padding: 0 10px;
      }
      #boxes3 #column1 {
		  width:50%
      }
      #boxes3 #column2 {
        width: 50%;
      }
	  
	   #boxes3 #column1-1{
		  width:80%
      }
	  
	 
	  
	  
     
     #boxes3 h2 {
        color: #000000;
        text-align: center;
      }
	  
	  
	  .spacer {width:100%; height:50px}
	  
	  .LogoBtm {max-width:220px; margin:auto; width:100%}
	  
	  .tableBtm {width:340px; margin:auto}
	  
	  
	  .tableBtm a {
		text-decoration:none;
border:solid 2px #999;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #999;
 background-color:#transparent

	  }
	  
	  .tableBtm a:hover {
		text-decoration:none;
border:solid 2px #999;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #FFF;
 background-color:#999
 

	  }
	  
	  
	  .textMainAct {width: 100% ;margin:0px}
	  
	  .TopLine {width:100%; background-color:#999; height:1px
	  padding-top:20px; padding-bottom:20px}
	  
	  
	  
	  
	
#supersized img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%;  }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
		.divWrap	li:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}



.li-wrap {list-style:none;height:60px;padding-left:5%;padding-right:5%}
.li-wrap  .one {max-width:39%;min-width:39%;display:inline-block;;vertical-align:middle;text-align:center; color: #666; font-family: 'Roboto Slab', serif;}
.li-wrap  .two {max-width:19%;min-width:19%;display:inline-block;vertical-align:middle;text-align:center; color: #666; font-family: 'Roboto Slab', serif;}
.li-wrap  .three {max-width: 38%;min-width: 38%;display:inline-block;vertical-align:middle; text-align:center;color: #666; font-family: 'Roboto Slab', serif;}

.top3 { border-top: solid 1px color:#666}


.spacer2 {width:90%; height:30px; border-bottom: 1px solid #666; margin:auto}

.spacer5 { widows:100%; height:100px; display:none}
	  @media (max-width: 1010px) {
 .spacer5 { widows:100%; height:160px; display:block}
	  }



.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 100px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.col img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding:25px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.map {width:100%; padding:8%; max-width:2200px; height:auto}

video {width:100%; max-width:1200px; margin:0}


#spamprotection { display:none;}
.antispam { display:none;}
