/** SOMMAIRE

    1)  TYPO, FONTS
    2)  CONTAINERS, GRIDS
    3)  HEADER
    4)  NAVIGATION
    5)  LINKS
    6)  BUTTONS
    7)  LOGIN
    8)  PARTNERS
    9)  TABS
    10) SEPARATORS
    11) IMAGES, LOGOS...
    12) FOOTER
    13) SOCIAL NETWORKS
    14) FORMS
    15) TRAVELS
    16) NEWS
    17) RESPONSIVE

**/

/* 1) TYPO, FONTS */

@font-face {
    font-family: 'CenturySchool';
    src: url('../fonts/texgyreschola-regular.otf') format('otf'),
    url('../fonts/texgyreschola-regular.ttf') format('truetype');

url('../fonts/texgyreschola-regular.otf') format('otf');
}

.vt-title {
    color: #225c9d;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.vt-title.bordered {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

h1.vt-title {
    font-size: 32px;
    text-align: center;
}
h2.vt-title {
    font-size: 25px;
}
h3.vt-title {
    font-size: 20px;
}
h4.vt-title {
    font-size: 18px;
}
h5.vt-title {
    font-size: 15px;
}
h6.vt-title {
    font-size: 13px;
}

h1.vt-title.vt-title-sm {
    font-size: 22px;
}
h2.vt-title.vt-title-sm {
    font-size: 20px;
}
h3.vt-title.vt-title-sm {
    font-size: 18px;
}
h4.vt-title.vt-title-sm {
    font-size: 16px;
}
h5.vt-title.vt-title-sm {
    font-size: 15px;
}
h6.vt-title.vt-title-sm {
    font-size: 14px;
}

.vt-title i.fa {
    color: #df130b;
    vertical-align: middle;
    margin-top: -6px;
    font-size: 22px;
    min-width: 28px;
}

.block {
    text-align: center;
    border-radius: 0;
    display: block;
    font-size: 0.9em;
}

.block.block-light {
    border: 1px solid;
}

.block.block-primary {
    background: #003a7b;
    color: white;
}

.block.block-primary.block-light {
    background: white;
    color: #003a7b;
}

.block.block-success {
    background: #007b3a;
    color: white;
}

.block.block-danger {
    background: #df130b;
    color: white;
}

p.date {
    text-align: center;
    margin: 0;
    line-height: 5px;
    letter-spacing: 1px;
}

span.date {
    font-size: 13px;
    color: #3b5998;
}

/* 2) CONTAINERS, GRIDS */

body {
    background: #eee;
    overflow-x: hidden;
    font-family: 'CenturySchool', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.main-content {
    position: initial !important;
}

.vt-container {
    max-width: 1150px;
    width: 100%;
    margin: auto;
}

.primary-wrapper{
    background: #fff;
    padding-top: 15px;
}

.primary-wrapper p {
    color: #333;
}

.vt-padder {
    padding-left: 15px;
    padding-right: 15px;
}

.partner {
    margin-bottom: 25px;
    text-align: center;
}

.el {
    min-height: 500px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: initial;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.main-content .col-lg-1, .main-content .col-lg-10, .main-content .col-lg-11, .main-content .col-lg-12, .main-content .col-lg-2, .main-content .col-lg-3, .main-content .col-lg-4, .main-content .col-lg-5, .main-content .col-lg-6, .main-content .col-lg-7, .main-content .col-lg-8, .main-content .col-lg-9, .main-content .col-md-1, .main-content .col-md-10, .main-content .col-md-11, .main-content .col-md-12, .main-content .col-md-2, .main-content .col-md-3, .main-content .col-md-4, .main-content .col-md-5, .main-content .col-md-6, .main-content .col-md-7, .main-content .col-md-8, .main-content .col-md-9, .main-content .col-sm-1, .main-content .col-sm-10, .main-content .col-sm-11, .main-content .col-sm-12, .main-content .col-sm-2, .main-content .col-sm-3, .main-content .col-sm-4, .main-content .col-sm-5, .main-content .col-sm-6, .main-content .col-sm-7, .main-content .col-sm-8, .main-content .col-sm-9, .main-content .col-xs-1, .main-content .col-xs-10, .main-content .col-xs-11, .main-content .col-xs-12, .main-content .col-xs-2, .main-content .col-xs-3, .main-content .col-xs-4, .main-content .col-xs-5, .main-content .col-xs-6, .main-content .col-xs-7, .main-content .col-xs-8, .main-content .col-xs-9 {
    position: initial;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.row {
    margin-right: -30px;
    margin-left: -30px;
}

.main-content .row {
    margin-right: -15px;
    margin-left: -15px;
}

.primary-wrapper p.alert {
    border-radius: 0;
}

.primary-wrapper p.alert.alert-danger {
    background: darkred;
    color: white;
}

.primary-wrapper p.alert.alert-success {
    background: #dff0d8;
    color: #3c763d;
}

.primary-wrapper p.alert.alert-warning {
    background: #fcf8e3;
    color: #8a6d3b;
}
/* color: #8a6d3b; */

/* 3) HEADER */

header {
    background: #003a7b;
}

/* 4) NAVIGATION */

.navbar-default {
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom:0;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:focus {
    color: #df130b;
    text-shadow: none;
    font-size: 16px;
}

.navbar-brand .fa {
    font-size: 32px;
    line-height: 20px;
}

.navbar-default .navbar-brand:hover {
    color: #ff352d;
}

.dropdown-menu {
    padding: 0;
}

.dropdown .caret {
    color: #df130b;
}

.dropdown-menu>li>a[vt-data-slug="deconnexion"] {
    background: #df130b;
    color: #ffffff;
}

.dropdown-menu>li>a[vt-data-slug="deconnexion"]:hover {
    background: #ff352d;
}

/* 5) LINKS */

a {
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

header a, .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
    font-size: 17px;
}

header a:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #ddd;
}

footer .footer-bottom-div a {
    color: #ff574f;
}

footer .footer-bottom-div a:hover, footer .footer-bottom-div a:focus {
    color: #ff796f;
}

.primary-wrapper a.selected {
    color: #df130b;
}

.primary-wrapper a.selected:hover {
    color: #df130b;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff;
    background: #225c9d;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a.bg-important:focus, .navbar-default .navbar-nav>li>a.bg-important:hover {
    background-color: #df130b;
}

.dropdown-menu>li>a {
    font-size: 15px;
    padding: 6px 20px;
}

/* 6) BUTTONS */

.btn {
    border-color: #003a7b;
    border-radius: 0px;
    border: none !important;
    text-shadow: none;
    white-space: normal;
}

.btn.btn-primary {
    display:block;
    text-transform: uppercase;
    background-color: #003a7b;
    background-image: none;
    text-shadow: none;
}

.btn.btn-default {
    display:block;
    text-transform: uppercase;
    background-color: #333;
    color: white;
    font-weight: normal;
    background-image: none;
    text-shadow: none;
}

.btn.btn-default:hover{
    background-color: #333;
    color: white;
}

.btn.btn-default:focus {
    background-color: #444;
    color: white;
}

.btn.btn-primary.btn-inline {
    display: inline;
}

.btn.btn-default.btn-inline {
    display: inline;
}

.btn.btn-inline.biseau {
    padding-right: 3em;
    padding-left: 3em;
}

.bg-important, a.bg-important, a.btn.bg-important {
    color: #fff !important;
    background-color: #df130b;
    border-color: #bd0109;
}

.bg-important.deco-style {
    background-color: #df130b;
}

.btn-responsive {
    width: 100%;
}

button:focus {
    outline: none;
}

.navbar-default .navbar-nav>li>a.bg-important:focus, .navbar-nav>li>a.bg-important:hover {
    background-color: #ef241c;
    color: #fff;
}

.navbar-default .navbar-nav li>a.bg-important:focus, .navbar-nav li>a.bg-important:hover {
    background: #ef241c;
    color: #fff;
}

.btn-primary:focus, .btn-primary:hover {
    background-position: inherit;
}

.biseau {
    background-image: url('../images/bg-btn-bl.png') !important;
    box-shadow: none;
    background-repeat: no-repeat;
    padding-right: 0;
    -webkit-background-size:contain;
    background-size:contain;
}

.biseau-bottom-left, .biseau-bottom-left:focus, .biseau-bottom-left:hover {
    background-position: bottom left;
}

.biseau-bl, .biseau-bl:focus, .biseau-bl:hover {
    background-position: bottom left;
    background-image: url('../images/bg-btn-bl.png') !important;
}

.biseau-tr, .biseau-tr:focus, .biseau-tr:hover {
    background-position: top right;
    background-image: url('../images/bg-btn-tr.png') !important;
}

.biseau-tl, .biseau-tl:focus, .biseau-tl:hover {
    background-position: top left;
    background-image: url('../images/bg-btn-tl.png') !important;
}

.biseau-br, .biseau-br:focus, .biseau-br:hover {
    background-position: bottom right;
    background-image: url('../images/bg-btn-br.png') !important;
}

/* 7) LOGIN */

.link-forget-password {
    color: #df130b;
    font-size: 14px;
}

.login-box {
    background: #fff;
    border:1px solid #df130b;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1000;
    width: 280px;
    min-width: 280px;
    display: none;
    border-bottom: 10px solid #df130b;
}

#login-btn.opened {
    background: #ef241c;
}

.div_global_auth_frontend {

}

/* 8) PARTNERS */

.partners-box {
    background: #333;
    padding-bottom:15px;
    text-align: center;
}

.partners-box h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 12px;
    background: #003a7b;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.partners-slideshow img {
    width: 100%;
}

.partners-slideshow, .partners-slideshow-footer {
    max-width: 400px;
    margin:auto;
    width: 100%;
}

.owl-theme .owl-controls {
    margin-top: 0;
    background: #003a7b;
    text-align: center;
}

.news-slideshow h4 {
    margin-top: 0;
}

.news-slideshow .row {
    margin: 0;
}

footer .partners-slideshow-footer img {
    width:100%;
    max-width: 350px;
    margin: auto;
    display: block;
}

footer .partners-slideshow-footer a {
    color: white;
}

footer .owl-theme .owl-controls {
    background: none;
    padding-top: 10px;
    border-top: 1px solid #df130b
}

footer .owl-theme .owl-controls .owl-page span {
    background: white;
}

/* 9) TABS */

.nav-tabs {
    border: none;
    border-bottom: 1px solid;
    padding-bottom: 1px;
}

@media(min-width:768px){
    .nav-tabs > li {
        margin-right: 5px;
    }
}

.nav-tabs > li > a {
    background-color: #dddddd;
    border-radius:0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #003a7b;
    color: white;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: white;
    background-color: #003a7b;
}

.tab-content {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    min-height: 185px;
}

/* 10) SEPARATORS */

hr.s30 {
    height: 30px;
    border:none;
}

.separator.s30{
    margin-bottom: 30px;
}

.separator.s50{
    margin-bottom: 50px;
}

.separator {
    margin-top: 0;
    margin-bottom: 10px;
    clear: both;
}

.separator-responsive {
    display: none;
}

.separator-center {
    border-bottom: 1px solid #df130b;
    margin: 15px auto;
    max-width:200px;
}

.mt10 {
    margin-top: 10px
}
.mt20 {
    margin-top: 20px
}
.mt30 {
    margin-top: 30px
}
.mt50 {
    margin-top: 50px
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.style18 {
    border:none;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #df130b;
}

/* 11) IMAGES, LOGOS... */

img.header-logo {
    display: block;
    position: absolute;
    margin-top: -75px;
    width: 150px;
    z-index: 10;
    margin-left: 15px;
}

img.footer-logo {
    display: block;
    width: 125px;
}

img.img-responsive, img.news-main-img {
    border: 1px solid #003a7b;
    box-shadow: none;
    width:100%;
    margin: 0;
    margin: auto;
}

#home-slideshow .item img{
    display: block;
    width: 100%;
    height: auto;
}

.teaser {
    display: block;
    width:100%;
    max-width: 400px;
    margin: auto;
    border: 1px solid #aaa;
}

.blog-image img {
    display: block;
    width: 100%;
    max-width: 500px;
}

/* 12) FOOTER */

.bottom-header {
    height: 40px;
    background: #007ac4;
    width:100%;
    disblay: block;
}

footer p {
    color: white;
}

footer .vt-padder {
    padding: 15px;
}

.footer-top-div {
    background: #007ac4;
}

.footer-bottom-div {
    background: #003a7b;
}

ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width:200px;
    margin: auto;
}

ul.footer-menu > li {
    padding-bottom: 3px;
    /*border-bottom: 1px solid #df130b;*/
    margin-bottom: 3px;
    margin-top: 4px;
}

ul.footer-menu > li > a {
    color: white;
    font-size: 16px;
}

/* 13) SOCIAL NETWORKS */

.social-networks-icons > ul {
    list-style-type:  none;
    margin: 0;
    padding: 0;
}

.social-networks-icons > ul > li {
    float: left;
    margin-right: 40px;
}

@media(max-width: 1165px){
    .social-networks-icons > ul > li {
        margin-right: 25px;
    }
}

.social-networks-icons > ul > li:last-child {
    margin-right: 0;
}

.social-networks-icons .fa {
    font-size: 40px;
}

.social-networks-icons .fa.fa-facebook-square{
    color: #3b5998;
}

.social-networks-icons .fa.fa-google-plus-square{
    color: #ea4335;
}

.social-networks-icons .fa.fa-instagram{
    color: #365278;
}

.social-networks-icons .fa.fa-twitter-square{
    color: #32ccfe;
}

.social-networks-icons .fa.fa-youtube-square{
    color: #e52c27;
}

/* 14) FORMS */

.input[type="text"], textarea, .form-control {
    border-radius: 0px;
}

/* 15) TRAVELS */

.travel-title {
    margin-top: 40px;
}

.price {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 15px 6px 35px;
    color: white;
    z-index: 10;
    background-color: #333;
    border-radius: 0;
    font-weight: bold;

}

/* 16) SEARCH BAR, BOX */

.search-box-responsive {
    display: none;
}

.search-bar {
    float: left;
    margin-top: 5px;
}

#search-pga-pro > p {
    float: left;
    font-size: 14px;
}

