/* 2camels Festivals and Events Main Stylesheet */

/* colors: red BE202F blue 29407C */

body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, hr {
padding: 0; 
margin: 0; 
border: 0; 
outline: none;
}

/* page elements */

body {
background: url(../images/global/festivals-header-5.png) repeat-x;
background-position: center top;
background-color: #FFF;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper {
position: relative;
top: 0px;
text-align: left;
width: 960px;
margin: 0 auto;
}

#header {
height: 269px;
width: 960px;
}

#content-wrapper {
clear: both;
float: left;
}

#top-navigation {
position:absolute;
top: 201px;
left: 0px;
width: 960px;
height: 30px;
}

#social {
position:absolute;
top: 200px;
left: 870px;
width: 100px;
height: 30px;
}

#content {
clear: both;
float: left;
width: 630px;
padding: 10px 10px 40px 0;
height:auto !important;
}

#sidebar {
background: url(../images/global/search-bg-4.png) no-repeat;
background-position: left top;
float: left;
width: 300px;
padding: 0 10px 10px 10px;
}

#footer-container {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
clear: both;
width: 100%;
background: url(../images/global/festivals-footer-2.png) repeat-x;
background-position: center top;
background-color: #000000;
min-height: 380px;
padding: 250px 0 0 0;
color: #FFF;
background-color: #000;
}

#footer {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
position: relative;
top: 0px;
text-align: left;
width: 960px;
margin: 0 auto;
}



.footer-columns {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
float: left;
width: 304px;
padding: 0 10px 0 5px;
/*border-left: solid #333 1px;*/
}

.footer-books-left {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
clear: both;
float: left;
width: 66px;
padding: 0 10px 0 0;
}

.footer-books-right {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
float: left;
width: 228px;
padding: 0 0 10px 0;
}


/* absolute elements */

#back-to-home {
position: absolute;
top: 105px;
left: 5px;
width: 175px;
height: 80px;
z-index:2000;
}

#top-text {
position: absolute;
top: 0px;
left: 388px;
width: 597px;
height: 40px;
z-index:2000;
font-family: Dairyland, Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color: #FFF;
font-size: 26px;
overflow: hidden;
}



/* html elements */

p {
line-height: 18px;
}

img {
border: 0;
}

/*img.borderless {
border: 0;
}*/





/* colors */

.red, .red a {
color: #BE202F;
}

.blue, .blue a {
color: #29407C;
}

.light-grey, .light-grey a {
color: #999;
}

.black, .black a {
color: #000;
}

.color2, .color2 a {
color: #BE202F;
}




/* headings */

.main-heading {
/*text-shadow: 1px 1px 1px #333; */
color: #BE202F;
font-size: 28px;
padding: 5px 15px 15px 0;
float: left;
}

.secondary-heading {
padding-bottom: 0px;
color: #29407C;
}

h1, h2, h3, h4, h5, h6 {
font-family: Trebuchet MS, Arial, Verdana, sans-serif;
color: #BE202F;
font-weight: bold;
padding-bottom: 15px;
}

h1 {
font-size: 26px;

}

h2 {
clear: both; 
font-size: 22px;
color: #BE202F;
font-weight: bold;
padding-top: 10px;

}

h2 a {
color: #BE202F;
}

#content h2 {
padding-top: 10px;
}

#content h2.no-padding {
padding: 0;
}

h3 {
font-size: 22px;
color: #BE202F;

}

h3 a {
color: #BE202F;
}

h4 {
font-size: 16px;
color: #333;
text-transform: uppercase;
}

.sidebar-container h4, #home-whats-new-container h4, #home-twitter-app-container h4 {
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 15px;
color: #FFF;
margin-top: -28px;
margin-left: -10px;
padding-bottom: 0;
}





/* lists */


ul, ol {
list-style: none;
}

#content ul {
list-style-type: square;
list-style-position: inside;
padding: 0 0 15px 0;
}

#content ul.icon {
list-style-image: url(../images/global/bullet.png);
list-style-type: square;
list-style-position: inside;
padding: 0 0 15px 0;
}

#content ul.none {
list-style-type: none;
margin: 0; 
padding: 0; 
border: 0; 
outline: none;
}


#content ol {
list-style-type: decimal;
list-style-position: inside;
padding: 0 0 15px 0;
}



/* links */


a {
color: #29407C;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#footer a {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
}





/* clears and breaks */

.clear{
clear: both;
}

.clear_both {
clear: both;
}

.break5 {
clear: both;
height: 5px;
}

.break10 {
clear: both;
height: 10px;
}

