@charset "UTF-8";

/* CSS Document 
Author Name: jThemes Studio
Author URI: http://www.jthemesstudio.com
Themeforest: http://themeforest.net/user/jthemes?ref=jthemes
Creation Date: 8 May, 2017
Description: A default stylesheet for ProConf Event Landing Page Template, Designed & Developed By jThemes Studio.

------------ TABLE OF CONTENT ------------

- GENERAL
- HEADER
- SLIDER
- COUNTER
- EVENT DATA
- FEATURE BOX
- SCHEDULE
- SPEAKERS
- GALLERY
- SUBSCRIBE BOX
- FAQ
- TESTIMONIAL
- PACKAGE
- REGISTER BOX
- SPONSORS
- MAP AND VENUE
- SOCIAL
- COPYRIGHT
- TRANSITION CSS
- RESPONSIVE CSS
- IE CSS

*/
/* ================================= */
/* ------------ GENERAL ------------ */
/* ================================= */
html,
body,
div,
p,
table,
tr,
td,
th,
tbody,
tfoot,
ul,
li,
ol,
dl,
dd,
dt,
fieldset,
blockquote,
cite,
input,
select,
textarea,
button,
a,
section,
article,
aside,
header,
footer,
nav,
span {
    font-family: 'Montserrat Alternates', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714em;
    -webkit-font-smoothing: antialiased !important;
}

html,
body {
    width: auto !important;
    overflow-x: hidden !important;
}

body {
    background-color: #fff;
}

h1,
h1 span,
h2,
h3,
h4,
h5,
h6,
.styled div span,
.btn,
.hex-inner strong,
.navbar-default .navbar-nav>li>a,
.carousel-indicators li,
.carousel-indicators li span,
.navbar-nav li .sub-nav li a,
.blog-title>a {
    font-family: 'Lato', Arial, sans-serif;
}

h1 {
    font-size: 5em;
    font-weight: 800;
    margin: 0;
    line-height: 0.85em;
    word-spacing: 8px;
}

h1.big {
    font-size: 9em;
    font-weight: 900;
    margin: 0;
    line-height: 1.15em;
}

h1.big span {
    font-size: 1em;
    font-weight: 900;
    line-height: 0.85em;
}

