/*
Theme Name: Gridz
Theme URI: http://billykids-lab.net/
Description: Creative agancy theme.
Author: BillyKid
Author URI: http://billykids-lab.net/
Version: 1.2
Tags: light, fixed-width, custom-background, custom-colors, custom-header, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
*/


/*
  TABLE OF CONTENT
  
  1. CSS Reset
  2. Wordpress Core
  3. Theme General Rules
  4. Theme Header
  5. Inner Column Layouts
  6. Blog
  7. Portfolio
  8. Shortcodes
  9. FlexSlider
  10. Comments
  11. Footer
  12. Nivo
  13. Widgets
  14. Slider Revolution Rules
*/

/*---------------------------------------------------------------------------------------------------------------------------- 
1. Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
---------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
/*
ol, ul {
	list-style: none;
}
*/
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*---------------------------------------------------------------------------------------------------------------------------- 
End of reset
---------------------------------------------------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------------------------------------------------- 
2. WordPress Core
---------------------------------------------------------------------------------------------------------------------------- */
.alignnone {
    margin: 0px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
    margin: 0px;
}

.gallery-caption {
    margin: 0px;
}

.bypostauthor {

}

.gallery-icon {
	margin-right: 10px !important;
}	

.gallery-icon img {
	border: 2px solid transparent !important;
}	

div.gallery {
	margin-bottom: 30px !important;
}	
/*---------------------------------------------------------------------------------------------------------------------------- 
End of WordPress Core
---------------------------------------------------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------------------------------------------------- 
3. Theme General rules
---------------------------------------------------------------------------------------------------------------------------- */
div.bk-status-post-format-featured-inner-wrap,
div.bk-link-post-format-featured-inner-wrap {
	word-break: break-all;
}

ol, ul {
	margin-left: 30px;
}

ul.sidebar-content,
ul.sidebar-content ul {
  margin-left: 0px;
  list-style: none;
}		

blockquote {
	font-weight: bold;
	background: url("images/quote.png") 0px 0px no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}	

p:empty {
	display: none;
}	

.left { float: left;}	

.right { float: right; }

.center { margin: 0px auto; }

.clear_both { clear: both; }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

iframe, img, video {
	display: block;
}

img {
	max-width: 100%;
}

.hidden {
	display: none;
}							

body {
	color: #404040;
	font-size: 12px;
	line-height: 18px;
	background: white;
	font-family: Helvetica,Arial,Garuda,sans-serif;
}

h1 {font-size:30px; margin-bottom: 0.5em; line-height: 1.3em;}
h2 {font-size:26px; margin-bottom: 0.5em; line-height: 1.3em;}
h3 {font-size:22px; margin-bottom: 0.5em; line-height: 1.3em;}	
h4 {font-size:18px; margin-bottom: 0.5em; line-height: 1.3em;}	
h5 {font-size:16px; margin-bottom: 0.5em; line-height: 1.3em;}	
h6 {font-size:14px; margin-bottom: 0.5em; line-height: 1.3em;}		

p,
ul,
ol,
div.bk-accordion,
div.bk-toggle,
div.bk-tabs{
  margin-bottom: 30px;
}

a {
	color: #ff4629;
	text-decoration: none;
}

a:hover {
	color: #555;
}		

ul.portfolio-layout-switcher div,
a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}	

/* Fluid width video wrapper rules*/
div.fluid-width-video-wrapper {
	position: relative;
	margin-bottom: 30px;
}	

div.bk-post-featured-content-wrap div.fluid-width-video-wrapper,
div.bk-portfolio-featured-wrap div.fluid-width-video-wrapper {
	margin-bottom: 0px;
}

div.bk-post-featured-content-wrap div.fluid-width-video-wrapper,
div.bk-portfolio-featured-wrap div.fluid-width-video-wrapper {
	background: url("images/ajax-dark.gif") no-repeat center;
}		

div.fluid-width-video-wrapper div.fluid-width-video-contaner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}	

div.fluid-width-video-contaner div.jp-interface {
	position: absolute;
	width: 100%;
	top: none;
	bottom: 0px;
	left: 0px;
}

div.fluid-width-video-wrapper object,
div.fluid-width-video-wrapper iframe,
div.fluid-width-video-wrapper embed,
div.fluid-width-video-wrapper video {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100% !important;
	width: 100% !important;
}

/* jp player skin */
div.jp-audio,
div.jp-video {
	font-size:1em; 

	font-family: Verdana, Arial, sans-serif;
	line-height: 1.0;
	color: #666;
}
div.jp-audio, 
div.jp-video {
	width: 100%;
}

div.jp-interface {
	position: relative;
	overflow: hidden;
	left: 0px;
	background: #2c2e2e url("images/jplayer.png") 0 -112px repeat-x;
	-webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}


div.fluid-width-video-contaner div.jp-interface,
div.fluid-width-video-contaner div.jp-video {
	position: absolute;
	width: 100%;
	top: none;
	bottom: 0px;
	left: 0px;
}

div.fluid-width-video-contaner {
	overflow: hidden;
	height: 100%;
}		

div.jp-type-single div.jp-interface {
	height:30px;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0 !important;
}

div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:16px;
	height:16px;
	z-index:1;
}
div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	top:8px;
	left:9px;
}

a.jp-play {
	background: url("images/jplayer.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("images/jplayer.png") -16px 0 no-repeat;
}
a.jp-pause {
	background: url("images/jplayer.png") 0 -16px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("images/jplayer.png") -16px -16px no-repeat;
}

div.jp-progress-wrapper {
	margin-left: 44px;
	margin-right: 92px;
}

div.jp-divider {
	position: absolute;
	top: 0px;
	height: 32px;
	border-left: 1px solid #2c2e2e;
	border-right: 1px solid #424445;
}

div.jp-divider.left-side {
	left: 33px;
}	

div.jp-divider.right-side {
	right: 77px;
}		

div.jp-progress {
	position: relative;
	overflow: hidden;
	background-color: #ddd;
}

div.jp-type-single div.jp-progress {
	top: 12px;
	left: 0px;
	width: 100%;
	padding: 1px;
	height: 8px;
	background: url("images/jplayer.png") 0 -64px repeat-x;
}

div.jp-seek-bar {
	background: url("images/jplayer.png") 0 -96px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/jplayer.png") 0 -80px repeat-x ;
	width:0px;
	height:8px;
}

a.jp-mute,
a.jp-unmute {
	width:16px;
	height:16px;
}

div.jp-type-single a.jp-mute,
div.jp-type-single a.jp-unmute {
	top: 8px;
	right: 56px;
	z-index: 1;
}

a.jp-mute {
	background: url("images/jplayer.png") 0 -32px no-repeat;
}
a.jp-mute:hover {
	background: url("images/jplayer.png") -16px -32px no-repeat;
}
a.jp-unmute {
	background: url("images/jplayer.png") 0 -48px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("images/jplayer.png") -16px -48px no-repeat;
}

div.jp-volume-bar-wrapper {
	position: absolute;
	width: 78px;
	height: 32px;
	top: 0px;
	right: 0px;
}	

div.jp-volume-bar {
	position: relative;
	top: 12px;
	left: 28px;
	padding: 1px;
	overflow: hidden;
	background: url("images/jplayer.png") 0 -64px repeat-x;
	width:40px;
	height:8px;
	cursor: pointer;
}

div.jp-volume-bar-value {
	background: url("images/jplayer.png") 0 -80px repeat-x;
	width:0px;
	height:8px;
}

div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size: 8px;
}
div.jp-duration {
	text-align: right;
}

div.jp-jplayer {
	background-color: #000000;
}

div.jp-jplayer > img {
	width: 100% !important;
	height: auto !important;
	position: relative;
	z-index: 1;
}	

div.jp-jplayer object {
  display: block;
}

h3.widget-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px solid #f0f0f0;
  margin-bottom: 13px;
}

h3.widget-title span{
	display: inline-block;
	position: relative;
	top: 1px;
	padding: 10px;
	padding-top: 0px;
	border-bottom: 2px solid #ff4629;
}

input[type="text"], textarea {
  border: 1px solid #E4E4E4;
  background: white;
  color: #404040;
  padding: 5px;
}					

#bk-main-wrap {
	width: 100%;
	margin: auto;
}	

body.bk-boxed-layout #bk-main-wrap {
	width: 1024px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}	

@media only screen and (max-width: 1023px) {
	body.bk-boxed-layout #bk-main-wrap {
		width: 100%;
		-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	}
}

ul.bk-portfolio-meta {
	list-style: none;
	margin-left: 0px;
}	

/*
  Portfolio social share buttons
*/
ul.bk-portfolio-meta li.bk_facebook_share_button_wrap,
ul.bk-portfolio-meta li.bk_tweet_share_button_wrap,
ul.bk-portfolio-meta li.bk_google_plus_share_button_wrap	{
	margin-bottom: 10px;
}	 		

/*
  Blog social share buttons
*/
span.bk_blog_social_button_wrap {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}	

/*---------------------------------------------------------------------------------------------------------------------------- 
End of Theme General rules
---------------------------------------------------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------------------------------------------------- 
4. Theme Header
---------------------------------------------------------------------------------------------------------------------------- */
h1.featured-caption {
	margin-bottom: 40px;
	font-size: 26px;
}

h1.featured-caption > span.bk-themedefault-highlight { 
  text-transform:capitalize;
}

span.bk-themedefault-highlight {
	color: #ff4629;
}	

div.bk-featured-caption-wrap {
	margin-bottom: 40px;
}	

div.bk-branding-line {
	width: 100%;
	height: 3px;
	background-color: #ff4629;
}	

#bk-header-top-area-line {
	position:relative;
}

#bk-header-top-area-line.with_content:after {
  content:"";
  display:block; /* reduce the damage in FF3.0 */
  position:absolute;
  top:3px;
  right:0px;
  width:0;
  border-width: 20px;
  border-style: solid;
  border-top-color: #ff4629;
  border-right-color: #ff4629;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

span.bk-cross-toggle {
	width: 29px;
	height: 29px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	background: url("images/cross.png") 2px -2px no-repeat;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  span.bk-cross-toggle {
  	background: url("images/retina/cross@2.png") 2px -2px no-repeat;
  	background-size: 58px 58px;
  }	
}  	


div.bk-header-outer-wrap.open span.bk-cross-toggle {
	background-position: -27px -2px;
}

.grid_2.bk-footer-five-column-fix {
	width: 172px !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.grid_2.bk-footer-five-column-fix {
	  width: 133px !important;
  }
}

@media only screen and (max-width: 767px) {
	.grid_2.bk-footer-five-column-fix {
	  width: 280px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.grid_2.bk-footer-five-column-fix {
	  width: 400px !important;
  }
}			

div.bk-header-outer-wrap.fixed {
	position: fixed;
	width: 100%;
	z-index: 203;
}	

div.bk-header-outer-wrap div.bk-header-content {
	display: none;
}	

div.bk-header-outer-wrap.open div.bk-header-content {
	display: block;
}			

#bk-header-top-area-line span.bk-cross-toggle {
	display: none;
}	

#bk-header-top-area-line.with_content span.bk-cross-toggle{
	display: block;
	top: 0px;
	right: 0px;
}

