/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Location > Default-002 */
.location_out p iframe {
    width: 100% !important;
    /* 
	height: 300px !important;
	*/
    border: 0px !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Location > Default-002 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > PageArea > Way-005-002 */
.pagearea-way-005-002 {
    font-family: 'Montserrat';
		transition: all 0.3s;
		animation: animate-pagearea 5s infinite linear;
}
    .pagearea-way-005-002 .row {
        padding: 20px !important
    }
.pagearea-way-005-002-t {
    font-size: 16px !important;
    line-height: 20px !important;
    margin: 0px auto 0px auto;
    padding: 10px 20px 10px 20px;
}
.pagearea-way-005-002-d {
		font-size: 14px !important;
	    line-height: 24px !important;
		padding: 15px 25px 15px 25px;
}
    .pagearea-way-005-002-d p {
		font-size: 14px !important;
	    line-height: 24px !important;
		padding: 15px 25px 15px 25px;
    }
    .pagearea-way-005-002-d h1,
    .pagearea-way-005-002-d h2,
    .pagearea-way-005-002-d h3 {
		font-size: 14px !important;
	    line-height: 24px !important;
        padding: 0px 0px 0px 0px !important;
        margin: 0px 0px 0px 0px !important;
    }
.pagearea-way-005-002-i {
    height: 350px;
}
.pagearea-way-005-002-ic {
    height: 150px;
}
.pagearea-way-005-002-i {
	background-repeat: no-repeat; 
	background-position: center;
	background-size: 150% auto;
}
.pagearea-way-005-002-i:hover {
  -webkit-animation: zoom-a 10s linear infinite alternate; /* Safari 4+ */
  -moz-animation:    zoom-a 10s linear infinite alternate; /* Fx 5+ */
  -o-animation:      zoom-a 10s linear infinite alternate; /* Opera 12+ */
  animation:         zoom-a 10s linear infinite alternate; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes zoom-a {
	0% { background-size: 150% auto; }
	100% { background-size: 100% auto; }
}
@-moz-keyframes zoom-a {
	0% { background-size: 150% auto; }
	100% { background-size: 100% auto; }
}
@-o-keyframes zoom-a {
	0% { background-size: 150% auto; }
	100% { background-size: 100% auto; }
}
@keyframes zoom-a {
	0% { background-size: 150% auto; }
	100% { background-size: 100% auto; }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > PageArea > Way-005-002 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Slider > Default-003-001 */
.slide-out {
    background: rgba(255, 255, 255, 1.0);
    border-bottom: 1px solid rgba(240, 240, 240, 1.0);
}
.slide-in {
}
@media (max-width: 767px) {
	.slide-in {
		background: rgba(18, 86, 136, 1.0) url('slider.png') bottom center repeat-x;
	}
}
/* y�n oklar� */
.slider-default-003-001 .carousel-control.left,
.slider-default-003-001 .carousel-control.right {
    background: none !important;
    filter: progid: none !important;
    outline: 0;
}
    .slider-default-003-001 .carousel-control.left .glyphicon {
        left: 10px;
        margin-left: 10px;
    }
    .slider-default-003-001 .carousel-control.right .glyphicon {
        right: 10px;
        margin-right: 10px;
    }
.slider-default-003-001 .carousel .carousel-inner .item a img
{
	width:100%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Slider > Default-003-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Title > Breadcrumb-004-003 */
.bt_detail {
    clear: both;
    background: #ffffff;
    border-radius: 0px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 15px !important;
    border: 0px solid transparent !important;
    text-align: center;
    border-bottom: 1px dotted rgba(19, 67, 139, 0.4) !important;
}
    .bt_detail li {
        background-color: #FFFFFF;
        padding: 20px 15px 10px 15px;
        color: rgba(19, 67, 139, 0.8) !important;
        font-size: 32px !important;
        font-family: 'Kanit';
    }
    .bt_detail > li > a,
    .bt_detail > li > a:hover {
        color: rgba(19, 67, 139, 0.8) !important;
    }
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
.bt_ref_filter,
.bt_pro_sort {
    border-radius: 0px !important;
    padding: 2px 15px 2px 15px !important;
    color: #4c4c4c;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
    /*border-bottom: 1px solid #dddddd !important;*/
}
.ref_filter_droplist,
.pro_sort_droplist {
    padding: 2px 15px 2px 15px !important;
    color: #4c4c4c;
    height: 22px;
    float: right;
    margin: 3px;
    font-weight: normal;
    font-size: 12px !important;
    border: 0px solid transparent !important;
    background-color: #FFFFFF !important;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
.title-link {
    float: right;
    margin: -46px 0px 0px 0px;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
    background-color: rgba(19, 67, 139, 0.4) !important;
}
    .title-link a {
        border: 0px !important;
        margin: 0px 15px 0px 0px;
        padding: 5px 10px;
        color: #ffffff;
    }
        .title-link a:hover {
            color: #ffffff;
         
        }
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
.comments-button {
    float: right;
    margin: -46px 0px 0px 0px;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
    background-color: #4c4c4c;
}
    .comments-button a {
        border: 0px !important;
        margin: 0px 15px 0px 0px;
        padding: 5px 10px;
        color: #FFFFFF;
    }
        .comments-button a:hover {
            color: #FFFFFF;
            margin-right: 0px !important;
        }
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
.social-sharing {
    float: right;
    margin: -46px 0px 0px 0px;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
    background-color: #4c4c4c;
}
    .social-sharing a {
        margin: 0px 10px 0px 10px;
        padding: 5px 3px 5px 3px;
    }
        .social-sharing a .fa-google-plus-square,
        .social-sharing a .fa-twitter-square,
        .social-sharing a .fa-facebook-official {
            color: #ffffff;
        }
        .social-sharing a:hover .fa-facebook-official {
            color: #3B5998;
        }
        .social-sharing a:hover .fa-twitter-square {
            color: #55ACEE;
        }
        .social-sharing a:hover .fa-google-plus-square {
            color: #dd4b39;
        }
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Title > Breadcrumb-004-003 */


