/*
    Author     : Virtual Services
*/

/* Hover and focus states */
.wpis {
    padding:60px 0;
}
.wpis .flex-direction-nav a {
    margin: -30px 0 0;
}
em {
    font-style: italic;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
    display: table-row;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}
.divTableRow img {
    width:115px;
    padding:15px 0;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border-bottom: 1px solid #ddd;
	display: table-cell;
    padding: 3px 10px;
    vertical-align: middle;
}
.headerTableBody {
    text-transform: uppercase;
    font-family: 'Marcellus SC', serif;
    font-weight: 600;
    margin:10px 0;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.class80 {
    width:80px;
    text-align: center;
}
.class50 {
    width:50px;
    text-align: right;
}
.descTable {
    padding:10px;
    width:100%;
}
.tableFirst {
    width:290px;
}
.banner_glowna_box {
    height: 360px;
    display: flex;
    align-items: center;
}

.package-cruises {
    float: left;
    width: 205px;
    height:465px;
    margin: 10px 0;
    padding: 15px;
    margin-right:10px;
    text-align:center;
    color:#fff;
    background:#ce9500;
}
.package-cruises-breaker {
    margin: 10px -15px 10px -15px;
    height: 2px;
    background: #ffffff;
}

.package-cruises p{
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.first-package {
    background:#6d7a94;
}
.last-package{
    margin-right:0;
    background:#3D3D3C;
}
.package-cruises b {
    font-family: 'Marcellus SC', serif;
    font-size:22px;
}
.package-cruises + param {
    margin-bottom:20px;
}
.banner_glowna {
    background:#f6f5f1;
    padding: 90px 0 0 0;
}
.package-cruises p {
    margin-bottom:10px;
    font-size: 14px;
}
.banner_glowna h5{
    color:#b18b5c;
    margin-bottom:20px;
}

.banner_glowna_wysiwyg {
    flex:1;
    padding: 28.2px;
    background:#fff;
}

.banner_glowna_movie {
    flex:1;
    margin-top:3px;
}

.banner_glowna_wysiwyg p {
    font-size:14px;
    line-height:1.5;
}

#comment_form h6 {
    font-family: 'Marcellus SC', serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
}

#comment_form textarea {
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
    width: 698px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#comment_form input {
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width:350px;
}

#comment_form input[type="submit"]{
    text-transform: uppercase;
    background: #a78a42;
    width: 380px;
    display: inline-block;
    border: none;
    padding: 8px 0;
    font-size: 20px;
    font-family: 'Marcellus SC', serif;
    color:#fff;
    cursor:pointer;
}
.radio {
    margin: 0.5rem;
  }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
  }
  .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
  }
  .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }

  .md-checkbox {
    position: relative;
    margin: 16px 0;
    text-align: left;
  }
  .md-checkbox.md-checkbox-inline {
    display: inline-block;
  }
  .md-checkbox label {
    cursor: pointer;
    line-height:1.6;
  }
  .md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid rgba(143, 143, 143, 0.5);
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s;
  }
  .md-checkbox input[type="checkbox"] {
    outline: 0;
    margin-right: 10px;
    visibility: hidden;
  }
  .md-checkbox input[type="checkbox"]:checked + label:before {
    background: #3197EE;
    border: none;
    width: 22px;
    height: 22px;
  }
  .md-checkbox input[type="checkbox"]:checked + label:after {
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
  }
  .md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
  }
  .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
  }
.personBox {
    float:left;
    width:215px;
    background:#fff;
    margin-right: 20px;
    border: 1px solid #edebe5;
    margin-bottom:20px;
    height:400px;
}

.nameBox {
    font-size: 18px !important;
    font-family: 'Marcellus SC', serif;
    color:#000;
    text-transform: uppercase;
    margin-bottom:10px;
    text-align: center;
}

.signBox {
    text-align: center;
    color:#ce9500;
    font-weight: 500;
    letter-spacing: initial;
    font-size:12px !important;

}

.absoluteBox {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width:90%;
}

.relativeBox {
    position:relative;
    height: 140px   ;
}

.personBox:nth-of-type(3n+3) {
    margin-right:0;
}

.personBox img {
    width:100%;
}
.page span {
    font-family: 'Marcellus SC', serif;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
    color: #4a4940;
}
.page {
    text-align: center;
}
.border_tour_blog {
    height:1px;
    width:100%;
    background: #a78a42;
    margin-top:50px;
}
input[type="text"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #f1f1f1;
}
.newsletter_form li {
    vertical-align: middle;
}
/* Checked state */
.control input:checked ~ .control__indicator {
	background: #a78a42;
}
.right_site_trip .div_before_date_of_event {
    width:520px;
}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background:  #a78a42;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}
.control-group {
	display: inline-block;
	width: 200px;
	height: 210px;
	margin: 10px;
	padding: 30px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.css-checkboxes .control {
	font-size: 18px;
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
}

.css-checkboxes .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.css-checkboxes .control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
	background: #fff;
        border: 1px solid #a78a42;
}

.css-checkboxes .control--radio .control__indicator {
	border-radius: 50%;
}

/* Check mark */
.css-checkboxes .control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.css-checkboxes .control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.css-checkboxes .control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.css-checkboxes .control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.css-checkboxes .control--radio .control__indicator:after {
	top: 8px;
        left: 8px;
        width: 9px;
        height: 9px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.css-checkboxes .control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.info_error {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size:12px;
    color:#f00;
    margin-top: -15px;
    padding-bottom:15px;
}
.zdj_about {
    float:left;
    margin-bottom: 8px;
}
.zdj_about:nth-of-type(2n+1){
    margin-right:10px;
}
.find_us_on{
    margin-bottom:30px;
}
.booking_form {
    position: relative;
    left:50%;
    transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
}
.zajawka_tour {
    text-align: justify;
}
.booking_form #contact_form h4 {
    text-align:center;
}
.warunki {
    border:1px solid #d2d2d2;
    padding:0 20px;
}

.addon_img{
    float: left;
    width: 100px;
    padding-right: 10px;
}

.package_div{
    float: left;
    width: 200px;
    position: relative;
    margin-top:40px;
    margin-right:25px;
    cursor: pointer;
}

.package_div.last-package {
    margin-right:0;
}

.package_div.package_div_selected:before{
    content: url("../images/check.png");
    width:30px;
    position: absolute;
    top:-17px;
    right:0;
}
.zajawka_cruises {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.zajawka_cruises:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.zajawka_cruises:hover img {
    filter:brightness(110%);
}
.package_div_before:before{
    content: "";
    width:38px;
    border:1px solid #ddd;
    height:38px;
    position: absolute;
    top:-17px;
    right:-12px;
    background:#fff;
    border-radius:30px;
}

.package_img{
    float: left;
    width: 90%;
    padding-right: 10px;
    cursor: pointer;
}

.read_more_button {
    float: left;
    text-transform: uppercase;
    background: #a78a42;
    width: 180px;
    border: none;
    padding: 6px 0;
    text-align: center;
    color: #fff;
}

.only_printable {
    display: none;
}
.yt_div {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  .newsletter_form li img {
        vertical-align: middle;
        margin-top: -6px;
  }
}

#error404 {
    padding:50px 0;
    background:#f6f5f1;
}
.paragraph404 {
    font-weight: 300;
    font-size: 150px;
    text-align: center;
    color:#b9a253;
    font-family: 'Marcellus SC', serif;
}
#error404 p {
    text-align: center;
}
.error_btn {
    background:#b9a253;
    border: none;
    padding: 9.5px;
    border-radius: 3px;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:153px;
    margin-top:50px;
    margin-bottom:50px;
}
.error_btn span {
    font-family: 'Marcellus SC', serif;
    color: #fff;
    font-size: 20px;
}
.error {
    border:1px solid #f00 !important;
}

.wyrownaj_gora{
    vertical-align: top;
}
a {
    color:#0b74c2;
}
.one_line li {
    display: inline-block;
    width:363px;
}
.contact_form .two_column_form .one_line li:last-of-type input[type="text"] {
    margin-right:0;
    margin-left:4px;
}
.contact_form .two_column_form input[type="text"].big_input {
    margin-right:0 !important;
    width:697px;
}
.contact_form .two_column_form .phone_home {
    position: relative;
}
.contact_form .two_column_form .phone_home_label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}
.capcha_contact {
    position: relative;
    top:15px;
}
.antyspam {
    width:172px !important;
}
.address .dropdown {
    width:356px;
    margin-left:4px;
    top:-1px;
    height:38px;
}
.lightBorder {
    border:0;
    border-top: 1px solid #ccc;
}
.dropdown.open {
    text-transform: initial;
}
.address .dropdown .carat {
    height:36px;
}
strong {
    font-weight:bold;
}
.links_list a:hover,.menu_trip ul li a.active_menu,.menu_trip ul li a.active_link {
    color:#c28c00;
}
#back-to-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: rgba(206,149,0,0.6);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size:16px;
}
#back-to-top:hover {
    background: #ce9500;
}
#back-to-top.show {
    opacity: 1;
}

