/*
	Theme Name:     WEB
    Description:    Uniting business for a better tomorrow
    Version:	1
*/


/* =============================================================== */
/* Import Section
================================================================ */
@import url("css/base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("css/skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("css/flexslider.css");			/* Flex Slider Styles */ 
@import url("css/shortcodes.css");			/* Shortcode Styles */ 


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */
p:empty {
	display: none;
}

.aligncenter { display:block; margin:0 auto; padding:10px }
.alignleft { 
	border: 1px solid #DEDEDE;
	float: left;
	margin: 0 15px 8px 0;
	padding: 3px; }

	.alignright { 
		border: 1px solid #DEDEDE;
		float: right;
		margin: 0 0 8px 15px;
		padding: 3px; }

		.wp-caption {
			padding:10px;
			border:1px solid #eee;
			text-align: center
		}
		.content p.wp-caption-text {
			padding:10px 0;
			text-align:center;

		}
		.wp-caption.alignleft {
			margin-left:0px;
			margin-right:20px;
		}
		.wp-caption.alignright {
			margin-left:20px;
			margin-right:0px;
		}
		.wp-caption img {

		}
		.wp-caption:hover img {
			opacity:0.9;

		}


/* Page Title
==========================*/
#page-title {
	border: 1px solid #e2e2e2;
	border-left: none;
	border-right: none;
	margin-top: -1px;
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
	background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FCFCFC 100%);
	background-color: #fafafa;
}

#page-title h2 {
	font-weight: normal;
	font-size: 22px;
	padding: 90px 0 0;
	color: #fff;
}
#page-title h2 a:visited,
#page-title h2 a {#444}
#page-title span {color:#a0a0a0;}


/* Images Overlay
==========================*/
.item-img, .post-img {position: relative;}

.overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	transition: opacity 180ms ease-in-out;
}

.overlay.zoom {background: url(images/overlay.png) no-repeat center center, url(images/overlay_bg.png) center center;}

.overlay:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}


/* Back To Top Button
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:45px;
	height:45px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#cccccc;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#backtotop a:hover {background-color: #2da0ce;}


/* Client Logo List
==========================*/
.client-logo ul {}

.client-logo li {
	border: 1px solid #e5e5e5;
	float: left;
	margin: -1px 0 0 -1px;
}
.client-logo li a {
	display:  block
}

/* =============================================================== */
/* Header
================================================================ */
#header { min-height: 38px; background: #fff; }
#logo-image { width: auto; height: auto; }

/* Main Navigation
==========================*/
.selectnav {display: none; cursor: pointer; width: 100%; padding: 8px; height: 37px; float: left; font-size: 14px;}
#navigation {float: right;}
#navigation ul, #navigation li {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{float:left; position:relative;}

#navigation ul li a { 
	font-family: Arial, sans-serif;
	display: inline-block;
	color: #888;
	padding: 31px 10px 28px 10px;
	margin: 0 5px;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 3px solid transparent;
}

#navigation ul li a:hover{
	border-bottom: 3px solid #555;
}

#navigation ul ul {
	opacity: 0; 
	margin: -2px 0 0 5px;
	filter: alpha(opacity=0); 
	position: absolute;
	display:none;
	background: #fff;
	border: 1px solid #dddddd;
	border-top: 3px solid #555;
	z-index: 999;
}

#navigation ul ul li a:hover {
	border-bottom: 1px solid #ddd;
}

#navigation ul ul li a {
	padding: 8px 0;
	display: block;
	width: 150px;
	margin: 0 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid transparent;
}

#navigation ul ul ul { 
	position:absolute; 
	display:none;
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 999;
}

#navigation ul ul ul li a { 
	border-bottom: 1px solid #dddddd !important;
	border-top: 1px solid transparent;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
#navigation ul li:hover > a {color: #444;}
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #444;}

/*#navigation > ul > li.current_page_parent > a, */
#navigation  ul > li.current-menu-ancestor > a, 
#navigation > div > ul > li.current-menu-item > a, 
/* #navigation > ul > li.current-menu-item > a,*/
#current {font-weight: bold !important; color: #444 !important; border-bottom: 3px solid #555 !important;}

