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

	#quickBtns {
		display:none;
	}
	
}

@media only screen and (min-width: 1240px){
	
	footer section:last-child:after {
		content:'';
		width:117px;
		height:130px;
		display:block;
		position:absolute;
		right:-62%;
		bottom:10px;
		background:url(../i/paw.png) no-repeat right bottom;
	}
	
}

html, body {
	margin:0;
	padding:0;	
}
body {
	font-family:Arial, 'sans serif';
	font-size:15px;
	line-height:1.5;
	text-shadow:1px 1px 0 rgb(255, 255, 255);
}

.mark {
   display:block;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.blue a, .blue nav.sub ul li.active a, .blue .con-wrap h3 {
	color:#0051bc;
}

.green a, .green nav.sub ul li.active a, .green .con-wrap h3 {
	color:#8fa82c;
}

.grey a, .grey nav.sub ul li.active a, .grey .con-wrap h3 {
	color:#5e717c;
}

.yellow a, .yellow nav.sub ul li.active a, .yellow .con-wrap h3 {
	color:#D1A700;
}

.red a, .red nav.sub ul li.active a {
	color:#cd1719;
}

.bright-blue a, .bright-blue nav.sub ul li.active a, .bright-blue .con-wrap h3 {
	color:#358c9f;
}

img {
	border:none;
}
.wrap {
	width:950px;
	padding:0;
	margin:0 auto;
}

header {
	background:url(../i/texture.png);
	height:30px;
	padding:10px 0;
	font-size:13px;
}
nav {
	display:inline-block;
	width:71.6315789%;
    float:left;
}
nav ul {
	margin:0;
	padding:0;
}
nav .languages {
	display:inline-block;
	margin-right:20px;
    float:left;
}
nav .languages li {
	list-style-type:none;
	margin-left:10px;
	padding:0;
}
nav ul li {
	float:left;
	margin-left:20px;
	padding:5px;
    color:rgb(108, 108, 108);
    
}
nav li:first-child {
	list-style-type:none;
	margin-left:0;
}

header .wrap nav ul li a {
	display:block;
	text-decoration:none;
    color:rgb(108, 108, 108);
    text-decoration:none;
}

header .wrap nav ul li a:hover {
	color:#CD1719;
}

.search {
	width:27.3157895%;
	display:inline-block;
	text-align:right;
}

.search legend {
	display:none;
}
.search input[type=text] {
	border:none;
	margin-right:5px;
    width:82%;
}
.search input[type=submit] {
	border:none;
	width:25px;
	height:100%;
	cursor:pointer;
	background:url(../i/bg-search.png) no-repeat 0 2px;
}
.search fieldset {
	display:inline;
	border:none;
	margin:0;
	background:white;
	box-shadow:inset 1px 1px 3px rgba(0, 0, 0,.3);
	padding:5px 6px;
	height:20px;
	width:225px;
	text-align:left;
	border-radius:12px;
}
.logolink {
    margin:60px 0 0 0;
    width:31.5789474%;
	float:left;
}
nav.main {
	display:inline-block;
	width:67.3684211%;
	height:120px;
	font-family: 'Vollkorn', serif;
	font-size:1.5em;
	text-shadow:none;
	margin-bottom:10px;
}
nav.main ul {
  margin:0;
  padding:0;
}
nav.main ul li {
	list-style-type:none;
	padding:0;
	display:inline-block;
	width:18.8571429%;
	height:120px;
	margin:0 1.42857143% 0 0;
	overflow:hidden;
	position:relative;
}
nav.main ul li a {
	color:white;
	display:block;
	position:absolute;
	bottom:-12px;
    width:115%;
	height:45px;
    left:-10px;
    text-decoration:none;
}

nav.main ul li:last-child {
	margin-right:0;
}

nav.main ul li:first-child a {
    background:#8fa82c;
	-moz-transform:skew(0deg, -10deg);
	-ms-transform:skew(0deg, -10deg);
	-webkit-transform:skew(0deg, -10deg);
	padding-top:18px;
	border-radius:50% 50% 0 0 / 3% 3% 0 0;
	-webkit-transition: padding 0.3s linear;
	-moz-transition: padding 0.3s linear;
	-o-transition: padding 0.3s linear;
	transition: padding 0.3s linear; 
}

nav.main ul li:first-child a:hover, nav.main ul li.active:first-child a {
	padding-top:40px;
}

nav.main ul li:nth-child(2) a {
    background:#5e717c;
	-moz-transform:skew(0deg, -9deg);
	-ms-transform:skew(0deg, -9deg);
	-webkit-transform:skew(0deg, -9deg);
	padding-top:40px;
	border-radius:50% 50% 0 0 / 2% 3% 0 0;
	-webkit-transition: padding 0.3s linear;
	-moz-transition: padding 0.3s linear;
	-o-transition: padding 0.3s linear;
	transition: padding 0.3s linear; 
}

nav.main ul li:nth-child(2) a:hover, nav.main ul li.active:nth-child(2) a {
	padding-top:60px;
}

nav.main ul li:nth-child(3) a {
    background:#d1a700;
	-moz-transform:skew(0deg, -3deg);
	-ms-transform:skew(0deg, -3deg);
	-webkit-transform:skew(0deg, -3deg);
	padding-top:55px;
	border-radius:50% 50% 0 0 / 4% 5% 0 0;
	-webkit-transition: padding 0.3s linear;
	-moz-transition: padding 0.3s linear;
	-o-transition: padding 0.3s linear;
	transition: padding 0.3s linear; 
}

nav.main ul li:nth-child(3) a:hover, nav.main ul li.active:nth-child(3) a {
	padding-top:75px;
}

nav.main ul li:nth-child(4) a:hover, nav.main ul li.active:nth-child(4) a {
	padding-top:74px;
}


nav.main ul li:nth-child(4) a {
    background:#cd1719;
	-moz-transform:skew(0deg, 3deg);
	-ms-transform:skew(0deg, 3deg);
	-webkit-transform:skew(0deg, 3deg);
	padding-top:54px;
	border-radius:50% 50% 0 0 / 3% 3% 0 0;
	-webkit-transition: padding 0.3s linear;
	-moz-transition: padding 0.3s linear;
	-o-transition: padding 0.3s linear;
	transition: padding 0.3s linear; 
}


nav.main ul li:last-child a:hover, nav.main ul li.active:last-child a {
	padding-top:65px;
}


nav.main ul li:last-child a {
    background:#358c9f;
	-moz-transform:skew(0deg, 4deg);
	-ms-transform:skew(0deg, 4deg);
	-webkit-transform:skew(0deg, 4deg);
	padding-top:45px;
	border-radius:50% 50% 0 0 / 2% 4% 0 0;
	-webkit-transition: padding 0.3s linear;
	-moz-transition: padding 0.3s linear;
	-o-transition: padding 0.3s linear;
	transition: padding 0.3s linear; 
}

nav.main ul li a span {
	display:block;
	padding-left:15px;
   	-moz-transform:skew(0deg, 10deg);
	-ms-transform:skew(0deg, 10deg);
	-webkit-transform:skew(0deg, 10deg);
}

nav.main ul li:nth-child(2) a span {
   	-moz-transform:skew(0deg, 9deg);
	-ms-transform:skew(0deg, 9deg);
	-webkit-transform:skew(0deg, 9deg);
}

nav.main ul li:nth-child(3) a span {
   	-moz-transform:skew(0deg, 3deg);
	-ms-transform:skew(0deg, 3deg);
	-webkit-transform:skew(0deg, 3deg);
}

nav.main ul li:nth-child(4) a span {
   	-moz-transform:skew(0deg, -3deg);
	-ms-transform:skew(0deg, -3deg);
	-webkit-transform:skew(0deg, -3deg);
}

nav.main ul li:last-child a span {
   	-moz-transform:skew(0deg, -4deg);
	-ms-transform:skew(0deg, -4deg);
	-webkit-transform:skew(0deg, -4deg);
}

.stripe {
	clear:both;
	background-image:url(../i/texture.png);
	background-repeat:repeat;
}
.stripe .wrap {
	position:relative;
}
.vi-top {
	padding:20px 0;
    overflow:hidden;
    height:380px;
}

.blue .stripe {
	background-color:#a6bfdf;
}

.green .stripe {
	background-color:#c1cc95;
}

.grey .stripe {
	background-color:#a2b4bf;
}

.yellow .stripe {
	background-color:#f5e39a;
}

.red .stripe {
	background-color:#efc9c9;
}

.bright-blue .stripe {
	background-color:#abd6df;
}

.agilitylive_gallery, .agilitylive_gallery_detail {
	height:380px;
	width:620px;
}
.agilitylive_gallery {
	position:relative;
	float:left;
	margin-right:20px;
}
#agilitylive_gallery_navigation {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:2;
	bottom:5px;
}

