
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@100;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@100;200;300;400;500;600;800;900&display=swap');


@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/Oswald-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/Montserrat-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html, body{
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	font-size:16px;
	    text-align: justify;
}


body{
	background: #FFF;
}



h1{
	color:#7b6948;
    font-family: 'Cormorant Garamond', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	text-align:center;
	font-size:38px;
}

h2{
    margin-bottom:15px;
	color:#7b6948;
    font-family: 'Cormorant Garamond', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	text-align:center;
	font-size:25px;
}

h3{
	color:#666;
    font-family: 'Cormorant Garamond', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	text-align:center;
	font-size:20px;
}

h4{
    font-family: Oswald;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
   /* background: #1b678c;
    border-radius: 5px;
    padding: 5px;*/
    margin-bottom: 15px;
}

h7 {
    font-family: Oswald;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
    background: #1b678c;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}

a{
	color:#417d3d;
}

/*a:hover,
a.active{
	text-decoration:none;
    color: #963d02;
    border: 1px solid #963d02;
    padding: 8px;
    border-radius: 5px;
	/*transition: all 0.5s;
}*/


hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border-top: none;
    background: url(../images/hr.png) center no-repeat;
    height: 19px;
    width: 100%;
}

hr.hr-left {
    background: url(../images/hr2.png) center no-repeat;
    width: 50%;
}


/** *****************************************
 ** BOOTSTRAP
 ** *****************************************/


.btn-primary{
    background: #737d7c;
    border-color: #b7b7b7;
}

.btn-primary:hover {
background-color: #484747;
    border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
background-color: #484747;
    border-color: #ff0000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: #FFF;
}

.btn-secondary-book{
background: #099fb9;
    border-color: #099fb9;
    font-family: Oswald;
    font-size: 35px;
    width: 100%;
	color:white;
}

.btn-secondary-book:hover{
background: #333;
    border-color: #333;
    font-family: Oswald;
    font-size: 35px;
    width: 100%;
	color:white;
	
}


.btn-secondary {
background: #099fb9;
    border-color: #099fb9;
    font-family: Oswald;
    font-size: 21px;
    text-transform: uppercase;   
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6d3a17;
    border-color: #6d3a17;
}


.btn-outline-primary {
	color: #027a8e;
    border-color: #027a8e;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    background: #027a8e;
    border-color: #027a8e;
}

.page-link {
    padding:10px;
}

.page-item.active .page-link {
    background: #F6594D;
    border-color: #F6594D;
    color:#FFFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #F6594D;
    border-color: #F6594D;
}

kbd{
    background:#F6594D;
    color:#FFFFFF;
}

.tp-tabs, .tp-thumbs, .tp-bullets {
   display: none;
}

.dropdown-menu {
    top: 85%;
    text-transform:uppercase;
}
.dropdown-menu a:hover{
    color:rgb(0, 149, 169);
}


.alert-danger {
    display: none;
}

.communication .item-article {
    padding: 0px;
}

.fa, .fab, .fal, .far, .fas {
    line-height: 2; 
}

/***********************************************
 ** HEADER
 ***********************************************/

header{
    z-index: 900;
}



@media (max-width: 991px){
    body{
        padding-top:0px;
    }
    header{
        position:static;
    }
}

@media (max-width: 450px){
    .mainHeader {
        display:none;
    }
}

/***********************************************
 ** HEADER - NAVBAR
 ***********************************************/
header .navbar{
    padding-top:0;
    padding-bottom:0;
    font-family: 'Cormorant Garamond', Helvetica, Arial, Lucida, sans-serif;
    background:#ffffff;
	/*border-bottom: 1px solid #cacaca;*/
	height: 105px;
	font-weight: 700;
}

/***********************************************
 ** HEADER - LOGO
 ***********************************************/
 header .navbar-brand{
    padding-top:0px;
    padding-bottom:0px;
 }

header .navbar-brand .logo{
   /* height: 95px;
    margin: 10px 15px;*/
	    height: 100px;
    margin: 0px 0px;
}

/*@media (max-width: 1199px){
    header .navbar-brand .logo{
        height:70px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}*/

@media (max-width: 1199px){
    header .navbar-brand .logo{
 height: 72px;
    margin-top: 0px;
    margin-bottom: 5px;
    }
}
@media (max-width: 450px){
    header .navbar-brand .logo{
    height: 63px;
    margin-top: 3px;
    margin-bottom: 8px;
    }
}

