html,
button,
input,
select,
textarea {
	font-family:"Interstate Light",Arial, sans-serif;
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
	max-width:100%;
	height:auto;
}

@font-face {
	font-family: 'Franchise Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Franchise Bold'), url('../fonts/Franchise-Bold-hinted.woff') format('woff');
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

video::-webkit-media-controls {
    display:none !important;
}
/* ===== Promacx Styles ================================================== */

body {
    font: 12px/1.5 "Interstate Light",Arial, sans-serif;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h2 {
	font-family:"Interstate",Arial;
	font-size:36px;
	font-weight:normal;
	margin:1em 0;
	text-transform:uppercase;
	text-align:center;
	line-height:1.3em;
}

h3 {
	font-family:"Interstate",Arial;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.3em;
}

#Startpage h2 {
	font-size:24px;
}

a {
	text-decoration: underline;
	color:#c8c8c8;
}

a:focus {
	outline:none;
}

b,
strong {
	font-family: "Interstate",Arial;
	font-weight: bold;
}

strong.uppercase {
	text-transform: uppercase;
}

address {
	font-style: normal;
	clear: both;
	margin:40px 0;
}

label {
	text-transform:uppercase;
}

input,
textarea {
	width:100%;
	padding:10px;
	border:none;
	resize:none;
	background:#f0f0f0;
}

input[type=submit] {
	width:auto;
	padding:10px 40px;
	text-transform:uppercase;
	background:#1e1e1e;
	color:#c8c8c8;
}

.styled-select select {
	padding:10px 40px 10px 10px;
    margin: 0;
    -moz-border-radius:0;
    border-radius:0;
    background: #f0f0f0;
    border:none;
    outline:none;
    display: inline-block;
	text-transform:uppercase;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-image:url(../img/menu-arrow.svg);
	background-repeat:no-repeat;
	background-position:right;
	width:260px;
}
.styled-select{
	margin:0 20px 0 0;
}
.ui-selectmenu-button {
    margin: 0;
	padding:10px 0px 10px 10px;
    -moz-border-radius:0;
    border-radius:0;
    background: #f0f0f0;
    border:none;
    outline:none;
    display: inline-block;
	text-transform:uppercase;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-image:url(../img/menu-arrow.png);
	background-repeat:no-repeat;
	background-position:center right;
	white-space:nowrap;
}
.ui-selectmenu-menu{
	background:#fff;
}
.ui-selectmenu-menu ul{
	list-style-type:none;
	max-height:300px;
	overflow:auto;
}
.ui-selectmenu-menu li{
	text-transform:capitalize;
}
#countrystores .country{
	display:none;
}
.tx-pmx-watchcollection .descriptiontext{
	margin:0.6em 0;
}
.tx-pmx-watchcollection .wheretobuy{
	padding:0 0 1em 0;
	border-bottom:1px solid #f0f0f0;
}
.tx-pmx-watchcollection .tablewrap table{
	margin:0;
}
.tx-pmx-watchcollection .pdflink{
	display:none;
}

.tx-pmx-watchcollection .pdflink a{
	color: #E23333;
}

.tx-pmx-watchcollection .wheretobuy a{
	color:#000;
	text-decoration:none;
}

