* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

a, input, textarea, button, select {
  outline: none;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

a:hover {
  color: #8c0e0e;
}

selected {
  background-color: #e0e0e0;
  padding: 1px 6px 3px 6px;
  border-radius: 3px;
  line-height: 24px;
  color: #c1153a;
  font-size: 90%;
}

h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
  text-decoration: none;
}

a:focus, input:focus, textarea:focus, button:focus, select:focus {
  outline: none !important;
  text-decoration: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  position: relative;
  font-size: 20px;
  background-color: #fff;
  color: #383838;
  font-family: 'default-font', sans-serif;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -.003em;
}

b {
  font-family: inherit;
  font-weight: 900;
}

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  background: none;
  border: 0;
  background-color: #f7f8f8;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: #888888;
  font-family: "Questrial", sans-serif !important;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  border: 1px solid #eee;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  color: #888888;
  font-style: italic;
  font-size: 14px;
}

textarea {
  background: none;
  border: 0;
  background-color: #f7f8f8;
  resize: none;
  padding: 15px;
  height: 100px;
  color: #888888;
  font-style: italic;
  font-size: 14px;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

textarea::-webkit-input-placeholder {
  color: #888888;
}

textarea:-moz-placeholder {
  color: #888888;
}

textarea::-moz-placeholder {
  color: #888888;
}

textarea:-ms-input-placeholder {
  color: #888888;
}

a {
  color: #ec1d1d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}

code, kbd, pre, samp {
  font-family: "Raleway", sans-serif;
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0.015em;
}

code {
  border-radius: 10px;
  background-color: #eee;
  letter-spacing: 0.015em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  transition: all 0.5s ease-in;
  opacity: 1;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

ol li, ul li {
  letter-spacing: 0.02em;
}

::-moz-selection {
  color: #fff;
  background-color: #e15d5d;
}

::selection {
  color: #fff;
  background-color: #e15d5d;
}

#page-wrap {
  position: relative;
  overflow: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container {
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -20px;
  margin-left: -25px;
  margin-top: -20px;
}

.tb {
  display: table;
  width: 100%;
}

.tb-cell {
  display: table-cell;
  vertical-align: middle;
}

.h1, h1 {
  font-weight: 700;
  font-size: 40px;
  color: inherit;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}

.h1 a, h1 a {
  color: inherit;
}

.h2, h2 {
  font-weight: 700;
  font-size: 30px;
  color: inherit;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}

.h2 a, h2 a {
  color: inherit;
}

.h3, h3 {
  font-weight: 700;
  font-size: 23px;
  color: inherit;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.h3 a, h3 a {
  color: inherit;
}

.h4, h4 {
  font-weight: 700;
  font-size: 21px;
  color: inherit;
  line-height: 2;
  letter-spacing: 0.01em;
}

.h4 a, h4 a {
  color: inherit;
}

.h5, h5 {
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.h5 a, h5 a {
  color: inherit;
}

.h6, h6 {
  font-weight: 700;
  font-size: 17px;
  color: inherit;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.h6 a, h6 a {
  color: inherit;
}

.pi-btn {
  display: inline-block;
  background: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-style: italic;
  font-size: 10px;
  font-weight: 400;
  color: #535353;
  border: 4px double #D8D8D8;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 22px;
}

.pi-btn:hover {
  border-color: #e15d5d;
  color: #e15d5d;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

blockquote, .blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
}

blockquote, .blockquote {
  border: 0;
  font-size: 14px;
  font-style: italic;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-left: 3px solid #e15d5d;
}

blockquote cite, .blockquote cite {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  margin-top: 5px;
  text-transform: uppercase;
  text-decoration: underline;
}

abbr {
  color: #A1D71A;
  border-width: 2px;
}

mark, .mark {
  background-color: #e15d5d;
}

.icon {
  display: inline-block;
  font-style: normal;
}

.autoHeight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-center {
  text-align: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

.section, .widget {
  margin: 0;
  padding: 0;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-9, .col-md-10, .col-md-berk {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-md-9 {
  width: 67%;
}

.col-md-10 {
  width: 100%;
}

.col-md-6 {
  width: 50%;
}

.col-md-4 {
  width: 33.3333333%;
}

.col-md-berk {
  width: 25%;
}

.col-md-3 {
  width: 33%;
}

.col-md-2 {
  width: 16.66666667%;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical >
.btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
  clear: both;
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical >
.btn-group::before, .btn-group-vertical >
.btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
  display: table;
  content: "";
}

.nextpost {
  background-color: #DFDFDF;
  color: black;
  position: fixed;
  top: 30%;
  right: -15px;
  z-index: 50000;
  padding: 20px 25px 20px 10px;
  border-radius: 4px;
  box-shadow: #998989 1px 1px 5px;
  transition: all 0.6s ease;
}

.nextpost:hover {
  background-color: #AC1C1C;
  color: white;
  right: -9px;
}

.toppost {
  width: 100%;
}

.topcoverwrapper {
  width: 100%;
  overflow: hidden;
}

.topcover {
  opacity: 1;
  text-align: center;
}

.topoverlay {
  background-color: white;
  background-position: center;
  background-size: 40%;
  height: 50px;
  width: 100%;
  position: relative;
}


.topbar {
    width: 100%;
    position: absolute;
}

  .topbar-logo {
    position: absolute;
    cursor: pointer;
    opacity: 0.8;
    margin: 4px;
    margin-left: 50px;
    margin-top: 20px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    transition: opacity 1s;
    background-position: contain;
    background-image: url('../../../../-Pv3Ewsy9rGc/WN8msWhJM0I/AAAAAAAALT8/ipFkLYS-f-MvNYB2kCVn_OeHSNQUVPLkACLcB/s1600/Codemio.com.png.jpg');
  }

  .topbar-logo:hover {
    opacity: 1;
  }

  .top-social-icons {
    padding: 0;
    z-index: 1000;
    list-style: none;
    font-size: 1.0em;
    position: absolute;
    right: 40px;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
  }

  .tsocial-icons {
    padding: 5px;
    margin: 2px;
  }

  .top-social-icons .social-icon {
    color: rgba(0, 0, 0, 0.65);
  }

  .top-social-icons .tsocial-icons li {
    vertical-align: top;
    display: inline;
    height: 30px;
    padding: 10px;
    cursor: pointer;
  }

  .top-social-icons .tsocial-icons a {
    color: rgb(93, 76, 65);
    text-decoration: none;
  }

  .top-social-icons .fa-facebook {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
  }

  .top-social-icons .fa-facebook:hover {
    color: #3d5b99;
  }

  .top-social-icons .fa-twitter {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
  }

  .top-social-icons .fa-twitter:hover {
    color: #00aced;
  }

  .top-social-icons .fa-rss {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
  }

  .top-social-icons .fa-rss:hover {
    color: #eb8231;
  }

  .top-social-icons .fa-youtube {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
  }

  .top-social-icons .fa-youtube:hover {
    color: #e64a41;
  }

  .top-social-icons .fa-linkedin {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
  }

  .top-social-icons .fa-linkedin:hover {
    color: #0073a4;
  }

  .top-social-icons .fa-google-plus {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
  }

  .top-social-icons .fa-google-plus:hover {
    color: #e25714;
  }


.mytext {
  display: none;
  top: 50%;
  right: 30%;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
  z-index: 100000;
  position: fixed;
}

.nextpost:hover .mytext {
  display: block;
}

.sticky {
  position: fixed;
  top: 20px;
  width: 30%;
}


/* Header-- */

.header-wrapper {
  overflow: hidden;
}

#header {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: 50%;
}

.header {
  height: 220px;
  background: none;
  overflow: hidden;
  background-image: url('../../../../-mQz8oYEWudY/XWRPSmFthAI/AAAAAAAAZtU/LgkgSeA34coUZZ628knh9cdkWG-dWX_ZACLcBGAs/s1600/bg-min.jpg')
}

.header.header-responsive .logo {
  margin-bottom: 0;
  margin-top: 2px;
  width: 100%;
}

.header.header-responsive .pi-navigation {
  position: relative;
  top: 0;
  bottom: auto;
  border-top: 0;
}

.headerpadding {
  text-align: center;
  height: 50px;
}

.headerpadding img {
  opacity: 0;
  transition: opacity 2s;
}

.headerpadding img:hover {
  opacity: 0.8;
}

/* SOCIAL LOADER*/

.loading {
  position: relative;
  top: 17px;
}

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}

.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}

.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

div#topnav h2 {
  display: none;
}

.mylogo {
  width: 100%;
  transition: opacity 0.1s ease;
  opacity: 1;
}

.navicon {
  position: fixed;
  z-index: 100;
  top: 4px;
  left: 70px;
  bottom: auto;
  opacity: 0.6;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.postinfo {
  font-size: calc(12px + 0.3vw);
  font-weight: 600;
  color: inherit;
  background: none;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  margin-left: 30px;
}

.navicon:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 1;
}

.menicon {
  position: fixed;
  z-index: 100;
  top: 13px;
  right: 10px;
  bottom: auto;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.pi-navigation .navlist {
  left: 30px;
  text-align: center;
  top: 12px;
}

.pi-navigation {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(30, 5, 1, 1);
  background: -moz-linear-gradient(top, rgba(30, 5, 1, 1) 0%, rgba(28, 6, 2, 1) 50%, rgba(25, 4, 1, 1) 51%, rgba(24, 4, 2, 1) 71%, rgba(23, 4, 3, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30, 5, 1, 1)), color-stop(50%, rgba(28, 6, 2, 1)), color-stop(51%, rgba(25, 4, 1, 1)), color-stop(71%, rgba(24, 4, 2, 1)), color-stop(100%, rgba(23, 4, 3, 1)));
  background: -webkit-linear-gradient(top, rgba(30, 5, 1, 1) 0%, rgba(28, 6, 2, 1) 50%, rgba(25, 4, 1, 1) 51%, rgba(24, 4, 2, 1) 71%, rgba(23, 4, 3, 1) 100%);
  background: -o-linear-gradient(top, rgba(30, 5, 1, 1) 0%, rgba(28, 6, 2, 1) 50%, rgba(25, 4, 1, 1) 51%, rgba(24, 4, 2, 1) 71%, rgba(23, 4, 3, 1) 100%);
  background: -ms-linear-gradient(top, rgba(30, 5, 1, 1) 0%, rgba(28, 6, 2, 1) 50%, rgba(25, 4, 1, 1) 51%, rgba(24, 4, 2, 1) 71%, rgba(23, 4, 3, 1) 100%);
  background: linear-gradient(to bottom, rgba(30, 5, 1, 1) 0%, rgba(28, 6, 2, 1) 50%, rgba(25, 4, 1, 1) 51%, rgba(24, 4, 2, 1) 71%, rgba(23, 4, 3, 1) 100%);
  z-index: 9999;
  height: 45px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.7s;
}

#nav_switch {
  display: none;
  z-index: 100000;
  position: absolute;
}

.full-screen-navigation {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#nav_switch:checked+.full-screen-navigation {
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
  position: fixed;
  transition: background 0.2s ease 0.2s;
}

.three-bars-whatever {
  width: 20px;
  height: 14px;
  border: solid 2px white;
  border-radius: 1px;
  border-left: none;
  border-right: none;
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  outline: none;
  z-index: 100000;
  cursor: pointer;
  transform: scale(1, 1) rotate(0deg);
  transition: transform 0.2s ease 0.2s;
}

.three-bars-whatever:hover {
  cursor: pointer;
}

#nav_switch:checked+.full-screen-navigation~.three-bars-whatever {
  transition: transform 0.2s ease 0.2s;
  transform: scale(0, 0) rotate(1440deg);
}

.three-bars-whatever:after {
  content: "";
  background: white;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  display: block;
}

#nav_switch:checked+.full-screen-navigation~.three-bars-whatever:after {
  transition: background 0.2s;
  background: none;
}

.cross-bars-whatever {
  width: 40px;
  height: 30px;
  position: absolute;
  right: -30px;
  outline: none;
  cursor: pointer;
  z-index: 100000;
  transform: scale(0, 0);
  transition: transform 0.2s;
}

#nav_switch:checked+.full-screen-navigation >
.cross-bars-whatever {
  transition: transform 0.1s ease 0.2s;
  transform: scale(1, 1);
}

.cross-bars-whatever:before {
  content: "";
  background: white;
  width: 20px;
  height: 3px;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 50px;
}

.cross-bars-whatever:after {
  content: "";
  background: white;
  width: 20px;
  height: 3px;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 50px;
}

.navigation-container {
  font-size: 16px;
  margin: 0 auto;
  opacity: 0;
  background-color: black;
  overflow: hidden;
  list-style-type: none;
  transition: opacity 0s, margin 0.5s;
}

#nav_switch:checked+.full-screen-navigation >
.navigation-container {
  opacity: 1;
  width: 260px;
  margin-top: 43px;
  margin-right: 0;
  transition: opacity 1s ease 0.10s, margin 0.2s ease 0.10s;
}

.navigation-container >
li {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: right;
}

.navigation-container >
li >
a {
  font-family: "Questrial", sans-serif !important;
  color: #f2f2f2;
  font-size: 18px;
  text-decoration: none;
  transition: text-shadow 0.25s;
  margin-right: 20px;
}

.navigation-container >
li >
a:hover {
  text-shadow: 0 0 20px white;
}

.pi-navigation.nav-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

.pi-navigation .container {
  height: 100%;
}

.pi-navigation .navlist li a {
  padding: 0px 5px 0px 10px;
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  line-height: 55px;
  transition: all 1s;
  left: 0;
}

.pi-navigation .navlist li:hover a {
  left: -8px;
}

.navlist {
  position: relative;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.navlist >
li.menu-item-has-children.item-plus >
a {
  position: relative;
}

.navlist >
li >
.sub-menu {
  background: url("../../../../-LO2vdQp5kG8/V1nD2bS0UqI/AAAAAAAAJek/CqOsKb0G14wewT3Vp-MPkRbGNZVjqF2DACK4B/s1600/navbg2-min.png");
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.navlist li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.navlist li a {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  line-height: 40px;
}

.navlist li:first-child {
  margin-left: 0;
}

.navlist li .sub-menu {
  position: absolute;
  background: url("../../../../-LO2vdQp5kG8/V1nD2bS0UqI/AAAAAAAAJek/CqOsKb0G14wewT3Vp-MPkRbGNZVjqF2DACK4B/s1600/navbg2-min.png");
  background-color: #fefefe;
  width: 190px;
  padding: 0;
  list-style: none;
  left: -15px;
  top: 97%;
  border: 1px solid #f3f3f3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navlist li .sub-menu li {
  display: block;
  margin: 0;
}

.navlist li .sub-menu li a {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #f3f3f3;
  line-height: 40px;
  text-align: left;
}

.navlist >
li >
.sub-menu >
li:last-child >
a, .navlist >
li >
.sub-menu >
li >
.sub-menu >
li:last-child >
a {
  border: 0;
}

.navlist li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

.navlist li.current-menu-parent >
a, .navlist li.current-menu-item >
a, .navlist li:hover >
a {
  color: #e15d5d;
}

.navlist li:hover >
.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.navlist li.megamenu {
  position: static;
}

.navlist li.megamenu:after {
  content: "";
  display: block;
  clear: both;
}

.megamenu .sub-menu {
  width: 100%;
  padding: 15px;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.megamenu .sub-menu li {
  float: left;
  padding: 10px;
  background: none;
}

.megamenu .sub-menu li a {
  border: 0;
  line-height: 2em;
  font-size: 12px;
}

.megamenu .post {
  text-align: center;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
}

.navlist li.megamenu .post .post-media img {
  width: 100%;
}

.navlist li.megamenu .post h2 {
  font-size: 12px;
  color: #484848;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 5px;
}

.navlist li.megamenu .post h2 a {
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.navlist li.megamenu .post h2 a:hover {
  color: #e15d5d;
}

.navlist li.megamenu .post .post-date {
  font-size: 12px;
}

.megamenu.col-5 .sub-menu li {
  width: 20%;
}

.navlist li.megamenu.col-4 .sub-menu li {
  width: 25%;
}

.navlist li.megamenu.col-3 .sub-menu li {
  width: 33.3333333333%;
}

.navlist li.megamenu.col-2 .sub-menu li {
  width: 50%;
}

.navlist li.megamenu.col-1 .sub-menu li {
  width: 100%;
}

.navlist.off-canvas {
  background: url("../../../../-LO2vdQp5kG8/V1nD2bS0UqI/AAAAAAAAJek/CqOsKb0G14wewT3Vp-MPkRbGNZVjqF2DACK4B/s1600/navbg2-min.png");
  background-color: black;
  position: fixed;
  width: 250px;
  top: 48px;
  left: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 100px 0 0 #f7f9f9;
  -moz-box-shadow: 0 100px 0 0 #f7f9f9;
  box-shadow: 0 100px 0 0 #f7f9f9;
  z-index: 99999;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navlist.off-canvas li {
  position: static;
  display: block;
  margin: 0;
}

.navlist.off-canvas li a {
  display: block;
  border-bottom: 1px solid #eee;
  line-height: 42px;
  padding: 0 15px;
  text-align: left;
}

.navlist.off-canvas li .sub-menu {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border: 0;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #f7f9f9;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navlist.off-canvas li .sub-menu li a {
  border-bottom: 1px solid #eee;
}

.navlist.off-canvas li .sub-menu.sub-menu-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 999;
}

.navlist.off-canvas li.megamenu .sub-menu {
  padding: 0 15px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.navlist.off-canvas li.megamenu .sub-menu li {
  width: 100% !important;
  float: none;
  padding: 10px 0;
}

.navlist.off-canvas li.megamenu .sub-menu li a {
  border: 0;
}

.navlist.off-canvas li.megamenu .sub-menu li.back-mb {
  width: auto !important;
  background: url("../../../../-LO2vdQp5kG8/V1nD2bS0UqI/AAAAAAAAJek/CqOsKb0G14wewT3Vp-MPkRbGNZVjqF2DACK4B/s1600/navbg2-min.png");
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

.navlist.off-canvas li.megamenu .sub-menu li.back-mb a {
  font-size: 11px;
}

.navlist.off-canvas li.megamenu .sub-menu li:last-child {
  padding-bottom: 30px;
}

.navlist.off-canvas li.back-mb {
  background-color: rgba(0, 0, 0, 0.02);
}

.navlist.off-canvas.off-canvas-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.navlist.off-canvas .submenu-toggle {
  position: absolute;
  right: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #eff1f1;
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 1px solid #f2f2f2;
  color: #383838;
  -webkit-transform: translateY(-43px);
  -moz-transform: translateY(-43px);
  -ms-transform: translateY(-43px);
  -o-transform: translateY(-43px);
  transform: translateY(-43px);
}

.navlist.off-canvas .submenu-toggle .fa {
  font-size: 14px;
  line-height: 42px;
}

/* LOAD MORE RESULTS BUTTON*/

.loadmorecontainer {
  width: 100%;
}

.loadmoreresults {
  font-weight: bold;
  padding: 10px;
  padding-right: 50px;
  padding-left: 50px;
  background: #424242;
  border-radius: 5px;
  margin: auto;
  text-align: center;
  color: white;
  transition: all 0.5s;
}

.loadmoreresults:hover {
  background: black;
  color: white;
}

/*  PROMOTE and BE A GUEST AUTHOR */

.berkholder {
  width: 270px;
  font-size: 14px;
  text-align: center;
  font-family: 'Questrial', sans-serif;
  font-weight: 300;
}

/* uiButton
------------------------ */

.uiButton:link, .uiButton:visited {
  position: relative;
  display: inline-block;
  width: 255px;
  margin-left: -30px;
  height: 40px;
  /* border-top: 1px solid #0f0f12; */
  border-radius: 3px;
  /* background: #1a1a1f; */
  border-radius: 2px;
  z-index: 1;
}

.uiButton:link:before, .uiButton:visited:before {
  position: absolute;
  top: 2px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  padding: .5em 0 0;
  border-radius: 2px;
  background: #227700;
  background: -moz-linear-gradient(top, #227700, #16161a);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #227700), color-stop(100%, #16161a));
  /* Android 2.1~3.0 */
  background: -webkit-linear-gradient(top, #227700, #16161a);
  background: -o-linear-gradient(top, #227700, #16161a);
  background: linear-gradient(to bottom, #227700, #16161a);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 0 1px rgba(255, 255, 255, 0.1), 0 4px 6px rgba(0, 0, 0, 0.85), 0 1px 2px rgba(0, 0, 0, 0.9);
  color: #ccc;
  font-weight: normal;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.2;
  content: "BE A GUEST AUTHOR";
  z-index: 0;
}

.uiB:link, .uiB:visited {
  position: relative;
  display: inline-block;
  width: 255px;
  margin-left: -30px;
  height: 40px;
  /* border-top: 1px solid #0f0f12; */
  border-radius: 3px;
  /* background: #1a1a1f; */
  border-radius: 2px;
  z-index: 1;
}

.uiB:link:before, .uiB:visited:before {
  position: absolute;
  top: 2px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  padding: .5em 0 0;
  border-radius: 2px;
  background: #e26200;
  background: -moz-linear-gradient(top, #e26200, #16161a);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e26200), color-stop(100%, #16161a));
  /* Android 2.1~3.0 */
  background: -webkit-linear-gradient(top, #e26200, #16161a);
  background: -o-linear-gradient(top, #e26200, #16161a);
  background: linear-gradient(to bottom, #e26200, #16161a);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 0 1px rgba(255, 255, 255, 0.1), 0 4px 6px rgba(0, 0, 0, 0.85), 0 1px 2px rgba(0, 0, 0, 0.9);
  color: #ccc;
  font-weight: normal;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.2;
  content: "PROMOTE YOUR WEBSITE HERE";
  z-index: 0;
}

.uiB:hover:before {
  background: #ed6802;
  background: -moz-linear-gradient(top, #2b2b33, #1d1d21);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b33), color-stop(100%, #1d1d21));
  /* Android 2.1~3.0 */
  background: -webkit-linear-gradient(top, #2b2b33, #1d1d21);
  background: -o-linear-gradient(top, #2b2b33, #1d1d21);
  background: linear-gradient(to bottom, #2b2b33, #1d1d21);
  color: #f5f5f5;
}

.uiB:active:before {
  border-top: 1px solid #030303;
  background: #ed6802;
  background: -moz-linear-gradient(top, #101012, #111114);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #101012), color-stop(100%, #111114));
  /* Android 2.1~3.0 */
  background: -webkit-linear-gradient(top, #101012, #111114);
  background: -o-linear-gradient(top, #101012, #111114);
  background: linear-gradient(to bottom, #101012, #111114);
  color: #333;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(50, 50, 50, 0.3);
}

.uiButton:hover:before {
  background: #ed6802;
  background: -moz-linear-gradient(top, #2b2b33, #1d1d21);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b33), color-stop(100%, #1d1d21));
  /* Android 2.1~3.0 */
  background: -webkit-linear-gradient(top, #2b2b33, #1d1d21);
  background: -o-linear-gradient(top, #2b2b33, #1d1d21);
  background: linear-gradient(to bottom, #2b2b33, #1d1d21);
  color: #f5f5f5;
}

.uiButton:active:before {
  border-top: 1px solid #030303;
  background: #ed6802;
  background: -moz-linear-gradient(top, #101012, #111114);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #101012), color-stop(100%, #111114));
  /* Android 2.1~3.0 */
  background: -webkit-linear-gradient(top, #101012, #111114);
  background: -o-linear-gradient(top, #101012, #111114);
  background: linear-gradient(to bottom, #101012, #111114);
  color: #333;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(50, 50, 50, 0.3);
}

.logoicon {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  left: 0px;
  bottom: auto;
  opacity: 1;
}

/*END OF AWESOME NAVBAR*/

/*TUTORIAL PANEL*/

.tabbed {
  margin: auto;
  position: relative;
  width: 300px;
  padding: 5px 0 0 5px;
  padding-left: 10px;
  border: none;
}

.tabbed a {
  color: black;
  font-size: 130px;
  float: left;
  line-height: 50px;
  margin: -1px 0 0 -1px;
  padding: 5px 5px;
  border: 1px solid #adadad;
  display: block;
  text-decoration: none;
  opacity: 0.3;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.tabbed a:hover {
  opacity: 1;
  position: relative;
  border-color: red;
  border: 1px ridge gray;
}

.tabbed a:hover .myjs {
  color: #EECB0B;
}

.tabbed a:hover .myjava {
  color: red;
}

.tabbed a:hover .myandroid {
  color: #83DC3A;
}

.tabbed a:hover .myc {
  color: blue;
}

/* ENDOF TUTORIAL PANEL*/

/* SHARE COUNTS*/

#sharecount1 {
  display: block;
}

#sharecount2 {
  display: none;
}

/* POST LABELS ABOVE TITLE*/

.category-label {
  float: left;
  transition: background 0.8s;
  padding: 0px 30px 18px;
  margin: 0 0px;
}

.category-label a {
  background: none;
  margin-right: 5px;
  font-size: 15px;
  color: inherit;
  text-transform: capitalize;
  font-weight: bold;
  text-decoration: none;
}

.category-label i {
  font-size: 13px;
}

.title-label {
  float: left;
  margin-left: 30px;
  transition: background 0.8s;
  margin-top: -5px;
}

.title-label a {
  font-size: 12px;
  font-family: 'Questrial';
  text-transform: capitalize;
  color: #a5a5a5;
  background: rgba(241, 241, 241, 0.98);
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  padding-left: 5px;
  padding-right: 4px;
  border-radius: 3px;
  margin-right: 5px;
}

.title-label a:hover {
  color: #cecece;
  background: rgba(58, 58, 58, 0.98);
}

.title-label a {
  display: none;
}

.title-label a:nth-child(1), .title-label a:nth-child(2), .title-label a:nth-child(3), .title-label a:nth-child(4) {
  display: inline-block;
}

.myvideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.myvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Container */

#container {
  height: auto;
  padding: 10px;
  margin: 0px auto 0px auto;
}

#container #menu-wrap {
  width: 100%;
  position: relative;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 50px 0px;
  line-height: 13px;
}

#container #menu-wrap .menu-item {
  width: 38px;
  height: 55px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

#container #menu-wrap .menu-item i {
  width: 100%;
  padding: 7px 0px 5px 0px;
  border-radius: 3px;
}

#container #menu-wrap .menu-item i.fa-facebook {
  background: #3B5998;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-twitter {
  background: #44CCF6;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-youtube {
  background: #CE332D;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-linkedin {
  background: #0275B6;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-google-plus {
  background: #D13F2D;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-dribbble {
  background: #EA4C89;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-pinterest-square {
  background: #CB2027;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-stack-overflow {
  background: #FEA501;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-tumblr {
  background: #274152;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-instagram {
  background: #517FA3;
  color: #FFF;
}

#container #menu-wrap .menu-item i.fa-vimeo-square {
  background: #86C9EF;
  color: #FFF;
}

#container #menu-wrap .menu-item span {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 0px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #445878;
  background: #FFF;
  border-radius: 50%;
}

#container #menu-wrap .menu-item span:hover {
  top: -29px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.active {
  top: -20px !important;
  font-size: 0px !important;
}

#container #menu-wrap .menu-item a {
  font-size: 12px;
  color: #445878;
  text-decoration: none;
}

#container #menu-wrap .menu-item .text {
  text-decoration: none;
  font-size: 0px;
  padding: 0px 0px 17px 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 100%;
  position: absolute;
  bottom: -27px;
  display: block;
  /*	border-top:#CCC thin solid;	border-top-width:1px;*/
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#container #menu-wrap .menu-item:hover >
.text {
  bottom: 0;
  font-size: 25px;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

#container #menu-wrap .menu-item .icon {
  width: 32px;
  height: 32px;
  padding: 13px 9px 5px 4px;
  font-size: 25px;
  text-align: center;
}

#socialmobile {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
}

/** TOP NAVBAR NEW MENU **/

#awesomemenucontainer {
  position: relative;
  margin-left: 100px;
  width: 100%;
}

#awesomemenucontainer:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#awesomemenu {
  margin: 0px;
  position: relative;
  float: left;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  background: #ccc;
}

#awesomemenu, #awesomemenu ul {
  list-style: none;
  background-color: transparent;
}

#awesomemenu >
li {
  float: left;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, .1);
  perspective: 1000px;
}

#awesomemenu >
li span {
  font-size: 16px;
}

#awesomemenu >
li:first-child {
  box-shadow: -1px 0 0 rgba(0, 0, 0, .1), 1px 0 0 rgba(255, 255, 255, .1);
}

#awesomemenu >
li:last-child {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0), 1px 0 0 rgba(255, 255, 255, 0);
}

#awesomemenu a {
  position: relative;
  z-index: 10;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  color: rgba(75, 75, 75, 1);
  background: transparent;
  transition: all .25s ease-in-out;
  font-family: 'Questrial'	, sans-serif !important;
  letter-spacing: 1.3px;
  font-weight: 100;
  font-style: normal;
  font-size: 13px;
  text-transform: capitalize;
  color: #d4d4d4;
  display: block;
  outline: 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

#awesomemenu >
li:hover >
a {
  background: rgb(109, 0, 0);
  color: white;
  text-shadow: none;
  cursor: pointer;
}

#awesomemenu li ul {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 250px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: transparent;
  overflow: hidden;
  transform-origin: 50% 0%;
}

#awesomemenu li:hover ul {
  background: #000000;
  opacity: 1;
  visibility: visible;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
  animation-name: slideDown;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    height: 0px;
    transform: translateY(-20%)
  }
  100% {
    opacity: 1;
    height: auto;
    transform: translateY(0%)
  }
}

@keyframes swingdown {
  0% {
    opacity: .99999;
    transform: rotateX(90deg);
  }
  30% {
    transform: rotateX(-20deg) rotateY(5deg);
    animation-timing-function: ease-in-out;
  }
  65% {
    transform: rotateX(20deg) rotateY(-3deg);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: rotateX(0);
    animation-timing-function: ease-in-out;
  }
}

#awesomemenu li li a {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 8px;
  font-weight: 400;
  color: #ddd;
  text-shadow: none;
  border-top: dotted 1px transparent;
  border-bottom: dotted 1px transparent;
  transition: all .15s linear;
}

#awesomemenu li ul li .language {
  font-size: 1.6em;
}

#awesomemenu li li a:hover {
  cursor: pointer;
  color: white;
  border-top: dotted 1px rgba(255, 255, 255, .15);
  border-bottom: dotted 1px rgba(255, 255, 255, .15);
  background: rgb(109, 0, 0);
}

/*  AUTHOR LOGIN BUTTONS  */

.myinner-container {
  top: 60px;
  z-index: 1000;
  width: 290px;
  height: 250px;
  position: absolute;
  right: -191px;
  overflow: hidden;
  border-radius: 1em;
  transition: right 4s;
}

.myinner-container:hover {
  right: -20px;
  transition: right 1s;
}

.myinner-container:hover .homebox p {
  opacity: 1;
}

.homebox {
  border-radius: 1em;
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: 'Questrial';
  color: #fff;
  padding: 5px 0px;
  transition: all 1s;
}

.homebox h1 {
  text-align: center;
  margin: 30px 0;
  font-size: 30px;
}

.homebox input:focus, .homebox input:active, .homebox button:focus, .homebox button:active {
  outline: none;
}

.homebox button {
  border-radius: 0.3em;
  box-shadow: 1px 2px 9px black;
  opacity: 0.8;
  cursor: pointer;
  background: #2ecc71;
  border: 0;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  width: 180px;
  margin: 20px auto;
  display: block;
  letter-spacing: 1.2px;
  transition: all 1s;
  font-family: 'Questrial';
}

.myinner-container:hover .homebox button {
  opacity: 1;
}

.myinner-container:hover .homebox {
  background: rgba(0, 0, 0, 0.08);
}

.homebox button:hover {
  opacity: 1;
  width: 240px;
}

.homebox button:active {
  background: #27ae60;
}

.homebox a {
  text-decoration: none;
}

.homebox p {
  font-family: 'Questrial';
  font-size: 13px;
  text-align: center;
  text-shadow: 1px 2px 2px black;
  opacity: 0;
  letter-spacing: 0.9px;
  transition: all 1s;
  text-transform: uppercase;
}

.homebox p span {
  cursor: pointer;
  color: red;
  font-weight: bold;
}

/* HOME SHARE ICONS TRIO */
.position {
  margin-top: 11vw;
  position: relative;
  top: 0px;
  text-align: center;
  right: 0px;
  left: -110px;
  bottom: 0px;
  opacity: 0.8;
  transition: opacity 4s;
}

.position:hover {
  opacity: 1;
  transition: opacity 0.9s;
}

.trigger:focus {
  outline: 0;
}

.trigger {
  top: -9px;
  right: -5px;
  border: 3px solid white;
  position: absolute;
  background-color: #7A0505;
  color: white;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-position: center;
  transform: rotate(0deg);
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -webkit-transition: all .5s ease-in-out;
  border-radius: 20%;
  border: 2px solid white;
}

.trigger-active {
  border: 3px solid white;
  background-color: #01DF01;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%;
  color: black;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.position ul {
  display: inline-block;
}

li.one:hover, .two:hover, .three:hover, .four:hover, .five:hover {
  background-color: transparent;
  font-size: 1.1em;
  color: black;
  text-shadow: 0 1px rgba(0, 0, 0, 0.95);
}

li.one a, .two a, .three a, .four a, .five a {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

li.one {
  position: absolute;
  background-color: #55acee;
  background-position: center;
  list-style-type: none;
  right: -5px;
  top: -6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: -10;
}

li.two {
  position: absolute;
  background-position: center;
  list-style-type: none;
  right: -5px;
  top: -6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #dd4b39;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  z-index: -10;
}

li.three {
  position: absolute;
  background-color: #3b5999;
  background-position: center;
  list-style-type: none;
  right: -5px;
  top: -6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  z-index: -10;
}

li.goout:nth-child(1) {
  -webkit-transform: translateY(-4em) translateX(-2em);
  transform: translateY(-4em) translateX(2em);
  z-index: 10;
}

li.goout:nth-child(2) {
  -webkit-transform: translateY(0em) translateX(4em);
  transform: translateY(0em) translateX(4em);
  z-index: 10;
}

li.goout:nth-child(3) {
  -webkit-transform: translateY(4em) translateX(2em);
  transform: translateY(4em) translateX(2em);
  z-index: 10;
}

/* PROGRESS BAR */

.bar {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  height: 4px;
  z-index: 999999;
}
.bar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*FlipCard CSS */

.flipcontainer {
  cursor: pointer;
  width: 98%;
  margin: auto auto;
  position: relative;
  margin-bottom: 50px;
}

.flip3D >
.front {
  font-size: 16;
  font-weight: bold;
  padding: 30px;
  position: relative;
  z-index: 10;
  width: 95%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.3em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transform: perspective(60em) rotateY(0deg);
  backface-visibility: hidden;
  transition: transform 1.5s linear 0s;
}

.flip3D >
.back {
  margin-top: -10px;
  font-size: 16;
  padding: 30px;
  position: relative;
  width: 95%;
  height: auto;
  background: #BCF5A9;
  border-radius: 0.3em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  backface-visibility: hidden;
  transition: all 1.5s linear 0s;
}

.flip3D >
.backimp {
  margin-top: -10px;
  font-size: 16;
  padding: 30px;
  position: relative;
  width: 95%;
  height: auto;
  background: #81F7F3;
  border-radius: 0.3em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  backface-visibility: hidden;
  transition: all 1.5s linear 0s;
}

.flip3D:hover >
.back {
  background: #F7BE81;
}

.cmt_iframe_holder {
  display: none !important;
}

.widget .widget-item-control a img {
  border: none;
  width: 20px !important;
  height: 20px !important;
  padding: none;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ie-box-shadow: none;
  box-shadow: none;
}

.sidebar .PopularPosts .widget-content ul li {
  padding: 0px 0px 10px;
  height: 105px !important;
  overflow: hidden !important;
  list-style-type: none !important;
  list-style: none;
}

.sidebar .popular-posts ul {
  padding-left: 0px !important;
  list-style-type: none !important;
}

.sidebar .popular-posts ul {
  counter-reset: popcount;
  margin: 0;
  padding: 0;
}

/*---- Change Counter Box Style Here ----*/

.sidebar .popular-posts ul li:before {
  background: rgba(247, 247, 247, 1);
  color: #000000;
  content: counter(popcount, decimal);
  counter-increment: popcount;
  float: right;
  font-size: 15px;
  line-height: 20px;
  list-style-type: none;
  padding: 0px 6px 1px 5px;
  border-radius: 0px 0px 7px 7px;
  position: relative;
  display: inline-block;
  box-shadow: -2px 2px 10px rgba(187, 187, 187, 0.7);
  font-weight: normal;
  top: 0px;
  right: 1px;
  z-index: 10;
  border: solid #B5B5B5;
  border-width: 0px 1px 1px 1px;
}

.sidebar .PopularPosts .item-thumbnail {
  float: left;
  margin: 0px!important;
}

.sidebar .PopularPosts img {
  padding-top: 10px;
  padding-right: 0px !important;
  width: 72px;
  height: 80px;
  overflow: hidden !important;
  margin-right: 0px;
}

.sidebar .PopularPosts .item-title a:hover {
  background: #F1F1F1;
  color: #000;
}

/*-----Change Font Family -Background - Style - Size or Color Here-----*/

.sidebar .PopularPosts .item-title a {
  background: #FFFFFF;
  color: #6E6E6E;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  font-style: italic;
  padding: 10px 30px 0px 78px;
  transition: all .4s ease-in-out;
  height: 105px;
  text-decoration: none;
  border-top: 1px solid #cccccc;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

/* Main content----- */

.blog-content {
  padding-bottom: 5px;
}

.blog-content .content {
  margin-bottom: 10px;
}

.blog-content .content .post-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.blog-content .post {
  position: relative;
  margin-bottom: 10px;
}

.blog-content .post:after {
  content: "";
  display: table;
  clear: both;
}

.blog-content .post .post-media {
  position: relative;
  overflow: hidden;
}

.blog-content .post .post-media .image-wrap {
  display: block;
  background: white;
  margin: auto;
}

.blog-content .post .post-media img {
  width: 100%;
}

.blog-content .post .post-meta .post-format {
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: #4d4d4d;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-content .post .post-meta .post-format a {
  display: block;
  color: inherit;
}

.blog-content .post .post-meta .post-date {
  background-color: rgba(255, 255, 255, 1);
  width: 60px;
  text-align: center;
  padding: 0 7px;
  font-size: 0;
  margin-bottom: 10px;
  border: 1px solid rgba(227, 227, 227, 1);
  display: none;
}

.blog-content .post .post-meta .post-date .year {
  display: block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #707070;
  padding: 10px 0 6px 0;
  border-bottom: 2px solid #707070;
  line-height: 1.2em;
}

.blog-content .post .post-meta .post-date .month, .blog-content .post .post-meta .post-date .day {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #707070;
  text-transform: uppercase;
  padding: 8px 0 10px 0;
  letter-spacing: 0;
  white-space: nowrap;
}

.blog-content .post .post-meta .post-date .day:before {
  content: "/";
}

.blog-content .post .post-meta .post-comment {
  background-color: rgba(255, 255, 255, 1);
  width: 60px;
  text-align: center;
  padding: 4px 8px;
  font-size: 0;
  margin-bottom: 10px;
  border: 1px solid rgba(227, 227, 227, 1);
}

.blog-content .post .post-meta .post-comment .fa {
  display: block;
  font-size: 18px;
  color: #707070;
  padding: 10px 0;
  border-bottom: 2px solid #707070;
}

.blog-content .post .post-meta .post-comment a {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #707070;
  text-transform: uppercase;
  padding: 8px 0 6px;
}

.blog-content .post .post-meta .post-comment a:hover {
  color: #e15d5d;
}

.blog-content .post .post-cat {
  position: absolute;
  display: block;
  font-family: "Questrial", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  top: 5px;
  left: 5px;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-content .post .post-cat a {
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
  background-color: #e15d5d;
  margin: 5px;
}

.blog-content .post .post-cat a:hover {
  background-color: #444;
}

.blog-content .post .post-body {
  position: relative;
  padding: 40px 30px 0 30px;
  margin-bottom: 40px;
  margin-top: -140px;
}

.blog-content .post .post-body:after {
  content: "";
  display: table;
  clear: both;
}

.blog-content .post .post-body .post-author {
  margin-bottom: 8px;
  padding: 0 25px;
  text-align: center;
}

.blog-content .post .post-body .post-author .image-thumb {
  width: 90px;
  height: 90px;
  z-index: 1000;
  margin-top: -70px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  display: none;
  vertical-align: middle;
  margin-right: 5px;
  border: 12px ridge #FFFFFF;
  background-color: white;
}

.blog-content .post .post-body .post-author .image-thumb img {
  width: 100%;
}

.blog-content .post-author .name-author {
  display: inline-block;
  vertical-align: middle;
  font-family: "Questrial", sans-serif;
  text-align: left;
  padding: 10px;
  color: gray;
  font-size: 11px;
  font-weight: bold;
}

.blog-content .post-author .name-author cite {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
}

.blog-content .post .post-body .post-author a:hover * {
  color: #e15d5d;
}

.blog-content .post .post-body .post-title h1 {
  font-size: 18px;
  color: #484848;
  text-transform: uppercase;
  margin-top: 0;
}

.blog-content .post .post-body .post-title h2 {
  font-family: 'Questrial', sans-serif;
  text-align: center;
  font-weight: 600;
  margin-top: -40px;
  font-size: 14px;
  line-height: 1.3em;
  color: #403e3e;
  padding: 5px 10px 0px;
  opacity: 1;
  -webkit-transition: opacity 1s;
  /* Safari */
  transition: opacity 1s;
}

.blog-content .post .post-body .post-title h2 a {
  display: block;
  color: inherit;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.blog-content .post .post-body .post-title h2 a:hover {
  color: #8e8e8e;
}

.blog-content .post .post-body .post-entry {
  margin-top: 20px;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  padding: 0 25px;
}

.blog-content .post .post-body .post-link {
  display: inline-block;
  margin-top: 30px;
}

.blog-content .post .post-body .post-share {
  position: absolute;
  display: inline-block;
  min-height: 42px;
  right: 30px;
  bottom: 0;
  padding-right: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blog-content .post .post-body .post-share .share-toggle {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  border: 0;
  color: #e15d5d;
}

.blog-content .post .post-body .post-share .share {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  padding: 10px 0 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-content .post .post-body .post-share .share a {
  display: inline-block;
  color: #535353;
  line-height: 36px;
  line-height: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 34px;
  text-align: center;
}

.blog-content .post .post-body .post-share .share a:hover {
  color: #e15d5d;
}

.blog-content .post .post-body .post-share .share .share-active {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0;
  visibility: visible;
}

.blog-content .post:hover .post-meta .post-format {
  color: #e15d5d;
}

.blog-content .post:hover .post-cat {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ismobile .blog-content .post .post-cat {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.blog-heading {
  position: relative;
  padding: 30px 0;
  background-color: #f3f5f5;
  border-bottom: 1px solid #eee;
  z-index: 9;
}

.blog-heading h1 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 0.03em;
}

.blog-heading p {
  margin: 0;
  letter-spacing: 0.03em;
  color: #666;
}

.post-slider .owl-controls .owl-buttons {
  position: static;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 1;
  visibility: visible;
}

.post-slider .owl-controls .owl-buttons >
div {
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-slider .owl-controls .owl-buttons >
div .fa {
  border: 0;
  background-color: #fff;
  color: #333;
}

.post-slider .owl-controls .owl-buttons >
div.owl-prev {
  left: 10px;
}

.post-slider .owl-controls .owl-buttons >
div.owl-next {
  right: 10px;
}

.post-slider .owl-controls .owl-pagination {
  margin-top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 9;
}

.post-slider .owl-controls .owl-pagination .owl-page {
  position: relative;
}

.post-slider .owl-controls .owl-pagination .owl-page >
span {
  border: 0;
  background-color: #fff;
}

.post-slider .owl-controls .owl-pagination .owl-page.active >
span {
  border-color: #e15d5d;
  background-color: #e15d5d;
}

.post-slider:hover .owl-controls .owl-buttons >
div {
  opacity: 1;
}

body.single-post .blog-content .post .post-body {
  margin-bottom: 30px;
}

body.single-post .blog-content .post .post-body .post-share {
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
  right: 0;
  padding-top: 0px;
}

body.single-post .blog-content .post .post-body .post-share .share-toggle {
  top: 30px;
}

.post .wp-caption {
  display: inline-block;
}

.post .wp-caption, .post .wp-caption img {
  width: auto !important;
}

.post .wp-caption img {
  position: relative;
  margin-bottom: 10px;
  top: 5px;
}

.post .wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

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

.alignright {
  float: right;
  margin-left: 30px;
}

.label-blog-pager {
  display: block;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px 30px 10px;
  text-align: center;
}

.label-blog-pager a {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  color: #e15d5d;
  text-transform: uppercase;
}

.blog-pager {
  display: block;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px 30px 10px;
}

.blog-pager a {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  color: #e15d5d;
  text-transform: uppercase;
}

.blog-pager a:hover {
  color: #535353;
}

.blog-standard .content {
  margin-top: 50px;
}

.blog-grid .content {
  margin-top: 50px;
}

.blog-grid .post-wrapper {
  opacity: 1;
  margin-left: -15px;
  margin-right: -15px;
  transition: all 3s;
}

.blog-grid .post {
  margin-bottom: 30px;
  border-radius: 4px;
}

.blog-grid .post .post-meta {
  top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.blog-grid .post .post-body {
  padding: 0px 0px 0 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 90px;
  background-color: #f3f3f3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.blog-grid .post .post-body .post-share {
  right: 25px;
}

.status-msg-wrap {
  font-size: 100%;
  width: 100%;
  height: 150px;
  margin: 0 auto 30px;
  margin-top: -30px;
  padding: 19px;
}

.status-msg-body {
  width: 97%;
  padding: 0px;
  opacity: 1;
  margin-top: -20px;
  color: transparent;
}

.status-msg-body b {
  padding: 3px;
  margin: 0 5px 0 0;
  border-radius: 2px;
  color: #b72323;        
  display: block;
  font-size: calc(20px + 2.3vw);
  text-transform: uppercase;
  font-family: 'Questrial', sans-serif !important;
}

.status-msg-border {
  display: none;
}

.afterheaderbig {
  width: 100%;
  height: 52px;
  overflow: hidden;
  transition: all 1s;
}

.post-inner {
  margin-bottom: -50px;
}

#disqus_thread {
  margin: auto;
  width: 90%;
}

/* HOMEPAGE SLIDERS*/

/*===========================================
Do Not Change This is Layout Styling CSS ==========================================*/

body#layout .header-inner-wrap {
  width: 50%;
  float: auto\9;
  height: auto\9;
  margin: 3em 0 0
}

body#layout #featured-posts-section {
  display: none;
}

body#layout .newouter-wrapper, body#layout .sidebar-wrapper, body#layout body#layout div.footer {
  font-family: sans-serif;
  display: inline-table;
  position: relative;
  float: left;
  max-width: 25%;
  margin: 0 auto 2px;
  padding: 0 0 10px
}

#layout div.newmain-wrapper {
  width: 67%;
  float: left;
  margin: 0;
}

#layout #sidebar-right {
  width: 30%;
  float: right;
}

#layout .newfeatured {
  display: none;
}

/*--------------------------------------				Featured Posts css

-----------------------------------------*/

div.feat-cat {
  display: inline-block;
}

.newblock {
  display: inline-block
}

.newblock li {
  padding: 10px 0;
  list-style: none;
}

li.post1 {
  padding: 0;
}

.block-side, .block-top {
  position: relative;
}

.block-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.block-title a, .block-title span {
  display: inline-block;
  padding: 8px 49px 8px 12px;
  color: #fff!important;
  background-color: #e74c3c;
  position: relative;
}

.block-title a:hover {
  background: #3F3F3F!important;
}

.block-title i {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  padding-top: 5px;
  width: 37px;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
}

.block-heading {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.block-side {
  margin-right: 15px;
  float: left;
  margin-top: 20px;
}

.block-side img {
  width: 70px;
  height: 70px;
}

.block-content {
  width: auto;
  max-width: 72%;
}

.post1 .block-content {
  max-width: 100%;
}

.block-meta, .entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
  /* margin: 0; */
}

.block-meta >
*, .entry-meta >
* {
  margin-right: 10px;
}

.entry-coments {
  display: none;
}

.block-meta a, .entry-meta a {
  color: #bbb;
}

div.block-excerpt {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
  text-align: justify;
  color: rgb(64, 64, 64);
}

.block-top .overlay, .block-side .overlay, .entry-image .overlay {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.block-top .overlay i, .block-side .overlay i, .entry-image i {
  position: absolute;
  font-size: 26px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -14px;
}

.block-top .overlay:hover, .block-side .overlay:hover, .entry-image .overlay:hover {
  opacity: 1;
}

.post1 h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 700;
}

.post1 img {
  width: 100%;
}

.one-half {
  width: 50%;
  float: left;
  height: auto;
  margin: 0;
  margin-right: 0;
  padding: 0;
}

.one-half ul, .newblock ul {
  padding: 0;
  margin: 0;
  color: rgba(210, 14, 14, 0);
}

.one-half header, .newblock header {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.one-half a:hover {
  color: #e74c3c;
}

/*--------------------
general css 
-------------------------------*/

.margin-20 {
  margin-bottom: 20px
}

.margin-30 {
  margin-bottom: 30px
}

.margin-40 {
  margin-bottom: 40px;
}

.padding-20 {
  padding-bottom: 20px
}

.padding-30 {
  padding-bottom: 30px
}

.padding-40 {
  padding-bottom: 40px;
}

.padding {
  padding: 0 20px
}

.left {
  float: left
}

.right {
  float: right;
}

/* Sidebar---- */

.sidebar {
  margin-top: 50px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.avatar-author {
  float: left;
  margin-right: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  width: 100px;
  height: 100px
}

.avatar-author2 {
  float: left;
  margin-right: 12px;
  border-radius: 50%;
  padding: 0;
  width: 58px;
  height: 58px;
}

#slideshow {
  margin: 50px auto;
  position: relative;
  width: 200px;
  height: 200px;
  padding: 10px;
}

#slideshow >
div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

/*  QUOTE STYLE */

code {
  display: block;
  /* background: #fff; */
  padding: 2px 0px 0px 0px;
  margin: 0 0 0px;
  background: #f9f9fa;
  border: 1px solid rgba(51, 51, 51, .1);
  position: relative;
  font-family: "Consolas", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  text-align: justify;
}

code::before {
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 5px;
}

code::after {
  /*Reset to make sure*/
  content: "";
}

code a {
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

code a:hover {
  color: #666;
}

code i {
  font-style: italic;
}

.fa-plus {
  transition: -webkit-transform 0.3s
}

.fa-plus.mn-social-r {
  -webkit-transform: rotate(45deg)
}

#sidebar .widget {
  background: #fff;
  margin-bottom: 0px;
  padding: 25px;
}

#sidebar h2 span {
  border-bottom: 3px solid #e74b3c;
  padding-bottom: 5px;
}

.widget {
  margin-bottom: 20px;
}

.widget >
h2 {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #707070;
  padding: 0 15px;
  line-height: 40px;
  margin-top: 0;
  text-align: center;
  margin-bottom: 13px;
}

.widget ul {
  list-style: none;
  padding: 0;
}

.widget select {
  width: 100%;
}

.Label .list-label-widget-content ul li {
  font-size: 14px;
  color: #848484;
  border-bottom: 1px solid #EDEDED;
  padding: 0;
}

.Label .list-label-widget-content ul li a {
  display: inline-block;
  color: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}

.Label .list-label-widget-content ul li span {
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
}

.Label .list-label-widget-content ul li span {
  padding-top: 10px;
  padding-bottom: 10px;
}

.Label .list-label-widget-content ul li >
span:first-child {
  float: none;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #E15D5D;
  border-top: 1px dashed #E15D5D;
  border-bottom: 1px dashed #E15D5D;
}

.Label .cloud-label-widget-content .label-size {
  font-size: 100%;
  float: left;
}

.Label .cloud-label-widget-content .label-size a {
  display: inline-block;
  margin: 2px;
  font-family: "Questrial", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background: black;
  padding: 5px 8px;
  letter-spacing: 0.03em;
  border: 3px double #5a5a5a;
}

.Label .cloud-label-widget-content .label-size a:hover {
  border-color: #E15D5D;
  background-color: #E15D5D;
  color: #FFF;
}

.Label .cloud-label-widget-content .label-size .label-count, .Label .cloud-label-widget-content .label-size >
span {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #e0e0e0;
  background-color: #151515;
  padding: 5px 8px;
  letter-spacing: 0.03em;
  margin: 2px 2px 2px -5px;
}

.Label .cloud-label-widget-content .label-size >
span {
  margin: 2px;
  border-color: #E15D5D;
  background-color: #E15D5D;
  color: #FFF;
}

.accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
  list-style-type: none;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #b63b4d;
}

.accordion li.open i {
  color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/** * Submenu -----------------------------*/

.submenu {
  display: none;
  background: #E6E6E6;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}

/* Footer----------- */

#footer {
  background: #151515;
  padding-top: 20px;
  color: #aaa;
  display: block;
}

.footer {
  position: relative;
  top: 25px;
}

.footer h2 span {
  border-bottom: 3px solid #e74b3c;
  padding-bottom: 5px;
}

#footer .widget {
  padding-top: 20px;
  margin-bottom: 10px;
}

#footer .widget >
h2 {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #707070;
  padding: 0 15px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: 'Questrial', sans-serif;
  text-align: center;
}

#footer .widget >
h2:after {
  display: none;
}

#footer .widget .widget-content ul li {
  font-size: 14px;
  border: 0;
  padding: 0;
  color: #707070;
}

#footer .widget .widget-content ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
  display: inline-block;
}

#footer .widget .widget-content ul li a:hover {
  color: #bbb;
}

#footer .row {
  margin-left: -25px;
  margin-right: -25px;
}

#footer [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.separator a {
  margin-left: 0px!important;
}

.totop {
  display: none;
}

.totop-inner {
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.totop-inner:hover {
  background-color: #E15D5D;
}

.copyright {
  background-color: black;
  background: url("../../../../-LO2vdQp5kG8/V1nD2bS0UqI/AAAAAAAAJek/CqOsKb0G14wewT3Vp-MPkRbGNZVjqF2DACK4B/s1600/navbg2-min.png");
  margin-top: 40px;
  padding: 15px 0 12px;
  font-size: 12px;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.copyright p {
  margin: 0;
}

.footer-left {
  float: left;
  padding: 2px 0 0;
}

.footer-right {
  float: right
}

.FollowByEmail .widget-content .desc {
  margin-top: 20px;
}

.FollowByEmail .widget-content form {
  position: relative;
  margin-top: 15px;
}

.FollowByEmail .widget-content .form-item input {
  width: 100%;
  height: auto;
  padding-right: 77px;
  font-size: inherit;
  border-width: 0;
}

.FollowByEmail .widget-content .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.FollowByEmail .widget-content .form-actions input {
  background-color: #111;
  border: 0;
  height: 42px;
  width: auto;
  line-height: 42px;
  font-size: 11px;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
  color: #555;
  padding: 0 15px;
  margin: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.FollowByEmail .widget-content .form-actions input:hover {
  color: #e15d5d;
}

.contact-form-email:focus, .contact-form-name:focus, .contact-form-email-message:focus {
  background-color: #FAFAFA;
}

.contact-form-button {
  line-height: 18px;
}

.contact-form-name, .contact-form-email, .contact-form-email-message {
  max-width: 365px;
  width: 100%;
}

.contact-form-widget {
  height: 320;
  margin-left: 0;
  max-width: 365px;
  padding: 0;
  padding-top: 0;
  width: 100%;
}

.contact-form-widget input[type="search"], 
.contact-form-widget input[type="text"], 
.contact-form-widget input[type="url"], 
.contact-form-widget input[type="number"], 
.contact-form-widget input[type="password"], 
.contact-form-widget input[type="email"],
.contact-form-widgetinput[type="file"] {
  background: none;
  border: 2px ridge white;
  background-color: white;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  color: black;
  font-family: "Questrial", sans-serif !important;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form-email-message {
  background-color: white;
  font-family: "Questrial", sans-serif !important;
  border: 2px ridge white;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  vertical-align: top;
  padding: 10px;
}

.contact-form-button-submit {
  border: 0;
  background-image: none;
  background-color: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding: 20px 20px;
  margin-top: 12px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  float: right;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 1px;
  text-transform: uppercase;
  background-color: #111;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.contact-form-email:hover, .contact-form-name:hover, .contact-form-email-message:hover {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

/* Posts and Pages------- */

.item .post, .static_page .post {
  overflow: visible;
  margin-bottom: 0px;
  z-index: 1000;
  border: none;
}

.item .entry-content, .static_page .entry-content {
  position: relative;
  padding: 20px 30px 0;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 200;
}

.entry-content .post-author {
  background: #f3f3f3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.item .entry-content, .static_page .entry-content span {
  font-family: 'default-font', sans-serif !important;
}

.item .entry-title, .static_page .entry-title {
  text-align: left;
  font-size: calc(15px + 2vw);
  font-weight: 900;
  line-height: 1.2;
  color: inherit;
  margin-top: 0px;
  padding: 20px 30px 18px;
  margin: 0 0px;
}

.item .entry-title i, .static_page .entry-title i {
  margin-right: 5px;
}

.item .entry-content ul, .static_page .entry-content ul {
  list-style-type: disc;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.item .entry-content ol, .static_page .entry-content ol {
  list-style-type: decimal;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.item .post-share, .static_page .post-share {
  width: 100%;
  right: 0;
  padding: 0px;
}

.item .post-share .pi-btn, .static_page .post-share .pi-btn {
  display: none;
}

.item .post-share .share, .static_page .post-share .share {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 1;
  visibility: visible;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item .post-share .share.share-active, .static_page .post-share .share.share-active {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 1;
  visibility: visible;
}

.item .post-share .share a, .static_page .post-share .share a {
  display: inline-block;
  color: #535353;
  line-height: 36px;
  line-height: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 34px;
  text-align: center;
}

.related-post {
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.related-post h4 {
  margin-left: 20px;
  margin-top: -20px;
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
}

.col-md-4 {
  padding: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.col-md-berk {
  padding: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.related-post .related-post-item {
  text-align: center;
  transition: all 0.6s;
  border: 1px dashed gray;
  margin-top: 35px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.related-post .related-post-item:hover {
  text-align: center;
  margin-top: 35px;
  background: rgb(255, 255, 255);
  border: 1px solid gray;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.related-post .related-post-item .post-media img {
  width: 100%;
}

.related-post .related-post-item h2 {
  font-size: 12px;
  color: #484848;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.related-post .related-post-item h2 a {
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
}

.related-post .related-post-item h2 a:hover {
  color: #e15d5d;
}

.signature {
  padding: 30px 20px 40px 20px;
}

.signature .inner {
  display: inline-block;
  text-align: center;
}

.signature img {
  width: 135px;
}

.signature .name {
  display: block;
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
}

.about-author {
  position: relative;
  padding: 30px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-author .image-thumb {
  width: 120px;
}

.about-author .author-name h4 {
  font-size: 14px;
  margin-top: 0;
}

.about-author .author-info {
  margin-left: 150px;
}

.about-author .author-social {
  margin-left: -6px;
  margin-right: -6px;
}

.about-author .author-social a {
  display: inline-block;
  font-size: 14px;
  color: inherit;
  margin: 4px 6px;
}

.about-author .author-social a:hover {
  color: #e15d5d;
}

.author-summary {
  font-size: 13px;
  font-style: italic;
}

#comments {
  margin-top: 40px;
  background-color: #fff;
  padding: 0px 20px;
  display: inline-block;
  width: 100%;
  border-bottom-width: 0;
  background: #fff;
}

#comments >
h4 {
  color: #7B7B7B;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

#comments >
h4 i {
  float: right;
  line-height: 1.5em;
}

#comments #comment-post-message {
  padding-left: 20px;
  color: #7B7B7B;
}

#comments .user a {
  color: #555;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

#comments .datetime, #comments .datetime a {
  color: #999;
  text-decoration: none;
  margin: 0 0px 0px;
  font-size: 14px;
  display: inline-block;
  float: right;
}

.comments {
  box-shadow: 2px 3px 3px #666666;
  border-bottom: 1px solid #e4e4e4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comments .comments-content .comment-content {
  margin: 0 0 20px;
  color: #7B7B7B;
}

#comments .datetime a {
  margin: auto;
}

#comments .comment-actions a {
  background-color: #E15D5D;
  border: 1px solid #E15D5D;
  border-radius: 2px;
  color: #FFF;
  font-size: 11px;
  line-height: 1.2em;
  padding: 3px 9px 2px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 10px;
}

#comments .comment-actions a:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #555;
}

#comments .comment {
  border-bottom: 1px solid #eee;
  padding: 0;
}

#comments .loadmore {
  margin-top: 0;
}

.comment-replies .inline-thread {
  background: #F7F7F7;
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: #ddd #ddd #ddd #E15D5D;
  margin: 20px 0 20px !important;
}

#comment-editor {
  height: 235px;
}

.comments .comments-content .avatar-image-container {
  max-height: 76px;
  width: 76px;
  border-radius: 10px;
}

#comments .comments-content .avatar-image-container img {
  max-width: 76px;
  width: 76px;
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.comments .comment-block {
  margin-left: 98px;
}

span.icon.user.blog-author:after {
  background-color: #999;
  color: #eee;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 13px;
  content: "Admin";
  display: inline-block;
}

.thread-toggle {
  display: block !important;
}

.thread-toggle.thread-expanded {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 0px 0 10px;
  margin-bottom: 10px;
}

.comments .thread-toggle .thread-arrow {
  margin: 0px 10px 1px 0;
}

#comments .thread-chrome .comment {
  border-bottom-color: #ddd !important;
}

.recentpostshome {
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  padding-left: 70px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: rgba(222, 222, 222, 1);
  background: -moz-linear-gradient(left, rgba(222, 222, 222, 1) 0%, rgba(243, 243, 243, 1) 17%, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 1) 31%, rgba(248, 248, 248, 1) 46%, rgba(222, 222, 222, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222, 222, 222, 1)), color-stop(17%, rgba(243, 243, 243, 1)), color-stop(27%, rgba(255, 255, 255, 1)), color-stop(31%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(222, 222, 222, 1)));
  background: -webkit-linear-gradient(left, rgba(222, 222, 222, 1) 0%, rgba(243, 243, 243, 1) 17%, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 1) 31%, rgba(248, 248, 248, 1) 46%, rgba(222, 222, 222, 1) 100%);
  background: -o-linear-gradient(left, rgba(222, 222, 222, 1) 0%, rgba(243, 243, 243, 1) 17%, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 1) 31%, rgba(248, 248, 248, 1) 46%, rgba(222, 222, 222, 1) 100%);
  background: -ms-linear-gradient(left, rgba(222, 222, 222, 1) 0%, rgba(243, 243, 243, 1) 17%, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 1) 31%, rgba(248, 248, 248, 1) 46%, rgba(222, 222, 222, 1) 100%);
  background: linear-gradient(to right, rgba(222, 222, 222, 1) 0%, rgba(243, 243, 243, 1) 17%, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 1) 31%, rgba(248, 248, 248, 1) 46%, rgba(222, 222, 222, 1) 100%);
}

/*Mobile search button*/

#searchbox6 {
  display: none;
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  padding: 6px 10px;
  margin: 5px auto;
  border-radius: 2px;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8), inset 0 2px 2px rgba(255, 255, 255, 1), 0 0px 0 #989898, 0 1px 0 #dfdede;
}

#search6 {
  float: left;
  width: 60%;
  height: 25px;
  padding: 0px 5px;
  margin-left: 3px;
  border: 1px solid #999999;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 #ccc, inset 0 1px 0 #989898, inset 0 1px 0 #dfdede;
  font-size: 13px;
  color: black;
  line-height: 1;
}

#search6:focus {
  outline: 0;
}

.searchbtn6 {
  float: left;
  cursor: pointer;
  width: 30%;
  height: 25px;
  padding: 1px 1px;
  margin-left: 10px;
  background-color: #f8b838;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #99631d;
  border-radius: 5px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7), 0 -1px 0 rgba(64m 38, 5, 0.9);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6), inset 0 1px 2px rgba(255, 255, 255, 0.7), 0 1px 0 #b8882a, 0 0px 0 #593a11, 0 1px 0 #ccc;
}

.searchbtn6:hover, searchbtn6:focus {
  background: #ffd842;
}

.searchbtn6:active {
  background: #f6a000;
}

/*---Flicker Image Gallery-----*/

.flickr_plugin {
  width: 100%;
}

.flickr_badge_image {
  float: left;
  height: 75px;
  margin: 8px 5px 0px 5px;
  width: 75px;
}

.flickr_badge_image a {
  display: block;
}

.flickr_badge_image a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -ms-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.flickr_badge_image a img:hover {
  opacity: .5;
}

.berkcontainer {
  width: 300px;
  height: 250px;
  position: relative;
}

#berkbottom, #berktop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#blog-pager {
  display: none;
  margin: 20px 0;
}

.showpageArea {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.showpageArea span {
  margin-bottom: 10px;
}

.blog-feeds {
  display: none;
}

.divider {
  position: relative;
  z-index: 1;
  margin: -60px 0 98px;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
  height: 6px;
}

.showpageOf {
  display: none;
}

.showpagePoint {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background-color: black;
  color: white;
  border: 1px solid #d1d7dc;
  line-height: 1;
  padding: 10px 14px;
  margin: 3px 4px;
  transition: all 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.showpageNum a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: #940303;
  color: white;
  border: 1px solid #d1d7dc;
  line-height: 1;
  padding: 10px 14px;
  margin: 3px 4px;
  transition: all 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.showpageNum a:hover {
  background: black;
  color: white;
}

.showpage a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #919394;
  border: 1px solid #d1d7dc;
  line-height: 1;
  padding: 10px 14px;
  margin: 3px 4px;
  transition: all 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.showpage a:hover, .showpageNum a:hover {
  border-color: #a4a4a4;
  ;
}

.home-link, .blog-pager-older-link, .blog-pager-newer-link {
  padding: 5px;
  overflow: hidden;
  background: none repeat scroll 0% 0% #000;
  color: #fff;
  z-index: 5;
  position: relative;
}

.postfooter {
  padding: 20px;
  font-size: 18px;
  padding-top: 0px;
}

.traingle {
  content:"";
  position: relative;
  z-index: 7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 0;
  margin-top: -19px;
  border-style: solid;
  border-width: 0 0 20px 250px;
  float: right;
  margin-bottom: -1px;
  border-color: transparent transparent #F7F8F9 transparent;
}

.postfooter .read {
  position: relative;
  z-index: 9;
  float: right;
  font-size: 12px;
  padding: 10px 26px;
  padding-left: 32px;
  color: #F2F2F2;
  margin-top: 5px;
  background: #e15d5d;
  /* background: #DB3D3E; */
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  margin-right: -29px;
  border-right: 8px solid rgba(0, 0, 0, .15);
  border-radius: 0 3px 0 0;
  -webkit-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.postfooter .read:hover {
  margin-right: -27px;
  -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
  -moz-transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
  -o-transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
  -ms-transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
  transform: perspective(120px) rotateX(0deg) rotateY(-32deg) rotateZ(0deg);
}

.postfooter .read:before {
  content: "";
  position: absolute;
  margin-left: -33px;
  margin-top: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 0 0 15px;
  border-color: transparent transparent transparent #FFFFFF;
}

.postfooter .read:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -7px;
  margin-bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 0;
  border-color: #AFAFAF transparent transparent transparent;
}

.postfooter .read:hover {
  opacity: .6;
}

.socialpost .icons {
  display: inline-block;
  padding-top: 4px;
}

.socialpost a .texts {
  width: 62px;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: absolute;
  text-align: center;
  margin-left: -47px;
  margin-top: -35px;
  font-size: 12px;
  background: #E1382D;
  border-radius: 2px;
  color: #FFFFFF;
  opacity: 0;
}

.socialpost a:hover .texts {
  z-index: 999;
  opacity: 1;
}

.linker {
  background: #FFFFFF;
  color: #aaa;
  padding: 8px 20px;
  padding-right: 10px;
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  position: relative;
}

.linker:before {
  content: "";
  position: absolute;
  z-index: 99;
  border-style: solid;
  border-width: 0 0 10px 15px;
  margin-left: -20px;
  margin-top: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 240px;
  border-color: transparent transparent transparent #FFFFFF;
}

.linker a {
  color: #FFFFFF;
}

.linker .buttonlightbox {
  border: 1px solid #E7E7E7;
  line-height: 14px;
  margin-right: 10px;
  font-family: Verdana, Arial, sans-serif;
  text-transform: capitalize;
  border-radius: 70px;
  float: right;
  top: 8px;
  right: 72px;
  padding: 2px;
  width: 28px;
  height: 28px;
  padding: 6px;
  background: #FEFEFE;
  color: #656565;
  text-align: center;
}

.linker .buttonlightbox:hover {
  background: #F2F2F2;
  color: #989898;
}

.linker .forwards {
  float: right;
  padding: 0 5px;
  padding-left: 8px;
  background: #E1382D;
  color: #FFFFFF;
  border-radius: 100%;
  line-height: 28px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  width: 28px;
}

.linker .forwards a:hover {
  opacity: .7;
  color: #FFFFFF;
}

.linker .mcate {
  color: #BFBFBF;
  border: 1px solid #E7E7E7;
  line-height: 16px;
  margin-right: 10px;
  font-family: Verdana, Arial, sans-serif;
  text-transform: capitalize;
  border-radius: 70px;
  float: right;
  top: 8px;
  right: 36px;
  padding: 2px;
  width: 28px;
  height: 28px;
  padding: 5px;
  background: #FEFEFE;
}

.linker .mcate img {
  width: 24px;
  height: 24px;
  opacity: .55;
}

.linker .mcate a {
  color: #DFDFDF;
}

.linker .mcate .catepopup {
  position: absolute;
  z-index: 99;
  background: #FFFFFF;
  color: #C5C5C5;
  border: 1px solid #EAEAEA;
  padding: 4px 15px;
  border-radius: 3px;
  top: 9px;
  opacity: 0;
  width: 0px;
  right: 34px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.linker .mcate:hover .catepopup {
  opacity: 1;
  width: auto;
  right: 78px;
}

.edit {}

.edit .icon-comment-alt2 {
  color: #FFFFFF;
}

.colorlinks {
  color: #E1382D;
}

.socialpost i {
  margin-right: 12px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.8em;
  text-align: center;
  opacity: 1;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.postfooter .read:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -7px;
  margin-bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 0;
  border-color: #AFAFAF transparent transparent transparent;
}

.socialpost {
  line-height: 28px;
  color: #000000;
  text-align: center;
  background-color: rgba(249, 249, 249, 0.6);
}

.linker i.fa.fa-comment {
  margin-right: 5px;
  color: #aaa;
}

@media only screen and (min-width:1200px) and (max-width:1800px) {
  #slider {
    display: block;
  }
  #awesomemenu {
    display: block;
  }
  .navdiv {
    display: none;
  }
  #socialmobile {
    display: none;
  }
  nav.pi-navigation {
    position: relative;
  }
  .header .container {
    overflow: hidden;
  }
  .totop-inner {
    position: relative;
  }
}

/* Responsive------ */

@media only screen and (min-width:1056px) and (max-width:1199px) {
  #recenthome {
    display: none;
  }
  #slider {
    display: block;
  }
  #awesomemenu {
    display: block;
  }
  .navdiv {
    display: none;
  }
  #socialmobile {
    display: none;
  }
  nav.pi-navigation {
    position: relative;
  }
  .header .container {
    overflow: hidden;
  }
  .totop-inner {
    position: relative;
  }
}

