/*
================================
Import CSS and Google Fonts
colore primario #DB001B
================================
*/

@import url(../css/font-awesome.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
/*
================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Montserrat", serif;
    color: #2a2a2a;
    overflow: hidden;
    line-height: 22px;
    overflow-x: hidden;
    background-color: transparent;
}
p {
    color: #2a2a2a;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
/* a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
} */
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: "Montserrat", serif;
}
.page-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #000;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
img {
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-white-dark {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    color: #cc0417;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
}
.heading-normal p {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 300;
}
/*
================================
Preloader
================================
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/preloaders/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*
================================
Header
================================
*/

header {
    width: 100%;
    background: #FFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header .logo img {
    max-height: 95px;
    margin: 8px 0 6px;
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper ul {
    float: right;
}
/*
================================
Sticky Header
================================
*/

header.sticky {
    position: fixed;
    background: #FFF;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    border-bottom: 1px solid #3d3b3d;
}
header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 10px 18px;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li:last-child > a {
    padding-bottom: 9px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    /* height: 60px; */
    line-height: 40px;
}
/*
================================
Dropdown Main Menu
================================
*/

.sf-menu {
    margin-bottom: 0;
}
.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}
.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.sf-menu li.current-menu-item a {
    color: #d1d3d4;
}
.sf-menu li {
    text-transform: none;
    background: none;
}
.sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    color: #000;
    margin-right: 0;
    border-bottom: 1px solid #f2f3f3;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.sf-menu li li:last-child {
    border-bottom: 0;
}
.sf-menu li li:hover {
    background: #DB001B;
}
.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.sf-menu li li:hover li a {
    padding-left: 15px;
}
.sf-menu li li a {
    font-weight: normal !important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.sf-menu li li li {
    background: #cc0417;
    border-left: 1px solid #f2f3f3;
    margin-left: -1px;
}
.sf-menu li li li a {
    color: #000;
}
.sf-menu li li li a:hover {
    color: #DB001B;
    padding-left: 25px;
}
.sf-menu li a {
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    color: #000;
    /* border: 0; */
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
    text-transform: none;
}
.sf-menu li:hover {
    background: none;
}
.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
    color: #DB001B;
}
.sf-menu li:hover li a {
    color: #000;
}
.sf-menu li:hover li:hover {
    color: #fff;
}
.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.sf-menu > li > a {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    /* color: #000; */
}
/* .sf-menu > li:last-child a {
    color: #fff;
} */
.sf-menu > li {
    margin-top: 0;
}
.sf-menu li:hover li a {
    background: #cc0417;
    color: #fff;
}
.sf-menu li:hover li:hover a {
    background: #fff;
    color: #cc0417;
}
.sf-menu li:hover li:hover li a {
    background: #cc0417;
    color: #fff;
}
.sf-menu li:hover li:hover li:hover a {
    background: #fff;
    color: #cc0417;
}
/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    header.sticky {
        display: none;
    }
    .slide-carousel .item .text {
        padding-top: 25% !important;
    }
    .featured-box .item {
        margin-bottom: 25px;
    }
	.form_registrazione .item{
		margin-bottom: 25px;	
	}
    .footer-bottom .footer-menu {
        float: none !important;
    }
    .footer-bottom .footer-menu ul {
        float: none !important;
        text-align: center;
    }
    .footer-bottom .footer-menu ul li {
        float: none !important;
        display: inline-block;
        list-style-type: none;
    }
    .featured-box .text {
        margin-bottom: 30px;
    }
	.form_registrazione .text{
		margin-bottom: 30px;
	}
	.footer-main .footer-left{
		text-align:center;	
	}
	.footer-main .footer-right{
		text-align:center;	
	}
	body{
        font-size: 15px;
    }
}

