/**********************
  - RESET -
************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.oh { overflow: hidden; }

.mb10 {margin-bottom: 10px !important; }
.mb15 {margin-bottom: 15px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important; }
.ml0 {margin-left: 0 !important; }


a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: sans-serif, Arial;
}

.clear {
  clear: both;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.cr_monkey_logo {
  background-image: url("https://res.cloudinary.com/monkeytours/image/upload/v1436577762/logo_monkey_nuevo_kmsn3s.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 98px;
  line-height: 0;
  margin-top: 0;
  text-indent: -9999px;
  width: 188px;
}
header {
  background: #333;
  width: 100%;
}

.subheader {
	margin: 0 auto;
   max-width: 1071px;
   width: 100%;
}

.header_top{
    background-color: #fff;
    height: 110px;
	display:block;
}

.inner-subheader {
  width: 1170px;
  margin: auto;
}


.subheader .subheader2 {
  float: right;
}


.subheader .socials {
  float: left;
}


.subheader .subheader2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subheader .subheader2 li {
display: inline-block;
padding: 7px;
padding-top: 5px;
color: #fff;
font-size: 13px;
}
.subheader .subheader2 a {
  color: #fff;
  font-size: 12px;
}

.socials img {
  margin-top: 5px;
  margin-left: 5px;
}

.socials img:hover{
  opacity: 0.8;
}


.upper-header {
  width: 1170px;
  margin: auto;
  clear: both;
  padding-top: 20px;
}

.email a{
  font-family: Times;
  font-size: 18px;
  color: #6c727f;
  background: url(../images/e-mail.png) 0 center no-repeat;
  padding-left: 40px;
  margin-top: 40px;
  display: block;
}

.logo {
  margin-bottom: 15px;
  text-align: center;
}

.phone p {
  font-family: Times;
  font-style: 18px;
  color: #6c727f;
  background: url(../images/phone.png) 0 center no-repeat;
  padding: 1px 0;
  padding-left: 30px;
  margin-top: 40px;
  float: right;
}


/*-------------------------------------------------*/
/* =  Navigation
/*-------------------------------------------------*/

/* Navigation  */
.nav-wrap {
  float: right;
}

#nav {
position: relative;
background: #333333;
height: 50px;
clear: both;
}
#nav > select {
  display: none;
}

ul#navlist {
  list-style: none; 
  margin: 0;
  padding: 0;
  width: 100%;
  margin: auto;
  text-align:center;


}

ul#navlist li {
    display: inline-block;
    font-family: "open sans",Arial,serif!important;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 0;
    padding: 0;
    position: relative;
}
ul#navlist li.current > a, ul#navlist li > a:hover, ul#navlist li > a.selected {
    background: none repeat scroll 0 0 #80A403;
    color: #fff;
}
ul#navlist li a {
  border-radius: 0;
  color: #fff;
  display: block;
 font-family: "open sans",Arial,serif!important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: inherit;
  margin-top: 0;
  padding: 18px;
  text-transform: uppercase;
}

ul#navlist li.current > a,
ul#navlist li > a:hover,
ul#navlist li > a.selected {
  color: #fff;
  background: #80A403;
}

ul#navlist li a:hover {
  color: #fff;}

/* DropDown Menu = Superfish */
.sf-menu {
  line-height: 1.0;
  overflow: visible !important;
}