h2 {
    font-size: 2.75em;
    font-weight: 700;
    line-height: 1.50em;
    margin: 0 0 0.35em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.75em;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.35em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h4 {
    font-size: 1.75em;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 0.5em;
}

h5 {
    font-size: 1.35em;
    font-weight: 700;
    margin: 0.3em 0;
    text-transform: capitalize;
    line-height: 1.35em;
}

h6 {
    font-size: 1.15em;
    font-weight: 400;
}

.white {
    color: #fff;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

:focus,
:active {
    outline: none !important;
}

p {
    margin: 0.3em 0 1.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
.form-control {
    display: block;
    padding: 0.85em 1em;
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    height: 4.15em;
    font-size: 1.15em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;

}

.select2-container--default .select2-selection--single {
    background-color: #fbfbfb;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 1.15em;
    padding: 0.85em 1em 0.65em;
    display: block;
    height: 4.15em;
    line-height: 1.1em;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.15em;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
}

textarea {
    min-height: 8em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
.form-control:focus {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}

select {
    display: block;
    padding: 0 1em;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px #999 inset;
    -moz-box-shadow: 0 0 0 1px #999 inset;
    box-shadow: 0 0 0 1px #999 inset;
    color: #434343;
    text-transform: Capitalize;
    border: none;
    outline: none !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 3em;
    width: 100%;
}

select option {
    outline: none !important;
    border: none;
    box-shadow: none !important;
    padding: 0.5em 1em;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 18px;
    }
}

.registerForm label {
    position: relative;
    width: 100%;
}

label:after {
    content: '\f0dc';
    font: 1em "FontAwesome";
    color: #434343;
    right: 1.33em;
    top: 1.95em;
    position: absolute;
    pointer-events: none;
}

@media screen and (max-width: 480px) {
    label:after {
        top: 2.3em;
    }
}

.wp-block-search__label::after {
    content: '';
}

.clearfix {
    clear: both;
}

i {
    margin-right: 0.3em;
}

.btn {
    text-transform: uppercase;
    border: none;
    color: white !important;
    text-align: center;
    padding: 0.35em 0.85em 0.28em;
    font-size: 1.35em;
    font-weight: 800;
    margin: 0.65em 0;
}

.btn-sm {
    font-size: 1em;
    padding: 0.65em 0.85em;
}

.btn-lg {
    padding: 0.75em 1.35em;
}

blockquote {
    font-size: 1.1em;
}

.tooltip {
    white-space: nowrap;
    top: -3em;
}

ul.list-default {
    list-style-type: none;
    padding: 0;
    margin: 1.5em 0;
}

ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.list-default li:hover {
    background-color: #fff;
    padding-left: 2.5em;
}

ul.list-default li:first-child {
    border: none;
}

ul.list-default li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 0.7em;
    position: absolute;
    left: 0;
    top: 0.8em;
}

ul.list-default li:hover:before {
    left: 1em;
}

a.top {
    display: none;
    color: #fff;
    text-align: center;
    padding: 0.8em 0.8em 1em 1.3em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    border-radius: 0.2em;
    position: fixed;
    right: 1em;
    bottom: 1em;
    opacity: 0.8;
}

a.top:hover {
    opacity: 1;
}

.page-block {
    position: relative;
    padding: 9.35em 0;
    overflow: hidden;
}

.page-block-small {
    padding: 3em 0;
}

#preloader {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#preloader img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    margin: -64px 0 0 -64px;
}

i.round {
    width: 2.15em;
    height: 2.15em;
    line-height: 2.15em;
    font-size: 1.35em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 0.5em;
}

.container-wide {
    width: 100%;
    padding: 0;
    margin: 0;
}

.list-inline>li {
    vertical-align: middle;
}

/* Light box classes */
.pp_nav p {
    line-height: 1em;
}

.pp_social {
    margin-top: 0.5em;
    float: none;
}

.pp_social .facebook {
    min-width: 100px;
}

.big {
    font-size: 1.08em;
    line-height: 1.65em;
}

.small {
    font-size: 14px;
    line-height: 21px;
}

hr.light {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-style: none none solid none;
    margin: 1.5em 0;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoheight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.headingIcon::before,
.headingIcon::after {
    position: absolute;
    height: 5px;
    width: 100px;
    top: 45%;
    right: 100%;
    content: '';
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.headingIcon::before {
    right: 100%;
}

.headingIcon::after {
    left: 100%;
}

.headingIcon {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    min-width: 3em;
    text-align: center;
    padding: 0.65em;
}

.headingIcon i {
    margin: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.headingIcon+h3 {
    margin-bottom: 1.5em;
}

.headingIcon.white i,
section:hover .headingIcon.white i {
    color: #ffffff;
}

.headingIcon.white::before,
.headingIcon.white::after {
    background-color: #fff;
}

section:hover .headingIcon i {
    opacity: 1;
    filter: alpha(opacity=100);
}

section.has-dark-bg:hover .headingIcon i {
    color: #fff;
}

.overlayW {
    background: url(../images/boxedw.png) repeat 0 0;
}

.overlayb {
    background: url(../images/boxedb.png) repeat 0 0;
}

.texture1 {
    background: url(../images/boxed.png) repeat 0 0;
}

.texture2 {
    background: url(../images/boxed2.png) repeat 0 0;
}

.texture3 {
    background: url(../images/penta1.png) repeat 0 0;
}

.hex {
    display: inline-block;
    overflow: hidden;
    margin: 3em 0 1.5em;
    width: 14em;
    height: 12.124em;
    -moz-transform: scale(1) rotate(-30deg) skewX(30deg);
    -webkit-transform: scale(1) rotate(-30deg) skewX(30deg);
    -o-transform: scale(1) rotate(-30deg) skewX(30deg);
    -ms-transform: scale(1) rotate(-30deg) skewX(30deg);
    transform: scale(1) rotate(-30deg) skewX(30deg);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    font-size: 1em;
}

.hex *,
.hex *:before {
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.hex-inner {
    overflow: hidden;
    -moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.hex-inner:before {
    -moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: #fff;
    content: '';
}

.hex-inner span {
    display: block;
    font-size: 3.35em;
    margin: 0 auto;
    line-height: 3.15em;
    transform: skewX(-30deg) rotate(-30deg);
    -webkit-transform: skewX(-30deg) rotate(-30deg);
    -o-transform: skewX(-30deg) rotate(-30deg);
    -ms-transform: skewX(-30deg) rotate(-30deg);
    -moz-transform: skewX(-30deg) rotate(-30deg);
}

.hex:first-child {
    margin-left: 0;
}

.hex-inner strong {
    display: block;
    font-size: 16px;
    padding: 0.45em 0.2em 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    transform: skewX(-30deg) rotate(-30deg);
    -webkit-transform: skewX(-30deg) rotate(-30deg);
    -o-transform: skewX(-30deg) rotate(-30deg);
    -ms-transform: skewX(-30deg) rotate(-30deg);
    -moz-transform: skewX(-30deg) rotate(-30deg);
}

.hex-inner span,
.hex-inner strong,
.hex.sm .hex-inner i {
    position: absolute;
    top: 0;
}

.hex.xs .hex-inner i {
    position: absolute;
    top: 0;
    margin: 0;
}

.hex-inner strong {
    position: absolute;
    top: 50%;
}

.hex.sm {
    width: 9em;
    height: 7.65em;
    margin-top: 1em;
    margin-bottom: 0;
}

.hex.sm .hex-inner i {
    display: block;
    font-size: 3.65em;
    line-height: 2.15em;
    margin: 0 auto;
    transform: skewX(-30deg) rotate(-30deg);
    -webkit-transform: skewX(-30deg) rotate(-30deg);
    -o-transform: skewX(-30deg) rotate(-30deg);
    -ms-transform: skewX(-30deg) rotate(-30deg);
    -moz-transform: skewX(-30deg) rotate(-30deg);
    top: 0;
    text-align: center;
}

.hex.xs {
    width: 5em;
    height: 4.25em;
}

.hex.xs .hex-inner i {
    display: block;
    font-size: 30px;
    line-height: 60px;
    margin: 0 auto;
    transform: skewX(-30deg) rotate(-30deg);
    -webkit-transform: skewX(-30deg) rotate(-30deg);
    -o-transform: skewX(-30deg) rotate(-30deg);
    -ms-transform: skewX(-30deg) rotate(-30deg);
    -moz-transform: skewX(-30deg) rotate(-30deg);
    text-align: center;
}

.hex-inner.second i,
.hex-inner.prime i {
    color: #fff;
}

.holder {
    top: auto;
    right: 0;
    bottom: 3em;
    left: 0;
    position: absolute;
    width: 2.5em;
    height: 4.35em;
    z-index: 99;
    margin: 0 auto;
    border: 2px solid #fff;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    border-radius: 1em;
}

.moreArrow {
    display: block;
    font-size: 1em;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

::-moz-selection {
    color: #fff;
}

::selection {
    color: #fff;
}

.carousel-fade .carousel-inner .item {
    opacity: 0.7;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

/* ================================= */
/* ------------ HEADER ------------ */
/* ================================= */
header {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
}

header .logo a {
    display: block;
}

header .logo a img {
    display: inline-block;
    margin: 0.35em auto 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-nav {
    width: 100%;
    text-align: right;
    font-size: 0;
}

.navbar-nav li {
    display: inline-block;
    float: none;
    border-left: 1px solid transparent;
    padding: 1.65em 1em;
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 0.15em 0;
    border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar {
    min-height: 1em;
    margin: 0;
}

.navbar-default .navbar-toggle {
    margin: 0;
    border: none;
    float: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-nav li .sub-nav {
    display: block;
    visibility: hidden;
    background-color: #fff;
    min-width: 10em;
    border-top: none;
    position: absolute;
    left: 0;
    right: auto;
    top: 5em;
    z-index: 99;
    padding: 0;
    text-align: left;
    list-style-type: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
}

.navbar-nav li:hover>.sub-nav {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.navbar-nav li .sub-nav li {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    position: relative;
}

.navbar-nav li .sub-nav li a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35em;
    text-transform: uppercase;
    padding: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.navbar-default .navbar-nav>li>.sub-nav li a:hover {
    color: #fff;
}

.navbar-nav li .sub-nav>li>.sub-nav {
    left: -100%;
    top: 0;
}

.header-transparent>header {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease-out 0s;
}

.header-transparent #slides {
    margin-top: 0;
}


/* ================================= */
/* ------------ SLIDER ------------ */
/* ================================= */
#slides {
    position: relative;
}

#slides img {
    width: 100%;
    height: auto;
}

.absShape {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

#slides .absShape {
    top: 35%;
    width: 80%;
}

#slides h1 {
    color: #fff;
    text-transform: uppercase;
}

#slides h1 small {
    font-size: 24px;
    display: block;
    margin: 0.5em 0;
    color: #fff;
    text-transform: capitalize;
    word-spacing: 1px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}

#slides ul.bxslider {
    position: relative;
    width: 100%;
    padding: 0;
}

.bx-wrapper img {
    display: block;
    opacity: 0.7;
}

.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 1.5em;
}

.bx-wrapper .bx-next {
    right: 1.5em;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -2.35em;
    outline: 0;
    z-index: 99;
}

.bx-wrapper .bx-controls-direction a .hex {
    margin-top: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls-bxslider.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls-bxslider.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* ================================= */
/* ------------ COUNTER ------------ */
/* ================================= */
.styled {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}

.styled div span {
    font-weight: 800;
}

.counter i {
    position: relative;
    margin: 0;
}

/* ================================= */
/* ----------- EVENT DATA --------- */
/* ================================= */
.eventinfo .hex.sm {
    float: left;
    margin-right: 1.5em;
}

.eventinfo .info {
    float: left;
}

.eventinfo h3,
.eventinfo h2,
.eventinfo p {
    margin: 0.35em 0;
    line-height: 1em;
}

.eventinfo p {
    line-height: 1.50em;
    font-size: 1.30em;
}

/* ================================= */
/* ----------- FEATURE BOX --------- */
/* ================================= */
.featureBox {
    display: block;
    background: url(../images/slider/slide4.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* ================================= */
/* ----------- SCHEDULE ------------ */
/* ================================= */
.schedule-carousel {
    margin-top: 3em;
}

.schedule-carousel .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-left: 0;
    left: auto;
    width: 100%;
    margin-bottom: 1.35em;
}

.schedule-carousel .carousel-indicators li {
    background-color: #fff;
    position: relative;
    display: inline-block;
    border: 4px solid #fff;
    margin: 0 0.35em 1em;
    width: 2.65em;
    min-height: 2.65em;
    border-radius: 0;
    text-indent: 0;
    padding: 0 0.15em 1.65em;
    font-size: 2.15em;
    text-align: center;
}

.schedule-carousel .carousel-indicators li.active::before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 1.5em;
    position: absolute;
    bottom: -0.65em;
    left: 50%;
    margin-left: -0.28em;
    display: block;
}

.schedule-carousel .carousel-indicators li span {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    font-weight: bold;
    text-align: center;
    padding: 0 3px;
    color: #fff;
    max-width: 100%;
}

.schedule-carousel .carousel-inner .item {
    padding-top: 1em;
}

.schedule-carousel .item>div {
    position: relative;
}

.segment {
    display: block;
}

.segment .speaker {
    position: relative;
    display: block;
    width: 30%;
    float: left;
}

.speakerImg {
    text-align: center;
    line-height: 1.2em;
}

.speakerImg img {
    width: 55%;
    height: auto;
}

.speakerImg h6 {
    margin-bottom: 0;
}

.speakerImg span {
    font-size: 12px;
    line-height: 1.35em;
    opacity: 0.6;
    margin-top: 0.65em;
    display: block;
}

.segmentInfo {
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 3em 3em 2.65em;
    margin: 1.5em 0;
    width: 70%;
    float: right;
}

.segmentInfo.BGprime h4,
.segmentInfo.BGprime h5,
.segmentInfo.BGprime strong,
.segmentInfo.BGprime p,
.segmentInfo.BGprime .time,
.segmentInfo.BGsecondary h4,
.segmentInfo.BGsecondary h5,
.segmentInfo.BGsecondary strong,
.segmentInfo.BGsecondary p,
.segmentInfo.BGsecondary .time,
.segment.lunch .hex.xs i,
.segment.day .hex.xs i,
.segment.eventend .hex.xs i {
    color: #fff;
}

.segmentInfo div {
    padding: 0;
}

div.segmentInfo::before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    font-size: 3em;
    color: #fff;
    position: absolute;
    top: 1.35em;
    left: -0.30em;
    display: block;
}

.segmentInfo h4 {
    margin-bottom: 3px;
}

.segmentInfo p {
    margin: 0.85em 0;
}

.vline {
    top: -1.65em;
    right: auto;
    bottom: -1.5em;
    left: -5em;
    position: absolute;
    width: 7px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.segment .round {
    position: absolute;
    z-index: 9;
    top: 3.65em;
    right: 1.85em;
}

.segment .hex.xs {
    margin: 0.65em 0;
}

.segment .hex.xs i,
.galimg .hex.xs i,
.carousel-control .hex.xs i,
#map .hex.xs i {
    position: absolute;
    top: 0;
}

.segment .round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 5.65em;
    width: 5.65em;
    text-align: center;
}

.segment .round::before {
    background-color: #fff;
    position: absolute;
    height: 7px;
    width: 55px;
    top: 45%;
    right: 100%;
    content: '';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.segment .round::before {
    right: 100%;
}

.segment img.img-responsive {
    border: 7px solid #fff;
    margin: 2.55em auto 1em;
}

.time {
    font-size: 1.35em;
}

.segment.lunch .round::before,
.segment.day .round::before {
    display: none;
}

.segment:hover .segmentInfo {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

/* ================================= */
/* ------------ SPEAKER ------------ */
/* ================================= */

.speakerCar .item {
    position: relative;
    background-color: #fff;
    text-align: center;
    margin: 0.5em 1em;
    padding: 1.85em 1.85em 5em;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.owl-carousel .item {
    cursor: url(../images/cursor.png), move;
}

.speakerCar .item img {
    position: relative;
    border-width: 10px;
    border-style: solid;
    margin: 1.5em auto;
}

.speakerCar .item ul {
    margin: 0;
    padding: 0.5em;
    cursor: auto;
    bottom: 0;
    overflow: hidden;
}

.speakerCar .item ul li {
    padding: 0;
}

.speakerCar .item ul li a {
    color: #fff;
    font-size: 1.35em;
    padding: 0.65em;
}

.owl-theme .owl-controls .owl-buttons div {
    font-family: 'FontAwesome';
}

.speakerCar .item:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

/* ================================= */
/* ----------- GALLERY ------------ */
/* ================================= */
#photoG,
#videoG {
    position: relative;
    margin: 3em 0 1em;
}

#photoG .carousel-inner,
#videoG .carousel-inner {
    margin: -0.5em auto 0;
    width: 100%;
}

.galimg {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0.5%;
    float: left;
}

.galimg.half {
    width: 49%;
}

.galimg.quarter {
    width: 24%;
}

.galimg img {
    width: 100%;
}

.galimg img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out;
}

.galimg:hover img {
    transform: scale(1.08);
    opacity: 1;
}

.galimg a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.galimg a:hover {
    background: rgba(0, 0, 0, 0.55);
}

.galimg a .link {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    width: 7em;
    height: 10em;
    line-height: 7em;
    transform: translate3d(0px, -100%, 0px);
    transition: all 0.5s linear;
    -webkit-transition: visibility opacity 0.2s;
    text-align: center;
    margin: auto;
}

.galimg:hover .link {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}

.galimg .link .hex.xs i {
    color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    display: none;
    background: none;
    width: auto;
    top: 36.85%;
    bottom: auto;
    text-shadow: none;
}

.carousel-control {
    font-size: 1em;
}

.testimonial-carousel:hover .carousel-control.left,
.testimonial-carousel:hover .carousel-control.right,
.photoG:hover .carousel-control.left,
.photoG:hover .carousel-control.right,
#quotes:hover .carousel-control.left,
#quotes:hover .carousel-control.right,
#slider:hover .carousel-control.left,
#slider:hover .carousel-control.right {
    display: block;
    opacity: 1;
}

.photoG .carousel-control.left {
    left: -6%;
}

.photoG .carousel-control.right {
    right: -6%;
    left: auto;
}

.nav-tabs {
    display: inline-block;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    font-size: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a {
    border-color: transparent;
    border-radius: 0;
    color: #fff;
    margin: 0;
}

.nav-tabs>li>a {
    margin: 0;
}

.nav-tabs>li {
    margin: 0;
}

/* ================================= */
/* ------ SUBSCRIBE BOX ------ */
/* ================================= */
.subscribe {
    display: block;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.subscribe h2,
.subscribe p {
    color: #fff;
}

#subscribeForm,
#mc-embedded-subscribe-form {
    position: relative;
    margin-top: 1.5em;
}

.subscribe input[type="submit"] {
    background-color: transparent;
    border: 0;
    top: 0.15em;
    right: 0.65em;
    bottom: auto;
    left: auto;
    position: absolute;
    font-family: 'FontAwesome', Montserrat Alternates, Arial;
    font-size: 2.55em;
}

#subscribeForm input[type="text"],
#subscribeForm input[type="email"],
#mc-embedded-subscribe-form input[type="text"],
#mc-embedded-subscribe-form input[type="email"] {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.15em;
    padding-right: 0;
    padding-left: 6em;
    width: 100%;
}

#subscribeForm i.email,
#mc-embedded-subscribe-form i.email {
    position: absolute;
    top: 0.65em;
    padding: 0.35em 0.85em;
    left: 0.65em;
    right: auto;
    border-right: 1px solid #ccc;
    font-size: 1.65em;
}

/* ================================= */
/* ------------ FAQ ------------ */
/* ================================= */
.panel-default>.panel-heading {
    position: relative;
    padding: 0;
}

.panel-default>.panel-heading h4 {
    padding: 0.65em 0.65em 0.65em 3em;
}

.vc_tta-style-proconf .vc_tta-panel-heading {
    border: none !important;
}

.vc_tta-style-proconf .vc_active .vc_tta-panel-title,
.panel-default>.panel-heading h4.active {
    background-color: #fff;
}

.vc_tta-style-proconf .vc_tta-panel-heading .vc_tta-panel-title a,
.panel-default>.panel-heading h4 a {
    display: block;
    padding: 0.50em;
    font-weight: 400;
    text-transform: none;
}

.vc_tta-style-proconf .vc_tta-panel-heading h4 a i {
    display: none !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-proconf .vc_tta-panel-title>a {
    padding-top: 17px;
    padding-bottom: 17px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-proconf .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 54px;
}

.vc_tta-style-proconf .vc_tta-panel-heading h4 a:before,
.panel-default>.panel-heading h4 a:before {
    content: '\f055';
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 0.75em;
    right: auto;
    bottom: auto;
    left: 0.65em;
    position: absolute;
    width: 2.85em;
    height: 2.85em;
    text-align: center;
    line-height: 2.65em;
    margin: 0;
    z-index: 9;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.vc_tta-style-proconf .vc_active .vc_tta-panel-heading h4 a:before,
.panel-default>.panel-heading h4.active a:before {
    content: '\f056';
}

.vc_tta-style-proconf .vc_tta-panel,
.panel-group .panel {
    background-color: transparent;
    margin-bottom: 1.35em;
    box-shadow: none;
    margin-top: 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-proconf .vc_tta-panel-body,
.panel-body {
    border: none;
    padding: 0 1.65em 1.15em 3.95em;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
}

/* ================================= */
/* ------ TESTIMONIAL ------ */
/* ================================= */
#quotes {
    position: relative;
}

.testimonial {
    position: relative;
    min-height: 28em;
}

.testimonial .item {
    margin: 0 auto;
    padding: 0 15%;
}

.testimonial .item img {
    position: relative;
    border: 10px solid #fff;
    margin: 0 auto 1.5em;
}

.testimonial span {
    font-size: 1.35em;
    font-weight: normal;
    display: block;
    margin-bottom: 1.15em;
}

.testimonial p {
    font-size: 1.15em;
    font-weight: 100;
    line-height: 1.65em;
}

.testimonial h4 {
    margin-bottom: 0.15em;
}

.testimonial.carousel-fade .carousel-inner .item {
    opacity: 0;
}

.testimonial.carousel-fade .carousel-inner .active {
    opacity: 1;
}

/* ================================= */
/* ------------ PACKAGES ------------ */
/* ================================= */
#pricing h3 {
    color: #FFF;
}

#pricing .package {
    background-color: #fff;
    display: inline-block;
    width: 23%;
    margin: 1%;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#pricing-tables .package.one {
    margin-left: 0 !important
}

#pricing .package .heading {
    position: relative;
    padding: 1.5em 1.5em 0;
}

#pricing .package .heading .price {
    display: inline-block;
    margin: 0.33em auto 0;
    background-color: #fff;
    font-size: 2.65em;
    font-weight: 900;
    line-height: 0.65em;
    padding: 0.35em 0.5em 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#pricing .package .heading .price strong {
    font-size: 12px;
    display: block;
}