@media screen and (max-width: 1201px) {
    #menu {
        display: none !important;
    }
    .slicknav_menu {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
	body{
        font-size: 35px;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
	.footer-main .footer-left{
		text-align:center;	
	}
	.footer-main .footer-right{
		text-align:center;	
	}
	.img_header h1{
		font-size: 10px;
	}
	body{
        font-size: 14px;
    }
}
/*
================================
Titolo
================================
*/
.titolo{
	width: 100%;
    height: 120px;
    background:#243145;
	text-align: center;
    position: relative;
	font-family: "Montserrat", serif;
}
.titolo .text {
	padding-top:35px;
    text-align: center;
    position: relative;
    z-index: 99;
}
.titolo .text h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
/*
================================
Titolo FINE
================================
*/

/*
================================
img_header
================================
*/

.img_header {
    background: #DB001B;
    overflow: hidden;
	text-align:justify;
    padding: 30px 0 30px 0;
}
/* .img_header img {
    width:42%;
	margin: 0;
	padding:0;
	display:inline;
}
.img_header video {
    width:50%;
	margin: 0;
	padding:0;
	display:inline;
} */
/* .img_header h1 {
    margin-top: 50px;
} */
.img_header h3 {
    font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
/* .div-fianco-img{
	float:left;
	display:inline;
	width:50%;
	text-align:left;
}
.div-fianco-img .spazio-alto{
	overflow:hidden;
	height: 2.7em;
} */

.img_header h1{
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 0.6em;
	text-transform:uppercase;
}
.img_header p {
    font-family: "Montserrat", serif;
    color: #FFF;
    font-weight: 300;
    font-size: 0.8em;
	text-align: left;
	line-height: 1.2em;
	padding-right:10px;
}
.img_header .guarda_video{
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 0.4em;
    font-weight: 800;
	text-transform:uppercase;
	margin-top:3.0em;
}
.img_header a{
	color: #FFF;
	text-transform:uppercase;
}
.img_header li {
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 14px;
	text-align: justify;
}
.img_header a:hover{
    color: #FFF;
}
/*
================================
numeri
================================
*/

.numeri {
    background: #DB001B;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
	text-align:justify;
}
.numeri img {
    width:100%;
	margin: 0;
	padding:0;
}
.numeri h3 {
    font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
.numeri h1{
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
	text-transform:uppercase;	
}
.numeri p {
    font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: justify;
	line-height: 28px;
}
.numeri a{
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.numeri li {
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 14px;
	text-align: justify;
}
.numeri a:hover{
    color: #FFF;
}
/*
video
*/
.video-single img{
	width:100%;	
}
.video {
    background: #DB001B;
}

/*
================================
qualita
================================
*/
.qualita {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.qualita img {
    width:100%;
	margin: 0;
	padding:0;
}
.qualita h3 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 70px;
	text-align: left;
	text-transform:uppercase;
}
.qualita h4 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
	margin-top: 4px;
    margin-bottom: 15px;
	text-align: left;
}
.qualita p {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: justify;
	line-height: 28px;
}
.qualita li {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 14px;
	text-align: justify;
}
.qualita a{
	font-family: "Montserrat", serif;
    color: #000;
    margin-bottom: 15px;
	text-align: left;
	font-weight:500;
}
.qualita a:hover{
    color: #000;
}

.qualita-no-top {
    background: #f7f7f7;
    padding-bottom: 50px;
    overflow: hidden;
}
.qualita-no-top img {
    width:100%;
	margin: 0;
	padding:0;
}
.qualita-no-top h3 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.qualita-no-top h4 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
	margin-top: 4px;
    margin-bottom: 15px;
	text-align: left;
}
.qualita-no-top p {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: justify;
	line-height: 28px;
}
.qualita-no-top li {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 14px;
	text-align: justify;
}
.qualita-no-top a{
	font-family: "Montserrat", serif;
    color: #000;
    margin-bottom: 15px;
	text-align: left;
	font-weight:500;
}
.qualita-no-top a:hover{
    color: #000;
}
/*
================================
contatti
================================
*/
.contatti {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.contatti img {
    width:100%;
	margin: 0;
	padding:0;
}
.contatti h2 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 50px;
	text-align: center;
	text-transform:uppercase;
}
.contatti h3 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 70px;
	text-align: left;
	text-transform:uppercase;
}
.contatti h4 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
	margin-top: 4px;
    margin-bottom: 15px;
	text-align: left;
}
.contatti p {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: left;
	line-height: 28px;
}
.contatti a{
	font-family: "Montserrat", serif;
    color: #000;
    font-weight: 500;
}
.contatti a:hover{
    color: #5d5d5d;
}
/*
================================
dettagli-bianco
================================
*/
.dettagli-bianco {
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.dettagli-bianco img {
    height: auto;
}
.dettagli-bianco h3 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.dettagli-bianco p {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
	text-align: justify;
}
.dettagli-bianco a{
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.dettagli-bianco a:hover{
    color: #000;
}
/*
================================
propro
================================
*/
.propro {
    background: #fff;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.propro img{
	width:100%;
}
.propro .icon {
    color: #2a2a2a;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.propro .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #cc0417;
    color: #fff;
    font-size: 24px;
}
.propro .text {
    color: #000;
}
.propro h2 {
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 50px;
	text-align: center;
	text-transform:uppercase;
}
.propro .text h3 {
    font-family: "Montserrat", serif;
    color: #000;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
.propro .text p {
    font-family: "Montserrat", serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
	text-align: justify;
}
.propro .text p:last-child {
    margin-bottom: 0;
}
/* .propro a{
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.propro a:hover{
    color: #000;
} */

/*
================================
Parallex
================================
*/

.parallex {
    background-image: url(../images/openning-hours/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}
.parallex .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.parallex h2 {
    font-family: "Montserrat", serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.parallex h3 {
    font-family: "Montserrat", serif;
    display: inline-block;
    font-size: 20px;
    border-top: 1px dotted #f2f3f3;
    border-bottom: 1px dotted #f2f3f3;
    color: #f2f3f3;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0 10px;
}
.parallex p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.parallex p.button {
    margin-top: 40px;
}
.parallex p.button a {
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}
.parallex p.button a:hover {
    background: #fff;
    color: #2a2a2a;
}
/*
================================
Menu - Version 1
================================
*/

.menu-v1 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #f2f3f3;
    position: relative;
}
.menu-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.menu-v1 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #cc0417;
    text-align: center;
    margin-bottom: 15px;
}
.menu-v1 h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #676767;
    text-align: center;
    margin-bottom: 25px;
}
.menu-v1 .item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    border: 1px solid #f2f3f3;
    border-collapse: collapse;
}
.menu-v1 .inner {
    display: table-row;
}
.menu-v1 .photo {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #cc0417;
    border-collapse: collapse;
    padding: 15px;
    width: 100px;
    background: #fff;
}
.menu-v1 .photo img {
    width: 80px;
    height: 80px;
}
.menu-v1 .desc {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #cc0417;
    border-collapse: collapse;
    padding: 15px;
    background: #fff;
}
.menu-v1 .desc h3 {
    display: block;
    border: 0;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    color: #323f52;
}
.menu-v1 .desc h4 {
    color: #2a2a2a;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    line-height: 20px;
}
.menu-v1 .price {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #cc0417;
    border-collapse: collapse;
    padding: 15px;
    font-size: 24px;
    color: #cc0417;
    background: #fff;
    margin-top: 10px;
}
.menu-v1 .nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
}
.menu-v1 .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.menu-v1 .nav-tabs > li > a {
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    color: #323f52;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding: 6px 10px;
}
.menu-v1 .nav-tabs > li > a:hover {
    color: #323f52;
    border-color: #323f52;
}
.menu-v1 .nav-tabs > li.active > a,
.menu-v1 .nav-tabs > li.active > a:focus,
.menu-v1 .nav-tabs > li.active > a:hover {
    background: transparent;
    color: #323f52;
    border: 0;
    border-bottom: 1px solid #323f52;
    border-radius: 0;
}
/*
================================
Menu - Version 2
================================
*/

