@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@charset "UTF-8";

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter,div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
.aligncenter {display: block;margin: 5px auto 5px auto;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone { margin: 5px 20px 20px 0;}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px;}
.sticky {}
.gallery-caption {}
.bypostauthor {}

/*----------------------------------------------------------------------------------------------  
GENERAL STYLE                                                       
----------------------------------------------------------------------------------------------  */
body {
  font-family:'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

p {
  font-family:'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  font-family: 'Roboto Slab', Georgia, Times, serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #7AB80E;
  box-shadow: none;
}

.clear {clear:both;}

a {
  color: #1c1c1c;
  text-decoration: none;
}
a:hover {
  color: #006699;
  text-decoration: none;
}
a:visited {}

ul, ol, dl {font-size: 14px;}

/*----------------------------------------------------------------------------------------------  
BACKGROUND COLORS                                                    
---------------------------------------------------------------------------------------------- */
.red {background-color: #DE3137;}
.blue {background-color: #54A8DE;}
.yellow {background-color: #FFD355;}
.green {background-color: #8EC73A;}
.black {background-color: #111111;}
.white {background-color: #ffffff;}

/*----------------------------------------------------------------------------------------------  
LAYOUT & GRID STYLES                                                     
----------------------------------------------------------------------------------------------  */
.float {
  float: left;
  width: 100%;
}

.zenith {}

.zenith_child {
  width: 25%;
  float: left;
  min-height: 3px;
}

.readable_area {
  float: left;
  width: 100%;
  background-color: #f1f1f1;
  /*background: url('http://www.holidays-evasion.info/wp-content/uploads/2015/10/mauritius.jpg') no-repeat fixed center top;*/
}

.inner_readable_area {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

/*----------------------------------------------------------------------------------------------  
HEADER STYLES                                                     
----------------------------------------------------------------------------------------------  */
header.header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.header #inner-header li {list-style: none;}

.logo_area {}
.logo_area .logo_holder {}
.logo_area .logo_holder img {}

.header_ads_area {}
.header_ads_area .slick-slider {margin-bottom: 0;}
.header_ads_holder {text-align: right;}
.header_ads_holder img {}


/*----------------------------------------------------------------------------------------------  
NAVIGATION STYLES                                                     
----------------------------------------------------------------------------------------------  */
nav.main_nav {
  float: left;
  width: 100%;
  background-color: #131313;
}

.top_nav_area {
  float: left;
  width: 100%;
  background-color: #131313;
}
.inner_top_nav_area {}

.top_nav {}

.off-canvas-list ul { margin-left: 0; }
.off-canvas-list ul li a { border-bottom: 0px; }
.off-canvas-list ul .dropdown { margin-left: 20px; }

/*Foundation tweaks*/
.top-bar,
.top-bar-section li:not(.has-form) a:not(.button)
  { 
  background-color: #131313;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background-color: #008cba;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  background-color: #006699;
}

.top-bar-section ul li > a {
  font-family: "Roboto Slab",Georgia,Times,serif;
  font-size: 14px;
}

/*----------------------------------------------------------------------------------------------  
HOMEPAGE SPECIFIC STYLE                                                    
----------------------------------------------------------------------------------------------  */
/*Slider on homepage*/
.slider_area {
  float: left;
  width: 100%;
}

.inner_slider_area {
  background-color: #131313;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}

.inner_slider_area .slick-slider { margin-bottom: 0 !important;}
.inner_slider_area .slick-slider .slick-slide {
  margin: 10px;
}

.slick-prev::before, .slick-next::before {color: #999999;}

.latestnews-slider-class a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 200px;
}

.latestnews-slider-class a img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: saturate(2);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: saturate(2);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.latestnews-slider-class .title {
  background-color: #006699;
  padding: 10px;
  height: 85px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
.latestnews-slider-class .title h3 {
  margin: 0;
  font-size: 16px;
}
.latestnews-slider-class .title h3 a {
  color: #ffffff;
}

.home_special_category {
  float: left;
  width: 100%;
  min-height: 60px;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
}

.special_category_item {
  float: left;
  width: 25%;
  padding: 5px;
}

.special_category_item .special_category_img {}
.special_category_item .special_category_img img {
  width: 100%; height: auto;
}

.special_category_item .special_category_title {}
.special_category_item .special_category_title a h3 {
  font-size: 14px;
}


.our_partners_area {
  float: left;
  width: 100%;
  padding: 10px;
  min-height: 60px;
}

.our_partners_area h2 {
  font-size: 24px;
  text-align: center;
}

.gadgets_area {
  width: 100%;
  float: left;
  min-height: 100px;
  background-color: #f6f6f6;
}

.gadgets_area .gadget_zone_weather {
  float: left;
  width: 50%;
  padding: 10px;
}

.gadgets_area .gadget_zone_weather h3 {
  background-color: #dddddd;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  border-bottom: 3px solid #006699;
}

.gadgets_area .gadget_zone_poll {
  float: left;
  width: 50%;
  padding: 10px;
}

.gadgets_area .gadget_zone_poll h3 {
  background-color: #dddddd;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  border-bottom: 3px solid #006699;
}

.gadgets_area .gadget_holder {
  background-color: #ffffff;
  border: 1px solid #eee;
  min-height: 300px;
}

.history_area {
  width: 100%;
  float: left;
  min-height: 100px;
  background-color: #f6f6f6;
}

.history_area .history_item {
  float: left;
  width: 50%;
  padding: 10px;
}

.history_area .history_item h3 {
  background-color: #dddddd;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  border-bottom: 3px solid #006699;
}

.history_item .history_holder {
  background-color: #ffffff;
  border: 1px solid #eee;
  min-height: 300px;
}
.history_item .history_holder p {padding: 10px;}

/*----------------------------------------------------------------------------------------------  
CONTENT AREA STYLE                                                    
----------------------------------------------------------------------------------------------  */
.content_area {
  margin-top: 15px;
}

.inner_content_area {
  min-height: 600px;
  border: 1px solid #eee;
  float: left;
  width: 100%;
}

.title_frame {
  background-color: #222222;
  color: #fff;
  float: left;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 3px solid #131313;
}

.title_frame h1 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.news_item_holder {
  float: left;
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px dashed #eee;
}

.news_item_holder .featured_image {
  width: 45%;
  float: left;
}
.news_item_holder .featured_image img {}

.news_item_holder .news_item_content {
  float: left;
  width: 55%;
  padding: 0 15px;
}

.news_item_content .news_item_title {
  margin-bottom: 5px;
}
.news_item_content .news_item_title h2 {
  font-size: 18px;
  margin: 0;
}

.news_item_content .news_item_meta span {
  font-size: 13px;
}
.news_item_content .news_item_meta span i {font-size: 15px;}

.news_item_content .news_item_excerpt {
  margin-top: 15px;
}
.news_item_content .news_item_excerpt a {
  color: #006699;
  text-decoration: underline;
}

/*Content page navigation*/
.page-navigation {
  float: left;
  width: 100%;
  background-color: #eeeeee;
  padding: 10px;
}
.page-navigation ul.pagination {
  height: auto;
}

.page-navigation ul.pagination li {}
.page-navigation ul.pagination li a {color: #666666;}

.page-navigation ul.pagination li.current a {background-color: #006699; color: #fff;}

/*Single posts*/
header.article-header {
  float: left; width: 100%;
}
header.article-header h1 {
  font-size: 26px;
}

header.article-header h2 {
  font-size: 24px;
}

p.byline {
  background-color: #f6f6f6;
  float: left;
  width: 100%;
  padding: 5px;
}

section.entry-content {
  float: left;
  width: 100%;
}

section.entry-content .entry_featured_img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
section.entry-content .entry_featured_img img {
  width: 100%;
  height: auto;
}

section.entry-content p {
  text-align: justify;
}

.share_buttons_area {
  float: left;
  width: 100%;
  margin: 15px 0;
}

/*Archive styles*/


/*----------------------------------------------------------------------------------------------  
ADVERTISING STYLE                                                     
----------------------------------------------------------------------------------------------  */
.inhome_ads_area {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding: 10px;
}

/*----------------------------------------------------------------------------------------------  
 COMMENT STYLE                                                       
----------------------------------------------------------------------------------------------  */
.comments_section {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px;
  border-top: 3px solid #eee;
}

/* h3 comment title */
#comments {
  font-size: 20px;
}

#respond ul {
  margin-left: 0px; }

.commentlist {
  margin:0;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li article {padding: 0 !important;}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }
.commentlist li.depth-3 {
  background: #dadada; }
.commentlist .vcard {
  margin-left: 50px; }
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }
.commentlist .vcard time {
  float: right; }
.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }
.commentlist .vcard time a:hover {
  text-decoration: underline; }
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff; }
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }
.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  float: right; }
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: #007095; }
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: white; }
/* end .commentlist */

p.comment-subscription-form {margin: 0;}

/*----------------------------------------------------------------------------------------------  
 COMMENT FORM STYLE                                                       
----------------------------------------------------------------------------------------------  */
.respond-form {
  margin: 15px 0 0 0;
  padding-bottom: 0; }
.respond-form form {
  margin: 0.75em 0; }
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em; }
.respond-form form li label,
.respond-form form li small {
  display: none; }
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
/* form validation */ }
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #f6f6f6; }
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px; }
.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
  font-size: 20px;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }
/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }


/*----------------------------------------------------------------------------------------------  
SIDEBARS & ASIDES                                                      
----------------------------------------------------------------------------------------------  */
.sidebar {
  margin-top: 15px;
}
.inner_sidebar {
  min-height: 600px;
}

.widget {
  float: left;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
}

.widget > * {
  float: left;
  width: 100%;
  padding: 10px;
}

.widget .widgettitle {
  background-color: #ececec;
  color: #222222;
  float: left;
  font-size: 18px;
  margin: 0;
  padding: 6px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.widget label.screen-reader-text {padding: 10px;}

.widget select {
  margin: 0 2% 10px;
  width: 96%;
}

.widget img {max-width: 100%;}

.widget ul {
  margin: 0;
}
.widget ul li {
  list-style: none;
}

#sidebar-offcanvas .widgettitle {
  color: #fff;
}

/*Search form*/
.widget_search form {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0;
}
.widget_search form label {display: none;}
.widget_search form input.button {display: none;}
.widget_search form input[type=text] {
  margin: 0;
}

/*Text widget*/
.widget .textwidget {
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
  padding: 10px;
}
.widget ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px;
}
.widget ul li {
  list-style: none;
  font-size: 13px;
  padding: 6px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dcdcdc;
}
.widget ul li:first-child {border-top: none;}
.widget ul li:last-child {border-bottom: none;}
.widget ul li a {}

