/*iPhone 6 and 6+ portrait*/

@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 736px)
    and (orientation : portrait) {


#responsive-header {
	display: block;
	background-image: url('../img/background/newspapers.jpg');
	background-size: contain;
}



#services {
/*	background-image: url('../img/background/bicycle-flowers.jpg');
	width: 100%;*/
	display: none;
	background-size: contain;
}


#about-us {
	background-image: url('../img/background/bicycle-flowers.jpg');
	background-size: contain;
	width: 100%;
}


#case-studies {
	background-image: url('../img/background/typing.jpg');
	background-size: contain;
	width: 100%;
}


#clients {
	background-image: url('../img/background/strategy-aerial.jpg');
	background-size: contain;
	width: 100%;
}


#contact {
	background-image: url('../img/background/telephone.jpg');
	background-size: contain;
	width: 100%;

}



#services-subpage {
	background-image: url('../img/background/newspapers.jpg');
	height: 220px;
	margin: 0 auto;
	background-size: contain;
}


}





/*iPhone 6 and 6+ landscape*/


@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (width : 667px) 
    and (height : 375px)
    and (orientation : landscape) {


#responsive-header {
	display: block;
	background-image: url('../img/background/newspapers.jpg');
	background-size: contain;
}



#services {
/*	background-image: url('../img/background/bicycle-flowers.jpg');
	width: 100%;*/
	display: none;
	background-size: contain;
}


#about-us {
	background-image: url('../img/background/bicycle-flowers.jpg');
	background-size: contain;
	width: 100%;
}


#case-studies {
	background-image: url('../img/background/typing.jpg');
	background-size: contain;
	width: 100%;
}


#clients {
	background-image: url('../img/background/strategy-aerial.jpg');
	background-size: contain;
	width: 100%;
}


#contact {
	background-image: url('../img/background/telephone.jpg');
	background-size: contain;
	width: 100%;

}



#services-subpage {
	background-image: url('../img/background/newspapers.jpg');
	height: 220px;
	margin: 0 auto;
	background-size: contain;
}


}




/*iPhone 5 standard*/



@media only screen and (min-width : 320px) and (max-width : 480px) {

body {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}


body div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.logo-header img {
	width: 250px;
	border: 0px;
}


#intro {
	display: none;
}

#responsive-header {
	display: block;
	background-image: url('../img/background/newspapers.jpg'); 
	background-size: 100% auto;
}


.nav-menu ul li {
	border-bottom: 1px solid #282829;
	padding: 15px 0px 15px 40px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	background-color: #000;
	list-style-type: none;
}


.nav-menu ul li:last-child {
	border-bottom: none;
}

.nav-menu ul li:first-child {
	margin-top: 53px;
}

.nav-menu a {
	text-decoration: none;
	color: #fff;
}

.nav-menu a:hover {
	text-decoration: underline;
	color: #fff;
}

.nav-menu ul li:hover {
	background-color: #282829;
}

.nav-menu {
	display: none;
}

.menu-trigger {
	display: block;
	color: #fff;
	background-color: #000;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
	float: right;
}

.menu-trigger img {
	width: 57px;
}

.header-split-nav {
	width: 100%;
}

.header-split-nav-left {
	float: left;
	width: 15%;
}

.header-split-nav-right {
	float: right;
	width: 85%;
}


.services {
	display: none;
}


.panel {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	box-sizing: border-box;
	padding: 20px;
}


.clear {
  clear: both;
}


section {
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
/*	padding: 50px 0px;*/
}


#services {
/*	background-image: url('../img/background/bicycle-flowers.jpg');
	width: 100%;*/
	display: none;
}

#services a {
	color: #ffffff;
}

#about-us {
	background-image: url('../img/background/bicycle-flowers.jpg');
	width: 100%;
}

#about-us h2 {
	font-size: 26px;
	font-weight: 400;
}

#about-us p {
	font-size: 16px;
}

#about-us a {
	color: #ffffff;
}

#case-studies {
	background-image: url('../img/background/typing.jpg');
	width: 100%;
}

#case-studies h2 {
	font-size: 26px;
	font-weight: 400;
}

#case-studies p {
	font-size: 16px;
}

#case-studies a {
	color: #fff;
}