.tx-pmx-watchcollection .wheretobuy,
.tx-pmx-watchcollection .techdata {
    margin: 0;
    -moz-border-radius:0;
    border-radius:0;
    background: #f0f0f0;
    border:none;
    outline:none;
    display: inline-block;
	text-transform:uppercase;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	white-space:nowrap;
	width:100%;
}
.tx-pmx-watchcollection .wheretobuy {
	padding:10px;
}
.tx-pmx-watchcollection .techdata {
	padding:10px 80px 10px 10px;
	background-image:url(../img/menu-arrow.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.tx-pmx-watchcollection .socialmenu{
	margin:0.5em 0 0.5em 0;
	background:none;
	padding:10px;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
.tx-pmx-watchcollection .socialmenu a{
	padding-left:10px;
}
.tx-pmx-watchcollection .socialmenu img{
	width:20px;
	height:20px;
}
.tx-pmx-watchcollection .socialmenu h3{
	padding:2em 0 0 0;
	margin:0;
}
table {
	margin:1em 0;
}

table tr {
	border-top:1px solid #f0f0f0;
}

table tr:first-child {
	border:none;
}

table td {
	vertical-align:top;
	padding:5px 10px;
	border-right:1px solid #f0f0f0;
}

table td:first-child {
	padding-left:0;
	white-space:nowrap;
}

table td:last-child {
	padding-right:0;
	border:none;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.slim-wrapper {
	width: 90%;
	max-width:850px;
	margin:0 auto;
}

.header-container header {
	border-bottom:1px solid #c8c8c8;
}

.header-container .top-container {
	background: #1e1e1e;
	text-transform: uppercase;
	color:#c8c8c8;
}

.header-container .top-container a,
.footer-container a {
	color:#c8c8c8;
	text-decoration: none;
	display:block;
}
.footer-container a{
	display:inline;
}
.header-container .top-container a:hover,
.footer-container a:hover {
	color:#ffffff;
}

.header-container .top-innercontainer {
	position: relative;
}

.footer-container {
	background: #1e1e1e;
	font-size:12px;
	text-align: center;
	margin-top:5em;
}

.title {
	margin:0;
}

.title a {
	background: url(../img/logo.png) no-repeat;
	background-size: cover;
	height:109px;
	display:block;
	/*padding-bottom:31%;*/
	width:300px;
	margin:20px auto;
	text-indent: -9999px;
}

/* ==============
    MOBILE: Social-/Metamenu
   ============== */

.header-container .socialmenu-container,
.header-container .metamenu-container {
	display: none;
}

.footer-container .socialmenu-container,
.footer-container .metamenu-container {
	line-height:1.5;
	display:inline-block;
	vertical-align: middle;
	padding:0 30px;
}

.footer-container .metamenu-container {
	border-right:1px solid #323232;
}

.socialmenu-container,
.metamenu-container,
.langmenu-container {
	margin:0;
	padding:0;
	list-style:none;
	line-height: 40px;
	text-transform: uppercase;
}
.langmenu-container{
	/*visibility:hidden;*/
}

.socialmenu-container li,
.langmenu-container li {
	display:inline-block;
	margin:0 6px;
}

.menubutton {
	position: absolute;
	top:-10px;
	right:0;
	background: url(../img/menu.png) no-repeat right;
	background-size: 20px 17px;
	padding:0 30px 0 0;
	line-height: 40px;
	cursor: pointer;
}

.open {
	background: url(../img/menubutton-open.svg) no-repeat right;
	background-size: 20px 17px;
}

/* ==============
    MOBILE: Menu
   ============== */
   
.mainmenu {
	position: absolute;
	top:40px;
	width:100%;
	display:none;
	z-index:10;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
}

.mainmenu li {
	position: relative;
	border-top:1px solid #323232;
}

.mainmenu li li {
	border-top:1px solid #444444;
}

.mainmenu li li:first-child {
	border:none;
}

.mainmenu a {
	position:relative;
    display: block;
    padding: 0 0 0 5%;
    line-height:40px;

    text-decoration: none;
    text-transform: uppercase;

    color: #c8c8c8;
    background: #1e1e1e;
}

.mainmenu ul ul {
	display:none;
}

.mainmenu ul ul a {
	background:#323232;
}

.mainmenu ul .mob-menu-arrow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	border-left: 1px solid #323232;
	background:#1e1e1e;
	color: #c8c8c8;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	z-index: 5;
}

.mainmenu ul .mob-menu-arrow span {
	background: url(../img/menu-arrow.svg) no-repeat;
	background-size: cover;
	display: block;
	height: 40px;
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mainmenu ul .mob-menu-arrow-open span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* ==============
    MOBILE: Main
   ============== */

.main {
	margin-bottom:20px;
}

.main a:hover img {
	transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);
    -moz-transform:scale(1.0,1.0);
}

.main a img {
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
	transform: scale(.95,.95);
	-webkit-transform: scale(.95,.95);
    -moz-transform:scale(.95,.95);
}

.main article h1 {
    font-size: 2em;
}

.main .left-container {
	display:none;
}

p.teaser {
	font-size:16px;
}

.footer-container footer {
    color: #c8c8c8;
    padding: 50px 0 0 0;
}

.footer-container .copyright {
	background: #0a0a0a;
	padding:20px 0;
}

.col-4 {
	margin:0 0 20px 0;
}

/* ==============
    MOBILE: DCE
   ============== */
   
.owl-slideshow {
	position:relative;
}

.owl-slideshow p{
	font-size: 18px;
	color:#7fad49;
	margin-top:0;
}

.owl-slideshow h1{
	font-size:30px;
	font-weight:100;
	letter-spacing: 5px;
	font-family:'Franchise Bold';
	line-height: 26px;
	margin-bottom: 0;
}
.owl-slideshow div.h1 {
	font-family:'Franchise Bold';
	color:#fff;
	position:absolute;
	z-index:5;
	text-transform: uppercase;
	top:60%;
	left:35%;
	
	
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}

.owl-slideshow-carousel .item {
	height:150px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.startpage .owl-slideshow-carousel .item {
	height:250px;
}

.owl-carousel .owl-pagination {
    text-align: center;
    line-height: 36px;
}

.owl-carousel .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: middle;
}

.owl-carousel .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    margin: 0px 2px;
    display: block;
    transition: opacity 200ms ease 0s;
    border-radius: 30px;
	border:1px solid #222;
}

.owl-carousel .owl-pagination .active span {
	background:#222;
}

.dce-topnews-container {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:0 0 40px 0;
	margin:3em 0;
}

.dce-topnews-container .item {
	padding:0 10px;
}

.dce-topnews-container h2 {
	color:#C8C8C8;
	padding:40px 0;
	margin:0;
}

.dce-topnews-container a.imagelink {
	display:block;
	overflow:hidden;
}

.dce-topnews-container img {
	width:100%;
	background:#000;
}

.dce-topnews-container .col-4 {
	position:relative;
}

.dce-topnews-container .text {
	color:#C8C8C8;
}

.dce-topnews-container .owl-pagination .owl-page span {
	border:1px solid #C8C8C8;
}

.dce-topnews-container .owl-pagination .active span {
	background:#C8C8C8;
}

.dce-links-container {
}

.dce-links-container .dce-links-item {
	width:25%;
	margin-right:-4px;
	display:inline-block;
	text-align:center;
	padding:20px 10px;
}

.dce-links-container .dce-links-item .dce-links-image {
	margin-bottom:10px;
}

.dce-links-container .dce-links-item .dce-links-image a {
	display:block;
}

#cd-timeline {
	position:relative;
	margin-top:2em;
	margin-bottom:2em;
}

#cd-timeline::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:2px;
	background:#C8C8C8;
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

/*
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
*/

.cd-timeline-img {
	background: #f0f0f0;
	border-bottom:1px solid #fff;
	margin-left:5%;
	padding:1em;
}

.cd-timeline-content {
	position: relative;
	margin-left: 5%;
	background: #f0f0f0;
	padding: 1em;
}

.cd-timeline-content .cd-timeline-image {
	float:left;
	margin:1em 1.5em 1em 0;
	max-width:50%;
}

.cd-timeline-content .cd-timeline-image img,
.dce-roundimage-container .dce-roundimage-item img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    3px 3px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         3px 3px 15px 0px rgba(0, 0, 0, 0.3);
	border:5px solid #fff;
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #f0f0f0;
}

