@import url('bootstrap/css/bootstrap.min.css');
@import url('bootstrap/css/font-awesome.min.css');

body {
  color: #999;
  font-size: 11pt;
}

br {
  display: none;
}


/*Override Bootstrap styles*/
a {
  color: #5cb85c;
}

a:hover {
  color: #398439;
}

.table ul, .table ol {
  padding-left: 10px;
}

.well {
  padding: 0;
  padding-top: 10px;
}

.centered-pills {  
    text-align: center
}
.centered-pills ul.nav-pills {
    display: inline-block
}
.centered-pills li {
    display: inline
}
.centered-pills a {
    float: left
}
* html .centered-pills ul.nav-pills, *+html .centered-pills ul.nav-pills {
    display: inline
}

.row.wppninja-spacing {
  margin-left: -30px;
  margin-right: 0;
}

.country-content .well .dl-horizontal dd {
  margin-bottom: 15px;
}
/*Footer styles*/
.footer {
  min-height: 200px;
  background-color: #eee;
  color: #767676;
  border-top: 1px solid #e5e5e5;
  font-weight: 200;
}


.footer p {
  text-align: justify;
}

.footer > .container:first-child {
  padding-top: 20px;
  padding-bottom: 30px;
}


ul.footer-address > li > span {
  margin-right: 10px;
}

.copyright {
  text-align: center;
  padding: 10px;
}


@media screen and (min-width: 481px) {
  .footer div {
    font-size: 11pt;   
  }

  .copyright {
    font-size: 11pt;
  }   

  .footer h3, h4 {
    font-weight: 200;
  }

  ul.footer-address, ul.footer-navigation {
    line-height: 2;
  }
}

@media screen and (max-width: 480px) {
  .footer div {
    font-size: 11pt;
  }

  .footer p {
    font-size: 10pt;
  }
  
  .footer h3, h4 {
    font-weight: 400;
    font-size: 12pt;
  }

  ul.footer-address, ul.footer-navigation {
    line-height: 1.5;
    font-size: 10pt;
  }
}


/*Navigation bar styles*/
/*Brand name styles*/
.brand-first-part {
  font-weight: bold;
}

.brand-second-part {
  font-weight: lighter;
}

/*Brand logo styles*/
img.logo {
  height: 50px;
  display: inline;
  margin-top: -10px;
}


/*Navbar styles*/
.navbar {
  margin-bottom: 0;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 14pt;
}

@media screen and (min-width: 768px) {
  #myNavbarWrapper {
    position: absolute;
    top: 25px;
    width: 100%;
  }

  #myNavbar {
    border-color: transparent;
    background: rgba(78, 33, 33); /* Fallback for older browsers without RGBA-support */
    background: rgba(78, 33, 33, 0.5);
  }

  #myNavbarNav > li > a {
    font-size: 14pt;
    min-height: 60px;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .current_page_item {
    background: rgba(78, 33, 33, 1);   
  }

  .affix {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #myNavbarNav > li > a {
    font-size: 12pt;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #myNavbar {
    border-color: transparent;
    background-color: #4e2121;
  }

  #myNavbar button {
    border: transparent;
  }

  #myNavbarNav > li > a {
    font-size: 12pt;
    line-height: 0.75;
  }

  #navbar {
    border: transparent;
  }

  .affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
  }
}


/*Infobar styles*/
@media screen and (min-width: 768px) {
  .infobar-wrapper {
    background-color: #4e2121;
    color: #fff;
    font-weight: lighter;
    height: 25px;
  }

  .infobar {
    padding-top: 3px;
    line-height: 0.5;
    height: 20px;
    font-size: 9pt;
  }

  #brandPhoneInfo, #brandEmailInfo, #AvailableLanguages {
    font-weight: bolder;
  }

  #AvailableLanguages > a {
    color: #fff;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .infobar-wrapper {
    display: none;
  }

  .xs-languages {
    font-weight: lighter;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
  }

  .xs-languages a {
    color: #fff;
    font-weight: 200;
  }
}


/*Homepage Carousel styles*/
#myCarousel > .carousel-inner > .item > img {
  width: 100%;
}

.flush-navbar-space {
  height: 70px;
}