.sf-menu .sub-menu {
  position: absolute;
  top: -999em;
  width: 132%; /* left offset of submenus need to match (see below) */
  margin: 0;
  padding-left: 0;
  padding-top: 1px;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: auto; /* match top ul list item height */
  z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
  top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu .sub-menu {
  overflow: visible !important;
}

.sf-menu .sub-menu li {
background: #323232;
padding-right: 0;
list-style: none;
margin-bottom: 1px;
padding: 0px !important;
text-align: left!important;
width: 165px;
}

.sf-menu .sub-menu li:first-child {
  border-top: 0px solid #31cec3;
}

.sf-menu .sub-menu a {
  font-size: 1em !important;
  font-weight: normal;
  color: #fff;
  padding: 12px 15px !important;
  line-height: normal;
  text-transform: none !important;
}

.sf-menu .sub-menu li a:hover {color:#fff!important; border-radius: 0px!important}

.sub-menu span {
  display: none;
}

/*-- Slider --*/

.slider {
  position: relative;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
  outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.flex-control-nav {
  display: none;
}


.flexslider .slides>li {
  display:none;
  -webkit-backface-visibility:hidden;
}


.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform:capitalize;
}
.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
.no-js .slides>li:first-child {
  display:block;
}
.flexslider {
  margin:0;
  position:relative;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -o-border-radius:0px;
  border-radius:0px;
  overflow:hidden;
}
.flex-viewport {
  max-height:2000px;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}
.loading .flex-viewport {
  max-height:300px;
}
.flexslider .slides {
  zoom:1;
}
.carousel li {
  margin-right:5px
}
.flex-direction-nav {
  *height:0;
  position: absolute;
  width: 162px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.flex-direction-nav a {
  width:81px;
  height:44px;
  display:block;
  background:url(../images/bg_direction_nav.png) no-repeat 0 0;
  position:absolute;
  right:540px;
  bottom:75px;
  margin-top:-19px;
  z-index:10;
  cursor:pointer;
  text-indent:-9999px;
  opacity:0;
  -webkit-transition:all .3s ease;
} 

.flex-direction-nav .flex-next {
  background-position:100% 0;
  opacity:0.8;
  right: 0px;
  bottom: 75px

}
.flex-direction-nav .flex-prev {
  opacity:0.8;
  left: 0px;
  bottom: 75px;
 
}
.flexslider:hover .flex-next {

}
.flexslider:hover .flex-prev {

}
.flexslider:hover .flex-next:hover {
  opacity:1;

}
.flexslider:hover .flex-prev:hover {
  opacity:1;

}

.flex-direction-nav .flex-disabled {
  opacity:.3!important;
  filter:alpha(opacity=30);
  cursor: default;
}
/* Control Nav */

.flex-control-thumbs {
  margin:5px 0 0;
  position:static;
  overflow:hidden;
}
.flex-control-thumbs li {
  width:25%;
  float:left;
  margin:0;
}
.flex-control-thumbs img {
  width:100%;
  display:block;
  opacity:.7;
  cursor:pointer;
}
.flex-control-thumbs img:hover {
  opacity:1;
}
.flex-control-thumbs .flex-active {
  opacity:1;
  cursor:default;
}
.flex-control-thumbs {
  margin:5px 0 0;
  position:static;
  overflow:hidden;
}
.flex-control-thumbs li {
  width:25%;
  float:left;
  margin:0;
}
.flex-control-thumbs img {
  width:100%;
  display:block;
  opacity:.7;
  cursor:pointer;
}
.flex-control-thumbs img:hover {
  opacity:1;
}
.flex-control-thumbs .flex-active {
  opacity:1;
  cursor:default;
}
p.flex-caption {
  padding:0;
  position: absolute;
  left: 30%;
  margin-left: -50px;
  bottom: 60%;
  padding:20px;
  font-size:35px;
  max-width:700px;
  background:#333;
  background:rgba(0,0,0,0.8);
  opacity:0.8;
  color:#fff;
  font-family:Times;
  text-transform: uppercase;
}
div.flex-caption span {
    position:absolute;
  left:44%;
  bottom:45%;
  margin-left: -50px;
  padding:10px;
  font-size:17px;
  display:block;
  color:#333;
  background:#fff;
  background:rgba(255,255,255,0.8);

}
.slide p {
  font-weight: normal;
}

/*BX-Slider*/


/** RESET AND LAYOUT
===================================*/

.cat-title {
  font-family: Georgia;
  font-size: 22px;
  color: #3f3f3f;
  font-weight: normal;
  font-style: italic;
}

.desc {
  background: #2190d7;
  padding: 10px;
}
.desc h4{
  color: #fff;
  font-size: 14px;
}
.desc span{
  color: #fff;
  font-size: 12px;
}



.bx-wrapper {
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  
}

.bx-viewport {
  
}

.slide {
  margin-top: 7px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  right: 0px;
  background: url(images/controls2.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
  right: 0px;
  background: url(images/controls2.png) no-repeat -43px 0px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -41px;
  outline: 0;
  width: 38px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*-------------------------------------------------*/
/* =  Content
/*-------------------------------------------------*/

/* Reserve Room Form*/

.book-form {
 width: 1170px;
 margin: auto;
}

.inner-form {
   position: absolute;
  width: 1170px;
  height: 65px;
  bottom: 0px;
  margin: auto;
  background: #333;
  background: rgba(0,0,0,0.8); 
  border-top: 10px solid #31cec3;
}

.book-form h4 img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.book-form h4 {
  float: left;
  color: #fff;
  padding: 40px;
  background: #2190d7;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}


.inputs input[type="text"] {
  float: left;
  padding: 9px 9px 9px;
  width: 210px;
  margin-left: 15px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border:none;
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}

.inputs select {
  float: left;
  padding: 7px 9px 7px;
  width: 210px;
  margin-left: 15px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border:none; 
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}


.book-form input[type="submit"] {
  float: left;
  color: #fff;
  padding: 6px 44px;
  background: #6c727f;
  font-size: 16px;
  font-family: sans-serif, Arial;;
  border: none;
  font-weight: bold;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-top: 14px;
  margin-left: 14px;
  cursor: pointer;
}

/* Inner Content */

.wrapper h3 {
  color: #3f3f3f;
  font-size: 20px;
  margin-bottom: 15px;
}


/*Latest Deals*/

.box img {
  width: 100%;
}

.box-img {
  position: relative;
}

.box .details {
  background: url(../images/book-bg.png) 0 no-repeat;
  padding: 20px 58px 20px 48px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 13px;
  color: #fff;
  font-family: sans-serif, Arial;;
}

.box .details:hover {
  color: #333;
}

.box h4 {
  font-size: 19px;
  color: #333;
  font-weight: normal;
  margin: 10px 0;
  font-family: sans-serif, Arial;;
}

.box p {
  font-size: 13px;
  color: #65686d;
  margin-bottom: 5px;
  font-family: sans-serif, Arial;;

  padding-bottom: 10px;
}


.box li{
  background:;
  color: #333;
  font-size: 13px;
  font-family: sans-serif, Arial;;
  padding-left: 30px;
  border-bottom: 1px solid #eaebec;
  padding-bottom: 8px;
  padding-top: 9px;
}

/*Accordion*/

#accordion-container {
  font-size: 13px;
  color: #868686;

}

.accordion-header {
  font-size: 14px;
  margin: 5px 0 10px 0;
  padding: 8px 40px;
  cursor: pointer;
  color: #3f3f3f;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.active-header {
  background: url(../images/active-header.png);
  background-repeat: no-repeat;
  
}

.active-header:hover {
  background: url(../images/active-header.png);
  background-repeat: no-repeat;
  
}

.inactive-header {
  background: url(../images/inactive-header.png);
  background-repeat: no-repeat;
  
}

.inactive-header:hover {
  background: url(../images/inactive-header.png);
  background-repeat: no-repeat;
}

.accordion-content {
  display: none;
  background: #ffffff;
  border-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

/* ------------------------------------------------------
  Speech Bubble (Testimonial)
------------------------------------------------------ */

blockquote.speech-bubble .quote-content {
position: relative;
font-size: 14px;
line-height: 1.6em;
padding: 20px;
background: #f6f6f6;
color: #495059;
margin-bottom: 20px;
font-family: arial;
font-style: italic;
}

blockquote.speech-bubble span.quote-arrow {
  display: block;
  width: 27px;
  height: 25px;
  background: url(../images/testimonial-arrow.png) no-repeat left top;
  position: absolute;
  left: 20px;
  bottom: -24px  
}

blockquote.speech-bubble .quote-meta {
  color: #494341;
  margin-top: 25px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 50px;
  font-family: sans-serif, Arial;;
}

blockquote.speech-bubble span {
  font-size: 13px;
  color: #8e8e8e;
  font-style: italic;
}


/*-------------------------------------------------*/
/* =  News One Column
/*-------------------------------------------------*/

.banner {
  background: url(../images/banner.jpg) repeat-x;
  height: 90px;
}

.inner-banner h4{
  font-size: 18px;
  font-family: Times;
  background: #96989e;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  float: left;
  margin-top: -30px;
  margin-bottom: 20px;
}

.inner-banner {
  max-width: 1170px;
  margin: auto;
}

.inner-banner {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

/*Sitemap*/
.site_map {
  font-family: sans-serif, Arial;;
  font-size: 14px;
  color: #a8a8a8;
  padding-top: 20px;
  float: right;
}
.site_map a{
  font-family: sans-serif, Arial;;
  font-size: 14px;
  color: #a8a8a8;
  background: url(../images/bread-arrow.png) right 6px no-repeat;
  padding-right: 12px;
}
.site_map a:hover{
  text-decoration: underline;
}


/*Content Box*/
.content-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
.content-text {
  width: 470px;
  float: left;
}

.content-box img{
  float: left;
  margin-right: 20px;
}

.content-box h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

.content-box p {
  color: #65686d;
  font-size: 13px;
  margin-bottom: 17px;
  height: 110px;
  overflow: hidden;
  line-height: 22px;
}


.post-meta {
    margin-bottom: 7px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.post-comment {
  background: url(../images/post_comment.png) 0 no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 15px;
  color:  #4c4c4c;
  font-size:  11px;
}

.post-author {
  background: url(../images/post_user.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 15px;
  color:  #4c4c4c;
  font-size:  11px;
}
.post-date {
  background: url(../images/post_date.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  color:  #4c4c4c;
  font-size:  11px;
}

.read-more {
  font-size: 12px;
  color: #fff;
  background-color: #6c727f;
  padding: 8px;
  float: right;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}

.read-more:hover {
  background-color: #41444c;
}

/*-------------------------------------------------*/
/* =  Pagenation
/*-------------------------------------------------*/
.pagenation {
    border-top: 1px solid #e9e9e9;
    padding: 10px; 
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #e9e9e9;
    background: #e3e3e3;
}

.pagenation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagenation li {
    float: left;
    margin-left: 4px;
    border-radius: 3px;
    background: #ffffff;
}

.pagenation li.active {
    background: #31cec3;
}
.pagenation li:hover {
    background: #31cec3;
}

.pagenation li:hover a {
    color: #fff;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li a {
    display: block;
    color: #848484;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 11px;
}

.pagenation li.active a {
    color: #fff;
}

.pagenation li:not(.active):hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}

/*Side form*/

.side-form {
  padding: 20px;
  background: #5b5f68;
  border-bottom: 10px solid #31cec3;
}

.side-form input[type="text"] {
  padding: 9px 9px 9px;
  width: 210px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}

.side-form select {
  padding: 7px 9px 7px;
  width: 229px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border:none; 
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}

.side-form input[type="submit"] {
color: #fff;
padding: 6px 55px;
background: #6c727f;
font-size: 16px;
font-family: sans-serif, Arial;;
border: none;
font-weight: bold;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
margin-top: 14px;
cursor: pointer;
}

.side-form input[type="submit"]:hover {
  background: #323439;
}

.content-aside .accordion h3 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

/*-------------------------------------------------*/
/* =  News Col 3
/*-------------------------------------------------*/

.content-two .content-text {
width: 100%;
float: left;
}

.content-two .content-box {
  width: 31%;
}
.content-two .content-box h4{
  margin-top: 10px;
}


.content-two .content-box img{
  float: left;
  margin-right: 20px;
  width: 100%;
}

.content-two .post-meta {
    margin-bottom: 7px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 10px 25px;
}

.content-two .post-comment {
  background: url(../images/post_comment.png) 0 no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 35px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}

.content-two .post-author {
  background: url(../images/post_user.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 0px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}
.content-two .post-date {
  background: url(../images/post_date.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  color:  #4c4c4c;
  font-size:  11px;
  margin-right: 35px;
  margin-bottom: 5px;
}

.content-two .read-more {
  font-size: 12px;
  color: #fff;
  background-color: #6c727f;
  padding: 8px 15px;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}

.content-two .read-more:hover {
  background: #41444c;
}

.content-two .content-box p {
  height: 132px;
  overflow: hidden;
}

/*-------------------------------------------------*/
/* =  News Col 4
/*-------------------------------------------------*/

.content-three .content-box img{
  float: left;
  margin-right: 20px;
  width: 100%;
}

.content-three .content-box h4{
  margin-top: 10px;
}

.content-three .content-text {
width: 100%;
}

.content-three .post-meta {
    margin-bottom: 7px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 10px 25px;
}

.content-three .post-comment {
  background: url(../images/post_comment.png) 0 no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 35px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}

.content-three .post-author {
  background: url(../images/post_user.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 0px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}
.content-three .post-date {
  background: url(../images/post_date.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  color:  #4c4c4c;
  font-size:  11px;
  margin-right: 35px;
  margin-bottom: 5px;
}

.content-three .read-more {
  font-size: 12px;
  color: #fff;
  background-color: #6c727f;
  padding: 8px 15px;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}

.content-three .read-more:hover {
  background: #41444c;
}

.content-three .content-box p {
  height: 132px;
  overflow: hidden;
}

/*-------------------------------------------------*/
/* =  Accomodation 3 Columns
/*-------------------------------------------------*/

.accomodation1-content .box {
  width: 31%;
}

.grid {
  background: #e3e3e3;
  padding: 13px 11px 11px 16px;
  float: left;
  margin-top: -30px;
}
.grid img {
 margin-right: 5px;
margin-top: 3px;
margin-left: 0px;
}

/*-------------------------------------------------*/
/* =  Accomodation 5
/*-------------------------------------------------*/

.accomodation5-content .box-img{
  float: left;
  width: 360px;
  margin-right:20px;
}
.accomodation5-content .box-text{
  float: left;
  width: 790px;
}

.accomodation5-content .box-text h4{
  margin-top: 0;
}

/*-------------------------------------------------*/
/* =  Accomodation 6
/*-------------------------------------------------*/

.accomodation6-content .column4{
 width: 31%;
}

.accomodation6-content h3 {
  font-weight: normal;
}

/*-------------------------------------------------*/
/* =  Contact
/*-------------------------------------------------*/

.map1 {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}

#map {
height: 470px;
}

.contact-row {
  margin-bottom: 20px;
}

.contact-row h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}

.paragraph p {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #65686d;
  font-size: 13px;
}

.contact2 {
  float: left;
  width: 270px;
}

.msg-form {
  float: left;
  width: 570px;
  margin-left: 29px;
}

.contact2 p {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.home {
border-top: 1px solid #e2e2e2;
padding-top: 0px;
/**background: url(../images/home.png) 0px 9px no-repeat;**/
padding-left: 0px;
color: #585858;
font-size: 14px; 
font-weight: lighter;
}

.phone2 {
background: url(../images/phone2.png) 0px 2px no-repeat;
padding-left: 25px;
color: #585858;
font-size: 14px;
font-weight: lighter;
}

.mail {
background: url(../images/mail.png) 0px 4px no-repeat;
padding-left: 25px;
color: #585858;
font-size: 14px;
font-weight: lighter;
}

.find p{
  color: #8d8d8d;
  font-size: 13px;
}

.msg-form form {
  margin-left: -10px;
}

.msg-form input[type="text"] {
  padding: 9px 14px;
  color: #737373;
  font-size: 13px;
  width: 150px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;

}
.msg-form textarea {
  padding: 9px 14px;
  color: #737373;
  font-size: 13px;
  width: 538px;
  margin-left: 10px;
  height: 80px;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
}

.msg-form input[type="submit"] {
  background: #31cec3;
  color: #fff;
  padding: 15px;
  float: right;
  font-size: 13px;
  border: none;
  cursor: pointer;
}

.msg-form input[type="submit"]:hover {
  background: #28a89f;
}

/*-------------------------------------------------*/
/* =  About Us
/*-------------------------------------------------*/

.firstrow-text {
  float: left;
  margin-right: 20px;
  width: 575px;
  margin-bottom: 20px;
}

.firstrow-text h4{
  font-size: 18px;
  font-family: sans-serif, Arial;;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}

.firstrow-text p{
  font-size: 13px;
  font-family: sans-serif, Arial;;
  color: #65686d;
}

.boxes {
  clear: both;
  margin-left: -20px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px; 
  padding-bottom: 10px;
}

.box-hover {
  width: 276px;
  float: left;
  margin-left: 20px;
}

.box-hover h4{
  color: #3f3f3f;
  font-size: 18px;
  font-family: sans-serif, Arial;;
  font-weight: normal;
  margin-bottom: 10px;
}

.box-hover p{
  color: #65686d;
  font-size: 13px;
  font-family: sans-serif, Arial;;
}

.boxes-img {
  float: left;
  margin-right: 10px;
}

.boxes-img:hover {
        transform:rotate(360deg);
      -ms-transform:rotate(360deg);
      /* IE 9 */
      -moz-transform:rotate(360deg);
      /* Firefox */
      -webkit-transform:rotate(360deg);
      /* Safari and Chrome */
      -o-transform:rotate(360deg);
      /* Opera */
      transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
}

.our-team li {
  width: 269px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

.our-team ul {
  margin-left: -30px;
}

.stuff-img p {
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  background: #31cec3;
  padding: 10px;
  display: table;
  position: absolute;
  top: 0;
}

.stuff-img span {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  background: #333;
  background: rgba(0,0,0,.8);
  padding: 10px;
  display: table;
  position: absolute;
  top: 43px;
}

.stuff-img {
  position: relative;
}

.our-team li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 10px 0;
}
.stuff-text  p {
  font-size: 13px;
  font-weight: normal;
  color: #65686d;
}

/*-------------------------------------------------*/
/* =  Gallery
/*-------------------------------------------------*/

/* CSS3 STYLE GENERIC */
.view {
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-bottom: 0px;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}
.view a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:47px;
   height:48px;
}

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info {
  position:relative;
  top:-33px;
  opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(65,207,197,0.7);
}
.second-effect:hover a.info {
  opacity:1;
  -moz-transform:scale(1,1);
  -webkit-transform:scale(1,1);
  -o-transform:scale(1,1);
  -ms-transform:scale(1,1);
  transform:scale(1,1);
  -moz-transition-delay:0.3s;
  -webkit-transition-delay:0.3s;
  -o-transition-delay:0.3s;
  -ms-transition-delay:0.3s;
  transition-delay:0.3s;
}

/*-------------------------------------------------*/
/* =  Home Boxed
/*-------------------------------------------------*/
body.brown-bg {
  background: #d7d7d7;
}

#home-boxed {
  width: 1220px;
  margin: auto;
  padding: 0;
  background: #fff;
}

  

/*-------------------------------------------------*/
/* =  Blog
/*-------------------------------------------------*/


.blog-box {
  float: left;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-text {
  float: left;
  width: 574px;
}

.blog-box img {
  float: left;
  margin-right: 20px;
  width: 275px;
}

.blog-box h4 {
  font-size: 16px;
  font-weight: normal;
  color:  #333;
}



.post-text {
  color: #8d8d8d;
  font-size: 13px;
  height: 54px;
  overflow: hidden;
}

.blog-text a {
  display: table;
color: #fff;
background: #2190d7;
font-family: sans-serif, Arial;;
padding: 10px 20px;
font-style: italic;
border-radius: 10px;
margin-top: 14px;
}

.side-blog h3{
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
}

.search {
  position: relative;
}

.search input[type="text"] {
  font-size: 13px;
  color: #716565;
  padding: 10px;
  width: 246px;
  border: 1px solid #e8e8e8;
}

.search input[type="submit"] {
  position: absolute;
  background: url(../images/search.png) no-repeat;
  text-indent: -9999px;
  border: none;
  padding: 11px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.tag-cloud a {
  background: #2190d7;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}

.tag-cloud a:hover {
  background: #196da2;
}

.widget-services h3 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.widget-text p {
  background: #f6f6f6;
  padding: 20px;
  color: #3b3b3b;
}



/*- FILTER OPTIONS -*/
ul#filterOptions {
  width: 802px;
  height: 52px;
  margin: 30px 0;
  overflow: hidden;
}
ul#filterOptions li { height: 52px; margin-right: 2px; float: left; }
ul#filterOptions li a {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #999;
  background: #cfcfcf;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  display: block;
}
ul#filterOptions li a:hover { background: #c9c9c9; }
ul#filterOptions li.active a { background: #999; }
/*- -*/
/*- OUR DATA HOLDER -*/
#ourHolder { width: 800px; height: 850px; overflow: hidden; }
#ourHolder div.item {
  width: 200px;
  height: 200px;
  float: left;
  text-align: center;
}
#ourHolder div.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; }
/*- -*/


/*-------------------------------------------------*/
/* =  Testimonials
/*-------------------------------------------------*/

.main-testimonials h3{
  font-size: 28px;
  font-family: 'Pt Sans';
  color: #333;
}

.testimonial {
  background: #f6f6f6;
  font-size: 15px;
  font-family: sans-serif, Arial;;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

.testimonial:after {
content: "";
width: 30px;
height: 30px;
position: absolute;
background: url(../images/test-rect.png) repeat;
bottom: -30px;
left: 30px;
}

.main-testimonials .user {
  font-size: 15px;
  font-family: sans-serif, Arial;;
  font-weight: bold;
  color: #333;
  margin-left: 67px;
  margin-bottom: 20px;
}
.main-testimonials .user a{
  color: #31cec3;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

footer {
  background: #323232;
}

.inner-footer {
  width: 1170px;
  margin: auto;
  padding-bottom: 40px;
  position: relative;
}

.inner-footer h4 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: sans-serif, Arial;;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 17px;
}

.touch input[type="text"] {
  padding: 6px 10px 6px;
  width: 248px;
  border:1px solid #33383e;
  background: #6c727f;
  font-family: 'Pt Sans', sans-serif;
  color: #fff;
  margin-bottom: 5px;
}

.touch textarea {
  padding: 6px 10px 6px;
  width: 248px;
  border:1px solid #33383e;
  background: #6c727f;
  font-family: 'Pt Sans', sans-serif;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 3px;
  height: 80px;
}

.touch input[type="submit"] {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  background: #31cec3;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  float: right;
  cursor: pointer;
}

.touch input[type="submit"]:hover {
  background: #26928a;
  text-decoration: none;
}

.flickr ul {
  margin-left: -12px;
}

.flickr ul li {
  float: left;
  width: 82px;
  height: 82px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.flickr img {
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #7a7f86;
}

.flickr img:hover {
  opacity: 0.8;
}

.contact p,.text-widget p,.text-widget a {
  font-size: 13px;
  color: #cdcdcd;
  margin-bottom: 6px;
  line-height: 21px;
  font-family: sans-serif, Arial;;
}

.text-widget span {
  font-weight: bold;
}

.contact .f-home {
  background: url(../images/f-home.png) 0px center no-repeat ;
  padding-left: 25px;
}

.contact .f-phone {
  background: url(../images/f-phone.png) 0px center no-repeat ;
  padding-left: 25px;
}
.contact .f-mail {
  background: url(../images/f-mail.png) 0px center no-repeat ;
  padding-left: 25px;
  font-size: 13px;
  color: #cdcdcd;
  margin-bottom: 6px;
  line-height: 21px;
  font-family: sans-serif, Arial;;
  text-decoration: underline;
  word-break: break-all;
}

.end-footer {
  background: #323232;
  
  position: relative;
}

.lastdiv {
  max-width: 1170px;
  margin: auto;
  position: relative;
  border-top: 1px solid #5b6169;
}

.copyright {
  padding: 20px 0px;
  float: left;
  color: #cdcdcd;
  font-family: sans-serif, Arial;;
  font-size: 13px;
}


  #back-to-top {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 10px;
  }

  #back-to-top a {
  display: block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background: url(../images/back-top.png) no-repeat center;

  }


.monkey_logo a{ width:100%; max-width: 370px; height: 161px; display:block; text-indent:-9999px; background-image: url(https://www.costaricamonkeytours.com/wp-content/uploads/2013/08/monkey-tours-logo.png); z-index:9999}

.top_wrap { width: 100%;; margin: 0 auto;}


a.gdl-button { display: inline-block; cursor: pointer; padding: 0px 15px; height: 30px;
	line-height: 30px; margin-bottom: 20px; margin-right: 10px; border-bottom-width: 3px; 
 font-size: 12px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold;
}
a.gdl-button.small{ padding: 1px 12px; height: 26px; line-height: 26px; font-size: 11px; }
a.gdl-button.large{ padding: 2px 20px; height: 33px; line-height: 34px; font-size: 15px; }
a.gdl-button:hover { opacity: 0.8; filter: alpha(opacity=80); }
div.column-service-wrapper .column-service-button a.gdl-button{ margin: 20px 0px 0px; }
a.gdl-button.large.package-book-now-button.gdl-button{ padding: 2px 15px;  }

a.gdl-button, body button, input[type="submit"], input[type="reset"], input[type="button"] {
background-color: #F67200;
color:#fff;
}

.intro_text {
    background-color: #f9f9f9;
    border-radius: 4px;
    float: left;
    line-height: 1.4em;
    margin-top: 18px;
    padding: 22px;
    width: 55%;
}

.intro_info {
    border-radius: 4px;
    float: left;
    height: 110px;
    margin-left: 25px;
    margin-top: -10px;
    padding: 22px;
    width: 35%;
}


.intro_info h3 {
color: #3f3f3f;
font-size: 23px;
margin-bottom: 15px;
}

.intro_info h3 span{
color: #759E22;
}

.intro_info {
    border-radius: 4px;
    float: left;
    height: 110px;
    margin-left: 25px;
    margin-top: 15px;
    padding: 22px;
    width: 35%;
}

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

.bottom_links li{ margin-bottom: 8px;}


div.color-open-section {
padding-top: 25px!important;
margin-bottom: 0px!important;
background-color: #F9F9F9!important;
border: 0px!important;
}


.gdl-carousel-testimonial {
height: auto!important;
padding: 30px;
background-color: #F6F6F6;
border-radius: 10px!important
}

.portfolio-item .portfolio-context:hover {
background-color: #80A403!important;
cursor:pointer;
}

.box li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: initial;
  padding-left: 0 !important;
}

.box img {
width: 100%;
padding: 4px;
box-shadow: 7px 7px 2px #eaeaea;
}

.mb45 {
    margin-bottom: 0px !important;
} 

.top_info {
    float: right;
    margin-top: -86px;
    width: 590px;
}

.top_info h3 {
    float: left;
    position: relative;
    top: 20px;
	font-size:20px;
}



/* slider */
slide-container {
    background-color: #333;
    margin: 0 auto;
    max-width: 100%;
}

#banner-fade, #banner-slide {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
	max-width: 100%!important;
}
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; display:none;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


.heading {
  color: #80A403;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  top: 1px;
  width: 90px;
}

.heading::before { content:""
}

.box p {
    line-height: 1.5em;
}

.ddate {
  color: #555555;
  display: block;
  font-family: sans-serif,Arial;
  font-size: 18px;
  margin-bottom: -20px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.header_titles {
    border-bottom: 1px solid #80A403;
    color: #80A403 !important;
    padding-bottom: 10px;
    width: 96%;
}

.tour-titles {
  color: #454545;
  font-size: 20px;
  margin-bottom: 8px;
  margin-left: 5px;
}

.bjqs-controls {
  font-family: "Trebuchet MS";
  font-size: 32px;
}

.bjqs-controls a {
    color: #666 !important;
    opacity: 0.5;
}

.bjqs-controls a:hover {
    color: #fff !important;
    opacity: 1.0;
}

div.footer-wrapper {
  background-color: #323232;
}

div.footer-wrapper {
    overflow: hidden;
}

.footer-wrapper, .footer-wrapper table th {
  color: #a5a5a5;
}

div.footer-wrapper * {
  border-color: #424242;
}

div.footer-wrapper *, div.footer-wrapper p, div.footer-wrapper p a {
border-color: transparent !important;
font-family: arial!important;
line-height: 20px;
}

div.footer-container {
    margin-top: 55px;
}

.footer-wrapper, .footer-wrapper table th {
    color: #a5a5a5;
}

.container {
  margin: 0 auto !important;
  max-width: 960px;
  padding: 0;
}

div.footer-wrapper .container {
   /** max-width: none !important; **/
}

div.footer-wrapper .row {
    max-width: 100% !important;
    width: 100% !important;
}
div.footer-wrapper .row .four {
  width: 31.333%;
}

.gdl-footer-1 { margin-left: 2%}

div.footer-wrapper .row .column, div.footer-wrapper .row .columns {
    box-sizing: border-box;
}

div.footer-wrapper .column, div.footer-wrapper .columns {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
}

div.footer-wrapper .mb0 {
    margin-bottom: 0 !important;
}

div.footer-wrapper h3.custom-sidebar-title {
  margin-bottom: 10px;
  margin-top: 20px;
}

.footer-wrapper .custom-sidebar-title, .footer-wrapper .custom-sidebar-title a {
  color: #a1bb2b;
}

div.footer-wrapper h3.custom-sidebar-title {
  font-size: 22px;
}

div.footer-wrapper h3.custom-sidebar-title {
    font-family: Arial Narrow,Arial Hebrew,Arial !important;
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 19px;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

div.copyright-wrapper {
    margin: 15px 20px 0;
    padding: 0;
    position: relative;
}

.copyright-wrapper {
    color: #999999;
}

div.copyright-left {
  font-size: 12px;
  line-height: 1.9;
  padding: 0 0 10px;
  text-align: center;
}

div.footer-wrapper div.custom-sidebar ul li {
background: url(https://res.cloudinary.com/monkeytours/image/upload/v1416612121/li-arrow_iyfngi.png) no-repeat 0px center;
}

.footer-wrapper a {
color: #ffffff;
}

.footer-wrapper li a {
color: #dfdfdf;
font-weight: 100!important;
font-family: sans-serif, tahoma, arial !important;
font-size: 13px!important;
line-height: 1.8em;
}

div.shortcode-social-icon {
float: left;
margin-right: 10px;
}

div.footer-wrapper div.custom-sidebar ul li {
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 0px 10px 0px 15px;
}

.textwidget a { font-size: 12px;}


#tiHeaderMiddle {
  display: block;
  float: right;
  margin-right: 70px;
  margin-top: -67px;
  max-width: 450px;
  width: 100%;
}

@media only screen and (min-width:320px ) and (max-width:767px) {	
#tiHeaderMiddle {
  float: none!important;
  margin: 5px auto!important;
  text-align: center!important;
  width: 94%!important;
}

.cr_monkey_logo {
  margin: 0 auto 14px !important;
}
.header_top {
  height: 170px!important;
}
}

div.tiClearfix:after {
  clear: both; 
  content: "";
  display: block;
}

.tiHeader #tiPhone {
  border-right: 1px solid #8c8c8c;
  margin-right: 20px;
  text-align: left;
  width: 195px;
}

#tiPhone .tiSprite {
  border-right: 1px solid #ccc;
  height: 29px;
  left: 40px;
  position: relative;
  width: 146px;
}

.tiSprite {
  background: url("//res.cloudinary.com/monkeytours/image/upload/v1417227063/DMS-hf-sprite_q3bgcl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.tiHeader2 #tiPhone2 {
  border-right: 1px solid #8c8c8c;
  margin-right: 20px;
  text-align: left;
  width: 195px;
}

#tiPhone2 .tiSprite2 {
  height: 36px;
  width: 120px;
}

.tiSprite2 {
  background: url("//res.cloudinary.com/monkeytours/image/upload/v1417227063/DMS-hf-sprite_q3bgcl.png") no-repeat scroll left -41px rgba(0, 0, 0, 0);
}

#tiPhone2 {
  float: right;
  left: -36px;
  margin-top: -29px;
  position: relative;
}

ul#navlist li:last-child {
  background-color: #F67200!important;
}

ul#navlist .sub-menu li:last-child {
  background-color: #333333!important;
}

#TA_rated449 {
  clear: both;
  display: block;
  position: relative;
  top: 15px;
}

.video_one { display:block;}
.video_two { display:none;}

.bjqs-caption {display:none!important;}