@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



/* Mobile Layout: 480px and below. */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

	
/* Heading & fonts list*/

@font-face {
	font-family: 'GothamLight';
	src:url('Fonts/Gotham/GothamLight.eot');
	src: local('GothamLight'), url('Fonts/Gotham/GothamLight.woff') format('woff'), url('Fonts/Gotham/GothamLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Bebas';
  src:url('Fonts/Bebas/BebasNeue-webfont.eot'); /* IE9 Compat Modes */
  src: url('Fonts/Bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Fonts/Bebas/BebasNeue-webfont.woff') format('woff'), /* Modern Browsers */
       url('Fonts/Bebas/BebasNeue-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Fonts/Bebas/BebasNeue-webfont.svg') format('svg'); /* Legacy iOS */
}

h1{
	font-family: 'Bebas';
	font-size:85px;
	text-transform:uppercase;
	line-height:70px;
	margin:0;
	padding:0px;
	color:#333;
}
h2{
	font-family: 'Bebas';
	font-size:60px;
	color:#c6c6c5;
	padding:0px;
	margin:0px;
	text-transform:uppercase;}
h3{
	font-family: 'GothamLight';
	font-size:22px;
	text-transform:uppercase;
	color:#FFF;
	padding:0px 0 0 0px;
	margin:0px;
	
}
h4{
	font-family: 'GothamLight';
	font-size:18px;
	//text-transform:uppercase;
	color:#FFF;
	padding:0 0 0px 0;
	margin:0px;
	
}
h5{
	font-family: 'GothamLight';
	font-size:70px;
	text-transform:uppercase;
	line-height:70px;
	margin:0;
	padding:0px;
}
h6{
	font-family: 'GothamLight';
	font-size:22px;
	text-transform:uppercase;
	color:#5bc5f1;
	padding:0px 0 0 0px;
	margin:0px;
}
p{
	font-family: 'GothamLight';
	font-size:15px;
	color:#000;
	padding:0px;
	margin:0px;
}
p1{
	font-family: 'GothamLight';
	font-size:17px;
	top:-50px;
	display:block;
}
#bannerAni p1 {
	font-family: 'Bebas';
    font-size:27px;
    text-shadow: 0px 0px 30px #000;
}
#bannerAni h1 {
	color:#FFF;
    text-shadow: 0px 0px 30px #000;
}
a href{
	text-decoration:none;
}	
.window, .section, .leftW, .rightW, .example-magnify{
	margin:0px;
	padding:0px;}
