@charset "UTF-8";

/* CSS Document */


.eStore_container,  .eStore_block980 {

	margin: 0 auto;
}
div{
	display: block;}
	
h1, h2, h3, h4, h5, h6, a, .fl-button {
	font-family:  'Open Sans', Microsoft JhengHei, Microsoft YaHei, Meiryo, Malgun Gothic, sans-serif;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
.h1 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-size: 45px;
	text-transform:uppercase;
}

.cta{color: #fff;
    text-decoration: none;
    padding: 5px 35px;
    background-color: #994895;
    font-size: 14px;
	border-radius: 3px;
}
	
.cta:hover{
	background-color: #801a7a;
	color: #fff;}

		
		
	
.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;
}
/**layout**/
.col-12{
	width: 100%;
    margin-bottom: 50px;
    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-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: 30px;
	}
	
.col-2{
	width: 48%;
	float: left;
	text-align: left;
	margin-bottom: 35px;
	margin-top: 20px;
	
}
/**end of layout**/
.left{
	margin-right: 2%;
}
.link{
	color: #994895;
	text-decoration: none;
	padding-bottom: 0px;
	
}
.link:hover{
	text-decoration: underline;
}


.expandable{
	margin-top: 80px;}
.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;
	text-transform: uppercase;
}
.h2-title {
	padding-bottom: 10px;
}
.h3 {
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 10px 5px 0px;
	
	color: #fff;
	width: 90%;
	border-bottom: none;
	text-align: left;
}

h4{margin-top: 20px;}
element.style {
    width: 100%;
    height: auto;
}


p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 21px;
	margin: 0;
	text-align: left;
	margin-bottom: 20px;
}
.nav-background{
	 background-color: #994895;
	 width: 100%;
	}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
	font-size: 14px;
}
ul.nav{
	margin: 0 auto;
    text-align: center;
    background-color: #994895;
}
.nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 28px;
    text-decoration: none;
}


/* Change the link color to #111 (black) on hover */
.nav li a:hover, .nav li a:active {
    background-color: #801a7a;
	color: #ffffff;
	text-decoration: none;
}
.os-name{
	font-size: 15px;
	font-weight: bold;
	}
.nav{
		z-index: 170;
		margin: 0 auto;
		display: block;
		text-align: center;
		}
ul.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0;
}
.header-section{
	    /* background-color: #aaa; */
    color: #994895;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-family: 'Open Sans', Helvetica, Sans serif;
	font-weight: 400;
	margin-top: 100px;	
	}
.expansion{
		background-color: #eee;}
.comparison {
    margin-top: 20px;
    margin-bottom: 30px;
   	}
.descr {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	width: 85%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}



.top {
	width: 100%;
	height: auto;
	display: block;
}
.title {
	position: absolute;
	top: 5%;
	text-align: right;
	width: 100%;
	padding: 1em;
	float: right;
	margin-left: 0%;
	padding-left: 0;
	
}
.column {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	float: left;
	margin-bottom: 50px;
	width: 32%;
	overflow: hidden;
	height: 340px;
	background-color: #ffffff;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.column:hover {
 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}
.cards {
	width: 100%;
	margin-bottom: 70px;
	overflow:auto;
}
.description {
	text-align: center;
}

img.logo {
	padding: 10px;
}
.product {
	padding: 10px 5px;
	padding-left: 15px;
	font-size: 14px;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: #994895;
	font-size: 13px;
	padding: 1em;
	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;
	display: none;
}

.go-top:hover {
	background-color: #801a7a;
	Color: #ffffff;
	text-decoration: none;
}



	.h6{
		margin: 0;
		color: #666666;
		font-weight: normal;
		font-size: 11px;
		font-family: 'Open Sans', Helvetica, sans-serif;
		padding-top: 5px;}
.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;}


.select1 {
    margin-top: 90px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    background-image: url(img/2017092.jpg);
    background-repeat: repeat-y;
    background-position: right center;
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-color: #2d7cd9; */
}
.h2-selector{
	color: #ffffff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    padding-top: 20px;
    margin-top: 0;
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 0;}


.share-buttons{
	margin-top: 40px;}
.disclaimer {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #808080;
    padding-top: 60px;
    text-align: left;
}

