
.tabs {
	     position: relative;
    width: 867px;
    height: 636px;
    float: left;
    margin-top: 0px;
    border-left: 1px dotted #444;
    margin-left: -2px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight: 300;
}

.tabss {
	 position: relative;
    width: 800px;
    height: auto;
    float: left;
    margin-top: 21px;
    border-left: 0px dotted #444;
    margin-left: -2px;
    /* overflow: auto; */
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    font-weight: 300;
}

::-webkit-scrollbar {
      width: 15px;
}

::-webkit-scrollbar-track {
      background-color: #666;
} 
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
}
 
::-webkit-scrollbar-button {
      background-color: #666;
} 
 
::-webkit-scrollbar-corner {
      background-color: #666;
} 

.price-date table, th, td {
    padding: 6px 8px;
    font-size: 15px;
    border: 1px solid #d2d3d5;
    border-collapse: collapse;
}

.price-date table th {
       background: #666;
    color: #fff;
	padding: 10px;
    /* color: #999; */
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    /* font-weight: lighter; */
    font-size: 14px;
}

.price-date table td {
      background: #333;
    color: #999;
    /* color: #999; */
    font-family: calibri;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    /* font-weight: lighter; */
    font-size: 16px;
}


.sec-head p {
   color: #999;
    line-height: 22px;
    font-family: calibri;
    text-align: justify;
    margin-top: -12px;
    width: 97%;
    font-weight: lighter;
    font-size: 16px;
}
.sec-head h3 {
        color: #999;
		margin-top: -5px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    font-size: 18px;
}
.inclusion {
    margin-left: 15px;
    margin-right: 15px;
}

.inclusion ul {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: -35px;
    margin-top: -20px;
    color: #999;
    font-family: calibri;
   
}

.inclusion ul li {
    margin: 5px 0;
}
.sec-head h5 {
        color: #999;
		margin-top: 18px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    font-size: 18px;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px dotted #222;
    margin: 0px;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	   color: #fff;
    display: block;
    background-color: #444;
    font-size: 14px;
    font-family:'Open Sans Condensed', sans-serif;
    line-height: 2.5;
	text-decoration: none;
      padding: 0px 2.6em;
    white-space: nowrap;
    margin-left: 0px;
    /* font-weight: 600; */
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #fff;
	background:#999;
	text-decoration: none;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}






/* Nav */
.tabss nav {
	text-align: center;
}

.tabss nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabss nav ul li {
	border: 1px dotted #222;
    margin: 0px;
    display: block;
    float: left;
    position: relative;
}

.tabss nav li.tab-current {
	border: 1px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabss nav li.tab-current:before,
.tabss nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabss nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabss nav a {
	   color: #fff;
    display: block;
    background-color: #000;
    font-size: 15px;
    font-family:'Alegreya Sans', sans-serif;
    line-height: 2.5;
	text-decoration: none;
      padding: 0px 2.3em;
    white-space: nowrap;
    margin-left: 0px;
    /* font-weight: 600; */
}

.tabss nav a:hover {
	color: #768e9d;
}

.tabss nav li.tab-current a {
	    color: #fff;
    background: #635757;
    font-size: 15px;
    font-family: 'Alegreya Sans', sans-serif;
    text-decoration: none;
}

/* Icons */
.tabss nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}










.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 2em 0em;
	display: none;
	max-width: 820px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
    width: 30%;
    float: left;
    padding: 14px 11px;
    margin-top: 0px;
    max-width: 253px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	    margin: 0.75em 0 0.5em;
    color: #000;
  font-family:'Open Sans Condensed', sans-serif;
    font-size: 22px;
}

.mediabox p {
	    color: #000;
    font-size: 14px;
 font-family:'Open Sans Condensed', sans-serif;
    padding: 0 0 1em 0;
    margin: 0;	
    line-height: 1.3;
}




#mediaboxp {
	   color: #000;
    font-size: 19px;
    font-family: 'Alegreya Sans', sans-serif;
    padding: 0 0 1em 0;
    text-align: justify;
    margin-left: 0px;
    margin-top: -15px;
    padding-left: 13px;
    height: auto;
    line-height: 1.6;
}


#list0_container{

     margin-top: 0px;
    margin-left: -14px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;

}

.liist {
   width: 100%;
    margin-left: 0px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 19px;
    color: #000;
    line-height: 32px;
}