@media screen and (min-width: 481px) {
  .carousel-caption > div {
    font-size: 14pt;
  }

  .carousel-caption {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-caption > div {
    font-size: 9pt;
  }

  .carousel-caption > div > h2{
    font-size: 11pt;
  }

  .carousel-caption {
    padding-bottom: 5px;
  }

  .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
  }
}

/*Top tours and services styles*/
.top-tours, .services {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 11pt;
  font-weight: 200;
}

.top-tours > div > h3, .services > div > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #555;
}

.top-tours > div > div, .services > div > div {
  font-weight: 200;
}

.top-tours > h3 > a {
  padding-top: 0;
  font-size: 16pt;
  font-weight: 200;
}

.caption > h5 {
  font-size: 11pt;
}

.caption > div {
  font-size: 10pt;
  color: #999;
  min-height: 60px;
  text-align: justify;
}

.thumbnail.single-top-tours {
  padding: 0;
}

.service > h3 {
  font-weight: 200;
  color: #555;
}

.service > a {
  margin-top: 10px;
}


@media screen and (min-width: 481px) {
  .top-tours > div > h3, .services > div > h3 {
    font-size: 40pt;
  }

  .top-tours > div > div, .services > div > div {
    font-size: 12pt;
    padding-bottom: 30px;
  }

  .caption > div {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
  }

  .service > div {
    font-size: 11pt;
    min-height: 100px;
  }
}

@media screen and (max-width: 480px) {
  .top-tours > div > div, .services > div > div {
    font-size: 10pt;
    padding-bottom: 10px;
  }

  .clearfix {
    padding-bottom: 0;
  }

  .single-top-tours {
    width: 90%;
    margin: auto;
  }

  .single-top-tours h4 {
    margin: 5px;
  }

  .caption > div {
    font-size: 10pt;
    margin-bottom: 5px;
    text-align: justify;
  }

  .caption > h5 {
    margin: 5px;
  }

  .service > div {
    font-size: 10pt;
  }
}

/*Top destinations and news styles*/
.top-destinations-wrapper {
  background-color: #93c973;
}

.top-destinations, .news {
  padding-top: 20px;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  font-size: 11pt;
  font-weight: 200;
}

.top-destinations > div > h3, .news > div > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #fff;
}

.top-destinations > h3 > a {
  font-weight: 200;
}

.top-destinations .row {
  margin-top: 30px;
}

.top-destination-caption > h5 > a {
  font-size: 11pt;
  color: #fff;
  font-weight: 200;
}

