﻿/*
Theme Name: Tukio
Theme URI: http://themes.kapp.rw/tukio
Author: Kapp Studio
Author URI: https://themeforest.net/user/kapp-studio/?ref=Kapp-studio
Description:  Event Landing Page, Porfolio WordPress Theme
Version: 1.0.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tukio
Tags: one-column,two-columns, right-sidebar, left-sidebar, custom-colors, custom-header, custom-menu
*/

/*-------------------------------------------------------------------------------
1. Components
2. Body / body
3. Wrapper / #wrapper
4. Header / #header
5. Logo / .logo
6. Nav / #nav
7. Nav Active / .nav-active
8. Main / #main
9. Btn Primary / .btn-primary
10. Banner / .banner
11. Info Holder / .info-holder
12. Abt Holder / .abt-holder
13. Heading / .heading
14. Header / .header
15. Heading2 / .heading2
16. Speaker Sec / .speaker-sec
17. Cta Sec / .cta-sec
18. Schedule Sec / .schedule-sec
19. Gallery Holder / .gallery-holder
20. Price Sec / .price-sec
21. Register Sec / .register-sec
22. Footer / #footer
23. Back Top / #back-top
24. Loader Holder / .loader-holder
25. Widgets
26. Other
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. Components
-------------------------------------------------------------------*/

table {
    width:100%;
    margin:10px auto;
}

table td {
    padding:3px;
}

table tr:not(:last-child) {
    border-bottom:1px solid rgb(230,230,230)
}

.cart-btn {
    border:1px solid #bcc5ce !important;
    padding:10px;
    font-weight:bold;
    color:#3a4855;
    transition: all 0.5s;
}

.cart-btn:hover {
    border-color:transparent !important;
    color:#fff
}

.cart-btn span {
    display:inline-block;
    padding:5px;
}

input[type=text],
input[type=password]{
    border:1px solid #d7d7d7;
}

.post-password-form  {
    padding:25px;
    background:#ccc;
    padding: 25px;
    background: #f3f3f3
}

.post-password-form input[type=submit]{
    color:#fff;
    border:none;
    padding:3px 25px;
    font-weight:bold;
}

.border-top {
  border-top: 1px solid rgb(230,230,230)
}

.border-bottom {
  border-bottom: 1px solid rgb(230,230,230)
}

.section .bx-wrapper {
    margin: 0 auto;
}

/*------------------------------------------------------------------
2. Body / body
-------------------------------------------------------------------*/

body {
    font-weight: 400;
    margin: 0;
    line-height:1.9;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.h1,
.h2, 
.h3, 
.h4, 
.h5, 
.h6, 
h1, 
h2,
h3, 
h4, 
h5, 
h6 {
    color:#8a8a8a;
}

body.boxed-v #wrapper {
    max-width: 80%;
    margin: 20px auto;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
a:hover,
a:focus,
a.active {
    text-decoration: none;
    outline: none;
}
.color-white {
    color: #fff;
}
.overlay {
    position: relative;
    z-index: 1;
}
.overlay:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 49, 63, 0.8);
}
.bg-full {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.round {
    border-radius: 100%;
}
.md-round {
    border-radius: 3px;
}
.lg-round {
    border-radius: 45px;
}
.mar-top-xs {
    margin-top: 30px !important;
}
.mar-top-sm {
    margin-top: 60px !important;
}
.mar-top-md {
    margin-top: 90px !important;
}
.pad-top-xs {
    padding-top: 30px !important;
}
.pad-top-sm {
    padding-top: 60px !important;
}
.pad-top-md {
    padding-top: 90px !important;
}
.mar-top-lg {
    margin-top: 120px !important;
}
.pad-top-lg {
    padding-top: 120px !important;
}
.mar-bottom-xs {
    margin-bottom: 30px !important;
}
.mar-bottom-sm {
    margin-bottom: 60px !important;
}
.mar-bottom-md {
    margin-bottom: 90px !important;
}
.pad-bottom-sm {
    padding-bottom: 60px !important;
}
.pad-bottom-xs {
    padding-bottom: 30px !important;
}
.pad-bottom-md {
    padding-bottom: 90px !important;
}
.mar-bottom-lg {
    margin-bottom: 120px !important;
}
.pad-bottom-lg {
    padding-bottom: 120px !important;
}
.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}
.mt--25 {
    position: relative;
    top: -25px;
}
.mt--50 {
    position: relative;
    top: -50px;
}
.mt--75 {
    position: relative;
    top: -75px;
}
.mt--100 {
    position: relative;
    top: -100px;
}
h1,
h2,
h3 {
    margin-top: 0;
}
.page-container {
    padding-top: 60px;
}
/*------------------------------------------------------------------
3. Wrapper / #wrapper
-------------------------------------------------------------------*/
#wrapper {
    background:#fff;
}
/*------------------------------------------------------------------
4. Header / #header
-------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 48px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#header.sticky-header.sticky {
    padding: 15px 0;
    position: fixed !important;
    background: #22313f;
    height: auto !important;
}

.admin-bar #header.sticky {
    top:32px;
}


#header .nav-holder {
    width: 80%;
    float: right;
}

#header .btn-primary {
    float: right;
    margin-left:5px;
}

#header .sidebar-opener{
    display:inline;
    float: right;
    min-width:45px;
    width:45px;
    overflow:hidden;
}

#header .bars-icon .ln {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  height: 1px;
  display: block;
  margin-bottom:5px;
  margin-left:15px;
  width:100%;
}

#header .bars-icon {
  display: block;
  padding:15px 0
}

#header .nav-opener {
    font-size: 18px;
    line-height: 20px;
    float:right;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 10px 6px;
    margin: 6px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#header .nav-opener .fa-times {
    display: none;
}
/*------------------------------------------------------------------
5. Logo / .logo
-------------------------------------------------------------------*/