.menu-v2 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #f2f3f3;
    position: relative;
}
.menu-v2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #323f52;
    opacity: 0.7;
}
.menu-v2 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #cc0417;
    text-align: center;
}
.menu-v2 h3 {
    display: inline-block;
    font-size: 16px;
    color: #676767;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.menu-v2 .item {
    margin-bottom: 30px;
    width: 100%;
}
.menu-v2 .item .inner {
    position: relative;
    margin-bottom: 25px;
}
.menu-v2 .item .inner:hover .desc {
    top: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.menu-v2 .item .photo img {
    width: 100%;
}
.menu-v2 .item .desc {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #323f52;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-v2 .item .desc h3 {
    color: #fff;
    border-top: 0;
    border-bottom: 0;
    padding-top: 20%;
    font-size: 24px;
    font-weight: 600;
}
.menu-v2 .item .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 20px;
}
.menu-v2 .item .desc .price {
    font-family: "Montserrat", serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-top: 30px;
}
.menu-v2 .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
}
.menu-v2 .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.menu-v2 .nav-tabs > li > a {
    font-size: 16px;
    background: transparent;
    color: #323f52;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-weight: 600;
    padding: 6px 10px;
}
.menu-v2 .nav-tabs > li > a:hover {
    color: #323f52;
    border-bottom: 2px solid transparent;
    background: transparent;
}
.menu-v2 .nav-tabs > li.active > a,
.menu-v2 .nav-tabs > li.active > a:focus,
.menu-v2 .nav-tabs > li.active > a:hover {
    background: transparent;
    font-size: 16px;
    color: #323f52;
    border-color: transparent;
    border-bottom: 2px solid #323f52;
    border-radius: 0;
}
/*
================================
Menu - Version 3
================================
*/

