body {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

* {
    box-sizing: border-box;
}

@font-face
{
font-family: Segoe;
src: url('../Fonts/segoeui.ttf')
    ,url('../Fonts/segoe-ui.eot');
}

img
{
    border: 0px;
    vertical-align: middle;
}

#TopArea
{
     position:relative; width: 100%; height:100px; margin-left:auto; margin-right:auto;
}

.title1
{
    color: #f1ae10;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 16px;
    font-weight: 600; 
    padding-left: 6px;
    padding-top: 5px;
}

.contents
{
    color: #ffffff;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 12px;
    font-weight: 100; 
}

h1
{
    color: #014051;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 22px;
    font-weight: 800; 
    padding-left: 3px;
    padding-top: 0px;
}

h2
{
    color: #252829;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 16px;
    font-weight: 800; 
    padding-left: 6px;
    padding-top: 5px;
}

ul
{
    color: #252829;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 12px;
}

p
{
    color: #252829;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 15px;
    font-weight: 400; 
    padding-left: 6px;
    padding-top: 5px;
}

#GroupsArea {
    position: relative; width: 100%; margin-left: auto; margin-right: auto;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}

.Grps{
    position: relative; width: 33.33%; text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Grps img{
    width: 100%;
    max-width: 100%;
}

#Logo
{
    position:absolute; left:0px; top:8px; background-image: url("../Images/logo1.png");
    width: 212px; height: 84px;
    background-size: contain;
    background-repeat: no-repeat;
}

#LinksTopArea
{
    position:absolute; right:0px; top:50px;
}

#Linkholders
{
    position:relative; width:465px; height:30px;
}

.LinksBox
{
    position:relative; width:115px; vertical-align: middle; text-align: center; float:left;
    
}

.LinksBox a
{
    color: #3c3c3c;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 15px; 
    font-weight: 600;
    text-decoration: none;
}

.LinksBox a:hover
{
    color: #0865a4;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 15px; 
    font-weight: 700;
    text-decoration:underline;
}

#bannerAreas
{
    position:relative; width:100%; margin-left:auto; margin-right:auto;
}

#bannerAreasI
{
    position:relative; width:100%; margin-left:auto; margin-right:auto;
}

#bannerAreasI img {
    width: 100%;
    max-width: 100%;
}

.LnkSub
{
    color: #454524;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 15px; 
    font-weight: 700;
    text-decoration: none;
    padding: 2px 50px 2px 5px;
}

.LnkSub:hover
{
    color: #454524;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 15px; 
    font-weight: 700;
    text-decoration: underline;
    padding: 2px 50px 2px 5px;
}

#PageArea
{
    position:relative; width:100%; height:200px; margin-left:auto; margin-right:auto; 
}


.PageBox
{
    position:relative; width:303px; height: 150px; text-align: left; float:left;
}

/*.PageBox h1
{
    position: relative; top: 2px; left: 5px;
    color: #ffffff;
    font-family: Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size: 24px; 
}*/

.contentCols
{
    position:relative; 
    width:300px; 
    height:auto;
    float:left;
}

.contentColsz
{
    position:relative; 
    width:300px; 
    height:auto;
    float:left;
}


.contentCapHold
{
    position:relative; height:45px; width:100%;
}

.contentImages
{
    position:relative; top:1px; left:1px; width:35px; height:33px; float:left;
}

.contentTitles
{
    position:relative; 
    top:9px; 
    float:left;
    color:#014051;
    font-family:Segoe, Segoe UI, Arial, Verdana, Tahoma;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
}

.contentTexts
{
    position:relative; 
    font-family:Segoe, Segoe UI, Arial, Verdana, Tahoma;
    color:#252829; 
    font-size:15px;
}

.contentTexts ul
{
    list-style-image:url('../Images/mybullet.gif');
	padding-left: 21px;
	margin-bottom: 4px;
    font-size:15px;
    font-family:Segoe, Segoe UI, Arial, Verdana, Tahoma;
}

#footers
{
    position:relative; width:100%; margin-left:auto; margin-right:auto;
    display: flex;
    flex-direction: row;
    padding: 25px 0;
}

.footer-area{
    border-top: 2px solid #999;
    padding-top: 15px;
    width:100%;
    display: flex;
    flex-direction: row;
}

