/* 	Reset Styling
----------------------------------------------------------------------*/
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, strong, 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;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #333 url(images/mazz/pittsburgh-skyline-4.jpg) repeat fixed top center;
	color: #7A7A7A;
	line-height: 18px;
	font-family: "Tahoma", Helvetica, Arial;
	overflow: hidden;
	font-size: 14px
}
::selection{
	color:#fff;
	background:#191919
}
::-moz-selection{
	color:#fff;
	background:#191919
}
img {
	border: none;
	max-width: 100%
}
a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover {
	color: #ACACAC
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Marcellus", Tahoma, Arial;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
h1 { font-size: 32px }
h2 { font-size: 26px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
p {
	margin-bottom: 30px
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}

/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_3,
.grid_4,
.grid_6,
.grid_8 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/*	Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0 !important
}
.omega {
	margin-right: 0 !important
}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.grid_3 {
	width:23.0%;
}

.grid_4 {
	width:31.333%;
}


.grid_6 {
	width:48.0%;
}


.grid_8 {
	width:64.667%;
}



.row {
	width: 1060px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#layout, #frame_ {
	position: relative;
	z-index: 2;
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}



/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*	Header
----------------------------------------------------------------------------------------------------*/

/*	contactForm
----------------------------------------------------------------------------------------------------*/

/*	contactForm
----------------------------------------------------------------------------------------------------*/
#contactForm span {
	margin: 11px 10px;
	display: inline-block;
	color: #F00;
}
#contactForm #senderName, 
#contactForm #senderEmail {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #message {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 16px 10px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	background: #fff;
	border: 1px solid #C5C5C5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#contactForm #senderEmail {
	float: right;
}
#contactForm .flr {
	margin: 0 0 10px 0 !important;
}
#contactForm .fll {
	margin: 0 0px 10px 0 !important;
}
#contactForm #sendMessage {
	width: auto;
	margin-top: 10px;
	float: right;
	padding: 8px 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	background:#191919;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contactForm #sendMessage:hover {
	background:#333
}
#contactForm textarea {
	width: 98%;
}



.head {
	position: relative;
	background: #fff url(images/head.jpg) repeat-x top center;
	border-top: 5px solid #191919;
}
.logo {
	float: left;
	margin: 30px 0;
	width: 217px;
}

.info {
	float: left;
	margin: 35px 20px 10px;
}
.info span {
	margin: 0 10px 0 0
}

/*	Superfish
----------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
.sf-menu {
	line-height: 1.0;
	float: left;
	padding: 15px 0;
	position: relative;
	margin: 0 0 0 -20px;
}
.sf-menu li:hover { visibility: inherit }
.sf-menu li {
	float: left;
	position: relative;
	padding: 0 20px
}
.sf-menu li:before {
	content: '/';
	color: #818181;
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 2px
}
.sf-menu li:first-child:before, .sf-menu li.back:before {
	content: '' !important
}
.sf-menu a {
	display: block;
	position: relative;
	color: #B9B9B9;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu li.current > a {
	color: #fff
}
.sf-menu li:hover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/*** arrows **/

.sf-menu li.back {
	position: absolute;
	padding: 0 !important; 
	margin: 0 !important; 
	top: 36px;
	overflow: inherit !important
}
.sf-menu li.back .left {
	position: absolute;
	width: 0 !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	height: 0 !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	left: 42%;
}


/*	Page Content
----------------------------------------------------------------------*/
.page-content {
	margin: 220px 0px 40px 0px;
}
.skyline {padding:100px!important;}
.grey-line {
	width: 100%;
	padding: 40px 0;
	background: #F2F2F2 url(images/backgrounds/48.png) repeat;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
}
.col-title {
	padding: 0 0 10px;
	margin: 0;
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: inline-block;
}
.col-eleven {
	background: url("images/backgrounds/48.png"); 
	color: #3f3f3f; 
	font-size: 1.538em; 
	line-height: 0.8em; 
	text-transform: uppercase;
}
.col-eleven span {
	margin-top: -5px; 
	padding-right: 10px; 
	padding-bottom: 0; 
	border-bottom: none; 
	background: #fff; 
	line-height: 1em;
}
.liner {
	display: block;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin: -1px 0 20px;
}