/***********************************************
 ** HEADER - TOGGLER (MOBILE)
 ***********************************************/
header .navbar-toggler{
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    color: #000;
    font-size:28px;
}
header .navbar-toggler .fas{
    width:28px;
    height:28px;
}


/***********************************************
 ** HEADER - NAVIGATION
 ***********************************************/
header .navbar-collapse{
    align-self: flex-end;
}

header .navbar-nav .nav-item .nav-link {
    padding: 0px 7px;
    color: #7c6945;
    text-transform: uppercase;
    font-size: 17px;
    transition: all 0.5s;
    line-height: 105px;
}

header .navbar-nav .nav-item:hover>.nav-link{
    color: #000;
    transition: all 0.5s;
	/*border-bottom: 2px solid #7c6945;*/
}



header .navbar-nav .dropdown-menu{
    border-radius: 0px;
    background: rgba(255,255,255,0.9);
    margin:0px;
}

header .navbar-nav .dropdown-item{
    font-size:15px;
}

header .navbar-nav .dropdown-item:hover{
    color:#945e00;
    transition: all 0.5s;
}

/*@media (min-width: 992px){
    header .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
    }
}*/


@media (max-width: 1199px){
    header .navbar-nav .nav-item .nav-link{
        font-size: 18px;
        font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
}
    }
    header .navbar-nav .dropdown-item{
        font-size:17px;
    }
}

@media (max-width: 991px){
    header .navbar-nav .dropdown-menu{
        background: rgba(255,255,255,0.1);
    }
    header .navbar-nav .dropdown-menu a{
        color:#009fbc;
    }
}

header .navbar-toggler .header-mobile{
    padding-bottom:20px;
}





/***********************************************
 ** HEADER - NAVIGATION MOBILE
 ***********************************************/

header .header-mobile{
    padding-bottom:20px;
}


@media (max-width: 991px) {
     header .navbar-collapse {
        opacity: 0;
        position: fixed;
        z-index: 200;
        background-color: #FFFFFF;
        width: 250px;
        transform: translateX(-250px);
        height: 100%;
        overflow-y: auto;
        top: 0;
        left: 0;
        padding:20px;
    }

    header .navbar-collapse.toggling {
        transition: transform 0.35s, opacity 0.35s;
    }

    header .navbar-nav .nav-item .nav-link{
        padding:10px 0px;
        line-height:inherit;
    }
}

.nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background: #ffffff8a;
    opacity: 0;
    transition: opacity 0.25s, width 0s 0.25s, height 0s 0.25s;
}

.has-active-menu {
    overflow: hidden;
    }

.has-active-menu .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s;
}

.has-active-menu .navbar-collapse {
    opacity: 1;
    transform: translateX(0);
}


/** *****************************************
 ** FOOTER
 ** *****************************************/

footer{
    background-color: #ffffff;
    border-top: 2px solid #bbbbbb;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 13px;
}

footer h3{
    font-size: 22px;
    text-transform: uppercase;
    color: #3e3d3d;
    margin-bottom:20px;
    border-bottom: 2px solid #a97c2c;
    text-align: left;
}

footer h4{
	font-family:Oswald;
	color: #008080;
	font-size: 14px;
	text-transform:uppercase;
	margin-bottom:5px;
}


footer .presentation{
    color:#999999;
}

footer .presentation .logo{
    text-align:center;
    margin-bottom: -9px;
}

footer .presentation .logo img{
        width: 92%;
    margin-bottom: 11px;
}

footer .presentation .text{
    text-align:justify;
    margin-top:10px;
    font-size:12px;
}

footer .navigation li a{
    color: #666;
    font-size:13px;
    display:block;
    margin-bottom:5px;
}

footer .navigation li a:hover{
    color: #0dbddc;
	text-decoration: none;
}

footer .contactus .icon{
    width:30px;
    font-size: 20px;
}

footer .contactus .icon i{
    margin-right:9px;
}

footer .contactus li{
    margin-bottom:5px;
    color:#999999;
}


/***********************************************
 ** SIGNATURE
 ***********************************************/

.signature{
    border-top: 2px solid #00a3c1;
    padding-top: 12px;
    padding-bottom: 7px;
    color: #ffffff;
    background:#313131;
}

.signature a{
    color: #FFF;
}
.signature a:hover{
    color: #62d2e4;
	    text-decoration: none;
}

.signature .social a{
    font-size:32px;
    margin-left:8px;
}


.signature .languages .dropdown-menu {
    background: rgba(255,255,255,0.9);
}

.signature .languages button{
    font-size:12px;

}

.signature .languages .dropdown-item{
    color: #333333;
    font-size:14px;
}

.signature .languages .dropdown-item .icon{
    width:25px;
    display: inline-block;
}

.signature .languages .dropdown-item:hover {
    background: #999999;
    color: #FFFFFF;
}


.signature .copyright{
    line-height:28px;
    font-size:12px;
}


/***********************************************
 ** BLOCKS
 ***********************************************/

.block-primary,
.block-secondary,
.block-gray,
.block-lightgray{
	background: #ffffff;
    padding: 20px;
    color: #000000;
    border-radius: 5px;
    /*border: 1px solid #DDD;*/
}

.block-secondary{
    background: #FFF;
}

.block-gray{
    /*background: #DDDDDD;*/
    color:#222222;
}

.block-lightgray{
    background: #EEEEEE;
    color:#222222;
}

.block-primary h2,
.block-secondary h2{
    color:#3c3a3a;
}

.block-primary .header,
.block-secondary .header{
    
}

a.block-lightgray:hover{
    background: #344A62;
    color:#FFFFFF;
}
a.block-lightgray:hover h2{
    background: #344A62;
    color:#FFFFFF;
}

.block-sample{
    border-left: 5px solid #F6594D;
    margin: 10px 0px 10px 50px;
    padding: 15px 0px 5px 20px;
    background: #EEEEEE;
}


/***********************************************
 ** MAIN
 ***********************************************/

.main{
    padding:20px 0px;
    background: #FFFFFF;
}

/***********************************************
 ** MAIN HEADER
 ***********************************************/
.mainHeader{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    position: relative;
    background-position: center;
    background-attachment: fixed;
	min-height: 454px;
    background: url(../images/bg-header88.jpg);
	border-bottom: 1px solid #cacaca;
}

.mainHeader .in{
    padding: 60px 0px;
}

.mainHeader h1{
color: #FFF;
    text-shadow: 0px 2px 1px #636363;
    text-transform: uppercase;
	font-family: 'Cormorant Garamond', Helvetica, Arial, Lucida, sans-serif;
    font-size: 65px;
    text-align: left;
    font-weight: 300;
}

.mainHeader h2{
    color: #000;
    /*text-shadow: 0px 2px 1px #636363;*/
	text-transform: uppercase;
    font-size: 34px;
	font-weight:100;
}

/*@media (max-width: 1199px) {
    .mainHeader .in{
        padding: 100px 0px;
    }
}

@media (max-width: 991px) {
    .mainHeader .in{
        padding: 70px 0px;
    }
}

@media (max-width: 767px) {
    .mainHeader {
        background-image: none!important;

    }
    .mainHeader .in{
        padding: 10px 0px;
    }
    .mainHeader h1{
        font-size:24px;
    }
    .mainHeader h2{
        font-size:18px;
    }
}*/

/***********************************************
 ** CONTACT
 ***********************************************/
.contact-form form{
    margin-top: 20px;
}

.contact-form .submit{
    margin-top:20px;
    text-align: center;
}

.contact .container>.row>div{
    margin:10px 0px;
}

.contact-form .has-warning .form-control{
    background-color: #f9deb8;
}

#map{
    width:100%;
    height:450px;
}

/***********************************************
 ** NEWSLETTER
 ***********************************************/

.newsletter-form form{
    margin-top: 20px;
}

.newsletter-form .submit{
    margin-top:20px;
    text-align: center;
}

.newsletter-form .has-warning .form-control{
    background-color: #f9deb8;
}

/***********************************************
 ** NAV DEFAULT
 ***********************************************/
.nav-default{
    font-size:18px;
    text-transform: uppercase;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
}

/***********************************************
 ** LIST
 ***********************************************/
.list-cards{
    margin-bottom: -3rem;
}

.list-cards .card-img-top:hover{
    opacity: 0.85;
    transition: all 0.5s;
}