.it{
	width:100%;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	height:auto;
	overflow:auto;
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.section{
	width:100%;
	display:block;
	position:relative;
	height:100vh;
	background:#999;
}

.window{
	display:block;
	position:relative;
	width:50%;
	height:100%;}

.leftW{
	background-image:url(Images/creative.gif);
	background-size:cover;
	background-position:center;
	display:block;
	float:left;}

.rightW{
	background-image:url(Images/itsuport.gif);
	background-size:cover;
	background-position:center;
	display:inline-block;
}
.click{
	display:inline-block;
	margin:auto;
	position:absolute;
	bottom:80px;
	z-index:100;
	width:280px;
	height:80px;
	alignment-adjust:central;
	left:0px;
	right:0px;
	text-align:right;
	}
.click img{
	position:absolute;
	margin:auto;
	left:0;
	top:0;
	width:80px;
}
.click h3{
	font-size:15px;
	padding:30px 20px;
}
.hoverL{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	position:relative;
	display:block;
	width:100%;
	height:100%;
	z-index:100;
	background-color:rgba(255,255,255,0.8);
	cursor:pointer;
	}
.hoverR{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	position:relative;
	display:block;
	width:100%;
	height:100vh;
	z-index:100;
	background-color:rgba(28,28,27,0.8);
	cursor:pointer;
}
.hoverL:hover, .hoverR:hover{
	/*background-color:transparent; */
	
}
circle {
    background:#F00;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    z-index: 999;
    left: 50%;
    position:absolute;
	display:block;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-opt-right, .home-opt-left{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	text-align:center;
	display:inline-block;
	position:absolute;
	width:500px;
	height:450px;
	margin:auto;
	vertical-align:middle;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	
}
.home-opt-right{
	color:#FFF
}
.home-opt-left{
	color:#000;
}
.circle2{
	position:absolute;
	width:170px;
	height:170px;
	background-color:#FFF;
	z-index:200;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left:44.5%;
	top:37.5%;
}
.circle2 img{
	width:70%;
	display:block;
	margin:50px auto;
}
.circle3{
	position:relative;
	display:block;
	width:170px;
	height:170px;
	background-color:#FFF;
	z-index:400;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float:right;
	margin-right:-85px;
}
.circle3 img{
	width:70%;
	display:block;
	margin:50px auto;
}
.circle4{
	transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-ms-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	-webkit-transition:all 1.0s ease-in-out;
	position:absolute;
	display:inline-block;
	width:170px;
	height:170px;
	background-color:#FFF;
	z-index:400;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin:auto;
	margin-left:-85px;
	vertical-align:middle;
	top:0%;
	bottom:0%;
	overflow:hidden;
}
.logo{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	width:120px;
	height:70px;
	display:block;
	position:absolute;
	margin:50px 0 0 25px;
	opacity:1;
	z-index:10;
}
.infoR{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	width:150px;
	display:block;
	position:absolute;
	margin:25px 0px 0 750px;
	opacity:0;
	z-index:50;
	font-family: 'GothamLight';
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	height:150px;
}
.infoL{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	width:150px;
	display:block;
	position:absolute;
	margin:25px 0 0 -30px;
	opacity:0;
	z-index:50;
	font-family: 'GothamLight';
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	height:150px;
}
.infoL a{
	text-decoration:none;
}
.hoverL:hover .home-opt-left{
	/*color:rgba(0,0,0,0); */
}
.hoverR:hover .home-opt-right{
	/*color:rgba(255,255,255,0); */
}

.section-b, .section-text, .section-info, .section-case, .section-footer{
	width:1260px;
	display:block;
	position:relative;
	margin:70px auto;
	padding:10px 0;
	height:auto;
	overflow:auto;
}
.section-text{
	width:1000px;
	padding:10px;
	margin:70px auto 0px;
	text-align:center;
	color:#666666;
	}
.section-case, .section-footer{
	margin:0px auto;
	padding:0px 0;
}

.box-client, .case-box, .box{
	display:inline-block;
	position:relative;
	width:400px;
	height:280px;
	margin:10px 10px;
	float:left;
	padding:0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	cursor:pointer;
}

.slide-info, .slide-info-red{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:block;
	position:absolute;
	width:400px;
	height:250px;
	bottom: -200px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:rgba(255, 255, 255, 0.5);
}
.slide-info-red{
	background:rgba(0, 0, 0, 0.5);
}
.box:hover > .slide-info{
	bottom: 0px;
	background:rgba(37,170,225,0.8);
	
}
.box:hover > .slide-info-red{
	bottom: 0px;
	background:rgba(227,5,19,0.8);
	
}
.slide-opt{
	transition:background 1.0s ease-in-out;
	-moz-transition:background 1.0s ease-in-out;
	-ms-transition:background 1.0s ease-in-out;
	-o-transition:background 1.0s ease-in-out;
	-webkit-transition:background 1.0s ease-in-out;
	height:40px;
	width:100%;
	display:block;
	position:relative;
	padding:10px 0 0 0;
	margin:0px;
	text-align:center;
}

.slide-opt h3{
	transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-ms-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	-webkit-transition:all 1.0s ease-in-out;
	margin:0px auto;
	color:#000;
	}
.slide-info-red .slide-opt h3{
	color:#FFF;
}	
	
	
.slide-img, .slide-img-red{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:50px;
	width:50px;
	background:#F00;
	padding:0px;
	margin:0px;
	background:#25aae1;
	z-index:300;
}
.slide-img img, .slide-img-red img{
	margin:0 auto;
	display:block;
	vertical-align:central;
	width:30px;
	height:30px;
	margin-top:10px;
}

.slide-content{
	display:block;
	position:relative;
	height:140px;
	width:300px;
	padding:40px 50px;
	margin:0px;
	overflow:hidden;
}
.slide-content p{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	color:#fff;
	font-size:14px;
	margin-top:200px;
}

.box:hover > .slide-info .slide-content p, .box:hover > .slide-info-red .slide-content p{
	transition-delay:0.3s;
	margin-top:0px;
}
.box:hover > .slide-info .slide-opt h3, .box:hover > .slide-info-red .slide-opt h3{
	color:#FFF;
}

.title{
	width:100%;
	text-align:center;
	height:auto;
	overflow:hidden;
	color:#666;
	display:block;
	position:relative;
	padding:0px;
	margin:70px auto 0;
}
/*Examples*/

.examples, .service-examples, .social-left, .social-right{
	width:100%;
	display:block;
	position:relative;
	margin:50px auto;
	padding:10px 0;
	height:auto;
	overflow:auto;
}
.box-example{
	display:inline-block;
	position:relative;
	width:25%;
	margin:0px;
	float:left;
	background:#F00;
	padding:0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
.example-one{
	height:700px;
	background-image:url(Images/featured/project1.jpg);
	background-size:cover;
	background-position:left;
	background-repeat:no-repeat;
}
.example-two, .example-three, .example-four{
	height:350px;

}
.example-two{
	background:url(Images/featured/projectwdl.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.example-three{
	background:url(Images/examples/catalogue.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
}
.example-four{
	background:url(Images/featured/projectkk.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
}
.example-five, .example-six{
	width:37.5%;
	height:350px;
}
.example-five{
	background:url(Images/featured/projectPegs.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
}
.example-six{
	background:url(Images/featured/projectClassic.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
}
.example-magnify{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	width:100%;
	height:100%;
	background-color:#09F;
	opacity:0;
}
.example-magnify img{
	position:absolute;
	display:block;
	margin:auto;
	vertical-align:middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:50px;
	height:50px;
	
}

.example-magnify:hover{
	opacity:0.8;
}
.example-magnify-info{
	transition-delay:1.5s;
	-moz-transition-delay:1.5s;
	-ms-transition-delay:1.5s;
	-o-transition-delay:1.5s;
	-webkit-transition-delay:1.5s;
	transition:background 1.0s ease-in-out;
	-transition:background 1.0s ease-in-out;
	-ms-transition:background 1.0s ease-in-out;
	-o-transition:background 1.0s ease-in-out;
	-webkit-transition:background 1.0s ease-in-out;
	height:50px;
	width:100%;
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:#FFF;
}
/* Mailshot registration*/
.mail-reg, .service-call{
	width:100%;
	display:block;
	position:relative;
	margin:70px auto 0;
	padding:70px 0;
	height:auto;
	overflow:auto;
	background:#25AAE1;
	text-align:center;
}
.service-call h1{
	font-size:40px;
}
.reg{
	margin:0px auto;
	width: 900px;
	height:auto;
	display:block;
	overflow:hidden;
}
.reg-section, .reg-name, .reg-submit, .reg-select{
	float:left;
	display:inline-block;
	width:300px;
	height:80px;
	margin:0px;
	padding:0px;
}
select option{
	padding:10px 0 10px 20px;
	border:none;
}
.reg-select{
	width:900px;
	margin-top:10px;
}
.reg-name{
	width:250px;
	}
.reg-input, .reg-select-box, .contact-input, .contact-select-box, .contact-text{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-image:none;
	margin:0px 10px 0;
	float:left;
	height:40px;
	width:260px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display:block;
	position:relative;
	line-height:22px;
	text-align:left;
	border:2px solid #FFF;
	background-color:transparent !important;
    outline:none;
	font-size:15px;
	color:#FFF;
	padding-left:20px;
	font-family: 'GothamLight';
	cursor:text;
}
.reg-select-box{
	float:none;
	display:block;
	width:880px;
	margin:10px 10px;
	cursor:pointer;
}
.reg-input:hover, .reg-input:active{
	font-size:18px;
}

.contact-input, .contact-select-box, .contact-text{
	float:none;
	width:300px;
	margin:20px auto;
	border:2px solid #1c1c1b;
	color:#1c1c1b;
}
.contact-text{
	transition:none;
	min-height:100px;
	height:100px;
	max-height:250px;
	color:#333;
	padding:20px auto;
}
.contact-select-box{
	width:325px;
}
.myButton {
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
    cursor: pointer;
    display: inline-block;
	position:relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
    width: 280px;
	font-family: 'GothamLight';
	text-transform:uppercase;
	height:45px;
	border:2px solid #FFF;
	color:#FFF;
	background: transparent;
	padding:0px;
	overflow:hidden;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton:hover{
	color:5bc5f1;
}
.myButton-fill{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	height:100%;
	width:10px;
	position:absolute;
	display:block;
	background:#FFF;
	float:left;
	padding:0px;
	margin:0px;
	top:0px;
	z-index:0;
}
.myButton-text, .myButton-text-red, .myButton-text-blu{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	position:absolute;
	display:inline-block;
	padding:0px;
	margin:auto;
	height:20px;
	width:200px;	
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	z-index:100;
	vertical-align:middle;
}
.myButton-text-red{
	color:#F00 !important;
}
.myButton-text-blu{
	color:#000 !important;
}

.myButton:hover > .myButton-fill{
	width:278px;
} 
.myButton:hover > .myButton-text{
	color:#25AAE1;
} 
.myButton:hover > .myButton-text-red{
	color:#FFF !important;
}
.myButton:hover > .myButton-text-blu{
	color:#FFF !important;
}
#bannerAni{
	display:inline-block;
	position:absolute;
	margin:auto;
	padding:0;
	border:none;
	height:100px;
	visibility:hidden;
	text-align:center;
	vertical-align:middle;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:90%;
	
	
}
#bannerAni p1{
	color:#FFF;
}
#banner-black{
	background:rgba(28,28,27,0.9);
}
#phone, #phoneB, #phoneC{
	width:100%;
	display:block;
	padding:0px;
	margin:0 auto;
	vertical-align:middle;
	visibility:hidden;
}
.sect, .sect-link{
	width:100%;
	height:auto;
	margin:0px 0 0px;
	padding:0px 0;
	position:relative;
	display:block;
	overflow:hidden;
}
.sect-link{
	padding:50px 0;
	margin-bottom:0px;
}

.sect-middle{
	padding:100px 0;
}
.sectInner, .sectInner-process, .sectInner-text{
	width:1260px;
	height:400px;
	margin:0px auto;
	padding:0px 0;
	position:relative;
	display:block;
	overflow:visible;
}
.sectInner-text{
	width:1160px;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
.sectInner-process{
	margin:100px auto 0;
	height:340px;
	overflow:visible;
}
.cont-quarter{
	width:20%;
	margin:20px 2.5%;
	display:inline-block;
	position:relative;
	float:left;
	height:auto;
	overflow:hidden;
	text-align:center;

}
.cont-quarter p{
	color:1c1c1b;
	font-size:14px;
	font-family: 'GothamLight';
	
}
.sect-cont, .sect-cont-left{
	width:45%;
	display:inline-block;
	position:relative;
	padding:0px;
	height:auto;
	overflow:hidden;
	margin-top:50px;
}
.sect-cont-left{
	display:block;
	float:left;
}

.animation-50{
	animation-delay:1s;
	animation-duration:2s;
	width:55%;
	position:relative;
	display:block;
	float:left;
	height:400px;
	overflow:visible;
}
#process1, #process2, #process3, #process4{
	position:absolute;
	display:block;
	left:3%;
	top:0px;
	width:25%;
	visibility:hidden;
}
#process2{
	left:26%;
}
#process3{
	left:49%;
}
#process4{
	left:72%;
}
.bannertext-home{
	width: 600px;
	height:100px;
	border:15px solid #000;
	padding:20px;
	color:#000;
	text-align:center;
	position:relative;
	display:block;
	margin:auto;
	vertical-align:middle;
	clear:both;
	float:none;
	top:35%;
}
/*Clients*/
.client{
	display:inline-block;
	position:relative;
	width:295px;
	height:250px;
	margin:10px;
	float:left;
	padding:0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
.client-logo{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:block;
	position:absolute;
	width:295px;
	height:590px;
	bottom: -340px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.client-logo img{
	width:100%;
}
.client-logo:hover{
	bottom: -40px;
	
}


/*Navigation bar- Fixed*/

.nav, .nav-it{
	display:block;
	padding:15px 0;
	margin:0;
	width:100%;
	color:#eee;
	z-index:400;
	background:rgba(255,255,255,0.9);
}
.nav-it{
	background:#1c1c1b;
}
.nav ul, .nav-it ul{
	display:block;
	position:absolute;
	padding:0 0 10px 0;
	right:0px;
	z-index:300;
	float:right;
	margin:10px 0;
}
.nav ul li, .nav-it ul li{
	transition:border 0.5s ease-in-out;
	-moz-transition:border 0.5s ease-in-out;
	-ms-transition:border 0.5s ease-in-out;
	-o-transition:border 0.5s ease-in-out;
	-webkit-transition:border 0.5s ease-in-out;
	display:inline-block;
	padding:10px;
	margin:0 5px;
	font-family: 'GothamLight';
	color:#000;
	font-size:16px;
	border:3px solid rgba(0,0,0,0);
	cursor:pointer;
	width:115px;
	text-align:center;
}
.nav ul li a, .nav-it ul li a{
	text-decoration:none;
	color:inherit;
}
.nav-it ul li{
	color:#FFF;
	border:3px solid rgba(255,255,255,0);
}
.nav ul li:hover{
	border:3px solid #000;
}
.nav-it ul li:hover{
	border:3px solid #FFF;
}
/*Sub navigation*/
.nav ul li ul, .nav-it ul li ul{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	visibility:hidden;  /* Hides the drop-down menu */
	height: auto;									
	margin: 0px auto 0; /* Aligns drop-down box underneath the menu item */
	padding: 2.5px 0 0; /* Aligns drop-down box underneath the menu item */
	z-index:200;
	width:137px;
	right:auto;
	margin-left:-12px;
	background:#FFF;
	text-align:center;
	background:#FFF;	
	border:1px solid #1c1c1b;
	border-top:none;
	opacity:0;

}
.nav-it ul li ul{
	background:#1c1c1b;	
	border:1px solid #FFF;
	border-top:none;

}
.nav ul li ul li, .nav-it ul li ul li{
	margin:2.5px 0;
	padding:7.5px 0;
	width:100%;
	border:none;
	border-top:1px solid rgba(0,0,0,0);
	border-bottom:1px solid rgba(0,0,0,0);
}
.nav ul li ul a, .nav-it ul li ul a{
	text-decoration:none;
	font-size:12px;
	color:#1c1c1b;
}
.nav-it ul li ul a{
	color:#FFF;
}
.nav ul li:hover ul, .nav-it ul li:hover ul{
	padding-top:20px;
	visibility:visible;
	opacity:1;
	margin-top:12px;
}
.nav ul li ul li:hover, .nav-it ul li ul li:hover {
	border:none;
	border-top:1px solid #1c1c1b;
	border-bottom:1px solid #1c1c1b;
}
.nav-it ul li ul li:hover{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.nav img, .nav-it img{
	position:relative;
	display:block;
	float:left;
	width:90px;
	margin:10px 0 10px 10%;
}
/*footer*/
.footer{
	display:block;
	position:relative;
	background:#FFF;
	width:100%;
	height:auto;
	clear:both;
	margin:0px 0;
	padding-bottom:10px;
	z-index:250;
}
.section-info, .section-project, .section-intro{
	width:1260px;
	display:block;
	position:relative;
	margin:75px auto;
	padding:10px 0;
	height:auto;
	overflow:auto;
}
.section-intro{
	margin:0px auto;
	padding:100px 0 0;	
}
.section-intro img{
	display:inline-block;
	position:relative;
	float:left;
	width:500px;
	margin:0px 70px 0px;
}
.intro-holder{
	display:inline-block;
	position:relative;
	float:left;
	width:500px;
	margin:0px 10px 0px;
	padding:0px;
	overflow:hidden;
}
.intro-holder img{
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
}
.section-info img{
	display:inline-block;
	position:relative;
	float:left;
	width:300px;
	margin:20px 70px ;
}
.section-heading{
	margin:50px auto;
	padding:0px 0;
	text-align: center;
}
.button-service, .button-project {
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
    cursor: pointer;
    display: inline-block;
	position:relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
    width: 280px;
	font-family: 'GothamLight';
	text-transform:uppercase;
	height:45px;
	border:2px solid #FFF;
	color:#FFF;
	background: transparent;
	padding:0px;
	overflow:hidden;
}
.button-project{
	color:#000;
	margin:20px 0;
	display:block;
}
.button-service:active, .button-project:active {
	position:relative;
	top:1px;
}
.button-service:hover, .button-project:hover{
	color:#5bc5f1;
}
.button-service-fill, .button-project-fill{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	height:100%;
	width:10px;
	position:absolute;
	display:block;
	background:#FFF;
	float:left;
	padding:0px;
	margin:0px;
	top:0px;
	z-index:0;
}
.button-project-fill{
	background:#000;

}
.button-service-text, .button-project-text{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	position:absolute;
	display:inline-block;
	padding:0px;
	margin:auto;
	height:20px;
	width:200px;	
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	z-index:50;
	vertical-align:middle;
}

.button-service:hover > .button-service-fill{
	width:278px;
} 
.button-service:hover > .button-service-text{
	color:#1c1c1b;
}
.button-project:hover > .button-project-fill{
	width:278px;
	background:#25AAE1;
} 
.button-project:hover > .button-project-text{
	color:#FFF;
}
.service-box{
	width:33.33%;
	height:380px;

}
.social-box{
	width:50%;
	height:380px;
}
.social-box2{
	width:100%;
	height:760px;
}
.work-info{
	height:auto;
	width:auto;
	position:absolute;
	display:block;
	z-index:100;
	background:#5bc5f1;
	bottom:40%;
	padding:10px;
	left:10%;
	color:#FFF;
}
.service-hover, .social-hover{
	transition:all 0.75s ease-in-out;
	-ms-transition:all 0.75s ease-in-out;
	-moz-transition:all 0.75s ease-in-out;
	-o-transition:all 0.75s ease-in-out;
	-transition:all 0.75s ease-in-out;
	display:block;
	position:absolute;
	width:100%;
	height:200%;
	bottom: -100%;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:rgba(0,0,0,0);

}
.social-hover{
	transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
}
.service-hover:hover{
	background:rgba(0,0,0,0.8);
}
.service-hover:hover, .social-hover:hover{
	bottom: 0px;
	
}
.service-hover-opt, .service-hover-opt2, .social-hover-opt, .social-hover-opt2{
	transition:background 1.0s ease-in-out;
	-moz-transition:background 1.0s ease-in-out;
	-ms-transition:background 1.0s ease-in-out;
	-o-transition:background 1.0s ease-in-out;
	-webkit-transition:background 1.0s ease-in-out;
	height:50%;
	width:100%;
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.service-hover-img, .social-hover-img, .social-hover-img-l{
	display:-inline-block;
	position:absolute;
	height:200px;
	width:200px;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	vertical-align:middle;
}
.box-client .service-hover .service-hover-opt .service-hover-img{
	height:250px;
	width:250px;
}
.social-hover-img{
	height:20px;
	width:20px;
}
.social-hover-img-l{
	height:30px;
	width:30px;
}
.social-hover-img img, .social-hover-img-l img{
	width:100% !important;
}
.service-hover-content{
	display:-inline-block;
	position:absolute;
	height:110px;
	width:300px;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	vertical-align:middle;
	text-decoration:none;
	color:#FFF;
}
.hover-content-extend{
	height:150px;}
.service-hover-content p1 a{
	text-decoration:none;
	color:#FFF;
}
.service-hover-content p1 a:hover{
	color:#5bc5f1;
}
.service-hover-content h3{
	padding-bottom:10px;
	font-size:18px;
}
.service-examples, .social-left, .social-right{
	margin:0px auto;
	padding:0;
}
.social-right{
	width:33.33%;
	float:left;
}

.social-left{
	width:66.66%;
	float:left;
}
.service-call{
	margin:0px auto;
}
.service-desc{
	width:600px;
	display:block;
	position:relative;
	margin:0;
	height:auto;
	overflow:auto;
	float:left;
	color:#000;
}
.service-process{
	width:100%;
	display:block;
	position:relative;
	margin:0;
	height:auto;
	overflow:auto;
	padding:0px 0;
	background-color:#000;	
}
.service-next, .service-prev, .service-next-red, .service-prev-red{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:inline-block;
	position:relative;
	width:45%;
	padding:30px 0;
	margin:0px;
	float:left;
}
.service-next, .service-next-red{
	background:#1c1c1b;
	color:#FFF;	
	padding-right:5%;
	text-align:right;
}
.service-prev, .service-prev-red{
	background:#c6c6c5;
	padding-left:5%;
	text-align:left;

}
.service-prev:before, .service-next:after, .service-prev-red:before, .service-next-red:after{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	position:absolute;
	width:5%;
	top:12px;
}
.service-prev:before, .service-prev-red:before{
	content:url(siteIcon/arrow_left.png);
	left:3%;
}
.service-next:after, .service-next-red:after{
	content:url(siteIcon/arrow_right.png);
	right:5%;
}
.service-prev h3, .service-prev-red h3{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	color:#1c1c1b;
}
.service-next h3, .service-next-red h3{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	color:#FFF;	
}
.service-next:hover > h3{
	color:#25AAE1;
	margin-right:-10px;
}
.service-prev:hover > h3{
	color:#25AAE1;
	margin-left:-10px;
}
.service-next-red:hover > h3{
	color:#e30513;
	margin-right:-10px;
}
.service-prev-red:hover > h3{
	color:#e30513;
	margin-left:-10px;
}

/* Case study page structure*/
.info-30, .work-70, .info-30-center, .info-100, .social, .social-l, .social-info-30, .social-info-30-center, .info-50, .port-50, .port-70, .port-30, .info-33, .info-25, .info-70, .info-16, .subscribe {
	display:inline-block;
	position:relative;
	width:350px;
	height:280px;
	margin:10px 0px;
	float:left;
	padding:0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
.subscribe{
	width:100%;
	height:auto;
	display:none;

}
.subscribe p{
	color:#FFF;
}
.info-50{
	width:48%;
	height:auto;
	overflow:hidden;
	margin:0 1%;
	text-align:center;
}
.info-33{
	width:29.33333333333333;
	height:auto;
	overflow:hidden;
	margin:0 2.7%;
	text-align:center;
	padding:0px;
	min-height:230px;
}
.info-16{
	width:16%;
	height:auto;
	overflow:hidden;
	margin:0 0.3%;
	text-align:center;
	padding:20px 0;
	min-height:330px;
}
#ani-holder, #ani-holder-2, #ani-holder-3, #ani-holder-4, #ani-holder-5, #ani-holder-6{
	display:block;
	position:relative;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	visibility:hidden;
}
.sign-ani{
	display:block;
	position:relative;
	padding:0px;
	margin:0 auto;
	width:300px;
	height:150px;
	overflow:hidden;
}
#sign-graphic{
	width:300px;
	margin:-30px auto 0;
	float:none;
	display:block;
	visibility:hidden;
}
.info-16 p{
	font-size:14px;
	padding:0 21px;
}
.info-16 h5{
	font-size:30px;
	font-family: 'Bebas';
}
.info-25{
	width:23%;
	height:auto;
	overflow:hidden;
	margin:0 1%;
	text-align:center;
	padding:0px;
}
.info-70, .work-70{
	display:block;
	width:80%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	float:none;
}

.social-info-30, .social-info-30-center {
	margin:15px auto 0px;
	height:auto;
}

.info-30 img, .info-30-center img{
	width:100%;
}
.info-100{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:20px auto;
	padding:0px;
	text-align:center;
	float:none;
}
.info-30-center, .social-info-30-center {
	margin:15px 105px 0px; 
}
.info-30 h3{
	color:#25AAE1;
}
.info-30 ul {
	list-style:square;
	font-size:17.5px;
	font-family: 'GothamLight';
}
.info-30 ul li{
	margin:5px 0;
}
/*work*/
.work-30{
	display:block;
	position:fixed;
	width:27%;
	height:100%;
	margin:0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	text-align:center;
	z-index:200;
	top:0px;
	left:0px;
	background:#FFF;
	border-right:2px solid #F4F4F4;
	padding:0 4% 0 4%;
}
.work-30 h1{
	font-size:46px;
	line-height:normal;
	clear:both;
}
.work-30 h4{
	color:#000;
}


.work-70{
	float:right;
	padding:0px;
	background:#F00;
	width:65%;
}
.work-30 .info-100{
	text-align:left;
}
.work-70 img{
	display:block;
	width:100%;
	padding:0px;
	margin:0px;
	position:relative;
}
.work-logo{
	display:block;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	width:75px;
	height:auto;
	clear:both;
}

.work-circle {
	transition: all 1s ease-in-out 0s;
    border-radius: 0;
    display: block;
    height: 80px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
	float:left;
	clear:both;
}
.work-circle img {
    bottom: 0;
    display: inline-block;
    float: none;
    height: 60px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 60px;
}
.work-circle:hover{
	border-radius:50%;
	background:#F4F4F4;
}
.social{
	padding:0;
	margin:-5px 0;
	width:58.33333333333333px;
	height:58.33333333333333px;
}
.social-l{
	padding:0;
	margin:0px;
	width:116.6666666666667px;
	height:116.6666666666667px;
}
.section-image{
	display:block;
	position:relative;
	height:auto;
	clear:both;
	text-align:center;
	width:100%;
	margin:0px auto;
	padding:0px 0;
}
.section-image img{
	width:auto;
	margin:0 auto;
}
.case-box{
	transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-ms-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	-webkit-transition:all 1.0s ease-in-out;
	width:300px;
	height:280px;
	margin:100px 30px 10px;
	padding:20px;
	border:10px solid rgba(255,255,255,0.4);
	background:none;
	overflow:visible;
	text-align:center;
}
.case-box p{
	color:#FFF;
}
.case-box:hover{
	border:10px solid rgba(255,255,255,1);
}
.case-box img{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:block;
	float:none;
	width:150px;
	margin:-100px auto 20px;
}
.case-box:hover > img{
	margin:-130px auto 50px;
}
.contact-info, .form{
	transition:background 1.0s ease-in-out;
	-moz-transition:background 1.0s ease-in-out;
	-ms-transition:background 1.0s ease-in-out;
	-o-transition:background 1.0s ease-in-out;
	-webkit-transition:background 1.0s ease-in-out;
	height:250px;
	width:350px;
	position:absolute;
	padding:0px;
	margin:auto;
	vertical-align:middle;
	top:0;
	left:0px;
	right:0px;
	bottom:0px;
	text-align:left;
}
.contact-info ul{
	text-decoration:none;
}
.contact-info ul li{
	list-style:none;
	text-decoration:none;
	margin-left:20px;
	padding:20px 0;
	color:#FFF;
	font-size:16px;
}
.contact-info ul li img{
	content:url(siteIcon/instagram-roll.png);
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	margin-left:-50px;
	margin-top:-10px;
}
.contact-form{
	width:100%;
	height:500px;
	padding:0px
	margin:0px;
}
 .google-maps {
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/*Skrollr settings*/
.header{height:90px;
}
#header2, #header3{
	height:20px;
	width:100%;
	display:block;
	position:relative;
}
#header3{
	height:0px !important;
	padding:0px;
	margin-top:0px;
	background:#F00;

}
.menu{
	display:none;
}
/* Colour edits for IT*/

.black{
	background:#1c1c1b;
}
.red{
	background:#e30513;
}
.l-grey{
	background:rgba(204,204,204,0.3);

}
.grey{
	background:#c6c6c5;

}
.font-white{
	color:#FFF;
}
.font-red{
	color:#e30513;
}
.font-blue{
	color:#5bc5f1;
}
.font-grey{
	color:#c6c6c5;
}
.create-sel{
	border:3px solid #5bc5f1 !important;
}

.process{
	width:70% !important;
	margin:40px auto 0 !important; 
	display:block !important;
	float:none !important;
	padding:40px 0 0;
}
.menu-list{
	display:none;}
.form{
	height:500px;
}
.but-center{
	margin:0 auto;
	float:none;
	display:block;
	
}
.image-holder{
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
	width:100%;
	height:50vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	text-align:center;
}
.social-info-30 h3, .social-info-30-center h3{
	padding-top:12.5px;
}
.features {
    clear: both;
    display: block;
    height: auto;
    list-style: outside none square;
    margin: 20px 0 10px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.features li {
    background: none repeat scroll 0 0 #f4f4f4;
    display: inline-block;
    float: left;
    margin: 5px;
    padding: 10px;
    text-align: center;
    width: auto;
}
.third{
	width:410px;
	height:300px;
	margin:5px;
}
.third img{
	width:100%;
	margin:0px;
}
.img-80, .info-50 .img-80{
	width:80%;
	margin:10px auto;
	display:block;
	position:relative;
	float:none;
	
}
.benefit{
	width:95%;
	padding:0px;
}
.benefit li{
	width:100%;
	padding:10px 0;
	margin:10px 0;
	background:#c6c6c5;
}
#pin{
	display:block;
	position:absolute;
	right:90px;
	bottom:150px;
	margin:auto;
	padding:auto;
	visibility:hidden;
	width:150px;
}

.default-ul li{
	text-decoration: none;
	list-style:none;
}
/* Table*/
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px auto;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	max-width:1000px;
}
table h4{
	color:#1c1c1b;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	text-align:left;
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
.advertAni{
	display:block;
	position:relative;
	width:1000px;
	height:550px;
	margin:0 auto 60px;
	overflow:hidden;	
}
#advert-backAni{
	width:800px;
	margin:40px auto 0;
	display:block;
	position:relative;
	float:none;
	padding:0px;
	z-index:150;
	visibility:hidden;
}
#advert-processAni-1, #advert-processAni-2, #advert-processAni-3, #advert-processAni-4, #advert-processAni-5{
	display:block;
	position:absolute;
	z-index:100;
	padding:0px;
	visibility:hidden;
}
#advert-processAni-1{
	right:50px;
	top:195px;
}
#advert-processAni-2{
	left:10px;
	top:280px;
}
#advert-processAni-3{
	right:50px;
	top:315px;
}
#advert-processAni-4{
	left:10px;
	top:398px;
}
#advert-processAni-5{
	right:50px;
	top:438px;
}
.icon, .info-50 .icon, .info-16 .icon{
	display:block;
	position:relative;
	padding:0px;
	margin:10px auto;
	width:64px;
	height:64px;
	float:none;
}
.contact-num{
    position: absolute;
	display:block;
    bottom: 0;
    height: 20px;
    width: 190px;
    left: 0%;
    margin: auto;
    right: 0;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
	z-index:500;
	padding:0px;
}
/*Image gallery*/
.banner {
    background: none repeat scroll 0 0 transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    overflow: auto;
    position: relative;
	display:block;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
	margin:30px 0;
	padding:0px;
	height:auto;
}
.banner ul {
    list-style: outside none none;
    width: 300%;
	height:600px;
	padding:0px;
	margin:0px;
}
.banner li { list-style: none; }
.banner ul li {
	float: left;
	width:33.333333%;
	height:100%;
	padding:0px;
	margin:0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.banner ul li img{
	display:block;
	margin:5% auto 0;
	position:relative;
	height:80%;
	padding:0px;
}
.banner .dots{ 
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
	background:rgba(51,51,51,0.5);
	width:145px;
	padding:20px;
	z-index:200;
	margin:auto;
	float:none;
}
.banner .dots li {
    border: 2px solid #fff;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 20px;
}
.unslider-arrow{
	display:block;
	position:absolute;
	height:100%;
	width:40%;
	padding:0px;
	z-index:400;
	margin:0;
}
.prev{
	transition:all 2s ease-in-out;
	left:0px;
	cursor:default;
}
.prev:hover{
	cursor:url(/Images/arrow_left.png), url(/Images/arrow_right.cur), default;

}
.next{
	transition:all 2s ease-in-out;
	right:0px;
	cursor:default;
}
.next:hover{
	cursor:url(/Images/arrow_right.png), url(/Images/arrow_right.cur), default;

}
.banner .dots li:hover {
	background:#FFF;
}
.option3 a{
	text-decoration:none;
	color:#1c1c1b !important;
}
/*portfolio*/
.half-section, .large-section{
    display: block;
    float: none;
	height:auto;
    margin: 0px auto;
    padding: 0px 0;
    position: relative;
	width:1200px;
	text-align:center;
	min-height:200px;
}
.half-section{
	width:600px;
	text-align:left;
}
.port-50, .port-30, .port-70 {
    display: inline-block;
    float: left;
    height: auto;
    width: 50%;
	margin:0 auto;
}
.port-30{
	width:30%;
	margin:0;
}
.port-70{
	width:70%;
	margin:0;
	text-align:center;
}
.port-cont-s{
	padding:50px 15%;
	display:block;
	position:relative;
}

.port-section, .port-sect-set {
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
	background:#999;
}
.port-sect-set {
	height:700px;
}
.img-height{
	height:80%;
	display:block;
	position:relative;
	float:none;
	width:auto;
	margin:0 auto;
	padding:0px;
}
.img-port-cent, .img-port-cent-1000{
	height:auto;
	display:block;
	position:relative;
	float:none;
	margin:0 auto;
	padding:0px;
	width:500px;	
}
.img-port-cent-1000{
	width:1100px;
}
/*projects*/
ul.project-block{
	display:block;
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	background:#333;
	height:auto;
	width:100%;
	overflow:hidden;
}
ul.project-block li{
	display:inline-block;
	position:relative;
	width:33.3333%;
	height:350px;
	background:#999;
	float:left;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}
.proj-logo{
	transition:all 0.2s ease-in-out;
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 200px;
	display:inline-block;
	z-index:300;
	opacity:1;
}
ul.project-block li:hover > a .proj-logo{
	opacity:0.7;
	top:-60px;
}
.proj-cover, .proj-cover-yel, .proj-cover-red, .proj-cover-org, .proj-cover-drkblu, .proj-cover-tss, .proj-cover-pmx{
	transition:all 0.2s ease-in-out;
	display:inline-block;
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.2);
	top:0;
	bottom:0;
	right:0;
	left:0px;
	vertical-align:middle;
	margin:auto;
	float:none;
}
ul.project-block li:hover > a .proj-cover{
	background:rgba(0,153,255,0.7);
}
ul.project-block li:hover > a .proj-cover-yel{
	background:rgba(255,255,0,0.7);
}

