@import url("css/font-awesome.min.css");
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proxima_nova_regular_0-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/proxima_nova_regular_0-webfont.woff') format('woff'), 
	     url('fonts/proxima_nova_regular_0-webfont.ttf')  format('truetype'),
	     url('fonts/proxima_nova_regular_0-webfont.svg#svgProximaNova') format('svg');
	}
@font-face {
	font-family: 'ProximaNova';
	font-weight: bold;
	src: url('fonts/proxima_nova_semibold_0-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/proxima_nova_semibold_0-webfont.woff') format('woff'), 
	     url('fonts/proxima_nova_semibold_0-webfont.ttf')  format('truetype'),
	     url('fonts/proxima_nova_semibold_0-webfont.svg#svgProximaNova') format('svg');
	}
/* Webfont: Lato-Bold */@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Semibold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Italic.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Italic.ttf') format('truetype'); 
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}

body {
line-height:1;
background:#f5f5f5;
width:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

p {
/*
     -ms-word-break: break-all;
     word-break: break-all;

     word-break: break-word;
*/
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    
    word-wrap: normal;
}

ol,ul {
list-style:none;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

table {
border-collapse:collapse;
border-spacing:0;
}

.cf:before,.cf:after {
content:"";
display:table;
}

.cf {
zoom:1;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html .clearfix {
height:1%;
}

.alignnone {
clear:both;
font-size:0;
line-height:0;
border:0;
height:0;
width:0;
margin:0;
padding:0;
}

.alignright {
float:right;
padding-left:15px;
}

hr {
display:block;
height:1px;
border:0;
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
}

audio,canvas,video {
display:inline;
zoom:1;
}

html {
overflow-y:scroll;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:none;
}

body,button,input,select,textarea {
font-family:sans-serif;
}

abbr[title] {
border-bottom:1px dotted;
cursor:help;
}

mark {
background:#ff0;
color:#000;
}

pre,code,kbd,samp {
font-family:monospace, serif;
_font-family:'courier new', monospace;
}

pre {
white-space:pre-wrap;
word-wrap:break-word;
}

small {
font-size:75%;
}

sub,sup {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}

sup {
top:-.5em;
}

sub {
bottom:-.25em;
}

img {
border:0;
-ms-interpolation-mode:bicubic;
vertical-align:top;
}

svg:not(:root) {
overflow:hidden;
}

legend {
border:0;
margin-left:-7px;
}

button,input,select,textarea {
font-size:100%;
vertical-align:middle;
margin:0;
}

button,input {
line-height:normal;
}

button,input[type=button],input[type=reset],input[type=submit] {
cursor:pointer;
-webkit-appearance:button;
overflow:visible;
}

input,select {
vertical-align:middle;
}

input[type=checkbox],input[type=radio] {
box-sizing:border-box;
padding:0;
}

input[type=search] {
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}

input[type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
border:0;
padding:0;
}

textarea {
overflow:auto;
vertical-align:top;
}

::-moz-focus-inner {
border:0;
outline:0;
}

@font-face {
font-family:proxima_novaregular_italic;
src:url(fonts/proximanova-regitalic-webfont.eot?#iefix) format(embedded-opentype), url(fonts/proximanova-regitalic-webfont.woff) format(woff), url(fonts/proximanova-regitalic-webfont.ttf) format(truetype), url(fonts/proximanova-regitalic-webfont.svg#proxima_novaregular_italic) format(svg);
font-weight:400;
font-style:normal;
}

h1 {
font-size:27px;
color:#333;
font-weight:400;
font-family:proxima_novalight;
margin:0;
padding:0;
}

h2 {
font-size:24px;
line-height:normal;
color:#333;
font-family:ProximaNova;
padding:10px 0 15px;
}

h3 {
font-size:22px;
line-height:18px;
color:#333;
font-weight:400;
font-family:proxima_novalight;
letter-spacing:-.4px;
padding:0;
}

h4 {
font-size:20px;
color:#222;
line-height:27px;
letter-spacing:-.4px;
font-family:proxima_nova_rgregular;
padding:3px 0 0;
}

h4 span {
font-size:15px;
color:#222;
font-weight:400;
}

h5 {
font-family:proxima_nova_rgregular;
font-size:18px;
}

h6 {
font-size:15px;
}

a {
text-decoration:none;
color:#9c774d;
cursor:pointer!important;
font-weight:400;
}

blockquote {
display:block;
background:#FFF;
border-left:#d6d5d5 solid 4px;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
line-height:24px;
padding:20px;
}

p {
color:#000;
font-size:15px;
line-height:26px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:.1px;
font-weight:400;
margin:0;
padding:16px 0 10px;
}

p img {
float:left;
background:#FFF;
border:#d6d5d5 solid 1px;
margin:0 14px 5px 0;
padding:3px;
}

p span {
color:#ED1C24;
font-weight:700;
}

p strong {
color:#292929;
}

ul {
margin:0 0 10px;
}

ul li {
background:url(images/list-icon.jpg) no-repeat 0 6px;
font-size:14px;
color:#333;
line-height:26px;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0 0 0 23px;
}

ul li a:hover {
color:#585858;
}

html,body {
height:100%;
}

.wrapper {
width:980px;
min-height:100%;
height:auto!important;
margin:0 auto -87px;
}

.container {
width:100%;
min-height:100%;
height:auto!important;
margin:0 auto -87px;
}

header {
width:1170px;
display:block;
height:127px;
position:relative;
margin:0 auto;
}

.logo {
display:block;
width:303px;
float:left;
padding:27px 0 0;
}

.header-right {
width:612px;
float:right;
padding:32px 0 0;
}

.remarke-text {
width:376px;
float:left;
}

.remarke-text span {
font-family:chaletlondonnineteeneighty;
color:#ec1c24;
font-size:20px;
display:block;
padding:0 0 6px 144px;
}

.remarke-text span em {
color:#231f20;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
letter-spacing:3px;
font-style:normal;
}

.call-text {
background:url(images/border-line.png) no-repeat 14px top;
font-size:15px;
color:#231f20;
font-family:ProximaNova;
float:right;
font-weight:400;
text-transform:uppercase;
letter-spacing:-.4px;
padding:7px 0 0 31px;
}

.call-text .textwidget a.with-icon {
    width: 32px;
    height: 32px;
    background: #ff3b3b;
    display: inline-block;
    border-radius: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
} 

.call-text strong {
color:#ec1c24;
font-size:29px;
font-family:ProximaNova;
font-weight:400;
}

.ie7 .call-text strong {
font-size:30px;
}

.top-login-block {
height:25px;
top:0;
position:absolute;
right:20px;
width:auto;
display:block;
font-family: ProximaNova;
line-height:25px;
}

.top-login-block a {
	font-family: ;
}

.top-login-block a {
line-height: 24px;
border-radius: 0!important;
font-size: 13px;
font-family: ProximaNova;
text-transform: uppercase;
color: #fff;
float: left;
background: #312c2d;
padding: 3px 9px 4px;
}

.top-login-block em {
font-style:normal;
float:left;
}

.top-login-block a span {
float:left;
margin-left:8px;
margin-top:9px;
}

.top-login-block .my-favourites {
background:#ed1c24;
border-radius:0 0 5px 5px;
}

.navigation {
width:100%;
background-color:#fff;
height:49px;
border-top:#f5f5f5 solid 1px;
}

nav {
position:relative;
display:block;
width:1170px;
z-index:101;
margin:auto;
}

nav ul li {
float:left;
font-family:ProximaNova;
height:49px;
position:relative;
background:none;
margin:0 6px 0 0;
padding:0;
}

nav ul li a {
text-decoration:none;
color:#333333;
font-size:12px;
line-height:20px;
text-transform:uppercase;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
display:block;
font-family:ProximaNova;
padding:15px 25px 14px;
font-weight: normal;
}

nav ul li a:hover,nav ul li a.last:hover,nav ul li a.current {
text-decoration:none;
background:#f5f5f5!important;
color:#000!important;
}

nav ul li.request-a-quote {
float:right;
margin-right:0;
padding:0;
}

nav ul li:last-child {
float: right;
margin-right: 180px;
}
nav ul li:last-child a{
	color:#838383;
    font-size: 11px;
}

nav ul li a.active {
background:#ed1c24;
color:#FFF;
}

nav ul li a span {
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
}

nav ul li a.active span, nav ul li:hover a span {
display:block;
position:absolute;
left:0;
/*background:url(images/nav-shadow.png) no-repeat center top;*/
height:4px;
width:100%;
bottom:-4px;
background-color: red;
}


nav ul li ul {
background:#fff;
position:absolute;
display:none;
width:239px;
margin:0!important;
}

nav ul li ul li {
float:left;
height:39px;
font-family:Arial, Helvetica, sans-serif;
width:100%;
margin:0!important;
padding:0!important;
}

nav ul li ul li a {
display:block;
line-height:39px;
font-size:13px;
font-weight:700;
padding-top:0;
padding-bottom:0;
}

nav ul li ul li a:hover {
background:#231f20;
box-shadow:none;
}

.river-btn {
background:url(images/river-btn-bg.png) no-repeat left top;
width:306px;
height:99px;
display:block;
box-shadow:0 0 13px rgba(0,0,0,0.5);
float:left;
text-align:center;
line-height:99px;
font-size:74px;
font-family:sloopregular;
color:#FFF;
text-shadow:0 0 6px #3c3834;
margin-right:21px;
}

.river-btn span {
font-size:26px;
font-family:proxima_nova_rgregular;
font-weight:400;
font-style:italic;
}

.river-btn:hover {
text-decoration:none;
background-position:left bottom;
}

.main-wrap {
width:1170px;
margin:auto;
}

.main-wrap h1 {
color:#ec1c24;
font-family:chaletmedium;
font-size:30px;
letter-spacing:-1px;
margin:0;
padding:28px 0 0;
}

.main-wrap h1 span {
color:#231f20;
font-size:30px;
font-family:proxima_novalight;
}

.main-wrap h1 a {
font-size:20px;
color:#9c774d;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin-bottom:28px;
}

.journey-box {
margin-bottom:30px;
position:relative;
}

.journey-box .img-shadow {
-webkit-box-shadow:inset 0 0 40px 0 #000;
box-shadow:inset 0 0 40px 0 #333;
width:300px;
height:210px;
position:absolute;
float:left;
left:0;
}

.journey-box-right {
border:#c39d73 solid 1px;
background:#FFF url(images/journey-box-img.png) no-repeat right center;
float:left;
width:630px;
height:196px;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
padding:14px 13px 0;
}

.journey-box-right p {
font-size:14px;
line-height:22px;
padding:18px 0;
}

.main-wrap .journey-box-last {
margin-bottom:15px;
}

.left-block .journey-box {
margin-bottom:20px;
position:relative;
padding:0;
}

.left-block .journey-box .img-shadow {
-webkit-box-shadow:inset 0 0 40px 0 #333;
box-shadow:inset 0 0 40px 0 #333;
width:219px;
height:210px;
position:absolute;
float:left;
left:0;
}

.left-block .journey-box-right {
border:#c39d73 solid 1px;
background:#FFF url(images/journey-box-img.png) no-repeat right center;
float:left;
width:470px;
height:203px;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
padding:13px 13px 0;
}

.left-block .journey-box h2 span {
font-size:17px;
color:#44423a;
padding:0 0 0 12px;
}

.left-block .journey-box-right p {
color:#444;
font-size:14px;
line-height:22px;
padding:18px 0;
}

.journey-finder-blcok .lastselect .SSContainerDivWrapper {
height:200px!important;
overflow-x:hidden;
overflow-y:scroll;
}

.journey-finder-blcok {
width:198px;
height:auto;
background:#231f20 url(images/journey-finder-bg.jpg) no-repeat right top;
margin-bottom:20px;
padding:13px 11px;
}

.journey-finder-blcok .title {
font-size:16px;
color:#fff;
text-transform:uppercase;
font-family:ProximaNova;
margin-bottom:15px;
display:block;
font-style: normal;
}

.journey-finder-blcok .newListSelected {
z-index:2;
position:relative;
cursor:pointer;
width:198px;
height:28px;
color:#a0805e;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/selectbox-bg.png) no-repeat 0 0;
float:left;
margin-bottom:5px;
}

.journey-finder-blcok .selectedTxt {
color:#000;
font-family:proxi-light, Arial, Helvetica, sans-serif;
width:188px;
height:28px;
line-height:28px;
float:left;
padding:0 0 0 10px;
}

.journey-finder-blcok .SSContainerDivWrapper {
background:#fff;
box-shadow:0 0 3px #B5B5B5;
height:auto!important;
width:198px;
margin-top:-1px;
position:absolute;
border-radius:4px 4px;
margin-bottom:20px;
border:0 solid #d5d5d5!important;
padding:0 0 10px;
}

.journey-finder-blcok .lastblock {
clear:both;
display:block;
width:auto;
}

.journey-finder-blcok .lastblock .cs {
text-decoration:underline;
background:none;
border:none;
cursor:pointer;
color:#999;
font-size:11px;
float:left;
font-family:Arial, Helvetica, sans-serif;
margin:16px 0 0 63px;
}

.journey-finder-blcok .lastblock .go {
text-transform:uppercase;
border:none;
cursor:pointer;
text-align:center;
float:right;
margin-top:5px;
color:#fff;
background:#544c4e;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
padding:6px 8px;
}

.journey-finder-blcok .lastblock .go:hover {
background:#fff;
color:#231f20;
}

.home-title-block .go {
float:left!important;
margin-top:0!important;
color:#FFF;
height:30px;
text-transform:uppercase;
border:none;
cursor:pointer;
text-align:center;
background:#544c4e;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
padding:6px 8px;
}

.home-title-block .go:hover {
color:#fff;
background:#FF3B3B;
}

.signup-for-free-blcok {
width:198px;
height:auto;
background:#ed1c24 url(images/signup-for-free-bg.jpg) no-repeat right top;
margin-bottom:20px;
padding:11px;
}

.signup-for-free-blcok .title {
font-size:16px;
color:#fff;
text-transform:uppercase;
font-family:ProximaNova;
margin-bottom:8px;
display:block;
}

.signup-for-free-blcok p {
color:#fff;
font-size:11px;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:10px;
padding:0;
}

.signup-for-free-blcok input[type=text] {
background:#fff;
box-shadow:inset 1px 2px 1px #bcb9b3;
border-radius:4px;
float:left;
margin-bottom:9px;
border:none;
width:74px;
margin-right:10px;
color:#666;
font-size:13px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding:9px 8px 10px 12px;
}

.signup-for-free-blcok input[type=text].email-add {
width:178px;
}

.signup-for-free-blcok .signup {
text-transform:uppercase;
border:none;
cursor:pointer;
text-align:center;
float:right;
color:#fff;
background:#b11319;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
padding:6px 8px;
}

.signup-for-free-blcok .signup:hover {
background:#fff;
color:#b11319;
}

footer {
height:87px;
width:100%;
background:url(images/footer-bg.png) no-repeat center 20px;
}

.footer-bg {
background:url(images/footer-bg1.png) repeat-x left top;
}

.ie7 .footer {
margin-top:40px;
padding-top:0;
display:block;
background:url(images/footer-img.png) no-repeat 762px 0;
}

.footer {
width:980px;
background:url(images/footer-img.png) no-repeat 762px 33px;
margin:auto;
padding:40px 0 0;
}

.footer-left {
width:593px;
float:left;
background:url(images/footer-line.jpg) no-repeat right 9px;
}

.footer-left ul li {
float:left;
background:none;
margin:0;
padding:0 12px;
}

.footer-left ul li:first-child {
padding-left:11px;
}

.footer-left ul li a {
font-size:11px;
color:#FFF;
font-family:proxima_novasemibold;
text-transform:uppercase;
padding:3px 8px 2px;
}

.footer-left ul li a:hover,.footer-left ul li.current-menu-item a {
background:#ec1c24;
text-decoration:none;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.footer-right {
width:384px;
float:right;
font-family:ProximaNova;
padding:0 0 10px;
}

.footer-right span,.footer-right a {
font-size:14px;
color:#e1b98d;
float:left;
display:block;
text-decoration:none;
padding:8px 0 0 26px;
}

.footer-right ul {
float:left;
margin:0;
padding:4px 0 0 107px;
}

.footer-right ul li {
float:left;
background:none;
font-family:ProximaNova;
margin:0;
padding:0;
}

.footer-right ul li a {
text-decoration:none;
color:#FFF;
font-size:11px;
text-transform:uppercase;
padding:0 10px;
}

.footer-right ul li a:hover {
color:#E1B98D;
}

.inner-wrap {
width:1170px;
margin:auto;
padding:41px 10px 24px;
}

.inner-left {
width: 75%;
box-sizing: border-box;
padding-right: 30px;
float:left;
margin-bottom:20px;
}

.inner-left h4 {
font-family:proxima_novasemibold;
border-bottom:#d0b598 solid 1px;
margin-bottom:16px;
padding:6px 0 12px;
}

.destination-text p {
padding:0 0 22px;
}

.destination-text h2 {
color:#ed1c24;
font-size:23px;
margin-bottom:16px;
font-style:normal;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0;
}

.destination-text h3 {
color:#ed1c24;
font-size:18px;
margin-bottom:16px;
font-style:normal;
font-family:Georgia, "Times New Roman", Times, serif;
padding:0;
}

.inner-right {
width: 25%;
float:right;
}

.heading1 {
font-size:23px;
color:#333;
font-weight:400;
font-family:proxima_novalight;
margin:0;
padding:0 0 25px;
}

.destinations-images {
position:relative;
padding:0 0 20px;
}

.destinations-images span {
position:absolute;
color:#FFF;
font-size:18px;
font-family:ProximaNova;
left:20px;
bottom:32px;
display:block;
text-transform:uppercase;
width:88%;
}

form {
border-top:#d0b598 solid 1px;
font-family:Arial, Helvetica, sans-serif;
margin:15px 0 0;
padding:35px 0 0;
}

form .input-part {
width:327px;
float:left;
padding:0 0 18px;
}

form .input-part label,.input-part1 label {
font-size:13px;
color:#000;
text-transform:uppercase;
display:block;
padding:0 0 8px;
}

form .input-part input[type=text] {
width:299px;
height:38px;
border:#e9d5be solid 1px;
font-size:14px;
color:#444;
border-radius:0;
box-shadow:none;
padding:0 0 0 5px;
}

form .input-part input[type=text]:focus,form .input-part1 input[type=textarea],textarea:focus {
-webkit-box-shadow:0 0 5px rgba(50,50,50,0.1);
-moz-box-shadow:0 0 5px rgba(50,50,50,0.1);
box-shadow:0 0 5px rgba(50,50,50,0.1);
}

form .input-part1 {
width:100%;
padding:0 0 12px;
}

form .input-part1 input[type=textarea],textarea {
width:626px;
height:136px;
border:#e9d5be solid 1px;
resize:none;
font-size:14px;
color:#444;
border-radius:0;
box-shadow:none;
padding:7px 0 0 5px;
}

.ie7 form .input-part input[type=text],.ie8 form .input-part input[type=text] {
line-height:38px;
}

form .input-part input[type=text].error {
background:#ffe2e2;
border:#f9b5b7 solid 1px;
}

form .input-part input[type=button],form .input-part input[type=submit] {
border:none;
background:url(images/submit-btn.png) no-repeat left top;
width:226px;
height:52px;
display:block;
border-radius:0;
box-shadow:none;
font-size:0;
line-height:0;
text-indent:-9999em;
margin:18px 0 0;
}

.has-js .label_check,.has-js .label_radio {
padding-left:34px;
background:url(images/check-img.jpg) no-repeat left top;
display:block;
width:100%!important;
line-height:20px;
}

.has-js label.c_on {
background:url(images/uncheck-img.jpg) no-repeat left top;
width:20px;
height:20px;
}

.has-js label.r_on {
background:url(images/check-img.jpg) no-repeat left top;
width:20px;
height:20px;
}

.has-js .label_check input,.has-js .label_radio input {
position:absolute;
left:-9999px;
}

.destination-wrap {
width:1170px;
margin:auto;
padding:20px 10px 24px;
}

.destination-wrap .left-block {
float:left;
width:633px;
}

.destination-wrap .right-block {
float:right;
width:300px;
background:#fff;
box-shadow:0 0 10px rgba(0,0,0,0.2);
margin-top:4px;
}

.right-block .tab-link {
background:#fdfdfd url(images/tab-link-bg.jpg) repeat-x 0 bottom;
border-top:1px solid #dfdfdf;
border-bottom:1px solid #dfdfdf;
display:block;
margin-bottom:20px;
}

.right-block .tab-link ul {
padding:6px 10px;
}

.right-block .tab-link ul li {
list-style:none;
background:none;
margin:0;
padding:0;
}

.right-block .tab-link ul li a {
color:#373133;
display:block;
text-decoration:none;
padding:7px 0 7px 38px;
}

.right-block .tab-link ul li a:hover,.tab-link ul li.active a {
color:#fff;
background:#ed1a1a url(images/right-tab-arrow.png) no-repeat 11px center;
}

.destination-wrap .left-block .tab-contant {
display:none;
width:100%;
height:auto;
}

.e-journey-block {
border-bottom:1px solid #dfdfdf;
display:block;
width:100%;
border-top:none!important;
background:none!important;
margin-bottom:0!important;
}

.e-journey-block ul {
padding:0!important;
}

.e-journey-block ul li a.btn-e-journey {
background:url(images/ejouerny_guide_btn.png) no-repeat 0 -62px!important;
width:272px!important;
height:62px!important;
display:block!important;
margin:0 0 20px 12px !important;
padding:0!important;
}

.e-journey-block ul li a.btn-e-journey:hover {
background-position:0 0!important;
}

.book-journey-block {
padding:18px 16px 0 17px;
}

.book-journey-block .title {
color:#000;
font-size:34px;
line-height:34px;
font-family:ProximaNova;
text-align:center;
}

.book-journey-block p {
text-align:center;
line-height:19px;
font-size:14px;
}

.book-journey-block .call-block {
color:#ed1c24;
font-family:proxima_novalight;
font-size:31px;
text-align:center;
font-weight:700;
}

.book-journey-block .call-block span {
font-family:ProximaNova;
font-size:22px;
line-height:22px;
}

.book-journey-block .call-block em {
clear:both;
margin-top:10px;
display:block;
height:10px;
margin-bottom:10px;
}

.book-journey-block form {
border-top:0;
text-align:center;
margin:0;
padding:0;
}

.book-journey-block em {
width:100%;
color:#333;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
margin-bottom:15px;
display:block;
}

.book-journey-block form input[type=text],.book-journey-block form input[type=email] {
width:230px;
background:none;
border:none;
text-align:left;
font-size:14px;
color:#666;
float:left;
margin:11px 0 0 18px;
}

.book-journey-block form textarea {
width:230px;
background:none;
border:none;
text-align:left;
font-size:14px;
color:#666;
float:left;
height:75px;
margin:11px 0 0 18px;
padding:0;
}

.book-journey-block form textarea:focus {
box-shadow:none;
}

.book-journey-block form input[type=submit] {
background:url(images/btn-take-me-there.png) no-repeat 0 0;
width:261px;
height:42px;
display:block;
border:none;
cursor:pointer;
margin-bottom:20px;
font-size:0;
}

.book-journey-block form .input-text {
background:url(images/input-text-bg.png) no-repeat 0 0;
margin-bottom:9px;
width:263px;
height:41px;
}

.book-journey-block form .textarea-text {
background:url(images/textarea-bg.png) no-repeat 0 0;
margin-bottom:9px;
width:263px;
height:101px;
}

.accomodations-title {
color:#ed1c24;
font-size:23px;
margin-bottom:16px;
font-style:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}

.accomodations-block {
width:100%;
display:block;
padding-bottom:30px;
border-bottom:1px solid #c39d73;
margin-bottom:32px;
}

.accomodations-block img {
float:left;
border:1px solid #c39d73;
margin:0 20px 20px 0;
}

.accomodations-block .title {
color:#ed1c24;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:24px;
display:block;
}

.accomodations-block .acc-link {
min-height:21px;
width:auto;
display:block;
margin:10px 0 20px;
padding:0;
}

.accomodations-block .acc-link a {
float:left;
margin-right:12px;
width:auto;
height:auto;
display:block;
}

.accomodations-block .acc-link a img {
display:block;
border:none;
margin:0;
}

.destination-text .last {
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
}

.accomodations-block .img-gallery {
width:100%;
height:auto;
}

.accomodations-block .img-gallery a {
float:left;
margin-right:16px;
padding-top:10px;
}

.accomodations-block .img-gallery a img {
display:block;
border:1px solid #c39d73;
margin:0;
}

.breadcrumb-block {
padding-bottom:8px;
border-bottom:1px solid #d0b598;
width:100%;
display:block;
}

ul#breadcrumb {
width:auto;
display:inline-block;
float:left;
margin:0;
padding:0;
}

ul#breadcrumb li {
float:left;
font-family:Arial, Helvetica, sans-serif;
background:url(images/breadcrumb-icon.jpg) no-repeat 2px 8px;
margin:0;
padding:0 7px 0 14px;
}

ul#breadcrumb li:first-child {
background:none;
padding:0;
}

ul#breadcrumb li a {
font-size:14px;
color:#333;
}

a.btn-add-favorites {
background:url(images/btn-add-favorites.png) no-repeat 0 0;
width:156px;
height:31px;
display:block;
float:right;
}

a.btn-add-favorites:hover {
background-position:0 -31px;
}

.inner-banner {
width:100%;
margin-bottom:20px;
display:block;
}

.inner-banner span {
font-size:18px;
color:#ed1c24;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:18px;
display:block;
}

.heading-section {
position:relative;
border-bottom:#d0b598 solid 1px;
margin-bottom:18px;
padding:18px 0 16px;
}

.heading-section1 {
position:relative;
border-bottom:#d0b598 solid 1px;
border-top:#d0b598 solid 1px;
padding:18px 0 16px;
}

.heading-section1 h1 {
width:auto;
text-transform:uppercase;
letter-spacing:.9px;
}

.heading-section h1 {
float:left;
width:auto;
text-transform:uppercase;
font-size:27px;
letter-spacing:-.5px;
}

.heading-section h1 span {
float:none!important;
font-size:30px!important;
font-weight:400;
font-family:ProximaNova;
letter-spacing:-.4px;
padding:7px 0 0;
}

.heading-section span {
float:right;
font-size:18px;
color:#222;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
text-transform:uppercase;
letter-spacing:-.4px;
padding:7px 0 0;
}

.ie7 .tour-boxes {
padding:0 0 1px;
}

.tour-boxes {
padding:20px 0 27px;
}

.tour-boxes .box1 {
width:195px;
height:134px;
background:#FFF;
border:#e4e4e4 solid 1px;
-webkit-box-shadow:0 0 5px rgba(50,50,50,0.1);
-moz-box-shadow:0 0 5px rgba(50,50,50,0.1);
box-shadow:0 0 5px rgba(50,50,50,0.1);
float:left;
text-align:center;
font-size:13px;
color:#333;
line-height:18px;
position:relative;
margin:0 20px 0 0;
}

.tour-boxes .box1 img {
float:none;
border:none;
margin:15px 0 10px;
padding:0;
}

.tour-boxes .box1 p {
text-align:center;
font-size:13px;
color:#333;
line-height:18px;
padding:0 20px;
}

.tour-boxes .box1 p img {
margin:11px 0;
}

.tour-boxes .box1 em {
color:#333;
font-size:18px;
font-style:normal;
font-weight:400;
}

.tour-boxes .box1 span {
color:#ed1c24;
font-size:14px;
font-weight:700;
}

.videos-block .vidoe {
margin-right:19px;
display:block;
width:197px;
height:135px;
float:left;
}

.tour-boxes .box2 p img {
float:none;
border:none;
padding:0;
}

.map-img {
background:none repeat scroll 0 0 #E0F2FC;
color:#3D779F;
display:block;
float:right;
font-size:12px;
letter-spacing:.2px;
position:relative;
margin:0 0 3px 3px;
}

.map-button {
position:absolute;
left:0;
bottom:0;
}

.journey_map a img {
vertical-align:bottom!important;
}

.included-package {
width:633px;
min-height:478px;
-webkit-box-shadow:0 0 10px rgba(50,50,50,0.1);
-moz-box-shadow:0 0 10px rgba(50,50,50,0.1);
box-shadow:0 0 10px rgba(50,50,50,0.1);
background:#FFF;
margin:31px 0 32px;
}

.included-heading {
line-height:48px;
background:url(images/included-bg.jpg) repeat-x left top;
font-size:20px;
color:#231f20;
font-weight:700;
letter-spacing:-.4px;
padding:0 0 0 14px;
}

.included-package .left {
background:url(images/included-contant-shadow.jpg) repeat-y right top;
min-height:260px;
width:274px;
float:left;
padding:0 0 0 15px;
}

.included-package .left ul li {
background:url(images/list-icon.jpg) no-repeat left 14px;
font-size:14px;
color:#333;
line-height:22px;
margin:0;
padding:8px 0 6px 24px;
}

.included-package .left ul li span {
font-size:12px;
color:#666;
line-height:18px;
display:block;
padding:4px 0 0;
}

.included-package .right {
width:324px;
float:right;
padding:21px 0 0;
}

table.include-listing {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
font-size:12px;
text-align:center;
float:left;
display:block;
width:306px;
overflow:hidden;
margin:30px 0 4px;
padding:0;
}

table.include-listing tr {
height:32px;
}

table.include-listing tr td {
vertical-align:middle;
width:87px;
border-right:#d8bfa3 solid 1px;
border-bottom:#d8bfa3 solid 1px;
}

table.include-listing tr td:first-child {
font-weight:700;
border-left:#d8bfa3 solid 1px!important;
text-align:left;
line-height:18px;
width:78px;
padding:0 0 0 9px;
}

table.include-listing tr td + td {
width:58px;
}

table.include-listing tr td + td + td {
width:88px;
}

table.include-listing tr td + td + td + td {
width:68px;
}

table.include-listing tr.first-row td {
background:#c39d73;
color:#FFF;
text-transform:uppercase;
font-size:11px;
}

table.include-listing tr.first-row td:first-child {
background:none;
color:#ed1c24;
font-size:14px;
font-weight:700;
border-left:#FFF solid 1px!important;
}

table.include-listing tr.last-row td {
background:#f2f4df;
color:#ed1c24;
height:50px;
border-bottom:#d8bfa3 solid 1px;
}

table.include-listing tr.last-row td + td {
font-size:15px;
font-weight:700;
}

table.include-listing tr.last-row td + td + td + td {
font-size:15px;
font-weight:700;
color:#ed1c24;
}

table.include-listing tr.last-row td + td + td {
color:#333;
}

.advertising-box {
width:615px;
height:93px;
background:url(images/advertise-bg.jpg) repeat-x left top;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
overflow:hidden;
padding:0 0 0 18px;
}

.advertising-redbg {
width:333px;
float:left;
font-family:ProximaNova;
font-size:24px;
text-transform:uppercase;
color:#FFF;
line-height:26px;
text-align:right;
letter-spacing:-.2px;
padding:20px 20px 0 0;
}

.advertising-blackbg {
width:244px;
float:right;
background:#000;
height:74px;
font-family:ProximaNova;
font-size:24px;
color:#FFF;
text-transform:uppercase;
padding:19px 0 0 15px;
}

.advertising-blackbg span {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
text-transform:none;
line-height:16px;
display:block;
padding:3px 0 0;
}

.booking-box {
background:#231f20;
height:183px;
position:relative;
width:306px;
margin:5px 0 0;
}

.china-journey {
height:81px;
font-family:ProximaNova;
text-align:center;
line-height:28px;
color:#FFF;
font-size:33px;
text-transform:uppercase;
letter-spacing:-.9px;
padding:9px 0 0;
}

.china-journey span {
font-family:proxima_nova_rgregular;
font-size:15px;
letter-spacing:1.7px;
}

.china-calltext {
height:81px;
background:url(images/journey-callbg.jpg) repeat-x left top;
font-size:46px;
text-align:center;
font-family:ProximaNova;
line-height:34px;
color:#FFF;
letter-spacing:1.7px;
padding:12px 0 0;
}

.china-calltext span,.china-calltext a {
font-size:32px;
letter-spacing:.6px;
color:#FFF;
}

.day-byday {
background:#FFF;
-webkit-box-shadow:0 0 10px rgba(50,50,50,0.1);
-moz-box-shadow:0 0 10px rgba(50,50,50,0.1);
box-shadow:0 0 10px rgba(50,50,50,0.1);
margin:13px 0 26px;
padding:18px 18px 25px;
}

.heading2 {
color:#333;
font-family:proxima_novasemibold;
font-size:20px;
border-bottom:#e6e8cb solid 1px;
letter-spacing:-.9px;
padding:0 0 16px;
}

.day-byday ul li {
float:none;
line-height:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
font-weight:700;
list-style:decimal-leading-zero;
background:none;
margin:0;
padding:0;
}

.booking-text {
font-size:16px;
color:#booking-text;
font-weight:700;
line-height:26px;
}

.booking-text img {
border:none;
padding:10px 0 0 4px;
}

.booking-text span {
color:#ed1c24;
font-size:27px;
}

.tour-boxes .box2 {
width:215px;
height:154px;
background:#FFF;
border:#e4e4e4 solid 1px;
-webkit-box-shadow:0 0 5px rgba(50,50,50,0.1);
-moz-box-shadow:0 0 5px rgba(50,50,50,0.1);
box-shadow:0 0 5px rgba(50,50,50,0.1);
float:left;
text-align:center;
font-size:14px;
color:#333;
line-height:20px;
position:relative;
margin:0 30px 0 0;
}

.list-style-type
 ul {
  list-style-type: none !important;
 }

.tour-boxes .box2 span {
color:#ed1c24;
font-size:15px;
font-weight:700;
}

.tour-boxes .box2 em {
font-size:18px;
color:#333;
font-style:normal;
font-weight:400;
}

.tour-boxes .box2 p {
text-align:center;
padding:18px 0 0;
}

.destination-detail-part {
position:relative;
padding:20px 0 0;
}

.destination-detail-left {
width:460px;
}

.destination-detail-part h4 {
font-family:proxima_novasemibold;
text-transform:uppercase;
}

.destination-detail-left p {
padding:11px 0 26px;
}

.destination-detail-left p span {
color:#ed1c24;
font-weight:700;
}

.destination-detail-part h3 {
border-bottom:none;
text-transform:uppercase;
color:#231f20;
font-size:20px;
margin:0;
padding:0;
}

.destination-detail-right {
width:467px;
float:right;
}

ul.destination-detail-left {
padding:7px 0 0;
}

ul.destination-detail-left li {
background:url(images/list-icon.jpg) no-repeat left 9px;
font-size:14px;
color:#333;
line-height:18px;
margin:0;
padding:8px 0 4px 28px;
}

ul.destination-detail-left li ul {
margin:0;
padding:4px 0 0 48px;
}

ul.destination-detail-left li ul li {
font-size:13px;
color:#333;
background:url(images/list-icon1.jpg) no-repeat 3px 9px;
line-height:18px;
padding:3px 0 0 20px;
}

.booking-box1 {
background:#231f20;
height:183px;
position:relative;
margin:4px 0 60px;
}

.booking-box1 .china-journey {
height:81px;
font-family:ProximaNova;
text-align:center;
line-height:66px;
color:#FFF;
font-size:43px;
text-transform:uppercase;
letter-spacing:-.9px;
padding:9px 0 0;
}

.booking-box1 .china-journey span {
font-family:proxima_nova_rgregular;
font-size:25px;
letter-spacing:1px;
}

.booking-box1 .china-calltext {
height:81px;
background:url(images/journey-callbg.jpg) repeat-x left top;
font-size:25px;
text-align:center;
font-family:ProximaNova;
line-height:64px;
color:#FFF;
letter-spacing:1.7px;
padding:12px 0 0;
}

.booking-box1 .china-calltext span {
font-size:43px;
letter-spacing:.6px;
}

.booking-box1 .china-calltext strong {
font-weight:400;
width:60px;
float:left;
display:block;
padding:2px 0 0 26px;
}

span.book-text {
width:352px;
float:left;
display:block;
}

table.pricing-detail {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
display:block;
float:left;
overflow:hidden;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
width:100%;
margin:18px 0 0;
padding:0;
}

table.pricing-detail tr {
height:28px;
}

table.pricing-detail tr td {
vertical-align:middle;
border-bottom:#af9f5d solid 1px;
border-right:#af9f5d solid 1px;
width:93px;
background:#f4f0df;
padding:0 0 0 12px;
}

table.pricing-detail tr td:first-child {
border-left:#af9f5d solid 1px;
}

table.pricing-detail tr td + td {
width:97px;
background:#fff;
font-family:proxima_nova_rgregular;
}

table.pricing-detail tr td + td + td {
width:100px;
background:#fff;
text-decoration:none!important;
color:#282828!important;
}

table.pricing-detail tr td + td + td + td {
width:124px;
background:#f4f0df;
color:#e71617;
text-decoration:none!important;
}

table.pricing-detail tr:first-child td {
font-weight:700;
color:#FFF!important;
background:#af9f5d;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none!important;
}

table.dayby-day {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
display:block;
float:left;
overflow:hidden;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
background:#FFF;
-webkit-box-shadow:0 2px 6px rgba(50,50,50,0.2);
-moz-box-shadow:0 2px 6px rgba(50,50,50,0.2);
box-shadow:0 2px 6px rgba(50,50,50,0.2);
width:100%;
margin:33px 0 6px;
padding:0;
}

table.dayby-day tr td {
vertical-align:middle;
text-transform:uppercase;
width:109px;
font-size:12px;
padding:0 0 0 37px;
}

table.dayby-day tr td + td {
width:123px;
font-family:proxima_nova_rgregular;
padding:0;
}

table.dayby-day tr td + td + td {
width:145px;
}

table.dayby-day tr td + td + td + td {
width:128px;
}

table.dayby-day tr td + td + td + td + td {
width:167px;
}

table.dayby-day tr td + td + td + td + td + td {
width:250px;
font-size:11px;
}

table.dayby-day tr.month td {
border:none!important;
font-size:14px;
background:none;
}

.package-highlights {
-webkit-box-shadow:0 2px 6px rgba(50,50,50,0.2);
-moz-box-shadow:0 2px 6px rgba(50,50,50,0.2);
box-shadow:0 2px 6px rgba(50,50,50,0.2);
background:#f2f0f0;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
overflow:hidden;
margin:17px 0 0;
padding:0 0 25px;
}

.package-highlights ul li {
font-size:15px;
color:#979797;
line-height:30px;
font-weight:700;
background:none;
margin:0;
padding:0 0 0 41px;
}

.package-highlights ul li span {
color:#f01718;
font-size:15px;
display:block;
float:left;
width:78px;
}

.package-highlights ul li:first-child {
background:#f01718;
line-height:44px;
color:#FFF;
margin:0 0 18px;
}

.booking-box2 {
background:#231f20;
height:252px;
position:relative;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
overflow:hidden;
margin:33px 0 30px;
}

.booking-box2 .china-journey {
height:113px;
font-family:ProximaNova;
text-align:center;
line-height:33px;
color:#FFF;
font-size:32px;
text-transform:uppercase;
letter-spacing:-.9px;
background:url(images/journey-callbg.jpg) repeat-x left top #970000;
padding:16px 0 0;
}

.booking-box2 .china-journey span {
font-family:proxima_nova_rgregular;
font-size:25px;
letter-spacing:1.7px;
}

.booking-box2 .china-calltext {
height:81px;
font-size:14px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
line-height:33px;
color:#FFF;
letter-spacing:0;
background:none;
padding:29px 0 0;
}

.booking-box2 .china-calltext span {
font-size:40px;
letter-spacing:.1px;
vertical-align:top;
text-transform:uppercase;
font-family:ProximaNova;
}

.advertise-bottom {
height:86px;
background:#f2f0f0;
border:#c3c2c2 solid 1px;
letter-spacing:-.1px;
padding:0 12px 0 14px;
}

.advertise-bottom span {
float:left;
display:block;
font-family:proxima_novasemibold;
font-size:21px;
color:#212020;
width:auto;
line-height:86px;
text-transform:uppercase;
}

.advertise-bottom span em {
font-style:normal;
font-size:38px;
color:#e41617;
}

.advertise-bottom img {
float:right;
padding:11px 0 0;
}

.port-highlights p {
padding:19px 0 1px;
}

.port-highlights ul.destination-detail-left {
padding:12px 0 4px;
}

.destination-inner-wrap {
width:1170px;
margin:auto;
padding:16px 10px 24px;
}

.destination-inner-wrap .heading-section1 {
margin:6px 0 0;
padding:18px 0 10px;
}

.destination-inner-wrap h4 {
letter-spacing:0;
color:#e61617;
padding:11px 0 0;
}

.destination-inner-wrap .tour-boxes {
padding:12px 0 10px;
}

.holland-logo {
background:url(images/shadow-img.png) no-repeat center 53px;
padding:10px 0 26px;
}

.holland-logo img {
padding:0 17px 0 0;
}

.description-leftside {
width:636px;
float:left;
}

.description-leftside h3 {
border-bottom:medium none;
color:#231F20;
font-size:22px;
text-transform:uppercase;
margin:0;
padding:0;
}

.description-rightside {
width:306px;
float:right;
}

.description-leftside table.dayby-day {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
display:block;
float:left;
overflow:hidden;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
background:#FFF;
-webkit-box-shadow:0 2px 6px rgba(50,50,50,0.2);
-moz-box-shadow:0 2px 6px rgba(50,50,50,0.2);
box-shadow:0 2px 6px rgba(50,50,50,0.2);
width:100%;
margin:13px 0 14px;
padding:0;
}

.description-leftside table.dayby-day tr td {
vertical-align:middle;
text-transform:uppercase;
width:84px;
font-size:10px;
padding:0 0 0 20px;
}

.description-leftside table.dayby-day tr td + td {
width:69px;
padding:0;
}

.description-leftside table.dayby-day tr td + td + td {
width:64px;
}

.description-leftside table.dayby-day tr td + td + td + td {
width:36px;
}

.description-leftside table.dayby-day tr td + td + td + td + td {
width:235px;
}

.description-leftside table.dayby-day tr td + td + td + td + td + td {
width:62px;
font-size:10px;
}

.description-leftside table.dayby-day tr td + td + td + td + td + td + td {
width:66px;
font-size:10px;
}

.description-leftside table.dayby-day tr.month td {
border:none!important;
font-size:12px;
background:none;
}

.destination-inner-wrap .booking-box1 {
margin:0 0 25px;
}

.destination-inner-wrap .booking-box1 .china-journey {
line-height:34px;
background:url(images/advertise-bg1.jpg) no-repeat left top;
}

.destination-inner-wrap .booking-box1 .china-calltext {
line-height:38px;
background:#f01718 url(images/red-bg.jpg) repeat-x left top;
height:86px;
}

.destination-inner-wrap .booking-box1 .china-calltext span {
font-size:38px;
}

.destination-inner-wrap table.pricing-detail {
margin:18px 0 45px;
}

.destination-inner-wrap .description-rightside ul.destination-detail-left {
width:auto;
padding:12px 0 0;
}

.destination-inner-wrap .description-rightside ul.destination-detail-left li {
line-height:20px;
background-position:left 8px;
padding:4px 0 0 31px;
}

.destination-inner-wrap .description-rightside ul.destination-detail-left ul {
padding:0 0 0 30px;
}

.destination-inner-wrap .description-rightside ul.destination-detail-left ul li {
color:#7f7f7f;
line-height:19px;
padding:4px 0 0 21px;
}

.map-img1 {
float:left;
display:block;
-webkit-box-shadow:1px 1px 3px rgba(50,50,50,0.28);
-moz-box-shadow:1px 1px 3px rgba(50,50,50,0.28);
box-shadow:1px 1px 3px rgba(50,50,50,0.28);
margin:7px 27px 6px 0;
}

.map-img1 img {
border:#FFF solid 3px;
}

.highlights-text h3 {
font-size:22px;
padding:16px 0 7px;
}

.highlights-text p {
font-size:14px;
line-height:20px;
letter-spacing:-.2px;
padding:2px 0 20px;
}

.destination-inner-wrap table.pricing-detail tr td + td {
text-decoration:line-through;
color:red;
}

.destination-inner-wrap table.pricing-detail tr td {
text-align:center;
}

.destination-inner-wrap table.pricing-detail tr td + td span {
color:#000;
}

.bottom-advertise {
height:71px;
padding:37px 0 0;
}

.bottom-advertise .left {
width:472px;
float:left;
background:url(images/advertise-bg1.jpg) repeat-x left top;
font-family:proxima_nova_rgregular;
font-size:19.22px;
color:#FFF;
text-transform:uppercase;
text-align:center;
height:58px;
padding:13px 0 0;
}

.bottom-advertise .left span {
font-family:ProximaNova;
font-size:30px;
color:#e61617;
}

.bottom-advertise .right {
width:488px;
float:left;
background:url(images/red-bg.jpg) repeat-x left top;
font-family:proxima_nova_rgregular;
font-size:18px;
color:#FFF;
height:58px;
text-align:center;
padding:13px 0 0;
}

.bottom-advertise .right em {
font-style:normal;
text-transform:uppercase;
font-size:19px;
font-family:proxima_novasemibold;
}

.bottom-advertise .right span {
font-family:ProximaNova;
font-size:30px;
color:#fff;
text-transform:uppercase;
}

.space {
padding:20px 0 10px!important;
}

.space1 {
padding:0 0 16px!important;
}

.bottom-text {
font-size:29px;
color:#000;
font-family:proxima_nova_rgregular;
text-align:center;
line-height:83px;
}

.destination-innerwrap {
background:none;
padding:40px 0 0;
}

.destination-innerwrap h1 {
letter-spacing:-.6px;
text-transform:uppercase;
color:#333;
font-family:proxima_novalight;
font-size:27px;
margin-bottom:23px;
padding:0;
}

.destination-innerwrap h1 span {
font-family:ProximaNova;
font-size:27px;
}

.destination-innerwrap .left-block {
width:720px;
float:left;
display:block;
}

.destination-innerwrap .right-block {
width:220px;
float:right;
display:block;
font-style:normal !important;
}

.push {
height:87px;
clear:both;
}

.destination-wrap h5,.destination-inner-wrap h5 {
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
text-transform:uppercase;
letter-spacing:-.4px;
padding:20px 0 0;
}

.destination-inner-wrap h5 {
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
text-transform:uppercase;
letter-spacing:-.4px;
color:#e61617;
padding:14px 0 0;
}

.destination-wrap h6,.destination-inner-wrap h6 {
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
text-transform:uppercase;
padding:13px 0 6px;
}

.detail2 h1 {
font-size:30px;
letter-spacing:-.7px;
}

.destination-detail-part1 h3 {
font-size:22px;
font-family:ProximaNova;
letter-spacing:.2px;
}

.inner-tourboxe {
padding:20px 0 17px;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.entry-content img,.comment-content img,.widget img,img.header-image,.author-avatar img,img.wp-post-image {
border-radius:3px;
box-shadow:0 1px 4px rgba(0,0,0,0.2);
}

.wp-caption {
max-width:100%;
padding:4px;
}

.wp-caption .wp-caption-text,.gallery-caption,.entry-caption {
font-style:italic;
font-size:.857142857rem;
line-height:2;
color:#757575;
}

img.wp-smiley,.rsswidget img {
border:0;
border-radius:0;
box-shadow:none;
margin-bottom:0;
margin-top:0;
padding:0;
}

.gallery-caption a {
display:inline;
}

.gallery-columns-1 .gallery-item a {
max-width:100%;
width:auto;
}

.gallery .gallery-icon img {
height:auto;
max-width:90%;
padding:5%;
}

.gallery-columns-1 .gallery-icon img {
padding:3%;
}

nav ul li.last a {
background:#655f61;
color:#FFF;
}

nav ul li a.active,nav li.current-menu-item a,nav li.active-fav a,nav li.current-menu-ancestor a {
background:#f5f5f5;
color:#000;
}

.footer-right .textwidget a {
color:#E1B98D!important;
margin:0;
padding:0;
}

nav ul li.last a:hover {
text-decoration:none;
background:#c39d73!important;
color:#FFF;
-webkit-box-shadow:inset 0 0 5px 0 #796c5e;
box-shadow:inset 0 0 5px 0 #796c5e;
}

.day-byday ol li {
float:none;
line-height:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
font-weight:700;
list-style:decimal;
list-style-position:outside;
background:none;
margin:0;
padding:0;
}

.textonbanner {
background:url(images/banner-txt-bg.png) repeat-x left bottom;
display:none;
bottom:2px;
height:100px;
left:3px;
position:absolute;
width:954px;
z-index:99;
}

.package-highlights ul li em {
display:block;
float:left;
width:340px;
}

.signupmain {
width:1000px;
background:url(images/signupforfree-bg.jpg) no-repeat left top;
height:147px;
margin:0 auto;
}

.signuptxt {
float:left;
width:139px;
height:64px;
background:url(images/signupforfree-txt.jpg) no-repeat left top;
margin:39px 25px 0 39px;
}

.signuplabltxt {
width:286px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height:22px;
margin-right:48px;
margin-top:46px;
}

.nametxtbox {
width:119px;
height:33px;
margin-right:10px;
float:left;
background:url(images/namebg.jpg) no-repeat left top;
margin-top:15px;
padding:8px 10px 0;
}

.nametxtbox input {
background:none;
border:none;
width:119px;
font-style:italic;
color:#776f71;
font-size:15px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.emailtxtbox {
width:179px;
height:33px;
margin-right:10px;
float:left;
background:url(images/email-bg.jpg) no-repeat left top;
margin-top:15px;
padding:8px 10px 0;
}

.emailtxtbox input {
background:none;
border:none;
width:179px;
font-style:italic;
color:#776f71;
font-size:15px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.signupbtn {
width:94px;
height:35px;
background:#ff3b3b;
text-align:center;
line-height:35px;
color:#fff;
font-size:15px;
display:block;
float:left;
margin-top:18px;
text-transform:uppercase;
text-decoration:none;
border:none;
}

.signupbtn:hover {
background:#c73333;
}

.faq-block {
padding:36px 0 0;
}

.quetion-block {
margin-bottom:33px;
}

.quetion-block h2 {
display:block;
font-size:24px;
color:#333;
line-height:28px;
font-family:ProximaNova;
text-transform:uppercase;
border-bottom:1px solid #d0b598;
margin:0 0 17px;
padding:0 0 9px;
}

.quetion-block ol {
padding:0 0 0 35px;
}

.quetion-block ol li {
list-style:decimal;
list-style-position:outside;
background:none;
color:#444;
font-weight:700;
margin:0 0 9px;
padding:0;
}

.quetion-block ol li .quetion-title {
display:block;
color:#1f8ce6;
font-size:16px;
line-height:20px;
cursor:pointer;
font-weight:400;
}

.quetion-block ol li .quetion-desc {
display:none;
padding:9px 0 0;
}

.quetion-block ol li .quetion-desc p {
line-height:21px;
padding:0 0 12px;
}

.box2 p img,.box1 p img {
margin-right:0!important;
}

.terms_conditions p {
font-size:9px!important;
line-height:12px!important;
}

.textundertitle h5 {
color:red!important;
}

.related-videos {
float:left;
margin-top:30px;
}

.related-videos .journey-videos {
float:left;
padding:10px;
}

span.wpcf7-not-valid-tip {
background:#FFF7F8!important;
left:5px!important;
width:235px!important;
top:5px!important;
border-radius:4px 4px 4px 4px!important;
padding:8px!important;
}

div.wpcf7-validation-errors {
background:#F4C5C5!important;
border:none!important;
font-size:14px!important;
color:red;
}

div.wpcf7-mail-sent-ok {
font-size:12px!important;
margin:4em .5em 1em!important;
}

.wpcf7-form div.information span.wpcf7-not-valid-tip {
width:188px!important;
padding:8px!important;
}

div.wpcf7 img.ajax-loader {
margin-top:11px;
}

div.wpcf7 .information img.ajax-loader {
margin-top:0;
}

div.wpcf7-response-output {
line-height:18px;
}

span.wpcf7-list-item label {
float:left!important;
clear:both!important;
}

.signup-free-block {
width:1020px;
background:url(images/shadow-img-top.png) no-repeat center top;
height:auto;
display:block;
margin:0 auto;
padding:21px 0 0;
}

.signup-free-block .signup-box {
width:1170px;
height:auto;
float:left;
display:block;
margin:22px 30px;
}

.signup-free-block .signup-box .titel-text {
width:138px;
color:#ff3b3b;
font-size:30px;
font-family:ProximaNova;
line-height:26px;
border-right:1px solid #d2b89a;
margin-right:24px;
float:left;
padding:7px 0;
}

.signup-free-block .signup-box .titel-text span {
color:#231f20;
font-size:24px;
font-family:proxima_novalight;
}

.signup-free-block .signup-box .titel-text span em {
font-family:proxima_novasemibold;
font-style:normal;
}

.signup-free-block .signup-box p {
float:left;
font-size:14px;
color:#444;
line-height:22px;
font-family:proxima_nova_rgregular, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
width:220px;
padding:2px 0 0;
}

.ie7 .signup-free-block .signup-box .input-field {
width:538px;
}

.signup-free-block .signup-box .input-field {
height:42px;
float:right;
display:block;
margin-top:13px;
}

.input-field input[type=text] {
background:none;
border:none;
width:90px;
color:#666;
font-size:13px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin:12px 15px 13px;
}

.input-field div {
background:url(images/home-input-bg.png) no-repeat 0 0;
width:119px;
height:41px;
margin-right:10px;
float:left;
}

.input-field div.email-add {
background:url(images/home-input-bg2.png) no-repeat 0 0;
width:170px;
height:41px;
margin-right:10px;
float:left;
}

.input-field div.email-add input[type=text] {
width:140px;
}

.input-field .signup {
text-transform:uppercase;
border:none;
cursor:pointer;
text-align:center;
margin-top:2px;
float:right;
color:#fff;
background:#ff3b3b;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
padding:9px 20px;
}

.input-field form {
border:none!important;
margin:0!important;
padding:0!important;
}

.shadow-bg-block {
background:url(images/shadow-img-bottom.png) no-repeat center bottom;
height:21px;
display:block;
text-align:center;
width:auto;
}

.home-title-block {
width:1170px;
height:auto;
margin-bottom:19px;
display:block;
float:left;
}

.home-title-block .browse-all-journeys {
width:auto;
float:right;
border-left:1px solid #d2b89a;
padding-left:19px;
}

.home-title-block .browse-all-journeys span {
width:100%;
color:#ec1c24;
font-size:14px;
font-weight:700;
float:left;
margin:3px 0 13px;
}

.home-title-block .browse-all-journeys .box {
margin-bottom:3px;
display:block;
float:left;
clear:both;
width:100%;
}

.home-title-block .newListSelected {
z-index:2;
position:relative;
cursor:pointer;
width:139px;
height:31px;
color:#a0805e;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/home-select-bg.png) no-repeat 0 0;
float:left;
margin-right:12px;
}

.home-title-block .selectedTxt {
color:#000;
font-family:proxi-light, Arial, Helvetica, sans-serif;
width:120px;
height:31px;
line-height:31px;
float:left;
padding:0 0 0 18px;
}

.home-title-block .SSContainerDivWrapper {
background:#fff;
height:auto!important;
width:139px;
margin-top:-1px;
position:absolute;
border-radius:4px 4px;
margin-bottom:20px;
box-shadow:0 0 3px #B5B5B5;
border:1px solid d5d5d5!important;
padding:0 0 10px;
}

.newListOptionTitle span {
padding-left:10px!important;
color:#000!important;
margin:0 0 5px!important;
}

.btn-clear-selection {
background:none;
border:none;
margin-top:12px;
cursor:pointer;
color:#999;
font-size:11px;
text-decoration:underline;
}

.dates-prices-block table.dp,table.dp {
border:1px solid #d4d4d4;
background:#fff;
margin-bottom:19px;
}

.dates-prices-block table.dp tr td,table.dp tr td {
color:#444;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
border-right:1px solid #e6e6e6;
padding:14px 0 14px 10px;
}

.dates-prices-block table.dp tr.t-header td,table.dp tr.t-header td {
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
color:#444;
border-right:1px solid #c4c4c4;
padding:12px 0 12px 10px;
}

.dates-prices-block table.dp tr td.spc,table.dp tr td.spc {
text-align:center;
color:#ed1c24;
background:#f5f5f5;
padding:12px 0;
}

.dates-prices-block table.dp tr.color-tr td.spc,table.dp tr.color-tr td.spc {
text-align:center;
color:#ed1c24;
background:#eee;
padding:12px 0;
}

.dates-prices-block table.dp tr.t-header td.color-red,table.dp tr.t-header td.color-red {
background:#ed1c24;
color:#fff;
}

.dates-prices-block table.dp .color-tr,table.dp .color-tr {
background:#f6f6f6;
}

.dates-prices-block table.last,table.last {
margin-bottom:5px;
}

.video_lightbox_auto_anchor_image {
height:135px;
width:197px;
}

.inclusions-img-block .block {
width:auto;
height:auto;
float:left;
position:relative;
margin:0 20px 17px 0;
}

.inclusions-img-block .block img {
float:left;
border:1px solid #c5ab8f;
}

.inclusions-img-block .block .img-shadow {
-webkit-box-shadow:inset 0 0 40px 0 #000;
box-shadow:inset 0 0 40px 0 #333;
width:303px;
height:162px;
position:absolute;
float:left;
left:1px;
top:1px;
}

div#success {
color:green;
}

div#image-ajax {
color:red;
font-family:cursive;
font-size:20px;
}

.clear_favourite {
float:right;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-right:15px;
margin-top:24px;
color:#999;
text-decoration:underline;
}

.favorite-page .right-block {
width:295px;
margin-top:-68px;
margin-right:0!important;
}

.favorite-page .left-block {
width:653px;
}

.favorite-page .message-fav {
display:block;
margin-top:15px;
}

.mac.gecko .favorite-page .left-block,.gecko .favorite-page .left-block {
margin-top:-20px;
}

.favorite-page .right-block .tab-link {
margin-bottom:0;
background:url(images/favorite-right-bg.jpg) repeat-x bottom left;
}

.favorite-page .journey-box .journey-box-right {
width: 584px
}

.favorite-page .journey-box .journey-box-right a.rff {
font-size:11px;
color:#999;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
float:right;
margin-right:13px;
margin-top:24px;
}

.favorite-page .right-block .tab-link h2 {
color:#333;
font-family:proxima_novalight;
font-size:27px;
letter-spacing:-.6px;
text-transform:uppercase;
margin:15px 0 13px 20px;
padding:0;
}

.login {
width:1170px;
height:auto;
display:block;
margin:17px auto 0;
}

.login .left-block {
float:left;
width:480px;
background:url(images/sadow-login.jpg) top right no-repeat;
padding-top:45px;
}

.login .right-block {
float:right;
width:480px;
padding-top:45px;
}

.login .left-block .login-block {
float:left;
margin-left:90px;
width:100%;
}

.login .left-block .login-block .title {
text-transform:uppercase;
color:#ff3b3b;
font-size:22px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
margin-bottom:15px;
}

.login .right-block .free-account {
float:left;
margin-left:73px;
}

.login .right-block .free-account .title {
text-transform:uppercase;
color:#231f20;
font-size:22px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
margin-bottom:15px;
}

.login .forget-block {
background:none;
}

.left-block #similar_journey .journey-box-right {
width:585px;
}

body.page-template-page-templatesjourney-detail-3-new-php .left-block #similar_journey .journey-box-right {
width: 550px;
}

