/*
Theme Name: Betamagz
Theme URI: http://www.republikwp.com/betamagz/
Author: republikwp
Author URI: http://themeforest.net/user/republikwp
Version: 1.2
License: Please read the attached license folder!
License URI: <a href="http://wiki.envato.com/support/legal-terms/licensing-terms/">http://wiki.envato.com/support/legal-terms/licensing-terms/</a>
Tags: fluid-layout, theme-options, white, fixed-layout, translation-ready
Description: WordPress theme with magazine style, newspaper style and blog style with powerful rating system and woocommerce
*/

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
00. RESET
01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. HOME STYLES

******************************************************************/
/**
 * 00. RESET
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: none;
}
a:active, a:hover {
	outline: 0;
	-moz-transition: color 200ms ease-in-out 0s, background-color 200ms ease-in-out 0s;
	-webkit-transition: color 200ms ease-in-out 0s, background-color 200ms ease-in-out 0s;
	-o-transition: color 200ms ease-in-out 0s, background-color 200ms ease-in-out 0s;
	transition: color 200ms ease-in-out 0s, background-color 200ms ease-in-out 0s;
	text-decoration:none;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
#main article img {
	height: auto;
	max-width: 100%;
}
img.alignleft {
	margin-right: 20px;
	margin-bottom:20px;
	float: left;
}
img.alignright {
	margin-left: 20px;
	margin-bottom:20px;
	float: right;
}
img, img.aligncenter, img.alignleft, img.alignright {
	max-width:100%!important;
	height:auto;
}
img.aligncenter {
	margin: 0 auto 20px auto;
	clear:both;
}
.header-right3 .widget,
.header-left3 .widget,
.header-right3 img.aligncenter,
.header-right3 img.alignleft,
.header-right3 img.alignright,
.header-right3 img.alignnone ,
.header-left3 img.aligncenter,
.header-left3 img.alignleft,
.header-left3 img.alignright,
.header-left3 img.alignnone {
	margin-bottom: 0!important;
}
embed, iframe, object, video {
	width: 100%;
	border:none;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.gallery-caption {
}
@media print {
* {
	text-shadow: none !important;
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
 content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 2cm .5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.table td,  .table th {
	background-color: #fff !important;
}
.btn > .caret,  .dropup > .btn > .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table-bordered th,  .table-bordered td {
	border: 1px solid #ddd !important;
}
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
select {
	border:none;
	border:1px solid rgba(0,0,0,0.2);
	padding:10px;
}
button, input, select[multiple], textarea {
	background-image: none;
}
a, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration:none;
}
.footer-nav a, .footer-nav  a:visited{
	color: #ccc!important;
}
.footer-nav a:hover{
	color: rgba(258, 258, 258, 0.3)!important;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
}
p {
	margin: 0 0 10px;
}
cite {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom:0;
}
#content #main article section.entry-content h1,
#content #main article section.entry-content h2 ,
#content #main article section.entry-content h3, 
#content #main article section.entry-content h4, 
#content #main article section.entry-content h5, 
#content #main article section.entry-content h6  {
	margin-bottom:25px;
	color:#000;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.428571429;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}

@media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
.dl-horizontal dd:before,  .dl-horizontal dd:after {
	content: " ";
	/* 1 */  
    display: table;/* 2 */
  }
.dl-horizontal dd:after {
	clear: both;
}
.dl-horizontal dd:before,  .dl-horizontal dd:after {
	content: " ";
	/* 1 */  
    display: table;/* 2 */  
  }