/*Calendar widget*/
.widget_calendar {}
.widget_calendar #calendar_wrap {
  float: left; width: 100%;
  padding: 10px;
}
.widget_calendar #calendar_wrap caption {
  font-weight: bold;
  margin: 10px 0;
}
.widget_calendar #calendar_wrap table {width: 100%;}

/*Recent Posts Extended Widgets*/
.recent-posts-extended .rpwe-block { float: left; width: 100%; }

.recent-posts-extended .rpwe-block h3 {
  font-size: 16px !important;
}

.recent-posts-extended .rpwe-block a {
  color: #111;
}

/*Footer widgets*/
footer.footer .sidebar {
  padding-right: 0;
  padding-left: 0;
  background-color: #111111;
}

footer.footer .widget {
  float: left;
  width: 100%;
  border: none;
  background-color: #131313;
}

footer.footer .widget .widgettitle {
  background-color: transparent;
  color: #eee;
  float: left;
  font-size: 18px;
  margin: 0;
  padding: 6px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #333;
}

footer.footer .widget .textwidget {
  float: left;
  width: 100%;
  border-top: none;
  padding: 10px 0;
}

footer.footer p {
  color: #eee;
  font-size: 13px;
}

footer.footer .widget ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px;
}
footer.footer .widget ul li {
  list-style: none;
  font-size: 13px;
  padding: 6px 0;
  border-top: none;
  border-bottom: 1px solid #222;
  color: #eee;
}
footer.footer .widget ul li:first-child {border-top: none;}
footer.footer .widget ul li:last-child {border-bottom: none;}
footer.footer .widget ul li a {color: #ccc;}

footer.footer .widget_search form {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
footer.footer .widget_search form label {display: none;}
footer.footer .widget_search form input.button {display: none;}
footer.footer .widget_search form input[type=text] {
  margin: 0;
}

/*Custom footer css classes widgets*/
.footer_locate_us i {
  float: left;
  width: 5%;
  color: #ddd;
}
.footer_locate_us .content {
  float: left;
  width: 95%;
  font-size: 13px;
  color: #dddddd;
  line-height: 1.5em;
  margin-bottom: 15px;
}

/*----------------------------------------------------------------------------------------------  
FOOTER STYLES                                                  
----------------------------------------------------------------------------------------------  */
footer.footer {
  width: 100%;
  float: left;
  min-height: 300px;
  background-color: #131313;
  border-top: 5px solid #006699;
  clear: both;
}

.ground {
  width: 100%;
  float: left;
  background-color: #000;
  border-top: 3px solid #222222;
}

.inner_ground {}

.copyright_area {
  text-align: center;
}

.copyright_area p {
  margin: 10px 0;
  font-size: 13px;
}

/*----------------------------------------------------------------------------------------------  
FOUNDATION STYLES                                                  
----------------------------------------------------------------------------------------------  */
.row {
  max-width: 72.5rem;
}

.clearing-assembled.clearing-blackout a:hover {
  background: none; }

.fixed nav.top-bar {
    text-align: center;
}
.fixed section.top-bar-section {
    display: inline-block;
}

/*----------------------------------------------------------------------------------------------  
CUSTOM PLUGIN STYLES                                                  
----------------------------------------------------------------------------------------------  */
.contact_form_area {
    background-color: #eee;
    border-radius: 6px;
    float: left;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.wpcf7-response-output {
  margin: 0;
  padding: 10px;
}