/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Callback > FixedRightColor-201 */
.call-frc-201 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}
    .call-frc-201 a {
        display: block;
        text-align: center;
    }
    .call-frc-201 > a > .fa {
        padding: 10px;
        width: 50px;
        text-align: center;
        text-decoration: none;
    }
.call-frc-201-src {
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    color: #FFFFFF !important;
    background-color: #000000 !important;
    font-size: var(--callback-title-fs) !important;
}
    .call-frc-201-src a,
    .call-frc-201-src a:hover {
        color: #FFFFFF !important;
        background-color: #000000 !important;
        font-size: var(--callback-title-fs) !important;
    }
    .call-frc-201-src:hover {
        opacity: 0.8;
    }
.call-frc-201-btn {
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    color: #FFFFFF !important;
    background-color: #00A255 !important;
    font-size: var(--callback-title-fs) !important;
}
    .call-frc-201-btn a,
    .call-frc-201-btn a:hover {
        color: #FFFFFF !important;
        background-color: #00A255 !important;
        font-size: var(--callback-title-fs) !important;
    }
    .call-frc-201-btn:hover {
        opacity: 0.8;
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Callback > FixedRightColor-201 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Faq > Default-101 */
.faq-default-101 {
    overflow: hidden;
    background-color: transparent !important;
    margin: 0px -15px !important;
}
.bt_faq {
    position: absolute; 
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    height: 0px !important;
    visibility: hidden;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Faq > Default-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Location > Default-201 */
.row_location {
    margin: 0px -15px !important;
}
.location_in {
    width: 100% !important;
    height: var(--location-h) !important;
	background-color:var(--location-bg) !important;
	border-bottom:var(--location-brd) solid var(--location-brd-bg) !important;
}
.location_in iframe,
.location_in p iframe {
    width: 100% !important;
    height: var(--location-h) !important;
	border-bottom:var(--location-brd) solid var(--location-brd-bg) !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Location > Default-201 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > PageArea > Way-302-e2 */
.pagearea-way-302-e2 {
}
    .pagearea-way-302-e2 .row {
        padding: 20px !important
    }
.pagearea-way-302-e2-in {
    padding: 0px !important;
    margin: 0px !important;
}
.pagearea-way-302-e2-t {
    font-family: var(--pagearea-title-ff) !important;
    font-size: var(--pagearea-title-fs) !important;
    padding: var(--pagearea-title-pg);
    margin: 0px !important;
    border-radius: var(--pagearea-br);
}
.pagearea-way-302-e2-d {
    padding: 0px !important;
    margin: 0px !important;
}
    .pagearea-way-302-e2-d p {
        font-family: var(--pagearea-ff) !important;
        font-size: var(--pagearea-fs) !important;
        padding: var(--pagearea-pg);
        margin: 0px !important;
    }
    .pagearea-way-302-e2-d h1 {
        font-size: var(--pagearea-title-fs) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    .pagearea-way-302-e2-d h2,
    .pagearea-way-302-e2-d h3 {
        font-size: var(--pagearea-fs) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
.pagearea-way-302-e2-i {
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
    border-radius: var(--pagearea-img-br);
    height: var(--pagearea-img-h);
    border: var(--pagearea-brd) solid var(--pagearea-brd-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 125% auto;
}
    .pagearea-way-302-e2-i:hover 
	{
        -webkit-animation: way-302-zoom 10s linear infinite alternate; /* Safari 4+ */
        -moz-animation: way-302-zoom 10s linear infinite alternate; /* Fx 5+ */
        -o-animation: way-302-zoom 10s linear infinite alternate; /* Opera 12+ */
        animation: way-302-zoom 10s linear infinite alternate; /* IE 10+, Fx 29+ */
    }
@-webkit-keyframes way-302-zoom {
    0% { background-size: 125%  auto; }
    100% { background-size: 150% auto; }
}
@-moz-keyframes way-302-zoom {
    0% { background-size: 125%  auto; }
    100% { background-size: 150% auto; }
}
@-o-keyframes way-302-zoom {
    0% { background-size: 125%  auto; }
    100% { background-size: 150% auto; }
}
@keyframes way-302-zoom {
    0% { background-size: 125%  auto; }
    100% { background-size: 150% auto; }
}
@media (min-width: 768px) {
    .pagearea-way-302-left {
        padding-left: 20px !important;
    }
    .pagearea-way-302-right {
        padding-right: 20px !important;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > PageArea > Way-302-e2 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Search > Empty-101 */
.search-out {
    height: 100% !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 999;
}
.searchDiv {
    top: -140px;
    height: auto;
    width: 50%;
    left: 25%;
    overflow: hidden;
    position: fixed;
    padding: 15px !important;
    transition: 4s ease;
    z-index: 1000;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: var(--navbar-dw-bg);
}
.searchOpen {
    top: 25% !important;
    height: auto;
    transition: 2s ease;
}
.searchInput {
    border-box: box-sizing;
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 5px 10px;
    border: none;
    width: 70%;
    margin: 10px 0px 10px 10px;
    border: 0px solid transparent;
    color: var(--navbar-dw-bg);
}
.searchButton {
    width: 20%;
    background-color: transparent !important;
    border: 0px solid transparent;
    margin: 10px 0px 10px 0px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .searchDiv {
        width: 80%;
        left: 10%;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Search > Empty-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Social > FooterMenu-001 */
.social-fm-001 {
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-bottom: var(--social-brd) solid var(--social-brd-bg);
}
	.social-fm-001 i {
		border: 1px solid transparent;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		margin: 10px 0px 10px 10px;
		line-height: 40px;
		font-size: 18px;
		text-align: center;
		color: var(--social-text);
		background-color: var(--social-bg);
	}
		.social-fm-001 i:hover {
			color: var(--social-text-hover);
			background-color: var(--social-bg-hover);
		}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Social > FooterMenu-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Sticker > Default-101 */
.sticker-default-101 {
    overflow: hidden;
    font-family: var(--sticker-ff);
    font-size: var(--sticker-fs);
    background-color: var(--sticker-bg);
    padding: 10px;
    margin: 0px -15px;
}
.sticker-default-101-item {
    padding: 5px;
    float: left;
}
.sticker-default-101-content {
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: var(--sticker-fs);
    color: var(--sticker-link-text);
    background-color: var(--sticker-link-bg);
}
    .sticker-default-101-content:hover {
        color: var(--sticker-link-text-hover);
        background: var(--sticker-link-bg-hover);
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Sticker > Default-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Title > Breadcrumb-103 */
.bt-detail {
    clear: both;
    background: var(--title-bg) !important;
    border-radius: 0px !important;
    margin: 0px -15px 0px -15px !important;
    padding: 25px 15px 0px 15px !important;
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
    text-align: right;
    font-family: var(--title-ff) !important;
}
    .bt-detail li {
        padding: 5px 15px 5px 15px !important;
        font-size: var(--title-fs) !important;
        font-weight: bold !important;
        color: var(--title-li-text) !important;
        background-color: var(--title-li-bg) !important;
    }
    .bt-detail > li > a,
    .bt-detail > li > a:hover {
        color: var(--title-li-text) !important;
    }
.bt_ref_filter,
.bt_pro_sort {
    padding: 20px 15px 20px 15px !important;
    overflow: hidden;
    color: var(--title-text) !important;
    background: var(--title-bg) !important;
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
}
    .bt_ref_filter .ref_filter_droplist,
    .bt_pro_sort .pro_sort_droplist {
        padding: 5px 15px 5px 15px !important;
        float: left;
        font-weight: normal;
        font-size: var(--title-drop-fs) !important;
        border: 0px solid transparent !important;
        color: var(--title-drop-text) !important;
        background-color: var(--title-drop-bg) !important;
    }
.social-sharing,
.comments-button,
.title-link {
    float: left;
    margin: 0px 0px 0px 0px;
    margin-top: var(--title-link-mg) !important;
    text-align: left;
    overflow: hidden;
}
    .social-sharing .fa,
    .comments-button .fa,
    .title-link .fa {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px !important;
        padding: 5px 10px !important;
    }
    .social-sharing a,
    .comments-button a,
    .title-link a {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px 5px !important;
        padding: 5px 0px !important;
        color: var(--title-link-text) !important;
        background-color: var(--title-link-bg) !important;
    }
        .comments-button a,
        .comments-button a:hover,
        .title-link a,
        .title-link a:hover,
        .social-sharing a .fa-facebook-official,
        .social-sharing a:hover .fa-facebook-official,
        .social-sharing a .fa-twitter-square,
        .social-sharing a:hover .fa-twitter-square,
        .social-sharing a .fa-google-plus-square,
        .social-sharing a:hover .fa-google-plus-square,
        {
            clear: both;
            color: var(--title-li-text) !important;
        }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Title > Breadcrumb-103 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > PageInContent > Default-101 */
.pic-default-101 {
    overflow: hidden;
    background-color: transparent !important;
    margin: 0px -15px !important;
}
.pic-default-101-img {
    margin: 20px !important;
    height: var(--pageincontent-img-h);
    border-radius: var(--pageincontent-img-br);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > PageInContent > Default-101 */


