
body {
  background: #e8e8e8;
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
   margin: 0; 
}
a.btn {
  background: #ffc20e;
  border-radius: 4px;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: inline-block;
  padding: 6px 30px 8px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out;
}
.no-touch a.btn:hover {
  background: #ffc51b;
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.25s 0s ease-out;
  transition: all 0.25s 0s ease-out;
}
.no-touch a.btn:active,
a.btn:active {
  background: #ffbf01;
  box-shadow: 0 1px 0px 0 rgba(255, 194, 14, 0.25);
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0);
  -webkit-transition: all 0.025s 0s ease-out;
  transition: all 0.025s 0s ease-out;
}

/* Header */
header{
  width:100%;
  height:80px;
  background:#222;
}
.logo{
  width:50px;
  height:65px;
  position:relative;
  top:7.5px;
  float:left;
  margin-left:5%;
}
.logo img{
  width:100%;
  height:100%;
}
/*nav{
  width:auto;
  height:100%;
  float:right;
  margin-right:5%;
  list-style:none;
}
nav li{
  width:auto;
  margin-right:20px;
  float:left;
}
nav li a{
  font-family:Raleway;
  font-size:16px;
  color:#fff;
  line-height:80px;
}
nav select{
  width:150px;
  height:30px;
  margin-top:25px;
  font-family:Raleway;
  font-size:14px;
  color:#666;
  border:2px solid #aaa;
  padding-left:10px;
}
nav select:focus{
  outline:none;
}*/


img {
	
	vertical-align: middle;
}

#tagline {
    
	font-style:italic;
	font-weight:normal;
	font-size:14px;
	font-family:"Roboto Slab", "Arial Black", Arial, Helvetica, sans-serif;
}



	
	#nav-branding img {
    height: 100%;
    padding: 15px;
    width: auto;
    line-height: 0;
   padding-left:0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
    background-color: #333;
    border-color: #1a1a1a;
}

.navbar {
    position: relative;
    min-height: 50px;
    
    border: 1px solid transparent;
}

nav {
    color: #fff;
}

#header.container {
	width:1260px;
	 margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
* {
  box-sizing: border-box;
}
figure { 
  margin: 0; background: white;
 
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
#slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 15s slidy infinite; 
  
}
#slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
#slider picture { 
  width: 100%; height: auto; 
}

#slider picture img { 
  width: 100%; height: auto; 
}

#slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(255,194,14,0.6);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: bold;
  padding-left:330px;
}

#slidy-container { 
width: 50%; margin: 0 auto;
box-shadow: 0 0 12px rgba(0,0,0,0.4); 
}

#caption-bg {
	position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    padding: .6rem;
    width: 100%;
}
.caption {
	
    width: 1260px;
	margin-left:auto;
	margin-right:auto;
	/*margin:0px auto;
	margin-left:310px;*/
    font-size: 31px;
    /*padding: .6rem;*/
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: bold;
	position:relative;
	left:-15px;

	
}


li {
	line-height:22px;
	margin-bottom:0.1em;
}

p {
	margin:1;
}

section p {
     padding-bottom: 2px; 
}

.btn-cta {
	background-color: #286090;
	color:#fff;
	border-color: #204D74;
	font-weight:normal;
	font-size: 17px;
	
	
	
	
	
    display: inline-block;
    margin-bottom: 0;
    
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-cta:hover {
	background-color: #336699;
	color:#ccc;
	border-color: #204D74;
	text-decoration: none;
}

.btn-cta:active {
	background-color: #336699;
	color:#ccc;
	border-color: #204D74;
	text-decoration: none;
}

.btn-cta:focus {
	background-color: #336699;
	color:#ccc;
	border-color: #204D74;
	text-decoration: none;
}

.img-caption {
	
	position:relative; top:10px; left: 10px;z-index: 99;
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	max-width: 400px;
	padding: 0 10px 0 0;
	height: 50px;
	overflow:hidden;
}

.wheretobuy {
	background-color:#d2d1d6;
	padding:20px 10px 10px 10px;
	text-align:center;
	margin-bottom:15px;
    cursor: pointer;
	width:100%;
	height:100%;
	
}

.btn-wtb {
	background-color:#d2d1d6;
	padding:20px 50px 0px 50px;
	text-align:center;
	max-width:100%;
	
    cursor: pointer;
	
	width:100%;
	height:100%;
}



.img-recommend {

	overflow:hidden;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	
}

.img-right {
	
	width:300px;

	
	
}
.img-recommend img {
	
	 -moz-transition: .3s ease-in-out;
  	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	width:400px;
	height:250px;
}

.img-recommend img:hover {
	
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

	
	

}

.img-recommended a:hover {
	color: #333333;
	
	
}


#intro {
  margin: 0 332px auto;
  
  
 
 
}

div.cards {
  margin: 20px auto;
  max-width: 1260px;
  text-align: center;
  /*height:400px;*/
  
  
}