.list-cards .card-info{
    color:#999999;
    font-size:12px;
    padding:0px 0px 10px 0px;
    border-bottom: #999999 solid 1px;
    margin-bottom:10px;
    margin-right:10px;
}

.list-cards .card-title{
    font-size:20px;
}

.list-cards .card-title a{
    color:#333333;
}

.list-cards .card-title a:hover{
    color:#ab453d;
}

.list-cards .card-text{
    font-size:13px;
    margin-bottom:10px;

}

.list-cards .card-link{
    font-size:16px;
    text-transform: uppercase;
    font-family: Oswald, Helvetica, Arial, Lucida, sans-serif;
    margin-top:auto;
    text-align: center;
}

.list-cards .pagination{
    margin-top:1rem;
}


/*************************************
 ** LIST BLOCK
 *************************************/
.list-blocks .item{
    display:block;
    margin-bottom:30px;
    position: relative;
}

.list-blocks .item .wrap{
    position:relative;
    display:block;
    background:#FFFFFF;
}

.list-blocks .item .wrap h2,
.list-blocks .item .wrap h3{
    position:absolute;
    bottom:0px;
    right:0px;
    width:96%;
    background: rgba(255, 255, 255, 0.81);
    color: #060606;
    text-align:left;
    padding: 5px 6px 4px 7px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'oswald', Helvetica, Arial, Lucida, sans-serif;
    box-shadow: -2px 2px 7px 1px #262626;
}

.list-blocks .item .wrap .link{
    position:absolute;
    display:block;
    height:60px;
    width:60px;
    text-align: center;
    background:rgba(0,0,0,0.8);
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius: 30px;
    color:white;
    opacity:0;
    font-size:24px;
    line-height:60px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    z-index:100;
}

.list-blocks .item .wrap img{
    width:100%;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    box-shadow: 1px 2px 11px 1px #121111;
    border: 1px solid white;
}

.list-blocks .item .wrap img.icon{
    position: absolute;
    right: 0px;
    top: 0px;
    width: inherit;
}

.list-blocks .item:hover .wrap img{
    opacity:0.6;
    -webkit-backface-visibility: hidden;
}

.list-blocks .item:hover .wrap h2,
.list-blocks .item:hover .wrap h3{
    opacity:0;
    bottom:-10px;
}

.list-blocks .item:hover .wrap .link{
    opacity:0.8;
}

.list-blocks .item .wrap .link:hover{
    background:rgba(255,255,255,0.6);
    color:#000000;
}



/***********************************************
 ** NEWS DETAIL
 ***********************************************/
.newsDetail .info{
    color:#999999;
    padding:0px 0px 10px 0px;
    border-bottom: #999999 solid 1px;
    margin-bottom:10px;
	display: none;
}

.newsDetail .text{
    text-align: justify;
    margin-bottom:20px;
}

.newsDetail .photos>div:nth-child(2){
    margin-top:15px;
}


/***********************************************
 ** BOOK DETAIL
 ***********************************************/
.bookDetail{

}


.bookDetail .text{
    text-align: justify;
    margin-bottom:20px;
}

.bookDetail .photos>div:nth-child(2){
    margin-top:15px;
}


/***********************************************
 ** MODAL
 ***********************************************/

/** CENTER VERTICAL **/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  max-width: 686px;
 /* @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }*/
}

.modal .modal-content{
    background:#FFF;
    color:#000;
    border-radius: 10px;
}

.modal .modal-title{
   /* background: url("../images/logo-small.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
    font-size: 25px;
}

.modal .modal-footer{
    border-top:0px;
}
.modal .modal-header{
    border-bottom:0px;
    background:#ebb81d;
}

.modal-header .close{
    color:#FFFFFF;
}

.modal .modal-body{
   /* text-align:center;*/
}

.modal .modal-footer .fab{
    color:#CCCCCC;
    font-size: 29px;
    margin-right:5px;
}

.modal .modal-footer .fab:hover{
    color:#F6594D;
    transition: all 0.5s;
}


/*************************************
 ** BREADCRUMB
 *************************************/


.breadcrumb {
   /* display: inline-flex;*/
	display: none;
    font-size: 12px;
	float: right;
	font-family: oswald;
    text-transform: uppercase;
    font-size: 14px;
}
/***********************************************
 ** TINYMCE
 ***********************************************/
