
/* Main Screen CSS - Table of contents
   ========================================================================== */

/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header .............. Base header elements: logo, menu
  * Footer .............. Big and Small area in footer
  * Boxes ............... All models of boxes
  * Sidebar ............. All widgets
  * Icons ............... Define the icons used in the project
  * UI .................. Elements used as shortcode & custom posts
  * JS plugins .......... Css helper for javascripts plugins
  * Responsivness ....... Css for site responsivness

*/

/* Base
   ========================================================================== */
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    font-size: 15px;
    background: #fff;
    font-family: 'Lato', sans-serif;
    color: #191919;
    line-height: 1.5em;
}
a {
    outline: none;
}
hr {
    background: #ccc;
    height: 1px;
    display: block;
    margin: 0 0 80px 0;
    padding: 0;
    border: 0; 
}
.no-margin {
    margin: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #ff5113;
    text-decoration: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    color: #5a6a70;
    line-height: 1.5em;
    margin: 0 0 15px;
    font-weight: 700;
}
table {
    border: 1px solid #ddd;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 25px;
}
table thead {
    background: #f9f9f9;
}
table tr td,
table th {
    border: 1px solid #ddd;
}
table td, 
table th {
    padding: 7px 12px;
    vertical-align: middle;
}
dl dt {
    padding-bottom: 5px;
}
ul, ol {
    padding: 5px 0 5px 25px
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.event-content h1, .event-content h2, .event-content h3, .event-content h4, .event-content h5, .event-content h6 {
    margin: 0 0 10px;
    padding-top: 10px;
}
.event-footer {
    padding-top: 10px;
}
.fa {
    font-family: FontAwesome !important;
}
p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.7em;
    font-family: 'Lato', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
input,
textarea {
    font-family: 'Lato', sans-serif;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #95a5a6;
    padding: 0px 5px;
    color: #eee;
}
.float-right {
    float: right;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.img-right {
    float: right;
    width: 400px;
    margin: 0 0 20px 20px;
}
.padding {
    padding-top: 25px;
}

/* start site elements */
.result_container { 
  position: absolute;
  color: #eb3739;
  font-size: 13px;
  margin-top: -5px;
}

.the-dot {
    background: #eb3739;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #eb3739;
    -webkit-box-shadow: 0 0 0 1px #eb3739; 
}
.section-link {
    font-weight: 100;
    color: #04aceb;
    border-bottom: 1px dotted;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
}
.section-link:hover {
    border-bottom: 0;
}
.the-link {
    background: url('../images/link-arrow.png') center right no-repeat;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: inline-block;
    padding: 4px 25px 5px 1px; 
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #fff;
    position: relative;
}
.the-link:before {
    content: " ";
    background: #fff;
    width: 25px;
    margin-top: -1px;
    height: 1px;
    border-right: 2px solid #eb3739;
    position: absolute;
    top: 0;
    left: 0;
}
.the-link:after {
    content: " ";
    background: #fff;
    width: 25px;
    margin-bottom: -1px;
    height: 1px;
    border-right: 2px solid #eb3739;
    position: absolute;
    bottom: 0;
    left: 0;
}
.the-link:hover {
    color: #fff;
    padding-right: 30px;
}
.the-link-2 {
    background: #fff url('../images/link-arrow-2.png') center right no-repeat;
    border-bottom: 1px solid #d1d4d5;
    border-top: 1px solid #d1d4d5;
    display: inline-block;
    padding: 4px 25px 5px 5px; 
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #5a6a70;
    z-index: 3;
    font-weight: 700;
    position: relative;
}
.the-link-2:before {
    content: " ";
    background: #eb3739;
    width: 35px;
    margin-top: -1px;
    height: 1px;
    border-right: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.the-link-2:after {
    content: " ";
    background: #eb3739;
    width: 35px;
    margin-bottom: -1px;
    height: 1px;
    border-right: 4px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.the-link-2:hover {
    color: #eb3739;
    padding-right: 30px;
}

.the-link-3 {
    background: #fff url('../images/link-arrow-4.png') center left no-repeat;
    border-bottom: 1px solid #d1d4d5;
    border-top: 1px solid #d1d4d5;
    display: inline-block;
    padding: 4px 5px 5px 25px; 
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #5a6a70;
    z-index: 3;
    font-weight: 700;
    position: relative;
}

.the-link-3:before {
    content: " ";
    background: #eb3739;
    width: 35px;
    margin-top: -1px;
    height: 1px;
    border-left: 4px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.the-link-3:after {
    content: " ";
    background: #eb3739;
    width: 35px;
    margin-bottom: -1px;
    height: 1px;
    border-left: 4px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.the-link-3:hover {
    color: #eb3739;
    padding-left: 30px;
}

.wp-caption-text {}
.sticky css {}
.gallery-caption {}
.bypostauthor {}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.aligncenter {
    
}
/* end site elements */

/* === start animations === */
.scroll-top,
.comments-area .comment-respond .comments-point,
.the-slider .slider-dots li,
.the-slider .slide-arrows li,
.our-team .team-member .member-cover .team-social,
.event-schedule .tab-content ul,
.gallery-section .gallery-item .gallery-hover,
.coming-events .event-box .event-box-cover .event-box-hover,
header .bottom-header .main-nav .right-box li i,
.search-container,.search-container .search-box h4,
.the-countdown-slider .slide-arrows .slide-left,
.the-countdown-slider .slide-arrows .slide-right,
i,
input,
textarea,
.sticky-bar,
.info_section .fields-wrap label span,
.event_tickets.tickera tr td .tc_in_cart a,
a {
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

 

/* ===  end animations === */

/* ===  start color === */
header .bottom-header .main-nav li a:hover,
header .top-header ul li a:hover {
    color: #eb3739;
}
/* ===  end color === */

/* sticky header */
.homepage .is-sticky header .bottom-header {
    background: rgba(255,255,255,0.8);
}
.is-sticky header .top-header {
    display: none;
}
.sticky-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
header .bottom-header {
    padding: 17px 0 0;
}
header {
    background: rgba(0,0,0,0.6); 
}
/* header */
.homepage header {
    position: relative;
    z-index: 2;
    background: none; 
}
header {
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.2); 
}
header .top-header {
    border-bottom: 1px solid #dce6ed;
    padding: 15px 0;
}
header .top-header ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
header .top-header ul li {
    list-style: none;
    font-size: 14px;
    line-height: 1.5em;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
header .top-header .header-social {
    text-align: right;
}
header .top-header .header-info li i {
    margin-right: 5px;
    vertical-align: top;
    padding-top: 4px;
}
header .top-header .header-social li,
header .top-header .header-info li {
    margin-right: 20px;
    color: #fff;
}
.homepage header .top-header .header-social li,
.homepage header .top-header .header-info li {
    margin-right: 20px;
    color: #bdcacf;
}
header .top-header .header-social li:last-child,
header .top-header .header-info li:last-child {
    margin-right: 0;
}
header .top-header .header-social li a,
header .top-header .header-info li a {
    color: #fff;
}
.homepage header .top-header .header-social li a,
.homepage header .top-header .header-info li a {
    color: #bdcacf;
}
.homepage header .top-header .header-social li a:hover {
    color: #333;
}
header .top-header .header-social li a {
    font-size: 20px;
}

header .bottom-header {
    padding-top: 25px;
    padding-bottom: 5px;
}
header .bottom-header .logo {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
}
header .bottom-header .logo img {
    margin-top: -25px;
}

/* start search container */
.search-container.open {
    visibility: visible !important;
    -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}
.search-container {
   -webkit-transform: scale(.9);
   -moz-transform: scale(.9);
   -ms-transform: scale(.9);
   -o-transform: scale(.9);
   transform: scale(.9);
   opacity: 0;
   visibility: hidden;
   background: rgba(235, 57, 59, 0.7);
   position: fixed;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
}
.search-container .close-icon {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.search-container .close-icon:before, .search-container .close-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #fff;
}
.search-container .close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-container .close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-container .search-box {
    position: relative;
    opacity: 1;
    display: block;
    top: 50%;
    -webkit-transform: tranlateY(-50%);
    -moz-transform: tranlateY(-50%);
    -ms-transform: tranlateY(-50%);
    -o-transform: tranlateY(-50%);
    transform: tranlateY(-50%);
    margin: auto;
    width: 85%;
    max-width: 460px;
}
.search-container .search-box h4 {
    padding-top: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -8px;
    opacity: 0;
}
.search-container .search-box .search-form.has-value + h4 {
    top: 0;
    opacity: 1;
}
.search-container .search-box .search-form .search-submit {
    display: none;
}
.search-container .search-box .search-form .search-input {
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
    line-height: 1.8em;

}
.search-container .search-box .search-form input::-webkit-input-placeholder {
    color: #fff;
}
.search-container .search-box .search-form input:-moz-placeholder {
    color: #fff;
}
/* end search container */


/* start main-nav */
.responsive-menu {
    font-size: 18px;
    display: none;
    line-height: 1.5em;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
}

header .bottom-header .main-nav .right-box {
    padding-top: 3px;
    margin-left: 40px;
    cursor: pointer;
    display: inline-block;

}
header .bottom-header .main-nav .right-box ul {
    margin: 0;
}
header .bottom-header .main-nav .right-box li {
    display: inline-block;
}
header .bottom-header .main-nav .right-box li i {
    color: #fff;
    font-size: 16px;
}
header .bottom-header .main-nav .right-box li i:hover {
    color: #eb3739;
}

header .bottom-header .main-nav {
    font-family: 'Lato', sans-serif;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 0;
}
header .bottom-header .main-nav>ul>li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-right: 30px;
    *zoom: 1;
    *display: inline;
}
header .bottom-header .main-nav>ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
}
header .bottom-header .main-nav>ul>li:last-child>a {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
header .bottom-header .main-nav>ul>li>a {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-right: 1px solid #d4d5d5;
    padding-right: 30px;
}
.homepage header .bottom-header .main-nav .right-box li i, .homepage header .bottom-header .main-nav>ul>li>a {
    color: #5a6a70;
}
.homepage header .bottom-header .main-nav .right-box li i:hover,
.homepage header .bottom-header .main-nav>ul>li>a:hover {
    color: #eb3739;
}
header .bottom-header .main-nav ul li:hover>ul {
    display: block;
}
header .bottom-header .main-nav ul li>ul {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #f4f5f5;
    padding: 15px 15px 10px;
    z-index: 3;
    border-top: 2px solid #eb3739;
    margin: 30px 0 0 -15px;
    min-width: 150px; 
    box-shadow: 0 1px 1px #ccc;
    top: 0;
    left: 0; 
}
header .bottom-header .main-nav ul li ul li {
    list-style: none;
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
}
header .bottom-header .main-nav ul li ul li a {
    color: #5a6a70;
    font-size: 13px;
}
header .bottom-header .main-nav ul li ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #f4f5f5;
    padding: 15px 15px 10px;
    z-index: 3;
    border-top: 2px solid #eb3739;
    margin: -17px 0 0 100%;
    min-width: 150px; 
    box-shadow: 0 1px 1px #ccc;
    top: 0;
    right: 0; 
}
header .bottom-header .main-nav ul li ul li:hover ul {
    display: block;
}
/* end main-nav */


/* start partners */
.content-section .our-partners {
    padding-bottom: 30px;
}
.our-partners {
    padding: 50px 0;
}
.our-partners .tesla-carousel-items {
    overflow: hidden;
    padding: 5px 0;
}
.our-partners a {
    display: block;
}
.our-partners ul {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    -webkit-user-select: none; 
    -moz-user-select: none;     
    -ms-user-select: none; 
}
.our-partners ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
    cursor: pointer;
    color: #e3e3e3;
    *zoom: 1;
    *display: inline;
}
.our-partners ul li:last-child,
.our-partners ul li:first-child {
    color: #c5d1d6;
}
.our-partners ul li:last-child:hover,
.our-partners ul li:first-child:hover {
    color: #a5b3b9;
}
/* end partners */


/* start site image */
.site-image {
    position: relative;
    margin-bottom: 30px;
}
.site-image.home-img {
    background: url('../images/countdown-bg.png') no-repeat top center;
}
.site-image.page-img {
    background: url('../images/path-bg.jpg') no-repeat top center;
}
.site-image.error-img {
    margin-bottom: 0px;
    background: url('../images/error-bg.jpg') no-repeat top center;
}
.path-section {
    text-align: center;
    padding: 100px 0;
}
.path-section h3 {
    font-size: 44px;
    line-height: 1em;
    color: #5a6a70;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.path-section p {
    color: #5a6a70;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.path-section p a {
    color: #5a6a70;
}
.site-dot li:last-child,
.site-dot li:first-child {
    background: #b7a6a2;
    width: 30%;
}
.path-section .site-dot {
    z-index: 1;
    margin: 0;
}
.path-section .site-dot li:last-child,
.path-section .site-dot li:first-child {
    width: 10%;
}
.site-dot {
    margin: 40px 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 2;
}

.site-dot.title {
    margin: 20px 0 15px;
}

.site-dot li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.site-dot.title li:last-child, .site-dot.title li:first-child {
    width: 15%;
    background: #E2E2E2;
}

h4.site-dot-title {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}

.s-dot,
.site-dot li span {
    display: block;
    width: 14px;
    border-radius: 100%;
    text-align: center;
    height: 14px;
    padding: 2px;
    margin: 0 30px;
    border: 1px solid #eb3739;
}
.s-dot {
    margin: 0 auto;
}
.s-dot i,
.site-dot li span i {
    display: block;
    background: #eb3739;
    height: 8px;
    width: 8px;
    margin: auto;
    border-radius: 100%;
}
.site-dot li:last-child,
.site-dot li:first-child {
    background: #ccc;
    height: 1px; 
    margin-top: 5px;
    min-width: 120px;
}
/* end site image */


/* start error 404 */
.error-section {
    text-align: center;
    padding: 200px 0;
}
.error-section h3 {
    color: #fff;
    font-size: 170px;
    font-weight: 700;
    line-height: 0.8em;
}
.error-section h4 {
    font-size: 25px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 30px;   
}
.error-section .site-dot {
    color: #fff;
    margin: 0 25% 25px;
}
.error-section .site-dot span {
    border-color: #fff;
}
.error-section .site-dot span i {
    background: #fff;
}
/* end error 404 */


/* start pricing */
.pricing-section {
    padding: 20px 0;
}
.pricing-tables {
    padding: 0;
}
.pricing-tables>li {
    list-style: none;
    margin: 0;
    position: relative;
}
.pricing-tables>li:after {
    content: " ";
    background: #eb3739;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    margin: 108px -5px 0 0;
    right: 0;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #eb3739;
    -webkit-box-shadow: 0 0 0 1px #eb3739;
}
.pricing-tables>li:last-child:after {
    display: none;
}
.pricing-tables li .pricing-box .pricing-box-circle:after {
    position: absolute;
    height: 1px;
    background: #ddd;
    top: 0;
    content: " ";
    right: 0;
    width: 60px;
    margin: 111px -60px 0 0;
}
.pricing-tables li .pricing-box .pricing-box-circle:before {
    position: absolute;
    height: 1px;
    background: #ddd;
    top: 0;
    content: " ";
    left: 0;
    width: 60px;
    margin: 111px 0 0 -60px;
}
.pricing-tables li:last-child .pricing-box .pricing-box-circle:after,
.pricing-tables li:first-child .pricing-box .pricing-box-circle:before {
    display: none;
}
.pricing-box {
    position: relative;
    margin: 0 20px 40px;
    overflow: hidden;
    min-height: 220px;
}
.pricing-box .pricing-box-circle {
    border: 1px solid #ddd;
    padding: 19px;
    width: 220px;
    height: 220px;
    margin: 0 auto -60px;
    position: relative;
    z-index: 2;
    border-radius: 100%;
}
.pricing-box .pricing-box-circle div {
    width: 180px;
    height: 180px;
    background: #f6f8f9;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #ddd;
    padding-top: 22px;
}
.pricing-box .pricing-box-circle div i {
    font-size: 35px;
    color: #5a6a70;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}
.pricing-box .pricing-box-circle div h6 {
    color: #5a6a70;
    font-size: 55px;
    line-height: 0.9em;
    font-weight: 700;
    margin: 0 auto;
}
.pricing-box .pricing-box-circle div h6 span {
    color: #eb3739;
    font-size: 25px;
    padding-left: 5px;
    margin-right: -10px;
}
.pricing-box .pricing-box-circle div p {
    font-weight: 700;
    font-size: 16px;
    color: #eb3739;
    margin: 0;
}
.pricing-box .pricing-box-round {
    height: 100px;
    overflow: hidden;
    margin: -41px 0 20px -5px;
}
.pricing-box .pricing-box-round span {
    display: block;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    width: 260px;
    height: 260px;
    margin: -180px auto 10px;
}
.pricing-box .pricing-box-info {
    background: #f6f8f9;
    border: 1px solid #e4e4e4; 
    padding: 40px 30px 10px;
    position: relative;
    z-index: 1;
}
.pricing-box .pricing-box-info ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.pricing-box .pricing-box-info ul li {
    list-style: none;
    padding-bottom: 14px;
    margin-bottom: 14px;
    color: #5a6a70;
    font-size: 17px;
    position: relative;
}
.pricing-box .pricing-box-info ul li:after {
    content: " ";
    width: 120px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dee3e7;
    height: 1px;
}
.pricing-box .pricing-box-info ul li:last-child:after {
    display: none;
}
.pricing-box a {
    color: #858f93;
    margin: 10px auto 35px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px dotted;
}
.pricing-box a:hover {
    color: #555;
}
/* Pricing type 2 */
.pricing-tables-2 .pricing-box {
    margin: 0 0 30px;
    padding: 70px 30px;
    background: #f6f8f9;
    border: 1px solid #e4e4e4;
}
.pricing-tables-2 .pricing-box h6 {
    font-size: 40px;
    line-height: 0.8em;
    color: #eb3739;
    text-align: center;
}
.pricing-tables-2 .pricing-box p {
    text-align: center;
    font-size: 17px;
    text-align: center;
    color: #5a6a70;
    line-height: 1em;
}
.pricing-tables-2 .pricing-box .pricing-box-info {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
}
.pricing-tables-2 .site-dot li:last-child,
.pricing-tables-2 .site-dot li:first-child {
    width: 50px;
    min-width: 25px;
}
.pricing-tables-2 a {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    line-height: 1.5em;
    background: #31393f;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    padding: 12px 30px;
    border: 0;
}
.pricing-tables-2 a:hover {
    background: #eb3739;
    color: #fff;
}
.pricing-tables-2 .pricing-box-popular {
    position: relative;
}
.pricing-tables-2 .pricing-box-popular .most-popular {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #eb3739;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 6px;
}
/* Pricing type 3 */
.pricing-tables-3 {
    background: #eb3739;
    margin: 0; 
}
.pricing-tables-3 li {
    padding: 0;
}
.pricing-tables-3 .pricing-box {
    margin: 0; 
    padding: 70px 30px;
}
.pricing-tables-3 .pricing-box .pricing-box-info {
    background: none;
    border: 0;
}
.pricing-tables-3 .pricing-box-popular {
    position: relative;
    background: rgba(255,255,255,0.05);
}
.pricing-tables-3 .pricing-box-popular .most-popular {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 5px 5px 0;
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #eb3739;
    font-weight: 700;
    padding: 6px;
}
.pricing-tables-3 .pricing-box .pricing-box-info ul {
    padding: 0;
    margin: 0;
}
.pricing-tables-3 .pricing-box .pricing-box-info ul li {
    border: 0;
    margin: 0 auto 10px;
    padding: 0 auto 10px;
    font-size: 17px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}
.pricing-tables-3 .pricing-box .pricing-box-info ul li:last-child {
    margin: 0;
    padding: 0;
}
.pricing-tables-3 .pricing-box .pricing-box-info ul li:after {
    display: none;
}
.pricing-tables-3 .site-dot li:last-child,
.pricing-tables-3 .site-dot li:first-child {
    width: 70px;
    min-width: 25px;
    background: #fff;
}
.pricing-tables-3 .site-dot li span {
    border: 1px solid #fff;
}
.pricing-tables-3 .site-dot li span i {
    background: #fff;
}
.pricing-tables-3 .pricing-box h6 {
    font-size: 40px;
    line-height: 0.8em;
    color: #fff;
    text-align: center;
}
.pricing-tables-3 .pricing-box p {
    text-align: center;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1em;
    margin: 0 auto 30px;
}
.pricing-tables-3 a {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    line-height: 1.5em;
    background: #31393f;
    letter-spacing: 1px;
    border: 0;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    padding: 12px 30px;
}
.pricing-tables-3 a:hover {
    background: #fff;
    color: #31393f;
}
/* end pricing */


/* start ticket section */

.contact-form .ticket-line {
    width: 100%;
    border-bottom: 1px solid #d8e4e8;
    outline: none; 
    color: #5a6a70;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0 !important;
    margin: 10px auto 30px;
}
.contact-form .ticket-line:focus {
    border-bottom: 1px solid #eb3739;
}
.contact-form .ticket-button {
    background: #31393f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 15px 60px;
    display: inline-block;
    margin: 0 auto 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}
.contact-form .ticket-button:hover {
    background: #1c2124;
}
/* end ticket section */


/* start countdown */
.countdown-section {
    padding: 100px 0 450px;
    position: relative;
    z-index: 1;
}
.countdown-section.no-bg-image{
    padding-bottom: 50px;
}
.countdown-section-single {
    padding: 20px 0 50px;
    position: relative;
    z-index: 1;
}
.countdown-section h1 {
    text-transform: uppercase;
    color: #5a6a70;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 40px;
}
.countdown-section h1 a {
    color: #5a6a70;
}
.countdown-section h1 a:hover {
    color: #eb3739;
}
.countdown-section .event-link {
    color: #919a9d;
    font-weight: 900;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    height: 20px;
    margin-bottom: 20px;
    background: url('../images/event-bg.png') center center no-repeat;
}
.countdown-section .event-link:after {
    background: #ccc;
    top: 0;
    left: 0;
    height: 3px;
    width: 1px;
    position: absolute;
    content: "";
}
.countdown-section .event-link:before {
    background: #ccc;
    top: 0;
    right: 0;
    height: 3px;
    width: 1px;
    position: absolute;
    content: "";
}
.countdown-section .event-link span {
    color: #eb3739;
}
.countdown-section .countdown-box {
    margin: 0 auto;
    max-width: 800px;
    padding-left: 30px;
}
.countdown-section .countdown-box .time-box {
    background: #eeeeee;
    color: #bdcacf;
    font-size: 86px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    width: 150px;
    padding-top: 30px;
    height: 150px;
    line-height: 1em;
    margin: 0 0 4px;
}
.countdown-section .countdown-box span {
    display: block;
    color: #bdcacf;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5em;
}
/* end countdown */


/* start main sidebar */
.main-sidebar {
    font-family: 'Lato', sans-serif;
    padding: 0 0 50px;
    margin: 0;
}
.main-sidebar .widget {
    margin: 0 0 40px;
}
.main-sidebar .widget .site-dot {
    margin: 10px 0 5px;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.main-sidebar .widget .site-dot li {
    width: 20%;
    margin: 0;
    padding: 0;
    min-width: 1px;
    border: 0;
}
.main-sidebar .widget .site-dot li span {
    margin: -6px auto 0;
}
.main-sidebar .widget .site-dot li:first-child,
.main-sidebar .widget .site-dot li:last-child {
    width: 40%;
}
.main-sidebar .widget .widget-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #5a6a70;
}

.widget.widget-popular-posts ul,  .widget.widget-posts-event ul, .widget.widget-posts  ul {
    margin: 0;
    padding: 0;
}
.widget.widget-popular-posts ul li, .widget.widget-posts-event ul li, .widget.widget-posts ul li {
    list-style: none;
    margin: 0 0 20px;
    padding: 0 0 0 50px;
    position: relative;
}
.widget.widget-popular-posts ul li:last-child, .widget.widget-posts-event ul li:last-child, .widget.widget-posts ul li:last-child {
    margin: 0;
}
.widget.widget-popular-posts ul li img, .widget.widget-posts-event ul li img, .widget.widget-posts ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
.widget.widget-popular-posts ul li h5, .widget.widget-posts-event ul li h5, .widget.widget-posts ul li h5 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 1.3em;
}
.widget.widget-popular-posts ul li h5 a, .widget.widget-posts-event ul li h5 a, .widget.widget-posts ul li h5 a {
    color: #5a6a70;
}
.widget.widget-popular-posts ul li h5 a:hover, .widget.widget-posts-event ul li h5 a:hover, .widget.widget-posts ul li h5 a:hover {
    color: #eb3739;
}
.widget.widget-popular-posts ul li p, .widget.widget-posts-event ul li p, .widget.widget-posts ul li p {
    font-size: 10px;
    color: #333;
    margin: 0;
    text-transform: uppercase;
}

.widget.widget-popular-posts ul li p span {
    font-size: 10px;
    color: #a2a2a2;
    text-transform: none;
    padding-left: 10px;
}

.main-sidebar .widget_categories ul {
    margin: 0;
    padding: 0;
}
.main-sidebar .widget_categories ul li {
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5em;
    list-style: none;
    border-bottom: 1px solid #ccc;
}
.main-sidebar .widget_categories ul li a {
    color: #5a6a70;
}
.main-sidebar .widget_categories ul li a:hover {
    color: #eb3739; 
}
.main-sidebar .widget_categories ul li:last-child {
    margin: 0;
}

.main-sidebar .widget-twitter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main-sidebar .widget-twitter  .twitter li {
    position: relative;
    padding: 0 0 15px 30px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #757575;
    line-height: 21px;
    border-bottom: 1px solid #f1f1f1;
}
.main-sidebar .widget-twitter .twitter li:before {
    font-family: FontAwesome;
    content: "\f099";
    position:absolute;
    top: 0;
    left: 0;
    color: #599cc7;
    font-size: 20px;
}
.main-sidebar .widget-twitter .twitter li a {
    font-size: 13px;
    display: inline-block;
}
.main-sidebar .widget-twitter .twitter li .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #599cc7;
}

.main-sidebar .widget-twitter li .date {
    display: block;
    font-size: 12px;
    color: #a2a2a2;
}

/* end main sidebar */


/* start gallery */
.gallery-section {
    padding: 10px 0 40px;
}
.gallery-section.single {
    padding-bottom: 65px;
}
.gallery-section .gallery-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.gallery-section .gallery-item .gallery-hover {
    position: absolute;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;  
    opacity: 0;
    filter: alpha(opacity=0);
}
.gallery-section .gallery-item:hover .gallery-hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery-section .gallery-item .gallery-hover h3 {
    margin: 25% auto 10px;
}
.gallery-section .gallery-item .gallery-hover h3 a {
    color: #ffffff;
    font-weight: 300;
    font-size: 23px;
}
.gallery-section .gallery-item .gallery-hover a {
    color: #fff;
    font-size: 35px;
    margin: 0 10px;
    font-weight: 100;
}

.gallery-section .gallery-item .single a {
    margin: 100px 10px 0px 10px;
    font-size: 40px;
}
.gallery-section .gallery-item .gallery-hover a i {
    font-size: 18px;
    vertical-align: bottom;
}
.gallery-section .gallery-item .gallery-hover-single a i {
    padding-top: 32%;
    font-size:26px;
    vertical-align: bottom;
}
/* end gallery */


/* start comments area */
.comments-area {
    padding: 25px 0 50px;
}
.commentlist {
    margin: 0 0 50px;
}
.commentlist ul {
    padding-left: 100px;
}
.commentlist li {
    list-style: none;
}
.commentlist li .comment {
    padding-left: 120px;
    margin-bottom: 30px;
    position: relative;
    min-height: 100px;
    padding-right: 60px;
}
.commentlist li .comment .comment-info {
    margin: 0 0 10px 0;
    color: #7d9494;
    font-size: 16px;
    font-weight: 700;
}
.commentlist li .comment p {
    font-size: 13px;
    color: #7d9494;
}
.commentlist li .comment .comment-info span {
    font-weight: 400;
    font-size: 14px;
}
.commentlist li .comment .comment-info .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #7d9494;
    font-size: 14px;
    font-weight: 700;
}
.comments-area .logged-in-as a, .commentlist li .comment .comment-edit-link, .commentlist li #cancel-comment-reply-link {
    color: #7d9494;
    font-size: 14px;
    font-weight: 700;
}
.commentlist li .comment .comment-info .comment-reply-link:hover, .comments-area .logged-in-as a:hover, .commentlist li .comment .comment-edit-link:hover, .commentlist li #cancel-comment-reply-link a:hover {
    color: #607474;
}

