/*
Theme Name: BodyMap
Description: Wordpress theme for bodymapsystem.com / .pl
Version: 1.0
Author: Valeriy Maksymiv
Author URI: http://aiwe.pl/
*/


@import "/css/74eaad49b918671fc69aeb21f0cd45bc/normalize.css";
@import "/css/8f7ed4cc84d3e9afa3f1a645e07a4c7b/search.css";
@import "/css/fe0e0bff69f1d66ed116ed025f65d300/responsive-tables.css";
@import "/css/5d14e63330611417ec75ef84772b005c/ie.css";




@import "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700&subset=latin,cyrillic,latin-ext";



body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    color: #222;
	font-weight: 300;
    background-color: #000;
}



html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    font-family:  'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

p {
    margin: 20px 0 20px 0;
    font-size: 18px;
    line-height: 1.5;
	font-weight: 300;
	text-align: justify;
}

ul, ol {
    font-size: 18px;
    line-height: 1.5;
	font-weight: 300;
}

.clear{
	clear: both;	
	overflow: hidden;
	height: 0px;
}

.clear_margin{
	clear: both;	
	overflow: hidden;
	height: 100px;
}

#content ul, 
#content ol {
    margin: 20px 0 20px 0;
}

#content ul.pdf {
	list-style: none;
}

#content ul.pdf li:before {    
font-family: 'FontAwesome';
content: '\f1c1';
margin:0 5px 0 -15px;
color: red;
}


header.navbar a {
	color: #fff;
}


header h1
 {
	color: #fff;
	text-transform: none;
	width:100%;
	margin:10px auto 0;
	text-align: left;

}


header h1 strong {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	padding: 10px 0 0 0px;
	display: block;
}


header h1 a {
	text-decoration: none;
}



.navbar {
    padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.3);
    font-family:  'Open Sans',Helvetica,Arial,sans-serif;
	position: relative;
	width: 100%;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
	height: auto;
	z-index: 101;
}

.navbar nav {
	text-transform: uppercase;
}


a {
    color: #252c4a;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}




p {
	font-weight: 300;
}


header nav {
	display: block;
	margin: 0 auto 0;
}

header nav .menu {
	margin:0;
	list-style:none;
	padding:0;
	border:0;
	width: auto;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
	font-size: 16px;
    line-height: 18px;
	}


	
header nav .menu li a {
	display: block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	width: 100%;
	padding: 10px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

header nav .menu li a:hover,
header nav .menu li a:focus,
header nav .menu li.active {
    outline: 0;
	color: #fff;
    background-color: rgba(255,255,255,.2);
}
	
header nav .menu li {
	list-style:none;
}


.navbar h1 a:hover {
	color: #007db1;
}

.language_selector {
	margin: 10px;
	list-style:none;
	padding:0;
	text-align: center;
	clear: both;
	height: 50px;
}



.language_selector li {
	display: inline-block;
	color:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 10px 0 0;
	border: solid 1px rgba(255,255,255,.8);
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
    line-height: 32px;
	position: relative;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
}

.language_selector li a,
.language_selector li span
 {
	text-decoration: none;
	display: block;
	width: 32px; 
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 32px;
	margin:	-1px; padding: 0;
}

.language_selector li:hover a {
	color: #222;
	background-color: rgba(255,255,255,.8);
}


.alignleft
 {
    display: inline;
    float: left;
  margin-right: 1.5em;
}
.alignright
 {
    display: inline;
    float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter,
img.alignleft,
img.alignright

 {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
	float: none;
}


img.icon{
	padding:10px; 
	border: 1px solid #cecece; 
	background-color:#f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
	position:relative;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
}

a:hover img.icon { 
	background-color:#DADADA;
}


#content {
	padding-bottom: 20px;
	clear: both;
}

#content p {
    clear: both;
}

#content .size-full {
	width: 100%;
	height: auto;
}

#content h1 a {color: #6C6D6F; }
#content h1 a,
#content h1 a:hover {
	text-decoration: none;
}
#content h1 a:hover {
color: rgba(0,125,177, 1);
}