#agilitylive_gallery_navigation a {
	display:inline-block;
	width:20px;
	height:20px;
	background:rgba(0, 0, 0,.3);
	border-radius:100%;
	margin-right:5px;
}

#agilitylive_gallery_navigation a.current {
	background:#ffdd00;
}

.vjg2_item a {
	cursor:default;
}
.teaser .teaser_box_link {
	padding: 15px;
}
.teaser {
	position:relative;
	padding:0;
	height:230px;
	overflow:hidden;
	background:rgb(255, 255, 255);
	box-shadow:2px 5px 8px rgba(0, 0, 0,.3);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear; 
}

.teaser:hover {
	top:1px;
	left:1px;
	box-shadow:0 0 0 rgba(0, 0, 0, 0), inset 3px 3px 5px rgba(0, 0, 0,.5);
}

.teaser img {
	margin-right:10px;
}

.teaser p {
	margin:0;
}
.teaser a{
   position:relative;
   color:#cd1719;
   margin-top:5px;
   padding:0 0 0 0px;
   display:inline-block;
   text-decoration:none;
}

a.teaser-link {
	background:rgb(255, 255, 255);
	display:block;
	margin-top:10px;
	top:0;
	left:0;
	padding:5px 15px;
	text-decoration:none;
	color:rgb(0, 0, 0);
	position:relative;
	height:58px;
	overflow:hidden;
	box-shadow:2px 5px 8px rgba(0, 0, 0,.3), inset 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear; 
}

