@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*-----------------------------------------------------------
	bxslider
----------------------------------------------------------- */

#sliderWrap {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}

.bx-wrapper {
    max-width: 2400px !important;
    position: relative;
}

ul.bxslider {
    width: 2365% !important;
    position: relative;
    left: 50%;
    display: block;
}

ul.bxslider li {
    position: relative;
    left: -50%;
    float: left;
    width: 1200px !important;
}

ul.bxslider li img {
    position: relative;
    left: -600px;
}

.bx-wrapper2,
.bxslider2 {
    display: none;
}


/*-------------------------------------*/

ul#coverWrap {overflow: hidden;}

ul#coverWrap li {
    position: absolute;
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
    z-index: 9000;
    width: 100%;
}

ul#coverWrap li img {
    text-align: center;
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.slideTop { top: 0;}
.slideBottom { bottom: 18px;}

/*-------------------------------------*/

#mainContents {
    position: relative;
    top: -15px;
    z-index: 9999;
}

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

#mainContents {
    position: relative;
    top: 0px;
    z-index: 9999;
}

}


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper { *zoom: 1;}
.bx-wrapper img {
    display: block;
    position: relative;
    text-align: center;	
}

/** THEME
===================================*/
/*

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e07aa7;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    outline: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 0.7;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #cd548a;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

div.bx-controls-direction {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    position: absolute;
}

.bx-wrapper .bx-prev {
    background: #e07aa7;
    top: -425px;
    left: -80px;
    border-radius: 50%;
}

.bx-wrapper .bx-next {
    background: #e07aa7;
    top: -425px;
    right: -80px;
    border-radius: 50%;
}

.bx-wrapper .bx-prev::before {
    content: '';
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    transform: rotate(225deg);
}

.bx-wrapper .bx-next::before {
    content: '';
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    outline: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    z-index: 9999;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.7;
    -webkit-transition: all .5s;
    border: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}


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

.bx-wrapper,
.bxslider {
    display: none;
}

.bx-wrapper2 .bx-wrapper {
    display: block;
    max-width: 100%;
}

.bx-wrapper2 {
    display: block;
    max-width: 100% !important;
    position: relative;
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: 55px;
}

.bxslider2 {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
}

.slid_sp {
    width: 100% !important;
}

}