/*-----------------------------------------------------------------------------------

	Theme Name: Expo18
	Theme URI: http://www.olevmedia.com
	Description: Event Responsive Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.2.4
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

body
{
	margin:0;
	padding:0;
	background:#191919;
	font:13px/20px 'Arial';
	min-width:960px;
	color:#202020;
}


.fixw
{
	width:970px;
	margin:0 auto;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:0;
}

img
{
	border:0;
	max-width:100%;
	height:auto;
}

::selection
{
	color:#fff;
}

::-moz-selection
{
	color:#fff;
}

*
{
	outline:0;
}

.dn
{
	display:none;
}

/******************************
 * Typography
 ******************************/

p
{
	margin:20px 0;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin:20px 0;
	font-weight:normal;
	line-height:130%;
}

h1.main-h1
{
	/*border-bottom:1px solid #e1e1e1;*/
	margin:0 0 -3px 0;
	padding:0 0 13px 0; 
	background:url(img/hr.png) repeat-x bottom;
}

h1
{
	font-size:32px;
	line-height:34px;
	background:url(img/hr.png) repeat-x bottom;
	padding-bottom:10px;
}

h2
{
	font-size:26px;
	line-height:28px;
	background:url(img/hr.png) repeat-x bottom;
	padding-bottom:10px;
}

h3
{
	font-size:22px;
	background:url(img/hr.png) repeat-x bottom;
	padding-bottom:10px;
}

h4
{
	font-size:18px;
	background:url(img/hr.png) repeat-x bottom;
	padding-bottom:10px;
}

h5
{
	font-size:15px;
	background:url(img/hr.png) repeat-x bottom;
	padding-bottom:10px;
}

h6
{
	font-size:13px;
	background:url(img/hr.png) repeat-x bottom;
	padding-bottom:10px;
}

.h-bg
{
	line-height:34px;
	font-size:30px;
	margin:40px 0 40px 0;
	padding:20px 0;
	text-align:center;
	background-image:url('img/content-h-bg.png');
	background-position:center top;
	position:relative;
	text-shadow:0 1px 0 #fff;
}

.h-bg:after
{
	content:'';
	width:100%;
	height:12px;
	background:url('img/content-h-add.png') no-repeat center top;
	position:absolute;
	left:0;
	bottom:-12px;
}

hr
{
	height:3px;
	background:url(img/hr.png) repeat-x;
	border:0;
	margin:20px 0;
}

/*********************************************************************
 ** Columns
 *********************************************************************/

.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  margin: 0 4% 0 0;
}
.one-half.last,
.one-third.last,
.two-third.last,
.one-fourth.last,
.three-fourth.last,
.one-fifth.last,
.two-fifth.last,
.three-fifth.last,
.four-fifth.last,
.one-sixth.last,
.five-sixth.last {
  margin-right: 0;
}
.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-fifth {
  width: 16.8%;
}
.two-fifth {
  width: 37.6%;
}
.three-fifth {
  width: 58.4%;
}
.four-fifth {
  width: 79.2%;
}
.one-sixth {
  width: 13.33%;
}
.five-sixth {
  width: 82.66%;
}

/*********************************************************************
 *********************************************************************
 ** Headline
 *********************************************************************
 *********************************************************************/

.headline-wrapper
{

}

.headline
{
	position:relative;
}

.headline:after
{
	content:'';
	display:block;
	background:url('img/content-bg-shade.png') repeat-x left top;
	width:100%;
	height:209px;
	position:absolute;
	left:0;
	bottom:0;
}

.headline-inner
{
	position:relative;
	z-index:1;
	background:url('img/headline-shadow.png') repeat-x 0px 0px;
	padding:0 0 280px 0;
}

.headline-left
{
	float:left;
	width:630px;
	padding:30px 0 30px 0;
}

.headline-right
{
	width:335px;
	float:right;
	padding:30px 0 10px 0;
	text-align:right;
}

.headline-right.no-seconds
{
	width:259px;
}

.headline.right-empty .headline-left {
	width:auto;
	float:none;
}

.dates-place
{
	font-size:13px;
	color:#fff;
	opacity:0.9;
	width:260px;
	text-align:left;
	padding:0 0 0 30px;
	margin-bottom:20px;
	background:url('img/icon-map.png') no-repeat 10px 2px;
}

.dates-place span
{
	opacity:0.7;
}

.dates-place a
{
	color:inherit;
	text-decoration:none;
	display:block;
	padding-left:30px;
	margin-left:-30px;
}

.dates-place a:hover
{
	color:inherit;
}

.logo-text
{
	line-height:70px;
	font-size:80px;
	color:#fff;
	-webkit-text-shadow:0 2px 0 rgba(0,0,0,0.8);
	-moz-text-shadow:0 2px 0 rgba(0,0,0,0.8);
	text-shadow:0 2px 0 rgba(0,0,0,0.8);
}

.logo-text a,
.logo-text a:hover
{
	color:inherit;
	text-decoration:none;
}

/******************************
 * Countdown
 ******************************/

.countdown
{
	margin:0 0 20px 0;
}

#countdown
{
	display:none;
}

.countdown-box
{
	width:304px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position:relative;
	margin-left:29px;
}

.countdown-box.no-seconds
{
	width:228px;
}

.countdown-box::before
{
	content:'';
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:-26px;
	width:26px;
	/*background:url('img/timeleft.png') no-repeat center center;*/
	background:rgba(255,255,255,0.15);
	
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}

.countdown-box::after {
	content:attr(data-label);
	position:absolute;
	top:27px;
	bottom:-1px;
	left:-53px;
	color:#fff;
	height:26px;
	line-height:26px;
	width:80px;
	text-align:center;
	opacity:0.3;
	letter-spacing:0.5px;
	
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.countdown-box .field
{
	float:left;
	width:76px;
	height:78px;
	background:#f8f8f8 url('img/countdown-bg.jpg') no-repeat right bottom;
	position:relative;
	overflow:hidden;
}


.countdown-box .field.last
{
	background-position:left bottom;
}

.countdown-box .field.dropshade:before {
    content:"";
    position:absolute;
    z-index:1;
    top:0px;
    bottom:8px;
    left:-41px;
    width:40px;
    -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
       -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
            box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
    -webkit-border-radius:20px / 100px;
       -moz-border-radius:20px / 100px;
            border-radius:20px / 100px;
}

.webkit .countdown-box .field.dropshade:before {
    -webkit-box-shadow:0 0 7px 1px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 7px 1px rgba(0,0,0,0.4);
            box-shadow:0 0 7px 1px rgba(0,0,0,0.4);
}

.countdown-box .field .name
{
	text-align:center;
	color:#949494;
	font-size:12px;
	line-height:16px;
	-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.4);
	-moz-text-shadow:0 1px 0 rgba(255,255,255,0.4);
	text-shadow:0 1px 0 rgba(255,255,255,0.4);
}

.countdown-box .field .value
{
	position:relative;
	margin:0 0 0 1px;
	height:60px;
	text-align:center;
	font-size:40px;
	line-height:60px;
	overflow:hidden;
	
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
}

.countdown-box .field .value .current
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

.countdown-box .field .value .next
{
	position:absolute;
	top:-54px;
	left:0px;
	width:100%;
}