.etravel-guide-block {
width:100%;
height:auto;
display:block;
margin-bottom:25px;
padding-bottom:25px;
border-bottom:0 solid #e6e6e6;
}

.etravel-guide-block p {
font-size:14px;
color:#3a3a3a;
}

.etravel-guide-block strong {
color:#3a3a3a;
font-size:14px;
clear:both;
display:block;
}

.etravel-guide-block ul {
padding:15px 0 5px;
}

.etravel-guide-block ul li {
background:url(images/list-icon.jpg) no-repeat 0 5px;
padding:0 0 6px 20px;
}

.etravel-guide-block .etg-call {
color:#ed1c24;
font-size:26px;
display:block;
font-family:proxima_novalight;
margin:5px 0 0;
}

#ejourney-guide .wpcf7 form {
border:none!important;
padding:0!important;
}

#ejourney-guide form input[type=text],#ejourney-guide form input[type=email] {
background:#fff;
box-shadow:inset 1px 2px 1px #bcb9b3;
border-radius:4px;
float:left;
width:250px;
color:#776f71;
font-size:13px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
border:1px solid #eaeae7;
margin:0 10px 12px 0;
padding:11px 8px 12px 12px !important;
}

#ejourney-guide form .btn-submit:hover {
background:#2f2b2c;
color:#fff;
}

