@charset "utf-8";
/* CSS Document */


.bg1
{
	background-image:url(../images/skills-bg.jpg); 
	background-position: 50% 0px;
	height:648px;
}
.bg2
{
	background-image:url(../images/testimonials-bg.jpg);
	background-position: 50% 0px;
	height:599px;
}

#mobileSlider
{
	position:relative;
	margin-top: 50px;
}

.homeServicesWrapper
{
	padding:60px 0;
}

.sectionTitleContainer
{
	position:relative;
	padding-bottom:60px;
}

.blueStrip
{
	content: "";
	height: 90px;
	width: 200%;
	background-color: #17b6ea;
	position: absolute;
	top: 0;
	left: -199%;
	margin-left: -15px;
}

.sectionTitleContainer .sectionTitleLHS
{
	width: 16%;
	float: left;
	text-align: right;
	font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;
}

.sectionTitleContainer .sectionTitleLHS span
{
	color:#17b6ea;
	display:block;
}

.sectionTitleContainer .sectionTitleRHS
{
	width: 78.5%;
	float: left;
	padding-left: 3.5%;
	line-height: 25px;
}

.homeServicesContainer ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.homeServicesContainer ul li
{
	float:left;
	width:35.5%;
	padding-left:9.5%;
	margin-right:10%;
	padding-bottom:50px;
	line-height: 23px;
}

.homeServicesContainer ul li span
{
	display:block;
	font-size:18px;
	font-family: "Roboto-Regular"; 
	padding-bottom:10px;
}

.homeServicesContainer ul li.softDevIcon
{
	background:url(../images/soft-dev.jpg) no-repeat left top;
}

.homeServicesContainer ul li.appDevIcon
{
	background:url(../images/app-dev.jpg) no-repeat left top;
}

.homeServicesContainer ul li.webDevIcon
{
	background:url(../images/web-dev.jpg) no-repeat left top;
}

.homeServicesContainer ul li.mobAppIcon
{
	background:url(../images/mob-dev.jpg) no-repeat left top;
}

.homeServicesContainer ul li.EcommIcon
{
	background:url(../images/ecomm-dev.jpg) no-repeat left top;
}

.homeServicesContainer ul li.cmsDevIcon
{
	background:url(../images/cms-dev.jpg) no-repeat left top;
}

.homeParallaxTitle
{
	font-family: "Roboto-Thin";
	color:#fff;
	font-size:60px;
	text-align:center;
	padding:80px 0 20px 0;
}

.homeParallaxUnderline
{
	border-bottom:solid 1px #17b6ea;
	width:160px;
	margin:0 auto;
}

.skillsWrapper
{
	width:95%;
	margin:70px auto 0 auto;
}

.skillsWrapper ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.skillsWrapper ul li
{
	width:20%;
	float:left;
	margin-right:5%;
	text-align:center;
	color:#fff;
}

.skillsWrapper ul li .skillTitle
{
	font-size:22px;
	text-align:center;
	font-family: "Roboto-Thin";
}

.da-thumbs
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}

.da-thumbs {
text-align:center;
}

.da-thumbs li  article h3{
color:#fff;
padding-top:30px;
}

.da-thumbs li  article em{
margin-bottom:10px;
color:#fff;
display:block;
}

.da-thumbs li  article span{
display:inline-block;
}

span.link_post{
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-image:url(images/link_post_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-right:10px;
}

span.zoom{
overflow:hidden;
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-image:url(images/zoom_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
}

.portfolio_2col article h3{
padding-top:70px !important;
}

/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	width:100%;
	position:relative;

}

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	text-align:center;
	width:25%;
}

.image_grid li img
{
	width:100%;
}

/* Responsive image grid*/
/* Mobile landscape width 320 */
@media only screen and (min-width: 320px) and (max-width: 479px) {

.image_grid{
width:100%;
}

.image_grid li{
width:100% !important;
}

.image_grid li img{
width:100%;
}

}


@media only screen and (min-width: 480px) and (max-width: 639px) {

.image_grid{
width:100%;
}

.image_grid li{
width:50% !important;
}

.image_grid li img{
width:100%;
}

}

@media only screen and (min-width: 640px) and (max-width: 767px) {

.image_grid{
width:100%;
}

.image_grid li{
width:50% !important;
}

.image_grid li img{
width:100%;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

.image_grid{
width:100%;
}

.image_grid li{
width:33.33% !important;
}

.image_grid li img{
width:100%;
}

}

.testiWrapper
{
	margin-top:70px;
}

.testiWrapper ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#tml-container ul li 
{
	display: none; 
}

.testiWrapper ul li .testiQuote
{
	float:left;
	width:6%;
}

.testiWrapper ul li .testiContent
{
	width:87.5%;
	float:right;
	padding-left:3.5%;
	font-family: "Roboto-Thin";
	color:#fff;
	font-size:18px;
	line-height: 32px;
	display:block;
	border-left:solid 3px #949494;
}

.testiWrapper ul li .testiContent .testiName
{
	text-align:right;
	font-size:20px;
	color:#16b6ea;
	display:block;
	padding-top:35px;
}