
/* 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*/
    padding: 5px 0 5px 5px;
}

.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: #3CA6D2;
  font-size: 13px;
  margin-top: -5px;
}

.the-dot {
    background: #3CA6D2;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #3CA6D2;
    -webkit-box-shadow: 0 0 0 1px #3CA6D2; 
}
.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 #3CA6D2;
    position: absolute;
    top: 0;
    left: 0;
}
.the-link:after {
    content: " ";
    background: #fff;
    width: 25px;
    margin-bottom: -1px;
    height: 1px;
    border-right: 2px solid #3CA6D2;
    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: #3CA6D2;
    width: 35px;
    margin-top: -1px;
    height: 1px;
    border-right: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.the-link-2:after {
    content: " ";
    background: #3CA6D2;
    width: 35px;
    margin-bottom: -1px;
    height: 1px;
    border-right: 4px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.the-link-2:hover {
    color: #3CA6D2;
    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: #3CA6D2;
    width: 35px;
    margin-top: -1px;
    height: 1px;
    border-left: 4px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.the-link-3:after {
    content: " ";
    background: #3CA6D2;
    width: 35px;
    margin-bottom: -1px;
    height: 1px;
    border-left: 4px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.the-link-3:hover {
    color: #3CA6D2;
    padding-left: 30px;
}

.wp-caption-text {
	text-align: center;	
}
.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: #3CA6D2;
}
/* ===  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;*/
    background: rgba(255, 255, 255, 0.8);
}
header {
    position: relative;
    z-index: 2;
    /*background: rgba(0,0,0,0.2);*/ 
    background: rgba(255,255,255,0.8);
}
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;
    width: 215px;
}
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);*/
   background: rgba(129, 78, 155, 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: #333;
    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: #333;
    font-size: 16px;
}
header .bottom-header .main-nav .right-box li i:hover {
    color: #3CA6D2;
}

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: 13px;
    *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: #5a6a70;
    font-size: 15px;
    text-transform: uppercase;
    border-right: 1px solid #d4d5d5;
    padding-right: 18px;
}
.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: #3CA6D2;
}
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 #3CA6D2;
    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 #3CA6D2;
    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;
    /*background-color: rgba(255,255,255,0.8);*/
    /*padding-top: 330px;*/
}
.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 #3CA6D2;
}
.s-dot {
    margin: 0 auto;
}
.s-dot i,
.site-dot li span i {
    display: block;
    background: #3CA6D2;
    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: #3CA6D2;
    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 #3CA6D2;
    -webkit-box-shadow: 0 0 0 1px #3CA6D2;
}
.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: #3CA6D2;
    font-size: 25px;
    padding-left: 5px;
    margin-right: -10px;
}
.pricing-box .pricing-box-circle div p {
    font-weight: 700;
    font-size: 16px;
    color: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    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 #3CA6D2;
}
.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;*/
    padding: 250px 0 50px ! important;
    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;*/
 .titulo-evento-contador-contenedor{    
    background-color: rgba(129, 78, 155, 0.5);
    border-radius: 15px;
    color: #fff;
    padding: 10px 20px;
    
}
.titulo-evento-contador{    
	font-size: 38px;    
}
.subtitulo-evento-contador{    
	font-size: 23px;    
}

@media(max-width: 900px){
	.titulo-evento-contador{    
		font-size: 30px;    
	}
	.subtitulo-evento-contador{    
		font-size: 18px;
		padding-top: 15px;
	}
}