#clients {
	background-image: url('../img/background/strategy-aerial.jpg');
	width: 100%;
}

#clients h2 {
	font-size: 26px;
	font-weight: 400;
}

#clients p {
	font-size: 16px;
}

#clients a {
	color: #fff;
}

#contact {
	background-image: url('../img/background/telephone.jpg');
	width: 100%;
}

#contact h2 {
	font-size: 26px;
	font-weight: 400;
}

#contact p {
	font-size: 16px;
}

#contact a {
	color: #fff;
}

#footer {
	background-color: #8c8278;
	float: left;
	width: 100%;
	clear: both;
}

#footer p {
	font-size: 16px;
}

.footer-split:last-child {
	margin-top: -50px;
}


#copyright {
	background-color: #e23d28;
	width: 100%;
	clear: both;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}



/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	



#breadcrumbs {
 	display: block;
}


/*.services {
	width: 45%;
	height: 100px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	opacity: 0.9;
}*/

.homepage-services-responsive {
	display: block;
}

.services-header {
	display: none;
}

.footer-split-services-responsive {
	display: none;
}

#services-subpage {
	display: none;
}

/*.services-responsive-header {
	display: none;
}
*/
/*.services-responsive-header h1 {
	font-size: 100px;
	text-align: center;
	letter-spacing: 18px;
	margin-top: -30px;
}
*/


.contact-fill-box {
    background-color: #d27200;
}

.services:hover {
	opacity: 1;
}

.services h2 {
	font-size: 26px;
	margin-top: 10px;
}

.services h3 {
	font-size: 20px;
}

iframe {
	width: 100%;
}

.contact-middle-container iframe {
	width: 480px;
}

#services-details {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
}

#services-details div {
	width: 600px;
	margin: 40px auto;
	padding: 30px;
}

#services-details h4 {
	text-align: right;
}

#services-subpage {
	background-image: url('../img/background/newspapers.jpg');
	height: 220px;
	margin: 0 auto;
}


.services-header h1 {
	display: none;
}

.nav-sub {
	display: none;
}
/*.nav-sub {
	background-color: rgba(0, 0, 0, 0.9);
	width: 480px;
	margin: 0 auto;
	text-align: center;
	word-spacing: 1.1em;
	line-height: 2;
}

.nav-sub a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 100;
	font-size: 20px;
	padding: 10px;
	text-transform: uppercase;
}

.nav-sub a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}*/


#services-main {
	width: 100%;
	display: inline-block;
}

#services-main h1 {
	font-size: 30px;
	font-weight: 500;
}

#services-main h3 {
	font-size: 22px;
	font-weight: 500;
}


.services-top {
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px 0px 10px;
	color: #000;
	font-weight: 400;
}

.services-top h1 {
	font-size: 12px;
} 

.all-services-img {
	display: none;
}

.all-services-text {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #000;
	font-weight: 400;
	padding-bottom: 20px;
}

.all-services-text a {
	text-decoration: none;
	font-weight: 500;
}

.all-services-text a:hover {
	text-decoration: underline;
}


/*Services pages*/
/*Services pages*/
/*Services pages*/



.services-top-left {
	width: 100%;
	font-weight: 400;
	color: #000;
}

.services-top-left h1 {
	font-size: 30px;
	font-weight: 500;
}

.services-top-left h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;	
}

.services-top-right {
	display: none;
}


.services-middle {
	width: 100%;
}

.services-middle-text {
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	color: #000;
	font-weight: 400;
}

.services-middle-text ul li {
	font-size: 16px;
	color: #000;	
	text-align: left;
}

.services-middle-text h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;	
	text-align: left;
}




.clients-logos {
	width: 100%;
	height: 170px;
	padding: 20px;
	margin: 0px auto;
	display: inline-block;
}

.client-logo-container {
	width: 100%;
	/*padding: 20px;*/
}





.contact-block {
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 20px 10px; 
}

.contact-block h1 {
	color: #000;
	font-size: 30px;
}

.contact-icons {
	display: none;
}

.contact-top {
	width: 100%;
	float: left;
	/*padding-top: 20px;*/
}

.contact-text {
	width: 100%;
	height: 40px;
	float: left;
	color: #000;
	/*font-size: 16px;*/
	font-weight: 400;
}

