body
{
	background-color: #fff;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	font-weight: 300;
	margin: 0 !important;
	padding: 0 !important;
}

* {box-sizing: border-box;}

		#logo
		{
			max-width: 900px;
			margin-left: auto;
			margin-right: auto;
		}

#features
{
	width: 100%;
	height: 20px;
	background-color: rgb(25, 90, 140);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3);
}

ol
{
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

ol a
{
	height: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 5px 0 5px;
}

ol > li
{
	float: left;
}

ol  > li:hover > a
{
	height: 19px;
	margin-top: 2px;
	background-color: rgb(235, 245, 255);
	color: rgb(40, 90, 140);
    transition: 400ms;
	border-radius: 0px 0px 6px 6px;
	cursor: url(http://www.didi-art.pl/img/kursor.cur), default;
}

		#nav
		{
			max-width: 910px;
			height: 80px;
			padding: 0 5px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			}

		#sticky
		{
			width: 100%;
			background-color: #fff;
			-webkit-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);
			box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);
		}

		#menu
		{
			width: 100%;
		}

		ul 
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
			max-width: 900px;
			margin-left: auto;
			margin-right: auto;
			line-height: 3.8;
		}

		li a 
		{
			display: block;
			text-decoration: none;
		}

		li a.active
		{
			display: none;
		}

		li a:hover:not(.active) 
		{}

		ul > li
		{
			text-align: center;
		}

		ul > li > ul > li
		{
			width: 17%;
			border-right: 1px dotted rgb(90, 140, 185);
			border-bottom: 1px dotted rgb(90, 140, 185);
			text-align: center;
			float: left;
		}

		ul > li > ul > li:first-child
		{
			border-left: 1px dotted rgb(90, 140, 185);
		}

		ul > li > ul > li:nth-child(6), ul > li > ul > li:nth-child(7)
		{
			width: 7.5%;
			font-size: 28px;
			line-height: 2.85;
		}

		.menu
		{
			color: rgb(0, 60, 115);
			opacity: 0.7;
		}

		.menu:hover
		{
			background-color: rgb(100, 255, 0);
			color: #fff;
			opacity: 0.6;
			font-weight: 400;
		}

		.menu:active 
		{
			color: rgb(0, 255, 0);
			background-color: #fff;
		}
		
#contents
{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px;
}

#container
{
	max-width: 100%;
	border-left: 1px solid rgb(240, 240, 240);
	border-right: 1px solid rgb(240, 240, 240);
	-webkit-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); 
	background-color: #fff;
}

		#intro
		{
			max-width: 900px;
			max-height: 635px;
		}


		#intro img
		{
			width: 100%;
			height: auto;
			margin-bottom: -6px;
		}

.space
{
	width: 100%;
	height: 90px;
}

.space img
{
	width: 100%;
	height: 90px;
}

		.presentation
		{
			width: 100%;
			margin-left: auto;
			margin-right: auto;
		}

		.presentleft
		{
			width: 12%;
			height: 100px;
			float: left;
		}
		
		.presentcent
		{
			width: 76%;
			float: left;
			padding: 40px 20px 35px 20px;
			font-size: 18px;
			text-align: justify;
			line-height: 140%;
		}
		
#heading
{
	font-size: 40px;
	font-weight: 400;
	color: rgb(25, 90, 140);
}

		.presentright
		{
			width: 12%;
			height: 100px;
			float: left;
		}

		.presentcent ul > li
		{
			text-align: justify;
			line-height: 140%;
			list-style-image: url("img/rightsquered.png");
			margin: 0 0 5px 22px;
		}
		
.galery
{
	width: 46%;
	height: auto;
	border-width: 2px 2px 10px 2px;
	border-color: #222;
	border-style: solid;
	margin: 10px;
	line-height: 1.4;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
	background-color: #222;
	display: block;
	color: #ddd;
	opacity: 0.95;
}

.galery:hover
{
	opacity: 1;
}

.galery img 
{
	width: 100%;
	height: auto;
}

.inscription
{
	padding: 10px;
	text-align: center;
	color: #fff;
	display: block;
}

		.contactico
		{
			font-size: 22px; 
			color: rgb(25, 90, 140);
			float: left;
			margin-right: 3px;
		}

		.contactnam
		{
			font-size: 18px;
			color: rgb(255, 125, 0);
			float: left;
			text-align: left;
			padding-left: 2px;
			padding-top: 3px;
		}

		.contactuse
		{
			font-size: 18px;
			float: left;
			text-align: left;
			padding-left: 4px;
			padding-top: 3px;
		}
		#contactuse
		{
			font-size: 18px;
			float: left;
			text-align: left;
			padding-left: 4px;
			padding-top: 7px;
		}

