/*
	main.css
	HTML,CSS,Design Level JS Code developed by :
	Author:Prashant Sani, Quantum Designs
*/

/* =============================================================================
   Index

   1) Global Styles,Resets,Global Links,Abstraction
   2) Header 
   3) Content 
   4) Footer
   5) Forms
   6) Page-wise Styles
   7) Media Queries 
   ==========================================================================  */
   
/* =============================================================================
   Global Styles,Resets,Global Links,Abstraction
   ========================================================================== */

/* HTML 5 Resets */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
/* Reset */
* {margin:0; padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	border:0; 
	outline:0; 
	vertical-align:baseline; 
	background:transparent;
}
body{
	background:#FFF url(../images/background.png) center top no-repeat;
	font-family:"TitilliumText22LRegular", verdana,sans-serif;
}
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.wrap{
	margin:0 auto;
	width:910px;
	position:relative;
	font-size:12px
}

/* Selection */
::-moz-selection { background: #255b9f; color: #fff; text-shadow: none; }
::selection { background: #255b9f; color: #fff; text-shadow: none; }

/* Typography */
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('titilliumtext22l003-webfont.eot');
    src: url('titilliumtext22l003-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumtext22l003-webfont.woff') format('woff'),
         url('titilliumtext22l003-webfont.ttf') format('truetype'),
         url('titilliumtext22l003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.Titillium-Regular{
	font-weight: 400;
	 font-family: 'TitilliumText22LRegular';
}



@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('titilliumtext22l006-webfont.eot');
    src: url('titilliumtext22l006-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumtext22l006-webfont.woff') format('woff'),
         url('titilliumtext22l006-webfont.ttf') format('truetype'),
         url('titilliumtext22l006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.Titillium-LXBold{
	 font-family: 'TitilliumText22LXBold';
}
strong{
	font-family: 'TitilliumText22LXBold';
	font-weight:normal;
}
blockquote {
	padding:15px 20px 0 40px;
	background:url(../images/apostrophe-left.png) top left no-repeat;
	font-size:inherit;
	position:relative;
	display:block;
}
blockquote:after {
	background:url(../images/apostrophe-right.png) bottom left no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	height:21px;
	width:27px;
	content:""
}
blockquote span{
	display:block;
	color:#bdab83;
	margin-top:10px;
}
address{
	font-style:normal	
}
h1{
	font-size:18px;	
}
h2{
	font-size:16px;	
}
html body .bigFont{
	font-size:20px;	
}
/*Links */
a { 
	text-decoration:none; 
	 -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;	
}
a:visited,a:link { color:#063e89  }
a:hover,a:active { color:#57801f }
a.currentLink{
	cursor:default;
}

/* Typography */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
h1,h2,h3,h4,h5,h6{
	font-weight:normal;	
}
.greenFont{
	color:#57801f;
}	
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists  */
ul li,ol li{
	list-style:none;	
	margin:0;
	padding:0
}
.bullets li,.numbers li{
	margin-left:15px;
	padding:0 0 0 3px;	
	list-style-type:decimal
}
.bullets li{
	list-style-type:disc	
}
/* =============================================================================
   Header 
   ========================================================================== */
header{
	padding-top:30px;
	position:relative;
}	
.login{
	background:url(../images/man-icon.png)	left center no-repeat;
	position:absolute;
	right:0;
	top:56px;
	padding-left:20px
}
.homeLink{
	position:absolute;
	right:130px;
	top:53px;
}
.homeLink a,.homeLink a:link,.homeLink a:visited{
	display:block;
	height:20px;
	width:16px;
	text-indent:5000px;
	overflow:hidden;
	background:url(../images/home-icon.png) left top no-repeat;
}
.homeLink a:hover,.homeLink a:active{
	display:block;
	height:20px;
	width:16px;
	text-indent:5000px;
	overflow:hidden;
	background:url(../images/home-icon.png) right top no-repeat;
}
nav ul{
	color:#FFF;
	overflow:hidden;
	position:relative;
	z-index:50;
	background: #0d2f76; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d2f76 0%, #2a62a4 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d2f76), color-stop(99%,#2a62a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d2f76 0%,#2a62a4 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d2f76 0%,#2a62a4 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d2f76 0%,#2a62a4 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d2f76 0%,#2a62a4 99%); /* W3C */
	-webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 6px rgba(50, 50, 50, 0.75);	
}
nav a,nav .currentLink{
	display:block;
	padding:8px 20px;	
	margin:0;
	font-size:16px;
	position:relative;
}
.separator{
	position:absolute;
	right:-4px;
	top:10px;
}	
nav a:link,nav a:visited{
	color:#FFF	;
	background: #0d2f76; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d2f76 0%, #2a62a4 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d2f76), color-stop(99%,#2a62a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d2f76 0%,#2a62a4 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d2f76 0%,#2a62a4 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d2f76 0%,#2a62a4 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d2f76 0%,#2a62a4 99%); /* W3C */
}
nav a:hover,nav a:active,nav a.currentLink{
	color:#FFF;
	background: #010d41; /* Old browsers */
	background: -moz-linear-gradient(top,  #010d41 3%, #051a5b 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#010d41), color-stop(99%,#051a5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #010d41 3%,#051a5b 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #010d41 3%,#051a5b 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #010d41 3%,#051a5b 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #010d41 3%,#051a5b 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010d41', endColorstr='#051a5b',GradientType=0 ); /* IE6-9 */
	
}
nav li{
	float:left;
	margin:0;
	padding:0;
	width:auto;
}
.searchBox{
	height:30px;
	padding:8px 0 0 40px;
	position:absolute;
	right:0;
	top:97px;
	width:200px;
	z-index:500;
	background:url(../images/search-box.png) top left no-repeat
}
.searchBox input[type=text]{
	width:140px;
	height:10px;
	font-size:10px;
	display:block;
	margin-top:1px
}
.searchLink{
	display:block;
	background:url(../images/search-icon.png) no-repeat center;
	width:12px;
	height:17px;
	position:absolute;
	right:15px;
	top:10px;
}
/* =============================================================================
   Content
   ========================================================================== */
.homeWidgets{
	height:140px;
	width:250px;
	position:relative;
	padding:20px 15px;
	margin-bottom:25px;
	float:left;
	background: #c9d0d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9d0d7 0%, #ffffff 21%, #ffffff 74%, #e7ecf0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9d0d7), color-stop(21%,#ffffff), color-stop(74%,#ffffff), color-stop(100%,#e7ecf0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9d0d7 0%,#ffffff 21%,#ffffff 74%,#e7ecf0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9d0d7 0%,#ffffff 21%,#ffffff 74%,#e7ecf0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9d0d7 0%,#ffffff 21%,#ffffff 74%,#e7ecf0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9d0d7 0%,#ffffff 21%,#ffffff 74%,#e7ecf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d0d7', endColorstr='#e7ecf0',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.homeWidgets h1{
	width:100px;
	height:51px;
	padding:15px 0 0 20px;
	position:absolute;
	left:130px;
	top:20px;
	font-size:15px;
	background-color:#57801f;
	color:#FFF;
	line-height:17px;
}
.homeWidgets h1:after{
	content:"";
	position:absolute;
	background:url(../images/swwosh.png) left top no-repeat;
	width:88px;
	height:26px;
	top:3px;
	left:-12px;
	display:block;
}
.homeWidgets p{
	line-height:15px;
	font-size:13px;
	margin-top:15px
}
.widget1,.widget2{
	margin-right:35px;
}	
.insidePage{
	height:550px;	
	margin:25px 0;
	position:relative;
}

/*********** 
Inside Pages 
***********/
.insideCol1{
	width:180px;	
	position:relative;	
	font-size:12px;	
}
.insideCol1 h1{
	font-size:14px;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:#3a5db0 2px solid;
}
.insideCol1 h1 span{
	border-bottom:#57801f 2px solid;
	padding-bottom:5px;	
}
.insideCol1 ul{
}
.leftMenu a,.leftMenu li span{
	margin-right:20px;
	display:block;
	padding:5px 0;
	border-bottom:#000 1px solid;
}	
.leftMenu a:visited,.leftMenu a:link { 
	color:#000;
	background:none;
	background-position:top right
}
.leftMenu a:hover,.leftMenu a:active,.leftMenu span{ 
	color:#57801f ;
	background:url(../images/forward-btn.png) no-repeat right center
}
.LeftHeadings{
	position:absolute;
	left:0;
	top:230px;	
}
.LeftHeadings h2{
	color:#054092;
	font-size:14px;
	margin-bottom:10px;
}
.LeftHeadings a{
	padding:5px 0;
	display:block;	
}
.insideCol2{
	border-left:#505050 1px solid;	
	padding-left:20px;
	height:100%;
	position:relative;	
}
.insideBanner{
	width:690px;	
	height:193px;
	background-color:#57801f;
	position:relative;
}
.insideBanner:after{
	position:absolute;
	left:0;
	top:193px;
	background:url(../images/banner-bottom-shadow.png) no-repeat center;
	display:block;
	width:690px;
	height:45px;
	content:""
}
.insideBanner img{
	float:right;
}
.insideBanner h3{
	position:absolute;
	left:30px;
	bottom:30px;	
	font-size:25px;
	color:#FFF
}
.mainContent{
	margin-top:25px;
	position:relative;
	width:690px
}
.insideContain{
	width:700px;
	height:300px;
	overflow:auto;	
}
.mainContent h1{
	color:#054092;
	margin-bottom:10px;
	font-size:17px
}	
.greenHeadings{
	font-size:16px;
	color:#57801f;
	
}
/*********** 
About Pages 
***********/

/* Management Team  */
.teamPg{
	
}
/* Associate Companies */
.companiesPg h1{
	margin-bottom:40px	
}
.companiesPg ul{
	margin:10px 0 0 -10px;	
}
.companiesPg li{
	float:left;
	position:relative;
	padding-right:10px;
}
.borderPara:after{
	width:1px;
	height:40px;
	content:"";
	top:40px;
	right:0;
	background-color:#003c8a;
	position:absolute;	
}
.oneLinePara{
	padding:50px 10px 0 10px;	
}
.companiesPg li p{
	text-align:center;
}

.Pg404{
	margin:30px 0;
	height:400px;	
}
/*********** 
Resources - Media
***********/
.mediaLogo{
	margin:85px 0 0 0;
	padding:40px 10px;
	border:#054092 solid 1px;
}
/*********** 
What's New
***********/
.newsPg .clearfix p{
	width:450px;
	margin-right:20px
}	
.newsPg .clearfix{
	margin-bottom:30px;
}	
/*********** 
Case Study
***********/
.caseStudy ul{
	width:690px;
	margin-top:10px
}
.caseStudy ul li{
	float:left;
	width:200px;
	position:relative;
}
.CSmiddleLi{
	padding:0 20px;
	border-left:#28598d solid 1px;
	border-right:#28598d solid 1px;		
	margin:0 10px;	
}
/*********** 
Contact Page
***********/
.contactPg{
	position:relative;
}	
address{
	margin:10px 0;	
}
.socialMedia{
	position:absolute;
	right:0;
	bottom:0	
}
.socialMedia span{
	margin-right:10px;	
}
.socialMedia a{
	display:inline-block;
	width:32px;
	height:32px;
	vertical-align:text-bottom;
	text-indent:-3000px;
	overflow:hidden;
}
.facebookLink{
	background:url(../images/facebook-icon.jpg) no-repeat center
}
.twitterLink{
	background:url(../images/twitter-icon.jpg) no-repeat center
}
.linkedInLink{
	background:url(../images/linked-in-logo.jpg) no-repeat center
}
/*********** 
Careers Page
***********/
#careersForm{
	margin-top:20px;	
}
#careersForm p.clearfix{
	margin:20px 0;
	position:relative;
}
#careersForm label{
	float:left;
	width:130px;
	color:#054092;

}
#careersForm input{
	float:left;
	width:130px;
	margin-top:-2px;
}
#careersForm input[type=submit]{
	width:auto;
}
.MaxSize{
	position:absolute;
	left:290px;
	top:0px;
}
/*********** 
Disclaimer Page
***********/

