@charset "utf-8";
/*
Theme Name: GVMEDIA THEME
Description:Szablon strony gvmedia
Author: mt





/* CSS Document */

/* ~~ RESET ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	
	font-size: 1em;
}
a img { 
	border: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* ~---------------------------~ -HIDDEN ~----------------------~ */

.hide {
	text-indent: -998em;
	height: 0px;
}

/* ~--------------------------------------~ LINKI ~----------------~ */
a:link {
	color: #5da2c7;
}
a:visited {
	color: #5da2c7;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/* ~----------------------------------------------~ LAYOUT ~-----------------------------------------~ */
body{
	background:url(../img/toheader.png) no-repeat, url(../img/tlo2.png) no-repeat;
	background-position: 50% 60px;
	background-color: #C7D0D8;
	margin: 0;


}
#wrap{
		width: 960px;
	margin: auto;
}
/* ~----------------------------------------------~ HEADER~-----------------------------------------~ */
header{
	
	margin-top: 70px;
	
}
header h1 a{
	
display: block;
	background: url(../img/logo2.png) no-repeat;
	height: 160px;
	width: 160px;
	text-indent: -9999px;
	float: left;
}
header aside{
	float: right;
margin-right: 80px;
}
aside ul li{
	list-style: none;
	display: inline-block;
	margin-left: 7px;
	padding-top: 13px;

}
aside ul li#ikona1 a{
	display: inline-block;
background: url(../img/ikona1.png)no-repeat;	
width: 15px;
height: 15px;

}
aside ul li#ikona2 a{
display: inline-block;
background: url(../img/ikona2.png)no-repeat;	
width: 25px;
height: 15px;

}
aside ul li#ikona3 a{
	display: inline-block;
background: url(../img/ikona3.png)no-repeat;	
width: 15px;
height: 15px;

}
header h2{
	background: url(../img/logopartner.png) no-repeat;
	width: 80px;
	height: 50px;
	text-indent: -9999px;
	clear: left;
	margin-left: 30px;
}
/* ~----------------------------------------------~ NAV ~-----------------------------------------~ */

nav{
position: relative;
clear: left;	
width: 960px;
height: 40px;
background:#2E4565;
border-radius: 8px; 
margin-left: -10px;
margin-top: 330px;
}
nav ul{
	margin-left: 70px;
}
nav ul li{
	display: inline-block;
		margin: 0;
		padding: 0;

}
nav ul li a{
	margin-right: 105px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	color: #fff !important;
	line-height: 40px;
	width: 100px;
	padding: 3px 5px;

}
nav ul li a:hover{
background:#3B5477;
border-radius: 5px;


}