.login .left-block #wppb_login {
width:80%!important;
}

.book-journey-block div.wpcf7-response-output {
margin-top:0!important;
}

.left-block #similar_journey .journey-box-right strong span {
margin-right:0;
padding-right:3px;
}

.mobile-request-a-quote {
	color: #FF3B3B;
	display: inline-block;
	float: right;
	font-size: 18px;
	margin: 15px 0 0;
	position: absolute;
	right: 0px;
    font-family: 'ProximaNova';
    letter-spacing: 1px;
}

.journey_map {
width:305px;
height:auto;
float:right;
display:block;
position:relative;
margin:0 0 10px 10px;
}

.river-btn span.light {
font-family:proxima_novalight;
font-size:34px;
font-style:normal;
}

.river-btn span.bold {
font-family:ProximaNova;
font-size:34px;
padding-left:5px;
font-style:normal;
}

.bottom-tex-ejourney {
display:block;
margin:15px 0 0;
}

.account_content {
width:76%;
}

.account_content p {
line-height:23px;
padding:0 0 10px;
}

.home-title-block .lastselect .SSContainerDivWrapper {
height:200px!important;
overflow-y:scroll;
overflow-x:hidden;
}

.infusion-form p {
display:block;
clear:both;
padding:0;
}

.input-field .formError .formErrorArrow {
height:8px!important;
background-image:none!important;
}