#content img.size-thumbnail{
	padding:10px; 
	border: 1px solid #cecece; 
	background-color:#f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
	position:relative;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
	width: 210px;
	height: 210px;
}


#content a:hover img.size-thumbnail { 
	background: rgba(0,125,177, 0.8);
    transition: all 0.4s ease-in-out;
}




.circle {
    width: 70px;
    height: 70px;
	text-align: center;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
	font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.circle:hover,
.circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}


.circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.intro {
	margin:0 auto 0;
	position: relative;
	color: #fff;
}


.intro article {text-align: center;}
.intro article .wrapper {
	margin: 0 auto 0;
}

.intro .circle {
	position: absolute;
	margin: 0 0 0 -40px;
	top: 30%;
	left: 50%;
	text-align: center;
	padding: 0;
}

.intro .circle i {
	margin-top: 15px;
}

#slideshow {
  width: 100%;
  border: 0;
  margin: 0;
  position: relative;
}



#slideshow .slide {
	overflow: hidden;
	position: static;
	width: 100%;
	z-index: 42;
	background-attachment: fixed !important;  /* background-attachment does the trick */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}


#slideshow .slide .circle {
	position: absolute;
	margin: 0 0 0 -40px;
	bottom: 20px;
	left: 50%;
	text-align: center;
	padding: 0;
	z-index: 122;
}

#slideshow article {
	position: relative;
	width: 100%;
	min-height: 200px;
	background-color: #000;
	margin: 150px 0 150px 0;
	padding: 10px 0 10px 0;
	color: #fff;
}

#slideshow article h2 {
	color: #6c6d6f;
	margin-top: 10px;
}

#slideshow article img.alignleft,
#slideshow article img.alignright,
#slideshow article img.aligncenter {
	margin: 0 auto 0;
	float: none;
}

footer {
	position: relative;
	color: #222;
	background: rgba(0,125,177, 0.8);
}

footer .foo {
	padding-top: 20px;
	background-color: #dadada;
	padding-bottom: 10px;
}

footer .copy, footer .copy a { color: #DADADA; } 

footer a {
	color:#222;
}

.hider {
	height: 70px;
	overflow: hidden;
	position: relative;
}


footer .circle  {
    width: 70px;
    height: 70px;
	text-align: center;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
	font-size: 40px;
    color: #fff;
    background: 0 0;
	position: absolute;
	margin: 0 0 0 -40px;
	bottom: -30px;
	left: 50%;
	text-align: center;
	padding: 0;
	z-index: 121;
}

.wrapper {
	width:90%;
	margin:0 auto 0;
	padding: 0;
	position: relative;
}

footer .wrapper {
	padding: 0;
}

#container {
	background-color: #fff;
}

.system {
	background: #fff url("/source/a17f85ec037fad6639524e621aeba713/grad.jpg") center top repeat-x;
}



/* system tooltips */