nav ul li:last-child a{
	margin-right: 50px;
}
nav ul li a.strzalka{
	width: 270px;
	background: url(../img/strzalka.png) no-repeat;
	padding-bottom: 2px;
	padding-right: 20px;
    background-position: right;
}
ul.submenu {
	float: none;
 background: rgb(17,62,101); /* Old browsers */
background: -moz-linear-gradient(top, rgba(17,62,101,1) 0%, rgba(1,113,171,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,62,101,1)), color-stop(100%,rgba(1,113,171,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(17,62,101,1) 0%,rgba(1,113,171,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(17,62,101,1) 0%,rgba(1,113,171,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(17,62,101,1) 0%,rgba(1,113,171,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(17,62,101,1) 0%,rgba(1,113,171,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113e65', endColorstr='#0171ab',GradientType=0 ); /* IE6-9 */
	width: 940px;
	height: 60px;
	position: absolute;
	top: 2.3em;
	left: -9000em;
	-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
ul.submenu li {
	float: none;
	display: inline-block;
width: 100px;
margin-right: 25px;
padding-right: 15px;
margin-top: 5px;	

}
ul.submenu li:first-child {
margin-left: 35px;
}
ul.submenu li:nth-child(7){
margin-left: 35px;
}
ul.submenu li:nth-child(6){
margin-left: 30px;
}
.topmenu li:hover ul {
	left: -60px;
	margin-top: 3px;
}
ul.submenu li a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	text-transform: none;
	padding: .2em 1em;
	white-space: nowrap;
	margin-left: 5px;
	padding-left: 10px;
	margin-right: 15px;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 20px;

	}
	ul.submenu li a:hover {
	background: #2E4565;
	height: 2em;
	margin-top: 0.2em;

	padding-top: 7px;
	padding-bottom: 7px;
	top: 0;
	border-radius: 3px;
}
	/* ~----------------------------------------------~PAGEE ~-----------------------------------------~ */

#page_wrap{
	margin-top: 30px;
	float: left;
	margin-left: -10px;
	width: 960px;
}
#page_wrap h2{
	font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
font-size: 22px;
color:#fff;
font-weight: bold;
padding-left: 10px;	
padding-bottom: 10px;
border-bottom: dotted 2px #fff;
}
#page_wrap h3{
	color:#fff;
	font-size: 16px;
font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
padding-left: 10px;	
padding-bottom: -2px;
}	
#left{
padding-left: 10px;
float: left;
width: 680px;
}
#left h2{
font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
font-size: 22px;
color:#fff;
font-weight: bold;
padding-left: 10px;	
padding-bottom: 10px;
border-bottom: dotted 2px #fff;

}
h2.bez_h{
margin-top: 18px;

}
#left h3{
	color:#fff;
	font-size: 16px;
font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
padding-left: 10px;	
padding-bottom: -2px;
}
#left p{
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #3B5477;
font-weight: normal;
padding-left: 35px;
padding-right: 15px;
line-height: 20px;
padding-bottom: 30px;
padding-top: 30px;	

}
#left p:first-letter{
margin-left: 35px;

}
#left ul{
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #3B5477;
font-weight: normal;
padding-left: 35px;
padding-right: 15px;
line-height: 20px;
margin-top: -25px;

}
#left ul li{
list-style: disc;
list-style-position: outside;
margin-left: 15px;
}
#left aside{
	text-align: left;
	margin-top: 10px;
	margin-left: 30px;
}
#left aside a{	
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #fff !important;
text-decoration: none;
padding: 3px 22px;
background: #2E4565;
border-radius: 5px;
}
#right{
float: right;
width: 220px;
padding-right: 10px;


}
#right h2{
	font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
font-size: 22px;
color:#fff;
font-weight: bold;
padding-left: 10px;	
padding-bottom: 10px;
border-bottom: dotted 2px #fff;
}
#right h3{
	color:#fff;
	font-size: 16px;
font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
padding-left: 10px;	
padding-bottom: -2px;
	}
#right ul{
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #3B5477;
font-weight: normal;
padding-top: 30px;
padding-left: 10px;	
}
#right ul li{
	padding-top: 3px;
}
#right ul li span{
color: #fff;
	}	
#right aside{
margin-top: 100px;
text-align: right;
}

#right aside a{	
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #fff !important;
text-decoration: none;
padding: 3px 22px;
background: #2E4565;
border-radius: 5px;
}
#right p{
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #3B5477;
margin-top: 40px;
padding-top: 20px;
width: 200px;
line-height: 20px;
margin-bottom: -50px;


}	
footer{
width: 960px;
margin-left: -10px;	
float: left;
margin-top: 30px;
}
footer p{
	font-family: 'Ubuntu', sans-serif;
font-size: 12px;
color: #3B5477;
padding-left: 10px;
padding-bottom: 50px;
border-top: dotted 2px #fff;
padding-top: 20px;
}
/* ~-------------------------------------------PAGE KLIENCI~-----------------------------------------~ */
.box{
position:relative;
	float:left;
	height:195px;
	text-align: center;
}
.box .link a{
text-decoration: none;
color:#2E4565;
text-transform: lowercase;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
width: 205px;
padding: 5px 0px;
display: inline-block;
border-right: 2px;
}
.box .link a:hover{
background:rgba(46,49,101,.6);
color:#fff;

-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;

}
.entry {
	position:relative;
	float:left;
	margin:10px;
	cursor:pointer;
	width:205px;
	height:145px;
	padding:0;
}

.portfolio { margin:0; }
.magnifier {
	background:rgba(46,49,101,.7) url(../img/magnifier.png) no-repeat center;
	position:absolute;
	top:0px;
	left:0px;
	padding-top: 20px;
	text-align: center;
	bottom:0px;
	right:0px;
	opacity:0;
	color:#fff;
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.entry:hover .magnifier { opacity:1; }
.entry:hover {-moz-transform: scale(1.05); 
-webkit-transition:: scale(1.05);
-ms-transition: scale(1.05);
-o-transition:: scale(1.05);
transform: scale(1.05);
}


img {
	max-width:100%;
	height: 145px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}



/* ~-------------------------------------BOX 3-----------------------------------------~ */
#boxy{
float: left;
padding-bottom: 20px;
}