a.teaser-link:hover {
	top:1px;
	left:1px;
    box-shadow:0 0 0 rgba(0, 0, 0, 0), inset 3px 3px 5px rgba(0, 0, 0,.5);
}

a.teaser-link:after {
	content:'';
	width:40px;
	height:40px;
	color:rgb(255, 255, 255);
	border-radius:100%;
	background:url(../i/bg-teaser-link.png) no-repeat center #cd1719;
	text-shadow:none;
	display:block;
	position:absolute;
	right:10px;
	top:15px;
	text-align:center;
}

a.teaser-link .mark {
 	font-size:1.5em;
    color:#cd1719;
   	font-family: 'Vollkorn', serif;
}

.strong {
    color:#cd1719;
    font-weight:bold;
}

.agilitylive_gallery {
	box-shadow:2px 5px 8px rgba(0, 0, 0,.3);
}

aside {
	display:inline-block;
	width:300px;
	height:380px;
	padding-right:10px;
	font-size:13px;
}

h1 {
	font-family: 'Vollkorn', serif;
	font-weight:normal;
	font-size:2.5em;
	margin:20px 0 0 0;
	line-height:1;
	color:#0051bc;
}

h1:before {
	content:'';
	width:60px;
	height:60px;
	float:left;
	border-radius:100%;
	margin-right:10px;
	position:relative;
	top:-1px;
}

.blue h1:before {
	background:url(../i/bg-h1.png) no-repeat center #0051bc;
}

.green h1:before {
	background:url(../i/bg-h1.png) no-repeat center #8fa82c;
}

.grey h1:before {
	background:url(../i/bg-h1.png) no-repeat center #5e717c;
}

.yellow h1:before {
	background:url(../i/bg-h1.png) no-repeat center #d1a700;
}

.red h1:before {
	background:url(../i/bg-h1.png) no-repeat center #cd1719;
}

.bright-blue h1:before {
	background:url(../i/bg-h1.png) no-repeat center #358c9f;
}

.blue h1, .blue h2 {
	color:#0051bc;
}

.green h1, .green h2 {
	color:#8fa82c;
}

.grey h1, .grey h2 {
	color:#5e717c;
}

.yellow h1, .yellow h2 {
	color:#d1a700;
}

.red h1, .red h2 {
	color:#cd1719;
}

.bright-blue h1, .bright-blue h2 {
	color:#358c9f;
}

h2 {
	font-weight:normal;
	font-size:1.3em;
	margin:5px 0 10px 0;
	color:#0051bc;
	line-height:1;
}

section.con article {
	line-height:2;
}

section.con article .con-wrap {
	width:620px;
}

section.con article figure {
	float:right;
	width:300px;
	margin:10px 0 0 20px;
	padding-right:10px;
	text-align:center;
}

section.con article p {
	margin:20px 0;
	clear:left;
}

section.subcon {
	clear:both;
	padding-right:10px;
}

section.subcon .article-link a, section.sem-list .sem-link a {
	color:inherit;
	text-decoration:none;
	padding:15px;
	display:block;
    height:160px;
    width:32.0512821%;
	margin:0 1.92307692% 0 0;
	float:left;
	box-sizing:border-box;
	box-shadow:1px 1px 5px rgba(0, 0, 0,.4);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	border:1px solid #CD1719;
	background:#f5ece7;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
}

