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

/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #999;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   width:100%;
   height:100%;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
    border-color: #CCCCCC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
/* ------------------------------------------------------------------------------------
--  GENERAL
------------------------------------------------------------------------------------ */
html, body { 
	width:100%;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    font-size:100%;
	margin:0;
	padding:0;
	background: #000;
}
::selection{
	background:#dbf1f6;
}
::-moz-selection{
	background:#dbf1f6;
}
figure{
	float:left;
}
#wrapper{
	float:left;
	padding:0;
	margin:0;
	width: 100%;
	min-height:100%;
	/* max-width: 120em; (1920x / 16px) */
	position:relative;
}
.full-width{
	float:left;
	width:100%;
}
.bg{
	background:url(images/white.png);
	background-repeat:repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
.deco-line{
	float:left;
	width:100%;
	height:20px;
	background:#141414;
	margin-bottom:40px;
	border-bottom:2px solid #1f1f1f;
	-moz-box-shadow: 0 4px 8px #000;	
	-webkit-box-shadow: 0 4px 8px #000;
	-o-box-shadow: 0 4px 8px #000;
	-khtml-box-shadow: 0 4px 8px #000;
	-ms-box-shadow: 0 4px 8px #000;
	box-shadow: 0 4px 8px #000;
}
.deco-line-top{
	float:left;
	width:100%;
	height:20px;
	background:#141414;
	margin-bottom:40px;
	margin-top:-30px;
	border-bottom:2px solid #1f1f1f;
	-moz-box-shadow: 0 4px 8px #000;	
	-webkit-box-shadow: 0 4px 8px #000;
	-o-box-shadow: 0 4px 8px #000;
	-khtml-box-shadow: 0 4px 8px #000;
	-ms-box-shadow: 0 4px 8px #000;
	box-shadow: 0 4px 8px #000;
}
.inner-wrap{
	margin:0 auto;
	width:90%;/*1536px*/
}
.inner{
	float:left;
	width:100%;
	clear:both;
}
.grey-line{
	float:left;
	width:100%;
	height:1px;
	background:#ccc;
}
.white-line{
	float:left;
	width:100%;
	background:rgba(255,255,255,0.6);
	height:1px;
}
/* ------------------------------------------------------------------------------------
--  TYPOGRAPHY
------------------------------------------------------------------------------------ */
h2{
	font-size:1.9em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#383838;
	text-shadow:0 1px 1px #fff;
}
h3{
	font-size:1.6em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#aaa;
	text-shadow:0 1px 1px #fff;	
}
h4{
	font-size:1.4em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#aaa;
	text-shadow:0 1px 1px #fff;	
}
p{
	line-height:1.5em;
	color:#515151;
	margin-bottom:20px;
}
p.last{
	margin-bottom:0;
}
/* ------------------------------------------------------------------------------------
--  ANCHORS
------------------------------------------------------------------------------------ */
a{
	text-decoration:none;
	outline:none;
	color:#0F0;
}
a:hover, a:focus{
	color:#0F0;
}
a.external:after {
    padding:0 10px;
    margin: 0 0 0 5px;
    content: "";
    background: url(images/external.png);
	background-repeat: no-repeat;
	display:inline;
}
a.readmore{
	float:right;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:0.5em;
	display:inline-block;
}
/* ------------------------------------------------------------------------------------
--  CSS TOOLTIP
------------------------------------------------------------------------------------ */
span.tool {
    position: relative;   /*this is important*/
    cursor: pointer;
}
span.tool span.tip {
    display: none;
	width:10em; 
}
span.tool:hover span.tip {
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 1.8em;
    left: -4em;
    padding: 0.5em;
	background:#e6e6e6;
	border:1px solid #ddd;
    text-align: left;
	width:10em; 
}
q{
	font-size:0.9em;
	float:left;
	color:#515151;
}
/* ------------------------------------------------------------------------------------
--  TOP (BLOCK1)
------------------------------------------------------------------------------------ */
.border{
	background:#1a1a1a;
	border-bottom:2px solid #2a2a2a;
	padding:1% 0;
	width:100%;
}
#top-inner{
	clear: both;
	position: relative;
	width:100%;
}
#logo{
	float:left;
}
#logo h1 a{
	display:inline-block;
	float:left;
}
#logo img#logo-img{
	max-width:none;
	padding:0.5em 0 0 0;
}
nav{
	float:right;
	margin-left:4%;
}
ul.main-menu{
	float:left;
	list-style:none;
	width:100%;
	position:relative;
}
ul.main-menu li{
	float:left;
	margin-left:20px;
}
ul.main-menu a{
	display:inline-block;
	float:left;
	color:#f0f0f0;
	text-transform:uppercase;
	font-family:'Abel', sans-serif;
	font-size:1.25em;
	background:#141414;
	-moz-box-shadow: inset 0 2px 2px #000;	
	-webkit-box-shadow: inset 0 2px 2px #000;
	-o-box-shadow: inset 0 2px 2px #000;
	-khtml-box-shadow: inset 0 2px 2px #000;
	-ms-box-shadow: inset 0 2px 2px #000;
	box-shadow: inset 0 2px 2px #000;
	padding: 0.2em 0.8em;
}
ul.main-menu a.activelink{
	color:#9d9c9c;
}
ul.main-menu a:hover, a:focus{
	color:#0F0
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK5)
------------------------------------------------------------------------------------ */
.lightgrey{
	background:#e7e7e7;
}
#scrollercontainer{
    position: relative;
    width: 100%;
    height: 6em;
    overflow: hidden;
	float:left;
}
#scroller{
    white-space: nowrap;
    line-height: 6em;
    font-size: 3em;
}
#scroller p{
     padding: 0;
	 margin:0;
	 text-shadow:0 1px 1px #fff;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK6)
