/* Hi */
/* New birdinginspain.com Styles */

/** Reset CSS**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
.instructions {
  text-align:center;
  font-size:20px;
  margin: 15vh;
}  
.submit{
	
}
#cboxOverlay {
	background: url(overlay.png) repeat 0 0;}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{ opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */

/*   This is the Popup Window   */

#modal-content {
  display: none;
}

.delayedPopupWindow {

	
	z-index: 102;
	padding: 10px 20px;
}
/*   This is the closing button  */
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}

.peucontacte{
	position:fixed; bottom:85px; width:100%; text-align:center; z-index: 999;
	 
}
.peucontacte a, .peucontacte a:hover, .peucontacte a:focus, .peucontacte a:active{
	color:#fff; font-weight:800; font-size:20px; margin:15px; border-radius:5px; float:left;
}




html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body { text-align:center }
/** END Reset CSS **/
























/************************************************************************************************************/
/* POL STARTS */

/* Specials, repeat uses and specials commands */


p {
    line-height:24px;
    margin: 30px 0;
    color:#858585;
}

header::after, main::after, footer::before, .td_pagearea::after {
	content:'';
	display:block;
	clear:both;	
}

.alignright, .imagetoright {
    float:right !important;
    margin-right:0 !important;
}

.alignleft, .imagetoleft {float:left  !important}
img.responsive {
    width:100%;
    height:auto;
}

.clearer { clear:both }
.spacer {
    margin:10px auto;
}

.cycle-slideshow { width: 100% }
/********   Colours   **********/

/* Strong Green */
b, strong, h1, h2.main-title, main h2 {
    color:#2c4001;
}
h2.subtitle {
    color:#7D8E1B;
}
/* Green Background */
.td_leftmenu_selfitem, .active {
    background:#7D8E1B;
    color:#fff;
}
.highlight a {
    background:#2c4001;
    color:#fff;
}
.lowhighlight a {
    background:#A1AF41;
    color:#fff;
}
div.highlightborder {
    margin-bottom: 16px;
}

.highlightborder img {
    border:6px solid #7D8E1B;
    box-sizing:border-box;    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* Pink red */
main a, a {
    color:#6d7501;
    /*text-decoration:none;*/
}

main a:hover {
    text-decoration:underline;
}
/*main a:visited, main a:active {
    color:#e8c48a
}*/
h1, h2, h3, h4, h5, h6 {
    font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
    font-weight:normal;
}

h1, h2.main-title {
    font-size:27px;
    font-weight:normal;
}

h3 {
    font-size:20px;
    
}
h4, h5 {
    font-size:18px;
}

.noexpand img, img.noexpand {
    width:auto !important;
}

.videoholder {
    padding-bottom:60%;
    width:100%;
    position:relative;
}
.videoholder iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/********* Divisions *********/
.half {
    float:left;
    width:49%;
    margin-right:2%;
}

.half:nth-child(2n) {
    margin-right:0;
}

.third {
    float:left;
    width:32%;
    margin:0 1%;
}

.third:nth-child(3n+1) {
    margin-left:0;
    clear:both;
}

.third:nth-child(3n ) {
    margin-right:0;
}
.third small { 
    text-align:center; 
    width:100%;
    display:inline-block;
}


.forth {
    float:left;
    width:23.5%;
    margin:0 1%;
}

.forth:nth-child(4n) {
    margin-right:0;
}

.forth:nth-child(4n+1) {
    margin-left:0;
}
.half img, .third img, .forth img {
    max-width:100%;
    height:auto;
}

.col_3_5 {
    width:59%;
    float:left;
}
.col_2_5 {
    width:39%;
    float:left;
    margin-left:2%;
}

.permanent_third {
    float:right;
    width:33%;
}
.permanent_third img {
    width:100%;
    height:auto;
}
.iframe_responsive {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: auto; 
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
border: solid black 1px;
} 
.iframe_responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pad50 {
    padding-bottom: 50%;
}
/************ Page Structures ***********/

#td_background {
    overflow:hidden;
}
/* Header */
header, .td_pagearea {
max-width:1140px;
width:100%;
margin: 0 auto;
}