div.bk-header-inner-content {
}	

div.bk-header-content {
  color: white;
	background: #404040;
	padding-top: 30px;
}

div#bk-header-social-wrapper {
	float: right;
}

ul.bk-social-icons {
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.bk-social-icons li {
	list-style: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
	float: left;
}

a.bk-social-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: transparent url("images/social-icons.png") 0px 0px no-repeat;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
		a.bk-social-icon {
			background: transparent url("images/retina/social-icons@2.png") 0px 0px no-repeat;
			background-size: 80px 960px;
		}
}			
				

/* social icons */
a.bk-social-icon.dribble {background-position: 0px 0px;}
a.bk-social-icon.yahoo {background-position: 0px -40px;}
a.bk-social-icon.blogger {background-position: 0px -80px;}
a.bk-social-icon.quora {background-position: 0px -120px;}
a.bk-social-icon.ember {background-position: 0px -160px;}
a.bk-social-icon.digg {background-position: 0px -200px;}
a.bk-social-icon.paypal {background-position: 0px -240px;}
a.bk-social-icon.facebook {background-position: 0px -280px;}
a.bk-social-icon.forrst {background-position: 0px -320px;}
a.bk-social-icon.skype {background-position: 0px -360px;}
a.bk-social-icon.github {background-position: 0px -400px;}
a.bk-social-icon.behance {background-position: 0px -440px;}
a.bk-social-icon.evernote {background-position: 0px -480px;}
a.bk-social-icon.linkedin {background-position: 0px -520px;}
a.bk-social-icon.rss {background-position: 0px -560px;}
a.bk-social-icon.vimeo {background-position: 0px -600px;}
a.bk-social-icon.last-fm {background-position: 0px -640px;}
a.bk-social-icon.flickr {background-position: 0px -680px;}
a.bk-social-icon.you-tube {background-position: 0px -720px;}
a.bk-social-icon.tumblr {background-position: 0px -760px;}
a.bk-social-icon.aim {background-position: 0px -800px;}
a.bk-social-icon.share-this {background-position: 0px -840px;}
a.bk-social-icon.google {background-position: 0px -880px;}
a.bk-social-icon.twitter {background-position: 0px -920px;}

a.bk-social-icon.dribble:hover {background-position: -40px 0px; background-color: #d97aa5;}
a.bk-social-icon.yahoo:hover {background-position: -40px -40px; background-color: #844c98;}
a.bk-social-icon.blogger:hover {background-position: -40px -80px; background-color: #f9ca29;}
a.bk-social-icon.quora:hover {background-position: -40px -120px; background-color: #a9260b;}
a.bk-social-icon.ember:hover {background-position: -40px -160px; background-color: #ffb244;}
a.bk-social-icon.digg:hover {background-position: -40px -200px; background-color: #b5b5b5;}
a.bk-social-icon.paypal:hover {background-position: -40px -240px; background-color: #497fc1;}
a.bk-social-icon.facebook:hover {background-position: -40px -280px; background-color: #39599f;}
a.bk-social-icon.forrst:hover {background-position: -40px -320px; background-color: #48b855;}
a.bk-social-icon.skype:hover {background-position: -40px -360px; background-color: #12c7ef;}
a.bk-social-icon.github:hover {background-position: -40px -400px; background-color: #e9e9e9;}
a.bk-social-icon.behance:hover {background-position: -40px -440px; background-color: #12c7ef;}
a.bk-social-icon.evernote:hover {background-position: -40px -480px; background-color: #4aba58;}
a.bk-social-icon.linkedin:hover {background-position: -40px -520px; background-color: #82c6da;}
a.bk-social-icon.rss:hover {background-position: -40px -560px; background-color: #f7b028;}
a.bk-social-icon.vimeo:hover {background-position: -40px -600px; background-color: #90d7ff;}
a.bk-social-icon.last-fm:hover {background-position: -40px -640px; background-color: #df4545;}
a.bk-social-icon.flickr:hover {background-position: -40px -680px; background-color: #ffffff;}
a.bk-social-icon.you-tube:hover {background-position: -40px -720px; background-color: #de4444;}
a.bk-social-icon.tumblr:hover {background-position: -40px -760px; background-color: #43627b;}
a.bk-social-icon.aim:hover {background-position: -40px -800px; background-color: #e62e04;}
a.bk-social-icon.share-this:hover {background-position: -40px -840px; background-color: #48b855;}
a.bk-social-icon.google:hover {background-position: -40px -880px; background-color: #2369a6;}
a.bk-social-icon.twitter:hover {background-position: -40px -920px; background-color: #45b0e3;}


/* social icons hover */

#bk-header-tagline-placeholder {
	float: left;
}

a#bk-responsive-nav-button {
	display: none;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 25px;
	background-image: url("images/responsive-menu-button.png");
	background-position: center;
	background-repeat: no-repeat;
}

nav#nav-responsive {
	display: none;
}

#bk-responsive-menu {
	display: none;
	margin-bottom: 0px;
	list-style: none;
	margin-left: 0px;
}

#bk-responsive-menu ul {
	margin-left: 20px;
	margin-bottom: 0px;
	list-style: none;
}

#bk-responsive-menu li a {
	line-height: 29px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px dashed #f0f0f0;
	border-left: 1px dashed #f0f0f0;
	border-right: 1px dashed #f0f0f0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}

#bk-responsive-menu li {
  position: relative;
}	

#bk-responsive-menu > li:last-child a {
	border-bottom: 1px solid #f0f0f0;
}	

#bk-responsive-menu li span.bk-responsive-nav-lvl-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 29px;
	height: 30px;
	border-left: 1px dashed #f0f0f0;
	cursor: pointer;
	font-weight: normal;
	line-height: 29px;
	text-align: center;
	background: url("images/cross.png") 0px -29px  no-repeat;
}

#bk-responsive-menu li span.bk-responsive-nav-lvl-toggle.open {
	background-position: -29px -29px;
}		

#bk-responsive-menu li a:hover {
	color: #404040;
}

#bk-responsive-menu li.current-menu-item > a{
	color: #ff4629;
}							

@media only screen and (max-width: 767px) {
	#bk-header-tagline-placeholder {
		width: 100%;
		float: none;
		text-align: center;
		display: inline-block;
	}	
	
	div#bk-header-social-wrapper {
	  width: 100%;
	  margin-bottom: 10px;
  }
  
  div#bk-header-social-wrapper ul.bk-social-icons li {
  	float: none;
  }
  
  div#bk-header-social-wrapper ul.bk-social-icons li a.bk-social-icon {
  	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;	
  }	
	
	div#bk-header-social-wrapper ul.bk-social-icons {
		width: 100%;
		float: none;
		text-align: center;
		display: inline-block;
	}
	
	nav#nav-main {
		display: none;
	}
	
	nav#nav-responsive {
		display: block;
	}
	
	a#bk-responsive-nav-button {
		display: block;
	}	
}		

#bk-header-tagline-placeholder p {
	line-height: 40px;
	margin: 0px;
}

#bk-header {
	margin-bottom: 40px;
}	

.bk-header-logo-nav-wrap {
	height: 80px;
}

#bk-sticky-header-nav-wrap {
	display: none;
	position: fixed;
	z-index: 202;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px !important;
}

#bk-sticky-header-inner-nav-wrap {
	width: 100%;
	margin: auto;
	background: white;
	border-bottom: 1px solid #f0f0f0;
}	

body.bk-boxed-layout #bk-sticky-header-inner-nav-wrap {
	width: 1024px;
}	

@media only screen and (max-width: 1023px) {
	body.bk-boxed-layout #bk-sticky-header-inner-nav-wrap {
		width: 100%;
	}
}	



#bk-sticky-header-nav-wrap .sf-menu > li.menu-item > a {
	line-height: 60px !important;
}

@media only screen and (max-width: 767px) {
	#bk-sticky-header-nav-wrap {
		display: none !important;
	}	
}				

.bk-theme-logo {
	float: left;
}

.bk-theme-logo.retina {
	display: none;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  
  .bk-theme-logo.standard.with-retina-replacement {
  	display: none;
  }	
  
  .bk-theme-logo.retina {
		display: block;
  }	
}  				

.bk-bottom-separator-line {
	border-bottom: 1px solid #f0f0f0;
}

#nav-main {
	float: right;
}

#bk-main-menu {
	height: 100%;
}	

/*** ESSENTIAL SUPERFISH MENU STYLES ***/
.sf-menu, .sf-menu li.menu-item, .sf-menu ul.sub-menu {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul.sub-menu {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul.sub-menu li.menu-item {
	width:			150px;
}
.sf-menu li.menu-item:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li.menu-item {
	float:			left;
	position:		relative;
}
.sf-menu a.bk-menu-item-anchor {
	display:		block;
	position:		relative;
}
.sf-menu li.menu-item:hover ul,
.sf-menu li.menu-item.sfHover ul {
	left:			0px;
	top:			100%; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li.menu-item:hover li.menu-item ul.sub-menu,
ul.sf-menu li.menu-item.sfHover li.menu-item ul.sub-menu {
	top:			-999em;
}
ul.sf-menu li.menu-item li.menu-item:hover ul.sub-menu,
ul.sf-menu li.menu-item li.menu-item.sfHover ul.sub-menu {
	left:			150px; /* match ul width */
	top:			-1px;
}
ul.sf-menu li.menu-item li.menu-item:hover li.menu-item ul.sub-menu,
ul.sf-menu li.menu-item li.menu-item.sfHover li.menu-item ul.sub-menu {
	top:			-999em;
}
ul.sf-menu li.menu-item li.menu-item li.menu-item:hover ul.sub-menu,
ul.sf-menu li.menu-item li.menu-item li.menu-item.sfHover ul.sub-menu {
	left:			150px; /* match ul width */
	top:			-1px;
}

/*** MENU SKIN ***/
.sf-menu {
	*z-index: 200;
	position: relative;
	top: 0px;
	left: 0px; 
	float: right;
	margin-bottom: 0px;
	text-transform: uppercase;
}

ul.sf-menu span.sf-sub-indicator {
	padding-left: 2px;
	color: #ff4629;
}	

ul.sf-menu li.back {
	z-index: 201;
}

.sf-menu > li.menu-item > a{
	line-height: 80px;
}

.sf-menu li.menu-item > a, 
.sf-menu li.menu-item > a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #555;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

ul.sf-menu ul.sub-menu li.current-menu-item > a {
	color: #ff4629;
}	

ul.sf-menu > li.menu-item > a {
	padding: 0px 14px;
}	

ul.sf-menu > li.menu-item:last-child,
ul.sf-menu > li.menu-item.last-child {
	padding-right: 0px;
}	

ul.sf-menu ul.sub-menu li.menu-item > a {
	padding: 10px 14px;
	border-bottom: 1px solid #f0f0f0;
}

ul.sf-menu ul.sub-menu li.menu-item:last-child > a,
ul.sf-menu ul.sub-menu li.menu-item.last-child > a {
	border-bottom-width: 0px;
}		

ul.sf-menu ul.sub-menu{
  border: 1px solid #f0f0f0;
  padding: 0px 0px;
  background-color: white;
}

.sf-menu li.menu-item:hover, 
.sf-menu li.menu-item.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {	
	outline:		0;
}

.sf-menu li.menu-item:hover > a, 
.sf-menu li.menu-item.sfHover > a {
	color: #404040;
}	

div#bk-featured-header-content-wrap {
	margin-bottom: 40px;
}	

/*---------------------------------------------------------------------------------------------------------------------------- 
 End of Header 
---------------------------------------------------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------------------------------------------------- 
5. Inner column layouts
---------------------------------------------------------------------------------------------------------------------------- */

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth { position:relative; margin-right:20px; float:left; min-height:1px; height:auto!important; height:1px; }
.last { margin-right:0!important; clear:right; }
.one_half { width:460px; }
.one_third { width:300px; }
.two_third { width:620px; }
.one_fourth { width:220px; }
.three_fourth { width:700px; }
.one_fifth { width:172px; }
.two_fifth { width:364px; }
.three_fifth { width:556px; }
.four_fifth { width:748px; }
.one_sixth { width:140px; }
.five_sixth { width:780px; }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.one_half { width:364px; }
		.one_third { width:236px; }
		.two_third { width:492px; }
		.one_fourth { width:172px; }
		.three_fourth { width:556px; } /* 552 */
		.one_fifth { width:133px; }
		.two_fifth { width:287px; }
		.three_fifth { width:441px; }
		.four_fifth { width:594px; }
		.one_sixth { width:108px; }
		.five_sixth { width:620px; }
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.one_half { width:280px; }
		.one_third { width:280px; }
		.two_third { width:280px; }
		.one_fourth { width:280px; }
		.three_fourth { width:280px; }
		.one_fifth { width:280px; }
		.two_fifth { width:280px; }
		.three_fifth { width:280px; }
		.four_fifth { width:280px; }
		.one_sixth { width:280px; }
		.five_sixth { width:280px; }
  }
  
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
		.one_half { width:400px; }
		.one_third { width:400px; }
		.two_third { width:400px; }
		.one_fourth { width:400px; }
		.three_fourth { width:400px; }
		.one_fifth { width:400px; }
		.two_fifth { width:400px; }
		.three_fifth { width:400px; }
		.four_fifth { width:400px; }
		.one_sixth { width:400px; }
		.five_sixth { width:400px; }
	}	  