.commentlist li .comment .comment-image {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.commentlist li .comment .comment-image img {
    width: 100px;
    border: 2px solid #e8e8e8;
    border-radius: 100% 0 0 100%;
}

.comments-area .comment-respond {
    margin: 0 0 30px;
}
.comments-area .comment-respond .comments-line {
    width: 100%;
    border-bottom: 1px solid #d8e4e8;
    outline: none; 
    color: #5a6a70;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0;
    margin: 0 auto 20px;
}
.comments-area .comment-respond .comments-area {
    width: 100%;
    border-bottom: 1px solid #d8e4e8;
    outline: none; 
    color: #5a6a70;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0;
    margin: 0 auto 20px;
    height: 100px;
    resize: none;
}
.comments-area .comment-respond .comments-line:focus,
.comments-area .comment-respond .comments-area:focus {
    border-bottom: 1px solid #eb3739;
}
.comments-area .comment-respond .comments-button {
    border-bottom: 1px solid #d8e4e8;
    background: none;
    color: #858f93;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1px;
    padding: 5px 0;
}
.comments-area .comment-respond .comments-point {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin: auto;
}
.comments-area .comment-respond .comments-point .s-dot {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}
.comments-area .comment-respond .comments-point:hover {
    padding-right: 30px;
}
/* end comments area */


/* start coming-events */
.homepage .coming-events {
    padding: 50px 0 px;
}
.coming-events.related {
    padding-bottom: 10px;
}
.coming-events {
    padding: 10px 0 40px;
}
.coming-events.single {
    padding-bottom: 15px;
}
.coming-events .event-filter {
    margin-bottom: 50px;
}
.coming-events .event-filter input,
.coming-events .event-filter select {
    background: #eb3739;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
    border-radius: 3px;
    width: 100%;
    letter-spacing: 1px;
    padding: 15px;
    outline: none;
}
.coming-events .event-filter input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.coming-events .event-filter input:-ms-input-placeholder {
  color: #fff;
}
.coming-events .event-filter input::-webkit-input-placeholder {
  color: #fff;
}
.coming-events .event-filter input[type=submit] {
    float: right;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    background: #31393f;
    color: #fff;
    line-height: 1.5em;
    border-radius: 3px;
    letter-spacing: 1px;
    padding: 15px 45px;
}
.coming-events .tesla-carousel-items {
    overflow: hidden;
}
.coming-events .event-box {
    margin-bottom: 40px;
}
.coming-events .event-box .event-box-cover {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.coming-events .event-box .event-box-cover img {
    width: 100%;
}
.coming-events .event-box .event-box-cover .event-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 7px solid #31393f;
    opacity: 0;
    filter: alpha(opacity=0);
}
.coming-events .event-box:hover .event-box-cover .event-box-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.coming-events .event-box .event-box-cover .event-box-share {
    position: absolute;
    top: 0;
    right: 0;
    background: #31393f;
    color: #fff;
    padding: 1px 3px 10px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 1em;
}
.coming-events .event-box .event-box-cover .event-box-share span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
}
.coming-events .event-box .event-box-cover h6 {
    background: #eb3739;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;
    display: inline-block;
}
.coming-events .event-box h4 {
    text-align: center;
    color: #5a6a70;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.coming-events .event-box h4 a {
    color: #5a6a70;
}
.coming-events .event-box h4 a:hover {
    border-bottom: 1px dotted;
}
.coming-events .event-box p {
    color: #eb3739;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    text-align: center;
    font-size: 15px;
}
.coming-events ul {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    -webkit-user-select: none; 
    -moz-user-select: none;     
    -ms-user-select: none; 
}
.coming-events ul li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
    cursor: pointer;
    color: #e3e3e3;
    *zoom: 1;
    *display: inline;
}
.coming-events ul li:last-child,
.coming-events ul li:first-child {
    color: #c5d1d6;
}
.coming-events ul li:last-child:hover,
.coming-events ul li:first-child:hover {
    color: #a5b3b9;
}
/* end coming-events */