#navigation  ul > li.current-menu-ancestor li.current-menu-ancestor > a {
	border: none !important; 
	font-weight: normal;
}
/* =============================================================== */
/* Features
================================================================ */
.features {margin: 35px 0 0 0; float: left;}
.feature {margin: 0 0 10px 0;}
.feature-description {margin-left: 45px;}

.feature h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}

.feature-circle {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 6px;
	color: #fff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	float: left;
	margin-top: 10px;
}

.feature-circle i {margin-top: 4px;}

.feature-circle.blue {background: #2da0ce;}
.feature-circle.gray {background: #555;}


/* =============================================================== */
/* Portfolio
================================================================ */


/* Homepage Thumbnails
=========================*/
.home .portfolio-item {margin-bottom: 0;}
.portfolio-item {margin-bottom: 20px;}

.portfolio-item-meta h5 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0;
}

.portfolio-item-meta h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.portfolio-item-meta a{color:#444;}
.portfolio-item-meta a:hover {color:#888;}
.portfolio-item-meta p {color: #555;}


/* =============================================================== */
/* Info Box
================================================================ */
.info-box {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 18px 25px;
	margin: 20px 0 5px 0;
}

.info-box p {margin: 0;}
.info-box h4 {line-height: 24px; }
.info-box a {margin: 7px 0 0 0;}
.info-content {float: left;}
.post .info-box p { margin: 0}

/* =============================================================== */
/* Portfolio Styles
================================================================ */
#filters {
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	line-height: 24px;
}

#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	background:url(images/filter_divider.png) no-repeat 97% 50%;
}

#filters ul li:last-child {background: none;}

#filters a {
	color: #777;
	font-size: 12px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#filters a:hover {
	color: #fff;
	background: #aaa;
}

.selected {background: #2da0ce; color: #fff !important;}
.selected:hover {background: #2da0ce!important;}


/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


/* =============================================================== */
/* Blog
================================================================ */


/* Posts
==========================*/
.post {margin: 30px 0 0 0; /*overflow: hidden;*/}
.post.page { margin-top:0px }
.post.page.home {margin-top:15px}
.post:after {
 	clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.post p { }

.post-img, .embed {margin: 0 0 15px 0;}

.post-content {margin: 0 0 0 20px !important;}

.post-title h2 a {
	font-size: 18px;
	color: #444;
	margin: 0 0 10px 0;
	display: block;
	padding-left: 180px;
}

.post-title h2 a:hover {color: #606060;}

.post-date {
	color: #888;
	border-top: 1px solid #e7e7e7;
	display: block;
	text-align: right;
	padding: 15px 0;
}
.post-date a { color:#888 }

.post-desc {
	padding: 15px 0 ;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.post-entry {
	margin-bottom: 5px;
	display: inline-block;
	/*background: url(images/link_arrow_ico.png) no-repeat right 55%;*/
	padding-right: 13px;

}

/*.post-entry:hover {background: url(images/link_arrow_ico_hover.png) no-repeat right 55%;}*/

.post-meta {padding: 15px 0 25px 0;}
.post-meta, .post-meta a {color: #888;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}

.post-meta span {
	padding: 0 10px;
	border-right: 1px solid #e7e7e7;
}


/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.logged-in-as { margin-top: 15px; }
#respond { clear:both;}
h3#reply-title {
	font-size: 14px;
	line-height: 24px;
}
h3#reply-title,
.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}

ol.commentlist{
	float:left; 
	width:100%;
	margin: 0;
}

ol.commentlist li {
	float:left;
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 20px 0;
	width: 100%
}

ol.commentlist li:first-child{
	border:none;
	padding: 25px 0 0 0;
}

ol.commentlist li{list-style: none;}

ol li ul.children{
	float:right;
	width:89%;
	margin:0px;
}

ol.commentlist li ul.children li:first-child{
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ul.children li {
	border-top: 1px solid #e7e7e7;
	margin:25px 0 15px 0;
	font-size: 12px;
}

.comments{
	float:left;
	width:100%;
}

ol li ul.children .comment-des {
	float:right;
	width:88%;
}

div.avatar {float:left}

.comment-des{
	float:right;
	width:89%;
}

.comment-des strong {
	float:left;
	color:#444;
	padding-right:5px;
	font-size:14px;
}
.comment-des span{
	float:left;
	color:#888;
}

.comment-by{
	float:left;
	width:100%;
	padding-bottom:8px;
	padding-top:5px;
	color: #000;
}

.comment-by span.reply{
	color:#777; 
	float:right;
}

.comment-by span.reply a{
	font-weight:bold;
	float:right;
	height:17px;
	margin-left:5px;
	font-weight: normal;
}

.comment-by span.date{
	color:#888;
	padding-right:7px; 
	float:right;
}


/* Leave a Comment
==========================*/
#commentform label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

#commentformt label span {color:#ea1c1c;}

#commentform input, #commentform textarea {
	width: 240px;
}

#commentform textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}
#commentform label span, .field label span {
	color: #EA1C1C;
}
p.form-submit  input[type="submit"]:hover {
	background: none repeat scroll 0 0 #FBD684;
}
#commentform p.form-submit  input[type="submit"] {
	background-color: #FCCC73;
	background-image: -moz-linear-gradient(center bottom , #FCCC73 0%, #FAE198 100%);
	border: 1px solid #E6BD4C;
	color: #754C00;
	text-shadow: 1px 1px 0 #FFEBB7;
	font-size: 14px;
	width: auto;
	padding: 7px 14px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	cursor: pointer;
	display: inline-block;
	font-family: Arial,sans-serif;
	font-weight: bold;
	margin: 0 5px 5px 0;
}
/* Pagination
==========================*/
.prev, .next {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 21px;
	height: 21px;
	display: block;
	text-indent: -9999px
}

.prev {
	background: url(images/pagination_prev.png) no-repeat 50% 50%;
	background-color: #606060;
	float: left;
}

.next {
	background: url(images/pagination_next.png) no-repeat 50% 50%;
	background-color: #606060;
	float: right;
}

.project-nav .next:hover, .project-nav .prev:hover,
.prev:hover, .next:hover {background-color: #2da0ce;}

.project-nav .prev.off, .project-nav .next.off,
.prev.off, .next.off {
	background-color: #ccc;
}

.pagination .prev,
.pagination .prev.off, 
.pagination .next, 
.pagination .prev.off {
	margin-top: -3px;
}

.pagination {
	border-top: 1px solid #e7e7e7;
	display: block;
	margin: 25px 0 -5px 0;
	padding-top: 25px;
}

.pages {text-align: center;}

.pages a {
	color: #888;
	padding: 25px 8px;
}
.pages a:hover {color: #444;}

a.current-page {
	color: #444;
	border-top: 3px solid #555;
}

.pages ul li {
	display: inline;
	padding: 0 2px;
}

.project-nav {margin-top: -57px; float: right;}
.project-nav .next {float: left; margin-right: 3px; 	background: url(images/pagination_prev.png) no-repeat 50% 50% #606060; }
.project-nav .prev {float: right; background: url(images/pagination_next.png) no-repeat 50% 50% #606060;}

/* Sidebar
==========================*/
.blog-sidebar, .sidebar {margin: 30px 0 0 0;}

.widget {
	margin: 25px 0 0 0;
	line-height: 20px;
}
#footer .widget {
	margin:0px;
}
.widget h5 {
	padding-bottom: 10px;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #e7e7e7;
}


/* Search */
.search input {
	width: 84%;
	padding-left: 30px;
	color: #888;
	background:url(images/search_ico.png) no-repeat 4% 54%
}

.search:focus {border: 1px solid #ddd;}


/* Social Icons */
.social-blog {margin: 5px 0 5px 0; float: left;}
.social-blog:first-child {margin-right: 30px;}

.feed img {float: left;}
.feed p {line-height: 14px; float: left; margin: 2px 0 0 7px;}

a.feed {
	display: inline-block;
	font-size: 11px;
	color: #444;
	font-weight: bold;
}

a.feed span {
	color: #888;
	font-weight: normal;
}


/* Categories */
.widget li a {
	color: #888
}
.widget #twitter-blog a {
	color: #3F8FAF
}
.widget li  {
	color: #888;
	display: block;
	padding: 7px 0;
	padding-left: 12px;
	border-bottom: 1px solid #e7e7e7;
	background: url(images/link_list_arrow_02.png) no-repeat left 47%;
}
.widget.widget_categories li a { display: block; }


#footer .widget li  {
	border-bottom: 1px solid #444444;
	color:#A4A4A4
}
#footer .widget li:last-child {
	border-bottom: 0
}
#footer .widget li a {
	color: #A4A4A4
}
.widget .flickr-widget-blog li {
	display: inline; padding: 0; border: 0; background: none
}
.widget.social{
	overflow: hidden;
}
.widget.widget_recent_comments li {
	margin:7px 0
}
.widget.widget_recent_comments li a{
	background: none;
}

.widget li:last-child {border-bottom: none;}
.widget li a:hover {color: #444;}


/* Tabs */
.latest-post-blog {margin: 0 0 20px 0; }
.latest-post-blog:last-child {margin-bottom: 5px;}

.latest-post-blog p,
.latest-post-blog a {
	margin: 0;
	color: #606060;
	line-height: 18px;
}

.latest-post-blog span {
	color: #888;
	margin: 3px 0 0 0;
	display: block;
}

.latest-post-blog img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #dedede;
	padding: 3px;
	height: 49px; width: 49px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Twitter */
#twitter-blog {margin-top: 20px;}
#footer #twitter-blog {margin-top: 0;}
#twitter-blog li {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	background: url(images/twitter_widget_ico_02.png) no-repeat left 6%;
	line-height: 20px;
	border:none;
	color: #606060;
}
#footer #twitter-blog li {
	line-height: 18px
}
.widget #twitter-blog li:last-child {margin-bottom: 0;}

.widget #twitter-blog b a {
	color: #888;
	font-weight: normal;
}

/* Flickr */
.flickr-widget-blog {margin-right: -12px; margin-top: 15px; overflow: hidden;}
.flickr-widget-blog img {display: block; width: 100%;}

.flickr-widget-blog a {
	float: left;
	width: 53px;
	height: 53px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
	padding: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* =============================================================== */
/* Contact
================================================================ */


/* Google Map
==========================*/
#google-map {
	position: relative;
	padding: 0;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}


/* Contact Details
==========================*/
.contact-details li {
	margin: 0 0 15px 0;
}

.contact-details p {
	margin: -5px 0 0 20px;
	line-height: 18px;
}

.contact-details li em,
.contact-details li i {
	float: left;
	margin: 2px 0 0 0;
}


/* Contact Form
==========================*/
.field textarea {
	max-width: 97%;
	min-width: 97%;
	height: 160px;
}

.field input {
	width: 240px;
}

.field:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}

.field .wpcf7-not-valid, 
.field .wpcf7-not-valid:focus,
.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background:url(images/loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display: none;
	float: left;
	margin: 5px;
}

.success-message {display:none;}


/* =============================================================== */
/* About
================================================================ */
.team-name {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

.post .team-name p {
	margin: 0
}
.team-name span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}


/* =============================================================== */
/* Testimonials
================================================================ */
.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
}

.testimonials_bg {
	background: url(images/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: 200px;
	height: 30px;
}	

.testimonials_author {
	color:#3f8faf;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}


/* Testomonials Carousel
==========================*/
.carousel-disabled, .mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #ccc !important;
	display: block;
	position: absolute;
}

.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(images/pagination_next.png) no-repeat 50% 50%;
	background-color: #606060;
	display: block;
	position: absolute;
	right: 10px;
}

.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(images/pagination_prev.png) no-repeat 50% 50%;
	background-color: #606060;
	display: block;
	right: 33px;
	position: absolute;
}

