@charset "utf-8";
/* CSS Document */
body {
	/*min-height: 2000px;*/
	/*padding-top: 70px;*/
	/*background-image: url(../images/site_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#fff0c7;*/
}
.center{
	margin:0 auto;
}

.CenterStrong{
	width: 460px;
	margin: 0px auto;
	font-weight: 900;
	text-align: center;
}

header.site-header{
	height:120px;
	}
header.site-header .container{
	position:relative;
	}
header.site-header .s-header-wrapper {
    background-image: linear-gradient(to bottom, #1f2655 0px, #1f2655 100%);
    border-top: 4px solid #1f2655;
    height: 120px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
	box-shadow: 0px 5px 10px #1f2655;
}
header.site-header .s-header-wrapper address {
    color: #fff;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 4px;
    margin-left: 424px;
    padding-top: 6px;
}
header.site-header .s-header-wrapper address span{
	padding-top: 6px;
	color: #fbe3b1;
	font-style: normal;
	display:block;
	font-size: 94%;
		}
abbr[title] {
    border: medium none;
    font-size: 14px;
    font-weight: 800;
}
.logoBox {
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 138px;
    position: absolute;
    width: 369px;
    z-index: 10;
}
.logoBox a {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
#facebook_logo{
	margin: 7px 3px 8px 3px; 
	width:20px;
	padding: 0px 0px 0px 0px;
}

.seal {
	background-position: center center;
	background-repeat: no-repeat;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 100;
	left: 360px;
	top: 83;
}
.headerBanner {
    background-image: url("../images/busz_szlogen.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 148px;
    position: relative;
	width:1000px;
    /*top: 116px;*/
}
.slogen {
    bottom: 0;
    font-size: 27px;
    font-style: italic;
    font-weight: 800;
    left: 165px;
    margin: 0 0 8px 10px;
    position: absolute;
    text-shadow: 3px 3px 4px #FFFFFF;
}


/*--------------- topMenu ------------------*/
.navbar-topMenu {
	background-color:#1f2655;
	background: -moz-linear-gradient(top,  #1f2655 0%, #1f2655 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f2655), color-stop(100%,#1f2655));
	background: -webkit-linear-gradient(top,  #1f2655 0%,#1f2655 100%);
	background: -o-linear-gradient(top,  #1f2655 0%,#1f2655 100%);
	background: -ms-linear-gradient(top,  #1f2655 0%,#1f2655 100%);
	background: linear-gradient(to bottom,  #1f2655 0%,#1f2655 100%);
	margin-bottom:10px;
	min-height:44px;
	border-radius: 0;
}

.navbar-topMenu .nav > li > a {
    background-color: #FFF0C7;
   /*background-image: linear-gradient(to bottom, #FFF0C7 0px, #fff 100%);*/
	background-image: linear-gradient(to bottom, #fff0c7 0%, #fff 50%);
    border-radius: 0 0 10px 10px;
    color: #1f2655;
    line-height: 38px;
    margin: auto 6px;
    padding: 0 12px !important;
    text-align: center;
}
.navbar-topMenu .nav > li > a:hover{
	background-color:#fff;
	background-image:none;
	color: #1f2655;
	}
.navbar-topMenu .dropdown-menu {
    background-color: #fff6e3;
    border: 1px solid #1f2655;
    width: 150%;
}
.navbar-topMenu span {
	margin:0;
	padding:0;
}
.navbar-topMenu .home {
    background: url("../images/home_icon.png") no-repeat scroll left top 7px rgba(0, 0, 0, 0);
    display: inline-block;
    height: auto;
    line-height: 38px;
    max-height: 36px;
    vertical-align: middle;
    width: 21px;
}
.navbar-topMenu .homeText {
    background: url("../images/home_icon.png") no-repeat scroll left top 5px rgba(0, 0, 0, 0);
    display: inline-block;
    height: auto;
    line-height: 38px;
    margin-left: -5px;
    padding-left: 32px;
    vertical-align: middle;
}
.navbar-topMenu .partnerText {
    background: url("../images/partner_icon.png") no-repeat scroll right top 6px rgba(0, 0, 0, 0);
    display: inline-block;
    height: auto;
    margin-right: -5px;
    max-height: 36px;
    padding-right: 32px;
    vertical-align: middle;
}
.navbar-topMenu .caret {
    margin-left: 8px;
}
/*---------------- topMenu End ------------------------*/
/*------------signin -----------*/
.app {
	background-color: #EDEDED;
	background-image: linear-gradient(to bottom, #eaeaea 0px, #ededed 100%);
	border: 1px solid #F5F5F5;
	border-radius: 2px;
	margin: 0 auto;
	padding: 8px;
}
.form-control:-moz-placeholder {
 color: #1f2655;
}
 .form-control::-moz-placeholder {
 color: #1f2655;
}
 .form-control:-ms-input-placeholder {
 color: #1f2655;
}
 .form-control::-webkit-input-placeholder {
 color: #1f2655;
}
.form-signin .btn {
    display: block;
    margin: 0 auto;
    padding: 5px 12px;
    text-align: center;
    width: 50%;
}
.form-signin .input-group {
    padding: 5px;
    width: 100%;
}
.form-signin .input-group-addon{
	background-image: linear-gradient(to bottom, #1f2655 0px, #1f2655 100%);
	color:#fff;
	border:none;
	box-shadow: none;
	border-radius: 2px 0px 0px 2px;
	}

.form-signin {
	max-width: 350px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin-heading {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 13px;
    height: auto;
    padding: 5px;
    position: relative;
    width: 100%;
	font-weight:700;
	border-radius:2px !important;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
}


/*------------signin End -----------*/

/*---------left-menu-----------*/
.leftMenu {
    padding: 0 2px 0 0;
}
.leftMenu > li {
	list-style-type:none;
}
.leftMenu > li > a {
    background-color: #FFF0C7;
    border: medium none;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #1f2655 inset;
    color: #1f2655;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    padding: 10px 3px 10px 8px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.leftMenu > li > a:hover {
  color:#1f2655;

}
/*-----------------------------*/

/*---------contentMenu-----------*/
.contentMenu {
    padding: 0;
}
.contentMenu > li {
	list-style-type:none;

	display:inline-block;
	width:32.9%;
	height:40px;
	padding: 0;
	margin: 5px 0;
	vertical-align:top;
}
.contentMenu > li > a {
	color: #fdc977;
	display: block;
	font-size: 13.5px;
	line-height: 16px;
	font-weight: 700;
	padding: 0p;
	background-image: url(../images/arrow-right_small.png);
	background-repeat: no-repeat;
	background-position: left top 3px;
	padding-left: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	
}

.contentMenu > li > a:hover {
  color:#fff;

}
/*-----------------------------*/

.navbar-tours {
	border-radius:10px;
	box-shadow: 5px 5px 10px rgba(70, 11, 22, 0.6);
	border:none;
	background-color:#1f2655;
	background-image: linear-gradient(to bottom, #1f2655 0px, #1f2655 40%);
	padding-bottom:6px;
	}
.navbar-tours .navbar-header {
    display: block;
    text-align: center;
	float:none;
}
.navbar-tours h1{
	color: #FFF0C7;
	font-size: 27px;
	margin-top: 14px;
	margin-bottom: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
.navbar-tours .catTitle {
	/*background-color:#fff;*/
	background-image: linear-gradient(to bottom, #1f2655 0px, #1f2655 100%);
	border-radius:0 0 10px 10px;
    bottom: 0;
    float: left;
    height: 60px;
	padding:6px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
	transition: opacity 500ms ease 0s;
	opacity: 1;	
}
.navbar-tours a:hover .catTitle {
	opacity: 0.3;
}
.navbar-tours a:hover .catTitle h2 {
	text-shadow: 4px 4px 4px rgba(127, 20, 25, 1);
	/*color:#fff;*/
}

.navbar-tours h2{
	font-size: 17.4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	height: 44px;
	margin:0;
	white-space: normal;
	color: #fff0c7;
	text-shadow: 4px 4px 4px rgba(70, 11, 22, 0.4);
	font-style: italic;
	}

.navbar-tours .nav > li {
    float: left;
    padding: 0 5px;
    position: relative;
    width: 25%;
}
.navbar-tours .nav > li > a {
    background-color: #fbe3b1;
    border: 1px solid #fbe3b1;
    border-radius: 0 0 10px 10px;
    color: #1f2655;
    padding: 0;
    text-align: center;
	height:189px;
	overflow:hidden;
}
.navbar-tours .nav > li > a:hover , .navbar-tours .nav .open > a, .navbar-tours .nav .open > a:hover, .navbar-tours .nav .open > a:focus{
	background-color: #ffef96;
	border-color:#fff;
	box-shadow: inset 0px -1px 4px #fbe3b1;
	}

.navbar-tours .nav > li > a img {
    height: auto;
	/*border-radius:0 0 10px 10px;*/
    max-height: 132px;
    padding: 0;
    width: 100%;
	margin-top:-5px;
}


.navbar-tours .dropdown-menu li {
	border-radius:10px; 
	margin: 4px;
	background-color:#1f2655;
	background-image: linear-gradient(to bottom, #1f2655 0%, #460B16 100%);
	vertical-align:top;
	background-size:94% 64px;
	list-style: none;
	
}
.navbar-tours .dropdown-menu li.t-spain {
	background-image: url(../images/tours_menu_bg/t_spain.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-italy {
	background-image: url(../images/tours_menu_bg/t_italy.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-carnival {
	background-image: url(../images/tours_menu_bg/t_france.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-france {
	background-image: url(../images/tours_menu_bg/t_france.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-ger_aut_swit {
	background-image: url(../images/tours_menu_bg/t-ger_aut_swit.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-n-s_eu {
	background-image: url(../images/tours_menu_bg/t-n-w_eu.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-e_eu {
	background-image: url(../images/tours_menu_bg/t-e_eu.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-w_eu {
	background-image: url(../images/tours_menu_bg/t-s_eu.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-holiday_m {
	background-image: url(../images/tours_menu_bg/t-holiday_m.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-holiday_p {
	background-image: url(../images/tours_menu_bg/t-holiday_p.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t-pecial {
	background-image: url(../images/tours_menu_bg/t-pecial.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.navbar-tours .dropdown-menu li.t_croatia {
	background-image: url(../images/tours_menu_bg/t_croatia.png);
	background-position: right top;
	background-repeat: no-repeat;
}


.navbar-tours .dropdown-menu li > a {
   /* background-color: #1f2655;*/
	background-color:transparent;
	/*background-image: linear-gradient(to bottom, #1f2655 0px, #1f2655 100%);*/
	background-image: linear-gradient(to right, rgba(177, 17, 30, 1) 50%, rgba(104, 26, 22, 0.4) 90% , rgba(104, 26, 22, 0.1) 100%);
	transition: background-image 500ms ease 0s;
    border-radius:10px;
    color: #FFF0C7;
    font-size: 17.5px;
    height: 64px;
    padding: 10px;
    white-space: normal;
	line-height:20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.navbar-tours .dropdown-menu li li  {
	background-color:transparent;
	background-image:none;
	margin:0 4px;
	padding:0;
}
.navbar-tours .dropdown-menu li li a {
    display: block;
    font-size: 13px;
    margin:0;
    padding:7px 8px;
	background-image:none;
	height:auto;
	color: #1f2655;
	line-height: 13px;
}
.navbar-tours .dropdown-menu li li a:hover {
	background-color:#1f2655;
	background-image:none;
	color:#FFF0C7;
}
.navbar-tours .dropdown-menu > li  a:hover {
    /*background-color:#FFF0C7;
    color: #1f2655;
	background-image:none;*/
	background-image: linear-gradient(to right, rgba(104, 26, 22, 1) 50%, rgba(104, 26, 22, 0) 100%);
	text-decoration:none;
}

.navbar-tours .dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
    width: 160%;
	margin: 2px 0 0 -30%;
	border:none;
}
.navbar-tours .column2.dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
    width: 320%;
	margin: 2px 0 0 -60%;
	border:none;
}
.navbar-tours .column2.dropdown-menu > li {
    width: 32%;/* 48.6%;*/
	display:inline-block;
	

}


.navbar-tours .dropdown-menu > li ul {
    width: 98%;
	display:block;
	margin: 1%;
	padding: 4px 0;
	position: relative;
	background-color:#fff;
    border-radius: 10px;
	border:none;
	top:0px;
	min-height:172px;

}


/*.navbar-tours .dropdown-menu > li:hover ul {
	display:block;
}*/

.navbar-tours .dropdown-menu.first {
	margin-left: -10%;
}
.navbar-tours .dropdown-menu.last {
	margin-left: -50%;
}
.navbar-tours .caret {
    border-bottom-color: #fff0c7;
    border-top-color: #fff0c7;
    display: block;
    margin: 0 auto;
}	
.navbar-tours a:hover .caret, .navbar-tours .open a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
    display: block;
    margin: 0 auto;
}

.featured_tours {
	padding:0 0 10px;
    overflow: hidden;
}
.featured_tours ul{
	margin:0;
	padding:0;
}
.featured_tours li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 5px;
    width: 20%;
}
.featured_tours h1 {
    color: #1f2655;
    font-weight: 700;
}
.featured_tours h2{
	text-align: center;
	color: #fff0c7;
	font-style: italic;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
.featured_tours p {
    color: #FFF0C7;
    font-size: 12px;
    margin: 0 0 4px;
}
.featured_tours .thumbnail {
    background-image: linear-gradient(to bottom, #1f2655 0%, #460B16 100%);
    border: 1px solid #1f2655;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.featured_tours .thumbnail img{
	max-width:100%;
	max-height:150px;
	}
	
	
/*--------*/
.travelDeals{
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #1f2655;
	outline:none;
	padding-bottom:20px;
	overflow:hidden;
	}
.travelDeals article header h1 {
    font-size: 22px;
    font-weight: 700;
    height: 40px;
}
.travelDeals article footer {
    bottom: 0;
    margin-left: -12px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.travelDeals article{
    height:520px;
	}
.travelDeals article header figure img{
	max-height:120px;
	width:100%;
	}
.travelDeals article p{
	text-align: justify;
	}
/*-------------- btn -----------------*/
	
.btn-arrow-r {
    background-image: url("../images/arrow-right_btn.png");
    background-repeat: no-repeat;
    height: 20px;
    padding: 0 !important;
    width: 15px;
}

.btn {
    -moz-user-select: none;
   /* background-image: none;*/
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none !important;
}

.btn-lg {
    font-size: 18px;
    padding: 12px 30px;
}

.btn-default {
	background-image: linear-gradient(to bottom, #fff 0px, #fff0c7 100%);
	background-color: #fff;
    border-color: #1f2655;
    color: #1f2655;
	}
.btn-default:hover,
.btn-default:focus {
  background-color:#fff0c7;
  background-image: none;
}

.btn-red {
    background: linear-gradient(to right, #5062da, #1f2655, #5062da);
    color: #fff;
   
/*
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1f2655), to(#1f2655));
  background-image: -webkit-linear-gradient(top, #1f2655 0%, #1f2655 100%);
  background-image: -moz-linear-gradient(top, #1f2655 0%, #1f2655 100%);
  background-image: linear-gradient(to bottom, #1f2655 0%, #1f2655 100%);
  background-repeat: repeat-x;
 
 */
}
/*
.btn-red:hover,
.btn-red:focus
{
 color: #fff;
  background-color: #1f2655;
  background-image:none;
}
.btn-red:active,
.btn-red.active {
  background-color: #1f2655;
  border-color: #b92c28;
}
*/

/*------*/

/*---------------- panel ----------------*/
.panel {
    border: medium none;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 4px;
}
.panel .row {
    margin-right: -16px;
	margin-left:-16px;
}




.panel-heading.red {
	background: #1f2655;
	color:#fff;

}
.panel-heading.red a {
	color:#fff;
}
.panel-heading.red span {
	color:#fff;
}
.panel-heading a {
	color:#2d2c2c;
	text-decoration:none;
	display:block;
	font-weight:700;
}
.panel-heading span {
	font-size:90%;
	color:#000000;
}


.panel-default .panel-title{
	color: #000;
	}
h1.panel-title{
	font-size:28px;
	}
h2.panel-title{
	font-size:19px;
	}

.panel-body {
    padding: 12px;
	font-size:13.5px;
}
.panel-body .small {
	font-size:90%;
}

.panel figure img{
	max-width:100%;
	}
.first{
	padding-left:0;
	}
.last{
	padding-right:0;
	}
.panel-searchTours {
	 /*background-image: linear-gradient(to bottom, #1f2655 0%, #460B16 100%);*/
	 box-shadow: 5px 5px 10px rgba(70, 11, 22, 0.6);
	 background-image: linear-gradient(to bottom, #1f2655 0px, /*#1f2655*/ #460B16 100%);
	 border-radius:10px;
	}
.panel-searchTours h2 {
	margin-top:0;
	color:#fff0c7;
	font-size:22px;
	font-weight:700;
	}
.panel-searchTours label {
	color:#fbe3b1;
	font-size:16px;
	}
.panel-searchTours .form-group {
	/*display:inline-block;*/
	}
.panel-red h1,.panel-claret h1{
	color:#fff0c7;
	}
.panel-red{
	background-image: linear-gradient(to bottom, #1f2655 0px, #1f2655 100%);
	color:#fff0c7;
	}
.panel-claret{
	background-image: linear-gradient(to bottom, #1f2655 0%, #460B16 100%);
	/*background-color:#1f2655;*/
	color:#fff0c7;
	}
	
.panel-default{
	background-color:#fff;
	color:#1f2655;
	}
.panel-default .form-control{
	background-color:#fff;
	color:#000;
	}
 

/*-------------- panel End --------------*/
/*--------------------------------*/

.panel-tours {
    background-color: #FFF6E3;
    border-radius: 0;
    overflow: hidden;
	font-size:13px;
	line-height:13px;
}
.panel-tours .panel-body {
    margin: 0;
    padding: 0;
    width: 100%;
	font-size:13px;
}
.panel-tours .panel-heading {
    padding: 0;
    width: 100%;
}
.panel-tours .panel-heading {
    background-image: none;
    box-shadow: none;
    display: block;
    height: auto;
    padding-bottom: 46px;
    position: relative;
    width: 100%;
}
.panel-tours .panel-heading2 {
    display: block;
    height: auto;
    padding-bottom: 2px;
    position: relative;
    width: 100%;
}
.panel-tours .new {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/ujdonsag.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 18%;
    height: 101px;
    line-height: 11px;
    padding: 0;
    position: absolute;
    right: 28%;
    width: 100px;
    z-index: 999;
}
.panel-tours .unesco {
    color: #1f2655;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    padding: 0 7px 0 10px;
    position: absolute;
    right: 5.4%;
    top: 0;
    width: 22.5%;
	line-height:11px;
}
.panel-tours .unesco ul {
	padding:0;	
}
.panel-tours .unesco ul li {
    line-height: 12px;
    list-style-type: none;
    padding-bottom: 2px;
}
.panel-tours .unesco h1 {
    color: #1f2655;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4px;
	margin-top:16px;
}
.panel-tours .tours-title {
	bottom: 23;
	color: #1f2655;
	font-size: 23px;
	position: absolute;
	right: 10px;
	font-weight: 700;
	font-style: italic;
	text-align:right;
	margin-bottom:10px;
}

.panel-tours .tours-alt-title {
	bottom: 0px;
	color: #1f2655;
	font-size: 18px;
	position: absolute;
	right: 10px;
	font-weight: 700;
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
}
.panel-tours .tours-title span {
    clear: both;
    display: block;
    font-size: 70%;
    text-align: right;
}
.panel-tours p {
    line-height: normal;
   text-align: justify;
   margin-bottom:5px;
}
.panel-tours figure img{
	width:100%;
	height:auto;
	}
.panel-tours figcaption {
    color: #FFFFFF;
    margin-top: -25px;
    position: absolute;
    right: 20px;
}
.panel-tours .infoBox{
	background-image: linear-gradient(to bottom, #fff 200px, #fccb78 100%);
	border-right:1px solid #b3b1ae;
	padding-bottom:10px;
	text-align:left;
	}
.panel-tours .infoBox .btn {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
	padding:12px 5px 13px 5px;
	margin:5px 0;
}

.panel-tours .infoBox figure{
	margin-top: -10px;
	margin-bottom:10px;
	}
.panel-tours .infoBox figure.row{
	margin-left: -12px;
	margin-right:-12px;
	}
.panel-tours .infoBox h2, .panel-tours .infoBox h3,  .panel-tours .infoBox h4{
	color:#ee1c25;
	margin:5px 0;
	}
.panel-tours .infoBox h4{
	font-size:13px;
	margin-bottom: 2px;
	display:inline-block;
	}
.panel-tours .infoBox h5{
	font-size:13px;
	margin-bottom: 2px;
	display:inline-block;
	color:#333;
	font-weight:700;
	}
.panel-tours .infoBox p{
	margin-bottom: 8px;
	text-align:left;
	}
.panel-tours .infoBox h2{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	font-style: italic;
	}
.panel-tours .infoBox h3 {
    font-size: 18px;
    margin-top: 2px;
}
.panel-tours .infoBox ul li{
	font-size:11px;
	line-height:16px;
}
.panel-tours h2 {
    font-size: 18px;
    margin-top: 2px;
	color:#ee1c25;
}
.panel-tours h3 {
    font-size: 16px;
    margin: 4px 0;
	font-weight:700;
}
.panel-tours h4 {
    font-size: 14px;
    margin: 10px 0 4px 0;
	color:#333;
	font-weight:700;
}
.panel-tours .infoBox figure img{
	margin-bottom:-30px;
	}
.panel-tours .infoBox table{
	width:100%;
	border:none;
	}
.panel-tours .infoBox table td {
    border: medium none;
    font-size: 11px;
    font-weight: 700;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 50% !important;
}	

.panel-tours .infoBox table td .csat {
    border: medium none;
    font-size: 10px;
    font-weight: 700;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 50% !important;
}

.panel-tours .infoBox table td h4{
    padding: 0;
	margin:0;

}
.panel-tours table{
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;	
	}
.panel-tours table tbody{
	font-size:90%;	
	}
.panel-tours table ,.panel-tours table th,.panel-tours table td{
	border: 2px solid #000;
	text-align:center;
	padding:4px;
	line-height: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	}
.panel-tours table caption ,.panel-tours table caption p{
	text-align:center;
}
.panel-tours table caption{
	border-style:solid;
	border-width: 2px 2px 0 2px;
	padding:8px;
	margin:0;
}
.panel-tours table.no-border th,.panel-tours table.no-border td{
	border:none;
	}
.panel-tours table.no-topborder th,.panel-tours table.no-topborder td{
	border-top: none;
	}
.panel-tours ul{
	padding-left:20px;
	}
.panel-tours ul li{
	font-size:90%;
	font-weight:700;
	line-height: 1.6em;
	}
	
ul.true li{
	list-style-type: none;
	background-image:url(../images/true_icon.png);
	background-position: left top 2px;
	background-repeat:no-repeat;
	margin-left:-20px;
	padding-left:20px;
	
	}
ul.false li{
	list-style-type: none;
	background-image:url(../images/false_icon.png);
	background-position: left top 2px;
	background-repeat:no-repeat;
	margin-left:-20px;
	padding-left:20px;
	}

.priceBox{
	background-color:#fff0c7;
	font-size:18px;
	padding:6px 30px;
	text-align:right;
	}
.priceBox hr{
	margin:0 0 5px 0;
	}
.priceBox .price{
	display:inline-block;
	font-size:20px;
	font-weight:700;
	}
	
/*---------------- photoContest ----------------*/	
.photoContest figure img {
	box-shadow: 3px 3px 7px rgba(70, 11, 22, 0.2);
	}

.photoContest figure {
	min-height:226px;
	position:relative;
	
	}
.photoContest figure figcaption {
	/*position: absolute;
	bottom:0;*/
	text-align:center;
	font-size:12px;
	padding-top:10px;
	
	}
/*---------------- / photoContest  ----------------*/
/*---------------- Footer ----------------*/

footer.site-footer .s-footer-content{
	background-color:#1f2655;
	color:#fff;
	padding:8px 0;
	margin-bottom:12px;
	text-align:center;
	display:block;
	height:auto;
	font-weight:700;
	}
footer.site-footer .s-footer-content p{
	padding:0;
	margin:0;

	}
footer.site-footer{
	background-color:#460b16;
	color:#fbe3b1;
	height:80px;
	margin-top: 4px;
	overflow:hidden;
	}
footer.site-footer p{
	font-size:13px;
	}

/*-------------- Footer End --------------*/
.top-row
{
	padding-top: 15px;
}
.top-row div input
{
	width:628px;
}