@charset "UTF-8";

/* CSS Document */

.eStore_container eStore_block980 {
	width: 980px;
}
.eStore_block980 {
    width: 980px;
    margin: 0 auto;}

div{
	display: block;}

		
.h1 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-size: 48px;
	text-transform:uppercase;
	line-height: 60px;
}
.sub {
	padding-top: 50px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #4C5559;
	text-align: center;
	font-size: 28px;
}

.h2 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;	
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
.h2-title {
	padding-bottom: 10px;
}
.h3 {
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
	padding: 5px 10px 5px 0px;
	color: #666666;
	width: 90%;
	border-bottom: none;
	text-align: left;
}

h4{margin-top: 20px;}


p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 21px;
	margin: 0;
	text-align: left;
}


.come-in {
  transform: translateY(200px);
  animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

.margin4{margin-left: 4%;}
@keyframes come-in {
  to { transform: translateY(0); }
}


.header-section{
	    /* background-color: #aaa; */
    color: #666666;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-family: 'Open Sans', Helvetica, Sans serif;
	font-weight: 400;
	margin-top: 100px;
	}



.no-pad{padding-top: 30px;
margin-top: 0;}

.col-12{
	    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
 margin-top: 35px;
}

.col-10{
	width: 80%;
	margin-left: 10%;
	overflow: hidden;
}
.col-11{
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	overflow: hidden;
}
.col-6{width: 62%;
    padding-left: 20px;
    float: left;}
.col-5{
	text-align:center;
	width: 20%;
	float: left;
}
.col-4{
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align:center;
	margin-top: 20px;
}
.col-4-product{
	width: 23%;
	margin-left: 1%;
	float: left;
	text-align:center;
	margin-top: 20px;
}
.col-3 {
    width: 32%;
    margin-left: 1%;
    float: left;
    text-align: center;
    margin-top: 20px;
	padding-bottom: 15px;
	}
	
.col-2{
	width: 48%;
	float: left;
	text-align: left;
	margin-bottom: 35px;
	margin-top: 20px;	
}
.left{
	margin-right: 2%;
}
.no-top-margin{
	margin-top: 0;}

.link{
	color: #275f96;
	text-decoration: none;
	padding-bottom: 0px;
}
.link:hover{
	text-decoration: underline;
}
.share-buttons li{padding-right: 3px;}
.p{
	font-size: 16px; 
	color: #666;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-top: 15px;
	 margin-bottom: 15px;
}

.button{
	color:#FFFFFF;
	background-color:#f39903; 
	display: inline-block;
    padding: 5px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    border-radius: 4px; 
	text-decoration:none;}
.button:hover{
	background-color: #e47c01;
	color: #fff;}

.series{
	margin-left: 15px;}


.banner {
	position: relative;
}
.cards {
	width: 100%;
	margin-bottom: 70px;
	overflow:auto;
}
	



.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: #f39903;
	font-size: 12px;
	padding: 1em;
	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;
	display: none;
}

.go-top:hover {
	background-color: #e47c01;
	Color: #ffffff;
	text-decoration: none;
}
.card img.nocolor, .card img{
	padding-bottom: 5px;}

.nocolor{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(90%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
	}
.nocolor:hover{
	   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
   transition: ease;
       transition: all 0.55s;
}
.h5 {
    color: #666666;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    text-align: center;
    font-weight: 300;
}

.margin4{
	margin-left: 4%;}



.h4{
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 17px; 
	font-weight: 600;
	margin-top: 10px;
	color: #666666;
	margin-top: 20px; 
	text-aling: center;
	margin-bottom: 0;
	}
.center{
	text-align:center;}


.h3{text-align: left;}
a img{
	text-align: center;
	margin: 0 auto;
	display: block;}


.col-12 img{
	max-width: 100%;}
a {
    text-decoration: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.cta:hover, .cta-ghost:hover {
    background-color: #275f96;
    color: #ffffff;
}

	.h6{
		    margin: 0;
    font-style: italic;
    color: #999;
    font-weight: normal;
    font-size: 11px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    padding-top: 5px;
    text-align: left;
    /* font-weight: 600; */
    font-size: 16px;
	line-height: 1.5em;
		}

.sharing{
	padding-left: 0px;
	padding-top: 40px;
	margin-bottom: 50px;
	}
ul.share-buttons>li {
	display: inline;
	}
ul.share-buttons>li a img{
	display: inline;
	text-align: left;
	display:inline;
	}
div.sharing{
	clear: both;
	}
ul.share-buttons{
	text-align: left;
	padding-left: 0;}





.image {
  display: block;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(243, 153, 3, 0.9);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .7s ease;
}

.imgcontainer:hover .overlay {
  bottom: 0;
  height: 100%;
}



	
.case{display: none;}
.video-title{
	display: none;}
	
.cycle-slideshow div.cycle-slideitem {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    min-height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.no-top{
	margin-top: 0;}

.cycle-slideshow {
    /* width: 100%; */
    margin: 10px auto;
    padding: 0;
    height: 400px;
    position: relative;
    background: url(images/spinner.gif) 50% 50% no-repeat;
	margin-bottom: 0;
}

.cycle-overlay {
	font-family: tahoma,arial;
	position: absolute;
	top: 20%;
	z-index: 101;
	background: none;
	color: #fff;
	height: 70%;
	width: 100%;
	left: 3px;
}
.cycle-pager{
	display: none;}

.cycle-overlay h1 {
    font-family: 'Open Sans',Tahoma,arial;
    padding: 10px 25px 0 0;
    font-size: 5em;
    font-weight: 700;
  color: #ffffff;
    text-transform: uppercase;
    width: 100%;
	text-align: center;
}

.cycle-overlay h4 {
    font-family: 'Open Sans',tahoma,arial;
    padding: 20px 25px 0 0;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    font-size: 2.5em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.cycle-overlay .eStore_btn {
        position: relative;
    bottom: 10px;
    right: 10px;
    margin-left: 0;
    left: 0;
    background-color: rgb(243, 153, 3);
    padding: 5px 30px;
    font-size: 14px;
}
.cycle-overlay .eStore_btn:hover {
	background-color: #e47c01;
}

.cycle-overlay .eStore_block980.small h1 {
    font-size: 4.3em;
    width: 100%;
    line-height: 52px;
    text-align: center;
}

.cycle-overlay .eStore_block980.small h4 {
    font-size: 1.8em;
}

div#HeaderBanner {
    margin-top: 0px
}
.subtitle{font-size: 20px;
margin-bottom: 0;}

.card { 
    float: left;
    margin-top: 30px;
    margin-right: 2%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
    /* border-top: 5px solid #2d7cd9; */
    /* margin-bottom: 70px; */
   
    padding: 10px;
    /* padding-right: 5px; */
    background-color: rgba(255,255,255, .9);
    border: 1px solid #efefef;
    border-radius: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 80%;
}
.card:hover{
	  box-shadow: 0 4px 10px 0 rgba(5,64,72,0.4);
	}
	
.card img {
    max-width: 100%;
}
.no-pad{
	padding: 0;}
.no-margin{
	margin-top: 0;
	}
.active{
	box-shadow: 0 4px 10px 0 rgba(5,64,72,0.4);
	border-bottom: 3px solid rgba(5,64,72,0.4);
}
.materials{
	margin-top: 20px;
	}
.materials li{
	list-style: none;
	display: inline;
	
	color: #666666;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
	.materials li a{
		padding: 10px 20px;
		color: #666666;
		text-decoration: none;
	}
.materials li a:hover, .materials li a:active{
	border-bottom: 3px solid rgba(5,64,72,0.4);
cursor: pointer;
	}
.materials li a.active{
	box-shadow: none;
	border-bottom: 3px solid rgba(5,64,72,0.4);
	}
.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
a.accordion{
	color: #4398ef;
	padding-left: 0;}
.block{
	margin-top: 90px;
	margin-bottom: 60px;}

@media only screen and (max-device-width : 1024px){
		
	.go-top{
		bottom: 1em; right: 1em;}
	.h1{
		font-size: 45px; 
		line-height: 50px;}

	.cycle-overlay{top: 20%;
	}
.cycle-overlay .eStore_block980.small h1 {
    font-size: 4em;
	}	

		}

	
@media screen and (max-width: 980px
) {
	
	.h1 {
		font-size: 33px;
		line-height: 38px;
	}
	.h2 {
		font-size: 21px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	.title {
		top: 8%;
	}
	.productPic {
		width: 25%;
	}
	.productDescription {
		width: 70%;
		margin: 0;
		padding-bottom: 60px;
	}
	.title{margin-left: 5%;}

	.go-top{
		bottom: 1em; right: 1em;}
.nav li a {padding: 10px 22px;}	
.col-4{
		width: 30%;}
.col-3 {
    width: 32%;
    margin-left: 1%;
}
.col-4-product{
		width: 44%;
		margin-left: 2%;
		}
.col-12{
	width: 90%;
	margin-left: 5%;}
	.col-2 a img{width: 80%;}
	.nocolor{filter: none;}
.h4{
	padding: 0; margin: 0;}

.sharing{
padding-left: 10%;
	}
		
.cycle-overlay h1 {
    font-size: 4.5em;
    width: 100%;
    line-height: 1.3em;
    text-align: center;
}
.cycle-overlay h1 {
    font-family: 'Open Sans', Tahoma, arial;
    padding: 20px 25px 0px 0px;

    font-weight: 700;
    text-transform: uppercase;
    width: 90%;
    margin-left: 5%;
	
}
.cycle-overlay h4 {
    font-family: 'Open Sans', tahoma, arial;
    padding: 10px 25px;
    font-size: 2.5em;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
   .cycle-overlay .eStore_block980.small h4 {
    font-size: 1.8em;
    line-height: 1.3em;
}

    .cycle-overlay .eStore_btn {
        position: relative;
        bottom: 10px;
        left: 25px;
        margin-left: 0px;
    }
	ul.nav.stickytop{
		padding-left: 0%;}
	a{display: inline;
	}
	.col-6{width: 48%;}

	}
		
  
@media screen and (max-width: 767px) {
	
	.h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.h2 {
		font-size: 20px;
	}
	.h3 {
		font-size: 12px;
	}
	.nav li a{padding: 10px 12px;}
	
	.productPic {
		width: 40%;
	}
	.col2 iframe{
		text-align:;
		margin: 0 auto;}
	.productDescription {
		width: 60%;
		margin: 0;
	}
	.productPic {
		text-align: center;
	}
	.subscriptionPrice, .cart, .ghost {
		width: 48%;
	}
	
	.io{width: 45%;}
	.title {
		top: 8%;
		margin-left: 5%;
}
.go-top{
	bottom: 1em; right: 1em;}
	.io{width: 45%;}
	.nav li a {
    padding: 10px 46px;
}
.pWhite{
	height: auto;}

.col-2{text-align: center;}
.col-5 {
    text-align: center;
    width: 100%
}
.col-4, .col-4-product{
	width: 48%;
	}
	.col-3{width: 49%;
	text-align:center;}
	.card{
		text-align: center;
		margin-bottom: 20px;}
	
	.col-2{width: 94%;
	margin-left: 3%;
	margin-bottom: 0;}
	.col-2 a img{max-width: 100%;
	text-align:center;}
.case{
	display: block;
	padding-top: 10px;}
	 .cycle-overlay {
          top: 3%;
    width: 100%;
    z-index: 101;
    color: #fff;
    padding: 30px;
    height: auto;
}

.cycle-overlay .eStore_block980.small h1 {
    font-size: 4em;
    width: 100%;
    line-height: 1.2em;
    text-align: center;
}

.cycle-overlay .eStore_block980.small h4 {
    font-size: 1.7em;
    line-height: 1.3em;
    text-align: center;
    width: 80%;
    margin-left: 10%;
}
.h5 {
    color: #666666;
    font-size: 1.5em;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 0px; 
    padding-bottom: 0px; 
    text-align: center;
    font-weight: 300;
    padding-bottom: 15px;
}
.pad-10{padding-top: 10px;}

.col-10 {
    width: 100%;
	margin: 0%;
    overflow: hidden;
}

}
@media screen and (max-width: 480px) {
	
		.h1 {
    font-size: 39px;
    line-height: 45px;
}


	p{
		padding-right: 10%;}
	.h2-title, .h5 .subscription {
		margin-left: 20px;
	}
	

.col-2 .button{
	text-align:center;
	margin: 0 auto;}

img {
    max-width: 100%;
    height: auto;
}
.video{padding-left: 0;}
.product{padding-left: 0;

}
.view, .datasheet{
	width: 90%}
	.go-top{
		right: 1em;
		bottom: 1em;}

.h3{
		    font-size: 14px;
    padding-top: 15px;} 
	

.h3{display: none;}
ul.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0;
    display: none;
}
.col-4, .col-4-product, .col-3{
			width: 90%;
    margin-left: 5%;}
	.col-3{
		margin-bottom: 80px;
		width: 96%;margin-left: 2%;}
	   .card{ padding-top: 30px;
    width: 80%;
    margin-top: 0%;
    margin-left: 7%;
}
	.col-2 a img{width: 100%;}
	.col-2{width: 96%;
	margin-left: 2%;
	margin-bottom: 60px;}
.banner{width: 250%;}
.col-12{width: 96%;
margin-left: 2%;}
.p{margin: 0;}
div.sharing{margin-left: 2%;}
iframe{
	height: 250px;}
.title{
	margin-left: 1%;
	top: 2%;}
.button{margin-top: 20px;
}
.h2{display: none;}
.cycle-slideshow {
            width: 100%;
            margin: 10px auto;
            padding: 0;
            height: auto;
            position: relative;
            background: url(images/spinner.gif) 50% 50% no-repeat;
        }
		

.cycle-overlay {
    top: 10%;
    width: 100%;
    z-index: 101;
    color: #fff;
    padding: 10px;
    height: auto;
	background: none;
	left: 0%;
}

        .cycle-overlay h1 {
            font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 4em;
    text-align: center;
    padding: 0px 0px 3px 3px;
    width: 90%;
        }

        .cycle-overlay h4 {
            font-family: open Sans, Arial, Helvetica, sans-serif;
            font-weight: 400;
            color: #fff;
            padding: 10px 0px 0px 0px;
            font-size: 2em;
            text-align: center;
            width: 100%;
			margin-left: 0;
        }
	
.col-6 {
    width: 100%;
    margin-bottom: 60px;
}


.col-2 .button {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

        .cycle-slideshow {
            width: 100%;
            margin: 10px auto;
            padding: 0;
            height: 320px;
            position: relative;
            background: url(images/spinner.gif) 50% 50% no-repeat;
        }

        .eStore_wrapper .cycle-overlay .eStore_btn {
            position: relative;
            bottom: 10px;
            left: 0px;
            margin-left: 0px;
            width: 50%;
			
        }
	.cycle-overlay .eStore_block980.small h1 {
     font-size: 2.8em;
    width: 100%;
    line-height: auto;
	margin-bottom: 0;
}
.cycle-overlay .eStore_block980.small h4 {
    font-size: 1.4em;
}
.cycle-overlay .eStore_block980.small h4 {
    line-height: 1.3em;
    text-align: center;
    width: 96%;
    margin-left: 2%;
}
}
