/*-----------------------------------------------------------------------------------------
   Global
-----------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, p, blockquote, th, td { font-size: 13px; }

body,
p,
h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h4, h5, h6 { margin: 10px 0; }

.post-content h1,
.post-content h2,
.post-content h3 {
	padding: 0;
	margin: 0 0 20px;
}

a {
	-webkit-transition: background-color .1s linear, color .1s linear;
    -moz-transition: background-color .1s linear, color .1s linear;
    -o-transition: background-color .1s linear, color .1s linear;
    -ms-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
}

.button,
.button:hover { background: none; }

ul { list-style: none; }

.entry-content { line-height: 1.5em; }

blockquote {
	padding: 10px 20px;
	font-style: italic;
}

blockquote p:last-child { margin-bottom: 0; }

.post-content li { 
	padding-left: 25px; 
	margin-bottom: 10px;
}

pre {
	font: normal 12px/20px monospace, sans-serif;
	background: #eee url(../images/pre-bg.png);
	padding: 20px;
	margin-bottom: 20px;
	overflow-x: auto;
}

img { border: none; }

.featured-area img { margin: 0; }

.ie8 .featured-area img,
.ie8 .featured-image img {
	width: 100% !important;
	display: inline;
}

.nav-bar.vertical {
	background: none;
	border-top: 5px solid #000;
}

.nav-bar.vertical li {
	border: 0;
	border-bottom: 1px solid #eee;
	box-shadow: none;
}

.nav-bar.vertical li:first-child { border-top: 1px solid #eee; }

.nav-bar.vertical li:hover { background: none; }

.nav-bar.vertical li a { color: #333; }

.nav-bar.vertical li a:hover,
.nav-bar.vertical li.current_page_item a {
	color: #fff;
	background-color: #000;
}


/*-----------------------------------------------------------------------------------------
   Helpers
-----------------------------------------------------------------------------------------*/

.clearfix:before, 
.clearfix:after, 
.cf:before, 
.cf:after { 
	content: ""; 
	display: block; 
	overflow: hidden; 
}

.clearfix:after, 
.cf:after { clear: both; }

.clearfix, 
.cf { zoom: 1; }


/*-----------------------------------------------------------------------------------------
   WordPress
-----------------------------------------------------------------------------------------*/

.wp-caption {}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.gallery-item img {
	padding: 10px;
	border: 1px solid #ddd !important;
}

.bypostauthor {}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.aligncenter { margin: 0 auto; }

.pagination { margin: 0 0 40px; }

.pagination .current {
	padding: 1px 7px 0;
	display: block;
}


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

/* 08.1 Featured Posts ------------------------------------------------- */



/* 08.2 Featured Page -------------------------------------------------- */

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

.DT_Featured_Page .post-content p { font-style: normal; }


/* 08.3 Featured Portfolio --------------------------------------------- */

.DT_Featured_Portfolio .post-title {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
}

.DT_Featured_Portfolio .featured-image { margin: 0 0 20px 0; }

.DT_Featured_Portfolio .meta-category span { margin-right: 0 !important; }

.DT_Featured_Portfolio .meta-category { 
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
}

.DT_Featured_Portfolio .meta-info {
	display: block !important;
	margin: -5px 0 10px;
}

.DT_Featured_Portfolio .hentry {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget .hentry:last-child { 
	border: none; 
	padding: 0;
	margin: 0;
}


/* 08.4 Featured Video ------------------------------------------------- */

.mejs-container .mejs-controls .mejs-time { height: 100%; }


/* 08.5 Contact -------------------------------------------------------- */

.contact .alert-box { display: none; }


/* 08.6 Better Comments ------------------------------------------------ */


/* 08.7 Flickr --------------------------------------------------------- */


/* 08.8 Twitter -------------------------------------------------------- */

.tweet {
	font-size: 13px;
	font-size: 1.3rem;
}

.tweet_list li { margin: 0 0 20px 0; }

.tweet_list li:before { 
	content: "" !important; 
	padding: 0 !important;
}

.tweet_avatar { 
	float: left;
	margin: 0 10px 10px 0;
	height: 32px;
}

.tweet-avatar img { float: left; }

.tweet_text {
	padding-left: 42px;
	display: block;
}

.tweet_time {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 11px;
	display: block;
	margin: 0 0 5px 0;
}

#sidebar .widget .tweet li a:before {
	padding: 0;
	content: "";
}


/* 08.9 Search -------------------------------------------------------- */

#s { 
	width: 100%; 
	font-size: 11px;
	font-size: 1.1rem;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}


