/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
@font-face{
   font-family:"Meta";
   font-weight:normal;
   font-style:normal;
   src:url("/fonts/MtNoLFRo.eot?iefix");
   src:url("/fonts/MtNoLFRo.woff") format("woff"),
       url("/fonts/MtNoLFRo.ttf") format("truetype")
}

@font-face{
    font-family:"Meta";
    font-weight:bold;
    font-style:normal;
    src:url("/fonts/MtMeLFRo.eot?iefix");
    src:url("/fonts/MtMeLFRo.woff") format("woff"),
		url("/fonts/MtMeLFRo.ttf") format("truetype")
}

@font-face{
    font-family:"Meta";
    font-weight:normal;
    font-style:italic;
    src:url("/fonts/MtBdLFIt.eot?iefix");
    src:url("/fonts/MtBdLFIt.woff") format("woff"),
        url("/fonts/MtBdLFIt.ttf") format("truetype")
}

* {
    font-family: "Meta", Arial, sans-serif;
/*    font-weight:normal;*/
}

.background-image {
	background-image:url( /images/template/backgrounds/1.jpg );
    background-position: right bottom;
    background-size:auto 100%;
	background-attachment: fixed;
	height:100%;
	position:fixed;
	width:100%;
	z-index:0;
}

.faded-image {
	background-image:url( /images/template/backgrounds/0.jpg );
    background-position: right bottom;
    background-size:auto 100%;
	background-attachment: fixed;
	height:100%;
	position:fixed;
	width:100%;
	z-index:0;
	display:none;
}

.page-container {
	position:absolute;
	z-index:1;
	width:100%;
	min-width:960px;
}

a {
    border:none;
    color:rgb( 24,24,24 );
    text-decoration:none;
}

a:hover {
    color:#000000;
}

a.hov-ul:hover {
	text-decoration:underline;
}

img {
    border:none;
    vertical-align:bottom;
    width:100%;
}

.greyscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.greyscale:hover {
	font-weight:bold;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

h1 {
    color:rgb( 24,24,24 );
    font-size:2em;
}

h2 {
    color:rgb( 24,24,24 );
    font-size:1.5em;
    line-height:1.1em;
	margin-bottom:10px;
}

h3 {
    color:rgb( 24,24,24 );
    font-size:1.3em;
}

p {
    color:rgb(24,24,24);
    font-size:0.95em;
    line-height:1.2em;
    margin-bottom:10px;
}

.full-height {
/*    min-height:600px;*/
	height:700px;
}

.bold { font-weight:bold; }

.upper {
    text-transform:uppercase;
}

.italic {
	font-style:italic;
}

.smaller { font-size:85%; }
.small { font-size:65%; }
.smallest { font-size:45%; }

.ul {
    border-bottom:1px solid rgb( 0,0,0 );
}

.wh { color:rgb( 255,255,255 ); }

.ib { display:inline-block; }

.fleft { float:left; }
.fright { float:right; }

.wauto { width:auto; }

.tcenter { text-align:center; }
.tright { text-align:right; }

.large { font-size:150%; }

.orange { color:#E37F1C; }

.caption {
	line-height:1em;
	padding:5px 0;
}

.boxify {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

ul {
	font-size:0.95em;
	list-style:square;
	line-height:1.2em;
	margin-bottom:10px;
	padding-left:20px;
}

ul li {
	margin-bottom:5px;	
}

.mt0 { margin-top:0; }
.mtt { margin-top:2px; }
.mts { margin-top:5px; }
.mt  { margin-top:10px; }
.mtb { margin-top:20px; }
.mt75 { margin-top:75px; }
.mr0 { margin-right:0; }
.mrt { margin-right:2px; }
.mrs { margin-right:5px; }
.mr  { margin-right:10px; }
.mrb { margin-right:20px; }
.mb0 { margin-bottom:0; }
.mbt { margin-bottom:2px; }
.mbs { margin-bottom:5px; }
.mb  { margin-bottom:10px; }
.mbb { margin-bottom:20px; }
.ml0 { margin-left:0; }
.mlt { margin-left:2px; }
.mls { margin-left:5px; }
.ml  { margin-left:10px; }
.mlb { margin-left:20px; }

.ptt { padding-top:2px; }
.pts { padding-top:5px; }
.pt  { padding-top:10px; }
.ptb { padding-top:20px; }
.prt { padding-right:2px; }
.prs { padding-right:5px; }
.pr  { padding-right:10px; }
.prb { padding-right:20px; }
.pbt { padding-bottom:2px; }
.pbs { padding-bottom:5px; }
.pb  { padding-bottom:10px; }
.pbb { padding-bottom:20px; }
.plt { padding-left:2px; }
.pls { padding-left:5px; }
.pl  { padding-left:10px; }
.plb { padding-left:20px; }

.bg-b { background-color: rgb( 0,0,0 ); }
.bg-d { background-color: rgb( 32,32,32 ); }
.bg-h { background-color: rgb( 64,64,64 ); }
.bg-l { background-color: rgb( 222,222,222 ); }
.bg-w { background-color: rgb( 255,255,255 ); }
.bg-r { background-color: rgb( 156,26,30 );}
.bg-o { background-color: rgb( 218,134,52 );}

.navigation {
    background-image:url( /images/template/twinkle_twinkle.png );
}

.nav {
    margin-top:25px;
}

.nav li {
    font-style:italic;
    margin:5px 0 5px 0;
    width:100%;
}

.nav li a {
    color:#4D4D4D;
    font-size:20px;
}

.nav li a:hover,
.nav li a.current {
    color:#E37F1C;
}

.footer {
    color:#4D4D4D;
    font-size:14px;
    font-style:italic;
    margin-top:40px;
}

.shadow-1 {
    background:url( /images/template/shadow-1.png );
	height:2000px;
}

.logo {
    margin-top:30px;
}

.logo-underline {
	background-image:url( /images/template/dots-black.png );
	background-position:bottom right;
	background-repeat: repeat-x;
}

.main {
    background-image:url( /images/template/debut_light.png );
	background-position:top right;
	overflow-y:hidden;
}

.main-scroll {
	overflow:hidden;
	overflow-y:auto;
}

.shadow-2 {
    background:url( /images/template/shadow-2.png );
}

.grid_11.wide { width:600px; }
.grid_13.wide { width:680px; }

.team-image {
	float:right;
	width:200px;
}

.rounded-thumb img {
    border-radius:50%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
