/**
 * @tableofcontents
 *
 * 1. WIDGET SUPPORT Counter
 */

/* @section 1. WIDGET SUPPORT Counter */
#wt-support-counter{
    position: relative;
    overflow: hidden;
	padding: 30px 0;
}

.wt-support2-wrap {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
}

.wt-support2-wrap li {
    background: #cbcbcb !important;
    border-color: #cbcbcb !important;
}

.wt-support2-wrap .carousel-indicators li
{
	width: 14px !important;
	height: 14px !important;
}

.wt-support2-wrap .carousel-indicators .active {
    background: #00aeef !important;
	border-color: #00aeef !important;
	margin: 1px !important;
}

#wt-support2-ttl span {

	font-size: 35px;
    color: #333c4e;

    font-weight: 500;
    display: inline-block;
    margin: 20px 0 10px;
}

div#wt-support2-ttl p {
    color: #7e8890;
    font-size: 22px;
    margin-bottom: 40px;
}

.wt-support2-slider {
    box-shadow: 0px 3px 10px rgba(122,122,122,0.15);
    padding: 15px 10px;
	border-top: 6px solid #00aeef;
	transition: box-shadow .25s ease-in-out, border-top-color .25s ease-in-out;
}

.wt-support2-slider:hover{
	box-shadow: 0px 5px 10px rgba(122,122,122,0.15);
}

.wt-support2-slider > span
{
color: #1d2633;
font-size: 20px;
margin: 10px 0;
}

.wt-support2-slider > .wt-support2_counter
{
color: #00aeef;
font-size: 45px;
margin: 50px 0 40px 0;
}

.wt-support2-slider > p
{
color: #000000;
	font-size: 14px;
	font-weight: 300;
}

.wt-support2-icon {
    background: url("../../img/home/sprite-support2-icon.jpg") no-repeat center 3px;
    display: inline-block;
    width: 40px;
    height: 45px;
    position:relative;
	top: 5px;
}

#wt-support2-slider2 .wt-support2-icon
{
background-position: center -84px;
}

#wt-support2-slider3 .wt-support2-icon {
    background-position: center -168px;
    width: 50px;
}

.wt-support2-carousel
{
padding-bottom: 30px;
bottom: 0 !important;
}

.wt-support2-carousel .item {
    padding-top: 10px;
	padding-bottom: 10px;
	}
.wt-support2-carousel  .carousel-indicators
{
bottom: 0;
}
/* WIDGET SUPPORT NEW */


@media (min-width: 766px) AND (max-width: 992px) {
	.wt-support2-slider > .wt-support2_counter
	{
		    font-size: 38px;
	}

	.wt-support2-slider > .wt-support2_counter
	{
		margin: 25px 0;
	}

	.wt-support2-slider > span
	{
		font-size: 15px;
	}

	.wt-pltform-brdr .col-xs-3 {
    padding: 0 5px;
	}
}

/* @reset styling for large screen except screen size */

@media (min-width: 767px) {
	/* WIDGET SUPPORT NEW */

	.wt-support2-carousel .item {
    display: block;
	}

	.wt-support2-carousel  .carousel-indicators
	{
	display: none;
	}
	/* WIDGET SUPPORT NEW */

}


/* @reset styling for small screen size */

@media (max-width: 767px) {

	/* WIDGET SUPPORT NEW */
	.wt-support2-slider
	{
	min-height: auto;
	}

	#wt-support2-ttl span {
    font-size: 30px;
	line-height: 38px;
    margin-bottom: 20px;
	}

	div#wt-support2-ttl p
	{
	font-size: 18px;
	margin-bottom: 30px;
	}
	/* WIDGET SUPPORT NEW */


}

/* @reset styling for iPhone screen size */
@media (max-width: 400px) {
	/* WIDGET SUPPORT NEW */
	#wt-support2-ttl span {
    font-size: 26px;
	line-height: 34px;
	}

	.wt-support2-slider > h4
	{
	font-size: 19px;
	}
	/* WIDGET SUPPORT NEW */
}