.dl-horizontal dd:after {
	clear: both;
}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	float:left;
	border-left: 5px solid#eeeeee;
}
blockquote p {
	color:#999;
	font-style:italic;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote small {
	display: block;
	line-height: 1.428571429;
	color: #999999;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}
code, pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}
pre.prettyprint {
	margin-bottom: 20px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.main-wrapper {
	width:100%;
	float:left;
}
.container {
	margin:0 auto;
	background:#fff;
	padding-left:25px;
	padding-right:25px;
}
.container-slidertop {
	margin-right: auto;
	margin-left: auto;
	background:#fff;
}
.header-top .container {
	background:transparent;
}
..container-nav {
	margin-right: auto;
	margin-left: auto;
	padding: 0 25px;
}
.container:before, .container:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.container:after {
	clear: both;
}
.container:before, .container:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.container:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.row:after {
	clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left:1.5%;
	padding-right:1.5%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
	float: left;
}
.col-xs-1 {
	width: 8.333333333333332%;
}
.col-xs-2 {
	width: 16.666666666666664%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333333333333%;
}
.col-xs-5 {
	width: 41.66666666666667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.333333333333336%;
}
.col-xs-8 {
	width: 66.66666666666666%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333333333334%;
}
.col-xs-11 {
	width: 91.66666666666666%;
}
.col-xs-12 {
	width: 100%;
}

/*=========== MODIF: HANDLE PADDING LEFT AND RIGHT ============*/
.col-xs-1:first-child,.col-sm-1:first-child,.col-md-1:first-child,.col-lg-1:first-child,.col-xs-2:first-child,.col-sm-2:first-child,.col-md-2:first-child,.col-lg-2:first-child,.col-xs-3:first-child,.col-sm-3:first-child,.col-md-3:first-child,.col-lg-3:first-child,.col-xs-4:first-child,.col-sm-4:first-child,.col-md-4:first-child,.col-lg-4:first-child,.col-xs-5:first-child,.col-sm-5:first-child,.col-md-5:first-child,.col-lg-5:first-child,.col-xs-6:first-child,.col-sm-6:first-child,.col-md-6:first-child,.col-lg-6:first-child,.col-xs-7:first-child,.col-sm-7:first-child,.col-md-7:first-child,.col-lg-7:first-child,.col-xs-8:first-child,.col-sm-8:first-child,.col-md-8:first-child,.col-lg-8:first-child,.col-xs-9:first-child,.col-sm-9:first-child,.col-md-9:first-child,.col-lg-9:first-child,.col-xs-10:first-child,.col-sm-10:first-child,.col-md-10:first-child,.col-lg-10:first-child,.col-xs-11:first-child,.col-sm-11:first-child,.col-md-11:first-child,.col-lg-11:first-child,.col-xs-12:first-child,.col-sm-12:first-child,.col-md-12:first-child,.col-lg-12:first-child{padding-left:0 !important}.col-xs-1:last-child,.col-sm-1:last-child,.col-md-1:last-child,.col-lg-1:last-child,.col-xs-2:last-child,.col-sm-2:last-child,.col-md-2:last-child,.col-lg-2:last-child,.col-xs-3:last-child,.col-sm-3:last-child,.col-md-3:last-child,.col-lg-3:last-child,.col-xs-4:last-child,.col-sm-4:last-child,.col-md-4:last-child,.col-lg-4:last-child,.col-xs-5:last-child,.col-sm-5:last-child,.col-md-5:last-child,.col-lg-5:last-child,.col-xs-6:last-child,.col-sm-6:last-child,.col-md-6:last-child,.col-lg-6:last-child,.col-xs-7:last-child,.col-sm-7:last-child,.col-md-7:last-child,.col-lg-7:last-child,.col-xs-8:last-child,.col-sm-8:last-child,.col-md-8:last-child,.col-lg-8:last-child,.col-xs-9:last-child,.col-sm-9:last-child,.col-md-9:last-child,.col-lg-9:last-child,.col-xs-10:last-child,.col-sm-10:last-child,.col-md-10:last-child,.col-lg-10:last-child,.col-xs-11:last-child,.col-sm-11:last-child,.col-md-11:last-child,.col-lg-11:last-child,.col-xs-12:last-child,.col-sm-12:last-child,.col-md-12:last-child,.col-lg-12:last-child{padding-right:0 !important}
@media (max-width: 767px) {
.col-xs-1:first-child,.col-sm-1:first-child,.col-md-1:first-child,.col-lg-1:first-child,.col-xs-2:first-child,.col-sm-2:first-child,.col-md-2:first-child,.col-lg-2:first-child,.col-xs-3:first-child,.col-sm-3:first-child,.col-md-3:first-child,.col-lg-3:first-child,.col-xs-4:first-child,.col-sm-4:first-child,.col-md-4:first-child,.col-lg-4:first-child,.col-xs-5:first-child,.col-sm-5:first-child,.col-md-5:first-child,.col-lg-5:first-child,.col-xs-6:first-child,.col-sm-6:first-child,.col-md-6:first-child,.col-lg-6:first-child,.col-xs-7:first-child,.col-sm-7:first-child,.col-md-7:first-child,.col-lg-7:first-child,.col-xs-8:first-child,.col-sm-8:first-child,.col-md-8:first-child,.col-lg-8:first-child,.col-xs-9:first-child,.col-sm-9:first-child,.col-md-9:first-child,.col-lg-9:first-child,.col-xs-10:first-child,.col-sm-10:first-child,.col-md-10:first-child,.col-lg-10:first-child,.col-xs-11:first-child,.col-sm-11:first-child,.col-md-11:first-child,.col-lg-11:first-child,.col-xs-12:first-child,.col-sm-12:first-child,.col-md-12:first-child,.col-lg-12:first-child{padding-right:0 !important}.col-xs-1:last-child,.col-sm-1:last-child,.col-md-1:last-child,.col-lg-1:last-child,.col-xs-2:last-child,.col-sm-2:last-child,.col-md-2:last-child,.col-lg-2:last-child,.col-xs-3:last-child,.col-sm-3:last-child,.col-md-3:last-child,.col-lg-3:last-child,.col-xs-4:last-child,.col-sm-4:last-child,.col-md-4:last-child,.col-lg-4:last-child,.col-xs-5:last-child,.col-sm-5:last-child,.col-md-5:last-child,.col-lg-5:last-child,.col-xs-6:last-child,.col-sm-6:last-child,.col-md-6:last-child,.col-lg-6:last-child,.col-xs-7:last-child,.col-sm-7:last-child,.col-md-7:last-child,.col-lg-7:last-child,.col-xs-8:last-child,.col-sm-8:last-child,.col-md-8:last-child,.col-lg-8:last-child,.col-xs-9:last-child,.col-sm-9:last-child,.col-md-9:last-child,.col-lg-9:last-child,.col-xs-10:last-child,.col-sm-10:last-child,.col-md-10:last-child,.col-lg-10:last-child,.col-xs-11:last-child,.col-sm-11:last-child,.col-md-11:last-child,.col-lg-11:last-child,.col-xs-12:last-child,.col-sm-12:last-child,.col-md-12:last-child,.col-lg-12:last-child{padding-left:0 !important}
}
@media (min-width: 768px) {
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}
}
@media (min-width: 992px) {
.container{max-width:970px}.container-nav{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}
}
@media (min-width: 1250px) {
.container-nav{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}
}

table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
 background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
 float: none;
 display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
 float: none;
 display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
	background-color: #d0e9c6;
	border-color: #c9e2b3;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
	border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
	background-color: #ebcccc;
	border-color: #e6c1c7;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
	border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
	background-color: #faf2cc;
	border-color: #f8e5be;
}

@media (max-width: 768px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	border: 1px solid #dddddd;
}
.table-responsive > .table {
	margin-bottom: 0;
	background-color: #fff;
}
.table-responsive > .table > thead > tr > th,  .table-responsive > .table > tbody > tr > th,  .table-responsive > .table > tfoot > tr > th,  .table-responsive > .table > thead > tr > td,  .table-responsive > .table > tbody > tr > td,  .table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,  .table-responsive > .table-bordered > tbody > tr > th:first-child,  .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .table-responsive > .table-bordered > thead > tr > td:first-child,  .table-responsive > .table-bordered > tbody > tr > td:first-child,  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,  .table-responsive > .table-bordered > tbody > tr > th:last-child,  .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .table-responsive > .table-bordered > thead > tr > td:last-child,  .table-responsive > .table-bordered > tbody > tr > td:last-child,  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,  .table-responsive > .table-bordered > tbody > tr:last-child > th,  .table-responsive > .table-bordered > tfoot > tr:last-child > th,  .table-responsive > .table-bordered > thead > tr:last-child > td,  .table-responsive > .table-bordered > tbody > tr:last-child > td,  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */

  line-height: normal;
}
input[type="file"] {
	display: block;
}
select[multiple], select[size] {
	height: auto;
}
select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 height: auto;
}
.form-control:-moz-placeholder {
 color: #999999;
}
.form-control::-moz-placeholder {
 color: #999999;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control {
	display: block;
	width: 100%;
	padding: 7px 12px;
	color: #fff;
	vertical-align: middle;
	background-color:rgba(0,0,0,0.2);
	border: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 15px;
}

.radio label, .checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm {
	height: auto;
}
.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 45px;
	line-height: 45px;
}
textarea.input-lg {
	height: auto;
}

