.MP_MenuFrame{
	/*background-color: #ffccdd;*/
	padding-left: 0px;
}

.MP_ContentFrame{
	/*background-color: #ffccdd;*/
	padding: 0px;
}

.MP_ContentFrame p,
.MP_MenuFrame p{
	text-align: left;
}

.noPaddingLeft{
	padding-left: 0px;
}

.SelectBy{
	margin: 12px 0 0 0;
}

.SelectByCurrentDesc{
	text-align: center;
	font-size: 120%;
	font-family: 'Pragati Narrow', sans-serif;
}

.SelectBy ul{

}

.SelectBy ul li{
	border-bottom: 1px solid #999999;
	padding: 1px;
}

.SelectBy ul li a{
	padding: 9px 20px 9px 20px;
	color: #494949;
	font-size: 105%;
	font-weight: bold;
	font-family: 'Istok Web', serif;
}

.SelectBy ul li a:hover,
.SelectBy ul li a.active{
	background-color: #e9e9e9;
	color: #13afcb;
}

.NoTrips,
.NoTripsCountries{
	text-align: center;
	font-size: 250%;
	color: #ccc;
	font-family: 'Work Sans', sans-serif;
	margin: 50px 0 0 0;
	display: none;
}
.NoTrips a,
.NoTripsCountries a{
	font-family: 'Work Sans', sans-serif;
}

.ShowMore{
	margin: 25px auto;
	text-align: center;
	width: 40%;	
}


/* FULL TEXT */

.FullTextContent{
	font-size: 100%;
}

.FullTextContent p,
.FullTextContent a,
.FullTextContent strong,
.FullTextContent span{
	/*font-family: 'Pragati Narrow', sans-serif;*/
	font-family: 'Noto Sans', sans-serif;
}

.FullTextContent ul li{
	margin-bottom: 0px;
	font-size: 100%;		
}

.FullTextContent p{
	margin-bottom: 0px;
}

.FullTextContent.NoP p{
	margin-bottom: 15px;
}

h3 {
	font-family: 'Alegreya Sans', sans-serif;
	letter-spacing:-1px;
	font-size: 200%;
	margin: 18px 0 18px 0;
	color: #2b2b2b;
}

.FullTextContent ol{
	margin: 10px 0 0 25px;
	padding: 0 0 0 10px;
}

.FullTextContent ol li,
.FullTextContent ul li{
	font-size: 115%;
	line-height: 130%;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

/* TRIP ITEMS */

.TripItemsContainer{
	position: relative;
}

.TripItem{
	padding: 10px 0px 0px 0px ;
	margin: 0 0px 0px 10px;
	width: 360px;
	float: left;
	opacity:1;
	position: relative;
	height: 350px;
}

.TripItem:hover{
	background-color: #f4f4f4;
	-moz-box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.37); 
	-webkit-box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.37); 
	box-shadow: 6px 6px 6px -3px rgba(0,0,0,0.37);	
    z-index: 2;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 50px;	
}

.TripItem a:hover{
	text-decoration: none;
}

.TripItem img.TripImg{
	margin: 4px 0px 0px 10px;
	padding: 3px;
	border: 1px solid #3397c5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	width: 340px;
	clear: both;
	position: relative;
	z-index: 10;
	background-color: #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 50px;	
}

.TripItem span.TripNoOfDays{
	display: block;
	background: url(../images/trip-red-back.png) 0 0 no-repeat;
	width: 91px;
	height: 36px;	
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-size: 160%;
	font-weight: bold;
	padding: 2px 10px;
	margin: -32px 0 0 30px;
	z-index: 20;
	position: absolute;
}

.TripItem span.TripNoOfDays span{
	font-size: 120%;
}

.TripItem span.TripStatus{
	display: block;
	/*background-color: #66cc33;*/
	color: #fff;
	/*font-family: 'Work Sans', sans-serif;
	font-size: 140%;*/
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 150%;	
	font-weight: bold;
	padding: 1px 20px 3px  20px;
	margin: 0px 0px 0 0px;
	z-index: 20;
	width: 250px;
	position: absolute;
	top: 18px;
	left: 14px;
	border-bottom-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
}