/* start blog section */
.content-section {
    padding-bottom: 40px;
}
.content-section .post-footer,
.content-section .post-content {
    padding: 0 0 0 95px;
}

.content-section .blog-post {
    margin: 0 0 50px;
}
.content-section .blog-post .post-heade {
    margin: 0 0 10px;
}

.blog-post .post-cover blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    font-style: italic;
    background: #eb3739;
}
.blog-post .post-cover blockquote p {
    font-size: 20px;
    color: #fff !important;
    padding: 25px 50px 30px 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.blog-post .post-cover {
    margin: 0 0 30px;
}
.blog-post .post-cover .the-slider {
    margin: 0;
    padding: 0;
}
.blog-post .post-cover iframe {
    width: 100%;
    height: 430px;
}
.blog-post .post-header {
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 80px; 
}
.blog-post .post-header .post-date {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    color: #5a6a70;
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    width: 80px;
    padding-top: 8px;
}
.blog-post.sticky .post-header .post-date {
    padding-top: 48px;
}
.blog-post .post-header .post-date span {
    display: block;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 1px;
}
.blog-post .post-header h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    position: relative;
    color: #5a6a70;
    line-height: 1.5em;
    border-left: 1px solid #d1d4d5;
    border-bottom: 1px solid #d1d4d5;
    padding: 0 10px 5px 15px;
}
.blog-post .post-header h2:before {
    position: absolute;
    height: 35px;
    width: 1px;
    background: #eb3739;
    bottom: 0;
    left: 0;
    margin: 0 0 -18px -1px;
    content: " ";
}
.blog-post .post-header h2:after {
    position: absolute;
    height: 1px;
    width: 100px;
    background: #eb3739;
    bottom: 0;
    right: 0;
    margin: 0 0 -1px 0;
    content: " ";
    border-left: 20px solid #fff;
}
.blog-post .post-header h2 a {
    color: #5a6a70;
}
.blog-post .post-header ul {
    margin: 0;
    border-left: 1px solid #d1d4d5;
    padding: 5px 10px 5px 15px;
}
.blog-post .post-header ul li {
    list-style: none;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 15px 0 0;
    color: #5a6a70;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.blog-post .post-header ul li:last-child {
    margin: 0;
}
.blog-post .post-header ul li a {
    color: #5a6a70;
}
.blog-post .post-header h2 a:hover,
.blog-post .post-header ul li a:hover {
    color: #eb3739;
}
.blog-post .post-footer ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.blog-post .post-footer ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #0093ca;
    font-style: italic;
    *zoom: 1;
    *display: inline;
}
.blog-post .post-footer ul li:first-child {
    margin-right: 5px;
    font-style: normal;
    color: #5a6a70;
}
.blog-post .post-footer ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #22a1d1;
}
.blog-post .post-footer ul li a:hover {
    color: #eb3739;
}
.blog-post .post-footer .post-socials {
    margin-bottom: 35px;
}
.blog-post .post-footer .post-socials li {
    margin-right: 10px;
}
.blog-post .post-footer .post-socials li a {
    color: #a6a6a6;
    font-style: normal;
    vertical-align: top;
    font-size: 13px;
}
.blog-post .post-footer .post-socials li a i {
    font-size: 16px;
    margin: 5px 6px 0 10px;
}
.blog-post .post-footer .post-socials li a i.fa-twitter {
    color: #55acee;
}
.blog-post .post-footer .post-socials li a i.fa-facebook {
    color: #3b5998;
}
.blog-post .post-footer .post-socials li a i.fa-google-plus {
    color: #ff5619;
}
.blog-post .post-footer .post-socials li a i.fa-pinterest {
    color: #cb2027;
}
.blog-post .post-footer .post-socials li a i.fa-linkedin {
    color: #007bb6;
}
.blog-post .post-footer .post-selections {
    margin-bottom: 10px;
    position: relative;
}
.blog-post .post-footer .post-selections:after {
    content: " ";
    border-bottom: 1px dotted #eb3739;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 16px;
}
/* end blog section */