.countdown-section h1 a:hover {
    /*color: #3CA6D2;*/
    

}
.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: #3CA6D2;
}
.countdown-section .countdown-box {
    margin: 0 auto;
    max-width: 800px;
    padding-left: 30px;
}
.countdown-section .countdown-box .time-box{
    /*background: #eeeeee;*/
    /*background: rgba(0,0,0,0.5);*/
    background-color:rgba(129, 78, 155, 0.8);
    /*color: #bdcacf;*/
    color:#fff;
    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;
    border-radius:15px;
}
.countdown-box > div > div > span {
	background-color: rgba(129, 78, 155, 0.8);
    border-radius: 15px;
    margin-top: -28px;
    max-width: 150px;
    text-align: center;
}
.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: #3CA6D2;
}
.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: #3CA6D2; 
}
.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 #3CA6D2;
}
.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: 0px;
    
}
.coming-events .event-filter {
    margin-bottom: 50px;
}
.coming-events .event-filter input,
.coming-events .event-filter select {
    background: #3CA6D2;
    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;
    /*max-height: 135px;*/
}
.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: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
}
.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: #3CA6D2;
    bottom: 0;
    left: 0;
    margin: 0 0 -18px -1px;
    content: " ";
}
.blog-post .post-header h2:after {
    position: absolute;
    height: 1px;
    width: 100px;
    background: #3CA6D2;
    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: #3CA6D2;
}
.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: #3CA6D2;
}
.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 #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
}
.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 #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    color: #fff;
    border: 1px solid #3CA6D2;
}
/* 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: #3CA6D2;
    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: 5px 5px;*/
    padding: 2px;
    *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: #3CA6D2;
    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 #3CA6D2;
}
.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: #3CA6D2;
}
/* 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: #3CA6D2;
    border: 1px solid #3CA6D2;
}
.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: 10px 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: #3CA6D2;
    border-color: #3CA6D2;
}
.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: #3CA6D2;
    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: #3CA6D2;
    font-weight: 700;
}
.site-title i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #3CA6D2;
    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: #3CA6D2;
    cursor: pointer;
}

.scroll-top:hover {
    background: #58366A;
}

.scroll-top:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f106";
    color: #fff;
    font-size: 20px;
    top: 15px;
    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: #7757A2;
    overflow: hidden;
    height: 610px;
    width: 100%;
    margin: -140px 0 -60px;
}

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

.footer-v1 .bottom-footer {
    position: relative;
    margin-top: -210px;
    z-index: 2;
    /*background: #252b30;*/
    background: #7757A2;
    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 #7757A2;
    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 #7757A2;
    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: #7757A2;
    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: 5px 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: #3CA6D2;
}
.footer-v1 .bottom-footer .copyright .the-dot {
    background: #3CA6D2;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #7757A2;
    box-shadow: 0 0 0 1px #3CA6D2;
    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;
    }
    .countdown-box > div > div > span {
    	width: 120px;
    	margin: -30px auto 5px;
    }
    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;
        color: #fff;
    }
    .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;*/
        padding: 50px 0;
    }
    .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: #3CA6D2;
    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: #3CA6D2;
}
.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: #3CA6D2;
    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: #7757A2;
    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: #3CA6D2;
    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 #3CA6D2;
    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: #3CA6D2;
}

.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: #7757A2;
    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: #3CA6D2;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #7757A2;
    box-shadow: 0 0 0 1px #3CA6D2;
    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 #3CA6D2;
    background: #3CA6D2;
}
.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 #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
    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: #3CA6D2;
}

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

.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: #3CA6D2;
  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 */
.site-image{
	background-position: center center ! important;
}
@media(max-width: 900px){
	.countdown-section{
		padding: 0px ! important;
	}
}
/**************************************************************************************************************************/
/***************************************** PLUMTIC ************************************************************************/
.plt-mapa-contenedor{
	margin: auto;
    width: 100%;
}
#plt-mapa{
	/*
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #d79f4e #d79f4e;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 4px 4px;
    */
    border-top: 3px solid #7757A2;
    height: 450px;
    margin: auto;
    width: 100%;
}


.bottom-footer{
	/*display: none;*/
}
.subscribe-box{
	display: none;	
}
.footer-social{
	display: none;	
}
/*
.box-footer > div > div > div > a > img{
	width: 100px;
}
*/
.bottom-footer > .box-footer {
	display: none;
}
.bottom-footer{
	margin-top:-30px ! important;	
}