.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {
	margin-top: -55px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mr-rotato-prev:hover, .mr-rotato-next:hover {background-color:#2da0ce;}


/* =============================================================== */
/* Footer
================================================================ */
#footer {
	background: #383838;
	color:#a4a4a4;
	padding: 0 0 10px 0;
	margin: 30px 0 0 0;
}

#footer h5 {
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 25px 0 8px 0;
	margin: 0 0 15px 0;
}


/* Links List
==========================*/
.links-list li a {
	color: #a4a4a4;
	display: block;
	padding: 6px 0;
	padding-left: 12px;
	border-bottom: 1px solid #444;
	background: url(images/link_list_arrow_01.png) no-repeat left 47%;
}

.widget_links li a {display: block;}
#footer .widget li a:hover,
.widget_links li a:hover {color: #fff}
.widget_links li:first-child {margin: -12px 0 0 0;}
.links-list li:last-child a {border: none;}



/* Latest From Blog
==========================*/
.latest-post {margin-bottom: 20px; height: 50px;}

.latest-post p,
.latest-post a {
	margin: 0;
	color: #fff;
	line-height: 18px;
}

.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
}

.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #494949;
	height: 49px; width: 49px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.latest-post img:hover {border-color: #666;}


/* Twitter
==========================*/
#footer .incredible-twitter.widget li {
  border-bottom: 0;
}
#footer #twitter-blog li {
	margin: 0 0 22px 0;
	padding: 0 0 0 25px;
	background: url(images/twitter_widget_ico_01.png) no-repeat left 5%;
}

