/*
Theme Name: imevent
Theme URI: http://ovatheme.com
Version: 3.0
Description: Created by <a href="http://ovatheme.com">ovatheme</a>
Author: <a href="http://ovatheme.com">ovatheme.com</a>
Author URI: <a href="http://ovatheme.com">ovatheme</a>
License: GNU General Public License
License URI: license.txt
Tags: ovatheme, light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: imevent
---------
DO NOT EDIT THIS FILE.
If you need to overwrite the CSS styling, create a new custom_style.css
in the theme folder and it will automatically load in the <head>.
*/
/* --------------------------------------------------------------------------
 *  im Event Stylesheet - Table of Content

    1 - General
    1.1 - Google fonts
    1.2 - Preloader
    1.3 - Global properties (body, common classes, structure etc)
    1.4 - Page section block
    1.5 - Typography (section title, links, page dividers)
    1.6 - Buttons
    1.7 - Form / Input / Textarea

    2 - Header
    2.1 - Logo
    2.2 - Logo hexagon icon
    2.3 - Navigation
    2.4 - Fixed menu
    2.5 - Mobile menu

    3 - Content
    3.1 - Main slider / Owl carousel
    3.2 - Event description
    3.3 - Image carousel / Owl carousel
    3.4 - Partners carousel / Owl carousel
    3.5 - Breadcrumbs
    3.6 - Schedule
    3.7 - FAQ
    3.8 - Blog / Post
    3.9 - Comments
    3.10 - Pagination / Pager
    3.11 - Project / Portfolio
    3.12 - Thumbnails / Features
    3.13 - Media / Testimonials

    4 - Footer

    5 - Widgets / Shortcodes / Components
    5.1 - prettyPhoto
    5.2 - Contact form / af-form
    5.3 - Social line
    5.4 - Price table
    5.5 - Google map
    5.6 - Parallax
    5.7 - Error page
    5.8 - Back to top button
    5.9 - Coming soon page

    6 - Helper Classes

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





/* --------------------------------------------------------------------------
 * 1 - General
 * -------------------------------------------------------------------------- */

/* 1.1  - Google fonts
/* ========================================================================== */

/* font-family: 'Raleway', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300,100,100italic,300italic');
/* font-family: 'Roboto Slab', serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700');

/*-------------------sample------------------*/
.title-inner{
     color: #adb5bd;
    font-size: 20px;
    font-family: Georgia;
    font-weight: bold;
    font-style: italic;
	text-transform: capitalize;
}
.icon-inner{
	display:none !important;
}
.nfe_card_over h6{
	font-family: 'Roboto', sans-serif;
}
.nfe_container h3{
	font-family: 'Roboto', sans-serif;
}
.section-title{
	margin:0px !important;
}
.wpb_wrapper p{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}
.wpb_wrapper .brd1px{
	margin-left:10px !important;
}

/* 1.2 - Preloader
/* ========================================================================== */
#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #ffffff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;    
    margin: -100px 0 0 -100px;
    text-align: center;
    font-size: 50px;
}
#preloader-title {
    margin-top: 47px;
}
.spinner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 100px;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 .12em rgba(0,0,0,0.2);
    background:-webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
    background:-webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
    background:linear-gradient(#ea032d 50%, #353535 50%), linear-gradient(#353535 50%, #ea032d 50%);
    background-size: 50% 100%, 50% 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-animation: mask 3s infinite alternate;
    animation: mask 3s infinite alternate;
}
.spinner:after {
    content: '';
    position: absolute;
    border: .90em solid rgba(255,255,255,1);
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: inherit;
}
@-webkit-keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); }
}
@keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
}

/* 1.3  - Global properties (body, common classes, structure etc)
/* ========================================================================== */

body {    
    background: #fbfbfb;
    font-size: 14px;
         font-family: Arial;
 
    line-height: 1.42857143;
    color: #263748;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
    position:relative;

    /*overflow-x: hidden;*/
}


/* overflow the content area
 * -------------------------------------------------------------------------- */

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; */
}

.page {}
.content {}
.sidebar {
    font-size: 14px;
    line-height: 1.3;
}
.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}
.container {}
.wide .container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    /*margin-top: -70px;*/
    /*margin-bottom: -70px;*/
}
.boxed .container.full-width {
    padding-left: 0;
    padding-right: 0;
}

/* 1.4 - Page section block
/* ========================================================================== */

.wide .page-section > .container{
    /*padding-top: 70px;*/
    /*padding-bottom: 70px;*/
    /*position: relative;*/
}
.wide .page-section.background-img-slider > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wide .page-section,
.boxed .page-section > .container {
    /*padding-top: 70px;*/
    /*padding-bottom: 70px;*/
    position: relative;
    overflow: hidden; /* small devices */
    background-color: #ffffff;
}
.boxed .page-section > .container {
    padding-left: 30px;
    padding-right: 30px;
}
.wide .page-section.dark,
.boxed .page-section.dark > .container {}
.wide .page-section.light,
.boxed .page-section.light > .container {
    background-color: #f5f5f5;
    color: #435469;
}
.wide .page-section.color,
.boxed .page-section.color > .container {
    background-color: #dc143c;
    color: #ffffff;
}
.wide .page-section.image,
.boxed .page-section.image > .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-image: url('../img/preview/background-img-slider.jpg');
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
}
.wide .page-section.image > .container,
.boxed .page-section.image {
    position: relative;
}
.wide .page-section.image:before,
.boxed .page-section.image > .container:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background: transparent url("assets/img/overlay.png") 50% 0 repeat;
}
.page-section.background-img-slider {position: relative;}
.wide .page-section.background-img-slider,
.boxed .page-section.background-img-slider > .container {    
    background-position: 50% 0 !important;
    background-size: cover !important;
}
.boxed .page-section.background-img-slider  .vc_col-sm-12{
    padding-left: 0!important;
    padding-right: 0!important;
}
.wide .page-section.background-img-slider > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.boxed .page-section.background-img-slider > .container {
    padding: 0 !important;
}
.page-section.no-padding {padding: 0;}
.page-section.no-padding-top {padding-top: 0;}
.page-section.no-padding-bottom {padding-bottom: 0;}
.page-section.sub-page {padding-top: 150px !important;}
.page-section.with-sidebar {padding-top: 185px !important; padding-bottom: 30px;}
.body-dark .page-section.with-sidebar{ margin-bottom: 0;}

.block-title {}
.block-text {}
.block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 1.5 - Typography (section title, links, page dividers)
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #141f23;
}
/*
h1{
    font-size: 33px;
}*/
h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa,
h1 .glyphicon, h2 .glyphicon, h3 .glyphicon,
h4 .glyphicon, h5 .glyphicon, h6 .glyphicon {
    color: #ea032d;
}

.post-title{
    font-size: 18px;
}


/* Section title
 * -------------------------------------------------------------------------- */

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px 0;
    z-index: 0;
    text-transform: uppercase;
    color: #0d1d31;
    display: table;
    /*width: 100%;*/
}
.section-title small {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    color: #374146;
}
.section-title .icon-inner {
    display: table-cell;
    width: 70px;
}
.section-title .title-inner {
    display: table-cell;
    padding-bottom: 2px;
    vertical-align: middle;
}

.image .section-title,
.image .section-title small,
.dark .section-title,
.dark .section-title small,
.color .section-title,
.color .section-title small {
    color: #ffffff;
}
.color .section-title:after {
    color: #141f23;
}

.section-title .fa-stack {
    width: 50px;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
}
.section-title .fa-stack .fa {color: #ffffff;}
.color .section-title .fa-stack .fa {color: #dc143c;}
.section-title .rhex {background-color: #dc143c;}
.color .section-title .rhex {background-color: #ffffff;}

/* Hexagon icon
 * -------------------------------------------------------------------------- */

.rhex {
    background-color: #dc143c;
    margin-top: 14px;
    width: 50px;
    height: 28px;
    border-radius: 2px;
}
.rhex:before,
.rhex:after {
    position: absolute;
    top: 0; left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
}
.rhex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform:    rotate(60deg);
    -ms-transform:     rotate(60deg);
    -o-transform:      rotate(60deg);
    transform:         rotate(60deg);
}
.rhex:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform:    rotate(-60deg);
    -ms-transform:     rotate(-60deg);
    -o-transform:      rotate(-60deg);
    transform:         rotate(-60deg);
}

/* Links, Link color
 * -------------------------------------------------------------------------- */

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a {color: #173f35;}
a:hover,
a:active,
a:focus {color: #85bb23;}

.color a {color: #ffffff;}
.color a:hover,
.color a:active,
.color a:focus {color: #000000;}

p {
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
    margin-bottom: 20px;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 49px;
    line-height: 48px;
    margin: 0 10px 0 0;
    color: #ea032d;
}
.text-lg {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    color: #141f23;
}

/* Page header /* bs3
 * -------------------------------------------------------------------------- */

.page-header {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 36px;
    font-weight: 300;
    color: #515151;
}
.page-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    color: #515151;
}
.page-header h1 small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #6f6f6f;
}

/* Page dividers
 * -------------------------------------------------------------------------- */

hr {}
hr.page-divider {
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
    border-color: #eeeeee;
}
hr.page-divider:after {
    content: '';
    display: block;
    margin-top: 1px;
    border-bottom: solid 1px #eeeeee;
}
hr.transparent,
hr.page-divider.transparent {
    border-color: transparent;
}
hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}
hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}
hr.page-divider.single {
    border-color: #646464;
}
hr.page-divider.single:after {
    display: none;
}
hr.page-divider.transparent:after,
hr.page-divider.half:after,
hr.page-divider.small:after {
    display: none;
}

.alert {border-radius: 10px;}

/* 1.6 - Buttons
/* ========================================================================== */

.btn,
.btn:hover,
.btn:active,
.btn.active {
    box-shadow: none;
    border-radius: 0;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active {
    border-radius: 10px;
}
.btn-theme {
    color: #ffffff;
    background-color: #dc143c;
    border-color: #dc143c;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-theme:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.color .btn-theme {
    color: #dc143c;
    background-color: #ffffff;
    border-color: #ffffff;
}
.color .btn-theme:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active{
    background-color: transparent;
    border-color: #dc143c;
    color: #dc143c;
}
.btn-theme-transparent:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-transparent-grey,
.btn-theme-transparent-grey:focus,
.btn-theme-transparent-grey:active{
    background-color: transparent;
    border-color: #435469;
    color: #435469;
}
.btn-theme-transparent-grey:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-transparent-white,
.btn-theme-transparent-white:focus,
.btn-theme-transparent-white:active{
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-theme-transparent-white:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-grey {
    background-color: #f5f5f5;
    border-color: #e8e8e8;
    color: #ea032d;
}
.btn-theme-grey:hover,
.btn-theme-grey:focus,
.btn-theme-grey:active {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.btn-theme-xs {}
.btn-theme-sm {
    font-size: 14px;
    padding: 10px 25px;
}
.btn-theme-lg {
    font-size: 18px;
    padding: 20px 35px;
}
.btn-theme-xl {
    font-size: 24px;
    padding: 25px 35px;
}

p.btn-row {margin-top: -10px;}
p.btn-row .btn {margin-top: 10px; margin-right: 10px;}

/* 1.7 - Form / Input / Textarea / Select
/* ========================================================================== */

.form-control {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;   
    border: 1px solid #c8cdd2;
    font-size: 18px;
    color: #6d7a83;
   /* -webkit-appearance: none;  ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #ea032d;
    /*  -webkit-appearance: none;ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea {
    resize: none;
}

.bootstrap-select {}
.bootstrap-select > .selectpicker {
    height: 60px;
    border: 1px solid #c8cdd2;
    border-radius: 10px;
    font-size: 18px;
    color: #6d7a83 !important;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff !important;
    box-shadow: none !important;
}
.bootstrap-select > .selectpicker:focus {border-color: #ea032d;}
.bootstrap-select-searchbox .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 0;
    padding-left: inherit;
    padding-right: inherit;
}

.registration-form {margin-top: -15px;}
.registration-form .form-group {margin-top: 15px; margin-bottom: 0;}
.registration-form .form-group.selectpicker-wrapper {z-index: 1; position: relative;}
.registration-form .bootstrap-select.btn-group:not(.input-group-btn),
.registration-form .bootstrap-select.btn-group[class*="span"] {margin-bottom: 0;}
.registration-form .tooltip {left: 15px !important;}
.registration-form .selectpicker-wrapper .tooltip {top: -47px !important;}
.registration-form .tooltip-inner {background-color: #ea032d; padding: 10px 20px;}
.registration-form .tooltip-arrow {border-top-color: #ea032d;}
.registration-form .tooltip.top .tooltip-arrow {border-top-color: #ea032d;}
.registration-form .form-alert {margin-bottom: 0;}

.registration-form.alt {margin-top: 0;}
.registration-form.alt .form-group {margin-top: 0; margin-bottom: 10px;z-index: 9999;}
.registration-form.alt .form-alert .alert {margin-bottom: 10px;}



/* --------------------------------------------------------------------------
 * 2 - Header
 * -------------------------------------------------------------------------- */

.wide .header,
.boxed .header > .container {
    background-color: transparent;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
}
.sub-page .header {
    background-color: rgba(129, 134, 140, 1);
}
.header.fixed {
    position: fixed;
    top: 60px; left: 0; right: 0;
    z-index: 9;
    padding-bottom: 15px;
}
.header.shrink-off {
    padding-top: 2px;
    padding-bottom: 2px;
    /*background-image: linear-gradient(rgba(129, 134, 140, 1), rgba(129, 134, 140, .0));*/
    background-color: rgba(129, 134, 140, .8);
}
.wide .header.shrink,
.boxed .header.shrink > .container {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgba(129, 134, 140, .8);
}
.header .header-wrapper {
    position: relative;
}
.header,
.header.fixed,
.header.shrink,
.header > .container {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 2.1 - Logo
/* ========================================================================== */

.logo {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: -12px;
}
.logo a {color: #ffffff; display: inline-block; line-height: 2em;}
.logo a:hover {color: #dc143c;}
.logo a .logo-hex {background-color: #dc143c;}
.logo a:hover .logo-hex {background-color: #ffffff;}
.logo a .logo-fa {color: #ffffff;}
.logo a:hover .logo-fa {color: #dc143c;}
.logo .fa-stack {width: 54px; height: 62px; line-height: 62px;}

.shrink .logo {margin-top: 0;}
.shrink .logo a {line-height: 1em;}
.shrink .logo a .logo-fa {font-size: 15px;}
.shrink .logo .fa-stack {width: 27px; height: 31px; line-height: 31px;}
.shrink .logo img{ height: 34px;}
.logo .fa-stack,
.shrink .logo .fa-stack {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logo a .logo-fa,
.shrink .logo a .logo-fa {
    -webkit-transition: none;
    transition: none;
}

/* 2.2 - Logo hexagon icon
/* ========================================================================== */

.logo-hex {
    margin-top: 14px;
    width: 54px;
    height: 31px;
    border-radius: 3px;
    cursor: pointer;
}
.logo-hex:before,
.logo-hex:after {
    position: absolute;
    top: 0; left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
}
.logo-hex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform:    rotate(60deg);
    -ms-transform:     rotate(60deg);
    -o-transform:      rotate(60deg);
    transform:         rotate(60deg);
}
.logo-hex:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform:    rotate(-60deg);
    -ms-transform:     rotate(-60deg);
    -o-transform:      rotate(-60deg);
    transform:         rotate(-60deg);
}
.shrink .logo-hex {
    margin-top: 7px;
    width: 27px;
    height: 15px;
    border-radius: 1px;
}

/* 2.3 - Navigation / superfish skin
/* ========================================================================== */

.navigation {float: right;
    margin-top: 5px;}

/* SUPERFISH ESSENTIAL STYLES */

.sf-menu,
.sf-menu * {margin: 0; padding: 0;}
.sf-menu li {position: relative;}
.sf-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99;}
.sf-menu > li {float: left; border-radius: 10px;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {display: block;}
.sf-menu a {display: block; position: relative;}
.sf-menu ul ul {top: 0; left: 100%;}
.sf-menu ul {min-width: 14em; /* submenu width */}

/* SUPERFISH THEME SKIN */

.sf-menu {margin-right: -1em; font-size: 14px; font-weight: 300; text-transform: capitalize;}
.sf-menu.nav > li > a:hover, /* bs3 reset */
.sf-menu.nav > li > a:focus /* bs3 reset */ {background-color: transparent;}
.sf-menu.nav > li > a, /*bs3 reset */ .sf-menu a {padding: 10px 15px;}

.sf-menu a {color: #ffffff;}
.sf-menu a:hover {color: #ffffff;}
.sf-menu li:hover,
.sf-menu li.sfHover {}
.sf-menu li.active {background-color: rgba(13, 29, 49, 0.30);}
.sf-menu li.active > a {color: #ffffff; }
.sf-menu ul {margin-left: 1em;}
.sf-menu ul ul {margin-left: 0;}
.sf-menu ul li {background: #f2f2f2;}
.sf-menu ul.sub-menu li{background: #222 !important;}
.sf-menu ul{ list-style-type: none!important; padding-left: 0; margin-left: 0;}
/* ARROW DOWN */

.sf-menu.nav > li > a.sf-with-ul, /* bs3 reset */
.sf-arrows .sf-with-ul {padding-right: 2.5em;}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #9e9e9e;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #dc143c;
}

/* ARROW RIGHT */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #9e9e9e;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #dc143c;
}

/* 2.4 - Fixed menu
/* ========================================================================== */

.menu-toggle {
    display: none;
    position: fixed;
    padding: 0; margin: 0;
    right: 280px; top: 43px;
    font-size: 30px !important;
    line-height: 30px;
    border: none;
    color: #ffffff !important;
}
.shrink .menu-toggle {
    top: 7px;
}
@media (max-width: 455px) {
input.enqtran_sub_emails{
width: 59% !important;
} 
}
.navigation_mobile_menu{
    display: none !important;
}

 .navigation_desktop_menu {
    display: block !important;
}

@media (max-width: 991px) {
    .navigation_desktop_menu {
       display: none !important;
}
    .navigation_mobile_menu{
    display: block !important;
}
 .navigation_logo{
display:none;
}

    .navigation {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 250px;
        background-color: rgba(13, 29, 49, 0.95);
    }
    .navigation.closed {right: -250px;}
    .navigation.opened {right: 0;     overflow-y: auto !important;}
    .sf-menu {margin-right: 0; padding: 15px 15px 0 15px;}
    .sf-menu > li {float: none;}
    .sf-menu ul {display: block !important; position: relative;}
    .sf-menu ul li {background-color: transparent;}
    .menu-toggle {display: block; z-index: 1;}
    .navigation.closed .menu-toggle {right: 15px; font-size:30px !important;    top: 0px;}
    .navigation.opened .menu-toggle {right: 15px;  font-size:30px !important;    top: -10px;}
}

/* 2.5 - Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    position: absolute;
    top: 30px; right: 0;
    width: 200px;
    z-index: 0;
}
.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}
.mobile-menu-title {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}
.mobile-menu-title .fa {
    font-size: 30px;
}
@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }
    .mobile-menu {
        display: block;
    }

}
.mobile-submenu {display: none;}
@media (max-width: 991px) {
    .mobile-submenu {
        display: block;
        opacity: .5;
        background-color: #dc143c;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 5px;
        right: 2px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;        
        /*display: none!important;*/
    }
    .sf-menu ul li{
        background: transparent!important;
    }
    .mobile-submenu-open ul {
        display: block!important;
        opacity: 1 !important;
    }
}



/* --------------------------------------------------------------------------
 * 3 - Content
 * -------------------------------------------------------------------------- */



/* 3.1 - Slider / Owl sliders
/* ========================================================================== */

#main-slider .item {min-height: 660px;}
#main-slider .owl-wrapper {/*margin-top*/}
#main-slider.owl-theme .owl-item {position: relative;}

#main-slider.owl-theme .owl-controls {margin: 0;}
#main-slider.owl-theme .owl-controls .owl-page span,
#main-slider.owl-theme .owl-controls .owl-buttons div {background-color: transparent;}
#main-slider.owl-theme .owl-controls .owl-pagination {position: absolute; bottom: 20px; width: 100%;}

#main-slider.owl-theme .owl-controls .owl-buttons {position: absolute; top: 50%; margin-top: -40px; width: 100%;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    position: relative;
    border-radius: 0;
    font-size: 55px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    color: #ffffff;
    text-shadow: 1px 1px 0 #141f23;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {color: #dc143c;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev {float: left; margin-left: 90px;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {float: right; margin-right: 90px;}

#main-slider.owl-carousel .owl-item .item {
    overflow: hidden;
    /*max-height: 660px;*/
}
#main-slider.owl-carousel .owl-item .item img {/*max-width: 100%;*/}

/* Slider Caption
 * -------------------------------------------------------------------------- */

#main-slider .caption {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
#main-slider .caption > .container {
    position: relative;
    min-height: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}
#main-slider .caption .div-table {
    width: 100%;
}
#main-slider .caption-title {    
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}
#main-slider .caption-title span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
#main-slider .caption-title span:before,
#main-slider .caption-title span:after {
    content: ''; display: block;
    position: absolute;
    top: 25px; left: -100%;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
#main-slider .caption-title span:after {
    left: auto;
    right: -100%;
}

#main-slider .caption-subtitle {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
#main-slider .caption-subtitle .fa {color: #ffffff;}
#main-slider .caption-subtitle span {
    color: #253239;
}
#main-slider .caption-text {
    color: #8c8e93;
    font-size: 14px;
    margin: 30px 0 0 0;
}
#main-slider .caption-text .btn:first-child {margin-right: 30px;}
@media (max-width: 1024px) {
    #main-slider .caption-subtitle {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    #main-slider .caption-subtitle,
    #main-slider .caption-text {
        margin-top: 20px;
    }
    #main-slider .caption-title {font-size: 60px;}
    #main-slider .caption-subtitle {font-size: 22px;}
    #main-slider .caption-text {font-size: 12px;}
}
@media (max-width: 767px) {
     .orDivider{
      display:none;     
}

    #main-slider .caption {
        right: 0;
        padding: 0 80px;
        max-width: 100%;
        background-color: transparent;
    }
    #main-slider .caption-title {font-size: 30px; line-height: 30px;}
    #main-slider .caption-title span:before,
    #main-slider .caption-title span:after {
        top: 15px;
    }
    #main-slider .caption-subtitle {font-size: 20px;}
    #main-slider .caption-text {font-size: 12px;}

    #main-slider .caption-text .btn:first-child,
    #main-slider .caption-text .btn {
        display: block;
        width: 200px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 20px;
        font-size: 13px;
    }
    #main-slider .caption-text .btn:first-child {
        margin-top: 20px;
    }
}
@media (max-width: 479px) {
    #main-slider .caption {
        /*display: none;*/
        padding-left: 0;
        padding-right: 0;
    }
    #main-slider .caption-title {}
    #main-slider .caption-title span {padding: 0;}
    #main-slider .caption-title span:before,
    #main-slider .caption-title span:after {
        display: none;
    }
    #main-slider .caption-subtitle {}
    #main-slider .caption-text .btn {
        display: block;
        margin-top: 10px;
    }
    .event-description {}
}

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