#list1_container{   margin-top: 0px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
    font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list2_container{   margin-top: -75px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list3_container{  
   float: left;
    height: auto;
	text-align:justify;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;}

#list4_container{   margin-top: 252px;
    position: absolute;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}
	
#list5_container{   margin-top: -30px;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list6_container{       margin-top: 433px;
    margin-left: -9px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}


#list0_inclusion{color: #999;
    margin-left: 22px;
    margin-top: -14px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;}

#list1_exclusion{color:#000; margin-left:38px; font-weight:bold; font-size:24px;   font-family:'Open Sans Condensed', sans-serif;}

#list2_extra{color:#000; margin-left:38px; font-weight:bold; font-size:28px;   font-family:'Open Sans Condensed', sans-serif;}

#list3_term{color: #000;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Alegreya Sans', sans-serif;}

#list4_payment{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}


#list5_cancellation{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}

#list6_please{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}






#mediaboxh3 {
	        width: 100%;
    float: left;
    margin-left: 0px;
    padding-left: 14px;
    height: 52px;
    margin-top: -15px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    font-family: 'Alegreya Sans', sans-serif;
}





@media only screen and (min-device-width : 360px) and (max-device-width : 640px) 
{
	
	
.tabs {
	     position: relative;
     width: 100%;
    height: 468px;
    float: left;
      margin-top: -1061px;
    border-left: 1px dotted #444;
    margin-left: -2px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight: 300;
}

.tabss {
	           position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    border-left: 1px dotted #444;
    margin-left: -2px;
    overflow: auto;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    font-weight: 300;
}

::-webkit-scrollbar {
      width: 15px;
}

::-webkit-scrollbar-track {
      background-color: #666;
} 
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
}
 
::-webkit-scrollbar-button {
      background-color: #666;
} 
 
::-webkit-scrollbar-corner {
      background-color: #666;
} 

.price-date table, th, td {
    padding: 6px 8px;
    font-size: 15px;
    border: 1px solid #d2d3d5;
    border-collapse: collapse;
}

.price-date table th {
       background: #666;
    color: #fff;
	padding: 10px;
    /* color: #999; */
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    /* font-weight: lighter; */
    font-size: 14px;
}

.price-date table td {
      background: #333;
    color: #999;
    /* color: #999; */
    font-family: calibri;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    /* font-weight: lighter; */
    font-size: 16px;
}


.sec-head p {
   color: #999;
    line-height: 22px;
    font-family: calibri;
    text-align: justify;
    margin-top: -12px;
    width: 97%;
    font-weight: lighter;
    font-size: 16px;
}
.sec-head h3 {
         color: #999;
    margin-top: -5px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    width: 98%;
    h: 100%;
    font-size: 15px;
    margin-left: 10px;
}
.inclusion {
    margin-left: 15px;
    margin-right: 15px;
}

.inclusion ul {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: -35px;
    margin-top: -20px;
    color: #999;
    font-family: calibri;
   
}

.inclusion ul li {
    margin: 5px 0;
}
.sec-head h5 {
        color: #999;
		margin-top: 18px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    font-size: 18px;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	    border: 1px dotted #222;
    margin: 0px;
    width: 100%;
    margin-left: -18px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	  
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #fff;
	background:#999;
	text-decoration: none;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}






/* Nav */
.tabss nav {
	text-align: center;
}

.tabss nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabss nav ul li {
	    border: 1px dotted #222;
    margin: 0px;
    display: block;
    width: 100%;
    margin-left: -23px;
    padding-left: -10px;
    float: left;
    position: relative;
}

.tabss nav li.tab-current {
	border: 0px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabss nav li.tab-current:before,
.tabss nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabss nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabss nav a {
	  
}

.tabss nav a:hover {
	color: #768e9d;
}

.tabss nav li.tab-current a {
color: #fff;
    background: #f11818;
    text-decoration: none;
}

/* Icons */
.tabss nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}










.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 2em 0em;
	display: none;
	max-width: 820px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
    width: 30%;
    float: left;
    padding: 14px 11px;
    margin-top: 0px;
    max-width: 253px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	    margin: 0.75em 0 0.5em;
    color: #000;
  font-family:'Open Sans Condensed', sans-serif;
    font-size: 22px;
}