ul.project-block li:hover > a .proj-cover-red{
	background:rgba(197,0,0,0.7);
}
ul.project-block li:hover > a .proj-cover-org{
	background:rgba(255,153,0,0.7);
}
ul.project-block li:hover > a .proj-cover-drkblu{
	background:rgba(0,102,204,0.7);
}
ul.project-block li:hover > a .proj-cover-tss{
	background:rgba(0,186,242,0.7);
}
ul.project-block li:hover > a .proj-cover-pmx{
	background:rgba(54,39,128,0.7);
}


.proj-info{
	transition:all 0.2s ease-in-out;
	display:block;
	position:absolute;
	left:5%;
	bottom:-130px;
	margin:0px;
	padding:0px;
	height:100px;
	width:80%;
}
.proj-info h1{
	color:#FFF;
	font-size:46px;
	line-height:normal;
}
.proj-info p{
	color:#FFF;
}
ul.project-block li:hover > a .proj-info{
	bottom:0px;
}

/*HEx colors*/
.col-blu{
	color:#00b6ef;
}
.col-wht{
	color:#FFF;
}
.col-gry{
	color:#f4f4f4;
}
.col-blk{
	color:#262626;
}
.col-red{
	color:#E30513;
}
.bac-wc-blk{
	background:rgb(43, 43, 43)
}
.bac-red{
	background:#E30513;
}

