/* betterexplained_e73f_=========================================================
	GENERAL
=========================================================== */

/* betterexplained_e73f_----------------------------*\
	typography
\*---------------------------- */

body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #11151c;
  font-weight: 700;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 32.437px;
}

h2 {
  font-size: 25.629px;
}

h3 {
  font-size: 20.25px;
}

h4 {
  font-size: 16px;
}

h5 {}

p {
  margin: 0px 0px 20px;
}

a {
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover, a:focus {
  color: #ee4266;
  text-decoration: none;
  outline: none;
}

::-moz-selection {
  background-color: #ee4266;
  color: #FFF;
}

::selection {
  background-color: #ee4266;
  color: #FFF;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

ul.cecaf_f4fb_list-style, ol.cecaf_f4fb_list-style {
  padding-left: 15px;
  margin-bottom: 10px;
}

ul.cecaf_f4fb_list-style {
  list-style-type: disc;
}

ol.cecaf_f4fb_list-style {
  list-style-type: decimal;
}

blockquote.bbedd_e369_blockquote {
  padding: 30px;
  margin: 0px 0px 20px;
  border: 2px solid #e8eaed;
}

blockquote.bbedd_e369_blockquote:before {
  content: "\f10d";
  font-family: fontAwesome;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #ee4266;
  font-size: 30px;
  background: #fff;
  border: 2px solid #e8eaed;
  float: left;
  margin-right: 10px;
}

blockquote.bbedd_e369_blockquote .bfdee_385b_blockquote-footer {
  color: #97989b;
}

figure {
  margin-bottom: 20px;
}

figure>img {
  width: 100%;
}

figure.aafac_9ec7_pull-right {
  margin-left: 15px;
}

figure.cfcec_70cb_pull-left {
  margin-right: 15px;
}

figure>figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #97989b;
}

/* betterexplained_e73f_----------------------------*\
	section
\*---------------------------- */

.efedc_63eb_section {
  padding-top: 30px;
}

.aafed_fd3a_section-row {
  margin-bottom: 30px;
}

.efbae_aea1_section-title {
  position: relative;
  margin-bottom: 20px;
}

.efbae_aea1_section-title .dedca_dd20_title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

.efbae_aea1_section-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
}

/* betterexplained_e73f_----------------------------*\
	input
\*---------------------------- */

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #e8eaed;
}

textarea.input {
  padding: 15px;
  height: 90px;
}

/* betterexplained_e73f_----------------------------*\
	button
\*---------------------------- */

.primary-button, .secondary-button {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 2px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-button {
  background-color: #ee4266;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #ee4266 inset;
  box-shadow: 0px 0px 0px 2px #ee4266 inset;
}

.secondary-button {
  background-color: #353535;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #353535 inset;
  box-shadow: 0px 0px 0px 2px #353535 inset;
}

.primary-button:hover, .primary-button:focus {
  background-color: transparent;
  color: #ee4266;
}

.secondary-button:hover, .secondary-button:focus {
  background-color: transparent;
  color: #353535;
}

/* betterexplained_e73f_----------------------------*\
	social colors
\*---------------------------- */

.ffefe_8fdd_social-facebook {
  background: #225b99 !important;
}

.dbeaf_dc40_social-twitter {
  background: #00adf2 !important;
}

.dfafd_2300_social-google-plus {
  background: #dc4d2d !important;
}

.eedad_79cc_social-pinterest {
  background: #cc2127 !important;
}

.eaaba_0969_social-instagram {
  background: #d341b2 !important;
}

/* betterexplained_e73f_=========================================================
	NAVIGATION
=========================================================== */

#abcca_3101_nav {
  border-bottom: 1px solid #e8eaed;
}

#abcca_3101_nav:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#abcca_3101_nav.dedbe_e217_shadow-active:after {
  opacity: 1;
  visibility: visible;
}

#eafcc_7493_nav-top {
  text-align: center;
}

#eafcc_7493_nav-top>.affcc_e385_container {
  position: relative;
}

#fabbc_574c_nav-bottom {
  border-top: 1px solid #e8eaed;
}

/* betterexplained_e73f_----------------------------*\
	social
\*---------------------------- */

.ebfcb_63e4_nav-social {
  float: left;
  padding: 10px 0px;
}

.ebfcb_63e4_nav-social li {
  display: inline-block;
}

.ebfcb_63e4_nav-social li a {
  display: block;
  padding: 15px;
  line-height: 20px;
}

