/* ROYAL ACADEMY CSS */

html {
	background:#094f69;
}

body {
	background:white;
	min-height: auto!important;
}

.alert {
	margin:50px;
}

.phoca-site {
	min-height:auto;
}

#phnav {
	box-shadow: 0px 2px 2px #0000001c;
}

.navbar-brand {  
    height: auto;
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition:400ms all;
}


.navbar {
    background: transparent;
    color: black;
    border: none;
    border-radius: 0px;
    
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition:400ms all;
}

.navbar-nav {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 13px;
    margin-top: 40px;
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition:400ms all;
}


.navbar-fixed-top .navbar-brand img {
    max-width: 50%;
    height: auto;
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition:400ms all;
}

.navbar-fixed-top .navbar-nav {
    margin-top: 21px;
    transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition:400ms all;
}

.navbar-fixed-top {
    padding-left: 0px;
}

.img-responsive {
	margin:auto;
}

.phoca-nav-top {
    border: none;
    margin-bottom: 0;
}
#phnav {
    background: white;
     transition: 400ms all;
    -moz-transition: 400ms all;
    -webkit-transition:400ms all;
}

.phoca-nav-bottom {
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    border: none;
    position: absolute;
    z-index: 1000;
    background-color: transparent !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    font-weight: 700;
    color: darkslategray;
}

.navbar-default .navbar-nav > li > a:hover {
    color:orange;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:orange;
}

/* BANNER */
#section-banner {
    margin-top: -20px;
}
.swiper-container {
    width: 100%;
}

.swiper-container img {
	width: 100%;
}


/* BLOCCHI HOME */
.ph-product-module-box-home {
	margin-top:20px;
	display:inline-block;
	width: 100%;
}

ph-product-module-box-home .thumbnail.ph-thumbnail {
    width: 30%;
    float: left;
    margin: 10px;
    box-sizing: border-box;
}


/* PAGINA */

.page-content {
    font-size: 16px;
}

h1.ph-header {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 45px;
    margin-bottom: 50px;
    border-bottom: 1px solid silver;
    padding-bottom: 20px;
    color: green;
}

h2.home-action a {
    text-align: center;
    font-size: 40px;
    color: orange !important;
    display: block;
    text-shadow: 2px 1px 3px #0000008f;
}

.ph-price-brutto {
	font-size:35px !important;
}

/* SELEZIONI */

.selezioni h3 {
    color: #0b4f6c;
    font-size: 20px;
}


.selezioni .sppb-title-subheading {
    font-size: 22px !important;
    color: orangered;
}

.selezioni .sppb-addon-content {
    margin-top: 20px;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: "Roboto";
    text-align: justify;
    color: gray;
}

/* PRODOTTI AREA */

.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus {
	background: orange;
    border-color: orangered;
	}

/* SECTION FOOTER */

.section-footer {
    background-color: #0B4F69;
    color: white;
    border-top: 5px solid #eb4947;
    padding: 30px 0;
    font-size: 16px;
}

.section-footer ul {
	display:
}

.section-footer h2.block-title {
    color: #ffbe00;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.menu-footer {
	column-count: 2;
}

.menu-footer a {
    display: block;
    color: white;
    line-height: 30px;
}

/* BOTTOM */

.phoca-bottom {
	background:white;
}

@media (max-width:760px) {
	.navbar-nav {
		text-align:center;
	}
}