.countdown-box .field .value .narrow
{
	letter-spacing:-6px;
	margin-left:-3px;
}

.countdown-box .field .value .shade
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('img/countdown-shade.png') repeat-x 0 3px;
}


/*********************************************************************
 ** Container
 *********************************************************************/

.container-wrapper
{
	background:#191919 url('img/content-bg.png');
	padding:20px 0;
	position:relative;
	z-index:1;
}

.container
{
	background:#f5f5f5 url('img/content-inner-bg.png');
	margin-top:-300px;
	margin-bottom:-300px;
	padding:1px 0;
	color:#575757;	
	
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.7), inset 0 30px 30px -30px rgba(0,0,0,0.4);
}

.container:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:100%;
	background:none;
	-webkit-border-radius:50% / 50%;
	-moz-border-radius:50% / 50%;
	border-radius:50% / 50%;
	-webkit-box-shadow:-20px 0 20px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:-20px 0 20px 0 rgba(0,0,0,0.5);
	box-shadow:-20px 0 20px 0 rgba(0,0,0,0.5);
	z-index:-1;
}

.container:after
{
	content:'';
	position:absolute;
	top:0;
	right:0px;
	width:40px;
	height:100%;
	background:none;
	-webkit-border-radius:50% / 50%;
	-moz-border-radius:50% / 50%;
	border-radius:50% / 50%;
	-webkit-box-shadow:20px 0 20px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:20px 0 20px 0 rgba(0,0,0,0.5);
	box-shadow:20px 0 20px 0 rgba(0,0,0,0.5);
	z-index:-1;
}

.container-col-full-width
{
	padding:0 25px;
}

.container-col-w-sidebar
{
	float:left;
	position:relative;
	width:615px;
	min-height:1px;
	padding:0 25px;
}
.container-col-sidebar
{
	float:left;
	position:relative;
	width:240px;
	padding:1px 20px;
	margin-right:25px;
	background:#f7f7f7;
	background:rgba(0,0,0,0.03);
	-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05), inset 3px 3px 7px -3px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05), inset 3px 3px 7px -3px rgba(0,0,0,0.2);
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05), inset 3px 3px 7px -3px rgba(0,0,0,0.2);
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.sidebar-left .container-col-w-sidebar
{
	left:305px;
}

.sidebar-left .container-col-sidebar
{
	left:-640px;
}

.sidebar-inner
{
	margin:20px 0;
	font-size:12px;
	line-height:18px;
}

.sidebar-divider
{
	height:0;
	overflow:hidden;
	margin:40px 0;
}

.sidebar-inner h2
{
	color:#575757;
	font-weight:600;
	font-size:18px;
	line-height:20px;
	padding:0;
	border:0;
	background:none;
}

.sidebar-inner ul
{
	list-style:none;
	padding:0;
	margin:20px 0;
}

.sidebar-list-num
{
	float:right;
	background:#fff;
	background-color:rgba(255,255,255,0.85);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:16px;
	line-height:16px;
	margin-top:2px;
	text-align:center;
	color:#aaa;
	font-size:11px;
}

.sidebar-inner .sub-menu
{
	margin:0 0 0 20px;
	padding:0;
}

#wp-calendar th,
#wp-calendar td
{
	line-height:18px;
	text-align:center; 
}

#wp-calendar td a
{
	display:inline-block;
	width:18px;
	text-align:center;
	background:#fff;
	background-color:rgba(255,255,255,0.85);
	color:#999;
	text-decoration:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

#wp-calendar td a:hover
{
	background-color:#fff;
	color:inherit;
}

.latest-tweets
{
	list-style:none;
	padding:0;
	margin:20px 0;
}

.latest-tweets li
{
	margin:0 0 10px 0;
}

.latest-tweets .tweet-status
{
	display:inline;
}

.latest-tweets .tweet-status a
{
	color:inherit;
}

.latest-tweets .tweet-time
{
	margin-left:10px;
	display:inline;
	font-size:10px;
	font-style:italic;
}

.latest-tweets .tweet-time a
{
	color:#aaa;
}

.icon-twitter
{
	display:inline-block;
	background:url(img/icon-twitter2.png) no-repeat left center;
	padding-left:27px;
}

.posts-list-small
{
	list-style:none;
	padding:0;
	margin:20px 0;
}

.posts-list-small li
{
	margin:0 0 20px 0;
}

.posts-list-small li .pic
{
	float:left;
	margin:0 10px 5px 0;
}

.posts-list-small li .pic a
{
	display:block;
	border:2px solid rgba(0,0,0,0.2);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.posts-list-small li .pic img
{
	display:block;
}

.posts-list-small .post-date
{
	position:static;
	display:inline-block;
	font-size:10px;
}

.posts-list-small .title
{
	font-size:14px;
	margin:10px 0;
}

.posts-list-small .title a
{
	text-decoration:none;
}

.posts-list-small .title a:hover
{
	text-decoration:underline;
}

.posts-list-small .text p
{
	margin:10px 0;
}

/*********************************************************************
 ** Menu
 *********************************************************************/

.menu-pane
{
	margin:25px 0;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;

	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	border:1px solid rgba(0,0,0,0.05);
	padding:0;
}

.primary-menu
{
	float:left;
	list-style:none;
	padding:0 3px;
	margin:0;
}

.primary-menu li
{
	float:left;
	position:relative;
	padding:3px 0;
	margin:0 10px 0 0;
	cursor:default;
}

.primary-menu li a
{
	display:block;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	line-height:40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	-webkit-transition:background 0.3s, color 0.3s;
	-moz-transition:background 0.3s, color 0.3s;
	transition:background 0.3s, color 0.3s;
}

.primary-menu li a:hover
{
	background:#fff;
}

.primary-menu ul
{
	float:none;
	display:none;
	opacity:0;
	list-style:none;
	padding:6px 0 5px 0;
	margin:0;
	position:absolute;
	top:43px;
	left:-10px;
	z-index:500;
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.15)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 100%);
	
	-webkit-box-shadow:0 10px 10px -10px rgba(0,0,0,0.6);
	-moz-box-shadow:0 10px 10px -10px rgba(0,0,0,0.6);
	box-shadow:0 10px 10px -10px rgba(0,0,0,0.6);
}

.primary-menu ul li
{
	float:none;
	padding:0 10px 5px;
	margin:0;
}

.primary-menu ul li a
{
	font-size:13px;
	padding:2px 15px;
	line-height:18px;
	white-space:nowrap;
}

.primary-menu ul ul
{
	position:absolute;
	top:-6px;
	left:100%;
	margin:0 0 0 10px;
}

.primary-menu ul ul:after
{
	content:'';
	position:absolute;
	top:8px;
	left:-20px;
	border:10px solid transparent;
}

.menu-special-button
{
	float:right;
	margin:3px;
	background:#fff;
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	line-height:40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0 15px;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
}

.menu-special-button:hover
{
	color:#fff;
	background-image:none;
	text-decoration:none;
}

.menu-special-button-mobile
{
	display:none;
	margin:20px 0;
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
	line-height:38px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
}

.menu-special-button-mobile:hover
{
	color:#fff;
	text-decoration:none;
}

.secondary-menu-container
{
	float:right;
	position:relative;
	padding:3px;
}

