

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
color : #000; 
text-align: center;
background: #fff url(/images/bodyback.png) left top;
}

button, 
input, 
select, 
textarea { 
font-family : 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 10px;
letter-spacing: -1px;
}

h1 { 
font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
color: #000;
margin-bottom : 0.2em;
font-size : 6em; /* 96 / 16 */
line-height : 1.4;
}


h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.15em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

footer h4 { 
color: #ccc;
}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-size : 2.5em; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-size: 1.5em; /* 24 / 16 */
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
color: #666;
}

/* LINKS =============================================================================  */

a { 
color : #cc1122;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #ff9326; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #dd2233;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

label.inline{
display:inline;
margin:0;
}

label span{
color:#666;
font-size:0.9em;
}

label span.right{
position:absolute;
bottom:0;
right:1em;
text-align:right;
}

label.disabled{
color:#ccc;
}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder{
color:#bbb;
}

input::-moz-focus-inner {border:0;}

input[disabled="disabled"], input.disabled{
color:#999;
background:#f5f5f5;
-moz-box-shadow:inset 0px 0px 2px #ddd;
-webkit-box-shadow:inset 0px 1px 2px #ddd;
box-shadow:inset 0px 1px 2px #ddd;
}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



#skiptomain { display: none; }

#wrapper {
width: 100%;
position: relative;
text-align: left;
}

#headcontainer {
width: 100%;
background: url(/images/headerback.png) no-repeat center top;
}

header {
clear: both;
width: 80%; /* 1000px / 1250px */
font-size: 0.8125em; /* 13 / 16 */
max-width: 92.3em; /* 1200px / 13 */
margin: 0 auto;
padding: 130px 0px 10px 0px;
position: relative;
color: #000;
text-align: center;
}


#mcontr{
width: 100%;
}

.stcontr {
}

.darkcontainer {
background: rgba(102, 102, 102, 0.05);
}

.lightcontainer {
background: rgba(255, 255, 255, 0.33);
}


.mcon{
clear: both;
width: 80%; /* 1000px / 1250px */
font-size: 0.8125em; /* 13 / 16 */
max-width: 92.3em; /* 1200px / 13 */
margin: 0 auto;
padding: 1em 0px;
color: #333;
line-height: 1.5em;
position: relative;
}

#footercontainer {
width: 100%;	
border-top: 1px solid #000;
background: #222 url(/images/footerback.png) left top;
}

footer {
clear: both;
width: 80%; /* 1000px / 1250px */
font-size: 0.8125em; /* 13 / 16 */
max-width: 92.3em; /* 1200px / 13 */
margin: 0 auto;
padding: 20px 0px 10px 0px;
color: #999;
}

footer strong {
font-size: 1.077em; /* 14 / 13 */
color: #aaa;
}


footer a:link, footer a:visited { color: #999; text-decoration: underline; }
footer a:hover { color: #fff; text-decoration: underline; }

ul.pagefooterlist, ul.pagefooterlistimages {
display: block;
float: left;
margin: 0px;
padding: 0px;
list-style: none;
}

ul.pagefooterlist li, ul.pagefooterlistimages li {
clear: left;
margin: 0px;
padding: 0px 0px 3px 0px;
display: block;
line-height: 1.5em;
font-weight: normal;
background: none;

}

ul.pagefooterlistimages li {
height: 34px;
}


ul.pagefooterlistimages li img {
padding: 5px 5px 5px 0px;
vertical-align: middle;
opacity: 0.75;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha( opacity  = 75);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

ul.pagefooterlistimages li a
{
text-decoration: none;
}

ul.pagefooterlistimages li a:hover img {
opacity: 1.0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha( opacity  = 100);
}

#smallprint {
margin-top: 20px;
line-height: 1.4em;
text-align: center;
color: #999;
font-size: 0.923em; /* 12 / 13 */
}

#smallprint p{
vertical-align: middle;
}

#smallprint .twitter-follow-button{
margin-left: 1em;
vertical-align: middle;
}

#smallprint img {
margin: 0px 10px 15px 0px;
vertical-align: middle;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha( opacity  = 50);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}


#smallprint a:hover img {
opacity: 1.0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha( opacity  = 100);
}

#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

/*.sec {
clear: both;
padding: 0px;
margin: 0px;
}
*/


pre.code {
padding: 0;
margin: 0;
font-family: monospace;
white-space: pre-wrap;
font-size: 1.1em;
}

strong.code {
font-weight: normal;
font-family: monospace;
font-size: 1.2em;
}


#ex .col {
background: #ccc;
background: rgba(255, 255, 255, 0.15);
}

#ex .colz {
background: #ccc;
background: rgba(204, 204, 204, 0.85);
}