.dce-roundimage-container {
	text-align:center;
	margin:-20px -40px 0 -40px;
}

.dce-roundimage-container .dce-roundimage-item {
	display:inline-block;
	vertical-align:top;
	width:33.3333%;
	margin-right:-4px;
	padding:20px 40px;
}

.dce-video-container {
	background:#222;	
}

#makingOf .dce-video-container {
	background:none;
}

.dce-video-container.contentvideo {
	background:transparent;
}

.dce-video-container.contentvideo .video-js {
	background:transparent;
}

.dce-video-item {
	text-align:center;
	max-width: 1200px;
	margin: 0 auto;

}

.vjs-paused .vjs-big-play-button {
	display: block !important;
}

/* Video.js Controls Style Overrides */
.vjs-default-skin .vjs-progress-control,
.vjs-default-skin .vjs-time-controls,
.vjs-default-skin .vjs-time-divider,
.vjs-default-skin .vjs-captions-button,
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-control,
.vjs-default-skin .vjs-fullscreen-control,
.vjs-default-skin .vjs-control-bar {
    /*display: none !important;  */
}


/* ==============
    MOBILE: Content Elements
   ============== */
   
   #Startpage .csc-default-bigheader h2 {
	   font-size:56px;
	   margin:0.25em 0;
   }
   
   .csc-default .csc-header-alignment-center,
   .csc-default p.text-center,
   .csc-default h3.text-center{
	   text-align:center;
   }
   
   .csc-default .download a{
	   color:#222;
	}
	.csc-default .download{
		margin:0 0 60px 0;
	}
   .csc-default span.red {
		color:#cf3232;
	}
   