.contact-text a {
	color: #000;
}

.contact-text a:hover {
	color: #000;
}


.contact-webform {
	display: none;
}

.contact-middle-container {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px;
}

.contact-middle-text {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 0px 10px;
	font-weight: 400;
}

.contact-middle-text iframe {
	width: 100%;
	height: 300px;
}

.contact-middle-text h3 {
	font-size: 18px;
	font-weight: 500;
}




.testimonials {
	width: 100%;
	color: #000;
	display: inline-block;
	padding-top: 20px;
}

.testimonials-text {
	width: 90%;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	padding: 0px 10px;
}

.testimonials-quote {
	width: 10%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px 0px 10px;
}




.about {
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px;
	color: #000;
}

.about-text {
	width: 100%;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
/*	padding: 20px 10px 40px 10px;*/
}

.about-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.about-img {
	display: none;
}

.about-img-middle {
	display: none;
}





#sitemap {
	width: 100%;
	background-color: #FFF;
	padding: 40px 0px 40px 0px;
	text-align: left;
}

.sitemap-text {
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	color: #000;
	font-weight: 400;
}

.sitemap-text h1 {
	font-size: 30px;
	font-weight: 500;
	color: #000;	
	text-align: left; 
}

.sitemap-text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #000;	
}

.sitemap-blocks a {
	text-decoration: none;
	color: #000000;
}

.sitemap-blocks a:hover {
	text-decoration: underline;
	color: #000;
}




#contact-footer {
	width: 100%;
	background-color: #6e6259;
	display: inline-block; 
}

.contact-footer-box {
	width: 100%;
/*	margin: 0px auto;*/
}

.contact-footer-box h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.contact-footer-box a {
	text-decoration: none;
	color: #000;
}

.contact-footer-box a:hover {
	text-decoration: underline;
	color: #000;
}


.about-footer-split {
	color: #fff;
	width: 100%;
/*	display: inline-block;*/
	font-size: 16px;
	vertical-align: top;
	padding: 20px 10px 0px 10px;
}

.contact-footer-split {
	color: #fff;
	width: 100%;
	display: block;
	font-size: 16px;
	vertical-align: top;
	margin: 0px;
	padding: 20px 10px 20px 10px;
}

.contact-footer-split a {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.contact-footer-split table a:hover {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split td:hover {
	background-color: #e22d29;
}

.contact-footer-split table a {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split table {
	width: 160px;
}

.contact-footer-split td {
	text-align: center;
	padding: 10px;
	background-color: #e23d28;
}




.breadcrumbs-nav {
	display: none;
}

.div-width {
	width: 100%;
	margin: 0px auto;
}
		




hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

hr.all-services {
	width: 100%;
	color: #D8D8D8;
}





.footer-box {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px 10px;
}

.footer-box a {
	text-decoration: none;
	color: #ffffff;
}

.footer-box a:hover {
	text-decoration: underline;
	color: #ffffff;
}





/*.footer-split {
	color: #000;
	width: 100%;
	float: left;
	font-size: 20px;
}
*/

/*.footer-box-services {
	width: 480px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.footer-box-services a {
	text-decoration: none;
	color: #ffffff;
}

.footer-box-services a:hover {
	text-decoration: underline;
	color: #ffffff;
}*/

/*.footer-split-services {
	color: #ffffff;
	width: 240px;
	float: left;
	font-size: 20px;
	vertical-align: top;
	margin: 20px 0px 20px 0px;
}*/


/*.copyright-footer {
	width: 465px;
	margin: 0px auto;
	color: #ffffff;
	font-size: 14px;
}*/




/*This is the test code for responsive*/
.copyright-footer-services {
	width: 100%;
	font-size: 12px;
	padding: 20px 0px 0px 10px;
	text-align: left;
}


.copyright-text-services {
	width: 40%;
}

.copyright-text-services-privacy {
	width: 60%;
	float: left;
	text-align: left;
}

.copyright-footer a {
	color: #fff;
	text-decoration: none;
}

.copyright-footer a:hover {
	color: #fff;
	text-decoration: underline;
}


}





/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/
/*Split from mobile to ipad device*/






@media only screen and (min-width: 465px) and (max-width: 767px) {
	
body {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}


body div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.logo-header img {
	width: 300px;
	border: 0px;
}

#intro {
	display: none;
}

#responsive-header {
	display: block;
	background-image: url('../img/background/newspapers.jpg'); 
	background-size: 100% auto;
}


.nav-menu ul li {
	border-bottom: 1px solid #282829;
	padding: 20px 0px 20px 40px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	background-color: #000;
	list-style-type: none;
}


.nav-menu ul li:last-child {
	border-bottom: none;
}

.nav-menu ul li:first-child {
	margin-top: 67px;
}

.nav-menu a {
	text-decoration: none;
	color: #fff;
}

.nav-menu a:hover {
	text-decoration: underline;
	color: #fff;
}

.nav-menu ul li:hover {
	background-color: #282829;
}

.nav-menu {
	display: none;
}

.menu-trigger {
	display: block;
	color: #fff;
	background-color: #000;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
	float: right;
}

.menu-trigger img {
	width: 73px;
}

.header-split-nav {
	width: 100%;
}

.header-split-nav-left {
	float: left;
	width: 35%;
}

.header-split-nav-right {
	float: right;
	width: 65%;
}


.services {
	display: none;
}

h1, h2, h3, h4 {
	font-weight: 500;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

strong {
	font-weight: 500;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/*nav {
	background-color: rgba(0, 0, 0, 0.9);
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
}

nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	float: none;
	border-bottom: 1px solid #fff;
}

nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}*/

.panel {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 20px;
	box-sizing: border-box;
}

.clear {
  clear: both;
}

section {
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
/*	padding: 50px 0px;*/
}



#services {
/*	background-image: url('../img/background/bicycle-flowers.jpg');
	width: 100%;*/
	display: none;
}

#services a {
	color: #ffffff;
}

#about-us {
	background-image: url('../img/background/bicycle-flowers.jpg');
	width: 100%;
}