.break20 {
clear: both;
height: 20px;
}

.break30 {
clear: both;
height: 30px;
}

.break40 {
clear: both;
height: 40px;
}



/* alignment */

.centered {
text-align: center;
width: 100%;
}

.image-right { 
border: 0; 
padding: 0 0 10px 10px;
float: right;
}

.image-middle {
vertical-align: middle;
}

.align-right {
text-align: right;
}

.align-middle {
vertical-align: middle;
}

.align-baseline {
vertical-align: baseline;
}

.align-top {
vertical-align: middle;
}

.float-right {
float: right;
}

.float-left {
float: left;
}






/*.inverse {
width: 280px;
padding: 10px;
background: #CCC;
color: #FFF;
}*/


/* text transformations */

.bigger {
font-size: 21px;
}

.lowercase {
text-transform: lowercase;
}

.uppercase {
text-transform: uppercase;
}

.titlecase {
text-transform: capitalize;
}



/* tags */

.tag a {
position: relative;
float: left;
background-color: #666;
text-decoration: none;
color: #FFF;
padding: 4px 12px 4px 12px;
margin: 5px 5px 0 0;
-moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
border-radius: 0.75em 0.75em 0.75em 0.75em;
}

.tag a:hover {
background-color: #BE202F;
}


/* letters */

.letter a {
position: relative;
float: left;
background-color: #666;
text-decoration: none;
color: #FFF;
padding: 4px 12px 4px 12px;
margin: 5px 5px 0 0;
-moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
border-radius: 0.75em 0.75em 0.75em 0.75em;
}

.letter-on a {
background-color: #BE202F;
}


/* third party content */

.youtube {
width:500px;
height:418px;
}

.facebook-like {
width:450px; 
height:35px;
border:0; 
background: #FFF;
overflow:hidden; 
}


.thumb {
margin: 5px;
padding: 1px;
border: #29407c solid 5px;
background-color: #ffffff;
-moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
border-radius: 0.75em 0.75em 0.75em 0.75em;
}




/* text promotion */

.text-promotion-container {
clear: both;
float: left;
padding: 30px 0 10px 0;
}

.text-promotion-container a {
color: #29407C;
}

.text-promotion-header {
clear: both;
float: left;
color: #BE202F;
padding: 0 0 0 0;
font-family: Barmeno, Verdana, sans-serif;
font-weight: bold;
font-size: 18px;
padding: 0 0 10px 0;
}

.text-promotion {
clear: both;
float: left;
width: 300px;
height: 20px;
color: #666666;
padding-top: 4px;
padding-left: 5px;
}

.text-promotion:hover {
background-color: #29407C;
text-decoration: none;
color: #CCC;
width: 290px;
height: 20px;
padding-left: 10px;
margin-left: -5px;
margin-right: -5px;
}

.text-promotion:hover a {
color: #FFF;
text-decoration: none;
}



/* hotelopia */

.hotelopia {
background: url(../images/partners/hotelopia-bg-2.png) no-repeat;
background-position: left top;
/*font-weight: bold;*/
height: 23px;
width: 443px;
border: 1px #fff solid;
padding: 17px 5px 5px 155px;
}

.hotelopia a {
color: #BE202F;
}

.cheapflights {
background: url(../images/partners/cheapflights-bg.png) no-repeat;
background-position: left top;
/*font-weight: bold;*/
height: 23px;
width: 443px;
border: 1px #fff solid;
padding: 17px 5px 5px 155px;
}

.google-search-box {
width: 144px; 
height: 40px;
padding: 0;
margin: 0; 
border: 0;
color: #000; 
}



/* splendia and hostelworld */

.splendia-heading, .hostelworld-heading {
color: #333;
padding: 10px 0 10px 0;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
}

.splendia-heading a, .hostelworld-heading a {
color: #333;
}

.hostelworld-left {
width: 163px;
float: left;
font-size: 12px;
}

.hostelworld-right {
width: 81px;
float: left;
}

img.splendia-photo {
float: center;
padding: 5px;
margin: 0 0 10px 10px;
border: 1px solid #CCCCCC;
}

img.hostelworld-photo  {
float: right;
padding: 5px;
margin: 0 0 10px 10px;
border: 1px solid #CCCCCC;
}

img.splendia-large-photo {
float: center;
padding: 5px;
margin: 10px 0 10px 0;
border: 3px solid #000;
}








/* quotes */

.article-quote {
text-align: center;
font-size: 14px;
color: #BE202F;
font-style: italic;
padding: 10px 0 10px 0;
}

