@import url('mobile.css');
@import url('768.css');

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/* Base styles: opinionated defaults */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/* Remove gaps with the bottom of their containers. */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/* Remove default fieldset styles */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;   /* Allow only vertical resizing of textareas */
}

/* Browser Upgrade Prompt */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Helper classes */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
@media only screen and (min-width: 35em) {}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* Printing Tables */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Style */
body {
    background-color: #fafafa;
    font-family: 'MuseoSans' , sans-serif;
    font-weight: 300;
}

.outer-nav{
    z-index: 2;
}
ul.menu {
    list-style: none;
}
.submenu li a.active{
    color: #222222;
}
.post {
    margin-top: 70px;
}
.post_container {}
.post_container table{
    margin-left: 10px;
}
.post_item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.75em;
    box-sizing: border-box;
    opacity: 0;
    -moz-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post_item.show_post {
    opacity: 1;
}

.post_item.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.post_item-photo {
    overflow: hidden;
}
.post_item-photo img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.post_item-photo img {
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.post_item-photo:hover img {
    -webkit-transform:scale(1.01); /* Safari and Chrome */
    -moz-transform:scale(1.01); /* Firefox */
    -ms-transform:scale(1.01); /* IE 9 */
    -o-transform:scale(1.01); /* Opera */
     transform:scale(1.01);
}
.post_item-text {
    box-sizing: border-box;
}
.post_item-text .title h2 {
    font-family: 'MuseoSans', sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: 0.01em;
    line-height: 1.1em;
    color: #3c3c3c;
    margin-top: 0.3em;
    margin-bottom: 0;
}
.post_item-text .text p:first-child {
    margin-top: 0.5em;
}
.post_item-text .text {
    text-align: justify;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.333333333;
    color: #868686;
}
.post_item-text .text ul {
    padding-left: 1.5em;
}
.post_item-text .text ul li {
    padding-bottom: 0.5em;
}
.post_item-text .text a {
    color: #4478ce;
    text-decoration: none;
}
.post_item-text .text a:hover {
    text-decoration: underline;
}
.post_item-text .text a:focus {
    background-color: rgba(68, 120, 206, 0.13);
    outline: hidden;
}
.post_item-text .text.overlay {
    position: relative;
    height: 5em;
    overflow: hidden;
}
.post_item-text .text.more {
    height: auto;
}
.post_item-text .text.overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(250,250,250,0) 0%, rgba(250,250,250,0) 25%, rgba(250,250,250,0.8) 75%, rgba(250,250,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,0)), color-stop(25%,rgba(250,250,250,0)), color-stop(75%,rgba(250,250,250,0.8)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,0) 25%,rgba(250,250,250,0.8) 75%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,0) 25%,rgba(250,250,250,0.8) 75%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(250,250,250,0) 25%,rgba(250,250,250,0.8) 75%,rgba(250,250,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(250,250,250,0) 0%,rgba(250,250,250,0) 25%,rgba(250,250,250,0.8) 75%,rgba(250,250,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.post_item-text .text.more:after {
    display: none;
}

.page_container a {
    text-decoration: none;
}

a.more_text, .large_text {
    font-family: 'MuseoSans', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.75em;
    letter-spacing: 0.05em;
    line-height: 1.333333333;
    color: #4478ce;
    cursor: pointer;
    position: relative;
    top: -0.25em;
}
a.more_text:hover, .large_text:hover {
    text-decoration: underline;
}
.large_text{
    display: none;
    margin-left: 5px;
}
.hasghtag_container {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-size: 0.75em;
    letter-spacing: 0.02em;
}
.hashtag-item {
    text-decoration: none;
    color: #a3a3a3;
}
.hashtag-item:hover {
    color: #4478ce;
}

/* Social Container */
.social_container {
    float: left;
    margin-bottom: 1.25em;
    margin-top: 1em;
}
.social_container .item {
    display: inline-block;
    margin-right: 10px;
}
.social_container .ico-container {
    width: 2.375em;
    height: 2.375em;
    border: 1px solid #eee;
    border-radius: 1.1875em;
    margin-left: auto;
    margin-right: auto;
    color: #999;
}
.social_container .ico-container i {
    text-align: center;
    display: block;
    position: relative;
    top: 0.65em;
}
.social_container .share .ico-container i {
    top: 0.75em;
    left: 0.085em;
}
.social_container .item a{
    text-decoration: none;
}
.social_container .item  span {
    font-family: 'MuseoSans', sans-serif;
    font-weight: 300;
    font-size: 0.6875em;
    letter-spacing: 0.02em;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #a3a3a3;
}
.social_container .item * {}
.social_container .like.item {
    min-width: 90px;
}
.social_container .travel.item {
    min-width: 0px;
}
.social_container .like.item .ico-container {
    width: 100%;
    text-align: center;
}
.social_container .like.item .ico-container i {
    display: inline-block;
}
.social_container .like.item .ico-container i > span {
    font-family: 'MuseoSans', sans-serif;
    font-weight: 300;
    padding-left: 0.5em;
    font-size: 0.75em;
    letter-spacing: 0.02em;
    color: #a3a3a3;
}
.social_container .item:hover {
    cursor: pointer;
}
.social_container .item:hover .ico-container {
    border-color: #808080;
    color: #434343;
}
.social_container .item .ico-container:active {
    background-color: #eee;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.social_container .item:hover span {
    color: #4c4c4c;
}

/* PopOver */
.social_container .share {
    position: relative;
}
.popover {
    visibility: hidden;
    z-index: 9999999;
    width: 14em;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    left: 50%;
    opacity: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0.065, 0.720, 0.370, 0.990), opacity 0.12s;
    -o-transition: transform 0.2s cubic-bezier(0.065, 0.720, 0.370, 0.990), opacity 0.12s;
    transition: transform 0.2s cubic-bezier(0.065, 0.720, 0.370, 0.990), opacity 0.12s;
}
.popover-share {}
.popover-inner a {
    font-family: 'MuseoSans' , sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-size: 0.8125em;
    color: #a3a3a3;
    text-decoration: none;
}
.popover-inner li.facebook-share a:hover {
    color: #3b5998;
}
.popover-inner li.twitter-share a:hover {
    color: #55acee;
}
.popover-inner li.pinterest-share a:hover {
    color: #bd081c;
}

.popover-inner li.whatsapp-share a:hover {
    color: #4dc247;
}
.popover-inner a i {
    vertical-align: -2px;
    font-size: 1.5em;
    padding-right: 0.8125em;
}
.logo-container {
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}
.logo-container:before {    /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}
.logo-container img {
    max-height: 30px;
    display: inline-block;
    vertical-align: middle;          /* vertical alignment of the inline element */
    font: 16px/1 Arial, sans-serif;  /* reset the font property */
    display: inline-block;
    float: none;
}

.search-cont {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.search-cont.show {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    /*left: 0;*/
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .04), 0px 1px 2px 0px rgba(0, 0, 0, .16);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.55s;
    -o-transition: opacity 0.35s, transform 0.55s;
    transition: opacity 0.35s, transform 0.55s;
}
.search-cont form {
    position: relative;
}
.search-cont form > .fa-search {
    color: #c2c2c2;
}
.search-cont form .search.input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: transparent;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0, .4);
    font-family: 'MuseoSans', sans-serif;
}
.search-cont form .fa-search,
.search-cont form .search.button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-cont form .search.button {
    color: #808080;
    background-color: transparent;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
}
.search-cont form .search.button:hover {
    background-color: #a6a6a6;
    color: #fff;
}

