/*
 *	CSS for devices with max width between 480px and 575px
 */

/*------------------------------------------------------------------
    GLOBAL
-------------------------------------------------------------------*/

body{
	font-size:12px;
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 14px
}

.block-title, .block-title-white{
	font-size:29px;
}

.container {
	padding-right: 5px;
	padding-left: 5px;
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.navbar-brand img {
	height: 50px;
}
	
.main-menu {
	height: 76px;
}

.padding-top-menu-height {
	padding-top: 76px;
}


/*------------------------------------------------------------------
    BANNER
-------------------------------------------------------------------*/

.banner {
	padding-top: 20px;
	padding-bottom:30px;
}
	
.banner-text h1 {
	font-size: 18px;
	line-height: 0px;
	padding-top: 30px;
}

.banner-text h2 {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom:30px;
}


/*------------------------------------------------------------------
    AVAILABILITY
-------------------------------------------------------------------*/

.availability .table-dark{
	font-size: 12px;
}


/*------------------------------------------------------------------
    PRICE LIST
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    BOOKING
-------------------------------------------------------------------*/

.booking-form  input, .booking-form textarea{
	font-size: 12px;
}

.booking-form  button{
	font-size: 16px;
}


/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.block-title-footer{
    font-size: 14px
}

.block-title-footer a{
    font-size: 14px
}