#search-pga-pro .fa.fa-search {
    margin-right: 10px;
    font-size: 18px;
    color: #003a7b;
}

#search-pga-pro .search-pga-input {
    float: right;
}

#search-pga-pro input[type='text'] {
    width: 300px;
    margin-right: 10px;
    display: inline;
}

#search-pga-pro input[type='submit'] {
    display: inline;
    text-transform: initial;
}

/* 16) NEWS */

.news-share-wrap h4 {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

.news-share-wrap {
    background: #eee;
    padding: 5px;
    border-top: 2px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.news-main-content .blog-item {
    background: #eee;
    margin-bottom: 30px;
}

.news-main-content .blog-caption {
    padding: 1em;
    border: 1px solid #ccc;
    border-top: none;
}

.news-main-content .blog-caption h2 {
    margin-top:0;
}

/* 17) COMPETITIONS */

#results .text-center {
    text-align: center;
}

.competition-description > p {
    padding: 0.7em;
    background: #ddd;
    font-size: 14px;
    font-style: italic;
    text-align: justify;
}

.competition-item h3 {
    margin-top: 0;
}

div.dataTables_filter input {
    display: inline-block;
    width: 176px;
    margin-left: 10px;
}

#resultFilters div.form-group {
    padding-left: 0;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: center !important;
}