.logo {
    max-width: 80px;
    float: left;
    margin: 8px 10px 0 0;
}
/*------------------------------------------------------------------
6. Nav / #nav
-------------------------------------------------------------------*/

#nav {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    padding: 9px 0 0;
    margin: 0 30px 0 0;
    float: right;
}

#nav ul {
    margin: 0;
}

#nav .nav-list {
    list-style:none;
}

#nav ul:first-child > li,
#nav .nav-list li  {
    display: inline-block;
    vertical-align: middle;
}

#nav ul:first-child > li:not(:last-child),
#nav .nav-list li:not(:last-child)  {
    margin: 0 35px 0 0;
}

#nav ul a {
    color: #fff;
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#nav div > ul > li > a:before {
    content: ".";
    position: relative;
    left: -8px;
    top: -3px;
    font-size: 20px;
}


#nav ul  li {
  font-size: 14px;
  position:relative
}

#nav .children,
#nav .sub-menu
 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    min-width: 160px;
    position: absolute;
    left: 0;
    top: 100%;
    max-height: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    background: #1c1c1c;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    max-height: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 26px rgba( 0,0,20, .4);
    border-radius:2px;
}

#nav  ul .children li,
#nav  ul .sub-menu li {
  display: block;
  width: 100%;
}

#nav ul  .children > li > a,
#nav ul  .sub-menu > li > a {
    padding: 8px 20px;
	line-height: 1.57;
    color:rgb(216, 216, 228) !important;
    font-size:13px;
}

#nav ul  .children > li:not(:last-child) a,
#nav ul  .sub-menu > li:not(:last-child) a{
    border-bottom:1px solid rgba(69, 69, 81, 0.2);
}

#nav ul  .children > li:not(:last-child) a:hover,
#nav ul  .sub-menu > li:not(:last-child) a:hover
{
    background:rgba(38, 37, 37, 0.49)
}

#nav  ul .children .children,
#nav  ul .sub-menu .sub-menu {
  right: -99%;
  left: auto;
  top:10px !important;
}

#nav  ul li:hover > .children,
#nav  ul li:hover > .sub-menu
 {
    top:35px;
    opacity:1;
    visibility:visible
}

/*#nav  li:nth-child(n+3) .sub-menu .sub-menu .sub-menu */
#nav .sub-menu .sub-menu .sub-menu .sub-menu,
#nav .children .children .children .children {
  left: -98%;
  right: auto;
  top:8px;
}


.floating-sidebar {
  position: fixed;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: 20;
  max-width: 320px;
  min-width:300px;
  overflow: auto;
  background: #fff;
  padding:60px 40px 30px 40px;
  box-shadow: 0 0 35px rgba(2, 2, 2, 0.24);
  opacity:0;
  right:-500px;
  transition:all 0.5s;
}

.floating-sidebar.shown {
    right:0;
    opacity:1
}

.floating-sidebar .hide-sidebar-btn {
  position: absolute;
  right:20px;
  font-size: 20px;
  top:15px;
}

.floating-sidebar .widget:not(:last-child) {
    margin:0 0 20px 0;
}

.floating-sidebar .social-icons-widget ul {
  padding:0;
  text-align: center;
}

.floating-sidebar .social-icons-widget li {
    padding:0;
}

.floating-sidebar .social-icons-widget li:not(:last-child){
    margin-right:5px;
}

.floating-sidebar .social-icons-widget li a {
    color: #757575;
    padding: 6px;
    max-width: 32px;
    max-height: 32px;
    display: block;
}

.floating-sidebar .widget .widgettitle {
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(100,100,100);
  position:relative;
}

.floating-sidebar .widget .menu  {
  list-style: none;
  padding: 0;
  display:block;
  margin: 5px -40px;
}

.floating-sidebar .menu li a {
  color: rgb(0,0,0);
  padding: 8px 40px;
  font-weight: 600;
  display: block;
  
}

.floating-sidebar .menu li a i {
  margin-right: 6px;
  color:#fff;
  border-radius:100%;
  padding:10px;
  height:32px;
  width:32px;
}

.floating-sidebar .menu li:not(:last-child) a {
  border-bottom:1px solid rgba(228, 228, 228, 0.4)
}

.floating-sidebar .ig-posts-wrapper {
    margin-left:0;
}

.floating-sidebar .ig-posts-wrapper .col-xs-4 {
    width: 25%;
    padding-left: 1px;
    margin-bottom: 1px !important;
}

/*------------------------------------------------------------------
7. Nav Active / .nav-active
-------------------------------------------------------------------*/

.nav-active #header .nav-opener .fa-bars {
    display: none;
}
.nav-active #header .nav-opener .fa-times {
    display: inline-block;
}
.nav-active #nav {
    opacity: 1;
    visibility: visible;
}


/*------------------------------------------------------------------
8. Main / #main
-------------------------------------------------------------------*/

#main {
    overflow: hidden;
}
/*------------------------------------------------------------------
9. Btn Primary / .btn-primary
-------------------------------------------------------------------*/