/* start event section */
.event-section {
    padding-bottom: 30px;
}
.event-post .event-cover {
    margin: 0 0 30px;
}
.event-post .event-cover .the-slider {
    margin: 0;
    padding: 0;
}
.event-post .event-cover iframe {
    width: 100%;
    height: 430px;
}
.event-post .event-header {
    margin: 0 0 20px;
    position: relative;
    padding: 0; 
}
.event-post .event-header h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    position: relative;
    color: #5a6a70;
    line-height: 1.5em;
}
.event-post .event-header .event-header-box {
    background: #eb3739;
    padding: 10px 20px;
    min-height: 80px;
    margin: 0 0 20px;
}
.event-post .event-header .event-header-box i {
    color: #fff;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    padding-top: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
    font-size: 27px;
}
.event-header .event-header-box .box-event-info {
    position: relative;
    padding-left: 80px;
}
.event-header .event-header-box .box-event-info p {
    font-weight: 700;
    margin: 0;
    padding-top: 7px;
    line-height: 1.5em;
    color: #fff;
}
.event-post .event-footer ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.event-post .event-footer ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #0093ca;
    font-style: italic;
    *zoom: 1;
    *display: inline;
}
.event-post .event-footer ul li:first-child {
    margin-right: 5px;
    font-style: normal;
    color: #5a6a70;
}
.event-post .event-footer ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #22a1d1;
}
.event-post .event-footer ul li a:hover {
    color: #eb3739;
}
.event-post .event-footer .event-socials {
    margin-bottom: 35px;
}
.event-post .event-footer .event-socials li {
    margin-right: 10px;
}
.event-post .event-footer .event-socials li a {
    color: #a6a6a6;
    font-style: normal;
    vertical-align: top;
    font-size: 13px;
}
.event-post .event-footer .event-socials li a i {
    font-size: 16px;
    margin: 5px 6px 0 10px;
}
.event-post .event-footer .event-socials li a i.fa-twitter {
    color: #55acee;
}
.event-post .event-footer .event-socials li a i.fa-facebook {
    color: #3b5998;
}
.event-post .event-footer .event-socials li a i.fa-google-plus {
    color: #ff5619;
}
.event-post .event-footer .event-socials li a i.fa-pinterest {
    color: #cb2027;
}
.event-post .event-footer .event-socials li a i.fa-linkedin {
    color: #007bb6;
}
.event-post .event-footer .event-selections {
    margin-bottom: 30px;
    position: relative;
}
.event-post .event-footer .event-selections:after {
    content: " ";
    border-bottom: 1px dotted #eb3739;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 16px;
}
.event-post .event-footer .event-selections a:hover,
.event-post .event-footer .event-selections a {
    background: #fff;
    padding: 5px;
    cursor: default;
    color: #5a6a70;
}
/* end event section */