#footer #twitter-blog a {color: #fff;}

#footer #twitter-blog b a {
	color: #707070;
	font-weight: normal;
}


/* Copyright
==========================*/
#footer-bottom { background: #2c2c2c; min-height: 40px;}
#copyright { color: #a5a5a5; }
#copyright a, #copyright span { color: #999; }


/* Social Icons
==========================*/
.social-links { float: right; }
.social-links-about {
	padding: 15px 0 5px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.social-links li:first-child, 
.social-links-about li:first-child {margin-left: 0;}

.social-links li {
	display: inline;
	list-style: none;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	margin-left: 10px;
	float: left;
}

.social-links-about li {
	display: inline;
	list-style: none;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.social-links a,
.social-links-about a {
	background-repeat: no-repeat;
	background-position: 0 -16px;
	display: block;
	height: 16px;
	width: 20px;
}

.social-links li:hover,
.social-links-about li:hover {opacity: 1;}

.twitter {background: url(images/social_icons_twitter.png) no-repeat;}
.facebook {background: url(images/social_icons_facebook.png) no-repeat;}
.digg{background: url(images/social_icons_digg.png) no-repeat;}
.vimeo{background: url(images/social_icons_vimeo.png) no-repeat;}
.youtube{background: url(images/social_icons_youtube.png) no-repeat;}
.skype{background: url(images/social_icons_skype.png) no-repeat;}
.linkedin {background: url(images/social_icons_linkedin.png) no-repeat;}
.webmeto {background: url(images/social_icons_webmeto.png) no-repeat;}

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


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) {
	.flexslider {height: 345px;}
	#portfolio-wrapper {min-height: 350px;}
	.project .flexslider {min-height: 1px; margin-bottom: 20px;}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#navigation{float: none;}
	.js #navigation { display: none; }
	.js .selectnav { display: block;}
	}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider_description {margin-top: 90px;}
	.slider_description h2 {margin-bottom: 15px; font-size: 20px;}
	.slider_description p {display: none;}
	.slider_description h2 b {display: none;}
	.client-logo img {width: 148px; height: auto;}
	.post-title h2 a {padding-left: 145px;}
	.latest-post-blog, .latest-post {height: 65px;}
	.flickr-widget-blog a {width: 57px; height: 57px;}
	.avatar {height: 40px; width: 40px;}
	.testimonials_author {display: none;}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.slider_description {display: none;}
	#navigation{float: none;}
	.js #navigation { display: none; }
	.js .selectnav { display: block;}
	#backtotop a {display: none;}
	.social-links {margin: 5px 0 20px 0; float: left;}
	.info-box a {margin: 15px 0 0 0;}
	.info-box p {margin: 10px 0 0 0;}
	.post-content {margin: 0 !important;}
	.post-title h2 a {padding:0;}
	.post-date {text-align: left;}
	.blog-sidebar {display: none;}
	.project .flexslider {margin-bottom: 20px;}
	.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {margin-right: -10px;}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.client-logo img {width: 139px; height: auto;}
	/* .custom-slide {height: 270px;} */
	.avatar {height: 35px; width: 35px;}
	.rev_slider li p {
		line-height: 12px;
		display: none;
	}
	.tp-button {
		display:none !important;
	}
	.medium_white,
	.medium_black {
		display:none !important;
	}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.client-logo img {width: 149px; height: auto;}
	/* .custom-slide {height: 193px;} */
	.avatar {height: 25px; width: 25px;}
	.rev_slider li p {
		line-height: 12px;
		display: none;
	}
	.tp-button {
			display:none !important;
	}
	.medium_white,
	.medium_black {
		display:none !important;
	}
}



