@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.useso.com/css?family=Open+Sans:400italic,400,300,600,700);

.buy-logo:hover{border: 2px solid #fff !important;}


.title{
	font-weight: 300;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.title.one{color: #404141; font-size: 37px; letter-spacing: 5px; text-transform: uppercase;margin-top: 15px;}
.title.two{color: #757575; font-size: 17px; font-family: 'Open Sans', sans-serif; width: 680px; margin: 50px auto;}
#anchor4{overflow: hidden;}

.controller ul li{
	list-style: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	background: #fff;
	float: left;
	margin: 0 7px;
	cursor: pointer;
}.controller ul li:hover{border: 2px solid #4ad8ed; background: #4ad8ed;}
.controller ul li:first-child{margin-left: 0px;}
.controller ul li:last-child{margin-right: 0px;}
.selected{border: 2px solid #4ad8ed !important; background: #4ad8ed !important;}
.car-prev,.car-next{
	position: absolute;
	width: 47px;
	height: 85px;
	background-image:url('../images/c-arrows.png');
	background-color: #4ad8ed;
	top: 125px;
	cursor: pointer;
}
.car-prev{left: 0; background-position: -16px 0;}
.car-next{right: 0; background-position: 0px -85px;}

/* Testimonials */
.caroussel-2{
	width: 500px;
	height: 265px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.caroussel-list-2{overflow: auto;}
.car-quote{
	float: left;
	width: 500px;
}
.tag-project{
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #929292;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
}
.controller-2,.controller-3{
	float: right;
	right: 50%;
	position: relative;
	margin: 30px 0 60px;
	
}
.controller-3{margin-top: 0;}
.controller-2 ul,.controller-3 ul{
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
}
.controller-2 ul li,.controller-3 ul li{
	list-style: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	background: #fff;
	float: left;
	margin: 0 7px;
	cursor: pointer;
	margin: 35px 0 0 15px;
}
.controller-3 ul li{border: 2px solid #fff;}
.controller-2 ul li:hover,.controller-3 ul li:hover{border: 2px solid #4ad8ed; background: #4ad8ed;}
.controller-2 ul li:first-child,.controller-3 ul li:first-child{margin-left: 0px;}
.controller-2 ul li:last-child,.controller-3 ul li:last-child{margin-right: 0px;}
.car-prev-2,.car-next-2{
	position: absolute;
	width: 47px;
	height: 85px;
	background-image:url('../images/c-arrows.png');
	background-color: #4ad8ed;
	top: 88px;
	cursor: pointer;
}
.car-prev-2{left: 0; background-position: -16px 0;}
.car-next-2{right: 0; background-position: 0px -85px;}
.avatar{
	width: 100px;
	float: left;
	margin-right: 20px;
}
.avatar img{border-radius: 50%;}
.q-spacer{
	width: 100%;
	height: 1px;
	background: #f4f4f4;
	margin: 35px 0;
}
.comment{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #acacac;
}
.comment span{color: #474747; font-weight: 600;}

/* Services */
.services{
	position: relative;
	overflow: visible;
}
.tooltip {
	display: none;
	position: absolute;
	width: 220px;
	background: #000;
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 5px 23px;
	margin-bottom: 30px;
}
.arrow-down {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(6,6,6,.85);
}
.details{
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}
.details ul{
	list-style: none;
	padding: 0;
}
.list-dot {
	display: inline-block;
	margin: 0px 7px -3px 0px;
	width: 15px;
	height: 15px;
	background: url("../images/ckeck.png") no-repeat #4cddf3;
}
.visible {display: block;}
.s-container{position: relative; width: 1180px; margin: auto;}
.s-element{
	width: 393px;
	height: auto;
	float: left;
	text-align: center;
}
.s-info{padding: 0 45px;}
.s-ico{
	width: 170px;
	height: 170px;
	background-color: #4cddf3;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px auto 40px;
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}.s-ico:hover{
	background-color: #e6e6e6;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.f-ico.s-one{background-position: 0 0;}
.f-ico.s-two{background-position: -73px 0;}
.f-ico.s-three{background-position: -146px 0;}
.f-ico.s-four{background-position: -219px 0;}
.s-info{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #b4b4b4;
	font-weight: 400;
	line-height: 25px;
}
.s-info span{
	font-family: 'Montserrat', sans-serif;
	color: #434242;
	font-size: 22px;
}
.sl-element {
	width: 236px;
	height: auto;
	float: left;
	text-align: center;
	position: relative;
	overflow: visible;
}
.sl-title{
	font-family: 'Open Sans', sans-serif;
	color: #434242;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.sl-ico{
	cursor: crosshair !important;
	background-image: url("../images/sl-icons.png");
	width: 110px;
	height: 110px;
	background-color: #4cddf3;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px auto 30px;
	background-position: center center;
	background-repeat: no-repeat;
}.sl-ico:hover{
	background-color: #e6e6e6 !important;
}
.sl-config{background-position: 0 0;}
.sl-globe{background-position: -110px 0;}
.sl-diamond{background-position: -220px 0;}
.sl-pointer{background-position: -330px 0;}
.sl-clock{background-position: -440px 0;}

.progress-bar {
	height: 36px;
	width: 500px;
	background: #f6f6f6;
}
.progress-bar .skill-in {
  display: inline-block;
  height: 100%;
  background: #4cddf3 url("../images/skill-sprite.png") repeat-x;
}
.info-skills {
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 36px;
	padding-left: 18px;
	text-transform: uppercase;
}
.info-skills span{font-weight: 300;}
.skill-content{margin-bottom: 32px;}
.skill-content:last-child{margin-bottom: 0;}

/* Portfolio */
.p-category{
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	z-index: 20;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	background: url("../images/color-icons.png") 0 -88px no-repeat;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ch-grid:hover .p-category{opacity: 1;}
.nav-wrapper{position: relative;}
.nav-wrapper:hover .nav-work{opacity: 1}
.nav-work{
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-work div{
	position: absolute;
	top: 47%;
	width: 30px;
	height: 60px;
	cursor:pointer;
	background: url("../images/work-arrows.png") no-repeat;
}