/* start the slider */
.the-slider {
    position: relative;
    margin: 0 0 50px 0;
    padding: 0;
}
.the-slider ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.the-slider .slide-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
    margin: -20px auto 0;
}
.the-slider .slide-arrows li {
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff; 
}
.the-slider .slide-arrows li.slide-left {
    position: absolute;
    left: 0;
    background: url('../images/link-arrow-3.png') no-repeat center center;
}
.the-slider .slide-arrows li.slide-right {
    position: absolute;
    right: 0;
    background: url('../images/link-arrow.png') no-repeat center center;
}
.the-slider .slide-arrows li:hover {
    width: 50px;
}
.the-slider .slide-wrapper li {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}
.the-slider .slider-dots {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 0;
    padding: 0; 
}
.the-slider .slider-dots li {
    list-style: none;
    width: 8px;
    margin: 0 3px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    background: none;
    border: 1px solid #666;
}
.the-slider .slider-dots li.active {
    background: #666;
    border: 1px solid #fff;
}
/* end the slider */


/* start events schedule */
.homepage .event-schedule {
    margin-bottom: 0;
}
.event-schedule {
    padding: 40px 0 60px;
}
.event-schedule .event-day {
    border-top: 1px solid #e9eef1;
    position: relative;
    padding-left: 80px;
    margin-top: -1px;
}
.event-schedule .event-day h5 {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 18px;
    color: #31393f;
    padding-top: 10px;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 700;
}
.event-schedule .event-day h5 span {
    font-weight: 400;
}
.event-schedule .tab-content ul {
    margin: 0;
    padding: 3px 0;
    font-size: 0;
    border-bottom: 1px solid #e9eef1;
}
.event-schedule .tab-content ul:hover {
    background: #f6f6f6;
}
.event-schedule .tab-content ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    padding: 10px;
    min-height: 42px;
    color: #9fa3a5;
    font-weight: 300;
    *zoom: 1;
    *display: inline;
}
.event-schedule .tab-content ul li a {
    color: #31393f;
    font-size: 15px;
    font-weight: 400;
}
.event-schedule .tab-content ul li a:hover {
    border-bottom: 1px dotted;
}
.event-schedule .tab-content ul li i {
    color: #eb3739;
    font-style: normal;
    font-weight: 400;
}
.event-schedule .tab-content ul li:first-child {
    border-right: 2px solid #ccd5da;
    font-size: 11px;
    text-align: right;
    line-height: 1.5em;
    font-weight: 400;
    padding: 5px 10px;
    color: #9fa3a5;
    margin-right: 10px;
}
.event-schedule .tab-content ul li:last-child {
    border-left: 2px solid #ccd5da;
    text-align: center;
    color: #9fa3a5;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.event-schedule .tab-content ul li:last-child span {
    font-weight: 400;
}
.event-schedule .tab-content ul li:first-child span {
    display: block;
    color: #31393f;
}
.event-schedule .nav-tabs {
    border: 0;
    padding: 0;
    font-size: 0;
    margin: 0 0 40px 0;
}
.event-schedule .nav-tabs li {
    display: inline-block;
    margin: 0 -1px 0 0;
    font-size: 14px;
    padding: 0;
    *zoom: 1;
    *display: inline;
}
.event-schedule .nav-tabs > li > a {
    display: block;
    padding: 8px;
    text-align: center;
    min-width: 200px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    line-height: 1.5em;
    color: #b8b8b8;
    margin: 0;
    border-radius: 0;
}
.event-schedule .nav-tabs > li.active > a,
.event-schedule .nav-tabs > li > a:hover {
    background: #eb3739;
    color: #fff;
    border: 1px solid #eb3739;
}
/* end events schedule */

/* start timetable */
.timetable-section {
    padding: 40px 0;
}

.timetable { 
  table-layout: fixed;
  width: 100%; 
  border-collapse: collapse;
  border-spacing: 0;
}

.timetable td span {
    display: block;
}

.timetable td br{
    margin: 0px 0 10px;
}

.timetable .d-bg-c {
    background: #eb3739;
    color: #fff;
    vertical-align: middle;
}

.timetable .d-bg-c a {
    color: inherit;
}

.timetable .d-bg-c a:hover {
    color: #D2D2D2;
}

.timetable thead th {
    min-height: 30px;
    max-height: 50px;
}

.timetable thead th span{
    padding: 2px 0px;
    position: relative;
    display: block;
    font-size: 16px;
    color: #2e2d2e;
}

.timetable tbody tr {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.timetable tbody tr td:first-child {
    font-size: 13px;
    width: 16%;
}

.timetable tbody td, .timetable thead th {
    padding: 10px 5px;
    *zoom: 1;
    *display: inline;
    font-size: 12px;
    line-height: 1.5em;
    width: 12%;
    color: #454345;
    text-align: center;
    text-transform: uppercase;
    height: 95px;
    border: 2px solid #fff;
}

.timetable thead tr th {
    height: 0px;
}

.timetable tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.timetable tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

/* end timetable section */

/* start contact */
.contact-section {
    padding: 50px 0;
}
.contact-section h4 {
    color: #666;
    font-weight: 700;
    margin: 0 auto 10px;
}
.contact-form {
    margin: 0 auto 80px;
}


li.parsley-type, li.parsley-required {
    position: absolute;
    margin-top: -12px;
    font-size:14px;
    color: #eb3739;
    list-style-type: none;
}

.contact-form .contact-line {
    width: 100%;
    border-bottom: 1px solid #d8e4e8;
    outline: none; 
    color: #5a6a70;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0;
    margin: 0 auto 20px;
}
.contact-form .contact-area {
    width: 100%;
    border-bottom: 1px solid #d8e4e8;
    outline: none; 
    color: #5a6a70;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0;
    margin: 0 auto 20px;
    height: 100px;
    resize: none;
}
.contact-form .contact-line:focus,
.contact-form .contact-area:focus {
    border-bottom: 1px solid #eb3739;
}
.contact-form .contact-button {
    border-bottom: 1px solid #d8e4e8;
    background: none;
    color: #858f93;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1px;
    padding: 5px 0;
}
.contact-form .contact-point {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.contact-form .contact-point .s-dot {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}
.address-box {
    border-bottom: 1px solid #dee3e7;
    margin: 0 40px 80px;
}
.address-box ul {
    border-radius: 100% 100% 0 0;
    padding: 50px 30px 0;
    margin: 0 30px -1px;
    text-align: center;
    border: 1px solid #dee3e7;
    border-bottom: 1px solid #fff;
}
.address-box ul li {
    list-style: none;
}
.address-box ul li h5 {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    color: #5a6a70;
    line-height: 1.5em;
    text-align: center;
    margin: 15px auto;
}
.address-box ul li p {
    margin: 0;
    color: #5a6a70;
    font-size: 14px;
    line-height: 2em;
    white-space:pre-wrap;
}
.address-box ul li a {
    color: #5a6a70;
}
.address-box ul li a:hover {
    color: #eb3739;
}
/* end contact */


/* start pagination */
.page-numbers {
    margin: 0 auto 15px;
    text-align: center;
    padding: 0;
}
.page-numbers li {
    display: inline-block;
    margin: 0 8px;
    padding: 15px 0 0;
    *zoom: 1;
    *display: inline;
}
.page-numbers .current, .page-numbers li a {
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    color: #ccc;
    font-weight: 700;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1em;
}
.page-numbers .current {
    color: #fff;
    background: #eb3739;
    border: 1px solid #eb3739;
}
.page-numbers li a:hover {
    background: #f1f1f1;
}

.post-navigation {
    margin: 0 auto 15px;
    text-align: center;
    padding: 0;
}

/* end pagination */


/* start team */
.homepage .our-team {
    margin-bottom: 0;
}
.our-team {
    padding: 50px 0 10px;
    margin-bottom: 20px;
}
.our-team .team-member {
    margin: 0 10px 30px;
    text-align: center;
}

.our-team .margin-top {
    margin-top: 70px;
}

.our-team .team-member .member-cover {
    border: 5px solid #cccccc;
    padding: 15px;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.our-team .team-member .member-cover .round-relative {
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}
.our-team .team-member .member-cover .team-social {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    margin: 0;
    padding: 50% 0 0;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.our-team .team-member:hover .member-cover .team-social {
    opacity: 1;
    filter: alpha(opacity=100);
}
.our-team .team-member .member-cover .team-social li {
    list-style: none;
    font-size: 14px;
    color: #fff;
    margin: -17px 5px 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 20px;
}
.our-team .team-member .member-cover .team-social li a {
    display: block;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 34px;
    font-size: 18px;
    padding-top: 6px;
    color: #fff;
    line-height: 1.5em;
    height: 34px;
}
.our-team .team-member .member-cover .team-social li a:hover {
    color: #eb3739;
    border-color: #eb3739;
}
.our-team .team-member .member-cover img {
    border-radius: 100%;
}
.our-team .team-member h5 {
    color: #798289;
    font-size: 19px;
    line-height: 1.5em;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
}

.our-team .team-member h5 a {
    color: #5a6a70;
}

.our-team .team-member h5 a:hover {
    border-bottom: 1px dotted;
}

.our-team .team-member h6 {
    color: #eb3739;
    text-transform: none;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
}
.our-team p {
    color: #5a6a70;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 300;
}
/* end team */


/* start site-title */
.site-title {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #798289;
    margin: 0 auto 50px;
    position: relative;
}
.site-title span {
    color: #eb3739;
    font-weight: 700;
}
.site-title i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #eb3739;
    margin: 0 0 -10px 10px;
}
/* end site-title */


/* start footer */
.scroll-top {
    position: absolute;
    top: -25px;
    right: 30px;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eb3739;
    cursor: pointer;
}

.scroll-top:hover {
    background: #C22A2C;
}

.scroll-top:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f106";
    color: #fff;
    font-size: 20px;
    top: 7px;
    left: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 2px;
}

.footer-v2 .scroll-top {
    top: 2px;
    right: 0px;
}
.footer-v1 {
    padding-top: 10px;
    bottom: 0;
    overflow: hidden;
}
.footer-v1 .footer-map {
    position: relative;
    z-index: 1;
    background: #252b30;
    overflow: hidden;
    height: 610px;
    width: 100%;
    margin: -140px 0 -60px;
}

.footer-v1 .footer-no-map {
    position: relative;
    z-index: 1;
    background: #252b30;
    overflow: hidden;
    height: 375px;
    width: 100%;
    margin: -30px 0;
}

.footer-v1 .bottom-footer {
    position: relative;
    margin-top: -210px;
    z-index: 2;
    background: #252b30;
    padding-top: 20px;
}
.footer-v1 .bottom-footer:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0; 
    height: 0; 
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-right: 300px solid #252b30;
    margin-left: -300px;
}
.footer-v1 .bottom-footer:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0; 
    height: 0; 
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 300px solid #252b30;
    margin-right: -300px;
}
.footer-v1 .subscribe-box {
    background: #30383e;
    padding: 20px 150px 20px 66px;
    max-width: 600px;
    margin-top: -40px;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-tranform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
}
.footer-v1 .subscribe-box .subscribe-button {
    position: absolute;
    color: #252b30;
    font-size: 16px;
    font-weight: 700;
    margin: 11px 11px 0 0;
    text-align: center;
    padding: 12px 20px;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    background: #404c55;
    border-radius: 3px;
    top: 0;
    right: 0;
}
.footer-v1 .subscribe-box .subscribe-button:hover {
    background: #5f7280;
}
.footer-v1 .subscribe-box i {
    position: absolute;
    top: 0;
    left: 0;
    color: #b2bbc1;
    margin: 20px 0 0 20px;
    font-size: 25px;
    line-height: 1em;
}
.footer-v1 .subscribe-box .subscribe-line {
    margin: 0;
    color: #b3bbc2;
    letter-spacing: 1px;
    font-size: 14px;
    background: none;
    width: 100%;
}
.footer-v1 .bottom-footer .footer-social {
    margin: 0;
    padding: 30px 0; 
    text-align: center;
}
.footer-v1 .bottom-footer .footer-social li {
    display: inline-block;
    margin: 0 20px;
    padding: 0; 
    *zoom: 1;
    *display: inline;
}
.footer-v1 .bottom-footer .footer-social li a {
    display: block;
    color: #30383e;
    font-size: 22px;
    line-height: 1em;
}
.footer-v1 .bottom-footer .footer-social li a:hover {
    color: #6f818f;
}
.footer-v1 .bottom-footer .logo {
    border-right: 1px solid #3a4248;
    padding: 20px 15px 22px;
    text-align: center;
    margin-right: -30px;
}
.footer-v1 .bottom-footer .box-footer {
    border: 1px solid #3a4248;
}
.footer-v1 .bottom-footer .copyright {
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    color: #b2bbc1;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
}
.footer-v1 .bottom-footer .copyright a {
    color: #b2bbc1;
}
.footer-v1 .bottom-footer .copyright a:hover {
    color: #eb3739;
}
.footer-v1 .bottom-footer .copyright .the-dot {
    background: #eb3739;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #252b30;
    box-shadow: 0 0 0 1px #eb3739;
    vertical-align: top;
    margin: 5px 16px 0;
}
.footer-v1 .bottom-footer .second-nav ul {
    margin: 0;
    padding: 22px 0;
    text-align: center;
    font-size: 0;
}
.footer-v1 .bottom-footer .second-nav ul li {
    list-style: none;
    font-size: 12px;
    display: inline-block;
    margin: 0 25px;
    font-weight: 300;
    *zoom: 1;
    *display: inline;
}
.footer-v1 .bottom-footer .second-nav ul li a {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b3bbc2;
}
.footer-v1 .bottom-footer .second-nav ul li a:hover {
    color: #fff;
}
/* end footer */