------------------------------------------------------------------------------------ */
.grey{
	background:#02080D;
}
.bottom-content{
	float:left;
	width:100%;/*1536px*/
	margin:0 0 40px 0;
}
.bottom-content section{
	float:left;
	width:31.3333%; 
	margin-right:3%;
    position:relative; 
}
.bottom-content section.last{
	margin-right:0 !important;
	clear:right;
}
.bottom-content h3{
	text-shadow:none;
	margin-bottom:20px;
}
#links{
	float:left;
	width:100%;
	list-style:none;
}
#links li{
	width:100%;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #1f1f1f;
	color:#515151;
	font-size:0.9em;
}
blockquote{
	line-height:1.5em;
	color:#515151;
	font-style:italic;
	background:#141414;
	padding:1.5em;
	border:1px solid #000;
	-moz-box-shadow: inset 0 4px 4px #000;	
	-webkit-box-shadow: inset 0 4px 4px #000;
	-o-box-shadow: inset 0 4px 4px #000;
	-khtml-box-shadow: inset 0 4px 4px #000;
	-ms-box-shadow: inset 0 4px 4px #000;
	box-shadow: inset 0 4px 4px #000;
	font-size:0.9em;
	margin-bottom:20px;
}
.social{
	float:left;
	width:100%;
}
.social h4{
	text-shadow:none;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #1f1f1f;
}
a.socialicon{
	margin-right:3%;
	float:left;
}
.social .last{
	margin-left:0;
}
a.socialicon img{
	 opacity: 0.4;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
a.socialicon img:hover{
 	 opacity: 1;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
/* ------------------------------------------------------------------------------------
--  FOOTER (BLOCK7)
------------------------------------------------------------------------------------ */
.darkgrey{
	background:#141414;
	border-top:1px solid #1f1f1f;
}
footer{
	float:left;
	width:100%;
}
small{
	font-size:0.8em;
	line-height:1.4em;
	color:#515151;
	margin:20px 0;
	width:100%;
	float:left;
}
/*--------------------------------------------------------------------------------------
index css start
---------------------------------------------------------------------------------------*/
img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (JS)
------------------------------------------------------------------------------------ */
ul.child-menu{
	position: absolute;
	display: none;
	list-style: none;
	padding:10px 0;
	background:#141414;
	top:-5px;
	width:200px;
	z-index:1;
	margin:40px 0 0 0;
	padding-bottom:10px;
}
ul.child-menu li {
	float: none;
	margin-left:0;
}
ul.child-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#bcbcbc;
	font-size:1em;
	text-transform:uppercase;
	background:#141414;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.child-menu a:hover{
	color:#09F;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (CSS)
------------------------------------------------------------------------------------ */
ul.small-menu{
	float: left;
	padding: 10px 0;
	position: absolute;
	top:-5px;
	z-index:1;
	display: none; /*--Hide by default--*/
	width:200px;
	background:#141414;
	margin:40px 0 0 0;
	list-style:none;
}
ul.small-menu li{
	float: none;
	margin-left:0;	
}
ul.small-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#bcbcbc;
	font-size:1em;
	text-transform:uppercase;
	background:#141414;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.small-menu a:hover{
	color:#09F;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
#mainpic{
	width:99%;
	padding-right: .5%;
	padding-left: .5%;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:2em 0;
	width:100%;
	float:left;
}
.text{
	float:left;
	margin-right:3%;
	width:82%;
}
p.large{
	font-size:1.9em;
	color:#fafafa;
	text-shadow:0 1px 1px #555;
	font-family:'Abel', sans-serif;
}
.buttonplace{
	float:right;
	width:15%;	
}
a.but{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.3);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 2px 6px #000;
	display:block;
	padding:0.5em 0;
	text-align:center;
	color:#f0f0f0;
	text-shadow: 0 1px 2px #555;
	font-size:1.2em;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:600;
}
a.but:hover{
	background:#910101;
}
a.hidden{
	display:none;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK4)
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds 1023.9989px 100% is equal to 1536px width of inner-wrap*/
	margin:40px 0;
}
.leftside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last{
	margin-bottom:0;
}
.leftside article{
	overflow:hidden;
	margin-bottom:40px;
}
.leftside figure{
	padding:10px;
	background:#f0f0f0;
	margin:0 20px 20px 0;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
.rightside section{
	float:left;
	width:100%;
	margin: 0 0 40px 0;
}
.video-holder{
	float:left;
	width:100%;
	background:black;
}
.video-container {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rightside .news{
	float:left;
	width:100%;
	margin:0;	
}
.news p{
	background:#e6e6e6;
	border:1px solid #ddd;
	font-size:0.9em;
	padding:4%;
	width:92%;
	float:left;
}
.news a.readmore{
    margin-bottom:20px;
}
.news a.last{
	margin-bottom:0;
}
/*--------------------------------------------------------------------------------------
index css end
---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
graphic design css starts
---------------------------------------------------------------------------------------*/
img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:0.2em 0;
	width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.leftside section, .rightside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last, .rightside section.last{
	margin-bottom:0;
}
.leftside article, .rightside article{
	overflow:hidden;
	margin-bottom:20px;
}
article.noborder{
	margin-bottom:0;
}
figure{
	padding:10px;
	background:#f0f0f0;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds */
	margin:40px 0;
}
#folio{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 40px 0;
}
#folio li{
	float:left;
	width:31.3333%;
	margin:0 3% 0 0;
}
#folio figure{
	width:94%;
	padding:3%;
	background:#f0f0f0;
}
#folio figure figcaption{
	float:left;
	width:100%;
	margin-top:4%;
}
#folio figure figcaption p{
	color:#515151;
	text-shadow:0 1px 1px #fff;
	line-height:1.4em;
	font-size:0.9em;
}
#folio figure figcaption a.more{
	float:right;
}
#folio li.last{
	margin-right:0;
}
article.columns{
   -moz-column-count: 3;
   -moz-column-gap: 2.5em;
   -webkit-column-count: 3;
   -webkit-column-gap: 2.5em;
    column-count: 3;
    column-gap: 2.5em;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
h3.trigger{
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
} 
h3.last{
	margin:0;
}
.toggle_container{
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
	display:none;
}
h3.trigger a{
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
h3.trigger a:hover{
	color: #333;
}
.lists{
	float:left;
	width:100%;
}
.lists ul{
	float:left;
	width:100%;
	list-style:none;	
}
.lists li{
	margin-bottom:20px;
}
.lists li.last{
	margin-bottom:0;
}
.lists ul a{
   text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
.lists ul a:hover{ 
    color: #666; 
}
form{
	float:left;
	width:99.96%;
	background:#e6e6e6;
	border:1px solid #ddd;
}
legend{
	float:left;
	width:100%;
	margin:0 0 4% 0;
	line-height:1.5em;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
fieldset#first{
	float:left;
	width:92%;
	padding:4% 4% 0 4%;	
}
fieldset#second{
	float:left;
	width:92%;
	padding:0 0 4% 0;	
}
label{
	float:left;
	width:100%;
	margin:0 0 2% 0;
	font-size:0.9em;
}
input{
	padding:2%;
	border:1px solid #ddd;
	background:#f0f0f0;
	margin:0 0 4% 0;
	float:left;
	width:95.7%;
}
.buttonsubmit{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.5);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 1px 1px #555;
	padding:0.8em 1.2em;
	text-align:center;
	color:#f0f0f0;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.buttonsubmit:hover{
	background:#910101;
}
/*--------------------------------------------------------------------------------------
graphic design css ends
---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
screen printing css starts
---------------------------------------------------------------------------------------*/
img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:0.2em 0;
	width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.leftside section, .rightside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last, .rightside section.last{
	margin-bottom:0;
}
.leftside article, .rightside article{
	overflow:hidden;
	margin-bottom:20px;
}
article.noborder{
	margin-bottom:0;
}
figure{
	padding:10px;
	background:#f0f0f0;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds */
	margin:40px 0;
}
#folio{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 40px 0;
}
#folio li{
	float:left;
	width:31.3333%;
	margin:0 3% 0 0;
}
#folio figure{
	width:94%;
	padding:3%;
	background:#f0f0f0;
}
#folio figure figcaption{
	float:left;
	width:100%;
	margin-top:4%;
}
#folio figure figcaption p{
	color:#515151;
	text-shadow:0 1px 1px #fff;
	line-height:1.4em;
	font-size:0.9em;
}
#folio figure figcaption a.more{
	float:right;
}
#folio li.last{
	margin-right:0;
}
article.columns{
   -moz-column-count: 3;
   -moz-column-gap: 2.5em;
   -webkit-column-count: 3;
   -webkit-column-gap: 2.5em;
    column-count: 3;
    column-gap: 2.5em;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
h3.trigger{
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
} 
h3.last{
	margin:0;
}
.toggle_container{
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
	display:none;
}
h3.trigger a{
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
h3.trigger a:hover{
	color: #333;
}
.lists{
	float:left;
	width:100%;
}
.lists ul{
	float:left;
	width:100%;
	list-style:none;	
}
.lists li{
	margin-bottom:20px;
}
.lists li.last{
	margin-bottom:0;
}
.lists ul a{
   text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
.lists ul a:hover{
	color: #333;
}
form{
	float:left;
	width:99.96%;
	background:#e6e6e6;
	border:1px solid #ddd;
}
legend{
	float:left;
	width:100%;
	margin:0 0 4% 0;
	line-height:1.5em;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
fieldset#first{
	float:left;
	width:92%;
	padding:4% 4% 0 4%;	
}
fieldset#second{
	float:left;
	width:92%;
	padding:0 0 4% 0;	
}
label{
	float:left;
	width:100%;
	margin:0 0 2% 0;
	font-size:0.9em;
}
input{
	padding:2%;
	border:1px solid #ddd;
	background:#f0f0f0;
	margin:0 0 4% 0;
	float:left;
	width:95.7%;
}
.buttonsubmit{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.5);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 1px 1px #555;
	padding:0.8em 1.2em;
	text-align:center;
	color:#f0f0f0;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.buttonsubmit:hover{
	background:#910101;
}
/*--------------------------------------------------------------------------------------
screen printing css ends
---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
sign css starts
---------------------------------------------------------------------------------------*/
img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:0.2em 0;
	width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.leftside section, .rightside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last, .rightside section.last{
	margin-bottom:0;
}
.leftside article, .rightside article{
	overflow:hidden;
	margin-bottom:20px;
}
article.noborder{
	margin-bottom:0;
}
figure{
	padding:10px;
	background:#f0f0f0;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds */
	margin:40px 0;
}
#folio{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 40px 0;
}
#folio li{
	float:left;
	width:31.3333%;
	margin:0 3% 0 0;
}
#folio figure{
	width:94%;
	padding:3%;
	background:#f0f0f0;
}
#folio figure figcaption{
	float:left;
	width:100%;
	margin-top:4%;
}
#folio figure figcaption p{
	color:#515151;
	text-shadow:0 1px 1px #fff;
	line-height:1.4em;
	font-size:0.9em;
}
#folio figure figcaption a.more{
	float:right;
}
#folio li.last{
	margin-right:0;
}
article.columns{
   -moz-column-count: 3;
   -moz-column-gap: 2.5em;
   -webkit-column-count: 3;
   -webkit-column-gap: 2.5em;
    column-count: 3;
    column-gap: 2.5em;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
h3.trigger{
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
} 
h3.last{
	margin:0;
}
.toggle_container{
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
	display:none;
}
h3.trigger a{
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
h3.trigger a:hover{
	color: #333;
}
.lists{
	float:left;
	width:100%;
}
.lists ul{
	float:left;
	width:100%;
	list-style:none;	
}
.lists li{
	margin-bottom:20px;
}
.lists li.last{
	margin-bottom:0;
}
.lists ul a{
   text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
.lists ul a:hover{
	color: #333;
}
form{
	float:left;
	width:99.96%;
	background:#e6e6e6;
	border:1px solid #ddd;
}
legend{
	float:left;
	width:100%;
	margin:0 0 4% 0;
	line-height:1.5em;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
fieldset#first{
	float:left;
	width:92%;
	padding:4% 4% 0 4%;	
}
fieldset#second{
	float:left;
	width:92%;
	padding:0 0 4% 0;	
}
label{
	float:left;
	width:100%;
	margin:0 0 2% 0;
	font-size:0.9em;
}
input{
	padding:2%;
	border:1px solid #ddd;
	background:#f0f0f0;
	margin:0 0 4% 0;
	float:left;
	width:95.7%;
}
.buttonsubmit{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.5);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 1px 1px #555;
	padding:0.8em 1.2em;
	text-align:center;
	color:#f0f0f0;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.buttonsubmit:hover{
	background:#910101;
}
/*--------------------------------------------------------------------------------------
sign css ends
---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
gallery css starts
---------------------------------------------------------------------------------------*/
img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:0.2em 0;
	width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
#folio{
	float:left;
	width:100%;
	list-style:none;
	margin:40px 0;
}
#folio li{
	float:left;
	width:31.3333%;
	margin:0 3% 3% 0;
}
#folio figure{
	width:94%;
	padding:3%;
	background:#f0f0f0;
}
#folio figure figcaption{
	float:left;
	width:100%;
	margin-top:4%;
}
#folio figure figcaption p{
	color:#515151;
	text-shadow:0 1px 1px #fff;
	line-height:1.4em;
	font-size:0.9em;
}
#folio figure figcaption a.more{
	float:right;
}
#folio li.last{
	margin-right:0;
}
#folio li.bottom{
	margin-bottom:0;
}
/*--------------------------------------------------------------------------------------
gallery css ends
---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
about css start
---------------------------------------------------------------------------------------*/
img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:2em 0;
	width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.leftside section, .rightside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last, .rightside section.last{
	margin-bottom:0;
}
.leftside article, .rightside article{
	overflow:hidden;
	margin-bottom:20px;
}
article.noborder{
	margin-bottom:0;
}
figure{
	padding:10px;
	background:#f0f0f0;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds */
	margin:40px 0;
}
#folio{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 40px 0;
}
#folio li{
	float:left;
	width:31.3333%;
	margin:0 3% 0 0;
}
#folio figure{
	width:94%;
	padding:3%;
	background:#f0f0f0;
}
#folio figure figcaption{
	float:left;
	width:100%;
	margin-top:4%;
}
#folio figure figcaption p{
	color:#515151;
	text-shadow:0 1px 1px #fff;
	line-height:1.4em;
	font-size:0.9em;
}
#folio figure figcaption a.more{
	float:right;
}
#folio li.last{
	margin-right:0;
}
article.columns{
   -moz-column-count: 3;
   -moz-column-gap: 2.5em;
   -webkit-column-count: 3;
   -webkit-column-gap: 2.5em;
    column-count: 3;
    column-gap: 2.5em;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
h3.trigger{
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
} 
h3.last{
	margin:0;
}
.toggle_container{
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
	display:none;
}
h3.trigger a{
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
h3.trigger a:hover{
	color: #333;
}
.lists{
	float:left;
	width:100%;
}
.lists ul{
	float:left;
	width:100%;
	list-style:none;	
}
.lists li{
	margin-bottom:20px;
}
.lists li.last{
	margin-bottom:0;
}
.lists ul a{
   text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7);
	text-transform:uppercase;
    color:#949493;
	display: block;
	font-size:0.9em;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:2%;
	width:96%;
}
.lists ul a:hover{
	color: #333;
}
form{
	float:left;
	width:99.96%;
	background:#e6e6e6;
	border:1px solid #ddd;
}
legend{
	float:left;
	width:100%;
	margin:0 0 4% 0;
	line-height:1.5em;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
fieldset#first{
	float:left;
	width:92%;
	padding:4% 4% 0 4%;	
}
fieldset#second{
	float:left;
	width:92%;
	padding:0 0 4% 0;	
}
label{
	float:left;
	width:100%;
	margin:0 0 2% 0;
	font-size:0.9em;
}
input{
	padding:2%;
	border:1px solid #ddd;
	background:#f0f0f0;
	margin:0 0 4% 0;
	float:left;
	width:95.7%;
}
.buttonsubmit{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.5);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 1px 1px #555;
	padding:0.8em 1.2em;
	text-align:center;
	color:#f0f0f0;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.buttonsubmit:hover{
	background:#910101;
}
/*--------------------------------------------------------------------------------------
about css ends
---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------
contact css starts
---------------------------------------------------------------------------------------*/
#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 650px; margin: 50px auto; padding: 35px; border: 1px solid #cbcbcb; background-color: #FFF; -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }
/*--------------------------------------------------------------------------------------
contact css ends
---------------------------------------------------------------------------------------*/