section.sem-list .sem-link .mark {
	line-height:1;
}

section.sem-list .sem-link a {
	width:auto;
	height:auto;
	margin:10px 0;
}

section.sem-list .sem-link img {
	float:left;
	margin-right:20px;
}


section.subcon .article-link:hover a, section.sem-list .sem-link:hover a {
	border:1px solid #0051BC;
	background:#ffffff;
	box-shadow:2px 2px 5px rgba(0, 0, 0,.7);
}

.teaser h3, section.subcon .article-link .mark, section.sem-list .sem-link .mark {
 	margin:0 0 5px 0;
   	color:#cd1719;
 	font-size:1.5em;
 	font-weight:normal;
	font-family: 'Vollkorn', serif;	
}

section.subcon .article-link .mark, section.sem-list .sem-link .mark {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
}

section.subcon .article-link:hover .mark, section.sem-list .sem-link:hover .mark {
   	color:#0051bc;
}


section.subcon .article-link:last-child a {
	margin:0;
}

section.vi-bottom {
	clear:both;
	padding:40px 10px 0 0;	
	text-align:center;
}

footer {
	background:url(../i/bg-footer.png) repeat;
	height:155px;
	padding-top:80px;
	text-shadow:1px 1px 0 rgb(0, 0, 0);
	color:#ffffff;
	clear:both;
}

footer section {
	float:left;
	height:150px;
	width:23.5576923%;
	margin-right:1.92307692%;
}

footer section:last-child {
	margin-right:0;
	position:relative;
}

footer section h4 {
	margin:5px 0;
 	font-size:1.5em;
 	text-transform:uppercase;
 	font-weight:normal;
	font-family: 'Vollkorn', serif;
	background:url(../i/dot.png) repeat-x left bottom;
}

footer section ul {
	padding:0;
	margin:0;
}

footer section ul li {
	float:left;
	margin-left:10px;
	padding:0 10px 5px 0;
    color:#ffffff; 
}

footer section li:first-child, footer section li:nth-child(3), footer section li:nth-child(5) {
	list-style-type:none;
	margin-left:0;
	clear:left;
}

footer .wrap section ul li a, footer .wrap section a {
	display:block;
	text-decoration:none;
    color:#ffffff;
}

footer .wrap section ul li a:hover, footer .wrap section a:hover {
	text-decoration:underline;
}

footer .vioma {
	position:absolute;
	bottom:10px;
	right:0;
}

nav.sub {
	float:right;
	width:300px;
	margin:10px 0 0 2%;
}

nav.sub .sub-menu-header {
	display:block;
	height:70px;
	overflow:hidden;
	position:relative;
}

nav.sub .sub-menu-header span, nav.sub .sub-menu-header a {
	position:relative;
	top:3px;
	color:#ffffff;
	text-shadow:none;
	text-decoration:none;
	font-family: 'Vollkorn', serif;
	font-size:1.5em;
	padding:20px 0 0 20px;
	display:block;
	height:40px;
	border-radius:180% 100% 0 0 / 150% 30% 0 0;
}

.blue .sub-menu-header span, .blue .sub-menu-header a {
	background:url(../i/bg-sub-menu-header.png) no-repeat 270px center #0051bc;
}

.green .sub-menu-header span, .green .sub-menu-header a {
	background:url(../i/bg-sub-menu-header.png) no-repeat 270px center #8fa82c;
}

.grey .sub-menu-header span, .grey .sub-menu-header a {
	background:url(../i/bg-sub-menu-header.png) no-repeat 270px center #5e717c;
}

.yellow .sub-menu-header span, .yellow .sub-menu-header a {
	background:url(../i/bg-sub-menu-header.png) no-repeat 270px center #d1a700;
}

.red .sub-menu-header span, .red .sub-menu-header a {
	background:url(../i/bg-sub-menu-header.png) no-repeat 270px center #cd1719;
}

.bright-blue .sub-menu-header span, .bright-blue .sub-menu-header a {
	background:url(../i/bg-sub-menu-header.png) no-repeat 270px center #358c9f;
}

nav.sub ul li {
	margin:0;
	float:none;
	padding:7px 0 0 0;
	list-style-type:none;
 	font-size:1.2em;
 	font-weight:normal;
	font-family: 'Vollkorn', serif;
	background:url(../i/texture.png);
}

nav.sub ul li:last-child {
	padding:7px 0;
}

nav.sub ul li a {
	display:inline-block;
	padding:5px 20px;
}