.note {
position:relative;
padding:1em 1.5em;
margin: 0 0 1em 0;
background: #fff;
background: rgba(255, 255, 255, 0.5);
overflow:hidden;
}

.note:before {
content:"";
position:absolute;
top:0;
right:0;
border-width:0 16px 16px 0;
border-style:solid;
border-color:transparent transparent #cccccc #cccccc;
background:#cccccc;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
-webkit-border-radius:5px 0 5px 5px;
-moz-border-radius:5px 0 5px 5px;
border-radius:5px 0 5px 5px;
}

.note.rounded:before {
border-width:8px;
border-color:#ff #ff transparent transparent;
background: url(/images/bodyback.png);
-webkit-border-bottom-left-radius:5px;
-moz-border-radius:0 0 0 5px;
border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
max-width: 90%;
padding: 5%;
margin: 0 0 1em 0;
background: transparent url(/images/stripe-bg.png);
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
}

.siteimage:hover {
background: #bbb url(/images/stripe-bg.png);
position: relative;
top: -2px;

}

/*  COLUMNS  ============================================================================= */

.twocolumns{
-moz-column-count: 2;
-moz-column-gap: 2em;
-webkit-column-count: 2;
-webkit-column-gap: 2em;
column-count: 2;
column-gap: 2em;
}

/*  BUTTONS  ============================================================================= */


.button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-weight: normal;
color: #fff;
padding: .5em 1em;
margin: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size : 1.1em;

}
.button:hover {
background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
color: #fff;
text-decoration: none;
}
.button:active {
background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
color: #fff;
position: relative;
top: 1px;
}
.button:visited { 
color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}
.group {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
float: left;
}

.floatright {
float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }





/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
display: block;
float:left;
margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
.col { margin: 1% 0 1% 0%;
}
}
/*  GRID OF TWO   ============================================================================= */

@media only screen and (max-width: 480px) {
.s12a {
width: 100%; 
	}
.s12c {
width: 100%; 
	}	
.s12 {
width: 100%; 
	}
.span_2_of_2 {
width: 100%; 
	}
.span_1_of_2 {
width: 100%; 
	}
}




.span_2_of_2 {
	width: 100%;
}