/*-----------------------------------------------------------------------------------------
   Shortcodes
-----------------------------------------------------------------------------------------*/

/* remove auto <br>s from shortcode output */
.sc br { display: none; }

/* 09.1 Tabs ----------------------------------------------------------- */

dl.tabs { 
	margin: 0; 
	height: 48px;
}

dl.tabs dd { height: 48px; }

dl.tabs dd.active {
	border-top: 3px solid #000;
	margin-top: -3px;
}

dl.tabs dd a {
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-weight: bold; 
}

dl.tabs dd.active a,
dl.tabs dd a:hover { color: #000; }

dl.tabs.mobile, 
dl.nice.tabs.mobile { margin: 0 !important; }

.tabs-content li.engine-tab { background: none; }


/* 09.2 Toggles -------------------------------------------------------- */

@-webkit-keyframes toggleTurn { 
	from { -webkit-transform: rotate(0deg) }
	to { -webkit-transform: rotate(180deg) }
}
@-webkit-keyframes toggleTurnBack { 
	from { -webkit-transform: rotate(180deg) }
	to { -webkit-transform: rotate(0deg) }
}
@-ms-keyframes toggleTurn { 
	from { -ms-transform: rotate(0deg) }
	to { -ms-transform: rotate(180deg) }
}
@-ms-keyframes toggleTurnBack { 
	from { -ms-transform: rotate(180deg) }
	to { -ms-transform: rotate(0deg) }
}
@-moz-keyframes toggleTurn { 
	from { -moz-transform: rotate(0deg) }
	to { -moz-transform: rotate(180deg) }
}
@-moz-keyframes toggleTurnBack { 
	from { -moz-transform: rotate(180deg) }
	to { -moz-transform: rotate(0deg) }
}
@-o-keyframes toggleTurn { 
	from { -o-transform: rotate(0deg) }
	to { -o-transform: rotate(180deg) }
}
@-o-keyframes toggleTurnBack { 
	from { -o-transform: rotate(180deg) }
	to { -o-transform: rotate(0deg) }
}

.toggle {
	margin-bottom: 22px;
	border: 1px solid #ddd;
	position: relative;
}

.toggle .trigger { 
	position: relative;
	cursor: pointer;
	font-weight: bold;
	padding: 15px 20px;
	background: #eee;
}

.toggle .trigger span {
	-webkit-animation-name: toggleTurnBack;
	-webkit-animation-duration: 200ms;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-name: toggleTurnBack;
	-ms-animation-duration: 200ms;
	-ms-animation-fill-mode: forwards;
	-moz-animation-name: toggleTurnBack;
	-moz-animation-duration: 200ms;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: toggleTurnBack;
	-o-animation-duration: 200ms;
	-o-animation-fill-mode: forwards;
}

.toggle.closed .trigger span {
	-webkit-animation-name: toggleTurn;
	-webkit-animation-duration: 200ms;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-name: toggleTurn;
	-ms-animation-duration: 200ms;
	-ms-animation-fill-mode: forwards;
	-moz-animation-name: toggleTurn;
	-moz-animation-duration: 200ms;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: toggleTurn;
	-o-animation-duration: 200ms;
	-o-animation-fill-mode: forwards;
}

.toggle-pane {
	overflow: hidden;
	line-height: 1.5em;
}

.toggle-pane .inner-pane { padding: 15px 20px 20px; }

.toggle .trigger span { 
	width: 10px; 
	position: absolute; 
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	right: 19px; 
	top: 50%; 
	margin-top: -6px; 
}

.toggle.closed .trigger span { background-position: bottom left; }


/* 09.3 Accrodions ----------------------------------------------------- */

@-webkit-keyframes turn { 
	from { -webkit-transform: rotate(0deg) }
	to { -webkit-transform: rotate(90deg) }
}
@-webkit-keyframes turnback { 
	from { -webkit-transform: rotate(90deg) }
	to { -webkit-transform: rotate(0deg) }
}
@-ms-keyframes turn { 
	from { -ms-transform: rotate(0deg) }
	to { -ms-transform: rotate(90deg) }
}
@-ms-keyframes turnback { 
	from { -ms-transform: rotate(90deg) }
	to { -ms-transform: rotate(0deg) }
}
@-moz-keyframes turn { 
	from { -moz-transform: rotate(0deg) }
	to { -moz-transform: rotate(90deg) }
}
@-moz-keyframes turnback { 
	from { -moz-transform: rotate(90deg) }
	to { -moz-transform: rotate(0deg) }
}
@-o-keyframes turn { 
	from { -o-transform: rotate(0deg) }
	to { -o-transform: rotate(90deg) }
}
@-o-keyframes turnback { 
	from { -o-transform: rotate(90deg) }
	to { -o-transform: rotate(0deg) }
}

.accordion {
	margin-bottom: 22px;
	border: 1px solid #ddd;
	position: relative;
}

.accordion dt a {
	display: block;
	font-weight: bold;
	padding: 15px 20px;
	background: #eee;
	border-top: 1px solid #ddd;
}

.accordion dt:first-child a { border-top-width: 0; }

.accordion dt a.active:hover { cursor: default; }

.accordion dt a i {
	margin-right: 5px; 
	-webkit-animation-name: turnback;
	-webkit-animation-duration: 200ms;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-name: turnback;
	-ms-animation-duration: 200ms;
	-ms-animation-fill-mode: forwards;
	-moz-animation-name: turnback;
	-moz-animation-duration: 200ms;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: turnback;
	-o-animation-duration: 200ms;
	-o-animation-fill-mode: forwards;
}

.accordion dt a.active i {
	-webkit-animation-name: turn;
	-webkit-animation-duration: 200ms;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-name: turn;
	-ms-animation-duration: 200ms;
	-ms-animation-fill-mode: forwards;
	-moz-animation-name: turn;
	-moz-animation-duration: 200ms;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: turn;
	-o-animation-duration: 200ms;
	-o-animation-fill-mode: forwards;
}

.accordion dd {
	background: #fff;
	line-height: 1.5em;
	display: none;
}

.accordion dd .inner-dd { padding: 15px 20px 20px; }

.accordion dd p:last-child { margin: 0; }


/* 09.4 Columns -------------------------------------------------------- */

.columns { padding: 0 20px; }

.post-content .columns,
.entry-content .columns { padding-bottom: 20px; }

.post-content .row
.entry-content .row { margin-bottom: 20px; }


/* 09.5 Spacer --------------------------------------------------------- */

.spacer { 
	height: 40px;
	display: block;
	clear: both;
}


/* 09.6 Contact -------------------------------------------------------- */


/* 09.7 Tooltips ------------------------------------------------------- */


/* 09.8 Alerts --------------------------------------------------------- */

div.alert-box {
	background-color: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.1),
		0 1px 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 22px;
	text-shadow: none;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
}

