@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,200,100&subset=latin,cyrillic);

 body {
	margin: 0;
	padding: 0;
  }

  .modalDialog {
	position: fixed;
	font-family: Roboto, helvetica, arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog h2{
	color: #fa7a00;
	font-weight:800;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: red; }
  
  #headline {	
	padding: 0.8em;
	color:#fff;
	/*color: #464646;*/
	font-family: Roboto, helvetica, arial, sans-serif;
	background-color: #0f0f0f;
	background-image: url(pnwc15.jpg);
	background-size: cover;
	border-bottom:5px solid #fa7a00;
  }
  
   #headline2 {	
	padding: 0.8em;
	color:#fff;
	/*color: #464646;*/
	font-family: Roboto, helvetica, arial, sans-serif;
	background-color: #0f0f0f;
	background-image: url(slide_3.jpg);
	background-size: cover;
	border-bottom:5px solid #fa7a00;
  }
  
  .container{
	width:50%;
	margin: 0 auto;
  }

  
  #headline  h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 0;
	color: #fa7a00;
  }
  #headline2  h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 0;
	color: #fa7a00;
  }
  
  #section1  h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 0;
	color: #fa7a00;
  }
  #section2  h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 0;
	color: #fa7a00;
  }
  #section3  h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 0;
	color: #fa7a00;
  }
	
  #headline h2 {
	font-weight: 200;
	font-size: 30px;
	margin-top: 5px;
	color:#fa7a00;
  }

  #headline #blurb {
	font-weight: 300;
	font-size: 18px;
  }
  
  #headline #counter{
	font-weight: 1000;
	font-size: 18px;
	color:#464646;
	background-color:#f0f0f0;
	padding:1em;
	margin:0;
	text-align:center;
	border-radius: 7px;
  }
  #headline2 h2 {
	clear:left;
	font-weight: 800;
	font-size: 30px;
	margin-top: 5px;
	color:#fff;
  }

  #headline2 #blurb {
	font-weight: 300;
	font-size: 18px;
  }
  
  #headline2 #counter{
	font-weight: 1000;
	font-size: 18px;
	color:#464646;
	background-color:#f0f0f0;
	padding:1em;
	margin:0;
	text-align:center;
	border-radius: 7px;
  }
  
   #section3 #counter{
	font-weight: 1000;
	font-size: 18px;
	color:red;
	background-color:#f0f0f0;
	padding:1em;
	margin:0;
	text-align:center;
	border-radius: 7px;
  }
  
  #section3 #counter img{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:gray;
	border-radius: 7px;
  }
  
  #section1 #counter{
	font-weight: 1000;
	font-size: 14px;
	color:#000;
	background-color:#f0f0f0;
	padding:1em;
	margin:0;
	text-align:left;
	border-radius: 7px;
  }
  
   #section1 #counter img{
	width: 35%;
  }
  
  
  #section1 #counter h3{
	font-weight: 600;
	font-size:20px;
	color:#dc4d37;
	padding: 0;
	margin:0;
  }
  
  #section1 #counter h4{
	font-weight: 300;
	font-size: 18px;
	padding: 0;
	margin:0;
  }
  
  #name-box{
	float:left;
	display:block;
	width:50%;
	height:20px;
	border:1px solid #f0f0f0;
	font-size:14px;
	font-weight:600;
  }
  #class-box{
	float:left;
	display:block;
	height:20px;
	width:8%;
	border:1px solid #f0f0f0;
	font-weight:600;
	text-align:center;
  }
  
  #gmap{
	border:0;
	max-width:600px;
	width: 600px;
	height: 450px; 
	border:1px solid #f0f0f0;
  }
  
  #class-box img{
	max-width:16px;
  }
   
  #clear{
	clear:both;
  }
  
  #section1 #counter img{
	padding-right:5px;	
  }
  
  #section1 #counter #hotel{
	padding-right:5px;
	width:100%;
	max-width:600px;	
  }

  #section1 #blurb {
	float:left;
	width:40%;
	font-weight: 300;
	font-size: 18px;
  }
  
  #section1 #blurb  h4{
	font-weight: 600;
	font-size:18px;
	color:#dc4d37;
	padding: 0;
	margin:0;
  }
  
  #section1 #register {
	float:right;
	background-color: #d6d6d6;
	background-color: rgba(214,214, 214, 0.7);
	border-radius:7px;
	padding: 1em;
	width:50%;
	margin-bottom:20px;
  }

  #section1 #register h2 {
	font-weight: 100;
	padding: 0;
	margin: 0;
  }
  
   #section1 #register h3{
	background-image: url(elimina.png) left top no-repeat;
	color:red;
	font-weight:800;
	font-size:18px;
	margin:0;
  }
  
   #section1 #register h4 {
	font-weight: 300;
	font-size:15px;
	padding: 0;
	margin-top: 15px;
  }
  
   #section1 #register h5 {
	font-weight: 400;
	font-size:15px;
	color:#dc4d37;
	padding: 0;
	margin:0;
  }

  #section1 #register label {
	font-size: 0.8em;
	font-weight:400;
	padding-top: 12px;
	display: block;
  }

  #section1 #register input {
	width: 100%;
	font-size: 12px;
	font-weight: 200;
	padding: 10px;
	box-sizing: border-box;
	border-radius:5px;
  }
  #section1 #register textArea {
	width: 100%;
	font-size: 12px;
	font-weight: 200;
	border-radius:5px;
	padding:0;
	text-align:left;
  }
  
    #section1 #register select {
	width: 100%;
	font-size: 12px;
	font-weight: 200;
	border-radius:5px;
	padding:10px;
	text-align:left;
	box-sizing:border-box;
  }
  
 #section1 #register input[type="submit"] {
	background-color: #dc4d37;
	color: white;
	margin-top: 20px;
	padding: 10px;
	border: none;
	box-sizing: border-box;
	border-radius:5px;
	font-size: 18px;
	cursor:pointer;
  }
  
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -57px top no-repeat;
}

  #section1, #section2, #section3 {
	box-sizing: border-box;
	padding: 20px;
  }

  #section1 h2, #section2 h2, #section3 h2  {
	margin-top: 0;
	font-size: 40px
  }

  #section1 {
	background-color: white;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	font-size: 18px;
  }

  #section1 h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
  }

  #section1 h2 + p {
  }

  #section1 video {
	width: 100%;
  }

  #section2 {
	background-color: #e9e9e9;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	font-size: 18px;
  }

  #section2 h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
  }

  #section2 h2 + p {
	text-align: center;
  }

  #section2 div {
	text-align: center;
  }

  #section2 div img {
	width: 100%
  }

  #section3 {
	background-color: #f5f5f5;
	font-family: Roboto, sans-serif;
	font-weight: 100;
	text-align: center;
	margin: auto;
  }

  #section3 h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
  }

  #section3 h2 + p {
	text-align: center;
  }

  #section3 figure {
	text-align: center;
  }

  #section3 figure figcaption {
	text-align: center;
	font-weight: 400;
  }

  footer {
	clear:both;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	text-align: center;
	background-color: hsl(8, 70%, 54%);
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
  }

  table {
	margin-top: 26px;
	width: 100%;
  }
  thead {
	font-weight: bold;
	background-color:hsl(8, 70%, 54%);
  }

  tbody {
	text-align: center;
	font-weight:400;
  }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #333333;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