@media screen and (min-width: 481px) {
  .top-destinations > div > h3, .news > div > h3 {
    font-size: 40pt;
  }

  .top-destinations > div , .news > div {
    font-size: 12pt;
    padding-bottom: 30px;
  }

  .top-destinations > h3 > a {
    padding-top: 0;
    font-size: 16pt;
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  .top-destinations div , .news div {
    font-size: 10pt;
  }

  .top-destinations > h3 > a {
    padding-top: 0;
    font-size: 14pt;
    color: #fff;
    font-weight: 200;
  }    
}



/*News styles*/

.news-wrapper {
  background: url(../../uploads/13.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 20px 0;
}

.news-wrapper a {
  color: #fff;
}

.news-wrapper .row {
  margin-top: 20px;
}

.news-wrapper .news-content{
  padding-bottom: 20px;
}

.news-date > div {
  font-size: 12pt;
  padding: 10px;
  font-weight: 300;
}

.news-content {
  font-size: 11pt;
  font-weight: 300;
}

/*About page styles*/

/*About styles*/
.about {
  text-align: center;
  font-size: 11pt;
  font-weight: 200;
}   

.about div {
  font-size: 11pt;
  font-weight: 200;
}

.contact-btn {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.about-info-text-slogan {
  font-size: 11pt;
  color: #555;
  padding-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .about {
    padding: 20px;
    padding-bottom: 40px;
  }

  .about h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40pt;
    font-weight: 100;
    color: #555;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .about div {
    font-size: 10pt;
  }

  .about h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    font-weight: lighter;
    color: #555;
  }
}


/*Our people styles*/
.team {
  background-color: #93c973;
  text-align: center;
  color: #fff;
}

.team h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

.staff {
  text-align: center;
}

.staff > h5 {
  font-size: 11pt;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (min-width: 481px) {
  .team {
    padding: 30px;
    padding-bottom: 50px;
    font-size: 11;
  }

  .team h3 {
    font-size: 40pt;
    padding-bottom: 30px;
  }

  .staff > img {    
    width: 70%;
    margin: auto;
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .team {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 10;
  }

  .staff {
    font-size: 10pt;
    font-weight: 200;
  }

  .staff > img {    
    width: 40%;
    margin: auto;
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/*Feedbacks styles*/
.feedbacks {
  font-size: 14pt;
  position: relative;
  font-weight: 200;
}

.feedbacks > div > h3 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #fff;
}   

.feedback {
  background-color: #555;
  color: #fff;
  text-align: center;
}

.feedbacks-title {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2; 
}

.feedback-author {
  font-size: 100;
  color: #ccc;
}

@media screen and (min-width: 481px) {
  .feedbacks > div > h3 {
    font-size: 40pt;
    padding-top: 30px;
  }    

  .feedback {
    min-height: 400px;
    background-color: #555;
    font-size: 13pt;
  }

  .feedback-content {
    font-style: italic;
    padding: 30px;
    padding-top: 200px;
  }

}

@media screen and (max-width: 480px) {
  .feedbacks > div > h3 {
    font-size: 20pt;
    padding-top: 20px;
  }

  .feedback {
    min-height: 250px;
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feedback-content {
    font-style: italic;
    padding: 20px;
    padding-top: 130px;
  }

  .feedback-author h5 {
    font-size: 11pt;
    font-weight: 200;
  }
}

/*Tours styles*/

.tours {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 11pt;
  font-weight: 200;
}

.tours > div > h3, .tours > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #555;
}

.tours > div > div {
  font-weight: 200;
}

.tours > div {
  margin-bottom: 50px;
}

.tour-category h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #555;    
  text-align: center;
  padding-bottom: 20px;
}

.tour-category .caption {
  text-align: center;
}

.tours .caption > div {
  color: #999;
  min-height: 60px;
  text-align: justify;
}

.tour-type {
  font-family: 'Open Sans', sans-serif;
  font-size: 20pt;
  font-weight: 100;
  color: #555;
  padding-bottom: 10px;
}

.tour-thmbnl {
  padding: 0;
}

.tour-thmbnl .promotion-label {
  font-size: 12pt;
  font-weight: 200;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}


.special-offer {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10pt;
  padding-left: 0;
}


.more-link-medium {
  font-size: 15pt;
  font-weight: 200;
}

@media screen and (min-width: 480px) {
  .tours > div > h3 {
    font-size: 40pt;
  }

  .tours > h3 {
    font-size: 20pt;
  }

  .tours > div > div {
    font-size: 12pt;
  }

  .tour-category h3{
    font-size: 30pt;
  }
}

@media screen and (max-width: 480px) {
  .tours div {
    font-size: 10pt;
  }
}

/*Contact styles*/

.address {
  text-align: center;
  font-size: 11pt;
  font-weight: 200;
  color: #999;
  padding-bottom: 50px;
}

.address > div {
  margin-bottom: 20px;
  margin-top: 40px;
}

.address > div > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #555;
  padding-bottom: 10px;
}

.address > div > div {
  padding-bottom: 50px;
}


.map {
  min-width: 300px;
  min-height: 350px;
  width: 100%;
  height: 100%;
}

.contact-form > div:first-child {
  margin-bottom: 40px;
}

.contact-form .your-message textarea {
  height: 200px;
}


@media screen and (min-width: 480px) {
  .address > div > h3 {
    font-size: 40pt;
  }

  .address-info > div > h4, .contact-form > div > h4 {
    font-size: 16pt;
    color: #555;
  }

  .address-info > div {
    padding-bottom: 25px;
    color: #999;
  }
}

@media screen and (max-width: 480px) {
  .address-info > div > h4, .contact-form > div > h4 {
    font-size: 12pt;
    color: #555;
  }

  .address-info > div {
    padding-bottom: 10px;
    color: #999;
  }
}


/*destinations styles*/

#DestinatonsCarousel > .carousel-inner > .item > img {
  width: 100%;
}


.embed-video {
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
}


.country {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  font-weight: 200;
  color: #888;
}

.country > div > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #555;
}

.country {
  padding-top: 20px; 
  border-bottom: solid 1px #eee;
}

.country .divider {
  margin-top: 20px;
}

.regions-anchors {
  font-size: 14pt;
  font-weight: 200;
}