.bac-blu{
	background:#00b6ef;
}
.bac-wht{
	background:#FFF;
}
.bac-gry{
	background:#f4f4f4;
}
.bac-blk{
	
	background:#262626;
}
.bac-grad-org {
    background: linear-gradient(to right, rgba(243, 112, 34, 1) 0%, rgba(255, 201, 77, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*service selector*/

ul.service-select {
    display: block;
    float: left;
    height: auto;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    float: right;
}
ul.service-select li {
    display: inline-block;
    float: none;
    height: 130px;
    margin: 0 10px;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 140px;
}
ul.service-select-blk p{
	color:#FFF;
}
.service-type h2, .service-type p strong{
	color:#E30513;
}
.service-type2 h2, .service-type2 p strong{
	color:#25AAE1;
}

ul.service-select li img {
    display:inline-block;
    float: none;
    height: 80px;
    margin: auto;
	padding:0;
    position:absolute;
    width: 80px;
	bottom:0;
	top:0;
	left:0;
	right:0;
	vertical-align:middle;
}
.circle-serv{
	transition:all 0.3s ease-in-out;
	display:block;
	position:relative;
	height:100px;
	width:100px;
	margin:10px auto 10px;
	border-radius:0;
}
ul.service-select li:hover .circle-serv{
	border-radius:50%;
	margin:0px auto 20px;
	background:#FFF;

}
.service-type .info-50, .service-type2 .info-50{
	text-align:left;

}
/*images*/
.service-img{
	display:block !important;
	position:relative;
	float:none !important;
	height:400px !important;
	width:400px !important;
	margin:0 auto !important;
	padding:0;
}
.service-type span{
	cursor:pointer;
}
/*Padding*/
.s-pad{
	padding:10px 0;
}
.m-pad{
	padding:35px 0;
}
.l-pad{
	padding:75px 0;
}
.xl-pad{
	padding:100px 0;
}
a{
	text-decoration:none;
	color:inherit !important;
}

/*Extras*/
.height-100{
	height:100%;
}
.gen-back{
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
}
::selection {
  background: #E30513; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #E30513; /* WebKit/Blink Browsers */
  color:#FFF;
}

@media only screen and (min-width: 2000px) {
.service-box, .social-box{
	height:400px;
}
.sect-link{
	padding:150px 0;
}
}
@media only screen and (max-width: 1024px) {
.info-16{
	min-height:310px;
}
.header{height:70px;
}
.info-16 p{
	font-size:12px;
	padding:0 10px;
}
.info-16 h5{
	font-size:28px;
	font-family: 'Bebas';
}

.footer{
	margin:0px;
	}
.nav, .nav-it{
	height:40px;
}
.nav img, .nav-it img {
	width:50px;
	margin:5px 0 0 10%;
}
.nav ul, .nav-it ul {
	display:none;
}
.bannertext {
	width: 450px;
	height:auto;
	border:15px solid #000;
	padding:0px;
	color:#000;
	text-align:center;
	position:relative;
	display:block;
	margin:0 auto;
	top:30%;
	vertical-align:middle;
	clear:both;
	float:none;
	padding:20px;
}
#header{
	height:70px;
	background:#FFF;
}
h1{
	font-size:55px;
	line-height:normal;
}
h2{
	font-size:47px;
}
h5{
	font-size:65px;
	line-height:60px;
}
h6{
	font-size:20px;
}
p{
	font-size:12px;
}
p1{
	font-size:10px;
	top:auto;
}

#bannerAni p1 {
    font-size:16px;
}


.section-gen, .section-b, .section-text, .section-info, .section-case, .section-footer, .section-intro{
	width:90%;
	margin:20px auto;
	padding:0px 0;
}
.section-gen{
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;

}
.section-intro{
	margin:30px auto 0;
}
.section-footer{
	width:100%;
	margin:0px auto 0;
	padding:10px 0;
}
.section-text{
	padding:0px;
	margin:15px auto;
	text-align:center;
	}
.section-case{
	margin:10px auto;
	padding:10px 0 ;
}
.service-desc{
	width:60%;
}

.section-info img, .section-intro img{
	display:inline-block;
	float:left;
	width:30%;
	margin:10% 5% 0;
}
.process{
	width:100% !important;
	margin:40px auto 0 !important; 
	display:block !important;
	float:none !important;
	padding:40px 0 0;
}
.section-heading {
    margin: 25px auto;
    padding: 0;
    text-align: center;
}
.service-box{
	width:33.33%;
	height:280px;
}
.service-hover, .social-hover{
	width:100%;
	height:100%;
	bottom: -0%;
	background:rgba(28,28,27,0.5);

}
.social-hover{
	transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
}
.service-hover:hover{
	background:rgba(28,28,27,0.5);
}
.service-hover:hover, .social-hover:hover{
	bottom: 0px;
	
}
.service-hover-opt, .service-hover-opt2, .social-hover-opt, .social-hover-opt2{
	height:125px;
	width:100%;
}
.service-hover-opt{
	margin-top:15px;
}

.social-hover-img{
	height:20px;
	width:20px;
}
.social-hover-img-l{
	height:30px;
	width:30px;
}
.social-hover-img img, .social-hover-img-l img{
	width:100% !important;
}
.service-hover-content{
	display:-inline-block;
	position:absolute;
	height:130px;
	width:200px;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	vertical-align:middle;
	text-decoration:none;
	color:#FFF;
}
.service-hover-content h3{
	padding-bottom:10px;
	font-size:17px;
}
.mail-reg, .service-call{
	margin:0px auto;
	padding:50px 0;
}
.button-service, .button-project {
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    width: 200px;
	height:40px;
	color:#1c1c1b;
	background:#FFF;
}
.button-service{
	margin:20px auto 0px;
}
/*service*/
#bannerAni {
    width: 500px;
	height:80px;
	padding:20px 5px;
	
}
#phone, #phoneB, #phoneC{
	margin:0% auto 0;
}
#process1, #process2, #process3, #process4{
	left:0%;
	top:0px;
	width:27%;
}
#process2{
	left:24.5%;
}
#process3{
	left:49%;
}
#process4{
	left:74%;
}
.sect{
	width:100%;
	margin:0px;
}
.sect-middle{
	padding:0px 0px 50px;
}
.animation-50{
	height:auto;
}
.sectInner, .sectInner-process, .sectInner-text{
	width:90%;
	height:auto;
	margin:70px auto;
}
.sectInner-text{
	margin:0 auto 20px;
}
.sectInner-process{
	margin:50px auto 0;
	height:220px;
}
.cont-quarter{
	width:20%;
	margin:20px 2.5%;
	display:inline-block;
	position:relative;
	float:left;
	height:auto;
	overflow:hidden;
	text-align:center;

}
.cont-quarter p{
	font-size:12px;
}
/*service next/previous*/
.service-next, .service-prev, .service-next-red, .service-prev-red{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:inline-block;
	position:relative;
	width:50%;
	padding:30px 0;
	text-align:center;
	margin:0px;
}