/*	Header versions
----------------------------------------------------------------------*/
.header_v2 .sf-menu {
	float: right;
	margin: 40px 0 0 -20px;
}
.header_v2 .sf-menu li:before, 
.header_v2 .sf-menu li:first-child:before {
	content: '';
}
.header_v2 .sf-menu li {
	padding: 0;
}
.header_v2 .sf-menu li a {
	background: none;
	padding: 10px 14px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header_v2 .sf-menu > li:hover > a, 
.header_v2 .sf-menu > li > a:hover, 
.header_v2 .sf-menu > li.current > a {
	color: #FFF;
	background: #191919;
	z-index: 999;
}
.header_v2 .sf-menu li.back {
	top: 15px;
	background: #191919;
	display: none
}
.header_v2 .sf-menu li.back .left {
	border: 0 !important;
}











/*	Blog Post
----------------------------------------------------------------------*/




/*	li Scroll Breaking News
----------------------------------------------------------------------*/


/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin: 0 0 40px 0
}


/*	Metro Social
----------------------------------------------------------------------*/

/*	Progress Knob
----------------------------------------------------------------------*/
canvas {}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

/*	Testimonials
----------------------------------------------------------------------*/

/* 	Testimonials Slides
----------------------------------------------------------------------*/

/*	Accordion, Toggle
----------------------------------------------------------------------*/