.secondary-menu-control
{
	background:#fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.75)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.75) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.75) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.75) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.75) 100%);
	line-height:40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0 15px;
	font-size:16px;
	cursor:pointer;
	
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	transition:background-color 0.3s;
}

.secondary-menu-control:hover
{
	background-color:#fff;
}

.secondary-menu-wrapper
{
	position:absolute;
	top:46px;
	right:0;
	z-index:500;
	padding:5px 0 0 0;
	display:none;
	opacity:0;
}

.secondary-menu
{
	list-style:none;
	padding:20px 0 20px 0;
	margin:0;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 7px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 7px 0 rgba(0,0,0,0.2);
}

.secondary-menu li
{
	border-top:1px solid #eee;
}

.secondary-menu li:first-child
{
	border-top:0;
}

.secondary-menu li a
{
	display:block;
	padding:6px 20px 6px 32px;
	color:#666;
	text-decoration:none;
	line-height:18px;
	font-size:14px;
	white-space:nowrap;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	transition:background 0.3s;
}

.secondary-menu li a:hover
{
	background:rgba(0,0,0,0.04);
}

.secondary-menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

.secondary-menu ul li a
{
	padding-left:46px;
}

.secondary-menu ul ul li a
{
	padding-left:62px;
}

.primary-menu-select
{
	margin:15px 0;
	display:none;
}

.primary-menu-select select
{
	width:100%;
	padding:5px;
}

/*********************************************************************
 ** Slider
 *********************************************************************/

.slider
{
	position:relative;
	margin:25px 0;
}

.slider-slides
{
	list-style:none;
	padding:0;
	margin:0;
	height:360px;
	overflow:hidden;
}

.slider-slides li
{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}

.slider-slides li a
{
	display:block;
	height:100%;
	color:inherit;
	text-decoration:none;
}

.slider-slides li .img
{
	display:block;
	width:600px;
	float:right;
	text-align:right;
}

.slider-slides li .img img
{
	max-width:100%;
}

.slider-slides li .text
{
	display:block;
	position:absolute;
	top:20px;
	left:17px;
	width:330px;
	font-size:48px;
	line-height:48px;
	font-weight:800;
}

.slider-slides li .mask
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:391px;
	background:url(img/slider-mask.png) no-repeat right top;
}

.slider-pager
{
	position:absolute;
	bottom:11px;
	left:17px;
	z-index:100;
}

.slider-pager a
{
	display:inline-block;
	line-height:26px;
	width:26px;
	text-align:center;
	border:2px solid #000;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-decoration:none;
	font-size:13px;
	font-weight:800;
	margin-right:5px;
	opacity:0.5;
	
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

.slider-pager a.activeSlide,
.slider-pager a:hover
{
	opacity:1;
}

.slider-progress
{
	position:absolute;
	bottom:-10px;
	height:1px;
	left:0;
	right:5px;
	background:rgba(0,0,0,0.1);
}

.slider-progress .inner
{
	height:100%;
}

/*********************************************************************
 ** Testomonial
 *********************************************************************/

.testimonial-wrapper
{
	margin:20px -29px;
	-webkit-box-shadow:0 8px 8px -4px rgba(0,0,0,0.15);
	-moz-box-shadow:0 8px 8px -4px rgba(0,0,0,0.15);
	box-shadow:0 8px 8px -4px rgba(0,0,0,0.15);
	position:relative;
}

.testimonial-wrapper:before
{
	content:'';
	border:2px solid #aca68a;
	border-left-color:transparent;
	border-bottom-color:transparent;
	position:absolute;
	left:0;
	bottom:-4px;
}

.testimonial-wrapper:after
{
	content:'';
	border:2px solid #aca68a;
	border-right-color:transparent;
	border-bottom-color:transparent;
	position:absolute;
	right:0;
	bottom:-4px;
}

.testimonial
{
	width:100%;
	display:table;
	background:#e5dfc3;
	-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);
	
	-webkit-border-radius:1px 1px 0 0;
	-moz-border-radius:1px 1px 0 0;
	border-radius:1px 1px 0 0;
}

.testimonial .text
{
	display:table-cell;
	padding:20px 29px;
	font-size:32px;
	line-height:130%;
	color:#7a766d;
}

.testimonial .author
{
	padding:20px 29px 20px 0;
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
}

.testimonial .author-inner
{
	float:right;
	display:table;
}

.testimonial .author .name
{
	display:table-cell;
	vertical-align:bottom;
	white-space:nowrap;
	padding-right:20px;
	text-align:right;
	font-size:12px;
}

.testimonial .author .name .t-comment
{
	font-style:italic;
	color:#827e68;
}

.testimonial .author .photo
{
	display:table-cell;
}

.testimonial .author .photo img
{
	vertical-align:bottom;
	margin-bottom:4px;
	border:1px solid #bbbbbb;
	max-width:none;
}

/*********************************************************************
 ** Navogation Prev Next
 *********************************************************************/

.navigation-prev-next
{
	margin:20px 0;
}

.navigation-prev-next .navigation-prev a,
.navigation-prev-next .navigation-next a
{
	position:relative;
	padding:20px 0 0 0;
	display:block;
	font-style:italic;
	font-size:12px;
	
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	transition:color 0.3s;
}

.navigation-prev-next .navigation-prev
{
	float:left;
}

.navigation-prev-next .navigation-prev a .after,
.navigation-prev-next .navigation-next a .after
{
	content:'';
	display:block;
	width:28px;
	height:17px;
	opacity:0.5;
	top:0;
	position:absolute;
	background:url(img/arrows.png) no-repeat left top;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

.navigation-prev-next .navigation-prev a .after
{
	background-position:left top;
	left:0;
}

.navigation-prev-next .navigation-next
{
	float:right;
}

.navigation-prev-next .navigation-next a .after
{
	background-position:right top;
	right:0;
}

.navigation-prev-next .navigation-next a:hover .after,
.navigation-prev-next .navigation-prev a:hover .after
{
	opacity:1;
}

/*********************************************************************
 ** Infopane
 *********************************************************************/

.binfopane-wrapper
{
	background:#404040;
  background: -moz-linear-gradient(top, #7b7b7b, #393939);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7b7b), color-stop(100%,#393939));
  background: -webkit-linear-gradient(top, #7b7b7b, #393939);
  background: linear-gradient(top, #7b7b7b, #393939);
  
	color:#fff;
	-webkit-text-shadow:0 -1px 0 #000;
	-moz-text-shadow:0 -1px 0 #000;
	text-shadow:0 -1px 0 #000;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	margin:20px 0;
	
	position:relative;
	z-index:5;
}

.binfopane
{
	padding:25px;
	background:url('img/head-bg.png');

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
  -webkit-box-shadow:inset 0 1px 0 #fff, inset 0 -1px 0 #000;
  -moz-box-shadow:inset 0 1px 0 #fff, inset 0 -1px 0 #000;
  box-shadow:inset 0 1px 0 #fff, inset 0 -1px 0 #000;
}

.binfopane-inner
{
	display:table;
	width:100%;
}

.binfopane .i-button
{
	text-align:right;
	display:table-cell;
	vertical-align:middle;
}

.binfopane .text
{
	padding-right:40px;
	font-size:14px;
	display:table-cell;
	vertical-align:top;
}

.binfopane p
{
	padding:0;
}

.binfopane .text .big
{
	font-size:22px;
	line-height:130%;
	margin:5px 0 7px 0;
}

.binfopane-button
{
	display:inline-block;
	position:relative;
	height:60px;
	text-align:center;
	line-height:60px;
	text-decoration:none;
	color:#fff;
	font-size:30px;
	
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.35) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%);
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%);
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%);
	background-image: linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%);
  
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	
	-webkit-text-shadow:0 -1px 1px rgba(0,0,0,0.4);
	-moz-text-shadow:0 -1px 1px rgba(0,0,0,0.4);
	text-shadow:0 -1px 1px rgba(0,0,0,0.4);
	
	-webkit-box-shadow:1px 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0.6);
	-moz-box-shadow:1px 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0.6);
	box-shadow:1px 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0.6);
}