.menu-v3 {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
    position: relative;
}
.menu-v3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.menu-v3 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #cc0417;
    text-align: center;
    margin-bottom: 15px;
}
.menu-v3 h3 {
    display: inline-block;
    font-size: 16px;
    color: #676767;
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
}
.menu-v3 .menu-grid-item {
    overflow: hidden;
    margin-bottom: 30px;
}
.menu-v3 .item {
    margin-bottom: 30px;
    width: 100%;
}
.menu-v3 .item .inner {
    position: relative;
    margin-bottom: 25px;
}
.menu-v3 .item .inner:hover .desc {
    top: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.menu-v3 .item .photo img {
    width: 100%;
}
.menu-v3 .item .desc {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #323f52;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-v3 .item .desc h3 {
    color: #fff;
    border-top: 0;
    border-bottom: 0;
    padding-top: 20%;
    font-size: 24px;
    font-weight: 600;
}
.menu-v3 .item .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 20px;
}
.menu-v3 .item .desc .price {
    font-family: "Montserrat", serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-top: 30px;
}
.menu-v3 .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-v3 .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.menu-v3 .nav-tabs > li > a {
    font-family: "Montserrat", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.menu-v3 .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #cc0417;
    background: #cc0417;
}
.menu-v3 .nav-tabs > li.active > a,
.menu-v3 .nav-tabs > li.active > a:focus,
.menu-v3 .nav-tabs > li.active > a:hover {
    background: #cc0417;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
/*
================================
Menu - Version 4
================================
*/

.menu-v4 {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
    position: relative;
}
.menu-v4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.menu-v4 h2 {
    font-size: 30px;
    font-weight: 600;
    color: #cc0417;
    text-align: center;
    margin-bottom: 15px;
}
.menu-v4 h3 {
    display: inline-block;
    font-size: 16px;
    color: #676767;
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
}
.menu-v4 .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.menu-v4 .item {
    width: 100%;
}
.menu-v4 .item .inner {
    position: relative;
    margin-bottom: 25px;
}
.menu-v4 .item .inner:hover img {
    -moz-transform: scale(1.4) rotate(10deg);
    -webkit-transform: scale(1.4) rotate(10deg);
    -ms-transform: scale(1.4) rotate(10deg);
    transform: scale(1.4) rotate(10deg);
}
.menu-v4 .item .photo {
    overflow: hidden;
}
.menu-v4 .item .photo img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-v4 .item .desc {
    padding: 20px;
    background-color: #323f52;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-v4 .item .desc h3 {
    color: #fff;
    border-top: 0;
    border-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}
.menu-v4 .item .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 20px;
}
.menu-v4 .item .desc .price {
    color: #f2f3f3;
    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f2f3f3;
}
.menu-v4 .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-v4 .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.menu-v4 .nav-tabs > li > a {
    font-family: "Montserrat", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.menu-v4 .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #cc0417;
    background: #cc0417;
}
.menu-v4 .nav-tabs > li.active > a,
.menu-v4 .nav-tabs > li.active > a:focus,
.menu-v4 .nav-tabs > li.active > a:hover {
    background: #cc0417;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
/*
================================
Gallery
================================
*/
.gallery img{
	border:1px solid #DB001B;
}
.gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
    position: relative;
}
.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.gallery h2 {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cc0417;
    text-align: center;
}
.gallery h3 {
    font-family: "Montserrat", serif;
    display: inline-block;
    font-size: 24px;
    border-top: 1px dotted #f2f3f3;
    border-bottom: 1px dotted #f2f3f3;
    color: #f2f3f3;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallery .menu-grid h2 {
    margin-bottom: 20px;
}
.gallery .menu-grid h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.gallery .item {
    margin-bottom: 30px;
    width: 100%;
}
.gallery .item .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery .item .photo img {
    width: 100%;
}
.gallery .item .desc {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .item .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 30%;
}
.gallery .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.gallery .nav-tabs > li > a {
    font-family: "Montserrat", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #cc0417;
    background: #cc0417;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
    background: #cc0417;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
.gallery a.gallery-photo i {
    color: #fff;
    font-size: 30px;
}
/*
================================
Service
================================
*/

.service {
    background: #fff;
    padding-top: 50px;
}

.service .item {
    margin-bottom: 50px;
}
.service .item:hover .icon i {
    background: #cc0417;
    color: #f2f3f3;
}
.service .icon {
    color: #cc0417;
    text-align: center;
    margin-bottom: 15px;
}
.service .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    border-radius: 50%;
    border: 1px solid #cc0417;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service .text {
    text-align: center;
}
.service .text h2 {
    color: #cc0417;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.service .text p {
    font-weight: 300;
    font-size: 14px;
}