#about-us h2 {
	font-size: 26px;
	font-weight: 400;
}

#about-us p {
	font-size: 16px;
}

#about-us a {
	color: #ffffff;
}

#case-studies {
	background-image: url('../img/background/typing.jpg');
	width: 100%;
}

#case-studies h2 {
	font-size: 26px;
	font-weight: 400;
}

#case-studies p {
	font-size: 16px;
}

#case-studies a {
	color: #fff;
}

#clients {
	background-image: url('../img/background/strategy-aerial.jpg');
	width: 100%;
}

#clients h2 {
	font-size: 26px;
	font-weight: 400;
}

#clients p {
	font-size: 16px;
}

#clients a {
	color: #fff;
}

#contact {
	background-image: url('../img/background/telephone.jpg');
	width: 100%;
}

#contact h2 {
	font-size: 26px;
	font-weight: 400;
}

#contact p {
	font-size: 16px;
}

#contact a {
	color: #fff;
}

#footer {
	background-color: #8c8278;
	float: left;
	width: 100%;
	clear: both;
}

#footer p {
	font-size: 16px;
}

.footer-split:last-child {
	margin-top: -50px;
}


#copyright {
	background-color: #e23d28;
	width: 100%;
	clear: both;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}



/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	



#breadcrumbs {
 	display: block;
}


/*.services {
	width: 45%;
	height: 100px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	opacity: 0.9;
}*/

.homepage-services-responsive {
	display: block;
}

.services-header {
	display: none;
}

.footer-split-services-responsive {
	display: none;
}

#services-subpage {
	display: none;
}

/*.services-responsive-header {
	display: none;
}
*/
/*.services-responsive-header h1 {
	font-size: 100px;
	text-align: center;
	letter-spacing: 18px;
	margin-top: -30px;
}
*/


.contact-fill-box {
    background-color: #d27200;
}

.services:hover {
	opacity: 1;
}

.services h2 {
	font-size: 26px;
	margin-top: 10px;
}

.services h3 {
	font-size: 20px;
}

iframe {
	width: 100%;
}

.contact-middle-container iframe {
	width: 480px;
}

#services-details {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
}

#services-details div {
	width: 600px;
	margin: 40px auto;
	padding: 30px;
}

#services-details h4 {
	text-align: right;
}

#services-subpage {
	background-image: url('../img/background/newspapers.jpg');
	height: 220px;
	margin: 0 auto;
}


