@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Archivo+Narrow);
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/





/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;}
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
		.alpha{ margin-right: 2%;}
	

	.omega{ margin-left: 0;}

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.7em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
font-family: 'Archivo Narrow', sans-serif;
  color: #222;
  }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.2rem; line-height: 1.25; letter-spacing: -.1rem;  }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; color:#000; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }
  
.allcaps{text-transform:uppercase;}

i{padding-right:5px;}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.styled-button-12 {
	background: #27A8E0;
	padding:3px 6px;
	color:#fff;
	font-size:1.6rem;
	border:1px solid #ccc;
	
	border-radius:5px;
}

.styled-button-121 {
	background: #fff;
	padding:3px 6px;
	color:#27A8E0;
	font-size:1.6rem;
	border:1px solid #ccc;
	width:50%;
	text-align:center;
	border-radius:5px;
}
.styled-button-121 a{color:#27A8E0;}

.styled-button-122{
	background: #27A8E0;
	padding:10px 13px;
	color:#fff;
	font-size:1.6rem;
	border:1px solid #ccc;
	
	border-radius:5px;
}
.styled-button-12p a:hover{
color:#000;
}

.styled-button-122a{
	background: #27A8E0;
	padding:10px 13px;
	color:#fff;
	font-size:1.6rem;
	border:1px solid #ccc;
	width:110px;
	border-radius:5px;}
	
button{
		background-color:#ffec64;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	padding:14px 21px;
	text-decoration:none;
}
button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
button:active {
	position:relative;
	top:1px;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  /*margin-top: 3rem;
  margin-bottom: 3.5rem;*/
  border-width: 0;
  border-top: 1px solid #000;
  width:80% }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
body {} img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
header {
    text-align: center;
}
#logo {
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 25px;
}
#breadcrumb {
    display: none;
}
#productname {
    padding-left: 15px;
}
#searchsocial {
    text-align: center;
}
#statement h4 {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 30px;
}
#statement p {
    text-align: center;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.flighthome {
    color: #000;
    text-align: left;
    text-align: center;
}
.flighthome h4 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
	text-decoration:none;
}
.flighthome a{
	text-decoration:none;
	color:#000;
}


.flighthome img {
    text-align: center;
}
#socialfooter {
    margin-left: 0;
}
#socialfooter li {
    list-style: none;
}
#socialfooter li a {
    color: #fff;
    text-decoration: none;
}
#fb {
    background-image: url(../uk/imgs/social/facebook.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#tw {
    background-image: url(../uk/imgs/social/twitter.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#yt {
    background-image: url(../uk/imgs/social/youtube.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer {
    background-color: #102269;
}
#connectwith {
    color: #fff;
    padding: 10px;
}
#connectwith hr {
    width: 100%;
    height: 1px;
    color: #fff;
    background-color: #fff;
    border: none;
    margin-bottom: 10px;
}
#connectwith h5 {
    font-size: 1.7rem;
}
#connectwith input {
    display: block;
}
#connectwith i {
    padding-right: 3px;
    padding-left: 5px;
}
#supportfooter li {
    margin-bottom: 10px;
}
#mc-embedded-subscribe {
    text-align: center;
    width: 100px;
}
#feed2 ul {
    list-style: none;
    margin-right: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
}
#feed2 h5 a {
    color: #fff;
    text-decoration: none;
}
#newsmore a {
    color: #27A8E0;
    text-decoration: none;
}
#brandfooter {
    background-color: #ccc;
}
#brandlogos {
    text-align: center;
}
h5.allcaps {
    background-color: #27A8E0;
}
#productimage {
    text-align: center;

}
#productheader {
    background-color: #fff;
    display: block;
}
.thumb {
    display: none;
}
#buynow {
    background-color: #27A8E0;
    text-align: center;
    margin-top: 30px;
	margin-left:-5px;
}
#buynow h4 {
    color: #fff;
    font-size: 2.4rem;
    margin-top: 15px;
}
#buynow a {
    color: #fff;
    text-decoration: none;
}
#buynow ul {
    display: none;
	list-style: none;
        text-align: left;
      
        padding-left: 20px;
}
#buynow li {
    margin-bottom: 20px;
	
}
#usstore {
    background-image: url(../uk/imgs/us.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}
#castore {
    background-image: url(../uk/imgs/ca.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}
#ukstore {
    background-image: url(../uk/imgs/gb.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}
#frstore {
    background-image: url(../uk/imgs/fr.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}
#destore {
    background-image: url(../uk/imgs/de.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}
#eustore {
    background-image: url(../uk/imgs/es.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}
#plstore {
    background-image: url(../uk/imgs/pl.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}

#ausstore {
    background-image: url(../uk/imgs/nr.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}

#swstore {
    background-image: url(../uk/imgs/sw.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 30px;
}
.productdescription {
    margin-top: 40px;
}
.productdescription h5{
    margin-top: 5px;
}