.binfopane-button:hover
{
	color:#fff;
	text-decoration:none;
}

.binfopane-button .inner
{
	position:relative;
	display:block;
	padding:0 20px;	
	background:url('img/button-shade.png') no-repeat 50% 0;
	white-space:nowrap;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.binfopane-button .hov
{
	display:block;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.35) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35)));
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%);
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%);
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%);
	background-image: linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.35) 100%); 
 
 	-webkit-box-shadow:1px 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0.6);
	-moz-box-shadow:1px 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0.6);
	box-shadow:1px 1px 0 0 rgba(0,0,0,0.3), inset 0 1px 0 0 rgba(255,255,255,0.6);
	 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

/*********************************************************************
 ** Agenda block
 *********************************************************************/

.agenda > *
{
	display:none;
}

.agenda > .agenda-day,
.agenda > .agenda-item
{
	display:block;
}

.agenda-day
{
	line-height:40px;
	background:#fff;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	font-size:24px;
	padding:30px 20px 10px 20px;
	
	position:relative;
	z-index:1;
	
	-webkit-box-shadow:inset 0 15px 15px -15px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 15px 15px -15px rgba(0,0,0,0.2);
	box-shadow:inset 0 15px 15px -15px rgba(0,0,0,0.2);
}

.agenda-day span
{
	color:#575757;
	float:right;
	font-size:14px;
	text-transform:uppercase;
	color:#9f9f9f;
	background:url('img/icon-date.png') no-repeat left center;
	padding:0 0 0 20px;
	display:block;
}

.agenda-day:first-child
{
	border-top:none;
}

.agenda-day:after
{
	content:'';
	position:absolute;
	left:28px;
	bottom:-10px;
	width:20px;
	height:10px;
	background:url('img/darr.png') no-repeat left center;
}

.agenda-item
{
	position:relative;
	overflow:hidden;
	border-top:1px solid #eaeaea;
	margin-top:-1px;
	background:#fff;
	
	-moz-transition-property: background;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: ease;

	-webkit-transition-property: background;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;

	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	
	cursor:default;
}

.agenda-item:hover
{
	background:#fbfbfb;
}

.agenda-item.gray,
.agenda-item.gray:hover
{
	background:#f2f2f2;
}

.agenda-item:after
{
	content:'.';
	height:0;
	clear:both;
	overflow:hidden;
	display:block;
}

.agenda-item-inner
{
	display:table;
}

.agenda-item .time
{
	display:table-cell;
	vertical-align:top;
	width:128px;
	overflow:hidden;
	padding:0 21px;
}

.agenda-item.gray .time
{
	-webkit-box-shadow:inset 0 1px 0 0 #fff;
	-moz-box-shadow:inset 0 1px 0 0 #fff;
	box-shadow:inset 0 1px 0 0 #fff;
}

.agenda-item .time span
{
	display:inline-block;
	height:20px;
	background:url('img/icon-time.png') no-repeat 7px center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #000;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3), inset 0 0 7px 0 rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3), inset 0 0 7px 0 rgba(255,255,255,0.2);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3), inset 0 0 7px 0 rgba(255,255,255,0.2);
	color:#fff;
	padding:0 0 0 20px;
	text-align:center;
	width:106px;
	margin:20px 0;
	
	-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.2);
	-moz-text-shadow:0 1px 0 rgba(0,0,0,0.2);
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	
	-moz-transition-property: all;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: ease;

	-webkit-transition-property: all;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;

	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: ease;
}

.agenda-item.gray .time span
{
	background-color:#969696;
	border-color:#969696;
}

.agenda-item:hover .time span
{
}

.agenda-item .time span.icon-lunch
{
	background-image:url('img/icon-lunch.png');
}

.agenda-item .description
{
	display:table-cell;
	vertical-align:top;
	border-left:1px solid #eaeaea;
	padding:0 20px;
}

.agenda-item.gray .description
{
	-webkit-box-shadow:inset 1px 1px 0 0 #fff;
	-moz-box-shadow:inset 1px 1px 0 0 #fff;
	box-shadow:inset 1px 1px 0 0 #fff;
}

.agenda-item.gray .description
{
	color:#969696;
}

.agenda-item .room-cell
{
	display:table-cell;
	vertical-align:top;
	width:1%;
	padding:20px;
}

.agenda-item .room
{
	height:20px;
	overflow:hidden;
	background:url('img/room-bg.png') no-repeat left;
	border-right:1px solid #d1d1d1;
	color:#6a6a6a;
	font-size:12px;
	padding:0 10px 0 20px;
	white-space:nowrap;
}


/*********************************************************************
 ** Speakers Block
 *********************************************************************/

.speakers-wrapper
{
	overflow:hidden;
	margin-left:-5px;
	margin-right:-5px;
}

ul.speakers
{
	list-style-type:none;
	padding:0;
	margin:20px -25px -20px 5px !important;
}

.container-col-w-sidebar ul.speakers
{
	margin-right:-40px !important;
}

ul.speakers:after
{
	content:'';
	overflow:hidden;
	clear:both;
	float:none;
	display:block;
	height:0;
}

ul.speakers li
{
	float:left;
	margin:0 25px 40px 0;
	width:211px;
	cursor:default;
	padding:0 !important;
	background:none !important;
}

.tabs ul.speakers li
{
	width:205px;
}

.container-col-w-sidebar ul.speakers li
{
	width:287px;
	margin-right:40px;
}

.container-col-w-sidebar .tabs ul.speakers li
{
	width:280px;
	margin-right:30px;
}


ul.speakers li .pic
{
	display:block;
	text-decoration:none;
	padding:14px;
	min-height:77px;
	background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background: linear-gradient(top, #ffffff, #eaeaea);
  border:1px solid #d1d1d1;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6);
	position:relative;
	top:0px;
	
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

ul.speakers li .pic:hover
{
	
}

ul.speakers li .pic:after
{
	content:'.';
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

ul.speakers li .pic img
{
	display:block;
	float:left;
	margin-right:15px;
	border:1px solid #fff;
	-webkit-box-shadow:0 0 0 1px rgba(175,205,228,0.4);
	-moz-box-shadow:0 0 0 1px rgba(175,205,228,0.4);
	box-shadow:0 0 0 1px rgba(175,205,228,0.4);
	
	max-width:75px !important;
	max-height:75px;
}

ul.speakers li .name
{
	line-height:15px;
	font-size:12px;
	color:#919191;
}

ul.speakers li .text
{
	background:url('img/speakers-border.png') no-repeat -1px top;
	margin:10px 0 0 0;
	padding:20px 0 0 20px;
}

ul.speakers li .text p
{
	margin:0 0 5px 0;
}

ul.speakers li .text span
{
	color:#9f9f9f;
}

ul.speakers li:hover .name
{

}

ul.speakers li:hover .pic
{
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6), 0 -1px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6), 0 -1px 5px 1px rgba(0,0,0,0.15);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6), 0 -1px 5px 1px rgba(0,0,0,0.15);
	
	top:-7px;
}