#boxy section{
float: left;
	width: auto;
	height: 280px;
	border-radius: 6px;
	margin-bottom: 50px;
	-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 50px;


}
#box2 {
	margin-left:20px;
	margin-right: 20px;
	
}
#boxy section h2{
background: #fff;
font-size: 16px;
color:#3B5477;
text-transform: none;
font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;
width: 200px;
padding-left: 20px;

-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin-bottom: -3px;

	}

#boxy section p{
background:#2E4565;
width: 260px;
height: 280px;
padding-right:25px;
padding-left: 21px;
padding-top: 35px; 
text-align: justify;
padding-bottom: 5px;

-webkit-border-radius: 5px;
border-radius: 5px;
color: #E4E2E1;
}	
#boxy section p:first-letter{
	margin-left: 37px;
}
/* ~------------------------------------BOX jedna kol ~-----------------------------------------~ */
#boxy2 section{
float: left;
	width: auto;
	height: 280px;
	border-radius: 6px;
	margin-bottom: 80px;
	-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 50px;
margin-left: 80px;



}
#box2 {
	margin-left:20px;
	margin-right: 20px;
	
}
#boxy2 section h2{
background: #fff;
font-size: 16px;
color:#3B5477;
text-transform: none;
font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;
width: 200px;
padding-left: 20px;

-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin-bottom: -3px;

	}

#boxy2 section p{
background:#2E4565;
width: 630px;
height: auto;
padding-right:40px;
padding-left: 40px;
padding-top: 35px; 
text-align: justify;
padding-bottom: 50px;

-webkit-border-radius: 5px;
border-radius: 5px;
color: #E4E2E1;
}	
#boxy2 section p:first-letter{
	margin-left: 37px;
}
#boxy2 aside#left, #boxy3 aside#left, #boxy aside#left {
	float: left;
	width: 30px;
	margin-left: -70px;

}
#boxy2 aside#left a, #boxy3 aside#left a,#boxy aside#left a{
	height: 80px;
	text-indent: -9999px;
	background: url(../img/arr1.png)no-repeat;
	display: block;
	margin-top: 180px;


}

#boxy2 aside#right, #boxy3 aside#right, #boxy aside#right{
	float: right;
	width: 30px;
	margin-right: -70px;
}
#boxy2 aside#right a, #boxy3 aside#right a,#boxy aside#right a {
	width: 50px;
	height: 100px;
	text-indent: -9999px;
	background: url(../img/arr2.png)no-repeat;
	display: block;
margin-top: 180px;
}

#boxy3 section{
float: left;
	width: auto;
	height: 370px;
	border-radius: 6px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 50px;
}
#box_jeden{
margin-right: 20px;
}
#boxy3 section h2{
background: #fff;
font-size: 16px;
color:#3B5477;
text-transform: none;
font-weight: normal;
padding-top: 10px;
padding-bottom: 10px;
width: 200px;
padding-left: 20px;

-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin-bottom: -3px;

	}

#boxy3 section p{
background:#2E4565;
width: 410px;
height: 200px;
padding-right:30px;
padding-left: 30px;
padding-top: 35px; 
text-align: justify;
padding-bottom: 90px;

-webkit-border-radius: 5px;
border-radius: 5px;
color: #E4E2E1;
}	
#boxy2 section p:first-letter{
	margin-left: 37px;
}
#box_sklep{
padding-bottom: 60px;

}
#box_strony{
margin-right: 20px;
}

section#box_strony p,section#box_sklep p {
	height: 280px;

}

#kontakt ul{
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
color: #3B5477;
font-weight: normal;
padding-top: 30px;
padding-left: 10px;	
}
#kontakt ul li{
	padding-top: 3px;
}
#kontakt ul li span{
color: #fff;
	}	

#kontakt{
margin-bottom: 10px;
margin-top: 10px;
margin-left: 50px;
float: left;
}	
#map{
	margin-left: 300px;
	margin-top: -270px;
}

.cookiepolicy {
	background: #efefef;
	bottom: 0;
	font: 14px Arial, Helvetica, sans-serif;
	left: 0;
	padding: 15px 50px;
	position: fixed;
	right: 0;
	text-align: center;
}

.cookiepolicy .button {
	background: #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 10px;
}