#table-results_filter {
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
}

/* 17) GMAP */

#map-canvas {
    border: 1px solid #aaa;
}

/* CONTACT */

/* alert box */
#contact-message {
    margin-top: 30px;
}

/* 17) RESPONSIVE */

@media(max-width: 1160px){
    header .nav>li>a {
        padding: 15px 10px;
    }
}

@media(max-width: 1065px){
    header .nav>li>a {
        padding: 15px 10px;
        font-size:16px;
    }

    .header a, .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
}

@media(max-width:991px){
    .search-box-responsive {
        display: block;
    }

    .search-bar {
        display: none;
    }

    h1.vt-title {
        font-size: 28px;
        text-align: center;
    }
    h2.vt-title {
        font-size: 26px;
    }
    h3.vt-title {
        font-size: 24px;
    }
    h4.vt-title {
        font-size: 20px;
    }
    h5.vt-title {
        font-size: 16px;
    }
    h6.vt-title {
        font-size: 14px;
    }

    h1.vt-title.vt-title-sm {
        font-size: 22px;
    }
    h2.vt-title.vt-title-sm {
        font-size: 18px;
    }
    h3.vt-title.vt-title-sm {
        font-size: 16px;
    }
    h4.vt-title.vt-title-sm {
        font-size: 15px;
    }
    h5.vt-title.vt-title-sm {
        font-size: 14px;
    }
    h6.vt-title.vt-title-sm {
        font-size: 13px;
    }
}