@media(min-width: 900px){
	header > .bottom-header > .container > .row > .col-md-3{
		width: 20%;
	}
	header > .bottom-header > .container > .row > .col-md-9{
		width: 80%;
	}
}
/********************************* PLUMTIC - para versiÃ³n inicial ***********************************************/
.pagina-contacta-introduccion{
	
}
.pagina-contacta-fila1{
	font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
.pagina-contacta-fila2{
	font-size: 1.5em;
    padding-bottom: 50px;
    padding-top: 10px;
    text-align: center;
}
.pagina-principal-titulo{}
.pagina-principal-titulo-fila1{
	color: #3CA6D2;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}
.pagina-principal-titulo-fila2{
	color: #3CA6D2;
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 70px;
    padding-top: 25px;
    text-align: center;
}
#footer-map, .scroll-top, .top-header{
	border-bottom: none ! important;
	display: block;
	position: absolute;
	top: 70px;
	width: 100%;
}
.top-header > .container > .row > .col-md-8 > .header-info{
	display: none;
}
.content-section {
	/*margin-bottom:-100px;*/
	padding-bottom: 0 ! important;
}
.normas-contenedor{
	width: 100%;
	display: table;
	border-bottom: 1px solid #81519b;
	border-top: 1px solid #81519b;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.normas-funcionamiento{
	margin: auto;
	display: table;
}
.normas-funcionamiento-izq{
	float:left;
}
.normas-funcionamiento-dcha{
	float:right;
}
.normas-icono{
	float: left;
	background-image: url("../../../../images/ico-pdf.png");
	background-size: 100% 100%;
	width: 35px;
	height: 40px;
}
.normas-texto{
	float: left;
	padding-left:20px;
	font-weight: bold;
}
.proximamente{
	font-size: 50px;
    padding: 50px;
    text-align: center;
    margin-bottom: 200px;
}
.contenedor-titulo-noticia{
	
}

.plt-calendario-titulo-evento{
	text-transform: none;
}
@media(max-width: 600px){ /*En móvil */
	.plt-calendario-titulo-evento{
	 	background: #fff none repeat scroll 0 0;
	    border: 1px solid;
	    height: 25px;
	    overflow: hidden;
	    text-transform: none;
	    width: 100%;
	}
}
/*
.coming-events.related > .row > .col-md-3 > .event-box > .event-box-cover{
	height: 170px !important;
}
.coming-events.related > .row > .col-md-3 > .event-box > .event-box-cover > img{
	min-height: 170px;
}
*/
/*********************************** PARA LA PÁGINA DEL PROGRAMA ****************************************************/
.programa-contenedor{
	width:100%;
	display: table; 
}
.programa-dia-contenedor{
	display: table; 
	padding-left: 50px;
	width: 100%;
}
.programa-dia-titulo-infantil {
    background-image: url("http://www.ferialibrovalladolid.es/images/cabecera-infantil7.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #3CA6D2;
    display: table;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
    width: 100%;
}
.plt-dia-contenedor-infantil{
	display: table;
	width: 100%;
	float:left;
}
.plt-dia-infantil{
	float: left;
    font-size: 35px;
    font-weight: bold;
    padding-top: 65px;
    text-align: center;
    width: 50px;
}
.plt-mes-infantil{
	float: left;
    padding-top: 68px;
    width: 150px;
}
.plt-diasemana-infantil{
	float: left;
    padding-right: 30px;
    padding-top: 68px;
    text-align: right;
    width: 140px;
}

.programa-dia-titulo {
    background-color: #3CA6D2;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    display: table;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
    width: 100%;
}
.programa-dia-eventos{
	display: table;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 50px;
    width: 100%;
}
.programa-dia-eventos-item{
	border-bottom: 1px dotted #3CA6D2;
    display: table;
    padding: 5px;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}
.programa-bloque-1{
	float: left;
    min-height: 50px;
    text-align: center;
    width: 10%;
}
.programa-bloque-2{
	float:left;
	width: 90%;
	display: table;
}
.programa-bloque-3{
	float:left;
	width: 10%;
}
.programa-bloque-imagen{
	float: left;
    margin-right: 20px;
    margin-top: -30px;
    width: 25%;
}
.programa-titulo{
	float: left;
    font-size: 18px;
    width: 30%;
}
.programa-lugar{
    float: left;
    width: 30%;
    padding-left: 2%;
}
.programa-tipo{
    float: left;
    width: 30%;
    padding-left: 1%;
}
.programa-titulo-infantil{
	float: left;
    font-size: 18px;
    width: 70%;
}
.programa-lugar-infantil{
    float: left;
    width: 70%;
}
.programa-tipo-infantil{
    float: left;
    width: 70%;
}
.ir-a-evento{
	background-image: url("../../../../images/ir-a-evento.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    display: table;
    height: 50px;
    width: 50px;
}
.programa-titulo > a{
	color: #3CA6D2;
}
@media(min-width: 600px) and (max-width: 900px){ /*En tableta y móvil */
	.programa-dia-contenedor, .programa-dia-eventos {
    	padding-left: 10px;
	}
	.programa-lugar, .programa-tipo{
		width: 50%;
	}
	.programa-bloque-3{
		display: none;	
	}
	
	
}
@media(max-width: 600px){ /*En móvil */
	.programa-dia-contenedor, .programa-dia-eventos{
		padding-left:0px;
		max-width:300px;
	}
	.programa-titulo, .programa-lugar, .programa-tipo{
		width: 100%;
		max-width: none;
	}
	.programa-bloque-3{
		display: none;	
	}
	.programa-bloque-1{
		width: 70px ! important;
		min-height: unset ! important;
	}
	.programa-titulo {
    	display: table;
	    font-size: 18px;
	    max-width: 300px;
	}
}
/************************************************ PARA MOSTRAR / OCULTAR EL ID DE LOS SPEAKERS *******************************/
.speakers-id{
	display: block;
}
.calendario-hora{
	
}
.calendario-fila{
	
}
.copyright-contenedor{
	/*display: table;*/
	display: none;
	width: 100%;
}
.copyright-1{
	float:left;
	width: 33%;
}
.copyright-1 > img{
	width: 70px;
	padding-top: 30px;
}
.copyright-2{
	float:left;
	width: 33%;
}
.copyright-2 > img{
	width: 150px;
}
.copyright-3{
	float:left;
	width: 33%;
}
.copyright-3 > img{
	width: 70px;
	padding-top: 30px;
}
.copyright-4{
	background-image: url("../../../../images/ayto-va-alargado.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 15px;
    width: 100%;
    min-height: 55px;
}
.countdown-section > .container{
	visibility: hidden;
}
.expositores-contenedor{
	width: 100%;
	display: table;
	margin-bottom: 40px;
}
.expositores-item{
	font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    cursor: hand;
}

/*Las de 2017 empiezo por 100 */
/*
#expositor-1, #expositor-2, #expositor-3, #expositor-4,
#expositor-12, #expositor-16, #expositor-19, #expositor-25,
#expositor-27, #expositor-28, #expositor-29, #expositor-30, 
#expositor-31, #expositor-34, #expositor-36, #expositor-37,
#expositor-38, #expositor-41, #expositor-44, #expositor-48,
#expositor-104, #expositor-105, #expositor-106, #expositor-107{
	color: blue;
}
#expositor-5, #expositor-6, #expositor-7, #expositor-8,
#expositor-9, #expositor-10, #expositor-11,#expositor-13,
#expositor-14, #expositor-15, #expositor-17, #expositor-18,
#expositor-20, #expositor-21, #expositor-23, #expositor-24,
#expositor-26, #expositor-32, #expositor-33, #expositor-35,
#expositor-40, #expositor-42, #expositor-45, #expositor-46,
#expositor-47, #expositor-50, #expositor-51,
#expositor-100, #expositor-101, #expositor-102, #expositor-103{
	color: 	#228b22;
}
#expositor-22, #expositor-39, #expositor-43, #expositor-49,
#expositor-52, #expositor-53, #expositor-54, #expositor-55{
	color: #6600cc;
}
#expositor-56, #expositor-57, #expositor-58{
	color: 	red;
}
*/
.expositores-colores-contenedor{
	display: table;
    margin-bottom: 30px;
    width: 100%;
}
.expositores-colores-centrado{
	display: table;
    margin: auto;
}
.expositores-organizacion{
	display: table;
    float: left;
    height: 20px;
    width: 20px;
    background-color: red;
}
.expositores-instituciones{
	display: table;
    float: left;
    height: 20px;
    width: 20px;
    background-color: #6600CC;
}
.expositores-librerias{
	display: table;
    float: left;
    height: 20px;
    width: 20px;
    background-color: #228b22;
}
.expositores-editoriales{
	display: table;
    float: left;
    height: 20px;
    width: 20px;
    background-color: blue;
}
.expositores-color-etiqueta{
	display: table;
    float: left;
    margin-left: 5px;
    margin-right: 40px;
}
.expositores-bloque-etiqueta{
	display: table;
    float: left;
}

.slide-left, .slide-right{
	display: none;
}
.popup-informacion{
	
}
.popup-informacion-titulo{
	font-weight: bold;
    text-align: center;
}
.popup-informacion-contenedor{
	width: 100%;
}
.popup-informacion-contenedor > span {
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.popup-informacion-web{
	
}
.programa-contenedor, 
.programa-contenedor > div, 
.programa-contenedor > div > div, 
.programa-contenedor > div > div > div,
.programa-contenedor > div > div > div > div, 
.programa-contenedor > div > div > div > div > div, 
.programa-contenedor > div > div > div > div > div > div,
.programa-contenedor > div > div > div > div > div > div > div{
	max-width: 100% !important;
}
.endirecto-contenedor{
	width: 100%;
	display: table;
	/*
	border-bottom: 1px solid #81519b;
	border-top: 1px solid #81519b;
	*/
	margin-bottom: 15px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.endirecto{
	margin: auto;
	display: table;
}
.endirecto-izq{
	float:left;
}
.endirecto-dcha{
	float:right;
}
.endirecto-icono{
	float: left;
	background-image: url("../../../../images/ico-endirecto.png");
	background-size: 100% 100%;
	width: 35px;
	height: 40px;
}
.endirecto-texto{
	float: left;
	padding-left:20px;
	font-weight: bold;
}

@media(max-width: 600px){ /*En móvil */
	.copyright-4{
		text-indent: -9999px;
		background-position: center center;
	}
}
.comments-area{
	display: none;
}
.post-header > ul > li:nth-child(1), 
.post-header > ul > li:nth-child(2),
.post-header > ul > li:nth-child(3){
	display: none;
}
.blog-section-single{
	padding-bottom: 50px;
}
.selector-caseta{
	background-color: #3CA6D2;
    float: right;
    padding: 5px;
    text-align: right;
    width: 100%;
}
.selector-caseta > select{
	border: 1px solid #3CA6D2;
}
@media(max-width: 600px){
#desarrollado-por-plumtic{
	display: none;
}
}
@media(max-width: 600px){ /*En móvil */
	.programa-lugar, .programa-tipo, .programa-bloque-1{
		background-size: 20px 20px;
	}
	.programa-dia-titulo{
		background-size: 40px auto;
		background-position: left center;
		padding-left: 40px;
		font-size: 20px;
	}
	.programa-bloque-1{
		width: 45px;
	}
	.programa-bloque-2 {
    	border-left: 1px dotted;
    	padding-left: 5px;
	}
}
/***************** PLUMTIC: 2017 ****************************************************************************/
.plt-dia-contenedor{
	display: table;
	width: 150px;
	float:left;
}
.plt-dia{
	float: left;
    font-size: 55px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 10px;
    width: 100%;
}
.plt-mes{
	float:left;
	width: 100%;
}
.plt-diasemana{
	float: right;
    padding-right: 30px;
    padding-top: 55px;
    text-align: right;
    width: 200px;
}
#desarrollado-por-plumtic > span > a{
	font-size:7px;
}
#desarrollado-por-plumtic > span > a:hover{
	color: #f2f2f2;
}


/*****************************************************************************************************************************/
/****************************************** Para los autores en la principal *************************************************/
.ptl-autoresenindex-contenedor{
    background-color: #dddddd;
    display: table;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    padding: 0px;
}
.ptl-autoresenindex-contenedor-2{
	width: 100%;
	display: table;
	margin: 0px !important;
}
.ptl-autoresenindex-foto-left{
	float:left;
	width: 20%;
	background-color: #fff;
	border-right: 7px solid #3CA6D2;
}
.ptl-autoresenindex-texto-right{
	background-color: #dddddd;
    float: right;    
    width: 80%;
    padding-top: 40px;
}
.ptl-autoresenindex-foto-right{
	float:right;
	width: 20%;
	background-color: #fff;
	border-left: 7px solid #3CA6D2;
}
.ptl-autoresenindex-texto-left{
	background-color: #dddddd;
    float: left;    
    width: 80%;
    padding-top: 40px;
}
.ptl-autoresenindex-enlace{
	font-size: 16px !important;
	margin-top: -10px;
}
.plt-foto-right{
	float: right;
}
.plt-foto-left{
	float: left;
}
.plt-autoresenindex-contenedor-foto{
	border: medium none !important;
	border-radius: 0px ! important;
	max-width: 200px ! important;
	margin: 0px ! important;
	padding: 0px ! important;
}
.plt-autoresenindex-contenedor-foto-2{
	border-radius: 0px ! important;
	max-width: 200px ! important;
}
.plt-autoresenindex-img{
	max-width: 100% ! important;
	border-radius: 0px ! important;
}
.plt-autoresenindex-contenedor-rrss{
	
}
.plt-autoresenindex-contenedor-rrss:hover, .plt-autoresenindex-contenedor-foto:hover, .plt-autoresenindex-contenedor-foto:hover{
	border-radius: 0px ! important;
}
@media(max-width: 900px){ /*móvil*/
	.ptl-autoresenindex-foto-left, .ptl-autoresenindex-foto-right{
		width: 50% ! important;
	}
	.ptl-autoresenindex-texto-right, .ptl-autoresenindex-texto-left{
		width: 50% ! important;
		padding-top: 10px ! important;
		padding-left: 10px ! important;
	}
	.ptl-autoresenindex-contenedor-2{
		max-width: none ! important;
		margin: 0 auto ! important;
	}	
}
/************************************************ FIN  DE LOS AUTORES **********************************************************/
/*******************************************************************************************************************************/


/*******************************************************************************************************************************/
/************************************************ NOTICIAS EN LA PRINCIPAL *****************************************************/
:root{
    --main-color:rgb(64,112,96);
    --main-color:#3CA6D2;
    --border-color:#ddd;
    --text1-color:#798289;
    --text2-color:#bbb;
    --background-color:#fff;
}

.site-title i {
    left: -10px;
    bottom: 7px;
    height: 5px;
    width: 70%;
    background: var(--main-color);
}

.coming-events .event-box p {
    color: var(--main-color);
}

.coming-events .event-box .event-box-cover h6 {
    background: var(--main-color);
}

.homepage header .bottom-header .main-nav .right-box li i:hover, .homepage header .bottom-header .main-nav > ul > li > a:hover {
    color: var(--main-color);
}

header .bottom-header .main-nav li a:hover, header .top-header ul li a:hover {
    color: var(--main-color);
}

header .bottom-header .main-nav ul li > ul {
    border-top: 2px solid var(--main-color);
}

.footer-v1 .bottom-footer {
    background: var(--main-color);
}

.footer-v1 .bottom-footer::before {
    border-right: 300px solid var(--main-color);
}

.footer-v1 .bottom-footer::after {
    border-left: 300px solid var(--main-color);
}


.home .site-image {
	border: 5px solid transparent;
	margin-top: 141px;
	min-height: 205px;
}

.home .sticky-wrapper {
	margin-top: -141px;
}

.home .endirecto-contenedor {
	text-transform: uppercase;
	margin-top: -20px;
}

.home .endirecto {
    margin: 0;
    display: block;
}

.home .endirecto-texto {
    padding-left: none;
}

.home .endirecto-texto span {
	color: var(--text2-color);
}

.home .noticias-row {
	margin-top: -50px;
}

.home .noticias-row form {
	display: none;
}

.home .noticias-row .event-box-cover {
    margin: 5px;
}

.home .noticias-row .noticias-small {
	max-height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.home .noticias-row .noticias-small .event-box-cover {
    width: 23%;
    float: left;
}
/************************ plumtic **********************************************/
.plt-noticiasindex-contenedor{
	max-height: 120px ! important;
	overflow: hidden;
}
.plt-noticiasindex-foto-contenedor{
	max-height: 120px ! important;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
}
.plt-noticiasindex-foto-contenedor-hover{
	max-height: 120px ! important;
	overflow: hidden;
}
.plt-fecha-noticia{
	
}
.plt-fecha-noticia-oculta{
	display: none;
}
.contenedor-titulo-noticia-index{
	padding-top:18px;
}

@media(max-width: 900px){ /*móvil*/
	.plt-noticiasindex-contenedor-100{
		width: 100% ! important;		
	}
	.contenedor-titulo-noticia-index{
		padding-top:0px ! important;
	}
	.home .noticias-row .noticias-small {
		max-height: none ! important;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.home .site-image{
		background-size: 100% auto ! important;
	}
	.countdown-section h1, .countdown-section > .container > .event-link{
		display: none ! important;
	}
}
@media(max-width: 600px){ /*movil pequeño*/
	.countdown-box > .the-countdown > .col-xs-6{
		margin-top: -40px;
	}
}
#pg-26-2{
	margin-bottom: 0px ! important;
}
#pg-26-3{
	margin-bottom: -20px ! important;
}
.wpcf7-form-control{
	border: 1px solid #d2d2d2;
    padding: 10px;
}
.plt-frmcontacta-contenedor{
	margin-bottom: 40px;
	margin-left: 10%;
}
.plt-frmcontacta-fila-1{
	display: table;
	width: 100%;
}
.plt-frmcontacta-fila-1-1{
	width: 50%;
	float:left;
}
.plt-frmcontacta-fila-1-2{
	width: 50%;
	float:left;
}
.plt-frmcontacta-fila-2{
	display: table;
	width: 100%;
}
.plt-frmcontacta-fila-3{
	display: table;
	width: 100%;
}
.plt-frmcontacta-fila-2 > label, .plt-frmcontacta-fila-2 > label > span, .plt-frmcontacta-fila-2 > label > span > input,
.plt-frmcontacta-fila-3 > label, .plt-frmcontacta-fila-3 > label > span, .plt-frmcontacta-fila-3 > label > span > textarea{
	width: 90%;
}
.plt-frmcontacta-fila-4{
	display: table;
	width: 100%;
}
.plt-frmcontacta-fila-4 > input{
	padding: 8px 40px;
}
@media(max-width: 900px){ 
	.plt-frmcontacta-fila-1-1, .plt-frmcontacta-fila-1-2{
		width: 100% ! important;
	}
}
.plt-patrocinadores-titulo{
	background-color: #3CA6D2;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center
}
.plt-patrocinadores-contenedor{
	width: 100%;
	display: table;
	margin: auto;
}
.plt-patrocinadores-fila{
	width: 100%;
	display: table;
}
.plt-patrocinadores-item{
	width: 33%;
	float: left;
	text-align: center;
}
.plt-patrocinadores-item-2{
	width: 25%;
	float: left;
	text-align: center;
}
.plt-patrocinadores-img1{
	max-width: 200px;
	padding-top: 80px;
}
.plt-patrocinadores-img2{
	max-width: 250px;
}
.plt-patrocinadores-img3{
	padding-top: 60px;
    max-width: 170px;
}
.plt-patrocinadores-texto{
	font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    max-width: 100%;
}
.plt-patrocinadores-img4{
	max-width: 200px;
}
.plt-patrocinadores-img5{
	max-width: 135px;
}
.plt-patrocinadores-img6{
	max-width: 150px;
}
.plt-patrocinadores-img7{
	max-width: 200px;
    padding-top: 30px;;
}
.plt-colaboradores-titulo{
	background-color: #3CA6D2;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center
}
.plt-colaboradores-contenedor{
	display: table;
    margin: 50px auto 80px;
    width: 100%;
}
.plt-colaboradores-fila{
	display: table;
    margin: auto;
    width: 80%;
}
.plt-colaboradores-item{
	width: 20%;
	float: left;
	text-align: center;
}
.plt-colaboradores-img1{
	max-width: 150px;
}
.plt-colaboradores-img2{
	padding-top: 20px;
}
.plt-colaboradores-img3{
	max-width: 130px;
}
.plt-colaboradores-img4{
	max-width: 140px;
}
.plt-colaboradores-img5{
	max-width: 110px;
}
.plt-colaboradores-img6{
	padding-top: 25px;
    max-width: 160px;
}
.plt-colaboradores-img7{
	max-width: 95px;
}
.plt-colaboradores-img8{
	padding-top: 30px;
    max-width: 160px;
}
.plt-colaboradores-img9{
	padding-top: 20px;
    max-width: 140px;
}
.plt-colaboradores-img10{
	padding-top: 10px;
    max-width: 120px;
}
@media(max-width: 800px){ 
	.plt-patrocinadores-item > img, .plt-colaboradores-item > img{
		max-width: 90% ! important;
	}
}
@media(max-width: 800px){ 
	.programa-bloque-imagen{
		width: 100% ! important;
		margin-top: 0px ! important;
	}
	.programa-titulo-infantil, .programa-lugar-infantil, .programa-tipo-infantil{
		width: 100%;
	}
	.programa-dia-titulo-infantil{
		padding-left: 0px ! important;
	}
	.plt-diasemana-infantil{
		width: 127px ! important;
	}
	.plt-dia-contenedor{
		width: 100px ! important;
	}
}
/*El popup*/
.plt-informacion{
	width: 300px;
}
.plt-titulo-contenedor{
	width: 100%;
	display: table;
}
.plt-titulo-logo{
	float: left;
	width: 40%;
}
.plt-titulo-logo > img{
	max-width: 120px ! important;
}
.plt-titulo-nombre-contenedor{
	float: left;
	width: 60%;	
	display: table;
	padding-left: 5px;
}
.plt-titulo-nombre{
	width: 100%;
	float:left;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.plt-titulo-redes{
	width: 100%;
	float:left;
	display: table;
}
.plt-titulo-redes-web{
	float: left;
    padding-right: 10px;
    padding-top: 5px;
}
.plt-titulo-redes-fb{
	float: left;
    padding-right: 10px;
    padding-top: 5px;
}
.plt-titulo-redes-tw{
	float: left;
    padding-right: 10px;
    padding-top: 5px;
}
.plt-titulo-redes-ig{
	float: left;
    padding-right: 10px;
    padding-top: 5px;
}
.plt-titulo-redes-web > a, .plt-titulo-redes-fb > a, .plt-titulo-redes-tw > a, .plt-titulo-redes-ig > a{
	border-bottom: none;
}
.plt-titulo-redes-web:hover, .plt-titulo-redes-fb:hover, .plt-titulo-redes-tw:hover, .plt-titulo-redes-ig:hover{
	opacity: 0.6;
}
.img-ico-rrss{
	width: 20px;
	height: 20px;
}
.plt-informacion-contenedor{
	width: 100%;
	display: table;
	padding-top: 10px;
}
.plt-informacion-datoscontacto{
	color: #000;
    display: table;
    padding-top: 10px;
    width: 100%;
}
.plt-informacion-datoscontacto > a{
	color: #3CA6D2;
	font-weight: bold;
}
.plt-informacion-fotos{
	width: 100%;
	display: table;
	margin-top: 10px;
}
.plt-mas-info {
    background-image: url("../../../../images/iconos/masinfo.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 90px;
}
.contenedor-ventana-informacion {
    width: 100%;
	position: fixed;
	top: 90px;
	z-index: 1;
}
.ventana-informacion {
    /*background-color: rgba(0,0,0, 0.9);*/
    background-color:#fff;
	/*border-radius:15px;*/
    margin: auto;
    padding: 20px;
    width: 50%;
    min-width: 600px;
    z-index: 3;
    border: 1px solid #3CA6D2;
}
.ventana-informacion-contenido {
    display: table;
    width: 100%;
}
.ventana-informacion-contenido-cerrar {
    background-image: url("../../../../images/iconos/ico-cerrar.png");
    cursor: pointer;
    float: right;
    height: 20px;
    margin-right: -17px;
    margin-top: -17px;
    width: 20px;
}
.ventana-informacion-contenido-titulo {
    color: #ffffff;
    float: left;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -10px;
    width: 100%;
}
.ventana-masinformacion-contenedor{
	width: 100%;
	display: table;
}
.plt-informacion-2{
	width: 100%;
	float:left;
	margin-bottom: 10px;
	text-align: justify;
}
.plt-servicios{
	width: 30%;
	float:left;
	display: table;
}
.plt-servicios-item{
	float: left;
	width: 35px;
	padding-left: 5px;	
}
.plt-servicios-item-img{
	width: 35px;
	height: 35px;
	padding: 2px;
}
.plt-carrusel-contenedor{
	width: 100%;
	display: table;
}
.datoscontacto-contenedor{
	border-bottom: medium none !important;
    bottom: 55px;
    display: table;
    margin-bottom: 0 !important;
    max-width: 20em;
}
.plt-titulo-logo-2 {
    float: left;
    width: 35%;
}
.plt-titulo-logo-2 > img {
	width: 100%;
}
.plt-titulo-nombre-contenedor-2{
	float: left;
	width: 65%;	
	display: table;
	padding-left: 5px;
}
.plt-informacion-datoscontacto-2{
	color: #000;
    display: table;
    padding-top: 10px;
    width: 60%;
    padding-left: 5px;
}
@media screen and (max-width: 480px) { /*Móviles*/
	.ventana-informacion{
		min-width: auto !important;
    	width: 90% !important;
	}
	.plt-informacion {
	    width: 240px;
	}
}
.plt-noticia-con-video{
    background: rgba(0, 0, 0, 0) url("../../../../images/iconos/video.png") no-repeat scroll 0 0 / auto 100%;
    height: 25%;
    margin: 10px;
    position: absolute;
    width: 25%;
}
.plt-feria-en-directo-contenedor{
	visibility: visible ! important;
}
.plt-feria-en-directo{
	max-width: 410px;
    position: absolute;
    top: 3px;
}
.plt-feria-en-directo-enlace{
	 background: rgba(0, 0, 0, 0) url("../../../../images/iconos/en-directo.jpg") no-repeat scroll 0 0 / auto 100%;
    height: 45px;
    margin-top: -8px;
    position: absolute;
    width: 410px;
    z-index: 2147483647;
}
.plt-feria-en-directo-enlace:hover{
	opacity:0.8;
}
iframe{
	max-width: 100% ! important;
}
@media screen and (max-width: 480px) {
	iframe{
		max-width: 100% ! important;
		height: 400px ! important;
	}
	.plt-feria-en-directo-enlace{
		width: 320px;
	}
}
.slide{
	margin-top: 20px;
}
.slide > div{
	/*margin: auto;*/
}
#menu-item-3757{
	min-width: 120px;
}
.logo-va{
	float: right;
	width: 100px;
	padding-left: 20px;
	margin-top: -20px;
}
.logo-va > a > img{
	width: 100%;	
}
.avisolegal-contenedor{
	display: table;
	width: 100%;
	margin-top: -17px;
	color: #fff;
}
.avisolegal-texto{
	width: 100%;
}
.avisolegal-enlace{
	width: 100%;
}
.avisolegal-enlace > a{
	color: #fff ! important;
}
.header-social{
	margin-right: 100px ! important;
}
@media screen and (max-width: 480px) {
	.logo-va{
		float: left;
		width: 117px;
		padding-left: 20px;
		margin-top: -20px;
		margin-left: -50px;
	}
	.header-social{
		position: absolute ! important;
		right: 0px ! important;
		margin-right: 0px !important;
	}
}
.scroll-top{
	display: none;
}

.bottom-footer{
	background: url('http://www.ferialibrovalladolid.es/images/fondoFooter.png') ! important;
	background-size: auto auto ! important;
	background-size: 100% 100% ! important;
	min-height: 187px ! important;
	padding-top: 127px ! important;
}
.footer-v1 > .container{
	width: 100% ! important;
	padding-left: 0px ! important;
	padding-right: 0px ! important;
}
.copyright{
	padding-left: 50px ! important;
	padding-right: 50px ! important;	
}
/*2019*/
.grecaptcha-badge{
	display: none ! important;
}