.system .punkt .point {
	width: 40px;
    height: 40px;
    display: block;
    text-indent: -9000px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 50%;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");

	border: solid 3px #fff;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
	padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.system .punkt {
	position: absolute;
	text-decoration: none;
}

.system .punkt .obr{
	display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
	padding: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
		behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.system .punkt .tip {
	display: none;
}



.system .punkt:hover .point{
    width: 95px;
    height: 95px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
		behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
	
    opacity: 0.6;
    margin: -50px 0 0 -50px;
    background-color:#a3a4ae;
	border: solid 3px #888;
}

.system .punkt:hover .obr{
    width: 90px;
    height: 90px;
    background-size: 120% 120%;
    margin: -45px 0 0 -45px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; 
		behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
}


.column {
	float: left;
	width: 100%;
	padding: 10px;
}

footer ul.footer-products {
	display: block;
}

footer ul,
footer ol
 {
	list-style:none;
	padding:0;
	border:0;
	margin:0;
}

	
footer .column li,
footer .column li
 
{
	background: none;
    border: 0 none;
	line-height: 30px;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: 400;
}

footer .column p {
	font-size: 14px;
}

footer .column li a {
	color:#222;
	text-decoration:none;
	padding: 5px;
	text-transform:uppercase;
	border-radius: 5px;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
	transition: 	all 400ms ease-out;
	
	margin-left: -5px;
}

footer .column li a:hover {
	background: rgba(0,125,177, 0.8);
	color:#fff;
}

footer .column .current-menu-item a {
	background: rgba(255,255,255,0.7);
}

footer ul.footer-products li a {
	float: left;
	line-height: 14px;
	background: rgba(255,255,255,0.7); 
	margin: 0 10px 10px 0;
}

footer ul.footer-products .current a {
	background: rgba(0,125,177, 0.4);
}

footer ul.footer-products .current a:hover {
	background: rgba(0,125,177, 0.9);
}



/*	Tables  */
	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; width: 100%;
	vertical-align: baseline;
	margin-bottom: 10px;
	
	}
	
	table thead, table tfoot { background: #f5f5f5; }
	table thead tr th,
	table tfoot tr th,
	table tbody tr td,
	table tr td,
	table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
	table thead tr th,
	table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr:nth-child(even) { background: #f9f9f9; }
	table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

    tr th, thead th {
	font-weight: bold;
	padding: 4px 10px;
	color: #222;
	background: #DADADA;
	vertical-align: middle;
	font-size: 12px; line-height: 18px;
}
	

tr td, tbody td {vertical-align: middle;}


/* ------------ item listings ------------- */

#content ul.products {
	width: 240px;
	list-style: none;
	margin: 0 auto 0; 
	padding: 0;
	font-size: 12px;
}

#content ul.products li {
	width: 220px; 
	height: 220px;
	float: left;
	display: inline-block;
	margin: 5px; padding: 0;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
	position:relative;
	overflow: hidden;
    position: relative;
    cursor: default;
	text-align: center;
    transition: all 0.4s ease-in-out;
}




#content ul.products li a {
	text-decoration: none;
}

ul.products li img {
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
	position:relative;
	padding:10px; 
	background-color:#f1f1f1;
}



ul.products li .info {
	position: absolute;
	left: 0; top: 0;
	width: 220px;
	height: 220px;
	font-size: 1.2em;
    background: rgba(0,125,177, 0.8);
    width: inherit;
    height: inherit;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url("/source/8d3d6f9c365da63240313e4ff09c6bc0/PIE.htc");
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
}

ul.products li h2 {
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    margin: 0 30px 0 30px;
    padding: 45px 0 0 0;
}
ul.products li p {color: #fff;
    padding: 10px 25px;
    font-style: italic;
	text-align: center;
    margin: 0;
    font-size: 11px;
    opacity: 0;
    transition: all 1s ease-in-out 0.4s;}


ul.products li:hover {	background-color:#DADADA; }



ul.products li:hover .info {
    transform: scale(1);
    opacity: 1;
}

ul.products li:hover .info p {
    opacity: 1;
}



.title {
	margin: 20px 0 20px 0;
}


.wp-caption-text {
	text-align: center;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5;
	font-weight: 300;
}

.alignleft .wp-caption-text {
	
}


.wp-caption {
	text-align: center;
}

.wp-caption img {
	margin: 0 auto 0;
	display: inline-block;
}


#crumbs {
	position: relative;
	width: 100%;
	height: 50px;
	margin: -50px 0 0 0;
}


.arrow-left,
.arrow-right {
-webkit-tap-highlight-color: rgba(0,0,0,0);
   opacity: 0.3;
   text-decoration: none;
  margin-top: -22px;
  z-index: 100;
  position: absolute;
  top: 50%;
  color: #222;
  font-size: 30px;
  width: 50px;
  height: 50px;
 
  
   	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
	
  }
 
.arrow-left i,
.arrow-right i {
 	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
	color: #222;
 
 }
 


.arrow-left:hover, 
.arrow-right:hover,
.arrow-left:active, 
.arrow-right:active
 {
  opacity: 1.0;
  color: #222;
}

  
.arrow-left:hover i, 
.arrow-right:hover i,
.arrow-left:active i, 
.arrow-right:active i {
	color: #222;
}
  

.arrow-left {
  left: 5px;
  text-align: left;
}

.arrow-left i {
	margin-left: 10px;
}