.ie7 .ie-dropdown-fix {position: relative; z-index: 5;}
.ie8 .ie-dropdown-fix {position: relative; z-index: 5;}

body span.wpcf7-not-valid-tip {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	font-size: 10pt;
	right: 0;
	padding: 0;
	position: absolute;
	top: 0%;
	width: 280px;
	z-index: 100;
	font-size: 0
}

body div.wpcf7-response-output {
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 3px;
}


body div.wpcf7-mail-sent-ng {	
	background-color: #FFE9E9;
	background-image: -moz-linear-gradient(center bottom , #FFE9E9 0%, #FFF2F2 100%);
	border: 1px solid #FBC4C4;
	color: #DE5959;
	padding: 14px 18px;

}
body div.wpcf7-validation-errors {
	background-color: #FBFADD;
	background-image: -moz-linear-gradient(center bottom , #FBFADD 0%, #FCFBE6 100%);
	border: 1px solid #DED58A;
	color: #8F872E;
	padding: 14px 18px;
}
.field input.wpcf7-submit  {
	width: auto;
}

body div.wpcf7-mail-sent-ok {

  background-color: #EBF6E0;
  background-image: -moz-linear-gradient(center bottom , #EBF6E0 0%, #F0FAE7 100%);
  border: 1px solid #B3DC82;
  color: #5F9025;
  padding: 14px 18px;

}

.rev_slider_wrapper {
	background: #fafafa;
	box-shadow: 0 0 3px rgba(80, 80, 80, 0.1) inset;
	border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}
.rev_slider {
	margin-top: -1px !important;
}
.rev_slider ul li {
	box-shadow: 0 0 3px rgba(80, 80, 80, 0.1) inset;
}
.sticky,
.bypostauthor,
.gallery-caption {}




/* Font-Face
==========================*/
/*@font-face {
    font-family: 'TTThin';
    src: url('fonts/TitilliumText22L001-webfont.eot');
    src: url('fonts/TitilliumText22L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L001-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;
	}*/
	
@font-face {
    font-family: 'TTLight';
    src: url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L002-webfont.eot');
    src: url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
/*@font-face {
    font-family: 'TTRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}*/
	
@font-face {
    font-family: 'TTMedium';
    src: url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L004-webfont.eot');
    src: url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L004-webfont.woff') format('woff'),
         url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('http://www.web4australia.com.au/launch/site-content/themes/skin/fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'TTBold';
    src: url('fonts/TitilliumText22L005-webfont.eot');
    src: url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'TTXBold';
    src: url('fonts/TitilliumText22L006-webfont.eot');
    src: url('fonts/TitilliumText22L006-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L006-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L006-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}*/


/* Headlines
==========================*/
h1, h2, h3, h4, h5, h6 {
	margin: .1em 0 .3em;
	font-family: 'TTLight', Arial, Helvetica, sans-serif; 
	color: #000;
	}
h1 { 
	font-size: 2.2em;
	line-height: 1em;
	letter-spacing: -.01em;
	margin: 0 0 0.35em;
	color: #6a2c91;
	font-weight: normal;
	}
h2 { 
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: -.03em;
	margin: 0 0 0.6em;
	}
h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: -.01em;
	}
h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: -.01em;
	color: #6a2c91;
	}
h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: -.01em;
	}
h6 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: -.01em;
	}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-family: 'TTMedium', Arial, Helvetica, sans-serif; }

.headline {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 20px 0 20px 0;
}

.headline span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	float: right;

}

h5.headline {
	padding: 0 0 8px 0;
	margin: 0 0 12px 0;
}
.portfolio-content h4.headline {
	padding: 0 0 8px 0;
	margin: 0 0 12px 0
}


/* General Styles
==========================*/
body { background: #e9e9e9; font-size: 80%; line-height: 1.4em; }
#body-wrap { background: #fff url('images/background.png') repeat-x 0 0; padding: 0 0 20px 0; }

hr { margin: .5em 0 1em 0; background: #dfdfdf; border: none; border-bottom: 1px solid #fff; height: 2px; clear: both; }

a:link, a:visited {	color: #962c9f;	text-decoration: underline;	}		
a:hover, a:active {	color: #6a2c91;	text-decoration: none; }
#backtotop a:hover { background-color: #6a2c91; }

.purple { color: #6a2c91; }
.green { color: #69B115; }

ul.inline { margin-left: .5em; } ul.inline li { display: inline; margin-left: 20px; }

#header { 
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
	-o-box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
	position: relative;
}
#header .container .four.columns, #header .container .twelve.columns { margin: 0; } #header .container .twelve.columns { float: right; }
h1.logo a {
	color: #444444;
    font-family: Arial,sans-serif;
    font-weight: bold;
    display: block;
	text-indent: -999em;
	width: 256px;
	height: 113px;
	background: url('images/logo.png') no-repeat 0 0;
	position: absolute;
	z-index: 10;
}

#slider, #page-title { margin-bottom: 20px; }
#slider ul.slides li { background: url('images/mainimage2.jpg') no-repeat top center; }
#page-title { height: 142px; width: 100%; background: url('images/mainimage2.jpg') no-repeat top center; }
#page-title h3 { 
	margin-top: 95px; 
	text-align: right; 
	color: #fff; 
	font-size: 1.6em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3); 
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.3); 
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.3); 
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.3); 
}
#page-title ~ .container { min-height: 300px; }

#footer_container { }
#footer-top { 
	background: url('images/mainimage2.jpg') no-repeat bottom center; 
	position: relative; 
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4) inset, 0 5px 10px 0 #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4) inset, 0 5px 10px 0 #fff;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4) inset, 0 5px 10px 0 #fff;
	-o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4) inset, 0 5px 10px 0 #fff;
}
#footer, #footer-bottom { background-color: #e9e9e9; margin: 0; }