.tinymce > h2:first-child{
    margin-top:0px;
}
.block .tinymce > :last-child{
    margin-bottom:0px;
}
.tinymce .responsive{
    max-width:100%;
}


.mce-content-body{
    padding:15px;
    background: #FFFFFF;
}

.mce-content-body shortcode{
    border:dashed 2px  #999999;
    background:#EEEEEE;
    text-align: center;
    padding: 40px;
    margin:15px 0px;
    font-size: 18px;
    width:100%;
    display: block;
}

body.tinymce{
    background: #FFFFFF;
}

/*************************************
 ** DEBUG
 *************************************/
.debug{
    display:none;
    color:#FFFFFF;
}

/*************************************
 ** HOME - SLIDER
 *************************************/


.homeSlider .tp-caption.tp-title,
.homeSlider .tp-caption.tp-subtitle,
.homeSlider .tp-caption.tp-link{
    z-index: 7;
    white-space: nowrap;
    text-transform:left;
    font-family:'Oswald';
    color:white;
    text-shadow: 2px 2px 3px #000;
    text-transform: uppercase;
}

.homeSlider .tp-caption.tp-link{
    background-color: rgba(0,0,0,0);
    border-color: #CCCCCC;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
    background:rgba(0,0,0,0.5);
    color:#CCCCCC;
}

.homeSlider .tp-caption.tp-link:hover{
    border-color: #FFFFFF;
    color:#FFFFFF;

}

@media (max-width: 767px) {
    .homeSlider .tp-bullets{
        display:none;
    }
}
/*************************************
 ** HOME - WELCOME
 *************************************/

.homeWelcome{
    background:#353432;

}
.homeWelcome h2{
    text-align:center;
    color:#FFFFFF;
    padding:7px;
    cursor:pointer;
    margin:0px;
}
.homeWelcome h2 > span{
    font-weight: bold;
    text-transform: uppercase;

}

/*************************************
 ** HOME - Article
 *************************************/

.homeArticle{
	padding: 40px 0px 40px 0px;
    background: #FFF;
    color:#333;
}

.homeArticle h1 {
    color: #444242;
	font-family: 'Cormorant Garamond', sans-serif;
    text-align: center;
}

.homeArticle h2 {
    margin-bottom: 15px;
    font-size: 19px;
    color: #4e4c4c;
    text-transform: uppercase;
}

.homeArticle .text {
    margin: 20px 0px;
    text-align: justify;
    line-height: 24px;
}

/*************************************
 ** HOME - Partner
 *************************************/

.homePartner{
    padding:30px 0px 20px 0px;
    background:#FFFFFF;
}

.homePartner h1{
    text-align: center;
}


/*************************************
 ** IMAGES - EFFECT
 *************************************/
img.effect-bw{
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
}

img.effect-bw:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}


/*************************************
 ** THEMES
 *************************************/

 .themes {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    background-attachment: fixed;
    background-size: cover;
}

 .themes h1 {
    text-align: center;
    margin-bottom:20px;
    font-size: 66px;
	color: #ffffff;
    font-family: 'Cormorant Garamond', sans-serif;
    text-shadow: 2px 2px 2px #000;
    font-size: 57px;
    font-weight: 700;
}

@media (max-width: 754px){
    .themes h1 {
    font-size: 37px;
    }
}

 .themes .list-blocks .item h2 {
font-size: 19px;
    width: auto;
    padding: 9px;
    box-shadow: -2px 2px 7px 1px #262626;
  }

 .themes .list-blocks .item h2 span {
    text-align: center;
    color:#027a8e;
}


/***********************************************
 ** FANCYBOX
 ***********************************************/
.fancybox-container{
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom:15px;
}

.fancybox-container .fancybox-box:first-child{
    width: 100%;
}

.fancybox-container .fancybox-box{
	width:20%;
	float:left;
	padding: 5px;
}

.fancybox-container .fancybox-box a{
	border: 3px solid #FFFFFF;
	display: block;

}

/*************************************
 ** ROYAL SLIDER
 *************************************/
.royalSlider .rsThumbsHor{
    bottom: 0px;
    position: absolute;
    background: rgba(20,20,20,0.5);
    padding: 5px;
    height:auto;
 }

.royalSlider .rsThumb {
    width: 80px;
    height: 60px;
}
.royalSlider .rsThumb.rsNavSelected{
    background:#000000;
}