#pricing .price span {
    font-size: 0.50em;
    vertical-align: middle;
}

#pricing .package ul {
    margin: 0;
}

#pricing .package ul li:before {
    content: '';
}

#pricing .package ul li {
    padding: 1em 0;
    margin: 0;
    border: 0;
}

#pricing .package ul li:nth-child(even) {
    background-color: #eceff1;
}

#pricing .package ul li i {
    font-size: 1.85em;
}

#pricing .package.whatuget {
    background-color: transparent;
    border-radius: 0;
    margin: 0 -0.26em 1.7% 0;
}

#pricing .package.whatuget ul li {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin-top: 1px;
    font-size: 1.35em;
    padding: 0.63em 1em 0.63em 0;
    text-align: right;
    color: #fff;
}

#pricing .package.whatuget ul li {
    background-color: rgba(0, 0, 0, 0.8);
}

.has-dark-bg #pricing .package.whatuget ul li {
    background-color: rgba(255, 255, 255, 0.1);
}

#pricing .package li:hover {
    color: #fff;
}

#pricing>div.package.one {
    margin-left: 0;
}

#pricing .package.whatuget ul li.empty-list {
    background-color: transparent;
}

#pricing .package ul li>.btn {
    margin: 0;
}

#pricing .package ul li.price-register:hover {
    background-color: transparent;
}