div.alert-box a.close {
	background: none;
	top: 6px;
	right: 10px;
	font-size: 18px;
	padding: 0;
}


/* 09.9 Sliders -------------------------------------------------------- */

div.orbit-wrapper div.slider-nav span {
	font-size: 20px;
	font-size: 2.0rem;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: -20px;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

div.orbit-wrapper div.slider-nav span.left:after,
div.orbit-wrapper div.slider-nav span.right:after {
	content: "\f053";
	font-family: FontAwesome;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 40px;
	font-size: 4rem;
}

div.orbit-wrapper div.slider-nav span.right:after {
	content: "\f054";
	right: 10px;
	left: auto;
}

.timer { display: block !important; }

div.orbit-wrapper span.pause {
	line-height: 41px;
	text-align: center;
	background: none;
	opacity: 1;	
}

div.orbit-wrapper span.pause.active { background: none; }


/* 09.10 Pullquotes ----------------------------------------------------- */

.pullquote, .pullquote p { 
	line-height: 20px; 
	color: #777; 
}

.pullquote { 
	width: 30%;
	margin: 0 0 18px;
	padding: 9px 20px 0 19px; 
	border-left: 1px solid #ddd; 
}


/* 09.11 Buttons -------------------------------------------------------- */

.button.sc {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
	text-shadow: none;
	font-style: normal!important; 
	line-height: normal !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
}

.button.sc:hover {
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
}

.button-group br { display: none; }


/* 09.12 Post List ------------------------------------------------------- */

.post-list .box {
	overflow: hidden;
	margin: 0;
	background: none;
}

.post-list ul { margin-bottom: -80px; }

.post-list-title {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.post-list-title span { padding: 0 20px 0 0; }

.post-list .all-link { 
	padding: 5px 15px 5px 20px;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 11px;
	font-size: 1.1rem;
	float: right;
	margin: -6px 0 0 0 ;
	position: relative;
}

.post-list .featured-image a,
.post-list .featured-image img { display: block; }

.post-list .featured-image { margin-bottom: 20px; }

.post-list .post-title { 
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0 0 25px 0;
	margin: 0 0 20px 0;
}

.page .hentry { border-bottom: none; }


/* 09.13 Panels ------------------------------------------------------- */

div.panel {
	background: none;
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
	text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
	line-height: 1.5em;
}

div.panel h5.title {
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	margin-bottom: 15px;
}