.header_wrapper {
	border-bottom:1px solid #BFBFBF;
	box-shadow:0 2px 5px rgba(0,0,0,0.45);	
	margin-bottom:30px;
}

header { position:relative;}

header a {
    text-decoration:none;
    font-size:17px;
    color:#000;
    padding:8px 12px;
}
.head_right a:hover, .head_right a.active {
    color:#fff;
    background:#2c4001;
    border-radius:20px;
}

h1 a.active, .maintitle a.active {
    border:none;
    background:none;
}
.head_right li.active {
    background:none;
}
span.bp_bird {
    color:#66B9CC
}
span.bp_pictures {
    color:#99cc66;
}

span.title1 {
    display:none;
}
.head_right a:hover span.bp_bird, .head_right a:hover span.bp_pictures {
    color:#fff;
}
div.head_left {
	float:left;
	width:25%;
 }
.maintitle {
    padding:20px;
}
.head_left h1 span, .maintitle h1 span {
	display:none;
}
div.head_left img {
	width:100%;
	height:auto;
}
div.head_right {
float:right;
width:75%;
margin:45px 0 0 0;
}

.head_right ul { 
	text-align:right;
    padding:0; }
.head_right ul li {
	display:inline;
	text-align:right; }
/* END Header */ 

/** Menus **/
.menu_expander {
    display:none;
}

/* Sidebar */
aside {
	width:25%;
	float:left;	
}
aside ul {
 margin:0; 
 padding:0;	
 background:#f8f8f8;
}
aside ul li {
	display:block;
	border-bottom:1px solid #7d8e1b;
    position: relative;
}
aside li a{
	display:block;
	line-height:48px;
	color:#000;	
	text-align:left;
	text-decoration:none;
	padding:0 20px;
}

aside li a:hover {
	color:#fff;	
	background:#7d8e1b;
}

aside ul ul li.active > a, aside li li  a:hover {
    background:#A1AF41;
}
aside ol {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
aside ol li a {
    text-indent:0;
    line-height:20px;
    padding:5px 0;
}
aside ol li {
    padding:5px 0;
}
aside h4 {
    border-bottom:1px solid #7d8e1b;
    margin-bottom:0;
    line-height:48px;
    color:#fff;	
	background:#7d8e1b;
    text-indent:20px;
    text-align:left;
    font-weight:normal;

}
aside img {
    width:100%;
    height:auto;
}

aside li.highlight {
    position:relative;
}
/*aside li.highlight a { padding-left:40px }*/
aside li.highlight a::before, aside li.photography > a::before {
    position: absolute;
    left:-39px;
    top:-1px;
    padding: 0;
    content:'\2605';
    color:#2c4001;
    font-size:42px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
aside li.highlight a:hover::before, aside li.photography > a:hover::before {
    color:#7D8E1B;
    -ms-transform: translate(50px,0); /* IE 9 */
    -webkit-transform: translate(50px,0); /* Safari */
    transform: translate(50px,0);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    font-size:10px;
    left:0;
}

aside li.photography > a::before {
    width: 42px;
    height: 47px;
    display: block;
    background: url('images/menu-icons.png') 0 -98px no-repeat;
    content: '';
}
aside li.photography > a:hover::before {
    z-index:-10;
}



/** Submenus **/

aside ul ul {
    display: none;
    background: #E2EAAD;
    border-bottom: 3px solid #7D8E1B;
}

aside ul li:hover ul, aside ul li.active ul {
    display:block;
}

aside ul li:hover ul {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
}

aside ul li.active:hover ul {
    position:static;
}


/* Sidebar ADS */
aside .ads {
    margin-top:30px;
    background: #ACB725;
    /*background:#2C4001;  New BG no activar fins que tots els ADS estiguin canviats TODO */
    padding:5px;
    border-radius:15px;
}

aside .ads img {
    border-radius:15px 15px 0 0;
}
aside .ads p, aside .ads a, .ads strong {
    color:#fff;
}

aside .left-top-ad {
    margin-bottom:60px;
    border: 5px solid #FBFD29;
}
aside .left-top-ad a {
    color:#fff;
    text-decoration: none;
}
#responsive_travel {
    width:70%;
    margin:30px 15% 10px;
}

/** Itineraries **/
li.child {
    position:relative;
}
aside ul li.child ul {
    display:none;
}
aside ul li.child:hover ul {
    display:block;
    position:absolute;
    left:100%;
}


/* END Sidebar */



/* Main Content */
#image_headers {
    margin-bottom:40px;
}
#image_headers img {
    max-width:100%;
    height:auto;
}
main {
	width:72%;
	float:left;
	margin-left:3%;	
	text-align:left;
}
main h1, main .main-title {
	margin-top:0;
	padding-top:0;
	border-bottom:1px solid #c06455;
	box-shadow:0 2px 0 #e2cb3d;
}