.service-prev:before, .service-next:after, .service-prev-red:before, .service-next-red:after{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	position:absolute;
	width:auto;
	top:8px;
}
.service-prev:before, .service-prev-red:before{
	left:5%;
}
.service-next:after, .service-next-red:after{
	right:5%;
}
.service-prev h3, .service-prev-red h3, .service-next h3, .service-next-red h3{
	font-size:15px;
}
.service-next:hover > h3, .service-next-red:hover > h3, .service-prev-red:hover > h3, .service-prev:hover > h3{
	margin:auto;
}
.info-30, .info-30-center, .info-100, .social, .social-l, .social-info-30, .social-info-30-center {
	display:inline-block;
	position:relative;
	width:228px;
	height:280px;
	margin:10px 0px;
	float:left;
	padding:0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	float:left;
	text-align:center;
}
.social-info-30, .social-info-30-center {
	width:33.33%;
	margin:0px;
	height:auto;
}
.social-info-30 h3, .social-info-30-center h3{
	padding-top:10px;
	font-size:14px;
}
.info-30, .info-30-center{
	width:30%;
	margin-top:0px;
	height:auto;
}
.info-30-center{
	margin:0 5%;
}
.info-100{
	width:100%;
	height:auto;
	margin:10px 0 20px;
}
.case-start, .case-mid{
	width:45% ;
}
.case-mid{
	margin: 0 0 0 10%;
	padding:0px;
}
.case-end{
	width:100%;
	padding:0px;
	margin:20px 0 0 0;
}
.info-30 ul{
	list-style:square;
	display:block;
	width:100%;
	margin:20px 0 10px;
	padding:0px;
	height:auto;
	clear:both;
	overflow:hidden;
	
}
.info-30 ul li{
	width:auto;
	display:inline-block;
	padding:10px 10px;
	margin:5px 10px;
	text-align:center;
	float:left;
	background:#CCC;
	
}








