/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Callback > FixedRight-201 */
.call-fr-201 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}
    .call-fr-201 a {
        display: block;
        text-align: center;
    }
    .call-fr-201 > a > .fa {
        padding: 10px;
        width: 40px;
        text-align: center;
        text-decoration: none;
    }
.call-fr-201-src {
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    color: var(--callback-text) !important;
    font-size: var(--callback-title-fs) !important;
    background-color: var(--callback-bg) !important;
}
    .call-fr-201-src a,
    .call-fr-201-src a:hover {
        color: var(--callback-text) !important;
        font-size: var(--callback-title-fs) !important;
        background-color: var(--callback-bg) !important;
    }
    .call-fr-201-src:hover {
        opacity: 0.8;
    }
.call-fr-201-btn {
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    color: var(--callback-title-text) !important;
    font-size: var(--callback-title-fs) !important;
    background-color: var(--callback-title-bg) !important;
}
    .call-fr-201-btn a,
    .call-fr-201-btn a:hover {
        color: var(--callback-title-text) !important;
        font-size: var(--callback-title-fs) !important;
        background-color: var(--callback-title-bg) !important;
    }
    .call-fr-201-btn:hover {
        opacity: 0.8;
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Callback > FixedRight-201 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Search > Empty-102 */
.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-brd-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-brd-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-102 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 > NoticeBar > Slider-101 */
.notice-slider-101 {
    margin: 15px 0px 15px 0px !important;
    background-color: var(--noticebar-bg) !important;
    height: var(--noticebar-h) !important;
    border: var(--noticebar-brd) solid var(--noticebar-brd-bg);
}
.notice-slider-101-link,
.notice-slider-101-link a,
.notice-slider-101-link a:hover {
    color: var(--noticebar-text) !important;
    font-size: var(--noticebar-fs) !important;
    text-decoration: none;
}
.notice-slider-101 > .carousel > .carousel-inner > .item {
    text-align: center;
    padding: 10px;
    color: var(--noticebar-text) !important;
    font-size: var(--noticebar-fs) !important;
}
    .notice-slider-101 > .carousel > .carousel-inner > .item > p {
        padding: 0px !important;
        font-weight: bold;
        font-size: var(--noticebar-fs) !important;
    }
    .notice-slider-101 > .carousel > .carousel-inner > .item > .fa {
        font-size: 48px;
        margin: 0px 10px 10px 10px;
        color: var(--noticebar-text) !important;
    }
/* y�n oklar� */
.notice-slider-101 .carousel-control.left,
.notice-slider-101 .carousel-control.right {
    background: none !important;
    filter: progid: none !important;
    outline: 0;
}
    .notice-slider-101 .carousel-control.left .glyphicon {
        left: 10px;
        margin-left: 10px;
        top: 40px !important;
    }
    .notice-slider-101 .carousel-control.right .glyphicon {
        right: 10px;
        margin-right: 10px;
        top: 40px !important;
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > NoticeBar > Slider-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > PageArea > Way-302 */
.pagearea-way-302 {
}
    .pagearea-way-302 .row {
        padding: 20px !important
    }
.pagearea-way-302-in {
    padding: 0px !important;
    margin: 0px !important;
}
.pagearea-way-302-t {
    text-align: center;
    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-d {
    padding: 0px !important;
    margin: 0px !important;
}
    .pagearea-way-302-d p {
        font-family: var(--pagearea-ff) !important;
        font-size: var(--pagearea-fs) !important;
        padding: var(--pagearea-pg);
        margin: 0px !important;
    }
    .pagearea-way-302-d h1 {
        font-size: var(--pagearea-title-fs) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    .pagearea-way-302-d h2,
    .pagearea-way-302-d h3 {
        font-size: var(--pagearea-fs) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
.pagearea-way-302-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);
}
@media (min-width: 768px) {
    .pagearea-way-303-left {
        padding-left: 20px !important;
    }
    .pagearea-way-303-right {
        padding-right: 20px !important;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > PageArea > Way-302 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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: var(--title-mg) !important;
    padding: var(--title-pg) !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: var(--title-li-pg) !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 {
    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 {
        margin: 15px 0px 15px 0px !important;
        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 > Banks > Default-301 */
.banks-default-003-header {
    text-align: center;
    padding:15px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: var(--banks-brd) solid var(--banks-brd-bg);
    background-color: var(--banks-label-bg);
    font-family: var(--banks-ff);
    font-size: var(--banks-label-fs);
}
.banks-default-003-title {
    text-align: center;
    font-size: calc(var(--banks-label-fs) - 1px);
    font-style: italic;
    padding: 10px 10px 0px 10px;
}
.banks-default-003-line {
    text-align: center;
    font-size: var(--banks-fs);
    padding: 0px 10px 10px 10px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Banks > Default-301 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 > ReferenceBar > Default-101 */
.reference-out {
    overflow: hidden;
}
.reference-in {
    padding: 10px !important;
    overflow: hidden;
    background-color: var(--referencebar-bg);
    border-bottom: var(--referencebar-brd) solid var(--referencebar-brd-bg);
}
.referencebar-default-101-item {
    width: 100%;
    height: 100%;
    float: left;
    border: 0px solid transparent !important;
    margin-right: 0px !important;
}
#referencebar-default-101 {
    width: 100%;
    height: var(--referencebar-h);
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
}
    #referencebar-default-101 ul {
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0px;
    }
        #referencebar-default-101 ul li {
            height: 100%;
            margin: 0px 5px !important;
            float: left;
            list-style: none !important;
            border: var(--referencebar-brd) solid var(--referencebar-brd-bg);
            width: calc(var(--referencebar-h) * 1.2);
        }
            #referencebar-default-101 ul li:hover {
                border: var(--referencebar-brd) solid var(--referencebar-brd-bg-hover);
            }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > ReferenceBar > Default-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 */


