﻿@import url("https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Lora");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css2?family=Lato");
:root {
  --sitecolor: #02b9ff;
}
/* CSS Document */
/****************************RESET CSS**********************/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/****************************Basic Structure********************************/

body {
  background: #8e8e8e;
  color: #666;
  font-family: "Lato";
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
/***************************************************************************/
/****************************Basic Page Structure***************************/
.clear {
  clear: both;
}

img.bgtop {
  display: block; /* Set rules to fill background */
  min-height: 660px;
  min-width: 1024px; /* Set up proportionate scaling */
  width: 100%;
  height: 660px; /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.homedivider {
  background-image: url("../images/bg-2.png");
  background-repeat: repeat-x;
  display: block; /* Set rules to fill background */
  min-height: 660px;
  min-width: 1024px; /* Set up proportionate scaling */
  width: 100%;
  height: 660px; /* Set up positioning */
  position: fixed;
  top: 665px;
  left: 0;
}

.row {
  margin: 0 auto;
  position: relative;
  width: 1140px;
  z-index: 100;
}

.header .headertop {
  position: relative;
  /*z-index: 200;*/
  height: 90px;
}

.header #logo {
  color: #fff !important;
  white-space: nowrap;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
  font-size: 60px;
  font-family: Tekton Pro;
  float: left;
  margin-top: 30px;
}

.row .threecol {
  width: 22.05%;
}

.row .ninecol {
  width: 74.05%;
}

.last {
  margin-right: 0 !important;
}

.subheader-block {
  margin-bottom: 2em;
  margin-top: 2em;
}
/***************************************************************************/
/***** Main Menu *****/
#menu {
  position: relative;
  text-align: right;
  width: 69%;
  float: right;
}

#menu.home {
  margin-top: 30px;
}

#menu select {
  display: none;
}

#menu ul {
  -moz-box-shadow: 0 1px 5px #333;
  -webkit-box-shadow: 0 1px 5px #333;
  box-shadow: 0 1px 5px #333;
  margin-bottom: 0;
  margin-top: 0;
}

ul#root-menu {
  background-color: #078bb6;
  display: inline-block;
  padding: 0 2px;
  min-height: 50px;
}

ul#root-menu > li > a {
  font-size: 16px;
}

ul#root-menu li {
  float: left;
  margin-top: 13px;
  margin-bottom: 1px;
  position: relative;
  z-index: 999;
}

ul#root-menu a {
  color: #fff;
  padding: 13px 12px 18px 12px;
  text-decoration: none;
}

ul#root-menu a:hover {
  color: #ccc;
}

ul#root-menu a.active,
ul#root-menu > li.current-menu-item > a,
ul#root-menu > li.current-menu-ancestor > a {
  color: #fff;
}

ul#root-menu a.active:hover,
ul#root-menu li.current-menu-item > a:hover {
  color: #fff;
}

ul#root-menu li:hover > a {
  color: #ccc;
}

ul#root-menu li:hover a.active,
ul#root-menu li.current-menu-item:hover > a,
ul#root-menu > li.current-menu-ancestor:hover > a {
  color: #fff;
}

ul#root-menu img {
  opacity: 1;
  vertical-align: middle;
}

ul#root-menu img:hover {
  opacity: 1;
}
/*** 1st-level submenu ***/
ul#root-menu li ul {
  background: rgb(51, 51, 51);
  background: rgba(34, 34, 34, 0.9);
  display: none;
  position: absolute;
  top: 37px; /*width: 210px;*/
}

ul#root-menu li ul li {
  border-bottom: 1px solid #555;
  float: none;
  margin: 0;
  text-align: left;
}

ul#root-menu li ul li a {
  display: block;
  padding: 7px 20px;
  font-size: 13px;
}

/* 2nd-level submenu */
ul#root-menu li ul li ul {
  top: 0; /*width: 150px;*/
}
/* 3rd-level submenu */
ul#root-menu li ul li ul li ul {
  top: 0; /*width: 150px;*/
}

ul#root-menu li ul li span:first-child {
  display: none;
}