.arrow-right {
  right: 5px;
  text-align: right;
}

.arrow-right i {
	margin-right: 10px;
}


.breadcrumbs {
font-size: 11px;
padding: 0;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
color: #999;
margin: 0;
}

.breadcrumbs a {
	margin: 0;
	color: #222;
   text-decoration: none;
	display: inline-block;
}

 


.breadcrumbs a:hover {
	color: #222;
}






















@media only screen and (min-width: 480px) {
	/* Wide mobile (480px+) styles go here */
	


#slideshow article img.alignleft {float: left;}
#slideshow article img.alignright {float: right;}

#content  ul.products {
	width: 480px;
	margin: 0 -10px auto -10px; 
}


.alignleft,
img.alignleft {
    display: inline;
    float: left;
  margin-right: 15px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
  margin-left: 15px;
}


img.alignleft,
img.alignright
{
    clear: none;
}	

}

@media only screen and (min-width: 768px) { 
	/* Tablets/netbooks (768px+) styles go here */

.column {
	float: left;
	width: 1000px;
	padding: 0;
}

.half {
	width: 50%;
}

.language_selector {
	display: block;
	height: auto;
	float: right;
	width: auto;
	margin: 13px 0 0 10px;
	clear: none;
}

	
header h1 {
	
	color: #fff;
	text-transform: none;
	width: auto;
	float: left;
	margin: 0;
	letter-spacing: 2px;
}

.shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 5px 6px -7px black;
            box-shadow: 0 5px 6px -7px black;
}


.wrapper {
	width:90%;
	margin:0 auto 0;
	position: relative;
}

.intro article .wrapper {
	width: 80%;
	margin:0 auto 0;
}
.intro article {
	position: absolute;
	bottom: 10%;
	left: 0%;
	width: 100%;
	text-align: center;
}

.intro .circle {
	position: absolute;
	margin: 0 0 0 -40px;
	bottom: 4%;
	left: 50%;
	text-align: center;
	padding: 0;
}

header h1 strong {
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	-ms-transition: 	all 400ms ease-out;
	display: block;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
	position: absolute;
	top: 40px; left: 30px;
}

.navbar {
		position: absolute;
		padding: 40px 0 40px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

.fixed {
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: fixed; top: 0; left: 0;
	padding: 0;
	background-color: #000;
}


.fixed h1 strong {
	top: 0; 
	opacity: 0;
	-moz-opacity: 0;
}

header nav {
	float: right;
	margin: 0;
	padding: 0;
}


header nav .menu li {
	float:left;
	width: auto;
	display: block;
}


header nav .menu li a {
	width: auto;
	padding: 20px 10px 20px 10px;
}



#slideshow .slide {
	position: relative;
	width: 100%;
}



#slideshow article img.alignleft,
#slideshow article img.alignright,
#slideshow article img.aligncenter {
	margin: 0 auto 0;
}



.system .punkt .tip {
	display: block;
	position: absolute;
	width: 200px;
	left: 25px;
	top: 50%;
	margin-top: -8px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.system .punkt:hover .tip {
	left: 55px;
}


#content  ul.products {
	width: 720px;
	margin: 0 -10px auto -10px; 
}



}


@media only screen and (min-width: 1024px) {  

.wrapper {
	width:1024px;
	margin:0 auto 0;
	position: relative;
}

.intro article .wrapper {
	width: 60%;
	margin:0 auto 0;
}

#slideshow article h2 {
	color: #6c6d6f;
	font-size: 36px;
	margin-top: 30px;
}

#content  ul.products {
	width: 960px;
	margin: 0 -10px auto -10px; 
}

footer .right {
	float: left;	
}


}
	
	
	
@media only screen and (min-width: 1280px) { 
	/* Desktops (1024px+) styles go here */

	.wrapper {
	width:1240px;
	min-width:1240px;
	margin:0 auto 0;
	position: relative;
}

.intro article .wrapper {
	width: 60%;
	margin:0 auto 0;
}

#content  ul.products {
	width: 1200px;
	margin: 0 -10px auto -10px;
}

iframe.hover-iframe:hover {
	height: 500px;
}
	
}