.search-black{
  color: black !important;
}

.cover-cont .caption {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    color: #fff;
}
.cover-cont .caption > * {
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
}
.caption h1 {
    text-shadow: 1px 2px 2px rgba(0,0,0,.25);
}

/*  Modal */
.modal {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal-inner-video{
 max-width: 720px !important;
}

.modal > .modal-inner {
    position: absolute;
    width: 100%;
    max-width: 550px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -45%) scale(0.85);
    -ms-transform: translate(-50%, -45%) scale(0.85);
    -o-transform: translate(-50%, -45%) scale(0.85);
    transform: translate(-50%, -45%) scale(0.85);
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: transform 0.4s cubic-bezier(0, 0.73, 0.66, 1.15), opacity 0.3s;
    -o-transition: transform 0.4s cubic-bezier(0, 0.73, 0.66, 1.15), opacity 0.3s;
    transition: transform 0.4s cubic-bezier(0, 0.73, 0.66, 1.15), opacity 0.3s;
}

.modal > .modal-article{
    height: 100%;
    max-width: inherit;
}
.modal > .modal-map{
    max-width: 800px;
}
.modal-article .header {
    position: initial !important;
}

.modal.show > .modal-inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.comment-modal > .modal-inner {
    padding: 0 2px;
}
.modal .header {
    width: 100%;
}
.modal .header-modal-title {
    font-family: 'MuseoSans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #414141;
    text-transform: uppercase;
    padding-left: 3.692em;
    padding-right: 5.5em;
    display: block;
    font-size: 0.83em;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.modal .login-modal-title{
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.modal a.close-modal {
    position: absolute;
    font-family: 'MuseoSans' , sans-serif;
    font-weight: 700;
    font-size: 0.6875em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: black;
    right: 1em;
    top: 10px;
    text-decoration: none;
}
.modal a.close-modal i {
    font-size: 1.8181em;
    padding-left: 0.6em;
    vertical-align: -3px;
    color: black;
}

#imageModal.modal a.close-modal{
  color: white;
}

#imageModal.modal a.close-modal i{
  color: white;
}