.countdown-wrapper {
    margin-top: 30px;
}
.defaultCountdown {
    background-color: transparent;
    border-color: transparent;
}
.countdown-amount {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 65px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.countdown-period {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    clear: both;
    text-transform: uppercase;
    margin: 0 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .countdown-amount {font-size: 33px;}
    .countdown-period {font-size: 13px;}
}

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

.form-background {
    background-color: #0d1d31;
    border-radius: 10px;
    padding: 10px;
}
.form-background .form-control {
    margin-bottom: 10px;
}
.form-header {
    background-color: #dc143c;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;
}
.form-header .section-title {
    margin-bottom: 20px;
}
.text-holder {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.text-holder:before,
.text-holder:after {
    content: ''; display: block;
    position: absolute;
    top: 0; left: 0;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.text-holder:after {
    top: auto; bottom: 0;
}

.btn-play {
    display: inline-block !important;
    padding: 0 !important;
    border: solid 1px #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    width: 170px !important;
    height: 170px !important;
    border-radius: 50% !important;
    text-align: center;
}
.btn-play .fa {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    font-size: 65px;
    line-height: 150px;
    margin-top: 12px;
    background-color: #ffffff;
    color: #dc143c;
}
.btn-play:hover {border-color: #dc143c;}
.btn-play:hover .fa {background-color: #dc143c;}
.btn-play:hover .fa {color: #ffffff;}

@media (max-height: 615px) {
    #main-slider .form-background {}
    #main-slider .bootstrap-select > .selectpicker,
    #main-slider .form-control {
        border-radius: 10px;
        font-size: 13px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    #main-slider .form-background {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .btn-play {
        width: 90px !important;
        height: 90px !important;
    }
    .btn-play .fa {
        width: 80px;
        height: 80px;
        font-size: 50px;
        line-height: 80px;
        padding-left: 10px;
        margin-top: 4px;
    }
}

.slide3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;    
}

/* 3.2 - Event description
/* ========================================================================== */

.event-description {
    position: absolute;
    width: 100%;
    left: 0; bottom: 0;
    z-index: 11;
}

.event-background {
    border-radius: 30px 30px 0 0;
    background-color: #0d1d31;
    margin: 0 15px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .event-description {
        display: block;
        position: relative;
        margin-top: 50px;
    }
    .event-background {
        border-radius: 5px 5px 0px 0px;
        padding-bottom: 15px;
    }
}

.event-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}
.event-description .row > div {}
.event-description .row > div + div {}
.event-description .media-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #ff0033;
    margin: 15px 0 0 0;
}
.event-description .media-body span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.event-description .fa {
    margin-top: 15px;
}

.boxed .event-description > .container {
    padding-left: 0;
    padding-right: 0;
}
.boxed .event-background {
    border-radius: 0;
}

/* 3.3 - Image carousel / Owl carousel
/* ========================================================================== */

.img-carousel {}
.img-carousel .owl-controls {margin: 0 auto;}
.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    padding: 5px !important;
    top: 50%;
    left: 10px;
    font-size: 20px;
    text-align: center;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}
.img-carousel .owl-prev .fa,
.img-carousel .owl-next .fa {
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
.img-carousel .owl-controls .owl-page span,
.img-carousel .owl-controls .owl-buttons div {background-color: #dc143c;}

/* 3.4 - Partners carousel / Owl carousel
/* ========================================================================== */

.partners-carousel .owl-carousel div a {display: block; text-align: center; background-color: #f3f4f5; border-radius: 10px; padding: 10px;}
.partners-carousel .owl-carousel div a img {display: inline-block; max-width: 100%; }
.partners-carousel .owl-carousel .owl-item img {width: auto;}
.partners-carousel .owl-theme .owl-controls {}
.partners-carousel .owl-theme .owl-controls .owl-nav {position: absolute; right: 0; top: -93px;}
@media (max-width: 767px) {
    .partners-carousel .owl-theme .owl-controls .owl-nav {position: inherit !important; margin-top: 30px;}
}
.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.partners-carousel .owl-prev,
.partners-carousel .owl-next {
    border: solid 1px #435469;
    border-radius: 10px !important;
    color: #435469;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}
.partners-carousel .owl-next {margin-left: 10px !important;}
.partners-carousel .owl-prev .fa,
.partners-carousel .owl-next .fa {
    color: #435469;
    font-size: 33px !important;
    line-height: 50px;
}
.partners-carousel .owl-prev:hover ,
.partners-carousel .owl-next:hover  {
    border-color: #dc143c;
    color: #dc143c;
}
.partners-carousel .owl-prev:hover .fa,
.partners-carousel .owl-next:hover  .fa {
    color: #dc143c;
}

/* 3.5 - Breadcrumbs
/* ========================================================================== */

.page-section.breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f9f9f9;
}
.breadcrumbs .breadcrumb {
    position: relative;
}
.breadcrumbs .breadcrumb:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px; width: 35px;
    left: 0; bottom: 0;
    background-color: #e1e1e1;
}
.breadcrumbs .breadcrumb {
    padding: 10px 0 3px 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
}

.breadcrumbs .breadcrumb li {
    margin-bottom: 10px;
}

/* 3.6 - Schedule
/* ========================================================================== */

.schedule-wrapper {
    /*margin-top: 30px;*/
    border: solid 1px #435469;
    border-top: none;
    border-bottom-width: 10px;
    border-radius: 30px 30px 10px 10px;
    overflow: hidden;
}
.schedule-tabs.lv1 {
    background-color: #435469;
    color: #ffffff;
}
.schedule-tabs.lv2 {
    border: solid 1px #8598b0;
    border-top: none;
    background-color: #ffffff;
}
.tab-content.lv1 {}
.tab-content.lv2 {}
.tab-content.lv2 .tab-pane {padding: 30px 70px;}
@media (max-width: 1024px) {
    .tab-content.lv2 .tab-pane {padding: 30px 50px;}
}
@media (max-width: 992px) {
    .tab-content.lv2 .tab-pane {padding: 30px 30px;}
}
@media (max-width: 767px) {
    .tab-content.lv2 .tab-pane {padding: 15px 15px;}
}
.schedule-wrapper .nav > li > a {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 300;
}
.schedule-wrapper .nav > li > a:hover,
.schedule-wrapper .nav > li > a:focus {
    background-color: transparent;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li > a {
    min-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li.active:before {
    content: '';
    position: absolute; z-index: 1;
    top: 100%; right: 50%;
    width: 0; height: 0;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #435469;
}
.schedule-wrapper .schedule-tabs.lv2 .nav > li > a {
    color: #293239;
}
.schedule-wrapper .schedule-tabs.lv1 .nav > li.active > a {}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active > a {
    color: #dc143c;
}
.schedule-wrapper .schedule-tabs.lv2 .nav > li.active:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -1px; left: 0;
    background-color: #dc143c;
}

/* 3.7 - FAQ
/* ========================================================================== */

.row.faq {}
.row.faq .tab-content {
    font-size: 14px;
    line-height: 24px;
    border: solid 1px #435469;
    border-radius: 2px;
    background-color: #fdfdfd;
    padding: 30px 30px 10px 30px;
    position: relative;
}
@media (max-width: 767px) {
    .row.faq .tab-content {
        margin-top: 20px;
        border-radius: 0 0 10px 10px;
    }
}
@media (min-width: 768px) {
    .row.faq .nav li.active:before { content: ''; position: absolute; top: 15px; right: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    .row.faq .nav li.active:after { content: ''; position: absolute; top: 15px; right: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #fdfdfd; border-bottom: 10px solid transparent; z-index: 2;}
}
@media (max-width: 767px) {
    .row.faq > .pull-left,
    .row.faq > .pull-right {float: none !important;}
}

.row.faq .tab-content .fa {
    font-size: 18px;
}
.row.faq .nav {}
.row.faq .nav li + li {
    margin-top: 20px;
}
.row.faq .nav li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    border-radius: 10px;
    border: solid 1px #435469;
    background-color: #fdfdfd;
    color: #374146;
}
.row.faq .nav li.active a,
.row.faq .nav li a:hover {
    background-color: #dc143c;
    border-color: #dc143c;
    color: #ffffff;
}
.row.faq .nav li a .fa {
    width: 20px;
    text-align: center;
    margin-right: 15px;
    margin-top: 3px;
    float: left;
}
.row.faq .nav li a .faq-inner {
    display: block;
    overflow: hidden;
}

/* 3.8 - Blog / Post
/* ========================================================================== */

.content .post-wrap {position: relative;}
.content .post-wrap + .post-wrap {
    margin-top: 50px;
    position: relative;
}
.row.post-row {}
.row.post-row .post-wrap {margin-top: 30px;}
.post {}
.post-header {margin-bottom: 20px; position: relative;}
.post-title {color: #0d1d31; font-weight: 700; margin-top: 0; margin-bottom: 25px; }
.post-title a {color: #0d1d31; line-height: 1;}
.post-title a:hover {color: #dc143c;}
.post-header .post-meta {color: #dc143c; line-height: 1; font-size: 14px;}
.post-header .post-meta a,
.post-header .post-meta .fa {color: #435469;}
.post-header .post-meta a:hover {color: #dc143c;}
.post-header .social-line {margin-top: -2px;}
.post-header .social-line li {padding-top: 2px; padding-right: 2px;}
.post-header .social-line a {height: 20px; width: 20px; line-height: 20px; font-size: 14px;}
.post-header .post-meta-author {display: block; margin-bottom: 20px;}

.post-footer {margin-bottom: 10px;}
.post-readmore {display: block; text-align: right;}
.post-readmore .btn {
    font-size: 14px;
    padding: 12px 15px;
    border-color: #435469;
    color: #435469;
}
.post-readmore .btn:hover,
.post-readmore .btn:focus {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}

.post-excerpt {font-size: 14px;}

.post-meta-author,
.post-meta-category,
.post-meta-comment {}
.post-meta-author a {color: #464c4e; font-size: 14px;}
.post-meta-author a:hover {color: #000000;}
.post-media {
    margin-bottom: 20px;    
    overflow: hidden;
    border-radius: 10px;
}
.post-media img {max-width: 100%; width: 100%;}
.post-type {
    position: absolute;
    top: 10px; right: 25px;
    width: 40px; height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
}
.post-type .fa {}
.content .post-type {right: 12px;}
.post-content {text-align: justify;}
footer.post-meta {margin-top: 40px;}
footer.post-meta .post-tags {display: block;}
footer.post-meta .post-categories {display: block;}
.post + .post {
    border-top: solid 1px #efefef;
    margin-top: 50px;
    padding-top: 50px;
}

.about-the-author {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}

.about-the-author .media-heading {
    color: #dc143c;
}

.timeline .post-header {margin-bottom: 15px;}
.timeline .media-body {padding: 25px; background-color: #ffffff; border-radius: 10px;}
.timeline .post-media {
    border: solid 8px #afb4ba;
    border-radius: 50%;
}
.timeline .post-media.pull-left {margin-right: 60px;}
@media (max-width: 1024px) {
    .timeline .post-media.pull-left {margin-right: 30px;}
}
@media (max-width: 767px) {
    .timeline .post-media {
        float: none !important;
        width: 110px !important;
        margin-left: auto !important;
        margin-right: auto !important ;
    }
}
.timeline .post-wrap + .post-wrap {margin-top: 30px;}
.timeline .post-title {
    font-size: 30px;
    font-weight: 700;
    color: #dc143c;
    border-bottom: solid 1px #d2d2dc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.timeline .post-title a {color: #dc143c;}
.timeline .post-title a:hover {color: #000000;}
.timeline .post-meta {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 24px;
    font-weight: 300;
    color: #293239;
    margin-bottom: 10px;
}
.timeline .post-meta a .fa {color: #dc143c;}
.timeline .post-meta a:hover .fa {color: #293239;}
.timeline .post-meta .fa-stack {line-height: 32px; height: 32px; width: 32px;}
.timeline .post-meta .fa-stack-2x {line-height: 32px; font-size: 32px;}
.timeline .post-meta .fa-stack-1x {line-height: 32px; font-size: 16px;}
.timeline .post-excerpt {
    line-height: 24px;
}
.timeline .post-readmore {
    color: #293239;
    text-align: left;
}
.timeline .post-readmore a {color: #293239;}
.timeline .post-readmore a:hover {color: #dc143c;}
.timeline .post-readmore .fa {
    /*width: 18px;*/
    /*text-align: center;*/
}

/* 3.9 - Comments
/* ========================================================================== */

.comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #f5f5f5;
}
.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment {}
.comment-avatar {}
@media (max-width: 479px) {
    .comment-avatar img {width: 24px; height: auto;}
}
.comment-meta {margin-bottom: 5px;}
.comment-author {}
.comment-date {font-size: 11px; line-height: 11px; color: #b0afaf;}
.comment-text {margin-bottom: 20px;}
.comment-reply {font-size: 11px; line-height: 11px; margin-bottom: 20px; border-bottom: solid 1px #efefef; padding-bottom: 20px;}
.comments-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #efefef;
}
.comments-form .block-title {
    color: #dc143c !important;
}
.comments-form > .block-title {
    margin-top: 0;
    margin-bottom: 30px;
}

/* 3.10 - Pagination / Pager
/* ========================================================================== */

.pagination-wrapper {
    border-top: solid 1px #f5f5f5;
    margin-top: 50px;
    padding-top: 50px;
}
.pagination {
    margin: 0;
}
.pagination > li > a {
    background-color: #f5f5f5;
    color: #253239;
    border-radius: 17px;
    margin: 0 10px 0 0;
    padding: 4px 13px 5px 13px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 20px;
    /*background-color: transparent;*/
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 20px;
    /*background-color: transparent;*/
}
.pagination > li > a,
.pagination > li > span {
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #dc143c;
    color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #dc143c;
    border-color: #dc143c;
}
.pager {margin: 0;}
.pager li > a, .pager li > span {
    border-radius: 0;
}

.sidebar .form-control {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 10px 12px;
}

/* Categories
/* ========================================================================== */

.widget.categories ul {}
.widget.categories li {
    line-height: 30px;
}
.widget.categories li + li {
    margin-top: 10px;
}
.widget.categories li a {
    display: block;
    padding: 6px 12px;
    background-color: #f5f5f5;
    color: #435469;
    border-radius: 8px;
}
.widget.categories li.active a,
.widget.categories li a:hover {
    background-color: #dc143c;
    color: #ffffff;
}
.widget.categories li a small {
    float: right;
}

/* flickr feed
/* ========================================================================== */

.widget.flickr-feed ul {
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: -10px;
}
.widget.flickr-feed li {
    float: left;
    margin: 0 0 10px 10px;
}
.widget.flickr-feed li a {
    display: block;
    border: solid 1px transparent;
    border-radius: 8px;
    overflow: hidden;
}
.widget.flickr-feed li a:hover {
    border-color: #dc143c;
}

.widget.flickr-feed li a img {
    width: 78px;
    height: auto;
}
@media (max-width: 1199px) {
    .widget.flickr-feed li a img {
        width: 62px;
    }
}
@media (max-width: 991px) {
    .widget.flickr-feed li a img {
        width: 64px;
    }
}
@media (max-width: 767px) {
    .widget.flickr-feed li a img {
        width: 70px;
    }
}

/* Tag-cloud
/* ========================================================================== */

.tagcloud {
    overflow: hidden;
}

.tagcloud a {
    float: left;
    margin: 0 10px 10px 0;
}

.tagcloud a {
    display: block;
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 8px;
    border: solid 1px #435469;
    color: #435469;
    font-size: 14px!important;
}

.tagcloud a:hover {
    color: #ffffff;
    background-color: #dc143c;
    border-color: #dc143c;
}


/* 3.11 - Project / Portfolio
/* ========================================================================== */

.project-single {}
.project-media {}
.project-overview {}
.project-details {}
.project-details .dl-horizontal dt {
    text-align: left;
}
.project-details .dl-horizontal dt {
    color: #3c4547;
    width: 90px;
}
.project-details .dl-horizontal dd {
    position: relative;
    margin-left: 110px;
}
@media (max-width: 767px) {
    .project-details .dl-horizontal dt {
        float: left;
    }
}

/* 3.12 - Thumbnails / Features
/* ========================================================================== */

.thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 1px #dc143c;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}
.thumbnail.no-padding {
    padding: 0;
}

.row.thumbnails {margin-top: 0px;}
.row.thumbnails .thumbnail {margin-top: 30px;}

.row.thumbnails.no-padding {margin-top: 0; margin-left: 0; margin-right: 0;}
.row.thumbnails.no-padding [class*='col-'] {padding: 0;}
.row.thumbnails.no-padding .thumbnail {margin-top: 0;}

/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */

.thumbnail .media {
    overflow: hidden;
    position: relative;
}
.thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*background: url('../img/overlay-media.png') repeat 50% 50%;*/
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
    opacity: 0.1;
}
.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}
.thumbnail.hover .media img,
.thumbnail:hover .media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Thumbnail caption
 * -------------------------------------------------------------------------- */

.thumbnail {
    border-radius: 10px;
    overflow: hidden;
}
.thumbnail .caption {
    padding: 20px 0 0 0;
    overflow: hidden;
    font-size: 14px;
}
.thumbnail .caption + .caption {padding-top: 10px;}
.thumbnail .caption.no-padding-top {padding-top: 0;}
.thumbnail .caption.no-padding-bottom {padding-bottom: 0;}

.thumbnail .caption.before-media {}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*dc143c*/
    background-color: rgba(220, 20, 60, 0.60);
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
    opacity: 1;
}
.caption-wrapper {width: 100%;}
.caption-inner {}

/* Caption elements
 * -------------------------------------------------------------------------- */

.caption-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    color: #0d1d31;
}
.hovered .caption-title {color: #ffffff;}
.caption-buttons {margin-bottom: 0;}
.caption-buttons .btn {
    /*background-color: #dc143c;*/
    color: #ffffff;
    font-size: 30px;
}
.caption-buttons .btn:hover {
    /*background-color: #000000;*/
}
.caption-category {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 14px;
    color: #dc143c;
}
.caption-link {}
.caption-zoom {}
.caption-zoom.theone {}
.caption-social {}
.caption-redmore {
    font-size: 12px;
    color: #c4334b;
    text-decoration: underline;
}
.caption-redmore:hover {
    color: #000000;
}

/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */

/* Thumbnail transition
 * -------------------------------------------------------------------------- */

.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 3.13 - Media / Testimonials
/* ========================================================================== */

.testimonial .media-body {padding-right: 15px;}
.testimonial .media-heading {font-weight: 700; color: #0d1d31; font-size: 16px; margin-bottom: 0;}
.testimonial .media-heading small {}
.testimonials.owl-carousel .owl-item img {width: auto;}
.testimonials.owl-theme .owl-dots .owl-dot span {
    height: 15px; width: 15px;
}
.color .testimonials.owl-theme .owl-dots .owl-dot span {
    background-color: #dc143c;
    border: solid 2px #ffffff;
}
.color .testimonials.owl-theme .owl-dots .owl-dot.active span,
.color .testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}
@media (min-width: 1024px) {
    .testimonials .owl-dots {
        position: absolute;
        top: -65px;
        right: 0;
    }
}

/* HEXAGONS */

.hex {
    position: relative;
    /*height: ;*/ /*width: 170px;*/
    width: 165px;
    margin: 0 auto;
}
.hex .hex-inner {
    margin: 0 auto;
    height: 190px; width: 170px;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.hex-deg {
    overflow: hidden;
    width: 100%; height: 100%;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.hex-deg .hex-deg {
    width: 100%; height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hex-deg .hex-deg .hex-deg {}

.hex.testimonial-avatar {width: 100px;}
.hex.testimonial-avatar .hex-inner {height: 115px; width: 100px;}
.hex.speaker-avatar {}
.hex.speaker-avatar .hex-inner {}

/* 4 - Footer
/* ========================================================================== */

.footer-widgets {}
.wide .footer-meta,
.boxed .footer-meta > .container {
    padding: 40px 0 40px 0;
    background-color: #f5f5f5;
    color: #414650;
    font-size: 18px;
}

/* 5 - Widgets / Shortcodes
/* ========================================================================== */

.sidebar .widget {}
.sidebar .widget > *:last-child {
    margin-bottom: 0;
}
.widget-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
}
.sidebar .widget-title {
    color: #dc143c;
}
.sidebar .widget-title .fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer .widget-title {color: #ffffff;}
.widget-title small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: none;
}
.sidebar .widget-title small {color: #999999;}
.footer .widget-title small {color: #818181;}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background-color: #dc143c;
}
.sidebar .widget-title:before {
    display: none;
}

/* 5.1 - prettyPhoto
/* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,
div.dark_square .pp_right,div.dark_square .pp_content {
    background:transparent;
}
div.pp_overlay {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    opacity: 0.8 !important;
}

/* 5.2 - Contact form / af-form
/* ========================================================================== */
#af-form {
margin-right:20px;
}
#af-form .form-control {
    height: 38px;
    background-color: #ffffff;
    color: #666;
    border: 1px solid #ccc;
    font-size:14px;
    font-weight:normal;
    padding-left:10px;
padding-right:10px;
border-radius:0px;
font:300 15px/18px arial;
}
#af-form .form-control:focus {
    border-color: #7ba813;
}
#af-form .form_control_submit{
color: #012d0b;
    background: linear-gradient(to bottom, #eff2e0, #e0e7bc);
    cursor: pointer;
    border: 1px solid #246a34;
    width: 122px;
    height: 29px;
    border-radius: 4px 4px 4px 4px !important;
    font-weight: 700;
    font-family: calibri;
    line-height: normal !important;
    font-size: 14px;
}
#af-form .form_control_submit:focus,
#af-form .form_control_submit:hover{
    background: linear-gradient(to bottom, #e0e7bc, #eff2e0);
}
#af-form .form-control,
#af-form .form-control:focus,
#af-form .form-control:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
#af-form .form-control:focus,
#af-form .form-control:hover {
 border-color: #7ba813;
}
#af-form textarea.form-control {
    height: 180px;
}
#af-form .alert {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 15px;
    border-color: #dc143c;
    background-color: #dc143c;
    color: #ffffff;
}
#af-form .tooltip {
    left: 15px !important;
}
#af-form .tooltip-inner {
    border-radius: 0;
    padding: 10px 20px;
    background-color: #000000;
}
#af-form .tooltip-arrow {
    border-top-color: #000000;
}
.form-button-reset {
    margin-left: 15px;
    color: #253239;
    background-color: #f5f5f5;
    border-color: #e8e8e8;
}
.form-button-reset:focus,
.form-button-reset:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
#af-form > div:last-child .form-group:last-child {
    margin-bottom: 0;
}
.color #af-form .form-control {
    border-color: #ffffff;
    background-color: transparent;
    background-color: rgba(2, 2, 2, .2);
}
.color #af-form .form-control:focus {
    background-color: rgba(2, 2, 2, .5);
}

.color #af-form .form-control::-webkit-input-placeholder {
    color: #ffffff ;
}
.color #af-form .form-control:-moz-placeholder {
    color: #ffffff;
}
.color #af-form .form-control::-moz-placeholder {
    color: #ffffff;
}
.color #af-form .form-control:-ms-input-placeholder {
    color: #ffffff;
}


/* 5.3 - Social line
/* ========================================================================= */

.social-line {
    margin: -15px 0 0 0;
    line-height: 33px;
}
.social-line li {
    padding: 0px 5px 0px 0;
}
.social-line a {
    display: block;
    width: 30px;
    height: 15px;
    line-height: 15px;
    background-color: #c3c3c3;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.social-line a:before {
    content: '';
    position: absolute;
    top: -10px; left: 0;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #c3c3c3;
}
.social-line a:after {
    content: '';
    position: absolute;
    bottom: -10px; left: 0;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #c3c3c3;
}
/*
.social-line a.twitter {background-color: #2daae1;}
.social-line a.twitter:before {border-bottom-color: #2daae1;}
.social-line a.twitter:after {border-top-color: #2daae1;}
.social-line a.facebook {background-color: #3c5b9b;}
.social-line a.facebook:before {border-bottom-color: #3c5b9b;}
.social-line a.facebook:after {border-top-color: #3c5b9b;}
.social-line a.google,
.social-line a[title*='Google+'] {background-color: #f63f29;}
.social-line a.google:before {border-bottom-color: #f63f29;}
.social-line a.google:after {border-top-color: #f63f29;}
.social-line a.flickr {background-color: #216BD4;}
.social-line a.flickr:before {border-bottom-color: #216BD4;}
.social-line a.flickr:after {border-top-color: #216BD4;}
.social-line a.dribbble {background-color: #F46899;}
.social-line a.dribbble:before {border-bottom-color: #F46899;}
.social-line a.dribbble:after {border-top-color: #F46899;}
.social-line a.linkedin {background-color: #0085AE;}
.social-line a.linkedin:before {border-bottom-color: #0085AE;}
.social-line a.linkedin:after {border-top-color: #0085AE;}
.social-line a.forrst {background-color: #729A68;}
.social-line a.forrst:before {border-bottom-color: #729A68;}
.social-line a.forrst:after {border-top-color: #729A68;}
.social-line a.tumblr {background-color: #2C4762;}
.social-line a.tumblr:before {border-bottom-color: #2C4762;}
.social-line a.tumblr:after {border-top-color: #2C4762;}
.social-line a.instagram {background-color: #517fa4;}
.social-line a.instagram:before {border-bottom-color: #517fa4;}
.social-line a.instagram:after {border-top-color: #517fa4;}
.social-line a.pinterest {background-color: #cb2027;}
.social-line a.pinterest:before {border-bottom-color: #cb2027;}
.social-line a.pinterest:after {border-top-color: #cb2027;}
.social-line a.skype {background-color: #00aaf1;}
.social-line a.skype:before {border-bottom-color: #00aaf1;}
.social-line a.skype:after {border-top-color: #00aaf1;}
.social-line a.vimeo {background-color: #5BC8FF;}
.social-line a.vimeo:before {border-bottom-color: #5BC8FF;}
.social-line a.vimeo:after {border-top-color: #5BC8FF;}
.social-line a:hover {background-color: #dc143c;}
.social-line a:hover:before {border-bottom-color: #dc143c;}
.social-line a:hover:after {border-top-color: #dc143c;}
.social-line a,
.social-line a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
*/
.footer .social-line {
    margin: 0 0 20px 0;
    line-height: 70px;
}
.footer .social-line li {
    padding: 20px 5px 15px 0;
}
.footer .social-line a {
    width: 60px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
}
.footer .social-line a:before {
    top: -15px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 15px;
}
.footer .social-line a:after {
    bottom: -15px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-width: 15px;
}

/* 5.4 - Price table
/* ========================================================================== */

.row.price-tables {
    margin-top: -30px;
    overflow: hidden;
}
.row.price-tables > div {}
.price-table {
    text-align: center;
    margin: 0px auto 30px auto;
    border: solid 1px #0d1d31;
    border-radius: 10px;
    padding: 8px;
}
@media (max-width: 767px) {
    .price-table {
        max-width: 480px;
    }
}
.price-table-header {}
.price-label {
    font-size: 24px;
    padding: 25px 15px;
    background-color: #f5f5f5;
    color: #475056;
    border-radius: 10px;
}
.price-label-title {
    margin: 0;
    color: #475056;
    font-weight: 700;
    text-transform: uppercase;
}
.price-value {
    font-size: 90px;
    font-weight: 200;
    padding: 20px 15px;
    color: #dc143c;
}
.price-number {}
.price-unit {font-size: 60px;}
.price-per {}
.price-description {}
.price-table-row {
    color: #6d7a83;
    font-size: 18px;
    padding: 25px 15px;
    border-top: solid 1px #c5c7c9;
}
.price-table-row i{
    padding-right: 5px;
}
.price-table-row + .price-table-row {}
.price-table-row.even {}
.price-table-row.odd {}
.price-table-row-bottom {
    border-top: solid 1px #c5c7c9;
    padding: 25px 15px;
}
.price-table-rows {}
.price-table.featured {
    border-color: #dc143c;
}
.price-table.featured .price-table-row-bottom {}
.price-table.featured .price-number {font-weight: 700;}
.price-table.featured .price-value {}
.price-table.featured .btn-theme {}
.price-table.featured .btn-theme:hover {}
.price-table.featured {
    overflow: hidden;
    position: relative;
}
.price-table.featured:before {
    content: 'Best';
    position: absolute;
    top: 15px; right: -65px;
    display: block;
    width: 200px;
    padding: 10px;
    text-transform: uppercase;
    background-color: #dc143c;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg);
}

.pricing_woo .add_to_cart_inline{
    border: none!important;
}
.pricing_woo .amount{
    display: none;
}
.pricing_woo .woocommerce a.button{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}
.pricing_woo .woocommerce a.added_to_cart{
    color: #252525;
}

/* 5.5 - Google map
/* ========================================================================== */

.google-map,
#map-canvas{
    min-height: 390px;
    max-height: 390px;
}
@media (max-height: 600px) {
    .google-map,
    #map-canvas {
        min-height: 390px;
        max-height: 390px;
    }
}
@media (max-height: 400px) {
    .google-map,
    #map-canvas {
        min-height: 200px;
        max-height: 200px;
    }
}
.container.gmap-background {
    margin-top: 0;
    margin-bottom: 0;
}
.container.gmap-background .on-gmap {
    position: relative; z-index: 1;
    min-height: 200px;
    width: 350px;
}
@media (max-width: 767px) {
    .container.gmap-background .on-gmap {
        width: 290px;
    }
}
.container.gmap-background .google-map,
.container.gmap-background #map-canvas {
    max-height: 100%;
    min-height: 100%;
}
.container.gmap-background .google-map {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
}
.container.gmap-background #map-canvas {
    width: 100%; height: 100%;
}