.s22a {
width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

.s12 {
width: 49.2%;
}

.s12c {
width: 49.2%;
}
.s12 a{
color: #ee3344;
}

.s12 a:visited { 
color : #ee3344; }

.s12a {
width: 49.2%;
}

.s12a a { 
color : #336699;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

.s12a a:visited { 
color : #007dd6; }

.s12a a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

.s12a a:hover, 
a:active { 
outline : 0;
color : #3366FF;
}


.s12a {
width: 49.2%;
}

.s12c a { 
color : #001a66;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

.s12c a:visited { 
color : #001a66; }

.s12c a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

.s12c a:hover, 
a:active { 
outline : 0;
color : #3366FF;
}

.s12d {
width: 49.2%;
}

.s12d a{
color: #d90000;
}

.s12d a:visited { 
color : #d90000; }

.s12d a:hover, 
a:active { 
outline : 0;
color : #d90000;
}

.s12d {
width: 49.2%;
}

.s12d a{
color: #d90000;
}

.s12d a:visited { 
color : #d90000; }

.s12d a:hover, 
a:active { 
outline : 0;
color : #d90000;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_2_of_2 {
width: 100%; 
}
.s12 {
width: 100%;
}
.span_1_of_2 {
width: 100%;
}
.s22a {
width: 100%;
}
.s12a {
width: 100%;
}
.s12c {
width: 100%;
}
.s12d {
width: 100%;
}
}



html, body {
height: 100%;
}

body {
margin: 0px;
padding: 0px;
background: #333333;
font-family: 'Muli', sans-serif;
font-size: 12pt;
font-weight: 300;
color: #363636;
}

h1, h2, h3 {
margin: 0;
padding: 0;
}

p, ol, ul {
margin-top: 0px;
}

p {
line-height: 190%;
}

strong {
}

a, a:visited {
color: #ff9326;
}


a:hover {
text-decoration: none;
}

a img {
border: none;
}

.image
{
display: inline-block;
}

.image img
{
display: block;
width: 100%;
}

.image-full
{
display: block;
width: 100%;
margin: 0 0 2em 0;
}

.image-left
{
float: left;
margin: 0 2em 2em 0;
}

.image-centered
{
display: block;
margin: 0 0 2em 0;
}

.image-centered img
{
margin: 0 auto;
width: auto;
}

hr {
display: none;
}


/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1
{
margin: 0;
padding: 0;
list-style: none;
}

ul.style1 li
{
border-top: solid 1px #E5E5E5;
padding: 0.80em 0;
}

ul.style1 li:first-child
{
border-top: 0;
padding-top: 0;
}

ul.style2
{
margin: 0;
padding: 0;
list-style: none;
}

ul.style2 li
{
border-top: solid 1px #E5E5E5;
padding: 0.80em 0;
}

ul.style2 li:first-child
{
border-top: 0;
padding-top: 0;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact
{
margin: 0;
padding: 1.5em 0em 2.5em 0em;
list-style: none;
}

ul.contact li
{
display: inline-block;
padding: 0em 0.30em;
font-size: 1em;
}

ul.contact li span
{
display: none;
margin: 0;
padding: 0;
}

ul.contact li a
{
color: #FFF;
}

ul.contact li a:before
{
display: inline-block;
background: #3f3f3f;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 20px;
text-align: center;
color: #FFFFFF;
}

ul.contact li a.icon-twitter:before { background: #2DAAE4; }
ul.contact li a.icon-facebook:before { background: #39599F; }


/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title
{
margin-bottom: 2em;
text-transform: uppercase;
}

.title h2
{
letter-spacing: 0.20em;
font-weight: 700;
font-size: 2em;
color: #00AABB;
}

.title .byline
{
letter-spacing: 0.15em;
text-transform: uppercase;
font-weight: 400;
font-size: 0.90em;
color: #6F6F6F;
}

/** WRAPPER */

#wrapper {
background: #FFFFFF url(imgz/b1.png) repeat;
}

#footer-wrapper
{
background: #0F0F0F;
}


.contr {
width: 100%;
margin: 0px auto;
}



.clearfix {
clear: both;
}


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
	background-size: 100%;
	background: #333333;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header 
{
position: relative;
overflow: hidden;
text-align: center;
}

#logo 
{
width: 500px;
height: 100px;
margin: 0 auto;
padding: 1em 0em;
text-transform: uppercase;
}

#logo h1
{
letter-spacing: 0.10em;
font-size: 3em;
}

#logo p 
{
letter-spacing: 0.10em;
color: #FFF;
}

#logo a 
{
text-decoration: none;
color: #FFF;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner 
{
position: absolute;
left: 0;
overflow: hidden;
z-index: 1;
}

#banner .image
{
border: 5px solid #FFFFFF;
}
	

/** MENU */

#menu-wrapper
{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

#menu {
overflow: hidden;
height: 50px;
}

#menu ul {
margin: 10 0 0 0;
padding: 0px;
list-style: none;
line-height: normal;
text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
display: block;
letter-spacing: 1px;
padding: 10px 10px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-size: 0.90em;
font-weight: 600;
border: none;
color: #FFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: #008C9A;
}

/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
	padding: 6em 0em 5em 0em;
}

/** CONTENT */

#content
{
float: right;
width: 790px;
}

#copyright
{
overflow: hidden;
padding: 5em 0em;
text-align: center;
}

#copyright p
{
letter-spacing: 0.20em;
text-align: center;
text-transform: uppercase;
font-size: 0.80em;
color: #6F6F6F;
}

#copyright a
{
text-decoration: none;
color: #8C8C8C;
}
#footer-wrapper
{
overflow: hidden;
padding: 1em 0em;
background: #1E1B1A;
}

#footer
{
color: #ADADAD;
}

#footer .title h2
{
font-weight: 400;
font-size: 1.2em;
color: #FFF;
}

#footer .title
{
border-color: #2D2926 !important;
}

#footer .style1 li
{
border-color: #2D2926 !important;
}

#footer .style1 a
{
letter-spacing: 0.10em;
font-size:1em;
color: #B1B1B1;
}


#bx0
{
width: 100%;
}

.bx0 a { 
color : #30B34C;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

.bx0 a a:visited { 
color : #30B34C; }

.bx0 a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

.bx0 a:hover, 
a:active { 
outline : 0;
color : #30B34C;
}

ul.tnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}

ul.tnav li {float: left;}

ul.tnav li a {
display: inline-block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
font-size: 17px;
}

ul.tnav li a:hover {background-color: #111;}
ul.tnav li.icon {display: none;}

@media screen and (max-width:680px) {
ul.tnav li:not(:first-child) {display: none;}
ul.tnav li.icon {
float: right;
display: inline-block;
}
}

@media screen and (max-width:680px) {
ul.tnav.responsive {position: relative;}
ul.tnav.responsive li.icon {
position: absolute;
right: 0;
top: 0;
}
ul.tnav.responsive li {
float: none;
display: inline;
}
ul.tnav.responsive li a {
display: block;
text-align: left;
}
}


li.rr a {
color: #131516;
}

li.rr a:hover {
color: #ee3344;
text-decoration: underline;
}
li.ll a {
color: #131516;
}

li.ll a:hover {
color: #3b5998;
text-decoration: underline;
}

h2.lh2 {
color: #3b5998;
}
h2.rh2 {
color: #ee3344;
}