/*responsive design 1.0 2/2015*/

body {
	margin: 0;
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
}
.green_text {
	color: #00FF00;
}
.red_text {
	color: #FF0000;
}

.orange_text {
	color: #f29c2b;
}

.teal_text {
	color: #86c2c7;
}

.blue_text {
	color: #1b76bd;
}

.white {
        background-color: #FFFFFF;
}

.blue {
	background-color:#0CF;
	position: relative;
	
}

.black {
	background-color: #000000;
}

.title {
	color: #900;	
}

h1 {
	color: #660000;
	text-transform:uppercase;
	text-align: left;
	margin: 10px;
	
}

h2 {
	
	color: #cc0000;
	text-transform:uppercase;
	text-align: left;
	
	
}

h3 {
	
	color: #faa61a;
	text-transform:uppercase;
	text-align: left;
	
	
	
}

.divider {
	border-bottom: thin;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	
	
}

.small {
	font-size: .75em;
}


/*responsive layout global */
 .container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 980px;
        margin-right: auto;
        margin-left: auto;
		font-family: 'Roboto', sans-serif;
		
      }
/*Disappear*/

 .disappear {
	display: block;
}
@media (max-width: 990px) {
	.disappear {
		display: none;
	}
}

.disappear_mobile {
	display: block;
}

.appear_mobile {
	display: none;
}

.appear_tablet {
	display: none;
}

@media (max-width: 700px) {
	.disappear_mobile {
		display: none;
	}
	
	.appear_mobile {
		display: block;
	}
		
}

@media (max-width: 990px) {
	
	.appear_tablet {
		display: block;
	}
		
}
/*End Disappear*/

/*Begin responsive banners */
 .banner_d {
	display: block;
}
@media (max-width: 990px) {
	.banner_d {
		display: none;
	}
}
 .banner_t {
	display: none;
}
@media (max-width: 990px) {
	.banner_t {
		display: block;
	}
}
 .banner_m {
    display: none;
	margin-bottom: 5px;
	}
@media (max-width: 700px) {
	.banner_m {
		display: block;
	}
	.banner_t {
		display: none;
	}
}
/*end responsive banners */

/*elements*/

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
 .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/*responsive layout global end*/

 
 
/* responsive layout subpages 2.0 */


      .s1, .s2_2, .s2_3 .s3 {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
      }
      .s2_2 {
      	  width: 95%;
          border: 5px solid #8c876f;
		  background:#FFF;
      }
      .s1 {
      	width: 95%;
      }
	  
	  .s1_1 {
      	width: 100%;
      }

      @media (min-width: 700px) {
        .s1 {
          width: 20%;
          margin-top: 3px;
          -webkit-order: 1;
          order: 1;
        }
		
		 .s2_2 {
          width: 73%;
          margin-top: 3px;
          -webkit-order: 2;
          order: 2;
          border: 5px solid #8c876f;
        }

        .s2_3 {
          width: 60%;
          -webkit-order: 2;
          order: 2;
        }

        .s3 {
          width: 17%;
          -webkit-order: 3;
          order: 3;
        }
      }


      @media (min-width: 990px) {
        .s1 {
          width: 17%;
        }

        .s2_2 {
          width: 80%;
          border: 5px solid #8c876f;
        }
		
		 .s2_3 {
          width: 70%;
        }
		
		.s3 {
          width: 13%;
        }
      }
/*responsive layout subpages 2.0 end */

/* Sub Pages */

.border {
	border: 5px solid #03F;
}

.sub_header {
	color: #ea4a34;
	text-transform:uppercase;
	text-align: left;
	margin: 10px;
}

.sub_content {
	margin: 10px;
	color: #000000;
}

.sub_content a, .sub_content a:visited {
	color: #5baeee;
	text-decoration: none;
	}
.sub_content a:hover, .sub_content a:active {
	/* light color */
	color: #a2d0f3;
	}
	
.side_content {
	margin: 10px;
	color: #ffffff;
	text-align:left;
}

.side_content a, .side_content a:visited {
	color: #5baeee;
	text-decoration: none;
	}
.side_content a:hover, .side_content a:active {
	/* light color */
	color: #a2d0f3;
	}
	
/*columns*/	
	
.xcontain {
	    display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: auto;
        margin-left: auto;
}
.x1, .x2, .x3 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
}
@media (min-width: 700px) {
	.x1, .x2 {
		width: 50%;
	}
	.x3 {
		width: 100%;
	}
}
@media (min-width: 990px) {
	.x1, .x2, .x3 {
		width: 33.33%;
	}
}	
	
/* Sub Pages End */	

/* Menu Start */

#cssmenu {
  position: relative;
  height: 44px;
  background: #000000;
  width: auto;
  /*max-width: 980px;*/
  text-align: center;
  
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
/*menu bar*/
#cssmenu > ul {
  position: relative;
  display: block;
  background: #cc0000;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