.formError .formErrorContent {
height:auto!important;
}

.formError {
background-image:none!important;
}

.tab-block .tab-nav {
color:#DFDFDF;
float:right;
font-size:13px;
position:relative;
top:18px;
}

.tab-block .tab-nav a.active {
color:#999;
}

.tab-block .tab-nav a {
color:#ED1C24;
font-size:15px;
margin:0 4px;
}

.book-journey-block .infusion-form .infusion-field {
background:url(images/input-text-bg.png) no-repeat scroll 0 0 rgba(0,0,0,0);
height:41px;
margin-bottom:9px;
width:263px;
}

.sharing {
background:none repeat scroll 0 0 #EEE;
bottom:2px;
margin-left:-12px;
margin-top:7px;
position:absolute;
width:573px;
padding:5px 15px 5px 20px;
}

.addthis_toolbox {
float:right;
}

.sharing span {
color:#5E5E5E;
float:left;
font-family:proxima_nova_rgregular;
font-size:11px;
font-weight:700;
line-height:22px;
padding-right:3px;
text-transform:uppercase;
}

.list_prnumber {
border:medium none!important;
color:#8A8A8A!important;
float:right;
font-family:Arial, Helvetica, sans-serif!important;
font-size:11px!important;
margin-right:0!important;
padding-left:0!important;
padding-top:9px!important;
vertical-align:top;
}

.special_message {
float:right;
text-align:right;
width:243px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#685137!important;
margin:10px 0!important;
padding:0!important;
}

.ratingimage {
display:block;
height:28px;
margin-top:12px;
width:100%;
}

.air_grid table tr.a-header {
background:url(images/ar_top.jpg) repeat-x scroll 0 0 #D3D3D3!important;
}

.a-header td {
color:#444;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:700;
padding:12px 0 12px 10px;
}

.air_grid table {
background:none repeat scroll 0 0 #FFF;
border:1px solid #cfcfcf!important;
margin-bottom:19px;
}

.air_grid table tr td {
border-right:1px solid #E6E6E6;
color:#444;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
border-top:1px solid #ededed;
padding:14px 0 14px 10px;
}

.air_grid table tr {
background:none repeat scroll 0 0 #fff!important;
}

.t-footer {
background:#efefef!important;
border-top:1px solid #d4d4d4;
}

.t-footer td {
font-size:13px;
line-height:20px;
background:#efefef;
border-bottom:1px solid #D4D4D4!important;
border-top:1px solid #D4D4D4!important;
border-right:1px solid #D4D4D4!important;
padding:10px 0 10px 10px !important;
}

.air_grid table td.white-tr {
background:#F6F6F6!important;
}

.header_searchform {
float:left;
margin-right:6px!important;
/*width:170px;*/
    width: 260px;
}

.search_section {
float:right;
position:absolute;
right:16%;
top:48px;
/*width:20%;*/
    width: 28%;
}

.logged-in .search_section {
    top: 54px;
}

.logged-in .header_searchform {
    position: relative;
    left: -126px;
}

.topsticky {
position:absolute!important;
top:0!important;
right:0!important;
}

.searchtext {
background: #f5f5f5;
border: medium none;
color: #585858;
float: left;
font-size: 12px;
font-family: 'Lato';
font-style: normal;
font-weight: normal;
line-height: 1.2;
/* width: 137px; */
width: 210px;
padding: 9px 0px 8px 15px;
box-sizing: border-box;
}

.searchtext::-webkit-input-placeholder {
   text-transform: uppercase;
    font-size: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

.searchtext:-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
    font-size: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

.searchtext::-moz-placeholder {  /* Firefox 19+ */
   text-transform: uppercase;
    font-size: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

.searchtext:-ms-input-placeholder {  
   text-transform: uppercase;
    font-size: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

.sbtn {
background:url(images/search_icon.png) no-repeat scroll center center #f5f5f5;
border:medium none;
height:32px;
/*width:23px;*/
    width: 50px;
    box-sizing: border-box;
}

.search_content article {
margin-bottom:40px;
}

.search_content .page-title {
margin-bottom:30px;
}

.search_content article img.wp-post-image {
max-width:40%;
float:left;
height:auto;
margin-right:15px;
}

.safari .call-text strong {
font-size:29px;
}

.ie7 .slider_block {
padding-top:260px;
}

.ie7 .home-title-block .go {
margin-right:5px;
}

.ie7 .wpcf7-form div {
margin-bottom:10px;
float:left;
}

.ie7 .destination-text h2 {
font-family:Georgia, "Times New Roman", Times, serif !imporatnt;
font-weight:400!important;
}

.ie7 .SSContainerDivWrapper {
width:200px;
background:#fff;
border-right:2px solid #fff;
}

.ie7 .selectbox {
border:none!important;
float:left;
background:#fff;
font-size:14px;
vertical-align:middle;
margin-top:7px;
margin-right:8px;
width:140px;
padding:6px 5px 7px;
}

.ie7 .selectboxdate {
border:none!important;
float:left;
background:#fff;
vertical-align:middle;
margin-top:7px;
font-size:14px;
margin-right:8px;
width:140px;
padding:6px 5px 7px;
}

.ie8 .journey-finder-blcok .selectboxdate {
color:#A0805E;
float:left;
font-size:13px;
width:198px;
z-index:2;
border:none;
margin-bottom:10px;
background:url(images/ie_selectbox-bg.png) no-repeat left top;
padding:6px 5px 7px;
}

.ie8 .journey-finder-blcok .selectbox {
color:#A0805E;
float:left;
font-size:13px;
width:198px;
border:none;
margin-bottom:10px;
background:url(images/ie_selectbox-bg.png) no-repeat left top;
padding:6px 5px 7px;
}

.ie7 .journey-finder-blcok .selectboxdate {
color:#A0805E;
float:left;
font-size:13px;
width:198px;
z-index:2;
border:none;
background:#fff;
height:18px;
padding:6px 5px 7px;
}

.ie7 .journey-finder-blcok .selectbox {
color:#A0805E;
float:left;
height:18px;
font-size:13px;
width:198px;
z-index:2;
border:none;
background:#fff;
padding:6px 5px 7px;
}

.entry-content .searchform input[type=text] {
border:1px solid #B8B8B8;
border-radius:3px 3px 3px 3px;
padding:4px 5px;
}

.entry-content .searchform input[type=submit] {
background:url(images/submit-btn.png) no-repeat scroll left top rgba(0,0,0,0);
border:medium none;
border-radius:4px 4px 4px 4px;
box-shadow:none;
color:#FFF;
font-size:14px;
height:auto;
width:auto;
margin:0;
padding:6px 10px;
}

#nav-below {
background:none!important;
margin-top:15px!important;
padding-top:10px;
}

.no-borders {
background:transparent;
border:transparent solid 0;
height:1px;
width:1px;
}

#similar_journey .inner-left .journey-box-right {
height:197px;
}

#bbpress-forums .bbp-forums-list li,.bbp-forum-info {
display:block;
font-size:16px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta {
font-size:16px;
}

form#bbp-search-form {
border-top-width:0;
}

.ka_t3dd {
border-bottom:1px solid #dfdfdf;
margin-bottom:18px;
font-size:13px;
padding:0 16px 18px 17px;
}

.ka_t3dd_table {
width:100%;
}

.ka_t3dd_table tr td,.ka_t3dd_table tr th {
text-align:left;
padding:5px;
}

.ka_t3dd_table tr th {
font-weight:700;
background:#F2F2F2;
}

.ka_t3dd_table tr {
border-bottom:1px solid #F2F2F2;
}

.ka_t3dd_table tr.highlighted {
background:#fff7bf;
}

.textwidget ul li {
float:left;
background:none!important;
margin:0;
padding:0;
padding-right: 4px;
}

.textwidget ul li:last-child {
padding-right: 0px;
}

#value_div {
width:100%;
display:inline-block;
margin:2em 0 1em;
}

#value_div ul {
display:inline-block;
/*width:100%;*/
margin:0;
padding:0;
margin-top:15px;
margin-left: -13px;
margin-right: -13px;
}

#value_div ul li {
float:left;
/*background:#fff;*/
background-image:none!important;
text-align:center;
margin:0 27px 0 0;
padding:0;
    
width: 25%;
margin: 0;
padding: 0 13px;
box-sizing: border-box;
}
#value_div ul li:last-child {
margin-right: 0px;
}

#value_div ul li .div_one {
/*width: 219px;*/
/*float:left;*/
overflow:hidden;
padding:0 0 13px;
position: relative;
background-color: #fff;
}

#value_div ul li .div_one img {
width:271px;
height:161px;
overflow:hidden;
}

#value_div ul li .div_one .image-wrap > div {
width: 100% !important;
height:141px !important;
}

#value_div ul li .div_one p {
font-size: 22px;
text-align: center;
color: #2D3E52;
font-family: ProximaNova;
line-height: 20px;
}

#value_div ul li .div_one p span {
display: block;
font-size: 12px;
color: #888;
text-transform: uppercase;
font-weight: normal;
}

#value_div ul li .div_two {
display:inline-block;
width:97%;
min-height: 89px;
}

#value_div ul li .div_two p {

font-size: 13px;
color: #838383;
line-height: 21px;
    padding: 16px 16px 10px;
}
#value_div ul li .div_one a:not(.image-wrap) {
background: none repeat scroll 0 0 #9C774D;
color: #FFF;
font-size: 10px;
text-align: center;
text-transform: uppercase;
margin: 0;
padding: 2.5px 10px;
}

.div_one .overlay {
    width: 100%;
    position: absolute;
    top: 0;
    background-image: url('images/hover.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 161px;
    opacity: 0;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

#value_div ul li .div_one .image-wrap:hover .overlay {
    opacity: 1;
}

#value_div ul li .div_one a:hover {
background:#ff3b3b;
color:#fff;
text-decoration:none;
}

.header_section {
width:100%;
display:inline-block;
font-family: ProximaNova;
}

.header_section h2 {
color:#999999;
font-family:arial;
font-size:20px;
font-weight:400;
padding:0;
clear: both;
text-align: center;
font-family: ProximaNova;
}

.header_section a {
color:#999;
}
.header_section a.showall {
float: right;
color: #333;
font-size: 10px;
text-transform: uppercase;
padding-bottom: 15px;
margin-top: -14px;
font-weight: bold;
}

.margin_none {
margin:0!important;
}

#supersized {
border-bottom:none!important;
}

