


/* ========================================================================== 
flexslider customize
========================================================================== */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px !important;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
}

/* =======================================================================
owl-slider
======================================================================== */ 

#slider{
    display: none;
}
.owl-slide {
	width: 100%;
     height: auto;
     margin-bottom: 25px;
     text-align: center;
     -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
    position: relative;
    
 }
.owl-slide div{
	margin-bottom:5px;
}


.owl-dot {
        background-color: #999;
        display: inline-block;
        height: 8px;
        margin: 0 5px ;
        position: relative;
        width: 8px;
        z-index: 1;
        border-radius: 50%;
    }
    
    .owl-dots {
        text-align: center;
    }
    
    .owl-dot.active {
        background-color: #00ac97;
        height: 10px;
        width: 10px;
    }
    
    .owl-dot.active:before {
        border: 1px solid #00ac97;
        content: "";
        height: 16px;
        left: -3px;
        position: absolute;
        top: -3px;
        width: 16px;
        z-index: 9;
        border-radius: 50%;
    }


/* ========================================================================== 
section
========================================================================== */

.section-divider {
    width: 100%;
    display: block;
    margin-top: 0px;
    /*display: table;*/
    /*border-bottom: 1px solid #FFF;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
    overflow: hidden;
}


.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-padding-30-0 {
    padding-top: 30px;
    padding-bottom: 0px;
}

@media screen and (max-width: 479px) {
    
    .section-padding-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .section-padding-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-padding-30-0 {
        padding-top: 20px;
        padding-bottom: 0px;
    }

}


/* ========================================================================== 
section BG
========================================================================== */

.bg{
	width: 100%;
    /*padding: 30px 0;*/
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.bg.off{
    padding: 0;
}

.bg-white {
  background: #FFF;
}
.bg-black {
  background: #000;
}

.bg-beige {
  background: #E9E2D1;
}

.bg-beige-light {
  background: #F0EBDF;
}

.bg-green {
  background: #31672E;
    color: #FFF;
}

.bg-moss-green {
  background: #31662E;
}
.bg-sky-blue {
  background: #B2ECED;
}


.bg-gray {
  background: #EFEFEF;
}

.bg-gray2 {
    background: #E4E4E4;
}

.bg-b-gray {
  background: #f6f9fc;
}

/* ========================================================================== 
Background Image
========================================================================== */

.bg-cover{   
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    position: relative;
    z-index: 1;
     padding:70px 0;
    text-align: center;
}

.bg-cover.bg-area {
    background-image: url(/assets/img/bg/bg_area.jpg);
}
.bg-cover.bg-quality {
    background-image: url(/assets/img/bg/bg_quality.jpg);
}
.bg-cover.bg-dried {
    background-image: url(/assets/img/bg/bg_dried.jpg);
}

/*.bg-cover.bg-staff {
    background-image: url(/assets/img/bg/bg_staff.jpg);
    background-position: center 0;
    height: 300px;
    padding: 0px;
}*/

.bg-cover .h2-cover{
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 600 ;
    margin-bottom: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.bg-cover .p-cover{
    letter-spacing: 2px;
    color: rgba(255,255,255,.8)
}

@media screen and (max-width: 479px) {
    
    .bg-cover  { 
        padding:30px 0;
    }
    
    .bg-cover .h2-cover{
        font-size: 30px;
    }
}


/* gradation ------------------------------*/
.bg-gray-grd {
background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
    


/* ========================================================================== 
section H base Title
========================================================================== */

.section-divider h1.h1-page,
.section-divider h1.h1-page-non{
    font-family: 'Noto Serif JP', sans-serif;
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
}

.section-divider h1.h1-page::before{
     content:' ';
	background: url(/assets/img/core/logo_h1.svg);
	position: relative;
    display: block;
    width: 180px;
    height:120px;
    background-size: contain;
    background-repeat: no-repeat;
   margin: 15px auto;
    /*vertical-align: middle;*/
}


@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {
    
    .section-divider h1.h1-page {
        font-size: 24px;
        letter-spacing: 0px;
    }
    .section-divider h1.h1-page::before{
    width: 150px;
    height:100px;
    background-size: contain;
    background-repeat: no-repeat;
   margin: 10px auto;
    /*vertical-align: middle;*/
    }
    
    .section-divider h1.h1-page::after{
        font-size: 11px;
        letter-spacing: 0px;
    }
}


.section-divider h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
}

.section-divider h3 {
   /* color:#62333C;*/
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0px;
}

.section-divider small{
    color: inherit;
}

@media screen and (max-width: 479px) {
    
    .section-divider h2 {
        font-size: 20px;
    }
    .section-divider h3 {
        font-size: 18px;
    }
    
    .section-divider h2 br,
    .section-divider h3 br{
       /* display: none;*/
    }
}

.section-divider h4{
    margin-left: 0;
    font-size: 16px;
}

.section-divider h4.h4-bg-white{
    color: #471D0D;
    background-color: #FFF;
    padding: 8px 5px;
}

.section-divider h4.h4-line-dot{
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
}

/* ========================================================================== 
Siitake icon
========================================================================== */
.h2-icon40{
    color: #69361B;
}
.h2-icon40::before {
    content:' ';
	background: url(/assets/img/core/icon_siitake40.svg);
	position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    top: -5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

@media screen and (max-width: 479px) {
    .h2-icon40::before {
        width: 28px;
        height: 28px;
    }
}


/* ========================================================================== 
Process｜Flow
========================================================================== */

.flow {
    margin-bottom: 20px;
}
.flow span{
    font-size: 14px;
    line-height: 1;
}

.flow img{
    display: block;
}
@media screen and (max-width: 479px) {
    
    .flow span{
        font-size: 13px;
        margin-left: 0px;
    }
}

.flow::after {
    font-family: 'icofont';
    content: "\ea69";
    color: #8B572A;
    /*padding-left: 5px;  */  
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.0em;
    position: absolute;
    top: 40%;
    right: -15px;
 }

.flow.none::after{
    content: " ";
}

@media screen and (max-width: 479px) {
    
    .flow::after,
    .flow.none::after{
        font-family: 'icofont';
        content: "\ea67"; 
        line-height: 1;
        font-size: 2.0em;
        vertical-align: bottom;
        position: relative;
        bottom: 0px;
        display: block;
        text-align: center;
    }
}


/*
.section-divider h3.icon-gl1,
.section-divider h3.icon-gl2,
.section-divider h3.icon-gl3,
.section-divider h3.icon-gl4{
    text-align: left;
}


.section-divider h3.icon-gl1::before {
    background: url(/assets/img/ic_gl1.svg);
}
.section-divider h3.icon-gl2::before {
    background: url(/assets/img/ic_gl2.svg);
}
.section-divider h3.icon-gl3::before {
    background: url(/assets/img/ic_gl3.svg);
}
.section-divider h3.icon-gl4::before {
    background: url(/assets/img/ic_gl4.svg);
}

.section-divider h3.icon-gl1::before,
.section-divider h3.icon-gl2::before,
.section-divider h3.icon-gl3::before,
.section-divider h3.icon-gl4::before{
    content:' ';
    display: inline-block;
    width: 130px;
    height: 70px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

*/

/*

@media screen and (max-width: 479px) {
    
    .section-divider h3.icon-gl1,
    .section-divider h3.icon-gl2,
    .section-divider h3.icon-gl3,
    .section-divider h3.icon-gl4{
        line-height: 1.2;
    }
    
    .section-divider h3.icon-gl1::before,
    .section-divider h3.icon-gl2::before,
    .section-divider h3.icon-gl3::before,
    .section-divider h3.icon-gl4::before{
        width: 70px;
        height:50px;
        float: left;
        margin-right: 10px;
    }
}

.section-divider h3.h3-num1,
.section-divider h3.h3-num2,
.section-divider h3.h3-num3,
.section-divider h3.h3-num4{
    text-align: left;
}

.section-divider h3.h3-num1::before,
.section-divider h3.h3-num2::before,
.section-divider h3.h3-num3::before,
.section-divider h3.h3-num4::before{
    font-family: 'Noto Serif JP', sans-serif;
    content:'1';
    display: inline-block;
    border:2px solid #5DABBF;
    padding: 0px 15px;
    margin-right: 10px;
    border-radius: 0px 8px;
}

.section-divider h3.h3-num2::before {
    content:'2';
}
.section-divider h3.h3-num3::before {
    content:'3';
}
.section-divider h3.h3-num4::before {
    content:'4';
}

@media screen and (max-width: 479px) {
    
    .section-divider h3.h3-num1::before,
    .section-divider h3.h3-num2::before,
    .section-divider h3.h3-num3::before,
    .section-divider h3.h3-num4::before{
        padding: 0px 10px;
        float: left;
    }
}
*/


/*//////////////////////////////////////////////////////////////////////*/
/* For HOME SECTION STYLE */
/*//////////////////////////////////////////////////////////////////////*/


/* ========================================================================== 
HOME section circle image
========================================================================== */
/*

.circle{
    
}

.ul-circle{
	margin:15px 0 !important;
	padding:0 !important;
    font-size: 0;
}

.ul-circle li{
    margin:0 ;
	padding:0 ;
}


.ul-circle li {
	list-style: none;
    display: inline-block;
    width: 16.6666%;
	font-size:13px;
	text-align:center;
    letter-spacing: 0;
	overflow: hidden;
}

.ul-circle li img{
    padding: 0 10px;
}

@media screen and (max-width: 768px) {

    .ul-circle li {
	list-style: none;
    display: inline-block;
    width: 50%;
	font-size:13px;
    }

}
*/


/* ========================================================================== 
HOME section future
========================================================================== */
/*

.ul-future{
	margin: 0;
	padding: 0;
}
.ul-future li{
    font-size:16px;
   vertical-align: middle;  
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(98 , 51, 60, .5);
    clear: both;
    min-height: 65px;
}



@media screen and (max-width: 479px) {
    
    .ul-future{
        
        }
    
    .ul-future li{
        font-size:14px;
        margin-bottom: 10px;
    }
    .ul-future li br{
        display: none;
    }

}
*/

/*

.ul-future li.li-f1,
.ul-future li.li-f2,
.ul-future li.li-f3,
.ul-future li.li-f4{ 
}

.ul-future li.li-f1::before,
.ul-future li.li-f2::before,
.ul-future li.li-f3::before,
.ul-future li.li-f4::before{
    margin-right: 10px;
    display: inline-block;
    float: left;
    height: 60px;
    top: 15px;
}

.ul-future li.li-f1::before{
    content: url(/assets/img/future1.svg);
}
.ul-future li.li-f2::before{
    content: url(/assets/img/future2.svg);
}
.ul-future li.li-f3::before{
    content: url(/assets/img/future3.svg);
}
.ul-future li.li-f4::before{
    content: url(/assets/img/future4.svg);
}

@media screen and (max-width: 479px) {


}

*/

/* ========================================================================== 
HOME section navi:::Not used
========================================================================== */
/*

ul.page-navi{
	margin:0 ;
	padding:0 ;
    font-size: 0 ;
    letter-spacing: -.4em;
}

ul.page-navi li{
    list-style: none;
    margin:0 !important;
	padding:0 !important; 
    
}

ul.page-navi li {
    font-size:16px;
    display: inline-block;
    width: 25%;
	text-align:center;
    letter-spacing: 1px;
	overflow: hidden;
    border: 3px solid #FFF;
    float:left; 
}

ul.page-navi li a{
    display: block;
    color: #62333C;
    font-size:16px;
    background-color: #B2ECED;
    line-height:60px;
    height: 60px;
	white-space: nowrap;
}
.page-navi li:nth-child(2) a,
.page-navi li:nth-child(4) a,
.page-navi li:nth-child(5) a,
.page-navi li:nth-child(7) a{
    background-color: #F6F3D0;
}

.page-navi li a:hover{
	color:#FFF;
    background-color: #5DABBF;
}

@media screen and (max-width: 768px) {
    
    ul.page-navi li a{
        font-size:14px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 479px) {
    
    ul.page-navi ,
    ul.page-navi li{
	margin:0 !important;
	padding:0 !important;
    }

	ul.page-navi{
	display: block;
	font-size:0;
	}
	
	ul.page-navi li {
		display:inline-block;
		width:50%;
		font-size:13px;
        letter-spacing: 0px;
        margin-bottom: 0 !important;
	}
    ul.page-navi li a{
        border: 2px solid #FFF;
    }
    
    ul.page-navi li:nth-child(1) a,
    ul.page-navi li:nth-child(4) a,
    ul.page-navi li:nth-child(5) a,
    ul.page-navi li:nth-child(8) a{
        background-color: #B2ECED;
    }
    
    ul.page-navi li:nth-child(2) a,
    ul.page-navi li:nth-child(3) a,
    ul.page-navi li:nth-child(6) a,
    ul.page-navi li:nth-child(7) a{
        background-color: #F6F3D0;
    }

}
*/

/* ========================================================================== 
HOME section:::NEWS & BLOG Fedd
========================================================================== */

.h3-news,
.h3-blog{
    font-size: 20px;
	font-weight: 500;
    line-height: 30px;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: solid 3px #62333C;
    margin-bottom: 15px;
}
/*

h4.h4-news::before,
h4.h4-blog::before {
    font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f040";
    background: #E57373;
    color: #FFF;
    padding: 0 3px;
	margin-right: 10px;
    padding: 5px 6px;
}
*/

h4.h4-news{
     letter-spacing: 2px;
    padding-bottom: 5px;
    border-bottom: 2px solid #62333C;
}

h4.h4-news::after,
h4.h4-blog::after {
    font-family: 'Cormorant SC', serif;
    font-size: 14px;
    letter-spacing: 2px;
    color:  #62333C;
    font-weight: normal;
    margin-left: 10px;
    /*float: right; */   
}

h4.h4-news::after {
    content: 'UMAMIDO NEWS';
}
h4.h4-blog::after {
    content: 'BLOG';
}

/*
==========================================================================
HOME section::::DL DT DD
==========================================================================
*/

.dl-news {
    margin-top: 10px;
    margin-bottom: 0px;
   overflow: hidden;
    /*transform: rotate(0.001deg);*/
}

.dl-news dt,
.dl-news dd {
    line-height: 25px;
    margin-bottom: 1em;
    border-bottom: 1px dotted #62333C;
}

.dl-news dt{
    color: #62333C;
    background: #FFF;
    border: 1px solid #62333C;
    width: 6em;
    clear: both;
    float: left;   
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px; 
}

.dl-news dd{
    color: #532912;
    font-weight: 300;
    margin-left: 7em;
}

@media screen and (max-width: 479px) {
    
    .dl-news dt,
    .dl-news dd {
        font-size: 13px;
        line-height: 18px;
    }
    
    .dl-news dt,
    .dl-news dd{
        float: none;
        margin-left: 0;
    }
    .dl-news dt{
        margin-bottom: .5em;
    }
}

/* ========================================================================== 
PROFILE MAP
========================================================================== */

.gmap iframe{
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 479px) {
    .gmap iframe{
        height: 250px;
    }
}

.btn-map,
.btn-map:focus {
    color: #62333C;
    border-radius: 100px;
    background-color: #FFF;
    border: 1px solid rgba(98,51,60, .4);
    padding: 6px 25px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


.btn-map:hover{
    border: 1px solid #282e3c;
    background-color: #282e3c;
    color: #FFF;
}


.btn-map::before {
    font-family: 'icofont';
    content: "\ed42";
    padding-right: 5px;    
    color: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
 }



/* ========================================================================== 
CONTENT
========================================================================== */
.news,
.blog,
.products, #product{
    background-color: #FFF;
}

#product {}


/* ========================================================================== 
SLIDER
========================================================================== */

#product .flexslider {
  margin: 0 0 40px;
}

/* ========================================================================== 
Works Content
========================================================================== */



/* ========================================================================== 
images figure hover
========================================================================== */

#product figure{
}

#product figure img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#product a:hover figure,
#product a:hover img{
    opacity: .7;
    filter: saturate( 2 ) !important;
    -webkit-filter:saturate( 2 );
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#product figure{
    margin-bottom: 15px;
}


#product .block {
	overflow:hidden;
    margin-bottom: 10px;
}