/*
================================
Counter
================================
*/

.counter-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-image: url(../images/testimonial/1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.counter-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.counter-v1 .container {
    position: relative;
    z-index: 9999;
}
.counter-v1 .counter-text {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 187px;
    height: 187px;
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    border-radius: 187px;
    -webkit-border-radius: 187px;
    -moz-border-radius: 187px;
    text-align: center;
    background: rgba(220, 32, 61, 0.7);
}
.counter-v1 .counter-text p:first-child {
    padding-top: 60px;
    margin-bottom: 0px;
}
.counter-v1 .counter-text span {
    color: #fff;
    font-size: 16px;
}
.counter-v1 .counter-text span.counter {
    color: #fff;
    font-size: 50px;
}
/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #f2f3f3;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
/*
================================
Contact
================================
*/

.contact {
    padding-bottom: 50px;
	font-family: "Montserrat", serif;
}
.contact .item {
    margin-bottom: 15px;
    overflow: hidden;
    background: #323f52;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px;
}
.contact .text {
    float: left;
    font-size: 14px;
}
.contact h3 {
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.contact h4 {
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
	margin-top: 4px;
    margin-bottom: 15px;
	text-align: left;
}
.contact .text p {
    color: #000;
    font-weight: 400;
}
.contact .text ul li {
    list-style-type: none;
    color: #000;
    font-weight: 400;
}
.contact .cform-1 .btn-success {
    background: #f7f7f7;
    border-width: 2px;
    border-color: #CCC;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
    background: #DDD;
    border-color: #CCC;
}
.contact .cform-1 .form-control {
    border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
    background-color:#FFF;
	border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 2px solid #dedede;
    color: #000;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
    border-color: #000;
	background-color:#FFF;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
    height: 40px;
	background-color:#FFF;
}
.contact .cform-1 .datepicker {
    padding-left: 12px;
    padding-right: 12px;
	background-color:#FFF;
}
.btn{
	color: #fff;
    background: #DB001B;
    border:0px;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
	background: #CCC;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
	background: #CCC;
}
/*
================================
404 Error
================================
*/

.error-page {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.error-page .title .inner {
    font-family: "Montserrat", serif;
    width: 200px;
    height: 200px;
    background: #cc0417;
    color: #fff;
    border: 5px solid #cc0417;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}
.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}
.error-page .content {
    margin-top: 40px;
    text-align: center;
}
.error-page .content h2 {
    font-family: "Montserrat", serif;
    color: #cc0417;
    font-size: 24px;
}
.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}
.error-page .content .button {
    margin-top: 40px;
}
.error-page .content .button a {
    font-size: 18px;
    background: #323f52;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #323f52;
    color: #fff;
    font-weight: 400;
    padding: 12px 16px;
}
.error-page .content .button a:hover {
    background: #cc0417;
    color: #fff;
    border-color: #cc0417;
}
/*
================================
Sidebar
================================
*/

.sidebar {
    width: 100%;
}
.sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.sidebar .widget h4 {
    color: #cc0417;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.sidebar .widget ul li {
    display: block;
    float: none;
    color: #676767;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #2a2a2a;
    top: 1px;
    left: 3px;
    font-weight: 600;
}
.sidebar .widget ul li a {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 300;
}
.sidebar .widget ul li a:hover {
    color: #cc0417;
}
.sidebar .widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    font-size: 14px;
    margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
    display: block;
    padding: 4px 10px;
    border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
    content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
    background: #cc0417;
    border-color: #cc0417;
    color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
    color: #fff;
    border: 2px solid #cc0417;
}
.sidebar .widget-search input {
    height: 36px;
    color: #2a2a2a;
    border: 2px solid #cc0417;
    background: transparent;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0;
}
.sidebar .widget-search input:focus {
    border: 2px solid #cc0417;
}
.sidebar .widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #cc0417;
    background: #cc0417;
    border-radius: 0;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*
================================
Author Box
================================
*/

.author-box {
    width: 100%;
    height: auto;
    background: #cc0417;
    color: #2a2a2a;
    text-align: left;
}
.author-box .inner {
    padding: 20px;
    overflow: hidden;
}
.author-box .author-thumb {
    width: 15%;
    float: left;
}
.author-box .author-thumb img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}
.author-box .author-info {
    width: 85%;
    float: left;
}
.author-box .author-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
}
.author-box .author-info p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.author-box .author-info ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
}
.author-box .author-info ul li:before {
    content: '';
}
.author-box .author-info ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #cc0417;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    display: block;
}
.author-box .author-info ul li a i {
    margin-right: 0;
    font-size: 14px;
}
.author-box .author-info ul li a:hover {
    background: #2a2a2a;
    color: #fff;
}
/*
================================
Comment
================================
*/

