body
{
	color:#444444;
	font-size:16px;
	line-height:1.7;
}

a, a:hover
{
	color:#5d78b3;
}


/* page head */
#home-header h1
{
	font-size:40px;
	text-transform:uppercase;
	margin-top:30px;
}

#home-header h1
{
	color:#333333;
}

#home-header
{
	background-color:#C7D8FF;
	padding:40px;
	margin-top:-5px;
	margin-bottom:20px;
	position:relative;
	
}
#home-header #logo
{
	float:left;
	margin-right:20px;
	opacity:0.8;
}

.navbar-default
{
	background-color:#4662A0;
	font-weight:normal;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
	background:rgba(255,255,255,.2);
	color:#ffffff;
	transition: all 0.2s ease-out;
}

.navbar-default .navbar-nav>li>a
{
	transition: all 0.2s ease-out;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus
{
	background:rgba(50,50,50,0.1);
	color:#333333;
	
	transition: all 0.1s ease-out;
}
.navbar-nav>li>.dropdown-menu>li>a
{
	transition: all 0.1s ease-out;
	padding:10px 20px;
}
.navbar-nav>li>.dropdown-menu
{
	background-color:#fefefe;
	border-color:rgba(0,0,0,0.1);
	border-top:0;
	margin-left:-1px;
}


.navbar-brand
{
	margin-top:-5px;
	
	-webkit-filter: drop-shadow(8px 5px 0 rgba(185,185,185,0.7));
	-moz-filter: drop-shadow(8px 5px 0 rgba(185,185,185,0.7));
	-ms-filter: drop-shadow(8px 5px 0 rgba(185,185,185,0.7));
	-o-filter: drop-shadow(8px 5px 0 rgba(185,185,185,0.7));
	filter: drop-shadow(8px 5px 0 rgba(185,185,185,0.7));
	/*filter: url(shadow.svg#drop-shadow);*/
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}
.navbar-brand:hover
{
	/*transform: rotate(90deg);
	transform-origin:50% 50%;
	-ms-transform: rotate(90deg);
	-ms-transform-origin:50% 50%;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin:50% 50%;*/
	opacity:0.8;
	
	-webkit-filter: drop-shadow(0 0 0 rgba(185,185,185,0.7));
	-moz-filter: drop-shadow(0 0 0 rgba(185,185,185,0.7));
	-ms-filter: drop-shadow(0 0 0 rgba(185,185,185,0.7));
	-o-filter: drop-shadow(0 0 0 rgba(185,185,185,0.7));
	filter: drop-shadow(0 0 0 rgba(185,185,185,0.7));
	/*filter: url(shadow.svg#drop-shadow);*/
	
	
}

.dropdown
{
	
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
	background-color:rgba(0,0,0,0.1);
	
}


.tile-container, .tile-hover-container
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.8;
}

.tile-container .tile, .tile-hover-container .tile
{
	width:50px;
	height:50px;
	background:#ffffff;
	position:absolute;
	top:0;
	left:0;
	
	filter: alpha(opacity=10);
	opacity: 0.1;
	
	-webkit-transition: opacity 2s ease-out;
	-moz-transition: opacity 2s ease-out;
	-ms-transition: opacity 2s ease-out;
	-o-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
	
}
.tile-hover-container .tile
{
	filter: alpha(opacity=0);
	opacity: 0;
}
.tile-container .tile.tile-active, .tile.tile-active-60
{
	filter: alpha(opacity=80);
	opacity: 0.8;
	
	-webkit-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
	
}
.tile.tile-active-60
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	
}