.flex-control-thumbs {
   // margin:0;
}
.flexslider {
    background:#f6f5f1;
    border:none;
}
.flex-direction-nav a {
    margin:-7px 0 0;
}
#carousel .flex-direction-nav a {
    margin:-35px 0 0;
}
.slides li {
    //margin-right:0 !important;
}
#carousel {
    margin-top:-10px;
}
@font-face {
  font-family: 'Alt_Papyrus';
  src: url('../fonts/Parchment MF.ttf')  format('truetype'); /* Safari, Android, iOS */
}
::-moz-placeholder {
  opacity: 1;
}
.newsletter_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  opacity:1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-family: 'Open Sans',sans-serif;
  opacity:1;
}
h5,h6 {
  font-family: 'Alt_Papyrus',sans-serif;
  text-transform:uppercase;
  text-align:center;
}
h5 { font-size:72px; }
h6 { font-size:30px; }
b { font-weight: 700; }
a,tr,td,p{
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    font-size:16px;
    line-height: 1.2;
}

.warunki ul li{
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    font-size:14px;
    line-height: 1.4;
    text-align: justify;
    list-style-type: disc;
    display: list-item;
    margin-left: 1em;
}
span {
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    font-size:14px;
    line-height: 1.2;
}
.booking_form span {
    line-height:1.4;
}
.header_tour_info_titile {
    position:relative;
    background:#fff;
    width:1170px;
    min-height:40px;
    //margin-left:20px;
    cursor:pointer;
    margin-bottom:10px;
    border:1px solid #ebe7dd;
    height:58px;
}
.header_tour_info_title_more {
    position:relative;
    background:#fff;
    border:1px solid #ebe7dd;
    width:1170px;
    //margin-left:20px;
    margin-bottom:10px;
}
.title_daily_updates {
    float:left;
    padding:9px 20px 20px 15px;
    width:900px;
}
#trip_section .title_daily_updates h6,#trip_section .title_daily_updates_more h6,p.daily_updates_click_here{
    color:#362d23;
    font-family: 'Marcellus SC', serif;
    font-size:17px;
    text-transform:uppercase;
    text-align: left;
    line-height: 1.2;
}
.title_daily_updates_more {
    background:#fff;
    cursor:pointer;
    height:58px;
}
.right_site_click_here {
    float:right;
    //padding:20px;
}
.title_daily_updates_subject_style {
    float:left;
    padding:9px 20px 20px 15px;
    width:900px;
}
.date_of_event {
    font-size:12px;
    color:#a78a42;
    font-family: 'Marcellus SC', serif;
    font-size:16px;
    text-transform:uppercase;
    padding-bottom:10px;
    padding-left:20px;
}
.img_wysiwyg_daily_updates {
    float:left;
    width:150px;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
}
.div_before_date_of_event {
    float:left;
    padding-right:20px;
    width:960px;
    padding-top:20px;
}
#trip_section h6.daily_updates{
    color:#fff;
    text-shadow: 10px 10px 10px #000;
    font-size:60px;
    margin:30px 25px;
    padding-top:5px;

}
.previous_tours_header {
    margin:20px 0;
    margin-bottom:30px;
    margin-top:100px;
}
#trip_section .previous_tours_header h5 {
    color:#ce9500;
    font-family: 'Marcellus SC', serif;
    font-size: 30px;
    text-transform: uppercase;
}
.ongoingtour {
    border:4px solid #2a942c;
    width:1162px;
    position:relative;
    margin:20px 0;
    height:120px;
}
.comingsoon {
    border:4px solid #7ccc1d;
    width:1162px;
    position:relative;
    margin:20px 0;
    height:120px;
}
.previous {
    border:4px solid #7d796e;
    width:1162px;
    position:relative;
    margin:20px 0;
    height:120px;
}
.content_ongoingtour,.content_comingsoon,.content_previous{
    position:absolute;
    width:1162px;
    height:120px;
    top:0;
}
.two_logos {
    margin:30px 0;
}
html { max-width: 3840px; }
.wrapper {
    width:1170px;
    margin:0 auto;
}
#trip_section h5{ color:#b18b5c; }
#trip_section h6{ color:#454545; }
.footer_links h5 { font-size:62px; }
.border_tour.tours_border_center {
    margin:0 auto;
    margin-top:25px;
}
#photo_from_out_guests {
    margin-top:30px;
}
#newsletter h5,.footer_links h5 {
    color:#ede8db;
    text-transform: capitalize;
}
.left_info a:hover,.our_tours li a:hover,.right_info li a:hover,.contact_us ul li a:hover {
    color:#a78a42;
}

header a,.contact_us li a,.brochure_footer a,#newsletter p,.newsletter_form input[name=mail],#slider_section .header_slider li:first-of-type,#slider_section .header_slider li:nth-of-type(2),
.newsletter_form input[name=code],.tour_header_table h5,.contact_form .two_column_form input[type='submit']{
    color:#fff;
}
header nav a,.our_tours li a,.right_info li a,.brochure_footer a,.btn_white,#trip_section .right_site_trip h5,.links_list a,
#slider_section .header_slider li,.tour_header_table h5,.contact_form .two_column_form input[type='submit'],.read_more_button{
    font-size:20px;
    font-family: 'Marcellus SC', serif;
}
#slider_section .header_slider li {
    font-size:18px;
}
.tour_header_table h5,#trip_section .right_site_trip #special h5 {
    text-align:left;
}
#trip_section .right_site_trip .tour_header_table h5{
    color:#fff;
}
header nav a {
    padding: 22.5px 22px;
    text-transform: uppercase;
}
header nav a:hover,nav a.active {
    background: #a78a42;
}
header img {
    vertical-align: middle;
    padding-right:20px;
}
header ul {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width:1170px;
    text-align: right;
}
header ul li {
    padding-right:20px;
    margin-left: -4px;
}
header nav ul li { padding-right:0; }
ul li { display: inline-block; }
ul li:last-of-type{ padding-right:0 }
.first_strip {
    height:60px;
    background: #3b3b3b;
    position: relative;
}
.second_strip {
    border-top:1px solid #646464;
    height:70px;
    background: #4c4c4c;
    position: relative;
}
.telephone_header {
    font-size:20px;
    position: relative;
    top: 3px;
}
.logoArch h1 a img {
    position: absolute;
    z-index:1000;
}
.footer_links {
    background:#4a4940;
    padding:80px 0;
    position: relative;
}
.our_tours,.find_us_on,.contact_us {
    width:390px;
    float:left;
}
.our_tours li {
    display: block;
    padding:7px 0;
}
.our_tours li a,.right_info li a{
    color:#b0ae9e;
}
.contact_us li {
    padding:5px 0;
}
.contact_us li img {
    vertical-align: middle;
    padding-right:10px;
}
.find_us_on ul li {
    padding-right:10px;
}
footer {
    position: relative;
}
#newsletter:after {
    background-image: url('../images/footer2_strip.png');
    position: absolute;
    bottom:0px;
    width: 100%;
    height: 30px;
    content:"";
}
.footer_links:after {
    background-image: url('../images/footer1_strip.png');
    position: absolute;
    bottom:-3px;
    width: 100%;
    height: 30px;
    content:"";
}
.policy_links {
    height:140px;
    background:#34332d;
}
.left_info{
    float:left;
    padding:30px 0;
    width:50%;
}
.left_info p,.left_info a {
    color:#5d5c50;
    font-size:14px;
}
.left_info img {
    vertical-align: middle;
}
.right_info {
    float:left;
    padding-left:60px;
    padding-top:30px;
    width:40%
}
.right_info ul li {
    display: block;
    padding:3px 0;
}
.right_info li a {
    font-size:18px;
}
.border_footer {
    width:50px;
    height:1px;
    background:#a78a42;
    margin:15px 0 30px 0;
}
.brochure_footer {
    padding-top:40px;
}
#newsletter {
    background:#a78a42;
    padding:70px 0;
    position: relative;
}
#newsletter p {
    padding:20px;
    text-align: center;
    width:430px;
    line-height: 1.2;
    font-weight: 300;
}
.center p,.center form{
    position: relative;
    left:50%;
    transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
}
.newsletter_form input[name=mail],.newsletter_form input[name=code] {
    border:1px solid #fff;
    border-radius: 3px;
    background: transparent;
    padding:12px;
    width:260px;
    display: block;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    margin-right:20px;
}
.newsletter_form input[name=code]{
    margin-left:20px;
    width:150px;
}
.btn_white{
    background:#fff;
    color:#b9a253;
    border:none;
    padding:9.5px;
    display:block;
    width:195px;
    border-radius: 3px;
}
.navbar-fixed {
    top: 20px;
    z-index: 100;
    position: fixed;
    width:308px;
}
.navbar-absolute {
    bottom:120px;
    z-index: 100;
    position: absolute;
    width:308px;
}
#newsletter form {
    width:880px;
    padding:20px 0;
}
.left_site_trip {
    width:370px;
    margin-right:68px;
    float:left;
}
.right_site_trip {
    width:730px;
    float:left;
}
#trip_section {
    background: #f6f5f1;
    position:relative;
    padding:50px 0 100px 0;
}
#trip_section:after {
    background-image: url('../images/footer3_strip.png');
    position: absolute;
    bottom:0px;
    width: 100%;
    height: 30px;
    content:"";
}
#trip_section .right_site_trip h4,.post_text h4 {
    color:#ce9500;
    font-family: 'Marcellus SC', serif;
    font-size:30px;
    text-transform: uppercase;
    padding-top: 30px;
}
.post_text h4 {
    text-align: center;
    padding-bottom: 60px;
}
#trip_section .right_site_trip h5 {
    color:#000;
    text-transform: uppercase;
}
.border_tour {
    width:50px;
    height:1px;
    background:#cdbf9b;
    margin:15px 0;
}
.zajawka_tour {
    margin-top:25px;
}
.right_site_trip .zajawka_tour p {
    font-size:14px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.links_list a{
    color:#000;
    text-transform: uppercase;
}
.links_list img {
    vertical-align: middle;
    margin-right:20px;
}
.links_list {
    border-top:1px solid #cdbf9b;
    border-bottom:1px solid #cdbf9b;
    margin-bottom:25px;
}
.links_list li {
    padding:0 0 15px 0;
}
.links_list li:first-of-type {
    padding-top:15px;
}
.menu_trip ul li:first-of-type {
    border-top:1px solid #edebe5;
}
.menu_trip ul li {
    display:block;
    padding:15px 0;
    border-bottom:1px solid #edebe5;
}
.menu_trip ul li a{
    font-size:16px;
    font-family: 'Marcellus SC', serif;
    color:#000;
    text-transform: uppercase;
}
.menu_trip {
    border:1px solid #edebe5;
    background:#fff;
    padding:30px;
    max-height:550px;
    overflow-x: auto;
}
.menu_trip ul li a:hover{
    color:#c28c00;
}
.menu_trip h5 {
    margin-bottom:25px;
}
#slider_section {
    background:url(../images/egypt_slider.jpg) no-repeat;
    max-width: 3840px;
    height:394px;
    background-size: cover !important;
}
#slider_section_tours{
    background:url(../images/tours.jpg) no-repeat;
    max-width: 3840px;
    height:283px;
    position: relative;
    background-size: cover !important;
}
#slider_section .header_slider li {
    display:table;
}
#slider_section .header_slider li:first-of-type,#slider_section .header_slider li:nth-of-type(2){
    font-family: 'Marcellus SC', serif;
    font-size:28px;
    background: rgba(0,0,0,0.7);
    padding:5px 15px;
    width:auto;
    text-transform: uppercase;
}
#slider_section .header_slider li{
    color:#ffc24c;
    background: rgba(0,0,0,0.7);
    padding:5px 15px;
    width:auto;
    text-transform: uppercase;
}
#slider_section .header_slider {
    margin-left:440px;
    position: absolute;
    bottom:40px;
}
.menu-toggle{
    cursor:pointer;
}
.slider_section_div {
    position: relative;
    max-width: 3840px;
    height:394px;
}