main h2 {
    font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
    font-weight:normal;
    font-size:24px;
}
main .storycontent img {
    width:100%;
    height:auto;
}
main img.width_80 {
    width:80%;
    margin:0 10%;
}

main img.width_60 {
    width:60%;
    margin:0 20%;
}

main img.width_40 {
    width:40%;
    margin:0 30%;
}
main img.noresp {
    width:auto;
}

#topslider {
    margin-bottom:25px;
}

.featured_item  {
    position:relative;
    margin-bottom:20px;
}
.featured_item_text {
    width:100%;
    position:absolute;
    bottom:0;
    text-align:center;
}
.featured_item_text a {
    font-size:12px;
    color:#fff;
    text-shadow:0 2px 2px rgba(0,0,0,1);
}
.featured_item h3 {
    margin:10px 0;
}
.featured_item_title {
    text-transform:uppercase;
    font-size:16px;
    font-weight:normal;
}

#now_featuring_top { display:none; }

.top_ad { 
    display:block;
    background:#7D8E1B;
    padding:2px;
    margin:-10px 0 30px 0;
}
.top_ad h4{
    width:100%;
    padding:0;
    margin:0;
    font-size:10px;
    text-indent:5px;
    text-transform:uppercase;
    color:#fff;
}
.top_ad img {
    width:100%;
    height:auto;
}
/* Content Sidebar */
.contents_sidebar {
background: #F8F8F8;
border: 1px solid #A5A5A5;
padding: 10px;
margin: 10px;
}

.contents_sidebar ol {
    padding: 0px 0px 0px 20px;
}
.contents_sidebar h4, .contents_sidebar ol {
    margin: 0px 0px 20px 5px;
}

/** Item lists **/

.iconlist ul {
    margin:0;
    padding:0;
    width:100%;
    
}

.iconlist li {
    width:16%;
    margin:0 2%;
    float:left;
    list-style:none;
    text-align:center;
}

.storycontent .itinerary_list {
    margin-bottom:35px;
}

.storycontent .itinerary_list ol {
    float:left;
    width:55%;
}

.storycontent .itinerary_list ol::after {
    display:block;
    content:'';
    clear:both;
}

.storycontent .ads {
    width:35%;
    float:right;
}
.storycontent .ads p {
    background:#ABBC28;
    margin:0;
    padding:15px 5px;
    text-align:center;
    border-radius:0 0 15px 15px;
}

.storycontent .ads a {
    color:#fff;
    font-size:12px;
}

/* Links Page */
div.link {
    /*border:1px solid #7D8E1B;*/
    margin-top:30px;
}

div.link h3 {
    background:#7D8E1B;
    color:#fff;*/
    border-bottom:2px solid #7D8E1B;
    margin:0;
    padding:10px 20px;
    margin-bottom:15px;
    text-transform:uppercase;
    font-weight:normal;
}

div.link ul {
    margin:0;
    padding:0;
}
div.link li {
    list-style:none;
    width:48%;
    margin:10px 4% 10px 0;
    float:left;
}

div.link li:nth-child(2n) {
    margin-right:0;
}

/* Why birding in spain */
.why_birds img {
    border-radius:15px;
    margin:15px;
}