.services-header h1 {
	display: none;
}

.nav-sub {
	display: none;
}
/*.nav-sub {
	background-color: rgba(0, 0, 0, 0.9);
	width: 480px;
	margin: 0 auto;
	text-align: center;
	word-spacing: 1.1em;
	line-height: 2;
}

.nav-sub a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 100;
	font-size: 20px;
	padding: 10px;
	text-transform: uppercase;
}

.nav-sub a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}*/


#services-main {
	width: 100%;
	display: inline-block;
}

#services-main h1 {
	font-size: 30px;
	font-weight: 500;
}

#services-main h3 {
	font-size: 22px;
	font-weight: 500;
}


.services-top {
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px 0px 10px;
	color: #000;
	font-weight: 400;
}

.services-top h1 {
	font-size: 12px;
} 

.all-services-img {
	display: none;
}

.all-services-text {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #000;
	font-weight: 400;
	padding-bottom: 20px;
}

.all-services-text a {
	text-decoration: none;
	font-weight: 500;
}

.all-services-text a:hover {
	text-decoration: underline;
}


/*Services pages*/
/*Services pages*/
/*Services pages*/



.services-top-left {
	width: 100%;
	font-weight: 400;
	color: #000;
}

.services-top-left h1 {
	font-size: 30px;
	font-weight: 500;
}

.services-top-left h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;	
}

.services-top-right {
	display: none;
}


.services-middle {
	width: 100%;
}

.services-middle-text {
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	color: #000;
	font-weight: 400;
}

.services-middle-text ul li {
	font-size: 16px;
	color: #000;	
	text-align: left;
}

.services-middle-text h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;	
	text-align: left;
}




.clients-logos {
	width: 100%;
	height: 170px;
	padding: 20px;
	margin: 0px auto;
	display: inline-block;
}

.client-logo-container {
	width: 100%;
	/*padding: 20px;*/
}





.contact-block {
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 20px 10px; 
}

.contact-block h1 {
	color: #000;
	font-size: 30px;
}

.contact-icons {
	display: none;
}

.contact-top {
	width: 100%;
	float: left;
	/*padding-top: 20px;*/
}

.contact-text {
	width: 100%;
	height: 40px;
	float: left;
	color: #000;
	/*font-size: 16px;*/
	font-weight: 400;
}

.contact-text a {
	color: #000;
}

.contact-text a:hover {
	color: #000;
}


.contact-webform {
	display: none;
}

.contact-middle-container {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px;
}

.contact-middle-text {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 0px 10px;
	font-weight: 400;
}

.contact-middle-text iframe {
	width: 100%;
	height: 300px;
}

.contact-middle-text h3 {
	font-size: 18px;
	font-weight: 500;
}




.testimonials {
	width: 100%;
	color: #000;
	display: inline-block;
	padding-top: 20px;
}

.testimonials-text {
	width: 90%;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	padding: 0px 10px;
}

.testimonials-quote {
	width: 10%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px 0px 10px;
}




.about {
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px;
	color: #000;
}

.about-text {
	width: 100%;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
/*	padding: 20px 10px 40px 10px;*/
}

.about-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.about-img {
	display: none;
}

.about-img-middle {
	display: none;
}





#sitemap {
	width: 100%;
	background-color: #FFF;
	padding: 40px 0px 40px 0px;
	text-align: left;
}

.sitemap-text {
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	color: #000;
	font-weight: 400;
}

.sitemap-text h1 {
	font-size: 30px;
	font-weight: 500;
	color: #000;	
	text-align: left; 
}

.sitemap-text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #000;	
}

.sitemap-blocks a {
	text-decoration: none;
	color: #000000;
}

.sitemap-blocks a:hover {
	text-decoration: underline;
	color: #000;
}




#contact-footer {
	width: 100%;
	background-color: #6e6259;
	display: inline-block; 
}

.contact-footer-box {
	width: 100%;
/*	margin: 0px auto;*/
}

.contact-footer-box h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.contact-footer-box a {
	text-decoration: none;
	color: #000;
}

.contact-footer-box a:hover {
	text-decoration: underline;
	color: #000;
}


.about-footer-split {
	color: #fff;
	width: 100%;
/*	display: inline-block;*/
	font-size: 16px;
	vertical-align: top;
	padding: 20px 10px 0px 10px;
}