#trip_section:before {
    background-image: url('../images/footer4_strip.png');
    position: absolute;
    top:-30px;
    width: 100%;
    height: 30px;
    content:"";
}
#slider_section_tours:after {
    background-image: url('../images/footer4_strip.png');
    position: absolute;
    bottom:0px;
    width: 100%;
    height: 30px;
    content:"";
}
.slider_section_div:before {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0px;
    width: 100%;
    height: 10px;
    content:"";
}
.table_tour {
    margin-top:45px;
}
.tour_content_table {
    border:1px solid #cdbf9b;
    border-top:none;
}
.tour_header_table {
    background:#a78a42;
    border:1px solid #cdbf9b;
    //border-bottom: none;
}
.tour_header_table h5{
    text-transform: uppercase;
}

.left_side_cruise {
    width:170px;
    float:left;
    padding:7px 15px;
}

.right_side_cruise {
    width:130px;
    float:left;
    padding:7px 15px;
    text-align: center;
}

.right_side_cruise p, .left_side_cruise p {
    font-size:14px;
    text-transform: uppercase;
}

.left_side_tour,.right_site_trip {
    display: table;
}
.left_side_tour {
    width:260px;
    float:left;
    padding:7px 35px;
}
.right_side_tour {
    width:170px;
    float:left;
    text-align: center;
    padding:7px 35px;
}
.right_side_tour p, .left_side_tour p {
    font-size:14px;
}
.right_side_tour2 {
    width:130px;
    float:left;
    text-align: center;
    padding:7px 0;
    height:20px;
}
.left_side_tour p{
    text-transform: uppercase;
}
.right_side_tour a {
    color:#ce9500;
    text-transform: uppercase;
    text-decoration:none;
    color:#ce9500;
    border-style:solid;
    border-width: 0px 0px 1px 0px;
    font-weight: 600;
}
.sold {
    color:#fe0000;
    font-weight: 600;
    text-transform: uppercase;
}
.last {
    color:#ef7712;
    font-weight: 600;
    text-transform: uppercase;
}
.waiting {
    color:#0c4c8a;
    font-weight: 600;
    text-transform: uppercase;
}
.open {
    color:#638801;
    font-weight: 600;
    text-transform: uppercase;
}
.left_site_person {
    float:left;
    width:182px;
    margin-right:25px;
}
.right_site_content_person {
    float:none;
    //margin-left: 30px;
    width:100%;
}
.long_tours,.normal_tours,.normal_tours2 {
    float:left;
    border:1px solid #ebe7dd;
    margin-bottom:30px;
}
.full_tours2 {
    border:1px solid #ebe7dd;
    margin-bottom:30px;
    margin-bottom:36px;
    font-size:20px;
    float:left;
    width:100%;
}
.normal_tours2  {
    margin-bottom:36px;
}
.normal_tours {
    width:368px;
}
.normal_tours2 .text_tour p.main_text_tour{
      font-size:20px;
}
.long_tours {
    margin-right:29px;
    width:768px;
}
.normal_tours:nth-of-type(3n+1){
    margin-right:29px;
}
.normal_tours:nth-of-type(3n){
    margin-right:29px;
}
div.normal_tours2:nth-of-type(2n+1) {
     margin-right:36px;
}
.text_tour {
    text-align:center;
    background:#fff;
    height:220px;
    position: relative;
    margin-top:-2px;
    padding-top:15px;
}
.text_tour .main_subtext_tour, .text_tour .main_subtext_tour p {
    font-size:13px;
    text-transform: initial;
    padding: 0 20px;
    margin-top:10px;
    font-family: 'Open Sans',sans-serif;
    color: #6b6b6b;
}
.text_tour2 {
    text-align:center;
    background:#fff;
    height:120px;
    width:345px;
    position: relative;
}
.text_tour_full {
    text-align:center;
    background:#fff;
    height:120px;
    width:100%;
    position: relative;
}
.text_tour2 .div_center_paragraph {
    position: relative;
    top:50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.text_tour .div_center_paragraph {
    height:60px;
    position: relative;
}
.text_tour .div_center_paragraph2 {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width:100%;
}
.normal_tours2 .text_tour2 p,.long_tours2 .text_tour p,.full_tours2 .text_tour_full p  {
    font-size:11px;
    font-family: 'Open Sans', serif;
    text-transform: uppercase;
    color:#362d23;
    padding:0 30px;
}
.text_tour p,.normal_tours2 .text_tour2 p.main_text_tour,.long_tours2 .text_tour p.main_text_tour,.full_tours2 .text_tour_full p.main_text_tour, .blog_description {
    font-size:18px;
    font-family: 'Marcellus SC', serif;
    text-transform: uppercase;
    color:#362d23;
    font-weight: normal;
    padding:0 30px;
}
.normal_tours2 .text_tour .div_center_paragraph,.full_tours2 .text_tour_full .div_center_paragraph {
    width:270px;
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.full_tours2 .text_tour_full .div_center_paragraph {
    width:600px;
    text-align:center;
}
.normal_tours2 .text_tour {
    width:345px;
}

.text_tour p.main_text_tour {
    font-size:36px;
    line-height: 1.2;
}
.text_tour p.main_text_tour2 {
    font-size:24px;
}
.text_tour:after{
    background-image: url('../images/more_info.png');
    position: absolute;
    right:0px;
    bottom:0px;
    content:"";
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size:cover;
}
.text_tour2:after{
    background-image: url('../images/more_info2.png');
    position: absolute;
    right:0px;
    bottom:0px;
    content:"";
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}
.text_tour_full:after{
    background-image: url('../images/more_info2.png');
    position: absolute;
    right:0px;
    bottom:0px;
    content:"";
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}
.tours_other_box {
    margin-top:40px;
}
.contact_us h5,.our_tours h5,.find_us_on h5,.menu_trip h5{
    text-align:left;
}
#trip_section .menu_trip h5 {
    font-size:52px;
    color:#4a4940;
    line-height:0.7;
}
.img_left_cloud {
    float:left;
    width:276px;
    margin-right:30px;
    height: 235px;
    margin-bottom:10px;
}
.right_cloud_text {
    font-style: italic;
    font-weight: 600;
    padding:10px 0;
}
.testimonials_cloud {
    background: #e2dac5;
    border-radius: 10px;
    padding:22px;
    position: relative;
}
.testimonials_cloud:after {
    background-image: url('../images/arrow_testimonials.png');
    position: absolute;
    left:120px;
    bottom:-32px;
    content:"";
    width: 74px;
    height: 32px;
    background-repeat: no-repeat;
}
.name_testimonials {
    margin-top:40px;
}
.contact_wysiwyg p {
    line-height: 1.3;
}
.contact_wysiwyg p a {
    color:#ce9500;
}
.contact_wysiwyg p b a,#trip_section #contact_form h4 {
    color:#000;
}
.contact_form input[type='text'],.contact_form input[type='email'],.contact_form textarea{
    border:1px solid #d2d2d2;
    padding:10px 15px;
    width:698px;
    margin-bottom:15px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}