.container.gmap-background .on-gmap {
    border-radius: 10px;
    padding: 55px 25px 45px 25px;
    line-height: 30px;
}
.container.gmap-background .on-gmap.color {
    background-color: #dc143c;
    color: #fefefe;
}

/* 5.6 - Parallax
/* ========================================================================== */

.parallax {
    position: relative;
    z-index: 1;
}
.parallax h1, .parallax h2, .parallax h3,
.parallax h4, .parallax h5, .parallax h6 {
    color: #ffffff;
}
.parallax .block-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .parallax .block-title {font-size: 70px;}
}
.parallax .block-text {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.5;
}

.parallax .block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}
.parallax-bg {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    /*background-attachment: fixed !important;*/
    /*background-attachment: scroll !important;*/
    background-repeat: repeat;
    z-index: 2;
}
@media (max-width: 991px) {
    .parallax-bg {background-size: cover !important; background-position: 50% 0 !important;}
}
.parallax-overlay {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url("assets/img/overlay.png");
    z-index: 3;
}
.parallax-inner {
    position: relative;
    color: #ffffff;
    z-index: 4;
    min-height: 200px;
}

/* 5.7 - Error page
/* ========================================================================== */

.page-section.error-section {
    padding-top: 170px;
}
.error-number {
    display: block;
    font-size: 250px;
    font-weight: bold;
    line-height: 250px;
    text-align: center;
    color: #0d1d31;
}
@media (max-width: 480px) {
    .error-number {
        font-size: 150px;
        line-height: 200px;
    }
}

/* 5.8 - Back to top button
/* ========================================================================== */

.to-top {
    
   
   
  border: 0px;
    background-repeat: no-repeat;
    background-image: url(assets/img/to-top.png);
    background-color: transparent !important;
    z-index: 9999;
    width: 43px;
    height: 44px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    right: 50px;
    margin-left: -20px;
    cursor: pointer;
padding-right: 5px;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: none !important;
}
.to-top:hover {
    background-color: #dc143c;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
 * 5.9 - Coming soon / Error page
 * -------------------------------------------------------------------------- */

.coming-soon .page-section > .container {
    width: 100%;
}
.coming-soon #main-slider {
    display: block;
}
.coming-soon .form-background {
    max-width: 400px;
    margin: 0 auto;
}

.error-page .page-section > .container {
    width: 100%;
}