div.dividable-content .one_half,
div.dividable-content .one_third,
div.dividable-content .two_third,
div.dividable-content .three_fourth,
div.dividable-content .one_fourth,
div.dividable-content .one_fifth,
div.dividable-content .two_fifth,
div.dividable-content .three_fifth,
div.dividable-content .four_fifth,
div.dividable-content .one_sixth,
div.dividable-content .five_sixth { margin-right:4%; }
div.dividable-content .one_half { width:48%; }
div.dividable-content .one_third { width:30.6666%; }
div.dividable-content .two_third { width:65.3332%; }
div.dividable-content .one_fourth { width:22%; }
div.dividable-content .two_fourth { width:48%; }
div.dividable-content .three_fourth { width:74%; }
div.dividable-content .one_fifth { width:16.8%; }
div.dividable-content .two_fifth { width:37.6%; }
div.dividable-content .three_fifth { width:58.4%; }
div.dividable-content .four_fifth { width:79.2%; }
div.dividable-content .one_sixth { width:13.3333%; }
div.dividable-content .two_sixth { width:30.6666%; }
div.dividable-content .three_sixth { width:47.9998%; }
div.dividable-content .four_sixth { width:65.3332%; }
div.dividable-content .five_sixth { width:82.6665%; }

	@media only screen and (max-width: 767px) {
		div.dividable-content .one_half,
		div.dividable-content .one_third,
		div.dividable-content .two_third,
		div.dividable-content .three_fourth,
		div.dividable-content .one_fourth,
		div.dividable-content .one_fifth,
		div.dividable-content .two_fifth,
		div.dividable-content .three_fifth,
		div.dividable-content .four_fifth,
		div.dividable-content .one_sixth,
		div.dividable-content .five_sixth { margin-right: 0; }
		div.dividable-content .one_half,
		div.dividable-content .one_third,
		div.dividable-content .two_third,
		div.dividable-content .one_fourth,
		div.dividable-content .two_fourth,
		div.dividable-content .three_fourth,
		div.dividable-content .one_fifth,
		div.dividable-content .two_fifth,
		div.dividable-content .three_fifth,
		div.dividable-content .four_fifth,
		div.dividable-content .one_sixth,
		div.dividable-content .two_sixth,
		div.dividable-content .three_sixth,
		div.dividable-content .four_sixth,
		div.dividable-content .five_sixth { width: 280px; }
  }
  
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
		div.dividable-content .one_half,
		div.dividable-content .one_third,
		div.dividable-content .two_third,
		div.dividable-content .three_fourth,
		div.dividable-content .one_fourth,
		div.dividable-content .one_fifth,
		div.dividable-content .two_fifth,
		div.dividable-content .three_fifth,
		div.dividable-content .four_fifth,
		div.dividable-content .one_sixth,
		div.dividable-content .five_sixth { margin-right: 0; }
		div.dividable-content .one_half,
		div.dividable-content .one_third,
		div.dividable-content .two_third,
		div.dividable-content .one_fourth,
		div.dividable-content .two_fourth,
		div.dividable-content .three_fourth,
		div.dividable-content .one_fifth,
		div.dividable-content .two_fifth,
		div.dividable-content .three_fifth,
		div.dividable-content .four_fifth,
		div.dividable-content .one_sixth,
		div.dividable-content .two_sixth,
		div.dividable-content .three_sixth,
		div.dividable-content .four_sixth,
		div.dividable-content .five_sixth { width: 400px; }
	}
/*---------------------------------------------------------------------------------------------------------------------------- 
End of Inner column layouts
---------------------------------------------------------------------------------------------------------------------------- */		  

/*----------------------------------------------------------------------------------------------------------------------------
6. Blog
----------------------------------------------------------------------------------------------------------------------------*/
div.next_prev_portfolio_links {
	margin-bottom: 30px;
	margin-left: 55px;
	font-size: 14px;
}	

ul.bk-blog-wrap {
	margin-right: -20px;
	margin-left: 0px;
	list-style: none;
	margin-bottom: 0px;
}	

ul.bk-blog-wrap li.bk-blog-entry-wrap {
	display: block;
	float: left;
  list-style: none;
  margin-bottom: 30px;
}

li.bk-blog-entry-wrap > article.bk-post-summary {
	padding-right: 20px;
}

h3.post-entry-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3.post-entry-title a {
	color: #404040;
}

h3.post-entry-title a:hover {
	color: #FF4629;
	text-decoration: none;
}	

span.bk-post-entry-meta {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	display: block;
	margin-bottom: 15px;
}

div.bk-post-date-format-wrap {
	position: absolute;
	width: 40px;
	left: -55px;
	top: 3px;
}

article.format-link div.bk-post-date-format-wrap,
article.format-quote div.bk-post-date-format-wrap,
article.format-status div.bk-post-date-format-wrap {
	top: 0px;
}	

div.bk-post-date-wrap {
	background: #FF4629;
	padding: 5px 0px;
	-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

div.bk-post-date-wrap > span {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}

div.bk-post-date-wrap > span > a {
	color: white;
  text-decoration: none;
}

div.bk-post-date-wrap > span > a:hover {
	text-decoration: underline;
}		

div.bk-post-date-wrap > span.bk-post-date-month {
	font-size: 14px;
}

div.bk-post-date-wrap > span.bk-post-date-day {
	font-size: 26px;
}

div.bk-post-date-wrap > span.bk-post-date-year {
	font-size: 12px;
	margin-bottom: 0px;
}				

div.bk-blog-content-wrap {
	margin-left: 55px;
	min-height: 113px;
	margin-bottom: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}

body.single-post div.bk-blog-content-wrap{
	margin-bottom: 40px;
}	

article.bk-post-summary div.bk-blog-content-wrap {
	margin-bottom: 0px;
}	

div.bk-post-featured-content-wrap {
	margin-bottom: 12px;
}

div.bk-post-featured-content-wrap img.bk-stacked-gallery-image {
	margin-bottom: 15px;
}

div.bk-post-featured-content-wrap > a:last-child img.bk-stacked-gallery-image {
	margin-bottom: 0px;
}	

div.bk-post-summary-actions a.bk-love-button {
	margin-left: 15px;
}

/*
  Post formats related stuff
*/

a.bk-post-format-link {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background: #404040 url("images/post-formats-sprite.png") no-repeat 0px 0px;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
		a.bk-post-format-link {
			background: #404040 url("images/retina/post-formats-sprite@2.png") 0px 0px no-repeat;
			background-size: 480px 80px;
		}
}	



a.bk-post-format-link:hover {
	background-color: #FF4629;
}	

a.bk-post-format-link.status { background-position: 0px 0px; }
a.bk-post-format-link.quote { background-position: -40px 0px; }
a.bk-post-format-link.link { background-position: -80px 0px; }
a.bk-post-format-link.gallery { background-position: -120px 0px; }
a.bk-post-format-link.image { background-position: -160px 0px; }
a.bk-post-format-link.video { background-position: -200px 0px; }
a.bk-post-format-link.audio { background-position: -240px 0px; }
a.bk-post-format-link.aside { background-position: -280px 0px; }
a.bk-post-format-link.standard { background-position: -320px 0px; }
a.bk-post-format-link.chat { background-position: -360px 0px; }	

a.bk-post-format-link.status:hover { background-position: 0px -40px; }
a.bk-post-format-link.quote:hover { background-position: -40px -40px; }
a.bk-post-format-link.link:hover { background-position: -80px -40px; }
a.bk-post-format-link.gallery:hover { background-position: -120px -40px; }
a.bk-post-format-link.image:hover { background-position: -160px -40px; }
a.bk-post-format-link.video:hover { background-position: -200px -40px; }
a.bk-post-format-link.audio:hover { background-position: -240px -40px; }
a.bk-post-format-link.aside:hover { background-position: -280px -40px; }
a.bk-post-format-link.standard:hover { background-position: -320px -40px; }
a.bk-post-format-link.chat:hover { background-position: -360px -40px; }			

/*
  Link post format featured rules
*/
div.bk-link-post-format-featured-inner-wrap {
	background: #404040;
	padding: 20px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}	

div.bk-link-post-format-featured-inner-wrap a {
	color: white;
}

div.bk-link-post-format-featured-inner-wrap a:hover {
	color: #FF4629;
	text-decoration: none;
}		

div.bk-link-post-format-featured-inner-wrap h3.bk-link-primary {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}

div.bk-link-post-format-featured-inner-wrap span.bk-link-secondary {
	text-align: center;
	display: block;
}

/*
  quote post format featured rules
*/
div.bk-quote-post-format-featured-inner-wrap {
	background: #FF4629;
	color: white;
	padding: 20px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

div.bk-quote-post-format-featured-inner-wrap h3.bk-quote-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

div.bk-quote-post-format-featured-inner-wrap span.bk-quote-author {
	text-align: right;
	display: block;
}
/*
  Chat post format
*/
div.bk-chat-post-format-featured-inner-wrap > p {
	margin-bottom: 3px;
}

/*
  Status ( tweeter ) foramt
*/
div.bk-status-post-format-featured-inner-wrap {
	background: #404040;
	color: white;
	padding: 20px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

div.bk-status-post-format-featured-inner-wrap h3.tweet-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}				

article.bk-post-summary	div.bk-blog-content-wrap > p {
	/*text-align: justify;*/
	margin-bottom: 9px;
}						

div.bk-blog-outer-wrap {
	position: relative;
	margin-bottom: 20px;
}	

div.bk-blog-outer-wrap.bk-blog-column-count-1 li.bk-blog-entry-wrap {
	width: 100%;
}

div.bk-blog-outer-wrap.bk-blog-column-count-2 li.bk-blog-entry-wrap {
	width: 50%;
}	

div.bk-blog-outer-wrap.bk-blog-column-count-3 li.bk-blog-entry-wrap {
	width: 33.3333333333333%;
}	

div.bk-blog-outer-wrap.bk-blog-column-count-4 li.bk-blog-entry-wrap {
	width: 25%;
}

li.bk-blog-entry-wrap.bk-force-fullwidth {
	width: 100% !important;
}

@media only screen and (max-width: 767px) {
	div.bk-blog-outer-wrap.bk-blog-column-count-2 li.bk-blog-entry-wrap {
		width: 100%;
	}	
	
	div.bk-blog-outer-wrap.bk-blog-column-count-3 li.bk-blog-entry-wrap {
		width: 100%;
	}	
	
	div.bk-blog-outer-wrap.bk-blog-column-count-4 li.bk-blog-entry-wrap {
		width: 100%;
	}
}		

/*---------------------------------------------------------------------------------------------------------------------------- 
End of blog
---------------------------------------------------------------------------------------------------------------------------- */		 

/*----------------------------------------------------------------------------------------------------------------------------
7. Portfolio
----------------------------------------------------------------------------------------------------------------------------*/
div.bk-portfolio-wrap {
	position: relative;
	margin-bottom: 40px;
}	

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

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

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

.isotope-hidden.isotope-item {
  pointer-events: none;
  transform: scale3d(0.001, 0.001, 1);
	-ms-transform: scale3d(0.001, 0.001, 1); /* IE 9 */
	-moz-transform: scale3d(0.001, 0.001, 1); /* Firefox */
	-webkit-transform: scale3d(0.001, 0.001, 1); /* Safari and Chrome */
	-o-transform: scale3d(0.001, 0.001, 1); /* Opera */
  -webkit-transform: scale3d(0.001, 0.001, 1);
}
/**** disabling Isotope CSS3 transitions ****/

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

div.img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ff4629;
	opacity: 0.0;
	filter: alpha(opacity=0); 
	color: white;
	font-weight: bold;
	line-height: 100%; 
}

div.img-overlay.hoverable {
	background-image: url("images/plus.png");
	background-repeat: no-repeat;
	background-position: center;
}	

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  div.img-overlay.hoverable {
  	background-image: url("images/retina/plus@2.png");
  	background-size: 11px 11px;
  }
} 