.button-project{
	position:relative;
	clear:both;
	margin:20px auto;
	padding: 20px 0;
	background:#5bc5f1;
	border:none;
	color:#FFF;
	width:350px;
	height:auto;
    overflow: hidden;
    white-space: nowrap;
}

.button-project-fill{
	display:none;
}
.case-box{
	width:29.33%;
	border:none;
	padding:0px 2%;
	margin:120px 0 -10px;
}
.case-box:hover{
	border:none;
}
.box-client{
	display:inline-block;
	position:relative;
	width:31.33333333333333%;
	height:260px;
	margin:10px 1%;
	float:left;
	padding:0px;
}
.social{
	padding:0;
	margin:0px;
	width:38.33333333333333px;
	height:38.33333333333333px;
	margin-left:1%;
}
.social-hover{
	width:100%;
	height:100%;
	background:rgba(28,28,27,0);
}
.social-hover-opt{
	width:100%;
	height:100%;
}
.social-hover-opt2{
	display:none;
}
.menu-list{
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	display:none;
	position:fixed;
	width:100%;
	height:0%;
	margin: 0 0 0;
	padding:0;
	z-index:1000;
	background:rgba(255,255,255,1);
	overflow:hidden;
	top:0px;
	font-family: 'GothamLight';


}
.menu, .menu-close{
	position:absolute;
	display:block;
	right:0px;
	margin-right:10%;
	cursor:pointer;
	top:12px;
	width:35px;
	height:31px;
	margin-right:10%;
}
#panel,.option,#panel2,.option2, .option3{
padding:5px;
text-align:center;
border:solid 1px #c3c3c3;
font-size:25px;
font-family: 'GothamLight';
cursor:pointer;
text-transform:uppercase;
}
.option, .option2, .option3{
	margin-top:0%;
	padding:15px 0;
}
.option3{
	background:#FFF;
}
#panel, .option{
	background:#FFF;
}
#panel2, .option2{
	background:#1c1c1b;
	color:#e30513;
}
#panel, #panel2 {
padding:10px 0;
display:none;
}
.panel-insert, .panel-insert2{
	width: 100%;
	padding:15px 0;
	font-size:18px;
	font-family: 'GothamLight';

}
.panel-insert a, .panel-insert2 a{
	text-decoration:none !important;
	color:#000 !important;
	border:none;
}
.panel-insert2 a{
	color:#FFF !important;
}
.social-right, .social-left{
	width:100%;
	float:left;
}
.social-l{
	padding:0;
	margin:0px;
	width:116.6666666666667px;
	height:116.6666666666667px;
}
.form{
	height:auto;
	width:700px;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
}
.social-box2{
	height:auto;
}
.contact-input, .contact-select-box, .contact-text{
	display:inline-block;
	position:relative;
	float:left;
	width:300px;
	margin:10px 10px;
	border:1% solid #1c1c1b;
	color:#1c1c1b;
	
}
.contact-select-box{
	width:325px;
}
 .contact-text{
	 display:inline-block;
}

.contact-form{
	height:auto;
}
.but-center{
	margin:0 auto;
	float:none;
	display:block;
	
}
.contact-info ul li img{
	width:30px;
	height:30px;
	margin-left:-45px;
	margin-top:-5px;
}
.box-client .service-hover .service-hover-opt .service-hover-img{
	height:140px;
	width:140px;
}
.box-client .service-hover .service-hover-opt2 .service-hover-content p1{
	font-size:16px;
}
.box-client .service-hover .service-hover-opt, .box-client .service-hover .service-hover-opt2{
	height:50%;
	margin-top:0px;
}
.home-opt-right, .home-opt-left{
	text-align:center;
	display:inline-block;
	position:absolute;
	width:200px;
	height:300px;
	margin:auto;
	vertical-align:middle;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
}
.box{
	width:45%;
	height:240px;
	margin:10px 2.5%;
	float:left;
	padding:0px;
}
.third{
	width:33.3333%;
	height:200px;
	margin:5px 0;
}
.third img{
	width:100%;
	margin:0px;
}

.slide-info, .slide-info-red{
	width:100%;
	height:100px;
	bottom: -50px;
}
.slide-opt{
	height:50px;
	width:100%;
}

.slide-opt h3{
	margin-top:15px;
	margin-left:10px;
	font-size:17px;
}
.slide-content{
	display:none;
}
.example-two, .example-three, .example-four {
    height: 250px;
}
.example-five, .example-six {
	height:200px;}

.example-one{
	height:450px;
}

.reg {
    margin: 0 auto;
    width: 90%;
}
.reg-select {
    margin:10px 0 0 0;
    width: 100%;
}

.reg-select-box {
    display: block;
    float: none;
    margin: 10px 1%;
    width: 98%;
}

.reg-section{
    height: 80px;
    margin: 0 0.5%;
    padding: 0;
    width: 32%;
}
.reg-input {
    border: 2px solid #fff;
    font-size: 15px;
    height: 40px;
    margin: 0 auto;
    padding-left: 3%;
    width: 92%;
}
.myButton {
    border: 0px solid #fff;
    font-size: 15px;
    padding: 0;
    width: 100%;
    margin: 0 10px;
	background:#FFF;
	color:#1c1c1b;
}
.myButton-fill{
	display:none;
}

.myButton:hover > .myButton-fill{
	width:0px;
} 
.myButton:hover > .myButton-text{
	color:#1c1c1b;
}
.client{
	display:inline-block;
	position:relative;
	width:25%;
	height:140px;
	margin:0px 0;
	float:left;
	padding:0px;
}
.client-logo{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:block;
	position:absolute;
	width:100%;
	top:0;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.client-logo img{
	width:200px;
	margin-top:-30px;
}
.client-logo:hover{
	bottom: -340px;
	
}

.example-magnify {
    background-color: #09f;
    height: 50px;
    opacity: 1;
    transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	position:absolute;
    width: 50px;
	bottom:0px;
	right:0px;
}

.example-magnify img {
    bottom: 0;
    display: block;
    height: 30px;
    margin:10px auto;
    position: relative;
    vertical-align: middle;
    width: 30px;
}
.hoverL:hover .home-opt-left{
	color:rgba(0,0,0,1);
}
.hoverR:hover .home-opt-right{
	color:rgba(255,255,255,1);
}
.service-call h1{
	font-size:30px;
}
.features li {
    margin: 2.5px;
    padding: 10px;
}
.third{
	width:31.3333%;
	height:200px;
	margin:5px 1%;
}
.third img{
	width:100%;
	margin:0px;
}
.cont-quarter .title{
	margin:30px auto;
}
.advertAni{
	width:675px;
	height:450px;
}
#advert-backAni{
	width:675px;

}
#advert-processAni-1{
	right:40px;
	top:120px;
}
#advert-processAni-2{
	left:0px;
	top:192px;
}
#advert-processAni-3{
	right:40px;
	top:222px;
}
#advert-processAni-4{
	left:0px;
	top:293px;
}
#advert-processAni-5{
	right:40px;
	top:325px;
}
.banner {
    background: none repeat scroll 0 0 transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    overflow: auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
	margin:30px 0;
}
.banner ul {
    list-style: outside none none;
    width: 300%;
	height:400px;
}
.service-hover-content p1 a{
	font-size:14px;
}
.box-client{
	border-bottom:1px solid rgba(204,204,204,0.4);
	border-top:1px solid rgba(204,204,204,0.4);
}
.box-client .service-hover{
	background:rgba(255,255,255,0) !important;
}
.box-client .service-hover .service-hover-opt2 .service-hover-content p1 a, .box-client .service-hover .service-hover-opt2 .service-hover-content h3{
	color:#1c1c1b;
}
.intro-holder{
	width:36%;
}
.intro-holder img{
    margin-top: 47%;
	width:100%;
}