/*********************************************************************
 ** Registration Form
 *********************************************************************/
 
.registration-form
{
	margin:20px 0;
}

.registration-form .line
{
	margin-bottom:10px;
}

.registration-form .line input[type=text],
.registration-form .line textarea
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

.registration-form input[type=submit]
{
	padding:7px 12px;
	cursor:pointer;
	color:#fff;
	border:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0 10px 0 0;
	-webkit-box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
	box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
}

.registration-form input[type=submit]:hover
{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.registration-form .error
{
	border-color:red;
	-webkit-box-shadow:0 0 6px 0 rgba(255,0,0,0.7);
	-moz-box-shadow:0 0 6px 0 rgba(255,0,0,0.7);
	box-shadow:0 0 6px 0 rgba(255,0,0,0.7);
}

.registration-form label.error
{
	background:red;
	color:#fff;
	font-size:11px;
	display:inline-block;
	padding:0 5px;
	margin:-5px 0 0 12px; 
	opacity:0.6;
	vertical-align:middle;
}

/*********************************************************************
 ** Comments
 *********************************************************************/
 
.new-comment
{
	margin:40px 0 20px 0;
}

.new-comment-header
{
	font-size:18px;
	margin:0 0 10px 0;
}

.new-comment-pane .one-third
{
	width:33.3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:10px;
	margin:0;
}

.new-comment-pane .one-third.last
{
	float:right;
	padding:0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=file],
textarea
{
	background:#fefefe;
	border:1px solid #cccccc;
	color:#454545;
	font-size:12px;
	padding:7px 6px 7px;
}

.new-comment-pane input[type=text],
.new-comment-pane input[type=email],
.new-comment-pane input[type=password],
.new-comment-pane textarea
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}

.new-comment-pane textarea
{
	margin-top:10px;
	margin-bottom:8px;
}

.new-comment-pane input::-webkit-input-placeholder,
.new-comment-pane input:-moz-placeholder,
.new-comment-pane textarea::-webkit-input-placeholder,
.new-comment-pane textarea:-moz-placeholder
{
	font-style:italic;
	color:#999;
}

input[type=submit],
.new-comment-pane input[type=submit]
{
	padding:7px 12px;
	cursor:pointer;
	color:#fff;
	border:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0 10px 0 0;
	-webkit-box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
	box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
}

input[type=submit]:hover,
.new-comment-pane input[type=submit]:hover
{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

input[type=reset],
.new-comment-pane input[type=reset]
{
	padding:7px 12px;
	cursor:pointer;
	color:#777;
	background-color:#ddd;
	border:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0;
	-webkit-box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
	box-shadow:inset 0 -25px 25px -13px rgba(0,0,0,0.1);
}

input[type=reset]:hover,
.new-comment-pane input[type=reset]:hover
{
	color:#333;
	background-color:#cfcfcf;
}

.cancel-comment-reply
{
	margin-bottom:10px;
}

.comment
{
	margin:20px 0;
	position:relative;
}

.comment-inner
{
  position: relative;
  padding:0 0 0 40px;
  margin-left: 160px;
}
.comment-inner.depth-1
{
  margin-left: 0px;
}
.comment-inner.depth-2
{
  margin-left: 40px;
}
.comment-inner.depth-3
{
  margin-left: 80px;
}
.comment-inner.depth-4
{
  margin-left: 120px;
}
.comment-inner.depth-5
{
  margin-left: 160px;
}
.comment-avatar {
  position: absolute;
  top: 3px;
  left: 0px;
}

.comment-meta
{
	line-height:20px;
}

.comment-author,
.comment-author cite
{
	font-size:17px;
	font-style:normal;
}

.comment-date
{
	margin-left:5px;
	color:#b2b2b2;
	font-size:11px;
}

.comment-date a
{
	text-decoration:none;
	color:inherit;
}

.comment-date a:hover
{
	text-decoration:none;
	color:#737373;
}

.comment-text p
{
	margin:5px 0;
}

.comment-reply
{
	position:absolute;
	top:39px;
	left:0;
}

.comment-reply a
{
	display:block;
	width:26px;
	height:13px;
	background:url(img/reply.png);
	opacity:0.5;
}

.comment-reply a:hover
{
	opacity:1;
}


/*********************************************************************
 ** Post
 *********************************************************************/

.post
{
	border-bottom:1px solid #e1e1e1;
	margin:30px 0;
	padding:0 0 30px 0;
	position:relative;
}

.post.single
{
	margin:20px 0;
	padding:0;
	border-bottom:0;
}

.post-thumb
{
	float:left;
	margin:6px 20px 20px 0;
}

.post-thumb img
{
	display:block;
}

.post-single-thumb
{
	margin:20px 0;
	text-align:center;
}

.post-single-thumb img
{
	max-width:100%;
	height:auto;
}

.post-thumb a
{
	display:block;
	border:1px solid #e1e1e1;
}

.post-title
{
	font-size:20px;
	line-height:24px;
	font-weight:600;
	padding-right:100px;
}

.post-title a
{
	color:inherit;
	text-decoration:none;
}

.post-title a:hover
{
	text-decoration:none;
}

.post-date
{
	position:absolute;
	top:2px;
	right:0;
	padding:0 5px;
	color:#fff;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;
	background:#d9d9d9;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:11px;
	
	-webkit-transition: background 0.6s, border 0.6s;
	-moz-transition: background 0.6s, border 0.6s;
	transition: background 0.6s, border 0.6s;
}

.post-meta
{
	font-style:italic;
	color:#aaa;
	font-size:12px;
}

.post-meta a
{
	color:#aaa;
}

.post.single .post-meta
{
	padding-right:100px;
	padding-top:2px;
}

.post.single .post-date
{
	top:0;
}

.post-categories
{
	display:inline-block;
	background:url(img/categories.png) no-repeat left 3px;
	margin-right:30px;
	padding-left:23px;
}

.post-tags
{
	display:inline-block;
	background:url(img/tags.png) no-repeat left 3px;
	margin-right:30px;
	padding-left:23px;
}

/*********************************************************************
 ** Pane
 *********************************************************************/

.pane-wrapper
{
	background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background: linear-gradient(top, #ffffff, #eaeaea);
  border:1px solid #d1d1d1;
  padding:11px;
  margin:20px 0;
}

.pane
{
	margin:-1px;
	border:1px solid #d5d5d5;
	-webkit-box-shadow:0 0 1px 0 rgba(255,255,255,0.6), inset 0 0 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 1px 0 rgba(255,255,255,0.6), inset 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow:0 0 1px 0 rgba(255,255,255,0.6), inset 0 0 2px 0 rgba(0,0,0,0.2);
	background:#fff;
	overflow:hidden;
}

.pane.text-inner
{
	padding:0 20px;
}

/*********************************************************************
 ** Shades
 *********************************************************************/

.shade-lr
{
	position:relative;
}

.shade-lr .shade_l {
    content:"";
    position:absolute;
    z-index:1;
    top:0;
    bottom:0;
    left:-40px;
    width:40px;
    -webkit-border-radius:20px / 100px;
       -moz-border-radius:20px / 100px;
            border-radius:20px / 100px;
    
		-moz-transition-property: all;
		-moz-transition-duration: 0.6s;
		-moz-transition-timing-function: ease;
	
		-webkit-transition-property: all;
		-webkit-transition-duration: 0.6s;
		-webkit-transition-timing-function: ease;
	
		transition-property: all;
		transition-duration: 0.6s;
		transition-timing-function: ease;
}

.shade-lr:hover .shade_l,
.shade-lr.hov .shade_l {
    -webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.5);
       -moz-box-shadow:0 0 9px 1px rgba(0,0,0,0.5);
            box-shadow:0 0 9px 1px rgba(0,0,0,0.5);
}


.shade-lr .shade_r {
    content:"";
    position:absolute;
    z-index:1;
    top:0;
    bottom:0;
    right:-40px;
    width:40px;
    -webkit-border-radius:20px / 100px;
       -moz-border-radius:20px / 100px;
            border-radius:20px / 100px;
            
		-moz-transition-property: all;
		-moz-transition-duration: 0.6s;
		-moz-transition-timing-function: ease;
	
		-webkit-transition-property: all;
		-webkit-transition-duration: 0.6s;
		-webkit-transition-timing-function: ease;
	
		transition-property: all;
		transition-duration: 0.6s;
		transition-timing-function: ease;
}

.shade-lr:hover .shade_r,
.shade-lr.hov .shade_r {
    -webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.5);
       -moz-box-shadow:0 0 9px 1px rgba(0,0,0,0.5);
            box-shadow:0 0 9px 1px rgba(0,0,0,0.5);
}