div.img-overlay.loading {
	background-image: url("images/ajax-white.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

li.portfolio-item.portfolio-grid-width-1 div.img-overlay span.porfolio-thumb-tags,
li.portfolio-item.portfolio-grid-height-1 div.img-overlay span.porfolio-thumb-tags{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=1);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	filter:alpha(opacity=1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}	

li.portfolio-item.portfolio-grid-width-1 div.img-overlay.loading span.porfolio-thumb-tags,
li.portfolio-item.portfolio-grid-height-1 div.img-overlay.loading span.porfolio-thumb-tags{
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}		


div.portfolio-filter-wrap,
div.bk-pagination-wrap {
	position: relative;
}

a.bk-load-more-button span.ajax-loading-icon{
	display: none;
}

a.bk-load-more-button.loading span.ajax-loading-icon{
	display: block;
}

a.bk-load-more-button.loading {
	padding-right: 36px;
}	

span.ajax-loading-icon {
	width: 16px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 10px; 
	background: url("images/ajax-white.gif") no-repeat center center;
}

/*
  Infinite scroll ajax popup rules
*/	

div.bk-infscr-loading-wrap {
	text-align: center;
	position: absolute;
	bottom: 20px;
  width: 100%;
}

span.ajax-overlay-info	{
	position: relative;
	display: inline-block;
	background: #404040;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	color: white;
	padding: 10px;
}

span.ajax-overlay-info.loading {
	padding-right: 36px;
}	

/*----------------------------------------------------------------------------------------------------------------------------
 Pagination, portfolio filter, portfolio layout switcher - etc
----------------------------------------------------------------------------------------------------------------------------*/
div.bk-pagination-wrap a.next-page-arrow,
div.bk-pagination-wrap a.prev-page-arrow {
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	text-decoration: none;
	color: white;
	line-height: 18px;
	font-size: 16px;
	background-color: #555;
	background-image: url("images/small-arrows-sprite.png");
	background-repeat: no-repeat;
	top: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  div.bk-pagination-wrap a.next-page-arrow,
	div.bk-pagination-wrap a.prev-page-arrow {
  	background-image: url("images/retina/small-arrows-sprite@2.png");
  	background-size: 59px 38px;
  }
}  
  	

div.bk-pagination-wrap a.next-page-arrow {
	background-position: -19px 0px;
}	

div.bk-pagination-wrap a.prev-page-arrow {
	background-position: 0px 0px;
}	

div.bk-pagination-wrap a.next-page-arrow:hover {
	background-position: -19px -19px;
}	

div.bk-pagination-wrap a.prev-page-arrow:hover {
	background-position: 0px -19px;
}	

div.bk-pagination-wrap a.next-page-arrow:hover,
div.bk-pagination-wrap a.prev-page-arrow:hover {
	background-color: #ff4629;
}	

div.bk-pagination-wrap a.next-page-arrow {
	right: 0px;
}	

div.bk-pagination-wrap a.prev-page-arrow {
	left: 0px;
}		

ul.portfolio-filter {
	position: relative;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #f0f0f0;
}

div.bk-pagination-wrap,
div.bk-load-more-wrap {
	text-align: center;
	border-top: 1px solid #f0f0f0;
}

div.bk-load-more-wrap {
	padding: 20px;
}		

ul.bk-pagination.portfolio {
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
}	

ul.portfolio-filter li,
ul.portfolio-layout-switcher li,
ul.bk-pagination li{
	display: block;
	float: left;
	margin: 0px;
	text-decoration: none;
	list-style: none;
}

ul.portfolio-filter li.back,
ul.sf-menu li.back {
	border-bottom: 2px solid #ff4629;
	position: absolute;
	padding: 0px;
	bottom: -1px;
}

ul.bk-pagination.portfolio li.back {
	border-top: 2px solid #ff4629;
	padding: 0px;
	position: absolute;
	top: -1px;
}		

ul.portfolio-filter li a,
ul.bk-pagination.portfolio li a {
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #555;
	float: left;
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

ul.bk-pagination li span.pagination-divider {
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #A5A5A5;
}	

ul.portfolio-filter li a{
	padding-bottom: 10px;
}

ul.bk-pagination.portfolio li {
	padding-top: 20px;
	padding-bottom: 20px;
}		

ul.portfolio-filter li.current a,
ul.portfolio-filter li:hover a,
ul.bk-pagination.portfolio li.current a,
ul.bk-pagination.portfolio li:hover a {
	color: #404040;
}	

ul.portfolio-layout-switcher {
	position: absolute;
	margin: 0px;
	bottom: 10px;
	right: 0px;
}

@media only screen and (max-width: 767px) {
	ul.portfolio-layout-switcher {
		display: none;
	}	
}	

ul.portfolio-layout-switcher li {
	cursor: pointer;
	margin-right: 10px;
}	

ul.portfolio-layout-switcher li div {
	background-color: #555;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

ul.portfolio-layout-switcher li:hover div {
	background-color: #404040;
}

ul.portfolio-layout-switcher li.current-layout div {
	background-color: #ff4629;
}	

ul.portfolio-layout-switcher li.grid {
	width: 21px;
}	

ul.portfolio-layout-switcher li.grid div {
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 6px;
	height: 6px;
}		
 
ul.portfolio-layout-switcher li.masonry {
  width: 14px;
  height: 13px;
  position: relative;
}				

ul.portfolio-layout-switcher li.masonry div.bk-block-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 13px;
}

ul.portfolio-layout-switcher li.masonry div.bk-block-2 {
	position: absolute;
	top: 0px;
	left: 7px;
	width: 8px;
	height: 4px;
}

ul.portfolio-layout-switcher li.masonry div.bk-block-3 {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 8px;
	height: 8px;
}	

ul.filterable-grid {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	min-height: 1px;
}

.no-js ul.filterable-grid {
	margin-right: -20px;
}		

li.portfolio-item {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	padding: 0px;
}

.no-js li.portfolio-item {
	margin-right: 2px;
}		

li.portfolio-item div.masonry-wrapper > img,
li.portfolio-item div.standard-wrapper > img {
	
}	

li.portfolio-item div.hidden {
	display: none;
}

/*
Portfolio thumb rules
*/

div.portfolio-thumb-title-meta-wrap {
	padding: 10px;
}

div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags,
div.portfolio-thumb-title-meta-wrap h4.porfolio-thumb-title {
	position: relative;
	z-index: 2;
}	

li a.bk-portfolio-thumb-link {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}	

div.portfolio-thumb-title-meta-wrap	h4.portfolio-thumb-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags {
	font-size: 10px;
	display: block;
}	

div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags a{
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color: white;
  display: inline-block;
}

div.portfolio-thumb-title-meta-wrap span.porfolio-thumb-tags a:hover {
	text-decoration: underline;
}

div.ajax-portfolio-item-wrap {
	margin-bottom: 20px;
}

/*
  Icons
*/

.white span.heart-icon,
.dark span.heart-icon,
.dark span.comment-icon,
span.tag-icon,
span.link-icon,
span.eye-icon {
	display: inline-block;
	width: 16px;
	height: 13px;
	margin-right: 5px;
	position: relative;
	background: url("images/icons-sprite.png") -1px 1px;
}

.dark span.heart-icon	{
	top: 1px;
	background-position: -17px 0px;
}

.dark span.comment-icon	{
	top: 1px;
	background-position: -16px -52px;
}

span.tag-icon {
	top: 2px;
	background-position: -17px -13px;
}	

span.link-icon {
	top: 2px;
	background-position: -16px -39px;
}	

span.eye-icon {
	top: 1px;
	background-position: -16px -26px;
}

a.bk-love-button.loading.white span.heart-icon {
	background: url("images/ajax-white.gif") no-repeat 0px 2px;
}

a.bk-love-button.loading.dark span.heart-icon {
	background: url("images/ajax-dark.gif") no-repeat 0px 2px;
}

@media (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  .white span.heart-icon,
	.dark span.heart-icon,
	.dark span.comment-icon,
	span.tag-icon,
	span.link-icon,
	span.eye-icon {
		background-image: url("images/retina/icons-sprite@2.png");
		background-size: 32px 65px;
  }
  
  a.bk-love-button.loading.white span.heart-icon {
		background-size: auto;
	}
	
	a.bk-love-button.loading.dark span.heart-icon {
		background-size: auto;
	}	
}  		

a.bk-love-button {
	cursor: pointer;
}

li.portfolio-item a.bk-love-button {
	display: block;
	color: white;
	padding-bottom: 2px;
	padding-right: 0px;
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 2;
}

a.bk-love-button.white:hover {

}

a.bk-love-button.loading:hover,
a.bk-love-button.inactive:hover {
	text-decoration: none;
}														

/* Widths of all portfolio grids*/
li.portfolio-item.portfolio-grid-width-1 { width: 155px; }
li.portfolio-item.portfolio-grid-width-2 { width: 312px; }
li.portfolio-item.portfolio-grid-width-3 { width: 469px; }
li.portfolio-item.portfolio-grid-width-4 { width: 626px; }
li.portfolio-item.portfolio-grid-width-5 { width: 783px; }
li.portfolio-item.portfolio-grid-width-6 { width: 940px; }

/* Heights of all portfolio grids */ 
li.portfolio-item.portfolio-grid-height-1 { height: 96px; }
li.portfolio-item.portfolio-grid-height-2 { height: 194px; }
li.portfolio-item.portfolio-grid-height-3 { height: 292px; }
li.portfolio-item.portfolio-grid-height-4 { height: 390px; }
li.portfolio-item.portfolio-grid-height-5 { height: 488px; } 
li.portfolio-item.portfolio-grid-height-6 { height: 586px; }

/*
  equal size overriden
*/
/* Widths of all portfolio grids*/
li.portfolio-item.equal-portfolio-grid-width-1.same-sizes { width: 155px; }
li.portfolio-item.equal-portfolio-grid-width-2.same-sizes { width: 312px; }
li.portfolio-item.equal-portfolio-grid-width-3.same-sizes { width: 469px; }
li.portfolio-item.equal-portfolio-grid-width-4.same-sizes { width: 626px; }
li.portfolio-item.equal-portfolio-grid-width-5.same-sizes { width: 783px; }
li.portfolio-item.equal-portfolio-grid-width-6.same-sizes { width: 940px; }

/* Heights of all portfolio grids */ 
li.portfolio-item.equal-portfolio-grid-height-1.same-sizes { height: 96px; }
li.portfolio-item.equal-portfolio-grid-height-2.same-sizes { height: 194px; }
li.portfolio-item.equal-portfolio-grid-height-3.same-sizes { height: 292px; }
li.portfolio-item.equal-portfolio-grid-height-4.same-sizes { height: 390px; }
li.portfolio-item.equal-portfolio-grid-height-5.same-sizes { height: 488px; } 
li.portfolio-item.equal-portfolio-grid-height-6.same-sizes { height: 586px; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* Widths of all portfolio grids*/
		li.portfolio-item.portfolio-grid-width-1 { width: 123px; }
		li.portfolio-item.portfolio-grid-width-2 { width: 248px; }
		li.portfolio-item.portfolio-grid-width-3 { width: 373px; }
		li.portfolio-item.portfolio-grid-width-4 { width: 498px; }
		li.portfolio-item.portfolio-grid-width-5 { width: 623px; }
		li.portfolio-item.portfolio-grid-width-6 { width: 748px; }
		
		li.portfolio-item.portfolio-grid-height-1 { height: 76px; }
		li.portfolio-item.portfolio-grid-height-2 { height: 154px; }
		li.portfolio-item.portfolio-grid-height-3 { height: 232px; }
		li.portfolio-item.portfolio-grid-height-4 { height: 310px; }
		li.portfolio-item.portfolio-grid-height-5 { height: 388px; } 
		li.portfolio-item.portfolio-grid-height-6 { height: 466px; }
		
		/*
		equal size overriden
		*/
		/* Widths of all portfolio grids*/
		li.portfolio-item.equal-portfolio-grid-width-1.same-sizes { width: 123px; }
		li.portfolio-item.equal-portfolio-grid-width-2.same-sizes { width: 248px; }
		li.portfolio-item.equal-portfolio-grid-width-3.same-sizes { width: 373px; }
		li.portfolio-item.equal-portfolio-grid-width-4.same-sizes { width: 498px; }
		li.portfolio-item.equal-portfolio-grid-width-5.same-sizes { width: 623px; }
		li.portfolio-item.equal-portfolio-grid-width-6.same-sizes { width: 748px; }
		
		/* Heights of all portfolio grids */ 
		li.portfolio-item.equal-portfolio-grid-height-1.same-sizes { height: 76px; }
		li.portfolio-item.equal-portfolio-grid-height-2.same-sizes { height: 154px; }
		li.portfolio-item.equal-portfolio-grid-height-3.same-sizes { height: 232px; }
		li.portfolio-item.equal-portfolio-grid-height-4.same-sizes { height: 310px; }
		li.portfolio-item.equal-portfolio-grid-height-5.same-sizes { height: 388px; } 
		li.portfolio-item.equal-portfolio-grid-height-6.same-sizes { height: 466px; }
}
	
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
		
		li.portfolio-item.portfolio-grid-width-1 { width: 280px; }
		li.portfolio-item.portfolio-grid-width-2 { width: 280px; }
		li.portfolio-item.portfolio-grid-width-3 { width: 280px; }
		li.portfolio-item.portfolio-grid-width-4 { width: 280px; }
		li.portfolio-item.portfolio-grid-width-5 { width: 280px; }
		li.portfolio-item.portfolio-grid-width-6 { width: 280px; }
		
		li.portfolio-item.portfolio-grid-height-1 { height: 174px; }
		li.portfolio-item.portfolio-grid-height-2 { height: 174px; }
		li.portfolio-item.portfolio-grid-height-3 { height: 174px; }
		li.portfolio-item.portfolio-grid-height-4 { height: 174px; }
		li.portfolio-item.portfolio-grid-height-5 { height: 174px; }
		li.portfolio-item.portfolio-grid-height-6 { height: 174px; }
		
		/*
		equal size overriden
		*/
		/* Widths of all portfolio grids*/
		li.portfolio-item.portfolio-grid-width-1.same-sizes { width: 280px; }
		li.portfolio-item.portfolio-grid-width-2.same-sizes { width: 280px; }
		li.portfolio-item.portfolio-grid-width-3.same-sizes { width: 280px; }
		li.portfolio-item.portfolio-grid-width-4.same-sizes { width: 280px; }
		li.portfolio-item.portfolio-grid-width-5.same-sizes { width: 280px; }
		li.portfolio-item.portfolio-grid-width-6.same-sizes { width: 280px; }
		
		li.portfolio-item.portfolio-grid-height-1.same-sizes { height: 174px; }
		li.portfolio-item.portfolio-grid-height-2.same-sizes { height: 174px; }
		li.portfolio-item.portfolio-grid-height-3.same-sizes { height: 174px; }
		li.portfolio-item.portfolio-grid-height-4.same-sizes { height: 174px; }
		li.portfolio-item.portfolio-grid-height-5.same-sizes { height: 174px; }
		li.portfolio-item.portfolio-grid-height-6.same-sizes { height: 174px; }
		
		/*
		li.portfolio-item.portfolio-grid-width-1 div.masonry-wrapper,
		li.portfolio-item.portfolio-grid-height-1 div.masonry-wrapper,
		li.portfolio-item.portfolio-grid-width-3 div.masonry-wrapper,
		li.portfolio-item.portfolio-grid-height-3 div.masonry-wrapper,
		li.portfolio-item.portfolio-grid-width-5 div.masonry-wrapper,
		li.portfolio-item.portfolio-grid-height-5 div.masonry-wrapper { display: none !important; }
		
		li.portfolio-item.portfolio-grid-width-1 div.standard-wrapper,
		li.portfolio-item.portfolio-grid-height-1 div.standard-wrapper,
		li.portfolio-item.portfolio-grid-width-3 div.standard-wrapper,
		li.portfolio-item.portfolio-grid-height-3 div.standard-wrapper 
		li.portfolio-item.portfolio-grid-width-5 div.standard-wrapper,
		li.portfolio-item.portfolio-grid-height-5 div.standard-wrapper  { display: block !important }
		*/
}
 
  
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		/* Widths of all portfolio grids*/
		li.portfolio-item.portfolio-grid-width-1 { width: 199px; }
		li.portfolio-item.portfolio-grid-width-2 { width: 199px; }
		li.portfolio-item.portfolio-grid-width-3 { width: 199px; }
		li.portfolio-item.portfolio-grid-width-4 { width: 199px; }
		li.portfolio-item.portfolio-grid-width-5 { width: 199px; }
		li.portfolio-item.portfolio-grid-width-6 { width: 199px; }
		
		li.portfolio-item.portfolio-grid-height-1 { height: 124px; }
		li.portfolio-item.portfolio-grid-height-2 { height: 124px; }
		li.portfolio-item.portfolio-grid-height-3 { height: 124px; }
		li.portfolio-item.portfolio-grid-height-4 { height: 124px; }
		li.portfolio-item.portfolio-grid-height-5 { height: 124px; }
		li.portfolio-item.portfolio-grid-height-6 { height: 124px; }
		
		/*
		equal size overriden
		*/
		/* Widths of all portfolio grids*/
		li.portfolio-item.portfolio-grid-width-1.same-sizes { width: 199px; }
		li.portfolio-item.portfolio-grid-width-2.same-sizes { width: 199px; }
		li.portfolio-item.portfolio-grid-width-3.same-sizes { width: 199px; }
		li.portfolio-item.portfolio-grid-width-4.same-sizes { width: 199px; }
		li.portfolio-item.portfolio-grid-width-5.same-sizes { width: 199px; }
		li.portfolio-item.portfolio-grid-width-6.same-sizes { width: 199px; }
		
		li.portfolio-item.portfolio-grid-height-1.same-sizes { height: 124px; }
		li.portfolio-item.portfolio-grid-height-2.same-sizes { height: 124px; }
		li.portfolio-item.portfolio-grid-height-3.same-sizes { height: 124px; }
		li.portfolio-item.portfolio-grid-height-4.same-sizes { height: 124px; }
		li.portfolio-item.portfolio-grid-height-5.same-sizes { height: 124px; }
		li.portfolio-item.portfolio-grid-height-6.same-sizes { height: 124px; }
}	

/*----------------------------------------------------------------------------------------------------------------------------
Single portfolio entry
----------------------------------------------------------------------------------------------------------------------------*/
article.bk-portfolio-item {
	margin-bottom: 20px;
}	

div.portfolio-entry-title-wrap {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
}	

h3.portfolio-entry-title {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	position: relative;
	bottom: -1px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff4629;
	text-transform: uppercase;
}	

ul.portfolio-top-nav {
	position: absolute;
	list-style: none;
	margin: 0px;
	right: 10px;
	bottom: 9px;
}

ul.portfolio-top-nav li	{
	float: left;
}	

ul.portfolio-top-nav li a {
	display: block;
	text-indent: -9999px;
	float: left;
	/*margin-left: 10px;*/
	width: 19px;
	height: 19px;
	text-decoration: none;
	color: white;
	line-height: 18px;
	font-size: 16px;
	background-color: #555;
	background-image: url("images/small-arrows-sprite.png");
	background-repeat: no-repeat;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  ul.portfolio-top-nav li a {	
  	background-image: url("images/retina/small-arrows-sprite@2.png");
  	background-size: 59px 38px;
  }
}

ul.portfolio-top-nav li a.prev-portfolio-entry-link	{
	 background-position: 0px 0px;
}

ul.portfolio-top-nav li a.prev-portfolio-entry-link:hover	{
	 background-position: 0px -19px;
}

ul.portfolio-top-nav li a.next-portfolio-entry-link	{
	 background-position: -19px 0px;
}

ul.portfolio-top-nav li a.next-portfolio-entry-link:hover	{
	 background-position: -19px -19px;
}

ul.portfolio-top-nav li a.back-to-portfolio-link	{
	 background-position: -39px 0px;
}

ul.portfolio-top-nav li a.back-to-portfolio-link:hover	{
	 background-position: -39px -19px;
}

ul.portfolio-top-nav li a.prev-portfolio-entry-link:hover,
ul.portfolio-top-nav li a.next-portfolio-entry-link:hover,
ul.portfolio-top-nav li a.back-to-portfolio-link:hover {
	 background-color: #ff4629;
}

div.bk-portfolio-featured-wrap {
	margin-bottom: 20px;
}	

div.bk-portfolio-featured-wrap img {
	margin-bottom: 0px;
}	

div.bk-portfolio-featured-wrap img.bk-stacked-gallery-image {
	margin-bottom: 20px;
}

div.bk-portfolio-featured-wrap > a:last-child img.bk-stacked-gallery-image {
	margin-bottom: 0px;
}

ul.bk-portfolio-meta li{
	margin-bottom: 5px;
}

ul.bk-portfolio-meta li span.post-meta-key {
	font-weight: bold;
	padding-right: 5px;
}			
		
/*----------------------------------------------------------------------------------------------------------------------------
End of Portfolio
----------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------
8. Shortcodes
----------------------------------------------------------------------------------------------------------------------------*/
a.button {
	position: relative;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	cursor: pointer;
	background: #404040;
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.button.small {
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}	

a.button.small.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	

a.button.normal {
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
}

a.button.normal.round {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}	

a.button.large {
	padding: 15px;
	font-size: 18px;
	line-height: 18px;
}

a.button.large.round {
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
}			

a.button.square {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}	

a.button:hover {
	background: #ff4629;
	color: white !important;
	text-decoration: none;
}
/*
 highlight
*/
em.bk_highlight {
	color: white;
	background-color: #ff4629;
	font-style: normal;
}

/*
 Pricing column
*/	

div.bk-pricing-table-outer-wrap {
	margin-bottom: 50px;
	position: relative;
	top: 20px;
}

div.bk-pricing-table-outer-wrap a.button {
	margin-right: 0px;
	margin-bottom: 0px;
}		

div.bk-pricing-table-column-wrap {
	float: left;
	position: relative;
	background-color: white;
	border: 1px solid #d7d7d7;
	border-left-width: 0px;
	text-align: center;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

div.bk-pricing-table-column-wrap.bk-before-recommended-column {	
  border-right-width: 0px;
}

div.bk-pricing-table-column-wrap.bk-after-recommended-column {	
  border-left-width: 0px;
}

div.bk-pricing-table-column-wrap.bk-first-column {
	border-left-width: 1px;
}

div.bk-pricing-table-column-wrap.bk-recommended-column {
	border-left-width: 1px;
	border-right-width: 1px;
	margin-top: -20px;
}

div.bk-pricing-table-header {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.bk-pricing-table-column-wrap div.bk-pricing-table-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-header,
div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-footer {
	padding-top: 30px;
	padding-bottom: 30px;
}	 	
 
div.bk-pricing-table-feature {
	line-height: 40px;
	font-weight: bold;
	border-bottom: 1px solid #f0f0f0;
}

h4.bk-pricing-table-title {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h5.bk-pricing-table-price {
	font-size: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

div.bk-recommended-header-branding-line {
	border-top: 3px solid #ff4629;
	width: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
}

div.bk-recommended-header-branding-line:after {
  content:"";
  display:block; /* reduce the damage in FF3.0 */
  position:absolute;
  top:-3px;
  right:-2px;
  width:0;
  border-width: 22px;
  border-style: solid;
  border-top-color: #ff4629;
  border-right-color: #ff4629;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {
	div.bk-pricing-table-outer-wrap {
		top: 0px;
	}	
	
	div.bk-pricing-table-column-wrap {
		float: none;
		width: 100% !important;
		border-left-width: 1px !important;
		border-right-width: 1px !important;
		border-top-width: 0px;
	}
	
	div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-header,
	div.bk-pricing-table-column-wrap.bk-recommended-column div.bk-pricing-table-footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	div.bk-pricing-table-column-wrap.bk-recommended-column {
		border-left-width: 1px;
		border-right-width: 1px;
		margin-top: 0px;
	}
	
	div.bk-pricing-table-column-wrap.bk-first-column {
	  border-top-width: 1px;
  }	
}		
		
/*----------------------------------------------------------------------------------------------------------------------------
Slider - portfolio, blog, testimonial, content top bar title with arrows
----------------------------------------------------------------------------------------------------------------------------*/
div.section-entry-title-wrap {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
}	

h3.section-entry-title {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	position: relative;
	bottom: -1px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff4629;
	text-transform: uppercase;
}	

ul.section-top-nav {
	position: absolute;
	list-style: none;
	margin: 0px;
	right: 10px;
	bottom: 9px;
}

ul.section-top-nav li	{
	float: left;
}	

ul.section-top-nav li a {
	display: block;
	text-indent: -9999px;
	float: left;
	/*margin-left: 10px;*/
	width: 19px;
	height: 19px;
	text-decoration: none;
	color: white;
	line-height: 18px;
	font-size: 16px;
	background-color: #555;
	background-image: url("images/small-arrows-sprite.png");
	background-repeat: no-repeat;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  ul.section-top-nav li a {	
  	background-image: url("images/retina/small-arrows-sprite@2.png");
  	background-size: 59px 38px;
  }
}

ul.section-top-nav li a.prev-section-entry-link	{
	 background-position: 0px 0px;
}

ul.section-top-nav li a.prev-section-entry-link:hover	{
	 background-position: 0px -19px;
}

ul.section-top-nav li a.next-section-entry-link	{
	 background-position: -19px 0px;
}

ul.section-top-nav li a.next-section-entry-link:hover	{
	 background-position: -19px -19px;
}

ul.section-top-nav li a.back-to-section-link	{
	 background-position: -39px 0px;
}

ul.section-top-nav li a.back-to-section-link:hover	{
	 background-position: -39px -19px;
}

ul.section-top-nav li a.prev-section-entry-link:hover,
ul.section-top-nav li a.next-section-entry-link:hover,
ul.section-top-nav li a.back-to-section-link:hover {
	 background-color: #ff4629;
}

/*----------------------------------------------------------------------------------------------------------------------------
portfolio slider
-----------------------------------------------------------------------------------------------------------------------------*/
div.slider-intro-wrap {
	margin-right: 20px;
}	

ul.bk-carrousel-slider {
	margin-bottom: 40px;
	margin-left: 0px;
}	

ul.bk-carrousel-slider.columns-3 li.portfolio-item{
  width: 314px;
  height: 194px;
}

ul.bk-carrousel-slider.columns-4 li.portfolio-item,
.grid_12.with-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item,
.grid_8.both-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item{
  width: 235px;
  height: 145px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	ul.bk-carrousel-slider.columns-3 li.portfolio-item {
  	width: 250px;
  	height: 154px;
  }
  
  ul.bk-carrousel-slider.columns-4 li.portfolio-item,
  .grid_12.with-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item,
  .grid_8.both-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item{
    width: 187px;
    height: 115px;
  }
}

@media only screen and (max-width: 767px) {
	ul.bk-carrousel-slider.columns-3 li.portfolio-item,
	ul.bk-carrousel-slider.columns-4 li.portfolio-item,
	.grid_12.with-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item,
	.grid_12.with-sidebar ul.bk-carrousel-slider.columns-4 li.portfolio-item,
	.grid_8.both-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item {
  	width: 280px;
  	height: 178px; 
  }
}	

@media only screen and (min-width: 480px) and (max-width: 767px) {
	ul.bk-carrousel-slider.columns-3 li.portfolio-item,
	ul.bk-carrousel-slider.columns-4 li.portfolio-item,
	.grid_12.with-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item,
	.grid_12.with-sidebar ul.bk-carrousel-slider.columns-4 li.portfolio-item,
	.grid_8.both-sidebar ul.bk-carrousel-slider.columns-3 li.portfolio-item  {
  	width: 200px;
  	height: 124px;
  }
}		

ul.bk-carrousel-slider li.portfolio-item div.portfolio-wrap{
	margin-right: 2px;
	position: relative;
}		

	
/*----------------------------------------------------------------------------------------------------------------------------
End of Shortcodes
----------------------------------------------------------------------------------------------------------------------------*/	


/*----------------------------------------------------------------------------------------------------------------------------
 9. FlexSlider
----------------------------------------------------------------------------------------------------------------------------*/	
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider ul.slides { margin-bottom: 0px !important; }
.flexslider ul.slides li { margin-bottom: 0px !important;  } 
.flexslider ul.flex-direction-nav { margin-bottom: 0px !important; margin-left: 0px !important; }
.flexslider ul.flex-direction-nav li { margin-bottom: 0px !important;  }

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: transparent; position: relative; zoom: 1; }
.flexslider .slides li img { margin-bottom: 0px; }
.flexslider .slides li { overflow: hidden; }
.flex-viewport {max-height: 2000px; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {position: absolute; left: 0px; bottom: 0px;}
.flex-direction-nav li {margin: 0px; display: inline-block; zoom: 1; *display: inline;}
.flex-direction-nav a {width: 29px; height: 29px; display: block; background: #555 url("images/big-arrows-sprite.png") no-repeat 0 0; position: absolute; text-indent: -9999px;}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  	.flex-direction-nav a {
  		background-image: url("images/retina/big-arrows-sprite@2.png");
  		background-size: 58px 58px;
  	}	
}  	

.flex-direction-nav a:hover { background-color: #ff4629; }
.flex-direction-nav a.flex-next {background-position: -29px 0px; bottom: 0px; left: 29px;}
.flex-direction-nav a.flex-prev {background-position: 0px 0px;  bottom: 0px; left: 0px;}
.flex-direction-nav a.flex-next:hover {background-position: -29px -29px;}
.flex-direction-nav a.flex-prev:hover {background-position: 0px -29px;}


/* Control Nav */
.flex-control-nav {position: absolute; left: 0px; bottom: 0px; text-align: center;}
.flexslider.with-direction-nav .flex-control-nav{ left: 58px; }
.flex-control-nav li {margin: 0px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 29px; height: 29px; display: block; background: #555; cursor: pointer; line-height: 29px; color: white !important;}
.flex-control-paging li a:hover { background: #FF4629; }
.flex-control-paging li a.flex-active { background: #FF4629; cursor: default; }

.flex-control-thumbs { margin: 0px; margin-top: 20px; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 12.5%; border-bottom: 3px solid transparent;float: left; display: block; margin: 0;}

.thumb-columns-2 .flex-control-thumbs li {width: 50%;}
.thumb-columns-3 .flex-control-thumbs li {width: 33.33333333333333%;}
.thumb-columns-4 .flex-control-thumbs li {width: 25%;}
.thumb-columns-4 .flex-control-thumbs li {width: 25%;}
.thumb-columns-5 .flex-control-thumbs li {width: 20%;}
.thumb-columns-6 .flex-control-thumbs li {width: 16.66666666666667%;}
.thumb-columns-7 .flex-control-thumbs li {width: 14.28571428571429%;}
.thumb-columns-8 .flex-control-thumbs li {width: 12.5%;}
.thumb-columns-9 .flex-control-thumbs li {width: 11.11111111111111%;}
.thumb-columns-10 .flex-control-thumbs li {width: 10%;}

.flex-control-thumbs img { width: 100%; cursor: pointer;}
.flex-control-thumbs li:hover { border-bottom: 2px solid #FF4629; }
.flex-control-thumbs li.flex-active { border-bottom: 2px solid #FF4629; }

.flex-control-thumbs img {
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}	
	
div.flex-slider-caption {
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	color: white;
	background: #555;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 29px;
}

div.flex-slider-caption p {
	margin-bottom: 0px;
}	
/*----------------------------------------------------------------------------------------------------------------------------
 End of FlexSlider
----------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------
 10. Comments
----------------------------------------------------------------------------------------------------------------------------*/
div.bk-comments-wrap {
	margin-left: 55px;
	min-height: 40px;
	margin-bottom: 40px;
	position: relative;
	top: 0px;
	left: 0px;
}

a.bk-discussion-icon,
a.bk-add-comment-icon {
	position: absolute;
	display: block;
	top: 0px;
	left: -55px;
	width: 40px;
	height: 40px;
	background-color: #404040;
	background-image: url("images/post-formats-sprite.png");
	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}	

@media (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
		a.bk-discussion-icon,
		a.bk-add-comment-icon {
			background-image: url("images/retina/post-formats-sprite@2.png");
			background-size: 480px 80px;
		}
}	



a.bk-discussion-icon {
	background-position: -400px 0px;
}	

a.bk-add-comment-icon {
	background-position: -440px 0px;
}	

a.bk-discussion-icon:hover {
	background-position: -400px -40px;
	background-color: #ff4629;
}	

a.bk-add-comment-icon:hover {
	background-position: -440px -40px;
	background-color: #ff4629;
}		

div#comments div.nav-previous{
	float: left;
}

div#comments div.nav-next{
	float: right;
}

div#respond {
	margin-top: 20px;
}

div#respond p.form-submit input[type=submit]{
	background: #404040; /* Old browsers */
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	border-width: 0px;
	position: relative;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
	color: white;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}


div#respond p.form-submit input[type=submit]:hover{
	background: #ff4629; 
}
	

ol.bk_comment_list div#respond {
	position: relative;
	top: -20px;
	left: 0px;
	z-index: 1;
	padding: 10px;
	margin-top: -5px;
	background-color: #fafafa;
}

div#respond span.required {
	color: #ff4629;
}

div#respond span.bk-cancel-reply-link {
	position: absolute;
	top: 0px;
	left: 10px;
}	

div#respond input[type=text], div#respond textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}	

div#respond p.comment-form-author span.required,
div#respond p.comment-form-email span.required,
div#respond p.comment-form-url span.required{
	/*
	display: block;
	float: left;
	margin-left: 5px;
	*/
}

div#respond p.comment-form-comment label{
	float: none;
}	

div#respond p.comment-form-author,
div#respond p.comment-form-email,
div#respond p.comment-form-url {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
}