#copyText
{
    width: 50%;
    font-family:Segoe, Segoe UI, Arial, Verdana, Tahoma; 
    font-size:12px; 
    color: #808080;
}

#footerRight
{
    position: absolute; right: 0px; top: 16px; width: 50%; text-align: right;
}

#footerRightx
{
    width: 50%;
    font-family:Segoe, Segoe UI, Arial, Verdana, Tahoma; 
    font-size:12px; 
    color: #808080;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}

.linksflot
{
    position: relative; width: auto; float: left; text-align: left; top: 2px;
    font-family:Segoe, Segoe UI, Arial, Verdana, Tahoma; 
    font-size:12px;
    
}

.linksflot a
{
    text-decoration: none;
    color: #0865a4;
}

.linksflot a:hover
{
    text-decoration: underline;
    color: #0865a4;
}

.spaceflot
{
    position: relative; width: 25px; float: left; text-align: left; top: 2px;
}

.linkbackdim
{
    text-decoration: none;
    font-family:Segoe, Segoe UI, Arial, Verdana, Tahoma; 
    font-size:11px;
    color: #a5a5a5;
}

.floaters {
    position: relative;
    width: 40px;
    height: 40px;
    padding-right: 4px;
    margin-left: 10px;
}

.fb {
    background-image: url(../Images/footer_icons_fb.jpg);
    width: 40px;
    height: 40px;
}

.fb:hover {
    background-image: url(../Images/footer_icons_fb1.jpg);
    width: 40px;
    height: 40px;
}

.tw {
    background-image: url(../Images/footer_icons_tw.jpg);
    width: 40px;
    height: 40px;
}

.tw:hover {
    background-image: url(../Images/footer_icons_tw1.jpg);
    width: 40px;
    height: 40px;
}

.gp {
    background-image: url(../Images/footer_icons_gp.jpg);
    width: 40px;
    height: 40px;
}

.gp:hover {
    background-image: url(../Images/footer_icons_gp1.jpg);
    width: 40px;
    height: 40px;
}

.container{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
}

.container .main-banner img{
    width: 100%;
    max-width: 100%;
}

.container .contents-area{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.container .contents-area .each-groups{
    display: flex;
    width: 33.33%;
    flex-direction: column;
    padding: 15px 20px;
}

.container .contents-area .each-groups .thumb-img img{
    width: 100%;
    max-width: 100%;
}

.mobile-menu{
    display: none;
}

.sub-links {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.product-list{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.set-for-mobile{
    margin-left: 51px;
}

.right-text{
    text-align: right;
}
@media only screen and (max-width: 800px) {
    .spaceflot{
        width: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .container .contents-area{
        flex-direction: column;
    }
    .container .contents-area .each-groups {
        width: 100%;
        padding: 15px 5px 25px 5px;
    }
    #TopArea{
        height: 78px;
    }
    #TopArea.active{
        position: fixed;
        z-index: 999;
    }
    #Logo {
        width: 155px;
        height: 60px;
    }
    #LinksTopArea{
        display: none;
        height: 0;
        transition: all 0.5s ease;
    }
    #LinksTopArea.active {
        height: auto;
        display: block!important;
        position: fixed;
        background-color: #fff;
        top: 75px;
        left: 0;
        right: 0;
        box-shadow: 0 30px 40px 0 rgb(0 0 0 / 50%);
        z-index: 999;
    }
    #Linkholders {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .LinksBox {
        position: relative;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        float: none;
        margin: 15px 0;
    }
    .mobile-menu{
        display: block;
        position: absolute;
        right: 5px;
        top: 15px;
        opacity: 0.6;
        transition: all 0.2s ease;
    }
    .mobile-menu svg {
        width: 100%;
        max-width: 38px;
        max-height: 38px;
    }
    .mobile-menu.active{
        transform: rotate(90deg);
    }
    .footer-area {
        flex-direction: column;
        padding-top: 20px;
    }
    #copyText {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    #footerRightx {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        padding-top: 30px;
    }
    .sub-links {
        flex-direction: column;
    }
    p{
        font-size: 16px;
    }
    .linksflot{
        font-size: 15px;
    }
    .product-list img{
        width: 100%;
        max-width: 48%;
    }
    .set-for-mobile{
        margin-left: 0;
        margin-top: 51px;
    }
    #headers.active{
        position: fixed;
        z-index: 999;
        left: 15px;
        right: 15px;
        background-color: #fff;
    }
}