.mediabox p {
	    color: #000;
    font-size: 14px;
 font-family:'Open Sans Condensed', sans-serif;
    padding: 0 0 1em 0;
    margin: 0;	
    line-height: 1.3;
}




#mediaboxp {
	   color: #000;
    font-size: 17px;
    font-family: 'Alegreya Sans', sans-serif;
    padding: 0 0 1em 0;
    margin-left: 0px;
    text-align: justify;
    width: 94%;
    padding: 14px;
    margin-top: 0px;
    height: auto;
    line-height: 1.4;
}


#list0_container{

     margin-top: 0px;
    margin-left: -14px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;

}

.liist {
     width: 90%;
    height: auto;
    float: left;
    margin-left: -16px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

#list1_container{   margin-top: 0px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
    font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list2_container{   margin-top: -75px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list3_container{  
      float: left;
    height: auto;
    text-align: justify;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;}

#list4_container{   margin-top: 252px;
    position: absolute;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}
	
#list5_container{   margin-top: -30px;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list6_container{       margin-top: 433px;
    margin-left: -9px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}


#list0_inclusion{color: #999;
    margin-left: 22px;
    margin-top: -14px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;}

#list1_exclusion{color:#000; margin-left:38px; font-weight:bold; font-size:24px;   font-family:'Open Sans Condensed', sans-serif;}

#list2_extra{color:#000; margin-left:38px; font-weight:bold; font-size:28px;   font-family:'Open Sans Condensed', sans-serif;}

#list3_term{   color: #000;
    font-weight: bold;
    width: 100%;
    margin-left: 19px;
    margin-top: -19px;
    font-size: 22px;
    font-family: 'Alegreya Sans', sans-serif;}

#list4_payment{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}


#list5_cancellation{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}

#list6_please{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}






#mediaboxh3 {
	       width: 100%;
    float: left;
    margin-left: 0px;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    font-family: 'Alegreya Sans', sans-serif;
}




	
	
	
	
		
	
	
	
	
	
	
	
	
}









@media only screen and (max-device-width: 667px) and (min-device-width: 375px)

{
	
	
.tabs {
	     position: relative;
     width: 100%;
    height: 468px;
    float: left;
      margin-top: -1061px;
    border-left: 1px dotted #444;
    margin-left: -2px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight: 300;
}

.tabss {
	           position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    border-left: 1px dotted #444;
    margin-left: -2px;
    overflow: auto;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    font-weight: 300;
}

::-webkit-scrollbar {
      width: 15px;
}

::-webkit-scrollbar-track {
      background-color: #666;
} 
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
}
 
::-webkit-scrollbar-button {
      background-color: #666;
} 
 
::-webkit-scrollbar-corner {
      background-color: #666;
} 

.price-date table, th, td {
    padding: 6px 8px;
    font-size: 15px;
    border: 1px solid #d2d3d5;
    border-collapse: collapse;
}

.price-date table th {
       background: #666;
    color: #fff;
	padding: 10px;
    /* color: #999; */
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    /* font-weight: lighter; */
    font-size: 14px;
}

.price-date table td {
      background: #333;
    color: #999;
    /* color: #999; */
    font-family: calibri;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    /* font-weight: lighter; */
    font-size: 16px;
}


.sec-head p {
   color: #999;
    line-height: 22px;
    font-family: calibri;
    text-align: justify;
    margin-top: -12px;
    width: 97%;
    font-weight: lighter;
    font-size: 16px;
}
.sec-head h3 {
         color: #999;
    margin-top: -5px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    width: 98%;
    h: 100%;
    font-size: 15px;
    margin-left: 10px;
}
.inclusion {
    margin-left: 15px;
    margin-right: 15px;
}

.inclusion ul {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: -35px;
    margin-top: -20px;
    color: #999;
    font-family: calibri;
   
}

.inclusion ul li {
    margin: 5px 0;
}
.sec-head h5 {
        color: #999;
		margin-top: 18px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    font-size: 18px;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	    border: 1px dotted #222;
    margin: 0px;
    width: 100%;
    margin-left: -18px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	  
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #fff;
	background:#999;
	text-decoration: none;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}






/* Nav */
.tabss nav {
	text-align: center;
}

.tabss nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabss nav ul li {
	    border: 1px dotted #222;
    margin: 0px;
    display: block;
    width: 100%;
    margin-left: -23px;
    padding-left: -10px;
    float: left;
    position: relative;
}