.image {
	display: block;
	margin-bottom: 0.5em;
}
.image > img,
.image a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}

image.caption {
	padding: @thumbnail-caption-padding;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.image-row {
	margin-left: -15px;
	margin-right: -15px;
}

.image-column {
	max-width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.image-wrap {
	max-width: 100%;
}

.image-below .image-wrap {
	margin-top: @line-height-computed;
}

.image-center .image > img {
	margin: 0 auto;
}

.image-center-outer {
	width: 100%;
	position: relative;
	float: right;
	right: 50%;
}

.image-center-inner {
	width: 100%;
	position: relative;
	float: right;
	right: -50%;
}

.image-left .image-wrap {
	float: left;
}

.image-left .text {
	clear: left;
}

.image-right .image-wrap {
	float: right;
}

.image-right .text {
	clear: right;
}

.image-wrap:before,
.image-below:before,
.image-above:before,
.image-beside:before,
.image-intext:before,
.image-wrap:after,
.image-below:after,
.image-above:after,
.image-beside:after,
.image-intext:after {
	content:" ";
	display:table
}

.image-wrap:after,
.image-below:after,
.image-above:after,
.image-beside:after,
.image-intext:after {
	clear:both;
}

.image-beside-right,
.image-beside-left {
	overflow: hidden;
	zoom: 1;
}

.image-beside-left .image-wrap,
.image-beside-right .image-wrap,
.image-intext-left .image-wrap,
.image-intext-right .image-wrap {
	margin-top:1em;
}

.image-beside-right .text,
.image-beside-left .text {
	overflow: hidden;
	zoom: 1;
}

.image-header-1 .image-wrap,
.image-header-2 .image-wrap,
.image-header-3 .image-wrap  {
	margin-top: @line-height-computed;
}

.image-header-4 .image-wrap,
.image-header-5 .image-wrap,
.image-header-6 .image-wrap {
	margin-top: (@line-height-computed / 2);
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
	float: left;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-6 {
	width: 25%;
}

.col-md-6 {
	width:50%;	
}
   
/* ==============
    MOBILE: EXT
   ============== */
   
   .news-latest-view {
	   text-align:center;
   }
   
   .news-latest-item {
	   border-top:1px solid #bbb;
	   padding:0.5em 0;
   }
   
   .news-latest-item:first-child {
	   border:none;
   }
   
   .news-latest-view a {
	   color:#222;
   }
   
   .news-latest-view a:hover {
	   text-decoration:underline;
   }
   
   .news-latest-view h3 {
	   font-size:12px;
	   text-transform:none;
   }
   
   .news-latest-view p.news-latest-date {
	   color:#bbb;
   }
   
   .news-latest-view h3,
   .news-latest-view p.news-latest-date {
	   display:inline;
   }
   
   .news-list-view h3 {
	   font-size:24px;
	   text-transform:none;
   }
   
   .news-list-item {
	   background:#f0f0f0;
	   width:100%;
	   margin:10px 0;
   }
   
   .news-list-item .text {
	   padding:0 20px;
   }
   
   .news-list-item a.more {
	   color:#222;
   }
   
   .news-list-item .footer {
	   background:#222;
	   color:#c8c8c8;
	   padding:10px 20px;
	   margin:1em 0 0 0;
   }
   
   .no-news-found {
	   text-align:center;
   }
   
   .news-single h2 {
	   text-align:left;
	   margin:0;
   }
   
   .news-single p.news-single-date {
	   margin:80px 0 0 0;
   }
   
   .news-single p.teaser {
	   margin:0;
   }
   
   .tx-pmx-watchcollection .category-description {
	   text-align:center;
   }
   
   .tx-pmx-watchcollection .category-innercontainer,
   .tx-pmx-watchcollection .subcategory-innercontainer {
	   margin:0 -10px;
   }

   .tx-pmx-watchcollection .subcategory-innercontainer.cat-container {
   		padding-top: 50px;
   }
   
   .tx-pmx-watchcollection .category-item,
   .tx-pmx-watchcollection .subcategory-item {
	   display:inline-block;
	   width:50%;
	   margin-right:-4px;
	   padding:0 10px;
	   vertical-align:top;
   }
   
   .tx-pmx-watchcollection .category-item h3,
   .tx-pmx-watchcollection .subcategory-item h3 {
	   font-size:16px;
	   text-align:center;
   }
   
   .tx-pmx-watchcollection .category-item-image,
   .tx-pmx-watchcollection .subcategory-item-image,
   .tx-pmx-watchcollection .watch-images {
	   text-align:center;
	   margin:1em 0 0 0;
   }
   .tx-pmx-watchcollection .subcategory-item h3{
	   margin-top:0;
	 }
   
   .tx-pmx-watchcollection .category-item-image a,
   .tx-pmx-watchcollection .subcategory-item-image a {
	   display:block;
	   overflow:hidden;
   }
   
   .tx-pmx-watchcollection .category-item-image img,
   .tx-pmx-watchcollection .subcategory-item-image img,
   .tx-pmx-watchcollection .watch-images img {
	   background:#f0f0f0;
	   background:#ffffff;
   }
   
   .tx-pmx-watchcollection .owl-controls {
	   background:#fff;
   }
   
   .tx-pmx-watchcollection .itemnumber {
	   text-align:center;
	   margin:-1em 0 1em 0;
   }
   
   .tx-pmx-storelocator #googlemap {
	   height:250px;
	   margin:20px 0;
   }
   
   .tx-pmx-storelocator #googlemap img {
	   max-width:none;
   }
   
   .tx-pmx-storelocator .styled-select-container {
	   text-align:center;
   }
   
   .tx-pmx-storelocator .styled-select {
	   padding:2px 0;
   }
   
   .tx-pmx-storelocator #countrystores {
	   margin:0 -10px;
   }
   
   .tx-pmx-storelocator .astore {
	   display:inline-block;
	   width:50%;
	   margin-right:-4px;
	   vertical-align:top;
	   padding:20px 10px;
	   border-top:1px solid #f0f0f0;
	   cursor:pointer;
   }
   
   .tx-pmx-storelocator .astore:hover {
	   background:#f0f0f0;
   }
   
   .Tx-Formhandler .field {
	   padding:0.5em 0;
   }
   
   .Tx-Formhandler .field-zip {
	   float:left;
	   width:25%;
   }
   
   .Tx-Formhandler .field-city {
	   float:right;
	   width:74%;
   }
   
   .Tx-Formhandler .field-email {
	   clear:both;
   }
   
   .Tx-Formhandler input.error,
   .Tx-Formhandler textarea.error {
	   background:#E9DADA;
   }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#Combat #c141 .subcategory-innercontainer:first-child .subcategory-item-first {
	display: block;
}