/* betterexplained_e73f_----------------------------*\
	logo
\*---------------------------- */

.bcedf_ba7a_nav-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bcedf_ba7a_nav-logo .dacba_1734_logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.bcedf_ba7a_nav-logo .dacba_1734_logo>img {
  width: 100%;
  max-height: 70px;
}

/* betterexplained_e73f_----------------------------*\
	search
\*---------------------------- */

.nav-btns {
  float: right;
  padding: 10px 0px;
}

.nav-btns>button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: transparent;
}

#efdda_1922_nav-search {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  max-width: 960px;
  width: 100%;
  padding: 60px 5%;
  background: #1b1c1e;
  z-index: 999;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#efdda_1922_nav-search.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

#efdda_1922_nav-search form .input {
  height: 80px;
  background: transparent;
  border: 2px solid #323335;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 25px;
}

/* betterexplained_e73f_----------------------------*\
	menu
\*---------------------------- */

.cbdca_c18c_nav-menu {
  position: relative;
  text-align: center;
  float: none;
}

.cbdca_c18c_nav-menu>li {
  float: none;
  display: inline-block;
}

.cbdca_c18c_nav-menu>li>a {
  display: block;
  padding: 25px 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* betterexplained_e73f_----------------------------*\
	dropdown
\*---------------------------- */

.cbdca_c18c_nav-menu li.has-dropdown {
  position: relative;
}

.cbdca_c18c_nav-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  margin-left: 5px;
}

