@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);

::selection {
	color: #ffffff;
	background: #FA7C21; /* Safari */
}

::-moz-selection {
	color: #ffffff;
	/* background: #FA7C21; /* Firefox */
	background: #FA7C21; /* Firefox */
}

body {
	font: 400 12px 'Open Sans', sans-serif;
	color: #212121;
	margin: 0px;
	padding: 0px;
	background: #f9f9f9;
}

#header-container {
	clear: both;
	float: left;
	height: 100px;
	/*-webkit-box-shadow: 0px 1px 5px 0px #666666;
	box-shadow: 0px 1px 5px 0px #666666;*/
	width: 100%;
	background: #ffffff;
	position: fixed; 
	top: 0px;
	z-index: 100;
}

.ontop { /*opacity: 0.8;*/ }

.wrapper {
	margin: 0px auto;
	width: 1000px;
	clear: both;
}

#logo {
	float: left;
	height: 60px;
	padding: 20px;
	border-right: 1px solid green;
	border-left: 1px solid green;
	background: url(../images/wetop-logo.jpg) no-repeat center center;
	width: 169px;
}

#logo:hover {
	border-right: 1px solid green;
	border-left: 1px solid green;
}

.logo { color: #292929; }

ul#nav {
	margin: 45px 0px 0px;
	padding: 0px;
	clear: right;
	float: right;
	list-style: none;
	width: 623px;
}

ul#nav li {
	clear: none;
	float: left;
	margin-left: 25px;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: border-bottom-width 100ms ease-in-out 200ms;
	-moz-transition: border-bottom-width 100ms ease-in-out 200ms;
	-ms-transition: border-bottom-width 100ms ease-in-out 200ms;
	-o-transition: border-bottom-width 100ms ease-in-out 200ms;
	transition: border-bottom-width 100ms ease-in-out 200ms;
	padding-bottom: 5px;
}

ul#nav li.active { /*color: #055e7c;*/ color: #00aeef; border-bottom: 2px solid #00aeef; }

ul#nav a { color: #333333; }

ul#nav a:hover { color: #00aeef; }

ul#nav li:hover { border-bottom: 2px solid #00aeef; }

h2 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 120px 0px 0px;
	padding: 0px;
	clear: both;
	float: left;
	color: #595959;
}

homeh2 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0px 0px;
	padding: 0px;
	clear: both;
	float: left;
	color: #595959;
}

.hor-line {
	background: #E6E6E6;
	height: 1px;
	width: 900px;
	margin: 0px auto;
	clear: both;
}

ul.boxes, ul.boxes-products, ul.boxes-products-home {
	padding: 10px 0px;
	clear: both;
	float: left;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	width: 1000px;
}

ul.boxes li {
	background: #e9e8e8;
	padding: 15px 10px;
	clear: none;
	float: left;
	width: 215px;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 14px;
	color: #828181;
	text-align: center;
	-webkit-box-shadow: 0px 1px 5px 0px #c1c1c1;
	box-shadow: 0px 1px 5px 0px #c1c1c1;
}

ul.boxes-products-home li {
	background: #e9e8e8;
	padding: 85px 10px 15px;
	clear: none;
	float: left;
	width: 215px;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 14px;
	color: #828181;
	text-align: center;
	height: 35px;
	line-height: 35px;
	-webkit-box-shadow: 0px 1px 5px 0px #c1c1c1;
	box-shadow: 0px 1px 5px 0px #c1c1c1;
}

