/* Table of Contents
--------------------------------------------------------------------------------------
1. Heading
2. Progress
		2.1 Normal
		2.2 Group
3. Count
4. Member
5. Brands
6. Testimonials
7. Google Maps
8. Bigtext
9. Arctext
10. Dropcap
		10.1 Image Dropcap
		10.2 Text Dropcap		
11. Helper shortcdes
		11.1 Spacer
		11.2 Hr
		11.3 Divider
12. Iconbox
13. Retina
		
-------------------------------------------------------------------------------------- */

/* 1 Heading
-------------------------------------------------------------------------------------- */

.wi-heading {
	margin-bottom:30px;
	}
.wi-heading .h {
	position:relative;
	padding-bottom:5px;	
	}	
.wi-heading .h:after {
	position:absolute;
	bottom:0;
	left:0;
	width:95%;
	content:"";
	border-bottom:2px solid #777;
	}

/* 2 Progress
-------------------------------------------------------------------------------------- */

/* 2.1 Normal
---------------------------------------- */
.progress {
	display:block;
	margin:0 0 18px;
	}
.progress .fore {
	background:#f9f9f9 url(../images/stripe.png);
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	background-size:4px 4px;
	position:relative;
	width:100%;
	height:30px;
	}
.progress .fore .bar {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:90%;
	background:#b40606;
	z-index:10;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.progress .fore .name {
	color:#fff;
	position:absolute;
	left:20px;
	top:0;
	line-height:30px;
	z-index:20;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
	
/* 2.2 Group
---------------------------------------- */
.progress-group {
	display:block;
	}
.progress-group .fore {
	overflow:hidden;
	}	
.progress-group .fore .bar {
	left:-100%;
	}
.progress-group .fore .name {
	color:inherit;
	}
.progress-group:hover .fore .bar {
	left:0;
	}
.progress-group:hover .fore .name {
	color:#fff;
	}
	
/* 3 Count
-------------------------------------------------------------------------------------- */

.wi-count {
	display:block;
	margin:0 0 20px;
	text-align:center;
	}
.wi-count .number,
.wi-count .name {
	font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	}
.wi-count .number {
	font-weight:300;
	font-size:80px;
	height:128px;
	}
.js .wi-count .number {
	opacity:0;
	}	
.wi-count .name {
	font-size:22px;
	margin:0 auto 10px;
	color:#555;
	letter-spacing:1px;
	}
.wi-count .desc {
	}
.wi-count .digit-con{
	height:128px;
	overflow:hidden;
	display:inline-block;
	}
.wi-count .digit-con span{
	display:block;
	text-align:center;
	position:relative;
	top:0;
	}
.wi-count .comma {
	display: inline-block;
	top: -30px;
	position: relative;
	}
	
/* 4 Member
-------------------------------------------------------------------------------------- */

.wi-member {
	position:relative;
	}
.wi-member .image {
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	background:url(../images/stripe.png);
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	background-size:4px 4px;
	padding:8px;
	border:1px solid #ddd;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}
.wi-member .image img {
	width:100%;
	}
.wi-member .image:hover {
	}
.wi-member .text {
	display:block;
	overflow:hidden;
	position:relative;
	}	
.wi-member .name {
	position:relative;
	display:inline-block;
	color:#444;
	font-weight:400;
	margin-bottom:5px;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	}
.wi-member .name:after {
	position:absolute;
	top:50%;
	left:100%;
	margin-left:14px;
	margin-top:-3px;
	content:"";
	border-top:4px double #ccc;
	width:999px;
	}
.wi-member .desc {
	}
.wi-member .desc p {
	margin-bottom:20px;
	}
.wi-member .desc strong,
.wi-member .desc span {
	color:#000;
	}
.wi-member .social {
	overflow:hidden;
	text-align:center;
	}	
.wi-member .social ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	}
.wi-member .social ul li {
	display:block;
	float:left;
	}
.wi-member .social ul li:first-child {
	margin-left:0;
	}	
.wi-member .social ul li a {
	text-decoration:none;
	color:#333;
	display:block;
	font-size:16px;
	width:32px;
	height:32px;
	text-align:center;
	}
.wi-member .social ul li a:hover {
	color:#777;
	}
.wi-member .social ul li a i {
	line-height:32px;
	}

/* 5 Brands
-------------------------------------------------------------------------------------- */

.brands {
	margin:0 0 30px;
	}
.brands img{
	display:block;
	float:left;
	width:20%;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	}

.brands img:hover {
	}

/* 6 Testimonials
-------------------------------------------------------------------------------------- */

.wi-testimonial .content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	}
.wi-testimonial .content p {
	margin-bottom:10px;
	}	
.wi-testimonial .author {
	color:#ccc;
	color:rgba(255,255,255,.4);
	text-align:center;
	}
.wi-testimonial .author .name {
	color:#B40606;
	}
.wi-testimonial .author .name:before {
	content:"\2014";
	margin-right:10px;
	}
	
	/* Testimonial Slider
	--------------------------------	*/
.testimonial-slider {
	text-align:center;
	border:1px solid #ccc;
	border-color:rgba(255,255,255,.7);
	padding:5px;
	}
.testimonial-slider .flexslider {
	border:4px double #ccc;
	border-color:rgba(255,255,255,.7);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:40px;
	background:url(../images/testimonial-decoration.png) center 15px no-repeat;
	-webkit-background-size:120px 83px;
	-moz-background-size:120px 83px;
	background-size:120px 83px;
	padding-top:120px;
	}	
.testimonial-slider .flex-control-paging {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	}
.flex-control-nav {
	left:0;
	}	
.testimonial-slider .flex-control-paging li a {
	width:6px;
	height:6px;
	background:#ddd;
	background:rgba(255,255,255,.7);
	}
.testimonial-slider .flex-control-paging li a:hover {
	background:#fff;
	}	
.testimonial-slider .flex-control-paging li a.flex-active {
	background:#b40606;
	}
	
/* 7 Google Map
-------------------------------------------------------------------------------------- */

.gmap {
	border:3px solid #999;
	padding:10px 10px 6px;
	margin:0 0 30px;
	overflow:hidden;
	}
.gmap iframe {
	max-width:100%;
	border:none;
	}

/* 8 Bigtext
-------------------------------------------------------------------------------------- */

.bigtext {
	width:100%;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	}

/* 9 Arctext
-------------------------------------------------------------------------------------- */

.arctext {
	display:block;
	width:140px;
	height:140px;
	margin:0 auto 20px;
	border:1px solid #aaa;
	-webkit-border-radius:140px;
	-moz-border-radius:140px;
	border-radius:140px;
	text-transform:uppercase;
	font-size:11px;
	position:relative;
	}
.arctext .uppertext {
	position:absolute;
	top:2px;
	left:0;
	width:140px;
	}	
.arctext .lowertext {
	position:absolute;
	bottom:2px;
	left:0;
	width:140px;
	}
.arctext .inner {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:100px;
	height:100px;
	margin:-50px 0 0 -50px;
	border:1px solid #777;
	-webkit-border-radius:120px;
	-moz-border-radius:120px;
	border-radius:120px;
	content:"";
	text-align:center;
	}
.arctext .inner img {
	max-width:80%;
	max-height:80%;
	margin-top:10%;
	}

/* 10 Dropcap
-------------------------------------------------------------------------------------- */
/* 10.1 Image dropcap
---------------------------------------- */
.wi-dropcap {
	width:110px;
	height:110px;
	vertical-align:baseline;
	display:block;
	float:left;
	margin:6px 14px 6px 0;
}

/* 10.2 Text Dropcap
---------------------------------------- */
.text-dropcap {
	vertical-align:middle;
	display:block;
	float:left;
	margin:6px 20px 6px 0;
	font-size:60px;
	line-height:60px;
	}

/* 11 Helper Shortcodes
-------------------------------------------------------------------------------------- */

/* 11.1 Spacer
---------------------------------------- */
.spacer {
	display:block;
	clear:both;
	width:100%;
	height:30px;
	overflow:hidden;
	}

/* 11.2 Hr
---------------------------------------- */
.hr {
	display:block;
	text-align:center;
	margin:20px 0 50px;
	overflow:hidden;	
}
.hr .inner {
	display:inline-block;
	width:100px;
	height:28px;
	padding:0 20px;
	position:relative;
	background:url(../images/line.png) center no-repeat;
	-webkit-background-size:100px 28px;
	-moz-background-size:100px 28px;
	background-size:100px 28px;
	}
.hr .inner:before,
.hr .inner:after {
	position:absolute;
	top:50%;
	width:999px;
	border-top:1px solid #777;
	content:"";
}
.hr .inner:before {
	left:-999px;
	}
.hr .inner:after {
	left:100%;
	}	

/* 11.3 Divider
---------------------------------------- */	
.wi-divider {
	padding:30px 0px;
	text-align:center;
	background:#f9f9f9 url(images/stripe.png);
	-webkit-background-size:4px 4px;
	-moz-background-size:4px 4px;
	background-size:4px 4px;
	margin:30px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.wi-divider .title {
	margin-bottom:0;
	font-weight:300;
	font-size:36px;
	letter-spacing:1px;
	}

/* 12 Iconbox
-------------------------------------------------------------------------------------- */

.wi-iconbox {
	position:relative;
	margin-bottom:30px;
	text-align:center;
	}
.wi-iconbox .icon {
	position: relative;
	display: block;
	margin: 30px auto 40px;
	width: 80px;
	height: 80px;
	-webkit-border-radius:80px;
	-moz-border-radius:80px;
	border-radius:80px;
	border: 1px solid #222;
	text-align: center;
	font-size:40px;
	}
.wi-iconbox .icon i {
	line-height:80px;
	}	
.wi-iconbox .icon:after {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border: 1px solid #999;
	width: 100px;
	height: 100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	content: "";
	}
.wi-iconbox .name {
	font-size:26px;
	margin-bottom:10px;
	font-weight:400;
	}
.wi-iconbox .desc {
	color:#777;
	}
.wi-iconbox .desc p {
	margin-bottom:20px;
	}
.wi-iconbox .desc strong {
	font-weight:normal;
	color:#000;
	}

/* 13 Retina
-------------------------------------------------------------------------------------- */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
	.progress .fore,
	.wi-member .image {
		background-image:url(../images/stripe_402x.png);
		}
	.testimonial-slider .flexslider {
		background-image:url(../images/testimonial-decoration_402x.png);
		}
	.hr .inner {
		background-image:url(../images/line_402x.png);
		}
}