/*reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,a, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	text-decoration:none;
	list-style:none;
	
}

a,a:active,a:hover {outline: none;}
img{max-width:100%;}

iframe {
    border: 0 none;
    width: 100%;
}


a, .touch input[type="text"]:focus, .touch textarea:focus, input#formSubmit, .errorForm, #subscribe input[type="email"]:focus, .errorSubs, .educ i, .exp i, #toTop i , #notForm input[type="email"]:focus, .contactForm input#submit, .teamSingle{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}



/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


body{
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	color:#999999;
	
	
}


/*Preloader*/
#loader {
    background: #fafafa;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}


#loaderInner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    width: 60px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -50px 0 0 -50px;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}





/*Wrapper*/
#wrapper{
	position:relative;
	width:100%;
}

/*End wrapper*/

.holder960{
	width:960px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
}

.holder640{
	width:640px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
}


/*Header*/

header{
	padding-top:20px;
	background:#fff;
	filter:alpha(opacity = 96);
	background:rgba(255, 255, 255, 0.91);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	color:#ffffff;	
	border-bottom:2px solid #efefef;
}


.logo{
	float:left;
	position:relative;
}


.logo h1 {
    display: inline-block;
    padding-bottom: 4px;
	position:relative;
	margin-left: 10%;
	width: 67px;
}

nav#mainNav{
	float:right;
	margin-top:-20px;
	margin-right:60px;
}

nav#mainNav li {
	margin-top:5px;
	display: inline-block;
	float: left;
	font-size: 11px;
	font-family: 'robotomedium';
	text-transform:uppercase;
}

nav#mainNav li a{
    color: #6e266b;
    display: block;
    padding: 25px 20px;
    position: relative;

}

nav#mainNav li a:hover{
	color: #f67d42;
}



.active{
	color: #f67d42 !important;
}


.mobileBtn {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index:1000;
	display:none;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
}


.mobileBtn i{
	font-size:16px;
	color:#f67d42;
}

/*End header*/



/*Teaser*/

#teaser{
	padding-bottom:65px;
	background:#ede3ef url(../img/teaseBkg.png) no-repeat;
	background-size:cover;
	background-position: 0px 15%, center;
	text-align:center;	
}

#teaser .overlay {
	height:680px;
	padding-bottom:65px;
}


.teaserTitle {
    margin-top: -200px;
	opacity:0;
}

.teaserTitle h1{
	font-family: 'robotolight';
	font-size:34px;
	position:relative;
	padding-bottom:20px;
}

.teaserTitle h1 span{
	font-family: 'robotobold';
}

.teaserTitle h2{
	border-top: 5px solid #854093;
	color: #854093;
	font-family: 'robotoitalic';
	font-size:21px;
}

.down a{
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    position: relative;
    width: 40px;
	opacity:0;
}

.down a:hover{
	background: #ffffff;
	color: #f67d42;
}

.down i{
	line-height:25px;
	margin-left:-1px;
}

.column{
	float:left;	
}

/*End teaser*/


.section{
	padding-top:60px;
	padding-bottom:50px;
}

/*About section*/

#about{
	position:relative;
	background:#fff;
}


.secTitle{
	text-align:center;
}

.secTitle h1{
	color:#f67d42;
	font-size:36px;
	font-family: 'robotolight';
	display:inline-block;
	padding-bottom:28px;
	position:relative;
	border-bottom:3px solid #f67d42;
}

.aboutIntro{
	text-align:center;
	width:730px;
	margin:90px auto 0 auto;
}

.icoBg{
	position:absolute;
	top:130px;
	left:20%;
}

.aboutIntro h1{
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:23px;
	position:relative;
}


.aboutIntro h1 span.orange{
	color:#f67d42;
	font-family: 'robotobold';

}

.aboutIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';
}

.aboutIntro p{
	width:496px;
	position:relative;
	font-family: 'robotolight';
	font-size:14px;
	text-align: justify; text-justify: distribute;
	margin:9px auto;
	line-height:22px;
	color:#888888;
}


.shortLink{
	position:relative;
	margin-top:110px;
}

.shortLink a{
	display:inline-block;
	padding:20px 45px;
	font-size:15px;
	color:#ffffff;
	font-family: 'robotomedium';
}