/* ================================= */
/* ----------- REGISTER ------------ */
/* ================================= */
.service .hex.sm,
.register .hex.sm,
.subscribe .hex.sm {
    float: left;
    margin-right: 1.5em;
}

.register .info {
    width: 65%;
    float: left;
}

.register .info {
    width: 58%;
    float: left;
}

.register h3,
.register h2,
.register p {
    margin: 0.35em 0;
    line-height: 1em;
    color: #fff;
}

.register p {
    line-height: 1.50em;
}

.register .btn {
    margin: 0;
    padding: 1em 1.5em;
}

span.error {
    top: 0.55em;
    right: 3em;
    bottom: auto;
    left: auto;
    position: absolute;
    font-size: 1.65em;
}

.register span.error {
    right: 1em;
}

.register input[type="submit"] {
    font-family: 'FontAwesome', Lato, Arial, sans-serif;
}

.sponsorOwl .owl-item .item,
#sponsors .owl-item .item {
    margin: 1em;
    border: 1px solid #ccc;
}

.sponsorOwl .owl-item .item img,
#sponsors .owl-item .item img {
    max-width: 100%;
    height: auto;
}

/* ================================= */
/* ------ MAP AND SOCIAL ------ */
/* ================================= */
#map {
    position: relative;
}

#map #map_canvas,
.venue {
    height: 50em;
}