@media (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
}
.form-inline .radio,  .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.form-inline .radio input[type="radio"],  .form-inline .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */
}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
}
.btn:focus {
	outline:none;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color:#000;
	border-color:#999;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-link {
	color: #428bca;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover {
	color: #999999;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}
.entry-content footer.article-footer {
	float:left;
	width:100%;
	margin-top:10px;
}
.article-footer i.fa {
	color:#ddd;
	margin-right:10px;
	font-size:120%;
	padding-top:5px;
	float:left;
}
span.edit-link {
	float:left;
}
.btn-sm, .btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.btn-xs {
	padding: 2px 10px;
	margin:0 1px 2px 0;
}
.article-footer p.tags a.btn {
	border:none;
	background:#ddd;
}
.entry-content footer.article-footer p.tags {
	float:left;
	width:100%;
	margin-top:5px;
}
.article-footer p.tags a.btn {
	color:#000;
}
.article-footer p.tags a.btn:hover {
	color:#fff;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0 dotted;
	content: "";
}
.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);

}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
	font-size:90%;
}
.dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #555;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover {
	color: #999999;
}
.dropdown-menu > .disabled > a:hover{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999999;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0 dotted;
	border-bottom: 4px solid #000000;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
	border-top-color: #333333;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
	border-top-color: #fff;
}
.dropup .btn-default .caret {
	border-bottom-color: #333333;
}
.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
	border-bottom-color: #fff;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn-group {
	float: left;
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group-xs > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	padding: 1px 5px;
}
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
 border-top-right-radius: 4px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
 border-bottom-left-radius: 4px;
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified .btn {
	float: none;
	display: table-cell;
	width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
 display: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width:100%;
}
.input-group.col {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	width: 100%;
	margin-bottom: 0;
}
.form-search input.form-control {
	width:97%;
	margin-right:1%;
}
#searchsubmit.btn {
	background:#000;
	padding:8px 12px;
	border:none;
	color:#fff;
	font-size:13px;
}
#searchsubmit.btn:hover {
	background:#333;
	border:none;	
	color:#fff;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	line-height: 45px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.input-group-addon, .input-group-btn {
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
 border-radius: 0;
 padding:3px 10px;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
	z-index: 2;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before, .nav:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.nav:after {
	clear: both;
}
.nav:before, .nav:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #999999;
}
.nav > li.disabled > a:hover {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover {
	background-color: #eeeeee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
}
.container-nav .navbar-collapse {
	max-width:1170;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #dddddd;
	margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
	border-bottom-color: #ffffff;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 5px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
	color: #ffffff;
	background-color: #428bca;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
}
@media (min-width: 768px) {
.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
	border-bottom: 1px solid #dddddd;
	margin-right: 0;
}
.nav-tabs-justified > .active > a {
	border-bottom-color: #ffffff;
}
.tabbable:before, .tabbable:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.tabbable:after {
	clear: both;
}
.tabbable:before, .tabbable:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.tabbable:after {
	clear: both;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
	display: none;
}
.tab-content > .active, .pill-content > .active {
	display: block;
}
.nav .caret {
	border-top-color: #428bca;
	border-bottom-color: #428bca;
}
.nav a:hover .caret {
	border-top-color: #2a6496;
	border-left-color: #2a6496;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	z-index: 1000;
	margin-bottom: 0;
}
.navbar:before, .navbar:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.navbar:after {
	clear: both;
}
.navbar:before, .navbar:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.navbar:after {
	clear: both;
}
@media (min-width: 768px) {
.navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.navbar-header:after {
	clear: both;
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	/* 1 */
  display: table;/* 2 */
}
.navbar-header:after {
	clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
  }
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	/* 1 */
	display: table;/* 2 */
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	/* 1 */
	display: table;/* 2 */
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
	margin-left: -15px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
	margin-right: -15px;
}
.navbar-collapse .navbar-text:last-child {
	margin-right: 0;
}
}
.container > .navbar-header,
.container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
  }
}
.navbar-static-top {
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
	border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: relative;
	right: 0;
	left: 0;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
  }
}