/* Itineraries */
.sidebar img {
    width:100%;
    height:auto;
}
.mitinerary {
    margin-bottom:30px;
}
.mitinerary p {
    clear:both;
    padding:20px 0;
}

.mitinerary img {
    float:left;
    width:30%;
    margin-right:15px;
    border:6px solid #A1AF41;
    border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0,0.65);
}

.mitinerary::after {
    clear:both;
    content:'';
    display:block;
}
div.vitalinfo {
    background-color:rgb(226, 234, 173);
    border-radius:15px;
    padding:5px 15px;
    border:6px solid #A1AF41;
/*    border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0,0.65);*/
}
.vitalinfo p {
    margin:10px;
}
.tour_highlights {
    margin: 0 0 15px 15px;
}
.tour_highlights h3 {
    margin: 10px 0 10px 10px;
}

.call-to-action {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.call-to-action span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.call-to-action span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.call-to-action:hover span {
  padding-right: 25px;
}

.call-to-action:hover .call-to-action:after {
  opacity: 1;
  right: 0;
}
/* Downloads and miscellania */
.checklist,  .tripreports {
    margin:0;
    padding:0;
}
.checklist li,  .tripreports li {
    list-style:none;
    padding:15px 10px 15px 10px;
    background:#E5E8BA;
}

.checklist li:nth-child(2n),  .tripreports li:nth-child(2n), li.odd {
    background:#F6F7E8;
}
.checklist a img, .tripreports a img, main.clients-area a img, .imagetoleft {
    max-width:100%;
    width:auto;
}
a.moreinfo {
    margin-right:20px;
}
.iconlist {
    clear:both;
}

/* Clients Feedback */
div.feedback {
    padding-bottom:15px;
    margin:15px 0;
}

.fbheader {
    text-align:right;
    padding:0 10px 10px 0;
}

.fbheader::after {
    content:'';
    display:block;
    clear:both;
}
.fbreview {
    padding: 15px 10px;
    font-style: italic;
    background: #F4F5DD;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative;
}

.fbreview::after {
    content: '';
    display: block;
    position: absolute;
    right: 55px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #F4F5DD;
}

#clients_feedback {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  text-align: justify;
  padding-top: 25px;
}

#clients_feedback_title h3 {
margin:60px 0 0 0;
padding-bottom:10px;
border-bottom: 1px solid #2c4001;
font-size:26px;
font-style:italic;
}
#clients_feedback .feedback {
    float:left;
    width:29%;
    height:200px;
    padding:0 20px;
    position:relative;
    margin:0;
    border-bottom: 1px solid #2c4001;
}

#clients_feedback .fbheader {
    position:absolute;
    bottom:10px;
    right:10px;
}
/* Footer */
footer {
    margin:0 0 40px 0;
    background:#2c4001;
    color:#fff;
    text-align:center;
    font-size:12px;
    padding-bottom:30px;
}
footer ul a {
    color:#fff;
    padding:12px 15px;
    display:inline-block;
}
.footer a {
    color:#fff;
}
.footer p {
    margin:20px 0;
}
.footer {
    max-width:1140px;
    margin:0 auto;
}
footer ul, footer li {
    display:inline;
}
footer ul {
    padding:0;
    margin-right:25px;
    font-size:14px;
}
#floatcontact {
font-size:14px;
position:fixed; 
left:0;
bottom:0; 
margin:0 auto; 
width:100%; 
background:#7D8E1B; 
padding:0 inherit; 
text-align:center;
box-shadow:0 -2px 3px rgba(0,0,0,0.35);
}
#floatcontact span {
    color:#2C4001;
    font-weight:bold;
}
.footer-float-ad {
    display:none;
    position:fixed;
    right:15px;
    bottom: 72px;
    width:30%;
    z-index:99;
}
.footer-float-ad img {
    border-radius:50%;
    width:100%;
    max-width:150px;
    height:auto;
    border: 5px solid #FBFD29;
}
/* END Footer */

/* Page Popups */
.popup_wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display:none;
    z-index: 101;
}