/* ==========================================================================
   Media Queries
   ========================================================================== */

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

	/* ==============
    Main
   	============== */
	
	.row {
		margin:0 -10px;
	}
	
	.col-4 {
		display:inline-block;
		width:50%;
		padding:0 10px;
		margin-right:-4px;
	}
	
	/* ===============
   EXT
   =============== */
   
   .news-list-item {
	   width:48%;
	   margin:1%;
   }
   
   .tx-pmx-watchcollection .category-item,
   .tx-pmx-watchcollection .subcategory-item {
	   width:33.3%;
   }
	
	
	
}

@media only screen and (min-width: 768px) {
	
	/* ==============
    Main
   	============== */
	
	.col-4 {
		width:25%;
	}
	
	/* ===============
   DCE
   =============== */
	
	.owl-slideshow-carousel .item {
		height: 250px;
	}
	
	.startpage .owl-slideshow-carousel .item {
		height: 450px;
	}
	
	/* ===============
   EXT
   =============== */
   
   .tx-pmx-watchcollection .category-item,
   .tx-pmx-watchcollection .subcategory-item {
	   width:25%;
   }
   
   .tx-pmx-watchcollection .watch-container {
	   margin:0 -10px;
   }
   
   .tx-pmx-watchcollection .watch-images-container,
   .tx-pmx-watchcollection .watch-data {
	   width:50%;
	   display:inline-block;
	   vertical-align:top;
	   margin-right:-4px;
	   padding:0 10px;
   }
   
   .tx-pmx-watchcollection .itemnumber {
		margin: -1.5em 0 1em 0;
	}
   
   .tx-pmx-storelocator select {
	  /* width:auto;*/
   }
   
   .tx-pmx-storelocator .styled-select {
	   display:inline-block;
	  /* max-width:33.3333%;*/
   }
   
   .tx-pmx-storelocator #googlemap {
	   height:450px;
   }
   
   .tx-pmx-storelocator .astore {
	   width:33.3333%;
   }
   
   .Tx-Formhandler .form-row {
		margin:0 -10px;   
   }
   
   .Tx-Formhandler .form-col {
	   display:inline-block;
	   width:50%;
	   margin-right:-4px;
	   vertical-align:top;
	   padding:0 10px;
   }
   
   .Tx-Formhandler textarea {
	   height:300px;
   }
   
   .owl-slideshow h1{
		font-size:60px;
		font-weight:100;
		letter-spacing: 5px;
		margin-bottom: 0;
		line-height: 50px;
   }
   
   .owl-slideshow p{
		font-size:16px;
		font-weight:100;
		color:#7fad49;
		margin-top: 0;
   }
   
   .owl-slideshow div.h1 {
		font-family:'Franchise Bold';
		color:#fff;
		position:absolute;
		z-index:5;
		text-transform: uppercase;
		top:50%;
		left:55%;
		letter-spacing: 5px;
		text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
	}
   
}