#form_des {
background: none repeat scroll 0 0 #FFF;
float: left;
width: 100%;
-webkit-box-shadow: 0 11px 13px -4px #B6B6B6;
-moz-box-shadow: 0 11px 13px -4px #b6b6b6;
box-shadow: 0 11px 13px -4px #B6B6B6;
margin: -98px auto 0;
position: relative;
z-index: 1001;
}
#form_des h3 {
background: none repeat scroll 0 0 #FF3B3B;
color: #FFF;
font-size: 14pt;
padding: 0px 19px;
height: 44px;
line-height: 47px;
font-size: 16px;
font-family: 'ProximaNova';
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
}
#form_des .wcontent {
padding-top: 20px;
padding-bottom: 15px;
overflow: auto;
}
#form_des label {
font-size: 12px;
color: #838383;
letter-spacing: 0.2px;
margin-bottom: 0px;
}
#form_des .searchTerm {
background: none repeat scroll 0 0 #FF3B3B;
border: 3px solid #FF3B3B;
border-radius: 5px;
color: #FFF;
float: left; 
outline: medium none;
width: 100%;
height: 34px;
text-transform: uppercase;
margin-top: 8px;
position: relative;
border: 0px;
overflow: hidden;
font-size: 13px;
font-weight: bold;
padding-right: 40px;
}
#form_des .searchTerm i {
background: url(images/search_icon_one.png) no-repeat center;
height: 34px;
display: block;
position: absolute;
right: 0px;
top: 0px;
background-color: #D62222;
width: 35px;
}
#form_des .dropdown {
height: 35px;
}
#form_des .dropdown:after {
	margin-top: 10px;
}
#form_des .dropdown:before {
	margin-top: 4px;
}
#form_des .dropdown-select {
	height:35px;
}
#form_des .outr_drop {
width: 25%;
margin:0px;
padding-right:10px;
}
#form_des .search {
	width: 24%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.dropdown {
vertical-align:top;
background:none repeat scroll 0 0 #fff;
border:1px solid #ccc;
border-radius:3px;
display:inline-block;
height:28px;
overflow:hidden;
position:relative;
width:100%;
margin:10px 9px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.dropdown:before,.dropdown:after {
content:'';
position:absolute;
z-index:2;
top:9px;
right:10px;
width:0;
height:0;
border:4px dashed;
pointer-events:none;
border-color:#888 transparent;
}

.dropdown:before {
border-bottom-style:solid;
border-top:none;
}

.dropdown:after {
margin-top:7px;
border-top-style:solid;
border-bottom:none;
}

.dropdown-select {
position:relative;
width:130%;
height:28px;
line-height:14px;
font-size:12px;
color:#62717a;
text-shadow:0 1px #FFF;
background:rgba(0,0,0,0)!important;
border:0;
border-radius:0;
-webkit-appearance:none;
margin:0;
padding:6px 8px 6px 10px;
}

.dropdown-select:focus {
z-index:3;
width:100%;
color:#394349;
outline:2px solid 0;
outline-offset:-2px;
}

.dropdown-select > option {
text-shadow:none;
background:#f2f2f2;
border-radius:3px;
cursor:pointer;
margin:3px;
padding:6px 8px;
}

.lt-ie9 .dropdown {
z-index:1;
}

.lt-ie9 .dropdown-select {
z-index:-1;
}

.lt-ie9 .dropdown-select:focus {
z-index:3;
}

.dropdown-dark {
background:#444;
background-image:linear-gradient(tobottom,transparent,rgba(0,0,0,0.4));
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.1), 0 1px 1px rgba(0,0,0,0.2);
box-shadow:inset 0 1px rgba(255,255,255,0.1), 0 1px 1px rgba(0,0,0,0.2);
border-color:#111 #0a0a0a #000;
}

.dropdown-dark:before {
border-bottom-color:#aaa;
}

.dropdown-dark:after {
border-top-color:#aaa;
}

.dropdown-dark .dropdown-select {
color:#aaa;
text-shadow:0 1px #000;
background:#444;
}

.dropdown-dark .dropdown-select:focus {
color:#ccc;
}

.dropdown-dark .dropdown-select > option {
background:#444;
text-shadow:0 1px rgba(0,0,0,0.4);
}

.outr_drop label {
color:#838383;
display:block;
font-size:13px;
text-transform:uppercase;
margin:5px 11px -6px;
}

.outr_drop {
float:left;
margin:0;
padding:10px;
    box-sizing: border-box;
}

.search label {
color:#838383;
display:block;
font-size:13px;
width:119px;
text-transform:uppercase;
margin:5px 11px 0 0;
}

.search:not(.search-results) {
float:left;
position:relative;
width:30%;
margin:2px 0;
padding: 10px 10px 10px 20px;
}

.searchButton {
position:absolute;
right:-50px;
width:40px;
height:36px;
opacity:0;
cursor:pointer;
}

#bottom_area {
background: #E8E7E7;
margin-top: 20px;
overflow: hidden;
padding-top: 52px;
padding-bottom: 52px;
font-family: ProximaNova;
}

.featured_div {
width:870px;
float:left;
background:#fff;
margin:0;
padding: 0;
}

.slides {
width:100%;
height:342px;
display:block;
position:relative;
margin:0;
padding:0;
}

.slides * {
user-select:none;
-ms-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-webkit-touch-callout:none;
}

.slide-container {
background:none;
display:block;
padding:0!important;
}

.slide {
top:0;
opacity:1;
width:100%;
height:342px;
display:block;
position:absolute;
transform:scale(0);
transition:all .7s ease-in-out;
}

.nav label {
cursor:pointer;
display:block;
font-size:0;
height:100%;
opacity:0;
position:absolute;
top:46%;
width:53px;
z-index:9;
}

.slide:hover + .nav label {
opacity:0.5;
}

.nav label:hover {
opacity:1;
}

.nav .next {
right:0;
}

input:checked + .slide-container .slide {
opacity:1;
transform:scale(1);
transition:opacity 1s ease-in-out;
}

.nav-dots {
width:100%;
bottom:9px;
height:11px;
display:block;
position:absolute;
text-align:center;
}

.nav-dots .nav-dot {
top:-5px;
width:11px;
height:11px;
position:relative;
border-radius:100%;
display:inline-block;
background-color:rgba(0,0,0,0.6);
margin:0 4px;
}

.nav-dots .nav-dot:hover {
cursor:pointer;
background-color:rgba(0,0,0,0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,input#img-2:checked ~ .nav-dots label#img-dot-2,input#img-3:checked ~ .nav-dots label#img-dot-3,input#img-4:checked ~ .nav-dots label#img-dot-4,input#img-5:checked ~ .nav-dots label#img-dot-5,input#img-6:checked ~ .nav-dots label#img-dot-6 {
background:rgba(0,0,0,0.8);
}

.slider_content {
display:inline-block;
width:100%;
margin:0;
padding: 12px 22px 25px;
box-sizing: border-box;
}

.slider_content h3 {
color: #445365;
font-family: arial;
font-size: 18pt;
font-weight: 400;
margin: 17px 0 17px;
padding: 0;
line-height: 1;
}

.slider_content p {
color:#838383;
font-size:13px;
line-height:25px;
margin:0;
padding:0;
}

.gold_color {
color:#9c774d!important;
}

.red {
color:#ff3b3b!important;
}

.more {
background: none repeat scroll 0 0 #FF3B3B;
color: #FFF;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
margin: 4px 11px 10px;
padding: 5px 14px 4px 14px;
}

#side_content {
width:270px;
float:right;
}

.offer_form {
background:#fff;
}

.offer_form form {
padding: 0px;
margin: 0px;
border: 0px;
}

.offer_form h3 {
background: none repeat scroll 0 0 #FF3B3B;
color: #FFF;
font-size: 16px;
text-transform: uppercase;
padding: 0px 31px;
font-family: ProximaNova;
font-weight: bold;
height: 42px;
line-height: 45px;
letter-spacing: 0.1px;
}

.offer_form p {
font-size:13px;
color: #838383;
line-height:20px;
margin:0;
padding:3px 5px;
}
.offer_form .inner {
padding: 20px;
padding-bottom: 9px;
}
.offer_form input[type=text] {
background: none repeat scroll 0 0 #F5F5F5;
border: medium none;
color: #838383;
font-size: 12px;
width: 100%;
margin: 12px 0px;
padding: 0px 6px;
height: 34px;
font-family: inherit;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.btn_group_small {
display:inline-block;
width:100%;
padding:5px 0 7px;
}

.btn_group_small p {
float:left;
line-height:14px;
width:70%;
font-size:9px;
margin:0;
padding:0;
line-height: 1.3;
font-weight: 100;
font-family: Lato;
position: relative;
top: -2px;

}

.btn_group_small input[type=checkbox] {
float: left;
margin: 4px 4px 18px;
padding: 0;
}
.btn_group_small input[type=button],.btn_group_small input[type=submit] {
background: none repeat scroll 0 0 #FF3B3B;
color: #FFF;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
margin: 0 0px;
padding: 3px 14px 3px 14px;
height: auto;
border: none;
}
.help_div {
background:none repeat scroll 0 0 #fff;
display:inline-block;
/*width:89%;*/
margin: 18px 0 10px;
padding: 13px 16px 5px;
    width: 100%;
box-sizing: border-box;
}
.help_div h4 {
color: #2D3E52;
font-size: 16px;
font-family: ProximaNova;
font-weight: bold;
    margin-bottom: 3px !important;
}

.help_div p {
font-size: 13px;
color: #838383;
margin: 0;
padding: 0;
line-height: 23px;
}

.help_div span {
font-size:20px;
line-height:52px;
color:#ff3b3b;
}

.help_div span img {
float:left;
margin:10px 13px 0 0;
padding:0;
}

.prev {
background:url(images/preview_icon.png) no-repeat;
}

.next {
background:url(images/next_icon.png) no-repeat;
}

.bg_image {
-webkit-box-shadow:0 11px 13px -4px #b6b6b6;
-moz-box-shadow:0 11px 13px -4px #b6b6b6;
box-shadow:0 11px 13px -4px #b6b6b6;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,.clearfix,.destination-wrap .left-block .tab-contant:first-child,.gallery-item a,.browser_gallery,.air_grid,input:checked + .slide-container .nav label {
display:block;
}

i,em,dfn {
font-style:italic;
}

:focus,a:hover,a:active {
outline:0;
}

.cf:after,.clear {
clear:both;
}

.nodisplay,audio:not([controls]),[hidden],nav ul li a span,#wp-realtime-sitemap-archives,#wp-realtime-sitemap-categories,#clickme,.mobile_clear,.right-block_mobile,.tab-link1,.mobile_gallery,.infusion-form label,.search_content .entry-meta,.screen-reader-text,#nav-below .assistive-text,.bbp-forum-freshness,.bbp-topic-freshness,.bbp-topic-started-by,#subscription-toggle,.bbp-forum-description,.bbp-reply-author,.bbp-topic-description,.bbp-template-notice,.bbp-topic-voice-count,.slides input {
display:none;
}

.nodisplay_strict,.journey-finder-blcok .SSContainerDivWrapper .arrow-n,.home-title-block .SSContainerDivWrapper .arrow-n,.mobile_version,.pp_nav,.pp_hoverContainer {
display:none!important;
}

.alignleft,span.wpcf7-form-control-wrap,.home-title-block h1,.home-title-block .lastselect,.infusion-form .infusion-field,.infusion-form .infusion-submit,.infusion-form .textarea-text {
float:left;
}

del,.dates-prices-block table.dp tr td.tdn,table.dp tr td.tdn,.dates-prices-block table.dp tr+tr td+td,table.dp tr+tr td+td {
	text-decoration:line-through;
}

ins,.top-login-block a:hover,.journey-finder-blcok .lastblock .cs:hover,.map-img:hover,.btn-clear-selection:hover,.dates-prices-block table.dp tr+tr td+td+td,table.dp tr+tr td+td+td,.itinerary-block table.dp tr+tr td+td,table.dp tr+tr td+td,.clear_favourite:hover,.favorite-page .journey-box .journey-box-right a.rff:hover,.login .left-block .login-block form .forget-password:hover,.login .right-block .free-account form .forget-password:hover {
text-decoration:none;
}

.dates-prices-block.itinerary-block table.dp tr+tr td+td{ text-decoration: none; }

b,strong,ul.destination-detail-left li ul li span {
font-weight:700;
}

fieldset,nav ul,nav ul li ul li:first-child,.footer-left ul,.included-package .left ul,.package-highlights ul,.textwidget,.textwidget ul,.help_div h4 {
margin:0;
padding:0;
}

h1 span,.heading1 span {
color:#333;
font-weight:400;
font-family:ProximaNova;
}

a:hover,.quetion-block ol li .quetion-desc p a {
text-decoration:underline;
}

p a,ul li a {
color:#9c774d;
}

.remarke-text span:first-child,.journey-finder-blcok .SSContainerDivWrapper ul li ul li a,.home-title-block .SSContainerDivWrapper ul li ul li a {
padding-left:0;
}

.call-text strong a,ul#breadcrumb li a.select {
color:#ec1c24;
}

.menu-main-navigation-container ul li a span,.browser_version {
display:block!important;
}

.header-outher {
    background-color: #fff;
}

.slider_block .last,.signup-for-free-blcok input[type=text].last,.videos-block .last,.input-field input[type=text].last,.inclusions-img-block .last {
margin-right:0;
}

.journey-box img,.left-block .journey-box img {
float:left;
border:1px solid #C39D73;
border-right:none;
}

.journey-box-right:hover,.left-block .journey-box-right:hover {
border:#bfbfbf solid 1px;
}

.journey-box h2,.left-block .journey-box h2 {
font-size:23px;
color:#231f20;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:400;
padding:0 0 8px;
font-style: normal;
}

.journey-box h2 a,.left-block .journey-box h2 a {
color:#231F20;
}

.journey-box h2 span,.journey-box-right strong span,.left-block .journey-box-right strong span {
border-right:1px solid #ec1c24;
padding-right:11px;
margin-right:11px;
}

.journey-box-right strong,.left-block .journey-box-right strong {
font-weight:400;
color:#ec1c24;
font-size:13px;
font-family:ProximaNova;
text-transform:uppercase;
display:block;
letter-spacing:1.2px;
padding:0 0 0 4px;
}

.journey-box-right strong em,.left-block .journey-box-right strong em {
font-style:normal;
font-family:proxima_nova_rgregular;
}

.more-text,.left-block .more-text {
width:142px;
line-height:35px;
background:#c39d73;
text-align:center;
color:#FFF;
font-family:proxima_novasemibold;
letter-spacing:3.9px;
float:left;
font-size:13px;
text-transform:uppercase;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
margin:2px 0 0;
}

.more-text:hover,.left-block .more-text:hover {
background:#231f20;
text-decoration:none;
}

.ie7 .main-wrap .journey-box-last,.ie7 .signup-free-block .signup-box {
margin-bottom:0;
}

.ie7 .journey-finder-blcok .SSContainerDivWrapper,.footer-right span a,.china-calltext a,.highlights-text,.destination-inner-wrap table.pricing-detail tr:first-child td,.ie7 .home-title-block .SSContainerDivWrapper {
padding:0;
}

.journey-finder-blcok .SSContainerDivWrapper ul,.home-title-block .SSContainerDivWrapper ul {
padding:5px 0 0;
}

.journey-finder-blcok .SSContainerDivWrapper ul li,.home-title-block .SSContainerDivWrapper ul li {
list-style:none;
background:none;
line-height:20px;
margin-bottom:0;
float:left;
width:100%;
padding:0;
}

.journey-finder-blcok .SSContainerDivWrapper ul li a,.home-title-block .SSContainerDivWrapper ul li a {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:none;
font-weight:400;
display:block;
text-decoration:none;
outline:none;
margin:0;
padding:4px 0 4px 15px !important;
}

.journey-finder-blcok .SSContainerDivWrapper ul li a:hover,.home-title-block .SSContainerDivWrapper ul li a:hover {
color:#fff;
background:#ff3b3c;
}

.journey-finder-blcok .SSContainerDivWrapper ul li.newListOptionTitle,.home-title-block .SSContainerDivWrapper ul li.newListOptionTitle {
color:#000;
font-weight:700;
padding-left:0;
}

.journey-finder-blcok .SSContainerDivWrapper ul li ul,.home-title-block .SSContainerDivWrapper ul li ul {
margin:0;
padding:0;
}

form .input-part label span,div#already {
color:red;
}

form .input-part input[type=button]:hover,form .input-part input[type=submit]:hover,.book-journey-block form input[type=submit]:hover,.entry-content .searchform input[type=submit]:hover {
background-position:left bottom;
}

.mac .book-journey-block form input[type=text],.mac .book-journey-block form input[type=email],.mac .book-journey-block form textarea {
margin:13px 0 0 18px;
}

.accomodations-block .img-gallery a.last,.tour-boxes .box1 + .box1 + .box1,.tour-boxes .box2 + .box2 + .box2 + .box2,.entry-content dl.gallery-item {
margin:0;
}

.videos-block,.dates-prices-block,.inclusions-img-block {
width:100%;
height:auto;
display:block;
}

.advertising-redbg span,.destination-inner-wrap .booking-box1 .china-journey span,.header_section h3 {
font-size:20px;
}

.advertising-blackbg a,.package-highlights ul li:first-child span,.bottom-advertise .right span a {
color:#FFF;
}

.booking-box em,.booking-box1 em,.booking-box2 em {
background:url(images/journey-call-img.png) no-repeat left top;
width:59px;
height:86px;
display:block;
position:absolute;
right:0;
bottom:5px;
}

.day-byday ul,.day-byday ol {
margin:0;
padding:10px 0 0 30px;
}

.day-byday ul li.space-none,.day-byday ol li.space-none {
line-height:18px;
padding:8px 0 5px;
}

table.pricing-detail tr:first-child,table.dayby-day tr:first-child,.description-leftside table.dayby-day tr:first-child {
height:43px;
background:#af9f5d;
border-top:#9b916a solid 1px;
border-bottom:#9b916a solid 1px;
}

table.dayby-day tr,.description-leftside table.dayby-day tr {
height:19px;
}

table.dayby-day tr td.gray,.description-leftside table.dayby-day tr.gray {
background:#f2f2f2;
}

table.dayby-day tr td span,.description-leftside table.dayby-day tr td span {
background:url(images/shadow-img1.png) repeat-y 116px top;
line-height:19px;
display:block;
}

table.dayby-day tr:first-child td,.description-leftside table.dayby-day tr:first-child td {
color:#FFF;
background:#af9f5d;
font-size:22px;
font-family:ProximaNova;
padding:0 0 0 20px;
}

table.dayby-day tr td.day-heading,.description-leftside table.dayby-day tr td.day-heading {
width:auto!important;
}

table.dayby-day tr.month,.description-leftside table.dayby-day tr.month {
height:50px;
font-weight:700;
font-family:Arial, Helvetica, sans-serif;
background:#FFF;
}

.gallery-item a,.gallery-caption,.ie7 .SSContainerDivWrapper li {
width:90%;
}

.signupmain form,.sharing img,.ratingimage img {
border:none!important;
}

#searchform,.signup-for-free-blcok form {
border-top:none;
margin:0;
padding:0;
}

.input-field .signup:hover,.login .left-block .login-block form .btn-login:hover,.login .right-block .free-account form .btn-account:hover {
background:#000;
color:#fff;
}

.dates-prices-block table.dp tr.t-header,table.dp tr.t-header,.dates-prices-block table.dp tr.t-header td.spc,table.dp tr.t-header td.spc {
background:url(images/dp-header-bg.jpg) repeat-x 0 0;
}

.login .left-block .login-block form,.login .right-block .free-account form {
border:none;
width:270px;
margin:0;
padding:0;
}

.login .left-block .login-block form input[type=text],.login .left-block form input[type=password],.login .right-block .free-account form input[type=text],.login .right-block form input[type=password] {
margin-bottom:14px;
background:#fff;
box-shadow:inset 1px 2px 1px #bcb9b3;
border-radius:4px;
float:left;
width:250px;
color:#776f71;
font-size:13px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
border:1px solid #eaeae7;
padding:11px 8px 12px 12px;
}