li.trading { background: #e9e8e8 url(../images/trading.png) no-repeat center 15px !important; }

li.trading:hover { background: #00aeef url(../images/trading-hover.png) no-repeat center 15px !important; }

li.hrm { background: #e9e8e8 url(../images/hrm.png) no-repeat center 15px !important; }

li.hrm:hover { background: #00aeef url(../images/hrm-hover.png) no-repeat center 15px !important; }

li.logistics { background: #e9e8e8 url(../images/logistics.png) no-repeat center 15px !important; }

li.logistics:hover { background: #00aeef url(../images/logistics-hover.png) no-repeat center 15px !important; }

li.lms { background: #e9e8e8 url(../images/lms.png) no-repeat center 15px !important; }

li.lms:hover { background: #00aeef url(../images/lms-hover.png) no-repeat center 15px !important; }

li.accounting { background: #e9e8e8 url(../images/accounting.png) no-repeat center 15px !important; }

li.accounting:hover { background: #00aeef url(../images/accounting-hover.png) no-repeat center 15px !important; }

li.job { background: #e9e8e8 url(../images/job.png) no-repeat center 15px !important; }

li.job:hover { background: #00aeef url(../images/job-hover.png) no-repeat center 15px !important; }

li.cms { background: #e9e8e8 url(../images/cms.png) no-repeat center 15px !important; }

li.cms:hover { background: #00aeef url(../images/cms-hover.png) no-repeat center 15px !important; }

li.ecommerce { background: #e9e8e8 url(../images/ecommerce.png) no-repeat center 15px !important; }

li.ecommerce:hover { background: #00aeef url(../images/ecommerce-hover.png) no-repeat center 15px !important; }

li.real { background: #e9e8e8 url(../images/real.png) no-repeat center 15px !important; }

li.real:hover { background: #00aeef url(../images/real-hover.png) no-repeat center 15px !important; }

li.hotel { background: #e9e8e8 url(../images/hotel.png) no-repeat center 15px !important; }

li.hotel:hover { background: #00aeef url(../images/hotel-hover.png) no-repeat center 15px !important; }

li.tours { background: #e9e8e8 url(../images/tours.png) no-repeat center 15px !important; }

li.tours:hover { background: #00aeef url(../images/tours-hover.png) no-repeat center 15px !important; }

li.ads { background: #e9e8e8 url(../images/ads.png) no-repeat center 15px !important; }

li.ads:hover { background: #00aeef url(../images/ads-hover.png) no-repeat center 15px !important; }

ul.boxes-products-home li span {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

ul.boxes-products li {
	background: #e9e8e8;
	padding: 85px 10px 15px;
	clear: none;
	float: left;
	width: 215px;
	margin-top: 30px;
	margin-right: 15px;
	font-size: 14px;
	color: #828181;
	text-align: center;
	height: 35px;
	line-height: 35px;
	-webkit-box-shadow: 0px 1px 5px 0px #c1c1c1;
	box-shadow: 0px 1px 5px 0px #c1c1c1;
}

ul.boxes-products li span {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

ul.boxes li:hover, ul.boxes-products li:hover, ul.boxes-products-home li:hover {
	background: #00aeef;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 5px 0px #666666;
	box-shadow: 0px 1px 5px 0px #666666;
}

ul.boxes li.last, ul.boxes-products li.last, ul.boxes-products-home li.last { margin-right: 0px !important; }

#footer-container {
	clear: both;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #292929;
}

.footer-content {
	font-size: 10px;
	color: #8f8f8f;
}

/* Inner styles */

.col_3_1 {
	clear: left;
	float: left;
	width: 700px;
	margin-right: 25px;
}

h3 {
	font-size: 20px;
	font-weight: 300;
	clear: both;
	float: left;
	margin-top: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

p {
	line-height: 26px;
	clear: both;
	float: left;
	font-size: 13px;
}

ul.points {
	font-size: 13px;
	line-height: 26px;
	list-style: url(../images/points.png) none;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.hor-line-inner {
	background: #D6D6D6;
	height: 1px;
	width: 700px;
	margin: 10px auto 0px;
	clear: both;
}

.col_1_3 {
	clear: right;
	float: left;
	width: 250px;

}

ul.boxes-inner, ul.boxes-inner-products {
	clear: both;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.boxes-inner li {
	background: #e9e8e8;
	padding: 15px 10px;
	clear: both;
	float: left;
	width: 215px;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 14px;
	color: #828181;
	text-align: center;
	font-style: italic;
}

ul.boxes-inner-products li {
	background: #e9e8e8;
	padding: 10px;
	clear: both;
	float: left;
	width: 215px;
	margin-top: 5px;
	margin-right: 15px;
	font-size: 13px;
	color: #828181;
	text-align: center;
	font-style: italic;
}

ul.boxes-inner li:hover, ul.boxes-inner-products li:hover, ul.boxes-inner-products li.selected {
	background: #00aeef;
	color: #ffffff;
}

ul.boxes-inner li.last, ul.boxes-inner-products li.last { margin-right: 0px !important; }

/* CSS Button Generator */

.pdf {
	-moz-box-shadow: inset 0px 1px 0px 0px #0c7fa6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #0c7fa6;
	box-shadow: inset 0px 1px 0px 0px #0c7fa6;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #02232e;
	display: inline-block;
	color: #ffffff;
	height: 35px;
	line-height: 35px;
	width: 125px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #032530;
	background: #00aeef;
}

.pdf:hover {
	background-color:#023a4d;
}

.pdf:active {
	position:relative;
	top:1px;
}

.demo-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	height:34px;
	line-height:34px;
	width:191px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.demo-link:hover {
	background-color:#dfdfdf;
}

.demo-link:active {
	position:relative;
	top:1px;
}

/* Added on 28-10-2013 by Aneesh S */

ul.tech {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	clear: both;
	float: left;
	list-style: url(../images/points.png) none;
}

ul.tech li {
	clear: none;
	float: left;
	width: 250px;
	margin-right: 70px;
	margin-bottom: 25px;
	line-height: 30px;
}

input, textarea {
	clear: both;
	float: left;
	height: 30px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 5px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #595959;
	border: 1px solid #CCC;
}

textarea { height: 100px; }

.red { border: 1px solid #FFB3B3; }

::-webkit-input-placeholder {
   	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #595959;
}

:-moz-placeholder { /* Firefox 18- */
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #595959;
}

::-moz-placeholder {  /* Firefox 19+ */
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #595959;
}

:-ms-input-placeholder {  
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #595959;  
}

button {
	clear: both;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

.small-text {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
}

.clearfix {
	clear: both;
	float: left;
	height: 1px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}

.banner {
	position: relative;
	width: 100% !important;
	box-shadow: 0 5px 5px rgba(0,0,0,.25);
	top: 0px;
	z-index: -1;
	overflow: hidden;
	height: 450px;
	display: block;
	margin-top:100px;
}

.banner ul {
	list-style: none;
	width: 300%;
	padding: 0px;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	/*padding: 160px 0 110px;*/
	min-height: 450px;
	/*-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	/*background-size: 100% 100%;*/
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	background: center center;
}

#header-container:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	display: block;
	background: url(../images/header-shadow.png) no-repeat center top;
	background-size: 100%;
	z-index: 99;
}

hr {
	clear: both;
	border-top: 1px solid #cccccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	float: left;
	width: 100%;
}

.addressBox {
	float: left;
	width: 310px;
	margin-right: 32px;
	border-right: 1px dotted #afafaf;
}

.addressBoxLast {
	border: none !important;
	margin-right: 0px !important;
}

/* Added on 20-03-2014 by Aneesh S */

.footerLeft {
	float: left;
	width: 300px;
}

.footerRight {
	float: right;
	width: 600px;
	text-align: right;
}

.footerRight a {
	color: #8f8f8f;
	text-decoration: none;
}

.footerRight a:hover {
	text-decoration: underline;
}

.hor-line-footer {
	background: #403f3f;
	height: 1px;
	width: 100%;
	margin: 10px auto;
	clear: both;
}

.col_1_3_footer {
	float: left;
	width: 300px;
	margin-right: 50px;
}

.footerColLast {
	margin-right: 0px !important;
}

.footerHome {
	color: #c3c3c3;
}

h4 {
	font-size: 18px;
	font-weight: 300;
	clear: both;
	float: left;
	margin-top: 0px;
	border-bottom: 1px solid #e6e6e6;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.testi {
	font-style: italic;
	clear: both;
	margin-bottom: 15px;
}

.testi span {
	text-align: right;
	float: right;
	font-weight: 600;
}

.readMore {
	color: #c3c3c3;
	text-decoration: underline;
}

ul.footerNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-style: italic;
}

ul.footerNav li {
	margin-bottom: 3px;
}

ul.footerNav a {
	color: #c3c3c3;
	text-decoration: none;
	text-transform: capitalize;
}
ul.footerNav a:hover { text-decoration: underline; }

.hor-line-full {
	background: #e6e6e6;
	height: 1px;
	width: 100%;
	margin: 10px auto;
	clear: both;
}

ul.points a {
	color: #212121;
	text-decoration: none;
}
ul.points a:hover {
	text-decoration: underline;
}

.web_li {
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
	text-align: center;
	padding: 5px;
}

.client_h5{
	margin: 5px auto 0;
	color: #FFF;
	letter-spacing: -1px;
	font-size: 13px;
}
			
.boxgrid{
	width: 75px;
	height: 85px;
	float:left;
	background:#f5f5f5;
	border: 1px solid #eaeaea;
	overflow: hidden;
	position: relative;
	padding: 6px;
}
	
.boxgrid img{
	position: absolute;
	top: 6px;
	left: 6px;
	border: 0;
	right: auto;
	background-image: url(images/Untitled-1.jpg);
}

.boxcaption{ 
    float: left; 
	position: absolute;
	background: rgba(0,174,239,0.8); 
	height: 80px; 
	width: 100%; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
.captionfull .boxcaption {
	top: 260px;
	left: 0;
}
.caption .boxcaption {
	top: 260px;
	left: 0;
}

ul.clients {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.col_1_4 {
	clear: right;
	float: left;
	width: 400px;
}

.col_4_1 {
	clear: left;
	float: left;
	width: 550px;
	margin-right: 25px;
}