#footer-top #sales-line { display: block; float: none; margin: 0 auto; } #sales-line > div { padding: 35px 0; }
#sales-line h3, #sales-line h4 { margin: 0; color: #fff; display: table; font-weight: normal; }
#sales-line h3 { font-family: 'TTMedium', Arial, Helvetica, Tahoma, sans-serif; }
#sales-line .sales-pitch { float: left; max-width: 400px; }
#sales-line a.button { float: right; margin-left: 10px;}

#footer h5 { 
	font-size: 1.1em; 
	border-bottom: 1px solid #d1d1d1;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 10px; 
	padding: 15px 0 3px;
	box-shadow: 0 1px 0 0 #f6f6f6;
	-webkit-box-shadow: 0 1px 0 0 #f6f6f6;
	-moz-box-shadow: 0 1px 0 0 #f6f6f6;
	-o-box-shadow: 0 1px 0 0 #f6f6f6;
}
#footer .widget li { font-size: 12px; border: none; background: none; padding: 0 0 2px; } #footer .widget li a { text-decoration: none; color: #888; } #footer .widget li a:hover { color: #444; }

div#nuclear {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	width: auto;
	float: right;
	}
div#nuclear a:link, div#nuclear a:visited {
	padding-left: 18px;
	color: #838383;
	background: transparent url('images/nuclear_off.gif') no-repeat 0 100%;
	text-decoration: none;
	}