.error-page .header {
    border-bottom: solid 1px #ffffff;
}
.error-page .header > .container {
    background-color: transparent !important;
}
.error-page .logo a,
.error-page .logo a:hover {color: #ffffff;}
.error-page .logo a .logo-hex,
.error-page .logo a:hover .logo-hex {background-color: #ffffff;}
.error-page .logo a .logo-fa,
.error-page .logo a:hover .logo-fa {color: #dc143c;}

/* --------------------------------------------------------------------------
 * 6 - Helper Classes
 * -------------------------------------------------------------------------- */

.btn-preview-light,
.btn-preview-light:hover {
    width: 170px;
    border-width: 5px;
    border-color: #f5f5f5;
    background-color: #dc143c;
    margin-right: 9px;
}
.btn-preview-dark,
.btn-preview-dark:hover {
    width: 170px;
    border-width: 5px;
    border-color: #f5f5f5;
    background-color: #0d1d31;
}
@media (max-width: 400px) {
    .btn-preview-light {margin-right: 0 !important;}
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-xsp-4, .col-xsp-6, .col-xsp-8 {float: left;}
    .col-xsp-4 {width: 33.33333333%;}
    .col-xsp-6 {width: 50%;}
    .col-xsp-8 {width: 66.66666667%;}
    .col-xsp-offset-3 {margin-left: 25%;}
}
@media (min-width: 992px) {
    .text-left-md {text-align: left;}
    .text-right-md {text-align: right;}
    .text-center-md {text-align: center;}
}

.text-uppercase {text-transform: uppercase;}

.margin-top {margin-top: 50px;}
.margin-bottom {margin-bottom: 50px;}

.clear {clear: both;}
.vhidden {visibility: hidden;}
.visible {visibility: visible;}
.overflowed {
    overflow: hidden;
    position: relative;
}

.vertical-align {
    position: relative; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*[data-animation],*/
.animated {
    visibility: hidden;
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    /*-webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}
.animated .fa {visibility: hidden;}
.animated .animated .fa {visibility: hidden;}
@media (max-width: 991px) {
    .animated,
    .animated .animated,
    .animated .fa,
    .animated .animated .fa {
        /* Disable animation on small devices */
        visibility: visible;
        -webkit-animation-name: animation-off;
        animation-name: animation-off;
    }

}

.vhidden {visibility: hidden;}
.visible {visibility: visible;}
.visible .fa {visibility: visible;}
.visible .visible .fa {visibility: visible;}

.div-table,
.div-cell {
    height: 100% !important;
    display: table !important;
}
.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}
.row.div-table {margin: 0;}
@media (max-width: 767px) {
    .row.div-table .div-cell {display: block !important;}
}
.div-cell.dark {}
.div-cell.light {}
.div-cell.color {}
.div-cell.va-top {vertical-align: top !important;}
.div-cell.padding-top {padding-top: 15px;}
.div-cell.padding-bottom {padding-top: 15px;}
.inline-block {
    display: inline-block !important;
}

/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
    outline: 0 !important;
}

/* Remove webkit outline glow
 * -------------------------------------------------------------------------- */

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

/* Dark version css
 * -------------------------------------------------------------------------- */

body.body-dark {
    /*background: #0c1629;*/
    color: #eff6ff;
}

.body-dark #preloader {
    background: #0d1d31;
}

.body-dark .spinner:after {
    border: .90em solid rgb(13, 29, 49);
}

.body-dark.wide .page-section,
.body-dark.boxed .page-section > .container {
    background: #0d1d31;
    color: #eff6ff;
}

.body-dark.wide .page-section.light,
.body-dark.boxed .page-section.light > .container {
    background-color: #122135;
    color: #eff6ff;
}

.body-dark.wide .page-section.color,
.body-dark.boxed .page-section.color > .container {
    background-color: #122135;
    color: #eff6ff;
}

.body-dark h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

.body-dark .section-title {
    color: #ffffff;
}

.body-dark .section-title small {
    color: #435469;
}

.body-dark .section-title .fa-stack .fa {
    color: #ffffff;
}

.body-dark .color .section-title .fa-stack .fa {
    color: #ffffff;
}

.body-dark .section-title .rhex {
    background-color: #dc143c;
}

.body-dark .color .section-title .rhex {
    background-color: #dc143c;
}

.body-dark .color .btn-theme {
    color: #ffffff;
    background-color: #dc143c;
    border-color: #dc143c;
}

.body-dark .color .btn-theme:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.body-dark .form-control {
    border-color: #435469;
    background-color: #1c2b3d;
    color: #eff6ff;
}

.body-dark .form-control:focus {
    border-color: #ea032d;
}

.body-dark .bootstrap-select > .selectpicker {
    border-color: #435469;
    background-color: #1c2b3d !important;
    color: #eff6ff !important;
}

.body-dark .bootstrap-select .dropdown-menu {
    background-color: #1c2b3d !important;

}

.body-dark .bootstrap-select .dropdown-menu > li > a {
    color: #eff6ff;
}

.body-dark .event-background {
    background-color: #dc143c;
}

.body-dark .event-description .media-heading {
    color: #0d1d31;
}

.body-dark .timeline .media-body {
    background-color: #1e2c3f;
}

.body-dark .timeline .post-media {
    border-color: #556172;
}

.body-dark .timeline .post-meta,
.body-dark .timeline .post-meta .fa {
    color: #ffffff !important;
}

.body-dark .timeline .post-readmore,
.body-dark .timeline .post-readmore .fa {
    color: #435469;
}

.body-dark .partners-carousel .owl-carousel div a {
    background-color: #16263a;
}

.body-dark .testimonials.owl-theme .owl-dots .owl-dot span {
    background-color: #122135 !important;
    border: solid 2px #435469 !important;
}

.body-dark .testimonials.owl-theme .owl-dots .owl-dot.active span,
.body-dark .testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #435469 !important;
}

.body-dark .testimonials .media-heading {
    color: #435468;
}

.body-dark .thumbnail .caption {
    color: #435469;
}

.body-dark .caption-title {
    color: #eff6ff;
}

.body-dark .price-table {
    border-color: #435469;
}

.body-dark .price-table-row {
    color: #eff6ff;
    border-top-color: #1f2c3c;
}

.body-dark .price-table-row-bottom {
    border-top-color: #1f2c3c;
}

@media (min-width: 768px) {
    .body-dark .row.faq .nav li.active:before { content: ''; position: absolute; top: 15px; right: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    .body-dark .row.faq .nav li.active:after { content: ''; position: absolute; top: 15px; right: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #102033; border-bottom: 10px solid transparent; z-index: 2;}
}

.body-dark .row.faq .tab-content {
    border-color: #435469;
    background-color: #102033;
    color: #ffffff;
}

.body-dark .row.faq .tab-content:before {
    border-right-color: #435469;
}

.body-dark .row.faq .tab-content:after {
    border-right-color: #102033;
}

.body-dark .row.faq .nav li a {
    border-color: #435469;
    background-color: #1c2b3d;
    color: #eff6ff;
}

.body-dark .post-title,
.body-dark .post-title a {
    color: #ffffff;
}

.body-dark .post-header .post-meta {
    color: #ff4e00;
}

.body-dark .post-type .fa {
    color: #878c92;
}

.body-dark .container.gmap-background .on-gmap.color {
    background-color: #0d1d31;
}

.body-dark.wide .footer-meta,
.body-dark.boxed .footer-meta > .container {
    background-color: #f3f6f5;
    color: #435469;
}

.body-dark .pagination-wrapper {
    border-top: solid 1px #435469;
}
.body-dark .pagination > li > a {
    background-color: #435469 ;
    color: #f5f5f5;
}
.body-dark .pagination > li > a:hover,
.body-dark .pagination > li > span:hover,
.body-dark .pagination > li > a:focus,
.body-dark .pagination > li > span:focus {
    background-color: #dc143c;
    color: #ffffff;
}
.body-dark .pagination > .active > a,
.body-dark .pagination > .active > span,
.body-dark .pagination > .active > a:hover,
.body-dark .pagination > .active > span:hover,
.body-dark .pagination > .active > a:focus,
.body-dark .pagination > .active > span:focus {
    background-color: #dc143c;
    border-color: #dc143c;
}

.body-dark .widget.categories li a {
    background-color: #435469;
    color: #f5f5f5;
}
.body-dark .widget.categories li.active a,
.body-dark .widget.categories li a:hover {
    background-color: #dc143c;
    color: #ffffff;
}
.body-dark .about-the-author {
    border-top: solid 1px #435469;
}
.body-dark .comments {
    border-top: solid 1px #435469;
}
.body-dark .comment-reply {
    border-bottom: solid 1px #435469;
}
.body-dark .comments-form {
    border-top: solid 1px #435469;
}

/* RTL
/* ========================================================================== */

/*body.rtl {direction: rtl;}
body.rtl #themeConfig {direction: ltr;}*/
body.rtl .pull-left {float: right !important;}
body.rtl .pull-right {float: left !important;}
body.rtl .media > .pull-left {margin-right: 0; margin-left: 10px;}
body.rtl .media > .pull-right {margin-left: 0; margin-right: 10px;}
body.rtl .logo {float: right;}
body.rtl .navigation {float: left;}
body.rtl .sf-menu {margin-right: 0; margin-left: -1em;}
body.rtl .sf-menu > li {float: right;}

/*body.rtl .owl-carousel {direction: ltr;}*/
/*body.rtl #main-slider .caption {direction: rtl;}*/
body.rtl #main-slider .caption-text .btn:first-child {margin-right: 0; margin-left: 30px;}
body.rtl .dropdown-menu {right: 0; left: auto; float: left; text-align: right;}
body.rtl .event-background {text-align: right;}

body.rtl .section-title .fa-stack {margin-right: 0; margin-left: 20px;}
/*body.rtl .section-title .title-inner {display: inline-block;}*/
/*body.rtl .section-title .title-inner small {float: left; margin-right: 10px;}*/
body.rtl p.btn-row .btn {margin-right: 0; margin-left: 10px;}
body.rtl .timeline .post-media.pull-left {margin-left: 60px;}
body.rtl .timeline .post-media.pull-right {margin-right: 60px;}
body.rtl .timeline .post-readmore {text-align: right;}

body.rtl .section-title .title-inner{text-align: right;}
body.rtl .color #af-form .form-control{text-align: right;}
body.rtl .tagcloud a{ float: right;}

body.rtl .partners-carousel .owl-theme .owl-controls .owl-nav {right: auto; left: 0;}
@media (min-width: 1024px) {body.rtl .testimonials .owl-dots {right: auto; left: 0;}}
body.rtl .testimonial .media-body {padding-right: 0; padding-left: 15px; }

body.rtl ul {padding-right: 0;}
body.rtl .social-line li {padding: 20px 0 15px 5px;}

body.rtl .price-table.featured:before {
    right: auto; left: -65px;
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
}

body.rtl .bootstrap-select.btn-group .btn .filter-option {text-align: right;}
body.rtl .bootstrap-select.btn-group .btn .caret {right: auto; left: 12px;}
body.rtl .row.faq .nav li a .fa {float: right; margin-right: 0; margin-left: 15px;}
@media (min-width: 768px) {
    body.rtl .row.faq .nav li.active:before {content: ''; position: absolute; top: 15px; right: auto; left: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    body.rtl .row.faq .nav li.active:after {content: ''; position: absolute; top: 15px; right: auto; left: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #fdfdfd; border-bottom: 10px solid transparent; z-index: 2;}
    body.rtl.body-dark .row.faq .nav li.active:before {content: ''; position: absolute; top: 15px; right: auto; left: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    body.rtl.body-dark .row.faq .nav li.active:after {content: ''; position: absolute; top: 15px; right: auto; left: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: none; border-left: 10px solid #102033; border-bottom: 10px solid transparent; z-index: 2;}
}
@media (max-width: 767px) {
    body.rtl .row.faq > .pull-left,
    body.rtl .row.faq > .pull-right {float: none !important;}
}
body.rtl .post-type {right: auto; left: 25px;}
body.rtl .post-readmore {text-align: right;}
body.rtl #af-form .tooltip,
body.rtl .registration-form .tooltip {left: auto !important; right: 15px !important;}

body.rtl .tag-cloud li {float: right; margin: 0 0 10px 10px;}
body.rtl .widget.flickr-feed ul {margin-left: 0; margin-right: -10px;}
body.rtl .widget.flickr-feed li {float: right; margin: 0 10px 10px 0;}

body.rtl .pagination > li > a,
body.rtl .pagination > li > span {float: right;}
body.rtl .pagination > li > a {margin: 0 0 0 10px;}

@media (max-width: 991px) {
    body.rtl .navigation.closed {right: auto; left: -250px;}
    body.rtl .navigation.opened {right: auto; left: 0;}
    body.rtl .navigation.closed .menu-toggle {right: auto; left: 15px;}
    body.rtl .navigation.opened .menu-toggle {right: auto; left: 15px;}
}


/* ********************************************************************************************* */

/** Fix For Themeforest with unit data  ******************************************************/
/* Custom by ovatheme */
.js-video embed, .js-video iframe, .js-video object, .js-video video, .content-blog iframe{
    width: 100%;
    border: none;
}

.content-blog{
    overflow: hidden;
}

/* fix blog detail page */
.wp-caption {
 margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 0;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
 max-width: 100%;
 height: auto;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
 margin-top: 7px;
 margin-bottom: 7px;
}

.wp-caption-text {
 -webkit-box-sizing: border-box;
 -moz-box-sizing:    border-box;
 box-sizing:         border-box;
 font-size: 12px;
 font-style: italic;
 line-height: 1.5;
 margin: 9px 0;
 padding-right: 10px;
}

.sticky{
 
}

.gallery-caption{
 width: 100%;
}

.bypostauthor{
 position: relative;
}

.alignright{
 margin: 7px 0 7px 24px;
 float: right;
 clear: right;
}

.alignleft{
 margin: 7px 24px 7px 0;
 float: left;
 clear: left;
}

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

.wp-caption{
 color:#000;
}
p:empty { display: none; }
/* /fix blog detail page */


/* Sidebar */
#sidebar #wp-calendar{
    width: 100%;
}
#sidebar #wp-calendar  tr th{
    background: #ccc;
    color: #444;
}
#sidebar #wp-calendar caption{
    background: #ccc;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px;
}

#sidebar #wp-calendar  tr th,
#sidebar #wp-calendar  tr td{
    border: 1px solid #ccc;
    text-align: center;
}
#sidebar #wp-calendar tfoot td{
    /*border: none;*/
}

#sidebar form#searchform{
    position: relative;
}
#sidebar select{
    width: 100%;
    height: 30PX;
    line-height: 30PX;
}
#sidebar img{
    width: auto;
}
#sidebar h3.widget-title img{
    width: auto;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.widget_search .screen-reader-text{
    display: none;
}