@media only screen and (max-width: 767px) {
	div#respond p.comment-form-author,
	div#respond p.comment-form-email,
	div#respond p.comment-form-url {
	display: block;
	float: none;
	width: 100%;
}
}	

div#respond p.comment-form-url {
	margin-right: 0px !important;
}		

div#respond label {
	display: block;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
}	

ol.bk_comment_list {
	margin-left: 0px !important;
}	

ol.bk_comment_list li.comment,
ol.bk_comment_list {
	list-style: none;
}	

ol.bk_comment_list li.comment {
	margin-bottom: 20px;
}	

ol.bk_comment_list li.comment div#respond {
	margin-left: 80px;
}

ol.bk_comment_list li.comment ul.children div#respond {
	margin-left: 60px;
}			

ol.bk_comment_list li.comment div.content-wrap span.comment-tip{
	display: block;
	position: absolute;
	top: 0px;
	left: -20px;
	border-width: 10px;
	border-style: solid;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

ol.bk_comment_list li.comment div.content-wrap {
	margin-left: 80px;
	padding: 10px;
	background: #f0f0f0;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}

ol.bk_comment_list li.comment span.fn {
	font-weight: bold;
}

ol.bk_comment_list li.comment div.content-wrap p{
	margin-bottom: 10px;
}

ol.bk_comment_list li.comment.bypostauthor > div.comment > div.content-wrap {
	border-bottom: 1px solid #ff4629;
}

ol.bk_comment_list li.comment ul.children div.content-wrap{
	margin-left: 60px;
}

ol.bk_comment_list li.comment ul.children{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

ol.bk_comment_list li.comment div.comment-avatar {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

div#respond h4.comments-section {
	line-height: 1.0;
}	

ol.bk_comment_list ul.children li.comment div.comment-avatar {
	width: 40px;
	height: 40px;
}

/*
  Smush it so it can look pretty on retina displays
*/
ol.bk_comment_list li.comment div.comment-avatar img.avatar {
	width: 100% !important;
	height: 100% !important;
}	

ol.bk_comment_list li.comment div.comment-avatar{
}
/*----------------------------------------------------------------------------------------------------------------------------
 End of Comments
----------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------- 
11. Theme Footer
---------------------------------------------------------------------------------------------------------------------------- */
#bk-footer-top-area-line {
	position:relative;
}

#bk-footer-top-area-line.with_content:after {
  content:"";
  display:block; /* reduce the damage in FF3.0 */
  position:absolute;
  bottom:3px;
  left:0px;
  width:0;
  border-width: 20px;
  border-style: solid;
  border-left-color: #ff4629;
  border-bottom-color: #ff4629;
  border-right-color: transparent;
  border-top-color: transparent;
}

footer.bk-footer-outer-wrap.regular #bk-footer-top-area-line.with_content:after {
	display: none !important;
}	

