/*
 	CSS Cruise Gdynia
*/



	body {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		background-image: url(/img/back7.jpg);
		background-color: #f2f6f7;
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
	}
	
	#container {
		position: relative;
		width:90%;
		max-width: 1160px;
		margin: 0 auto;
		
	}


/* Block definitions */ 

	

	.pasek {
		width: 90%;
		max-width: 1160px;
		text-align: center;
		top:0px;

		z-index: 1500;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.pasek .header_cont {		
		margin: 0 auto;
	}
	
	.pasek .header_cont .header {
		font-size: 30pt;
		line-height: 20pt;
		padding-top: 10px;
		text-align: left;
		color: #445599;
	}
	
	.pasek .header_cont .claim {
		width:30%;
		float:left;
		padding-top: 30px;
	}
	
	.header_right {
		float:right;
		width: 70%;
	}
	
	.mainmenu {
		float: right;
		font-size: 9pt;
		font-weight: 400;
	}
	
	.languages {
		padding: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #fff;
	
		
	}
	
	.mainmenu .item {
		background-color: #338fbb;
		position: relative;
		width:100px;
		height: 100px;
		display: block;
		float:left;
		margin-left: 10px;
		text-align: center;
		color: #fff;
		line-height: 12pt;
		-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;
		
	}
	
	.mainmenu .sel {
		background-color: #e61;
	}
	
	.mainmenu .item:hover {
		background-color: #e61;	
	}
	
	.mainmenu .itemimg {
		width:70%;
		height:70%;
		margin-top:10px;
	}
	
	.submenu {
		padding-top: 6px;
		padding-bottom: 6px;
		width: 95%;
		margin: 0 auto;
		max-width: 1160px;
		overflow: hidden;
	}
	
	.submenu .sel {
		text-decoration: underline;
	}
	
	.submenu_item_first {
		padding-right: 10px;
		padding-left: 0px;
		border-right: 1px solid #eee;
		float: left;
	}
	
	
	
	.submenu_item_first .inner {
		margin: 5px;
		
		/* border: 1px solid #eeeeee; */
		border-top: 0px;
	}
	/*
	.submenu_item_first .top {
		background-color: #fff;
		position: relative;
		top:0;
		height: 4px;
		overflow: hidden;
		-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;
	}
	*/
	
	
	.submenu_item_first a {
		display: block;
		color: #555555;
		padding: 0px;
		font-size: 12pt;
		font-weight: 300;
		text-transform: uppercase;
		-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;
	}
	
	.submenu_item_first a:hover {
		color:#f72;
	}
	
	.item .bottom {
		position: absolute;
		top:55px;
		width:100px;
		
	}
	
	.slides {
		position: relative;
		top:0px;
		width: 100%;
		height: 390px;
		z-index: 1200;
		overflow: hidden;
		background-color: #bbbbbb;
	}
	
	.slides ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	.slides li {
		margin: 0px;
		padding: 0px;
	}
	
	.slides .slide {
		width: 100%;
		height: auto;		
	}
	
	#slidesGroup {
		height: 100%;
		width: 100%;
	}
	
	.image {
		display: block;
		background-size: cover;
		background-position: center;
		height: 100%;
		width: 100%;	
		background-color: #ddd;	
		overflow: hidden;
		position: relative;
	}
	
	.content {
		width: 100%;
		position: relative;		
		clear: both;
		
		
	}
	
	.content ul, .content li {
		color: #888;
		line-height: 18pt;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
	}
	
	.border {
		border-bottom: 1px solid #eee;
	}
	
	.section0 {
		background-color: #ffffff;	
		border-bottom: 1px solid #eeeeee;	
	}
	
	.section1 {
		background-color: #f4f4f4;	
		border-bottom: 1px solid #eeeeee;
	}
	
	.section2 {
		background-color: #ffffff;
		color:#ffffff;
		font-size: 9pt;
		text-align: center;
	}
	
	
	
	.content h1 {
		font-size: 24pt;
	}
	
	.content h2 {
		font-size: 18pt;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #555; 
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	.content h3 {
		font-size: 14pt;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 200;
		color: #555; 
		
	}
	
	.content p {
		font-weight: 400;
		color: #888;
		line-height: 16pt;
	}
	
	blockquote {
		background-color: #f4f4f4;
		width:104%;
		margin-left: -4%;
		padding-left: 4%;
		clear: both;
		border-top: 1px solid #eeeeee;
		padding-bottom: 10px;
	}
	
	blockquote p {
		padding-right:4%;	
		color: #333;
	}
	
	.content .block {
		position: relative;
		width: 94%;
		margin: 0 auto;
		max-width: 1160px;
		
	}
	
	
	
	.boxes {
		position: relative;
		top:7px;
		width: 95%;
		margin: 0 auto;
		max-width: 1160px;
		overflow: hidden;
	}
	
	.box {
		width: 20%;
		float: left;
	}
	
	.box .inner {
		margin: 5px;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		border-top: 0px;
	}
	
	.box .texty {
		padding:10px;
		height:58px;
		overflow: hidden;
		position: relative;
		-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;
	}
	
	.texty .link {
		float:right;
		display: block;
		position: absolute;
		bottom: 0px;
		right: 20px;
		font-size: 9pt;
		color: #787;
	}
	
	.navigation {
		
		color: #787;
	}
	
	.navigation:visited {
		
		color: #787;
	}
	
	
	
	
	.box .texty:hover {
		padding:10px;
		height:150px;
		overflow: hidden;
		cursor: pointer;
	}
	
	.box .texty p {
		
	}
	
	.box .photo {
		width:100%;
		height:150px;
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center;
	}
	
	.box .photo1 {
		width:100%;
		height:200px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}
	
	.box h2 {
		font-weight: 200;
		color: #444444;
		padding: 0; margin: 10px;
		font-size: 14pt;
	}
	
	.box p {
		font-weight: 400;
		color: #999999;
		padding: 0; margin: 10px; margin-top: 8px;
		font-size: 10pt;
	}
	
	.box .top {
		background-color: #e72;
		position: relative;
		top:0;
		height: 4px;
		overflow: hidden;
		-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;
	}
	
	.box .top:hover {
		background-color: #e72;
	}
	
	
	.box .more {
		margin-left: 20px;
		width: 20px;
		margin-top: 20px;
		display: block;
		
	}
	
	.boxes .double {
		width: 40%;
	}
	.boxes .triple {
		width: 60%;
	}

/* ---------------------------------------------------------------------- */ 


@media screen and (max-width:1600px) {

	.slides {
		height: 390px;
	}
	
}
@media screen and (max-width:1110px) {
	#container {
			width:95%;
		}
	.pasek {
		width:95%;
	}
}