@media(max-width:768px){
    .main-content > .separator {
        margin-bottom: 40px;
    }

    footer img.footer-logo {
        margin: auto;
    }

    footer .address-block, footer .partners-slideshow-footer, footer h3 {
        margin: auto !important;
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    footer .nav-footer h3, footer .nav-footer li {
        text-align: center !important;
    }

    .btn.btn-primary.bg-important {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .tab-content img {
        max-width: 300px;
        margin: auto;
        margin-bottom: 15px;
    }

    .separator-responsive {
        display: block;
        height: 30px;
        clear: both;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
    }

    .vt-container iframe{
        max-height: 250px;
    }

    img.header-logo {
        width: 75px;
        margin-top: -20px;
    }

    img.header-logo.logo-club {
        width: 90px;
    }

    .travel-title {
        margin-top: 0;
    }

    .travel-gap {
        padding:1em;
        min-height: 250px;
        text-align: left;
    }

    .travel-gap p {
        text-align: justify;
    }

    .social-networks-icons > ul > li {
        float: left;
        margin-right: 28px;
    }

    .news-slideshow {
        max-width: 400px;
        margin:auto;
        width: 100%;
    }

    .news-slideshow + a.btn.btn-primary.bg-important.biseau {
        max-width: 400px !important;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    h1.vt-title {
        font-size: 26px;
        text-align: center;
    }
    h2.vt-title {
        font-size: 23px;
    }
    h3.vt-title {
        font-size: 21px;
    }
    h4.vt-title {
        font-size: 17px;
    }
    h5.vt-title {
        font-size: 15px;
    }
    h6.vt-title {
        font-size: 13px;
    }
}

@media(max-width: 500px){
    #map {
        max-height: 300px;
    }

    #search-pga-pro {
        text-align: center;
    }

    #search-pga-pro .search-pga-input {
        float: none;
        margin: auto;
        width: 300px;
    }

    #search-pga-pro > p {
        float: none;
    }

    #search-pga-pro input[type='text'] {
        width: 245px;
        float: none;
    }

    #search-pga-pro input[type='submit'] {
        margin-top: 10px;
    }

    .btn-responsive{
        padding: 5px 5px;
        text-align: left;
        font-size: 11px;
    }

    h1.vt-title {
        font-size: 22px;
        text-align: center;
    }
    h2.vt-title {
        font-size: 20px;
    }
    h3.vt-title {
        font-size: 18px;
    }
    h4.vt-title {
        font-size: 16px;
    }
    h5.vt-title {
        font-size: 14px;
    }
    h6.vt-title {
        font-size: 12px;
    }
}

@media(max-width:400px){
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 14px;
    }

    .vt-title {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .vt-title i.fa {
        font-size: 16px;
    }
}

