body {
	font-family: 'Cambria', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    background: #FFFFE0;
}
.col-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.logo-wrapper {
	font-family: "Cambria";
	color:white;
	padding-left: 15px;
  height: 110px;
  padding: 60px 0px 0px 90px;
  /*
  background: #F6A828;
  border: 1px solid rgba(255, 141, 0, 1);
  rgba(255, 141, 0, 1);*/
}
.ralewayfont {
  font-family: "Cambria";
}
.opensansfont {
  font-family: 'Open Sans', sans-serif;
}
.logo-text{
	font-size: 24px;
  padding-left: 8px;
}
.logo-slogan {
	font-size: 11px;
}
.mtop5 { margin-top:5%; }
.mtop26 { margin-top: 26%; }
.mtop30 {margin-top: 30%; }
.mtop33 {margin-top: 33%; }
.mtop50 {margin-top: 50%; }

.padding0 {padding: 0;}

.mleft20px {
  margin-left: 20px;
}

.mleft15px {
  margin-left: 15px;
}

.pleft30px {
	padding-left: 30px;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
  border-radius: 0px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: rgba(104, 199, 220, 0.6);
  color: white;
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	background-color: rgba(104, 199, 220, 0.6);
  color: white;
}

.navbar-default .navbar-nav > li > a:hover {
	/*text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; */
}



.navbar-default .navbar-brand {
	color:white;
}

.navbar-default .navbar-nav > li > a {
	color:white;
}

#slider .bx-wrapper {
	position: absolute;
	margin: 0 -15px !important;
}

.bx-wrapper .bx-viewport {
	border: 0;
	left:0;
}

.main-wrapper {
	/*background-color: white;*/
}

.right-column {
  padding: 0px 40px;
  text-align: justify;
}

.min-price {
  background: white;
  padding: 20px 0px;
}

.shadow {
	background-color:white;
	/*height: 559px;*/
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
	
    color: black;
}

.tour_search_module {
  background: white;
  padding: 15px;
  border: 1px solid #d7d4d4;
}

.top_tour_module {
    margin-top: 17.9% !important;
    margin-left: 20% !important;
    z-index: 2;
    position: relative;
}

.right-top-header {
	height: 40px;
	background: orange;
}

.maintext {
	padding: 15px;
}

h3.header {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: 500;
  /*text-transform: uppercase;*/
  padding-bottom: 30px;
  margin-bottom: 25px;
  margin-top: 30px;
  position: relative;
  background-image: url(/img/heading-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
h3.header:before,
h3.header:after {
  position: absolute;
  content: '';
  bottom: 2px;
  width: 215px;
  height: 1px;
  background-color: #e8e8e8;
}
h3.header:before {
  left: 50%;
  margin-left: -265px;
}
h3.header:after {
  right: 50%;
  margin-right: -265px;
}


.footer-wrap {
  height: 100px;
    background: url("/img/bg-pattern.png") repeat scroll center 0 rgba(104, 199, 220, 1);
    border-top: 4px solid #FFFFFF;
    color: #FFFFFF;
    position: relative;
    box-shadow: 0 -1px 3px #cdcdcd;
    -moz-box-shadow: 0 -1px 3px #cdcdcd;
    -webkit-box-shadow: 0 -1px 3px #cdcdcd;
}

.footer-text {
  padding: 23px;
  text-decoration:none;
}

.footer-text a {
  color: white;
}


/*
  Currency convertor
 */

.currency {
  margin: 10px 0;
}

.meteo {
  text-align: center;
}

.seasontable {
  width: 100%;
  margin-bottom: 30px;
}

/**
 * Bx slider fixed height.
 */

.bx-wrapper, .bx-viewport {
	height: 400px !important;
	background-color: white;
	/* height: 559px; */
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
	color: black;
}

.welltours-header {
	height:440px;
}