.cbdca_c18c_nav-menu li.has-dropdown>.dropdown {
  position: absolute;
  left: 0;
  width: 200px;
  text-align: left;
  z-index: 60;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.cbdca_c18c_nav-menu li.has-dropdown:hover>.dropdown {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.cbdca_c18c_nav-menu li.has-dropdown>.dropdown .dabcd_4664_dropdown-body {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #ee4266;
}

.dropdown .bdcaa_1d95_dropdown-list li {
  border-bottom: 1px solid #e8eaed;
}

.dropdown .bdcaa_1d95_dropdown-list li a {
  display: block;
  padding: 10px;
  line-height: 20px;
}

.dropdown .feeab_5453_dropdown-heading {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 30px;
}

/* betterexplained_e73f_----------------------------*\
	mega dropdown
\*---------------------------- */

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu {
  position: static;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown {
  width: 100%;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown .dabcd_4664_dropdown-body {
  padding: 30px;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown .bdcaa_1d95_dropdown-list {
  margin-bottom: 30px;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown .bdcaa_1d95_dropdown-list li a {
  padding-left: 0px;
  padding-right: 0px;
}

/* betterexplained_e73f_----------------------------*\
	tab dropdown
\*---------------------------- */

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown.bdaaa_be26_tab-dropdown .fdcda_89f3_tab-content {
  z-index: 70;
  position: relative;
  margin-left: -30px;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown.bdaaa_be26_tab-dropdown .abbfe_d590_tab-nav {
  background-color: #1b1c1e;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 60;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown.bdaaa_be26_tab-dropdown .abbfe_d590_tab-nav li {
  border-bottom: 1px solid #323335;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown.bdaaa_be26_tab-dropdown .abbfe_d590_tab-nav li a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown.bdaaa_be26_tab-dropdown .abbfe_d590_tab-nav li.active {
  background: #ee4266
}

.cbdca_c18c_nav-menu li.has-dropdown.efefe_6c67_megamenu>.dropdown.bdaaa_be26_tab-dropdown .abbfe_d590_tab-nav li.active a {
  color: #fff;
}

/* betterexplained_e73f_----------------------------*\
	nav aside
\*---------------------------- */

#fbefc_2fd2_nav-aside {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1b1c1e;
  max-width: 360px;
  width: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
  transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
}

#fbefc_2fd2_nav-aside.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.bebde_8545_nav-aside-menu li a {
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #323335;
}

.bebde_8545_nav-aside-menu li a:hover, .bebde_8545_nav-aside-menu li a:focus {
  color: #ee4266;
}

.bebde_8545_nav-aside-menu li.has-dropdown>a {
  cursor: pointer;
}

.bebde_8545_nav-aside-menu li.has-dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
}

.bebde_8545_nav-aside-menu li.has-dropdown>.dropdown {
  display: none;
  margin-left: 30px;
  border-left: 1px solid #323335;
}

.bebde_8545_nav-aside-menu li.has-dropdown.active>.dropdown {
  display: block;
}

.bebde_8545_nav-aside-menu li.has-dropdown>.dropdown a {
  padding: 15px;
}

.nav-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  border: none;
}

.nav-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-close span:before, .nav-close span:after {
  content: "";
  display: block;
  width: 30px;
  background-color: #fff;
  height: 2px;
}

.nav-close span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

.nav-close span:after {
  -webkit-transform: translateY(-2px) rotate(135deg);
  -ms-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
}

/* betterexplained_e73f_=========================================================
	PAGE HEADER
=========================================================== */

.cfeba_40c0_page-header {
  position: relative;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b1c1e;
}

#efccb_0105_post-header {
  padding-top: 240px;
  padding-bottom: 80px;
}

.cfeba_40c0_page-header .dbdad_0198_page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cfeba_40c0_page-header .dbdad_0198_page-header-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.cfeba_40c0_page-header h1 {
  font-size: 41.053px;
  color: #FFF;
}

.cfeba_40c0_page-header p.efeeb_107a_lead {
  font-size: 20.25px;
  color: #FFF;
}

/* betterexplained_e73f_=========================================================
	POST
=========================================================== */

.dbaee_43d6_post {
  position: relative;
  margin-bottom: 30px;
}

.dbaee_43d6_post .bccca_8179_post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #fff;
  z-index: 10;
}

.dbaee_43d6_post .ffbdb_8567_post-img {
  display: block;
  overflow: hidden;
}

.ffbdb_8567_post-img>img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.ffbdb_8567_post-img:hover>img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.dbaee_43d6_post .cebbe_420f_post-title {
  font-size: 18px;
}

.dbaee_43d6_post .cebbe_420f_post-title.bfdbb_6ea9_title-sm {
  font-size: 16px;
}

.dbaee_43d6_post .cebbe_420f_post-title.abdbc_85f9_title-lg {
  font-size: 25.629px;
}

.dbaee_43d6_post .dcadb_b2f0_post-category {
  margin-bottom: 10px;
}

.dcadb_b2f0_post-category a {
  color: #ee4266;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.dcadb_b2f0_post-category a:after {
  content: ',';
  display: inline-block;
}

.dcadb_b2f0_post-category a:last-child:after {
  display: none;
}

.dbaee_43d6_post .deefa_638c_post-meta {
  margin-bottom: 10px;
}

.deefa_638c_post-meta li {
  display: inline-block;
  color: #97989b; 
  font-size: 12px;
  text-transform: uppercase;
}

.deefa_638c_post-meta li a {
  color: #97989b;
  font-weight: 700;
}

.deefa_638c_post-meta li a:hover, .deefa_638c_post-meta li a:focus {
  color: #ee4266;
}

.deefa_638c_post-meta li:after {
  content: '•';
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.deefa_638c_post-meta li:last-child:after {
  display: none;
}

/* betterexplained_e73f_----------------------------*\
	hot post
\*---------------------------- */

.fbdff_d7c9_hot-post {
  padding: 0 15px;
}

.fbdff_d7c9_hot-post .eecbe_d435_hot-post-left {
  padding-right: 0px;
  padding-left: 0px;
}

.fbdff_d7c9_hot-post .edebc_2943_hot-post-right {
  padding-right: 0;
  padding-left: 5px;
}

.fbdff_d7c9_hot-post .dbaee_43d6_post {
  margin-bottom: 7px;
}

.fbdff_d7c9_hot-post {
  margin-bottom: 25px;
}

/* betterexplained_e73f_----------------------------*\
	post thumb
\*---------------------------- */

.dbaee_43d6_post.edaad_a4f5_post-thumb .ffbdb_8567_post-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
  background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.dbaee_43d6_post.edaad_a4f5_post-thumb .bccca_8179_post-body {
  position: absolute;
  margin: 0px;
  padding: 0px 5%;
  z-index: 20;
  bottom: 5%;
  background-color: transparent;
}

.dbaee_43d6_post.edaad_a4f5_post-thumb .cebbe_420f_post-title a {
  color: #fff;
}

.dbaee_43d6_post.edaad_a4f5_post-thumb .cebbe_420f_post-title a:hover, .dbaee_43d6_post.edaad_a4f5_post-thumb .cebbe_420f_post-title a:focus {
  color: #ee4266;
}

.dbaee_43d6_post.edaad_a4f5_post-thumb .deefa_638c_post-meta li {
  color: #fff;
}

.dbaee_43d6_post.edaad_a4f5_post-thumb .deefa_638c_post-meta li a {
  color: #fff;
}

.dbaee_43d6_post.edaad_a4f5_post-thumb .deefa_638c_post-meta li a:hover, .dbaee_43d6_post.edaad_a4f5_post-thumb .deefa_638c_post-meta li a:focus {
  color: #ee4266;
}

/* betterexplained_e73f_----------------------------*\
	post small
\*---------------------------- */

.dbaee_43d6_post.beaec_52cf_post-sm .bccca_8179_post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/* betterexplained_e73f_----------------------------*\
	post widget
\*---------------------------- */

.dbaee_43d6_post.eddae_8227_post-widget:after {
  content: "";
  display: table;
  clear: both;
}

.dbaee_43d6_post.eddae_8227_post-widget .ffbdb_8567_post-img {
  float: left;
  width: 130px;
}

.dbaee_43d6_post.eddae_8227_post-widget .bccca_8179_post-body {
  position: relative;
  background: transparent;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

.dbaee_43d6_post.eddae_8227_post-widget .cebbe_420f_post-title {
  font-size: 16px;
  margin-bottom: 0px;
}

/* betterexplained_e73f_----------------------------*\
	post row
\*---------------------------- */

.dbaee_43d6_post.bfdcb_f797_post-row:after {
  content: '';
  display: table;
  clear: both;
}

.dbaee_43d6_post.bfdcb_f797_post-row .ffbdb_8567_post-img {
  width: 40%;
  float: left;
}

.dbaee_43d6_post.bfdcb_f797_post-row .bccca_8179_post-body {
  margin: 0px 0px 0px calc(40% + 30px);
  padding: 0;
}

/* betterexplained_e73f_=========================================================
	POST PAGE
=========================================================== */

.cfeba_40c0_page-header .dcadb_b2f0_post-category {
  margin-bottom: 10px;
}

.cfeba_40c0_page-header .deefa_638c_post-meta li {
  color: #fff;
}

.cfeba_40c0_page-header .deefa_638c_post-meta li a {
  color: #fff;
}

.cfeba_40c0_page-header .deefa_638c_post-meta li a:hover, .cfeba_40c0_page-header .deefa_638c_post-meta li a:focus {
  color: #ee4266;
}

.dcfca_0198_post-share a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #97989b;
  margin-right: 4px;
  margin-bottom: 6px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.dcfca_0198_post-share a:hover {
  opacity: 0.9;
}

.dcfca_0198_post-share a i {
  width: 20px;
  text-align: center;
}

.dcfca_0198_post-share a span {
  padding-left: 10px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
}

.bddca_be0d_post-content .eeadf_acf8_post-attachement.cfcec_70cb_pull-left {
  margin-right: 15px;
}

.bddca_be0d_post-content .eeadf_acf8_post-attachement.aafac_9ec7_pull-right {
  margin-left: 15px;
}

.feccf_88c1_post-tags ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.feccf_88c1_post-tags ul li:first-child {
  font-weight: 400;
}

.feccf_88c1_post-tags ul li:after {
  content: ',';
  display: inline-block;
}

.feccf_88c1_post-tags ul li:first-child:after {
  display: none;
}

.feccf_88c1_post-tags ul li:last-child:after {
  display: none;
}

/* betterexplained_e73f_----------------------------*\
	post nav
\*---------------------------- */

.ffdeb_483b_post-nav:after {
  content: "";
  display: table;
  clear: both;
}

.ffdeb_483b_post-nav .cebbe_420f_post-title {
  font-size: 14px;
  margin: 0px;
}

.ffdeb_483b_post-nav .afdbd_a5b0_prev-post {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.ffdeb_483b_post-nav .fdaba_8488_next-post {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 15px;
}

.ffdeb_483b_post-nav .ffbdb_8567_post-img {
  display: block;
  width: 100px;
  overflow: hidden;
}

.ffdeb_483b_post-nav .afdbd_a5b0_prev-post .ffbdb_8567_post-img {
  float: left;
  margin-right: 15px;
}

.ffdeb_483b_post-nav .fdaba_8488_next-post .ffbdb_8567_post-img {
  float: right;
  margin-left: 15px;
}

.ffdeb_483b_post-nav .fdaba_8488_next-post span, .ffdeb_483b_post-nav .afdbd_a5b0_prev-post span {
  font-weight: 700;
  color: #97989b;
  text-transform: uppercase;
  font-size: 12px;
}

.ffdeb_483b_post-nav .fdaba_8488_next-post:after, .ffdeb_483b_post-nav .afdbd_a5b0_prev-post:after {
  content: '';
  display: table;
  clear: both;
}

/* betterexplained_e73f_----------------------------*\
	author
\*---------------------------- */

.cedfd_6865_author.eccfd_39fb_media .ebdeb_f140_media-left {
  position: relative;
  padding-right: 30px;
}

.cedfd_6865_author .dfcda_60e7_author-img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  ;
}

.cedfd_6865_author .acebb_ef0d_author-social li {
  display: inline-block;
  margin-right: 10px;
}

.cedfd_6865_author .acebb_ef0d_author-social li a {
  display: block;
}

.cfeba_40c0_page-header .cedfd_6865_author .acebb_ef0d_author-social li a {
  color: #fff;
}

.cfeba_40c0_page-header .cedfd_6865_author .acebb_ef0d_author-social li a:hover, .cfeba_40c0_page-header .cedfd_6865_author .acebb_ef0d_author-social li a:focus {
  color: #ee4266;
}

/* betterexplained_e73f_----------------------------*\
	comments
\*---------------------------- */

.eeadd_086b_post-comments .eccfd_39fb_media {
  margin-top: 30px;
}

.eeadd_086b_post-comments .eccfd_39fb_media:nth-child(1) {
  margin-top: 0px;
}

.eeadd_086b_post-comments .eccfd_39fb_media .ebdeb_f140_media-left {
  position: relative;
  padding-right: 15px;
}

.eeadd_086b_post-comments .eccfd_39fb_media .ebdeb_f140_media-left .aacbe_1b40_media-object {
  width: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 20;
}

.eeadd_086b_post-comments .eccfd_39fb_media .ebdeb_f140_media-left:after {
  content: '';
  position: absolute;
  left: calc(50% - 9px);
  top: 80px;
  bottom: 15px;
  width: 1px;
  background-color: #e8eaed;
}

.eeadd_086b_post-comments .eccfd_39fb_media .cdfad_87d4_media-heading h4 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.eeadd_086b_post-comments .eccfd_39fb_media .cdfad_87d4_media-heading .eaadf_fe23_time {
  color: #97989b;
  margin-left: 10px;
  font-size: 12px;
}

.eeadd_086b_post-comments .eccfd_39fb_media .eaffc_9418_reply {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.eeadd_086b_post-comments .eccfd_39fb_media .eaffc_9418_reply:hover {
  opacity: 0.9;
}

.eeadd_086b_post-comments .eccfd_39fb_media.eefac_5d71_media-author .cdfad_87d4_media-heading h4 {
  color: #ee4266;
}

.eeadd_086b_post-comments .eccfd_39fb_media.eefac_5d71_media-author .ebdeb_f140_media-left:after {
  background-color: #ee4266;
}

/* betterexplained_e73f_=========================================================
	ASIDE
=========================================================== */

.cbfbe_38ce_aside-widget {
  margin-bottom: 30px;
}

/* betterexplained_e73f_----------------------------*\
	social widget
\*---------------------------- */

.fdabd_1afa_social-widget ul {
  overflow: auto;
}

.fdabd_1afa_social-widget ul li {
  float: left;
  width: 33.33%;
}

.fdabd_1afa_social-widget ul li a {
  display: block;
  text-align: center;
  padding: 30px 15px;
  color: #fff;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.fdabd_1afa_social-widget ul li a:hover {
  opacity: 0.9;
}

.fdabd_1afa_social-widget ul li a span {
  font-weight: 700;
  font-size: 14px;
}

.fdabd_1afa_social-widget ul li a i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

/* betterexplained_e73f_----------------------------*\
	newsletter widget
\*---------------------------- */

.cabfe_0bdb_newsletter-widget {
  position: relative;
  padding: 0px 30px 30px;
  border-left: 2px dashed #e8eaed;
  border-right: 2px dashed #e8eaed;
}

.cbfbe_38ce_aside-widget:last-child .cabfe_0bdb_newsletter-widget {
  border-bottom: 2px dashed #e8eaed;
}

.cabfe_0bdb_newsletter-widget form {
  position: relative;
  z-index: 20;
}

.cabfe_0bdb_newsletter-widget .input {
  margin-bottom: 15px;
}

.cabfe_0bdb_newsletter-widget:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  bottom: -25px;
  right: 27px;
  font-size: 160px;
  color: #e8eaed;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.dbcdf_16cd_footer-widget .cabfe_0bdb_newsletter-widget {
  padding: 0px;
  border: none;
}

.dbcdf_16cd_footer-widget .cabfe_0bdb_newsletter-widget:after {
  color: #323335;
}

/* betterexplained_e73f_----------------------------*\
	category widget
\*---------------------------- */

.bfccb_3a64_category-widget ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #e8eaed;
}

.bfccb_3a64_category-widget ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.bfccb_3a64_category-widget ul li a span {
  float: right;
  font-size: 14px;
  color: #97989b;
  margin-left: 15px;
}

.dbcdf_16cd_footer-widget .bfccb_3a64_category-widget ul li {
  border-color: #323335;
}

/* betterexplained_e73f_----------------------------*\
	tags widget
\*---------------------------- */

.adbfa_c5f6_tags-widget ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 6px;
}

.adbfa_c5f6_tags-widget ul li a {
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #97989b;
  background-color: #323335;
  border-radius: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.adbfa_c5f6_tags-widget ul li a:hover, .adbfa_c5f6_tags-widget ul li a:focus {
  color: #fff !important;
  background-color: #ee4266;
}

/* betterexplained_e73f_----------------------------*\
	galery widget
\*---------------------------- */

.eefcd_5d31_galery-widget ul {
  margin: -2px -2px;
}

.eefcd_5d31_galery-widget ul li {
  display: inline-block;
  width: 33.33%;
  padding: 2px;
  margin-right: -4px;
}

.eefcd_5d31_galery-widget ul li a {
  display: block;
  overflow: hidden;
}

.eefcd_5d31_galery-widget ul li a img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition: 1.6s transform, 1.6s -webkit-transform;
}

.eefcd_5d31_galery-widget ul li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* betterexplained_e73f_=========================================================
	FOOTER
=========================================================== */

#fefad_0bb7_footer {
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #1b1c1e;
}