footer.bk-footer-outer-wrap.open span.bk-cross-toggle {
	background-position: -27px -2px;
}	

footer.bk-footer-outer-wrap.fixed {
	position: fixed;
	width: 100%;
	z-index: 203;
	bottom: 0px;
	left: 0px;
}	

footer.bk-footer-outer-wrap div.bk-footer-content {
	display: none;
}

footer.bk-footer-outer-wrap.regular div.bk-footer-content {
	display: block;
}	

footer.bk-footer-outer-wrap.open div.bk-footer-content {
	display: block;
}			

#bk-footer-top-area-line span.bk-cross-toggle {
	display: none;
}	

#bk-footer-top-area-line.with_content span.bk-cross-toggle{
	display: block;
	bottom: 0px;
	left: 0px;
}

#bk-footer-top-area-line.with_content span.bk-cross-toggle {
	background-position: -2px 0px;
}

footer.bk-footer-outer-wrap.regular #bk-footer-top-area-line.with_content span.bk-cross-toggle {
	display: none !important;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  #bk-footer-top-area-line.with_content span.bk-cross-toggle {
  	background-position: url("images/retina/cross@2.png") -2px 0px no-repeat;
  }	
}  	


footer.bk-footer-outer-wrap.open #bk-footer-top-area-line.with_content span.bk-cross-toggle {
	background-position: -31px 0px;
}