.login .left-block .login-block form .btn-login,.login .right-block .free-account form .btn-account {
font-size:15px;
margin-right:18px;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#fff;
border:none;
background:#ff3b3b;
padding:11px 13px;
}

.login .left-block .login-block form .forget-password,.login .right-block .free-account form .forget-password {
color:#999;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
}

.login .right-block .free-account .title span,.header_section a:hover {
color:#ff3b3b;
}

.ie7 .login .right-block .free-account form input[type=text],.ie7 .login .right-block form input[type=password],.input-field .formError .formErrorArrow div {
float:none!important;
}

#ejourney-guide form .btn-submit,.infusion-form input[type=submit] {
background: none repeat scroll 0 0 #FF3B3B;
color: #FFF;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
margin: 0 0px;
padding: 4px 14px 4px 14px;
height: auto;
border: none;
}

.t-footer td ul li,.t-footer td p {
display:block;
font-size:13px;
line-height:20px;
}

.ie7 .dates-prices-block table.dp tr td,.ie8 .dates-prices-block table.dp tr td {
padding-right:5px;
}

.ie7 .detailsidebar,.ie8 .detailsidebar {
border-bottom:1px solid red;
border-right:1px solid #e1e1e1;
border-left:1px solid #e1e1e1;
}

.ie8 .selectbox,.ie8 .selectboxdate {
border:none!important;
float:left;
background:url(images/home-select-bg.png) no-repeat left top;
font-size:14px;
margin-right:8px;
width:140px;
padding:6px 5px 7px;
}

body .footer-bg{ background: #333; color: #bbb; font-size: 13px; line-height: 22px; padding: 40px 0 10px; }
.footer-bg footer{ background: #333; height: auto; }
body .footer-bg footer img{ box-shadow: none; }
footer .footer-top{ width: 1170px; margin:0 auto; padding: 0 10px; }
footer .footer-bottom {
width: 800px!important;
margin: 60px auto 10px;
font-size: 10px;
text-transform: uppercase;
color: #838383;
overflow: auto;
}
.footer-bottom a {
font-size: 10px;
color: #838383;
}
.footer-top .widgetareas{ 
    float: left; 
    width: 29%;
    /* margin: 0 2%; */
    padding: 0 30px;
    box-sizing: border-box;
}
.widgets-cont {
    margin-left:-30px;
    margin-right:-30px;
}

.footer-top .widgetareas .widget{ margin-bottom: 10px; }
.footer-top .widgetareas h3 {
color: #D3AA8E;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 25px;
font-family: ProximaNova;
letter-spacing: 0.4px;
margin-top: 32px;
}
.footer-top .widgetareas .fitems .media img {
height: 40px;
width: 40px;
border: 2.5px solid #464646;
margin-top: 2px;
border-radius: 0;
}
.footer-top .pnumber {
font-size: 16px;
display: block;
margin-top: 30px;
text-align: right;
}
.footer-top .widgetareas p.media-title {
color: #FFF;
font-size: 14px;
}
.footer-top .widgetareas .fitems .media-body {
color: #969696;
    font-size: 12px;
    position: relative;
}
.footer-top .widgetareas.first{ margin-left: 0; }
.footer-top .widgetareas.last {
margin-right: 0;
width: 13%;
}
.footer-top a, .footer-top .cont{ color: #ff3b3b;}

.footer-top .textwidget {
	color:#cccccc;
	line-height: 20px;
}
.footer-top .textwidget p {
	color:#cccccc;
	font-size: 13px;
	line-height: 20px;
}
.social_ico li a {
height: 36px;
width: 36px;
display: block;
float: left;
background: #FFF;
color: #333;
font-size: 18px;
line-height: 36px;
text-align: center;
-webkit-border-radius: 100% 100% 100% 100%;
border-radius: 100%px 100% 100% 100%;

 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.social_ico li a:hover i {
	color: #333;
	}
.social_ico li a:hover {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  color: #333;
  opacity: 1;
	}
.footer-bottom .menu-footer-bottom-menu-container, .footer-bottom #menu-footer-bottom-menu{ display: inline; }
.footer-bottom ul li, .footer-bottom span.copyright {
display: inline-block;
background: none;
padding: 0 10px;
border-right: 1px solid #AAA;
float: left;
height: 14px;
line-height: 13px;
}
.footer-bottom  .sitename {
color: #FFF;
float: left;
line-height: 13px;
padding-left: 8px;
}
		
.fitems_wrapper .fitems{ margin-bottom: 10px; min-height: 50px; }
.fitems .media{ display: inline-block; float: left; margin-right: 10px; }
.fitems .media img{ height: 50px; width: 50px; }
.fitems .media-body{ overflow: hidden; zoom: 1; }
.fitems .media-body .media-title{ margin: 0 0 7px; padding: 0; line-height: 16px; color: #bbb; }

/** Slider CSS */
.big-slider {
	height:542px;
	overflow:hidden;
	width:100%;
	position: relative;
}	
.big-slider .plate {
	width:100%;
	height:100%;
	background-size:cover;
}	
.big-slider .plate h4 {
	font-size:50px;
	color:#ffffff;
	font-family: 'Lato';
	margin-top:208px;
}
.big-slider .plate p {
	font-weight: bold;
	font-size: 28px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 2px;
	color: #FFF;
}
.big-slider .plate .main-wrap {
	padding:10px;
}
.big-slider .cycle-prev,.big-slider .cycle-next, .featured-slider .cycle-prev, .featured-slider .cycle-next{
	width:52px;
	height: 52px;
	position: absolute;
	background: url(images/bs_prev_icon.png);
	z-index: 100;
	left: 0px;
	display: block;
	top: 50%;
	margin-top: -52px;
	cursor: pointer;
}
.featured-slider .cycle-prev, .featured-slider .cycle-next{
	left: 3px; top: 200px;
}
.big-slider .cycle-next, .featured-slider .cycle-next {
	background: url(images/bs_next_icon.png);
	right: 1px;
	left: auto;
}		
.featured-slider .cycle-next { right: 3px; }

.big-slider .plate {
width: 100%;
height: 100%;
background-size: cover;
cursor: pointer;
}
/******** Width Fixes **********/
.destination-wrap .left-block {
    float: left;
    width: 834px; 
}

/*
.inner-left {
    width: 100%;  
}
*/


.destination-innerwrap .left-block {
width: 834px;
float: left;
display: block;
}

.left-block .journey-box-right {
    width: 584px;
}

.destination-wrap .left-block {
    width: 834px;
}

.destination-wrap .left-block .inner-banner {
    width: 100%;
}

.tour-boxes {
    margin-left: -1.6%;
    margin-right: -1.8%;
}

.tour-boxes .box1 {
    width: 30%;
    margin: 0 1.5%;
}

.tour-boxes .box1 + .box1 + .box1 {
    margin: 0 1.5%;
}

.destination-wrap .inner-left {  
    width: 75%;
}

.page-template-page-templatesjourney-detail-3-new-php .destination-wrap .inner-left {
width: 100% !important;
}
.page-template-page-templatesjourney-detail-3-php .inner-left {  
    width: 100%;
    padding: 0;
}

.inner-left.destination-text {
    width: 100%;
    padding-right: 0;
}

.inner-banner img {
    width: 100%;
    height: auto;
}

.destination-innerwrap h1 {
    margin-bottom: 0;
}

/********* End Width Fixes *********/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .footer-top .widgetareas {
        width: 50%;
    }
    .big-slider {
        top: -8px;
    }
    
    
    .mobile_version {
    display:block!important;
    }
    
    .container, nav { width: 100%; }

    header {
        width:100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .top_mob .call-text {
    float:left;
    font-size:0!important;
    background:none;
    padding-left:0;
    }

    .top_mob .call-text strong {
    font-size:19px;
    font-weight:700;
    }

    .header_middle .logo {
    float:left;
    width:45%;
    padding-bottom:20px;
    padding-top:15px;
    }

    .header_middle .header-right {
    float:left;
    width:53%;
    padding:20px 0 0 5px !important;
    }

    .remarke-text span {
    color:#EC1C24;
    display:block;
    font-family:chaletlondonnineteeneighty;
    font-size:8px;
    padding:0 0 6px 50px;
    }

    .remarke-text span em {
    color:#231F20;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:7px;
    font-style:normal;
    letter-spacing:1px;
    text-transform:uppercase;
    }

    .remarke-text {
    float:left;
    width:auto;
    }

    #clickme {
    background:url(images/menu_arrow.jpg) no-repeat scroll 0 0 transparent!important;
    color:#FFF;
    display:inline-block;
    float:left;
    font-family:ProximaNova;
    font-size:15px;
    text-decoration:none;
    text-transform:uppercase;
    margin: 8px 0 5px 20px;
    padding:8px 6px 8px 40px !important;
    position: absolute;
    left: 0;
    }

    .togglenavMenu:hover .menu-main-navigation-container {
    display:block!important;
    float:left;
    }

    .navigation ul {
    left:0;
    position:absolute;
    width:100%;
    top:42px;
    display:none;
    z-index:999;
    }

    .navigation ul li {
    display:block!important;
    float:none!important;
    border:none!important;
    background:none repeat scroll 0 0 transparent;
    font-family:ProximaNova;
    height:auto;
    position:relative;
    margin:0;
    padding:0;
    }

    .navigation ul li a {
    color:#000;
    display:block;
    border-bottom:none!important;
    font-family:ProximaNova!important;
    font-size:16px!important;
    text-align:left!important;
    text-decoration:none;
    text-transform:uppercase;
    width:96%!important;
    transition:0!important;
    padding:8px 0 8px 4% !important;
    }

    nav ul li a {
    transition:none!important;
    }

    ul#menu-main-navigation li a {
    background:url(images/menu_line.jpg) repeat-x left bottom transparent!important;
    margin-right:0;
    margin-top:0;
    display:block!important;
    float:none!important;
    }

    .navigation ul ul.sub-menu {
    display:block!important;
    left:0;
    position:relative;
    top:5px;
    background:transparent!important;
    width:95%;
    margin:0 0 5px 5% !important;
    }

    .navigation ul ul.sub-menu li a {
    color:#FFF;
    display:block;
    font-family:ProximaNova!important;
    font-size:16px!important;
    border-bottom:none!important;
    text-align:left!important;
    text-decoration:none;
    line-height:normal;
    text-transform:uppercase;
    width:96%!important;
    background-color:transparent;
    padding:8px 0 8px 4% !important;
    }

    ul#menu-main-navigation ul.sub-menu li a {
    background-color:transparent;
    }

    ul#menu-main-navigation li a:hover {
    background:#ee2d24!important;
    }

    ul#menu-main-navigation {
    background:url(images/menu_bg.jpg) repeat-x left top #231f20!important;
    overflow-x:hidden!important;
    height:auto!important;
    top:49px!important;
    }

    .mobile-request-a-quote {
    display:block;
    float:right;
    margin-right:20px;
    margin-top: 14px;
    }

    .mobile-request-a-quote a {
    text-transform:uppercase;
    float:left;
    border-radius:2px;
    background:#645f60;
    display:block;
    text-decoration:none;
    color:#FFF;
    font-family:ProximaNova;
    font-size:14px;
    padding:10px;
    }

    #supersized {
    display:block!important;
    height:235px;
    }

    nav ul li a:hover,nav ul li a.last:hover,nav ul li a.current {
    text-decoration:none;
    background:#f5f5f5!important;
    color:#000;
    }

    .slider_block {
    width:100%!important;
    position:relative;
    height:auto!important;
    z-index:99;
    margin:0 auto 13px;
    padding:283px 0 0!important;
    }

    .slider_block .river-btn {
    background:url(images/m-river-btn-bg.png) no-repeat scroll left top transparent;
    box-shadow:0 0 0 rgba(0,0,0,0.5)!important;
    color:#FFF;
    display:block;
    font-family:sloopregular;
    font-size:74px;
    line-height:93px;
    text-align:center;
    text-shadow:0 0 6px #3C3834;
    height:87px!important;
    width:298px!important;
    float:none!important;
    margin:0 auto;
    }

    .river-btn span {
    font-size:26px;
    font-family:proxima_nova_rgregular;
    font-weight:400;
    font-style:italic;
    }

    .signup-free-block {
    background:url(images/shadow-img-top.png) no-repeat scroll center top transparent;
    display:block;
    height:auto;
    width:100%!important;
    margin:0 auto;
    padding:21px 0 0;
    }

    .signup-free-block .signup-box {
    display:block;
    float:left;
    height:265px;
    width:95%!important;
    margin:0 2.5%!important;
    }

    .signup-free-block .signup-box .titel-text {
    border-bottom:1px solid #D2B89A!important;
    border-right:0!important;
    color:#FF3B3B;
    display:block;
    float:none;
    font-family:ProximaNova;
    font-size:30px;
    line-height:26px;
    margin-right:0;
    width:auto;
    padding:12px 0 8px;
    }

    .signup-free-block .signup-box p {
    width:auto;
    }

    .input-field div {
    background:url(images/m-home-input-bg.png) no-repeat scroll 0 0 transparent!important;
    float:left;
    height:41px;
    margin-bottom:10px;
    margin-right:10px;
    width:143px;
    }

    .input-field div.email-add {
    background:url(images/m-home-input-bg2.png) no-repeat scroll 0 0 transparent!important;
    float:left;
    height:41px;
    margin-right:10px;
    width:297px;
    }

    .signup-free-block .signup-box .input-field {
    display:block;
    float:left;
    height:141px!important;
    margin-top:13px;
    padding-left:0!important;
    }

    .input-field .signup {
    float:left;
    clear:both;
    }

    .home-title-block {
    display:block;
    margin-bottom:19px;
    width:100%;
    }

    .home-title-block h1 {
    display:block;
    float:none;
    }

    .home-title-block .browse-all-journeys {
    border-left:0 solid #D2B89A;
    float:none;
    padding-left:0;
    width:auto;
    display:block;
    }

    .home-title-block .newListSelected {
    background:url(images/m-home-select-bg.png) no-repeat scroll 0 0 transparent;
    color:#A0805E;
    cursor:pointer;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    height:31px;
    position:relative;
    width:95px;
    z-index:2;
    margin-right:6px;
    }

    .main-wrap {
    width:95%;
    margin:auto;
    }

    body {
    overflow-x:hidden!important;
    }
    
    html {
        overflow: hidden; 
    }

    .footer {
    width:100%;
    background:url(images/footer-img.png) no-repeat scroll 8px 127px transparent;
    margin:auto;
    padding:40px 0 0;
    }

    .journey-box-right {
    width:94.7%;
    }

    .journey-box-right strong span {
    border-right:1px solid #EC1C24;
    margin-right:5px;
    padding-right:5px;
    }

    .journey-box-right p {
    color:#444;
    }

    .footer-left {
    width:98%;
    background:none!important;
    }

    .footer-right ul {
    padding-left:0;
    }

    footer {
    background:url(images/mobile_footer_bg.png) repeat-x scroll center 20px transparent;
    height:auto!important;
    width:100%;
    }

    #slidecaption {
    width:auto!important;
    }

    .footer-right {
    float:left;
    width:95%;
    }

    .footer-right span,.footer-right a {
    float:none;
    padding:8px 0 0 10px;
    }

    .menu-footer-right-menu-container {
    display:block;
    padding-left:56px;
    padding-top:20px;
    }

    .main-wrap h1 {
    padding-top:0!important;
    padding-bottom:10px!important;
    }

    .mobile_clear {
    clear:both;
    display:block;
    }

    .home-title-block .selectedTxt {
    width:83px;
    padding:0 0 0 12px;
    }

    .home-title-block .go {
    margin-top:10px!important;
    }

    .btn-clear-selection {
    margin-top:16px!important;
    }

    .home-title-block .SSContainerDivWrapper ul li a {
    padding:0 0 0 5px !important;
    }

    .home-title-block .SSContainerDivWrapper {
    width:94px;
    padding:0 0 9px;
    }

    .destination-innerwrap h1 {
    padding-top:18px!important;
    margin-bottom:0;
    }

    .left-block .journey-box-right {
    background:url(images/journey-box-img.png) no-repeat scroll right center #FFF;
    border:1px solid #C39D73;
    box-shadow:0 0 18px 0 #DDD inset;
    display:block;
    float:none;
    transition:all .5s ease 0;
    width:94%!important;
    border-top:0 none!important;
    height:auto;
    min-height:194px;
    padding:3% 2% 14%!important;
    }

    .left-block .journey-box img {
    display:block;
    float:none;
    height:auto;
    width:98%;
    border:1px solid #C39D73;
    }

    .destination-innerwrap .left-block {
    width:100%;
    margin:0 auto;
    }

    .footer-left ul li {
    padding:0 5px;
    }

    .left-block .journey-box-right strong {
    line-height:18px;
    }

    .left-block .journey-box-right strong span {
    margin-right:5px;
    padding-right:5px;
    }

    .journey-finder-blcok .lastblock {
    clear:none;
    padding-right:5px;
    }

    .journey-finder-blcok {
    width:92%;
    padding:13px 4%;
    }

    .journey-finder-blcok .newListSelected {
    background:url(images/m-d-selectbox-bg.png) no-repeat scroll 0 0 transparent;
    color:#A0805E;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    width:93px;
    }

    .journey-finder-blcok .selectedTxt,.journey-finder-blcok .SSContainerDivWrapper {
    width:93px;
    }

    .journey-finder-blcok .lastblock .cs {
    float:right;
    margin:6px 15px 0 0;
    }

    .right-block_mobile .signup-for-free-blcok {
    width:83.5%;
    margin:0 2.5% 20px;
    padding:11px 5%;
    }

    .signup-for-free-blcok input[type=text] {
    width:108px;
    }

    .signup-for-free-blcok input.email-add[type=text] {
    width:246px;
    }

    .inner-wrap {
    width:95%!important;
    margin:0 2.5%;
    padding:0;
    }

    .inner-left {
    width:100%;
    padding-top:20px;
        padding-right: 0;
    }

    .faq-block {
    padding:16px 0 0;
    }

    .quetion-block ol li {
    padding:0 10px 0 0;
    }

    .journey-box img {
    float:left;
    width:98.5%;
    }

    form .input-part {
    float:left;
    width:50%!important;
    padding-bottom:5px;
    }

    form .input-part input[type=text] {
    background:none repeat scroll 0 0 #FFF;
    border-bottom:1px solid #EAEAE7!important;
    border-image:none;
    border-left:1px solid #D9D8D4!important;
    border-radius:4px 4px 4px 4px;
    border-right:1px solid #D9D8D4!important;
    border-top:medium none;
    box-shadow:1px 2px 1px #BCB9B3 inset;
    color:#666;
    float:left;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    font-style:italic;
    margin-bottom:9px;
    margin-right:10px;
    width:87%;
    height:30px;
    padding:3px 2.5%;
    }

    form .textarea-part textarea {
    background:none repeat scroll 0 0 #FFF;
    border-bottom:1px solid #EAEAE7!important;
    border-image:none;
    border-left:1px solid #D9D8D4!important;
    border-radius:4px 4px 4px 4px;
    border-right:1px solid #D9D8D4!important;
    border-top:medium none;
    box-shadow:1px 2px 1px #BCB9B3 inset;
    color:#666;
    float:left;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    font-style:italic;
    margin-bottom:9px;
    margin-right:10px;
    width:91%!important;
    padding:3px 2.5%;
    }

    .infusion-form .textarea-part {
    width:100%!important;
    }

    .submitbtn input[type=submit] {
    background:url(images/m-submit.png) no-repeat scroll left top transparent!important;
    border:medium none!important;
    border-radius:0 0 0 0!important;
    box-shadow:none!important;
    display:block!important;
    font-size:0!important;
    height:35px!important;
    line-height:0!important;
    text-indent:-9999em!important;
    width:82px!important;
    margin:18px 0 0!important;
    }

    .inner-right {
    display:block;
    float:none;
    width:100%;
    margin:0 auto;
    }

    .inner-right img {
    max-width:98%;
    }

    .signup-for-free-blcok .signup {
    float:left!important;
    clear:both;
    }

    .login {
    width:95%;
    margin:0 auto;
    }

    .login .left-block {
    width:100%;
    float:none;
    display:block;
    background:url(images/seprater_login_page.png) no-repeat scroll center bottom transparent;
    padding-bottom:60px;
    margin:0 auto;
    }

    .login .right-block {
    width:100%;
    float:none;
    display:block;
    padding-top:22px;
    margin:0 auto;
    }

    .login .right-block .free-account .title {
    letter-spacing:-1px;
    }

    .login .left-block .login-block form .btn-login {
    padding:8px 13px;
    }

    .tab-link1 {
    background:url(images/nav_down_arrow.png) no-repeat scroll 98% 15px #333;
    min-height:37px;
    padding-right:36px;
    position:relative;
    z-index:990;
    display:block;
    }

    .tab-link1 ul {
    left:0;
    position:relative;
    top:0;
    height:37px;
    overflow:hidden;
    margin:0!important;
    padding:0;
    }

    .tab-link1 li {
    display:block;
    background:none repeat scroll 0 0 transparent;
    margin:0;
    padding:0!important;
    }

    .tab-link1 .active {
    display:block;
    background:none;
    color:#666;
    }

    .tab-link1 a {
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:700;
    text-align:left;
    text-decoration:none;
    color:#fff;
    background:none!important;
    padding:5px 5px 5px 10px !important;
    }

    .tab-link1 ul:hover {
    background-image:none;
    }

    .tab-link1 .right ul {
    left:auto;
    right:0;
    }

    .tab-link1.center ul {
    left:50%;
    margin-left:-90px;
    }

    .tab-link1 ul li a:hover {
    background:none repeat scroll 0 0 #524E4F!important;
    color:#FFF;
    }

    .right-block .tab-link1 ul li a:hover,.tab-link1 ul li.active a {
    background:#524e4f!important;
    color:#FFF;
    }

    ul#breadcrumb li a {
    color:#333;
    font-size:13px;
    }

    .destination-wrap {
    width:95%;
    
    margin:auto;
    padding:0 2.5%;
    }
     
    body:not(.page-template-page-templatesmy-favourite-php) .destination-wrap {
        background:#fff;
    }

    .destination-wrap .left-block {
    float:none;
    width:100%;
    }

    a.btn-add-favorites {
    margin-bottom:15px;
    float:none!important;
    }

    ul#breadcrumb {
    float:none!important;
    margin:15px 0;
    }

    .heading-section {
    margin-bottom:20px;
    position:relative;
    padding:12px 0;
    }

    .tour-boxes .box1 p {
    text-align:left;
    padding:7px 20px;
    }

    .tour-boxes .box1 img {
    border:medium none;
    float:left;
    margin:7px;
    padding:0;
    }

    .tour-boxes .box1 {
    background:none repeat scroll 0 0 #FFF;
    border:1px solid #E4E4E4;
    box-shadow:0;
    color:#333;
    float:left;
    font-size:13px;
    height:auto;
    line-height:18px;
    position:relative;
    text-align:center;
    width:99%;
    margin:0 20px 10px 0;
    }

    .destination-text h4 {
    color:#ed1c24!important;
    font-family:Georgia, "Times New Roman", Times, serif!important;
    }

    .destination-text p {
    color:0;
    }

    .destination-wrap .right-block {
    background:none repeat scroll 0 0 #FFF;
    box-shadow:0 0 0 rgba(0,0,0,0.2);
    float:none;
    width:100%;
    margin:4px auto;
    }

    .book-journey-block {
    padding:18px 4px 0;
    }

    .book-journey-block form .input-text {
    background:url(images/textbox_bg.png) no-repeat scroll 0 0 transparent;
    height:41px;
    width:295px;
    margin:0 auto 9px;
    }

    .book-journey-block form .textarea-text {
    background:url(images/textarea_bg.png) no-repeat scroll 0 0 transparent;
    height:101px;
    width:295px;
    margin:0 auto;
    }

    .book-journey-block form input[type=submit] {
    background:url(images/btnbox_bg.png) no-repeat scroll 0 0 transparent;
    border:medium none;
    cursor:pointer;
    display:block;
    height:42px;
    width:298px;
    margin:0 auto;
    }

    ul.destination-detail-left li ul {
    margin:0;
    padding:4px 0 0 20px;
    }

    .tab-link1 ul.active {
    height:auto;
    overflow:visible;
    }

    .tab-link1 ul.active1 {
    height:37px;
    overflow:hidden;
    }

    .accomodations-block .img-gallery {
    height:auto;
    width:100%;
    }

    .accomodations-block .img-gallery a img {
    width:140px;
    }

    .accomodations-block .img-gallery a {
    margin:5px;
    }

    .dates-prices-block table.dp tr.t-header,table.dp tr.t-header {
    background:url(images/dp-header-bg.jpg) repeat-x scroll 0 0 #D4D4D4;
    }

    .dates-prices-block table.dp tr.t-header td,table.dp tr.t-header td {
    font-size:13px;
    padding:12px 5px;
    }

    #my_favorite,.portfolio {
    margin-top:0!important;
    }

    .journey_map {
    float:none!important;
    width:100%;
    margin:0;
    padding:0;
    }

    .journey_map img {
    max-width:100%;
    }

    .e-journey-block .textwidget {
    text-align:center;
    }

    .dates-prices-block table.dp tr td,table.dp tr td {
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
    }

    #regional .dates-prices-block table.dp tr td {
    word-break:normal!important;
    }

    .dates-prices-block {
    width:100%;
    overflow-x:scroll;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    }

    ul.destination-detail-left li {
    background:url(images/list-icon.jpg) no-repeat scroll left 9px transparent;
    }

    .fancybox-close {
    border:0 solid red!important;
    background:url(js/fancybox_sprite.png) no-repeat left top!important;
    }

    .journey-finder-blcok .lastblock .go {
    float:left;
    margin-top:0;
    margin-left:5px;
    }

    .journey-finder-blcok .lastselect .SSContainerDivWrapper {
    height:200px!important;
    overflow-x:hidden;
    overflow-y:scroll;
    }

    .videos-block .vidoe {
    height:105px!important;
    margin-bottom:10px;
    margin-right:10px!important;
    width:140px!important;
    }

    .etravel-guide-block ul li {
    word-wrap:break-word;
    }

    .tab-block .tab-nav {
    float:left!important;
    margin-bottom:10px;
    }

    .special_message {
    float:left!important;
    text-align:left!important;
    width:243px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#685137!important;
    margin:10px 0!important;
    padding:0!important;
    }

    .journey-finder-blcok .SSContainerDivWrapper ul li a {
    padding-left:5px!important;
    }

    .sharing {
    background:none repeat scroll 0 0 #EEE;
    bottom:2px;
    margin-left:-9px!important;
    margin-top:7px;
    position:absolute;
    width:84.1%!important;
    padding:5px 4.5% 5px 9.5% !important;
    }

    .air_grid table tr.a-header td {
    font-size:13px!important;
    word-break:break-all;
    padding:10px 5px!important;
    }

    .air_grid table tr td {
    font-size:11px!important;
    word-break:break-all;
    padding:10px 5px!important;
    }

    .searchtext {
    background:url(images/stextbg_m.png) no-repeat scroll left top;
    border:medium none;
    color:#585858;
    float:left;
    font-family:proxima_nova_rgregular;
    font-size:14px;
/*
    width:265px;
    height:18px;
*/
    padding:6px 5px;
        width: 100%;
    }

    .sbtn {
    background:url(images/sbtn_m.png) no-repeat scroll right top;
    border:medium none;
    float:left;
    height:28px!important;
    width:auto!important;
    margin:0!important;
    padding:5px 13px!important;
        
        position: absolute;
    }

    .header_searchform {
    float:left;
    margin-bottom:8px!important;
    width: 200px;
/*    background:#f5f5f5;*/
    }

    .search_section {
        position: relative;
        top: -50px!important;
        right: 20px!important;
        width: auto !important;
    }

    .browser_version,.navigation ul li.about a span,.navigation ul li.ambassador a span,.navigation ul li.partner a span,.navigation ul li.speaker a span,.navigation ul li.topics a span,.navigation ul li.involved a span,.navigation ul li a span,.banner-shadow,nav ul li.request-a-quote,.signup-free-block .signup-box .titel-text br {
    display:none!important;
    }

    .container,nav,.login .left-block #wppb_login,.destination-wrap .left-block .tab-contant {
    width:100%;
    }

    .call-text,.journey-box-right strong {
    font-size:12px;
    }

    .top_mob,.header_middle,.right-block_mobile,.right-block .e-journey-block,.mobile_gallery {
    display:block;
    }

    .header_middle .logo img,.inner-banner .wp-post-image {
    max-width:100%;
    height:auto;
    }

    .destination-innerwrap,.inner-wrap h1 {
    padding-top:0;
    }

    .img-shadow,.right-block .journey-finder-blcok,.right-block .signup-for-free-blcok,.login-block br,.right-block .tab-link,.browser_gallery {
    display:none;
    }

    .login .left-block .login-block,.login .right-block .free-account {
    float:none;
    margin-left:0;
    width:100%;
    }

    .account_content,.destination-detail-left {
    width:98%;
    }

    .book-journey-block form input[type=text],.book-journey-block form input[type=email],.book-journey-block form textarea {
    width:266px;
    }

    .book-journey-block form .input-text,.book-journey-block form .textarea-text,.book-journey-block form input[type=submit],.e-journey-block ul li a.btn-e-journey {
    margin:0 auto!important;
    }
    
    .big-slider .plate h4 {
        line-height: 1;
    }
    
    #value_div ul li {
        width: 50%;
    }
    
    #value_div ul li:nth-child(1) {
        margin-bottom: 26px;
    }    
    
    #value_div ul li:nth-child(2) {
        margin-bottom: 26px;
    }
    
}