.TripItem span.TripStatusLabel{
	display: block;
	position: absolute;
	top: 100px;
	left: 0px;	
	right: 0px;
	opacity:.6;
	background-color: #f4f4f4;
	font-size: 250%;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
	z-index:20;
	text-align: center;
	padding: 4px 0px;
}

.TripItem .green{
	background-color: #66cc33;
	opacity: 1;
}
.TripItem span.TripStatus.green{
	color: #fff;
}

.TripItem .red{
	background-color: #e03300;
	color: #e03300;
}

.TripItem .gray{
	background-color: #d8d8d8;
	opacity: .7;
}

.TripItem span.TripStatus.gray{
	color: #494949;
}

.TripItem .blue{
	background-color: #33ccff;
	opacity: .7;
}

.TripItem span.TripStatus.blue{
	color: #fff;
}

.TripItem span.TripStatusLabel.red{
	font-size: 210%;
}

.TripItem span.TripStatusLabel.green{
	color: #66cc33;
}

.TripItem strong.TripTitle,
.TripItem span.TripDate{
	padding: 0 0 0 50px;
}

.TripItem strong.TripTitle{
	display: block;
	color: #45b7cf;
	font-size: 280%;
	text-transform: uppercase;
	font-weight: 700;
	white-space: nowrap;
	font-family: 'Work Sans', sans-serif;
}

.TripItem a:hover strong.TripTitle{
	color: #45b7cf;	
}

.TripItem span.TripDate{
	display: block;
	font-size: 160%;
	color: #45b7cf;	
	font-weight: 600;
	line-height: 100%;
	font-family: 'Work Sans', sans-serif;
	margin-bottom: 8px;
}

.TripItem span.TripExtra{
	display: block;
	font-size: 120%;
	color: #fff;	
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	font-family: 'Work Sans', sans-serif;	
	padding: 2px 15px;
	margin: 0 30px 0 40px;
	min-height: 22px;
}

.TripItem span.TripExtra.yoga{
	background-color: #b08df5;
}
.TripItem span.TripExtra.trekking{
	background-color: #60eeb5;
}
.TripItem span.TripExtra.car{
	background-color: #f3a45c;
}
.TripItem span.TripExtra.medytacja{
	background-color: #ea6ba2;
}

.TripItem span.TripExtra.yoga span{
	display: block;
	background: url(../images/yoga-icon.png) 0 0 no-repeat;
	width: 71px;
	height: 35px;	
	float: right;
	margin: -12px -15px 0 0;
	padding: 0px;
}
.TripItem span.TripExtra.trekking span{
	display: block;
	background: url(../images/trekking-icon.png) 0 0 no-repeat;
	width: 44px;
	height: 38px;	
	float: right;
	margin: -15px -15px 0 0;
	padding: 0px;
}
.TripItem span.TripExtra.car span{
	display: block;
	background: url(../images/car-icon.png) 0 0 no-repeat;
	width: 53px;
	height: 29px;	
	float: right;
	margin: -7px -12px 0 0;
	padding: 0px;
}
.TripItem span.TripExtra.medytacja span{
	display: block;
	background: url(../images/medytacja-icon.png) 0 0 no-repeat;
	width: 39px;
	height: 39px;	
	float: right;
	margin: -16px -12px 0 0;
	padding: 0px;
}

.TextContent .CompanyInfoBox{
	padding: 5px 15px 5px 15px;
}

.TextContent .CompanyInfoBox p{
	font-size: 140%;
	text-align: left;
	margin-bottom: 5px;
}

.TextContent .CompanyInfoBox p.docInfo{
	font-size: 120%;
}

.TextContent .CompanyInfoBox p.docInfo a{
	font-size: 110%;
}

.revolut{
	display: none;
}


h1{
	margin-top: 8px;
	margin-bottom: 0px;
	background-color: #e9e9e9;
	color: #2b2b3b;
	padding: 6px;	
	font-size: 195%;	
	margin-bottom: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 30px;	
}

.h1-green{
	background-color: #62dbaa;
	color: #fff;
}

.h1-red{
	background-color: #e77974;
	color: #fff;
}

.h1-blue{
	background-color: #e9e9e9;
	color: #2b2b3b;
}

.h1-orange{
	background-color: #e9e9e9;
	color: #2b2b3b;
}