#fefad_0bb7_footer {
  color: #97989b;
}

#fefad_0bb7_footer a {
  color: #97989b;
}

#fefad_0bb7_footer a:hover, #fefad_0bb7_footer a:focus {
  color: #ee4266;
}

.dbcdf_16cd_footer-widget {
  margin-bottom: 30px;
}

.dbcdf_16cd_footer-widget .abefb_e881_footer-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.accfd_7b53_footer-logo {
  margin-bottom: 30px;
  color: #fff;
}

.accfd_7b53_footer-logo .dacba_1734_logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
  color: #e0e0e0 !important;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}

.deafb_b3fc_footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #323335;
}

.ccaba_79d1_footer-nav {
  text-align: right;
}

.ccaba_79d1_footer-nav li {
  display: inline-block;
  margin-right: 10px;
}

/* betterexplained_e73f_----------------------------*\
	CONTACT
\*---------------------------- */

.cebff_f2fb_contact li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-top: 5px;
  min-height: 40px;
}

.cebff_f2fb_contact li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  background: #fff;
  color: #ee4266;
  border: 1px solid #e8eaed;
  line-height: 40px;
  border-radius: 50%;
}

.dbcdf_16cd_footer-widget .cebff_f2fb_contact li i {
  color: #97989b;
  background-color: #353535;
  border: none;
}