#news-wraper
{
	margin:20px 0 40px 0;
}

#news-scroll-frame
{
	height:280px;
	position:relative;
	overflow:hidden;
	cursor:default;
}

#news-scroll-frame:after
{
	content:'';
	position:absolute;
	height:36px;
	width:100%;
	bottom:0;
	left:0;
	background:url('img/news-cut.png') repeat-x bottom;
}

.news-scrollbarV {
	position: absolute;
	z-index: 100;
	width: 7px; bottom: 2px; top: 2px; right: 1px;
}

.news-scrollbarV > div {
	position: absolute;
	z-index: 100;
	background-image: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0.396094);
	border: 1px solid rgba(255, 255, 255, 0.798438);
	-webkit-background-clip: padding-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	pointer-events: none;
}

#news
{
	list-style-type:none;
	padding:0 0 27px 0;
	margin:0;
	position:relative;
}

#news li
{
	padding:15px 15px 10px 15px;
	border-bottom:1px solid #ebebeb;
	position:relative;
	color:#575757;
	background:none;
}

#news li .date
{
	display:block;
	padding:0 2px;
	color:#fff;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;
	background:#c2c2c2;
	border:1px solid #c1c2c4;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3), inset 0 0 7px 0 rgba(255,255,255,0.2), inset 0 20px 20px -20px rgba(255,255,255,0.8);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3), inset 0 0 7px 0 rgba(255,255,255,0.2), inset 0 20px 20px -20px rgba(255,255,255,0.8);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3), inset 0 0 7px 0 rgba(255,255,255,0.2), inset 0 20px 20px -20px rgba(255,255,255,0.8);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	float:left;
	width:49px;
	text-align:center;
	margin:0 15px 0 0;
	font-size:11px;
	
	-moz-transition-property: all;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: ease;

	-webkit-transition-property: all;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;

	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: ease;
}

#news li .text
{
	float:left;
	width:200px;
	line-height:18px;
	padding:0;
	margin:-2px 0 0 0;
}

#news li:after
{
	content:'.';
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
}

#news li a.box
{
	display:block;
	text-decoration:none;
	color:#575757;
	position:relative;
}

#news li:hover .date,
#news li.hov .date
{
	background-color:#f89811;
	border-color:#f89811;
}


/*********************************************************************
 ** Logos
 *********************************************************************/

.logos
{
	margin:20px 0;
	text-align:center;
}

.logos .item 
{
	display:inline-block;
	padding:20px 40px;
	text-align:center;
}

.logos .item img
{
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

.logos .item a:hover img
{
	opacity:0.7;
}

.logos .item img
{
	display:inline-block;
	vertical-align:middle;
}

/*********************************************************************
 ** Footer
 *********************************************************************/

.footer
{
	margin:50px -25px 0 -25px;
	padding:0;
	border-top:1px solid #fff;
	-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 -1px 0 0 rgba(0,0,0,0.1);
	box-shadow:0 -1px 0 0 rgba(0,0,0,0.1);
	background:#e3e3e3;
	background:rgba(0,0,0,0.04);
	
 	-webkit-border-radius:0 0 3px 3px;
 	-moz-border-radius:0 0 3px 3px;
 	border-radius:0 0 3px 3px;
 	
 	position:relative;
}

.footer-inner
{
	margin:0 25px;
	position:relative;
}

.footer .separator
{
	position:absolute;
	top:10px;
	left:32.66%;
	bottom:10px;
	width:1px;
	background: #cccccc;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0) 100%);
}

.footer .separator.s2
{
	left:67%;
}

.footer .separator:after
{
	content:'';
	width:1px;
	display:block;
	position:absolute;
	top:0;
	left:1px;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);
}

/*********************************************************************
 ** Flickr
 *********************************************************************/

#flickr_badge_uber_wrapper
{
	margin:20px -20px 0 0;
}