#sidebar .widget_search input.search-submit{
    border: none;
    padding: 3px 5px;
    display: none;
}
.widget_search label,
.widget_search label input.search-field{
    width: 100%;
}
.widget_search label input.search-field{
    height: 40px;
    padding: 6px 12px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #8a929a;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* /Sidebar */

/* Post sticky */
.sticky{ background: #f3f3f3; padding: 10px;}
/* /Post sticky */

/* Fix image over */
img{max-width: 100%;}
/* /Fix image over */

/* Fix table */
table { border-bottom: 1px solid #ededed; border-collapse: collapse;border-spacing: 0;font-size: 14px;line-height: 2;margin: 0 0 20px;width: 100%;}
thead {display: table-header-group;vertical-align: middle;border-color: inherit;}
tbody {display: table-row-group;vertical-align: middle;border-color: inherit;}
tr {display: table-row;vertical-align: inherit;border-color: inherit;}
th {font-weight: bold;text-transform: uppercase;}
td {border-top: 1px solid #ededed; padding: 6px 10px 6px 0;}
ol, ul { margin: 0; padding: 0 0 0 16px;}
ul {list-style-type: square;}
ul li { display: list-item; text-align: -webkit-match-parent;}
ol {display: block;list-style-type: decimal;-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 20px; margin-top: 0;}
address {font-style: italic;margin: 0 0 24px;}
cite, em, var, address, dfn {font-style: italic;}

/* /Fix table */

/** /Fix For Themeforest with unit data  ******************************************************/
/**********************************************************************************************/


.form-submit #submit {
    display: none;
}

.commentlists header.comment-author{
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.comment_item .comment-details{
    margin-bottom: 20px;
}

.speaker .caption-title a{
   text-decoration: none !important;
font-weight: normal;
font-size: 20px;
/*color: #173f35;
font-family: Book Antiqua;*/
text-transform: capitalize;
	    font-family: open sans,sans-serif!important;
    color: #4f4f4f !important;
}
.caption.before-media.speaker_logos p {
    margin-top: 0 !important;
}
.speaker .caption-title a:hover{
color:#01675f !important;
}
.row.thumbnails.speaker .thumbnail .caption a, .row.thumbnails.speaker .thumbnail .caption a:hover {
    color: #01675f;
}
.tooltip {
    top: -45px!important;
}

.list-paypal table tr, .list-paypal table tr td{
    border: 1px solid #ccc;
}

.register_tempalte_2 .margin-top{
    margin-top: 25px!important;
}

#main-slider.owl-carousel .owl-item {-webkit-backface-visibility: visible;}
span.wpcf7-not-valid-tip{
        color: #f00;
    font-size: 12px;
    font-family: arial;
    padding-top: 2px;
}

.event_loading img{
    margin: 20px auto;
    width: 16px!important;
}

#commentform input.btn-theme{
margin-bottom: 10px;}

.widget_categories ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.vc_col-has-fill>.vc_column-inner{
    padding-top: 0!important;
}
.wpb_content_element{
    margin-bottom: 0!important;
}

.navigation_id{
width: 100%;
    background-color: #232b38;
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 9000;
}
.navigation_id a{
    color: #a7b1ac !important;
    text-decoration: none !important;
    font-size: 13px !important;
        padding-top: 14px !important;
    font-family: arial;
    
}
.navigation_id a:hover{
color: #85bb23 !important;
}


.home_nav_icon{
    width: 28px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
  background-image: url("assets/img/icon-home.png");
    position: fixed;
    margin-top: 22px;
    margin-left: 10px;
}
h1, .h1, h1 a, .h1 a{
    color: #263748;
    font-size: 22px;
    font-family: Book Antiqua;
    text-transform: capitalize;
}
h4, .h4{
 color: #263748;
    font-size: 15px;
    font-family: Book Antiqua;
    text-transform: capitalize;
font-weight:bold;
}

p, ul, li{
    font-family: Arial;
    font-size: 14px;
    line-height: 1.42857143;
    color: #263748;
}
.vc_column_container>.vc_column-inner{
padding-left:0px !important;
padding-right:0px !important;
}
.stay{
color: #666666;
font-size: 28px;
    text-align: center;
    font-family: Book Antiqua;
}
.stay_sub{
font-family: arial;
    font-size: 14px;
    font-weight: bold;
color: #666666;
margin-top:10px;
}
.wide .footer-meta, .boxednew .footer-meta{
    background-color: #f3f6f5 !important;
    background: linear-gradient(to bottom, #f3f6f5,#fefefe);
    background-image: -webkit-linear-gradient(top, #f3f6f5 , #fefefe);

}
.wide .footer-meta, .boxed .footer-meta > .container{
padding:10px 0 40px 0;
}
.footer_menu_full{
width:100%;
text-align:center;
font-size:14px;
color:#000;
font-family:calibri;
    background: linear-gradient(to bottom, #f3f6f5,#e8e8e8);
    background-image: -webkit-linear-gradient(top, #f3f6f5 , #e8e8e8);
       padding: 10px;
    border-top: 1px solid #f0f0f0;

}
.wide .footer-meta, .boxed .footer-meta > .container{
padding-bottom:20px;
}
.footer-meta td, .footer-meta table{
border:0px !important;
}
.div1px{
height:10px;
}

.af-form p{
margin-bottom: 0px;
}
div.wpcf7-validation-errors {
    border: 1px solid #ff0000;
    font-size: 14px;
    color: #fff;
    background-color: #ff0000;
}
i.fa.fa-angle-up {
    color: #ffffff;
}
i.fa.fa-angle-up:hover {
    color: #e0e7bc;
}
header.header.fixed .navigation_logo{
margin-top:25px;
}
header.header.fixed.shrink .navigation_logo{
margin-top:7px;
}
.navigation_logo .sf-menu a{
font-weight:bold;
color:#000 !important;
}
.navigation_logo .sf-menu a:hover{
color:#517f3a !important;
}
.navigation_logo ul.sf-menu {
    margin-right: 0px;
}
.navigation_footer ul.sf-menu {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.navigation_footer .sf-menu.nav > li > a, .navigation_footer .sf-menu a{
font-size:12px;
    text-transform: capitalize;
    padding: 10px 10px;
    color:#666;
font-family:arial;
}
.navigation_footer .sf-menu.nav > li > a:hover, .navigation_footer .sf-menu a:hover{
color: #005137;
}
.navigation_footer .sf-menu.nav > li {
    line-height: 0px;
}
.vc_tta.vc_general .vc_tta-panel-body{
padding-left:0px !important;
padding-right:0px !important;
}

.tabhover:hover, .tabhover p:hover{
color: #173f35 !important;
    background-color: #E6F2F1;

}
.event-schedule-wrap .schedule-handler{
display:none;
}

.event-schedule-wrap .schedule-box .speaker{
display:none;
}
.fa-file-pdf-o{
color:#808080 !important
}
.vc_btn3-container button{
white-space:nowrap;
}
.vc_btn3-container{
margin-bottom: 5px;
}
.download_pdf_forms .vc_btn3-container.vc_btn3-left, .download_pdf_forms .vc_btn3{
font-family:arial;
font-size:14px !important;
float:left;
padding-left:0px  !important;
}
.download_pdf_forms .vc_btn3:hover, .download_pdf_forms .vc_btn3:focus{
background-image:none !important;
    color: #85bb23  !important;
}
.download_pdf_forms  .vc_btn3.vc_btn3-style-custom{
background-image:none !important;
}
.download_pdf_forms .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 30px;
}
.woocommerce #customer_login {
    background: -webkit-linear-gradient(top, #EAEAEA, #F7F7F7); 
 padding-right: 30px;
 padding-left: 30px;

}
header.header.fixed.shrink .navigation_logo .sf-menu a{
padding-bottom:0px;
padding-top:18px;
}
.cart_totals h2{
    font-size: 22px;
    font-family: Book Antiqua;
display:none;
}
.woocommerce #customer_login h2, legend{
	    font-size: 22px;
    font-family: Book Antiqua;
    text-transform: capitalize;
margin-bottom:5px;
}
.woocommerce h3{
    font-size: 20px;
    font-family: Book Antiqua;
    text-transform: capitalize;
font-weight:normal;
}
.woocommerce label{
font-size:12px;
color:#000;
font-family: arial;
margin-bottom: 0px;
}
.woocommerce form .form-row input.input-text, .woocommerce .select2-drop-mask, .woocommerce form .form-row select{
padding: 4px 10px;
    margin-bottom: 3px;
    width: 100%;
    font: 300 13px/18px arial;
    color: #666;
    border: 1px solid #ccc;
height: 42px !important;
    font-size: 13px !important;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif !important;
    border-radius: 3px;
}
.woocommerce form .form-row input.input-text:focus{
   border: 1px solid #7ba813 !important;
}


 .woocommerce form.login, .woocommerce form.register{
    margin-top: 10px !important;
     border:0px;
    padding: 0px;
margin-bottom:25px;
}
.woocommerce #customer_login hr{
    height: 0px;
    border-top: solid 1px #c6c6c6;
    border-bottom: solid 1px #fff;
    width: 100%;
margin-top: 0px;
    margin-bottom: 0px;
}
.sectionContents_middle {
    position: relative;
    vertical-align: top;
    display: block;
    width: 52px;
    float: left;
    margin-top: 15px;
}
.sectionContents_middle .orrFrame {
    margin: 0 auto;
    text-align: center;
    width: 0px;
    height: 90px;
    border-left: solid 1px #c6c6c6;
    border-right: solid 1px #fff;
}
#orDivider {
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    line-height: 52px;
    color: #FFF;
    border: none;
}
.sectionContents_middle .orrFrame {
    margin: 0 auto;
    text-align: center;
    width: 0px;
    height: 90px;
    border-left: solid 1px #c6c6c6;
    border-right: solid 1px #fff;
}
#orDivider, #orDivider_yellow {
    background: url(assets/img/OR.png) no-repeat left;
}
.orDivider{
margin-top:50px;
}

.cart_button{
float:right;margin-top:10px;
}




p.woocommerce-LostPassword.lost_password a{
font-size:12px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
font-size:14px;
}
.woocommerce-info, .woocommerce-message{
margin: 0 0 0em !important;
}
.woocommerce-info{
border-top-color: #4f8038;
}
.select2-container .select2-choice>.select2-chosen{
    height: 42px;
    padding-top: 6px;
}
.bkclrDeActive{
background-color: #bfbfbf;
height: 3px;
width:100%;
margin-top:5px;
}
.bkclrActive{
background-color: #4e7f38;
height: 3px;
width:100%;
margin-top:5px;
}
.rowtxtDeActive{
color: #d8d8d8;
font-weight: bold;
font-size: 11px;
font-family: "Helvetica Neue",HelveticaNeue,Helvetica,sans-serif;
}
.rowtxtActive{
color: #4e7f38;
font-weight: bold;
font-size: 11px;
font-family: "Helvetica Neue",HelveticaNeue,Helvetica,sans-serif;
}

.progress_img{
margin-top:12px;
}
.rightendline {
    width: 3px;
    height: 20px;
    background-color: #bfbfbf;
    float: left;
margin-top: 29px;
}
sup{
text-transform: lowercase !important;
}
.registration_input{
    padding: 4px 10px;
    margin-bottom: 3px;
    width: 100%;
    font: 300 13px/18px arial;
    color: #666;
    border: 1px solid #ccc;
    height: 42px !important;
    font-size: 13px !important;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif !important;
    border-radius: 3px;
}
.registration_field_full{
margin-top:10px;
}
.registration_label{
    font-size: 12px;
    color: #000;
    font-family: arial;
    font-weight:bold;
margin-bottom:2px;
width:100%;
    padding-left: 2px;
}
.registration_label label{
margin-bottom:0px;
}
a{
cursor:pointer;
}
#coupon_code{
width:100px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial;
border:1px solid #ccc;
height: 40px;
}
.woocommerce .cart th{ 
font-size: 15px !important;
    color: #000;
    word-wrap: break-word;
    font-family: Arial;
 font-weight:bold !important;
}
.conf_option_amount, .cart-subtotal td, .cart-subtotal th{
    font-weight: 700;
    font-size: 15px;
    color: #000;
    word-wrap: break-word;
    font-family: Arial;
    white-space: nowrap;
    text-align: right;
text-transform: capitalize;
}
.conf_option_summery, .woocommerce td.product-name dl.variation dt, .woocommerce .cart .product-name, .woocommerce-checkout-review-order-table th{
    font-family: Arial;
    color: #000;
    font-weight: normal;
    letter-spacing: 0px;
    white-space: nowrap;
font-size: 12px;

}
.woocommerce td.product-name dl.variation dd.variation-ConferenceName p {
    font-family: Arial;
    font-weight: normal;
    letter-spacing: 0px;
    white-space: pre-wrap;
    font-size: 12px;
}
.woocommerce td.product-name dl.variation dd p {
    font-family: arial;
    font-size: 12px;
}
.woocommerce td.product-name dl.variation dd p{
    line-height: 16px;
    padding-top: 6px;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt{
margin-bottom:5px;
}
.woocommerce td.product-name dl.variation dt.variation-ConferenceName {
    padding-bottom: 20px;
}
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 0px;
}

.woocommerce table.shop_table{
margin-bottom:5px;
}
.wc-proceed-to-checkout{
padding-top:10px !important;
}
.cart-subtotal td, .order-total td{
text-align:right !important;
}
.order-total td,.order-total th {
    font-weight: 700;
    font-size: 21px;
    color: #000;
    word-wrap: break-word;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
text-transform: capitalize;
text-align:right !important;
}
.woocommerce-error{
margin-bottom:0px !important;
}
.woocommerce-error li{
    color: #b81c23;
}
.conference_option_head{
   border: 1px solid #e7e7e7;
    background-color: #f2f2f2;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0px;
padding-right:0px;
}
.conference_option_details{
 border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    padding-left: 0px;
padding-right:0px;
background-color: #fff;
}

.conference_option_head .col-sm-6, .conference_option_details .col-sm-6{
color:#000;
text-align:left;
  border-right: 1px solid #e7e7e7;
 padding-top: 10px;
    padding-bottom: 10px;
}
.conference_option_details .col-sm-3{
font-weight:bold;
}
.conference_option_head .col-sm-3{
 padding-top: 10px;
    padding-bottom: 10px;
text-align:center;
}
.conference_option_details .col-sm-3, .conference_option_details .col-sm-12{
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

.conference_option_regular{
  border-left: 1px solid #e7e7e7;
}
.conference_option_details .col-sm-6 span{
    position: relative;
    top: -4px;
font-weight:bold;
}
.conference_option_details .col-sm-6 input{
margin-right:5px;
    width: 20px;
    height: 20px;
margin-bottom:0px;
margin-top:0px;
}
.conference_option_details .col-sm-6  input[type='radio'] {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:1px solid darkgray;
  border-radius:50%;
  outline:none;
  box-shadow: 0 0 0px 0px gray inset;
cursor:pointer;
}

.conference_option_details .col-sm-6  input[type='radio']:hover {
   box-shadow:0 0 5px 0px orange inset;
}

.conference_option_details .col-sm-6  input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}
.conference_option_details .col-sm-6 input[type='radio']:checked:before {
  background:#246a34;
}
.woocommerce-checkout-review-order-table th {
    padding: 9px 12px;
    font-weight:bold !important;
font-size: 15px !important;
color: #000;
font-family: Arial;
}

.woocommerce-checkout-review-order-table .product-name{
    font-family: Arial;
    color: #000;
    font-weight: normal;
    letter-spacing: 0px;
    white-space: nowrap;
    font-size: 12px;
padding-left:10px;
}
.woocommerce td.product-name dl.variation dt {
    min-width: 150px;
    margin-top: 5px
}
.woocommerce-checkout-review-order-table dt {
    min-width: 145px;
}
.woocommerce-checkout-review-order-table dt.variation-ConferenceName {
    padding-bottom: 15px;
}
.woocommerce-checkout-review-order-table dd.variation-ConferenceName p {
    line-height: 16px;
    padding-right: 10px;
}
.woocommerce-checkout-review-order-table .product-total{
text-align: right;
vertical-align: top !important;
}
.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount{
font-weight: 700;
font-size: 15px;
color: #000;
font-family: Arial;
white-space: nowrap;
text-transform: capitalize;
}
.woocommerce-checkout-review-order-table dd{
padding-top: 3px;
}
.woocommerce-checkout-review-order-table dt{
 font-weight: normal;
float: left;
    padding-right: 5px;
padding-top: 5px;
}
.woocommerce-checkout-review-order-table dt p, .woocommerce-checkout-review-order-table dd p {
padding-bottom: 0px;
margin-bottom: 0px;
}
.woocommerce-checkout-review-order-table dd p{
    white-space: pre-wrap !important;
    font-family: Arial;
    font-size: 12px
}
.woocommerce-checkout-review-order-table tfoot th{
border-top: 1px solid #ededed;
}
.badge_full{
margin-left: auto;
margin-right: auto;
border: 1px solid #e7e7e7;
width: 90%;
max-width: 385px;
margin-top: 0px;
border-radius: 5px 5px 0px 0px;
box-shadow: 0 0 3px 2px rgba(231,231,231,6);
padding:10px;
}
.headerBdrLeft {
    border-left: 1px solid #dbe5f1;
}
.headerDatePlaceBar {
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
    color: #808080;
    text-align: center;
  font-weight:normal;
}
.delegPrfoot {
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}
.badge_footer {
   background: url("assets/img/badge_blue.jpg") no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 384px;
    height: 71px;
    border: 0px solid #e7e7e7;
    padding-top: 12px;
    font-family: Arial;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 20px;

}
.delegNamefoot1 {
    font-family: Arial;
    font-size: 33px;
    color: #000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
    font-weight: bold;
    line-height: 28px;
}
.delegNamefoot {
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 20px;
color: #000;
    text-align: center;
}
.delegjobfoot {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.delegstatefoot {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    padding-top: 0px;
color: #000;
text-align: center;
padding-bottom: 5px;
}
.delegcountryfoot {
    font-size: 16px;
    font-weight: normal;
color: #000;
text-align: center;
padding-top: 10px;
padding-bottom: 5px;
}
.badge_qr_code {
    width: 60px;
    height: 54px;
    display: block;
    position: absolute;
    right: 31px;
    top: -135px;
}
.more_delegates_button {
float:right;
}

.cart_hide{
display:none !important;
}

.woocommerce-thankyou-order-received{
display:none;
}
.round_border{
border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.woocommerce .order_details{
    margin-left: 0px;
    padding-left: 0px;
}
.woocommerce table.shop_table th {
    color: #000;
}
#registration_submit_form #salutation, #registration_submit_form #zipcode{
width:200px !important;
}
.registration_input:focus{
border: 1px solid #7ba813 !important;
outline-color: #7ba813;
outline:1px !important;
}
@media (max-width: 768px) {
.mob_hidden{
display:none !important;
}
}

.wire_transfer_order td{
height:20px;
padding:0px !important;
border:0px !important;
}
.speaker_company_url{
font-family: calibri;
font-size: 15px;
color: #173f35;
text-decoration: none;
font-weight: normal;
line-height: 10px;
}
.speaker_img img{
height:200px !important;
}
.diplay_hidden{
display:none !important;
}
.align_right{
float:right;
}
.symantact_text{
color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;
}

.conf_sub_menus{
margin-top:10px;
padding-bottom:10px;
z-index:1000000;
padding-top: 5px;
}
.conf_sub_menus a{
    color: #000000;
text-decoration: none;
font-weight: bold;
    font-family: Arial;
    font-size: 14px;
margin-right:20px;
}

.conf_sub_menus a:hover, .conf_sub_menus a i, .nsssc_breadcrumbs a:hover{
  color:#85bb23 !important;
}
.vc_tta.vc_general .vc_tta-tab>a{
padding-top:3px !important;
padding-bottom:3px !important;
}
.newConfirm {
    float: left;
    margin-top:-10px;
    position:absolute;
    margin-left:13%;
}
.dotdBadge {
    font-size: 11px !important;
    color: #FFF !important;
    font-weight: 700 !important;
    background: #891323;
    height: 18px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 2px 8px;
    float: left;
    overflow: hidden;
}
.badgeSkew {
    border-right: 4px solid transparent;
    border-top: 18px solid #891323;
    float: left;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
    border-color: #e2eaf0 !important;
    background-color: #e2eaf0 !important;
 color: #000 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0 !important;
    background-color: #f8f8f8 !important;
    color: #000 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: #f8f8f8 !important;
}
.breadcrumbs{
line-height: 0px;
margin-top: 30px;
padding-left: 0px;
}
.breadcrumbs, .breadcrumbs span, .breadcrumbs span a, .breadcrumbs span a span{
font-size: 13px;
color: #263748;
text-decoration: none;
font-family: arial;
}
.breadcrumbs:hover, .breadcrumbs span:hover, .breadcrumbs span a:hover, .breadcrumbs span a span:hover{
color: #517f3a;
}
.breadcrumbs .current-item{
font-weight:bold;
}
.title h1 a:hover{
color: #000 !important;
}
.download_pdf_forms .vc_btn3{
    font-family: arial;
    font-size: 13.5px !important;
    font-weight: 600;
color: #000 !important;
}

.download_pdf_forms .vc_btn3:hover, download_pdf_forms .vc_btn3:active, download_pdf_forms .vc_btn3:focus{
    text-decoration: underline !important;
    color: #000 !important;
}
.rowHead_sub h1{
    margin-top: 5px;
}

.sjb-container {
    margin-top: 100px;
}
.sjb-page .sjb-container {
    margin-top: 125px;
}
.sjb-page .sjb-detail .list-data .job-detail h3 .job-title, .sjb-page .sjb-detail .list-data h3{
color: #000;
    font-size: 22px;
    font-family: Book Antiqua;
    text-transform: capitalize;
}
.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data .job-detail{
margin-bottom:0px !important;
}
.sjb-page .list-data .header-margin-top{
margin-top:0px !important;
}
.sjb-page .sjb-detail .job-features{
display:none;
}
.single-jobpost a.menu-toggle.btn{
display:none;
}
.sjb-page .form-group{
margin-top: 10px;
}
.sjb-page .sjb-detail .jobpost-form .app-submit, .sjb-page .sjb-detail .jobpost-form .file div{
    font-family: arial;
    font-size: 12px;
    color: #012d0b !important;
    background: -webkit-linear-gradient(bottom, #eff2e0, #e0e7bc);
    border: 1px solid #246a34;
    padding: 7px 3em;
    border-radius: 4px 4px 4px 4px !important;
    font-weight: bold;
}
.sjb-page .sjb-detail .jobpost-form .app-submit:hover, .sjb-page .sjb-detail .jobpost-form .file div:hover, .sjb-page .sjb-detail .jobpost-form .file:hover div{
    background: -webkit-linear-gradient(bottom, #e0e7bc, #eff2e0) !important;
}
.sjb-page .sjb-detail .jobpost-form .form-control:hover, .sjb-page .sjb-detail .jobpost-form .file:hover{
      border-color: #7ba813;
}
.sjb-page .sjb-detail .jobpost-form .app-submit {
    margin: 0px;
}
.feedback_popup_div {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.feedback_popup {
   background-color: #891323;
    font-size: 12px;
    padding: 7px;
    width: 150px;
    display: block;
    text-align: center;
    color: #fff;
    float: right;
    position: relative;
    top: -31px;
    cursor: pointer;
    z-index: 90000000;
    font-weight: bold;
    font-family: arial;
}
.modal_feedback_popup, .modal_home_event_popup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal_feedback_popup-content, .modal_home_event_popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 1000000;
}
.modal_home_event_popup-header {
        padding: 0px 16px;
    color: #0a1f40 !important;
    margin-top: 10px;
}
.modal_home_event-body {
    padding: 2px 16px;
    padding-bottom: 15px;
}
.close, .close1 {
    color: #0a1f40;
    float: right;
    font-size: 28px;
    font-weight: bold;
    border: 1px solid #D6D5D4;
    width: 25px;
    text-align: center;
}
.speaker_img img {
    height: 200px !important;
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
font-size:12px !important;
color: #012d0b !important;
padding: 0.78em;
}
.woocommerce input.button.alt{
font-size:12px !important;
color: #012d0b !important;
}
.speaker_logos.speaker_logo_3175 img {
    height: 50px;
    margin-bottom: 5px;
}
.speaker_logos.speaker_logo_3234 img {
    height: 50px;
    margin-bottom: 5px;
}
.speaker_logos.speaker_logo_3283 img, .speaker_logos.speaker_logo_3312 img, .speaker_logos.speaker_logo_3315 img, .speaker_logos.speaker_logo_3334 img, .speaker_logos.speaker_logo_3376 img, .speaker_logos.speaker_logo_3382 img, .speaker_logos.speaker_logo_3449 img, .speaker_logos.speaker_logo_3461 img, .speaker_logo_3464 img{
    height: 50px;
    margin-bottom: 5px;
}
.speaker_logos.speaker_logo_3289 img, .speaker_logos.speaker_logo_3292 img, .speaker_logos.speaker_logo_3344 img, .speaker_logo_3379 img, .speaker_logos.speaker_logo_3434 img  {
    height: 40px;
    margin-bottom: 15px;
}
.mediaSection .wpb_wrapper a:hover{
	color:#173f35;
}
 .see-large-image.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, .see-large-image .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, .see-large-image .vc_btn3.vc_btn3-color-white:focus, .see-large-image .vc_btn3.vc_btn3-color-white:hover, .see-large-image a.vc_btn3:hover{
    background-color: none !important;
}
.ConferenceSection .brd1pxbottom .vc_btn3.vc_btn3-color-grey, .ConferenceSection .brd1pxbottom .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat, .ConferenceSection .brd1pxbottom .vc_btn3.vc_btn3-color-white{
	color: #173f35;
	font-weight: bold;
	font-size: 12px;
    padding: 6px 13px;
}
.ConferenceSection .brd1pxbottom .vc_btn3.vc_btn3-color-white{
	
}
.ConferenceSection .brd1pxbottom .vc_btn3.vc_btn3-color-white {
    color: #85bb23;
    font-weight: normal;
    text-decoration: underline;
}
.ConferenceSection .brd1pxbottom .vc_btn3.vc_btn3-color-white:hover{
	background-color:#FFF;
}
.wpb_single_image.vc_align_left.multimediaPic img {
    width: 180px;
}
.wpb_single_image.vc_align_left.multimediaPic figure.wpb_wrapper.vc_figure {
	display:block;
}
.wpb_single_image.vc_align_left.multimediaPic figure.wpb_wrapper.vc_figure a.vc_single_image-wrapper.vc_box_border_grey{
	display:block;
	text-align: center;
}
input.submit_email_enqtran:hover{
	    color: #1e1e1e !important;
    background-color: #f2fff2 !important;
    border: 1px solid #4f7f38 !important;
}
	
#menu-item-8439 a{	    
	color: #F8E367 !important;
    border: 4px solid #F8E367 !important;
    padding-top: 6px !important;
    padding-bottom: 1px;
    text-align: center;
    padding-left:15px !important;
}
#menu-item-8439:hover a{
    color: #fff !important;
    background-color: #f2fff2 !important;
    color: #141f23 !important;
    border-color:  #f2fff2 !important;
}
#menu-item-8439 a:after {
    display: none;
       background: #222;
    content: 'Register Now';
    padding: 14px;
    position: absolute;
    width: 107%;
    left: -4px;
    top: -4px;
    border: 4px solid #4f7f38 !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 11px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-align: center;
}

#menu-item-8439 a:hover:after{
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	opacity:0;
}
#menu-item-8439 a span {
    display: block;
}
.hover_green .fa{
	color: #adb5bd !important;
}
.hover_green{
	    margin-bottom: 0px !important;
}
.hover_green .vc_icon_element-inner{
	 width: 20px !important;
    height: 20px !important;
}
.hover_green:hover .fa{
    color: #4f7f38 !important;
	cursor: pointer;
}
input.submit_email_enqtran, input.enqtran_sub_emails{
	border-radius: 0px !important;
}
input.enqtran_sub_emails{
	border-right: 0px !important;
}
.wide .footer-meta{
	border-top: 1px solid #f0f0f0;
}
.addeventatc_dropdown span {
    padding-left: 10px !important;
}
.addeventatc 							{float:left;display:inline-block;position:relative;z-index:999998;font-family:Roboto,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;font-weight:300;color:#263748;text-decoration:none;font-size:16px;cursor:pointer;}
.addeventatc:hover 						{color:#555;font-size:16px;text-decoration:underline;}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client {display:none!important;}
.addeventatc_dropdown{width:200px;position:absolute;z-index:99999;padding:6px 0px 0px 0px;background:#fff;text-align:left;display:none;margin-top:4px;margin-left:-1px;border-top:1px solid #c8c8c8;border-right:1px solid #bebebe;border-bottom:1px solid #a8a8a8;border-left:1px solid #bebebe;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:1px 3px 6px rgba(0,0,0,0.15);-moz-box-shadow:1px 3px 6px rgba(0,0,0,0.15);box-shadow:1px 3px 6px rgba(0,0,0,0.15);}
.addeventatc_dropdown span 				{display:block;line-height:100%;background:#fff;text-decoration:none;font-size:14px;color:#263748;padding:9px 10px 9px 40px;}
.addeventatc_dropdown span:hover 		{background-color:#f4f4f4;color:#000;text-decoration:none;font-size:14px;}
.addeventatc_dropdown em 				{color:#999!important;font-size:12px!important;}
.addeventatc_dropdown .frs 				{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:normal!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addeventatc_dropdown .frs:hover 		{color:#999!important;}
.addeventatc_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addeventatc_dropdown .brx 				{height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:100;left:10px;right:10px;top:9px;}
p.atc_node{
	    line-height: 0px !important;
    margin-bottom: 0px  !important;
	padding-top: 0px;
    position: relative;
    top: 3px;
}
.addeventatc .fa, .icon_home.fa{
	color: #adb5bd !important;
   width: 25px;
}
.addeventatc .fa:hover, .addeventatc .fa:focus, .icon_home.fa:hover{
	    color: #4f7f38 !important;
       cursor: pointer;
	   outline:0px !important;
}
.hidden{
display:none !important;
}

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{
	background-color: #4f7f38 !important;
    border-color: #4f7f38 !important;
	color: #ffffff !important;
}
.vc_btn3.vc_btn3-color-danger:hover, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover{
    background-color: #f2fff2 !important;
    border: 1px solid #4f7f38 !important;
	color: #1e1e1e !important;
}
.brd1px_top_bottom{
    border-top:1px solid #f0f0f0;
	 border-bottom:1px solid #f0f0f0;
    padding-top:3px;
    padding-bottom:3px;
    padding-left: 10px !important;
}
.conference_image {
    background: #f3f6f5 !important;
    background-image: none !important;
}
#NSSSC_home_link, #SWF_home_link, #ADS_home_link{
	cursor:pointer;
	min-height: auto !important;
}
ul#menu-subpage-menu li a {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    text-transform: none;
}
.vc_btn3.vc_btn3-style-custom{
     color: #141f23 !important;
    font-weight: normal !important;
    background-color: #f3f6f5 !important;
    border: 1px solid #f0f0f0 !important;
    font-family: calibri !important;
    font-size: 15px !important;
    padding: 5px 8px !important;
    padding-right: 35px !important;
    margin-right: 3px;
}
.vc_btn3.vc_btn3-style-custom:hover{
	color: #1e1e1e !important;
    background-color: #f2fff2 !important;
    border: 1px solid #4f7f38 !important;
	text-decoration:none !important;
}
/************************* Agenda Page ****************************************/
.conversh1 {
    font-family: barcelonaef-medium !important;
}
.liExtrapadding10 p{
margin-bottom: 10px;
}
.vc_col-sm-3 a {
    text-decoration: none !important;
}
.vc_col-sm-3 a:hover {
    text-decoration: underline !important;
}
.vc_general.agendaTabSection .vc_tta-tabs-container {
    margin: 0 !important;
}
.tabListSection li.adsTab.vc_tta-tab {
    width: 17%;
}
.tabListSection li.nssscTab.vc_tta-tab {
        width: 13.051%;
}
.tabListSection li.vc_tta-tab.adsProgramTab{
width: 65.6%;
}
.tabListSection li.vc_tta-tab.nssscProgramTab{
width: 60.5%;
}
span.vc_tta-title-text h2 {
font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    line-height: 1.2em;
    padding: 10px 0;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    width: 100%;
}
span.vc_tta-title-text h2 .day-numeric {
    display: block;
    font-size: 24px !important;
    font-weight: bold;
}
.tab-content .tab-pane {
    padding: 20px 30px;
}
.tab-content .tab-pane .schedule-list, .tab-content .tab-pane .schedule-list {
    padding-left: 0px !important;
    
}
.event-schedule-wrap .tab-content .tab-pane .schedule-list > li, .event-schedule-wrap .tab-content .tab-pane .schedule-list > li {
    background-color: #fff;
    border-top: 0px solid #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
   
    display: inline-block;
    /*border-bottom: 1px solid #f8f8f8;margin-bottom: 0px; 
    padding: 10px;
    padding-top: 15px;*/
    border-radius: 2px;
    position: relative;
    border: 1px solid #bdc8ca;
    border-color: #bdc8ca;
    border-bottom-color: #FFF;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #f3f6f5 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0 !important;
    background-color: #f3f6f5 !important;
    color: #000 !important;
}
.event-schedule-wrap .schedule-list li .clearfix{
  padding-bottom:20px;
}
.event-schedule-wrap .schedule-list li:nth-child(even) {
  /*background-color: #FFF;*/

  }
.schedule-list .secondery-font span.black-session-title {
    margin-left: 10px;
}
  .schedule-list .secondery-font .black-color, .schedule-list .secondery-font .black-loc, .schedule-list .secondery-font .black-session-title{color: #76778c;}
.event-schedule-wrap .schedule-list > li .session-star{
   position: absolute;
    top: 13px;
    left: -13px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
    border-width: 0px;
    border-style: solid;
    padding: 0;
    z-index: 2;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    background-color: #01675f;
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/nordtree_bg_tree.png);
    background-size: 25px 24px;
}
.event-schedule-wrap .tab-content .tab-pane .schedule-list > li:hover, .event-schedule-wrap .tab-content .tab-pane .schedule-list > li:hover {
    border: 1px solid #01675f;
}
li .session-star i{
 color: #01675f;
    font-size: 9px;
    position: relative;
    top: -24px;
	display:none;
}
li .session-star:hover i, .agendaLiSection:hover .session-star i{
	 color: #fff !important;
}
.event-schedule-wrap .schedule-list > li:last-child{border-bottom:1px solid #bdc8ca !important;}
.event-schedule-wrap .schedule-list > li.selected .session-star{}
.event-schedule-wrap .schedule-list > li.selected .session-star i{}
.schedule-list .secondery-font {
    margin-top: 0px;
    font-family: open sans,sans-serif!important;
        color: #4f4f4f;
    font-size: 12.5px;
}
.event-schedule-wrap .tab-content .tab-pane .schedule-box, .event-schedule-wrap .tab-content .tab-pane .schedule-box{
  width:100%
}
.vc_tta-tabs-list li p, .vc_tta-tabs-list li a i{
  display:none !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background-color: #f3f6f5 !important;
    }
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{    background-color: #f2fff2 !important;}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #f3f6f5;
}
.vc_tta-tabs-list li span{ margin-left:0px !important;}
.event-schedule-wrap .tab-content .tab-pane .schedule-list > li:hover, .event-schedule-wrap .tab-content .tab-pane .schedule-list > li:hover  {
    color: #1e1e1e !important;
    /*background: -webkit-linear-gradient(bottom, #e0e7bc, #eff2e0);*/
    background-color: #f2fff2;
}
.event-schedule-wrap .schedule-list > li .locationTree {
    width: 10px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    color: #F8f8f8;
    margin-left: 5px;
    float: right;
}
li .locationTree i{
  font-size: 16px;
  color:#1e1e1e;
}
li .locationText{
  margin-top: 0px;
  float: right;
  line-height: 16px;
  color: #76778c;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}
.schedule-box img {
  height: 69px;
    width: 69px;
    border-radius: 50%;
    display: inline-block;
}
.agendaSpeakerImage {
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    width:70px;
  }
.agendaSpeakerDetails, .agendaSpeakerImage {
    float: left;
    font-size: 13px;
}
.agendaSpeakerDetails{
  width: calc(100% - 80px);
    margin-left: 10px;
    color: #626265;
    font-family: open sans,sans-serif!important;
  color: #4f4f4f !important;
      line-height: 1.4em;
	font-weight:normal;
}
.agendaSpeakerDetails a {
  /*color: #b1b1b1;*/
      color: #01675f;
}
.agendaSpeakerDetails strong a{color: #4f4f4f !important;}
.agendaSpeakerDetails strong{
    font-size: 13px;
    color: #626265;
}
.spkTitles {
    line-height: 1.1em;
    margin-bottom: 8px;
}
.locationText::before {
  content:"";
}
.agendaSpeakerDetails a:hover{
  /*color: #4f7f38;*/
}
.event-schedule-wrap .schedule-list > li a.jevent-title-1 {
    color: #32333c;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: Arial;
    font-family: "Open Sans", sans-serif;
}
.agendaDetailsSection .clearfix {
    padding-bottom: 5px !important;
}
.agendaDetailsSection {
    padding: 15px 10px 5px 10px;
}
.agendaSpeakerSection {
    padding: 0px 10px 5px 10px;
}
.schedule-list .clearfix.nopadding {
    padding-bottom: 0px !important;
}
.agendaSpeakerSection .speakerDetails .agendaSpeakerDetails span.speakerBio {
    display: none;
}
li.agendaLiSection .addToCalendar {
    font-family: open sans,sans-serif!important;
    color: #4f4f4f !important;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    position: relative;
    top: 3px;
}
li.agendaLiSection .addToMySchedule, li.agendaLiSection .sendMySchedule {
    padding: 0px 10px 0px 10px;
    display: inline-block;
    float: left;
    font-family: open sans,sans-serif!important;
    color: #4f4f4f !important;
    font-size: 12.5px;
    line-height: 1.4em;
    text-decoration: none !important;
}
li.agendaLiSection .addToMySchedule:hover, li.agendaLiSection .sendMySchedule:hover{
	    color: #01675f !important;
}
/*
li.agendaLiSection .addToMySchedule:before {
    content: "\f08a";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #01675f !important;
}
li.agendaLiSection .sendMySchedule:before {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #01675f !important;
}
*/
.addToCalendar .addeventatc {
    font-family: open sans,sans-serif!important;
    color: #4f4f4f !important;
    font-size: 12.5px;
    padding-left: 22px;
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/agenda_calendar.png);
    background-position: left;
    background-size: 16px;
    line-height: 1.4em;
    background-repeat: no-repeat;
    text-decoration: none !important;
}
.addToCalendar .addeventatc:hover {
    color: #01675f !important;
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/agenda_calendar.png);
}
.modelPopupSection {
    position: absolute;
    top: 90px;
    height: 96%;
    width: 100%;
    background-color: #f3f6f5;
  
    display: none;
}
.modelPopupSection .headerPopUp {
    width: auto;
    display: inline-block;
    text-align: center;
    right: 0px;
  
    top: 35px;
    position: absolute;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.modelPopupSection .popUpContent {
    background-color: #FFF;
    position: relative;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px solid #bdc8ca;
    padding-top: 10px;
}
.modelPopupSection .headerPopUp button  {
    /* padding: 50px 0; */
    width: 100px;
    height: 40px;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: button;
    cursor: pointer;
    color: #FFF;
    background-color: #4e7e38;
}
.modelPopupSection .popupMain{
    padding: 80px 0 0 0; width: 90%;position: relative;
}
.modelPopupSection .session-star{
    position: absolute; top: 5px; left: -33px; background-color: #f8f8f800; height: 25px; width: 25px; text-align: center; vertical-align: middle; display: inline-block; line-height: 21px; border-width: 0px; border-style: solid; padding: 0; z-index: 2; background-repeat: no-repeat; background-image: url(https://insssc.com/wp-content/themes/imevent/images/ntreeoutline-with-bg.png); background-size: contain;
}
.modelPopupSection  .session-star i{color: #4f7f38; font-size: 9px;}
.modelPopupSection .popupLocation{ line-height: 15px; margin-top: 5px; }
.modelPopupSection .popupLocation .locationTree{
    width: 10px; height: 15px; text-align: center; line-height: 16px; color: #F8f8f8; margin-left: 5px; float: right;
}

.modelPopupSection .popupLocation .locationText{
    margin-top: 0px; float: right; line-height: 16px; color: #76778c;font-size: 13px;font-family: 'Montserrat', sans-serif;
}
.modelPopupSection .schedule-box .clearfix{padding-bottom: 20px;}
.modelPopupSection .popUpContent.speakers{ display: none;}
.popUpContent.session{ display: none; margin-top: 30px; }
.modelPopupSection h3.agendaSessionTitle, .modelPopupSection h3.agendaSession {
    font-size: 19px;
}
.modelPopupSection .popUpContent.agenda .speakerDetails .agendaSpeakerDetails .speakerBio{display: none;}
.speakerBioSection .bioTitle {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}
.modelPopupSection .headerPopUp.leftSection button.displayAllSpeaker {
    width: 200px;
}
.modelPopupSection .headerPopUp.leftSection {
    left: 0;
    right: auto;
}
.modelPopupSection .headerPopUp.centerSection {
    width: 100%;
    box-shadow: none;
}
.agendaSpeakerImage {
    border-color: #bdc8ca;
}
.agendaDetailsSection .secondery-font .black-color, .modelPopupSection .secondery-font .black-color{
    padding-left: 23px;
    background-image: url(/wp-content/uploads/2017/11/clock-icon-2.png);
    background-position: left;
    background-size: contain;
    text-transform: uppercase;
    background-repeat: no-repeat;
}
.agendaDetailsSection .secondery-font span.cate{ display: none;}
.agendaDetailsSection .secondery-font span.cate, .modelPopupSection .secondery-font span.cate {
    margin-left: 14px;
    line-height: 16px;
    color: #76778c;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}
.agendaDetailsSection .secondery-font i.fa.fa-calendar-o, .modelPopupSection .secondery-font i.fa.fa-calendar-o {
    margin-right: 6px;
    color: #01675f;
}
.agendaDetailsSection .secondery-font .black-loc, .modelPopupSection .secondery-font .black-loc {
    padding-left: 17px;
    background-image: url(/wp-content/themes/imevent/images/marker.png);
    background-position: left;
    background-size: contain;
    text-transform: capitalize;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.modelPopupSection .closeSection.headerPopUp {
    right: -40px;
    top: 73px;
    box-shadow: none;
}
.modelPopupSection .closeSection.headerPopUp button.popupClose {
    width: auto;
    background-color: transparent;
}
.modelPopupSection .speakerBioSection.showlesscontent .SecSec,
.modelPopupSection .speakerBioSection.showlesscontent .readLess {
    display: none;
}

.modelPopupSection .speakerBioSection.showmorecontent .readMore, .modelPopupSection .speakerBioSection.showmorecontent span.dotPoint {
    display: none;
}

.modelPopupSection .speakerBioSection .readMore,
.modelPopupSection .speakerBioSection .readLess {
    font-weight: bold;
    margin-left: 2px;
    cursor: pointer;
    text-align: right;
    color: #4f7f38;
}

.modelPopupSection .addReadMoreWrapTxt.showmorecontent .SecSec,
.modelPopupSection .addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
span.agendaSpeakerName {
    font-size: 13px;
}
span.agendaSpeakerTitle {
    font-size: 13px;
}
span.agendaSpeakerCompany {
    color: #01675f;
}
span.vc_tta-title-text h2 .day-numeric span {
    font-weight: normal;
}

.round_share{
   width: 32px;
    height: 32px;
    background-color: #01675f;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    position: relative;
    display: block;
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/nordtree_share_bg_tree.png);
    background-size: 32px 32px;
}
.round_share_link {
    font-size: 7px;
    font-family: Arial,sans-serif;
    text-align: center;
    display: inline-block;
    width: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #a7b1ac;
    position: relative;
    margin-left: -4px;
}
.round_share:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background-color: #fff !important;
    margin-top: -7px;
    margin-left: 0px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/nordtree_share_bg_tree_before.png);
    background-size: 32px 32px;
  }
.round_share i{
   top: -27px;
    position: relative;
    color: #a7b1ac;
    font-size: 13px;
}
.round_share:hover:before {
      content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -7px;
    margin-left: 0px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    
}
.round_share:hover i{
    color: #ffffff !important;
}
.share_icon_home{
    display: block;
    width: 40px;
    float: left;
    margin-right: 15px;
}
.share_icon_home:hover .round_share_link {
    color: #01675f;
}
.session-repert-section {
    font-family: open sans,sans-serif!important;
    color: #4f4f4f !important;
    font-size: 12.5px;
    margin-left: 20px;
    padding-left: 21px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2017/11/nordtree_repeat-3.png);
    background-position: left;
    background-size: 14px;
    line-height: 1.4em;
    background-repeat: no-repeat;
    text-decoration: none !important;
}
@media (max-width: 420px) {
.modelPopupSection .closeSection.headerPopUp {
    right: -20px;
    top: 63px;
}
.session-repert-section {
	margin-left: 0;
	    margin: 5px 0;
}
}
.event-schedule-wrap .schedule-list > li .session-star:before {
    content: '';
    width: 25px;
    height: 24px;
    display: block;
    background-color: #fff !important;
    margin-left: 0px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/nordtree_bg_tree_before.png);
    background-size: 25px 24px;
}
.event-schedule-wrap .schedule-list > li .session-star:hover:before , .agendaLiSection:hover .session-star:before{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-panels {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
	border-top:0px solid #ccc !important;
}
.nssscTab .tab-content ul.schedule-list .schedule-box {
    font-family: open sans,sans-serif!important;
    font-weight: 700;
    font-size: 13px;
    color: #626265;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: #f3f6f5 !important;
}
@media (max-width: 560px) {
	.schedule-box .agendaSpeakerImage {
		float: none;
		margin: 0 auto;
	}
	.schedule-box .agendaSpeakerDetails {
		width:100% !important;
	}
	
}
.schedule-box ul li {
    list-style-image: url(https://insssc.com/wp-content/uploads/2017/11/nordtree_list_icon.png);
    font-weight: normal;
}

.nordtree_multi_form input[type=submit], .nordtree_multi_form input[type=button] {
	border: 4px solid #4f7f38 !important;
    color: #000;
    background-color: #fff;      
	font-size: 14px;
    font-family: arial;
    font-weight: normal;
    
    border-radius: 0px;
	height: 40px;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: button;
    cursor: pointer;
    min-width: 170px;
	padding-left:30px;
	padding-right:30px;	
}
.nordtree_multi_form input[type=submit]:hover, .nordtree_multi_form input[type=button]:hover{
	color: #FFF;
	background-color: #4f7f38;
}

.nordtree_multi_form input[type=text], .nordtree_multi_form input[type=email], .nordtree_multi_form select{
    padding: 4px 10px;
    margin-bottom: 3px;
    width: 100%;
    border: 1px solid #ccc;
    height: 42px !important;
    border-radius: 3px;
    max-width: 600px;
	font-weight: normal;
    color: #666;
    font-size: 12px;
    font-family: arial;
}
.nordtree_multi_form .required {
    color: red !important;
    font-weight: 700;
    border: 0;
}
.nordtree_multi_form label {
    font-size: 12px;
    color: #000;
    font-family: arial;
    margin-bottom: 0px;
}
.nordtree_multi_form textarea {
    padding: 4px 10px;
    margin-bottom: 3px;
    width: 100%;
    border: 1px solid #ccc;  
    border-radius: 3px;
    max-width: 700px;
	font-weight: normal;
color: #666;
    font-size: 12px;
    font-family: arial;
}
.nordtree_multi_form .wpcf7-list-item label {
    font-weight: normal;
	color: #666;
}
.nordtree_multi_form .wpcf7-previous{
	    float: left;
}
.nordtree_multi_form input[type=text]:focus , .nordtree_multi_form input[type=email]:focus, .nordtree_multi_form textarea:focus{
	    border: 1px solid #01675f !important;
    outline-color: #01675f;
    outline: 1px !important;
}
.nordtree_multi_form h1 {
    color: #222;
    font-size: 26px;
    font-family: arial;
    font-weight: bold;
}

.nordtree_multi_form [type="checkbox"] + span:before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
    display: inline-block;
    margin-right: 10px;
}
.nordtree_multi_form [type="checkbox"]:checked + span:before {
    top: 0px;
    left: 0px;
    width: 9px;
    height: 18px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 2px solid #01675f;
    border-bottom: 2px solid #01675f;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-right: 19px;    
}
.nordtree_multi_form [type="checkbox"]:not(:checked), .nordtree_multi_form [type="checkbox"]:checked , .nordtree_multi_form [type="radio"]:not(:checked), .nordtree_multi_form [type="radio"]:checked{
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.nordtree_multi_form [type="radio"]:not(:checked) + span:before {
        content: '';
    position: relative;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
   
}
.nordtree_multi_form [type="radio"]:checked + span:before {
        top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #01675f;
    background-color: #01675f;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
	margin-top: 2px;
}
.nordtree_multi_form span.wpcf7-list-item {
    display: block;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
}

@media (max-width: 385px) {
	.nordtree_multi_form input[type=submit], .nordtree_multi_form input[type=button]{
		float: right;
		margin-bottom: 10px;
	}
}
.agendaDetailsSection .secondery-font span.cate i, .modelPopupSection .secondery-font span.cate i {
    display: none;
}
.agendaDetailsSection .secondery-font span.cate, .modelPopupSection .secondery-font span.cate {
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/small-calendar-hover.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 15px;
}
.tabListSection li.swfvcTab.vc_tta-tab {
    width: 17.07%;
}

#csh-login-wrap {
    display: none;   
    width: 100%;
    height: 100%;
}
.cshlg-popup {
    background-color: rgba(0, 0, 0, 0.8);
}
.cshlg-popup {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.cshlg-popup .login_dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login_dialog {  
  border-width: 0px;
    background: -webkit-linear-gradient(top, #EAEAEA, #F7F7F7);
	padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
	margin-top:20px;
}
#csh-login-wrap .alert_status{
	display: none;
	background-color: #f7f6f7 !important;
    color: #b81c23 !important;
    border: solid 0px #fff !important;
    border-top: solid 3px #b81c23 !important;
    margin-top: -1px !important;
    width: 100%;
    padding: 1em 2em 1em 3.5em!important;
    padding-left: 35px;
    font-style: normal !important;
}
#csh-login-wrap .alert_status:before {
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    content: "\e016";
    color: #b81c23;
    left: 20px;
}
.login_dialog h2 {    
    text-align: left;
    font-weight: 400;
    font-size: 22px;
    font-family: Book Antiqua;
    text-transform: capitalize;
    margin-bottom: 0px;
	margin-top: 20px;
}
#csh-login-wrap hr {
    height: 0px;
    border-top: solid 1px #c6c6c6;
    border-bottom: solid 1px #fff;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 20px;
	display: block;
}
.login_dialog label {
    margin-bottom: 1px;
    font-size: 12px;
    display: inherit;
    color: #000;
}
.login_dialog input[type=text], [type=password], [type=email] {
    border: 1px solid rgba(96, 125, 139, 0.25) !important;
    min-height: 32px !important;
    margin-bottom: 10px !important;
    padding: 7px 12px !important;
    width: 100%;
    font: 300 13px/18px arial;
    color: #666;
    height: 42px !important;
    font-size: 13px !important;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif !important;
    border-radius: 3px;
}
.login_dialog input[type=submit] {
    min-height: 32px !important;
    font-size: 12px;
    color: #012d0b;
    background: -webkit-linear-gradient(bottom, #eff2e0, #e0e7bc);
    border: 1px solid #246a34;
    padding: .618em 3em;
    font-family: arial;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    white-space: nowrap;
    display: block;
    text-transform: capitalize;
	width: auto !important;
}
input.login_submit, label#lb_rememberme {
    float: left;
}
label#lb_rememberme {
    margin-left: 7px;
    margin-top: 5px;
}
#myModalForward .modal-body .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}
#myModalForward .modal-body .col-sm-3 {
    padding-left: 0px;
    padding-top: 16px !important;
}
#myModalForward .modal-body .col-sm-3, #myModalForward .modal-body .col-sm-9 {
    padding-top: 5px;
    padding-bottom: 5px;
}
#myModalForward .modal-body {
    display: table !important;
}
#myModalForward  input.schedlue_send_text {
    padding: 4px 10px;
    margin-bottom: 3px;
    width: 100%;
    font: 300 13px/18px arial;
    color: #666;
    border: 1px solid #ccc;
    height: 42px !important;
    font-size: 13px !important;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif !important;
    border-radius: 3px;
}
#myModalForward textarea.schedlue_send_text {
    padding: 4px 10px;
    margin-bottom: 3px;
    width: 100%;
    font: 300 13px/18px arial;
    color: #666;
    border: 1px solid #ccc;
    font-size: 13px !important;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif !important;
    border-radius: 3px;
}
#myModalForward input.schedlue_send_text:focus,  textarea.schedlue_send_text:focus{
    border: 1px solid #7ba813 !important;
    outline-color: #7ba813;
    outline: 1px !important;
}
#myModalForward .red{
    color: #ff0000;
}
#myModalForward .schedule_send_button{
    font-family: arial;
    font-size: 12px;
    color: #012d0b;
    background: -webkit-linear-gradient(bottom, #eff2e0, #e0e7bc);
    border: 1px solid #246a34;
    padding: 5px 3em;
    border-radius: 4px 4px 4px 4px !important;
    font-weight: bold;
}
a.justify_attendance_a {
    text-transform: uppercase !important;
}

