@charset "utf-8";


html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}

*, *::before, *::after {
    box-sizing: border-box;
}

*:focus{
    outline-style: none;
}

img{
    /*width: 100%;*/
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Font */

body, input, textarea, select {
    letter-spacing: 0.7px;
}

h1, h2, h3, h4, h5, h6, .heading {
    margin: 20px 0;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    /*text-transform: capitalize;*/
    letter-spacing: 5px;
}
h4{
    letter-spacing: normal;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
}

a:active, a:focus {
    background: transparent;
}

/* Layout */
.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    /* padding: 0; */
    text-align: left;
    word-wrap: break-word;
}

.wrapper .container{
	min-height: 600px;
}

.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth_side, .one_fifth_center {
    display: inline-block;
    float: left;
    margin: 0 0 0 3.06748466257669%;
    list-style: none;
}

.first {
    margin-left: 0;
    clear: left;
}

.one_quarter {
    width: 22.69938650306748%;
}

.one_third {
    width: 31.28834355828221%;
}

.one_half, .two_quarter {
    width: 48.46625766871166%;
}

.two_third {
    width: 65.6441717791411%;
}

.three_quarter {
    width: 74.23312883435584%;
}

.one_fifth_side {
    width: 13.59966667%;
}

.one_fifth_center {
    width: 63.59966667%;
}

/* module layout */
.custom-panel-6{
    width: 48%;
    overflow: hidden;
    display: inline-block;
    margin: 0 0.33%;
    position: relative;
}

.custom-panel-4{
    width: 29%;
    overflow: hidden;
    display: inline-block;
    margin: 0 1.33% 15px 1.33%;
    position: relative;
}

.custom-panel-3{
    width: 21%;
    display: inline-block;
    margin: 0 1.33% 15px 1.33%;
    position: relative;
    vertical-align: top;
}

.container{
    padding: 70px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.no_underline{
  text-decoration: none;
}

.page_title {
    margin-bottom: 30px;
    border-bottom: 2px solid #eeeeee;
    color: #000000;
    text-align: center;
    position: relative;
}

.page_content {
    margin: 0 0 60px 0;
    line-height: 35px;
}

.full_content{
    width: 100% !important; 
}

/* Position */
.margin-bottom-10{
  margin: 0 0 10px 0;
}

.margin-side-20{
    margin: 0 20px;
}

.fly-right {
    float: right;
}

.justify{
    text-align: justify;
}

.align_center {
    text-align: center;
}

.align_left{
    text-align: left;
}

.clear, .clear::after, .group, .group::after {
    clear: both;
}

.no_margin {
    margin: 0;
}

.inline_block {
    display: inline-block;
    margin: 0;
}

.blank-20{
    margin-top: 20px;
}

.blank-30{
    margin-top: 30px;
}

.blank-50{
    margin-top: 50px;
}

/* form */
input[type='text'],select {
    border: 1px solid #777;
    border-radius: 15px;
    height: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px;
}

label + select{
    display: inline-block;
    width: 90%;
}
/* color */
.color777{
    color: #777;
}

.hover000:hover{
    color: #000;
}

/* table */
table, th, td {
    border-collapse: collapse;
    vertical-align: top;
}

table, th {
    table-layout: auto;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

th, td {
    padding: 10px 15px;
}

tr{
    line-height: 20px;
}

.w10{
    width: 10%;
}

.w15{
    width: 15%;
}

.w20{
    width: 20%;
}
.color-b7{
    color: #b7b7b7;
    font-family: 'Didot-Italic';
}
.margin-20{
    margin: 0 20px;
}

.w25{
    width: 25%;
}

/* Media query */
@media screen and (max-width: 1200px) {
 /*   .container{
        margin: 0 auto;
        width: 90%;
        padding: 0px;
    }*/
}

@media screen and (max-width:768px) {
     .container{
        padding: 10px 0;
        /*margin: 0 20px;*/
    }

    .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth_side, .one_fifth_center {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }
    
    .custom-panel-3{
        width: 45%;
        margin: 0 1.33% 15px 1.33%;
        position: relative;
    }
    .custom-panel-4{
        width: 45%;
        margin: 0 1.33% 15px 1.33%;
        position: relative;
    }

}

@media screen and (max-width:425px) {
   
    .custom-panel-3{
        width: 100%;
        margin: 0 1.33% 15px 1.33%;
        position: relative;
    }
    .custom-panel-4{
        width: 100%;
        margin: 0 0 20px 0;
        position: relative;
    }

    .sm-blank-80{
        margin-top: 80px;
    }

    .sm-blank-90{
        margin-top: 90px;
    }

    .footer_icon{
        margin: 5px;
    }

}