.BoxTextInfo{
	border-top-right-radius: 50px;
	border-bottom-left-radius: 15px;		
	padding: 15px;
}

.BoxTextInfo li {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #e1e4e8;
}

.BoxTextInfo li a {
	color: #2b2b2b;
	text-decoration: none;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Pragati Narrow', sans-serif;
	/*font-size: 135%;*/
	font-size: 140%;
}

.BoxTextInfo li a:hover {
	color: #3397c5;
	text-decoration: underline;
}

.BoxTextInfo li a span {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Pragati Narrow', sans-serif;
	color: #ccc;
	font-size: 80%;
}

.BoxTextInfo li div a,
.BoxTextInfo li div a strong{
	text-decoration: underline;
	color: #3397c5;
	font-weight: normal;
}

.BoxTextInfo li div{
	margin: 12px 0 0px 0;
	background-color: #fff;
	padding: 5px 12px 0px 12px;
	border-radius: 8px;
}

.BoxTextInfo li div p,
.BoxTextInfo div li{
	font-size: 110%;
	line-height: 140%;	
}

.BoxTextInfo li div p{
	margin-bottom: 5px;
}

ol.BoxTextInfo.NoHrefLink{
	padding: 0px;
	margin: 0px;	
}

.NoHrefLink li{
	color: #2b2b2b;
	/*font-family: 'Oswald', sans-serif;
	font-size: 130%;*/
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 130%;
	padding: 6px 6px 6px 30px;
	background: url(../images/star.png) 6px 6px no-repeat;
}

.NoHrefLink li:nth-child(even) {
	background: #f3f3f3 url(../images/star.png) 6px 6px no-repeat;
}

.Zebra li:nth-child(even) {
	background-color: #f3f3f3;
}

.TextContent p{
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 140%;
	line-height: 130%;
}

.TextContent p strong{
	font-family: 'Pragati Narrow', sans-serif;
	/*font-size: 110%;*/
}

.TextContent a{
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 100%;
}


.wyjazdy-z-joga-box{

}

.wyjazdy-z-joga-box p{
	text-align: left;
}

.joga span{
	display: block;
	background: url(../images/yoga-icon.png) 0 0 no-repeat;
	width: 71px;
	height: 35px;	
	float: right;
	margin: -3px -3px 0 0;
	padding: 0px;
}

.wyjazdy-z-joga-box .szkoly{
	text-align: center;
}

.wyjazdy-z-joga-box strong{
	font-size: 80%;
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 90%;
	font-weight: normal;
}

.wyjazdy-z-joga-box img{
	clear: both;
}

.wyjazdy-z-joga-box img.jsz-logo{
	width: 80px;
	margin: 0 auto;
}

.wyjazdy-z-joga-box img.sjir-logo{
	width: 120px;
}

#dlaczegoMy-max768{
	display: none;
}







/* ----------- Laptops Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) { 
  
  
}

/* ----------- Old Laptops 1024*768 ----------- */
@media screen 
  and (min-device-width: 993px) 
  and (max-device-width: 1920px){ 
	.TripItem{
		width: 350px;
		height: 350px;
	}  
	.TripItem img.TripImg{
		width: 330px;
	}  
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 992px)   
  and (-webkit-min-device-pixel-ratio: 1) {

	.TripItem{
		width: 260px;
		height: 280px;
	}  
	.TripItem img.TripImg{
		width: 240px;
	}    
  
	.TripItem span.TripExtra{
		font-size: 90%;
		padding: 3px 15px 1px 15px;
		margin: 0 10px 0 40px;
	}  

	.TripItem strong.TripTitle{
		font-size: 260%;
	}
  
	.TripItem span.TripDate{
		font-size: 140%;
	}  
	
	.TripItem span.TripStatus{
		font-size: 100%;
		padding: 4px 10px;
		margin: 0px 0px 0 0px;
		width: 220px;
	}
	
	.TripItem span.TripStatusLabel{
		top: 70px;
		font-size: 190%;
		padding: 4px 0px;
	}	
  
	.NoHrefLink li{
		padding: 6px 10px 6px 10px;
		background: none 6px 6px no-repeat;
	}
	
	.NoHrefLink li:nth-child(even) {
		background: #f3f3f3 none 6px 6px no-repeat;
	}  
  
	.BoxTextInfo{
		padding-left: 5px;
	}  
  
	#dlaczegoMy-max768{
		display: block;
	}

	#dlaczegoMy-min768{
		display: none;
	}	

	.SelectByCurrentDesc{
		font-size: 105%;
	}  
  
  
}