/*	Tabs
----------------------------------------------------------------------*/
@keyframes prot {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

/* 	Revolution Slider
----------------------------------------------------------------------*/

/*	iView Slider
----------------------------------------------------------------------*/




/* 	3D Slicebox Slider
----------------------------------------------------------------------*/

/* 	Nivo Slider
----------------------------------------------------------------------*/

/* If an image is wrapped in a link */
/* The slices and boxes in the Slider */

/* Caption styles */
/* Direction nav styles (e.g. Next & Prev) */
/* Control nav styles (e.g. 1,2,3...) */

/* 	Modern Slider
----------------------------------------------------------------------*/

/* 	Flex Customization
----------------------------------------------------------------------*/


/* 	Flex Slider
----------------------------------------------------------------------*/

/* FlexSlider Necessary Styles */ 
/* Hide the slides before the JS is loaded. Avoids image jumping */

/* Clearfix for the .slides element */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/

/* Direction Nav */

/* Control Nav */


@media screen and (max-width: 860px) {
}

/**	Overwrite original style     **/
/**	Control nav	**/

/**	Slide theme 	**/

/**	Custom theme	**/



/** Custom CSS by JoomSpirit **/


/*	Comments
----------------------------------------------------------------------*/


/*	Action Box
----------------------------------------------------------------------*/

.dropcap { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: white;
	line-height: 54px;
	padding: 0px 16px;
	background: #2B2B2B
}

/*	Timeline
----------------------------------------------------------------------*/
/* The line */
/* Right content */
/* The triangle */
/* The Image */
@media screen and (max-width: 47.2em) {
}



/*	Progress
----------------------------------------------------------------------*/
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

/*	Action
----------------------------------------------------------------------*/
.action {
	border-left: 2px solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.inner {
	border: 1px solid #eee;
	border-left: none;
	padding: 34px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.action .matn {
	display: inline;	
}
.action .tbutton {
	margin-top:8px;
}
.dark_action {
	border-left: 2px solid #ffdd00;
	background: #191A1D;
}
.dark_action .inner {
	border: 2px solid #191A1D;
}
.dark_action h3 {
	color: #FFF;
}

/*	Notification Boxes
----------------------------------------------------------------------*/

/*	Countdown
----------------------------------------------------------------------*/

.the-list li {
	line-height: 30px;
}
.the-list li i {
	font-size: 14px;
	margin-right: 8px;
}

.the-list .double-line {
	line-height: 24px;
}

/*	Buttons
----------------------------------------------------------------------*/
.tbutton {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#191919;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	white-space: nowrap;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tbutton:hover {
	color: #fff;
	background:#333
}
.tbutton.color3 {
	background: #FF7000;
}
.tbutton.color3:hover {
	color: #fff;
	background: #BE590A;
}
.tbutton span {
	display: block;
	background: url(images/button_bg.png) 0 0 repeat-x;
	overflow: hidden;
}
.tbutton:active span {
	background: url(images/button_bg.png) bottom repeat-x;
}
.tbutton span {
	padding: 0 10px;
	line-height: 2.4em;
}
.tbutton.medium {
	font-size: 14px;
}
.tbutton.medium span {
	padding: 0 16px;
	line-height: 2.5em;
}

/*	Portfolio
----------------------------------------------------------------------*/

/* 	Filters
----------------------------------------------------------------------------------------------------*/

/* 	Image-overlay
----------------------------------------------------------------------*/






/*	Services
----------------------------------------------------------------------*/
.service-i i {
	display: block;
	float: left;
	color: #fff;
	background: #191919;
	padding: 24px 24px;
	font-size: 24px;
	width: 24px;
	margin: 0 16px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.service-i [class^="grid_"]:hover i {
	-webkit-animation: wobble .8s;
	animation: wobble .8s;
}
.service-i [class^="grid_"] {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height:120px;
}
.service-i:hover [class^="grid_"] {
	opacity: 0.2;
}
.service-i [class^="grid_"]:hover {
	opacity: 1;
}
.service-i h3.service-title { font-size: 16px; }
.service-i p { margin: 0; }




.service-older i { padding-right: 8px; }
.service-older h3.service-title {
	padding: 18px;
	font-size: 14px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #191919;
	color: #FFF;
	border-bottom: 3px solid #DDD;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.service-older [class^="grid_"]:hover h3 { background-color: #3D3D3D;border-color: #191919 }

/*	Footer
----------------------------------------------------------------------*/
#footer {
	background: #333 url(images/footer-pattern.png) repeat;
	padding: 50px 0 0;
	color: #bfbfbf;
	border-bottom: 5px solid #101010;
}
.footer-last {
	background: #101010;
	padding: 20px 0 !important;
}
.copyright {
	float: left;
	padding: 0 20px;
	color: #696969;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
.foot-menu {
	float: right;
	padding: 0 10px;
}
.foot-menu li {
	float: left;
	position: relative;
	padding: 0 10px;
}
.foot-menu li:before {
	content: '/';
	color: #696969;
	font-size: 8px;
	position: absolute;
	left: -1px;
	top: 2px;
}
.foot-menu li:first-child:before {
	content: '' !important;
}
.foot-menu li a {
	font-weight: 600;
}

/*	Top Scroll
----------------------------------------------------------------------*/
.hidett {
	bottom: -100px !important;
}
#toTop {
	position: fixed;
	right: 32px;
	z-index: 1000;
	bottom: -100px;
	width: 32px;
	height: 32px;
	background: #3C3C3C;
	color: #E2E2E2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	cursor:pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#toTop i {
	padding: 8px 0 0 12px;
	display: block;
	font-size: 14px;
}
#toTop:hover i {
	-webkit-animation: fadeInUp 0.4s;
	animation: fadeInUp 0.4s
}
#toTop:hover {
	opacity: 0.9;
	background: #191919;
	color: #fff;
}

/* 	Landing Page
----------------------------------------------------------------------*/
#LandingPage li.back {
	display: none !important
}
#LandingPage #header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width:100%;
	margin:auto;
}
#LandingPage .full #header {
	width: 100%;
}
#LandingPage .header_v2 .sf-menu {
	margin: 14px 0 0 -20px;
}
#LandingPage .logo {
	margin: 10px 0;
}
#LandingPage .head {
	background: rgba(255, 255, 255, 0.9);
	-webkit-animation: initial;
	-moz-animation: initial;
}

/* 	Tables
----------------------------------------------------------------------*/

/*	Support
----------------------------------------------------------------------*/
/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */


































/* =Topic and reply content
-------------------------------------------------------------- */













/* =Breadcrumb and Tags
-------------------------------------------------------------- */






/* =Search
-------------------------------------------------------------- */







/* =Toolbar buttons
-------------------------------------------------------------- */


/* =CSS3 Effects
-------------------------------------------------------------- */

