<!--@import url(http://fonts.googleapis.com/css?family=Raleway);-->
@import url('https://fonts.googleapis.com/css?family=Molengo');
body{
   /*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    font-family: 'Molengo', sans-serif;
    font-size:13px;
    overflow-x: hidden;
}
#header
{
	width:100%;
}
div.container{
    width: 100%;
    /*height: 610px;*/
    margin: -19px auto;
    background-color: #FFFFFF;
    padding: 9px 310px 19px 19px;
    text-align: center;
}
#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 600px;
    height: 500px;  
    
}

 #CallbackMessage
{
    /*margin: 4px 25px 4px 20px;*/
    height: auto; 
    font-size:12px;
    /*background-color: #131212;*/
    color: Red; 
    width:70%;
    font-family: 'Molengo', sans-serif;
}
#para
{
	background-color:#1E1E1E;
	color:#FFF;
	padding: 5px;
    margin: 0px 15px 0px 0px;
}
div.main{
    width: 308px;
    margin-top: 35px;
    float:left;
    border-radius: 5px;
    Border:2px solid #999900;
    padding:0px 50px 20px;
    font-family: 'Raleway', sans-serif;
}
#error{
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
}
#success{
    color:green;
    font-weight:bold;
}
span{
    color:red;
}
.star
{
float:right;	
}
h1
{
	font-family:"Century Gothic";
	font-weight:bold;
	color:#2F0C00;
}
h2{
    /*padding: 32px;*/
    margin: 0 -50px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
b{
    font-size:18px;
    display: block;
    color: #555;
}
hr{
    margin: 0 -50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom:25px;
}
label{
    color: #464646;
    font-size: 15px;
    font-weight: bold;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email]{
margin: 4px 0px 8px 2px !important;*/
padding: 0px;
width:98%;
Height:35px;
font-family: 'Molengo', sans-serif;    
    font-size: 15px;
}
.form-group
{
    /*width: 300%;
    height: 18px;*/
    padding: 0px 0px 17px 0px;
    
}
}
select{
    margin-bottom: 15px;
    margin-top: 5px;
    width: 50%;
    height: 35px;
    font-size: 16px;
    font-family: 'Molengo', sans-serif;
}
#month
{
    margin-bottom: 15px;
    margin-top: 5px;
    width: 9%;
    height: 35px;
    font-size: 16px;
    font-family: cursive;
}
#day
{
    margin-bottom: 15px;
    margin-top: 5px;
    width: 4%;
    height: 35px;
    font-size: 16px;
    font-family: cursive;
}

input[type=submit],
input[type=reset]{
    margin: 15px 0px 0px 2px !important;
padding: 0px;
width: 70%;
height: 40px;
background-color: #b51545;
color: #ffffff;
font-size: 16px;
border-radius: 6px; 
cursor: pointer;
font-family: 'Molengo', sans-serif;
}


input[type="button"]
{
margin: 15px 0px 0px 2px !important;
padding: 0px;
width: 70%;
height: 40px;
background-color: #b51545;
color: #ffffff;
font-size: 16px;
border-radius: 6px; 
cursor: pointer;
font-family: 'Molengo', sans-serif;
}

textarea
{
margin: 10px 0px 0px 2px !important;
padding: 0px;
width:98%;
Height:44px;
font-family: 'Molengo', sans-serif;
    font-size: 14px;
}

#popUpYes
{
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     cursor: pointer;
     width: 37px;
     color: #000000;"
}
#popUpYes:hover
{
  color: #666;
}

.alert{
    display: none;
}
.span3:focus ~ .alert {
 
    display: none;
}
.span2:focus ~ .alert {
 
   display: block;
}

.section {
	clear: both;
	background-color:#FFF;
	width: 1000px;
    margin: 19px auto;
    padding: 0px 0px 0px 22px;
}

/*  GROUPING  */
.group:before,
.group:after { content: ""; display: table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


#content {
	float: left;
	padding: 3%;
	width: 64%;
}

aside {
	float: right;
	padding: 3%;
	width: 24%;
	
}
aside img
{
	border:1px solid #999;
	padding:4px;
}

#content1 {
	float: left;
	padding: 3%;
	width: 54%;
}

aside1 {
	float: right;
	padding: 3%;
	width: 34%;
	
}
aside1 img
{
	border:1px solid #999;
	padding:4px;
}
#content2 {
	float: left;
	padding: 3%;
	width: 40%;
}
aside2 {
	float: right;
	padding: 85px 60px 0px 0px;
	width: 48%;
	
}
aside2 img
{
	border:1px solid #999;
	padding:4px;
}
@media all and (max-width : 768px) {
    div.container
	{
     width:auto;
	}
	.section
	{
     width:auto;
	}		
	#header img
   {
	width:100%;
	height:auto;
   }
	#content {
		/*width: auto;*/
		padding: 3%;	
	}
	#content textarea
	{
		width:100%;
	}
	#content1 {
		/*width: auto;*/
		padding: 3%;	
	}
	#content1 textarea
	{
		width:100%;
	}
	#month
	{
		width:auto;
	}
	#day
	{
		width:auto;
	}
    #sidebar {
		width: 94%;
		padding: 3%;
		border-top: 3px solid #CCC;
	}
    
}
div#Footer {    
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
    width: 100%;
    height: 40px;
    height: 40px;
    outline: none;
    background-color: #fff;
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
    color: #fff;
}
.left {
    float: left;
    width: 50%;
	margin: 10px 0px 0px 20px;
}
.left a
{
	 text-decoration:none;
	 color:#000;
    
	
}
.left a:hover
{
	 text-decoration:none;
	 color:#666;
	
}
.right {
    float: right;
    width: 50%;
}
.group:after {
    content:"";
    display: table;
    clear: both;
	
}
img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
    .left, 
    .right {
        float: none;
        width: auto;
    }
}

 .parent{
  height:405px;
  width:260px;
  margin:0px 0px 0px 0px;
  display:flex;
  flex-direction:column;
     background-color: #efdaad;
}
.child{
  width:100%;
  
  align-content: center;
  background-color:#efdaad;
  &:nth-child(odd){
    background-color:#efdaad;
  }
    
}
    .chngSessionld, .fordd, .seats
    {
        
    margin: 7px 3px 0px 3px;
    width: 120px;
    height: 32px;
    font-family: 'Molengo', sans-serif;
    font-size: 15px;
    }
    .hasDatepicker
    {
      margin: 7px 0px 0px 1px;  
        
    }

 .ui-state-highlight{
    border:1px solid #d3d3d3/*{borderColorDefault}*/ !important;
    background:#e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
     border:1px solid #aaaaaa/*{borderColorActive}*/ !important;color:white !important;
    background:red/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/!important;
}