.card{
	margin-top: 45px;
    float: left;
    width: 22%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 50px;
	margin-right: 1%;
	text-align: center;
	padding-bottom: 30px;
	}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.no-margin{
	margin-right: 0;
	margin-left: 0;}
.card .cta{
	text-align: center;}

.h5, .h4{
	    font-weight: 600;
    color: #666666;
    font-size: 15px;
    padding-bottom: 5px;}
.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: 2%;
    z-index: 101;
    background: none;
    color: #fff;
    height: 70%;
    width: 100%
}
.cycle-pager{
	display: none;}

.cycle-overlay h1 {
    font-family: 'Open Sans',Tahoma,arial;
    padding: 10px 25px 0 0;
    font-size: 48px;
    font-weight: 700;
  color: #ffffff;
    text-transform: uppercase;
    width: 40%
}

.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: 22px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    width: 40%
}

.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;
}
div.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0;
}
.cycle-overlay .eStore_block980.small h1 {
       font-size: 40px;
    width: 55%;
    line-height: 52px;
}

.cycle-overlay .eStore_block980.small h4 {
    font-size: 22px
}

div#HeaderBanner {
    margin-top: 0px
}
	

	
@media screen and (max-width: 980px) {
	.cards {
		width: 98%;
		margin: 0 auto;
	}
	top{width: 120%;}
	.column {
		width: 46%;
		margin-left: 1%;
		height: 335px;
	}
	.h1 {
		font-size: 33px;
	}
	.h2 {
		font-size: 23px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	.title {
		top: 8%;
	}
	.productPic {
		width: 25%;
	}
	
	.productDescription {
		width: 70%;
		margin: 0;
		padding-bottom: 60px;
	}
	.title{margin-left: 5%;}
	iframe{width: 750px;}
	.go-top{
		bottom: 1em; right: 1em;}
	

.productPic {
	text-align: center;
}
.subscriptionPrice{
	width: 48%;
}
.marketplace-info {
	width: 100%:
}
.esotre_btn, .estore_btn1 {
	width: 45%;
}
.videodescription, .videopic{
		width: 50%;
		float: left; 
		position: relative;
		}
		
.io{width: 25%;
text-align: center;
float: left;
padding-bottom: 10px;
height: 150px;}
.mid{text-align: center;}	
.nav li a {padding: 10px 15px;}	
		.cycle-overlay {
        font-family: 'Open Sans', tahoma, arial;
        position: absolute;
        left: 0;
        top: 2%;
        z-index: 101;
        background: none;
        color: #fff;
        padding: 0px;
        height: 70%;
        width: 50%;
        margin-right: 0px;
    }


    .cycle-overlay h1 {
        font-family: 'Open Sans', Tahoma, arial;
        padding: 20px 25px 0px 0px;
        font-size: 48px;
        font-weight: 700;
        
        text-transform: uppercase;
        width: 100%;
        padding-left: 20px;
    }

    .cycle-overlay h4 {
        font-family: 'Open Sans', tahoma, arial;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 10px;
       
        width: 80%;
    }

    .cycle-overlay .eStore_btn {
        position: relative;
        bottom: 10px;
        left: 25px;
        margin-left: 0px;
    }
	.col-4{
		width: 30%;}
	.col-4-product{
		width: 44%;
		margin-left: 2%;
		}
.col-12{
	width: 90%;
	margin-left: 5%;}
	.col-2 a img{width: 80%;}
	}
  
@media screen and (max-width: 767px) {
	.expandable{margin-top: 40px;}
	.cards {
		width: 96%;
		margin: 0 auto;
	}
	.card{
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	height: 380px;
		}
	iframe{width: 450px;}
	.column {
		width: 48%;
		margin-left: 1%;
		margin-bottom: 40px;
		height: auto;
	}
	.video{
		padding-left: 0;}
	.h1 {
		font-size: 35px;
	}
.title {
    top: 8%;
    margin-left: 5%;
}
	.h2 {
		font-size: 20px;
	}
	.h3 {
		font-size: 13px;
	}
	.nav li a{padding: 10px 12px;}
	
	.productPic {
		width: 40%;
	}
	.productDescription {
		width: 60%;
		margin: 0;
	}
	.productPic {
		text-align: center;
	}
	.subscriptionPrice, .cart, .ghost {
		width: 48%;
	}
	.eStore_btn1 {
		margin: 10px 15px 10px;
		display: block;
		line-height: 25px;
	}
	.marketplace-info {
		width: 100%:
	}
	.top{
		width: 150%;}
		
	.io{width: 45%;}
	.title {
		top: 8%;
		margin-left: 5%;
}
.go-top{
	bottom: 1em; right: 1em;}
	.io{width: 45%;}
	.nav li a {
    padding: 10px 46px;
}


 .cycle-overlay {
            top: 5%;
            width: 70%;
            z-index: 101;
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 20px;
            height: auto;
        }

        .cycle-overlay h1 {
            font-size: 30px;
            padding-left: 0;
            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: 17px;
            text-align: left;
            width: 100%;
        }

        .cycle-overlay h4 {
            left: 0px;
            margin-left: 0;
        }

        .eStore_wrapper .cycle-overlay .eStore_btn {
            left: 20px;
            width: 30%;
		    background-color: rgb(243, 153, 3);
        }
		.col-5 {
    text-align: center;
    width: 33%;
    float: left;
}
.col-4, .col-4-product{
	width: 48%;
	}
	.col-3{width: 46%;}
	.col-2{width: 94%;
	margin-left: 3%;
	margin-bottom: 0;}
	.col-2 a img{width: 100%;}

}
@media screen and (max-width: 480px) {
	.cards {
		width: 96%;
		margin: 0 auto;
	}
	iframe{width: 450px;}
	.column {
		width: 80%;
		position: relative;
		margin: 0 auto;
		margin-bottom: 25px;
		height: auto;
		margin-left: 10%;
	}
	.sub{font-size: 20px;}
	.h1 {
		font-size: 29px;
	}
	.title {
		top: 10%;
		margin-left: 5%;
	}
	.top{width: 250%;}
	.h2 {
		display: none;
	}
	ul.nav.stickytop{
		margin-left: 0;}
	.links {
		padding-left: 8px;
	}
	.productPic, .productDescription {
		width: 95%;
	}
	.productPic {
		text-align: center;
	}
	.subscriptionPrice, .cart, .ghost {
		width: 100%;
		text-align: center;
	}
	.estore_btn1 {
		margin: 10px 15px 10px;
		display: block;
		line-height: 25px;
	}
	p {
		margin: 0 20px;
	}
	.h2-title, .h5 .subscription {
		margin-left: 20px;
	}
	.marketplace-info {
		width: 100%:
	}
	.productDescription {
		margin-top: 20px;
	}
	.productDescription {
		margin-top: 20px;
	}
	.manual{    margin: 0 20px;}
	.h5{
		margin-left: 20px;
	}
	
img {
    width: 90%;
    height: auto;
}
.video{padding-left: 0;}
.product{padding-left: 0;

}
.view, .datasheet{
	width: 90%}
	.go-top{
		right: 1em;
		bottom: 1em;}
.card{
	width: 70%; margin-left: 15%}
	.h3{
		    font-size: 14px;
    padding-top: 15px;} 
	
.select1 {
    margin-top: 90px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #2d7cd9;
	background-image: none;
}
.thirty {
    width: 90%;
    float: left;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 30px;
	margin-top: 20px;
}
.pWhite{
	height: auto;}
.h3{display: none;}
ul.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0;
    display: none;
}
.cycle-slideshow {
            width: 100%;
            margin: 10px auto;
            padding: 0;
            height: auto;
            position: relative;
            background: url(images/spinner.gif) 50% 50% no-repeat;
        }
		.card{
	width: 70%; margin-left: 15%}

        .cycle-overlay {
            top: 5%;
            width: 100%;
            z-index: 101;
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 10px;
            height: auto;
        }

        .cycle-overlay h1 {
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-weight: 700;
            color: #fff;
            font-size: 30px;
            text-align: left;
            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: 17px;
            text-align: left;
            width: 100%;
        }

        .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%;
			
        }
		.col-4, .col-4-product, .col-3{
			width: 90%;
    margin-left: 5%;}
	.card, .card-product{
		padding-top: 30px;}
	.col-2 a img{width: 100%;}
	.col-2{width: 94%;
	margin-left: 3%;
	margin-bottom: 0;}
}