.navbar-fixed-top {
  z-index: 100;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
.navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
.navbar-nav {
    float: left;
    margin: 0;
  }
.navbar-nav > li {
    float: left;
  }
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
.navbar-left {
    float: left !important;
  }
.navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
.navbar-form .form-control {
    display: inline-block;
  }
.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
.navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
.navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover {
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #cccccc;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #e7e7e7;
	color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret {
	border-top-color: #555555;
	border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #777777;
	border-bottom-color: #777777;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
	color: #cccccc;
	background-color: transparent;
}
}
.header-top .container nav {
	float:left;
	width:60%;
}
.header-address {
	float:right;
	margin-right:40px;
	width:30%;
	font-size:12px;
	text-align:right;
	position:relative;
}
.nav-mainwrapper   {
	max-width: 1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.header nav {
	float:left;
	width:100%;
	position:relative;
}
.header-top > div > nav {
	border-top:none;	
	border-bottom:none;		
}
.navbar-default .navbar-link {
	color: #777777;
}
.navbar-default .navbar-link:hover {
	color: #333333;
}
.container-nav {
	max-width: 1170px;
	padding:0 25px;	
}
.container-kodda {
	max-width: 1170px;
	padding:0 25px;		
	margin:0 auto;
	z-index:999;
	position:relative;	
	background:#fff;
}
.navbar-inverse .navbar-brand {
	color: #000;
}
.navbar-inverse .navbar-brand:hover {
	color: #666;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #000;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #666;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #666;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #080808;
	color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
	color: #444444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #999999;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	border:1px solid#000;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #999999;
}
.pagination {
	display: inline-block;
	padding-left: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 15px;
	text-decoration: none;
	color:#000;
	margin-right:1px;
	border-radius:50%;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border:1px solid#666;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
}
.pagination li span.emm-current {
	background:#666;
	color:#fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background:#666;
	color:#fff;
}
.media, .media-body {
	overflow: hidden;
	zoom: 1;
}
.media, .media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top:8px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color:#000;
	border-radius: 0;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color:#000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color:#000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color:#000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}

.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */

  display: table;/* 2 */

}
.clearfix:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.affix {
	position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
@-ms-viewport {
    width: 320px;
  }
}

/*********************
01. GENERAL STYLES
*********************/
html, body {
  /* height: 100%; */
}
body {
	color: #777;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height:25px;
	background-color: #ffffff;
}

.entry-content>p:first-of-type:first-letter ,
.entry-contentinside>p:first-of-type:first-letter {
	font-family: 'Oswald', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	background:#f0f0f0;
	font-size:60px;
	float:left;
	line-height:50px;
	margin:5px 10px 10px 0;
	padding:10px;
	color:#333;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
#inner-content {
  margin-left: -15px;
  margin-right: -15px;
}
#inner-content:before,
#inner-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#inner-content:after {
  clear: both;
}
#inner-content:before,
#inner-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#inner-content:after {
  clear: both;
}
#main {
  position: relative;
  min-height: 1px;
}
header.article-header  {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:10px;
}
.articleheader-wrapper {
	text-align: center;
	background-image: url("images/smalltitle-bg.png");
	background-position: left center;
	background-repeat: repeat-x;
	float:left;
	width:100%;
}
header.article-header h1 {
	color:#000;
	display: inline-block;
	padding:0 15px;
	margin-bottom:10px;	
	background:#fff;
	color:#000;		
	text-transform:uppercase;
}
.subtitle-single {
	float:left;
	width:100%;
	margin-bottom:10px;
	color:#666;	
}
@media (min-width: 1250px) {
#main {
    float: left;
    width: 74%;
  }
}
.sidebar {
	width: 23%;
	float: right;
	position: relative;
	min-height: 1px;
}
.sidebar-inside {
	float:left;
	width:100%;
}
.singlewoo-widget {
	float:left;
	width:100%;
	margin-bottom:30px;
}
#full-width {
  position: relative;
  min-height: 1px;
}
@media (min-width: 1250px) {
#full-width {
    float: left;
    width: 100%;
  }
}
.bypostauthor {
}

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none;
}
h1, .h1 {
	line-height: 1.1;
}
h2, .h2 {
	line-height: 1.1;
}
h1.page-title {
	margin-bottom:5px;
	color:#000;
}
h1.archive-title {
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid#a5a5a5;
}
/*********************
06. HEADER STYLES
*********************/
.wrapper header.header {
	float:left;
	width:100%;
	position:relative;
	z-index:999;
}
.header-top {
	float:left;
	width:100%;
	height:40px;
	background:#fff;
	padding-top:9px;
	z-index:99;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.header-top a:link{
	color:#000;
}
.header-top a:hover{
	color:#aaa;
	text-decoration:underline;
}
.top-nav {
	margin-bottom:0;
	padding-left: 0;
}
.top-nav li {
	display: inline;
	padding: 0 5px;
	border-right:1px solid#ddd;
	font-size:11px;
	text-transform:uppercase;	
}
.header-logowrapper {
	float:left;
	width:100%;
	background:#fff;		
}
.header-logobg {
	max-width:1170px;
	margin:0 auto;
	position:relative;
	padding:0 25px 20px 25px;	
}
.header-logo {
	float:left;
	width:100%;
	padding:35px 0 25px;
	position:relative;
}
.header-logoinside {
	width:100%;
	float:left;
}
.header-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 26%;
}
.header-center {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 0 2%;
	width: 35%;
}
.header-right {
	float: right;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	width: 35%;
	text-align:right;
}
.header-right2 {
	float: right;
	font-size: 14px;
	line-height: 18px;
	text-align:right;
	width: 73%;
}
.header-center3 {
	float: left;
	margin: 0 2%;
	padding: 0;
	width: 48%;
	text-align:center;
}
.header-left3 {
	float: left;
	font-size: 14px;
	line-height: 18px;
	width: 24%;
}
.header-right3 {
	float: right;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	width: 24%;
	text-align:right;
}
.header-center4 {
	margin: 0 auto;
	padding: 0;
	width: 48%;
	text-align: center;
}
.header-logo  img,
.header-left  img,
.header-center  img,
.header-right  img,
.header-right2  img,
.header-right3  img,
.header-left3  img,
.header-center3  img,
.header-center4  img,
.header-logoinside  img {
	margin-bottom:0;
	max-width:100%;
	height:auto;
}
/*********************
07. NAVIGATION STYLES
*********************/
.nav li ul.sub-menu li a, .nav li ul.children li a {
	padding-left: 30px;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
	margin:30px 0 60px 0;
	float:left;
	width:100%;
}
.custom-page {
	float:left;
	width:100%;
}
#contentfrontpage {
	margin:30px 0 0;
	float:left;
	width:100%;
}
#contentfrontpage-slide {
	float:left;
	width:100%;
}
.customfrontpage-wrapper {
	float:left;
	width:100%;
}
.byline {
	color: #999;
}
/* entry content */
.entry-content {
	float:left;
	width:100%;
}
.entry-contentinside {
	float:left;
	width:100%;
	margin-bottom:10px;
	padding-bottom:30px;
	border-bottom:2px solid#ccc;
	font-size:14px;
}
.blog-wrapperindexfull section.entry-content {
	border-bottom:none;
}
.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-content video, .entry-content object {
	max-width: 100%;
	height: auto;
}
.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
/* end .entry-content */
.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;/* images inside wp-caption */
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}
.fluid-width-video-wrapper {
	float:left;
}
.entry-content .fluid-width-video-wrapper {
	margin-bottom:20px;
}
.blog-rightindex .blog-thumb-wrapper .fluid-width-video-wrapper {
	margin-bottom:0;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation, .wp-prev-next {
	margin: 1.1em 0 2.2em;
}
.Betamagz_page_navi li {
	float: left;
	margin-left: 10px;
}
.Betamagz_page_navi li a {
	padding: 3px 6px;
	display: block;
	text-decoration: none;
	position: relative;
}
.Betamagz_page_navi li a:hover, .Betamagz_page_navi li a:focus {
	color: #f01d4f;
	text-decoration: underline;
}
.Betamagz_page_navi li.bpn-current {
	padding: 3px 6px;
	border-bottom: 2px solid #f01d4f;
	position: relative;
}
.Betamagz_page_navi li.bpn-prev-link, .Betamagz_page_navi li.bpn-next-link {
	font-weight: 700;
}
.Betamagz_page_navi li.bpn-prev-link a, .Betamagz_page_navi li.bpn-next-link a {
	padding: 0;
}
.Betamagz_page_navi li.bpn-prev-link a:hover, .Betamagz_page_navi li.bpn-next-link a:hover, .Betamagz_page_navi li.bpn-first-page-link a:hover, .Betamagz_page_navi li.bpn-last-page-link a:hover {
	background: none;
}
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}
/******************************************************************
10. COMMENT STYLES
******************************************************************/
.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 20px 20px 0 20px;
	background:#f9f9f9;
}
.commentlist li:last-child {
	margin-bottom: 0;
}
.commentlist li ul.children {
	margin: 0;
}
.commentlist li[class*=depth-] {
 margin-top: 1.1em;
}
.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}
.commentlist li:not(.depth-1) {
 margin-right: -10px;
 margin-left: -10px;
 margin-top: 0;
 padding-bottom: 0;
 border-top:1px solid#eee;
}
.commentlist .vcard {
	margin-left: 80px;
}
.commentlist .vcard cite.fn {
	font-size:14px;
	font-family: 'Oswald', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#000;
	text-transform:uppercase;	
}
.commentlist .vcard time {
	float: right;
}
.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}
.commentlist .vcard time a:hover {
	text-decoration: underline;
}
.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	border-radius:50%;
	border:2px solid#ddd;
}
.commentlist li.comment .alert,
#comment .alert-info {
	background-color: #f0f0f0!important;
	border-color: #ddd!important;
	color: #000!important;
	float:left;
	width:100%;
	margin-top:15px!important;
}
.commentlist .comment_content {
	margin-left: 80px;
	font-size:12px;
}
.commentlist .comment_content p {
	margin: 10px 0 20px;
	padding-top:10px;
	border-top:1px solid#ccc;
	font-size: 13px;
}
.commentlist .comment-reply-link {
	text-decoration: none;
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform:uppercase;
}
.commentlist .comment-reply-link a, .commentlist .comment-reply-link a:visited{
	color: #000;
}
.commentlist .comment-reply-link a:hover{
	color: #999;
}
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
	margin: 30px 0 0 0;
}
.respond-form form {
	margin: 0.75em 0;
}
li.comment section#respond.respond-form form#commentform ul#comment-form-elements.clearfix li, .respond-form form li {
	list-style-type: none;
	float:left;
	width:32%;
	margin: 0 2% 10px 0;
}
.respond-form form li:last-child {
	float:right;
	margin: 0 0 10px 0;
}
#main ol.commentlist {
	list-style: none outside none;
	margin-left: 0;
	padding-left: 0;
}
#comment-nav ul.clearfix li {
	list-style-type: none;
}
.respond-form form li label, .respond-form form li small {
	font-weight:normal;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
	padding:15px;
	background:#f0f0f0;
	border: none;
	line-height: 1.5em;
}
#commentform ul#comment-form-elements.clearfix {
	list-style: none outside none;
	margin-left: 0;
	padding-left: 0;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
	width:100%;
	padding:10px;
	font-size:12px;
}
.respond-form form textarea {
	resize: none;
	width: 100%;
	height: 150px;
}
h3#comments, #comment-form-title {
	margin-bottom:15px;
	padding-bottom:5px;
	float:left;
	width:100%;
	border-bottom:1px solid#ccc;
	color:#000;	
	text-transform:uppercase;	
}
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
	margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li.menu-item ,