/* start responsive menu */
@media (max-width: 1200px) { 
    header .bottom-header .main-nav>ul>li>a {
        padding-right: 20px;
    }
    .address-box {
        margin: 0 10px 80px;
    }
    .blog-post .post-cover iframe {
        height: 400px;
    }
    .pricing-box {
        margin: 0 -10px 40px;
    }
}
@media (max-width: 992px) { 

    .timetable thead th span {
        font-size: 13px;
    }

    .timetable tbody td, .timetable thead th {
        font-size: 11px;
    }

    .timetable tbody tr td:first-child {
        font-size: 12px;
    }
    
    .our-team .team-member {
        max-width: 280px;
        margin: 0 auto 30px;
    }
    .countdown-section .countdown-box span {
        text-align: center;
        margin-bottom: 20px;
    }
    .countdown-section .countdown-box .time-box {
        margin: 0 auto 5px;
    }
    .countdown-section .countdown-box {
        padding-left: 0;
    }
    .countdown-section .countdown-box .time-box {
        width: 120px;
        height: 120px;
        font-size: 70px;
        padding-top: 25px;
    }
    header {
        z-index: 9;
    }
    .our-partners a {
        text-align: center;
        margin: auto;
    }
    .coming-events .event-filter input,
    .coming-events .event-filter select {
        margin-bottom: 20px;
    }
    .event-header .event-header-box .box-event-info {
        min-height: 70px;
    }
    .pricing-tables li:last-child .pricing-box .pricing-box-circle:after,
    .pricing-tables li:first-child .pricing-box .pricing-box-circle:before {
        display: block;
    }
    header .top-header ul {
        text-align: center;
        margin-bottom: 10px;
    }
    header .top-header ul li {
        margin: 0 20px; 
    }
    header .top-header .header-social {
        text-align: center;
        margin: 0;
    }
    .pricing-tables>li:after {
        display: none;
    }
    .event-schedule .nav-tabs > li > a {
        min-width: 140px;
    }
    .homepage .responsive-menu {
        color: #333;
    }
    .responsive-menu {
        display: inline-block;
        text-align: right;
    }
    .main-nav>ul {
        display: none;
        position: absolute;
        background: rgba(0,0,0,0.5);
        padding: 0;
        z-index: 9;
        right: 0;
        min-width: 140px;
    }
    header .bottom-header .main-nav {
        position: relative;
    }
    header .bottom-header .main-nav>ul>li>ul,
    header .bottom-header .main-nav>ul>li>ul>li>ul {
        display: block;
        position: relative;
        border: 0;
        padding: 0 0 0 10px;
        margin: 0 0 0 5px;
        background: none;
        box-shadow: 0 0 0 #000;
        border-left: 1px dotted #ccc;
    }
    header .bottom-header .main-nav>ul>li>ul>li>a,
    header .bottom-header .main-nav>ul>li>ul>li>ul>li>a {
        color: #fff;
    }
    header .bottom-header .main-nav>ul>li:last-child,
    header .bottom-header .main-nav>ul>li {
        display: block;
        margin: 0;
        padding: 5px 10px;
        text-align: left;
        border: 0;
    }
    .homepage header .bottom-header .main-nav>ul>li>a {
        color: #fff;
    }
    header .bottom-header .main-nav>ul>li>a {
        padding: 0;
        border: 0;
        margin: 0;
        font-size: 14px;
    }
    .footer-v1 .bottom-footer .logo {
        margin-right: 0;
        border: 0;
    }
    header .top-header .header-social li:last-child,
    header .top-header .header-info li:last-child {
        margin-right: 20px;
    }
    header .bottom-header .main-nav .right-box {
        padding-top: 0;
        margin-left: 25px;
    }
    .site-image.error-img,
    .site-image.page-img,
    .site-image.home-img {
        background-size: cover;
    }
}
@media (max-width: 600px) {
    .footer-v1 .bottom-footer .footer-social li,
    header .top-header ul li {
        margin: 0 15px;
    }
    .countdown-section h1 {
        font-size: 30px;
    }
    .countdown-section {
        padding: 50px 0 200px;
    }
    .the-countdown-slider .slide-arrows {
        display: none;
    }
    .footer-v1 .subscribe-box .subscribe-button {
        padding: 12px 5px;
    }
}
@media (max-width: 320px) {
    .our-team br {
        display: none;
    }
    .our-team .col-xs-6,
    .coming-events .col-xs-6,
    .gallery-section .col-xs-6,
    .our-partners .col-xs-4 {
        width: 100%;
    }
    .commentlist li .comment {
        padding: 0;
    }
    .commentlist li .comment .comment-info {
        padding-top: 110px;
    }
    .footer-v1 .bottom-footer .second-nav ul li {
        margin: 0 10px;
    }
    .pricing-box .pricing-box-info {
        padding: 40px 10px 10px;
    }
    .site-dot li:last-child, .site-dot li:first-child {
        min-width: 80px;
    }
    .s-dot, .site-dot li span {
        margin:  0 10px;
    }
    .address-box .s-dot {
        margin: 0 auto;
    }
    .blog-post .post-header ul li {
        display: block;
        margin: 0;
    }
    .blog-post .post-header h2 {
        font-size: 20px;
    }
    .content-section .post-footer, .content-section .post-content {
        padding: 0;
    }
    .comments-area .comment-respond .comments-point,
    .contact-form .contact-point {
        padding-right: 30px;
    }
    .event-schedule .nav-tabs > li {
        width: 100%;
    }
    .event-day .col-md-1,
    .event-day .col-md-2,
    .event-day .col-md-3,
    .event-day .col-md-5 {
        width: 100%;
        text-align: left;
    }
    .error-section .site-dot li:last-child, .error-section .site-dot li:first-child {
        min-width: 40px;
    }
    .error-section h3 {
        font-size: 130px;
    }
    .event-schedule .tab-content ul li:last-child,
    .event-schedule .tab-content ul li:first-child {
        text-align: left;
        border: 0;
    }

}
@media (min-width: 993px) {
    .main-nav>ul {
        display: inline-block !important;
    }
}
/* end responsive menu */