span.sf-sub-indicator {
  display: inline !important;
}
/*******/
.titlebar {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
/* #Page Styles
 ================================================== */
.itenary-title {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.itenary-row2 {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.itenary-title {
  cursor: pointer;
}

.clr {
  clear: both;
}

.wiki-title {
  display: inline-block;
  text-align: center;
  background-color: #078bb6;
  border: 1px solid #1777b7;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
  color: #fff;
  padding: 6px 2px;
  width: 100%;
}
.wiki-desc {
  display: inline-block;
  text-align: center;
}

#wrapper {
  -moz-box-shadow: 0 5px 15px #444;
  -webkit-box-shadow: 0 5px 15px #444; /*box-shadow: 0 5px 15px #444;*/
}
/***** Logo and Banner *****/

#banner {
  background: #eee;
  line-height: 0;
  min-height: 480px;
}

.header .headerbanner {
  height: 480px;
  width: 1120px;
  border: 10px solid #ffffff;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.banner-container {
  position: relative;
  height: 480px;
  width: 1120px;
}

.banner-container .banner-background {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  min-height: 500px;
}

.layer-1 {
  transform: rotate(1.2deg);
}

.layer-2 {
  transform: rotate(-1.8deg);
}

.banner-caption {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 0;
  font-weight: 300;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 5px 20px 5px 40px;
  position: absolute;
  bottom: 60px;
  width: 400px;
}

.banner-caption.left {
  left: 100px;
}

.banner-caption.right {
  right: 0;
}

.banner-caption h2 {
  background: none;
  color: #fff !important;
  font-family: "Lato" !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-variant: normal !important;
  margin-bottom: 10px;
}

.banner-caption.nobg {
  background: none !important;
}

.banner-caption.black {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.5);
}

.banner-caption.white {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3);
}

.banner-caption.white h2 {
  color: #fff; /*text-shadow: 1px 1px 1px #333;*/
}

.banner-caption.black h2 {
  color: #333; /*text-shadow: 1px 1px 1px #ccc;*/
}

.banner-caption p {
  line-height: 1em;
}

.banner-caption.white p,
.banner-caption.black p {
  line-height: 1em;
}

.banner-caption.white p {
  color: #eee;
}

.banner-caption.black p {
  color: #333;
}

#sub-banner {
  line-height: 0;
  min-height: 220px;
}

.padding58 {
  padding: 13px 0 0 0;
  width: 100%;
}

.titlemiddle {
  font-family: "Vollkorn:400italic";
  font-size: 48px;
  line-height: 50px;
  margin: 0px;
  font-style: italic;
  color: #02b9ff;
  -webkit-text-shadow: 0px 11px 74px -3px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0px 11px 74px -3px rgba(0, 0, 0, 0.75);
  text-shadow: 0px 11px 74px -3px rgba(0, 0, 0, 0.75);
}

.content {
  background-color: #fff;
  font-family: "Roboto, Verdana, Geneva, sans-serif!important";
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #000 !important;
}

.content .leftcolumn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fff;
  border-right: 2px dotted #078bb6;
}

.content .rightcolumn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fff;
}

.two-thirds-column {
  display: block;
  clear: right;
}
/****LEFT****/

/***RIGHT****/

/*Other*/

/***** Button Styles *****/
.button {
  border: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-box-shadow: 0 2px 2px #6f6f6f !important;
  -webkit-box-shadow: 0 2px 2px #6f6f6f !important;
  box-shadow: 0 2px 2px #6f6f6f !important;
  color: #444;
  font-family: "Lato" !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  position: relative !important;
}

.button:visited {
  text-decoration: none;
}

.button:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 1px;
  top: 1px;
}

.button.gray {
  background: #afafaf url("images/gray-button.jpg") top repeat-x;
}

.button.gray:hover {
  color: #000;
}

.button.black {
  background: #2d2d2d url("images/black-button.png") top repeat-x;
  color: #ddd;
  text-shadow: 0 1px #555;
}

.button.black:hover {
  color: #fff;
}