footer {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	text-align: center;
	background-color: #fa7a00;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}

/****************************************************************************************************************************************************************/
@media screen and (max-width: 768px) {
  
   #gmap{
	border:0;
	max-width:100%
  }
  
  
  #headline {
	padding: 20px 5%;
  }
  
  .container {
	margin: 0;
	width:100%;
	max-width: 800px;				
  }
 

  #headline #blurb {
	float: left; 
	font-weight: 200;
	font-size: 18px;
	box-sizing: border-box;
	padding-right: 10px;
  }
  
   #headline #counter{
	float: left; 
	font-weight: 1000;
	font-size: 18px;
	box-sizing: border-box;
	width:100%;
  }
  
  #section1 #counter img{
	width:75%;
  }
  
  #section1 #counter #hotel{
	padding-right:5px;
	width:100%;
  }

  #headline br {
	clear: both;
  }

  #section1 #blurb {
	width:100%;
	font-weight: 200;
	font-size: 18px;
	box-sizing: border-box;
	padding-right: 10px;
  }
  #section1 #register {
	float:right;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 300;
  }
  
  #section1 #section2 {
	box-sizing: border-box;
	padding: 10px 20% 80px 20%;
  }
  
  #section3{
	padding:0;
	box-sizing: border-box;
	width:95%;
  }
  
	#section3 table thead {
	  display: none;	  
	}

	#section3 table td {
	  display: block;
	  position: relative;
	  padding-left: 30%;
	  padding-top: 2px;
	  padding-bottom: 1px;
	  text-align: left;
	  background: #e9e9e9;
	  font-weight:800;
	  font-size:13px;
	 
	}
	
	#section3 table td:before {
	  content: attr(data-th) ;
	  display: inline-block;
	  color: #000000;
	  background: #e9e9e9;
	  border-right: 2px solid transparent;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  width: 25%;
	  max-height: 100%;

	  font-size: 13px;
	  font-weight: 300;
	  padding-left: 13px;
	  padding-top: 1px;
	
	}
  
  
  #section1 h2, #section2 h2, #section3 h2  {
	margin-top: 0;
	font-size: 24px
  }
  
  #section1 ul {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-right: 1em;
  }
  
  #section1 video {
	box-sizing: border-box;
	width: 50%;
	float: right;
  }

  #section1 br {
	clear: both;
  }
  
  #section2 div img {
	width: 30%;
	margin: 1%;
	box-sizing: border-box;
	border-radius: 50% 50%;
	box-shadow: black 0px 0px 5px;
  }

  #name-box{
	margin:0;
	float:left;
	display:block;
	width:45%;
	height:20px;
	border:1px solid #f0f0f0;
	font-size:12px;
	font-weight:300;
  }
  #class-box{
	float:left;
	display:block;
	height:20px;
	width:10%;
	border:1px solid #f0f0f0;
	font-weight:400;
	text-align:center;
  }
  
  
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