.shortLink .title{
	display:block;
	text-transform:uppercase;	
}

.shortLink .sub{
	font-family: 'robotoregular';
	text-transform:normal;
	font-size:13px;	
}

.shortLink .choose {
    background:#FFFFFF;
    border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    color: #999999;
    display: block;
    font-family: "robotoregular";
    font-size: 12px;
    height: 10px;
    left: 349px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 27px;
    width: 10px;
}

.shortLink .choose i {
    display: block;
    margin-left: -4px;
    margin-top: -3px;
}

.shortFL{
	background:#2d2d2d;
	border-radius:3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	

}

.shortCt{
	background:#f67d42;
	border-radius:0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	margin-left:-3px;
}

.shortFL:hover, .shortCt:hover{
	color:#2d2d2d;
	background:#efefef;
}

.divider {
    margin: 50px auto 0;
    position: relative;
	text-align:center;
	width:700px;
}

.divider span i {
    background:#FFFFFF;
    color: #efefef;
    font-size: 25px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.divider span:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
    z-index: 0;
}

.divider h1{
	font-size:20px;
	color:#2d2d2d;
	font-family: 'robotoregular';
	margin-top:40px;	
}

.divider h1 span{
	font-family: 'robotobold';
}

/*End about section*/



/*Team section*/

#team {
	background:#ede3ef url(../img/expert.png) no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	min-height: 300px;
	width:100%;
	/*background-size:cover;
	background-attachment: fixed;
	background-position: center top;
	position:relative;*/
}

#team .secTitle h1:after{
	left:52px;
	height:100%;
}

.teamHolder{
	width:496px;
	margin:39px auto;
}

.teamBody{
	width:700px;
	filter:alpha(opacity = 96);
	background:rgba(255, 255, 255, 0.8);
	text-align:center;
	margin:50px auto 0 auto;
}

.teamSingle{
	width:300px;
	/*height:631px;*/
	filter:alpha(opacity = 96);
	background:rgba(255, 255, 255, 0.91);
	text-align:center;
	padding-bottom:20px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom:3px solid #efefef;
	
}

.teamSingle:hover{
	border-bottom:3px solid #f67d42;
}

.teamProfile {
	padding:20px 20px 0 20px;
}

.teamHolder h3{
	color:#6e266b;
	font-size:23px;
	font-family: 'robotomedium';
	margin-bottom:10px;
	padding-bottom:10px;
	display:inline-block;
}

.teamHolder h4{
	color:#854093;
	font-size:17px;
	line-height: 23px;
	font-family: 'robotoregular';
	text-align:left;
	padding-bottom:10px;
}

.teamHolder p{
	color:#999999;
	text-align: justify; text-justify: distribute;
	line-height: 18px;
	font-size:14px;
	font-family: 'robotoregular';
	padding-bottom:10px;
}

.socialsProfile{
	margin-top:20px;
}

.socialsProfile li{
	display:inline-block;
	margin-right:4px;
	
}

.socialsProfile a{
	color:#f67d42;
	background:#FFFFFF;
	border:solid 1px #f67d42;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #f67d42;
	padding: 8px;
	text-align: center;
	width: 5px;
	height:5px;
	font-size:10px;
	display:inline-block;
}

.socialsProfile a i {
    display: block;
    margin-left: -5px;
    margin-top: -3px;
}


.socialsProfile a:hover{
	background:#f67d42;
	color:#ffffff;
	border:solid 1px #f67d42;
}

/*End team section*/



/*Services section*/

#services {
	background:#ffffff;
}

#services .secTitle h1:after{
	left:46px;
}


.servicesIntro{
	text-align:center;
	width:730px;
	margin:30px auto 0 auto
	
}

.servicesIntro p{
	position:relative;
	font-family: 'robotoregular';
	font-size:14px;
	margin-top:8px;
	line-height:22px;
	color:#888888;
}