/*********** 
Sitemap  Page
***********/   
/* =============================================================================
  	Footer
   ========================================================================== */   
footer{
	overflow:hidden;
	clear:both
}	
footer p{
	padding-top:5px;
	font-size:12px;
}	
footer .floatLeft{	
	border-top:#57801f solid 2px;
	width:30%;
}
footer .floatRight{	
	border-top:#063e89 solid 2px;
	width:70%;
	text-align:right
}
footer .floatRight span{	
	margin:0 10px;
}

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
button{
	outline:none;
	border:none;
	cursor:pointer
}
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
input,textarea,input:focus,textarea:focus{
	outline:none;
	border:none;	
}
input,textarea{
	background-color:#FFF;
	padding:3px 8px;
	border:#000 1px solid;
}
input,textarea,input:focus,textarea:focus{
	border:#000 1px solid;
    -moz-box-shadow:0 1px 1px rgba(182, 182, 182, 0.75);
     -webkit-box-shadow: 0 1px 1px rgba(182, 182, 182, 0.75);
     box-shadow: 0 1px 1px rgba(182, 182, 182, 0.75);		
}
input[type=submit]{
	padding:3px 5px;
	background-color:#d1d3d4;
	border:#000 1px solid;
	color:#000;	
	width:auto;
	cursor:pointer;
	 -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
input[type=submit]:focus,input[type=submit]:hover,input[type=submit]:active{
	border:#d1d3d4 1px solid;
	background-color:#000000;
	color:#d1d3d4;
    -moz-box-shadow:0 1px 1px rgba(182, 182, 182, 0.75);
     -webkit-box-shadow: 0 1px 1px rgba(182, 182, 182, 0.75);
     box-shadow: 0 1px 1px rgba(182, 182, 182, 0.75);		
}
textarea{
	height:50px;	
}


/* =============================================================================
   Libraries
   ========================================================================== */   
/* Animate.css */
/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.welcomeNote .theme-light{
	position:relative;
	-moz-box-shadow: 0px 6px 9px #a9a9a9;
	-webkit-box-shadow: 0px 6px 9px #a9a9a9;
	box-shadow: 0px 6px 9px #a9a9a9;
	margin-bottom:30px;
}
.theme-light.slider-wrapper {
    background: #fff;
}
.theme-light .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    overflow: visible;
	width:910px;
	height:350px;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: absolute;
	bottom:25px;
	right:25px;
	z-index: 10;
}
.theme-light .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	border:0;
	margin: 0 2px;
	padding:0 5px 14px 5px;
	background-color:#57801f;
	color:#FFF
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
	background-color:#FFF;
	color:#0d3d93	
}