#map .row div {
    padding: 0;
}

#map #content {
    display: block;
    visibility: visible;
}

#map .bigIcon {
    top: -5em;
}

#map .mapLogo {
    width: 200px;
    height: auto;
}

#bodyContent p {
    margin-bottom: 0.85em;
}

.venue {
    background: url(../images/venue.jpg) no-repeat center center;
    background-size: cover;
}

#map .row .contactInfo {
    background-color: #fff;
    top: 21.33%;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 99;
    width: 30em;
    margin: 0 auto;
    padding: 0 3em 1.5em;
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
}

#map .contactInfo .hex-inner i {
    color: #fff;
}

#map .row .contactInfo p,
#map .row .contactInfo a {
    border-top: 1px solid #ececec;
    margin: 0;
    padding: 0.65em 0;
    font-size: 1.15em;
}

#map .row .contactInfo a {
    padding: 0;
    border: 0;
}

#map h5 {
    margin-bottom: 1em;
}

.social,
.social li {
    margin: 0;
}

.social li a i {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.55em;
    width: 2.15em;
    height: 2.15em;
    line-height: 2.15em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0;
}

.social li a:hover i {
    color: rgba(255, 255, 255, 0.9);
}

/* ================================= */
/* ------ COPYRIGHT ------ */
/* ================================= */
#copyright p strong,
#copyright a {
    color: #fff;
    margin: 0;
}

#copyright p {
    margin: 0;
}

/* ================================= */
/* ------ Fullwidth ------ */
/* ================================= */
#fullwidth {
    margin-top: 75px;
}

.fullwidth-text .img-div {
    float: right;
    margin-bottom: 25px;
    margin-left: 25px;
}

.section-title h3 {
    margin-bottom: 1.5em
}

.bg-video {
    width: 100%;
    height: 550px;
    z-index: 1;
}


/*new*/
.popup-register {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 5px;
    padding: 25px 35px;
}

.modal-dialog .close.close-btn>span {
    background-color: #000000;
    border-radius: 5em;
    color: #ffffff;
    display: block;
    height: 25px;
    opacity: 1;
    width: 25px;
}

@media (max-width:480px) {
    .popup-register {
        padding: 15px;
    }

    .popup-register form iframe {
        height: 500px;
    }
}

.event-brite-form {
    display: inline-block;
    margin: auto;
}

/*new*/

.error-wrap .widget-search {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    vertical-align: middle;
    width: 350px;
}

.coming-soon .logo-img {
    margin: auto;
}

.coming-soon .social li a i {
    background-color: #263238;
    margin-top: 20px;
}

img {
    max-width: 100%;
}

/******************************* 
    3 - BLOG PAGE CSS STARTS 
********************************/
/*--------- 3.1 Breadcrumb Starts ---------- */
.breadcrumb-bg {
    background: rgba(38, 50, 56, 0.8) url("../images/boxed.png") repeat scroll 0 0;
    margin-top: 72px;
    background-repeat: no-repeat;
    padding: 25px 0 25px 0;
    background-size: cover;
}

.breadcrumb-bg h2 {
    color: #fff;
    margin-bottom: 0;
}

.breadcrumb-menubar {
    background: transparent none repeat scroll 0 0;
    margin: 7px 0 0;
    padding: 0
}

.breadcrumb-menubar>li {
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    color: #fff;
}

.breadcrumb-menubar>li>a:after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 3px;
}

ol.breadcrumb-menubar {
    margin-left: -3px;
}

ol.breadcrumb-menubar>li span span {
    color: #fff;
    padding: 0 3px;
}

/*--------- 3.1 Breadcrumb Ends ---------- */

/*--------- 3.2 Sidebar Starts ---------- */
.widget-title {
    border-bottom: 1px solid #3c4251;
    font-size: 20px;
    margin: 0 0 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.widget-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

.widget-wrap>ul,
.widget-wrap>ul li:last-child {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

/*---- Search Widget ----*/
.widget-search {
    position: relative;
}

.widget-search .form-control {
    height: 45px;
    border: 1px solid #ccc;
}

.widget-search>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    position: absolute;
    right: 25px;
    top: 10px;
}

/*---- Category Widget ----*/
.cate-panel {
    margin-bottom: 0;
}

.cate-panel .accordion-toggle {
    line-height: 25px;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}

.cate-panel .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px dotted #a3a3a3;
    margin-bottom: 18px;
}

.cate-panel .panel-collapse ul {
    display: inline-block;
    margin: 5px 0;
    padding-left: 20px;
    width: 100%;
}

.cate-panel .panel-collapse li {
    margin-bottom: 15px;
}