.conf_sub_menus a sub {
    bottom: 0px;
}
.nsssc_home_row_main #share_nordtree_icons_full {
    float: right !important;
    width: auto !important;
    padding-top: 0px !important;
    margin-top: -11px;
}
.pdf_link_box {
    padding: 0px;
    width: 230px;
    float: left;
    margin-right: 20px;
    background-image: url(https://insssc.com/nordtree_half_tree_over.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 37px;
    color: #141f23 !important;
    font-weight: normal !important;
    background-color: #f2fff2 !important;
    border: 1px solid #4f7f38 !important;
    font-family: calibri !important;
    line-height: 14px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    position: relative;
    /*background-size: 16px 30px;*/
    background-size: 18px 35px;
	margin-top: -10px;
}
li.agendaLiSection .pdf_link_box, li.agendaLiSection .pdf_link_box:hover{
  background-color: #fffaf8 !important; 
  
}

.pdf_link_box::before {
    background-image: url(https://insssc.com/nordtree_half_tree.png);
    background-repeat: no-repeat;
    content: '';
    width: 20px;
    height: 37px;
    position: absolute;
    left: 0px;
    top: -1px;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	/*background-size: 24px 30px;*/
    background-size: 27px 36px;
}
.pdf_link_box:hover::before{
	    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.pdf_link_box a {
    color: #141f23 !important;
    font-size: 15px !important;
    font-family: calibri !important;
}
.pdf_link_box a .fa-file-pdf-o {
    margin-left: 0px;
    font-size: 13px;
    position: relative;
    top: 1px;
}
.pdf_link_box p {
    margin-bottom: 0px;
}
.sub_pdf_link_box {
    font-size: 12px;
    color: #808080 !important;
}
.pdf_link_box:hover {
    background-color: #f2fff2 !important;
    border: 1px solid #4f7f38 !important;
}
.conf_sub_menus.NSSSC_conf_sub_menus {
    margin-top: 17px;
}


@media (max-width: 500px) {
	li.agendaLiSection .addToCalendar .col-md-12 {
    padding-left: 10px !important;
}
	li.agendaLiSection .addToCalendar {
    padding-left: 0px !important;
}
	li.agendaLiSection .addToCalendar, li.agendaLiSection .addToMySchedule {
    padding-bottom: 5px;
}
	.agendaDetailsSection .secondery-font .black-color {
    display: block;
	padding-left: 18px;
	margin-bottom: 8px;
}
	.agendaDetailsSection .secondery-font .black-loc {
    margin-left: 0px;
    margin-top: 5px !important;
    display: block;
}
	.schedule-list .secondery-font{
		    margin-left: -10px;
	}
	li.agendaLiSection .sendMySchedule {
    margin-bottom: 0px;
}
.addToMySchedule .pdf_link_box {
    margin-bottom: 5px !important;
}
.sendMySchedule .we_accept_po {
    margin-bottom: 20px;
}
	.conf_sub_menus a {
    float: none;
    display: block;
    margin-bottom: 5px;
}
	.newConfirmNSSSC{
		display: none;
	}
}

@media (max-width: 768px) {
	.pdf_link_box {
        float: none;
    margin-bottom: 10px;
    margin-top: 0px;
    display: block;
}
.addToMySchedule .pdf_link_box {
    margin-bottom: 5px !important;
}
.sendMySchedule .pdf_link_box, .sendMySchedule .we_accept_po {
    margin-left: 15px;
}
.schedule-list .secondery-font span.black-session-title{
    
}
	.nsssc_home_row_main #share_nordtree_icons_full {
    float: none !important;
    margin-top: 10px;
}
	.nsssc_home_row_main .vc_col-sm-9, .nsssc_home_row_main .vc_col-sm-3 {
    width: 100%;
}
}
.conf_sub_menus p {
    margin-bottom: 0px;
    display: inline;
}
.conf_sub_menus_right {    
    background-color: #232b38;
    height: 40px;
    display: block;
    padding: 0px 0px;
    padding-left: 8px;
    padding-top: 5px;
}
.conf_sub_menus_right a {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 13px !important;
    margin-right: 15px;
    padding: 3.5px 0px;
    display: inline-block;
    text-transform: capitalize;
    font-family: arial;
    padding-top: 7px;
}
.conf_sub_menus_right a.grey_color{
     color: #a7b1ac !important;
    
}
.conf_sub_menus_right a:hover, .conf_sub_menus_right a:hover .fa-file-pdf-o {
    color: #85bb23 !important;
}
.nsssc_head_h1, .nsssc_social_home_h1 {
    float: left;
    display: inline-block;
    margin-right: 40px;
}
.conf_sub_menus.NSSSC_conf_sub_menus {
    display: inline-block;
    float: left;
    margin-top: auto !important;
	margin-right: 60px;
}
.nsssc_head_h1 {
    text-transform: none;
}
.conf_sub_menus_right a.justify_attendance_a {
    color: #891323 !important;
    font-weight: bold !important;
}


@media (max-width: 768px) {
	.nsssc_home_row_main #share_nordtree_icons_full {
    margin-top: 10px !important;
}
	.conf_sub_menus_right {
    height: auto;
    display: inline-block;
}
	.conf_sub_menus.NSSSC_conf_sub_menus {
    float: none !important;
}
	.nsssc_social_home_h1 {
    padding-top: 28px;
}
	.nsssc_home_row_main {
    margin-top: 20px !important;
}
}
@media (max-width: 500px) {
	.conf_sub_menus_right{
	padding-left: 10px;
    margin-top: 0px;
		width: 100%;
	}
	.conf_sub_menus_right a{
		display: block !important;
	}
	.schedule-list .secondery-font span.black-session-title {
    display: block;
    padding-top: 10px;
    padding-left: 7px;
}
}
.modal_home_event_popup-header h1 {
    font-family: georgia;
    text-transform: none;
    letter-spacing: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.modal_home_event_popup-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.modal_home_event_popup-header .close:hover, .modal_home_event_popup-header .close:focus{
    color: #4b8038;
    opacity: 1;
}
.modal_home_event_popup-header .close, .modal_home_event_popup-header .close1{
    border: 0px solid #D6D5D4 !important;
}







.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
.nice-select:hover {
  border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px; }
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0); }
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }
.nice-select.disabled:after {
  border-color: #cccccc; }
.nice-select.wide {
  width: 100%; }
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }
.nice-select.right {
  float: right; }