div.bk-footer-inner-content {
  padding-top: 30px;
}		

div.bk-footer-content {
	background: #404040;
	color: white;
}

div#bk-subfooter {
	line-height: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	background: #333333;
}

div#bk-subfooter ul.footer-links {
	margin-bottom: 0px;
}	

div.bk-subfooter-logo-wrap,
div.bk-subfooter-content-wrap  {
  float: left;
}
	

div#bk-subfooter p {
	margin-bottom: 0px;
}

div#bk-subfooter ul.footer-links li{
	display: block;
	float: left;
	margin-left: 20px;
}

/*
  Common header and footer styles
*/																
footer.bk-footer-outer-wrap,
div.bk-header-outer-wrap {
	color: #999;
}

footer.bk-footer-outer-wrap a,
div.bk-header-outer-wrap a{
	color: #ccc;
	text-decoration: none;
}

.bk-footer-content h3.widget-title,
div.bk-header-content h3.widget-title{
	border-bottom: 1px solid #999;
}

footer.bk-footer-outer-wrap a:hover,
div.bk-header-outer-wrap a:hover{
	color: #FFFFFF;
}	

/*---------------------------------------------------------------------------------------------------------------------------- 
 12. Nivo slider
---------------------------------------------------------------------------------------------------------------------------- */

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.slider-wrapper {
	position: relative;
	margin: auto;
}	

.nivoSlider {
	position:relative;
	width:100%;
	overflow: hidden;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
}


.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	bottom: 0px !important;
	right: 0px !important;
	display: block;
	float: right;
	background:#555;
	color:#fff;
	z-index:8;
}

.nivo-caption p.nivo-inner-wrap {
	padding-left:10px;
	padding-right:10px;
	margin:0;
}

.nivo-caption p {
  line-height: 29px;
  margin-bottom: 0px;
}

.nivo-html-caption {
  display:none;
}

.nivo-directionNav a {
	position:absolute;
	bottom:0px;
	z-index:9;
	cursor:pointer;
	display:block;
	width:29px;
	height:29px;
	background: #555 url("images/big-arrows-sprite.png") no-repeat 0 0;
	text-indent: -999px;
	border:0;
}

.nivo-directionNav a:hover {
	background-color: #FF4629;
}	

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  	.nivo-directionNav a {
  		background-image: url("images/retina/big-arrows-sprite@2.png");
  		background-size: 58px 58px;
  	}	
} 

.theme-default .slider-wrapper {
	width: 100%;
}	

.theme-default a.nivo-nextNav {
	background-position: -29px 0px; bottom: 0px; left: 29px;
}

.theme-default a.nivo-prevNav {
	background-position: 0px 0px;  bottom: 0px; left: 0px;
}

.theme-default a.nivo-nextNav:hover {
	background-position: -29px -29px;
}
.theme-default a.nivo-prevNav:hover {
	background-position: 0px -29px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

div#article .theme-default .nivo-caption p{
  margin-bottom: 0px;
}

/*----------------------------------------------------------------------------------------------------------------------------
 13. Widgets
----------------------------------------------------------------------------------------------------------------------------*/

/*
  Sidebars
*/
ul.sidebar-content > li {
	margin-bottom: 30px;
}	