.cate-panel .plus-icon {
    float: right;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

.cate-panel .panel:last-child {
    margin-bottom: 0;
}

/*---- Recent Post Widget ----*/
.post-widget .post-img {
    display: table-cell;
}

.post-widget .details {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}

.post-widget .blog-title {
    font-size: 16px;
}

.post-widget>li {
    border-bottom: 1px dotted #a3a3a3;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 25px;
    width: 100%;
}

.more-post {
    text-transform: uppercase;
    margin-top: 20px;
}

/*---- Twitter Widget ----*/
.tweet-icn {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    width: 35px;
}

.tweet-info {
    display: inline-block;
    width: calc(100% - 40px);
}

.tweet-info a {
    font-size: 12px;
    display: block;
}

.tweet-wrap>li {
    border-bottom: 1px dotted #a3a3a3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.tweet-info>p {
    margin-bottom: 10px;
    margin-top: 0;
}

/*---- Flickr Widget ----*/
.widget-wrap .flickr-feed li {
    float: left;
    margin: 0 8px 10px 0;
}


/*---- Tags Widget ----*/
.tagcloud a,
.tag-cloud a {
    border: 2px solid #3c4251;
    display: inline-block;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px !important;
}

.tag-cloud .post-tags{
    margin-bottom: 20px;
}

.tagcloud a:hover,
.tagcloud a:focus,
.tag-cloud a:focus,
.tag-cloud a:hover {
    background-color: #000;
    color: #fff;
}

/*--------- 3.2 Sidebar Ends ---------- */


/*--------- 3.3 Theme Blog Single Starts ---------- */
.blog-title>a {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

.blog-wrap {
    margin-bottom: 50px;
}

.blog-img,
.blog-video {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
}

.block-inline {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.btn-play i {
    margin: 0;
}

.btn-play {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    color: #000;
    font-size: 20px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.blog-meta li {
    font-size: 12px;
    margin-top: 10px;
}

.blog-meta li i {
    font-size: 14px;
    padding-right: 3px;
}

.blog-content {
    padding: 15px 0 40px;
}

.blog-page-wrap .read-more .btn {
    margin-right: 15px;
    text-transform: uppercase;
}

.meta-icon {
    border: 2px solid #3c4251;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

.media-box {
    position: relative;
    width: 45%;
}

.media-box,
.media-box>ul li {
    display: inline-block;
    vertical-align: middle;
}

.media-box ul {
    border: 2px solid #3c4251;
    border-left: 0;
    display: inline-block;
    height: 38px;
    line-height: 35px;
    margin: 0;
    padding: 0 7px;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.media-box:hover ul {
    opacity: 1;
    visibility: visible;
}

.media-box ul li a {
    margin: 0 5px;
}

.blog-wrap blockquote p {
    font-size: 18px;
}

.blog-wrap blockquote {
    padding: 20px 20px 50px 20px;
    border-color: #000;
    position: relative;
    font-size: 18px;
}

.blog-wrap blockquote:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 7px;
    opacity: .1;
}

/*--------- 3.3 Theme Blog Starts ---------- */

/*--------- 3.4 Theme Blog Single Starts ---------- */
.title-2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}

.auther-wrap {
    border: 1px solid #dadada;
    background-color: #f2f2f2;
    margin: 0 0 50px;
}

.auther-img,
.auther-detail {
    padding-top: 30px;
    padding-bottom: 30px;
}

.auther-detail {
    border-left: 1px solid #dadada;
}

.auther-detail .title-2 {
    margin-bottom: 20px;
}

.auther-detail ul {
    margin-bottom: 10px;
    margin-right: -10px;
    text-align: right;
}

.auther-detail ul li {
    padding: 0 5px;
}

.auther-detail ul li a {
    padding: 10px 5px;
}

.auther-detail p {
    margin-bottom: 0;
}

.auther-img>img {
    border-radius: 50%;
}

.rel-blog-slider {
    margin-top: 30px;
}

.rel-blog-slider .item {
    box-shadow: none;
}

.rel-blog-slider .blog-title {
    font-size: 26px;
}

.rel-blog-slider .blog-wrap {
    margin-bottom: 0;
}

/*Comment css*/
.comment-wrap {
    margin-bottom: 50px;
    margin-top: 50px;
}

.comments .comment-avatar {
    padding-right: 35px;
}

.comment-meta {
    display: inline-block;
    margin: 10px 0 20px;
    width: 100%;
    padding-right: 60px;
    position: relative;
}

.rel-blog-slider .blog-wrap .flexslider {
    margin: 10px 10px 30px;
}

.comment-meta .admin,
.comment-meta .reply {
    border: 2px solid #3c4251;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin-right: 15px;
    padding: 0 10px;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
}

.comment-meta .reply {
    position: absolute;
    right: 0;
    top: 0;
}

.comment-meta .admin:hover,
.comment-meta .reply:hover {
    background-color: #000;
    color: #fff;
}

.comment-meta .title-2 {
    margin-right: 15px;
    vertical-align: middle;
}

.comment-meta .reply {
    float: right;
    margin-right: 0;
}

.comment-meta .reply i {
    margin-right: 8px;
}

.comment-text {
    clear: both;
}

.media.comment {
    margin-top: 30px;
    border-bottom: 1px dotted #a3a3a3;
}

.comment .media-body {
    padding-bottom: 20px;
}

.comment-wrap .media-object {
    border-radius: 50%;
}

.media.comment-child {
    border-left: 2px solid #3c4251;
    border-top: 1px dotted #a3a3a3;
    padding-left: 35px;
    padding-top: 30px;
}

.reply-form {
    margin-top: 30px;
}

.reply-form .btn {
    margin: 15px 15px 15px 0;
}

.form-icon .form-control {
    height: 45px;
    text-transform: capitalize;
}

.form-icon textarea.form-control {
    height: auto;
}

.form-icon .form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group .fa {
    position: absolute;
    right: 35px;
    top: 40px;
}

.form-group.no-label .fa {
    top: 15px;
}

/*--------- 3.4 Theme Blog Single Ends ---------- */

/*--------- 3.5 Pagination Starts ---------- */
.pagination-wrap {
    border-top: 1px solid #3c4251;
    padding-top: 30px;
}

.pagination-1 {
    margin: 0 0 50px;
    padding: 0;
    ;
}

.pagination-1>li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}

.pagination-1>li a {
    border: 2px solid #3c4251;
    display: inline-block;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    width: 45px;
}

.pagination-1>li a:hover,
.pagination-1>li a:focus,
.pagination-1>li a.active {
    background-color: #3c4251;
    color: #ffffff;
}

/*--------- 3.5 Pagination Ends ---------- */

/*-----  3.6 Theme Blog Responsive Starts -----*/
@media (min-width:768px) and (max-width:992px) {
    .comments .comment-date {
        display: block;
        margin-top: 10px;
    }

    .breadcrumb-bg {
        margin-top: 10em;
    }
}

@media (max-width: 767px) {
    .blog-title {
        font-size: 30px;
    }

    #blog-page .post-wrap,
    #blog-single-page .single-post {
        margin-bottom: 50px;
    }

    #blog-page-left .post-wrap {
        margin-top: 50px;
    }

    .single-post-warp .row,
    .posts-wrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .auther-detail {
        border-top: 1px solid #dadada;
        border-left: 0;
    }
}

@media (max-width:567px) {
    .comments .comment-avatar {
        float: none !important;
    }

    .comments .comment-date {
        display: block;
        margin-top: 10px;
    }
}

/*----- 3.6 Theme Blog Responsive Ends -----*/

/******************************* 
   3 - BLOG PAGE CSS ENDS 
********************************/


/* FONT WEIGHT IN SAFARI */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

    /* Safari-Opera specific declarations here */
    html,
    body,
    div,
    p,
    table,
    tr,
    td,
    th,
    tbody,
    tfoot,
    ul,
    li,
    ol,
    dl,
    dd,
    dt,
    fieldset,
    blockquote,
    cite,
    input,
    select,
    textarea,
    button,
    a,
    section,
    article,
    aside,
    header,
    footer,
    nav,
    #slides .slide .slide-caption .container h3,
    .testimonial p,
    .features p {
        font-weight: normal;
    }
}

