@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);

html, body {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

img {
	max-width:100%;
	height:auto;
}

h1 {
	font-weight:400;
	font-size:80px;
	line-height:120px;
	color:#333333;
	text-align:center;
}

h2 {
	font-weight:400;
	font-size:60px;
	line-height:65px;
	color:#FFFFFF;
}

h3 {
	font-weight:400;
	font-size:45px;
	line-height:50px;
	color:#333333;
}

h4 {
	font-weight:400;
	font-size:30px;
	line-height:35px;
	color:#333333;
	text-transform:uppercase;
}

p {
	margin:16px 0px;
	font-size: 22px;
    color: #7f7d7d;
    line-height: 26px;
}

a {
	outline: none !important;
}

* { 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

textarea:focus, input:focus{
    outline: none !important;
}

*:focus {
    outline: none !important;
}

img {
	outline:none;
}

.clear {
	clear:both;
}

.clear_10 {
	clear:both;
	height:10px;
}

.clear_20 {
	clear:both;
	height:20px;
}

.clear_50 {
	clear:both;
	height:50px;
}

.clear_100 {
	clear:both;
	height:100px;
}

.clear_header {
	clear:both;
	height:130px;
}


#wrapper {
	
}

#container {
	width:100%;
}

.desk {
	display:block;
}

.mob {
	display:none !important;
}

/*********** homepage **********/

.banner_home {
	width:100%;
	background:url(../images/home/banner.jpg) top left no-repeat;
	height:921px;
	/*height:0;
	padding-bottom:49%;*/
	display:block;
	position:relative;
}

.home_top {
	font-size:20px;
	color:#FFFFFF;	
	text-transform:uppercase;
	float:right;
	margin-top:50px;
	margin-right: 3%;
	margin-bottom:180px;
	margin-left:3%;
    letter-spacing: 3px;
	clear:both;
}

.home_top_desk {
	display:block;
}

.home_top.fixedheader {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 0.13em 0 0.4em;
    width: 100%;
    -webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
}