@media screen and (max-width:940px) {

	.slides {
		height: 320px;
	}
	
	.pasek .header_cont .claim {
		width:30%;
		float:none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.header_right {
		float:none;
		width: 100%;
		clear: both;
		overflow: hidden;
	}
	
	.mainmenu .item {
		margin-bottom: 10px;
		
	}
}

@media screen and (max-width:800px) {

	.box {
			width:33%;
		}
		

}

@media screen and (max-width:610px) {

	.slides {
		height: 200px;
	}
	
	.pasek .header_cont .claim {
		width:100%;
		float:none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.header_right {
		float:left;
		width: 100%;
		clear: both;
		overflow: hidden;
		margin: 0;
	}
	
	.mainmenu {
		width:100%;
	}
	
	.mainmenu .item {
		margin-bottom: 2px;
		width:19%;
		margin-left: 1%;
		height:85px;
		
	}
	
	.pasek {
		width:100%;
	}
	
	#container {
		width:100%;
	}
	
	.mainmenu .itemimg {
		width: 50%;
		margin-top:2px;
	}
	
	.item .bottom {
		width: 100%;
		top: 50%;
		line-height: 10pt;
	}
	
	.box {
		width:50%;
	}
	
	.box .texty {
		height: 52px;
	}
	
	.texty .link {
		bottom: -2px;
	}
	
	.box h2 {
		font-weight: 300;
		color: #444444;
		padding: 0; margin: 10px;
		font-size: 12pt;
		margin-bottom: 20px;
	}
}