.contact-footer-split {
	color: #fff;
	width: 100%;
	display: block;
	font-size: 16px;
	vertical-align: top;
	margin: 0px;
	padding: 20px 10px 20px 10px;
}

.contact-footer-split a {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.contact-footer-split table a:hover {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split td:hover {
	background-color: #e22d29;
}

.contact-footer-split table a {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split table {
	width: 160px;
}

.contact-footer-split td {
	text-align: center;
	padding: 10px;
	background-color: #e23d28;
}




.breadcrumbs-nav {
	display: none;
}

.div-width {
	width: 100%;
	margin: 0px auto;
}
		




hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

hr.all-services {
	width: 100%;
	color: #D8D8D8;
}





.footer-box {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px 10px;
}

.footer-box a {
	text-decoration: none;
	color: #ffffff;
}

.footer-box a:hover {
	text-decoration: underline;
	color: #ffffff;
}





/*.footer-split {
	color: #000;
	width: 100%;
	float: left;
	font-size: 20px;
}
*/

/*.footer-box-services {
	width: 480px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.footer-box-services a {
	text-decoration: none;
	color: #ffffff;
}

.footer-box-services a:hover {
	text-decoration: underline;
	color: #ffffff;
}*/

/*.footer-split-services {
	color: #ffffff;
	width: 240px;
	float: left;
	font-size: 20px;
	vertical-align: top;
	margin: 20px 0px 20px 0px;
}*/


/*.copyright-footer {
	width: 465px;
	margin: 0px auto;
	color: #ffffff;
	font-size: 14px;
}*/




/*This is the test code for responsive*/
.copyright-footer-services {
	width: 100%;
	font-size: 12px;
	padding: 20px 0px 0px 10px;
	text-align: left;
}


.copyright-text-services {
	width: 40%;
}

.copyright-text-services-privacy {
	width: 60%;
	float: left;
	text-align: left;
}

.copyright-footer a {
	color: #fff;
	text-decoration: none;
}

.copyright-footer a:hover {
	color: #fff;
	text-decoration: underline;
}


}










				/****************/

			/**************************/

/****************************************************/



/* Mobile Layout: less than 320px.
 * Gutters: 24px.
 * Outer margins: 34px.
 * Inherits styles from: Default Layout.
 */
/*Smartphones portraiht*/

@media only screen and (max-width : 320px) {

body {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}


body div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}



a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.logo-header img {
	width: 250px;
	border: 0px;
}

#intro {
	display: none;
}

#responsive-header {
	display: block;
	background-image: url('../img/background/newspapers.jpg'); 
	background-size: 100% auto;
}


.nav-menu ul li {
	border-bottom: 1px solid #282829;
	padding: 15px 0px 15px 40px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	background-color: #000;
	list-style-type: none;
}


.nav-menu ul li:last-child {
	border-bottom: none;
}

.nav-menu ul li:first-child {
	margin-top: 53px;
}

.nav-menu a {
	text-decoration: none;
	color: #fff;
}

.nav-menu a:hover {
	text-decoration: underline;
	color: #fff;
}

.nav-menu ul li:hover {
	background-color: #282829;
}

.nav-menu {
	display: none;
}

.menu-trigger {
	display: block;
	color: #fff;
	background-color: #000;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
	float: right;
}

.menu-trigger img {
	width: 57px;
}

.header-split-nav {
	width: 100%;
}

.header-split-nav-left {
	float: left;
	width: 15%;
}

.header-split-nav-right {
	float: right;
	width: 85%;
}


.services {
	display: none;
}


.panel {
	width: 100%;
	background-color: #fff;
	font-weight: 500;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	box-sizing: border-box;
	padding: 10px;
}

/*.panel a {
	color: #000;
}*/

.clear {
  clear: both;
}


section {
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;  
	-moz-background-size: cover;
	-o-background-size: cover;
/*	padding: 50px 0px;*/
}


#services {
/*	background-image: url('../img/background/bicycle-flowers.jpg');
	width: 100%;*/
	display: none;
}

#services a {
	color: #ffffff;
}

#about-us {
	background-image: url('../img/background/mobile-retro-bicycle.jpg');
	background-size: contain;
	width: 100%;
}