.caret
{
	margin-left:5px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a
{
	font-family: 'Montserrat', sans-serif;
	-webkit-text-stroke: 0.3px;
	-webkit-font-smoothing: antialiased;
	color:#333333;
}
h1, .h1
{
	font-size:37px;
	-webkit-text-stroke: 0.6px;
	
}
h1 a, h2 a, h3 a
{
	color:#333333;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover
{
	color:#999999;
	text-decoration:none;
}
h2, .h2
{
	font-size:30px;
	-webkit-text-stroke: 0.3px;
	line-height:35px;
}
.archive #main .post h3 {
	line-height:35px;
}

h3.sd-title
{
	-webkit-text-stroke: 0;
	width:auto !important;
	padding-right:20px !important;
}
div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3
{
	width:auto !important;
}
div.sharedaddy .sd-content
{
	float:left !important;
}

h4, .h4
{
	font-size:18px;
}

.blog a.thumbnail
{
	border:0;
	border-radius:0;
	background-color:#f4f4f4;
	text-decoration:none;
}
.blog a.thumbnail:hover
{
	text-decoration:none;
	opacity:0.8;

}

.blog a.thumbnail:hover img
{
	/*opacity:0.8;*/
}


.blog a.thumbnail
{
	color:#666666;
}

.kineticjs-content
{
	display:block !important;
}

.blog a.thumbnail .image-layer
{
	display:block;
	/*border:1px solid #dddddd;
	overflow:hidden;
	height:200px;*/
	padding:0;
}
.blog .caption h4
{
	font-weight:normal;
	line-height:25px;
	margin:0;
	padding:5px 0 0 0;
}
.blog a.thumbnail img
{
	display:block;
	width:100%;
}
.blog a.thumbnail:hover .caption h4
{
	color:#999999;
}




.widget_recent_entries, .widget_tptn_pop, .widget_recent_comments
{

}

.widget ul, .widget li
{
	list-style-type:none;
	padding:0;
	margin:0;
	background-color
}

.widget
{
	background-color:#f4f4f4;
	padding:15px;
	
}

.widget li
{
	display:block;
	
	
	border-bottom:1px solid #e4e4e4;
}


.widget li a
{
	text-decoration:none;
	display:block;
	padding:10px 5px;
	margin-left:-5px;
	margin-right:-5px;
	color:#5d78b3;
	
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.widget li:last-child
{
	border:0;
}

.widget li a:hover
{
	
	background-color:#ffffff;
	color:#5d78b3;
}

.widget_text
{
	background:transparent;
	padding:10px 0;
}
.widget_text li
{
	border:0;
	padding:10px 0;
}

#content
{
	padding-top:20px;
}
#content .page-header
{
	
}

#bbpress-forums
{
	font-size:16px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results
{
	font-size:16px;
}
.bbp-forum-freshness, .bbp-topic-freshness
{
	font-size:13px;
}
#wp-bbp_topic_content-wrap
{
	border:1px solid #cccccc;
}

span#subscription-toggle
{
	float:right;
}




.metaslider
{
	-moz-box-shadow:    0 0 0 1px #cccccc;
	-webkit-box-shadow: 0 0 0 1px #cccccc;
	box-shadow:         0 0 0 1px #cccccc;
}

.edd_download_purchase_form .edd_price_options li, .edd_sl_changelog_widget li
{
	border:0;
}

p.edd-meta
{
	padding-top:25px;
}
.widget.widget_sl_changelog
{
	background:transparent;
	padding:0;
}
.edd_sl_changelog_widget p
{
	margin: 0;
}
.edd_sl_changelog_widget ul li
{
	padding-left:20px;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}
.edd_sl_changelog_widget ul
{
	list-style-type: disc;
	list-style-position: inside;
}

.edd_sl_changelog_widget em
{
	float:right;
	font-size:12px;
}

#main .documentation
{

}
#main .documentation img
{
	margin-top:10px;
	margin-bottom:10px;
}

#main .documentation h2
{
	margin-top:-80px;
	padding-top:100px;
}
#main .documentation h3
{
	margin-top:-70px;
	padding-top:90px;
}

.search-filter-docs-nav ul li ul
{
	margin-top:-5px;
	padding-left:20px;

}
.search-filter-docs-nav ul li
{
	padding-top:0;
	padding-bottom:0;
}

.search-filter-docs-nav ul li ul li a
{
	padding:0;
}

.page-template-dandc-page-product .widget.widget_sl_changelog div.edd_sl_changelog_widget
{
	max-height:400px;
	overflow:auto;
	padding-right:10px;
}





#bbpress-forums .bbp-author-role.bbp-author-role-keymaster,
#bbpress-forums .bbp-author-role.bbp-author-role-moderator
{
	font-weight: bold;
	font-size: 14px !important;
	font-style: normal !important;
    background-color: #B6C0D8;
    color: #fff;
}


#bbpress-forums .bbp-private-reply .bbp-author-role.bbp-author-role-keymaster,
#bbpress-forums .bbp-private-reply .bbp-author-role.bbp-author-role-moderator
{
	background-color: rgba(101, 100, 100, 0.26);
}


#bbpress-forums .odd.user-id-2.reply.type-reply.status-publish.hentry,
#bbpress-forums .odd.user-id-3902.reply.type-reply.status-publish.hentry
{
	background-color:#E0E9FF;

}
#bbpress-forums .even.user-id-2.reply.type-reply.status-publish.hentry,
#bbpress-forums .even.user-id-3902.reply.type-reply.status-publish.hentry
{
	/* background-color:#C7D8FF; */
	background-color:#E0E9FF;
}