.button_white {
	font-size:20px;
	color:#FFFFFF;	
	text-transform:uppercase;
	padding:15px;
	border:1px solid #FFFFFF;    
	border-radius: 12px;
	text-decoration:none;
    letter-spacing: 3px;    
	line-height: 1;
    height: auto;
    display: inline-block;
    vertical-align: middle;	
	text-align:center;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.button_white:hover {
	color:#404041;
	background-color:rgba(255,255,255,0.7);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.button_gray {
	font-size:20px;
	color:#333333;	
	text-transform:uppercase;
	padding:15px;
	border:1px solid #333333;    
	border-radius: 12px;
	text-decoration:none;
    letter-spacing: 2px;    
	line-height: 1;
    height: auto;
    display: inline-block;
    vertical-align: middle;
	text-align:center;	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.button_gray:hover {
	color:#FFFFFF;
	background-color:rgba(51,51,51,0.5);	
	border:1px solid #FFFFFF; 
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.button_purple {
	font-size:20px;
	color:#635fab;	
	text-transform:uppercase;
	padding:15px;
	border:1px solid #635fab;    
	border-radius: 12px;
	text-decoration:none;
    letter-spacing: 2px;    
	line-height: 1;
    height: auto;
    display: inline-block;
    vertical-align: middle;
	text-align:center;	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.button_purple:hover {
	color:#FFFFFF;
	background-color:rgba(99,95,171,0.5);	
	border:1px solid #FFFFFF; 
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.home_top a {
	margin-left:30px;
	margin:0px 0px auto 30px;
}

.home_banner_content {
    text-align: center;
    letter-spacing: 1px;
	padding-top: 280px;
}


.home_heading {
	color:#FFFFFF;
}

.menu_home {
	display:block;
}

#menu_subpg {
	z-index:2000;
	position:relative;
}

.fixednavi {
	position: fixed;
    top: 0px;
    background: #FFFFFF;
	height:130px;
    width: 100%;
    /*-webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
	color:#666666;
	z-index:1000;	
}

.fixednavi_mob { 
	display:none;
}

.fixednavi_ie {
    position: fixed;
    top: 0px;
    background: #FFFFFF;
    height: 130px;
    width: 100%;
	z-index:1000;
	display:block;
}


.menu_home ul {
	height: 20px;
    text-align: center;
    width: 100%;
    padding-top:25px;
	padding-bottom:25px;
	list-style:none;
	position:absolute;
	bottom:0px;
}

.fixednavi ul {
	height: 20px;
    text-align: center;
    width: 100%;
    padding-top:25px;
	padding-bottom:45px;
	list-style:none;
	position:absolute;
	bottom:0;
}

.menu_home ul li,
.fixednavi ul li {
	float: left;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 25%;
}

.menu_home a:link,
.menu_home a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.fixednavi a:link,
.fixednavi a:visited {
	color:#666666;
	text-decoration: none;
}

.menu_home a:hover,
.fixednavi a:hover {
	color: #db3497;
}

.home_descr {
	margin:250px 0px;
}

.home_descr_left {
	float:left;
	width:44%;
	font-size:18px;
	color:#333333;
	text-align:center;
	margin-left:5%;
	padding-top:40px;
}

.home_descr_rgt {
	float:left;
	width:41%;
	margin-left:5%;
	margin-right:5%;
	font-size:22px;
	color:#7f7d7d;
	line-height:1.2;
}

#cd-nav {
	display:none;
}

/******* home work **********/

.home_works {
	font-size:35px;
	color:#FFFFFF;
	z-index:50;
	position:relative;
}

.home_works_part {
	float:left;
	width:50%;
	height:477px;
	/*height:0;
	padding-bottom:25%;*/
	text-align:center;	
	position:relative;
	cursor:pointer;
}

.home_works_part h2 {
	margin-top:20%;
	margin-bottom:30px;
}

.home_works_part div.hwork_box {
	padding:0px;
	margin:0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none; 
	color:#FFFFFF;
}

.home_works_part div.hwork_box.hbox1 {
	background: rgb(240, 69, 167); /* Fall-back for browsers that don't support rgba */
    background: rgba(240, 69, 167, .8);
}

.home_works_part div.hwork_box.hbox2 {
	background: rgb(72, 194, 240); /* Fall-back for browsers that don't support rgba */
    background: rgba(72, 194, 240, .8);
}

.home_works_part div.hwork_box.hbox3 {
	background: rgb(227, 185, 31); /* Fall-back for browsers that don't support rgba */
    background: rgba(227, 185, 31, .8);
}

.home_works_part div.hwork_box.hbox4 {
	background: rgb(72, 72, 72); /* Fall-back for browsers that don't support rgba */
    background: rgba(72, 72, 72, .8);
}

.home_works_part div.hwork_box.hbox5 {
	background: rgb(100, 227, 31); /* Fall-back for browsers that don't support rgba */
    background: rgba(100, 227, 31, .8);
}


.home_works_part div.hwork_box.hbox6 {
	background: rgb(255, 30, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 30, 0, .8);
}

.home_works_part div.hwork_box.hbox5 h2,
.home_works_part div.hwork_box.hbox6 h2 {
    margin-top: 25%;
}

.home_works_part:hover div.hwork_box {
	display:block;
}


.home_work_one {
	background:url(../images/home/work1.jpg) center center no-repeat;
}

.home_work_two {
	background:url(../images/home/work2.jpg) center center no-repeat;
}

.home_work_three {
	background:url(../images/home/work3.jpg) center center no-repeat;
}

.home_work_four {
	background:url(../images/home/work4.jpg) center center no-repeat;
}

.home_work_five {
	background:url(../images/home/work5.jpg) center center no-repeat;
}

.home_work_six {
	background:url(../images/home/work6.jpg) center center no-repeat;
}

/**** footer ****/
.footer {
	padding-top:80px;
	font-size:18px;
	line-height:40px;
	color:#7f7d7d;
	border-top:1px solid #dfdfdf;
}

.foot_container {
	margin-bottom:80px;
	text-align:center;
}

.foot_ttl {
	text-transform:uppercase;
}

.foot_one {
	float:left;
	margin-right:100px;
}

.foot_two {
	float:left;
	margin-right:80px;
}

.foot_one a:link,
.foot_one a:visited {
	color:#7f7d7d;
	text-decoration:none;
}

.foot_one a:hover {
	color:#db3497;
}

.foot_links {
	
}

.foot_links a {
	display:inline-block;
	vertical-align: top;
}

.foot_links .fbuttons {
	width:235px;
	/*display: block;*/
	margin-top: 30px;
	margin:30px 22px 0px 22px;
}

.copyright {
	margin-left:5%; 
	margin-bottom:80px;
	padding-top:48px;
	font-size:20px;
	line-height:24px;
	border-top:1px solid #b7b7b7;
}

/********* subpages **********/
.top_para {
	margin: 200px 8% 80px 8%;
}

.navi_subpg {
	z-index:1000;
	position: fixed;
    top: 0px;
    background: #FFFFFF;
    width: 90%;
	color:#666666;
	padding: 0px 5%;
}

.navi_subpg div {
	float:left;
	padding-top:32px;
}

.navi_subpg ul {
	float:right;
    text-align: center;
	list-style:none;
	margin:35px auto;
}

.navi_subpg ul li {
	float: left;
    font-size: 20px;
	line-height:60px;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin:auto 15px;
}

.navi_subpg a:link,
.navi_subpg a:visited {
	color:#666666;
	text-decoration: none;
}

.navi_subpg a:hover {
	color: #db3497;
}
 
.navi_subpg a.button_gray {
    letter-spacing: 1px;
}

.navi_subpg a.button_gray:hover {
	color:#FFFFFF;
}

.serv_tab:hover a {
	color: #db3497;
}

.serv_tab a.serv_drop {
    color:#666666;
	background:#f3f1f1;
	padding: 0px 20px;
	position: absolute;
	text-transform: initial;
	display:none;
}

.serv_tab a.serv_drop:hover {
	color:#FFFFFF;
	background:#666666;	
}

.serv_tab:hover a.serv_drop {
	display:block;
}

.part_left {	
	float: left;
    width: 30%;
    text-align: center;
    margin-top: 90px;
}

.part_full {
	float: left;
	margin-top: 90px;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 26px;
    line-height: 40px;
    color: #7f7d7d;
}

    
.part_left img {
	padding-top:120px;
}

.part_left h4 {	
	margin:25px 0px;
}

.part_rgt {
	float: left;
    margin-top: 90px;
    width: 66%;
    margin-right: 4%;
    font-size: 26px;
    line-height: 40px;
    color: #7f7d7d;
}

.part_rgt h4 {
	margin-bottom:50px;
}


.part_full h4 {
	margin-bottom:50px;
}

.banner_about {
	width:100%;
	height:0;
	padding-bottom:51%;
	background:url(../images/about/banner.jpg) top center no-repeat;
	background-size:cover;
	display:block;
	margin-top: 130px;
}

.about_left {
    padding-top: 280px;
    float: left;
    width: 30%;
    font-size: 18px;
    color: #333333;
    margin-left: 8%;
    margin-right: 2%;
    margin-top: 0px;
    text-align: center;
}

.about_left h4 {
	margin:25px 0px;
}

.about_rgt {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-right: 8%;
    margin-top: 100px;
    font-size: 22px;
    color: #7f7d7d;
    line-height: 1.2;
}

.contact_map {
	width:100%;
	height:704px;
	background:url(../images/map.jpg) top center no-repeat;
	background-size:cover;
	display:block;
}

.banner_works {
	width:100%;
	height:0;
	padding-bottom:42%;	
	background-position:center center;  
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	margin-top: 130px;
}

.ban_mcd {
	background-image:url(../images/works/mcdonalds/banner.jpg);
}

.ban_baker {
	background-image:url(../images/works/baker/banner.jpg);
}

.ban_peran {
	background-image:url(../images/works/peranakan/banner.jpg);
}

.ban_play {
	background-image:url(../images/works/playpoint/banner.jpg);
}

.ban_pir {
	background-image:url(../images/works/pirelli/banner.jpg);
}

.ban_self {
	background-image:url(../images/works/selfpub/banner.jpg);
}


.works_left {
	padding-top:80px;
}

.works_rgt {
}

.works_gallery {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	width:50%;
	height:476px;	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border:8px solid #FFF;
	float:left;
}

.works_mc_01 {
	background-image:url(../images/works/mcdonalds/01.jpg);	
	border-left:none;
}

.works_mc_02 {
	background-image:url(../images/works/mcdonalds/02.jpg);	
	border-right:none;
}

.works_mc_03 {
	background-image:url(../images/works/mcdonalds/03.jpg);	
	border-left:none;
}

.works_mc_04 {
	background-image:url(../images/works/mcdonalds/04.jpg);	
	border-right:none;
}

.works_baker_01 {
	background-image:url(../images/works/baker/01.jpg);	
	border-left:none;
}

.works_baker_02 {
	background-image:url(../images/works/baker/02.jpg);	
	border-right:none;
}

.works_baker_03 {
	background-image:url(../images/works/baker/03.jpg);	
	border-left:none;
}

.works_baker_04 {
	background-image:url(../images/works/baker/04.jpg);	
	border-right:none;
}

.works_peran_01 {
	background-image:url(../images/works/peranakan/01.jpg);	
	border-left:none;
}

.works_peran_02 {
	background-image:url(../images/works/peranakan/02.jpg);	
	border-right:none;
}

.works_peran_03 {
	background-image:url(../images/works/peranakan/03.jpg);	
	border-left:none;
}

.works_peran_04 {
	background-image:url(../images/works/peranakan/04.jpg);	
	border-right:none;
}

.works_play_01 {
	background-image:url(../images/works/playpoint/01.jpg);	
	border-left:none;
}

.works_play_02 {
	background-image:url(../images/works/playpoint/02.jpg);	
	border-right:none;
}

.works_play_03 {
	background-image:url(../images/works/playpoint/03.jpg);	
	border-left:none;
}

.works_play_04 {
	background-image:url(../images/works/playpoint/04.jpg);	
	border-right:none;
}

.works_pir_01 {
	background-image:url(../images/works/pirelli/01.jpg);	
	border-left:none;
}

.works_pir_02 {
	background-image:url(../images/works/pirelli/02.jpg);	
	border-right:none;
}

.works_self_01 {
	background-image:url(../images/works/selfpub/01.jpg);	
	border-left:none;
}

.works_self_02 {
	background-image:url(../images/works/selfpub/02.jpg);	
	border-right:none;
}

.works_self_03 {
	background-image:url(../images/works/selfpub/03.jpg);	
	border-left:none;
}

.works_self_04 {
	background-image:url(../images/works/selfpub/04.jpg);	
	border-right:none;
}

.colors_printed {
}

.col_cat {
	width: 28%;
    float: left;
    margin-right: 5%;
	margin-bottom: 60px;
}

.col_cat_text {
	width: 96%;
	margin-right:4%;
	margin-top:40px;
    float: left;
    text-align: center;
    font-size: 18px;
	color:#333333;
}

.col_cat_text_mob {
	display:none;
}

.part_full .col_cat {
	width: 20%;
}

.print_coll {
}

.print_coll_types {
	font-size:26px;
	line-height:40px;
	color:#333333;
}


.print_coll_ban {
	width:100%;
	height:0;
	padding-bottom:26%;
	margin:0px;	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
}

.print_peran {
	background-image:url(../images/works/peranakan/print.jpg);
}
	

.print_play {
	background-image:url(../images/works/playpoint/print.jpg);
}

.print_coll p {
	text-align:center;
	margin-bottom:35px;
}

.print_coll .print_coll_bot {
	font-size:18px;
	text-align:center;
}

/********** our works********/
.our_works_logo {
	text-align:center;
}

.our_works_logo h2 {
	font-weight:400;
	font-size:50px;
	color:#333333;
	text-transform:uppercase;
	margin-top:20px;
}

.our_works_banner {
	width:100%;
	height:0;
	padding-bottom:51%;	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
	margin-top: 80px;
	margin-bottom:80px;
}

.ban_global {
	background-image:url(../images/works/global.jpg);
}

.ban_harbour {
	background-image:url(../images/works/harbour.jpg);
}

.ban_un {
	background-image:url(../images/works/un.jpg);
}

.ban_pentair {
	background-image:url(../images/works/pentair.jpg);
	padding-bottom:25%;	
}

	
.ban_trinity {
	background-image:url(../images/works/trinity.jpg);
}
	
.ban_volvo {
	background-image:url(../images/works/volvo.jpg);
}

/****** contact ******/
.total{
    max-width: 100px;
}
.submit{
    max-width: 150px;
}
.text-before{
    text-transform: capitalize!important;
    font-size: 20px;
}

.text-after{
    text-transform: capitalize!important;
    font-style:italic;
    font-size: 20px;
}
.contact_parts {
	width:50%;
	float:left;
}

.contact_parts span {
	text-transform:uppercase;
	margin-bottom:10px;
}

.cont_left {
	padding-top:220px;
	padding-right: 17%;
	padding-left:17%;
	padding-bottom:70px;
	height: 635px;
	background:#635fab;
	color:#FFFFFF;
	font-size:36px;
	line-height:44px;
}

.cont_rgt {	
	padding-top:105px;
	padding-left:11%;
	padding-right:11%;
	padding-bottom:70px;
	height: 750px;
	background:#e9ebed;
	color:#333333;
	font-size:30px;
	line-height:40px;
}
textarea{
    margin-bottom: -8px!important;
}
input,
textarea {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	width:100%;
	border:2px solid #635fab;
	background:#FFFFFF;
	color:#C0C0C0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:25px;
	line-height:40px;
	padding:15px 5%;	
	margin-bottom:20px;
}

textarea {
	resize:none;
}

input.inp_left {
	float:left;
	width:48%;
	margin-right:4%;	
}

input.inp_rgt {
	float:left;
	width:48%;
}

.captcha {
	font-size:23px;
}

.captcha span {
	display:block;
	text-transform:none;
	font-size:25px !important;
	line-height:30px !important;
	margin-bottom:20px;
}

.capt {
	float:left;
	padding-right:20px;
}

.capt_try {
	float:left;
	padding: 10px 20px 10px 0px;
    line-height: 30px;
	color:#333333;
}

a.cont_submit {	
	color:#333333;
	text-transform:uppercase;
	font-size:30px;
	line-height:40px;
	text-decoration:none;
	border-bottom:1px solid #333333; 
}

a.cont_submit:hover {
	color:#635fab;
	border-bottom:1px solid #635fab; 
}


/******** Request for quote ********/
.step {
	font-size:18px;
	color:#333333;
	text-transform:uppercase;
	margin:30px auto 30px 0px;
}

.request_quote h4 {
	margin-bottom:40px;
}

.request_quote input, 
.request_quote textarea {
	padding: 15px 2%;
}

.request_quote input.inp_left {
    width: 49%;
    margin-right: 2%;
}

.request_quote input.inp_rgt {
    width: 49%;
}

.request_quote input.capt {
	width:25%;
}

.digital {
	width: 42% !important;
}

.request_quote .artwork {
	font-weight:400;
	font-size:30px;
	line-height:35px;
	color:#333333;
}

.request_quote .art_select {
	margin:0px 0px 0px 20px;	
	display: inline-block;
}

.request_quest {
	float: right;
    width: 5%;
    height: 0px;
    padding-bottom: 5%;
    display: block;
	opacity:0.5;
    background: url(../images/request/request_quest.png) right top no-repeat;
    background-size: cover;
	text-indent: -9000px;
}

.request_quest:hover {
	opacity:1;
}

.rq_print_opt {
}

.rq_print_opt input[type="radio"] {
    display: none !important;
}


.rq_print_opt input[type=radio] + label {
    background: #eeeeee;
	color:#333333;
	padding: 25px 0px;
	width: 48%;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
} 

.rq_print_opt label:first-child {
	margin-right:20px;
}

.rq_print_opt input[type=radio]:checked + label {
	background: #635fab;
	color:#FFFFFF;
} 


.art_select input[type="radio"] {
    display: none !important;
}

.art_select input[type=radio] + label {
    background: #b3b1d6;
	color:#FFFFFF;
	padding: 25px;
	width: 110px;
	display: inline-block;
	cursor:pointer;
	text-align:center;
	font-size:28px;
	font-weight:400;
	margin:0px 20px 0px 0px;
	text-transform:uppercase;
} 

.art_select input[type=radio] + label:hover {
    background: #635fab;
}

.art_select input[type=radio]:checked + label {
	background: #635fab;
} 

.request_quote .submit {
	width:265px;
}

/*********** services *******/
.services div {
	float:left;
	display:inline-block;
	width:25%;
	height:202px;
}

.services div h4 {
	font-size:30px;
	line-height:202px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
}

.services div.s1 {
	background:url(../images/services/01.jpg) center center no-repeat;
}

.services div.s2 {
	background:url(../images/services/02.jpg) center center no-repeat;
}

.services div.s3 {
	background:url(../images/services/03.jpg) center center no-repeat;
}

.services div.s4 {
	background:url(../images/services/04.jpg) center center no-repeat;
}

.services div.s5 {
	background:url(../images/services/05.jpg) center center no-repeat;
}

.services div.s6 {
	background:url(../images/services/06.jpg) center center no-repeat;
}

.services div.s7 {
	background:url(../images/services/07.jpg) center center no-repeat;
}

.services div.s8 {
	background:url(../images/services/08.jpg) center center no-repeat;
}

.services div.s9 {
	background:url(../images/services/09.jpg) center center no-repeat;
}

.services div.s10 {
	background:url(../images/services/10.jpg) center center no-repeat;
}

.services div.s11 {
	background:url(../images/services/11.jpg) center center no-repeat;
}

.services div.s12 {
	background:url(../images/services/12.jpg) center center no-repeat;
}

.services div.s13 {
	background:url(../images/services/13.jpg) center center no-repeat;
}

.services div.s14 {
	background:url(../images/services/14.jpg) center center no-repeat;
}

.services div.s15 {
	background:url(../images/services/15.jpg) center center no-repeat;
}

.services div.s16 {
	background:url(../images/services/16.jpg) center center no-repeat;
}

.digi_offset {
	text-align:center;
	margin:50px 20px 0px;
}

.digi_offset h2 {
	color:#333333;
	font-size:60px;
	line-height:130px;
	font-style:italic;
	text-transform:uppercase;
}

.digi_offset h2 span.purple {
	color:#5652a6;
}

.digi_offset h2 span.vs {
	font-size:48px;
	margin:0px 5%;
}

.do_color_bar {
	width:100%;
	height:92px;
	background:#AC8F8F;
	color:#FFFFFF;
	font-size:40px;
	line-height:92px;
	text-transform:uppercase;
	text-align:center;
}

.do_comp_left {
	padding-right:5%;
	width:25%;
	padding-left:20%;
	float:left;
	background-color:#dfdfdf;
	font-size:28px;
	line-height:40px;
	color:#333333;
	text-align:right;
	padding-top:50px;
	height:130px;
	background-position:left 25% center;
	background-repeat:no-repeat;
}

.do_comp_rgt {
	padding-left:5%;
	width:25%;
	padding-right:20%;
	float:left;
	background-color:#cdcdcd;
	font-size:28px;
	line-height:40px;
	color:#333333;
	text-align:left;
	padding-top:50px;
	height:130px;
	background-position:right 25% center;
	background-repeat:no-repeat;
}

.quantity .do_color_bar {
	background:#ff0000;
}

.quantity .do_comp_left {
	background-image:url(../images/request/digi_offset/qunatity1.png);
}

.quantity .do_comp_rgt {
	background-image:url(../images/request/digi_offset/qunatity2.png);
}

.qualiity .do_color_bar {
	background:#ff4800;
}

.qualiity .do_comp_left {
	background-image:url(../images/request/digi_offset/quality1.png);
}

.qualiity .do_comp_rgt {
	background-image:url(../images/request/digi_offset/quality2.png);
}

.size .do_color_bar {
	background:#e4a305;
}

.size .do_comp_left {
	background-image:url(../images/request/digi_offset/size1.png);
}

.size .do_comp_rgt {
	background-image:url(../images/request/digi_offset/size2.png);
}

.pricing .do_color_bar {
	background:#0b9c12;
}

.pricing .do_comp_left {
	background-image:url(../images/request/digi_offset/price1.png);
}

.pricing .do_comp_rgt {
	background-image: url(../images/request/digi_offset/price2.png);
}

.turnaround .do_color_bar {
	background:#274bd0;
}

.turnaround .do_comp_left {
	background-image:url(../images/request/digi_offset/turn1.png);
}

.turnaround .do_comp_rgt {
	background-image:url(../images/request/digi_offset/turn2.png);
}

.pantone .do_color_bar {
	background:#635fab;
}

.pantone .do_comp_left {
	background-image:url(../images/request/digi_offset/pantone1.png);
}

.pantone .do_comp_rgt {
	background-image:url(../images/request/digi_offset/pantone2.png);
}

.variable .do_color_bar {
	background:#f559cf;
}

.variable .do_comp_left {
	background-image:url(../images/request/digi_offset/var1.png);
}

.variable .do_comp_rgt {
	background-image:url(../images/request/digi_offset/var2.png);
}

@media screen and (max-width: 1750px) {
	.do_comp_left {
		width: 30%;
    	padding-left: 15%;
		background-position: left 5% center;	
		font-size: 26px;
		line-height: 36px;
		padding-top: 40px;
		height: 140px;
	}
	
	.do_comp_rgt {
		width: 30%;
    	padding-right: 15%;
		background-position: right 5% center;		
		font-size: 26px;
		line-height: 36px;
		padding-top: 40px;
		height: 140px;
	}
}

@media screen and (max-width: 1550px) {
	.cont_left {
		padding-top:105px;
		height: 750px;
		font-size: 30px;
		line-height: 40px;
	}
	
	.digi_offset h2 {
		font-size:50px;
	}
	
	.digi_offset h2 span.vs {
		font-size:38px;
		margin:0px 5%;
	}
	
	.about_left {
		width: 36%;
		margin-left: 2%;
	}
		
	.about_rgt {
		width: 54%;
		margin-right: 2%;
	}
}


@media screen and (max-width: 1450px) {
	input, textarea {
		font-size: 19px;
		line-height: 30px;
	}
	
	.serv_text {
		height: 68px;
		padding-top: 15px;
	}
	
	.serv_text .serv_left {
		font-size:23px;
		line-height:31px;
	}
	
	.serv_text .serv_cent {
		font-size:32px;
		line-height:68px;
	}
	
	.serv_text .serv_rgt {
		font-size:23px;
		line-height:31px;
	}
}

@media screen and (max-width: 1300px) {
	.home_top {
    	font-size: 16px;
	}
	
	.home_top a {
		font-size:16px;
		margin:0px;
	}
	
	.navi_subpg {
		width: 98%;
		padding: 0px 1%;
	}
	
	.digi_offset h2 {
		font-size:40px;
	}
	
	.digi_offset h2 span.vs {
		font-size:28px;
		margin:0px 5%;
	}
	
	.services div {
		width:33.33%;
	}
	
	.services div h4 {
		font-size:27px;
	}

}

@media screen and (max-width: 1200px) {
	
	.navi_subpg ul li {
		font-size: 16px;
		margin: auto 10px;
	}
	
	.navi_subpg a.button_gray {
		font-size:16px;
	}
	
	.cont_left {
    	padding-top: 105px;
		font-size: 28px;
		height: 665px;
	}
	
	.cont_rgt {
		font-size: 28px;
		height: 665px;
	}
	
	input, textarea {
		font-size: 17px;
		line-height: 20px;
	}
	
	.do_comp_left {
		background-size: 25%;
		font-size: 24px;
   		line-height: 32px;
	}
	
	.do_comp_rgt {
		background-size: 25%;
		font-size: 24px;
   		line-height: 32px;
	}
}


@media screen and (max-width: 1057px) {
	.home_top {
    	font-size: 14px;
		text-align: right;
	}
	
	.home_top a {
		font-size:14px;
	}
	
	.digi_offset h2 {
		font-size:30px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	
	.digi_offset h2 span.vs {
		font-size:22px;
		margin:0px 5%;
	}
	
	.digi_offset h6 {
    	font-size: 20px;
	}

}
@media screen and (max-width: 1000px) {
	.navi_subpg div {
		width:25%;
	}
	
	.navi_subpg ul {
		margin: 35px 15px 35px auto;
	}
	
	.navi_subpg ul li {
		font-size: 14px;
		margin: auto 5px;
	}
	
	.navi_subpg a.button_gray {
		font-size:14px;
		padding: 8px;
    	border-radius: 5px;
	}
	
	.navi_subpg ul li:first-child {
		margin-left:0px;
	}
	
	.navi_subpg ul li:last-child {
		margin-right:0px;
	}
	
	.foot_container {
		margin: 0px 20px 50px 20px;
	}
	
	.foot_links .fbuttons {
		display:block;
		float:none;
		margin:30px auto;
	}
	
	.foot_links a {
    	display: block;
	}
	
	.foot_cont {
		display:none !important;
	}
	
	.part_left {
		width:20%;
		margin: 90px 5% auto 5%;
	}
}

@media screen and (max-width: 950px) {
	.home_top {
		margin-bottom:30px;
	}
	
	.home_top a {
		margin-top:30px;
	}

	.foot_container {
		margin-bottom:50px;
	}
	
	.foot_one {
		width:267px;
		margin-right:10%;
	}
	
	.foot_two {
		float:left;
		margin-right:0px;
	}
	
	.foot_links {
		float: none;
		clear: left;
		padding-top: 50px;
	}
	
	.foot_links .fbuttons {
	}
	
	
	a.cont_submit {
    	font-size: 28px;
	}
	
	input, textarea {
		font-size: 14px;
    	line-height: 18px;
	}
	
	.request_quote .art_select {
    	margin: 50px 0px 0px 0px;
	}
	
	.art_select input[type=radio] + label {
		margin-right:20px;
		margin-left:0px;
	}
	
	.digi_offset h2 {
		font-size:28px;
	}
	
	.digi_offset h2 span.vs {
		font-size:20px;
		margin:0px 5%;
	}
	
	.services div {
		width:50%;
	}
	
	.services div h4 {
		font-size:25px;
	}
}

@media screen and (max-width: 880px) {
	.navi_subpg ul li {
		font-size: 13px;
		margin: auto 4px;
	}
	
	.navi_subpg a.button_gray {
		font-size: 13px;
		padding: 6px;
		border-radius: 4px;
	}
}

@media screen and (max-width: 768px) {
	.desk {
		display:none !important;
	}
	
	.mob {
		display:block;
	}
	
	h1 {
		font-size:65px;
		line-height:100px;
	}
	
	.home_top {
		margin-bottom:150px;
	}
	
	.home_top_desk {
		display:none;
	}
	
	.fixednavi {
		display:none !important;
	}
	
	.menu_home {
		display:none;
	}
	
	.home_descr {
		margin: 50px 0px;
	}
	
	.home_descr_left {
		float: none;
		width: 90%;
		margin:0 5%;
	}
	
	.home_descr_rgt {
		float: none;
		width: 90%;
		margin: 50px 5%;
	}

	.home_works {
		font-size:24px;
	}
		
	.home_works_part h2 {
		margin-top:30%;
		margin-bottom:30px;
		margin-left:10px;
		margin-right:10px;
		font-size:42px;
		line-height:46px;
	}
	
	
	.foot_one {
		margin-right:5%;
	}
	
	.foot_links .fbuttons {
	}
	
	.navi_subpg {
		display:none;
	}
	
	.banner_about {
		width:100%;
		height:0;
		padding-bottom:91%;
		margin-top: 130px;
		background:url(../images/about/banner_tab.jpg) center center no-repeat;
		background-size:cover;
	}
	
	.about_left {
		padding-top:80px;
		float: none;
		width: 90%;
		margin: 0 5% 50px 5%;
	}
		
	.about_rgt {
		padding-top:0px;
		float: none;
		width: 90%;
		margin: 0 5% 50px 5%;
	}
	
	.part_left {
		float: none;
		width: 90%;
		margin: 0px 5% 0px 5%;
	}
	
	.part_rgt {
		float: none;
		width: 90%;
		margin: 50px 5%;
	}
	
	
	/******** works *********/
	
	.banner_works {
		padding-bottom:54%;
	}
	
	.ban_mcd {
		background-image:url(../images/works/mcdonalds/banner_tab.jpg);
	}
	
	.ban_baker {
		background-image:url(../images/works/baker/banner_tab.jpg);
	}
	
	.ban_peran {
		background-image:url(../images/works/peranakan/banner_tab.jpg);
	}
	
	.ban_play {
		background-image:url(../images/works/playpoint/banner_tab.jpg);
	}
	
	.our_works_banner {
		margin-top: 50px;
		margin-bottom:50px;
	}
	
	.works_left {
    	 padding-top: 0px;
	}
	
	
	.print_coll_ban {
		width:100%;
		height:0;
		padding-bottom:48%;
	}
	
	.print_peran {
		background-image:url(../images/works/peranakan/print_tab.jpg);
	}
	
	.print_play {
		background-image:url(../images/works/playpoint/print_tab.jpg);
	}
	
	/***** contact ******/
	.contact_parts {
		width:100%;
		float:none;
	}

	.cont_left {
		padding-top:100px;
		padding-bottom:100px;
		padding-right:8%;
		padding-left:8%;
		height: auto;
		font-size:38px;
		line-height:46px;
	}
	
	.cont_rgt {	
		padding-top:100px;
		padding-bottom:100px;
		padding-left:8%;
		padding-right:8%;
		height: auto;
		font-size:30px;
		line-height:40px;
	}
	
	input,
	textarea {
		font-size:25px;
		line-height:40px;
	}
	
	.col_cat,
	.part_full .col_cat {
		width: 45%;
		float: left;
		margin-right: 5%;
		margin-bottom: 60px;
	}

	/****** Tablet and mobile navigation overlay *******/
	#cd-nav {
		display:block;
		z-index:100;
		position:relative;
	}
	
	#cd-wrap {	
		top: 0;
		left: 0;
		position: fixed;
		width: 0;
		height: 0;
		z-index:-90;
		visibility:visible;
		-webkit-backface-visibility:hidden;
		backface-visibility: hidden;
	}
	
	#cd-wrap.cd-open {	
		top: 0;
		left: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index:90;
	}
	
	#cd-main-nav {
		width: 100%;
		height: 100%;
		display: table;
		table-layout: fixed;
		/*display: table-cell;
		vertical-align: middle;
		width: 100%;
		top: -2em;
		position: relative;*/
	}
	
	#cd-nav ul {
	  /*position: fixed;*/
	  -webkit-transition:-webkit-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
		-moz-transition:-moz-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
		transition:transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		width: 100%;
		height: 100%;
		top: 0px;
		text-align: center;
		background: rgba(0, 0, 0, 0.9);
	  overflow: hidden;
	  z-index: 1;
	  -webkit-transform:translateZ(0);
		visibility:visible;
		-webkit-backface-visibility:hidden;
	  backface-visibility: hidden;
		-webkit-transform:translate3d(100%, 0, 0);
		-moz-transform:translate3d(100%, 0, 0);
		-ms-transform:translate3d(100%, 0, 0);
		-o-transform:translate3d(100%, 0, 0);
		transform:translate3d(100%, 0, 0);
		-webkit-transition:-webkit-transform 0.7s ease;
		-moz-transition:-moz-transform 0.7s ease;
		transition:transform 0.7s ease;
	}
	#cd-nav ul li {
	  padding: 1.6em;  
	  opacity: 1;
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		visibility: visible;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#cd-nav ul.is-visible {
	  /*visibility: visible;*/
	  -webkit-transform:translate3d(0, 0, 0);
		-moz-transform:translate3d(0, 0, 0);
		-ms-transform:translate3d(0, 0, 0);
		-o-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
		-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
		-moz-transition:-moz-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
		transition:transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
		z-index:200;
		padding-top:70px; /*130px*/
	}
	#cd-nav ul.is-visible li:nth-child(1) {
	  -webkit-animation: cd-slide-in 0.4s;
	  -moz-animation: cd-slide-in 0.4s;
	  animation: cd-slide-in 0.4s;
	}
	#cd-nav ul.is-visible li:nth-child(2) {
	  -webkit-animation: cd-slide-in 0.8s;
	  -moz-animation: cd-slide-in 0.8s;
	  animation: cd-slide-in 0.8s;
	}
	#cd-nav ul.is-visible li:nth-child(3) {
	  -webkit-animation: cd-slide-in 1.2s;
	  -moz-animation: cd-slide-in 1.2s;
	  animation: cd-slide-in 1.2s;
	}
	#cd-nav ul.is-visible li:nth-child(4) {
	  -webkit-animation: cd-slide-in 1.6s;
	  -moz-animation: cd-slide-in 1.6s;
	  animation: cd-slide-in 1.6s;
	}
	#cd-nav ul.is-visible li:nth-child(5) {
	  -webkit-animation: cd-slide-in 1.8s;
	  -moz-animation: cd-slide-in 1.8s;
	  animation: cd-slide-in 1.8s;
	}
	#cd-nav li a {
		font-weight:700;
		font-size:20px;
		text-transform:uppercase;
		color:#FFFFFF;
		text-decoration:none;
		letter-spacing:1px;
		/*-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		transition: all 0.7s ease;*/
	}
	#cd-nav li a:hover,
	#cd-nav li a:active,
	#cd-nav li a:focus {
		color:#db3497;
		/*-webkit-transition:all 0.7s ease;
		-moz-transition:all 0.7s ease;
		transition:all 0.7s ease;*/
	}
	
	#cd-nav li a.button_white:hover {
		color:#db3497;
		background-color:transparent;
		border:1px solid #db3497;
	}
	
	
	
	.cd-nav-trigger {
		position: absolute;
		top: 50px;
		right: 45px;
		width: 80px;
		height: 30px;
		overflow: hidden;
		white-space: nowrap;
		z-index: 300;
		font-size: 20px;
		text-transform: uppercase;
		color: #666666;
		border-bottom: 1px solid #666666;
		text-decoration: none;
	}
		
	.cd-nav-trigger span {
		background:#666666;
		width:2px;
		height:12px;
		position:relative;
		margin-left:15px;
		display:inline-block;
	}
	
	.cd-nav-trigger span:before {
		background:#666666;
		content:"";
		width:12px;
		height:2px;
		position:absolute;
		top:5px;
		left:-5px;
	}
	
	.cd-nav-trigger.menu-is-open {
	  box-shadow: none;
	  right: 63px;
	  color:#FFFFFF;
	  border-bottom: 1px solid #FFFFFF;
	}
	.cd-nav-trigger.menu-is-open span {
	  -webkit-transform:rotate(45deg);
	  -ms-transform:rotate(45deg);
	  -o-transform:rotate(45deg);
	  transform:rotate(45deg);
	  display:inline-block;  
	}
	.cd-nav-trigger.menu-is-open span {
	  -webkit-transform:rotate(45deg);
	  -ms-transform:rotate(45deg);
	  -o-transform:rotate(45deg);
	  transform:rotate(45deg);
	  display:inline-block; 
	  background:#FFFFFF;
	}
	
	.cd-nav-trigger.menu-is-open span:before { 
	  background:#FFFFFF; 
	}	
	
	.fixednavi_mob {
		display:block;
		position: fixed;
		top: 0px;
		background: #FFFFFF;
		height:130px;
		width: 100%;
		color:#666666;
		z-index:100;
	}
	
	.fixednavi_mob div {
		margin-left:5%;
		padding-top:33px;
	}
	
	.fixednavi_mob .cd-nav-trigger {
		top: 50px;
		right: 45px;
		color: #666666;
		border-bottom: 1px solid #666666;
	}
	
	.fixednavi_mob .cd-nav-trigger span {
		background: #666666;
	}
	
	.fixednavi_mob .cd-nav-trigger span:before {
		background: #666666;
	}
	
	.fixednavi_mob .cd-nav-trigger.menu-is-open {
	  box-shadow: none;
	  color:#FFFFFF;
	  border-bottom: 1px solid #FFFFFF;
	  right:45px;
	}
	.fixednavi_mob .cd-nav-trigger.menu-is-open span {
	  -webkit-transform:rotate(45deg);
	  -ms-transform:rotate(45deg);
	  -o-transform:rotate(45deg);
	  transform:rotate(45deg);
	  display:inline-block; 
	  background:#FFFFFF; 
	}
	.fixednavi_mob .cd-nav-trigger.menu-is-open span:before { 
	  background:#FFFFFF; 
	}
	 
	.testclass {
		background:red !important;
	}
	
	.digital {
		width: 38% !important;
	}

	.request_quest {
		width: 9%;
		padding-bottom: 9%;
	}
	
	.do_comp_left {
		width: 40%;
		padding-left: 5%;
		background-position: top 10% center;
		background-size:auto;
		font-size: 24px;
		line-height: 32px;
		padding-top: 180px;
		height: 220px;
		text-align:center;
	}
	
	.do_comp_rgt {
		width: 40%;
		padding-right: 5%;
		background-position: top 10% center;
		background-size:auto;
		font-size: 24px;
		line-height: 32px;
		padding-top: 180px;
		height: 220px;
		text-align:center;
	}
	
	
	.request_quote input.capt {
		width:49%;
	}


}