.button.blue {
  background: #1b62cd url("images/blue-button.png") top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.blue:hover {
  color: #fff;
}

.button.steel-blue {
  background: #597a99 url("images/steel-blue-button.png") top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.steel-blue:hover {
  color: #fff;
}

.button.brown {
  background: #9a662a url("images/brown-button.png") top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.brown:hover {
  color: #fff;
}

.button.red {
  background: #b13636 url("images/red-button.png") top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.red:hover {
  color: #fff;
}

.button.green {
  background: #2da72d url("images/green-button.png") top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.green:hover {
  color: #fff;
}

.button.seagreen {
  background: #4da568 url("images/light-green-button.png") top repeat-x;
  color: #efefef;
  text-shadow: 1px 1px #444;
}

.button.seagreen:hover {
  color: #fff;
}

.button.small {
  font-size: 12px;
  line-height: 1em;
  padding: 6px 20px 8px;
}

.button.medium {
  font-size: 14px;
  line-height: 1em;
  padding: 7px 22px 9px;
}

.button.large {
  font-size: 16px;
  line-height: 1em;
  padding: 8px 25px 10px;
}

.button.disabled {
  box-shadow: 0 0 0 white !important;
  color: #888;
  cursor: auto;
}

.button.disabled:hover {
  color: #888 !important;
}

.button.disabled:active {
  margin-left: 1px;
  margin-top: 1px;
}
.offerHead {
  color: #fff;
  display: block;
  line-height: 17px;
  padding: 10px;
}

.ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.txtMedium {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

a.offerHead:hover {
  color: #02b9ff;
  text-decoration: none;
}

.block {
  display: block !important;
}

.footer-top-2 ul li {
  color: #fff;
  font: 13px/20px "proxima_nova_rgregular";
}

.footer-top-2 ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-top-2 ul li img {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.latoBold {
  font-family: LatoBold, arial;
}

.imgSizeFix {
  display: block;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 142px;
}

a {
  color: #0796b6;
}

.imgSizeFix img {
  position: absolute;
  top: 0;
  width: 142px;
}

img {
  border: 0 none;
}

a:link,
a:hover,
a:focus,
a:active {
  outline: 0 none !important;
}

.pattern1 {
  color: #ff7b02;
  display: block;
  float: left;
  padding: 5px 0 6px 10px;
  width: 92%;
}

.pattern1 p {
  color: #e9eced;
  display: inline-block;
  font-size: 10px;
  padding-left: 3px;
  padding-top: 1px;
}

.flL {
  float: left;
}

.mr5 {
  margin-right: 5px;
}

.pattern1 span {
  padding: 0;
}

.blocktitle {
  color: #fbb225;
  font-family: LatoBold, arial;
  display: block !important;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  text-transform: capitalize;
}
/**/

#controls {
  background-color: #078bb6;
  border: 1px solid #1777b7;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 1px 1px rgba(100, 100, 100, 0.3);
  color: #fff;
  padding: 6px 0;
  width: 420px !important;
  display: block;
  text-align: center;
}

.btnright {
  background-color: #078bb6;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  min-height: 40px;
  padding: 0px !important;
  margin: 10px 1px !important;
  gap: 5%;
}
.btnright > span,
a {
  text-align: center;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-weight: 700 !important;
  text-transform: capitalize;
  text-decoration: none !important;
}
.social {
  margin: 0;
  padding: 7px 0 0 7px;
  background-color: #ffffff !important;
  border-bottom: 1px solid #078bb6;
  color: #000;
}
.social a {
  color: #000;
  font-weight: 500 !important;
  text-transform: none !important;
}
.social span {
  margin-right: 5px;
}
.social ul > li {
  padding: 10px 5px;
}
.captionOrange,
.captionBlack {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.captionOrange {
  background: #eb5100;
  background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
  font-size: 16px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange,
A.captionOrange:active,
A.captionOrange:visited {
  color: #ffffff;
  text-decoration: none;
}

a.captionOrange:hover {
  color: #eb5100;
  text-decoration: underline;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.7);
}

.bricon {
  background: url(../images/browser-icons.png);
}
/* BANNER
            .jssorb01 div           (normal)
            .jssorb01 div:hover     (normal mouseover)
            .jssorb01 .av           (active)
            .jssorb01 .av:hover     (active mouseover)
            .jssorb01 .dn           (mousedown)
            */
.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
  filter: alpha(opacity=70);
  opacity: 0.7;
  overflow: hidden;
  cursor: pointer;
  border: #000 1px solid;
}

.jssorb01 div {
  background-color: gray;
}

.jssorb01 div:hover,
.jssorb01 .av:hover {
  background-color: #d3d3d3;
}

.jssorb01 .av {
  background-color: #fff;
}

.jssorb01 .dn,
.jssorb01 .dn:hover {
  background-color: #555555;
}

/* jssor slider arrow navigator skin 05 css */
/*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../images/b17.png) no-repeat;
  overflow: hidden;
}

.jssora05l {
  background-position: -10px -40px;
}

.jssora05r {
  background-position: -70px -40px;
}

.jssora05l:hover {
  background-position: -130px -40px;
}

.jssora05r:hover {
  background-position: -190px -40px;
}

.jssora05ldn {
  background-position: -250px -40px;
}

.jssora05rdn {
  background-position: -310px -40px;
}

#popupdesc {
  font-family: Roboto, Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.notify {
  color: red;
  font-family: "Lora", serif;
  font-weight: bold;
}
/*Common*/
.archive-list-item {
  overflow: hidden;
  padding: 20px;
}

.archive-list-item img.wp-post-image {
  float: left;
  width: 25%;
}

.archive-list .archive-list-item img {
  margin: 0 20px 10px 0;
}

.archive-list-item .post-intro {
  float: right;
  width: 65%;
}

.archive-list-item h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}