.widget > ul > li{
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	width:100%;
}
.widget ul li.menu-item:hover ,
.widget > ul > li:hover{
	width:100%;
	padding-left:7px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.widget ul {
	list-style: none outside none;
	margin-left: 0;
	padding-left: 0;
	float:left;
	width:100%;
}
.widget ul li {
	padding: 4px 0;
	margin-bottom:1px;
	float:left;
}
.widget ul li.menu-item {
	width:100%;
}
.widget ul li.menu-item:before, 
.widget_links li:before,
.widget_recent_comments li:before,
.widget_rss li:before,
.widget_recent_entries li:before,
.widget_archive li:before ,
.widget ul li.cat-item:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right:7px;
}
.widget ul li ul {
	border-top:none;
	border-bottom:none;
}
.textwidget {
	float:left;
	width:100%;
}
.widget select {
  width: 100%;
}
.widget ul li ul {
	margin-left: 5%;
	width:95%;
}
.widget ul li ul li {
	border-top:none;
}
.widget #members-list {
	margin: 5px 0 20px 0;
	float:left;
	width:100%;
}
.widget form.form-search {
	float: left;
	width: 100%;
}
.widget {
	float: left;
	margin: 0 0 35px;
	width: 100%;
}
.widget:last-child {
	margin: 0 0 0;
}
.widget-topslide1 div#text-6.widget {
	margin: 0 0 5px;
}
.wpb_content_element > div > h2.widgettitle {
	display:none;
}
.widgettitle-wrapper {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:15px;	
	border-bottom:2px solid#666;
}
h3.widgettitle {
	color:#000;		
	text-transform:uppercase;
	width:100%;
}
.slidefooter h3.widgettitle {
	color:#fff;		
}
.wpb_wrapper h2.wpb_heading {
	text-transform:uppercase;
}
.tagcloud a {
	float:left;
	padding:3px 10px;
	margin:0 5px 5px 0;
	font-size:11px!important;
	text-transform:uppercase;
}
.tagcloud a:link, .tagcloud a:visited {
	color:#444;
	border:1px solid#ddd;
}
.tagcloud a:hover {
	color:#444;
	border:1px solid#ddd;	
	background:#ddd;
}
/* calendar widget */
#calendar_wrap {
	padding-bottom:0;
	float:left;
	width:100%;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	padding: 4px;
	color:#000;
	text-align:right;
	font-size:16px!important;
	display: table-caption;
	text-transform:uppercase!important;
}
#wp-calendar tr:last-child {
	border:1px solid#e9e9e9;
}
th {
	color:#444;
}
#calendar_wrap table#wp-calendar thead tr th {
	text-align:center;
}
#calendar_wrap table#wp-calendar tbody tr td {
	text-align:center;
	border:1px solid#e9e9e9;
	font-size:12px;
	padding:5px 0;
}
#calendar_wrap table#wp-calendar tbody tr td#today {
	background:#e9e9e9;
	border:none;	
}
#calendar_wrap table#wp-calendar tbody tr td#today a{
	color:#fff;
}
#calendar_wrap table#wp-calendar tbody tr td#today:hover {
	background:#fff;
}
#calendar_wrap table#wp-calendar tbody tr td#today:hover a{
	color:#000;
}
#wp-calendar tfoot tr td#prev {
	text-align: left;
	padding: 4px 0 4px 4px;
}
#wp-calendar tfoot tr td#next {
	text-align: right;
	padding: 4px 4px 4px 0;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
	clear: both;
	width:100%;
	float:left;
	background:#111;	
}
.container-bawahheader {
	margin:0 auto;
	background:#fff;
	padding-left:25px;
	padding-right:25px;
}
.container-footer {
	margin-right: auto;
	margin-left: auto;
	padding:0 25px;	
}
.container-footerbottom {
	width:100%;
	overflow:hidden;
	background-color: #090909;	
	float:left;
}
.footerbottom-inside {
	margin-right: auto;
	max-width:1170px;
	padding:0 25px;
	margin-left: auto;
	overflow:hidden;
}
.footer-widgetwrapper {
	float:left;
	width:100%;
}
.footer-widgetwrapper .col-md-3 {
	padding-top:60px;
	padding-bottom:60px;	
}
#inner-footer {
	float:left;
	width:100%;
	padding:5px 0 50px;
	border-top:1px solid rgba(258,258,258,0.05);
}
.footer-logo {
	width:225px;
	margin:0 auto;
	text-align:center;
}
.footer-logo img{
	max-width:100%;
	height:auto
}
.footer-navwrapper {
	float:left;
	margin:20px 0 10px;
	width:100%;
}
.footer-nav {
	float:left;
	width:100%;
	padding-left: 0;
	font-size:11px;
	text-transform:uppercase;	
	margin-bottom:0;
}
.footer-nav li {
	display: inline;
	padding: 0 5px;
	border-right:1px solid#fff;
}
.footer-navbottom {
	width:50%;
	float:left;
	overflow:hidden;
}
.footer-payment {
	float:right;
	width:40%;
	text-align:right;
	color:#ddd;
}
.socialsticker-wrapper  {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.news-stickerwrapper  {
	width:100%;
	float:left;
	padding:20px 0;
	background:#f0f0f0;		
}
.socialsticker-wrapper .col-md-9  {
	background:#f9f9f9;			
}
.sosmed {
	margin: 10px 0 0 5%;
	float: right;
	display: inline;
	width:10%;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
.socialsticker-wrapper .col-md-9  {
	overflow:hidden;			
}
.socialsticker-wrapper .col-md-3  {
	padding-bottom:10px;
	margin:10px 0;
	border-top:1px solid#ddd;
	border-bottom:1px solid#ddd;
	float:left;
	width:100%;
}
.sosmed {
	width:10%;
	float:left;
}
}
.sosmed a:hover img{
	opacity:0.5;
}
/*STICKER*/
.mtphr-dnt-inline-title  {
	background:#000;
	padding:10px;
	margin-right:10px;
	color:#fff;
}
h3.mtphr-dnt-inline-title  {
	font-size:16px;
	text-transform:uppercase;
}
.mtphr-dnt-tick-contents {
	margin-top:10px;
}
/*********************
14. AUTHOR PAGE
*********************/
.author-details {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 50px;
}
.author-details h2 {
	margin-top: 5px;
}
.author-details img {
	margin-top: 5px;
}
.author-details ul {
	list-style: none;
	padding: 0;
}
.author-details ul li {
	display: inline;
	padding: 0 4px;
}
/****************************************************
/* MULTI-LEVEL DROPDOWNS FOR ROOTS
*****************************************************/
.dropdown-menu {
	font-size:85%;
	letter-spacing:1px;
}
.dropdown-menu .dropdown-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -2px;
	font-size:100%;
}
.dropdown-menu li:hover > .dropdown-menu {
	visibility: visible;
	display: block;
}
.navbar .dropdown-menu .dropdown-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 15px;
}
.navbar .dropdown-menu .dropdown-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}