@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
  }

  60% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 672px) {
	.foot_one {
    	float: none;
		width:267px;
		margin-right:10%;
	}
	
	.foot_two {
		float:none;
		margin-right:0px;
		margin-top:50px;
	}
	
	.foot_links {
		float: none;
		clear: left;
		padding-top: 50px;
	}
	
	.foot_links .fbuttons {
	}
}

@media screen and (max-width: 600px) {
	.home_works {
		font-size:18px;
	}
	.home_works_part h2 {
		font-size:30px;
		line-height:35px;
	}
	
	.cont_left {
		font-size:30px;
		line-height:50px;
	}
	
	input,
	textarea {
		font-size:18px;
		line-height:30px;
	}
	
	.services div {
		width:50%;
	}
	
	.services div h4 {
		font-size:25px;
	}
}

@media screen and (max-width: 500px) {	
	h1 {
		font-size:50px;
		line-height:80px;
	}
		
	.fixednavi_mob div {
		width:50%;
	}
	
	.fixednavi_mob .cd-nav-trigger {
		right:45px;
	}
	
	.fixednavi_mob .cd-nav-trigger.menu-is-open {
		right:45px;
	}	
	
	.home_works {
		font-size:24px;
	}
	
	.home_works_part {
		float:none;
		width:100%;
		height:350px;		
		display:block;
	}
		
	.home_works_part h2 {
		margin-top:20%;
		margin-bottom:30px;
		margin-left:10px;
		margin-right:10px;
		font-size:40px;
		line-height:46px;
	}	
		
	input.inp_left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	input.inp_rgt {
		float: none;
		width: 100%;
	}
	
	input, textarea {
		font-size: 22px;
		line-height: 34px;
	}
	
	
	.request_quote input.inp_left {
		width: 100%;
		margin-right: 0;
	}
	
	.request_quote input.inp_rgt {
		width: 100%;
	}
	
	.digital {
		width: 78% !important;
	}
	
	.request_quest {
		width: 15%;
		padding-bottom: 15%;
	}
	
	.top_para {
		margin:160px 8% 80px 8%;
	}
	
	.art_select input[type=radio] + label {
		width:50px;
		margin-right:10px;
	}
	
	.rq_print_opt input[type=radio] + label {
		font-size:25px;
	}
		
	.request_quote .submit {
		width:85%;
	}
	
	.col_cat,
	.part_full .col_cat {
    	width: 80%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}	
		
	.services div h4 {
		font-size:20px;
	}
}

