@charset "UTF-8";

body,
div,
p,
dl,
dt,
dd,
section,
li
{
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5em;
    color: #595757;
    font-family: arial, 'Open Sans', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}
table,
td {
    border-collapse: collapse
}
a,
span,
td {
    mso-line-height-rule: exactly
}
a {
    text-decoration: none;
}
input,
textarea {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
input[type=text]:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 5px
}
input {
    width: 38%;
    border-radius: 3px;
    border: 1px solid #c8d6e0;
    margin-top: 4px;
    padding: 3px 5px
}
label {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-right: 20px
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
li {
    font-size: 14px
}
img {
    border: 0;
}
nav {
    background: #2893b9;
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
nav a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
    font-style: italic;
    text-transform:uppercase;
}
nav a:hover {
    background-color: #146d8c;
    transition: background-color 0.4s ease;
}
main,
.banner {
    width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}

main {    
    box-sizing: border-box;
}
h3 {
    color: #2d7cd9;
    font-size: 30px;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Sans serif;
    font-weight: normal;
    margin: 60px 10px 30px;
}
h3 span{ 
    color: #09979c;
    font-size: 24px;
    margin: 15px 0px 0px;
    display: block;
}
h4 {
    color: #535353;
    font-size: 18px;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Sans serif;
    font-weight: normal;
    margin: 10px auto 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.banner {
    line-height: 0;
}
section {        
    padding: 0 15px;
}
section.bg{
    background-color: #f8f8f8;
}
.sectionBlock{
    border-top: 1px solid #bcbcbc;
    padding-bottom: 70px;
}
section:first-child .sectionBlock{
    border-top: none;
}
.sectionBlock a{
    color: #2d7cd9;
}
.sectionBlock a:hover{
    color: #3bb4e7;
}
.tableTop {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #595757;
    margin-bottom: 10px;
}

.tableTop .title{
    color: #09979c;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
.sectionBlock .btn{
    background-color: #2d7cd9;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 5px;
    display: block;
    margin: 5px auto;
    font-size: 15px;
    line-height: 1.2em;
}
.sectionBlock .btn:hover{
    background: #3bb4e7;
    color: #ffffff;
}
.col-3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.col-3 .col{
    width: 33.3%;
    text-align: center;
}
.col-bg .col{
    background-color: #f8f8f8;
    padding: 10px;
}
.listPointS li{
    background: url(css-img/listPointS.jpg) 8px 6px no-repeat;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding-left: 20px;
}
.listPoint li{
    background: url(css-img/listPoint.jpg) 8px 8px no-repeat;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    padding-left: 20px;
}
.overflowBlock{
    overflow-x: scroll;
}
.cardList{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0 10px;
}
.card{
    width: 220px;
    border:1px solid #f8f8f8;
    border-top: 5px solid #456baa;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition:0.3s;
    margin: 10px 0.3% 20px;
    padding: 10px;
    position: relative;
}
.card:hover{
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
 }
 .card .btn{
    width: 80%;
    text-align: center;
 }
 .cardBottom{
    position: absolute;
    bottom: 10px;
    padding-top: 20px;
 }
/*-- table start --*/

table {
    margin-bottom: 35px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #595757;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
}
th,td{
    border-left: 5px solid #ffffff;
    border-spacing: 0;
}
th:first-child, td:first-child{
    border-left: none;
}
thead th{
    border-top: 1px solid #797773;
    padding: 10px 0;
    width: 202px;
    background-color: #f3f9ef;
    vertical-align: top;
}
thead th:nth-child(even){
    background-color: #fbfcf2;
}
thead th:first-child{
    border-top: none;
    background-color: transparent;
    width: 120px;
}
tbody{
	border-top:1px solid #d4d4d5;
}
tbody tr:nth-child(odd) td,tbody tr:nth-child(odd) th{
    background-color: #f6f7f7;
}
tbody th, tbody td{
	border-bottom: 1px solid #d4d4d5;
	padding:10px;
}
tbody th{
    background:#f6f7f7;
    font-weight: normal;
    padding: 10px 5px;
}

figure{
	margin: 10px;
}
figure figcaption{
    font-size: 24px;
    line-height: 35px;
	color: #3e3a39;
	font-weight: bold;
}
figure img{
	width: 100%;
    max-width: 170px;
}
tfoot h5{
	color: #da0012;
	font-size: 27px;
	font-weight: bold;
	margin: 15px auto;
}
span.from{
	font-size: 20px;
	color: #3e3a39;
	font-weight: bold;
}
tfoot a{
	font-size: 16px;
	color: #5f9dc1;
}
tfoot a.more{
	width: 70%;
}
tfoot a.more:hover{
	background: #146d8c;
}
/*-- table end --*/



/*-- peripherals start --*/


/*-- peripherals end --*/

/*-- offerings start --*/
.offeringsList h3 span{
    font-size: 18px;
    color: #444444;
}
.offeringsList .col{
    width: 315px;
    padding: 0px 10px; 
}
.offeringsList .content{
    margin-bottom: 20px;
}
.offeringsList .content .title{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}
.offeringsList .btn{
    width: 50%;
}
/*-- offerings end --*/

/*-- Case start --*/
.caseList .col{
    width: 300px;
    padding: 25px 10px; 
}
.caseList p{
    margin: 10px 0 20px;
}
/*-- Case end --*/


.error {
    color: red;
    padding-left: 20px;
}


ul.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: 0
}


.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    background-color: #4398ef;
    font-size: 12px;
    padding: 1em;
    display: none
}

.go-top:hover {
    background-color: #275f96;
    Color: #fff;
    text-decoration: none
}

div.sharing {
    clear: both;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 40px
}

ul.share-buttons {
    text-align: left;
    list-style: none;
    padding: 0
}

ul.share-buttons li {
    display: inline;
    padding-right: 3px
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px
}

div.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0
}