/* =Admin Links
-------------------------------------------------------------- */



/* =Toggles
-------------------------------------------------------------- */





/* =Pagination
-------------------------------------------------------------- */







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










/**
 * Fix for too-long forum names, usually from conversion
 */






/* =TinyMCE in themes
-------------------------------------------------------------- */







/* =Edit User
-------------------------------------------------------------- */




/* =Notices
-------------------------------------------------------------- */


/* =Stickies
-------------------------------------------------------------- */


/* =Revisions
-------------------------------------------------------------- */



/* =Widgets
-------------------------------------------------------------- */












/* =Avatars
-------------------------------------------------------------- */



/* =BuddyPress Activity Streams
-------------------------------------------------------------- */


/* =User Pages
-------------------------------------------------------------- */
















/* =User Capabilities
-------------------------------------------------------------- */




/* =BuddyPress Group Forums
-------------------------------------------------------------- */






/* 	Tipsy
----------------------------------------------------------------------*/

/* --	Pretty Photo	-- */


/*-- Events --*/
{margin-top:5px} .mart10{margin-top:10px} .mart15{margin-top:15px} .mart20{margin-top:20px} .mart25{margin-top:25px} .mart30{margin-top:30px} .mart40{margin-top:40px} .mart50{margin-top:50px}
{margin-bottom:5px} .marb10{margin-bottom:10px} .marb15{margin-bottom:15px} .marb20{margin-bottom:20px} .marb25{margin-bottom:25px} .marb30{margin-bottom:30px} .marb35{margin-bottom:35px} .marb40{margin-bottom:40px} .marb45{margin-bottom:45px} .marb50{margin-bottom:50px}
{padding-bottom:5px} .padb10{padding-bottom:10px} .padb15{padding-bottom:15px} .padb20{padding-bottom:20px} .padb25{padding-bottom:25px} .padb30{padding-bottom:30px} .padb40{padding-bottom:40px} .padb50{padding-bottom:50px}
{padding-top:5px} .padt10{padding-top:10px} .padt15{padding-top:15px} .padt20{padding-top:20px} .padt25{padding-top:25px} .padt30{padding-top:30px} .padt40{padding-top:40px} .padt50{padding-top:50px} .padt60{padding-top:60px}
{padding:5px} .pad10{padding:10px} .pad15{padding:15px} .pad20{padding:20px} .pad25{padding:25px}
.tar{text-align:right}
.tac{text-align:center}
/*-- sort bar --*/


/*-- event loading --*/
/*-- event list -- single event line --*/
/*-- event list --*/


/*-- gmap --*/

/*-- event other data --*/
/*-- event card close --*/
/*-- event description section --*/




/* 	Icons
----------------------------------------------------------------------*/
{background-color:#414141;color:#fff;text-decoration:none;}.the-icons .span3 a:hover [class^="icon-"]{*font-size:28px;*vertical-align:middle;}

/* 	Google Map
----------------------------------------------------------------------*/
.official-map {
	width: 100%;
}
.official-map img {
	width: auto !important;
	max-width: none !important;
}


/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right: 4px !important }
.mid { margin-right: 8px !important }

.mtf { margin-top: 40px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbs { margin-bottom: 70px !important  }


.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }
.tar { text-align: right !important }
.tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;}

.four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important }


/*	IE
----------------------------------------------------------------------*/

/*	Snap
----------------------------------------------------------------------*/
.snap-drawers {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 0;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer {
	background: #2B2B2B;
	color: #eee;
}
.snap-drawer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block !important;
	visibility: visible !important;
}
.snap-drawer li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0 10px 20px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	color: #ccc;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.snap-drawer li > a:hover, .snap-drawer li.current > a {
	padding-left: 30px;
	color: #fff;
	text-shadow: 0 1px 0 #ccc;
	border-right: 2px solid #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#open-left {
	font-size: 17px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	cursor: pointer;
	float: left;
	background-color: #F7F7F7;
	color: #3C3C3C;
	margin: 8px 0;
}
.header_v2  #open-left {
	float: right;
	background-color: #3C3C3C;
	color: #F7F7F7;
	margin: 46px 0;
}
