@import url('../font.css');
.serviceBodyWrapper {
	width: 100%;
	height: auto;
}
.serviceAllOuter {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color:#3b679e;
}
/****************************************Slider Start*************************************/
.slider {
	position: relative;
	width: 100%;
	/*	height:400px; when responsive, comment this out */
	margin: 0 auto;
}
 @media only screen and (min-width: 1000px) {
.slider {
	width: 1000px;
}
}
 @media only screen and (min-width: 1440px) {
.slider {
	width: 1440px;
}
}
/* ELEMENT STYLES */

p {
	position: absolute;
	top: -200px;
	z-index: 8000;
	padding: 1% 3%;
	font-size: 24px;
	line-height: 100%;
	color: #FFF;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: oswald;
}
.claim {
	line-height: 100%
}
.teaser {
	padding: 0.5% 1.5%;
	font-size: 14px;
	line-height: 100%
}
.small {
	width: 250px;
	padding-left: 0;
	padding-right: 0px;
	text-align: center;
}
.light-green {
	background: rgb(0,183,234);
background: -moz-linear-gradient(top,  rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,234,1)), color-stop(100%,rgba(0,158,195,1)));
background: -webkit-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
background: -o-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
background: -ms-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
background: linear-gradient(to bottom,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );

}
.green {
	background: rgb(73,155,234);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}
.orange {
	background: rgb(255,214,94);
	background: -moz-linear-gradient(top, rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,214,94,1)), color-stop(100%, rgba(254,191,4,1)));
	background: -webkit-linear-gradient(top, rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
	background: -o-linear-gradient(top, rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
	background: linear-gradient(to bottom, rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0 );
}
.turky {
	background: rgb(255,197,120);
	background: -moz-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,197,120,1)), color-stop(100%, rgba(251,157,35,1)));
	background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);
	background: -o-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);
	background: linear-gradient(to bottom, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23', GradientType=0 );
}
.white {
	background: #fff;
	color: #333
}
/****************************************Slider End*************************************/

/****************************************Body Containt Start*************************************/

.service-body-containt {
	width: 100%;
	height: auto;
}
.service-body-containt p {
	margin: 0 0 20px 0;
}
.service-body-containt p, .service-body-containt ul {
	font-family:DroidSans;
	font-size: 13px;
	/*font-size-adjust:0.488;*/
	line-height:130%;
	font-weight:lighter;
	font-style: normal;
	text-transform: none;
	white-space: normal;
	top: 0px;
	position: relative;
	z-index: 99;
}
.service-body-containt img {
	border: 0;
}
.service-body-containt h1, #pixels {
	font-family: "Museo 900", Verdana, serif;
	font-size-adjust: 0.40;
	font-weight: 700;
	font-style: normal;
}
.service-body-containt h2 {
	font-family:OpenSans-Light;
	/*font-size-adjust: 0.531;*/
	font-weight: 900;
	font-style: normal;
	font-size:26px;
	margin-bottom:10px;
}
#header h1, #pixels {
	color: #48941A;
}
.float-left {
	float: left;
	margin: 0 0 0 20px;
}
.float-right {
	float: right;
	margin: 0 20px 0 0;
}
.center {
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}
#nav {
	list-style: none;
	position: fixed;
	right: 20px;
	z-index: 999;
}
#nav li {
	margin: 0 0 15px 0;
	display: none;
}
#header, #intro, #second {
	width: 100%;
}
#intro {
	background: url(../../images/service/fullScroll/firstBG.jpg) 50% -75px no-repeat fixed;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
#intro_second {
	background: url(../../images/service/fullScroll/web_des.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
#intro_xhtml {
	background: url(../../images/service/fullScroll/intro_xhtml.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
#business_web_development {
	background: url(../../images/service/fullScroll/business_web.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
#custom_web_development {
	background: url(../../images/service/fullScroll/custome.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
#intro_redesign {
	background: url(../../images/service/fullScroll/firstBG_sec.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#second {
	background: url(../../images/service/fullScroll/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#second .bg {
	background: url(../../images/service/fullScroll/trainers.png) 50% 0 no-repeat fixed;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 605px;
	z-index: 99;
}
#intro_redesign .bg {
	background: url(../../images/service/fullScroll/pencil.png) 50% 0 no-repeat fixed;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 605px;
	z-index: 99;
}
#third {
	background: url(../../images/service/fullScroll/seo.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 400px;
	padding: 100px 0 0 0;
}
#secure_hosting {
	background: url(../../images/service/fullScroll/secure.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 400px;
	padding: 100px 0 0 0;
}
#fifth {
	background: #ccc;
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#fourth {
	background: url(../../images/service/fullScroll/software.jpg) no-repeat fixed 50% 0;
	color: white;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.story {
	margin: 0 auto;
	min-width: 980px;
	width: 980px;
}
.story .float-left, .story .float-right {
	padding: 30px 0 0 0;
	position: relative;
	width: 350px;
}
.slide {
	width: 100%;
}
#nav li a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: white;
	border: solid 2px white;
}
#nav li a.current {
	background-color: orange;
}
/****************************************Body Containt End*************************************/

/****************************************Toltips Start*************************************/
.container {
	/*background: url(../../images/service/fullScroll/scene.jpg) no-repeat scroll center top transparent;*/
	color: #000000;
	height: 535px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	width: 1030px;
}
.dialog {
	background-color: rgba(163, 154, 77, 0.9);
	color: #FFFFFF;
	display: none;
	height: 140px;
	left: 343px;
	line-height: 24px;
	padding: 100px 30px;
	position: absolute;
	text-align: center;
	top: 97px;
	width: 280px;
	z-index: 10;
	-moz-border-radius: 170px;
	-ms-border-radius: 170px;
	-o-border-radius: 170px;
	-webkit-border-radius: 170px;
	border-radius: 170px;
}
.dialog .close {
	background-color: #65683b;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 10px;
	top: 60px;
	width: 36px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
.labels p {
	display: none;
}
.labels a {
	background-color: rgba(203, 189, 58, 0.8);
	color: #FFFFFF;
	display: none;
	height: 50px;
	padding: 30px 0 0;
	position: absolute !important;
	text-align: center;
	text-decoration: none;
	width: 80px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	font-family:RobotoCondensed-Light;
	font-size:13px;
}
.labels > a {
	background-color: rgba(203, 189, 58, 0.8);
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.labels a:hover {
	background-color: rgba(128, 128, 128, 0.8);
}
.labels a span {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid rgba(203, 189, 58, 0.8);
	bottom: -14px;
	height: 0;
	left: 30px;
	position: absolute;
	width: 0;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.labels a:hover span {
	border-top: 15px solid rgba(128, 128, 128, 0.8);
}
#label1 {
	left: 720px;
	top: 215px;
}
#label2 {
	left: 495px;
	top: 290px;
}
#label3 {
	left: 450px;
	top: 115px;
}
#label4 {
	left: 270px;
	top: 170px;
}
#label5 {
	left: 570px;
	top: 65px;
}
#label6 {
	left: 275px;
	top: 30px;
}
/****************************************Toltips End*************************************/