.comment-modal textarea {
    width: 100%;
    padding: 1em 3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    background-color: #f3f3f3;
    outline: none;
    min-height: 238px;
}
.comment-modal .cta_button {
    margin: 1.24em auto;
    display: block;
}
.share-input{
    width: 80%;
    padding: 1em 3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    outline: none;
    margin-top: 10px;
}
.has-error{
    border: 1px solid red;
}

/* Buttons */
.button {
    font-family: 'MuseoSans', sans-serif;
    font-size: 0.875em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding-left: 2.25em;
    padding-right: 2.25em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
}
.cta_button {
    background-color: #63a84e;
    border: 1px solid #5b9c48;
    color: #fff;
    text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.2);
}
.button:hover, .cta_button:hover {
    background-color: #528B41;
    border-color: transparent;
}

.facebook-login,
.email-login{
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0.5em;
}
.facebook-login i,
.email-login i{
    margin-right: 0.5em;
}
.facebook-login {
    background-color: #4b6cb0;
    border-color: transparent;
}

.btn-enter-age{
  height: 40px;
  background: #6E6E6E;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 5px;
  outline: none;
  color: white;
}

.btn-enter-age:hover{
  background-color: #616161;
}

.email-login {
    background-color: #6E6E6E;
    border-color: transparent;
}
.facebook-login:hover {
    background-color: #4b6cb0;
}
.email-login:hover {
    background-color: #616161;
}

/* CUSTOM CSS */

/* CSS for Like / Dislike */
.item .ico-container.active {
    border-color: #808080;
}
.like.item .ico-container.active {
    color: #00af0d;
}
.dislike.item .ico-container.active {
    color: #ec5e33;
}

/* CSS for Modal Login */
.modal-login {
  background-color: rgba(0,0,0,0.8);
}
.login-container {
  text-align: center;
  padding: 20px 40px 40px 40px;
}

.login-container-logo{
  height: 30px;
}

.login-container-cover{
  width: 100%;
}

.login-container a{
  text-decoration: none;
}

.modal-login > .modal-inner{
  padding: 0px;
}
.modal-login form{
  width: 75%;
 text-align: center;
  margin: 20px auto;

}

.modal-login form input{
  width: 70%;
  margin-bottom: 10px;
  padding: 10px;
  outline: none;
  border: 1px solid #ccc;
}
.button-cont button{
  color: white;
}

.modal-login select{
  width: 75%;
  border: 1px solid #ccc;
  outline: none;
  height: 40px;
  margin-bottom: 10px;
}

.modal-login label.errors{
  width: 100%;
  display: block;
  color: red;
}

/* CSS for shopping card*/
.shopping-card {
  width: 33% !important;
}

.shopping-card.show {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}

#cd-cart.speed-in {
  right: 0;
}

#cd-cart > * {
  padding: 0 1em;
}

#cd-cart h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}

#cd-cart ul{
  list-style: none;
}

#cd-cart ul{
  list-style: none;
}

.cd-cart-items{
  max-height: 420px;
  overflow: auto;
}

.cd-cart-items li {
  position: relative;
  padding: 0.7em;
  border-top: 1px solid #e0e6ef;
}

.cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}

.cd-qty, .cd-price {
  color: #a5aebc;
}