.region {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 30px;
}

.region h5 {
  font-weight: 200;
  font-size: 13pt;
}

.destination-caption h5 {
  font-size: 11pt;
}

.destination-caption > p {
  color: #999;
  font-size: 11pt;
  min-height: 50px;
}

.thumbnail.destination-thumbnail {
  padding: 0px;
}

.thumbnail.destination-thumbnail > img {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.destination-content {
  font-weight: 200;
  color: #888;
}

.destination-content h3 {
  font-size: 30pt;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-weight: 200;
}

@media screen and (min-width: 480px) {
  .country {
    font-size: 11pt;
  }

  .country > div > h3 {
    font-size: 40pt;
    padding-bottom: 30px;
  }

  .region-name {
    font-size: 18pt;
    padding-bottom: 10px;
    color: #555;
  }
}

@media screen and (max-width: 480px) {
  .country {
    font-size: 10pt;
  }       

  .country > div > h3 {
    padding-bottom: 15px;
  }

  .region-name {
    font-size: 13pt;
    padding-bottom: 10px;
    color: #555;
  }    
}



.back-btn-container {
  text-align: center;
  padding: 30px;
}

.back-btn-container .btn {
  margin-bottom: 5px;
}

.container.tours-group {
  text-align: center;
  padding-bottom: 40px;
}

.tours-group {
  font-weight: 200;
  padding-top: 30px;
}

.tours-group h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16pt;
  padding-top: 10px;
}

.tours-group .bg-success {
  font-size: 10pt;
  padding-top: 10px;
}

.tours-group .bg-success ul {
  padding: 0;
}

/*Override Wordpress default style*/
.alignleft {
  float: left;
  padding-right: 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-wrapper {
  background-color: #f3f3f3;
  font-size: 10pt;
  height: 35px;
}

.custom-breadcrumb {
  background-color: transparent;
  padding-left: 0;
  font-weight: 300;
}



#toTop{
  position: fixed;
  bottom: 50px;
  right: 40px;
  cursor: pointer;
  display: none;
}

#toTop .fa {margin: 5px;}


.divider {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: #E7E7E7;
  clear: both;
}