.author {
  background: url("../images/green-arr.png") no-repeat scroll 3px 7px
    rgba(0, 0, 0, 0);
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 20px 10px 0;
  overflow: hidden;
  padding: 0 0 0 17px;
}

.date {
  background: url("../images/green-arr.png") no-repeat scroll -3px 7px rgba(0, 0, 0, 0);
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 20px 10px 0;
  padding: 0 0 0 17px;
}

.archive-list .categories {
  white-space: nowrap;
}

.categories {
  background-image: url("../images/arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 20px 10px 0;
  overflow: hidden;
  padding: 0 0 0 17px;
}



#footerbottom {
  border-bottom-color: #078bb6;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  color: #51b6dc;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  margin-bottom: 12px;
}

/*******Rating******/

.star-ratings-sprite {
  background: url("../images/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 13px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}

.rating {
  background: url("../images/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 13px;
  display: block;
}
/*******tooltips******/
a.tooltips {
  outline: none;
}

a.tooltips span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 300px;
  line-height: 16px;
}

a:hover.tooltips span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #fffaf0;
}

/*NEXT--PREV*/
#PrevPageLinkBtn {
  position: fixed;
  top: 40%;
  left: 0;
  display: none;
  z-index: 999;
}
#PrevPageLinkBtn strong {
  background: url(../images/prev.gif) no-repeat top left;
}
#NextPageLinkBtn {
  position: fixed;
  top: 40%;
  right: 0;
  display: none;
  z-index: 999;
}
#NextPageLinkBtn strong {
  background: url(../images/next.gif) no-repeat top left;
}
.pagebuttons {
  float: left;
  background: #fff;
}
.pagebuttons strong {
  width: 50px;
  height: 125px;
  float: left;
  cursor: pointer;
}
.pagebuttons span {
  width: 226px;
  height: 101px;
  float: left;
  padding: 10px;
  cursor: pointer;
  background: #fff;
  border: solid 2px #078bb6;
  display: none;
}
.pagebuttons span p {
  margin: 0;
  padding: 0;
  display: table-cell;
  height: 101px;
  font-family: shreeban;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  vertical-align: middle;
  text-align: center;
}
.pagebuttons:hover span {
  display: inline-block;
}