.btn-primary {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-width: 2px;
    font-weight: 600;
    border-style: solid;
    border-color: #fff;
    padding: 5px 18px 5px 5px;
    background: none;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.btn-primary:hover i {
    background: #fff;
}
.btn-primary i {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 15px;
    margin: 0 12px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
/*------------------------------------------------------------------
10. Banner / .banner
-------------------------------------------------------------------*/

.banner {
    white-space: nowrap;
    text-align: center;
}
.banner:after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    min-height: 100vh;
}
.banner > * {
    white-space: normal;
    display: inline-block;
    vertical-align: bottom;
    max-width: 99%;
}
.banner.banner2:after,
.banner.banner2 > * {
    vertical-align: middle;
}
.banner.banner2 .caption {
    padding: 0;
}
.banner.banner2 p {
    margin: 0 0 50px;
}
.banner .slide:after,
.banner .slide > * {
    vertical-align: middle;
}
.banner .slide .caption {
    padding: 0;
}
.banner .slide p {
    margin: 0 0 50px;
}
.banner .caption {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    overflow: hidden;
    padding: 0 0 106px;
}
.banner h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 21px;
}
.banner p {
    margin: 0 0 125px;
}
.banner .comming-timer {
    overflow: hidden;
    padding: 0 0 22px;
    margin: 0 0 21px;
    position: relative;
}
.banner .comming-timer:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    background: #fff;
    width: 50px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .countdown-section {
    margin: 0 30px 0 0;
}
.banner .countdown-section .countdown-amount,
.banner .countdown-section .countdown-period {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.banner .video-icon {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    width: 150px;
    margin: 0 auto;
    display: block;
}
.banner .video-icon .icofont {
    font-size: 71px;
    line-height: 71px;
    color: #fff;
    display: block;
    margin: 0 0 17px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.header-banner .align h1 {
    display: inline-block;
    max-width: 650px;
    line-height:1.45;
}
.header-banner .align-holder {
    padding: 15px 0;
}
.header-banner .align-holder:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
}
.breadcrumb {
    font-size: 12px;
    line-height: 18px;
    float: right;
    overflow: hidden;
    margin: 0;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    margin: 0;
    list-style: none;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb li:not(:first-child) {
    padding-left: 15px;
    position: relative;
}
.breadcrumb li:not(:first-child):before {
    content: "/";
    position: absolute;
    left: 0;
}
.breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.25s linear;
}
.breadcrumb a:hover {
    color: #dddddd;
}

.bx-wrapper .bx-viewport {
    box-shadow:none !important;
    border:none !important;
}

.bx-controls .bx-prev,
.bx-controls .bx-next 
{
    text-indent:999999px !important
}

.bx-controls .bx-pager {
    display:none !important
}
/*------------------------------------------------------------------
11. Info Holder / .info-holder
-------------------------------------------------------------------*/

.info-holder {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.info-holder.style2 {
    margin-top: 0;
    padding-top: 80px;
}
.info-holder .col {
    padding: 26px 20px 28px 40px;
}
.info-holder .icofont {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 13px 0 0;
}
.info-holder .icofont:after {
    position: absolute;
    content: "/";
    right: -11px;
    display: block;
    height: 23px;
    top: -10%;
    font-size: 26px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    padding: 3px 0 0;
}
.info-holder .align-right {
    padding: 0 0 0 16px;
    display: inline-block;
    vertical-align: middle;
}
.info-holder strong {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 0 5px;
}
.info-holder .date,
.info-holder .address {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 0;
}
/*------------------------------------------------------------------
12. Abt Holder / .abt-holder
-------------------------------------------------------------------*/

.abt-holder {
    overflow: hidden;
}
.abt-holder .holder {
    width: 360px;
}
.abt-holder .tab {
    display: none
}
.abt-holder .tabset {
    font-size: 14px;
    line-height: 16px;
    color: #acacac;
    font-weight: 600;
    overflow: hidden;
    margin: 0 0 49px;
}
.abt-holder .tabset li {
    float: left;
    word-spacing: 3px;
}
.abt-holder .tabset a {
    padding: 0 20px 20px;
    display: block;
    color: #acacac;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #e8e8e8;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .topic-list {
    overflow: hidden;
    margin: 0;
}
.abt-holder .topic-list li {
    overflow: hidden;
    margin: 0 0 40px;
}
.abt-holder .topic-list .icon {
    width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 16px;
    color: #22313f;
    border-width: 3px;
    border-style: solid;
    border-color: #22313f;
    float: left;
    padding: 12px 10px;
    margin: 3px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .topic-list .txt-holder {
    float: left;
    width: 80%;
    padding: 0 0 0 21px;
}
.abt-holder .topic-list p {
    max-width: 340px;
    margin: 0;
}
.abt-holder .img-holder {
    width: 100%;
}
.abt-holder .abt-slider {
    overflow: hidden;
}
.abt-holder .abt-slider .slide:before {
    opacity: 0.5;
    z-index: 0;
}
.abt-holder .abt-slider .slick-prev,
.abt-holder .abt-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    text-indent: -9999px;
    border-width: 2px;
    border-style: solid;
    border-color: #22313f;
    width: 31px;
    height: 31px;
    background: #22313f;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .abt-slider .slick-prev:before,
.abt-holder .abt-slider .slick-next:before {
    position: absolute;
    left: 6px;
    top: 6px;
    content: "\eb8a";
    font-family: 'icofont';
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-indent: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .abt-slider .slick-prev {
    left: 30px;
}
.abt-holder .abt-slider .slick-next {
    right: 0;
}
.abt-holder .abt-slider .slick-next:before {
    content: "\eb8b";
}
.abt-holder .btn-primary {
    margin: 10px 0 0;
    color: #22313f;
    border-color: #22313f;
}
.abt-holder .btn-primary:hover {
    color: #fff;
}
/*------------------------------------------------------------------
13. Heading / .heading
-------------------------------------------------------------------*/

.heading {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #22313f;
    margin: 0 0 14px;
}
/*------------------------------------------------------------------
14. Header / .header
-------------------------------------------------------------------*/

.header {
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px;
}
.header .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin: 0 0 13px;
    word-spacing: 4px;
}
.header-banner {
    background-size: cover;
    padding: 200px 0 20px;
    color: rgb(216, 216, 216);
}
.header-banner h1 {
    color: #f5f5f5;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
/*------------------------------------------------------------------
15. Heading2 / .heading2
-------------------------------------------------------------------*/

.heading2 {
    line-height: 32px;
    font-weight: 600;
    color: #22313f;
    margin: 0;
    letter-spacing: 1px;
}
/*------------------------------------------------------------------
16. Speaker Sec / .speaker-sec
-------------------------------------------------------------------*/

.speaker-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}

.speaker-sec .slick-list {
    overflow:hidden;
}
.speaker-sec .speaker-slider .slide {
    overflow: hidden;
    outline: none;
}
.speaker-sec .speaker-slider .slide .col {
    width: 34.09%;
    padding: 0 29px 0 0;
    float: left;
}
.speaker-sec .speaker-slider .slide .col:nth-child(3) {
    padding: 0;
    width: 31.8%;
}
.speaker-sec .speaker-slider .speaker-col {
    border: 2px solid #eeeff0;
    z-index: 1;
    position: relative;
    padding: 18px 10px 19px 18px;
}
.speaker-sec .speaker-slider .speaker-col:first-child {
    margin: 0 0 29px;
}
.speaker-sec .speaker-slider .speaker-col:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: -2px;
    top: 50%;
    bottom: auto;
    right: auto;
    width: 2px;
    height: 59px;
    background: #bcc5ce;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.speaker-sec .speaker-slider .img-holder {
    width: 25%;
    float: left;
    overflow: hidden;
}
.speaker-sec .speaker-slider .txt-holder {
    width: 75%;
    float: left;
    padding: 7px 0 0 27px;
    position: relative;
    z-index: 1;
}
.speaker-sec .speaker-slider .txt-holder:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: auto;
    top: 50%;
    bottom: auto;
    right: -11px;
    width: 2px;
    height: 59px;
    background: #bcc5ce;
    z-index: 0;
    margin: 5px 0 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.speaker-sec .speaker-slider h6 {
    line-height: 18px;
    font-weight: 600;
    color: #22313f;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.speaker-sec .speaker-slider h6 a {
    color: #22313f;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.speaker-sec .speaker-slider .skill {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #5c6a77;
    display: block;
    margin: 0 0 16px;
}
.speaker-sec .speaker-slider .topic {
    font: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #22313f;
    display: block;
}
.speaker-slider .slick-prev,
.speaker-slider .slick-next {
    position: absolute;
    right: 40px;
    top: -100px;
    text-indent: -9999px;
    border-width: 2px;
    border-style: solid;
    display: block;
    text-align: center;
    border-color: #22313f;
    width: 30px;
    height: 30px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.speaker-sec .speaker-slider .slick-prev:before,
.speaker-sec .speaker-slider .slick-next:before {
    position: absolute;
    left: 10px;
    top: 5px;
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #22313f;
    text-indent: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.speaker-sec .speaker-slider .slick-next {
    right: 0;
}
.speaker-sec .speaker-slider .slick-next:before {
    content: "\f105";
}
/*------------------------------------------------------------------
17. Cta Sec / .cta-sec
-------------------------------------------------------------------*/

.cta-sec {
    min-height: 220px;
    padding: 71px 0 62px;
    color: #fff;
}
.cta-sec p {
    margin: 0;
}
.cta-sec .title {
    font-size: 28px;
    line-height: 1.35 !important;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    letter-spacing: 1px;
}
.cta-sec .video-holder {
    overflow: hidden;
    margin: 34px auto 0;
}
.cta-sec .video-holder .arrow-img {
    width: 273px;
    margin: 0 auto;
    min-height: 21px;
    background-size: cover;
    background-position: 50%, 50%;
}
.cta-sec .video {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: block;
    padding: 0 0 0 19px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.cta-sec .video .icofont {
    font-size: 10px;
    line-height: 12px;
}
.cta-sec .btn-primary {
    float: right;
    margin: 25px 0 0;
}
/*------------------------------------------------------------------
18. Schedule Sec / .schedule-sec
-------------------------------------------------------------------*/

.schedule-sec {
    overflow: hidden;
}
.schedule-sec .schedule-holder {
    overflow: hidden;
}
.schedule-sec .schedule-tab {
    overflow: hidden;
    margin: 0;
    width: 21.9%;
    float: left;
    padding: 0 44px 0 0;
}
.schedule-sec .schedule-tab li {
    margin: 0 0 11px;
}
.schedule-sec .schedule-tab .day {
    font-size: 12px;
    line-height: 14px;
    color: #919aa3;
    font-weight: 600;
    display: block;
    margin: 0 0 6px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.schedule-sec .schedule-tab .time {
    font-size: 16px;
    line-height: 18px;
    color: #22313f;
    font-weight: 600;
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.schedule-sec .schedule-tab .active:before {
    opacity: 1;
    visibility: visible;
}
.schedule-sec .schedule-tab .active .day,
.schedule-sec .schedule-tab .active .time {
    color: #fff;
}
.schedule-sec .schedule-tab a {
    padding: 11px 10px 14px 19px;
    background: #fff;
    display: block;
    position: relative;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-radius: 4px
}
.schedule-sec .schedule-tab a:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: auto;
    top: 50%;
    bottom: auto;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.schedule-sec .schedule-tab a:hover .day,
.schedule-sec .schedule-tab a:hover .time {
    color: #fff;
}
.schedule-sec .tab-content {
    width: 78.1%;
    float: left;
    padding: 26px 33px 35px;
    overflow: hidden;
    background: #fff;
}
.schedule-sec .tab-content > div:after {
    display: block;
    position: relative;
    width: 100%;
    content: "";
    clear: both
}
.schedule-sec .tab-content.content2 {
    width: 100%;
    float: none;
    padding: 0;
}
.schedule-sec .time-tab {
    font-size: 12px;
    line-height: 14px;
    color: #acacac;
    font-weight: 600;
    overflow: hidden;
    margin: 0 0 35px;
}
.schedule-sec .time-tab li {
    float: left;
    word-spacing: 2px;
}
.schedule-sec .time-tab a {
    padding: 0 12px 11px;
    display: block;
    color: #acacac;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #e8e8e8;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.schedule-sec .content2 .img-holder {
    width: 26.1%;
    float: left;
}
.schedule-sec .content2 .txt-holder {
    color: #7f8c97;
    width: 64%;
    float: left;
    padding: 9px 0 0 35px;
}
.schedule-sec .content2 .txt-holder p {
    margin: 0;
}
.schedule-sec .content2 .heading {
    margin: 0 0 13px;
    word-spacing: 5px;
}
.schedule-sec .content2 .txt-list {
    font-size: 13px;
    line-height: 15px;
    color: #7f8c97;
    overflow: hidden;
    margin: 0 0 23px;
}
.schedule-sec .content2 .txt-list li {
    float: left;
    margin: 0 14px 0 0;
}
.schedule-sec .content2 .txt-list .icofont {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.schedule-sec .content2 .txt-list a {
    color: #7f8c97;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
/*------------------------------------------------------------------
19. Gallery Holder / .gallery-holder
-------------------------------------------------------------------*/

.gallery-holder {
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
}
.gallery-holder .grid-item {
    overflow: hidden;
    float: left;
    display: block;
}
.gallery-holder .grid-item figure {
    transition: all .8s;
    overflow:hidden;
}
.gallery-holder .grid-item:hover:before {
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    opacity: 0.95;
    visibility: visible;
    z-index: 2;
}
.gallery-holder .grid-item:hover figure {
    transform: scale(1.05)
}
.gallery-holder .grid-item:hover .icon {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.gallery-holder .grid-item:before {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.gallery-holder .grid-item .icon {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.gallery-holder .grid-item:nth-child(1) {
    height: 480px;
    width: 25%;
}
.gallery-holder .grid-item:nth-child(2) {
    height: 240px;
    width: 25%;
    float: left;
}
.gallery-holder .grid-item:nth-child(3) {
    height: 240px;
    width: 50%;
    float: left;
}
.gallery-holder .grid-item:nth-child(4) {
    height: 240px;
    width: 35%;
    float: left;
}
.gallery-holder .grid-item:nth-child(5) {
    height: 240px;
    width: 20%;
    float: left;
}
.gallery-holder .grid-item:nth-child(6) {
    height: 240px;
    width: 20%;
    float: left;
}
.gallery-holder .grid-item figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.6) inset;
}
/*------------------------------------------------------------------
20. Price Sec / .price-sec
-------------------------------------------------------------------*/

.price-sec {
    overflow: hidden;
}
.price-sec .price-holder {
    font-size: 15px;
    line-height: 17px;
    color: #22313f;
    overflow: hidden;
    margin: 0 0 30px;
    border: 1px solid #e7e7e7;
}
.price-sec .price-holder li {
    overflow: hidden;
    padding: 18px 10px 13px;
}
.price-sec .price-holder li:nth-child(2n+2) {
    background: #f6f6f6;
}
.price-sec .price-holder .price-heading {
    padding: 0;
    background: #22313f !important;
}
.price-sec .price-holder .price-heading .price {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    margin: 0 15px 0 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}
.price-sec .price-holder .price-heading .heading {
    color: #fff;
    margin: 0;
    word-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.price-sec .price-holder .btn-primary {
    border: none;
    padding: 8px 29px 6px 7px;
    background: #22313f;
}
.price-sec .price-holder .btn-primary .icofont {
    margin: 0 25px 0 0;
}
.price-sec .price-holder .btn-primary:hover .icofont {
    color: #fff;
    background: #22313f;
}
/*------------------------------------------------------------------
21. Register Sec / .register-sec
-------------------------------------------------------------------*/

.register-form {
    overflow: hidden;
}
.register-form .col {
    width: 18.5%;
    height: 44px;
    float: left;
    overflow: hidden;
    margin: 0 12px 0 0;
    padding: 10px 10px 10px 19px;
    border: 2px solid #fff;
}
.register-form .col i {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    float: left;
    width: 13%;
    padding: 2px 0 0;
}
.register-form .col > span {
    margin-top: -3px
}
.register-form .form-control {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    width: 87%;
    height: 100%;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.register-form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.register-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.register-form .form-control:-moz-placeholder {
    color: #fff;
}
.register-form .form-control:-ms-input-placeholder {
    color: #fff;
}
.register-form .form-control.placeholder {
    color: #fff;
}
.register-form .jcf-select {
    min-width: 87%;
    height: 100%;
    border: none;
    outline: none;
    font-weight: bold;
    background: none;
    font-size: 10px;
    margin: 0 -4px 0 0;
    float: left;
}
.register-form span {
    display: block;
}
.register-form .jcf-select .jcf-select-text {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    padding: 3px 0 0;
    text-transform: uppercase;
}
.register-form .jcf-select .jcf-select-opener {
    background: none;
}
.register-form .jcf-select .jcf-select-opener:before {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    right: 4px;
    top: 3px;
}
.register-form .btn-primary {
    padding: 5px 17px 5px 5px;
    color: #22313f;
    word-spacing: 3px;
    background: #fff;
}
.register-form .btn-primary:hover {
    color: #fff;
}
/*------------------------------------------------------------------
22. Footer / #footer
-------------------------------------------------------------------*/

#footer {
    overflow: hidden;
}
#footer .footer-area {
    padding-top: 100px;
    padding-bottom: 61px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #22313f;
}
#footer .footer-area p {
    margin: 0 0 16px;
}
#footer .logo {
    margin: 0 auto 26px;
    float: none;
}
#footer .contact-list {
    font-size: 15px;
    line-height: 17px;
    color: #3a4855;
    font-weight: 600;
    overflow: hidden;
    margin: 0 0 28px;
}
#footer .contact-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}
#footer .contact-list .icofont {
    float: left;
    margin: 0 20px 0 0;
}
#footer .contact-list a {
    color: #3a4855;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#footer .newsletter-form {
    width: 430px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 23px;
}
#footer .newsletter-form .form-control {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    height: 60px;
    background: #3a4855;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 90px 10px 26px;
}
#footer .newsletter-form .form-control::-webkit-input-placeholder {
    color: #fff;
}
#footer .newsletter-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
#footer .newsletter-form .form-control:-moz-placeholder {
    color: #fff;
}
#footer .newsletter-form .form-control:-ms-input-placeholder {
    color: #fff;
}
#footer .newsletter-form .form-control.placeholder {
    color: #fff;
}
#footer .newsletter-form .btn-sub {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px 24px 10px 25px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#footer .newsletter-form .btn-sub:hover {
    background: #fff;
}
/*------------------------------------------------------------------
23. Back Top / #back-top
-------------------------------------------------------------------*/