@media screen and (max-width: 480px) {
	.services div {
		width:100%;
	}
	
	.services div h4 {
		font-size:28px;
	}	
	
	.do_color_bar {
		height: 80px;
		font-size: 34px;
		line-height: 80px;
	}
		
	.do_comp_left {
		background-size: 80%;
		font-size: 21px;
    	line-height: 30px;	
	}
	
	.do_comp_rgt {
		background-size: 80%;
		font-size: 21px;
    	line-height: 30px;
	}
		
	#cd-nav ul li {
  	  padding: 1.2em;
	}
}

@media screen and (max-width: 370px) {
	.do_comp_left {
		font-size: 18px;
    	line-height: 24px;
		padding-top: 140px;
		height: 180px;	
	}
	
	.do_comp_rgt {
		font-size: 18px;
    	line-height: 24px;
		padding-top: 140px;
		height: 180px;
	}
}

@media screen and (max-width: 320px) {
	h1 {
		font-size:40px;
		line-height:80px;
	}
	
	h2 {
		font-size:40px;
		line-height:45px;
	}
	
	h4 {
		font-size:26px;
		line-height:32px;
	}
	
	.fixednavi_mob {
		width:100%;
	}
	
	.fixednavi_mob div {
		width:50%;
	}
	
	.fixednavi_mob .cd-nav-trigger {
		right:25px;
	}
	
	.fixednavi_mob .cd-nav-trigger.menu-is-open {
		right:41px;
	}	
	
	
	#wrapper {
		margin:0px;
	}
	
	.footer {
		font-size:16px;
		line-height:40px;
	}
	
	.foot_links .fbuttons {
    	width: 80%;
	}
	
	.banner_works {
		padding-bottom:71%;
	}
	
	.ban_mcd {
		background-image:url(../images/works/mcdonalds/banner_mob.jpg);
	}
	
	.ban_baker {
		background-image:url(../images/works/baker/banner_mob.jpg);
	}
	
	.ban_peran {
		background-image:url(../images/works/peranakan/banner_mob.jpg);
	}
	
	.ban_play {
		background-image:url(../images/works/playpoint/banner_mob.jpg);
	}
	
	.works_left {
		padding-top: 0px;
		margin-top: 50px;
	}
	
	.works_gallery {
		height:254px;
		border:4px solid #FFF;
	}
	
	.colors_printed {
		margin: 0px 5%;
	}
	
	.col_cat,
	.part_full .col_cat {
    	width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}	
		
		
	.print_coll {
		margin: 20px 5%;
	}
	
	.print_coll .print_coll_types span {
		display: block;
		
	}
	
	.print_coll .print_coll_types span.divider {
		display:none;
	}
	
	.print_coll_ban {
		width:100%;
		height:0;
		padding-bottom:110%;
	}
	
	.print_peran {
		background-image:url(../images/works/peranakan/print_mob.jpg);
	}
	
	.print_play {
		background-image:url(../images/works/playpoint/print_mob.jpg);
	}

	.our_works_banner {
		padding-bottom:184%;
		margin-top: 50px;
		margin-bottom:50px;
	}
	
	.our_works_logo h2 {
		font-size:40px;
		line-height:45px;
		color:#333333;
	}
	
	.ban_global {
		background-image:url(../images/works/global_mob.jpg);
	}
	
	.ban_harbour {
		background-image:url(../images/works/harbour_mob.jpg);
	}
		
	.ban_un {
		background-image:url(../images/works/un_mob.jpg);
	}
	
	.ban_pentair {
		background-image:url(../images/works/pentair_mob.jpg);
		padding-bottom:184%;
	}

	
	.ban_trinity {
		background-image:url(../images/works/trinity_mob.jpg);
	}
	
	.ban_volvo {
		background-image:url(../images/works/volvo_mob.jpg);
	}
	
	/******* contact ****/
	.contact_parts span {
		font-size:30px;
		line-height:60px;
	}
	
	.cont_left {
    	font-size: 22px;
		line-height:44px;
		padding-top:50px;
		padding-bottom:50px;
	}
	
	.cont_rgt {
		padding-top:50px;
		padding-bottom:50px;
	}
	
	input.inp_left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	input.inp_rgt {
		float: none;
		width: 100%;
	}
	
	input, textarea {
		font-size: 22px;
		line-height: 34px;
	}
	
	
	.request_quote input.inp_left {
		width: 100%;
		margin-right: 0;
	}
	
	.request_quote input.inp_rgt {
		width: 100%;
	}
	
	.rq_print_opt input[type=radio] + label {
		padding: 35px 0px;
		width: 100%;
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.digital {
		width: 78% !important;
	}

	.request_quest {
		width: 20%;
		padding-bottom: 20%;
	}
	
	.services div h4 {
		font-size:22px;
	}
	
	.do_color_bar {
		height:70px;
    	font-size: 30px;
		line-height:70px;
		
	}
	
	.do_comp_left {
		font-size: 16px;
		line-height: 22px;
		background-size: 90%;		
		padding-top: 150px;
    	height: 200px;
	}
	
	.do_comp_rgt {
		font-size: 16px;
		line-height: 22px;
		background-size: 90%;
		padding-top: 150px;
    	height: 200px;
	}
}
.f-img{width:2.2%;}
.f-copy{display:inline;}