@media only screen and (min-width: 1024px) {
	
	 .owl-slideshow h1{
		font-size:100px;
		font-weight:100;
		letter-spacing: 5px;
		margin-bottom: 0;
		line-height: 80px;
   }
   
   .owl-slideshow p{
		font-size:32.5px;
		font-weight:100;
		color:#7fad49;
		margin-top: 0;
		margin-left:2px;
   }
   
   .owl-slideshow div.h1 {
		font-family:'Franchise Bold';
		color:#fff;
		position:absolute;
		z-index:5;
		text-transform: uppercase;
		top:50%;
		left:55%;
		letter-spacing: 5px;
		text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
	}
}

@media only screen and (min-width: 1140px) {
	
	body {
    	font-size:16px;
	}
	
	h2 {
		font-size:34px;
	}
	
	h3 {
		font-size:24px;
	}
	
	#Startpage h2 {
		font-size:32px;
	}

	body {
		font-size: 16px;
	}
	
	.wrapper {
        max-width: 1200px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
    .menubutton {
    	display:none;
    }
	
	.title {
		float:left;
	}
	
	.title a {
		height:65px;
		width:180px;
		padding:0;
		margin:20px 0;
	}
	
	.header-container .top-container {
		position:relative;
		z-index:10;
	}
    
    .header-container .socialmenu-container,
	.header-container .metamenu-container,
	.header-container .langmenu-container {
		font-size:12px;
		display: inline-block;
		vertical-align: middle;
		margin:0 0 0 40px;
	}
	
	.header-container .socialmenu-container li {
		width:20px;
	}
	
	.header-container .langmenu-container li {
		margin: 0 0 0 6px;
	}
	
	.header-container .metamenu-container li {
		display:inline-block;
		margin: 0 0 0 12px;
	}
	
	.header-container .top-innercontainer {
		text-align: right;
	}
	
	.header-container .nav-container {
		max-width:1200px;
		width:90%;
		margin:auto;
	}
	
	.footer-container {
		font-size:14px;
	}
	
	.footer-container .copyright {
		font-size:12px;
	}
	
	.footer-container .metamenu-container {
		display:none;
	}
	
	/* ==============
	Menu
	============== */
	
	.mainmenu {
		display:block!important;
		position:static;
		float:right;
		width:auto;
	}
	
	.mainmenu li {
		border:none;
		float:left;
		position:relative;
		margin:0 0 0 25px;
	}
	
	.mainmenu li:hover ul {
		opacity:1;
		visibility:visible;
	}
	
	.mainmenu a {
		background:none;
		padding:0;
		line-height:1.5;
		color:#222;
		line-height:95px;
	}
	
	.mainmenu ul ul {
		display:block!important;
		position:absolute;
		left:-20px;
		background:#fff;
		border-top:1px solid #c8c8c8;
		opacity:0;
		visibility:hidden;
		box-shadow: 5px 5px 20px -10px #888, -5px 5px 20px -10px #888;
		-webkit-transition:opacity 0.2s ease-in-out, visibility 0.1s 0.1s linear;
		-o-transition:opacity 0.2s ease-in-out, visibility 0.1s 0.1s linear;
		transition:opacity 0.2s ease-in-out, visibility 0.1s 0.1s linear;
		z-index:10;
	}
	
	.mainmenu li li {
		margin:0;
		float:none;
		border-top:1px solid #c8c8c8;
	}
	
	.mainmenu ul ul a {
		background:none;
		font-size:12px;
		line-height:1.5;
		padding:10px 20px;
		min-width:150px;
	}
	
	.mainmenu ul ul a:hover,
	.mainmenu ul ul a.active  {
		background:#f0f0f0;
	}
	
	.mainmenu-level1-container>li>a .bar {
	  position: absolute;
	  top: -4px;
	  left: 0px;
	  width: 100%;
	  height: 4px;
	  background: #b4b4b4;
	  opacity: 0;
	  z-index:5;
	  -webkit-transition: top 0.2s ease-in-out 0s,opacity 0.25s ease-in-out;
	  -o-transition: top 0.2s ease-in-out 0s,opacity 0.25s ease-in-out;
	  transition: top 0.2s ease-in-out 0s,opacity 0.25s ease-in-out;
	}
	
	.mainmenu-level1-container>li>a:hover>.bar,
	.mainmenu-level1-container>li>a.active>.bar {
		top:0px;
		opacity:1;
	}
	
	.mainmenu ul .mob-menu-arrow {
		display:none;
	}
    
	/* ==============
    Maximal: Main
   	============== */
	
	.main {
		margin-bottom:50px;
	}
	
	.main .left-container {
		display:block;
		float:left;
		width:70%;
	}
	
	p.teaser {
		font-size:24px;
	}

	aside {
		float:right;
		width:25%;
	}
	
	aside h2 {
		font-size:32px;
		text-align:left;
		margin:80px 0 0 0;
	}
	
	/* ==============
    Maximal: DCE
   ============== */

	.owl-slideshow-carousel .item {
		height:400px;
	}
	
	.startpage .owl-slideshow-carousel .item {
		height:700px;
	}
	
	.dce-topnews-container {
		margin:5em 0;
	}
	
	#cd-timeline {
		margin-top:0;
		padding-top:2em;
	}
	
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
	
	.cd-timeline-block:after,
	.cd-timeline-content:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}
	
	.cd-timeline-img {
		position: absolute;
		top: 12px;
		left: 48%;
		padding:0.5em 1em 0.5em 4%;
		margin-left:0;
		background:#fff;
	}
	
	.cd-timeline-block:nth-child(even) .cd-timeline-img {
		right:48%;
		left:auto;
		padding:0.5em 4% 0.5em 1em;
	}
	
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 48%;
	}
	
	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: #f0f0f0;
	}
	
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #f0f0f0;
	}
	
	/* ==============
    Maximal: Content Elements
   ============== */
   
   #Startpage .csc-default-bigheader h2 {
	   font-size:124px;
   }
   
	.tx-pmx-watchcollection .wheretobuy,
	.tx-pmx-watchcollection .techdata,
	.tx-pmx-watchcollection .techdata{
		width:inherit;
	}
   /* ===============
   Maximal: EXT
   =============== */
   
   .news-list-item {
	   width:23%;
	   margin:1%;
   }
   
   .news-latest-view h3 {
	   font-size:16px;
   }
   
   .news-latest-right-item {
	   background:#f0f0f0;
	   margin:20px 0;
   }
   
   .news-latest-right-view a {
	   text-decoration:none;
   }
   
   .news-latest-right-view a:hover {
	   text-decoration:underline;
   }
   
   .news-latest-right-view h3 {
	   font-size:24px;
	   text-transform:none;
	   padding:1em 20px 0 20px;
   }
   
   .news-latest-right-view .news-latest-right-date {
	   background:#222;
	   color:#f0f0f0;
	   padding:10px 20px;
   }
   
   .tx-pmx-storelocator #googlemap {
	   height:700px;
   }
   
   .tx-pmx-storelocator .astore {
	   width:25%;
   }
   
   .Tx-Formhandler textarea {
	   height:365px;
   }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}