/* FIX */
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.main-sidebar .widget select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e1e1e1; 
}
.main-sidebar .widget select,
.main-sidebar .widget textarea,
.main-sidebar .widget input {
    max-width: 100%;
    outline: none;
}
.main-sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.main-sidebar .widget ul li {
    list-style: none;
    margin-bottom: 10px;
}

.main-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.main-sidebar .widget a {
    color: #515151;
    line-height: 1.5em;
}

.main-sidebar .widget a:hover {
    color: #ff5113;
}
.main-content .wp-caption,
.main-content img,
.main-content iframe {
    max-width: 100%;
}

.blog-post.sticky:before {
    content: "\f0c6";
    font-family: 'FontAwesome';
    width: 25px;
    position: absolute;
    top: 1px;
    left: 47px;
    font-size: 36px;
    color: #5a6a70;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
}
/* === START CALENDAR === */
#wp-calendar {
    margin: 0 auto;
    width: 100%;
}
#wp-calendar caption {
    text-align: center;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
/* === END CALENDAR === */


/* start team version 2 */
.our-team-3 {
    padding: 80px 0 40px;
}
.our-team-3 .team-box {
    margin-bottom: 40px;
    position: relative;
}
.our-team-3 .team-box .team-box-cover {
    text-align: center;
    margin-bottom: 20px;
}
.our-team-3 .team-box .team-box-cover img {
    max-width: 100%;
}
.our-team-3 .team-box .team-box-name .team-social {
    float: right;
    margin: 0;
    padding: 10px 0 0 0;
}
.our-team-3 .team-box .team-box-name .team-social li {
    display: inline-block;
    margin: 0 15px;
    *zoom: 1;
    *display: inline;
}
.our-team-3 .team-box .team-box-name .team-social li a {
    display: block;
}
.our-team-3 .team-box .team-box-name .team-social li a i.fa-facebook {
    color: #778ec7;
}
.our-team-3 .team-box .team-box-name .team-social li a i.fa-twitter {
    color: #5dc8ff;
}
.our-team-3 .team-box .team-box-name .team-social li a i.fa-pinterest {
    color: #e71f28;
}
.our-team-3 .team-box .team-box-name .team-social li a i.fa-dribbble {
    color: #f781aa;
}
.our-team-3 .team-box .team-box-name .team-social li a:hover i {
    color: #333;
}
.our-team-3 .team-box .team-box-name {
    margin-bottom: 20px;
}
.our-team-3 .team-box .team-box-name h5 {
    color: #778388;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.our-team-3 .team-box .team-box-name h6 {
    color: #eb3739;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    font-weight: 700;
    padding-left: 20px;
}
.our-team-3 .team-box p {
    color: #5a6a70;
    font-size: 16px;
    line-height: 1.8em;;
}
/* end team version 2 */

/* start team version 2 */
.our-team-4 .row {
    margin: 0;
}
.our-team-4 .row .col-md-6,
.our-team-4 .row .col-md-4,
.our-team-4 .row .col-md-3,
.our-team-4 .row .col-sm-4, 
.our-team-4 .row .col-sm-6, 
.our-team-4 .row .col-sm-3, 
.our-team-4 .row .col-lg-6,
.our-team-4 .row .col-lg-4,
.our-team-4 .row .col-lg-3 {
    padding: 0;
}
.our-team-4 {
    padding: 80px 0 40px;
}
.our-team-4 .team-box {
    margin-bottom: 40px;
    position: relative;
}
.our-team-4 .team-box .team-box-cover {
    text-align: center;
    margin-bottom: 20px;
}
.our-team-4 .team-box .team-box-cover img {
    max-width: 100%;
}
.our-team-4 .team-box .team-box-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 20px;
    opacity: 0;
}
.our-team-4 .team-box:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    top: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
}
.our-team-4 .team-box:after,
.our-team-4 .team-box .team-box-hover {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
.our-team-4 .team-box:hover .team-box-hover,
.our-team-4 .team-box:hover:after {
    opacity: 1;
}
.our-team-4 .team-box .team-box-hover .team-social {
    text-align: center;
    margin: 15px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 2px solid rgba(255,255,255,0.3);
}
.our-team-4 .team-box .team-box-hover .team-social li {
    display: inline-block;
    margin: 0 10px;
    *zoom: 1;
    *display: inline;
}
.our-team-4 .team-box .team-box-hover .team-social li a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.our-team-4 .team-box .team-box-hover .team-social li a:hover {
    color: #eb3739;
}
.our-team-4 .team-box .team-box-hover h5 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.our-team-4 .team-box .team-box-hover h6 {
    color: #eb3739;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
}
/* end team version 3 */


/* start footer v2 */
.footer-v2 {
    position: relative;
    z-index: 2;
    background: #252b30;
    padding-top: 20px;
}

.footer-v2 .bottom-footer {
    position: relative;
}
.footer-v2 .widget {
    margin-bottom: 50px;
}

.footer-v2 .widget a {
    color: #676e74;
    letter-spacing: 1;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-v2 .widget a:hover, .footer-v2 .widget.widget-popular-posts ul li h5 a:hover, .footer-v2 .widget.widget-posts-event ul li h5 a:hover, .footer-v2 .widget.widget-posts ul li h5 a:hover {
    color: #813134;
}

.footer-v2 .widget.widget-twitter ul li a:hover {
    border-bottom: 1px dotted;
}
.footer-v2 .widget ul {
    list-style-type: none;
    padding: 0 0 0 3px;
}

.footer-v2 .widget ul li {
    padding-bottom: 8px;
}

.footer-v2 .widget.widget-popular-posts ul li, .footer-v2 .widget.widget-posts-event ul li, .footer-v2 .widget.widget-posts ul li {
    padding-bottom: 0;
}

.footer-v2 .widget.widget-popular-posts ul li h5 a, .footer-v2 .widget.widget-posts-event ul li h5 a, .footer-v2 .widget.widget-posts ul li h5 a {
    font-size: 14px;
    text-transform: none;
    color: #8c959a;
}

.footer-v2 .widget.widget-popular-posts ul li p, .footer-v2 .widget.widget-posts-event ul li p, .footer-v2 .widget.widget-posts ul li p {
    padding-top: 2px;
    color: #eaeaeb;
    text-transform: none;
    font-size: 12px;
}

.footer-v2 .widget.widget-posts-event ul li img {
    visibility: hidden;
}

.footer-v2 .widget.widget-posts-event ul li {
    padding: 0 0 0 25px;
    margin: 0 0 10px;
}

.footer-v2 .widget.widget-posts-event ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #eb3739;
    border-radius: 100%;
    width: 7px;
    margin: 8px 0 0 3px;
    height: 7px;
}

.footer-v2 .widget.widget-posts-event ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 1px solid #eb3739;
    border-radius: 100%;
    margin-top: 5px;
    width: 13px;
    height: 13px;
}

.footer-v2 .widget.widget-about .logo {
    margin: 0 0 40px 0;
}

.footer-v2 .widget.widget-about p {
    color: #8c959a;
}

.footer-v2 .widget.widget-twitter ul {
    padding: 0 0 0 3px;
}

.footer-v2 .widget.widget-twitter ul li {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #8c959a;
}

.footer-v2 .widget.widget-twitter ul li a {
    color: #eb3739;
}

.footer-v2 .widget.widget-twitter ul li span {
    display: block;
    font-size: 13px;
}
.footer-v2 .widget.twidget-twitter ul {
    margin: 0;
    padding: 0;
}

.footer-v2 .widget p {
    color: #676e74;
    font-size: 14px;
}
.footer-v2 .widget .widget-title {
    color: #b2bbc1;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0.5;
    margin-bottom: 30px;
}
.footer-v2 .subscribe-box {
    background: #30383e;
    padding: 20px 150px 20px 66px;
    max-width: 600px;
    margin: -50px auto 60px;
    position: relative;
    border-radius: 3px;
    left: 0;
    right: 0;
    top: 0;
}
.footer-v2 .subscribe-box .subscribe-button {
    position: absolute;
    color: #252b30;
    font-size: 16px;
    font-weight: 700;
    margin: 11px 11px 0 0;
    text-align: center;
    padding: 12px 20px;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    background: #404c55;
    border-radius: 3px;
    top: 0;
    right: 0;
}
.footer-v2 .subscribe-box .subscribe-button:hover {
    background: #5f7280;
}
.footer-v2 .subscribe-box i {
    position: absolute;
    top: 0;
    left: 0;
    color: #b2bbc1;
    margin: 20px 0 0 20px;
    font-size: 25px;
    line-height: 1em;
}
.footer-v2 .subscribe-box .subscribe-line {
    margin: 0;
    color: #b3bbc2;
    letter-spacing: 1px;
    font-size: 14px;
    background: none;
    width: 100%;
}

.footer-v2 .copyright {
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    color: #b2bbc1;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
}
.footer-v2 .copyright .the-dot {
    background: #eb3739;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #252b30;
    box-shadow: 0 0 0 1px #eb3739;
    vertical-align: top;
    margin: 5px 16px 0;
}
/* end footer v2 */