@media only screen and (max-width: 479px) {
    .mobile_version {
    display:block!important;
    }
    
    .footer-top .widgetareas {
        width: 100%;
    }
    
    footer .footer-bottom {
        width: 100% !important;
    }

    header {
    width:100%;
    background:url(images/header-bg.png) no-repeat scroll 0 top transparent;
    height:auto!important;
    margin:0 auto;
    padding: 0 10px;
    box-sizing: border-box; 
    }
    
    .top-login-block {
        right: 10px;
    }

    .top_mob .call-text {
    float:left;
    font-size:0!important;
    background:none;
    padding-left:0;
    }

    .top_mob .call-text strong {
    font-size:19px;
    font-weight:700;
    }

    .header_middle .logo {
    float:left;
    padding-bottom:20px;
    padding-top:18px;
    width:45%;
    }

    .header_middle .header-right {
    float:left;
    width:53%;
    padding:25px 0 0 5px !important;
    }

    .remarke-text span {
    color:#EC1C24;
    display:block;
    font-family:chaletlondonnineteeneighty;
    font-size:8px;
    padding:0 0 6px 50px;
    }

    .remarke-text span em {
    color:#231F20;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:7px;
    font-style:normal;
    letter-spacing:1px;
    text-transform:uppercase;
    }

    .remarke-text {
    float:left;
    width:auto;
    }

    #clickme {
    background:url(images/menu_arrow.jpg) no-repeat scroll 0 0 transparent!important;
    color:#FFF;
    display:inline-block;
    float:left;
    font-family:ProximaNova;
    font-size:15px;
    text-decoration:none;
    text-transform:uppercase;
    margin:8px 0 5px 10px;
    padding:8px 6px 8px 40px !important;
    }

    .togglenavMenu:hover .menu-main-navigation-container {
    display:block!important;
    float:left;
    }

    .navigation ul {
    left:0;
    position:absolute;
    width:100%;
    top:42px;
    display:none;
    z-index:999;
    }

    .navigation ul li {
    display:block!important;
    float:none!important;
    border:none!important;
    background:none repeat scroll 0 0 transparent;
    font-family:ProximaNova;
    height:auto;
    position:relative;
    margin:0;
    padding:0;
    }

    .navigation ul li a {
    color:#FFF;
    display:block;
    border-bottom:none!important;
    font-family:ProximaNova!important;
    font-size:16px!important;
    text-align:left!important;
    text-decoration:none;
    text-transform:uppercase;
    width:96%!important;
    transition:0!important;
    padding:8px 0 8px 4% !important;
    }

    nav ul li a {
    transition:none!important;
    }

    ul#menu-main-navigation li a {
    background:url(images/menu_line.jpg) repeat-x left bottom transparent!important;
    margin-right:0;
    margin-top:0;
    display:block!important;
    float:none!important;
    }

    .navigation ul ul.sub-menu {
    display:block!important;
    left:0;
    position:relative;
    top:5px;
    background:transparent!important;
    width:95%;
    margin:0 0 5px 5% !important;
    }

    .navigation ul ul.sub-menu li a {
    color:#FFF;
    display:block;
    font-family:ProximaNova!important;
    font-size:16px!important;
    border-bottom:none!important;
    text-align:left!important;
    text-decoration:none;
    line-height:normal;
    text-transform:uppercase;
    width:96%!important;
    background-color:transparent;
    padding:8px 0 8px 4% !important;
    }

    ul#menu-main-navigation ul.sub-menu li a {
    background-color:transparent;
    }

    ul#menu-main-navigation li a:hover {
    background:#ee2d24!important;
    }

    ul#menu-main-navigation {
    background:url(images/menu_bg.jpg) repeat-x left top #231f20!important;
    overflow-x:hidden!important;
    height:auto!important;
    top:49px!important;
    }

    .mobile-request-a-quote a {
    background:none repeat scroll 0 0 #645F60;
    border-radius:2px 2px 2px 2px;
    color:#FFF;
    display:block;
    float:left;
    font-family:ProximaNova;
    font-size:14px;
    letter-spacing:0;
    text-decoration:none;
    text-transform:uppercase;
    padding:7px;
    }

    .mobile-request-a-quote {
    display:block;
    float:right;
    margin-right:10px;
    margin-top:10px;
    }

    nav ul li a:hover,nav ul li a.last:hover,nav ul li a.current {
    text-decoration:none;
    background:#f5f5f5!important;
    color:#000;
    }

    .slider_block {
    width:100%!important;
    position:relative;
    height:auto!important;
    z-index:99;
    margin:0 auto 13px;
    padding:250px 0 0!important;
    }

    .slider_block .river-btn {
    background:url(images/m-river-btn-bg.png) no-repeat scroll left top transparent;
    box-shadow:0 0 0 rgba(0,0,0,0.5)!important;
    color:#FFF;
    display:block;
    font-family:sloopregular;
    font-size:74px;
    line-height:93px;
    text-align:center;
    text-shadow:0 0 6px #3C3834;
    height:87px!important;
    width:298px!important;
    float:none!important;
    margin:0 auto;
    }

    .river-btn span {
    font-size:26px;
    font-family:proxima_nova_rgregular;
    font-weight:400;
    font-style:italic;
    }

    .signup-free-block {
    background:url(images/shadow-img-top.png) no-repeat scroll center top transparent;
    display:block;
    height:auto;
    width:100%!important;
    margin:0 auto;
    padding:21px 0 0;
    }

    .signup-free-block .signup-box {
    display:block;
    float:left;
    height:265px;
    width:95%!important;
    margin:0 2.5%!important;
    }

    .signup-free-block .signup-box .titel-text {
    border-bottom:1px solid #D2B89A!important;
    border-right:0!important;
    color:#FF3B3B;
    display:block;
    float:none;
    font-family:ProximaNova;
    font-size:30px;
    line-height:26px;
    margin-right:0;
    width:auto;
    padding:12px 0 8px;
    }

    .signup-free-block .signup-box p {
    width:auto;
    }

    .input-field div {
    background:url(images/m-home-input-bg.png) no-repeat scroll 0 0 transparent!important;
    float:left;
    height:41px;
    margin-bottom:10px;
    margin-right:10px;
    width:143px;
    }

    .input-field div.email-add {
    background:url(images/m-home-input-bg2.png) no-repeat scroll 0 0 transparent!important;
    float:left;
    height:41px;
    margin-right:10px;
    width:297px;
    }

    .signup-free-block .signup-box .input-field {
    display:block;
    float:left;
    height:141px!important;
    margin-top:13px;
    padding-left:0!important;
    }

    .input-field .signup {
    float:left;
    clear:both;
    }

    .home-title-block {
    display:block;
    margin-bottom:19px;
    width:100%;
    }

    .home-title-block h1 {
    display:block;
    float:none;
    }

    .home-title-block .browse-all-journeys {
    border-left:0 solid #D2B89A;
    float:none;
    padding-left:0;
    width:auto;
    display:block;
    }

    .home-title-block .newListSelected {
    background:url(images/m-home-select-bg.png) no-repeat scroll 0 0 transparent;
    color:#A0805E;
    cursor:pointer;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    height:31px;
    position:relative;
    width:95px;
    z-index:2;
    margin-right:6px;
    }

    .main-wrap {
    width:95%;
    margin:auto;
    }

    body {
    overflow-x:visible!important;
    }

    .footer {
    background:url(images/footer-img.png) no-repeat scroll 3% 95% transparent;
    padding-bottom:0;
    width:100%;
    }

    .journey-box-right {
    width:92%;
    height:auto;
    min-height:194px;
    border-top:0!important;
    padding:3% 3% 15px;
    }

    .journey-box-right strong span {
    border-right:1px solid #EC1C24;
    margin-right:5px;
    padding-right:5px;
    }

    .journey-box-right p {
    color:#444;
    }

    .footer-left {
    width:98%;
    background:none!important;
    }

    .footer-right ul {
    padding-left:0;
    }

    footer {
    background:url(images/mobile_footer_bg.png) repeat-x scroll center 20px transparent;
    height:auto!important;
    width:100%;
    }

    #slidecaption {
    width:auto!important;
    }

    .footer-right {
    float:left;
    width:95%;
    }

    .footer-right span,.footer-right a {
    float:none;
    padding:8px 0 0 10px;
    }

    .menu-footer-right-menu-container {
    display:block;
    padding-left:56px;
    padding-top:20px;
    }

    .main-wrap h1 {
    padding-top:0!important;
    padding-bottom:10px!important;
    }

    .mobile_clear {
    clear:both;
    display:block;
    }

    .home-title-block .selectedTxt {
    width:83px;
    padding:0 0 0 12px;
    }

    .home-title-block .go {
    margin-top:10px!important;
    }

    .btn-clear-selection {
    margin-top:16px!important;
    }

    .home-title-block .SSContainerDivWrapper ul li a {
    padding:0 0 0 5px !important;
    }

    .home-title-block .SSContainerDivWrapper {
    width:94px;
    padding:0 0 9px;
    }

    .footer-left ul li {
    padding:0 5px;
    }

    .destination-innerwrap h1 {
    padding-top:18px!important;
    margin-bottom:0;
    }

    .left-block .journey-box-right {
    background:url(images/journey-box-img.png) no-repeat scroll right center #FFF;
    border:1px solid #C39D73;
    box-shadow:0 0 18px 0 #DDD inset;
    display:block;
    float:none;
    transition:all .5s ease 0;
    width:94.5%!important;
    border-top:0 none!important;
    height:auto;
    min-height:194px;
    padding:3% 2% 14%!important;
    }

    .left-block .journey-box img {
    border:1px solid #C39D73;
    display:block;
    float:none;
    height:auto;
    width:98.5%;
    }

    .destination-innerwrap .left-block {
    width:100%;
    margin:0 auto;
    }

    .left-block .journey-box-right strong {
    line-height:18px;
    }

    .left-block .journey-box-right strong span {
    margin-right:5px;
    padding-right:5px;
    }

    .journey-finder-blcok .lastblock {
    padding-right:5px;
    }

    .journey-finder-blcok {
    width:92%;
    padding:13px 4%;
    }

    .journey-finder-blcok .newListSelected {
    background:url(images/m-d-selectbox-bg.png) no-repeat scroll 0 0 transparent;
    color:#A0805E;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    width:93px;
    }

    .journey-finder-blcok .selectedTxt,.journey-finder-blcok .SSContainerDivWrapper {
    width:93px;
    }

    .journey-finder-blcok .SSContainerDivWrapper ul li a {
    padding-left:5px!important;
    }

    .journey-finder-blcok .lastblock .cs {
    float:right;
    margin:11px 15px 0 0;
    }

    .right-block_mobile .signup-for-free-blcok {
    width:83.5%;
    margin:0 2.5% 20px;
    padding:11px 5%;
    }

    .signup-for-free-blcok input[type=text] {
    width:108px;
    }

    .signup-for-free-blcok input.email-add[type=text] {
    width:246px;
    }

    .inner-wrap {
    width:95%!important;
    margin:0 2.5%;
    padding:0;
    }

    .inner-left {
    width:100%;
    padding-top:20px;
        padding-right: 0;
    }

    .faq-block {
    padding:16px 0 0;
    }

    .quetion-block ol li {
    padding:0 10px 0 0;
    }

    .journey-box img {
    float:left;
    width:98.5%;
    }

    form .input-part {
    float:left;
    width:50%!important;
    padding-bottom:5px;
    }

    form .input-part input[type=text] {
    background:none repeat scroll 0 0 #FFF;
    border-bottom:1px solid #EAEAE7!important;
    border-image:none;
    border-left:1px solid #D9D8D4!important;
    border-radius:4px 4px 4px 4px;
    border-right:1px solid #D9D8D4!important;
    border-top:medium none;
    box-shadow:1px 2px 1px #BCB9B3 inset;
    color:#666;
    float:left;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    font-style:italic;
    margin-bottom:9px;
    margin-right:10px;
    width:87%;
    height:30px;
    padding:3px 2.5%;
    }

    form .textarea-part textarea {
    background:none repeat scroll 0 0 #FFF;
    border-bottom:1px solid #EAEAE7!important;
    border-image:none;
    border-left:1px solid #D9D8D4!important;
    border-radius:4px 4px 4px 4px;
    border-right:1px solid #D9D8D4!important;
    border-top:medium none;
    box-shadow:1px 2px 1px #BCB9B3 inset;
    color:#666;
    float:left;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    font-style:italic;
    margin-bottom:9px;
    margin-right:10px;
    width:91%!important;
    padding:7px 2.5%;
    }

    .infusion-form .textarea-part {
    width:100%!important;
    }

    .submitbtn input[type=submit] {
    background:url(images/m-submit.png) no-repeat scroll left top transparent!important;
    border:medium none!important;
    border-radius:0 0 0 0!important;
    box-shadow:none!important;
    display:block!important;
    font-size:0!important;
    height:35px!important;
    line-height:0!important;
    text-indent:-9999em!important;
    width:82px!important;
    margin:18px 0 0!important;
    }

    .inner-right {
    display:block;
    float:none;
    width:100%;
    margin:0 auto;
    }

    .inner-right img {
    max-width:98%;
    }

    .signup-for-free-blcok .signup {
    float:left!important;
    }

    .login {
    width:95%;
    margin:0 auto;
    }

    .login .left-block {
    width:100%;
    float:none;
    display:block;
    background:url(images/seprater_login_page.png) no-repeat scroll center bottom transparent;
    padding-bottom:60px;
    margin:0 auto;
    }

    .login .right-block {
    width:100%;
    float:none;
    display:block;
    padding-top:22px;
    margin:0 auto;
    }

    .login .right-block .free-account .title {
    letter-spacing:-1px;
    }

    .login .left-block .login-block form .btn-login {
    padding:8px 13px;
    }

    .tab-link1 {
    background:url(images/nav_down_arrow.png) no-repeat scroll 96% 15px #333;
    min-height:37px;
    padding-right:36px;
    position:relative;
    z-index:990;
    display:block;
    }

    .tab-link1 ul {
    left:0;
    position:relative;
    top:0;
    height:37px;
    overflow:hidden;
    margin:0!important;
    padding:0;
    }

    .tab-link1 ul.active {
    height:auto;
    overflow:visible;
    }

    .tab-link1 ul.active1 {
    height:37px;
    overflow:hidden;
    }

    .tab-link1 li {
    display:none;
    background:none repeat scroll 0 0 transparent;
    margin:0;
    padding:0!important;
    }

    .tab-link1 .active {
    display:block;
    background:none;
    color:#666;
    }

    .tab-link1 a {
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:700;
    text-align:left;
    text-decoration:none;
    color:#fff;
    background:none!important;
    padding:5px 5px 5px 10px !important;
    }

    .tab-link1 ul:hover {
    background-image:none;
    }

    .tab-link1 ul:hover li {
    display:block;
    margin:0;
    }

    .tab-link1 .right ul {
    left:auto;
    right:0;
    }

    .tab-link1.center ul {
    left:50%;
    margin-left:-90px;
    }

    .tab-link1 ul li a:hover {
    background:none repeat scroll 0 0 #524E4F!important;
    color:#FFF;
    }

    .right-block .tab-link1 ul li a:hover,.tab-link1 ul li.active a {
    background:#524e4f!important;
    color:#FFF;
    }

    ul#breadcrumb li a {
    color:#333;
    font-size:13px;
    }

    .destination-wrap {
    width:95%;
    background:#fff;
    margin:auto;
    padding:0 2.5%;
    }

    .destination-wrap .left-block {
    float:none;
    width:100%;
    }

    a.btn-add-favorites {
    float:left;
    margin-bottom:15px;
    }

    ul#breadcrumb {
    margin:15px 0;
    }

    .heading-section {
    margin-bottom:20px;
    position:relative;
    padding:12px 0;
    }

    .tour-boxes .box1 p {
    text-align:left;
    padding:7px 20px;
    }

    .tour-boxes .box1 img {
    border:medium none;
    float:left;
    margin:7px;
    padding:0;
    }

    .tour-boxes .box1 {
    background:none repeat scroll 0 0 #FFF;
    border:1px solid #E4E4E4;
    box-shadow:0;
    color:#333;
    float:left;
    font-size:13px;
    height:auto;
    line-height:18px;
    position:relative;
    text-align:center;
    width:99%;
    margin:0 20px 10px 0;
    }

    .destination-text h4 {
    color:#ed1c24!important;
    font-family:Georgia, "Times New Roman", Times, serif!important;
    }

    .destination-text p {
    color:0;
    }

    .destination-wrap .right-block {
    background:none repeat scroll 0 0 #FFF;
    box-shadow:0 0 0 rgba(0,0,0,0.2);
    float:none;
    width:100%;
    margin:4px auto;
    }

    .book-journey-block {
    padding:18px 4px 0;
    }

    .book-journey-block form .input-text {
    background:url(images/textbox_bg.png) no-repeat scroll 0 0 transparent;
    height:41px;
    margin-bottom:9px;
    width:295px;
    }

    .book-journey-block form .textarea-text {
    background:url(images/textarea_bg.png) no-repeat scroll 0 0 transparent;
    height:101px;
    margin-bottom:9px;
    width:295px;
    }

    .book-journey-block form input[type=submit] {
    background:url(images/btnbox_bg.png) no-repeat scroll 0 0 transparent;
    border:medium none;
    cursor:pointer;
    display:block;
    height:42px;
    margin-bottom:20px;
    width:298px;
    margin-left:-1px;
    }

    ul.destination-detail-left li ul {
    margin:0;
    padding:4px 0 0 20px;
    }

    #supersized {
    min-height:235px!important;
    }

    .accomodations-block .img-gallery {
    height:auto;
    width:100%;
    }

    .accomodations-block .img-gallery a img {
    width:140px;
    }

    .accomodations-block .img-gallery a {
    margin:5px;
    }

    .dates-prices-block table.dp tr.t-header,table.dp tr.t-header {
    background:url(images/dp-header-bg.jpg) repeat-x scroll 0 0 #D4D4D4;
    }

    .dates-prices-block table.dp tr.t-header td,table.dp tr.t-header td {
    font-size:13px;
    padding:12px 5px;
    }

    #my_favorite,.portfolio {
    margin-top:0!important;
    }

    .journey_map {
    float:none!important;
    width:100%;
    margin:0;
    padding:0;
    }

    .journey_map img {
    max-width:100%;
    }

    .e-journey-block .textwidget {
    text-align:center;
    }

    .e-journey-block ul li a.btn-e-journey {
    margin:0 auto 20px!important;
    }

    .dates-prices-block table.dp tr td,table.dp tr td {
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
/*    word-break:break-all;*/
    }

    #regional .dates-prices-block table.dp tr td {
    word-break:normal!important;
    }

    ul.destination-detail-left li {
    background:url(images/list-icon.jpg) no-repeat scroll left 9px transparent;
    }

    .fancybox-close {
    border:0 solid red!important;
    background:url(js/fancybox_sprite.png) no-repeat left top!important;
    }

    .dates-prices-block {
    width:100%;
    overflow-x:scroll;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    }

    .journey-finder-blcok .lastselect .SSContainerDivWrapper {
    height:200px!important;
    overflow-x:hidden;
    overflow-y:scroll;
    }

    #what_to_expect .destination-text p a {
    word-break:break-all;
    }

    .videos-block .vidoe {
    height:105px!important;
    margin-bottom:10px;
    margin-right:10px!important;
    width:140px!important;
    }

    .wpvl_auto_thumb_box {
    height:106px!important;
    position:relative;
    width:140px!important;
    }

    .video_lightbox_auto_anchor_image {
    height:auto!important;
    width:140px!important;
    }

    .wpvl_auto_thumb_play {
    left:44px!important;
    top:31px!important;
    }

    .etravel-guide-block ul li {
    word-wrap:break-word;
    }

    .tab-block .tab-nav {
    float:left!important;
    margin-bottom:10px;
    }

    .special_message {
    float:left!important;
    text-align:left!important;
    width:243px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#685137!important;
    margin:10px 0!important;
    padding:0!important;
    }

    .sharing {
    background:none repeat scroll 0 0 #EEE;
    bottom:2px;
    margin-left:-5px!important;
    margin-top:7px;
    position:absolute;
    width:84%!important;
    padding:5px 6% 5px 8% !important;
    }

    .air_grid table tr.a-header td {
    font-size:13px!important;
    word-break:break-all;
    padding:10px 5px!important;
    }

    .air_grid table tr td {
    font-size:11px!important;
    word-break:break-all;
    padding:10px 5px!important;
    }

    .searchtext {
    background:url(images/stextbg_m.png) no-repeat scroll left top;
    border:medium none;
    color:#585858;
    float:left;
    font-family:proxima_nova_rgregular;
    font-size:14px;
    width:265px;
/*    height:18px;*/
    padding:6px 5px;
        box-sizing: border-box;
    }

    .sbtn {
    background:url(images/sbtn_m.png) no-repeat scroll right top;
    border:medium none;
    float:left;
    height:30px!important;
    width:auto!important;
    margin:0!important;
    padding:5px 13px!important;
    position: absolute;
    }

    #test1 {
    color:green;
    }

    .header_searchform {
    float:left;
    margin-bottom:8px!important;
    width:100%;
    }

    .search_section {
    position:relative;
    top:0!important;
    left:0!important;
    float: left;
    }

    .container,nav,.login .left-block #wppb_login,.destination-wrap .left-block .tab-contant {
    width:100%;
    }

    .browser_version,.navigation ul li.about a span,.navigation ul li.ambassador a span,.navigation ul li.partner a span,.navigation ul li.speaker a span,.navigation ul li.topics a span,.navigation ul li.involved a span,.navigation ul li a span,.banner-shadow,nav ul li.request-a-quote,.signup-free-block .signup-box .titel-text br {
    display:none!important;
    }

    .call-text,.journey-box-right strong,form .input-part label,.input-part1 label {
    font-size:12px;
    }

    .top_mob,.header_middle,.right-block_mobile,.right-block .e-journey-block,.mobile_gallery {
    display:block;
    }

    .header_middle .logo img,.inner-banner .wp-post-image {
    max-width:100%;
    height:auto;
    }

    .destination-innerwrap,.inner-wrap h1 {
    padding-top:0;
    }

    .img-shadow,.right-block .journey-finder-blcok,.right-block .signup-for-free-blcok,.login-block br,.right-block .tab-link,.browser_gallery {
    display:none;
    }

    .login .left-block .login-block,.login .right-block .free-account {
    float:none;
    margin-left:0;
    width:100%;
    }

    .account_content,.destination-detail-left {
    width:98%;
    }

    .book-journey-block form input[type=text],.book-journey-block form input[type=email],.book-journey-block form textarea {
    width:266px;
    }
    
    .big-slider .plate h4 {
    line-height: 1;
    font-size: 40px;
    }
    
    .big-slider .plate p {
        font-size: 22px;
    }
    
    #value_div ul li {
        width: 100%;
    }
    
    #value_div ul li {
        margin-bottom: 26px;
    }  
    
    #value_div ul li:last-child {
        margin-bottom: 0;
    }  
}