.nice-select.right .list {
  left: auto;
  right: 0; }
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }
.nice-select.small:after {
  height: 4px;
  width: 4px; }
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }
.nice-select .option.selected {
  font-weight: bold; }
  
  
  
  .more_delegates_button a{

padding: .618em 3em !important;
float:right;
}

  
  
   .af-form input[type="submit"], .cart_button,   .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .more_delegates_button a{
        padding: 5px 3em;
        border: 4px solid #4f7f38 !important;
        color: #000;
        background-color: #f3f6f5 !important;
        height: 40px;
        text-transform: uppercase;
        cursor: pointer;
        outline: 0 !important;
        font-size: 13px !important;
        font-family: Arial;
        line-height: 1.42857143;
         font-weight: normal;
         border-radius: 0% !important;
   }
   
    .woocommerce a.remove{
   font-weight: normal;
    width: 100px;
    border: 4px solid #4f7f38 !important;
    color: #000 !important;
    background-color: #f3f6f5;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0 !important;
    font-size: 14px;
    font-family: Arial;
    line-height: 1.42857143;
    padding: 5px;
    border-radius: 0%;
}


.more_delegates_button a:hover, .woocommerce a.remove:hover, .af-form input[type="submit"]:hover, .cart_button:hover,   .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,  .af-form input[type="submit"]:hover, .cart_button:hover{
  color: #FFF !important;
    background-color: #4f7f38 !important;
   }
   
   
 .grecaptcha-badge {
    display: none;
}