#pin {
	bottom: -37%;
    width: 71px !important;
	right:12%;
	top:0;
}
.slide-content p{
	color:#000;
	font-size:12px;

}
}
@media only screen and (max-width: 768px) {
h1{
	font-size:40px;
}
h2{
	font-size:36px;
}
h3{
	font-size:18px;
}
h5{
	font-size:45px;
	line-height:50px;
}
p1{
	font-size:13.5px;
}
.unslider-arrow, .left, .right{
	display:none;}
#bannerAni p1 {
    font-size:12px;
}
.info-16{
	width:33.33333333333333%;
	margin:0 0%;
	padding:20px 0;
	min-height:240px;
}
/*service*/
#bannerAni {
    width: 350px;
	height:60px;

}
#phone, #phoneB, #phoneC{
	margin:20px auto;
	width:100%;
}
#process1, #process2, #process3, #process4{
	left:0%;
	top:0px;
	width:27%;
}
#process2{
	left:24.5%;
}
#process3{
	left:49%;
}
#process4{
	left:74%;
}
.sect{
	width:100%;
	margin:0px;
}
.sect-middle{
	padding:0px 0;
}
.animation-50{
	height:auto;
	width:100%;
	text-align:center;
}
.sect-cont{
	width:100%;
	margin-top:0px;
}
.sectInner, .sectInner-process, .sectInner-text{
	width:90%;
	height:auto;
	margin-top:10px;
}

.sectInner-process{
	margin:50px auto 0;
	height:150px;
}
.cont-quarter{
	width:45%;
	margin:10px 2.5%;
}
.cont-quarter p{
	font-size:12px;
}
.bannertext {
	width:320px;
	height:auto;
	border:15px solid #000;
	padding:0px;
	color:#000;
	top:35%;
	padding:20px;
}
.bannertext p1{
	font-size:13.5px;
}
.service-box{
	width:50%;
	height:320px;
}
.service-hover-opt, .service-hover-opt2, .social-hover-opt, .social-hover-opt2{
	height:140px;
}
.service-hover-opt{
	margin-top:0px;
}
.service-hover-img, .social-hover-img, .social-hover-img-l{
	height:160px;
	width:160px;
}
.service-next, .service-next-red, .service-prev, .service-prev-red{
	text-align:center;

}
.service-prev:before, .service-prev-red:before{
	left:0%;
}
.service-next:after, .service-next-red:after{
	right:0%;
}
.service-prev:before, .service-next:after, .service-prev-red:before, .service-next-red:after{
	opacity:0.2;
}
.section-info img, .section-intro{
	margin:15% 5% 0;
}
.social{

	width:38.33333333333333px;
	height:38.33333333333333px;
	margin-left:5%;
}
.social-hover{
	width:100%;
	height:100%;
}
.social-hover-opt{
	width:100%;
	height:100%;
}
.social-hover-opt2{
	display:none;
}
.social-hover-img{
	height:20px;
	width:20px;
}
.option, .option2, .option3{
	padding:15px 0;
}
.form{
	height:auto;
	width:400px;
	padding-top:40px;
	overflow:hidden;
}

.contact-input, .contact-select-box, .contact-text{
	float:none;
	width:300px;
	margin:20px auto;
	border:2px solid #1c1c1b;
	color:#1c1c1b;
	display:block;
}
.contact-select-box{
	width:325px;
}
.contact-text{
	padding:10px;
}
.contact-form{
	height:auto;
}
.but-center{
	margin:0 auto;
	float:none;
	display:block;
	
}

.contact-info ul li{
	font-size: 15px;
}
.contact-info{
	width:300px;
}
.contact-info ul li img{
	content:url(siteIcon/instagram-roll.png);
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	margin-left:-50px;
	margin-top:-10px;
}
.social-box{
	width:100%;
	height:340px;
}
.social-hover-img-l{
	height:30px;
	width:30px;
}
.social-l{
	padding:0;
	margin:0px;
	width:100px;
	height:100px;
}
.box-client{
	width:48%;
	height:260px;
	margin:10px 1%;
}
.box-client .service-hover .service-hover-opt, .box-client .service-hover .service-hover-opt2{
	height:50%;
}
.box-client .service-hover .service-hover-opt .service-hover-img{
	height:120px;
	width:120px;
}
.box-client .service-hover .service-hover-opt2 .service-hover-content p1{
	font-size:16px;
}
.example-one{
	display:none;
}
.example-two, .example-three, .example-four {
    width:33.3333%;
    height: 150px;
}
.example-five, .example-six {
	width:50%;
}
.client{
	width:25%;
	height:110px;
}
.client-logo img{
	margin-top:-20px;
}
.slide-info, .slide-info-red{
    height: 160px;
}
.slide-opt {
    height: 160px;
    width: 100%;
}
.slide-img, .slide-img-red {
    right: 0;
    top:60px;
    width: 50px;
    z-index: 300;
}
.box {
    height: 200px;
}
.reg-section {
    height: 80px;
    margin: 0 0%;
    padding: 0;
    width: 50%;
}
.reg-but-center{
	float:none;
}
.service-call h1{
	font-size:25px;
}
.section-intro img{
	display:block;
	position:relative;
	float:none;
	width:50%;
	margin:50px auto 0px;
	clear:both;
}
.service-desc{
	width:100%;
	margin-bottom:20px;

}
.cont-quarter .title{
	margin:30px auto;
}
.advertAni{
	width:420px;
	height:300px;
	margin-bottom:40px;
}
#advert-backAni{
	width:420px;

}
#advert-processAni-1{
	right:20px;
	top:70px;
}
#advert-processAni-2{
	left:0px;
	top:114px;
}
#advert-processAni-3{
	right:20px;
	top:133px;
}
#advert-processAni-4{
	left:0px;
	top:177px;
}
#advert-processAni-5{
	right:20px;
	top:195px;
}
.banner ul {
    list-style: outside none none;
    width: 300%;
	height:300px;
}
.banner ul li img{
	display:block;
	margin:5% auto 0;
	position:relative;
	height:80%;
}
.intro-holder{
	width:100%;
	margin:0px;
}
.intro-holder img{
    margin-top: 4%;
	width:54%;
}

#pin {
	bottom: 50px;
    width: 71px;
	right:0%;
	left:17%;
}
}
/*@media only screen and (device-width: 602px) and (device-height: 962px){
.window {
    display: block;
    height: 50vh !important ;
    position: relative;
    width: 100%;
}
body{
	background:#F00;
}
.hoverR, .hoverL {
    height: 50%;
}
}*/
@media only screen and (max-width: 479px) {

p1{
	font-size:14px;
}
h1{
	font-size:30px;
}
h2{
	font-size:27px;
}
h3{
	font-size:15px;
}
h5{
	font-size:35px;
}
.info-16{
	width:50%;
	margin:0 0%;
	padding:20px 0;
	min-height:220px;
}
.sign-ani{
	width:200px;
	height:100px;
}
#sign-graphic{
	width:200px;
}
.bannertext {
	width:320px;
	height:auto;
	border:15px solid #000;
	padding:0px;
	color:#000;
	top:35%;
	padding:20px;
}
.section-b, .section-text, .section-info, .section-case, .section-intro{
	width:80%;
	margin:50px auto;
	padding:0px 0;
}
.section-intro{
	margin:50px auto 0;
}
.service-desc{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}

.section-info img, .section-intro img{
	display:block;
	position:relative;
	float:none;
	width:250px;
	margin:0px auto 10px;
	clear:both;
}
.section-intro img{
	margin:0px auto 0px;
	
}
.process{
	width:100% !important;
	margin:15px auto !important; 
	display:block !important;
	float:none !important;
	padding:20px 0 0;
}
.service-box{
	width:100%;
	height:320px;
}
.service-prev h3, .service-prev-red h3, .service-next h3, .service-next-red h3{
	font-size:13px;
}
.service-prev:before, .service-next:after, .service-prev-red:before, .service-next-red:after{
	top:6px;
}
.social-info-30, .social-info-30-center {
	width:354px;
	padding-bottom:10px;
	margin:0 auto;
	display:block;
	float:none;
}
.social-info-30-center {
	border-bottom: 0.5px solid #c6c6c5;
	border-top: 0.5px solid #c6c6c5;
}
.info-30, .info-30-center{
	width:100%;
	margin-top:0px;
	height:auto;
}
.info-30-center{
	margin:0px;
}