.cd-price {
  margin-top: .4em;
}

.value-list-price{
  text-decoration: line-through;
}

.value-our-price{
  font-size: 1.2em;
  color: #b12704;
}

.value-save-price{
  color: #b12704;
}

.cd-item-remove {
  cursor: pointer;
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #0bb71b;
  color: #FFF;
  text-align: center;
  border: none;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #0a9f17;
}

#video_container{
  margin: 10px auto;
}

#vmplayer{
  display: none;
}

.flag-cart{
  height: 20px;
}

.container h1{
  display: none;
}

#info_register, .loginEmailForm, #btn-register{
  display: none;
}

.sign-in-option{
  padding-bottom: 5px
}

.sign-in-option #text-sign-in{
  display: none;
}

.pointer-img{
  cursor: pointer;
}

.img-avatar{
  border-radius: 50%;
}

.dropdown-menu{
  display: none;
}

/* CSS for user photos */
.photos{
  display: block;
  word-spacing: -0.35em;
}

.photo-item {
  display: inline-block;
  vertical-align: top;
}

.photo-item img{
  width: 100%;
}

/* Css for Stream type Twitter Feed */
.tw_feed_item{
  padding-top: 10px;
}
.hide_tw{
  opacity: 0.3;
}
.tw_feed_item .gravatar{
  float: left;
  width: 70px;
  height: 70px;
}
.gravatar img {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100%;
}
.tw_feed_item .detail{
  margin-left: 70px;
  margin-top: 15px;
}
.tw_feed_item .detail .author{
  margin-bottom: 0;
  line-height: .7;
}
.tw_feed_item .detail .author a{
  text-decoration: none;
  color: #292f33;
}

.tw_feed_item .detail .author a:hover{
  color: #0084B4;
}

.tw_feed_item .detail .author{
  padding-bottom: 3px;
}
.tw_feed_item .detail p.time {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #CCC;
}
.tw_feed_item .detail img{
  max-width: 290px;
}
.tw_hide_button{
  margin-left: 70px;
  margin-top: 10px;
}
.tw_hide_button .btn_hide{
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid transparent;
}
.tw_online{
  text-align: left;
  padding-top: 20px;
}

.poll-item{
  margin-top: 10px;
}
.size_h4{
  font-size: 1.2em;
  cursor: pointer;
}

.progressbar {
  border-radius: 5px;
  padding: 3px;
}

.progressbar > div {
  background-color: #cacaca;
  height: 20px;
  border-radius: 5px;
  text-align: center;
}

.poll-item table{
  margin-left: 0px;
  width: 100%;
}

.poll-item table td.first{
  min-width: 150px;
}

.poll-item table td.last{
  width: 100%;
}

tr.highlight td {
  padding-top: 10px;
}
.countdown_date{
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  bottom: 45%;
  left: 25%;
}

ul.list-icons{
  padding-left: 0px;
  margin-top: 0px;
}

ul.list-icons li{
  list-style: none;
  float: left;
  margin-right: 10px;
  font-size: 20px;
}

ul.list-icons li a{
  color: inherit;
}
li.post-icon-like a:hover {
  color: rgb(0, 175, 13);
}
li.post-icon-like.active{
  color: rgb(0, 175, 13);
}
li.post-icon-fb a:hover {
    color: #3b5998;
}
li.post-icon-twitter a:hover {
    color: #55acee;
}
li.post-icon-whatsapp a:hover {
    color: #4dc247;
}
li.post-icon-pinterest a:hover {
    color: #bd081c;
}

.airport-container{
    text-align: center;
}

.airport-container input.has-error{
    border: 1px solid #b00000 !important;
}
#ita_code, #from_date, #to_date{
    margin-bottom: 10px;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
}
#ita_code{
    width: 75%;
}
#from_date, #to_date{
    width: 35%;
}

/* DATE PICKER */

#datepicker {
    position: relative;
}
.datepicker {
    width: 190px !important;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
}

.popovers:hover {
    background: #dddddd;
}

.text-popovers {
    opacity: 0;
    position: relative;
    top: 10px;
    background: #fafafa;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 0px;
    padding: 0 12px;
    overflow: hidden;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}


.popovers:hover .text-popovers {
    padding: 12px 12px;
    height: auto;
    opacity: 1;
    border: 1px solid #eeeeee;
}