.efeaa_2eb3_contact-social li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

.efeaa_2eb3_contact-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff !important;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.efeaa_2eb3_contact-social li a:hover {
  opacity: 0.9;
}

/* betterexplained_e73f_=========================================================
	RESPONSIVE
=========================================================== */

@media only screen and (max-width: 991px) {
  #fabbc_574c_nav-bottom {
    display: none;
  }
  .ebfcb_63e4_nav-social {
    display: none;
  }
  .bcedf_ba7a_nav-logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    display: inline-block;
    float: left;
  }
  .ccaba_79d1_footer-nav {
    text-align: left;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cfeba_40c0_page-header h1 {
    font-size: 32.437px;
  }
  .ffdeb_483b_post-nav .afdbd_a5b0_prev-post {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .ffdeb_483b_post-nav .afdbd_a5b0_prev-post:last-child {
    margin-bottom: 0px;
  }
  .ffdeb_483b_post-nav .fdaba_8488_next-post {
    float: none;
    width: 100%;
  }
  .ffdeb_483b_post-nav .fdaba_8488_next-post {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .ffdeb_483b_post-nav .fdaba_8488_next-post .ffbdb_8567_post-img {
    margin-right: 15px;
    float: left;
    margin-left: 0px;
  }
}







.cacff_eb4c_myproj-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  background-color: rgba(33, 37, 41, 0.97);
  color: white;
  padding: 1.25rem 1rem;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.cacff_eb4c_myproj-cookie-banner.caebd_6932_show {
  transform: translateY(0);
}

.cacff_eb4c_myproj-cookie-banner {
  font-family: Arial, Helvetica, sans-serif;
}
html {
  font-size: 15px !important;
}


.aaadf_216d_myproj-cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cdcda_0c55_myproj-cookie-text {
  flex: 1 1 60%;
  min-width: 250px;
}

.cdcda_0c55_myproj-cookie-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  line-height: 1.6;
}

.dbfbf_b0dc_myproj-cookie-policy-link {
  color: #6ea8fe !important;
  font-weight: 600;
  text-decoration: underline !important;
  transition: color 0.2s ease;
}

.dbfbf_b0dc_myproj-cookie-policy-link:hover,
.dbfbf_b0dc_myproj-cookie-policy-link:focus {
  color: #9ec5fe !important;
  outline: none;
}

.ebedd_5869_myproj-cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.ebedd_5869_myproj-cookie-buttons .eefff_ce39_myproj-btn {
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ebedd_5869_myproj-cookie-buttons .beaef_223d_myproj-btn-outline-light {
  background-color: transparent;
  color: white;
  border-color: white;
}

.ebedd_5869_myproj-cookie-buttons .beaef_223d_myproj-btn-outline-light:hover,
.ebedd_5869_myproj-cookie-buttons .beaef_223d_myproj-btn-outline-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}

.ebedd_5869_myproj-cookie-buttons .aaebb_1322_myproj-btn-primary {
  background-color: #0d6efd;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-color: #0d6efd;
}

.ebedd_5869_myproj-cookie-buttons .aaebb_1322_myproj-btn-primary:hover,
.ebedd_5869_myproj-cookie-buttons .aaebb_1322_myproj-btn-primary:focus {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  outline: none;
}

@media (max-width: 767.98px) {
  .aaadf_216d_myproj-cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .cdcda_0c55_myproj-cookie-text {
    flex: 1 1 100%;
    min-width: unset;
  }

  .ebedd_5869_myproj-cookie-buttons {
    justify-content: center;
    width: 100%;
  }
}



/* betterexplained_e73f_Yeni dropdown-toggle sınıfı için tam CSS */
.cbdca_c18c_nav-menu>li>.dropdown-toggle {
  display: block;
  padding: 25px 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  cursor: pointer;
}

.cbdca_c18c_nav-menu>li>.dropdown-toggle:hover, 
.cbdca_c18c_nav-menu>li>.dropdown-toggle:focus {
  color: #ee4266;
  text-decoration: none;
  outline: none;
}

.cbdca_c18c_nav-menu li.has-dropdown>.dropdown-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  margin-left: 5px;
}

.bebde_8545_nav-aside-menu li.has-dropdown>span.dropdown-toggle {
  cursor: pointer;
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #323335;
}

.bebde_8545_nav-aside-menu li.has-dropdown>span.dropdown-toggle:hover,
.bebde_8545_nav-aside-menu li.has-dropdown>span.dropdown-toggle:focus {
  color: #ee4266;
}

.bebde_8545_nav-aside-menu li.has-dropdown>span.dropdown-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
}


.cbbbb_2936_post-references {
	background-color: #f8f9fa;
	border-left: 4px solid #007bff;
	padding: 20px;
	margin: 20px 0;
	border-radius: 4px;
}

.beccd_dfe9_reference-title {
	color: #495057;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 8px;
}

.bfaff_d643_reference-content {
	color: #6c757d;
	font-size: 14px;
	line-height: 1.6;
}

.bfaff_d643_reference-content ol,
.bfaff_d643_reference-content ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

.bfaff_d643_reference-content li {
	margin-bottom: 5px;
}

.bfaff_d643_reference-content a {
	color: #007bff;
	text-decoration: none;
}

.bfaff_d643_reference-content a:hover {
	text-decoration: underline;
}
	
	
	