.choose_conference_top {
    float: left;
    margin-left: 50px;
    width: 100%;
    max-width: 350px;
    margin-top: -5px;
}
.choose_conference_top select {
    border: 1px solid #ccc;
    color: #666;
    background-image: url(https://insssc.com/wp-content/uploads/2017/11/icon-arrow-down-transparent.png);
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0.3125em 1.75em 0.3125em 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 3px;
    text-transform: none;
    font-size: 14px;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif !important;
    height: 35px;
        width: 100%;
}  
.choose_conference_top select:focus {
    border: 1px solid #7ba813 !important;
    outline-color: #7ba813;
    outline: 1px !important;
}
.choose_conference_top select option[disabled], option:disabled {
    font-weight: bold;
    color: black !important;
}
.choose_conference_top select optgroup {
    font-weight: bold;
}
.choose_conference_top label {
    font-size: 12px;
    color: #000;
    font-family: arial;
    font-weight: bold;
    line-height: 10px;
}
@media (max-width: 690px) {
.choose_conference_top {
    display: none !important;
}
}
.schedule_register_box {
    position: absolute;
    top: -25px;
    right: 25px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
li.agendaLiSection:hover .schedule_register_box{
display: block;
}
a.schedule_register_box_a {
    padding: 10px 25px;
    border: 4px solid #4f7f38 !important;
    color: #000;
    background-color: #f3f6f5 !important;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0 !important;
    font-size: 13px !important;
    font-family: Arial;
    line-height: 1.42857143;
    font-weight: normal;
    border-radius: 0% !important;
}
a.schedule_register_box_a:hover{
    background-color: #4f7f38 !important;
    color: #f3f6f5 !important;
}
.register_now_button {
    width: 100%;
    height: 55px;
    padding-top: 20px;
}
.register_sub_h2{
    color: #263748;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}
.register_sub_h2 a{
    color: #04675f !important;
}
.register_sub_h2 a:hover{
    color: #85bb23 !important;
}

h1.vc_custom_heading {
    color: #a7b1ac !important;
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
    text-transform: none;
    line-height: 25px;
    text-align: left !important;
     font-size: 23px !important;
}
.attendance_h1_main {
        font-size: 35px !important;
    line-height: 34px !important;
    color: #04675f !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase !important;
    padding-top: 10px;
    text-align: left !important;
}
h1.vc_custom_heading.attendance_h1_main {
    font-size: 35px !important;
    line-height: 35px !important;
    color: #04675f !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase !important;
    padding-top: 10px !important;
    text-align: left !important;
}
.conference_option_details .col-sm-6 input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid darkgray;
    outline: none;
    box-shadow: 0 0 0px 0px grey inset;
    cursor: pointer;
}
.conference_option_details .col-sm-6 input[type='checkbox']:checked+span {
    padding-top: 8px !important;
    display: inline-block;
    margin-left: -3px !important;
}

.conference_option_details .col-sm-6 input[type='checkbox']:checked {
    top: 0px;
    left: 0px;
    width: 9px;
    height: 18px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 2px solid #01675f;
    border-bottom: 2px solid #01675f;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-right: 19px;
}

.header.shrink .sf-menu.nav > li > a {
    padding-left: 5px !important;
}
.speakers-media > img {
    display: block;
    margin: auto;
    border-radius: 50%!important;
    border: 1px solid #f2f2f2;
    background-color: #f8f8f8;
}
.circle .circle-inner:hover .media::after {
    background: url(https://insssc.com/wp-content/uploads/2019/03/co-located-hover.png);
    background-size: cover;
    content: '';
    position: absolute;
    left: 25px;
    width: 150px;
    height: 150px;
    opacity: 0.7;
    top: 0px;
    -webkit-transition: none;
    transition: none;
}
.speakerDetails_colocated:hover .agendaSpeakerImage:before {
    background: url(https://insssc.com/wp-content/uploads/2019/03/co-located-hover.png);
    background-size: cover;
    content: '';
    position: absolute;
    left: 47px;
    width: 55px;
    height: 55px;
    opacity: 0.7;
    top: 1px;
}
.speakerDetails_colocated:hover .agendaSpeakerImage {
    background: #f8f8f8 !important;
}
.colocated-heading {
    font-size: 16px;
    color: #a7b1ac !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
}
.space-bottom-20 {
    padding-bottom: 20px;
}
.speakerDetails_colocated .agendaSpeakerImage img {   
    border-radius: 50%;
    display: inline-block;
}
.speakerDetails_colocated .agendaSpeakerLogo {
    text-align: center;
}
.speakerDetails_colocated .agendaSpeakerImage {
    border: 1px solid #f2f2f2;
    background-color: #f8f8f8;
    border-radius: 50%;   
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.speakerDetails_colocated .agendaSpeakerLogo img {
    max-height: 30px;
    margin-top: 3px;
    max-width: 106px
}
.speakerDetails_colocated .colocated_popup {
display: none;
position: absolute;
    right: 25px;
    margin-top: 0px;
    color: #141f23 !important;
    font-weight: normal !important;
    width: 250px;
  border: 1px solid #bdc8ca;
    border-radius: 10px;
    padding-top: 10px;
background-color: #fff;
    z-index: 10000000;
}
.speakerDetails_colocated:hover .agendaSpeakerImage{
background:#ff0000;
}

.speakerDetails_colocated:hover .agendaSpeakerImage {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
}
.speakerDetails_colocated:hover .colocated_popup {
display:inline-block;
}
.speakerDetails_colocated .agendaSpeakerDetails {
    width: auto !important;
text-align: center;
    float: none;	
    margin-right: 10px;
}
@media (max-width: 700px) {
.speakerDetails_colocated .agendaSpeakerImage{
	width: auto !important;
    max-width: 200px !important;
}
}
.speakerDetails_colocated .agendaSpeakerDetails a:hover {
text-decoration: none !important;
}
.speakerDetails_colocated .conference_details {
     width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    background: #f2fff2 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #bdc8ca;
}
.speakerDetails_colocated .agendaSpeakerName {
    text-align: center;
}
.speakerDetails_colocated .agendaSpeakerName a {
    text-decoration: none !important;
    font-size: 20px;
    text-transform: capitalize;
    font-family: open sans,sans-serif!important;
    color: #4f4f4f !important;
}
.speakerDetails_colocated .agendaSpeakerName a:hover{
    color: #01675f !important;
text-decoration: none !important;
}
.speakerDetails_colocated .colocated-heading {
    font-size: 16px;
    color: #a7b1ac !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
}
.speaker_sidebar{
background-color: #f3f6f5 !important;
    border-left: 1px solid #bdc8ca;
padding-left:10px !important;
	    padding-bottom: 20px !important;
padding-top:10px !important;
}
.agenda_speaker_image_70{
	width:70px !important;
	height:70px !important;
	border: 1px solid #f2f2f2 !important;
    background-color: #f8f8f8 !important;
}
.agendaLiSection:hover .agenda_speaker_image_70:before {
    background: url(https://insssc.com/wp-content/uploads/2019/03/co-located-hover.png);
    background-size: cover;
    content: '';
    position: absolute;
    left: 21px;
    width: 55px;
    height: 55px;
    opacity: 0.7;
    top: 1px;
}
.shrink .logo img {
    height: 34px !important;
    width: auto !important;
}
li#menu-item-17925 a {
    color: #85bb23 !important;
}
 li#menu-item-19210 a {
    color: #85bb23 !important;
}

li#menu-item-17312 a {
    color: #fff !important;
}

li#menu-item-17312 a:hover {
    color: #85bb23 !important;
}

li#menu-item-24846 a {
   color: #F8E367 !important;
   margin-left: 10px;
    padding-top: 6px !important;
    padding-bottom: 7px !important;
    border: 1px solid #F8E367 !important;
    text-align: center;
    padding-left:15px !important;
}
li#menu-item-24846 a i{
    color: #F8E367 !important;
}
li#menu-item-24846 a:hover {
background-color: #f2fff2 !important;
    color: #141f23 !important;
     border: 1px solid #f2fff2 !important;
}
li#menu-item-24846 a:hover i{
    color: #141f23 !important;
}
li#menu-item-17925 a:hover, li#menu-item-19210 a:hover{
    background-color: #f2fff2 !important;
    color: #141f23 !important;
}

ul.tree_ul {
    padding-left: 20px;
}
.tree_ul li {
    font-weight: normal;
    color: #666;
    font-size: 12px;
    line-height: 25px;
    list-style-image: url(https://insssc.com/wp-content/uploads/2017/11/nordtree_list_icon.png);
    font-weight: normal;
}
.tree_ul li ul li {
    list-style-image: url(https://insssc.com/wp-content/uploads/2019/03/nordtree_list_icon_border.png);
}
@media (max-width: 991px){
		.choose_conference_top {
    display: none !important;
}

	}

@media (max-width: 769px) {
    .vc_row.wpb_row.vc_row-fluid.nsssc_home_row_main.vc_custom_1533463632270 {
    margin-top: 20px !important;
}
	.video_header {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}
	.eventhead{
		    margin-top: 0px !important;
	}
	.mob-education-news{
		display: none !important;
	}
	 .schedule_register_box {
    display: none !important;
}
.agendaSpeakerSection {
    min-height: auto !important;
}

	}
	
div#conference_option_div {
    clear: both;
    display: inline-block !important;
}
.wccpf-fields-group-1 {
    display: inline-block !important;
}
li.vc_tta-tab.nsssc2019ProgramTab {
    width: 21.05% !important;
}
.nsssc_logo_text{
    color: #000;
    font-family: Georgia;
    font-weight: normal;
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    padding-top: 10px;
}
.nsssc_logo_text hr{
    margin-top: 1px;
    margin-bottom: 2px;
    border-color: #e2eaf0 !important;
}
.nsssc_logo_text .span1{
    width: 50%;
    text-align: left;
    font-size: 12px;
    font-family: arial;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    line-height: 0px;
    display: block;
    float:left;
}
.nsssc_logo_text .span2{
    width: 50%;
    text-align: right;
    font-size: 12px;
    font-family: arial;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    line-height: 0px;
    display: block;
     float:left;
}
.header.shrink .nsssc_logo_text {
    font-size: 14px;
    line-height: 14px;
}
.header.shrink .nsssc_logo_text span.span1, .header.shrink .nsssc_logo_text span.span2 {
    font-size: 9px;
    margin-top: 3px;
}

.nsssc_3_row_heading_bg{
        background: -webkit-linear-gradient(right, #0091ae, #00a998);
    min-height: 140px;
    padding: 10px;
    padding-bottom:5px;
    background-image: url(https://insssc.com/wp-content/uploads/2019/11/header_background.png);
    background-size: cover;
   
}

.nsssc_2020{
    font-weight: bold;
    position: relative;
    bottom: 0px;
}
.nsssc_breadcrumbs {
    font-family: arial;
    font-size: 13px;
    position: relative;
    top: -12px;
    color: #a7b1ac;
}
.nsssc_breadcrumbs a {
    color: #01675f;
}
.nsssc_head_h1_blue{
    font-size: 25px !important;
    color: #ffffff !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none;
    line-height: 25px;
}
.conf_sub_menus_right a i {
    color: #85bb23 !important;
}
.we_accept_po {
    padding: 0px;
    width: 230px;
    float: left;
    margin-right: 20px;
    height: 37px;
    color: #141f23 !important;
    font-weight: bold;
    font-family: calibri !important;
    line-height: 14px;
    text-align: center;
    padding-top: 10px;
    position: relative;
    margin-top: 0px;
    background-color: #fffaf8 !important;
    border: 1px solid #bdc8ca;
    
}
.navigation_logo a {
    text-transform: uppercase !important;
}
.header_blue_subheading {
    font-size: 22px !important;
    color: #f5f4e0 !important;
    font-weight: normal;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none;
    line-height: 30px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.image_over_nt img {
    transition: all 0.8s ease-in-out;
}

.image_over_nt img:hover{
    transform: scale(1.05) scaleZ(1.0);
    transform-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
.logo a:hover, .logo a:hover .nsssc_logo_text{
    color: #517f3a !important;
}
h6 {
    text-transform: none !important;
}
.addToMySchedule .pdf_link_box, .sendMySchedule  .pdf_link_box{
    margin-top: 0px !important;
    margin-right: 0px;
    font-family: arial !important;
    font-size: 13px;
}
.addToMySchedule {
    margin-left: 15px;
    margin-bottom: 7px;
    margin-bottom: 1px;
    margin-top: 0px;
}
li.agendaLiSection .addToMySchedule, li.agendaLiSection .sendMySchedule{
    opacity:0;
    transition: all 0.8s ease-in-out;
}
li.agendaLiSection:hover .addToMySchedule, li.agendaLiSection:hover .sendMySchedule{
    opacity:1;
}
.nsssc_accordion {
    color: #111;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: transparent !important;
    border-top: 1px solid #e3e3e3;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    position: relative;
    font-size: 14px;
}
.nsssc_accordion:hover {
    color: #01675f !important;
}
.nsssc_panel {
    padding: 0px;
    display: none;
    overflow: hidden;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding-top: 0px;
}
.speaker_bio_details_accordian {
    margin-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
  /*  border-bottom: 1px solid #e3e3e3;*/
}
button.nsssc_accordion:after {
    content: '';
    right: 0px;
    width: 15px; height: 15px;
    background: url('https://insssc.com/wp-content/uploads/2019/11/nsssc_accordian_icons.png') -45px -45px;
    display: inline-block;
    position: absolute;
        transition: transform .3s ease-out;
    transform: rotate(0);
    transform-origin: center center;
}

button.nsssc_accordion:hover:after {
 background: url('https://insssc.com/wp-content/uploads/2019/11/nsssc_accordian_icons.png') -10px -45px; 
}
button.nsssc_accordion.active:after{
  /* background: url('https://insssc.com/wp-content/uploads/2019/11/nsssc_accordian_icons.png') -45px -10px; */
    transition: transform .3s ease-out;
    transform: rotate(45deg);
    transform-origin: center center;
}
/*
button.nsssc_accordion.active:hover:after {
   background: url('https://insssc.com/wp-content/uploads/2019/11/nsssc_accordian_icons.png') -10px -10px;
}
*/
.nsssc_panel li {
    font-size: 13px;
    color: #626265;
    line-height: 20px;
}
li.vc_tta-tab.nsssc2019CurrentProgramTab .day-numeric {
    font-size: 35px !important;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
li.vc_tta-tab.nsssc2019CurrentProgramTab a {
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.nsssc_2019_1_day_workshop {
    display: none !important;
}
li.vc_tta-tab.nsssc2019CurrentProgramTab {
    width: auto !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
li.vc_tta-tab.nsssc2019CurrentProgramTab {
    display: none !important;
}
.tabListSection li.nssscTab.vc_tta-tab {
    width: 19.85%;
}
}
li.agendaLiSection .agendaSpeakerSection {
    padding-bottom: 10px;
}
.schedule-box ul li ul li {
    list-style-image: url(https://nordtree.com/wp-content/uploads/2019/03/nordtree_list_icon_border.png);
}
.schedule-box ul li ul {
    margin-left: 0px !important;
}
.navigation_logo .sf-menu a {
    
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.navigation_logo .sf-menu a:after {
    background-image: url(https://insssc.com/menu_hover_tree.png);
    width: 100%;
    height: 11px;
    content: '';
    display: block;
    background-size: 11px 10px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.navigation_logo .sf-menu a:hover:after {
    opacity: 1;
}
.navigation_logo .sf-menu a span {
    font-weight: normal !important;
}
a.jevent-title-1 i {
    color: #808080 !important;
    margin-left: 5px;
}
a.jevent-title-1 i:hover{
    color: #01675f !important;
}
.tooltip_nsssc {
  position: relative;
  display: inline-block;
}
.tooltip_nsssc .tooltiptext {
    visibility: hidden; 
    text-align: left;
    padding: 5px;
    position: absolute;
    z-index: 999999;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    background-color: #fff !important;
    border: 1px solid #aaafb3;
    max-width: 550px;
    box-shadow: 0 0 7px 2px rgba(0,0,0,.2);
    width: 200px;
    font-weight: normal;
    bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip_nsssc:hover .tooltiptext {
  visibility: visible;
}
.vc_btn3-container.more_delegates_button.vc_btn3-inline {
    display: none !important;
}
li.nssscTab.nssscCoVIDPlanningTab.vc_tta-tab h2 .day-numeric {
    color: #ef3d32 !important;
}