.cta {
    color: #fff;
    text-decoration: none;
    padding: 5px 35px;
    background-color: #ff7e00;
    font-size: 18px;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}

.cta:hover {
    background-color: #db6c00;
    color: #fff;
    transition: background-color 0.4s ease;
}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}

@media only screen and (min-width:481px) and (max-width:599px) {

    table[class=main_table],
    table[class=wrapper] {
        width: 100% !important
    }

    td[class=pad_side] {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    br[class=hide],
    td[class=hide] {
        display: none !important
    }

    img[class=full_img],
    td[class=video] img {
        width: 100% !important;
        height: auto !important
    }

    td[class=black2],
    td[class=black],
    td[class=grey],
    td[class=red],
    td[class=text],
    td[class=white1],
    td[class=white2],
    td[class=white] {
        text-align: center !important
    }

    td[class=white3] {
        text-align: left !important
    }

    td[class=pad_bottom] {
        padding-bottom: 20px !important
    }

    td[class=pad_top] {
        padding-top: 20px !important
    }

    td[class=fix_height] {
        height: 20px !important
    }
}

@media only screen and (max-width:480px) {

    table[class=main_table],
    table[class=wrapper] {
        width: 100% !important
    }

    td[class=pad_side] {
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    br[class=hide],
    td[class=hide] {
        display: none !important
    }

    img[class=full_img],
    td[class=video] img {
        width: 100% !important;
        height: auto !important
    }

    td[class=black2],
    td[class=black],
    td[class=grey],
    td[class=red],
    td[class=text],
    td[class=white1],
    td[class=white2],
    td[class=white] {
        text-align: center !important
    }

    td[class=pad_bottom] {
        padding-bottom: 20px !important
    }

    td[class=pad_top] {
        padding-top: 20px !important
    }

    td[class=fix_height] {
        height: 20px !important
    }

    .blue a.eStore_btn. .ghost a.eStore_btn {
        margin: 0 !important;
        padding: 5px 20px
    }

    .buttons {
        width: 35%
    }

    .select1 {
        width: 100%
    }

    .shop_by {
        width: 94%
    }

    .white-button {
        padding: 5px 8px
    }

    .h1 {
        font-size: 30px
    }

    .card {
        width: 70%;
        margin-left: 15%
    }
}