.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.comments .comment-list {
    background: transparent;
    padding: 15px;
}
.comments .comment-list .thumb {
    width: 80px;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comments .comment-list .text {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .text .inner {
    margin-left: 10px;
}
.comments .comment-list .text h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
    color: #2a2a2a;
    font-size: 14px;
}
.comments .comment-list .text span.date {
    margin-right: 40px;
}
.comments .comment-list .text span.date i {
    margin-right: 5px;
}
.comments .comment-list .text span.reply a {
    font-family: "Montserrat", serif;
    background: #cc0417;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.comments .comment-list .parent {
    margin-bottom: 0px;
    overflow: hidden;
}
.comments .comment-list .children .parent {
    margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 120px;
}
.comments .comment-list .children > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .comment-list .children > li:before {
    content: '';
}
.comments .comment-list > li {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
    padding-left: 0;
}
.comments .comment-list > li:before {
    content: '';
}
.comments .comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .respond {
    background: transparent;
    margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
    background: #323f52;
    border: 2px solid #323f52;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
    background: #cc0417;
    color: #fff;
    border-color: #cc0417;
}
.comments .respond .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
    font-family: "Montserrat", serif;
    background: transparent;
    border: 2px solid #ccc;
    color: #2a2a2a;
    font-size: 14px;
}
.comments .respond .cform-1 input[type="text"]:focus,
.comments .respond .cform-1 input[type="email"]:focus,
.comments .respond .cform-1 textarea:focus {
    border-color: #cc0417;
}
/*
================================
Under Construction
================================
*/