@media only screen and (min-width:992px) and (max-width:1055px) {
  #recenthome {
    display: none;
  }
  #awesomemenu {
    display: none;
  }
  .navdiv {
    display: block;
  }
  #slider {
    display: block;
  }
  #socialmobile {
    display: none;
  }
  nav.pi-navigation {
    position: relative;
  }
  .header .container {
    overflow: hidden;
  }
  .totop-inner {
    position: relative;
  }
}

@media only screen and (max-width:991px) {
  #recenthome {
    display: none;
  }
  #awesomemenu {
    display: none;
  }
  .navdiv {
    display: block;
  }
  #slider {
    display: block;
  }
  #socialmobile {
    display: none;
  }
  .blog-content .col-md-9, .blog-content .col-md-3, #footer [class*="col-"] {
    width: 100%;
  }
  .post-inner {
    margin-left: 5px !important;
  }
  nav.pi-navigation {
    position: relative;
  }
  .header .container {
    overflow: hidden;
  }
  .totop-inner {
    position: relative;
  }
  @media only screen and (min-width:961px) and (max-width:990px) {
    #recenthome {
      display: none;
    }
    #awesomemenu {
      display: none;
    }
    .navdiv {
      display: block;
    }
    #rightsidebar {
      display: none;
    }
    .container {
      width: 90%;
    }
    .col-md-4 {
      width: 50%;
    }
    .col-md-berk {
      width: 46%;
      margin-left: 3%;
    }
    .header.header-responsive .pi-navigation {
      position: relative;
    }
    .header .container {
      overflow: hidden;
    }
  }
  @media only screen and (min-width:768px) and (max-width:960px) {
    .myinner-container:hover .homebox {
      background: none;
    }
    .homebox p {
      display: none;
    }
    #recenthome {
      display: none;
    }
    #awesomemenu {
      display: none;
    }
    .navdiv {
      display: block;
    }
    #slider {
      display: block;
    }
    #socialmobile {
      display: none;
    }
    #rightsidebar {
      display: none;
    }
    .container {
      width: 96%;
    }
    .col-md-4 {
      width: 50%;
    }
    .col-md-berk {
      width: 45%;
      margin-left: 3%;
    }
    .navicon {
      display: none;
    }
    .header .container {
      overflow: hidden;
    }
  }
  @media only screen and (max-width:767px) {
    .homebox p {
      display: none;
    }
    .myinner-container:hover .homebox {
      background: none;
    }
    #recenthome {
      display: none;
    }
    #sharecount1 {
      display: none;
    }
    #sharecount2 {
      display: block;
    }
    #awesomemenu {
      display: none;
    }
    .navdiv {
      display: block;
    }
    #socialmobile {
      display: block;
    }
    #rightsidebar {
      display: none;
    }
    #socialleft {
      display: none;
    }
    .header .container {
      overflow: hidden;
      margin-top: 30px;
      position: relative;
    }
    .container {
      width: 100%;
      left: 1%;
      right: 3%;
    }
    .col-md-4 {
      width: 33%;
    }
    .col-md-berk {
      width: 45%;
      margin-left: 3%;
    }
    .post-inner {
      margin-left: 0 !important;
    }
    .item .blog-content .post .post-meta, .static_page .blog-content .post .post-meta {
      position: relative;
      left: 0px !important;
      transform: none !important;
      display: none;
      width: 100%;
      text-align: center;
      background-color: #F7F9F9;
      padding-bottom: 20px;
    }
    .navicon {
      display: none;
    }
    .item .post-meta .post-date, .static_page .post-meta {
      display: none;
    }
    .item .post-meta .post-comment, .static_page .post-meta .post-comment {
      display: inline-block;
      margin: 0 auto;
      vertical-align: top;
    }
    .item .post-meta .post-comment .fa, .static_page .post-meta .post-comment .fa {
      padding: 8px 0 !important;
    }
    .item .post-meta, .static_page .post-meta {}
    
    #footer [class*="col-"] {
      padding-left: 25px !important;
      padding-right: 25px !important;
    }
  }
  @media only screen and (max-width:660px) {
    #slider {
      display: none;
    }
    .homebox p {
      display: none;
    }
    .myinner-container:hover .homebox {
      background: none;
    }
    #recenthome {
      display: none;
    }
    #sharecount1 {
      display: none;
    }
    #sharecount2 {
      display: block;
    }
    .navdiv {
      display: block;
    }
    #awesomemenu {
      display: none;
    }
    .container {
      width: 100%;
      left: 1%;
      right: 3%;
    }
    #socialmobile {
      display: block;
    }
    #rightsidebar {
      display: none;
    }
    .navicon {
      display: none;
    }
    .col-md-6 {
      width: 100%;
    }
    .col-md-4 {
      width: 100%;
    }
    .col-md-berk {
      width: 42%;
      margin-left: 5%
    }
    .header .container {
      overflow: hidden;
      margin-top: 30px;
      position: relative;
    }
  }
  @media only screen and (max-width:491px) {
    .item .entry-content, .static_page .entry-content {
      font-size: 19px;
      line-height: 1.58;
      letter-spacing: -.004em;
    }

    .homebox {
      display: none;
    }
    #slider {
      display: none;
    }
    .myinner-container {
      display: none;
    }
    #recenthome {
      display: none;
    }
    #sharecount1 {
      display: none;
    }
    #sharecount2 {
      display: block;
    }
    #searchbox6 {
      display: block;
    }
    .header {
      margin-top: 0px;
      display: none;
    }
    .navdiv {
      display: block;
    }
    #awesomemenu {
      display: none;
    }
    .container {
      width: 100%;
      left: 1%;
      right: 3%;
    }
    #socialmobile {
      display: block;
    }
    #rightsidebar {
      display: none;
    }
    .navicon {
      display: none;
    }
    .col-md-4 {
      width: 100%;
    }
    .col-md-berk {
      width: 80%;
      margin-left: 10%;
    }
    .header .container {
      overflow: hidden;
      margin-top: 30px;
      position: relative;
    }
  }
  .share a {
    display: inline-block;
    margin: -7px 1px;
    color: #535353;
  }
}

