/******************************************************\
*
*  Base TouchCarousel stylesheet
*
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
    position: relative;
    width: 100%;
    /* height: auto; */
    overflow: hidden!important;
    /*height: 350px;*/
    /*max-width: 689px;*/
}
.touchcarousel .touchcarousel-container {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    /*width: 100%!important;*/
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	/*overflow:hidden;*/
	width: 100%;
	height: 100%;
}

.prod-looks-good-with-wrap .touchcarousel{
    position: relative;
    width: 100%;
    /* height: auto; */
    overflow: hidden!important;
   
}





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    /*width: 100%;*/
    position: relative;
    display: inline;
}

#upcoming-events-widget .touchcarousel-item{
    width:460px;
}
#upcoming-events-widget .touchcarousel-item img{
    width:100%;
}

#upcoming-news-blog-widget .touchcarousel-item{
    width:450px;
}
#upcoming-news-blog-widget .touchcarousel-item img{
    width:100%;
}

.prod-looks-good-with-wrap .touchcarousel-item{
    width:300px!important;
}

.touchcarousel .products_item {
    width: 100%;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url(/script/boxsizing.htc);
}

.touchcarousel ul li {
    list-style-type: none;
    padding-top: 0;
    margin-top: 0;
    display: inline;
    position: relative;
	background:none!important;
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0px !important;
}

.touchcarousel .touchcarousel-item .prod-looks-good-with {
	width:auto!important;
}

.touchcarousel ul {
    margin-top: 0!important;
    position: relative;
}



/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
/*
.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;
	z-index: 8;
}
*/
.touchcarousel .arrow-holder {
	height: 38px;
	width: 39px;
	position: relative;
	float:left;
	display: block;
	cursor: pointer;
	z-index: 8;
}
.touchcarousel .arrow-holder.left {
	left: 0;
}
.touchcarousel .arrow-holder.right {
	right: 0;
}

/* arrow icons */
.touchcarousel .arrow-icon{
	width: 45px;
	height: 90px;
	top:50%;
	/*margin-top:-45px;*/
	position: absolute;
	cursor: pointer;
}

.touchcarousel .arrow-icon.left {
    width:30px;
    height:30px;
    border-radius:100%;
    background:rgba(0,0,0,0);
    border:calc(30px/8) solid #4D4D4D;
    box-sizing:content-box;
    position: absolute;
    left: 0px;
    top:0px;
}
.touchcarousel .arrow-icon.left:before
{
    position:absolute;
    content:'';
    margin:auto;
    width:calc(30px/3.5);
    height:calc(30px/3.5);
    background:rgba(0,0,0,0);
    border:calc(30px/8) solid #4D4D4D;
    border-right:none;
    border-top:none;
    top:0;
    bottom:0;
    left:calc(30px/8);
    right:0;
    transform:rotate(45deg);
    box-sizing:content-box;
}
.touchcarousel .arrow-icon.right { 
    width:30px;
    height:30px;
    border-radius:100%;
    background:rgba(0,0,0,0);
    border:calc(30px/8) solid #4D4D4D;
    box-sizing:content-box;
    position: absolute;
    left: 0px;
    top:0px;
}

.touchcarousel .arrow-icon.right:before{
    position:absolute;
    content:'';
    margin:auto;
    width:calc(30px/3.5);
    height:calc(30px/3.5);
    background:rgba(0,0,0,0);
    border:calc(30px/8) solid #4D4D4D;
    border-right:none;
    border-top:none;
    top:0;
    bottom:0;
    left:0;
    right:calc(30px/8);
    transform:rotate(-135deg);
    box-sizing:content-box
}
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: pointer; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: pointer; }

#upcoming-events-widget .touchcarousel .arrow-icon.left {
    
}

#upcoming-events-widget .touchcarousel .arrow-icon.right {
    position: absolute;
    right: 0px;
    top: 200px;
    display:inline-block!important;
    width:30px;
    height:30px;
    border-radius:100%;
    background:rgba(0,0,0,0);
    border:calc(30px/8) solid #4D4D4D;
    box-sizing:content-box
}


#upcoming-events-widget .arrow-holder.right { margin-top:10px !important; }
#upcoming-events-widget .arrow-holder.left {
    margin-left:45% !important;
    margin-top:10px !important;
    margin-right: 20px;
}

#upcoming-news-blog-widget .arrow-holder.left {
    margin-left:45% !important;
    margin-right:20px;
    margin-top:10px;
}
#upcoming-news-blog-widget .arrow-holder.right {
    margin-top:10px;
}

.prod-looks-good-with-wrap .arrow-holder.left {
    float:left;
    margin-top:10px;
    clear:left;
}
.prod-looks-good-with-wrap .arrow-holder.right {
    margin-top:10px;
    float:right;
}



/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {
	float: left;
	position: relative;
	left: 50%;
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

/* Paging items */
.touchcarousel .tc-paging-item {
	float:left;
	cursor:pointer;
	position:relative;
	display:block;
	text-indent: -9999px;
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: relative;
	z-index: 30;
	left: 6px;
	right: 6px;
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;
	height:4px;
	bottom: 0px;
}
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);
	background-color: rgba(255, 255, 255, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);
	background-color: rgba(255, 255, 255, 0.5);
}





/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
/*
.touchcarousel .grab-cursor{ cursor:url(grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(grabbing.png) 8 8, move; }
*/

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }




/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */