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


a, .touch input[type="text"]:focus, .touch textarea:focus, .respondForm input[type="email"]:focus, input#formSubmit, .errorForm,
.service i, #subscribe input[type="email"]:focus, .errorSubs {
	-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:#ffffff;
	overflow-x: hidden;
	
	
}

.contactus a, .contactus a:active, .contactus a:hover
{
color:#222222;
text-decoration:underline;
}

.mask {
	background: #A5191A;
	background: -moz-linear-gradient(top,  #A5191A 1%, #A5191A 46%, #E01C1D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#A5191A), color-stop(46%,#A5191A), color-stop(100%,#E01C1D));
	background: -webkit-linear-gradient(top,  #A5191A 1%,#A5191A 46%,#E01C1D 100%);
	background: -o-linear-gradient(top,  #A5191A 1%,#A5191A 46%,#E01C1D 100%);
	background: -ms-linear-gradient(top,  #A5191A 1%,#A5191A 46%,#E01C1D 100%);
	background: linear-gradient(to bottom,  #A5191A 1%,#A5191A 46%,#E01C1D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A5191A', endColorstr='#E01C1D',GradientType=0 );
    height: 100%;
    left: 0;
	right: 0;
	bottom: 0;
    position: fixed;
    top: 0;
    width:100%;
	opacity:0.88
}


/*Wrapper rules*/
#wrapper{
	position:relative;
	width:1300px;
	margin:0 auto;
}


/*Header*/


header{
	width:600px;
	position :relative;
	float:left;
	position:fixed;
	margin-top:25px;
	text-align:center;
}


.logo {
	width:200px;
	float:left;
	margin-left:1%;
	
}



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


.title h1 {
    border-left: 1px solid #FFFFFF;
    display: inline-block;
    font-family: 'robotothin';
    font-size: 18px;
    margin-left: 20px;
    margin-top: 13px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-top: 2px;
    text-transform: uppercase;
}

.title h1 span {
	font-family: 'robotomedium';
}



nav#mainNav{
	position:relative;
	right:-16px;
	top:120px;
}

nav#mainNav li{
	list-style:none;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	font-size:14px;
	font-family: 'robotomedium';
	text-align:right;
	color:#f7a49f;
	
}

nav#mainNav ul i{
	padding-left:10px;
	color:#ffffff;
	font-size:10px;
}

nav li a{
	color:#ffffff;
}


nav li a:hover{
	color:#eda19d;
}

.active{
	color:#eda19d;
}

.mobileBtn {
	position:fixed;
	background:#ffffff;
	filter:alpha(opacity = 80);
    background: rgba(255,255,255,0.9);
	padding:6px;
	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 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.mobileBtn i{
	font-size:18px;
	color:#A5191A;
}




#subscribe {
    left: 10px;
    position: absolute;
    top: 220px;
}

#subscribe h1{
	text-transform:uppercase;
	font-size:20px;
	font-family: 'robotolight';
	text-align:left;
	margin-bottom:15px;
}


/* all */
::-webkit-input-placeholder { color:#ffffff; }
::-moz-placeholder { color:#ffffff; } /* firefox 19+ */
:-ms-input-placeholder { color:#ffffff; } /* ie */
input:-moz-placeholder { color:#ffffff; }


input[type="email"] {
    border: 1px dashed #eea8a2;
	background:none;
    font-size: 11px;
    height: 40px;
    outline-width: 0;
    padding-left: 15px;
    width: 420px;
	display:block;
	color:#ffffff;
}


#subscribe input[type="email"]:focus{
	outline-width: 0;
	border: 1px dashed #ffffff;
		
}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}
input[type="submit"]::-oz-focus-inner {border:0;}

#btnSubmit{position: relative;display:block;}


#subscribe input[type="submit"] {
	background:#EDA19D;
    background: rgba(255,255,255,0.4);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    left: 299px;
    position: absolute;
    top: -43px;
    width: 138px;
}


label.error{
 	color: #ffffff;
    display: block;
    font-size: 11px;
    font-family: 'robotobold';
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 97px;
}



#counter {
    margin-left: -10px;
    margin-top: 280px;
    width: 520px;
}


.countdown_show4 .countdown_section {
    height: 79px;
    width: 100px;
	position:relative;
	text-align:center;
	float:left;
	margin-right:20px;
	color:#fff;
	font-size:11px;
	padding-top:20px;
	font-family: 'robotomedium';
}

 .bigphone {
	font-size:70px;
	font-weight:bold;
	font-family: 'robotothin_italic';
}
.countdown_amount {
	font-size:90px;
	font-family: 'robotothin_italic';
}


#mainFooter{
	position:absolute;
	bottom:-175px;
	right:0;
}

#mainFooter li{
	display:inline-block;
	font-size:24px;
	margin-right:-8px;
}


#mainFooter li a{
	color:#ffffff;
	display:block;
}

#mainFooter li a:hover{
	opacity:0.7;
}

i.arrowF {
    font-size: 10px;
    position: absolute;
    right: -6px;
    top: 8px;
}

#mainFooter p{
	font-size:12px;
	margin-top:5px;
	padding-right:17px;
	font-family: 'robotoregular';
}




/*End header*/




/*Main content*/
#mainContent{
	width:690px;
	float:left;
	background:#ffffff;
	margin-left:600px;
	color:#444444;
	padding:20px 20px;
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}


.section{
	margin-top:50px;
}


/*End main content*/




/*About section*/

.content{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #efefef;
}

.secTitle{
	position:relative;
	border-bottom:1px solid #ee4037;
	padding-bottom:10px;
	margin-bottom:20px;
}

.secTitle i {
    bottom: -7px;
    color: #EE4037;
    font-size: 13px;
    left: 16px;
    position: absolute;
}


.secTitle h1{
	text-transform:uppercase;
	font-size:30px;
	font-family: 'robotolight';
}


.reset{
	border:0;
	margin-bottom:0;
}

.column{
	float:left;	
}




.intro, .testimonials{
	width:48%;
}

.intro{
	margin-right:27px;
	text-align:justify;
}

.intro h1, .testimonials h1, .team h1, .method h1, .reason h1, .services h1, .touch h1, .info h1, .mapHolder h1{
	font-size:17px;
	font-family: 'robotobold';
	margin-bottom:15px;
	color:#444444;
}


.intro p, .method p, .service p{
	font-size:13px;
	line-height:20px;
	font-family: 'robotoregular';
	color:#222222;
}

.method p
{
text-align:justify;
}

.intro p:last-child{
	font-family: 'robotobold';
	margin-top:10px;
	color:#666666;
}


.testimonials{
	position:relative;
	color:#666666;
}


.testimonials:after {
    color: #222222;
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 55px;
    left: 257px;
    opacity: 0.2;
    position: absolute;
    top: 80px;
    word-spacing: 1px;
    z-index: 1;
}


.testimonials .testi{
	background:#fafafa;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding:15px;
}


.testimonials blockquote{
	font-size:13px; 
	font-style:italic;
	line-height:20px;
	font-family: 'robotoregular';

}


.testimoniaContainer h3{
	float:right;
	font-size:13px;
	margin-top:15px;
	font-family: 'robotobold';
	
}
.testimoniaContainer h3 span{
	
	font-size:11px;
	font-style:italic;
	font-family: 'robotoregular';
}



.testimonials .testimoniaContainer  {
		height:170px;
		display:none;
		z-index:1;
}

.testimonials .testimoniaContainer div {
		width:290px;
		display:block;
}


.pagination {
	display:none;
}

.profileImg{
	position:relative;
}


.profileImg ul {
    left: 23%;
    position: absolute;
    top: 40%;
	opacity:0;
}


.profileImg li {
    display:inline-block;
	font-size:30px;
	margin-right:-8px;
}


.profileImg a{
	color:#EDA19D;
	display:inline-block;
}


.profileImg a:hover{
	color:#EE4037;
}

.teamSingle {
    margin-right: 22px;
    width: 31%;
}


.profileInfo{
	position:relative;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
}


.profileInfo h2{
	font-size:13px;
	color:#666666;
	font-family: 'robotobold';
}


.profileInfo span{
	font-size:12px;
	color:#666666;
	font-family: 'robotoregular';
}



.teamSingle  p{
	font-size:13px;
	color:#222222;
	font-family: 'robotoregular';
}


.profileInfo i {
    bottom: -7px;
    color: #efefef;
    font-size: 13px;
    left: 16px;
    position: absolute;
}

/*End about section*/



/*Services section*/

.method{
	width:460px;
	margin-right:20px;
}

.reason{
	width:200px;
}

.reason ul{
	font-family: 'robotomedium';
	font-size:13px;
	color:#666666;
}


.reason li{
	margin-bottom:5px;
}


.reason li:before{
	content: '\e80d';
	font-family: "fontello";
	padding-right:10px;
	color:#ee4037;
}

.servicesHolder{
	margin-top:40px;
}

.service{
	background:#fafafa;
	padding:10px;
	width:195px;
	margin-right:15px;
	text-align:center;
}

.servicesHolder .service:last-child{
	margin-right:0;
}




.service i {
    background: #EE4037;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
	color:#ffffff;
	position:relative;
	top:-25px;
}

.service i:hover{
	 background: #444444;
}


.service h3{
	font-size:15px;
	font-family: 'robotobold';
	color:#444444;
	position:relative;
	top:-10px;
}

.service p{
	padding-bottom:5px;
}



/*End services section*/


/*Contact section*/


.touch{
	position:relative;
	width:430px;
	margin-right:10px;
	padding-bottom:20px;
}

.touch form, .info p{
	margin-top:20px;
}


.touch form{
	width:410px;	
}

.touch label{
	display:block;
	margin-bottom:10px;
	font-size:14px;
	font-family: 'robotomedium';
	color:#666666;
}


.touch label span{
	color:#EE4037;
}

.touch input[type="text"],.touch input[type="email"],input[type="number"], .touch textarea{
	
	margin-bottom:10px;
	padding-left:10px;
	background: #FAFAFA;
	border: 1px solid #ffffff;
	color: #444444;
	outline-width: 0;
	font-family: 'robotoregular';
	font-size:13px;
}


.touch input[type="text"]:focus, .touch textarea:focus, .respondForm input[type="email"]:focus{
	background: #FCFCFC;
	
}

.touch input[type="text"],.respondForm input[type="email"] {
	
	width: 400px;
	height: 35px;
}

.touch textarea {
	
	width: 400px;
	height: 140px;
	padding-top:10px;
	margin-bottom:-5px;
}

input#formSubmit {
	
	background:#444444;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	float:right;
	font-family: 'robotomedium';
	font-size:13px;

}


input#formSubmit:hover{
	background:#EE4037;
}


#success{
	display:none;
}

#success h2 {
    color: #EE4037;
    font-size: 11px;
	font-family: 'robotomedium';
}

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



.info{
	width:250px;
}

.info p{
	color:#222222;
	font-family: 'robotoregular';
	font-size: 13px;
	line-height:23px;
}
.info p span{
	font-family: 'robotomedium';
	color:#555555;
	font-size: 14px;
}

.outer{
	border:1px solid #efefef;
	padding:5px;
}

#map{
	height:300px;

}

/*End contact section*/






/*Usefull class*/
.nomarginRight{
	margin-right:0;
}

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

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




        #gallery {
            padding-bottom: 16px;
        }

        #gallery img {
            border-radius: 10px;
        }


        .gallery-nav {
            padding: 10px 15px;
            box-shadow: -3px -3px 7px #CCC;
            margin-top: 10px;
            font-weight: bold;
            color: #555;
            display: none
        }

		a[href^=tel] {
text-decoration:inherit;
color: inherit;
}


/*----------------------------------------Mediaqueries-----------------------------------*/


/* Desktop with a min height 0f 600  */
@media only screen and (max-height : 600px) {
header{width:500px;}
#mainContent{margin-left:540px;}
nav#mainNav{right:-56px;}
#counter{margin-top: 180px;margin-left: -10px; color:white}
#mainFooter{bottom:-130px;right:-40px;}
#subscribe{top:180px;}
}

/* Desktop with a min height 0f 800  */
@media only screen and (max-height : 800px) {
header{width:500px;}
#mainContent{margin-left:540px;}
nav#mainNav{right:-56px;}
#mainFooter{right:-40px;}

}



/*Landscape 1024 X 600 */
@media only screen and (min-width: 1000px) and (max-width: 1030px){

input, textarea{-webkit-appearance: none;-webkit-border-radius:0}
	header{position:static;margin-left:20px;}
	#wrapper{width:100%;margin:0;}
	#mainContent{margin-left:0;width:984px;box-shadow:none;margin-top:90px;}
	nav#mainNav ul {display:none;background:rgba(255,255,255,0.9);width:120px;z-index:1000;border-radius:3px;-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;left: 848px;padding:10px 20px;position: fixed;top: 65px;box-shadow:0 0 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
		nav#mainNav li{text-align:left;}
		nav#mainNav li a{color:#EE4037;}
		nav#mainNav li a:before{
		content: '\e80b';
		font-family: "fontello";
		padding-right:10px;}
		nav#mainNav ul i{display:none;}
		.active{color:#444444 !important;}
		.mobileBtn{left:970px;display:block;}
		
	.testimonials .testimoniaContainer div{width:430px}
	.testimonials:after{left:370px;top:100px;}

	#mainFooter{right:12px;bottom:-566px;}
	.socials{margin-left:32px;}
	i.arrowF{display:none;}
	.service{width:298px;}
	.teamSingle{width:31.3%;}
	#counter{margin-left:0;}
	.method{width: 660px;}
	.title h1{font-family: 'robotolight';}
	#subscribe{left:30px;}
	#subscribe input[type="submit"]{height:46px;top:-46px;left:303px;}
	.touch{width: 660px;}
	.touch form{width:645px;}
	.touch input[type="text"], .respondForm input[type="email"]{width:630px;}
	.touch textarea{width:630px;}

}



/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) and (min-width: 768px) {
input, textarea{-webkit-appearance: none;-webkit-border-radius:0}
	header{position:static;margin-left:20px;}
	#wrapper{width:100%;margin:0;}
	#mainContent{margin-left:0;width:760px;box-shadow:none;margin-top:90px;}
	nav#mainNav ul {display:none;background:rgba(255,255,255,0.9);width:120px;z-index:1000;border-radius:3px;-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;left: 627px;padding:10px 20px;position: fixed;top: 65px;box-shadow:0 0 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
		nav#mainNav li{text-align:left;}
		nav#mainNav li a{color:#EE4037;}
		nav#mainNav li a:before{
		content: '\e80b';
		font-family: "fontello";
		padding-right:10px;}
		nav#mainNav ul i{display:none;}
		.active{color:#444444 !important;}
		.mobileBtn{left:750px;display:block;}
		
	.testimonials .testimoniaContainer div{width:325px}
	.testimonials:after{left:270px;top:110px;}

	#mainFooter{right:12px;bottom:-566px /*!important*/;}
	.socials{margin-left:32px;}
	i.arrowF{display:none;}
	.service{width:223px;}
	.teamSingle{width:31.3%;}
	#counter{margin-left:0;}
	.title h1{font-family: 'robotolight';}
	#subscribe{left:30px;}
	#subscribe input[type="submit"]{height:46px;top:-46px;left:303px;}


}


/* Large desktop with a min width 0f 1024  */

@media (max-width: 1024px) and (min-width: 768px) {
	#mainFooter{right:12px;bottom:-435px;}
	#counter{margin-top: 240px;margin-left: -10px;}
	#subscribe{top:150px;}
	.socials{margin-left: -5px;}
}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0}
	header{position:static;margin-left:20px;}
	#wrapper{width:100%;margin:0;}
	#mainContent{margin-left:0;width:990px;box-shadow:none;margin-top:180px;}
		nav#mainNav ul {display:none;background:rgba(255,255,255,0.9);width:120px;z-index:1000;border-radius:3px;left: 851px;padding:10px 20px;position: fixed;top: 65px;box-shadow:0 0 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
		nav#mainNav li{text-align:left;}
		nav#mainNav li a{color:#EE4037}
		nav#mainNav ul i{display:none;}
		.active{color:#444444 !important;}
		.mobileBtn{left:975px;display:block;}
		#mainFooter{right:12px;bottom:-610px;}
		.socials{margin-left:7px;}
	#mainFooter{right:12px;bottom:-635px;}
	i.arrowF{display:none;}
	.title h1{font-family: 'robotolight';}
	.testimonials:after{left:390px;top:90px;}
	.testimonials .testimoniaContainer div{width:450px}
	.method{width:700px;}
	.service{width:298px;}
	.touch{width:700px;}
	.touch form{width:685px;}
	.touch input[type="text"], .respondForm input[type="email"]{width:670px;}
	.touch textarea{width:670px;}
	#counter{margin-left:0;margin-top:350px;}
	.teamSingle{width:31.91%;}
	.profileImg ul{left:25%;}
	#subscribe{left:30px;}
	#subscribe input[type="submit"]{height:46px;top:-46px;left:303px;}
}



/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0}
	header{position:static;margin-left:20px;}
	#wrapper{width:100%;margin:0;}
	#mainContent{margin-left:0;width:730px;box-shadow:none;margin-top:180px;}
	nav#mainNav ul {display:none;background:rgba(255,255,255,0.9);width:120px;z-index:1000;
		border-radius:3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		left: 596px;padding:10px 20px;position: fixed;top: 65px;box-shadow:0 0 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
	nav#mainNav li{text-align:left;}
	nav#mainNav li a{color:#EE4037;}
	nav#mainNav li a:before{
	content: '\e80b';
	font-family: "fontello";
	padding-right:10px;}
	nav#mainNav ul i{display:none;}
	.active{color:#444444 !important;}
	.mobileBtn{left:720px;display:block;}
	.teamSingle{width:31.2%;}
	#mainFooter{right:12px;bottom:-636px;}
	.socials{margin-left:9px;}
	i.arrowF{display:none;}
	.teamSingle{width:31.3%;}
	.service{width:212px;}
	#counter{margin-left:0;margin-top:350px;}
	.title h1{font-family: 'robotolight';}
	#subscribe{left:30px;}
	#subscribe input[type="submit"]{height:46px;top:-46px;left:303px;}
}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 600px) {
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0}
	header{position:static;margin-left:20px;width:510px;}
	#wrapper{width:100%;margin:0;}
	#counter{margin-left:0;}
	.title h1{font-family: 'robotolight';}
	#subscribe{top:170px;}
	#mainContent{margin-left:0;width:530px;box-shadow:none;margin-top:200px;}
	nav#mainNav ul {display:none;background:rgba(255,255,255,0.9);width:120px;z-index:1000;border-radius:3px;	-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;left: 396px;padding:10px 20px;position: fixed;top: 65px;box-shadow:0 0 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
		nav#mainNav li{text-align:left;}
		nav#mainNav li a{color:#EE4037}
		nav#mainNav li a:before{
		content: '\e80b';
		font-family: "fontello";
		padding-right:10px;}
		nav#mainNav ul i{display:none;}
		.active{color:#444444 !important;}
		.mobileBtn{left:520px;display:block;}
	#mainFooter{right:12px;bottom:-555px;}
	#counter{margin-top: 250px;}
	.socials{margin-left:13px;}
	i.arrowF{display:none;}
	.intro, .testimonials{width:auto;}
	.intro{margin-right:0;margin-bottom:20px;}
	.intro.column,.testimonials.column, .service.column, .touch.column, .info.column {float:none;}
	.testimonials:after{left:390px;top:70px;}
	.testimonials .testimoniaContainer div{width:500px;}
	.teamSingle{width:30.5%;}
	.method{width:310px;}
	.profileImg ul{left:13%;}
	.service{width:505px;margin-right:0;margin-bottom:40px;}
	.service:last-child{margin-bottom:0;}
	.touch{width:520px;margin-right:0;margin-bottom:70px;}
	.touch form{width:510px;}
	.touch input[type="text"], .respondForm input[type="email"]{width:500px;}
	.touch textarea{width:500px;}
	.info{width:520px;}
	#subscribe{left:30px;}
	#subscribe input[type="submit"]{height:46px;top:-46px;left:303px;}


	
	

}

	


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0}
	header{position:static;margin-left:20px;width:510px;}
	#wrapper{width:100%;margin:0;}
	#counter{margin-left:0;}
	.title h1{font-family: 'robotolight';}
	#subscribe{top:170px;}
	#mainContent{margin-left:0;width:600px;box-shadow:none;margin-top:200px;}
	nav#mainNav ul {display:none;background:rgba(255,255,255,0.9);width:120px;z-index:1000;border-radius:3px;	-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;left: 469px;padding:10px 20px;position: fixed;top: 65px;box-shadow:0 0 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
		-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
		nav#mainNav li{text-align:left;}
		nav#mainNav li a{color:#EE4037}
		nav#mainNav li a:before{
		content: '\e80b';
		font-family: "fontello";
		padding-right:10px;}
		nav#mainNav ul i{display:none;}
		.active{color:#444444 !important;}
		.mobileBtn{left:592px;display:block;}
	#mainFooter{right:12px;bottom:-555px;}
	#counter{margin-top: 250px;}
	.socials{margin-left:13px;}
	i.arrowF{display:none;}
	.intro, .testimonials{width:auto;}
	.intro{margin-right:0;margin-bottom:20px;}
	.intro.column,.testimonials.column, .service.column, .touch.column, .info.column {float:none;}
	.testimonials:after{left:470px;top:70px;}
	.testimonials .testimoniaContainer div{width:560px;}
	.teamSingle{width:30.5%;}
	.method{width:365px;}
	.profileImg ul{left:13%;}
	.service{width:580px;margin-right:0;margin-bottom:40px;}
	.service:last-child{margin-bottom:0;}
	.touch{width:520px;margin-right:0;margin-bottom:70px;}
	.touch form{width:510px;}
	.touch input[type="text"], .respondForm input[type="email"]{width:500px;}
	.touch textarea{width:500px;}
	.info{width:520px;}
	#subscribe{left:30px;}
	#subscribe input[type="submit"]{height:46px;top:-46px;left:303px;}


}

/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0}
	header{position:static;}
	#wrapper{width:100%;margin:0;}
	header{width:280px;}
	.feed .tweet_list li{font-size:15px;}
	.logo{width:200px;margin-left:10%;}
	.title h1{font-family: 'robotolight';border:none;margin-left:10px;font-size:20px;line-height:26px;}
	#counter{width:280px;margin-left:20px;}
	.countdown_show4 .countdown_section{margin-bottom:25px;}
	#mainContent{margin-left:0;width:320px;box-shadow:none;margin-top:160px;}


	nav#mainNav ul {display:none;background:rgba(255,255,255,0.9);width:120px;z-index:1000;border-radius:3px;	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;left:146px;padding:10px 20px;position: fixed;top: 65px;box-shadow:0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 3px rgba(0,0,0,.3);
}
	nav#mainNav li{text-align:left;}
	nav#mainNav li a:before{
	content: '\e80b';
	font-family: "fontello";
	padding-right:10px;}
	nav#mainNav li a{color:#EE4037;}
	nav#mainNav ul i{display:none;}
	.active{color:#444444 !important;}
	#counter{margin-top: 300px;}
	#subscribe{top:200px;}
	.mobileBtn{left:300px;display:block;}
	#mainFooter{right:12px;bottom:-720px;}
	.socials{margin-left:15px;}
	i.arrowF{display:none;}
	.intro, .testimonials{width:auto;}
	.intro{margin-right:0;margin-bottom:20px;}
	.intro.column,.testimonials.column, .service.column, .touch.column, .info.column, .reason.column, .method.column {float:none;}
	.testimonials:after{left:190px;top:70px;}
	.testimonials .testimoniaContainer div{width:250px;}
	.testimonials .testimoniaContainer  {padding-bottom:20px;}
	.teamSingle{width:100%;margin-bottom:20px;}
	.method{width:260px;margin-bottom:30px;}
	.profileImg ul{left:28%;}
	.service{width:260px;margin-right:0;margin-bottom:40px;}
	.service:last-child, .teamSingle:last-child{margin-bottom:0;}
	.touch{width:270px;margin-right:0;margin-bottom:70px;}
	.touch form{width:272px;}
	.touch input[type="text"], .respondForm input[type="email"]{width:260px;}
	.touch textarea{width:260px;}
	.info{width:280px;}
	#subscribe{left:15px;}
	#subscribe input[type="email"]{width:270px;}
	#subscribe input[type="submit"]{height:46px;top:-46px;left:197px;width:95px;}
	
	
		 .bigphone {
	font-size:36px;
	font-weight:bold;
	font-family: 'robotothin_italic';
	 }
	#mainFooter{display:none;}

	
}


/*----------------------------------------Mediaqueries-----------------------------------*/





