@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800);

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
/*    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
*/
    .top-nav-collapse {
        padding: 0;
    }
}

body {
	width: 100%;
	background-color: #ececec;
	/*font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #333;
	transition: 0s!important;
}

p, ul, ol {
	margin: 0 0 30px;
	overflow-wrap: break-word;
	word-wrap: break-word; 
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #333;
        padding-top: 20px;
        padding-bottom: 10px;
        margin: 0;
}

h1, h2, h3, h4 a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 a {
  color: #333;
}
h2 {
  font-size: 32px; 
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}

pre {
	margin-bottom: 30px;
	font-size: 90%;
}

code {
    color: #000000;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

pre code {
    border: 0;
}

.body-menu{
   position: absolute;
   top: 0;
   width: 100%;
}

.cont-menu{
   position: relative;
   
}

.pop-menu {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99999;
}

.hom-men {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99999;
}

.home-but {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    width: 39px;
}

.home-but:hover{
    background-color: #fff;
}

.but-men-con {
    position: fixed;
    top: 42px;
    right: 0;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.menu-toggler {
    padding: 0;
    margin-bottom: 0;
}

.in-menu-but {
    text-align: center;
    padding: 15px;
}

.menu-toggler li {
    display: block!important;
    text-align: center;
    padding: 15px;
}

@media (min-width: 844px) {
        .menu-toggler li {
                padding: 20px;
        }
}


button.trigger.btn.btn-default {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.menu-toggler li a {
   color: #777;
   padding: 20px 0;
}

.menu-toggler>li:hover {
    background-color: #efefef;
}

.popover {
   font-family: inherit;
   font-size: inherit;
}

.popover-content {
    padding: 9px 0px;
}

.navbar-brand {
	padding: 0;
}

#totop {
    text-align: center;
    padding-top: 12px;
    position: absolute;
    left: 50%;
}


.nightmode {
    float: left;
    padding: 4px 10px 0;
    display: none;
}

.daymode {
    float: left;
    padding: 4px 10px 0;
}

.bytn-logo {
	height: 50px;
}

.fix-width {
	margin: auto;
	margin-top: 225px;
	max-width: 1180px;
}

@media (max-width: 844px) {
	.fix-width {
		margin-top: 200px;
	}
}

.navbar {
	border-bottom: 1px solid #eee;
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	box-shadow: 0 1px 7px rgba(0,0,0,0.2);
}

.nav-centre {
	float: none !important;
	text-align: center !important;
}

.menu-item {
	display: inline-block !important;
	float: none !important;
}

@media (max-width: 768px) {
        .menu-item {
                display: block !important;
		text-align: left;
        }
}


.navbar-default {
	background-color: #ffffff;
}

.navbar-brand {
	display: none;
}

.big-logo-bytn {
	width:100%;
	max-width: 300px;
}

.big-logo-bytn-dark {
        display: none;
	width:100%;
        max-width: 300px;
}

.bytn-logo-dark {
        display: none;
	height: 50px;

}

img.bytn-logo-dark {
    display: none;
}


.hero-bytn {
	text-align: center;
}

.hero-bytn h1 {
	margin-top: -20px;

}

.bytn-collapse {
	display: none;
}

.bytn-block {
	display: block;
}

.bytn-content { 
	background: #ffffff;
	margin-bottom: 50px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	padding: 15px 25px;
	display: inline-block;
	width: 100%;
}

/*.bytn-content h1, h2, h3, h4 {
    padding-bottom: 20px;
}*/


.bytn-content-title {
	padding-bottom: 20px;
}

.img-no-padding {
        padding: 0!important;
}

.bytn-content img {
	max-width: 100%; 
	padding: 15px 0;
	height: auto;
	border: 0!important; /* for gallery borders */
}

.bytn-logo-h1 {
	max-width: 140px!important;
	display: inline-block;
	height: 100%;
}
.gallery-item { /* Jetpack */
	padding: 2px;
}

.featured-image img{
	max-width: 100%; 
	padding-bottom: 5px;
	padding-top: 0;
}

.featured-image {
	max-height: 550px;
	overflow: hidden;
	text-align: center;
	margin: 0 -25px;
}

.bytn-header {
	padding-bottom: 20px;
	text-align: center;
}

.bytn-header h1 {
	color: #333;	
	line-height: 45px;
}

.bytn-header a {
	color: #333;
}

.post-meta {
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 15px;
}

.bytn-post-footer {
    border-top: 1px dashed #ececec; 
}

.bayton-share img {
    max-width: 40px;
}
.bayton-share {
    text-align: center;
}

.sharedaddy {
	text-align: center;
}

.screen-reader-text, #searchsubmit {
	display: none;
}

input#s {
	width: 100%;
	max-width: 300px;
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin-bottom: 20px;
}

.two ul {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* These are wp codes */

.wp-caption {
	max-width: 100%;
}

p.wp-caption-text {
    font-size: 14px;
    color: #808080;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#wpstats {
  display: none;
}

.contact-form select {
  max-width: 100%;
}

/* End wp */

/* Pulled in from v2 */

hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.text-center {
  position: relative !important;
}

.attachment-medium {
	width: 100%;
}

/* End pulled in */

.navigation.index {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.navind-right {
	text-align: right;
}

.bytn-author h2 {
	padding-bottom: 20px;
	padding-top: 15px;
}

.bytn-footer {
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #f0f0f0;	
	padding-top: 10px;
}

.bytn-footer p {
	margin-bottom: 10px;
}

.bytn-pagination {
  	background-color: #ffffff;
	margin-bottom: 50px;
  	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
  	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
  	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	padding: 15px 25px;
	margin-bottom: 50px;
}

#tinymce {
	padding: 20px !important;
	background: white;
}

p.share-intro {
    text-align: center;
    margin: 8px;
}

/* Side notes for calling out things
-------------------------------------------------- */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    padding-top: 0;
    font-size: 18px;
}