#back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    padding: 14px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
#back-top.active {
    opacity: 1;
    visibility: visible;
}

/*------------------------------------------------------------------
24. Loader Holder / .loader-holder
-------------------------------------------------------------------*/

.loader-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
}
.loader-holder .block {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
25. Widgets
-------------------------------------------------------------------*/

.widget {
    display:block;
}

.widget img {
    max-width:100%;
    height:auto
}

.widget input,
.widget select {
    max-width:100%;
}

.widget ul,
.widget ol {
    padding-left:8px;
}

.widget ul:first-child,
.widget ol:first-child {
    padding-left:18px;
}

.page-wrapper .sidebar .widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar .widget .widgettitle,
.sidebar .widget .widget-title {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom:15px;
    color:#9b9b9b
}
.twitter-widget {
    display:block
} 


.twitter-widget .tweets-wrapper li {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.sidebar .widget ul {
    margin: 0;
}

.widget_calendar table {
    width:100%;
}

.widget_calendar table tr {
    border:none;
}

.widget_calendar table td ,
.widget_calendar table th  {
    padding:6px;
}

.widget_calendar table tfoot{
    display:none
}

.widget .search-form {
    overflow: hidden;
    position: relative;
}

.widget .search-form .form-control {
    font-size: 12px;
    line-height: 14px;
    color: #666;
    width: 100%;
    height: 50px;
    border: 1px solid #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 6px 40px 6px 18px;
    background: #fff;
}

.widget .search-form .form-control::-webkit-input-placeholder {
    color: #666;
    text-transform: uppercase;
}

.widget .search-form .form-control::-moz-placeholder {
    opacity: 1;
    text-transform: uppercase;
    color: #666;
}

.widget .search-form .form-control:-moz-placeholder {
    text-transform: uppercase;
    color: #666;
}

.widget .search-form .form-control:-ms-input-placeholder {
    text-transform: uppercase;
    color: #666;
}

.widget .search-form .form-control.placeholder {
    text-transform: uppercase;
    color: #666;
}

.widget .search-form .fa {
    position: absolute;
    right: 12px;
    top: 19px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.widget_tag_cloud {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #828282;
    overflow: hidden;
    margin: 0;
}

.widget_tag_cloud a {
    color: #828282;
    padding: 8px 14px;
    border: 1px solid #dfdfdf;
    margin-right:5px;
    margin-bottom:5px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-size:12px !important;
}

.widget_tag_cloud a:hover {
    color: #fff;
    background: #1c1c1c;
}

.widget .ig-posts-wrapper ul {
    list-style:none;
}

.widget .ig-posts-wrapper .ig-placeholders li {
    width:50%;
    position:relative;
    margin-right:0;
    padding:0 3px;
    background:none;
}

.widget .ig-posts-wrapper .ig-placeholders li:before {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    content:"";
    width:100%;
    background:#f1f1f1
}

.widget .ig-posts-wrapper {
    margin-right:0 !important
}

.widget .ig-posts-wrapper .col-xs-4 {
    padding-right:0;
    margin-bottom:15px;
}

.widget .recent-posts {
    margin-top:10px;
    padding:0 !important;
}

.widget .recent-posts .media {
    margin-top:-2px !important;
    margin-bottom:0 !important
}

.widget .recent-posts .post-date {
    color:#a1a1a1;
    font-size:10px;
    display:block;
    margin:-7px 0 0
}

.widget .recent-posts .post-date i {
    display:none;
}

.widget .recent-posts li:not(:last-child) {
    margin-bottom:10px;
    padding-bottom:10px;
}

.widget .recent-posts .media h5 {
    margin:0;
    font-size:13px;
    line-height:1.35;
}

.widget .social-icons-list {
    padding:0 !important;
    margin:0;
}

.widget .social-icons-list li a {
    color:#606060;
    padding:0 10px;
    text-align:center;
}

.sidebar .recent-posts li {
    line-height:1.45;
}

.sidebar .recent-posts a {
    font-weight:500;
    color:#4d5256;
}

.sidebar .social-icons-widget ul {
    text-align:center;
    margin:auto;
    padding:0
}

.sidebar .social-icons-widget ul li:not(:last-child) {
    margin-right:5px;
}

.sidebar .social-icons-widget ul li a {
    color:#626262;
    font-size:16px;
}

/*------------------------------------------------------------------
26. Blog
-------------------------------------------------------------------*/

.blog-detail {
    line-height:1.9;
    font-size:110%;
}
.post-nav {
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
    padding:10px 40px;
    margin:20px -40px 20px -40px;
}

.post-nav li {
    display:inline;
    margin-right:10px;
    font-size:11px;
    font-weight:500;
    text-transform:uppercase;
}

.post-nav li a {
    color:#535151;
    padding:3px 0 3px 5px;
    text-transform:uppercase;
    font-size:11px;
}

.post-nav .date {
    display:inline-block;
}

.article-nav {
    display:inline-block;
    float:right;
}

.blog-detail .footer {
    margin-top:40px;
    margin-bottom:40px;
}
.blog-detail .share-button-list {
    list-style:none;
    display:inline;
}

.blog-detail .share-button-list li {
    display:inline-block;
    margin-right:8px;
}

.blog-detail .share-button-list li a {
    color: #8f8f8f;
    padding: 2px 0;
    border: 1px solid rgb(203, 203, 203);
    width: 28px;
    display: block;
    text-align: center;
    height: 28px;
    font-size: 12px;
}

.blog-detail .article-nav a {
    color:#757575;
    font-size: 10px;
    font-weight: 600;
}


.blog-detail .comment-nav {
    font-size: 11px;
    line-height: 13px;
    color: #222222;
    font-weight: 300;
    overflow: hidden;
    margin: 0 0 20px;
}

.blog-detail .comment-nav li {
    float: left;
    margin: 0 7px 0 0;
}

.blog-detail .comment-nav a {
    color: #222222;
    text-transform: uppercase;
    transition: all 0.25s linear;
}

.comment-nav .comment-reply-li a {
    padding-left:20px;
    position:relative;
    overflow:visible;
}

.comment-nav .comment-reply-li a:before {
    position:absolute;
    content:"|";
    left:5px;

}


.blog-detail .footer .article-nav span {
    margin-left: 20px;
}

.blog .post.sticky h3 {
  padding-left: 20px;
  position:relative;
}

.blog .post.sticky h3:before {
  content: "\f08d";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  transform: rotate(30deg);
  font-size: 15px;
  top: 5px;
}

.blog-contents {
    overflow:hidden;
}

.blog-contents .posts-loop-item .btn-more {
    font-size:13px;
}

.blog-contents .posts-loop-item .post-title {
    line-height:1.45;
    font-weight:bold;
    font-size:20px;
    text-transform:uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-contents img,
.page-container img,
.blog-contents .posts-loop-item .img-wrapper img {
    max-width:100%;
    height:auto
}
.blog-contents .separator {
    margin-top:45px;
    margin-bottom:45px;
}

.blog-contents .separator:last-of-type {
    display:none !important
}

.blog-contents .posts-loop-item .post-title a {
    color:#646464
}

.blog-area .blog-item .blog-inner {
  background: rgba(241, 242, 248 , 0.4);
  padding: 25px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;
  border-bottom:1px solid #f5f5f5;
}

.blog-area .blog-item .blog-inner a h3 {
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(80,80,80)
}

.blog-area .blog-end .read-more  {
  width: 50%;
  font-weight: 500;
  text-align: right;
}


.blog-area .floating-date {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  z-index:1;
}


.blog-area .floating-date:before {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
    content:'';
    opacity:.8;
    z-index:-1;
}


.blog-area .floating-date span {
    z-index:2;
}

.blog-area .img-wrapper {
  position: relative;
}


.blog-area .floating-date .day {
  font-size: 22px;
  display: block;
  font-weight: bold;
  margin: 0
}

.blog-area .floating-date .month {
  display: block;
  margin: -3px 0 0 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.78);
  font-size: 12px;
}


.blog-area .blog-end a{
    color:#909090
}

.blog-area .blog-end .post-comments {
 float: left;
  width: 50%;
  text-align: left;
}

.blog-area .blog-area .blog-end:after {
  display: table;
  content: "";
  clear: both;
}

.comments-block ol {
    list-style: none;
}

.comments-block .header {
    overflow: hidden;
    margin: 0;
}
.comments-block .heading3 {
    margin: 0;
}
.comments-block .heading3 .fa {
    margin: 0 8px 0 0;
}
.comments-block .commment-area {
    overflow: hidden;
    padding: 25px 20px 1px;
}
.comments-block .commment-area .img {
    width: 11%;
    overflow: hidden;
    display: block;
}
.comments-block .commment-area .img img {
    width: 100%;
    height: auto;
}
.comments-block .commment-area .txt-holder {
    width: 89%;
    overflow: hidden;
    padding: 10px 0 0 36px;
}
.comments-block .commment-area .comment-header {
    overflow: hidden;
}

.comments-block .commment-area .comment-nav {
    font-size: 11px;
    line-height: 13px;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
}

.comments-block .commment-area .comment-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.comments-block .commment-area .comment-nav .fa {
    margin: 0 5px 0 0;
}
.comments-block .commment-area .comment-nav a {
    color: #666;
    transition: all 0.25s linear;
}
.comments-block .comment-list {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
}
.comments-block .commment-onelevel {
    overflow: hidden;
    padding: 0 0 0 111px;
}
.comments-block .commment-onelevel .commment-area .img {
    width: 12.6%;
}
.comments-block .commment-onelevel .commment-area .txt-holder {
    width: 87.4%;
}

.comments-form {
    overflow: hidden;
}
.comments-form .header {
    overflow: hidden;
    margin-bottom: 10px;
}

.leave-form,
.comment-respond {
    overflow: hidden;
}
.leave-form .form-control,
.comment-respond .form-control {
    line-height: 22px;
    color: #222222;
    font-weight: 400;
    padding: 15px 20px;
    margin: 0 0 17px;
    width: 100%;
    height: 45px;
    outline: none;
    box-shadow: none;
}
.leave-form .form-control::-webkit-input-placeholder,
.comment-respond .form-control::-webkit-input-placeholder {
    color: #222222;
}
.leave-form .form-control::-moz-placeholder,
.comment-respond .form-control::-moz-placeholder {
    opacity: 1;
    color: #222222;
}
.leave-form .form-control:-moz-placeholder,
.comment-respond .form-control:-moz-placeholder {
    color: #222222;
}
.leave-form .form-control:-ms-input-placeholder,
.comment-respond .form-control:-ms-input-placeholder {
    color: #222222;
}
.leave-form .form-control.placeholder,
.comment-respond .form-control.placeholder {
    color: #222222;
}
.leave-form textarea,
.comment-respond textarea {
    padding: 12px 23px;
    resize: none;
    min-height: 145px;
}
.leave-form .btn,
.comment-respond .btn {
    border-width: 1px;
    border-style: solid;
    outline: none;
    font-weight: 600;
    color: #fff;
    padding: 15px 23px 13px 22px;
    border-radius: 0;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.leave-form .btn:hover,
.comment-respond .btn:hover {
    background: none;
}
.comment-respond {
    padding: 0;
}

/*------------------------------------------------------------------
26. Other
-------------------------------------------------------------------*/
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section {
    position: relative;
}
.section:before {
    content: "";
    background-color: inherit;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.clearfix:after,
.speaker-sec .speaker-slider:after,
.speaker-sec .speaker-slider .speaker-col:after,
.schedule-sec .schedule-tab li:after {
    content: '';
    display: block;
    clear: both;
}
.ellipsis {
    white-space: nowrap;
    /* 1 */
    
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 2 */
    
    overflow: hidden;
}
.page-wrapper {
    background: #f3f3f3;
    border-bottom: 1px solid #f6f6f6
}


.page-container,
.blog-contents {
    background: #fff;
    padding: 40px;
    margin-top: 60px;
    border-radius: 3px;
    margin-bottom: 60px;
}
.page-wrapper .sidebar {
    margin-top: 60px;
    margin-bottom:60px;
}

.not-found-page {
    padding-top:60px;
    padding-bottom:60px;
}

.not-found-page h1{
  color: #1b1b1b;
  font-size:40px;
  margin-bottom:20px;
}

.wp-caption {
    position:relative;
} 

.wp-caption-text {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:5px;
    background:rgba(14, 22, 30, 0.51);
    color:#d8d8d8;
    text-align:center;
} 

.screen-reader-text {
    display:none;
} 

.gallery-caption {
    text-align:center;
}

.bypostauthor {
    display:block;
}

.alignright {
    text-align: right;
    float:right;
    margin-left:15px;
}

.alignleft {
    text-align: left;
    float:left;
    margin-right:15px;
}

.aligncenter {
    text-align: center;
    clear:both;
    margin:auto;
}


.page-pagination,
.page-links {
    font-size: 15px;
    line-height: 18px;
    color: #9d9d9d;
    overflow: hidden;
    display: block;
    margin-top: 50px;
    width: auto;
}

.page-pagination:empty {
    margin:0;
}

.page-links a,
.page-links > span,
.page-pagination a,
.page-pagination > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 8px 12px;
    color:#414e5a;
    border-radius: 2px;
    font-weight: 600;
    border:1px solid #efefef;
    transition: all 0.25s linear;
}
.page-pagination a.current,
.page-pagination a:hover,
.page-pagination > span.current,
.page-pagination > span:hover {
    color: #1a1a1a;
}

/** WooCommerce **/
.woocommerce-MyAccount-navigation {
    border:1px solid #f2f2f2;
    max-width:80%;
    display:block;
}
.woocommerce-MyAccount-navigation ul {
    list-style:none;
    padding:0;
    margin:0;
}

.woocommerce-MyAccount-navigation ul li {
    font-weight:600
}

.woocommerce-MyAccount-navigation ul li a {
    padding:10px 20px 10px 60px;
    display:block;
    color:#22313f;
    position:relative;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
    border-bottom:1px solid #f3f3f3
}

.woocommerce-MyAccount-navigation li a:before {
    content:"\02713";
    left:20px;
    position:absolute;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding:10px 0 0 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .h-title {
    color:#676d72
}

.woocommerce .woocommerce-form.woocommerce-form-login {
    border:none;
    background:#fbfbfb;
    border-top:1px solid #f2f2f2;
    border-radius:0;
    padding:40px 50px;
    margin:35px -40px -40px;
}

.woocommerce form input[type=checkbox].woocommerce-form__input {
    height:auto !important;
    display:inline
}

.woocommerce form .woocommerce-form__label-for-checkbox.inline {
    display:block !important;
    margin-top:20px;
}