/* Light Switch Styles */
.light-switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.light-switch {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 80px;
  width: 80px;
  top: 8px;
  height: 25px;
  position: absolute;
}

.light-switch label {
  display: block;
  width: 80%;
  height: 100%;
  position: relative;
  background: #ffffff;
  /* background: linear-gradient(#f3f3f3, #ffffff); */
  border-radius: 30px 30px 30px 30px;
  box-shadow: inset 0 3px 20px 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.light-switch input ~ label i {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  border-radius: inherit;
  background: #283446; /* Fallback */
  background: linear-gradient(#36455b, #283446);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 8px rgba(0, 0, 0, 0.3),
    0 12px 12px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.light-switch label + span {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background: #9a9a9a;
  background: gradient-gradient(#36455b, #283446);
  box-shadow: inset 5px 0px 1px 1px rgba(255, 255, 255, 0.74), 0 1px 0 rgba(0, 0, 0, 0), 0 0px 10px rgba(255, 255, 255, 0), inset 0 0 30px rgb(0, 0, 0), inset 0 -2px 5px rgba(255, 255, 255, 0), inset 0 -5px 5px rgb(0, 0, 0);        -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}

/* Toggle */
.light-switch input:checked ~ label + span {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  background: #f8ff42d1;
  background: gradient-gradient(#ffffff, #77a1b9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 10px rgb(255, 255, 255), inset 0 0 8px rgb(238, 255, 76), inset 0 -2px 5px rgba(185, 231, 253, 0.3), inset 0 -3px 8px rgba(255, 255, 255, 0.5);
}

.light-switch input:checked ~ label i {
  left: auto;
  left: 63%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 8px rgba(0, 0, 0, 0.3),
    0 8px 8px rgba(0, 0, 0, 0.3), inset -1px 0 1px #b9f3fe;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*AD Popup*/
.bts-popup {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bts-popup-container .bts-popup-close {
  position: relative;
  z-index: 10000;
  right: -22px;
  float:right;
  top: -22px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color:#d7d7d7;
  line-height: 1;
  padding:6px;
  padding-top:0px;
  padding-bottom:2px;
  border-radius:5px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.bts-popup-container .bts-popup-close:hover {
  color: white;
  background-color:red;
}

.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 350px;
  padding: 25px;
  margin: 4em auto;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid black;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
      margin: 8em auto;
  }
}