/****************************************************
/* HANDLE THE INDEX FULL and CPT PAGE
*****************************************************/
header.cpt-header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid#666;
}
header.cpt-header h1 {
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
	background: #fff;
	color: #000;
	text-transform: uppercase;
}
.blog-mainleftfull {
	position:relative;
	float:left;
	width:100%;
}
.blog-wrapperindexfull {
	margin-bottom:30px;
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid#ddd;
	padding-bottom:30px;
}
.blog-rightindexfull {
	float:right;
	width:100%;
}
.pf-iconfull {
	position:absolute;
	background: #f0f0f0;
	color:#fff;
	padding:2px 10px;
	font-size:115%;
	left:-1px;
	top:-1px;
	z-index:999;
}
.index-readmore .blog-title4 a i.fa {
	float:right;
	margin-left:10px;
	font-size:155%;
}
/****************************************************
/* HANDLE THE INDEX DEFAULT
*****************************************************/
.sticky {
	padding:15px;
	background:#222;
	color:#ddd;
}
.sticky .pf-icon {
  background: #222;
  color: #fff;
}

.sticky a:link, .sticky a:visited{
	color:#fff;
}
.sticky a:hover{
	color:#999;
}
.sticky  .blog-articlefront {
  padding: 15px 0 0;
  border-bottom: none;
}
.blog-wrapper {
	position:relative;
	float:left;
	width:100%;
}
.blog-rightindex {
	position:relative;
	float:right;
	width:85%;
}
.blog-articlefront {
	float: left;
	padding: 15px 0;
	border-bottom:2px solid#666;
	width: 100%;
	position:relative;
}
.blog-articlefrontgallery h3,
.blog-articlefront h3{
	text-transform:uppercase;
}
.index-meta {
	margin: 5px 0 10px 0;
	float: left;
	width: 100%;
	font-size: 11px;
	line-height:14px;
	text-transform: uppercase;
	font-weight:bold;
}
.blog-articlefrontgallery {
	float: left;
	padding: 15px 0;
	border-bottom:2px solid#666;
	width: 100%;
	position:relative;
}
.blog-articlefront .blog-title {
	text-transform:uppercase;
}
.custom-imgheader {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.custom-imgheader img{
	width:100%;
	height:auto;
}
.meta-singlepost {
	float:left;
	width:100%;
	margin:10px 0;
	font-size:12px;
	text-transform:uppercase;
}
.pf-icon {
	position:absolute;
	right:0;
	bottom:0;
	padding:5px 15px;
	font-size:20px;
	background:#fff;
	text-align:center;
	color:#000;
	z-index:1;
}
.meta-frontpage {
	position:absolute;
	left:-5px;
	top:10px;
	height:25px;	
	font-size:13px;
	padding:1px 10px;
	background:#e8534f;
	color:#fff;
	z-index:1;
}
.meta-frontpage a:link, .meta-frontpage a:visited {
	color:#fff;
}
.meta-frontpage a:hover {
	color:#ccc;
}
.blog-articlefront span.stars-small {
	float:left;
	width:100%;
	margin-bottom:5px;
}
#crumbs{
	float:left;
	width:100%;
	font-size:11px;
	text-transform:uppercase;
}
.meta-onsinglepost {
	text-align:center;
}
.blog-wrapper .cat-singlepost {
	top:-17px;
	margin-bottom: 0;
}
.blog-thumb-wrapper {
	position:relative;
	width:100%;
	float:left;
}
.blog-thumb-audiogalley {
	position:relative;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.blog-thumb-wrapper .blogfront-thumb a img {
	width:100%;
	height:auto;
}
.blog-thumb {
	position:relative;
	width:100%;
	float:left;
}
.blog-thumb img {
	width:100%;
	height:auto;
}
.blog-articlefrontfull .blog-text {
	margin-bottom:10px;
	padding-bottom:0;
	border-bottom:none;
}
.blog-articlefrontfull h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid#666;
}
.meta-singlepost .blog-title4 {
	position:relative;
	float:left;
	padding:0;
	margin:0 0 10px 0;
	width:100%;
	text-align:left;
}
.index-readmore-wrapperfull  a {
	float:left;
	padding:3px 10px;
	border:2px solid#666;
}
.index-readmore-wrapperfull  a:hover {
	border:2px solid#666;
	background:#666;
	color:#fff;
}
.post-response {
	float:right;
	padding:5px 10px;
	background:#000;
	color:#fff;	
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;	
	text-align:right;
}
.datemindex {
	float:left;
	color:#000;	
	width: 49%;	
	font-size:12px;
	text-transform:uppercase;	
}
.pf-symbol {
	font-size:24px;
	line-height:20px!important;
}
.blog-leftmeta .big-category h4 {
	color: #fff;
}
.blog-wrapperindex .blog-rightindex .subtitle-single {
	text-align: left;
	width: 100%;
}
.blog-wrapperindex .blog-rightindex .blog-textwrapper {
	width:100%;
}

/****************************************************
16.0 GO TO TOP
*****************************************************/
#back-top {
	position: fixed;
	right:10px;
	bottom: 35px;
	width:36px;
	height:36px;
	z-index:11111;
	padding:1px;
	background:rgba(258,258,258,0.7);
}
#back-top a {
	width: 15px;
	display: block;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 34px;
	height: 34px;
	display: block;
	padding-top:1px;
	border:1px solid#666;
	text-align:center;
	color:000;
}
#back-top a:hover span {
	color:#fff;
	background:#000;
}