#flickr_badge_uber_wrapper:after
{
	content:'';
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
 
.flickr_badge_image
{
	float:left;
	margin:0 20px 20px 0;
}

.flickr_badge_image a
{
	display:block;
	border:2px solid rgba(0,0,0,0.2);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.flickr_badge_image a:hover
{
	opacity:0.7;
}

.flickr_badge_image a img
{
	display:block;
}


/*********************************************************************
 ** Subfooter
 *********************************************************************/

.subfooterline
{
	-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,0.8);
	-moz-box-shadow:0 -1px 0 0 rgba(0,0,0,0.8);
	box-shadow:0 -1px 0 0 rgba(0,0,0,0.8);
	
	color:#ffffff;
}

.subfooterline-inner
{
	background:url('img/content-bg-shade.png') repeat-x 0px -209px; 
	padding:290px 0 10px 0;
}


.subfooterline a
{
	color:inherit;
	text-decoration:underline;
}

.subfooterline a:hover
{
	color:inherit;
	text-decoration:none;
}

.subfooter-copy
{
	float:left;
	width:710px;
	margin-right:20px;
	opacity:0.8;
}

.subfooter-social
{
	float:left;
	width:240px;
	text-align:right;
}

.social
{
	display:inline-block;
	width:24px;
	height:24px;
	opacity:0.6;
	margin:0 0 8px 8px;
	
	-moz-transition-property: all;
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease;

	-webkit-transition-property: all;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;

	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

.social:hover
{
	opacity:1;
}

.social.facebook
{
	background-image:url('img/icon-facebook.png');
}

.social.twitter
{
	background-image:url('img/icon-twitter.png');
}

.social.linkedin
{
	background-image:url('img/icon-linkedin.png');
}

.social.instagram
{
	background-image:url('img/icon-instagram.png');
}

.social.behance
{
	background-image:url('img/icon-behance.png');
}

.social.rss
{
	background-image:url('img/icon-rss.png');
}

.social.blogger
{
	background-image:url('img/icon-blogger.png');
}

.social.deviantart
{
	background-image:url('img/icon-deviantart.png');
}

.social.dribble
{
	background-image:url('img/icon-dribble.png');
}

.social.flickr
{
	background-image:url('img/icon-flickr.png');
}

.social.google
{
	background-image:url('img/icon-google.png');
}

.social.myspace
{
	background-image:url('img/icon-myspace.png');
}

.social.pinterest
{
	background-image:url('img/icon-pinterest.png');
}

.social.skype
{
	background-image:url('img/icon-skype.png');
}

.social.vimeo
{
	background-image:url('img/icon-vimeo.png');
}

.social.youtube
{
	background-image:url('img/icon-youtube.png');
}


/****************************
* Buttons
****************************/
.button, a.button {
  display: inline-block;
  border: 0 !important;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  margin: 0 5px 10px 0;
  font-size:13px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}
.button.text-bright, a.button.text-bright {
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}
.button.text-dark, a.button.text-dark {
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);*/
}
.button.single-color:hover, a.button.single-color:hover {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.button p, a.button p {
  margin: 0;
}
.button.size-mini, a.button.size-mini {
  padding: 0 6px;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
}
.button.size-small, a.button.size-small {
  padding: 3px 8px;
}
.button.size-large, a.button.size-large {
  line-height: 22px;
  padding: 10px 12px;
  font-size: 16px;
}
.button.size-xlarge, a.button.size-xlarge {
  padding: 14px 60px 14px 16px;
  position: relative;
}
.button.size-xlarge .button-title, a.button.size-xlarge .button-title {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}
.button.size-xlarge .button-text, a.button.size-xlarge .button-text {
  font-size: 12px;
}
.button.size-xlarge:after, a.button.size-xlarge:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
  background: url('img/xlarge-button-arr.png') no-repeat center bottom;
}

/****************************
* Tooltip
****************************/
.tooltip {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px;
  display: none;
  opacity: 0;
  margin-top: -15px;
  width: 120px;
  margin-left: -69px;
  font-size: 11px;
  line-height: 16px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 999;
}

/****************************
* Content Formatting
****************************/

.image-block {
  margin: 20px 0;
  overflow: hidden;
}
.image-block.full-width {
  margin-right: -25px;
  margin-left: -25px;
}
.image-block .image-title {
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
}
.image-block.full-width .image-title {
  padding-left: 25px;
}

.left {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 11px;
}
.right {
  float: right;
  margin-top: 4px;
  margin-left: 20px;
  margin-bottom: 11px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

blockquote {
  border-left: 1px solid #e1e1e1;
  padding: 0 0 0 20px;
  margin: 22px 0 22px 60px;
  position: relative;
  font-size: 20px;
  color: #4e4e4e;
  line-height: 1.3em;
}
blockquote:after {
  content: '';
  position: absolute;
  top: 5px;
  left: -40px;
  width: 40px;
  height: 15px;
  background: url('img/icon-blockquote.png') no-repeat left top;
}
/****************************
* Toggle
****************************/
.toggle {
  margin: 20px 0;
}
.toggle-title {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding:0 12px 0 30px;
  background:#eee url(img/toggle-control.png) no-repeat 8px 9px;
  background-color:rgba(0,0,0,0.04);
  text-shadow:0 1px 0 rgba(255,255,255,0.8);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.toggle-title:hover {
	background-color:rgba(0,0,0,0.10);
}

.toggle-title.expanded {
  background-position: 8px -81px;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.toggle-inner {
  display: none;
  padding: 1px 12px 1px 30px;
  background:#eee;
  background-color:rgba(0,0,0,0.04);
  -webkit-border-radius:0 0 3px 3px;
  -moz-border-radius:0 0 3px 3px;
  border-radius:0 0 3px 3px;
}
/****************************
* Accordion
****************************/

.accordion {
	margin:20px 0;
}
.accordion > * {
  display: none;
}
.accordion .toggle {
  display: block;
  margin:10px 0;
}
/****************************
* Tabs
****************************/
.tabs {
  margin:20px 0;
}
.tabs-control {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 32px;
}
.tabs-control li {
  line-height: 32px;
  float: left;
  font-size: 16px;
	margin:0 -1px 0 0;
}
.tabs-control li a {
	border:1px solid #ccc;
	border-color:rgba(0,0,0,0.1);
	border-bottom:0;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
  text-shadow:0 1px 0 rgba(255,255,255,0.8);

  display: block;
  padding: 0 12px;
  color: inherit;
  text-decoration:none;
  
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tabs-control li a:hover {
	background:#eee;
	background:rgba(0,0,0,0.04);
}
.tabs-control li a.active, .tabs-control li a.active:hover {
	background:#eee;
  background:rgba(0,0,0,0.04);
  position: relative;
  z-index: 1;
  border-color:transparent;
}
.tabs-tabs {
	background:#eee;
	background:rgba(0,0,0,0.04);
  clear: left;
  margin: 0;
  position: relative;
  -webkit-border-radius:0 0 3px 3px;
  -moz-border-radius:0 0 3px 3px;
  border-radius:0 0 3px 3px;
}
.tabs-tabs  > * {
  display: none;
}
.tabs-tabs .tabs-tab {
  display: none;
  padding: 1px 12px;
}
.tabs-tabs .tabs-tab:after {
  content: '';
  clear: both;
  height: 0;
  overflow: hidden;
}
.tabs-tabs .tabs-tab:first-child {
  display: block;
}
.tabs.vertical {
  position: relative;
}
.tabs.vertical .tabs-control {
  padding: 0;
  height: auto;
  background: none;
  float: left;
  width: 180px;
}
.tabs.vertical .tabs-control li {
  line-height: 135%;
  float: none;
  margin: 0 0 -1px 0 !important;
  border: 0;
}
.tabs.vertical .tabs-control li a {
	border:1px solid #ccc;
	border-color:rgba(0,0,0,0.1);
	border-right:0;
  -webkit-border-radius:3px 0 0 3px;
  -moz-border-radius:3px 0 0 3px;
  border-radius:3px 0 0 3px;
  
  padding:6px 12px;
}
.tabs.vertical .tabs-control li a.active, .tabs.vertical .tabs-control li a.active:hover {
  background:rgba(0,0,0,0.04);
  border-color:transparent;
}
.tabs.vertical .tabs-tabs {
  clear: none;
  border: 0;
  margin-left: 180px;
  
  -webkit-border-radius:0 3px 3px 0;
  -moz-border-radius:0 3px 3px 0;
  border-radius:0 3px 3px 0;
}

/****************************
* Dropcap
****************************/
.dropcap {
  float: left;
  margin: 0 5px 0 -0.08em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dropcap.with-bg-color {
  padding: 0.12em 0.21em 0.2em;
}
.dropcap.bgcolor-theme {
  color: #fff;
}

/****************************
* Icons
****************************/
.with-icon-inside {
  margin-left: 24px;
}
.with-icon-inside .icon {
  width: 16px;
  height: 16px;
  margin-right: -16px;
  position: relative;
  left: -22px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.with-icon {
	display:inline-block;
  min-height: 17px;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 22px;
}
.bullets ul {
  list-style: none;
  padding: 0;
}
.bullets ul li {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left 1px;
  margin-bottom: 4px;
}

/****************************
* Marker
****************************/
.marker {
  padding: 1px 3px;
  margin-top: -2px;
  margin-bottom: -1px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color:#fff;
}

/****************************
* Infopanes
****************************/
.infopane {
  padding: 14px 16px;
  margin: 18px 0;
  font-family: 'Arial', sans-serif;
}
.infopane.color-1 {
  background: #c5f4a9;
  background: -moz-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccf5b4), color-stop(100%, #bdf29e));
  background: -webkit-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -o-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -ms-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbf5b3 , endColorstr= #bcf29c ,GradientType=0 );
  border: 1px solid #bdf29e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #0d590d;
}
.infopane.color-2 {
  background: #c5f4a9;
  background: -moz-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccf5b4), color-stop(100%, #bdf29e));
  background: -webkit-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -o-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: -ms-linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  background: linear-gradient(top, #ccf5b4 0%, #bdf29e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbf5b3 , endColorstr= #bcf29c ,GradientType=0 );
  border: 1px solid #bdf29e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #0d590d;
}
.infopane.color-3 {
  background: #f6d9d9;
  background: -moz-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8e3e3), color-stop(100%, #f3cfcf));
  background: -webkit-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -o-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: -ms-linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  background: linear-gradient(top, #f8e3e3 0%, #f3cfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f8e2e2 , endColorstr= #f3cece ,GradientType=0 );
  border: 1px solid #f3cfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #e12929;
}
.infopane.color-4 {
  background: #f4e6a2;
  background: -moz-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6e9ae), color-stop(100%, #f3e397));
  background: -webkit-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -o-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: -ms-linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  background: linear-gradient(top, #f6e9ae 0%, #f3e397 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f5e9ad , endColorstr= #f3e396 ,GradientType=0 );
  border: 1px solid #f3e397;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #5b4d13;
}
.infopane.color-5 {
  background: #f34b3f;
  background: -moz-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4564b), color-stop(100%, #f24033));
  background: -webkit-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -o-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: -ms-linear-gradient(top, #f4564b 0%, #f24033 100%);
  background: linear-gradient(top, #f4564b 0%, #f24033 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f35449 , endColorstr= #f23e31 ,GradientType=0 );
  border: 1px solid #f24033;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
}
.infopane.color-6 {
  background: #ececec;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  background: linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f2f2f2 , endColorstr= #e6e6e6 ,GradientType=0 );
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #4b4b4b;
}
.infopane.color-7 {
  background: #bed9f4;
  background: -moz-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9e0f6), color-stop(100%, #b3d3f2));
  background: -webkit-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -o-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: -ms-linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  background: linear-gradient(top, #c9e0f6 0%, #b3d3f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #cbe0f6 , endColorstr= #b5d4f2 ,GradientType=0 );
  border: 1px solid #b3d3f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #4b4b4b;
}
.infopane.color-8 {
  background: #e5edf6;
  background: -moz-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3f9), color-stop(100%, #dbe6f3));
  background: -webkit-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -o-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: -ms-linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  background: linear-gradient(top, #eef3f9 0%, #dbe6f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #f0f4fa , endColorstr= #dde7f4 ,GradientType=0 );
  border: 1px solid #dbe6f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #4b4b4b;
}
.infopane.color-9 {
  background: #d7f5e7;
  background: -moz-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1f7ed), color-stop(100%, #cdf2e1));
  background: -webkit-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -o-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: -ms-linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  background: linear-gradient(top, #e1f7ed 0%, #cdf2e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= #e3f8ee , endColorstr= #cef2e2 ,GradientType=0 );
  border: 1px solid #cdf2e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #5a6875;
}
.infopane .inner {
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  min-height: 17px;
}
/****************************
* Table
****************************/
.custom-table, .custom-table-wrapper table {
  border: 1px solid #ccc;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border-collapse: separate;
  border-spacing: 2px;
}
.custom-table td,
.custom-table-wrapper table td,
.custom-table th,
.custom-table-wrapper table th {
  border: 0;
  margin: 0;
  padding: 6px 10px;
}
.custom-table th, .custom-table-wrapper table th {
  background: #f0f0f0;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 8px 10px;
  text-align: left;
}
.custom-table td, .custom-table-wrapper table td {
  background: #fafafa;
  background-color: rgba(0, 0, 0, 0.01);
}
.custom-table tr:nth-child(even) td, .custom-table-wrapper table tr:nth-child(even) td {
  background: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.03);
}

/****************************
* Searchform
****************************/

#searchform input
{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/****************************
* WP
****************************/

.edit-post-link {
	float:right;
}

.wp-caption {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-caption-text {
  margin: 5px 0;
  font-style: italic;
}
.wp-caption.aligncenter .wp-caption-text {
  text-align: center;
}
.gallery-caption {
  font-style: italic;
}
.sticky { }
.bypostauthor { }

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  display: block;
  margin: 20px auto;
}

/*****************************
* Responsive Embed
******************************/

.video-embed,
.responsive-embed {
	height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-embed iframe,  
.video-embed object,  
.video-embed embed,
.video-embed video,
.responsive-embed iframe,  
.responsive-embed object,  
.responsive-embed embed,
.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.om-gmap {
	margin:20px 0;
}

.om-gmap iframe {
	width:100%;
}

/* Contact Form 7 Styling */

.wpcf7-form-control-wrap {
	display:block;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 input[type=file],
.wpcf7 textarea {
	width:100%;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.wpcf7 select {
	margin:0;
}

.wpcf7 select[multiple] {
	height:auto;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ng {
  background: #f34b3f;
  border: 1px solid #f24033;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  padding:1em;
  margin:1em 0;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.wpcf7 div.wpcf7-mail-sent-ok
{
  background: #c5f4a9;
  border: 1px solid #bdf29e;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #0d590d;
  padding:1em;
  margin:1em 0;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.wpcf7 div.wpcf7-spam-blocked
{
  background: #f4e6a2;
  border: 1px solid #f3e397;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
  color: #5b4d13;
  padding:1em;
  margin:1em 0;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}


.wpcf7 span.wpcf7-not-valid-tip
{
	position:static;
	display:block;
	background:none;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	
	border:0;
	color:red;
	text-shadow:0 1px 0 rgba(255,255,255,0.4);
	font-size:85%;
	line-height:16px;
	height:16px;
	margin:0 0 -16px 0;
	padding:0 0;
}

.wpcf7 .wpcf7-not-valid[type=text],
.wpcf7 .wpcf7-not-valid[type=email],
.wpcf7 .wpcf7-not-valid[type=tel],
.wpcf7 .wpcf7-not-valid[type=password],
.wpcf7 .wpcf7-not-valid[type=textarea]
{
	border:1px solid red;
}