.article-quote-author {
font-size: 11px;
color: #6D6D6D;
font-weight: bold;
font-style: normal;
text-align: right;
padding: 0 0 20px 0;
}




/* lists */

.odd {
clear: both;
float: left;
width: 100%;
background-color: #FFFFFF;
border-bottom: 1px dotted #CCCCCC;
padding-top: 5px;
padding-bottom: 5px;
}

.even {
clear: both;
float: left;
width: 100%;
background-color: #FFFFFF;
border-bottom: 1px dotted #CCCCCC;
padding-top: 5px;
padding-bottom: 5px;
}

.neither {
clear: both;
float: left;
width: 615px;
padding: 10px 5px 10px 0;
background-color: #FFFFFF;
border-bottom: 1px dotted #CCCCCC;
}

.neither-no-border {
clear: both;
float: left;
width: 615px;
padding: 10px 5px 10px 0;
background-color: #FFFFFF;
}

.last {
/* border-bottom: 0; */
}

.total {
clear: both;
float: left;
width: 600px;
}

.left {
clear: both;
float: left;
width: 420px;
padding: 0 10px 0 0;
}

.left-long {
clear: both;
float: left;
width: 525px;
}

.left-panel {
clear: both;
float: left;
width: 460px;
}

.left-partner {
clear: both;
float: left;
width: 470px;
padding: 0 10px 0 0;
}

.right {
float: left;
width: 190px;
text-align: right;
}

.right-short {
float: left;
width: 90px;
text-align: right;
}

.right-panel {
float: left;
width: 130px;
text-align: right;
}

.right-panel img {
padding: 20px 0 0 10px
}

.right-partner {
float: left;
width: 130px;
text-align: right;
padding: 10px 0 0 0;
}

.halves {
float: left;
width: 297px;
padding-right: 3px;
padding-bottom: 3px;
}

.half-left {
float: left;
text-align: right;
width: 297px;
padding-right: 3px;
padding-bottom: 3px;
}

.half-right {
float: left;
width: 297px;
padding-left: 3px;
padding-bottom: 3px;
}

.thirds {
float: left;
width: 197px;
padding-right: 3px;
padding-bottom: 3px;
}

.quarters {
float: left;
width: 152px;
padding-right: 3px;
padding-bottom: 3px;
}

.sixths {
float: left;
width: 100px;
padding-right: 3px;
padding-bottom: 3px;
}


.thirds a, .quarters a, .sixths a {

}




/* forms */

.form-container, #form-container {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
clear: both;
float: left;
color: #000;
position:relative; 
float:left;
border: 13px solid #000;
width: 604px;
padding: 0 0 10px 0;
margin: 10px 0 20px 0;
}

#form-container p, #form-container ul, #form-container ol {
padding: 0 10px 0 10px;
}

#form-container blockquote {
padding: 5px;
}

.form-container h4 {
font-size: 16px;
color: #FFF;
margin-top: -29px;
margin-left: 0px;
padding-bottom: 0;
}

.form-container-heading {
margin-left: -11px;
}


.photo-container {
float: left;
width: 200px;
height: 160px;
padding: 0 0 10px 0;
}



.form-left {
clear: both;
float: left;
font-size: 14px;
text-align: right;
font-weight: bold;
width: 180px;
padding: 10px 5px 5px 5px;
display:inline-block; 
vertical-align: middle;
}

.form-right {
  float: left;
width: 380px;
padding: 5px;

}

.form-total {
  float: left;
width: 580px;
padding: 5px;

}

.form-container a, .form-container a:hover, .form-container-floating-width a, .form-container-floating-width a:hover { color: #BB0000; }

.accommodation-photo {
padding: 2px;
border: 3px solid #CCC;
}

img.contributor-photo, img.book, img.dvd {
float: right;
padding: 5px;
margin: 0 0 10px 10px;
border: 1px solid #CCCCCC;
}






.icon-key {
float: left;
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
width: 110px;
padding: 5px;
float: left;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: #000;
}

.float-left {
float: left;
}

.float-right {
float: right;
}


.padding-20-left {
padding: 0 0 0 20px;
}

.padding-20-right {
padding: 0 20px 0 0;
}

.padding-40-left {
padding: 0 0 0 40px;
}

.padding-40-right {
padding: 0 40px 0 0;
}


.photo-top {
padding: 10px 0 5px 0;
}





/* sidebars */

#sidebar-dropdowns {
padding: 0 10px 15px 25px;
}