.category{ 
	background-color:#fff;
}
.category>div h4 {
	text-align:left;
	padding-left:25px; 
	padding-top:10px;
	font-size:2.2rem; 	
}

.category>div {
	text-align:center;
	
}
.category>div img{
	padding-bottom:5px;
border-bottom: 1px solid #ccc;


}

.category>div h5{
	font-size:1.7rem;

} 

.category>div h5 a{
	text-decoration:none;
	color:#000;
}
.category>div h5 a:hover{
	text-decoration:none;
	color:#1EAEDB;

} 

.category>div p{
	text-align:left;
} 

.dselection{
	margin-bottom:15px; margin-left:20px;
}
.dselection select{background-color:#27A8E0; color:#fff; padding:6px;}
	
#downloadcontent{
	background-color:#fff;
}
#downloadcontent h4{
	padding-left:15px;
	margin-top:20px;
}

#ddbutton{
	margin-right:20px;
}

#contact{
	background-color:#fff;
	padding:15px;
}

#contact table{
	margin-left:30px;
}
#dist_list{
	margin-bottom:30px;
}

.apac{
	background-color:#fff;	
}

.apac ul{
	margin:0;
	margin-left:15px;
	margin-top:20px;
	padding:0;
	margin-bottom:60px;
}

.apac h5{
	margin-left:10px;
	margin-bottom:0;
	padding-left:5px;
	margin-right:15px;
	background-color: #27A8E0;
	color:#fff;
}
.apac li{
	display:inline-block;
	width:160px;
	padding:10px;
	text-align:center;
	list-style:none;
}

#amzlogo{margin-bottom:-12px; margin-left:5px;}



 #driver1 {
	
text-align:center;
	/*background-color:#ef6900;*/

	
}

#driver3 {

	text-align:center;


}

#driver2{ 
	
	text-align:center;

}
#driver1 img{
padding-top:5px;

}
#driver1 h2{
	padding-top:5px; padding-left:7px;
}

#driver1 p{
	padding-top:5px; padding-bottom:8px;
}

#driver2 img{
	padding-top:5px;
}

#driver2 h2{
	padding-top:5px; padding-left:10px;
}

#driver2 p{
	padding-top:5px; 
	padding-bottom:8px;
}

#driver3 img{
	padding-top:5px;
}

#driver3 p{padding-top:5px;
			padding-bottom:8px;
}

#manuals{
	margin-top:50px;
}
#manualcontent{
	background-color:#fff;
}
#manualcontent h4{
	padding-left:15px;
	margin-top:20px;
}
#manualcontent h5 ,p{
padding-left:15px;
}
#manualcontent{padding-bottom:120px;}
.profiletables{
	color:#fff;
	font-size:1.2rem;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px; margin-right:20px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#logorhinobottom{
	text-align:center;
	margin-top:20px;
	margin-bottom:25px;
}
#logorhinobottom img{
	display:block;
	margin: 0 auto;
}

#logorhinobottom button{
	background-color:#009fdb;
	border-color:#000;
	color:#fff;
	font-size:2.1rem;}
	
#logorhinobottom button:hover{background-color:#026a91;}
#threesplit{
	text-align:center;
	margin-top:30px;}
#threesplit h4{
	text-align:center;
	margin:0;
	padding:0;}
	
	#amzfade{text-align:center;}

#amzfade img{
	opacity:0;}
	
#amzfade:hover>img{-webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}
 #amzfade button {
  display: inline-block;
  padding: 10px 16px;
  margin-top:30px;
  margin-bottom: 0;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color:#27A8E0;
  font-family: 'Fjalla One', sans-serif;
		font-size: 1.8em;
		color:#fff;
		text-transform: uppercase;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

 #amzfade button:hover {
  transform: translateY(-3px);
    box-shadow: 0px 2px 20px #777;}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}
	

}

/* Larger than mobile */

@media (min-width: 400px) {
    .flighthome {
        text-align: center;
    }
    .flighthome p {
        text-align: left;
    }
    #socialfooter ul {
        margin-left: -30px;
    }
    #connectwith input {
        width: 100px;
    }
	
	#card1fp{
		background-color:#000;
		color:#fff;
		margin-top:30px;
		padding-top:10px;
		
	}
	#card1fp h4{
		color:#fff;
		padding-left:15px;
	}
	
	#card1fp1{
		background-color:#000;
		color:#fff;
		margin-top:30px;
		padding-top:10px;
		
	}
	#card1fp1 h4{
		color:#fff;
		padding-left:15px;
	}
	#card1fp1img{
		margin-left:100px;}
		
	
}
/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 550px) {
    .flighthome {
        text-align: center;
    }
    .yt-thumbs {
        float: none;
    }
    .yt-holder {
        text-align: center;
    }
	.category>div {
	margin-top:50px;
	}
	.catleft{
		margin-left:5px; margin-right:-5px;
	}
	.catright{
		margin-right:5px; margin-left:-5px;
	}

}
/* Larger than tablet */