div#nuclear a:hover, div#nuclear a:active {
	padding-left: 18px;
	background: transparent url('images/nuclear_on.gif') no-repeat 0 100%;
	color: #6a2c91;
	text-decoration: none;
	}
	
.post ul { margin: 0 0 1em 2em; }

/* Menu Styles
================================================================ */
#navigation {}
#navigation ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    margin: 6px;
    padding: 5px 8px 6px 8px;
    text-decoration: none;
	font-family: 'TTMedium', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: none !important;
}
#navigation ul li:hover > a { color: #962c9f; }
#navigation ul > li.current-menu-ancestor > a, #navigation > div > ul > li.current-menu-item > a, #current { 
	border-bottom: none !important; 
	font-weight: normal!important; 
	background: #962c9f; 
	color: #fff !important; 
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; 
}
#navigation ul ul { 
	margin: 0 0 0 5px;
	border-color: #666 #bbb #bbb;
	border-width: 2px 1px 1px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15) inset, 0 3px 3px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15) inset, 0 3px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15) inset, 0 3px 3px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15) inset, 0 3px 3px 0 rgba(0,0,0,0.1);
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px; 
	-o-border-radius: 0 0 5px 5px;
}
#navigation ul ul li a { padding: 7px 0; margin: 0 10px; color: #666; text-transform: inherit; border-bottom: 1px solid #eee !important; }
#navigation ul ul li:hover > a { color: #962c9f !important; }