.sidebar-container {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000;
position:relative; 
float:left;
width: 250px;
border: 13px solid #000;
padding: 0px 12px 12px 12px;
margin: 10px 0 10px 0;
}

.sidebar-container-no-border {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000;
position:relative; 
float:left;
width: 300px;
border: 0;
padding: 10px;
margin: 10px 0 10px 0;
}

.sidebar-container-heading {
margin-left: -23px;
}

.sidebar-top-right {
margin-top: -105px;
margin-left: 150px;
}





/* forms */

/* dropdown containers */

.drop-down-container {
float: left;
margin: 0;
padding: 0;
overflow: hidden;
}

/*.drop-down-container-light-grey {
float: left;
background-image: url(../images/global/drop-down.png);
background-repeat: no-repeat;
width: 170px;
height: 28px;
}*/

.drop-down-container-black {
float: left;
background-color: #000;
background-image: url(../images/global/round-end-black.png);
background-position: top right;
background-repeat: no-repeat;
padding: 0 14px 0 0;
margin: 0 5px 0 0;
height: 28px;
}

.drop-down-container-white {
float: left;
background-color: #FFF;
background-image: url(../images/global/round-end-white.png);
background-position: top right;
background-repeat: no-repeat;
padding: 0 14px 0 0;
margin: 0 5px 0 0;
height: 28px;
}

/*.drop-down-container-white-on-dark-grey {
float: left;
background-color: #FFF;
background-image: url(../images/global/round-end-white-on-dark-grey.png);
background-position: top right;
background-repeat: no-repeat;
padding: 0 14px 0 0;
margin: 0 5px 0 0;
height: 28px;
}*/

.drop-down-container-white-on-blue {
float: left;
background-color: #FFF;
background-image: url(../images/global/round-end-white-on-blue.png);
background-position: top right;
background-repeat: no-repeat;
padding: 0 14px 0 0;
margin: 0 5px 0 0;
height: 28px;
}

.drop-down-container-light-grey {
float: left;
background-color: #CCC;
background-image: url(../images/global/round-end-light-grey.png);
background-position: top right;
background-repeat: no-repeat;
padding: 0 14px 0 0;
margin: 0 5px 0 0;
height: 28px;
}

/*.drop-down-container-white {
float: left;
background-image: url(../images/global/drop-down-white.png);
background-repeat: no-repeat;
width: 250px;
height: 28px;
padding: 0 0 5px 0;
} */

/* dropdown select styles */

.drop-down {
margin: 0;
border: 0;
font-weight: normal;
padding: 5px 0 0 5px;
}

.drop-down-light-grey {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
background-color: #CCC;
color: #FFF;
}

.drop-down-black {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
background-color: #000;
color: #FFF;
}

.drop-down-white {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
background-color: #FFF;
color: #333;
overflow: hidden;
}

/* text boxes */

.sidebar-textbox {
font-size: 13px;
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color: #fff;
background-image: url(../images/global/round-end-light-grey.png);
background-repeat: no-repeat;
background-position: right top;
background-color: #CCC;
border: none;
height: 28px;
padding: 0px 0px 0px 6px;
margin: 4px 0px 14px 0px;
}

.text-box-white {
font-size: 13px;
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color: #000;
background-image: url(../images/global/round-end-white.png);
background-repeat: no-repeat;
background-position: right top;
background-color: #fff;
border: none;
height: 28px;
padding: 0px 0px 0px 6px;
margin: 4px 0px 14px 0px;
}

.text-box-black {
font-size: 13px;
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color: #FFF;
background-image: url(../images/global/round-end-black.png);
background-repeat: no-repeat;
background-position: right top;
background-color: #000;
border: none;
height: 28px;
padding: 0px 0px 0px 6px;
margin: 4px 6px 0px 0px;
}

#email-signup-box {
position: relative;
top: 10px;
left: 435px;
z-Index: 9999;
color: #BE202F;
background-color: #FFF;
border: none;
height: 20px;
width: 90px;
}


/* text areas */

.text-area {
color: #000;
border: 1px solid #000;
background: #fff;
padding: 5px;
width: 500px;
height: 75px;
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;

color: #000;
font-size: 12px;
}

.text-container {
margin: 0;
padding: 0;
overflow: hidden;
}

.text-container-white {
width: 250px;
height: 28px;
padding: 0 0 0 0;
}


.radio-black {
float: left;
background-color: #000000;
color: #FFF;
background-image: url(../images/global/round-end-black.png);
background-position: top right;
background-repeat: no-repeat;
padding: 5px;
margin: 0;
height: 18px;
}

/* form elements widths */