.popup_bg {
    display:none;
    background: rgba(0,0,0,0.65);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.popup_content {
    position: relative;
}
div.popup_close {
    position:absolute;
    width:30px;
    height:30px;
    
}
.popup_cover {
    position: absolute;
    z-index:103;
    width:100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.popup_options {
    margin-top:23px;
    color:#fff;
}
.popup_text {
    position: absolute;
    z-index:104;
    bottom: 30px;
    text-align: center;
    /*background: #E0EBAD;*/
    width: 100%;
}
.popup_text p {
    margin:0;
    color:#fff;
    font-size:32px;
}
.popup_text span.yellow_bg {
    font-size: 24px;
    margin-top: 20px;
    display: block;
    background: #FFFF00;
    text-transform: uppercase;
    color: #000;
    padding: 5px 0;
}
.popup_text p.popup_options {
    font-size:18px;
}
.text_shadow {
    text-shadow: 1px 1px 3px #000;
}
a.popup_button {
    background: #6D7501;
    border-radius: 5px;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}




/************************************************ MEIDA ********************************************************/
/** Responsive Design **/
/* SMARTPHONES PORTRAIT */


/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1200px) {
    #clients_feedback .feedback , #clients_feedback {
        height:250px;
    }  
    aside ul {
         margin-left:40px;
    }
}

@media only screen and (max-width: 1024px) {
    div.head_right {
        width: 68%;
        margin: 45px 2% 0px;
    }

    header a {
        padding: 8px 5px;
    }
    .td_pagearea {
        width:96%;
    }

    aside li a {
        margin:0;
        font-size: 14px;
    }
    /** Third Becomes Half // If not it becomes one **/
    .third:nth-child(3n) {
        margin-right:0;
    }

    .third:nth-child(3n+1) {
        margin-left:0;
        clear:none;
    }

    .third {
        float:left;
        width:49%;
        margin:0 2% 20px 0 !important;
    }

    .third:nth-child(2n) {
        margin-right:0 !important;
    }

    #topslider img {
        width: 100%;
        height: auto;
    }

    #clients_feedback .feedback , #clients_feedback {
        height:200px;
    } 

    aside ul {
        margin-left:20px;
    }
}
/* TABLETS PORTRAIT */
@media only screen and (max-width: 768px) {

    .td_pagearea aside { display:none; }
    div.head_right {
        margin-top:5px;
    }

    main {
        width:100%;
        margin:0;
    }
    /*.third {
        width:100%;
        margin:0 0 20px 0 !important;
    }
    .third img {
        width:100%;
        height:auto;
    }*/



    .featured_item_title {
        font-size:22px;
    }
    .featured_item_text a {
        font-size: 16px;
    }

    .permanent_third {
        width:40%;
    }


    #main_sections, #other_sections {
    width: 44%;
    margin: 0px 3%;
    float: left;
    position:static;
    }

    .main_sections_menu, .other_sections_menu {
        position:absolute;
        z-index:1000;
    }
    .other_sections_menu {
        right:4%;
    }
    .main_sections_menu aside, .other_sections_menu ul {
        width:100%;
    }
    .top_menu {
        display:none;
    }

    .menu_expander {
        width: 100%;
        display: block;
        margin-top: 30px;
        line-height: 45px;
        background: #7D8E1B;
        color:#fff;
        cursor:pointer;
    }
    #pageheader ul {
        margin:0;
        padding:0;
    }
    #pageheader .top_menu li {
        display:block;
        padding:0 0;
        background:#f8f8f8;
        border-bottom: 1px solid #7D8E1B;
        width: 120%;
    }

    /* HTML ICONS */
    aside li.highlight a::before, aside li.photography > a::before {
        position: absolute;
        left:auto;
        right: 15px;
        top: -1px;
    }

    aside li.highlight a::before {
        /*color:#7D8E1B;*/
        color:#f8f8f8;
    }
    aside li.highlight a:hover::before, aside li.photography > a:hover::before {
        color:#7D8E1B;
        -ms-transform: translate(-50px,0); /* IE 9 */
        -webkit-transform: translate(-50px,0); /* Safari */
        transform: translate(-50px,0);
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Safari */
        transform: rotate(-90deg);
        font-size:10px;
        left:auto;
        right:30px;
    }
    aside .left-top-ad {
        display:none;
    }
    /*aside li.highlight a:hover::before {
        color:#2c4001;
    }*/

    #pageheader .top_menu li a {
        line-height: 40px;
        display: block;
        text-align:left;
        font-size:14px;
        text-indent: 0;
        padding: 0 20px;
        margin: 0;
    }

    #pageheader .top_menu li a:hover, .head_right a.active {
        border-radius:0;
        background:#7D8E1B;
    }

    #now_featuring_top { 
        display:block;
        background:#7D8E1B;
        padding:2px;
        margin:-10px 0 30px 0;
    }
    #now_featuring_top h4 {
        width:100%;
        padding:0;
        margin:0;
        font-size:10px;
        text-transform:uppercase;
    }
    #now_featuring_top img {
        width:100%;
        height:auto;
    }

    aside ul li.child ul, aside ul li.child:hover ul {
        display:block;
        position:static;
        left:auto;
    }

    aside ul ul {
        border-bottom:none;
    }
    #pageheader ul ul li a {
        background:#CDD671;
    }

    #pageheader ul ul ul li a {
        background:#E2EAAD;
    }
    #pageheader ul ul li a.active, #pageheader ul ul ul li a.active {
    background: #7D8E1B;
    }

    footer {
        padding-bottom:10px;
    }
    .footer-float-ad {
        display:block;
    }
    #clients_feedback .feedback , #clients_feedback {
        height:150px;
    }
    .popup_wrapper {
        width:95%;
    }
    .popup_image img {
        width:100%;
    }
}
@media only screen and (max-width: 620px) {
    .half { width:100%; margin:0; }
    div.head_left { margin-top: 15px; }
}