/* Event Registrations
================================================================ */
#event-reg-form { } 
div.event-data-display { font-size: inherit !important; }
#event_espresso_registration_form { margin: 0 !important; }
.event_espresso_form_wrapper > .section-title, #event_espresso_registration_form + p { display: none; }
.event_title, .event_espresso_form_wrapper, .event_description, .event_questions { padding:  0 !important; }
.event_espresso_form_wrapper { margin-top: 1em; clear: both; }
h3.section-heading { border-bottom: 1px dotted #b2b2b2; padding-bottom: .1em; margin-bottom: 1em; color: #6A2C91; }
.address-col, .details-col, #event-reg-form .event_form_field { width: 50%; float: left; clear: none; }
.event_description p img { padding-bottom: 1em; }
.ee-featured-image { margin-left: 15px; border: 5px solid #fff; box-shadow: 0 0 5px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15); }

.ee-social-media-buttons, .ee-social-media-buttons + div { clear: none !important; } .ee-social-media-button { padding-right: 6px; }
span.facebook-button { display: none !important; }
.espresso_ical_link { display: inline-block; }
.section-title, .span_event_date_label, .span_event_time_label, .event_price_label { color: #000; }
.event_espresso_form_wrapper .event_prices { margin-top: 1em !important; } .event_prices select { font-size: 1.2em; color: #333; }
.event_espresso_form_wrapper label span { font-size: inherit !important; }

#event-reg-form-groups .event_questions { padding: 0; }
.section-title, .span_event_date_label, .span_event_time_label, .span_event_time_label, .event_price_label, .espresso_additional_limit, .espresso_additional_limit label { font-weight: bold; }
.espresso_additional_limit label { width: auto; float: left; margin-right: 1em; }
.espresso_add_subtract_attendees { clear: both !important; width: auto !important; float: none !important; margin-bottom: .5em; } .espresso_add_subtract_attendees a { cursor: pointer; }
.event_form_submit { margin: 0; }

#event-reg-form input[type="text"], #event-reg-form input[type="password"], #event-reg-form input[type="email"], #event-reg-form textarea, #event-reg-form select { width: 85%; margin-bottom: 10px; }

.event-data-display .off-site-payment-gateway > img, #external-link-msg-pg > img { float: left; }
#external-link-msg-pg { font-style: italic; font-size: .85em; }

.event-data-display  { margin: 1em 0 0 !important; }
.event-display-tables { margin: 0 0 1em !important; width: 100% !important; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; border: none !important; }

.additional-attendee-div img { display: inline-block; }

/* Widget Event */
.event-date {
	margin: 1em 0 0;
	padding: 10px;
	color: #A8C430;
	background: #6A2C91;
	border: 1px solid #fff;
	font-family: 'TTLight',Arial,Helvetica,sans-serif;
	box-shadow: 0 0 6px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
} .event-date:hover, .widget.events a:nth-child(odd) .event-date:hover { background: #333; color: #fff; }
.widget.events a:nth-child(odd) .event-date { color: #6A2C91; background: #A8C430; }
.event-icon { 
	float: left; 
	width: 80px; 
	padding-right: 10px; 
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2); 
	border-right: 1px solid rgba(255, 255, 255, 0.1); 
	}
span.year { padding: 4px 0; display: block; text-align: center; font-size: 28px }
span.day { display: block; text-align: center; font-size: 56px; line-height: 48px; font-weight: bold; }
span.month { padding: 4px 0 0; display:block;text-align:center;font-size:14px;text-transform: uppercase; }
.event-title { float: right; font-size: 20px; width: 155px; color: #fff; } .event-title a { color: #fff; text-decoration: none; }
@media only screen and (max-width: 959px) { .event-title { font-size: 14px; width: 95px; } }
	
	
/* Custom Media Queries
================================================================ */
@media only screen and (max-width: 959px) { 
	.js .selectnav { margin: 8px 0 10px 0; float: right; height: 30px; padding: 5px; width: auto; }
	}

@media only screen and (max-width: 767px) {
	h1.logo { margin: 0; }
	h1.logo a { 
		background: url('images/logo_sml.png') no-repeat 0 0;
		width: 119px;
		height: 47px;
	}
	
	.page-tooltip { display: none; }
	
	#page-title ~ .container { min-height: auto; }
	
	ul.inline { margin-left: 0; } ul.inline li { display: block; margin-left: 0; }
	
	#sales-line > div { padding: 20px 0; } #sales-line a.button { float: none; margin-top: 10px; }
}