/*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: 'Titillium Web', 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;
}

/*Header*/

header{
	padding-top:15px;
	padding-bottom:5px;
	background:#2d2d2d;
	filter:alpha(opacity = 96);
	background:rgba(45, 45, 45, 0.96);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	color:#ffffff;	
}


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


.logo h1 {
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    padding-bottom: 2px;
 	padding-top: 2px;
    text-transform: uppercase;
	color:#1fb4da;
	position:relative;
	margin-left:70px;
}

.logo h1 span {
    font-family: 'Titillium Web', sans-serif;
	color:#2d2d2d;
}

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

nav#mainNav li {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
}


nav#mainNav li a{
    color: #ffffff;
    display: block;
    padding: 25px 20px;
    position: relative;
    font-size:16px;
}

nav#mainNav li a:hover{
	color: #1fb4da;
}



.active{
	color: #1fb4da !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:#1fb4da;
}

/*End header*/




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

/*About section*/

#about{
	position:relative;
}


.secTitle{
	text-align:center;
}

.secTitle h1{
	color:#2d2d2d;
	text-transform:uppercase;
	font-size:36px;
	font-family: 'Titillium Web', sans-serif;
	display:inline-block;
	border-bottom:1px solid #efefef;
	padding-bottom:12px;
	position:relative;
}

.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 {
    border-bottom: 1px dashed #EFEFEF;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
    z-index: 0;
}

.divider h1{
	font-size:20px;
	color:#2d2d2d;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	margin-top:20px;
	
}

.divider h1 span{
	font-family: 'Titillium Web', sans-serif;

}


/*End about section*/

/*contact section*/

#contact {
	background:#ffffff;
	margin-bottom: 100px;
}

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


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


.contactInfo{
	margin-top:40px;
}

.info{
	text-align:center;
	margin-right:47px;
	margin-left:40px;
}


.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 #6ec8c7;
	-webkit-box-shadow: 0 0 0 1px #6ec8c7;
	-moz-box-shadow: 0 0 0 1px #6ec8c7;
	-ms-box-shadow: 0 0 0 1px #6ec8c7;
	-o-box-shadow: 0 0 0 1px #6ec8c7;
    color: #6ec8c7;
    font-size: 21px;
    height: 30px;
    line-height: 32px;
    padding: 10px;
    text-align: center;
    width: 30px;
	margin:0 auto;
}

.info p{
	font-size: 14px;
	color:#999999;
	margin-top:15px;
	font-family: 'Titillium Web', sans-serif;
}



.getinTouch{
	margin-top:60px;
}


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

#success, #error {
    display: none;
}

#success h2, #error h2 {
    color: red;
    font-size: 20px;
    left: 4px;
    position: relative;
    text-align:right;
    /*top: -28px;*/
}

#error h2 {
	color:#ce3d3d;
}

.errorForm {
    border: 1px solid #6ec8c7 !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: 'Titillium Web', sans-serif;
	 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:  #1fb4da;
    border:none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	height:52px;
    text-transform: uppercase;
    width: 460px;
	font-family: 'Titillium Web', sans-serif;
	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;
}


/*End contact section*/


/*Footer*/

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


#footer p{
	font-family: 'Titillium Web', sans-serif;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
}



/*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{	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;}
	

}



/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	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;z-index: 99999;}
	.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: 'Titillium Web', sans-serif;}
	
	
	.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) {
	
	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;z-index: 99999;}
	nav#mainNav li a{padding:25px 10px;}
	
	

/* Uncomment this lines of css if you want to display more links
	.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;}*/


	
	
	
	
	.holder960, .aboutIntro, .servicesIntro, #testimonials, #feed{width:400px;}
	.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: 'Titillium Web', sans-serif;}
	
	
	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 (max-width:479px) {
	
	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:10px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0; z-index: 99999;}
	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;}
	
	
	
	
	.holder960, .aboutIntro, .servicesIntro, #testimonials, #feed{width:230px;}
	.teaserTitle h1:before{width:212px;left:3%;top:144px;}
	.icoBg{left:0;}
	.aboutIntro{margin:50px 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;}
	
	
	.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:225px;}
	.testimoniaContainer h3 span {font-family: 'Titillium Web', sans-serif;}
	
	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*/
/*-------------------------------------------------------------------------*/




#slider{
	margin-top: 82px;
}

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