/*
  Common rules
*/
span.widget-time {
}

span.widget-post-title {
	font-weight: bold;
}

span.widget-post-title a {
	color: #555;
}

span.widget-post-title a:hover {
	color: #FF4629;
}			

/*
  Contact form widget
*/
div.contact-form-wrap {
	margin-right: 12px;
}

div.contact-form-wrap input,
div.contact-form-wrap textarea{
	width: 100%;
	margin-bottom: 5px;
}

div.contact-form-wrap textarea{
	height: 100px;
}			

div.contact-form-wrap label{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

div.contact-response-wrap p {
	margin-bottom: 20px;
}	

div.contact-form-wrap a.submit span.ajax-loading-icon{
	display: none;
}

div.contact-form-wrap a.submit.loading span.ajax-loading-icon{
	display: block;
}

div.contact-form-wrap a.submit.loading {
	padding-right: 36px;
}		

/*
  google map widget
*/
div.bk-google-map-wrap div.bk-google-map-frame {
	margin-bottom: 10px; 
}

div.bk-google-map-wrap div.left-textarea {
	float: left;
	width: 49%;
	padding-right: 1%;
}	

div.bk-google-map-wrap div.right-textarea {
	float: right;
	width: 49%;
	padding-left: 1%;
}		

/*
  Flickr widget
*/

div.flickr-photos {
	margin-right: -2px;
}	

div.flickr-photos a {
	display: block;
	position: relative;
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 2px;
	margin-bottom: 2px;
}

div.flickr-photos a img {
	width: 72px;
	height: 72px;
}

/*
  Recent portfolio widget
*/
	
ul.bk-recent-portfolio-widget	 {
	margin-left: 0px !important;
	margin-right: -2px;
}	

ul.bk-recent-portfolio-widget li {
	display: block;
	float: left;
}	

ul.bk-recent-portfolio-widget li a {
	display: block;
	position: relative;
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 2px;
	margin-bottom: 2px;
}

ul.bk-recent-portfolio-widget li img {
	width: 72px;
	height: 72px;
}

/*
  Recent post widget - general rules 
*/
ul.bk-recent-posts-widget {
  margin-left: 0px !important;
  list-style: none !important;
}
ul.bk-recent-posts-widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #f0f0f0;
}

ul.bk-recent-posts-widget li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
}	

div.widget-thumb.img-frame.left {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	position: relative;
}

ul.bk-recent-posts-widget span.widget-post-title,
ul.bk-recent-posts-widget span.widget-time,
ul.bk-recent-posts-widget span.widget-comment-excerpt {
	display: block;
}

ul.bk-recent-posts-widget li div.widget-thumb img {
	width: 60px;
	height: 60px;
}		

/*
  Twitter widget
*/		

div.bk-twitter-widget-outer-wrap {
	margin-bottom: 40px;
}	

ul.bk-twitter-widget {
	margin-bottom: 20px;
}	

ul.bk-twitter-widget li p {
	margin-bottom: 10px;
}	

/*
  Pinterest Widget
*/

ul.bk-pinterest-pins {
	margin-left: 0px !important;
	margin-right: -2px;	
}	

ul.bk-pinterest-pins li {
	display: block;
	width: 72px;
	height: 72px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}	

ul.bk-pinterest-pins a {
	display: block;
	position: relative;
	width: 72px;
	height: 72px;
}

ul.bk-pinterest-pins li a img {
	width: 72px;
	height: 72px;
}

/*
  dribbble widget
*/

ul.bk-dribbble-shots {
	margin-left: 0px !important;
	margin-right: -2px;
}	

ul.bk-dribbble-shots li {
	display: block;
	width: 72px;
	height: 72px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	overflow: hidden;
}	

ul.bk-dribbble-shots a {
	display: block;
	position: relative;
	width: 72px;
	height: 72px;
}

ul.bk-dribbble-shots li a img {
	height: 72px;
	max-width: none !important;
}

/*
 Testimonial widget
*/

div.bk-testimonials-wrap {
	margin-bottom: 20px;
}

ul.bk-testimonials-widget {	
	margin-left: 0px !important;
	list-style: none !important;
}	

div.bk-testimonials-wrap .flex-direction-nav { bottom: 100%; left: 100%; width: 38px; height: 19px;}
div.bk-testimonials-wrap .flex-direction-nav a {width: 19px; height: 19px; display: block; background: #555 url("images/small-arrows-sprite.png") no-repeat 0 0; position: absolute; text-indent: -9999px;}

div.bk-testimonials-wrap a.flex-next {
	background-position: -19px 0px;
	position: relative;
	left: -19px;
	top: 19px;
}	

div.bk-testimonials-wrap a.flex-prev {
	background-position: 0px 0px;
	left: -38px;
	top: 19px;
}	

div.bk-testimonials-wrap a.flex-next:hover {
	background-position: -19px -19px;
}	

div.bk-testimonials-wrap a.flex-prev:hover {
	background-position: 0px -19px;
}

div.bk-testimonials-wrap a.flex-next:hover,
div.bk-testimonials-wrap a.flex-prev:hover {
	background-color: #FF4629;
}		

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  	div.bk-testimonials-wrap .flex-direction-nav a {
  		background-image: url("images/retina/small-arrows-sprite@2.png");
  		background-size: 59px 38px;
  	}	
} 

div.bk-testimonial-body {
	padding: 10px;
	background: #f0f0f0;
	position: relative;
	margin-bottom: 20px;
}

div.bk-testimonial-body p{
	margin-bottom: 0px;
}	

div.testimonial-tip {
  display:block; /* reduce the damage in FF3.0 */
  position:absolute;
  bottom:-20px;
  left:20px;
  width:0;
  border-width: 10px;
  border-style: solid;
  border-top-color: #f0f0f0;
  border-left-color: #f0f0f0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}	

span.bk-testinonial-title {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}		

span.bk-testimonial-content {
	font-style: italic;
}

div.testimonial-avatar-wrap {
	display: inline-block;
	margin-right: 10px;
}

div.testimonial-avatar-wrap img {
	width: 40px !important;
	height: 40px;
}	

span.author-position {
	padding-left: 5px;
}	

span.author-name,
span.author-position {
	display: inline-block;
	vertical-align: top;
}	

/*
  separator
*/		
div.section-entry-title-wrap.plain {
	border-bottom-width: 0px;
}

/*
  Toggle & Accordion
*/	
div.bk-toggle-header {
	padding: 10px;
	background: #F0F0F0;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	text-transform: uppercase;
}

div.bk-toggle-header span.bk-header-button {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: url("images/cross.png") 0px -29px no-repeat;
}

div.bk-toggle div.bk-toggle-header span.bk-header-button{
	background-position: -29px -29px;
}	

div.bk-toggle.bk-toggle-closed div.bk-toggle-header span.bk-header-button {
  background-position: 0px -29px;
}

div.bk-toggle-header span.bk-header-button{
	background-position: 0px -29px;
}

div.bk-toggle-header.ui-state-active span.bk-header-button{
	background-position: -29px -29px;
}		

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  div.bk-toggle-header span.bk-header-button {
  	background-image: url("images/retina/cross@2.png");
  	background-size: 58px 58px;
  }	
}

div.bk-toggle-content-outer-wrap,
div.bk-accordion-outer-wrap {
	padding: 10px;
	padding-top: 0px;
}

div.bk-toggle.bk-toggle-closed div.bk-toggle-content-outer-wrap {
	display: none;
}

div.bk-toggle-content-outer-wrap p,
div.bk-accordion-outer-wrap p{
  margin-bottom: 10px;
}		

/*
  Tabs
*/
div.ui-tabs-hide {
	display: none;
}

div.bk-tabs ul.ui-tabs-nav {
	margin-left: 0px !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

div.bk-tabs div.dividable-content p {
	margin-bottom: 10px;
}	

div.bk-tabs ul.ui-tabs-nav li {
	display: block;
	position: relative;
	top: 1px;
	float: left;
}

div.bk-tabs ul.ui-tabs-nav li a{
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
	padding: 10px;
	padding-top: 0px;
	display: block;
	line-height: 12px;
}

div.bk-tabs ul.ui-tabs-nav li {
	border-bottom: 2px solid transparent;	
}	

div.bk-tabs ul.ui-tabs-nav li.ui-tabs-selected,
div.bk-tabs ul.ui-tabs-nav li.ui-tabs-active {
	border-bottom: 2px solid #FF4629;
}

div.bk-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
div.bk-tabs ul.ui-tabs-nav li.ui-tabs-active,
div.bk-tabs ul.ui-tabs-nav li:hover a{
	color: #404040;
}

/*
Dropcaps
*/	 		

span.dropcap {
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 3px;
    background-color: #555555;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: normal;
}

span.dropcap.round {
	color: white;
	-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

span.dropcap.square {
	color: white;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}		

span.dropcap.plain {
	background-color: transparent;
	-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 40px;
  font-weight: normal;
}
/*
  widget_nav_menu
*/
.widget_nav_menu ul.sub-menu {
	margin-bottom: 0px;
	margin-left: 10px;
}

/*
 Search form wrap
*/		
div.bk-search-form-wrap {
	margin-right: 12px;
}

div.bk-search-form-wrap input{
	width: 100%;
}

/*----------------------------------------------------------------------------------------------------------------------------
 14. Slider Revolution Rules
----------------------------------------------------------------------------------------------------------------------------*/

div.rev_slider_wrapper iframe { 
	max-width: none;
}

div.rev_slider_wrapper .tp-rightarrow.large,
div.rev_slider_wrapper .tp-leftarrow.large {
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	margin-top: -15px;
	width: 30px; 
	height: 29px;
	background: #555 url("images/big-arrows-sprite.png") no-repeat 0 0;
}

div.rev_slider_wrapper .tp-bullets.simplebullets.square-old .bullet {
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	background: #555;
	margin: 2px;
}

div.rev_slider_wrapper .tp-bullets.simplebullets.square-old .bullet:hover,
div.rev_slider_wrapper .tp-bullets.simplebullets.square-old .bullet.selected {
	background: #ff4629; 
}		

div.rev_slider_wrapper .tp-leftarrow.large {
	background-position: 0px 0px;
	margin-left: 0px;
}

div.rev_slider_wrapper .tp-rightarrow.large {
	background-position: -29px 0px;
	margin-left: 0px;
}

@media 
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1), 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-device-pixel-ratio: 2) {
  	div.rev_slider_wrapper .tp-rightarrow.large,
		div.rev_slider_wrapper .tp-leftarrow.large {
  		background-image: url("images/retina/big-arrows-sprite@2.png");
  		background-size: 58px 58px;
  	}	
}  	

div.rev_slider_wrapper .tp-rightarrow.large:hover,
div.rev_slider_wrapper .tp-leftarrow.large:hover { 
	background-color: #ff4629; 
}

div.rev_slider_wrapper .tp-leftarrow.large:hover {
	background-position: 0px -29px;
}

div.rev_slider_wrapper .tp-rightarrow.large:hover {
	background-position: -29px -29px;
}	

div.rev_slider_wrapper .tp-bannertimer {
	z-index: 98;
}	