@media only screen and (max-width: 560px) {
    #clients_feedback .feedback , #clients_feedback {
        height:250px;
    } 
    .tour_highlights {
        width:89%;
        margin:0;
    }
    .alignright.tour_highlights {
        float:none !important;
    }

}
/* SMARTPHONES LANDSCAPE */
@media only screen and (max-width: 480px) {

    .third {
        width:100%;
        margin:0 0 20px 0 !important;
    }
    .third img {
        width:100%;
        height:auto;
    }

    .why_birds img {
        margin:10px 0;
    }
    .col_3_5, .col_2_5 {
        width:100%;
        margin:0 0 20px 0;
    }
    .menu_expander {
        margin-top: 18px;
    }
    #main_sections, #other_sections {
        position:static;
    }
    .other_sections_menu {
        right:4%;
    }
    footer  {
        padding-bottom:15px;
        margin-bottom:58px;
    }
    footer ul {
    margin-right: 0;
    }
    footer ul a {
        padding: 12px 7px;
    }
    div.link li {
        width:100%;
        margin:10px 0;
        float:none;
    }
    .popup_text {
        position:relative;
        background: #72911C;
        bottom:0;
    }
    .popup_text p {
        font-size:18px;
    }
    .popup_text span.text_shadow {
        display:inline-block;
        margin-top: 10px;
    }
    .popup_text span.yellow_bg {
        font-size: 18px;
        margin-top: 5px;
    }
    .popup_options {
        padding:18px 0 15px;
        margin-top: 0;
    }
    .popup_text::after, .popup_options::after, .popup_options {
        content: '';
        display:block;
        clear: both;
    }
}

@media only screen and (max-width: 375px) {

    h1, h2.main-title {
        font-size:22px;
    }

    footer ul a {
        padding: 6px 5px;
    }
    footer {
        padding-bottom:12px;
        margin-bottom:58px
    }
    .feel_free {
        display:none;
    }

    div.head_left {
        width: 100%;
    }

    div.head_left img {
        width: 60%;
    }

    div.head_right {
        width: 96%;
    }
    .menu_expander {
        margin: 0 0 15px;
    }

    div.head_left h1 {
        margin: 10px 0px;
    }
    #clients_feedback .feedback , #clients_feedback {
        height:300px;
    } 
}