/* ================================= */
/* --------- TRANSITION CSS --------- */
/* ================================= */
a,
.navbar-nav li a,
.navbar-nav li a i,
.navbar-nav li,
ul li:before,
.social ul li a i,
.btn,
.social li i,
.owl-theme .owl-controls .owl-buttons div,
#pricing p,
#pricing .package,
#pricing .package .inner,
.segment img.img-responsive,
.segment i,
.segment .time,
.segment .segmentInfo,
.speakerCar .item,
.speakerCar .item img,
.speakerCar .meta,
section .headingIcon i,
#pricing .package li,
.carousel-control.right,
.carousel-control.left {
    -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;
}

.moving {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0.35em);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(1.85em);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(0.35em);
    }

    100% {
        opacity: 1;
        transform: translateY(1.85em);
    }
}

.moreArrow {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* ================================= */
/* -------- RESPONSIVE CSS --------- */
/* ================================= */
@media screen and (min-width: 1024px) and (orientation: landscape) {

    .navbar-collapse,
    .navbar .container-fluid {
        padding: 0;
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    #slides {
        margin-top: 5em;
    }

}

@media screen and (max-width: 1024px) {
    .breadcrumb-bg {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {

    html,
    body,
    div,
    p,
    table,
    tr,
    td,
    th,
    tbody,
    tfoot,
    ul,
    li,
    ol,
    dl,
    dd,
    dt,
    fieldset,
    blockquote,
    cite,
    input,
    select,
    textarea,
    button,
    a,
    section,
    article,
    aside,
    header,
    footer,
    nav {
        font-size: 14px;
    }

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 2.5em;
    }

    .page-block {
        padding: 5em 0;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) {

    html,
    body,
    div,
    p,
    table,
    tr,
    td,
    th,
    tbody,
    tfoot,
    ul,
    li,
    ol,
    dl,
    dd,
    dt,
    fieldset,
    blockquote,
    cite,
    input,
    select,
    textarea,
    button,
    a,
    section,
    article,
    aside,
    header,
    footer,
    nav {
        font-size: 13px;
    }

    .page-block {
        padding: 5em 0;
    }
}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    header .logo {
        position: relative;
        width: 100%;
    }

    .navbar-collapse,
    .navbar .container-fluid {
        padding: 0;
    }

    .navbar-nav {
        text-align: center;
        float: none;
    }

    .navbar-nav li {
        float: none;
    }

    .styled {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .segmentInfo .topics {
        display: block;
        border-top: 1px solid #ececec;
        margin-top: 0.85em;
        padding-top: 0.85em;
    }

    .segmentInfo .time {
        display: block;
        border: 1px solid #ececec;
        border-style: none none solid none;
        text-align: left;
        margin-top: 0.35em;
        padding-bottom: 0.35em;
    }

    .subscribe .row>div:first-child {
        text-align: center;
    }

    .footer .row>div,
    footer .row>div {
        text-align: center;
        margin-bottom: 1.55em;
    }
}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    html,
    body,
    div,
    p,
    table,
    tr,
    td,
    th,
    tbody,
    tfoot,
    ul,
    li,
    ol,
    dl,
    dd,
    dt,
    fieldset,
    blockquote,
    cite,
    input,
    select,
    textarea,
    button,
    a,
    section,
    article,
    aside,
    header,
    footer,
    nav {
        font-size: 13px;
    }

    h1 {
        font-size: 3.65em;
    }

    .styled div span {
        font-size: 4.15em;
    }

    .phone a {
        font-size: 1.35em;
        color: #FFF;
    }

    header .logo {
        display: block;
        text-align: center;
    }

    header .logo img {
        margin: 0 auto;
    }

    .carousel-control.left,
    .carousel-control.right {
        display: block;
        opacity: 1;
    }

    #slides .absShape {
        top: 17%;
    }

    .hex {
        width: 9em;
        height: 7.65em;
        margin-top: 1em;
        margin-bottom: 0;
    }

    .hex .hex-inner span {
        font-size: 2.65em;
        line-height: 2.55em;
    }

    .hex-inner strong {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .hex.xs .hex-inner i {
        line-height: 56px;
    }

    #event .row div {
        text-align: center;
    }

    #event .hex.sm {
        float: none;
        margin: 0;
    }

    #event .info,
    .register .info,
    .subscribe .info {
        width: 100%;
    }

    .segmentInfo {
        width: 58%;
    }

    .segment .speaker {
        width: 42%;
    }

    .galimg.half {
        width: 32%;
    }

    .galimg.quarter {
        width: 32%;
    }

    .subscribe input[type="submit"] {
        right: 0;
    }

    .register .hex.sm,
    .subscribe .hex.sm {
        float: none;
        margin: 0;
    }

    .featureBox,
    .subscribe {
        background-size: 150%;
        background-attachment: scroll;
        background-position: center center;
    }

    #map .row .contactInfo {
        top: 37%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    #slides .absShape {
        top: 35%;
    }

    .styled {
        padding: 1.35em 0;
    }

    #map .row>div {
        width: 100%;
    }

    .subscribe .row>div {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none;
    }
}