/****************************************************
12.0 HTML KODDA MENU
*****************************************************/
.kodda-htmlwrapper {
	float:left;
	width:100%;
	padding:20px;
}
/****************************************************
/* AUTHOR PAGE 
*****************************************************/	
.singleauthor-sticky  .author-sticky {
	position: relative;
	float:left;
	width:100%;
	padding-bottom:25px;
	margin-bottom:50px;
	border-bottom:2px solid#666;
}
.author-sticky {
	position: relative;
	float:left;
	width:100%;
	margin-bottom:50px;
}
.author-avatar {
	float: left;
	width: 14%;
}
.author-avatar img {
	width: 100%;
	height:auto;
	border-radius:50%;
}
.author-description {
	float: right;
	width: 83%;
}
.author-descwrapper {
	float: left;
	margin: 0 0 10px;
	width: 100%;
	color:#000;
}
.author-description p {
	font-size: 14px;
}
.author-sticky .author-info .author-description p {
	margin: 0 0 10px;
	font-size:14px;
	float:left;
}
.author-contact-wrapper {
	float:left;
	width:100%;
	margin-top:5px;
	padding:10px 0 5px;
	position:relative;
	border-top:1px solid#ddd;
}
.author-description .cat-titlepost h4 {
	text-transform:capitalize;
	float:left;
	padding:0 0 5px 0;
}
.author-socmed-wrapper {
	float:left;
	margin:0 3px 0 0;
}
.author-twitter {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	position:relative;
}
.author-facebook {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -20px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-youtube {
	float:left;
	width:24px;
	height:24px;
	background-image: url("images/socmed.png");
	background-position: -40px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-gplus {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -60px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-vimeo {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -80px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-picasa {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -100px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-linkedin {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -120px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-devianart {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -140px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-dribble {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -160px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-flickr {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -180px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-instagram {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -200px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-behance {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -220px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-reddit {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -240px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-forrst {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -260px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-github {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -280px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
.author-pinterest {
	float:left;
	width:20px;
	height:20px;
	background-image: url("images/socmed.png");
	background-position: -300px 0;
	background-repeat: no-repeat;
	margin:0 3px 0 0;
}
/****************************************************
/* RELATED POST ON SINGLE POST 
*****************************************************/
.related-wrapper {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.related-wrapper .col-md-4 {
	margin-bottom:15px;
	margin-right:2%;
	float:left;
	padding-left:0!important;
	padding-right:0!important;
	width:32%;
}
.related-wrapper .col-md-4:nth-child(4) {
	float:right;
	margin-right:0;		
}
.related-maintitle {
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid#ddd;
	color:#000;
}
.related-maintitle h3{
	text-transform:uppercase;
	color:#000;	
}
.related-thumb {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.related-thumb .score-number h4 {
	font-size:14px;
}
.related-title {
	position:absolute;
	padding:5px 10px 0 0;
	max-width:97%;
	bottom:0;
	left:0;
	background:#fff;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}
/****************************************************
/* 404
*****************************************************/
.subtext404, .maintext404 {
	text-align:center;
	color:#000;
	padding:20px 0;
	margin-bottom:15px;
	background:#f9f9f9
}
.error-contentwrapper {
	float:left;
	width:100%;
	margin:15px 0 30px;
	padding:30px;
	border-top:1px solid#ccc;
	border-bottom:1px solid#ccc;
}
.error-left {
	float:left;
	width:68%;
	text-align:center;
}
.error-right {
	float:right;
	width:29%;
}
.feature404 {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.error-right .feature404 select, .error-right .feature404 select#cat.postform {
	float:left;
	width:100%;
	padding:5px;
	border:none;
	background:#f0f0f0;
}
.featuredesc {
	float:left;
	width:100%;
	margin-bottom:15px;
	padding:10px;
	background:#f9f9f9;
}
.error-search {
	float:left;
	width:100%;
	margin:30px 0;
}
.error-content {
	float:left;
	width:60%;
	margin-bottom:15px;
	padding:10px;
	background:#f9f9f9;
}
.error-featured {
	float:right;
	width:37%;
}
/****************************************************
/* GENERAL
*****************************************************/
.divider-dummy {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.slider-place {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.prevnext-wrapper {
	float:left;
	margin-bottom:50px;
	width:100%;
	border-top:1px solid#ccc;
	border-bottom:1px solid#ccc;	
	background-image: url("images/vert-line.png");
	background-position: center center;
	background-repeat: repeat-y;	
}
.postprev-wrapper {
	float:left;
	padding:10px 0;
	width:49%;
	text-align:center;
}
.postnext-wrapper {
	padding:10px 0;
	float:right;
	width:49%;
	text-align:center;
}
.next-text {
	width:100%;
	float:left;
}
.next-text h4{
	color:#000;
}
/*****HANDLE INVIEW EFFECT*****/
.thumb-zoom img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.woomodule2-thumbnail:hover .thumb-zoom img,
.wrapper-module17:hover .thumb-zoom img,
.thumb-zoom:hover img {
	opacity:0.5;
}
.woomodule2-thumbnail:hover .thumb-zoom,
.wrapper-module17:hover .thumb-zoom,
.thumb-zoom:hover {
	background: rgba(0,0,0,0.6);
}
.thumb-zoom:hover,
.thumb-zoom:hover img, 
.thumb-zoom img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*****ADD REVIEW AREA*****/
#respond.comment-respond .comment-form-comment label {
	float:left;
	width:100%;
	margin:10px 0;
}
#respond.comment-respond .comment-form-comment textarea#comment {
	float:left;
	width:100%;
	margin-bottom:10px;
	border:1px solid#999;
}
/****************************************************
/* TOP PANEL 
*****************************************************/
.header-cartwrapper {
	width: 100%;
	margin:0 auto;
	float:left;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.entry-content {
	float:left;
	margin-bottom:50px;
}
/* Panel Tab/button */
.tab {
	position: relative;
	max-width: 1170px;
	margin:0 auto;
	z-index: 88!important;
}
.tab ul.login {
	display:block;
	position:absolute;
	top:-40px;
	right:25px;
	float: right;
	height:45px;	
	background:#000;
	padding:15px 0 0;
	margin:0 0;
	font-size:0 14px;
	text-align:center;
}
.tab ul.login li {
	text-align: left;
	display: block;
	float: left;
}
.tab a.open, .tab a.close-sp {
	cursor: pointer;
	display: block;
	width:32px;
	position: relative;
	top:-1px;
	color:#fff;
}
.tab a.open:hover, .tab a.close-sp:hover {
	text-decoration:none;
	color:#999;	
}
.login li#toggle a#close.close-sp i.fa, .login li#toggle a#open.open i.fa {
	font-size:177%;
	width:100%;
	text-align:center;
}
/* sliding panel */
.toppanel-wrapp {
	max-width: 1170px;
	position: relative;
	margin:0 auto;
}
 @media only screen and (min-width: 1px) and (max-width: 640px) {
.toppanel-wrapp {
	margin:20px auto 0 auto;
}
}
#toppanel {
	width: 100%;
	z-index: 88!important;
	margin-top:-35px;
	margin:0 auto;
}
#panel-header {
	width: 100%;
	position: relative;
	z-index: 88!important;
	display: none;
}
#panel-header p {
	margin: 5px 0;
	padding: 0;
}
.content-spwrapper {
	width: 100%;
	position: relative;
	overflow:hidden;
	background:#111;
	border-top:1px solid#222;
}
#panel-header .content-sp {
	max-width: 1120px;
	margin:0 auto;
	padding:40px 0;
	overflow:hidden;
}
.widget-topslide1 {
	width:25%;
	float:left;
}
.widget-topslide2 {
	width:44%;
	float:left;
	margin:0 3%;
}
.widget-topslide3 {
	width:25%;
	float:right;
}
@media only screen and (max-width: 640px) {
 .widget-topslide1 {
	width:100%;
}
.widget-topslide2 {
	width:100%;
	margin:0;
}
.widget-topslide3 {
	width:100%;
	float:left;
	margin:0;
}
}
/*HANDLE FOR DARK AREA*/
.darkarea  {
	color: #bbb;
}
.darkarea  a:link,.darkarea  a:visited{
	color: #ddd;
}
.darkarea  a:hover{
	color: #777;
}
.darkarea #wp-calendar tr:last-child  {
	border:1px solid#222;
}
.darkarea #calendar_wrap table#wp-calendar tbody tr td  {
	border:1px solid#222;
}
.darkarea #calendar_wrap table#wp-calendar tbody tr td#today  {
	background:#222;
}
.darkarea #calendar_wrap table#wp-calendar tbody tr td#today:hover  {
	background:transparent;
}
.darkarea .module8-time,
.darkarea h3.widgettitle ,
.darkarea  .moduletitle-wrapper > h3 > small,
.darkarea .moduletitle-wrapper > h3 > span,
.darkarea #wp-calendar caption,
.darkarea th {
	color: #fff;
}
.darkarea .module8-time {
	margin:10px 0;
}
.darkarea .catwithnumber-count h5 {
	background:#ffcc0d;
	color:#000;
}
.darkarea .sub-module5,
.darkarea .module5-top,
.darkarea .subblog3-article > h4,
.darkarea .moduletitle-wrapper > h3,
.darkarea .module3-post,
.darkarea .sub-module7,
.darkarea #panel .popular-comments li,
.darkarea #panel-3 ul li ul#popular-comments li,
.darkarea .Betamagz-latest-post,
.darkarea .subblog4, 
.darkarea hr,
.darkarea .authors-name,
.darkarea .author-article,
.darkarea .catwithnumber ,
.darkarea .blog-article,
.darkarea .lacomm-title .big-category,
.darkarea .lacomm-inside {
	border-bottom: 1px solid rgba(258,258,258,0.15);
}
.darkarea .widgettitle-wrapper {
	border-bottom: 2px solid rgba(258,258,258,0.15);
}
.darkarea .tagcloud a:link, .darkarea .tagcloud a:visited {
	border: 1px solid rgba(258,258,258,0.15);
}
.darkarea .tagcloud a:hover {
	border: 1px solid#222;
	background:#222;
	color:ccc;
}
.darkarea .scroll,
.darkarea #scroller-header{
	background: rgba(258,258,258,0.1);
}
.darkarea .lacomm-bottom {
	background: rgba(0,0,0,0.3);
	padding: 10px;
	margin-top:5px;
	background-image:none;
}
/****************************************************
/* MISC
*****************************************************/
textarea,
input:focus,
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
	outline:none;
}
/****************************************************
/* CPT
*****************************************************/
.sidebar-wrappercpt {
	float:left;
	width:100%;
	margin-bottom:35px;
}
.sidebar-cpt {
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid#ccc;
}
.cptside-contentwrapper {
	width:49%;
	float:left;
}
.cptside-contentwrapper:nth-child(2) {
	float:right;
}
.cptside-sidethumbnail {
	float:left;
	position:relative;
}
.cptside-title {
	position:absolute;
	bottom:0;
	padding:2px 5px;
	background:#fff;
	z-index:1;
}
h2.page-title {
	margin-bottom:5px;
	color:#000;
}
.staff-titlearea {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:1px solid#ccc;
}
/****************************************************
/* WOOCOMMERCE
*****************************************************/
.woocommerce div.product .product_title {
	color:#000;
	margin-bottom:15px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#000;
	padding-bottom:10px;	
	margin:10px 0;
	border-bottom:1px solid#ccc;		
}
.woocommerce .upsells.products, .woocommerce-page .upsells.products,
.woocommerce-tabs {
	float:left;
	width:48%;
	clear:bottom!important;
}
.woocommerce .related {
	float:right;
	width:48%;
	clear:none!important;	
}
.woocommerce ul.products li.product .price {
	font-size:1em;
}
#respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	margin:0 2px 0;
	border-radius: 0;
	color: #fff;
	background-color:#666;
	border: none;
	max-height:35px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#666;
	color: #fff;
	border:none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#222;
}
.tagged_as,
.posted_in,
.sku_wrapper {
	width:100%;
	float:left;
}
.upsells.products > h2,
.related.products > h2 {
	float:left;
	width:100%;
	margin-bottom:15px;
	border-bottom:1px solid#d3ced2;
	color:#000;
	font-size:26px;
}
#tab-description > h2 {
	float:left;
	width:100%;
	margin-bottom:15px;
	color:#000;	
	font-size:26px;	
}
/* ARCHIVE AREA */
.archive-dummy {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid#ddd;
	position: relative;
}
.brand-thumb {
	float: left;
	width: 14%;
}
.brand-title {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #000;
	border-bottom: 1px solid#eee;
}
.brand-desc {
	float: right;
	width: 84%;
	font-size: 14px;
	color: #000;
}
.brand-descwrapper {
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 20px;
	border:2px solid#666;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,p.woocommerce-result-count,
.archive-dummy .woocommerce-ordering, .archive-dummy div.term-description, .archive-dummy h1.page-title {
	display: none;
}
.woo-shopresult {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	padding: 8px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid#666;
}
.woocommerce .woocommerce-ordering {
	margin:0 0 0;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	-moz-box-sizing: none;
	padding: 3px 10px;
	margin-bottom: 3px;
	line-height: 16px;
	color: #444;
}
.woocommerce ul.products li.product h3 {
	padding: 0 0 10px;
}
.woocommerce .products .star-rating {
	position:absolute;
	top:5px;
	left:5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align:center;
}
.price_slider_wrapper {
  float: left;
  width: 100%;
  padding: 10px;
  background: #f9f9f9;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:1px solid #000;
	background:#fff;
	top:-0.3em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #000;
	border-radius:0;  
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background:#d60000;
}
.woocommerce span.onsale {
  border-radius: 50%;
  width:40px;
  height:40px;
  background-color: #000;
  z-index:2;
}
/***** GRID LIST PLUGIN's EFFECT ON PAGE *****/
.woocommerce ul.list  li.product a img {
	width:28%;
	position:relative;
}
ul.products.list li.product .gridlist-buttonwrap,
ul.products.list li.product h3,
ul.products.list li.product .price,
ul.products.list li.product div[itemprop="description"] {
	float: right;
	padding:10px 25px 10px 25px;
	margin:0;
	width:67%;
	background: #f9f9f9;
}
.woocommerce-cart table.cart img {
  width:65px;
}
.addresses h3,
.woocommerce h2,
#order_review_heading ,
h3 #order_review_heading,
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.cart_totals  h2 {
	width:100%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:2px solid#ccc;
}
.cart_totals  > table {
	width:100%;
}
.woocommerce table.my_account_orders tr{
  font-size:14px;
}
.woocommerce table.my_account_orders .order{
  font-size:12px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #eee;
}
#customer_details {
	float:left;
	margin-bottom:30px;
}