.under-construction-v1 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.under-construction-v1 img {
    width: 100%;
    height: 100%;
}
.under-construction-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #323f52;
    opacity: 0.5;
}
.under-construction-v1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.under-construction-v1 h1 {
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.under-construction-v1 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.under-construction-v1 .newsletter {
    text-align: center;
}
.under-construction-v1 .btn-success {
    font-family: "Montserrat", serif;
    display: inline-block;
    background-color: #cc0417;
    color: #fff;
    border: 0;
    border-color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.under-construction-v1 .btn-success:hover {
    background: #323f52;
    border-color: #323f52;
    color: #fff;
}
.under-construction-v1 .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    outline: none;
}
.under-construction-v1 input[type="email"] {
    background: #f2f3f3;
    border: 2px solid #f2f3f3;
    height: 40px;
    color: #000;
}
/*
================================
Featured Box
================================
*/

.featured-box {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.featured-box img{
	width:100%;
}
.featured-box .icon {
    color: #2a2a2a;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.featured-box .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #cc0417;
    color: #fff;
    font-size: 24px;
}
.featured-box .text {
    color: #000;
}
.featured-box .text h3 {
    font-family: "Montserrat", serif;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
.featured-box .text p {
    font-family: "Montserrat", serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
	text-align: justify;
	line-height: 28px;
}
.featured-box .text p:last-child {
    margin-bottom: 0;
}
.featured-box a{
	font-family: "Montserrat", serif;
}
.featured-box a:hover{
    color: #000;
}
.featured-box .link-rosso{
	color: #fff;
	background:#DB001B;
	padding: 15px 30px;
}
.featured-box .link-rosso:hover{
	color: #fff;
}
/*
================================
Form registrazione
================================
*/

.form_registrazione {
    background: #f7931e;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form_registrazione img{
	width:100%;
}
.form_registrazione .icon {
    color: #FFF;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.form_registrazione .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #cc0417;
    color: #fff;
    font-size: 24px;
}
.form_registrazione .text {
    color: #FFF;
}
.form_registrazione .text h3 {
    font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
.form_registrazione .text p {
    font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
	text-align: justify;
	line-height: 28px;
}
.form_registrazione .text p:last-child {
    margin-bottom: 0;
}
.form_registrazione a{
	font-family: "Montserrat", serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.form_registrazione a:hover{
    color: #000;
}
.form_registrazione .text p {
    color: #FFF;
    font-weight: 400;
}
.form_registrazione .text ul li {
    list-style-type: none;
    color: #FFF;
    font-weight: 400;
}
.form_registrazione .cform-1 .btn-success {
    background: #FFF;
    border-width: 0px;
    /*border-color: #CCC;*/
    color: #f7931e;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
	text-transform:uppercase;
	font-weight:bold;
}
.form_registrazione .cform-1 .btn-success:hover {
    /*background: #DDD;*/
	color:#DB001B;
	border:0px;
}
.form_registrazione .cform-1 .btn-verifica:hover {
    /*background: #DDD;*/
	color:#DB001B;
	border:0px;
}
.form_registrazione .cform-1 .form-control {
    border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
	border:0px;
	color:#000;
}
.form_registrazione .cform-1 input[type="text"],
.form_registrazione .cform-1 input[type="email"],
.form_registrazione .cform-1 textarea {
    background-color:#FFF;
	border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*border: 2px solid #dedede;*/
    color: #000;
	border:0px;
}
.form_registrazione .cform-1 input[type="text"]:focus,
.form_registrazione .cform-1 input[type="email"]:focus,
.form_registrazione .cform-1 textarea:focus {
    border-color: #000;
	background-color:#FFF;
}
.form_registrazione .cform-1 input[type="text"],
.form_registrazione .cform-1 input[type="email"] {
    height: 40px;
	background-color:#FFF;
}
.form_registrazione .cform-1 .datepicker {
    padding-left: 12px;
    padding-right: 12px;
	background-color:#FFF;
}
.form_registrazione .cform-1 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form_registrazione .cform-1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form_registrazione .cform-1 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.form_registrazione .btn{
	background: #FFF;
    border-width: 0px;
    /*border-color: #CCC;*/
    color: #f7931e;
    padding: 10px 20px;
	margin-top:5px;
    border-radius: 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
	text-transform:uppercase;
	font-weight:bold;
}
#form_reg .btn-registrazione.focus .btn-registrazione:focus {
    color:#DB001B;
    border-color: #CCC;
	border:0px;
}

/*
================================
Footer - Main
================================
*/

.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #000;
	color: #FFF;
}
.footer-main .footer-col p {
	font-family: "Montserrat", serif;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
}
.footer-main .footer-col a {
    color: #FFF;
}

.footer-main .footer-col a:hover {
    color: #FFF;
}
.footer-left{
	text-align:left;	
}
.footer-center{
	text-align:center;
}

.footer-right{
	text-align:right;	
}

/*
================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.text-primary{
	color:#000;	
}

#switchLanguage{
	font-family: "Montserrat", serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #d1d3d4;
}

/* 
---------------------------------------------
General Style
--------------------------------------------- 
*/

.bg-orange {
    background-color: #F7931E !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.text-40 {
    font-size: 40px !important;
    line-height: normal;
}

.text-32 {
    font-size: 32px !important;
    line-height: normal;
}

.text-28 {
    font-size: 28px !important;
    line-height: normal;
}

.text-24 {
    font-size: 24px !important;
    line-height: normal;
}

.text-20 {
    font-size: 20px !important;
    line-height: normal;
}

.text-18 {
    font-size: 18px !important;
}

.text-16 {
    font-size: 16px !important;
}

.bg-red {
    background-color: #db001b;
}

.w-90 {
    width: 90% !important;
}

.bg-grey3 {
    background-color: #f7f7f7 !important;
}

.bg-white {
    background-color: #fff !important;
}

.link-leaweb-color {
    color: #db001b !important;
}

.link-leaweb-color:hover {
    color: #ae0317 !important;
}

.pxy-1530 {
    padding: 15px 30px !important;
}

/* 
---------------------------------------------
Banner Section Style
--------------------------------------------- 
*/

.banner-section {
    background-image: url('../images/logo_leapoint1.png');
    background-repeat: no-repeat;
    background-position: 72% 35%;
    background-blend-mode: multiply;
  }
  
  @media (min-width: 1200px) {
    .banner-section {
      background-size: 28% !important;
    }
  }
  
  @media (min-width: 1001px) {
    .banner-section {
      background-size: 40%;
    }
  }
  
  @media (max-width: 1000px) {
    .banner-section {
      background-size: 110%;
    }
  }

  /* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.icon-contact {
    max-width: 30px;
}

.contact-page {
    background-color: white;
}

  .contact-page #contact-form {
    margin-left: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
  }
  
  .contact-page #contact-form label {
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 5px;
  }
  
  .contact-page #contact-form label.error {
    font-size: 14px;
    color: red;
  }

  .contact-page #contact-form input.error:not(input[type='checkbox']) {
    border-bottom: 1px solid red !important;
  }

  .contact-page #contact-form input:not(input[type='checkbox']) {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 15px 0px;
  }
  
  .contact-page #contact-form input[type='checkbox'] {
    max-width: 35px;
    max-height: 35px;
    border-color: #3a3a3a;
  }
  
  .contact-page #contact-form input:focus-visible {
    outline-color: transparent;
  }
  
  .contact-page #contact-form textarea {
    width: 100%;
    /*height: 100px;*/
    max-height: 180px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 15px 0px;
  }
  
  .contact-page #contact-form textarea:focus-visible {
    outline-color: transparent;
  }
  

/* 
---------------------------------------------
Button Style
--------------------------------------------- 
*/

.btn {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  
  .btn-primary {
    background-color: #DB001B;
    border: 1px solid #db001b;
    color: white;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
    border-radius: 0px !important;
  }

  .btn-outline-primary {
    background-color: #DB001B;
    border: 1px solid white;
    color: white;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
    border-radius: 0px !important;
  }

  .btn-outline-primary-red {
    background-color: transparent;
    border: 1px solid #db001b;
    color: #db001b !important;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
    border-radius: 0px !important;
  }

  .btn-outline-primary-red:hover {
    background-color: #db001b;
    border: 1px solid #db001b;
    color: white !important;
  }

  .btn-outline-primary-white {
    background-color: white;
    /* border: 1px solid #db001b; */
    color: #db001b;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s;
    border-radius: 0px !important;
  }

  .btn-outline-primary-white:hover {
    background-color: #db001b;
    /* border: 1px solid #db001b; */
    color: white;
  }

  .btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  background-color: #fff !important;
  border: 1px solid #db001b !important;
  color: #db001b !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible {
  background-color: #fff !important;
  border: 1px solid #db001b !important;
  color: #db001b !important;
  /* font-size: 16px !important;
  font-weight: 700 !important; */
  box-shadow: none !important;
}

b, strong {
    font-weight: 600;
}

.accordion {
    --bs-accordion-border-color: #f7f7f7;
    --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23db001e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); 
    --bs-accordion-bg: #f7f7f7;
}

.accordion-button:not(.collapsed) {
    color: #db001b !important;
    background-color: #f7f7f7 !important;
}

.accordion-button:focus {
    border-color: #f7f7f7 !important;
    box-shadow: none !important;
}

.accordion-text {
    border-left: 3px solid #db001b;
}

.accordion-item {
    border-top: 1px solid #d4d4d4 !important;
}

.accordion-item:first-child {
    border-top: 0 !important;
}


.service-partner img {
    max-width: 200px;
}

.btn-arrow-service {
background-color: white !important;
}

.btn-arrow-service i {
    font-size: 20px;
    color: #db001b;
}