.services {
	margin: 0 auto;
}
.serviceHolder {
	width:600px;
	padding-left:106px;
	margin: 50px auto 20px auto;
}
.serviceHolder:last-child {
    margin-bottom: 0;
}
.servSingle {
    margin-left:auto;
	margin-right: 30px;
    width: 270px;
}
.servSingle .ico{
    background:#ffffff;
    border: 1px solid #f67d42;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    color: #f67d42;
    font-size: 21px;
    height: 30px;
    line-height: 32px;
    margin-right: 26px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 30px;
}
.desc {
    width: 195px;
}
.desc h2 {
    color: #444444;
    font-family: 'robotobold';
    font-size: 16px;
    margin-bottom: 5px;
}
.desc p {
    color: #999999;
    font-family: 'robotoregular';
    font-size: 13px;
    line-height: 20px;
}

/*End services section*/



/*Testimonials*/

.testimonialsContainer{
	background: url(../img/testimon.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 300px;
	background-color:#fafafa;
}


/*.overlay {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.1);
	min-height: 300px;
}*/



#testimonials {
  	margin: 60px auto;
    text-align: center;
	width:700px;
	color:#ffffff;
}
.quote {
    margin-bottom: 30px;
    position: relative;
}
.quote span  {
	border: 5px solid #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 42px;
	font-weight: 700;
	height: 50px;
	line-height: 55px;
	padding: 10px;
	position: relative;
	width: 50px;
}

.quote span i{
	margin-left:-3px;
}

#testimonials blockquote {
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: 23px;
}
.testimoniaContainer h3 {
    display: inline-block;
    font-family: 'robotobold';
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-bottom: 20px;
	padding-top: 20px;
    position: relative;
}

.testimoniaContainer h3 span {
    font-family: 'robotolight';
	font-size: 13px;
}


#testimonials .testimoniaContainer {
    display: none;
    height: 300px;
    z-index: 1;
}
#testimonials .testimoniaContainer div {
    display: block;
    width: 700px;
}

.pagination {
    display: none;
}

a.prev, a.next{
	color:#f67d42;
	background:#2d2d2d;
	padding:5px;
	font-size:12px;
}

a.prev{
	margin-right:3px;
}

a.prev:hover, a.next:hover{
	background:#ffffff;
}


/*End testimonials*/

/*contact section*/

#contact {
	background:#ffffff;
}

#contact.section{
	padding-bottom:0;
}


#contact .secTitle h1:after{
	left:71px;
}


.contactInfo{
	margin:40px auto;
	width: 768px;
}

.info{
	width: 162px;
	text-align:center;
	margin-right:20px;
	margin-left:10px;
}


.info .ico {
    /*background:#ffffff;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    box-shadow: 0 0 0 1px #f67d42;
	-webkit-box-shadow: 0 0 0 1px #f67d42;
	-moz-box-shadow: 0 0 0 1px #f67d42;
	-ms-box-shadow: 0 0 0 1px #f67d42;
	-o-box-shadow: 0 0 0 1px #f67d42;*/
    color: #f67d42;
    font-size: 21px;
    height: 30px;
    line-height: 32px;
    padding: 10px;
    text-align: center;
    width: 48px;
	margin:0 auto;
}

.info p{
	font-size: 14px;
	color:#999999;
	margin-top:15px;
	font-family: 'robotomedium';
}



.getinTouch{
	margin-top:60px;
}


.contactForm {
    margin-right: 18px;
    padding-right: 10px;
    position: relative;
}

#success, #error {
    display: none;
}

#success h2, #error h2 {
    color: #f67d42;
    font-size: 11px;
    left: 4px;
    position: absolute;
    top: -28px;
}

#error h2 {
	color:#ce3d3d;
}

.errorForm {
    border: 1px solid #f67d42 !important;
}


#inputs {
    float: left;
    overflow: hidden;
    width: 50%;
}

#textArea {
    float: right;
    width: 50%;
}


.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
    background:#ffffff;
    border: 1px solid #EFEFEF;
    color: #444444;
    margin-bottom: 10px;
    outline-width: 0;
    padding-left: 10px;
	font-family: 'robotobold';
	 font-size: 13px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus {
    background: none repeat scroll 0 0 #FCFCFC;
}
.contactForm input[type="text"], .contactForm input[type="email"] {
    height: 48px;
    width: 430px;
}
.contactForm textarea {
    color: #444444;
    font-size: 13px;
    height: 100px;
	display:block;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 450px;
}
.contactForm input#submit {
    background:  #f67d42;
    border:none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	height:52px;
    text-transform: uppercase;
    width: 460px;
	font-family: 'robotobold';
	font-size:14px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.contactForm input#submit:hover {
    background: #2d2d2d;
}