.theme-light .nivo-directionNav a {
	display:none
}
.theme-light .nivo-directionNav a:hover {
    
}
.theme-light a.nivo-nextNav {
	
}
.theme-light a.nivo-prevNav {
    
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;border: 10px solid #BDAB83;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;overflow:visible}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity:0.7;}
#colorbox{}
	#colorbox p{
		margin:10px 0;	
	}
	#colorbox strong{
		font-size:14px;	
	}
    #cboxBottomCenter,#cboxTopCenter,#cboxMiddleRight,#cboxMiddleLeft,#cboxBottomRight,#cboxBottomLeft,
	#cboxTopRight,#cboxTopLeft,#cboxTitle,#cboxCurrent,#cboxSlideshow,#cboxNext,
	#cboxPrevious,#cboxNext{display:none !important}
    #cboxContent{background:#8d6f2c; overflow:hidden;}
        .cboxIframe{background:#fff;}
	#cboxContent{
		overflow:visible;	
	}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{padding:10px;max-height:500px}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{}
        #cboxClose{position:absolute; top:-30px; right:-30px; 
			background:url(../images/Sprite.png) no-repeat -91px -26px; width:10px; height:12px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-81px -83px;}




/* =============================================================================
   helper Classes
   ========================================================================== */   


.hidden { 
	display: none !important; 
	visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* =============================================================================
   Media Queries
   ========================================================================== */   

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}