.tabss nav li.tab-current {
	border: 0px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabss nav li.tab-current:before,
.tabss nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabss nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabss nav a {
	  
}

.tabss nav a:hover {
	color: #768e9d;
}

.tabss nav li.tab-current a {
color: #fff;
    background: #f11818;
    text-decoration: none;
}

/* Icons */
.tabss nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}










.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 2em 0em;
	display: none;
	max-width: 820px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
    width: 30%;
    float: left;
    padding: 14px 11px;
    margin-top: 0px;
    max-width: 253px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	    margin: 0.75em 0 0.5em;
    color: #000;
  font-family:'Open Sans Condensed', sans-serif;
    font-size: 22px;
}

.mediabox p {
	    color: #000;
    font-size: 14px;
 font-family:'Open Sans Condensed', sans-serif;
    padding: 0 0 1em 0;
    margin: 0;	
    line-height: 1.3;
}




#mediaboxp {
	   color: #000;
    font-size: 17px;
    font-family: 'Alegreya Sans', sans-serif;
    padding: 0 0 1em 0;
    margin-left: 0px;
    text-align: justify;
    width: 94%;
    padding: 14px;
    margin-top: 0px;
    height: auto;
    line-height: 1.4;
}


#list0_container{

     margin-top: 0px;
    margin-left: -14px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;

}

.liist {
     width: 90%;
    height: auto;
    float: left;
    margin-left: -16px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

#list1_container{   margin-top: 0px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
    font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list2_container{   margin-top: -75px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list3_container{  
      float: left;
    height: auto;
    text-align: justify;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;}

#list4_container{   margin-top: 252px;
    position: absolute;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}
	
#list5_container{   margin-top: -30px;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list6_container{       margin-top: 433px;
    margin-left: -9px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}


#list0_inclusion{color: #999;
    margin-left: 22px;
    margin-top: -14px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;}

#list1_exclusion{color:#000; margin-left:38px; font-weight:bold; font-size:24px;   font-family:'Open Sans Condensed', sans-serif;}

#list2_extra{color:#000; margin-left:38px; font-weight:bold; font-size:28px;   font-family:'Open Sans Condensed', sans-serif;}

#list3_term{   color: #000;
    font-weight: bold;
    width: 100%;
    margin-left: 19px;
    margin-top: -19px;
    font-size: 22px;
    font-family: 'Alegreya Sans', sans-serif;}

#list4_payment{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}


#list5_cancellation{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}

#list6_please{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}






#mediaboxh3 {
	       width: 100%;
    float: left;
    margin-left: 0px;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    font-family: 'Alegreya Sans', sans-serif;
}




	
	
	
	
		
	
	
	
	
	
	
	
	
	
}











@media only screen and (max-device-width: 736px) and (min-device-width: 414px)
{
	
	
.tabs {
	     position: relative;
     width: 100%;
    height: 468px;
    float: left;
      margin-top: -1061px;
    border-left: 1px dotted #444;
    margin-left: -2px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight: 300;
}

.tabss {
	           position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    border-left: 1px dotted #444;
    margin-left: -2px;
    overflow: auto;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    font-weight: 300;
}

::-webkit-scrollbar {
      width: 15px;
}

::-webkit-scrollbar-track {
      background-color: #666;
} 
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2); 
}
 
::-webkit-scrollbar-button {
      background-color: #666;
} 
 
::-webkit-scrollbar-corner {
      background-color: #666;
} 

.price-date table, th, td {
    padding: 6px 8px;
    font-size: 15px;
    border: 1px solid #d2d3d5;
    border-collapse: collapse;
}

.price-date table th {
       background: #666;
    color: #fff;
	padding: 10px;
    /* color: #999; */
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    /* font-weight: lighter; */
    font-size: 14px;
}

.price-date table td {
      background: #333;
    color: #999;
    /* color: #999; */
    font-family: calibri;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    /* font-weight: lighter; */
    font-size: 16px;
}


.sec-head p {
   color: #999;
    line-height: 22px;
    font-family: calibri;
    text-align: justify;
    margin-top: -12px;
    width: 97%;
    font-weight: lighter;
    font-size: 16px;
}
.sec-head h3 {
         color: #999;
    margin-top: -5px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    width: 98%;
    h: 100%;
    font-size: 15px;
    margin-left: 10px;
}
.inclusion {
    margin-left: 15px;
    margin-right: 15px;
}