@media only screen and (max-width: 996px) {
    .bg-video {
        height: 350px;
    }

    .page-block {
        padding: 5em 0;
    }

    .container {
        width: 90%;
    }

    #schedule .container {
        width: 100%;
    }

    .carousel-control.left,
    .carousel-control.right {
        display: block;
        opacity: 1;
    }

    #pricing .package.whatuget {
        display: none;
    }

    #pricing .package,
    #pricing .package.one {
        width: 45%;
        margin: 2%;
    }

    #pricing .package ul li {
        text-align: right;
        padding-right: 1.65em;
    }

    #pricing .package ul li:before {
        display: block;
        top: 0;
        right: auto;
        bottom: 0;
        left: 1.5em;
        position: absolute;
        padding: 1em 0;
        content: attr(data-title);
        font-size: 1.35em;
        font-family: 'Montserrat Alternates', Arial, sans-serif;
    }

    #pricing .package ul li:hover:before {
        color: #FFF;
    }

    h1 {
        font-size: 3.85em;
    }

    .holder {
        display: none;
    }

    header .logo {
        display: block;
        text-align: center;
    }

    header .logo img {
        margin: 0 auto;
    }

    .featureBox,
    .subscribe {
        background-size: 150%;
        background-attachment: scroll;
        background-position: center center;
    }
}

/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 767px) {

    html,
    body,
    div,
    p,
    table,
    tr,
    td,
    th,
    tbody,
    tfoot,
    ul,
    li,
    ol,
    dl,
    dd,
    dt,
    fieldset,
    blockquote,
    cite,
    input,
    select,
    textarea,
    button,
    a,
    section,
    article,
    aside,
    header,
    footer,
    nav {
        font-size: 12px;
    }

    #pricing .package,
    #pricing .package.one {
        width: 96%;
        margin: 1% 2%;
    }

    header .logo {
        position: relative;
        width: 100%;
    }

    header {
        position: relative;
        height: auto;
    }

    header .row div {
        padding: 0;
        text-align: center;
    }

    header .img-responsive {
        display: inline-block;
    }

    .styled {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .hex {
        width: 9em;
        height: 7.65em;
        margin-top: 1em;
        margin-bottom: 0;
    }

    .hex .hex-inner span {
        font-size: 2.65em;
        line-height: 2.55em;
    }

    .hex-inner strong {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .hex.xs .hex-inner i {
        font-size: 26px;
        line-height: 53px;
    }

    #slides {
        padding: 0 0 3em;
    }

    #slides img,
    .bg-video {
        margin-bottom: 3em;
    }

    #slides .absShape {
        position: relative;
    }

    .bg-video {
        height: 250px;
    }

    .bx-wrapper .bx-next {
        right: 0;
    }

    .bx-wrapper .bx-prev {
        left: 0;
    }

    .navbar-nav,
    header .row {
        margin: 0;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .navbar-nav li {
        display: block;
        padding: 0;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li.active>a {
        padding: 0.85em 0;
        border-top: 1px solid #ececec;
        border-bottom: none;
    }

    .navbar-nav li .sub-nav {
        visibility: visible;
        position: relative;
        background-color: transparent;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        transform: none;
        border-top: 1px solid #ececec;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav li .sub-nav li a {
        text-transform: uppercase;
    }

    .navbar-nav li .sub-nav li {
        text-align: center;
    }

    .navbar-nav li .sub-nav li:hover a {
        background-color: transparent;
    }

    .navbar-nav li .sub-nav>li>.sub-nav {
        border-top: 0 none;
        left: 0;
        top: 0;
    }

    .navbar-header {
        text-align: center;
    }

    .galimg.half {
        width: 48%;
    }

    .galimg.quarter {
        width: 48%;
    }

    .segmentInfo,
    .segment .speaker {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .segment .round::before {
        display: none;
    }

    .segment .round {
        position: relative;
        margin: 1.55em auto 0;
        display: block;
        top: 0;
        right: 0;
    }

    .speakerImg img {
        width: auto;
    }

    .segmentInfo .topics {
        display: block;
        border-top: 1px solid #ececec;
        margin-top: 0.85em;
        padding-top: 0.85em;
    }

    .segmentInfo .time {
        display: block;
        border: 1px solid #ececec;
        border-style: none none solid none;
        text-align: left;
        margin-top: 0.35em;
        padding-bottom: 0.35em;
    }

    div.segmentInfo::before {
        content: '\f0d8';
        left: 50%;
        top: -0.33em;
        font-size: 5em;
        margin-left: -0.33em;
    }

    #event .row>div,
    .register .row>div {
        margin: 1.35em 0;
    }

    #map .row .contactInfo {
        top: 37%;
    }

    footer .row>div {
        text-align: center;
        margin-bottom: 1.55em;
    }

    .featureBox,
    .subscribe {
        background-size: cover;
    }
}

@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation: portrait) {
    h1.big {
        font-size: 6.65em;
    }

    h2 {
        font-size: 2.15em;
    }

    #event .row>div,
    .register .row>div,
    .register .info {
        width: 100%;
        text-align: center;
    }

    #event .hex.sm,
    .register .hex.sm,
    .subscribe .hex.sm {
        display: block;
        margin: 3em 0;
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #event .info {
        text-align: center;
        float: none;
    }

    #map .row .contactInfo {
        position: relative;
        width: auto;
    }

    .fullwidth-text .img-div {
        float: none;
        margin-left: 0;
    }
}

/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) {
    h1 {
        font-size: 2.85em;
    }

    #slides h1 small {
        font-size: 16px;
    }

    .social li {
        margin: 0.35em 0;
    }

    .styled div span {
        font-size: 2.85em;
    }

    .styled div strong {
        font-size: 12px;
        letter-spacing: 0;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        font-size: 1em;
    }

    .media.comment-child {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 996px) and (orientation: landscape) {
    header {
        height: auto;
    }

    header .logo,
    .navbar-nav {
        position: relative;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover {
        padding: 0.5em 1em;
        line-height: 1.5em;
    }
}

/* ====== IE CSS ====== */

.ie9 .hex *,
.ie9 .hex *:before,
.ie9 .hex-inner {
    max-width: 100%;
}

.ie9 .hex-inner span,
.ie9 .hex-inner strong,
.ie9 .hex.sm .hex-inner i {
    max-width: 100%;
    max-height: 100%;
}

.ie9 .hex.xs .hex-inner i {
    line-height: 1.65em;
}

.ie9 .carousel-control.left,
.ie9 .carousel-control.right {
    filter: none;
}

#registerForm label {
    position: relative;
    width: 100%;
}