.bs-callout h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4, .bs-callout-default h3 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4, .bs-callout-primary h3 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4, .bs-callout-success h3 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4, .bs-callout-danger h3 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4, .bs-callout-warning h3 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4, .bs-callout-info h3 {
    color: #5bc0de;
}

.bs-callout-sponsor {
    border-left-color: #068390;
    border: 1px solid #eeeeee;
}

.bs-callout-sponsor h1 {
    padding-bottom: 40px;
}

.btn-sponsor {
    color: #fff;
    background-color: #068390;
    border-color: #068390;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video {
	max-width: 100%;
	height: auto;
}

body, button.trigger.btn.btn-default, .bytn-content, .bytn-footer, code, pre, .bytn-pagination, /*.navbar-default*/{
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

hr.hr-sidebar {
  margin-top: 0;
}

.sidebar-head {
  padding: 10px 0;
  text-align: center;
}

li.sidebar-head h4 {
  padding-bottom: 0;
}

.page-menu {
  padding: 0;
}

.page-menu li {
  display: block;  
}

.page-menu li a {
  color: #777;
  display: block;
  padding: 10px 5px;
}

.page-menu li a:hover {
    background-color: #efefef;
}

.sidebar-head a:hover {
  background: none;
}

.page-menu li.current_page_item {
  font-weight: bold;
}

.page-menu li.current_page_item ul.children {
  font-weight: normal;
}

ul.children {
  padding: 0 10px;
}

.levelup {
  font-size: 12px;
}

.page-menu li a.levelup {
    padding-top: 0;
}

@media (min-width: 1200px) {
  .page-content-fixed {
    position: fixed;
    top: 71px;
    z-index: 1;
    width: 292.5px;
  }
}

@media (min-width: 1920px) {
  .page-content-fixed {
    width: 392.5px;
  }
}

.minmax {
    position: absolute;
    right: 15px;
    padding: 10px 25px;
}

li.sidebar-head a:hover {
    background: none;
}

input#s {
    max-width:350px;
}

.recent-published {
    padding-top: 20px;
}

.recent-heading {
    padding: 5px 10px;
    height: 150px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-color: #a2a2a2;
}

.recent-heading a {
    color: white;
}

.recent-wrapper {
    margin-bottom: 10px;
}

.recent-content {
    background: #f3f3f3;
    border-radius: 5px 5px 0 0;
}

hr.rec-content {
    margin-top: 0px;
}

.recent-excerpt {
    padding-bottom: 15px;
}

.recent-excerpt ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 15px;
}

/*.modal-open .navbar-fixed-top,
.modal-open .navbar,
.modal-open .navbar-default,
.modal-open .body-menu {
padding-right: 17px!important;
transition: 0s!important;
}*/

.modal-content {
	border-radius: 0;
}

body.modal-open { overflow:inherit; padding-right:inherit !important; }

/* New modal menu stuff */

.menu-toggler li {
    padding: 0px;
}

.menu-toggler li a {
    width: 100%;
    height: 100%;
    display: block;
}

.modal-title { 
    padding: 0;
}

.modal-header {
    border-bottom: 1px solid #eee;
    -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
} 

blockquote {
    background-color: #f9f9f9;
}

/*blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: transparent;
    background: #f7f7f7;
    quotes: "\201C""\201D""\2018""\2019";
    display: inline-block;
    border-left: none!important;
}*/

/* *new* blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 40px;
    border-radius: 3px;
    border-left-color: rgba(169, 68, 66, 0.31);
}*/

/*blockquote:before {
    color: #a94442;
    content: open-quote;
    font-size: 8em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}*/

/* *new* blockquote:before {
    color: #a94442;
    content: open-quote;
    font-size: 8em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
    margin-left: -43px;
}*/

/*blockquote:after {
    color: #a94442;
    content: close-quote;
    font-size: 8em;
    line-height: 0.1em;
    margin-left: 0.1em;
    vertical-align: -0.4em;
}*/

blockquote p {
    display: inline;
}

.social-topbar {
  padding: 4px 10px;
  float: left;
}

.social-topbar a {
    padding-left: 5px;
    text-decoration: none;
    color: #333;
}

.text-grey {
    color: #b9b9b9;
}

.doc-header {
  margin-left: -25px;
  margin-right: -25px;
  background: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.doc-header h1 {
  padding-bottom: 20px;
}

.bytn-content {
  padding-top: 0;
}

.featured-image img {
  padding-bottom: 0px;
}

.bs-callout {
  background: #f6f6f6;
  margin-left: -25px;
  margin-right: -25px;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* @media screen
and (min-width: 1679px) {
  .fix-width {
    max-width: 1310px;
  }
  .container {
    width: 1300px;
  }
  .bytn-footer {
    width: 100%;
  }
} */

h3#comments {
  display:none;
}