#product .block figure{
    border: 1px dotted #CCC;
}

.box-item {
	width:auto;
	height:200px;
	overflow:hidden;
}


/*//////////////////////////////////////////////////////////////////////*/
/* Product LABEL CSS */
/*//////////////////////////////////////////////////////////////////////*/

#product h3.h3-product {
    border-bottom: 2px solid #471D0D;
}

#product h3.h3-product span {
    font-size: 80% !important;
}
#product h4{
    color: #471D0D;
    margin-top: 10px;
}

#product h4::before{
    font-family: 'icofont';
    content: "\effc";
    color: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
 }

@media screen and (max-width: 479px) {
    #product h4{
        margin-top: 15px;
    }
}

#product .p-lead{
    font-size: 17px;
    font-weight: 500;
}

#product .block .p-lead{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

#product .price{
    font-size: 17px;
    font-weight: 500;
}

#product a:hover{
   /*text-decoration: underline;*/
}

#product .label{
    font-size: 0.8em;
    padding: 1px 10px 1px;
    font-weight: normal;
    background-color: #5DABBF;
    margin-right: 5px;
    border-radius: 2px;
}

#product .block .label{
    padding: 1px 5px 1px;
}

#product .label-01{
   display: none;
}

#product .label-02{
   background-color: #e8383d !important;
}
#product .label-03{
   background-color: #31672E !important;
}
#product .label-04{
   background-color: #428bca !important;
}