#footer
{
	width: 100%;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 16px;
	text-align: center;
	background-color: rgb(20, 70, 105);
	color: #aaa;
	letter-spacing: 0.2px;
}

		.sticky
		{
			width: 100%;
			position: fixed;
			left: 0;
			top: 0;
			z-index: 100;
		}




@media screen and (max-width: 840px) 
{
  ol li:first-child {display: none;}
  
		#nav {max-width: 840px; height: 75px; padding: 0 5px; text-align: center; margin-left: auto; margin-right: auto;}

		#sticky {width: 100%; background-color: #fff; -webkit-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#menu {width: 100%;}

		ul {list-style-type: none; margin: 0; padding: 0; 	max-width: 840px; margin-left: auto; margin-right: auto; line-height: 3.5625;}

		li a {display: block; text-decoration: none;}

		ul > li {text-align: center;}

		ul > li > ul > li {width: 17%; border-right: 1px dotted rgb(90, 140, 185); border-bottom: 1px dotted rgb(90, 140, 185); text-align: center; float: left;}

		ul > li > ul > li:first-child {border-left: 1px dotted rgb(90, 140, 185);}

		ul > li > ul > li:nth-child(6), ul > li > ul > li:nth-child(7) {width: 7.5%; font-size: 28px; line-height: 2.672;}

		.menu {color: rgb(0, 60, 115); opacity: 0.7;}

		.menu:hover {background-color: rgb(100, 255, 0); color: #fff; opacity: 0.6; font-weight: 400;}

		.menu:active {color: rgb(0, 255, 0); background-color: #fff;}

.space {width: 100%; height: 85px;}
.space img {width: 100%; height: 85px;}

}


@media screen and (max-width: 768px) 
{
  ol a {padding: 3px 3px 0 3px;}
  
		#nav {max-width: 768px; height: 70px; padding: 0 5px; text-align: center; margin-left: auto; margin-right: auto;}

		#sticky {width: 100%; background-color: #fff; -webkit-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#menu {width: 100%;}

		ul {list-style-type: none; margin: 0; padding: 0; 	max-width: 768px; margin-left: auto; margin-right: auto; line-height: 3.325;}

		li a {display: block; text-decoration: none;}

		ul > li {text-align: center;}

		ul > li > ul > li {width: 17%; border-right: 1px dotted rgb(90, 140, 185); border-bottom: 1px dotted rgb(90, 140, 185); text-align: center; float: left;}

		ul > li > ul > li:first-child {border-left: 1px dotted rgb(90, 140, 185);}

		ul > li > ul > li:nth-child(6), ul > li > ul > li:nth-child(7) {width: 7.5%; font-size: 28px; line-height: 2.494;}

		.menu {color: rgb(0, 60, 115); opacity: 0.7;}

		.menu:hover {background-color: rgb(100, 255, 0); color: #fff; opacity: 0.6; font-weight: 400;}

		.menu:active {color: rgb(0, 255, 0); background-color: #fff;}

.space {width: 100%; height: 80px;}
.space img {width: 100%; height: 80px;}

}


@media screen and (max-width: 730px) 
{
ol, .presentleft, .presentright {display: none;}
 
#features {width: 100%; height: 17px; background-color: rgb(25, 90, 140); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; text-align: center; -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#nav {max-width: 730px; height: 65px; padding: 0 5px; text-align: center; margin-left: auto; margin-right: auto;}

		#sticky {width: 100%; background-color: #fff; -webkit-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#menu {width: 100%;}

		ul {list-style-type: none; margin: 0; padding: 0; 	max-width: 730px; margin-left: auto; margin-right: auto; line-height: 3.25;}

		li a {display: block; text-decoration: none;}

		ul > li {text-align: center;}

		ul > li > ul > li {width: 17%; border-right: 1px dotted rgb(90, 140, 185); border-bottom: 1px dotted rgb(90, 140, 185); text-align: center; float: left; font-size: 20px;}

		ul > li > ul > li:first-child {border-left: 1px dotted rgb(90, 140, 185);}

		ul > li > ul > li:nth-child(6), ul > li > ul > li:nth-child(7) {width: 7.5%; font-size: 26px; line-height: 2.5;}

		.menu {color: rgb(0, 60, 115); opacity: 0.7;}

		.menu:hover {background-color: rgb(100, 255, 0); color: #fff; opacity: 0.6; font-weight: 400;}

		.menu:active {color: rgb(0, 255, 0); background-color: #fff;}

#contents {max-width: 730px; margin-left: auto; margin-right: auto; padding: 0 5px;}
#container {max-width: 100%; border-left: 1px solid rgb(240, 240, 240); border-right: 1px solid rgb(240, 240, 240); -webkit-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); background-color: #fff;}

		#intro {max-width: 730px; max-height: 515px;}
		#intro img {width: 100%; height: auto; margin-bottom: -6px;}

.space {width: 100%; height: 74px;}
.space img {width: 100%; height: 74px;}
  

		.presentation {width: 100%; margin-left: auto; margin-right: auto;}
		.presentcent {width: 100%; float: left; padding: 40px 60px 40px 60px; font-size: 18px; text-align: justify; line-height: 140%;}
		.presentcent ul > li {text-align: justify; line-height: 140%; list-style-image: url("img/rightsquered.png"); margin: 0 0 5px 22px;}
		
}


@media screen and (max-width: 640px) 
{
  ol, .presentleft, .presentright {display: none;}
 
#features {width: 100%; height: 15px; background-color: rgb(25, 90, 140); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; text-align: center; -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#nav {max-width: 640px; height: 65px; padding: 0 5px; text-align: center; margin-left: auto; margin-right: auto;}

		#sticky {width: 100%; background-color: #fff; -webkit-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#menu {width: 100%;}

		ul {list-style-type: none; margin: 0; padding: 0; 	max-width: 640px; margin-left: auto; margin-right: auto; line-height: 3.421;}

		li a {display: block; text-decoration: none;}

		ul > li {text-align: center;}

		ul > li > ul > li {width: 17%; border-right: 1px dotted rgb(90, 140, 185); border-bottom: 1px dotted rgb(90, 140, 185); text-align: center; float: left; font-size: 19px;}

		ul > li > ul > li:first-child {border-left: 1px dotted rgb(90, 140, 185);}

		ul > li > ul > li:nth-child(6), ul > li > ul > li:nth-child(7) {width: 7.5%; font-size:25px; line-height: 2.6;}

		.menu {color: rgb(0, 60, 115); opacity: 0.7;}

		.menu:hover {background-color: rgb(100, 255, 0); color: #fff; opacity: 0.6; font-weight: 400;}

		.menu:active {color: rgb(0, 255, 0); background-color: #fff;}

#contents {max-width: 640px; margin-left: auto; margin-right: auto; padding: 0 5px;}
#container {max-width: 100%; border-left: 1px solid rgb(240, 240, 240); border-right: 1px solid rgb(240, 240, 240); -webkit-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); background-color: #fff;}

		#intro {max-width: 640px; max-height: 451px;}
		#intro img {width: 100%; height: auto; margin-bottom: -6px;}

.space {width: 100%; height: 74px;}
.space img {width: 100%; height: 74px;}

		.presentation {width: 100%; margin-left: auto; margin-right: auto;}
		.presentcent {width: 100%; float: left; padding: 35px 20px 35px 20px; font-size: 17px; text-align: justify; line-height: 140%;}
		.presentcent ul > li {text-align: justify; line-height: 140%; list-style-image: url("img/rightsquered.png"); margin: 0 0 5px 22px;}

		.galery {width: 45%; height: auto; border-width: 2px 2px 10px 2px; border-color: #222; border-style: solid; float: left; margin: 10px; line-height: 1.4; text-align: center; text-decoration: none; font-size: 17px; background-color: #222; display: block; color: #ddd; opacity: 0.95;}
		.galery:hover {opacity: 1;}
		.galery img {width: 100%; height: auto;}
		.inscription {padding: 10px; text-align: center; color: #fff; display: block;}

}


@media screen and (max-width: 570px) 
{
  ol, .presentleft, .presentright {display: none;}
 
#features {width: 100%; height: 13px; background-color: rgb(25, 90, 140); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; text-align: center; -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#nav {max-width: 570px; height: 60px; padding: 0 5px; text-align: center; margin-left: auto; margin-right: auto;}

		#sticky {width: 100%; background-color: #fff; -webkit-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3); box-shadow: inset 0px 7px 7px 0px rgba(0,0,0,0.3);}

		#menu {width: 100%;}

		ul {list-style-type: none; margin: 0; padding: 0; 	max-width: 570px; margin-left: auto; margin-right: auto; line-height: 3.333;}

		li a {display: block; text-decoration: none;}

		ul > li {text-align: center;}

		ul > li > ul > li {width: 17%; border-right: 1px dotted rgb(90, 140, 185); border-bottom: 1px dotted rgb(90, 140, 185); text-align: center; float: left; font-size: 18px;}

		ul > li > ul > li:first-child {border-left: 1px dotted rgb(90, 140, 185);}

		ul > li > ul > li:nth-child(6), ul > li > ul > li:nth-child(7) {width: 7.5%; font-size:24px; line-height: 2.5;}

		.menu {color: rgb(0, 60, 115); opacity: 0.7;}

		.menu:hover {background-color: rgb(100, 255, 0); color: #fff; opacity: 0.6; font-weight: 400;}

		.menu:active {color: rgb(0, 255, 0); background-color: #fff;}

#contents {max-width: 570px; margin-left: auto; margin-right: auto; padding: 0 5px;}
#container {max-width: 100%; border-left: 1px solid rgb(240, 240, 240); border-right: 1px solid rgb(240, 240, 240); -webkit-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2); background-color: #fff;}

		#intro {max-width: 570px; max-height: 396px;}
		#intro img {width: 100%; height: auto; margin-bottom: -6px;}

.space {width: 100%; height: 68px;}
.space img {width: 100%; height: 68px;}

		.presentation {width: 100%; margin-left: auto; margin-right: auto;}
		.presentcent {width: 100%; float: left; padding: 35px 20px 35px 20px; font-size: 17px; text-align: justify; line-height: 140%;}
		.presentcent ul > li {text-align: justify; line-height: 140%; list-style-image: url("img/rightsquered.png"); margin: 0 0 5px 22px;}

		.galery {width: 45%; height: auto; border-width: 2px 2px 10px 2px; border-color: #222; border-style: solid; float: left; margin: 10px; line-height: 1.4; text-align: center; text-decoration: none; font-size: 17px; background-color: #222; display: block; color: #ddd; opacity: 0.95;}
		.galery:hover {opacity: 1;}
		.galery img {width: 100%; height: auto;}
		.inscription {padding: 10px; text-align: center; color: #fff; display: block;}

}


@media screen and (max-width: 500px) 
{
  #features, ol, .presentleft, .presentright, #intro, ul > li > ul > li:first-child, .contactnam {display: none;}
 
		#nav {max-width: 500px; height: 30px; padding: 0; text-align: center; margin-left: auto; margin-right: auto;}
		#sticky {width: 100%; background-color: #fff; -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0); -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0); box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);}
	
        #menu {width: 100%;}

		ul {list-style-type: none; margin: 0; padding: 0; max-width: 500px; margin-left: auto; margin-right: auto; line-height: 1.6;}

		li a {display: block; text-decoration: none;}

		li a.active {display: block; color: #fff; background-color: rgb(25, 90, 140); line-height: 1.4;}

		li a.active:hover {background-color: rgb(20, 70, 110);}

		ul > li {text-align: center;}

		ul > li > ul > li {width: 33.33%; border-top: 0;  border-right: 1px dotted rgb(20, 70, 110); border-bottom:  1px dotted rgb(20, 70, 110); text-align: center; background-color: rgb(90, 140, 185); font-size: 18px; position: relative; z-index: 100;}

		ul > li > ul {display: none;}

		ul > li:hover > ul {display: block;}

		ul > li > ul > li:nth-child(4) {border-right: 0;}
		ul > li > ul > li:nth-child(6) {width: 33.33%; font-size: 19px; line-height: 1.5162;}
		ul > li > ul > li:nth-child(7) {width: 33.33%; font-size: 21px; line-height: 1.3715; border-right: 0;}

		.menu {color: #fff; opacity: 1;}
		.menu:hover {background-color: rgb(100, 255, 0); color: #fff; opacity: 0.8; font-weight: 400;}
		.menu:active {color: rgb(0, 255, 0); background-color: #fff;}

#contents {max-width: 500px; margin-left: auto; margin-right: auto; padding: 0;}
#container {max-width: 100%; border-left: 0; border-right: 0; background-color: #fff;}

.space {width: 100%; height: 35px;}
.space img {width: 100%; height: 35px;}

		.presentation {width: 100%; margin-left: auto; margin-right: auto;}
		.presentcent {width: 100%; float: left; padding: 30px 10px 20px 10px; font-size: 16px; text-align: justify; line-height: 140%;}
#heading {font-size: 35px; font-weight: 400; color: rgb(25, 90, 140);}
		.presentcent ul > li {text-align: justify; line-height: 140%; list-style-image: url("img/rightsquered.png"); margin: 0 0 5px 22px;}
		
.contactico {font-size: 22px; color: rgb(25, 90, 140); float: left;}
.contactuse {font-size: 16px; float: left; text-align: left; padding-left: 0px; padding-top: 0px;}
#contactuse {font-size: 16px; float: left; text-align: left; padding-left: 0px; padding-top: 7px;}

		.galery {width: 100%; height: auto; border-width: 2px 2px 10px 2px; border-color: #222; border-style: solid; margin-left: auto; margin-right: auto; line-height: 1.4; text-align: center; text-decoration: none; font-size: 17px; background-color: #222; display: block; color: #ddd; opacity: 0.95;}
		.galery:hover {opacity: 1;}
		.galery img {width: 100%; height: auto;}
		.inscription {padding: 10px; text-align: center; color: #fff; display: block;}

}