.inclusion ul {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: -35px;
    margin-top: -20px;
    color: #999;
    font-family: calibri;
   
}

.inclusion ul li {
    margin: 5px 0;
}
.sec-head h5 {
        color: #999;
		margin-top: 18px;
    /* font-family: calibri; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: lighter;
    font-size: 18px;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	    border: 1px dotted #222;
    margin: 0px;
    width: 100%;
    margin-left: -18px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	  
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #fff;
	background:#999;
	text-decoration: none;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}






/* Nav */
.tabss nav {
	text-align: center;
}

.tabss nav ul {
	padding: 0;
	margin: 0;
	margin-left:-15px;
	list-style: none;
	display: inline-block;
}

.tabss nav ul li {
	    border: 1px dotted #222;
    margin: 0px;
    display: block;
    width: 100%;
    margin-left: -23px;
    padding-left: -10px;
    float: left;
    position: relative;
}

.tabss nav li.tab-current {
	border: 0px solid #222;
	border-bottom: none;
	z-index: 100;
}

.tabss nav li.tab-current:before,
.tabss nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 820px;
	background:none;
}


.tabss nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabss nav a {
	  
}

.tabss nav a:hover {
	color: #768e9d;
}

.tabss nav li.tab-current a {
color: #fff;
    background: #f11818;
    text-decoration: none;
}

/* Icons */
.tabss nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
 font-family:'Open Sans Condensed', sans-serif;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}










.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 2em 0em;
	display: none;
	max-width: 820px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
    width: 30%;
    float: left;
    padding: 14px 11px;
    margin-top: 0px;
    max-width: 253px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	    margin: 0.75em 0 0.5em;
    color: #000;
  font-family:'Open Sans Condensed', sans-serif;
    font-size: 22px;
}

.mediabox p {
	    color: #000;
    font-size: 14px;
 font-family:'Open Sans Condensed', sans-serif;
    padding: 0 0 1em 0;
    margin: 0;	
    line-height: 1.3;
}




#mediaboxp {
	   color: #000;
    font-size: 17px;
    font-family: 'Alegreya Sans', sans-serif;
    padding: 0 0 1em 0;
    margin-left: 0px;
    text-align: justify;
    width: 94%;
    padding: 14px;
    margin-top: 0px;
    height: auto;
    line-height: 1.4;
}


#list0_container{

     margin-top: 0px;
    margin-left: -14px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;

}

.liist {
     width: 90%;
    height: auto;
    float: left;
    margin-left: -16px;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #000;
}

#list1_container{   margin-top: 0px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
    font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list2_container{   margin-top: -75px;
    margin-left: -14px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list3_container{  
      float: left;
    height: auto;
    text-align: justify;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;}

#list4_container{   margin-top: 252px;
    position: absolute;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}
	
#list5_container{   margin-top: -30px;
    margin-left: -15px;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}

#list6_container{       margin-top: 433px;
    margin-left: -9px;
    position: absolute;
    float: left;
    height: 350px;
    font-size: 16px;
 font-family:'Open Sans Condensed', sans-serif;
    color: #000;}


#list0_inclusion{color: #999;
    margin-left: 22px;
    margin-top: -14px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;}

#list1_exclusion{color:#000; margin-left:38px; font-weight:bold; font-size:24px;   font-family:'Open Sans Condensed', sans-serif;}

#list2_extra{color:#000; margin-left:38px; font-weight:bold; font-size:28px;   font-family:'Open Sans Condensed', sans-serif;}

#list3_term{   color: #000;
    font-weight: bold;
    width: 100%;
    margin-left: 19px;
    margin-top: -19px;
    font-size: 22px;
    font-family: 'Alegreya Sans', sans-serif;}

#list4_payment{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}


#list5_cancellation{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}

#list6_please{color:#999; margin-left:35px; font-weight:bold; font-size:18px;   font-family:'Open Sans Condensed', sans-serif;}






#mediaboxh3 {
	       width: 100%;
    float: left;
    margin-left: 0px;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    font-family: 'Alegreya Sans', sans-serif;
}




	
	
	
	
		
	
	
	
	
	
	
}