@media only screen and (max-width: 767px) {
    footer .footer-top {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .logged-in .header_searchform {
        position: relative;
         left: 0; 
    }
    
    footer .footer-bottom {
        width: 100% !important;
    }
    
    .tour-boxes .box1 + .box1 + .box1 {
        margin: 0;
    }
    
    .tour-boxes {
        margin: 0;
    }
    
    .footer-bottom ul li, .footer-bottom span.copyright {
        margin-bottom: 10px;
    }
    
    #side_content {
        width: 100%;
        margin-top: 18px;
    }
    
    .featured_div {
        width: 100%;
    }
    
    .btn_group_small p {
        line-height: 18px;
    }
    
    .mobile_version {
        background: #fff;
    }
    
    .navigation {
        border: none;
    }
    
    .header_middle .header-right {
        display: none;
    }
}


.featured-slider .entry{ padding: 0 2px }
.featured-slider .entry img.wp-post-image{
	border-radius: 0; box-shadow: none; display: inline-block; 
    width: 100%;
/*    max-height: 284px;*/
}

@media only screen and (max-width: 504px) {
    #value_div ul li .div_two {
        min-height: 110px;
    }
}

@media only screen and (max-width: 479px) {
    #value_div ul li .div_two {
        min-height: initial;
    }
}

@media only screen and (max-width: 320px) {
    .top-login-block a {
        padding: 3px 0px 4px 9px;
        color: #312c2d;
        background: #fff;
    }
    
    .top-login-block .my-favourites {
        color: #ed1c24;
        background: transparent;
    }
    
}

@media only screen and (max-width: 400px) {
    .featured-slider .entry img.wp-post-image {
        max-height: 180px;
    }
    
    .featured-slider .cycle-prev, .featured-slider .cycle-next {
        top: 120px;
    }
}

@media only screen and (max-width: 660px) {
    .header_section a.showall {
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }
}

#main-slider .entry.cycle-slide {
    padding: 0; 
}

/*
#value_div ul li:nth-child(3) .div_one .div_two p,
#value_div ul li:nth-child(4) .div_one .div_two p {
   padding-bottom: 31px;
}
*/

.slider_content h3 span {
    margin-right: -5px;
}

.price-tag + a {
    position: absolute;
    left: 70px;
}

/*
span.copyright {
padding-top: 1px !important;
}*/

.footer-bottom ul li a {
    display: block;
}

.copyright,.sitename {
    font-family: Arial, Helvetica, sans-serif;
}

.heading-wrap:hover {
    text-decoration: none;
}

@media screen and (max-width:715px){
    #form_des .outr_drop, #form_des .search {
        width: 100%;
        padding: 0 20px 0;
    }
    
    #form_des .dropdown {
        margin-left: 0;
        margin-right: 0;
    }
    
    .outr_drop label {
        margin-left: 0;
    }
}

table tr td {
    word-wrap: normal !important;
}

form label.error {
	color: rgb(240, 112, 112);
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: inline-block;
	margin-bottom: 5px;
}

.login .right-block form#adduser input[type=password],
.login .left-block form.sign-in input[type=password]
{ float:none; }