#map {

    color: #444444;
    text-align: left;
    width: 100%;
 	height: 433px;
	margin-top:30px;
}



/*End contact section*/


/*Footer*/

#footer{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	background:#2d2d2d;
}


#footer p{
	font-family: 'robotoregular';
	color:#ffffff;
	font-size:14px;
}
.socialsFooter {
    margin-top: 20px;
}
.socialsFooter li {
    display: inline-block;
	text-align: left;
    margin: 4px 4px 0 0;
}

.socialsFooter a {
    color: #ffffff;
    display: inline;
    font-size: 16px;
    height: 15px;
    padding: 8px;
    width: 140px;
}


.socialsFooter a.socialTwitter:hover{background:#2FC2EF;}
.socialsFooter a.socialDribbble:hover{background:#EA4C89;}
.socialsFooter a.socialVimeo:hover{background:#44BBFF;}
.socialsFooter a.socialPinterest:hover{background:#d5393a;}
.socialsFooter a.socialLinkedin:hover{background:#0073B2;}
.socialsFooter a.socialGplus:hover{background:#ce482b;}
.socialsFooter a.socialTwitter:hover{background:#2FC2EF;}
.socialsFooter a.socialFacebook:hover{background:#4C66A4;}



.socialsFooter a i {
    display: block;
    margin-left: -4px;
    margin-top: -1px;
}



/*End footer*/



/* Clear float style*/
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}
/*End clear float style */




/*-------------------------------------------------------------------------*/

/* Media queries */


/*iPad lanscape*/
@media screen and (max-device-width: 960px){
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	#works .portfolio{margin-right:-26px;}
	.feedContainer, .testimonialsContainer, #team{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.contactForm input#submit { margin-top: 10px;padding: 17px 20px;}
	.contactForm input[type="text"], .contactForm input[type="email"] {height: 45px;}
	
	#team { background:#ede3ef url(../img/expertM.png) no-repeat;}



/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#team { background:#ede3ef url(../img/expertM.png) no-repeat;}
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo h1{margin-left:30px;}
	nav#mainNav{margin-right:15px;}
	.holder960, .aboutIntro{width:700px;}
	.teaserTitle h1:before{left:17%;}
	.icoBg{left:12%;}
	.shortLink .choose{left:333px;}
	.facts li{width:170px;}
	.teamSingle{width:212px;}
	.servSingle{width:185px;}
	.desc{width:121px;}
	.servSingle .ico{margin-right:10px;}
	
	.folioImg, .link, ul li.item a, .folioImg img {height: 163px;width: 206px;}
	ul li.item a {line-height:170px;}
	#works .portfolio{margin-right:-26px;}
	.testimoniaContainer h3 span {font-family: 'robotoregular';}
	
	
	.feedContainer, .testimonialsContainer{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	
	
	.info{margin-left: 10px;margin-right: 17px;}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:680px}
	.contactForm textarea{width:683px}
	.contactForm input#submit{width:698px;}
	
}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#team { background:#ede3ef url(../img/expertM.png) no-repeat;}
	.teamBody{width:400px;} .teamHolder{width:284px;}
	.aboutIntro{width:400px;} .aboutIntro p{width:284;}
	.serviceHolder{width:284px; padding-left:0px;}
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}

	#loaderInner {margin: -50px 0 0 -30px;}
	.logo h1{margin-left:20px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav li a{padding:25px 10px;}
	
	
	.holder960, .aboutIntro, .servicesIntro, #testimonials, #feed{width:500px;}
	.teaserTitle h1{font-size:28px;}
	.teaserTitle h1:before{width:380px;left:3%;top:47px;}
	.teaserTitle h2{font-size:19px;}
	.icoBg{left:0;}
	.aboutIntro{margin:100px auto 0;}
	.shortLink a{padding:20px 28px;}
	.shortLink .choose{left:185px;}
	.divider{width:400px;}
	.facts li{width:398px;border-bottom:1px solid #efefef}
	.shortLink{margin-top:50px;}
	.teamSingle{width:370px;margin-bottom:30px;}
	.teamSingle:last-child, .servSingle:last-child, .info.column:last-child{margin-bottom:0;}
	.services{margin-left:0;}
	.servSingle{width:400px;margin-bottom:20px;}
	.desc{width:320px;margin-bottom:20px;}
	.serviceHolder{margin-top:0;}
	.servSingle.column, .teamSingle.column, .info.column{float:none;}
	 .servicesIntro{padding-bottom:30px;}
	#testimonials .testimoniaContainer{height:200px;}
	#testimonials .testimoniaContainer div{width:400px;}
	.testimoniaContainer h3 span {font-family: 'robotoregular';}
	
	
	ul#category li a{padding:10px 10px;}
	.folioImg, .link, ul li.item a, .folioImg img {height: 351px;width: 400px;}
	ul li.item a {line-height:170px;}
	#works .portfolio{margin-right:-26px;margin-left:0;}
	
	
	
	.info{margin-left: 10px;margin-right: 17px;margin-bottom:30px}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:380px}
	.contactForm textarea{width:383px}
	.contactForm input#submit{width:398px;}

	
}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (min-width:320px) and (max-width:479px) and (orientation : portrait){
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	.logo, nav#mainNav{float:none;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo{margin-left:0px;margin-bottom:30px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:5px;margin-left:5px;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav li a{padding:10px 5px;display:block;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -40px;position: relative;}
	
	.teaserTitle img {width:66%;}
	#team { background:#ede3ef url(../img/expertM.png) no-repeat; background-attachment: scroll;}
	.teamBody{width:375px;} .teamHolder{width:264px;}
	.aboutIntro {width:375px;} .secTitle, .aboutIntro p{width:264px;} .secTitle {margin: 20px auto;}
	.servicesIntro {width:375px;} .serviceHolder{width:264px; padding-left:0px;}
	.holder640{margin-top:-160px;width:330px;}
	#teaser {background:#ede3ef url(../img/teaseBkgM.png) no-repeat;}
	.socialsFooter {width:300px;} .socialsFooter li{margin-bottom:16px;}
	
	.holder960, #testimonials, #feed{width:375px;}
	.teaserTitle h1:before{width:212px;left:3%;top:144px;}
	.icoBg{left:0;}
	.aboutIntro{margin:0 auto 0;}
	.shortLink a{padding:20px 45px;}
	.shortCt{padding:20px 44px !important;}
	.shortCt, .shortFL{border-radius:3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;}
	.shortLink .choose{left:95px;top:65px;}
	.shortCt{margin-left:0;margin-top:2px;}
	.shortLink{margin-top:60px;}
	.facts li{width:228px;border-bottom:1px solid #efefef;}
	.divider{width:200px;}
	
	#team { background:#ede3ef url(../img/expertM.png) no-repeat;}
	
	.teamSingle{width:210px;margin-bottom:30px;}
	.teamSingle:last-child, .servSingle:last-child, .info.column:last-child{margin-bottom:0;}
	.services{margin-left:0;}
	.servSingle{width:200px;margin-bottom:20px;}
	.desc{width:120px;margin-bottom:20px;}
	.serviceHolder{margin-top:0;}
	.servSingle.column, .teamSingle.column, .info.column, #works .item{float:none;}
	.servicesIntro{padding-bottom:30px;}
	#testimonials .testimoniaContainer{height:275px;}
	#testimonials .testimoniaContainer div{width:295px;}
	.testimoniaContainer h3 span {font-family: 'robotoregular';}
	
	ul#category li, ul#category li a{display:block;}
	ul#category li a{padding:10px 42px; border-right:0;border-bottom:1px solid #efefef;}
	.folioImg, .link, ul li.item a, ul li.item, .folioImg img {height: 175px;width: 200px;}
	ul li.item a {line-height:180px;}
	#works .portfolio{margin-right:0px;margin-left:15px;}
	#works .item{margin-bottom:100px;}
	.tweets{min-height:185px;}
	
	.info{margin-left: 10px;margin-right: 17px;margin-bottom:30px}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:210px}
	.contactForm textarea{width:213px}
	.contactForm input#submit{width:225px;}

	
}


/*End media queries*/
/*-------------------------------------------------------------------------*/