.social{
	width:59px;
	height:59px;
	margin-left:0%;
}
.social-hover{
	width:100%;
	height:100%;
}
.social-hover-opt{
	width:100%;
	height:100%;
}
.social-hover-opt2{
	display:none;
}
.social-hover-img{
	height:20px;
	width:20px;
}
.section-footer{
	width:100%;
	margin-top:0px;
	padding-top:20px;
}
.social-info-30 h3, .social-info-30-center h3{
	font-size:17px;
}
.bannertext {
	width: 270px;
	height:auto;
	border:10px solid #000;
	top:35%;
}
.menu, .menu-close{
	top:12px;
	width:35px;
	height:31px;
	margin-right:10%;
}
#panel,.option,#panel2,.option2, .option3{
padding:5px;
text-align:center;
border:solid 1px #c3c3c3;
font-size:18px;
font-family: 'GothamLight';
cursor:pointer;
}
.option, .option2, .option3{
	padding:15px 0;
}
#panel, .option{
	background:#FFF;
}
#panel2, .option2{
	background:#1c1c1b;
	color:#e30513;
}
#panel, #panel2 {
padding:20px 0;
display:none;
}
.panel-insert, .panel-insert2{
	width: 100%;
	padding:10px 0;
	font-size:14px;
	font-family: 'GothamLight';

}
.case-start, .case-mid{
	width:100% ;
}
.case-mid{
	margin: 20px 0;
	padding:0px;
}
.case-end{
	width:100%;
	padding:0px;
	margin:20px 0 0 0;
}
.button-project{
	position:relative;
	clear:both;
	margin:20px auto;
	padding: 30px 0;
	background:#5bc5f1;
	border:none;
	color:#FFF;
	width:100%;
}
.case-box{
	width:80%;
	height:auto;
	border:none;
	padding:0px 10%;
	margin:10px 0;
}
.case-box:hover{
	border:none;
}
.case-box img{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:block;
	float:none;
	width:100px;
	margin:0px auto 10px;
}
.case-box:hover > img{
	margin:0px auto 10px;
}
.service-next, .service-prev, .service-next-red, .service-prev-red{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	display:inline-block;
	position:relative;
	width:100%;
	padding:30px 0;
	text-align:center;
	margin:0px;
}

.info-30 ul li{
	font-size:14px;
}
.button-service {
    width: 80%;
	height:40px;
	padding:30px 0;
}
.social-box{
	width:100%;
	height:320px;
}
.contact-input, .contact-select-box, .contact-text{
	float:none;
	width:80%;
	margin:20px auto;
}
.contact-select-box{
	width:87.5%;
}
.form{
	height:auto;
	width:90%;
	padding-top:40px;
}
.box-client{
	width:90%;
	height:260px;
	margin:10px 5%;
}
.box{
	width:90%;
	height:240px;
	margin:10px 5%;
	float:left;
	padding:0px;
}
.reg-section {
    height: 60px;
    margin: 0 0;
    padding: 0;
    width: 100%;
}
.reg-but-center{
	float:left;
}

.myButton {
    background: none repeat scroll 0 0 #fff;
    border: 0 solid #fff;
    color: #1c1c1b;
    font-size: 15px;
    margin: 0 0px;
    padding: 0;
    width: 100%;
}
.reg-input {
    padding-left: 3%;
    width: 95%;
}
.reg-select-box {
    display: block;
    float: none;
    margin: 10px 0%;
    width: 100%;
	height:45px;
}
.box {
    float: left;
    height: 200px;
    margin: 10px 5%;
    padding: 0;
    width: 90%;
}

.client{
	width:50%;
	height:130px;
}
.client-logo img{
	margin-top:-20px;
}
.window {
    display: block;
    height: 50vh !important ;
    position: relative;
    width: 100%;
}
.rightW{
	display:inline-block;
}

.home-opt-right, .home-opt-left {
	display:none;
}

.circle4 {
    bottom: 0;
    display: inline-block;
    height: 170px;
    margin: -85px auto auto auto;
    top: 0;
    vertical-align: middle;
    width: 170px;
	left:0px;
	right:0px;
}
.click{
	display:inline-block;
	margin:auto;
	position:absolute;
	bottom:0px;
	z-index:100;
	width:280px;
	height:80px;
	alignment-adjust:central;
	left:0px;
	right:0px;
	vertical-align:middle;
	text-align:right;
	top:0px;
	}
.click{
	display:block;
}
	
.hoverR, .hoverL {
    height: 100%;
}
.hoverL{
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.hoverR {
    background-color: rgba(28, 28, 27, 0.9) !important;
}
.cont-quarter{
	width:95%;
	margin:15px 2.5%;
}
.cont-quarter .title{
	margin:0px auto;
}
#bannerAni{
    width: 260px;
	height:50px;

}
.sectInner-process{
	margin:50px auto 0;
	height:90px;
}
h6{
	text-align:center;
}
.footer{
	padding-bottom:0px;
}
.image-holder{
	height:300px;
}
.header{height:75px;
}
.slide-img, .slide-img-red {
	display:none;
}
.slide-opt{
    height:50px;
}
.slide-info, .slide-info-red {
    height: 120px;
}
.sect-link{
	padding:20px 0;
}
.title{
	margin-top:30px;
}
.info-70{
	width:100%;
}
.advertAni{
	width:265px;
	height:230px;
	margin-bottom:30px;
}
#advert-backAni{
	width:300px;

}
#advert-processAni-1{
	right:-31px;
	top:99px;
	width:150px;
}
#advert-processAni-2{
	left:-37px;
	top:124px;
	width:150px;
}
#advert-processAni-3{
	right:-25px;
	top:137px;
	width:150px;
}
#advert-processAni-4{
	left:-20px;
	top:165px;
	width:135px;
}
#advert-processAni-5{
	right:-24px;
	top:180px;
	width:150px;
}
.contact-num{
    height: 13px;
    width: 152px;

}

.menu, .menu-close {
    height: 30px;
    margin-right: 10%;
    top: 11px;
    width: 35px;
}
.nav img, .nav-it img {
    margin: 8px 0 0 10%;
    width: 50px;
}
.nav .menu img, .nav-it .menu img, .nav .menu-close img, .nav-it .menu-close img {
    margin: 0px;
    width: 35px;
	padding:0px;
}
.nav, .nav-it {
    padding: 10px 0;
}
.header {
    height: 60px;
}
.banner ul {
	height:300px;
}
.banner{
	margin:20px auto 0;
}
.service-hover-content p1 a{
	font-size:14px;
}
.box-client{
	border-bottom:1px solid rgba(204,204,204,0.4);
	border-top:1px solid rgba(204,204,204,0.4);
}
.box-client .service-hover{
	background:rgba(255,255,255,0);
}
.box-client .service-hover .service-hover-opt2 .service-hover-content p1 a, .box-client .service-hover .service-hover-opt2 .service-hover-content h3{
	color:#1c1c1b;
}
#pin {
	bottom: 50px;
    width: 71px;
	right:0%;
	left:34%;
}
.info-50{
	width:98%;
}
.panel-insert, .panel-insert2{
	padding:5px 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 640px) and (orientation : landscape){
.sect-link{
	display:none;
}
.cont-quarter{
	width:95%;
	margin:150px 2.5%;
}
.click{
	display:none;
}
.home-opt-left h1, .home-opt-right h1{
	font-size:25px;
	height:200px;
}
/*.circle4{
	display:none !important;
}*/
.home-opt-right, .home-opt-left{
	text-align:center;
	display:inline-block;
	position:absolute;
	width:200px;
	height:159px;
	margin:auto;
	vertical-align:middle;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	padding:auto;
}
.menu, .menu-close {
    height: 25px;
    margin-right: 10%;
    top: 8px;
    width: 25px;
}
.nav img, .nav-it img {
    margin: 2px 0 0 10%;
    width: 35px;
}
.nav .menu img, .nav-it .menu img, .nav .menu-close img, .nav-it .menu-close img {
    margin: 0px;
    width: 35px;
	padding:0px;
}
.nav, .nav-it {
    padding: 10px 0;
	height:20px;
}
.contact-num{
	padding-top:5px;
}
.header{
	height:40px;
}

.cont-quarter {
    display: inline-block;
    float: left;
    height: auto;
    margin: 5px 2.5%;
}
#panel, .option, #panel2, .option2, .option3 {
	font-size:17px !important;
	padding:5px 0 !important;
}
.panel-insert, .panel-insert2{
	width:49%;
	margin:0px;
	display:inline-block;
	padding:5px 0;
	font-size:13px !important;
}
.box{
	width:45%;
	height:140px;
	margin:10px 2.5%;
	float:left;
	padding:0px;
}
.slide-opt{
    height: 50px;
   width: 100%;
}

.slide-info, .slide-info-red {
    height: 130px;
}
.third{
	width:27%;
}
.social-box{
	width:50%;
}
}
@media only screen and (max-width: 359px) {

h5{
	font-size:25px;
}
.info-16{
	width:100%;

}
.social{
	margin:0px;
	width:47px;
	height:47px;
}

.social-info-30, .social-info-30-center {
	width:282px;
}
.bannertext {
	width: 230px;
	padding:5px 0;
	border:10px solid #000;
	top:35%;
}
.case-box{
	width:90%;
	border:none;
	padding:0px 5%;
	margin:1px 0;
}
.client{
	height:100px;
}
#bannerAni {
    width: 210px;
	padding:10px 20px;

}
#bannerAni h1 {
    font-size:25px;
}
#bannerAni p1 {
    font-size:10px;
}
.advertAni{
	width:225px;
	height:230px;
	margin-bottom:30px;
}
#advert-backAni{
	width:225px;

}
#advert-processAni-1{
	right:-9px;
	top:89px;
	width:110px;
}
#advert-processAni-2{
	left:-37px;
	top:112px;
	width:120px;
}
#advert-processAni-3{
	right:-10px;
	top:123px;
	width:114px;
}
#advert-processAni-4{
	left:-15px;
	top:144px;
	width:110px;
}
#advert-processAni-5{
	right:-16px;
	top:157px;
	width:115px;
}
.contact-num{
    height: 18px;
    width: 126px;

}
.contact-num p{
	font-size:10px;
}
.nav img, .nav-it img {
    margin: 5px 0 0 5%;
    width: 50px;
}
.banner ul {
	height:250px;
}
.banner ul li img{
	display:block;
	margin:5% auto 0;
	position:relative;
	height:85%;
}
.panel-insert, .panel-insert2{
	padding:5px 0;
	font-size:14px;
}
}