#about-us h2 {
	font-size: 26px;
	font-weight: 400;
}

#about-us p {
	font-size: 16px;
}

#about-us a {
	color: #000;
}

#case-studies {
	background-image: url('../img/background/mobile-books-pile.jpg');
	background-size: contain;
	width: 100%;
}

#case-studies h2 {
	font-size: 26px;
	font-weight: 400;
}

#case-studies p {
	font-size: 16px;
}

#case-studies a {
	color: #000;
}

#clients {
	background-image: url('../img/background/mobile-client-colour.jpg');
	background-size: contain;
	width: 100%;
}

#clients h2 {
	font-size: 26px;
	font-weight: 400;
}

#clients p {
	font-size: 16px;
}

#clients a {
	color: #000;
}

#contact {
	background-image: url('../img/background/mobile-telephones.jpg');
	background-size: contain;
	width: 100%;
}

#contact h2 {
	font-size: 26px;
	font-weight: 400;
}

#contact p {
	font-size: 16px;
}

#contact a {
	color: #000;
}

#footer {
	background-color: #8c8278;
	float: left;
	width: 100%;
	clear: both;
}

#footer p {
	font-size: 16px;
}

.footer-split:last-child {
	margin-top: -50px;
}


#copyright {
	background-color: #e23d28;
	width: 100%;
	clear: both;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}



/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	
/*Sub page styling below*/	/*Sub page styling below*/	



#breadcrumbs {
 	display: block;
}


/*.services {
	width: 45%;
	height: 100px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	opacity: 0.9;
}*/

.homepage-services-responsive {
	display: block;
}

.services-header {
	display: none;
}

.footer-split-services-responsive {
	display: none;
}

#services-subpage {
	display: none;
}

/*.services-responsive-header {
	display: none;
}
*/
/*.services-responsive-header h1 {
	font-size: 100px;
	text-align: center;
	letter-spacing: 18px;
	margin-top: -30px;
}
*/


.contact-fill-box {
    background-color: #d27200;
}

.services:hover {
	opacity: 1;
}

.services h2 {
	font-size: 26px;
	margin-top: 10px;
}

.services h3 {
	font-size: 20px;
}

iframe {
	width: 100%;
}

.contact-middle-container iframe {
	width: 480px;
}

#services-details {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
}

#services-details div {
	width: 600px;
	margin: 40px auto;
	padding: 30px;
}

#services-details h4 {
	text-align: right;
}

#services-subpage {
	background-image: url('../img/background/newspapers.jpg');
	height: 220px;
	margin: 0 auto;
}


.services-header h1 {
	display: none;
}

.nav-sub {
	display: none;
}
/*.nav-sub {
	background-color: rgba(0, 0, 0, 0.9);
	width: 480px;
	margin: 0 auto;
	text-align: center;
	word-spacing: 1.1em;
	line-height: 2;
}

.nav-sub a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 100;
	font-size: 20px;
	padding: 10px;
	text-transform: uppercase;
}

.nav-sub a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}*/


#services-main {
	width: 100%;
	display: inline-block;
}

#services-main h1 {
	font-size: 30px;
	font-weight: 500;
}

#services-main h3 {
	font-size: 22px;
	font-weight: 500;
}

.services-top {
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px 0px 10px;
	color: #000;
	font-weight: 400;
}

.all-services-img {
	display: none;
}

.all-services-text {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #000;
	font-weight: 400;
	padding-bottom: 20px;
}

.all-services-text a {
	text-decoration: none;
	font-weight: 500;
}

.all-services-text a:hover {
	text-decoration: underline;
}


/*Services pages*/
/*Services pages*/
/*Services pages*/



.services-top-left {
	width: 100%;
	font-weight: 400;
	color: #000;
}

.services-top-left h1 {
	font-size: 30px;
	font-weight: 500;
}

.services-top-left h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;	
}

.services-top-right {
	display: none;
}


.services-middle {
	width: 100%;
}

.services-middle-text {
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	color: #000;
	font-weight: 400;
}

.services-middle-text ul li {
	font-size: 16px;
	color: #000;	
	text-align: left;
}

.services-middle-text h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;	
	text-align: left;
}