#product .label-05{
   background-color: #471D0D !important;
}

@media screen and (max-width: 479px) {

    #product h3{
        font-size:20px !important;
        line-height:normal;
    }
     
    #product .p-lead{
        font-size: 15px;
        
    }
}

#product .table-spec th{
        color: #555;
}

@media screen and (max-width: 479px) {
    #product .table-spec th,
    #product .table-spec td{
        font-size: 13px;
    }
}


/* ========================================================================== 
LEAD TEXT
========================================================================== */

.section-divider .p-lead {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}


.blog figure{
    margin-bottom: 10px;
}

.blog .block{
    margin-bottom: 20px;
}
.news figure,
.products figure{
    margin-bottom: 15px;
}

.blog a:hover figure,
.blog a:hover img  {
    opacity: .7;
    filter: saturate( 2 ) !important;
    -webkit-filter:saturate( 2 );
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.news .p-date,
.blog .p-date{
    margin-bottom: 0px;
}

.blog .p-lead{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*//////////////////////////////////////////////////////////////////////*/
/* LABEL CSS */
/*//////////////////////////////////////////////////////////////////////*/

.news .p-date .label,
.blog .p-date .label{
    display: inline-block;
    padding: 3px 5px;
    margin-right: 5px;
    background-color: #5DABBF;
    color: #FFF;
    border-radius: 2px;
    font-size: .85em;
    font-weight: 100;
}

@media screen and (max-width: 479px) {
    .news h3,
    .blog h3,
    .products h3{
        font-size:20px !important;
        line-height:normal;
    }
    
    .news .p-lead,
    .blog .p-lead,
    .products .p-lead{
        font-size: 15px;
    }
}





/*//////////////////////////////////////////////////////////////////////*/
/* EDITOR */
/*//////////////////////////////////////////////////////////////////////*/



.section-divider .editor{
    line-height: 1.8;
    margin-bottom: 15px; 
}

.section-divider .editor a{
    text-decoration: underline;
}

.section-divider .editor p{
    line-height: 1.6;
}



.section-divider p small{
    line-height: 1;
}

.section-divider .editor ul,
.section-divider .editor ol{
    margin-left: 2em;
}
.section-divider .editor ul li{
    list-style: disc;
}
.section-divider .editor ol li{
    list-style: decimal;
}


.section-divider .editor img{
    max-width: 100%; 
    height:auto;
}

@media screen and (max-width: 479px) {
    
	.section-divider .editor{
        word-break: break-all;
	}

	.section-divider .editor img{
        max-width: 100% !important;	 
        height:auto !important;
    }
}

/*//////////////////////////////////////////////////////////////////////*/
/* CMS LINK  */
/*//////////////////////////////////////////////////////////////////////*/

.links{
    margin: 0 10px;  
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.links li{
    text-align: center;
    margin: 0 5px 10px 0;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 479px) {
    
    .links li{
        display: block;
        width: 100% !important;
    }
}

.btn-links, .btn-links:focus,
.btn-pdf, .btn-pdf:focus{
    border-radius: 0;
    color: #282e3c;
    background-color: #FFF;
    border: 1px solid #555;
    padding: 8px 25px 8px 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    
}

.btn-links:hover,
.btn-pdf:hover {
    border: 1px solid transparent;

}

.btn-links:hover,
.btn-pdf:hover{
    background-color: #282e3c;
    color: #FFF;
}
.btn-links:before,
.btn-pdf:before {
    font-family: 'icofont';
    color: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    margin-right: 5px;
 }

.btn-links:before{
    content: "\ef1f";
    padding-left: 10px;    
}
.btn-pdf:before{
    content: "\eb1e";
    padding-left: 10px;    
}


/*//////////////////////////////////////////////////////////////////////*/



/* ========================================================================== 
PROFILE
========================================================================== */

#profile{
    
}


/* ========================================================================== 
PAGE Content
========================================================================== */

.thanks{
    margin: 30px;
    text-align: center;
    line-height: 2;
}


/* ========================================================================== 
UL LI
========================================================================== */

ul.ul-note{
    margin-left: -1.5em;
    margin-bottom: 20px;
}

ul.ul-note li{
    line-height: 1.5;
    text-indent: -1.5em;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    
}

ul.ul-note > li:before{
    font-family: 'icofont';
    content: "\f0e2";
    color: #999;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5em;
    text-indent: 0;
}



/* ========================================================================== 
FAQ
========================================================================== */


/*.h4-q {
	font-size: 16px;
	line-height: 40px;
	color: #b33e5c;
	font-weight: 700;
	letter-spacing: 1px;
}


.faq-icon.faq-circle,
.faq-icon.faq-circle2,
.faq-icon.faq-circle-bl {
	font: 26px/40px 'Roboto', sans-serif;
	display: table;
	display:inline-block;	
	width: 40px;
	height: 40px;
	margin: auto;
	border: 2px solid #eaeaea;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #ef857d;
	text-align:center;
	margin-right:0px;
}

.faq-icon.faq-circle2 {
	color: #000;
	background-color: #EEE;
}

.faq-icon.faq-circle-bl {
	color: #043c78;
	background-color: #a2c2e6;
}*/


.faq-title{
	margin-left: 0px;
    font-size: 16px;
	line-height: 40px;
	color: #b33e5c;
	font-weight: 700;
}

.faq-answer{
	margin-left: 0px;
    /*float: left;*/
    width: auto;
    overflow: hidden;
    display: block;
}


.faq-title::before,
.faq-answer::before{
    font: 20px 'Lato', sans-serif; 
	padding: .5em;
    text-align: center;
    font-weight: normal;
    line-height: 1.0;
    margin-right: 20px;
    border-radius: 10%;	
    float: left;
    width: 40px;
    margin-bottom: 1em;
}
.faq-title::before{
    content: 'Q';
    color: #FFF;
    background-color: #ef857d;
}


.faq-answer::before{
     content: 'A';
	color: #FFF;
	background-color: #5DABBF;
}

.faq-answer p{
    line-height: 24px;
}

@media screen and (max-width: 479px) {
	

	
	.faq-title,
	.faq-answer{
		margin-left: 0px;
		padding-top:5px;
	}
	
	.h4-q {
	font-size: 16px;
	line-height: 20px;
	margin-top:0;
	}
	.faq-answer p{
	margin-top:0;
    line-height: 24px;
	}
}


 /* ========================================================================== 

========================================================================== */