div.card {
  background: #ffffff;
  display: inline-block;
  margin: 8px;
  max-width: 400px;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
  vertical-align:top;
  
}
div.card img {
  max-width: 400px;
}
div.card div.card-title {
  background: #ffffff;
  padding: 6px 15px 10px;
  position: relative;
  z-index: 0;
  overflow:hidden;
 
 
}
div.card div.card-title a.toggle-info {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
}
div.card div.card-title a.toggle-info span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  -webkit-transition: all 0.15s 0s ease-out;
  transition: all 0.15s 0s ease-out;
  width: 12px;
}
div.card div.card-title a.toggle-info span.left {
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.card div.card-title a.toggle-info span.right {
  left: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
div.card div.card-title h2 {
 
  
 
  margin: 0;
  padding: 0 0 10px 0;
  height: 4em;
  overflow:hidden;
  
  position: relative;
  
  
  display: block;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  max-width:85%;
 
  
  
}
div.card div.card-title h2 small {
  display: block;
  font-size: 16px;
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  max-width:90%;
  min-height:80px;
}
div.card div.card-description {
  padding: 0 15px 10px;
  position: relative;
  font-size: 14px;
}
div.card div.card-actions {
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px 15px 20px;
  text-align: center;
}
div.card div.card-flap {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
div.card div.flap1 {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}
div.card div.flap2 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}
div.cards.showing div.card {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}
.no-touch div.cards.showing div.card:hover {
  opacity: 0.94;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
div.card.show {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
div.card.show div.card-title a.toggle-info {
  background: #ff6666 !important;
}
div.card.show div.card-title a.toggle-info span {
  top: 15px;
}
div.card.show div.card-title a.toggle-info span.left {
  right: 10px;
}
div.card.show div.card-title a.toggle-info span.right {
  left: 10px;
}
div.card.show div.card-flap {
  background: #ffffff;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
div.card.show div.flap1 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
div.card.show div.flap2 {
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}

li {
	margin-bottom: 0.1em;
}




/* social share */
.share-text {
	float: left;
	padding-top:16px;
	font-size: 14px;
	font-weight: bold;
	
}

#share-social {
	position: relative;
	top:12px;
	
	
	/*left: 20px;*/
	vertical-align:middle;
}
.share-button {
	float:left;
}
.share-button span {
	
	width: 40px;
	/*height: 50px;
	background: #ccc;
	border-radius:50px;*/
	
	/*float: left;*/
	text-decoration: none;
	color: #fff;
	
	/*top:8px;
	right:100px;*/

display: block;
text-align: center;
vertical-align:middle;
padding-top: 10px;
	/*margin-left: 5px;*/
	
}

.fluke-icon {
	font-family: 'fluke-icon-font', !important;
	text-transform:none;
	text-decoration:none;
	font-size:30px;
	
}



.share-button:hover {
	text-decoration:none;
}

.share-button:a {
	text-decoration:none;
}

.share-button:active {
	text-decoration:none;
}

.share-button:visited {
	text-decoration:none;
}

.share-button:focus {
	text-decoration:none;
}


/* footer */

.footer1 {
    width: 100%;
    min-height: 60px;
    background-color: #333;
    border-color: #1a1a1a;
    color: #fff;
	position:relative;
	    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	font-size:11px;
	
}

.footer1 ul {
    list-style: none;
    padding: 0px;
    margin-left: 330px;
}

.footer1 ul li {
    display: inline-block;
    text-align: left;
    color: #fff;
}

.footer1 ul li a, .footer1 p {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    
 
    color: #fff;
}

.footer1 ul li a, .footer1 p {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
  
    color: #fff;
}

.footer1 p {
	margin-left:330px;
	
}

@media (min-width: 1280px) and (max-width: 1600px) {

.caption {
	
   
	margin: 0 100px;
	 width: 100%;
	
}
}


@media (min-width: 1033px) and (max-width: 1279px) {
	#slider picture img { 
  max-width: 1279px; height: auto; 
}

#intro {
    margin: 0 20px auto;
}



#slider figure figcaption { 
  
  padding-left:20px;
}

.caption {
	
	left:0px;
	width: 100%;
}

}




@media (min-width: 768px) and (max-width: 1032px) {
	#slider picture img { 
  max-width: 1032px; height: auto; 
}

#intro {
    margin: 0 20px auto;
}



.footer1 ul, .footer1 p {
	margin-left:20px;
	
}

#slider figure figcaption { 
  
  padding-left:20px;
}

section img {
    width: 400px;
    height: auto;
}

div.card div.card-title a.toggle-info span.left {
    right: 19px;
   
}

div.card div.card-title a.toggle-info span.right {
    left: 18px;
    
}

div.card div.card-title a.toggle-info span {
   
    height: 3px;
    top: 22px;
    width: 16px;
}

div.card div.card-title a.toggle-info {
    border-radius: 44px;
    height: 44px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 44px;
}

div.card.show div.card-title a.toggle-info span.left {
    right: 14px;
}

div.card.show div.card-title a.toggle-info span.right {
    left: 14px;
}


div.card.show div.card-title a.toggle-info span {
    top: 21px;
}	
.caption {
	
	left:0px;
	width: 100%;
}
	
}

@media (min-width: 100px) and (max-width: 767px) {

#tagline {
	visibility:hidden !important;
}

	#slider picture img { 
 display:none;
 visibility:hidden;
}

.caption {
	
    font-size: 22px;
	width: 100%;
	
	
}

section img {
    width: 400px;
    height: auto;
}

#intro {
    margin: 0 20px auto;
}

.footer1 ul, .footer1 p {
	margin-left:20px;
	
}

h1 {
	font-size: 1.5em;
}

div.card div.card-title a.toggle-info span.left {
    right: 19px;
   
}

div.card div.card-title a.toggle-info span.right {
    left: 18px;
    
}

div.card div.card-title a.toggle-info span {
   
    height: 3px;
    top: 22px;
    width: 16px;
}

div.card div.card-title a.toggle-info {
    border-radius: 44px;
    height: 44px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 44px;
}

div.card.show div.card-title a.toggle-info span.left {
    right: 14px;
}

div.card.show div.card-title a.toggle-info span.right {
    left: 14px;
}


div.card.show div.card-title a.toggle-info span {
    top: 21px;
}

.caption {
	width: 100%;
	left:0px;
	font-size: 18px;
}
}

@media (max-width: 399px) {

div.card, div.card img  {
    max-width: 300px;
}

.caption {
	
   
	width: 100%;
	left:0px;
    font-size: 18px;
   

	
}

}