.clients-logos {
	width: 100%;
	height: 170px;
	padding-top: 20px;
	display: inline-block;
/*	padding: 20px;*/
/*	margin: 0px auto;*/
}

.client-logo-container {
	width: 100%;
}





.contact-block {
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 20px 10px; 
}

.contact-block h1 {
	color: #000;
	font-size: 30px;
	font-weight: 500;
}

.contact-icons {
	display: none;
}

.contact-top {
	width: 100%;
	float: left;
	/*padding-top: 20px;*/
}

.contact-text {
	width: 100%;
	height: 40px;
	float: left;
	color: #000;
	/*font-size: 16px;*/
	font-weight: 400;
}

.contact-text a {
	color: #000;
}

.contact-text a:hover {
	color: #000;
}


.contact-webform {
	display: none;
}

.contact-middle-container {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px;
}

.contact-middle-text {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 0px 10px;
	font-weight: 400;
}

.contact-middle-text iframe {
	width: 100%;
	height: 300px;
}

.contact-middle-text h3 {
	font-size: 18px;
	font-weight: 500;
}




.testimonials {
	width: 100%;
	color: #000;
	display: inline-block;
	padding-top: 20px;
}

.testimonials-text {
	width: 90%;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
/*	padding: 0px 10px;*/
}

.testimonials-quote {
	width: 10%;
	display: inline-block;
	vertical-align: top;
/*	padding: 20px 10px 0px 10px;*/
padding-top: 20px;
}




.about {
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px;
	color: #000;
}

.about-text {
	width: 100%;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
/*	padding: 20px 10px 40px 10px;*/
}

.about-text h4 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.about-img {
	display: none;
}

.about-img-middle {
	display: none;
}





#sitemap {
	width: 100%;
	background-color: #FFF;
	padding: 40px 0px 40px 0px;
	text-align: left;
}

.sitemap-text {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px 10px;
}

.sitemap-text h1 {
	font-size: 36px;
	font-weight: 500;
	color: #000;	
	text-align: left; 
}

.sitemap-text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #000;	
}

.sitemap-blocks {
	width: 100%;
}

.sitemap-blocks a {
	text-decoration: none;
	color: #000;
}

.sitemap-blocks a:hover {
	text-decoration: underline;
	color: #000;
}




#contact-footer {
	width: 100%;
	background-color: #6e6259;
	display: inline-block; 
}

.contact-footer-box {
	width: 100%;
/*	margin: 0px auto;*/
}

.contact-footer-box h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.contact-footer-box a {
	text-decoration: none;
	color: #000;
}

.contact-footer-box a:hover {
	text-decoration: underline;
	color: #000;
}


.about-footer-split {
	color: #fff;
	width: 100%;
/*	display: inline-block;*/
	font-size: 16px;
	vertical-align: top;
	padding: 20px 10px 0px 10px;
}

.contact-footer-split {
	color: #fff;
	width: 100%;
	display: block;
	font-size: 16px;
	vertical-align: top;
	margin: 0px;
	padding: 20px 10px 20px 10px;
}

.contact-footer-split a {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.contact-footer-split table a:hover {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split td:hover {
	background-color: #e22d29;
}

.contact-footer-split table a {
	color: #ffffff;
	text-decoration: none;
}

.contact-footer-split table {
	width: 160px;
}

.contact-footer-split td {
	text-align: center;
	padding: 10px;
	background-color: #e23d28;
}




.breadcrumbs-nav {
	display: none;
}

.div-width {
	width: 100%;
	margin: 0px auto;
}
		




hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

hr.all-services {
	width: 100%;
	color: #D8D8D8;
}





.footer-box {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px 10px;
}

.footer-box a {
	text-decoration: none;
	color: #ffffff;
}

.footer-box a:hover {
	text-decoration: underline;
	color: #ffffff;
}





/*This is the test code for responsive*/
.copyright-footer-services {
	width: 100%;
	font-size: 12px;
	padding: 20px 0px 0px 10px;
	text-align: left;
}


.copyright-text-services {
	width: 40%;
}

.copyright-text-services-privacy {
	width: 60%;
	float: left;
	text-align: left;
}

.copyright-footer a {
	color: #fff;
	text-decoration: none;
}

.copyright-footer a:hover {
	color: #fff;
	text-decoration: underline;
}


}