/* Portrait and Landscape */

@media only screen 
  and (max-device-width: 767px) {

	.TripItem{
		width: 220px;
		height: 230px;
	}  
	.TripItem:hover{
		-moz-box-shadow: 3px 3px 3px -3px rgba(0,0,0,0.37); 
		-webkit-box-shadow: 3px 3px 3px -3px rgba(0,0,0,0.37); 
		box-shadow: 3px 3px 3px -3px rgba(0,0,0,0.37);	
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;	
	}	
	.TripItem img.TripImg{
		width: 200px;
	}    
  
	.TripItem span.TripExtra{
		font-size: 80%;
		padding: 2px 15px 0px 15px;
		margin: 0 10px 0 30px;
		min-height: 12px;
	}  

	.TripItem span.TripExtra.yoga span,
	.TripItem span.TripExtra.car span,
	.TripItem span.TripExtra.medytacja span,
	.TripItem span.TripExtra.trekking span{
		display: none;
	}	
	
	.TripItem strong.TripTitle{
		font-size: 220%;
	}
  
	.TripItem span.TripDate{
		font-size: 120%;
	}  
	
	.TripItem span.TripStatus{
		font-size: 90%;
		padding: 4px 10px;
		margin: 0px 0px 0 0px;
		width: 170px;
	}
	
	.TripItem span.TripStatusLabel{
		top: 70px;
		font-size: 160%;
		padding: 4px 0px;
	}	
  
	.NoHrefLink li{
		padding: 6px 10px 6px 30px;
		background: #f3f3f3 url(../images/star.png) 6px 6px no-repeat;
	}
	
	.NoHrefLink li:nth-child(even) {
		background: #f3f3f3 url(../images/star.png) 6px 6px no-repeat;
	}  
  
	.BoxTextInfo{
		padding-left: 5px;
	}  

	.SelectBy ul li a{
		padding: 6px 5px 4px 5px;
		font-size: 95%;
	}
	  
	.NoTrips,
	.NoTripsCountries{
		font-size: 150%;
		margin: 50px 0 0 0;
	}
	
	.ShowMore{
		margin: 25px auto;
		text-align: center;
		width: 90%;	
	}  

	.noPaddingLeft{
		padding-left: 15px;
	}
 
	#dlaczegoMy-max768{
		display: block;
	}

	#dlaczegoMy-min768{
		display: none;
	}
 
	.SelectByCurrentDesc{
		display: none;
	}  
	
	
	#menuElem_2{
		display: none;
	}

	.MainNavMenu > ul{
		display: block;
	}
	
	#sticky_navigation.stickyMenu{
		background: #21A0BE;
		background: -moz-linear-gradient(top, #35B2CE 0%, #21A0BE 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35B2CE), color-stop(100%, #21A0BE));
		background: -webkit-linear-gradient(top, #35B2CE 0%, #21A0BE 100%);
		background: -o-linear-gradient(top, #35B2CE 0%, #21A0BE 100%);
		background: -ms-linear-gradient(top, #35B2CE 0%, #21A0BE 100%);
		background: linear-gradient(top, #21A0BE 0%, #35B2CE 100%);	
		left: 0px;
		right: 0px;
	}
	
	.MainNavMenu{
		height: 20px;
	}	

	.MainNavMenu a{
		font-size: 80%;
		padding: 36px 14px 10px 10px;
	}	
	
	#sticky_navigation.stickyMenu .MainNavMenu a{
		font-size: 80%;
	}		
	
  
}

@media only screen 
  and (min-device-width: 641px) 
  and (max-device-width: 768px) {

	.MainNavMenu a{
		font-size: 100%;
	}	  
  
	#sticky_navigation.stickyMenu .MainNavMenu a{
		font-size: 100%;
	}	  
  
}







@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) {

  
}

/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

}

/* ----------- Nexus 7 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) {

}

/* ----------- Kindle Fire HD 7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) {

}


/* ----------- Kindle Fire HD 8.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px)  {

}


/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* ----------- Windows Phone ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px) {

}