/*main links native state*/
#cssmenu > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: none;
}
/*main links hover state*/
#cssmenu > ul > li:hover > a {
	color: #ff6666;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #000000;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #FFFFFF;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #FFFFFF;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
/* submenu links navtive state*/
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 16px;
  color: #8c876f;
  background: #edeadb;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
/* submenu links hover state*/
#cssmenu ul ul li:hover > a {
  background: #faa61a;
  color: #ffebb8;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 900px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1124px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
	margin-bottom: 10px;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: 000000;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}

/* Menu End */

/* Header Start */
#header {
	color:#F00;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center bottom;
	max-width: 1400px;
	margin-left: auto;
    margin-right: auto;
}

#logo {
	width: 400px;
	max-width: 40%;
	padding: 10px;
}

#header_nav {
	width: 200px;
	float: right;
	color:#0F6;
	top: 50px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}

@media (max-width: 850px) {
	#header_nav {
		display: none;
	}
}

#header_buymobile {
	width: 100%;
	background-color:#3f95a1;
	color:#ffffff;
	margin-bottom: 2px;
	text-align:center;
	}

@media (min-width: 800px) {
	#header_buymobile {
		display: none;
	}
}

  #topbar {
        width:100%;
      }
	  
  #banner {
        max-width: 980px;
      }
/* Header End */

/* Footer Start */



 #footer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	/*max-width: 980px;*/
	margin-top: 20px;
	background-color: #CCC;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	/*max-width: 980px;*/
	height: 100%;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	/*border-top-width: medium;
	border-top-style: solid;
	border-top-color: #edeadb;	*/
  }
  
  #subnav_container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*max-width: 980px;*/
	height: 100%;
  } 

.f1, .f2, .f3, .f4, #sc1, #sc2 {
      width: 100%;
    }
.f1, .f2, .f3, .f4 {
    text-align: center;
}
.sc1 {
		float: left;
	}
.sc2 {
		float: right;
	}

    @media (min-width: 700px) {

	   .f1 {
          width: 100%;
          -webkit-order: 1;
          order: 1;
        }
        .f2 {
          width: 50%;
          -webkit-order: 2;
          order: 2;
        }
        .f3 {
          width: 50%;
          -webkit-order: 3;
          order: 3;
        }
        .f4 {
          width: 100%;
          -webkit-order: 4;
          order: 4;
        }
		.sc1 {
			float: left;
			width: 50%;
		}
		.sc2 {
			float: right;
			width: 50%;
		}

	  
    }

    @media (min-width: 990px) {
     .f1, .f2, .f3 {
        width: 33.33%;
      }
	  
       .f4 {
          width: 100%;
        }
		.sc1 {
			float: left;
			width: 50%;
		}
		.sc2 {
			float: right;
			width: 50%;
		}
    }

.credit {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	color:#666;
	font-size: 0.75em;
	background-color: #CCC;
}

.f1 ul{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;

}

.f2 ul{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;

}

.f3 ul{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;

}
.submenu_header {
	color:#000;
	text-align:left;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	margin-left: 10px;
	margin-top: 10px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0d8283;*/
	margin-bottom: 10px;	
}

.submenu {
	color:#000;
}

.submenu ul {
	white-space: nowrap;
}

.submenu li {
	list-style: none;
	text-decoration: none;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

.submenu li.last {
	margin-right: 0;
}
.submenu a, .header .submenu a:visited {
	color: #cc0000;
	list-style: none;
	text-decoration: none;
}
.submenu a:hover, .header .submenu a:active {
	/* dark color */
	color: #660000;
	list-style: none;
}

.venuelogo_footer {
	width: 100%;
	
}
	
.icon_newsletter {
	width:25px;
	height:30px;
	text-indent: 35px;
	display:block;
	background-image:url(../images/nav/newsletter_sm.png);
	background-repeat:no-repeat;
}

.icon_facebook {
	width:25px;
	height:30px;
	text-indent: 35px;
	display:block;
	background-image:url(../images/nav/facebook_sm.png);
	background-repeat:no-repeat;
}	

.icon_twitter {
	width:25px;
	height:30px;
	text-indent: 35px;
	display:block;
	background-image:url(../images/nav/twitter_sm.png);
	background-repeat:no-repeat;
}

.icon_instagram {
	width:25px;
	height:30px;
	text-indent: 35px;
	display:block;
	background-image:url(../images/nav/instagram_sm.png);
	background-repeat:no-repeat;
}

.icon_youtube {
	width:25px;
	height:30px;
	text-indent: 35px;
	display:block;
	background-image:url(../images/nav/youtube_sm.png);
	background-repeat:no-repeat;
}

.icon_pintrest {
	width:25px;
	height:30px;
	text-indent: 35px;
	display:block;
	background-image:url(../images/nav/pintrest_sm.png);
	background-repeat:no-repeat;
}

.credit a, .header .credit a:visited {
	color: #0d8283;
	list-style: none;
	text-decoration: none;
	}
.credit a:hover, .credit a:active {
	/* dark color */
	color: #29bdbe;
	list-style: none;
}

/* Footer End */