nav.sub ul li.active a, nav.sub ul li a:hover {
	background:#ffffff;
	border-radius:0 30px 30px 0;
}


nav.sub ul li a {
	text-decoration:none;
	color:rgb(0, 0, 0);
}

.container-list {
	margin-top:50px;
}

 .container-detail {
 	border-bottom:1px solid #e7e7e7;
 }

 .container-detail .product-image {
 	display:inline-block;
 	float:left;
 	margin-top:20px;
 }

.container-list div.container-object {
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:25%;
	padding:5px;
	text-align:center;
	float:left;
	height: 250px;
}
.container-list a:nth-child(5) {
	clear: left;
}

.container-list span {
	display:block;
}

.product-description {
	display:inline-block;
	width:375px;
	margin-left:15px;
}

.product-description ul {
	padding:0;
}

.product-description ul li,
.con-wrap ul li {
	line-height:1.5;
	list-style-type:none;
	background:url(../i/bg-detail-list.png) no-repeat 0 10px;
	padding-left:20px;
	margin:13px 0;
}

.con-wrap ul {
	padding:0;
}

.container-detail .att {
	background:#CD1719;
	color:#ffffff;
	text-shadow:none;
	width:120px;
	display:block;
	font-size:1.4em;
	height:120px;
	padding:20px;
	clear:left;
	margin-left:30px;
	float:left;
	text-align:center;
	text-decoration:none;
	border-radius:100%;
	font-family: 'Vollkorn', serif;
}

.container-detail .att span {
	display:block;
	font-size:0.7em;
}

.con-wrap a.special {
	background:url("../i/bg-teaser-link.png") no-repeat scroll 15px center #CD1719;
	color:#ffffff;
	text-shadow:none;
	display:inline-block;
	font-size:1.4em;
	padding:5px 20px 5px 30px;
	text-align:center;
	margin-top:20px;
	text-decoration:none;
	border-radius:30px;
	font-family: 'Vollkorn', serif;
}
.con-wrap a.special:last-child {
	margin-left:100px;
}
aside.buttons {
	position:absolute;
	left:0;
	top:970px;
	width:auto;
	height:auto;
	text-shadow:none;
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
}

aside.buttons a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	height:30px;
	padding:5px 10px;
	text-align:center;
	border-radius:0 0 5px 5px;
	font-size:1.5em;
	float:left;
}

aside.buttons a:first-child {
	background:#358c9f;
	margin-right:10px;
}

aside.buttons a:last-child {
	background:#CD1719;
}

.agilitylive_gallery_scroll_prev a, .agilitylive_gallery_scroll_next a {
	position:absolute;
	top:45%;
	display:block;
	z-index:2;
	height:60px;
	width:30px;
}

.agilitylive_gallery_scroll_prev a {
	left:0;
	background:url("../i/bg_scroll_prev.png") 7px center no-repeat rgba(0, 0, 0,.5);
	border-radius:0 30px 30px 0;
}

.agilitylive_gallery_scroll_next a {
	right:0;
	background:url("../i/bg_scroll_next.png") 13px center no-repeat rgba(0, 0, 0,.5);
	border-radius:30px 0 0 30px;
}

.agilitylive_gallery_scroll_prev a:hover {
	background:url("../i/bg_scroll_prev_hov.png") 7px center no-repeat rgb(255, 221, 0);
}

.agilitylive_gallery_scroll_next a:hover {
	background:url("../i/bg_scroll_next_hov.png") 13px center no-repeat rgb(255, 221, 0);
}
.num-top {
	position:absolute;
	width:260px;
	height:36px;
	padding: 10px 10px 10px 20px;
	display:block;
	left:-17px;
	font-size:14px;
	top:30px;
	background:url(../i/bg-num-top-new.png) no-repeat;
	color:white;
	font-style:italic;
	text-shadow:none;
}
.num-top a {
	color:white;
	text-decoration:none;
}
footer .wrap section.num a {
	display:inline;
}
footer {
	position:relative;
	z-index:1;
}
.note-wrap {
	display:inline-block;
	overflow:hidden;
	height:150px;
	clear:both;
	position:relative;
	float:right;
	bottom:-30px;
	right:-15px;
	z-index:0;
}
.wrap {
	position:relative;
}
.image-right {
	clear:right;
	float:right;
	margin:20px 0 0 0;
}
.cms-module-gallery-list table td {
	width:180px;
	font-size:0.8em;
	vertical-align:top;
}
.cms-module-gallery-list table td .gallery-image-name {
	overflow:hidden;
}