.divider img {
  width: 18px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/*A TOURS PAGE STYLES*/
.tour-page-main-content {
  padding-top: 20px;
  color: #777;
  font-weight: 200;
  font-size: 11pt;
}

.tour-page-main-content .breadcrumb {
  background-color: transparent;
}

/*Tours list styles*/
.tours-list {
  text-align: center;
  font-size: 10pt;
  font-weight: 200;
  color: #888;
}

.tours-list h3 {
  font-size: 30pt;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-weight: 200;
}

.tours-list-table td {
  text-align: left;
}

.tours-list-table ul {
  padding: 0;
}

.tours-list-tour-name .label {
  margin-left: 30px;
}

.tours-list-tour-overview .tours-list-tour-key{
  color: #555;
  padding-right: 10px;
}

.tours-list-tour-resume .bg-success {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.tours-list-tour-overview .tours-list-tour-value {
  border-right: 1px solid #888;
  padding-right: 10px;
}

.tours-list-tour-description {
  padding-bottom: 10px;
}
/*Tours styles*/
.tour-promotion-info {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16pt;
  font-weight: 400;
  color: #555;
}

.tour-promotion-info p {
  margin: 0;
}

.tour-promotion-info em {
  font-size: 11pt;
  color: #777;
  font-weight: 200;
}



.tour-description h4 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 16pt;
  color: #555;
  text-transform: uppercase;
}

.tour-header {
  text-align: center;
  padding-bottom: 40px;
}

.tour-header .bg-success {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.tour-images img {
  max-height: 100px;
  display: inline-block;
}

.tour-title {
  font-size: 20pt;
  font-weight: 300;
  color: #555;
}

.tour-sub-title {
  font-size: 16pt;
  font-weight: 300;
  color: #555;
  padding-bottom: 20px;
}

.tour-duration, .tour-code {
  font-size: 11pt;
  font-weight: 200;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tour-brief {
  padding-top: 20px;
  padding-bottom: 30px;
}

.tour-overview .dl-horizontal {
  max-width: 350px;
  margin: auto;
}

.tour-overview {
  padding-bottom: 30px;
}

.tour-step {
  font-size: 10pt;
  padding-bottom: 50px;
}

.tour-step-day {
  font-size: 11pt;
  padding: 5px;
  padding-left: 20px;
  background-color: #dff0d8;
  color: #777;
  text-align: center;
  font-weight: 500;
}

.tour-step-day i {
  margin-right: 5px;
}

.tour-step-program {
  padding: 10px;
}

.tour-step-conditions {
  padding-left: 10px;    
}

.tour-step-conditions p {
  display: inline;
  margin-right: 20px;
  font-style: italic;
  color: #999;
}

.tour-hotels {
  padding-bottom: 30px;
}

.tour-cost {
  font-size: 10pt;
}

.tour-img {
  padding-bottom: 30pt;
}

.tour-img-collection {
  text-align: center;
}

.tour-cost-start {
  text-align: center;
  font-size: 18pt;
  font-weight: 100;
  color: #f0ad4e;
  padding-bottom: 30px;
}

.tour-cost-start a {
  color: #f0ad4e;
}

.tour-cost-start a:hover {
  color: #f0ad4e;
}

.green-active {
  background-color: #dff0d8;
  color: #777;
  text-align: center;
  font-size: 11pt;
  font-weight: 500;
}


/*Booking form styles*/
.hidden-field {
  display: none;
}

.booking-form {
  padding-top: 50px;
}

.booking-form h4{
  font-size: 22pt;
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}


/*Visa and Flights styles*/
.visa-info, .flights-info, .disclaimer-info, .faqs-info {
  font-size: 11pt;
  font-weight: 200;
}

.visa-info h3, .flights-info h3, .disclaimer-info h3, .faqs-info h3 {
  font-size: 30pt;
  color: #555;
  font-weight: 100;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.visa-info strong, .flights-info strong, .disclaimer-info strong, .faqs-info strong {
  font-weight: 500;
  color: #555;
}

.visa-info .divider, .flights-info .divider, .disclaimer-info .divider, .faqs-info .divider {
  margin-bottom: 40px;
}

.visa-info em, .flights-info em {
  display: block;
  font-size: 10pt;
  float: right;
}

.visa-info .contact-btn-group, .flights-info .contact-btn-group, .disclaimer-info .contact-btn-group, .faqs-info .contact-btn-group{
  display: block;
  text-align: center;
  margin-top: 70px;
  padding-bottom: 50px;
}


/*404 page styles*/
.page-404 {
  text-align: center;
  padding: 100px;
  padding-bottom: 200px;
}

.page-404 h1{
  font-weight: 100;
  color: #555;
}

.page-404 h3{
  font-weight: 100;
}

/*Category page styles*/
.category-container {
  padding-top: 20px;
  padding-bottom: 50px;
}

.category-container .container {
  padding-top: 40px;
}

.category-container > h3{
  font-size: 30pt;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-weight: 200;
  text-transform: capitalize;
}

.category-container .media {
  padding-bottom: 10px;
  font-size: 11pt;
  font-weight: 200;
  padding-bottom: 40px;
}

.category-container .media-body {
  text-align: justify;
}

.media-body .bg-success {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 10pt;
  padding: 3px;
  font-style: italic;
}

.overview {
  font-size: 10pt;
  color: #999;
}

.overview-price {
  color: #f0ad4e;
}


.sub-category-title {
  font-size: 20pt;
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}


/*Single post styles*/
.event-container, .destination-container {
  font-size: 11pt;
  font-weight: 200;
}

.event-container h3, .destination-container h3 {
  font-size: 30pt;
  color: #555;
  font-weight: 100;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.event-container h4, .destination-container h4 {
  font-size: 20pt;
  color: #777;
  font-weight: 200;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.event-container .event-content, .destination-container .destination-content {
  padding-top: 30px;
  text-align: justify;
}

.footer-btn {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.video-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.country-content .well {
  padding: 20px;
  margin-bottom: 50px;
}

/*Search form styles*/
.searchform {
  margin-top: 20px;
}

.search-results {
  margin-top: 20px;
  font-size: 11pt;
  font-weight: 200;
}

.search-results h3{
  font-size: 14pt;
  color: #777;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
}

/*No-post styles*/
.no-post {
    text-align: center;
    font-size: 15pt;
    font-weight: 200;
    padding-top: 40px;
    padding-bottom: 40px;
}