.contact_form textarea {
    height:200px;
}
.contact_form .two_column_form input[type='text']:first-of-type {
    margin-right:10px;
}
.contact_form .two_column_form input[type='text']{
    width:326px;
    display: inline-block;
}
.contact_form .two_column_form input[type='submit'] {
    text-transform: uppercase;
    background:#a78a42;
    width:363px;
    display: inline-block;
    border:none;
    padding:6px 0;
}
.contact_form {
    margin-top:30px;
}

.brochure_download{
    font-size:30px;
}
.logoRROC {
    width:600px;
}

.movieReview {
   width:46%;
   float:left;
   margin-right:2%;
}

.nested_li {
    padding-left: 20px;
}
.pagination-container li {
    margin-bottom:35px;
}
.pagination-container li a {
    background:#a78a42;
    padding:10px 35px;
    color:#ffffff;
    font-family: 'Roboto',sans-serif;
    font-size:14px;
    text-decoration: none;
}
.pagination-container li a.activePag {
    background:#8c6e35;
    color:#ffffff;
}
.pagination-container li:last-of-type a {
    border-radius:0px 4px 4px 0px
}
.pagination-container li:first-of-type a {
    border-radius:4px 0px 0px 4px
}
.pagination-container {
    margin-bottom:20px;
}
.fb-share-button {
    float:right;
}
.fb-like,.twitter-share-button,.twitter-share-button + span {
    float:right;padding-right:5px;
}
.twitter-share-button {
    padding-left:5px;

}
.not_printable i {
    float:right;
    margin-top:5px;
    margin-right:5px;
    color:#b47d0f;
}

