.date-picker { float: left; padding-bottom: 30px; width: 100%; text-align:center;}
.date-picker a { background: #f1f1f1; border-radius: 6px; color: #898989; display: inline-block; height: 112px; width: 104px; }
.date-picker a.central { margin: 0 33px; }
.date-picker .weekday { border-bottom: 2px solid #fff; display: block;  padding: 8px 0 6px; text-transform: uppercase; font-size: 1.0em}
.date-picker .date { display: block; font-size: 42px; padding: 15px 10px; }
.date-picker .month { font-size: 1.2em; text-transform: uppercase; }
.date-picker .active { background: #fff; border: 2px solid #27408B; color: #121212; }
.date-picker .active .weekday { border-color: #27408B; }


.btn { color: #fff; border-radius: 6px; display: inline-block; padding: 22px 30px; text-transform: uppercase;margin-top:4px; }
.btn:hover { color: #fff; }

.center{
	text-align:center;
}
.bluebg{
background-color:#27408B;
color:white;
}
.thumb {
	margin-bottom: 30px;
}
 @media (min-width: 1200px) 
    {   
        .leftspace
        {
            padding-left:20px;
        }   
    }
	
.bluetext{
	color:#27408B;
}
.blacktext{
	color:black;
}
.whitetext{
	color:white;
}

/* ====== Media Queries For Countries Map Starts ======*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .mapheight
  {
  height:300px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
  .mapheight
  {
  height:300px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
  .mapheight
  {
  height:300px;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
   .mapheight
  {
  height:500px;
  }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .mapheight
  {
  height:500px;
  }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .mapheight
  {
  height:500px;
  }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
  .mapheight
  {
  height:700px;
  }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
  .mapheight
  {
  height:700px;
  }
}

/* ====== Media Queries For Countries Map Ends ====== */

#registrationform{
background: #FFF;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative;
}
.registrationform{
background: #FFF;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative;
}
#formsubmit{
width:100%;
text-align:center;
}

.blockbutton{
width:100%;
text-align:center;
color:white;
}
#searchbutton{
color:white;
}
.bold{
border:3px solid #27408B;
}