@media (min-width: 780px) {
    body {
        background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek-noplanes.jpg);
        background-repeat: no-repeat;
    }
	
	#x56landing{
		background-image:none}
	 #farmbk{
         background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek4.jpg);
        background-repeat: no-repeat;
    }
		#spbk{
         background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek5.jpg);
        background-repeat: no-repeat;
    }

    header {
        text-align: left;
    }
    header #logo {
        margin-left: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    header #searchform {
        margin-bottom: 0
    }
    header #searchsocial {
        float: right;
        padding-top: 30px;
    }
    header #socialicons {
        float: right;
    }
    nav {
        z-index: 999;
    }
    .slideodd {
        -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 91%);
        clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 91%);
    }
    .slideeven {
        -webkit-clip-path: polygon(0 0, 100% 7%, 100% 91%, 0% 100%);
        clip-path: polygon(0 0, 100% 7%, 100% 91%, 0% 100%);
    }
    #statement h4 {
        color: #000;
        text-align: center;
        margin-bottom: 0;
        text-transform: uppercase;
        margin-top: 30px;
    }
    #statement p {
        text-align: center;
        color: #000;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 10px;
    }
    .flighthome {
        padding: 30px;
        text-align: justify;
    }
    .flighthome h4 {
        font-size: 2.7rem;
    }
    #centerfooter {} #connectwith {
        color: #fff;
        padding: 10px;
    }
    #connectwith hr {
        margin-bottom: 30px;
    }
    #connectwith h5 {
        margin-bottom: 0px;
    }
    #connectwith input {
        width: 160px;
    }
    #socialfooter li {
        margin-left: 0px;
    }
    #feedholder {
        margin-top: 17px;
        display: block;
    }
    #feed2 ul {
        list-style: none;
        margin-right: 20px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    #feed2 h4 {
        color: #fff;
    }
    #feed2 h5 {
        margin-bottom: 20px;
        line-height: 1.1;
        margin-top: 20px;
    }
    #feed2 h5 a {
        padding-bottom: 0px;
        font-size: 1.9rem;
        color: #fff;
        text-decoration: none;
        line-height: 1.3;
    }
    #feed2 p {
        color: #fff;
        padding-right: 10px;
        font-size: 1.4rem;
    }
    #newsmore {
        color: #438bc5;
    }
    #video {
        display: block;
        text-align: center;
    }
    #vidholder {} #introandvid {
        border: 2px solid #fff;
        background-color: rgb(230, 230, 230);
    }
    #signup h5 {
        margin-bottom: 20px;
    }
    #introduction {
        padding-left: 10px;
    }
    #introduction img {
        float: right;
        margin-top: -20px;
    }
    #introduction p {
        color: #000;
        line-height: 24px;
    }
    #introduction h2 {
        color: #000;
        font-size: 22px;
    }
    #brandfooter {
        background-color: #ccc;
    }
    #brandlogos {
        text-align: right;
    }
    .catheadersintro {
        float: left;
    }
    .thumb {
        margin: 5px;
        border: 1px solid #ccc;
        display: inline-block;
    }
    #buynow ul {
        list-style: none;
        text-align: left;
        display: inline-block;
        padding-left: 0;
		    margin-top: 1px;
    }
    #breadcrumb {
        padding-left: 15px;
        display: block;
    }
	#heavybullets{
		background-color:#96de34;
		border:1px #999 solid;
		padding-top:10px;
		padding-bottom:10px;}
		
	#heavybullets li{margin-left:30px;}
	#amzfade{margin-top:160px; text-align:center;}
}
/* Larger than desktop */

@media (min-width: 1000px) {
    body {
        background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek-noplanes.jpg);
        background-repeat: no-repeat;
    }
	 #farmbk{
         background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek4a.jpg);
        background-repeat: no-repeat;
    }
		#spbk{
         background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek5.jpg);
        background-repeat: no-repeat;
    }
	
	.aplusimg{
		margin-top:65px;
	}
	#card1fp{
		background-color:#000;
		background-image:url(../uk/imgs/product/x56/page/x56-contentbg.jpg); background-position:bottom right; background-repeat:no-repeat;
		height:380px;
		color:#fff;
		margin-top:30px;
		padding-top:10px;
		margin-bottom:15px;

		
	}
	#card1fp h4{
		color:#fff;
		padding-left:15px;
	}
	#card1fpimg{
		margin-left:100px;}



}
/* Larger than Desktop HD */

@media (min-width: 1490px) {
    body {
        background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek3.jpg);
        background-repeat: no-repeat;
    }
	 #farmbk{
         background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek4a.jpg);
        background-repeat: no-repeat;
    }
	#spbk{
         background-image: url(../uk/imgs/MCZ-Store-Site-Skin_Saitek5.jpg);
        background-repeat: no-repeat;
    }
}