@media only screen and (min-width: 1170px) and (max-width: 1335px)  {
    html {
        max-width: 1335px;
    }
    .tableFirst {
        width: 130px;
    }
    .zajawka_tour .divTableRow img {
        max-width: 65px;
    }
    .package_div {
        width:135px;
    }
    .banner_glowna_movie iframe {
        width:100%;
    }
    .banner_glowna_wysiwyg p {
        font-size: 14px;
        line-height: 1.3;
    }
    .package-cruises {
        height:540px;
    }
    .banner_glowna_wysiwyg {
        flex: 1;
        background: #fff;
        height: 279px;
        padding: 25px;
    }
    .logoArch h1 a img {
        width: 160px;
    }
    #comment_form textarea,#comment_form input,#comment_form input[type="submit"] {
        width:95%;
        padding: 2.5%;
    }
    .title_daily_updates {
        width:60% !important;
    }
    #trip_section .title_daily_updates h6, #trip_section .title_daily_updates_more h6, p.daily_updates_click_here {
        font-size:15px;
    }
    #trip_section .title_daily_updates h6 {
        overflow:hidden;
        height:32px;
    }
    .title_daily_updates_subject_style {
        width:60% !important;
    }

    .personBox {
        width:165px;
        height: 355px;
    }

    .wrapper {
        width:960px;
    }
    header ul {
        width:960px;
    }
    .our_tours, .find_us_on, .contact_us{
        width:320px;
    }
    .contact_us a{
        font-size:14px;
    }
    .left_site_trip {
        margin-right:45px;
    }
    .right_site_trip {
        width:545px;
    }
    .left_side_tour,.right_side_tour {
        float:none;
        width:100%;
        padding:15px 0;
    }
        #trip_section .right_site_trip .table_tour h5,.left_side_tour p {
        text-align:center;
    }
    #special h5 {
        text-align:left;
    }
    .right_site_content_person {
        width:100%;
    }
      .right_info {
        padding-top:0;
        padding-left:0;
        float:none;
        width:100%;
    }
    .left_info {
        padding:15px 0;
        float:none;
        width:100%;
    }
    #slider_section .wrapper {
        width:100%;
    }
    #slider_section .header_slider {
        margin-left:520px;
    }
    .package-cruises {
        width:145px;
    }
    .tours_other_box {
        width:768px;
    }
    .right_site_trip .tours_other_box {
        width:100%;
    }
    .normal_tours:nth-of-type(3n) {
        margin-right:0;
    }
    .normal_tours:nth-of-type(2n) {
        margin-right:28px;
    }
    .tours_other_box {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .left_side_tour, .right_site_trip {
    display: block;
    }
     .right_site_trip iframe {
        width:100%;
    }
        .contact_form input[type="text"], .contact_form textarea {
        width:490px;
    }
    .contact_form .two_column_form input[type="text"] {
        width:222px;
    }
      .contact_form .two_column_form #printed_content input[type="text"] {
        width:260px;
    }
    .contact_form .two_column_form input[type="submit"] {
        width:255px;
    }
        .ongoingtour,.previous{
        width:100%;
        height:79px;
    }
    .ongoingtour > img,.previous > img{
        width:100%;
    }
    .content_ongoingtour, .content_comingsoon, .content_previous {
        width:768px;
    }
    #trip_section h6.daily_updates {
        font-size:45px;
        padding-top:10px;
        margin:12px 25px;
    }
    .previous {
     width:100%;
    }
    .content_ongoingtour img,.content_previous img  {
        height:79px;
    }
           #digital_content img {
        width:100%;
    }
    .contact_form .two_column_form input.big_input[type="text"] {
        width:260px;
    }
    .dropdown,.address .dropdown{
        width:290px;
    }
    .one_line li {
        display: block;
        width:260px;
    }
    .address .dropdown {
        margin-left:0;
    }
    .one_line div.form_group {
        top:initial !important;

    }
    .one_line {
        height:auto !important;
    }
    .one_line p {
        padding-left:0 !important;
    }
    .contact_form .two_column_form .one_line li:last-of-type input[type="text"] {
        margin-left:0;
    }
    .mapy_lightbox img {
        max-width: 100%;
    }
    .text_tour2 {
        width: 240px;
    }
    .mapy_lightbox img {
        max-width:100% !important;
    }
    .zajawka_tour img {
        max-width:100%;
    }
     header nav a {
        padding: 24.5px 20px;
        font-size:16px !important;
    }
    .right_side_tour2 {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        padding-bottom:30px;
    }
    .policy_links {
        height:initial;
        padding-bottom: 40px;
    }

}
@media only screen and (min-width: 990px) and (max-width: 1170px)  {
    a {
        font-size:14px;
    }
    .tableFirst {
        width: 130px;
    }
    .zajawka_tour .divTableRow img {
        max-width: 65px;
    }
    .package_div {
        width:100%;
    }
    .package-cruises {
        height:100%;
        width:94%;
    }
    .banner_glowna_movie iframe {
        width:100%;
    }
    .banner_glowna_wysiwyg p {
        font-size: 13px;
        line-height: 1.2;
    }
    .long_tours .text_tour {
        height:170px;
    }
    .banner_glowna_wysiwyg {
        flex: 1;
        background: #fff;
        height: 279px;
        padding: 25px;
    }
    .personBox {
        width:155px;
        height:350px;
    }
      .btn_white {
        display:block !important;
        width:205px !important;
    }
        .left_site_trip img {
        width:auto;
    }
      .left_site_trip img[alt="Back to tours"] {
        width:250px;
    }
    .navbar-fixed,.navbar-absolute{
        width:218px;
    }
    .our_tours {
        width:235px;
    }
    .find_us_on {
        width:260px;
    }
     .contact_us{
        width:305px;
    }
    html {
        max-width: 1170px;
    }
    .wrapper {
        width:800px;
    }
    header ul {
        width:800px;
    }
    .logoArch h1 a img {
        width:140px;
    }
    header nav a, .our_tours li a, .right_info li a, .brochure_footer a, .btn_white, #trip_section .right_site_trip h5,
    .links_list a, #slider_section .header_slider li, .tour_header_table h5,
    .contact_form .two_column_form input[type="submit"],.menu_trip ul li a {
        font-size:14px;
    }
    .second_strip,.first_strip {
        height: 45px;
    }
    header nav a {
        padding: 14px 10px;
    }
    .telephone_header {
        font-size: 18px;
    }
            #slider_section .header_slider {
        margin-left:0;
    }

    .links_list ul li {
        display:block;
    }
    #trip_section .menu_trip h5 {
        font-size:40px;
    }
    #trip_section .right_site_trip h4,.wpis h4{
        font-size:20px;
    }
    .menu_trip {
        padding:30px 15px;
    }
    .right_site_trip {
        width:525px;
    }
    .left_site_trip {
        width:250px;
        margin-right:20px;
    }
    .newsletter_form li {
        display:block;
    }
    .right_site_content_person {
        float:none;
        width:100%;
        margin-left:0;
    }
    .left_site_person {
        margin-right:25px;
    }
    .right_site_trip h5 {
        text-align:left;
    }
     #newsletter form,#newsletter,#newsletter p {
        width:100%;
    }
    #newsletter p {
        padding:20px 0;
    }
    .newsletter_form input[name="mail"], .newsletter_form input[name="code"],.btn_white{
        width:300px;
        margin-right:0;
            position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .newsletter_form li {
        padding:10px 0;
    }
    #slider_section {
        background-position: 40% 100%;
    }
    .right_site_trip h5 {
        text-align: center;
    }
    .left_side_tour h5 {
        text-align: left;
    }
    #special h5 {
        text-align: left;
    }
     .right_side_tour,.left_side_tour {
        float:none;
        width:100%;
        padding:15px 0;
    }
    .left_side_tour p {
        text-align:center;
        font-size:14px;
    }
    .left_side_tour h5 {
        text-align:center;
    }
    .right_side_tour p {
        font-size:14px;
    }
    .right_info {
        padding-top:0;
        padding-left:0;
        width:100%;
    }
    .left_info {
        padding:15px 0;
        width:100%;
    }
    .policy_links {
        height:initial;
        padding-bottom: 40px;
    }
        .tours_other_box {
        width:768px;
    }
    .normal_tours:nth-of-type(3n) {
        margin-right:0;
    }
    .normal_tours:nth-of-type(2n) {
        margin-right:28px;
    }
    .tours_other_box {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .left_side_tour, .right_site_trip {
        display: block;
    }
     .right_site_trip iframe {
        width:100%;
    }
    .contact_form input[type="text"], .contact_form textarea {
        width:490px;
    }
    .contact_form .two_column_form input[type="text"] {
        width:222px;
    }
    .contact_form .two_column_form #printed_content input[type="text"] {
        width:260px;
    }
    .contact_form .two_column_form input[type="submit"] {
        width:255px;
        padding:10px 0;
    }
            .header_tour_info_titile {
        width:100%;
        margin-left:0;
        height:auto;
    }
    .title_daily_updates{
        width:565px;
    }
    .title_daily_updates,.title_daily_updates_subject_style {
        float:none;
    }
    .right_site_click_here img,.title_daily_updates_more img {
        position: relative;
        top:3px;
    }
    .header_tour_info_title_more {
        margin-left:0;
        width:100%;
    }
    .div_before_date_of_event {
        width:auto;
    }
    .title_daily_updates_subject_style{
        width:auto;
    }
    .img_wysiwyg_daily_updates {
        float:none;
        margin:0 auto;
    }
    .div_before_date_of_event {
        /*padding-left:20px;*/
    }
    .date_of_event {
        text-align:center;
    }
    .header_tour_info_title_more iframe {
        width:100%;
    }
    .ongoingtour,.previous{
        width:100%;
        height:79px;
    }
    .ongoingtour > img,.previous > img{
        width:100%;
    }
    .content_ongoingtour, .content_comingsoon, .content_previous {
        width:768px;
    }
    #trip_section h6.daily_updates {
        font-size:45px;
        padding-top:10px;
        margin:12px 25px;
    }
    .previous {
     width:100%;
    }
    .content_ongoingtour img,.content_previous img  {
        height:79px;
    }
       #digital_content img {
        width:100%;
    }
    .contact_form .two_column_form input.big_input[type="text"] {
        width:260px;
    }
    .dropdown,.address .dropdown{
        width:290px;
    }
    .one_line li {
        display: block;
        width:260px;
    }
    .address .dropdown {
        margin-left:0;
    }
    .one_line div.form_group {
        top:initial !important;

    }
    .one_line {
        height:auto !important;
    }
    .one_line p {
        padding-left:0 !important;
    }
    .contact_form .two_column_form .one_line li:last-of-type input[type="text"] {
        margin-left:0;
    }
        .mapy_lightbox img {
        max-width:100% !important;
    }
    .zajawka_tour img {
        max-width:100%;
    }
    .tours_other_box {
        width:100%;
    }
    .text_tour2 {
        width: 240px;
    }
         .newsletter_form input[name="code"] {
        margin-left:0;
    }
        .newsletter_form li img {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .newsletter_form li {
        display:block;
    }
    .right_side_tour2 {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        padding-bottom:30px;
    }
    #comment_form textarea,#comment_form input,#comment_form input[type="submit"] {
        width:95%;
        padding: 2.5%;
    }
    #newsletter_mail {
        display:block !important;
    }
    .g-recaptcha > div {
        margin:0 auto;
    }
}
@media only screen and (min-width: 680px) and (max-width: 990px)  {
    .zdj_about {
        margin-right:10px;
    }
    .g-recaptcha > div {
        margin:0 auto;
    }
    #newsletter_mail {
        display:block !important;
    }
    .tableFirst {
        width: 130px;
    }
    .zajawka_tour .divTableRow img {
        max-width: 65px;
    }
    .package_div {
        width:100%;
        margin-right:0;
    }
    .package-cruises {
        height:100%;
        margin-right:0;
        width:94%;
    }
    .long_tours .text_tour {
        height:290px;
    }
    .banner_glowna_box {
        height:initial;
        display: block;
    }
    .banner_glowna_movie,.banner_glowna_wysiwyg {
        float:none;
        width:100%;
        padding:0;
    }
    .banner_glowna_wysiwyg_space {
        padding:20px;
    }
    .banner_glowna_movie iframe{
        width:100%;
    }
    .personBox {
        width:180px;
        margin-right:25px;
        height: 370px;
    }
    .wpis img {
        width:100%;
        height:auto;
    }
     .second_strip .container > .wrapper {
        width:100%;
    }
      .btn_white {
        display:block !important;
        width:205px !important;
    }
    .text_tour2 p {
        width:initial !important;
    }
    .text_tour2 {
        width:270px;
    }
    header nav ul {
        width:100%;
    }
    nav {
        z-index: 1000;
    }
    nav img {
        padding:9px;
    }
    header nav a {
        padding:13px 0;
        padding-right:10px;
        display:block;
        text-align:center;
    }
    nav ul li {
        display:block;
    }
    a {
        font-size:14px;
    }
    html {
        max-width: 990px;
    }
    .wrapper {
        width:600px;
    }
    header ul {
        width:600px;
    }
    .logoArch h1 a img {
        width:140px;
    }
    header nav a, .our_tours li a, .right_info li a, .brochure_footer a, .btn_white, #trip_section .right_site_trip h5,
    .links_list a, #slider_section .header_slider li, .tour_header_table h5,
    .contact_form .two_column_form input[type="submit"] {
        font-size:16px;
    }
    .first_strip {
        height: 115px;
    }
    .first_strip ul {
        padding:10px 0;
    }
    .second_strip {
        height: 45px;
    }
    header nav a {
        padding: 13px 40px;
    }
    .telephone_header {
        font-size: 18px;
    }
    .first_strip ul li{
        display: block;
    }
    header ul li {
        padding-right:0;
    }
      .slider_section_div:before {
        background: none;
        height:0;
    }
    nav {
        text-align:right;
    }
            .footer_links {
        padding:80px 0;
    }
    .footer_links h5 {
        font-size:50px;
    }
    .our_tours, .contact_us {
        width:50%;
    }
    .find_us_on {
        width:100%;
    }
    .left_info,.right_info {
        float:none;
        width:100%;
    }
    .policy_links {
        padding:0 20px;
        height:200px;

    }
    .right_info {
        padding-left:0;
        padding-top:0;
    }
    .contact_us li {
        display: block;
    }
        #slider_section .header_slider {
        margin-left:0;
    }
    .left_site_trip {
        margin-left:0;
        width:100%;
        float:none;
    }
    .testimonialSection .left_side_tour,.testimonialSection .right_site_trip{
        display: block;
    }
    .right_site_trip {
        float:none !important;
        width:100%;
        margin-right:0;
    }
    .links_list ul li {
        display:block;
    }
    .left_side_tour {
        float:none;
        width:100%;
        padding:15px 0;
    }
    .newsletter_form li {
        display:block;
    }
    .right_site_content_person {
        float:none;
        width:100%;
        margin-left:0;
    }
    .left_site_person {
        margin-right:25px;
    }
    .right_site_trip h5 {
        text-align:left;
    }
    #trip_section .right_site_trip .table_tour h5,.left_side_tour p {
        text-align:center;
    }
    .right_side_tour {
        float:none;
        width:100%;
        padding:15px 0;
    }
     #newsletter form,#newsletter,#newsletter p {
        width:100%;
    }
    #newsletter p {
        padding:20px 0;
    }
    .newsletter_form input[name="mail"], .newsletter_form input[name="code"],.btn_white{
        width:300px;
        margin-right:0;
            position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .newsletter_form li {
        padding:10px 0;
    }
    #slider_section {
        background-position: 40% 100%;
    }

           .long_tours, .normal_tours {

        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .long_tours {
        width:368px;
    }
    .text_tour p.main_text_tour {
        font-size:23px;
    }
    .text_tour p {
        font-size:13px;
    }
    .normal_tours img,.long_tours img {
        width:100%;
    }
    .right_site_trip iframe {
        width:100%;
    }
    .contact_form input[type="text"], .contact_form textarea,.contact_form .two_column_form input[type="text"] {
        width:550px;
    }
    .contact_form .two_column_form input[type="submit"] {
        width:420px;
    }
        .header_tour_info_titile {
        width:100%;
        margin-left:0;
        height:auto;
    }
    .title_daily_updates{
        width:400px;
    }
    .title_daily_updates,.title_daily_updates_subject_style {
        float:none;
    }
    .right_site_click_here img,.title_daily_updates_more img {
        position: relative;
        top:3px;
    }
    .header_tour_info_title_more {
        margin-left:0;
        width:100%;
    }
    .div_before_date_of_event {
        width:auto;
    }
    .title_daily_updates_subject_style{
        width:auto;
    }
    .img_wysiwyg_daily_updates {
        float:none;
        margin:0 auto;
    }
    .div_before_date_of_event {
        /*padding-left:20px;*/
    }
    .right_site_trip .div_before_date_of_event {
        width:100%;
    }
    .date_of_event {
        text-align:center;
    }
    .header_tour_info_title_more iframe {
        width:100%;
    }
    .ongoingtour {
        width:100%;
        background: #2a942c;
    }
    .ongoingtour > img{
        display: none;
    }
    .content_ongoingtour, .content_comingsoon, .content_previous {
        width:604px;
    }
    #trip_section h6.daily_updates {
        font-size:45px;
        padding-top:10px;
    }
    .previous > img {
        display: none;
    }
    .previous {
     width:100%;
     background: #7d796e;
    }
   #digital_content img {
        width:100%;
    }
    .contact_form .two_column_form input.big_input[type="text"] {
        width:550px;
    }
    .dropdown,.address .dropdown{
        width:580px;
    }
    .one_line li {
        display: block;
        width:260px;
    }
    .address .dropdown {
        margin-left:0;
    }
    .one_line div.form_group {
        top:initial !important;

    }
    .one_line {
        height:auto !important;
    }
    .one_line p {
        padding-left:0 !important;
    }
    .contact_form .two_column_form .one_line li:last-of-type input[type="text"] {
        margin-left:0;
    }
       .menu-fixed {
        top:0;
        position: fixed;
        z-index: 10000000;
        width:100%;
    }
        .zajawka_tour p, hr{
        width:100%;
    }
    .zajawka_tour img {
        max-width:100%;
    }
    .mapy_lightbox img {
        max-width:100% !important;
    }
    .first_strip ul {
        text-align:right;
    }
    .first_strip ul li img{
        vertical-align: middle;
    }
     .first_strip ul li a{
        color:#fff;
        margin-left:10px;
    }
    .newsletter_form input[name="code"] {
        margin-left:0;
    }
        .newsletter_form li img {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .newsletter_form li {
        display:block;
    }
    .right_side_tour2 {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        padding-bottom:30px;
    }
     .left_side_tour,.right_side_tour {
        padding:5px 0;
    }
    #comment_form textarea,#comment_form input,#comment_form input[type="submit"] {
        width:95%;
        padding: 2.5%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 680px)  {
    .logoRROC {
        width:100%;
        text-align:center;
    }
    .g-recaptcha > div {
        margin:0 auto;
    }
    #newsletter_mail {
        display:block !important;
    }
    .not_printable i {
        float:none;
        font-size:25px;
        position: relative;
        top:-5px;
    }
    .read_more_button {
        float:none;
        margin-bottom:10px;
        padding:6px 25px;
        display: block;
    }
    .fb-share-button {
        float:none;
        margin-top:10px;
    }
    .fb-like,.twitter-share-button,.twitter-share-button + span {
        float:none;padding-right:5px;
        margin-top:10px;
    }
    .twitter-share-button {
        padding-left:0;
        padding-top:5px;
        position: relative !important;
        top: 2px;
    }
    .twitter-share-button + span {
        padding-top:5px;
        position: relative !important;
        top: 2px;
    }
    .tableFirst {
        width: 130px;
    }
    .zajawka_tour .divTableRow img {
        max-width: 65px;
    }
    .package_div {
        width:95%;
        margin-right:0;
    }
    .package-cruises {
        height:100%;
        margin-right:0;
        width:95%;
    }
    .banner_glowna_box {
        height:initial;
        display: block;
    }
    .banner_glowna_movie,.banner_glowna_wysiwyg {
        float:none;
        width:100%;
        padding:0;
    }
    .banner_glowna_wysiwyg_space {
        padding:20px;
    }
    .banner_glowna_movie iframe{
        width:100%;
    }
    .logoRROC div{
        float:none !important
    }
    .brochure_download{
        font-size:18px;
    }
    .long_tours .text_tour {
        height:290px;
    }
    #comment_form textarea,#comment_form input,#comment_form input[type="submit"] {
        width:95%;
        padding: 2.5%;
    }
    .personBox:nth-of-type(3n+3) {
        margin-right:20px;
    }
    .personBox:nth-of-type(2n+2) {
        margin-right:0;
    }
    .wpis img {
        width:100%;
        height:auto;
    }
    .blogContent iframe {
        width:100% !important;
    }
      .btn_white {
        display:block !important;
        width:205px !important;
    }
    .full_tours2 .text_tour_full .div_center_paragraph {
        width:100%;
    }
    .img_left_cloud {
        margin:0 auto;
        float:none;
    }
    .left_side_tour, .right_site_trip {
        display:block;
    }
    .text_tour2 p {
        width:initial !important;
    }
    .text_tour2 {
        width:420px;
    }
    .zajawka_tour p, hr{
        width:100%;
    }
    .zajawka_tour img {
        max-width:100%;
    }
    .mapy_lightbox img {
        max-width:100% !important;
    }
    .testimonials_cloud::after {
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .second_strip .container > .wrapper {
        width:100%;
    }
    header nav ul {
        width:100%;
    }
    nav {
        z-index: 1000;
    }
    header nav a {
        padding:13px 0;
        padding-right:10px;
        display:block;
    }
    nav img {
        padding:9px;
    }
    nav ul li {
        display:block;
    }
    a {
        font-size:14px;
    }
    nav {
        text-align:right;
    }
    html {
        max-width: 680px;
    }
    .wrapper {
        width:460px;
    }
    header ul {
        width:460px;
    }
    .logoArch h1 a img {
        width:140px;
    }
    header nav a, .our_tours li a, .right_info li a, .brochure_footer a, .btn_white, #trip_section .right_site_trip h5,
    .links_list a, #slider_section .header_slider li, .tour_header_table h5,
    .contact_form .two_column_form input[type="submit"] {
        font-size:16px;
    }
    .first_strip {
        height: 115px;
    }
    .first_strip ul {
        padding:10px 0;
    }
    .second_strip {
        height: 45px;
    }
    header nav a {
        padding: 13px 23px;
        text-align: center;
    }
    .telephone_header {
        font-size: 18px;
    }
    .first_strip ul li{
        display: block;
    }
    header ul li {
        padding-right:0;
    }
     .slider_section_div:before {
        background: none;
        height:0;
    }
        .footer_links {
        padding:80px 0;
    }
    .footer_links h5 {
        font-size:50px;
    }
    .our_tours, .find_us_on, .contact_us {
        float:none;
        width:100%;
    }
    .contact_us,.find_us_on {
        padding:20px 0;
    }
    .left_info,.right_info {
        float:none;
        width:100%;
    }
    .policy_links {
        padding:0 20px;
        height:200px;

    }
    .right_info {
        padding-left:0;
        padding-top:0;
    }
    .contact_us li {
        display: block;
    }
    #slider_section .header_slider {
        margin-left:0;
    }
    .left_site_trip {
        margin-left:0;
        width:100%;
        float:none;
    }
    .right_site_trip {
        float:none;
        width:100%;
        margin-right:0;
    }
    .left_side_tour {
        float:none;
        width:100%;
        padding:15px 0;
    }
    .newsletter_form li {
        display:block;
    }
    .right_site_content_person {
        float:none;
        width:100%;
        margin-left:0;
    }
    .left_site_person {
        margin-right:25px;
    }
    .right_site_trip h5 {
        text-align:left;
    }
    #trip_section .right_site_trip .table_tour h5,.left_side_tour p {
        text-align:center;
    }
    .right_side_tour {
        float:none;
        width:100%;
        padding:15px 0;
    }
     #newsletter form,#newsletter,#newsletter p {
        width:100%;
    }
    #newsletter p {
        padding:20px 0;
    }
    .newsletter_form input[name="mail"], .newsletter_form input[name="code"],.btn_white{
        width:300px;
        margin-right:0;
            position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .newsletter_form li {
        padding:10px 0;
    }
    #slider_section {
        background-position: 40% 100%;
    }
    #slider_section .wrapper {
        width:80%;
    }
        .long_tours, .normal_tours {
        width:80%;
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .text_tour p.main_text_tour {
        font-size:23px;
    }
    .text_tour p {
        font-size:13px;
    }
    .normal_tours img,.long_tours img {
        width:100%;
    }
    .right_site_trip iframe {
        width:100%;
    }
    .contact_form input[type="text"], .contact_form textarea,.contact_form .two_column_form input[type="text"] {
        width:420px;
    }
    .contact_form .two_column_form input[type="submit"] {
        width:220px;
    }
    .header_tour_info_titile {
        width:100%;
        margin-left:0;
        height:auto;
    }
    .title_daily_updates{
        width:initial;
    }
    .right_site_click_here img,.title_daily_updates_more img {
        position: relative;
        top:3px;
    }
    .header_tour_info_title_more {
        margin-left:0;
        width:100%;
    }
    .div_before_date_of_event {
        width:auto;
    }
    .title_daily_updates_subject_style{
        width:auto;
    }
    .img_wysiwyg_daily_updates {
        float:none;
        margin:0 auto;
    }
    .date_of_event {
        text-align:center;
    }
    .header_tour_info_title_more iframe {
        width:100%;
    }
        .ongoingtour {
        width:100%;
        background: #2a942c;
    }
    .ongoingtour > img {
        display: none;
    }
    #trip_section h6.daily_updates {
        font-size:40px;
        margin:17px 20px;
        width:165px;

    }
    .content_ongoingtour, .content_comingsoon, .content_previous {
        width:100%;
        height:auto;
    }
    .previous {
     width:100%;
     background: #7d796e;
    }
    .previous > img {
        display: none;
    }
       #digital_content img {
        width:100%;
    }
    .contact_form .two_column_form input.big_input[type="text"] {
        width:420px;
    }
    .dropdown,.address .dropdown{
        width:450px;
    }
    .one_line li {
        display: block;
        width:260px;
    }
    .address .dropdown {
        margin-left:0;
    }
    .one_line div.form_group {
        top:initial !important;

    }
    .one_line {
        height:auto !important;
    }
    .one_line p {
        padding-left:0 !important;
    }
    .contact_form .two_column_form .one_line li:last-of-type input[type="text"] {
        margin-left:0;
    }
       .menu-fixed {
        top:0;
        position: fixed;
        z-index: 10000000;
            width:100%;
    }
    .first_strip ul {
        text-align:right;
    }
    .first_strip ul li img{
        vertical-align: middle;
    }
     .first_strip ul li a{
        color:#fff;
        margin-left:10px;
    }
     .newsletter_form input[name="code"] {
        margin-left:0;
    }
        .newsletter_form li img {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .newsletter_form li {
        display:block;
    }
    .right_side_tour2 {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        padding-bottom:30px;
    }
      .text_tour2 {
        width:100% !important;
    }
    .normal_tours2 {
        margin-right:0 !important;
        float:none !important;
    }
    .full_tours2 .text_tour_full .div_center_paragraph {
        width:100%;
    }
    .text_tour p, .normal_tours2 .text_tour2 p.main_text_tour, .long_tours2 .text_tour p.main_text_tour, .full_tours2 .text_tour_full p.main_text_tour{
        padding:0;
    }
    .full_tours2 .text_tour_full p {
        padding:0 !important;
    }
    .left_side_tour,.right_side_tour {
        padding:5px 0;
    }
    .right_site_trip .div_before_date_of_event {
    width: 100%;
}
}
@media only screen and (max-width: 481px) {
    .wpis img {
        width:100%;
        height:auto;
    }
    .g-recaptcha > div {
        margin:0 auto;
    }
    #newsletter_mail {
        display:block !important;
    }
    .right_site_trip .zajawka_tour.news_tour p {
        text-align: left !important;
    }
    .not_printable i {
        float:none;
        font-size:25px;
        position: relative;
        top: -5px;
    }
    .read_more_button {
        padding:6px 25px;
        float:none;
        margin-bottom:10px;
        display: block;
    }
    .fb-share-button {
        float:none;
        margin-top:10px;
    }
    .fb-like,.twitter-share-button,.twitter-share-button + span {
        float:none;padding-right:5px;
        margin-top:10px;
    }
    .twitter-share-button {
        padding-left:0;
        padding-top:5px;
        position: relative !important;
        top: 2px;
    }
    .twitter-share-button + span {
        padding-top:5px;
        position: relative !important;
        top: 2px;
    }
    .tableFirst {
        width:75px;
    }
    .zajawka_tour .divTableRow img {
        max-width: 30px;
    }
    .descTable p {
        font-size:13px !important;
    }
    .divTableCell, .divTableHead {
        font-size:11px;
        padding:3px;
    }
    .package_div {
        width:90%;
        margin-right:0;
    }
    .package-cruises {
        height:100%;
        margin-right:0;
        width:90%;
    }
    .movieReview {
        width:100%;
        float:none;
        margin-right:initial;
     }
    .banner_glowna_box {
        height:initial;
        display: block;
    }
    .banner_glowna_movie,.banner_glowna_wysiwyg {
        float:none;
        width:100%;
        padding:0;
    }
    .banner_glowna_wysiwyg_space {
        padding:20px;
    }
    .banner_glowna_movie iframe{
        width:100%;
    }
    .logoRROC {
        width:100%;
        text-align:center;
    }
    .logoRROC div{
        float:none !important
    }
    .long_tours .text_tour {
        height:280px;
    }
    #comment_form textarea,#comment_form input,#comment_form input[type="submit"] {
        width:95%;
        padding: 2.5%;
    }
    .personBox {
        width:250px;
        margin-right: 0;
        height: 440px;
        position: relative;
        left:50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .blogContent iframe {
        width:100% !important;
    }
    .right_site_trip .div_before_date_of_event {
    width: 100%;
}
    .brochure_download{
        font-size:15px;
    }
    .right_site_trip .div_before_date_of_event {
    width: 100%;
}
     .left_side_tour,.right_side_tour {
        padding:5px 0;
    }
      .btn_white {
        display:block !important;
        width:126px !important;
    }
    .text_tour2 {
        width:100% !important;
    }
    .normal_tours2 {
        margin-right:0 !important;
        float:none !important;
    }
    .full_tours2 .text_tour_full .div_center_paragraph {
        width:100%;
    }
    .text_tour p, .normal_tours2 .text_tour2 p.main_text_tour, .long_tours2 .text_tour p.main_text_tour, .full_tours2 .text_tour_full p.main_text_tour{
        padding:0;
    }
        .left_side_tour, .right_site_trip {
        display:block;
    }
    .text_tour2 p {
        width:initial !important;
    }
    .text_tour2 {
        width:260px;
    }
      .img_left_cloud {
        margin:0 auto;
        float:none;
        width:100%;
        height:auto;
    }
    .img_left_cloud img {
        max-width:100%;
        margin:0 auto;
         left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        position: relative;
    }
    .right_site_trip .zajawka_tour p {
        text-align:center;
    }
    .testimonials_cloud::after {
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    a {
        font-size:11px;
    }
    nav ul {
        bottom: 10px;
        position: absolute;
        padding:10px 0;
    }
    #slider_section{
        position: static;
    }
    nav,nav img {
/*        left: 50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);*/
        position: absolute;
        cursor: pointer;
    }
    header ul {
        transform: none;
        -moz-transform: none;
        top:initial;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform:none;

    }
    .second_strip nav ul li {
        display: block;
    }
    .logoArch {
        height:100px;
        background: #3b3b3b;
    }
    .logoArch h1 img {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
    }
    header ul {
        text-align: center;
        width:100%;
    }
    #slider_section {
        background-position: 40% 100%;
    }
    .first_strip .wrapper,
    .second_strip .wrapper,#slider_section .wrapper {
        width:100%;
    }
    header .first_strip ul li{
        padding:10px 0 0 0;
    }
    html {
        max-width: 481px;
    }
    .wrapper {
        width:90%;
    }
    header h1 img {
        padding-right: 0;
    }
    header > img {
        padding-right:5px;
        width:15px;
    }
    header nav img {
        padding:9px;
    }
    .logoArch h1 a img {
        width:110px;
    }
    header nav a, .our_tours li a, .right_info li a, .brochure_footer a, .btn_white, #trip_section .right_site_trip h5,
    .links_list a, #slider_section .header_slider li, .tour_header_table h5,
    .contact_form .two_column_form input[type="submit"] {
        font-size:16px;
    }
    .first_strip {
        height:105px;
    }
    .first_strip ul {
        padding:10px 0;
    }
    .second_strip {
        height: 45px;
    }
    header nav a {
       width: 100%;
        display: block;
        padding: 13px 0;
    }
    .telephone_header {
        font-size: 14px;
    }
    .first_strip ul li{
        display: block;
    }
    header ul li {
        padding-right:0;
    }
    .slider_section_div:before {
        background: none;
        height:0;
    }
    .footer_links {
        padding:80px 0px;
    }
    .footer_links h5 {
        font-size:50px;
    }
    .our_tours, .find_us_on, .contact_us {
        float:none;
        width:100%;
    }
    .contact_us,.find_us_on {
        padding:20px 0;
    }
    .left_info,.right_info {
        float:none;
        width:100%;
    }
    .policy_links {
        height:initial;
        padding-bottom: 40px;
    }
    .right_info {
        padding-left:0;
        padding-top:0;
    }
    #slider_section,.slider_section_div{
        max-width:100%;
    }
    #slider_section .header_slider {
        margin-left:0;
    }
    #slider_section .header_slider li:first-of-type {
        font-size:22px;
    }
    .left_site_trip {
        margin-right:0px;
        width:100%;
    }
    .left_site_trip {
        float:none;
    }
    .right_site_trip {
        width:100%;
        float:none;
    }
    .left_side_tour, .right_site_trip {
        display:block;
    }
    .right_side_tour,.left_side_tour {
        float:none;
        width:auto;
    }
    h5,.right_side_tour {
        text-align:left;
    }
    .right_side_tour,.left_side_tour {
        padding:15px;
    }
    .right_side_tour a {
        font-size:16px;
    }
    .tour_content_table,.tour_header_table {
        width:100%;
    }
    .right_site_content_person,.left_site_person {
        float:none;
        width:100%;
    }
    .right_site_content_person {
        margin-left:0;
    }
    #newsletter form,#newsletter,#newsletter p {
        width:100%;
    }
    #newsletter p {
        padding:20px 0;
    }
    .newsletter_form input[name="mail"], .newsletter_form input[name="code"],.btn_white{
        width:220px;
        margin-right:0;
            position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    #trip_section .menu_trip h5 {
        font-size:40px;
    }
    .menu_trip {
        padding:30px 15px;
    }
    #trip_section .right_site_trip h4,.wpis h4{
        font-size:26px;
    }
    .left_side_tour p,.right_side_tour{
        text-align:center;
    }
    #trip_section .right_site_trip .table_tour h5 {
        text-align: center;
    }
    .right_site_content_person {
        padding-top:20px;
    }
    h5 {
        font-size:50px;
        text-align:center;
    }
    .right_site_trip h5 {
        text-align: left;
    }
    .newsletter_form input[name="mail"], .newsletter_form input[name="code"] {
        padding:7px 12px;
    }
    .newsletter_form li {
        padding:5px 0;
    }
    .btn_white {
        width:245px;
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        padding:7.5px;
    }
    #newsletter {
        padding:50px 0 65px 0
    }
    .newsletter_form li img {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
    }
    .newsletter_form li {
        display:block;
    }
    .long_tours, .normal_tours {
        width:100%;
    }
    .text_tour p.main_text_tour {
        font-size:23px;
    }
    .text_tour p {
        font-size:13px;
    }
    .normal_tours img,.long_tours img {
        width:100%;
    }
    .right_site_trip iframe {
        width:100%;
    }
    .contact_form input[type="text"],.address .dropdown,.dropdown, .contact_form textarea,.contact_form .two_column_form input[type="text"],.contact_form .two_column_form input.big_input[type="text"] {
        width:230px;
    }
    .one_line div.form_group {
        top:initial !important;

    }
    .one_line {
        height:auto !important;
    }
    .one_line p {
        padding-left:0 !important;
    }
    .contact_form .two_column_form .one_line li:last-of-type input[type="text"] {
        margin-left:0;
    }
    .contact_form .two_column_form input[type="submit"] {
        width:220px;
    }
    .header_tour_info_titile {
        width:100%;
        margin-left:0;
        height:auto;
    }
    .title_daily_updates{
        width:initial;
    }
    .right_site_click_here img,.title_daily_updates_more img {
        position: relative;
        top:3px;
    }
    .header_tour_info_title_more {
        margin-left:0;
        width:100%;
    }
    .div_before_date_of_event {
        width:auto;
    }
    .title_daily_updates_subject_style{
        width:auto;
    }
    .img_wysiwyg_daily_updates {
        float:none;
        margin:0 auto;
    }
    .date_of_event {
        text-align:center;
    }
    .header_tour_info_title_more iframe {
        width:100%;
    }
    .ongoingtour {
        width:100%;
        background: #2a942c;
        height: 85px;
    }
    .comingsoon {
        width:100%;
        height: 85px;
    }
    .ongoingtour > img {
        display: none;
    }
    #trip_section h6.daily_updates {
        font-size:30px;
        margin:10px 20px;
        width:165px;
    }
    .content_ongoingtour, .content_comingsoon, .content_previous {
        width:100%;
        height:auto;
    }
    .content_ongoingtour img, .content_previous img, .content_comingsoon img {
        height: 85px;
        width: 165px;
    }

    .previous {
     width:100%;
     background: #7d796e;
     height:85px;
    }
    .previous > img {
        display: none;
    }
    .first_strip {
        display:none;
    }
    .zajawka_tour .mapy_lightbox img {
        width:100%;

    }
    .flex-direction-nav a {
        margin: -25px 0 0;
    }
    .zajawka_tour img {
        max-width:100%;
        height:auto;
    }
    .zajawka_tour a img {
        width:initial;
        height:initial;
    }
    .newsletter_form input[name="code"] {
        margin-left:0;
    }
    .zajawka_tour a {
        font-size:14px !important;
    }
    header {
        width:100%;
    }
    .menu-fixed {
        top:0;
        position: fixed;
        z-index: 10000000;
    }
    #digital_content img {
        width:100%;
    }
    .dropdown,.address .dropdown{
        width:260px;
    }
    .one_line li {
        display: block;
        width:260px;
    }
    .address .dropdown {
        margin-left:0;
    }
    .capcha_contact {
        position: relative;
        top:0;
    }
    .back_booking {
        margin-bottom:20px;
    }
    .zdj_about img{
        width:140px;
    }
    .right_side_tour2 {
        position: relative;
        left:50%;
        transform:translateX(-50%);
        -o-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        padding-bottom:30px;
    }
     .left_site_trip img[alt="Back to tours"] {
        width:100%;
    }
    .contact_form .two_column_form > div {
        width:230px !important;
    }
    .text_tour {
        height:210px;
    }
}
@media only screen and (max-width: 340px) {
    .zdj_about img{
        width:100px;
    }
    .long_tours .text_tour {
        height:380px;
    }
    .normal_tours .text_tour {
        height:320px;
    }
    .text_tour p.main_text_tour2 {
        font-size:20px;
    }
}