/* countdown slider */
.the-countdown-slider {
    position: relative;
}
.the-countdown-slider .slide-arrows {
    position: relative;
    z-index: 3;
}

.the-countdown-slider .slide-wrapper {
    list-style-type: none;
}

.the-countdown-slider .slide-arrows .slide-left {
    position: absolute;
    left: 0;
    background: url('../images/link-arrow-4.png') center left no-repeat;
    cursor: pointer;
    margin-top: 315px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.the-countdown-slider .slide-arrows .slide-right {
    position: absolute;
    right: 0;
    background: url('../images/link-arrow-2.png') center right no-repeat;
    cursor: pointer;
    margin-top: 315px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* countdown slider */


/* RSVP Form */
.rsvp-form h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    line-height: 1.5em;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    width: 180px;
    margin: -23px auto 0;
}
.rsvp-form h3 i {
    margin: -2px 15px 0;
}
.rsvp-form {
    position: relative;
    border: 1px solid #ccc;
    padding: 50px 30px 30px;
    margin-bottom: 60px;
}
.rsvp-form select,
.rsvp-form textarea,
.rsvp-form input[type="text"] {
    border: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px;
    outline: none;
}
.rsvp-form textarea {
    resize: vertical;
    height: 172px;
}
.rsvp-form select:focus,
.rsvp-form textarea:focus,
.rsvp-form input[type="text"]:focus {
    border: 1px solid #777;
}
.rsvp-form input[type="submit"] {
    border: 1px solid #777;
    color: #777;
    padding: 10px 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    background: #fff;
}
.rsvp-form input[type="submit"]:hover {
    color: #fff;
    border: 1px solid #eb3739;
    background: #eb3739;
}
.rsvp-form label {
    text-align: center;
    margin: 0;
    width: 48%;
    padding: 10px 0 0 0;
    color: #777;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.rsvp-form label input {
    margin: 4px 5px 0 0;
}

.rsvp-form .align-center {
    text-align: inherit;
}

.rsvp-form .align-center .s-dot {
    display: none;
}

.rsvp-form .parsley-errors-list {
    margin-top: -3px;
    padding: 0 0 3px 2px;
}

.rsvp-form label + ul {
    display: none;
}
/* RSVP Form */


/* Tickera Plugin */

.tickera_table {
    border: none;
    table-layout: auto;
    color: #5a6a70;
    font-family: 'Lato', sans-serif;
}

.tickera_table td, .tickera_table th {
    border: none;
}

.tickera_table tbody tr td {
    padding: 20px 10px;
}

.tickera_table thead {
    background: transparent;
}

.tickera_table thead tr, .tickera_table tbody tr {
    border: none;
}

.tickera_table thead tr th:last-child, .tickera_table thead tr th:first-child, .tickera_table thead tr th {
    text-align: center;
    font-size: 15px;
    color: #31393f;
}

.tickera_table tbody tr .ticket-fee, .tickera_table tbody tr .ticket-total {
    text-align: center;
}

.tickera_table tbody tr.tickets-list {
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e9eef1;
}

.tickera_table tbody tr.tickets-list td {
    position: relative;
    text-align: center;
}

.tickera_table tbody tr.tickets-list td:after {
    content: "";
    width: 2px;
    height: 84%;
    background: #D7E0E5;
    position: absolute;
    right: 0;
    top: 8%;
}

.tickera_table tbody tr.tickets-list td:last-child:after {
    content: none;
}

.tickera_table tbody tr td.ticket-event-name {
    width: 30%;
    text-align: left;
}

.tickera_table tbody .ticket-event-name .point {
    display: block;
    width: 14px;
    border-radius: 100%;
    text-align: center;
    height: 14px;
    padding: 2px;
    border: 1px solid #eb3739;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tickera_table tbody .ticket-event-name .title {
    padding-left: 30px;
}

.tickera_table tbody .ticket-event-name .point i {
    display: block;
    background: #eb3739;
    height: 8px;
    width: 8px;
    margin: auto;
    border-radius: 100%;
}

.tickera_table tbody .ticket-total-all {
    position: relative;
}

.tickera_table tbody .ticket-total-all .tc_cart_errors {
    position: absolute;
    left: 0;
}

.tickera_table tbody .ticket-total-all .tc_cart_errors ul {
     list-style-type: none;
}


.tickera_table tbody .ticket-total-all .total_item_title {
    font-weight: bold;
    color: #484F54;
}

.tickera_table tbody .ticket-total-all .total_item_amount.cart_total_price {
    color: #eb3739;
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e9eef1;
    padding: 8px 14px;
    margin: 5px 0 0 0;
} 

.tickera_table tbody .ticket-total-all .total_item_title.cart_total_price_title {
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e9eef1;
    font-size: 16px;
    padding: 8px 14px;
    margin: 5px 0 0 0;
}

.tickera_table tbody .ticket-total-all .total_item_amount {
    min-width: 60px;
    margin-right: 18px;
}

.tickera_table tbody .ticket-quantity .quantity {
    margin-top: 2px;
    width: 26px;
    height: 26px;
    font-size: 12px;
    border-radius: 50px;
}

.tickera_table tbody .ticket-quantity .tickera_button {
    color: #eb3739;
    font-size: 18px;
}

.tickera_table tbody .ticket-quantity .tickera_button:hover {
    color: #444;
}

.tickera_table tbody .actions  {
    padding: 0;
}

.tickera_table tbody .actions .coupon_code {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d8e4e8;
    font-size: 14px;
    margin-right: 20px;
}

.tickera_table tbody .actions .coupon-code-message {
  font-size: 13px;
  color: #5a6a70;
  margin: 9px 0 0 20px;
  display: inline-block;
}

.tickera .tickera-button {
    background: #fff url('../images/link-arrow-2.png') center right no-repeat;
    border-bottom: 1px solid #d8e4e8;
    border-top: 1px solid #d8e4e8;
    border-right: none;
    border-left: none;
    display: inline-block;
    padding: 5px 25px 6px 5px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #5a6a70;
    z-index: 3;
    font-weight: 700;
    position: relative;
}

.tickera .tickera-button:hover {
    color: #eb3739;
    padding-right: 30px; 
}

.tickera_checkout.tickera-button {
    float: none;
    display: table;
    margin: 0 auto;
}
.tickera_additional_info .tickera_buyer_info.info_section {
    border: none;
}

.tickera_owner_info.info_section h2, .tickera_buyer_info.info_section h3 {
    margin: 0 auto 40px;
}

.tickera_owner_info.info_section h5 {
    margin: 0 0 25px 0;
    font-weight: 500;
    color: #484F54;
}

.info_section .fields-wrap {
    display: inline-block;
    margin: 0 2% 0 0;
    width: 30%;
}

.info_section p {
    display: inline-block;
}

.info_section .owner-field-text, .info_section .buyer-field-text {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d8e4e8;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 300;
    color: #5a6a70;
    width: 100%;
}

.info_section .fields-wrap label {
    position: relative;
}

.info_section .fields-wrap label span {
    position: absolute;
    bottom: 0;
    top: 8px;
    left: 5px;
    color: #5a6a70;
    font-weight: normal;
    font-size: 13px;
    pointer-events: none;
}

.info_section .fields-wrap label.error {
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 100%;
}
.info_section .fields-wrap .check-value:focus + label + span, 
.info_section .fields-wrap .check-value.has-value + label + span, 
.info_section .fields-wrap .check-value:focus + span, 
.info_section .fields-wrap .check-value.has-value + span {
  top: -14px;
  color: #eb3739;
}

.info_section .fields-wrap .check-value.has-value,
.info_section .fields-wrap .check-value:focus {
    border-color: #eb3739;
}

.event_tickets.tickera {
    border: none;
    color: #5a6a70;
}

.event_tickets.tickera tr td, .event_tickets.tickera th {
    position: relative;
    border: none;
    padding: 20px;
}

.event_tickets.tickera tr:first-child td, .event_tickets.tickera tr:first-child th {
    padding: 10px;
}

.event_tickets.tickera tr th, .event_tickets.tickera tr td {
    text-align: center;
}

.event_tickets.tickera tr th {
    color: #31393f;
    font-size: 17px;
}

.event_tickets.tickera tr:first-child {
    border: none;
}

.event_tickets.tickera tr {
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e9eef1;
}

.event_tickets.tickera tr td:after {
    content: "";
    width: 2px;
    height: 84%;
    background: #D7E0E5;
    position: absolute;
    right: 0;
    top: 8%;
}

.event_tickets.tickera tr td:last-child:after {
    content: none;
} 

.event_tickets.tickera .tc_quantity_selector {
    border: none;
    background: #F0F0F0;
}

.event_tickets.tickera .tc_quantity_selector:focus {
    outline: none;
    border: none;
}

.event_tickets.tickera tr td .tc_in_cart {
    font-weight: bold;
    color: #BBB;
}
.event_tickets.tickera tr td .add_to_cart,
.event_tickets.tickera tr td .tc_in_cart a {
    background: #fff url('../images/link-arrow-2.png') center right no-repeat;
    border-bottom: 1px solid #d8e4e8;
    border-top: 1px solid #d8e4e8;
    border-right: none;
    border-left: none;
    padding: 5px 25px 6px 5px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #5a6a70;
    z-index: 3;
    font-weight: 700;
    position: relative;
}
.event_tickets.tickera tr td .add_to_cart:hover, .event_tickets.tickera tr td .tc_in_cart a:hover {
  color: #eb3739;
  padding-right: 30px;
}


.tickera.tickera-payment-gateways {
    padding: 30px 10px 30px 30px;
}

.tickera.tickera-payment-gateways label {
    display: flex;
    align-items: center;
}

.tickera.tickera-payment-gateways label input[type=radio] {
    margin: 0 9px 0 0;
}
/* Tickera Plugin */