.width-940 {
width: 940px;
}

.width-400 {
width: 400px;
}

.width-300 {
width: 300px;
}

.width-235 {
width: 235px;
}

.width-220 {
width: 220px;
}

.width-210 {
width: 210px;
}

.width-200 {
width: 200px;
}

.width-100 {
width: 100px;
}

.width-75 {
width: 75px;
}

.width-50 {
width: 50px;
}

.width-10 {
width: 10px;
}


/* navigation */

ul.dropdown ul li ul {
padding: 5px;
border-style: solid;
border-width: 1px;
border-color: #F0F0F0;
background-color: #FFFFFF;
font-weight: normal;
font-size: 10px;
}

ul.dropdown ul li ul.europe-container {
width: 760px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.north-america-container {
width: 460px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.south-america-container {
width: 460px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.central-america-container {
width: 460px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.south-east-asia-container {
width: 560px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.central-asia-container {
width: 660px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.caribbean-container {
width: 560px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.oceania-container {
width: 560px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.africa-container {
width: 760px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.middle-east-container {
width: 460px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.festivals-by-letter-container {
width: 200px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.festivals-by-type-container {
width: 600px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.festivals-by-month-container {
width: 300px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.us-festivals-by-state-container {
width: 500px;
padding: 0 0 10px 0;
}

ul.dropdown ul li ul.festivals-by-featured-container {
width: 460px;
padding: 0 0 10px 0;
}

.europe {  }
.north-america {  }
.south-america {  }
.central-america {  }
.south-east-asia {  }
.central-asia {  }
.caribbean {  }
.oceania {  }
.africa {  }
.middle-east {  }

.festivals-by-letter {  }
.festivals-by-type {   }
.festivals-by-month {  }
.festivals-by-featured {  }


.festivals-by-letter a {
 display: inline;
}


.featured-countries {
position: relative;
z-index: 1000;
clear: both; 
float: left; 
width: 110px; 
padding: 5px;

}

.featured-countries span {
float: left; 
width: 100px; 
height: 8px;
}

.featured-cities {
position: relative;
z-index: 1000;
float: left; 
width: 110px; 
padding: 5px;
}

.featured-cities-2 {
position: relative;
z-index: 1000;
float: left; 
width: 210px; 
padding: 5px;
}

.featured-cities-3 {
position: relative;
z-index: 1000;
float: left; 
width: 310px; 
padding: 5px;
position: relative;
z-index: 1000;
}

.featured-cities span, .featured-cities-2 span, .featured-cities-3 span {
float: left; 
width: 100px; 
height: 10px;
}

.all-countries {
position: relative;
z-index: 1000;
float: left; 
width: 110px; 

padding: 5px;
}

.all-countries-2 {
position: relative;
z-index: 1000;
float: left; 
width: 210px; 

padding: 5px;
}

.all-countries-3 {
position: relative;
z-index: 1000;
float: left; 
width: 310px; 
position: relative;
z-index: 1000;
padding: 5px;
}

.all-countries-5 {
position: relative;
z-index: 1000;
float: left; 
width: 510px; 

padding: 5px;
}

.all-countries span, .all-countries-2 span, .all-countries-3 span, .all-countries-5 span {
float: left; 
width: 100px; 
height: 8px;
}

.all-festivals-by-letter {
position: relative;
z-index: 1000;
float: left; 
width: 210px; 
padding: 5px;
}

.all-festivals-by-letter span {
float: left; 
width: 30px; 
height: 8px;
}

.all-festivals-by-type {
position: relative;
z-index: 1000;
float: left; 
width: 610px; 
padding: 5px;
}

.all-festivals-by-type span {
float: left; 
width: 120px; 
height: 8px;
}

.all-festivals-by-month {
position: relative;
z-index: 1000;
float: left; 
width: 310px; 
padding: 5px;
}

.all-festivals-by-month span {
float: left; 
width: 100px; 
height: 8px;
}

.all-us-festivals-by-state {
position: relative;
z-index: 1000;
float: left; 
width: 510px; 
padding: 5px;
}

.all-us-festivals-by-state span {
float: left; 
width: 100px; 
height: 8px;
}

.all-festivals-by-featured {
position: relative;
z-index: 1000;
float: left; 
width: 460px; 
padding: 5px;
}

.all-festivals-by-featured span {
float: left; 
width: 150px; 
height: 8px;
}

.mystery-flight {
float: left; 
padding: 0 0 0 152px;
}

.social-icon {
position: relative; 
float: left; 
text-align: left; 
width: 85px; 
height: 80px;
}




