@charset "utf-8";

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* GENERAL ******************************************************************************/
	body{font-size:18px;line-height:1.6;}

	/* READMORE ******************************************************************************/
	.readmore { display:none;}
	
	/* BUTTON ******************************************************************************/
	.btn{font-size:1.2em}
	.btn-gotofull{padding:13px 25px;}
	.btn-gotofull span{position:relative;font-size:16px;line-height:18px;font-weight:700;letter-spacing:.25em;vertical-align:middle}
	
	/* TYPOGRAPHY ******************************************************************************/
	h1,.h1{font-size:3.2rem}h2,.h2{font-size:3rem}h3,.h3{font-size:2.8rem}h4,.h4{font-size:2.4rem}h5,.h5{font-size:2.2rem}h6,.h6{font-size:1.8rem}
	p.text-small { font-size:16px;}
	
	/* TITLE ******************************************************************************/
	.title-big{font-size:5em}
	.title-big small{font-size:40%}
	
	/* HEADER ******************************************************************************/
	/* HEADER - general setting */
	header{display:inline-block}
	/* HEADER - topinfo */
	.topinfo ul{padding:10px 0 0}
	.topinfo ul li{margin:0 10px}
	.topinfo a{color:#fff;font-size:1em;vertical-align:middle;font-weight:700;line-height:1}
	/* HEADER OVERLAY FROM LEFT */
	.header-overlayfromleft{position:absolute;top:0;width:100%}

	
	/* HAMBURGERMENU ANIMATION ******************************************************************************/
	/* HAMBURGER OVERLAY FROM LEFT */
	.header-overlayfromleft .hamburger-overlayfromleft{position:fixed;left:0;top:calc(50% - 50px);width:100px;height:100px;line-height:100px;text-align:center}
	.header-overlayfromleft .hamburger--slider{width:100px;height:100px;background-color:var(--color-2);z-index:9999}
	
	/* SUBHEADER ******************************************************************************/
	.subheader{width:100%;height:auto;min-height:600px}
	/* SUBHEADER -  background */
	.subheader.subheader-background{background-attachment:fixed}	
	/* SUBHEADER - content */
	.subheader .subheader-content{position:absolute;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;height:auto;padding:140px 0}
	.subheader .subheader-content .subheader-content-text{position:relative;padding:30px;z-index:1;text-align:center;margin:0 auto}
	.subheader .subheader-content h1{font-size:3.5em;letter-spacing:-1px}
	.subheader .subheader-content h6{font-family:"Barlow", Arial, Helvetica!important;font-size:1.5em}
	
	/* MODAL ******************************************************************************/
	/* MODAL - close button */
	.modal-content button.close{top:40px;right:40px;width:50px;height:50px;line-height:50px;}
	/* MODAL VIDEO */
	#modalVideo{width:80%;margin:auto;height:auto;background-color:transparent;}
	
	/* SECTION ******************************************************************************/
	section{padding:60px 0}
	/* SECTION - icontext */
	.section-icontext{text-align:left}
	.section-icontext h6{font-size:1.8em}
	.section-icontext img{width:80px;margin:auto}
	/* SECTION - content centered */
	.text-hover-content h4,.text-hover-content p{line-height:1.4;}
	.text-hover-content p{font-size:18px;}
	
	/* PARALLAX ******************************************************************************/
	.parallax{padding:200px 0}
	/* PARALLAX - text align */
	.parallax.parallax-textleft{text-align:left}
	.parallax.parallax-textright{text-align:right}
	
	/* OWL CAROUSEL ******************************************************************************/
	/* OWL CAROUSEL - slider nav */
	.owl-slidernavigation .owl-nav .owl-prev,.owl-slidernavigation .owl-nav .owl-next{width:10%}
	.owl-slidernavigation .owl-nav .owl-prev img,.owl-slidernavigation .owl-nav .owl-next img{width:100px}
	/* OWL CAROUSEL HALFSCREEN SLIDER - content */
	.fullscreen-container .slider-content-halfscreen{position:absolute;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;height:100vh}
	.fullscreen-container .slider-content-halfscreen .slider-content-text-halfscreen{position:relative;padding:30px 80px;z-index:1;text-align:right}
	.fullscreen-container .slider-content-halfscreen h3{font-size:4em}
	.fullscreen-container .slider-content-halfscreen h6{font-family:"Barlow", Arial, Helvetica!important;font-size:1.8em}
	/* OWL CAROUSEL FULLSCREEN SLIDER - content */
	.fullscreen-container .slider-content{position:absolute;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;height:100vh}
	.fullscreen-container .slider-content .slider-content-text{position:relative;padding:30px;z-index:1;text-align:center;margin:0 auto}
	.fullscreen-container .slider-content .slider-content-text::before{content:'';position:absolute;width:600px;height:80px;background-color:#acd7de;opacity:.7;top:60px;left:calc(50% - 300px);z-index:-1}
	.fullscreen-container .slider-content h3,.fullscreen-container .slider-content h6,.fullscreen-container .slider-content p{text-shadow:3px 3px 3px rgba(0,0,0,0.6)}
	.fullscreen-container .slider-content h3{font-size:5em}
	.fullscreen-container .slider-content h6{font-family:"Barlow", Arial, Helvetica!important;font-size:2em}
	.fullscreen-container .slider-content img{width:auto;height:auto;margin:0 auto}
	/* OWL CAROUSEL STAGE PADDING */
	.owl-stagepadding .owl-stage{margin-left:0}
	/* OWL CAROUSEL GALLERY SCROLL */
	.owl-galleryscroll{width:calc(100% + 150px)}
	/* OWL CAROUSEL GALLERY SCROLL - nav */
	.owl-galleryscroll .owl-nav{position:absolute;bottom:20px;right:-100px;width:auto;display:inline-block}
	.owl-galleryscroll .owl-nav .owl-prev,.owl-galleryscroll .owl-nav .owl-next{background-color:#fff!important;color:var(--color-1)!important;width:40px;height:40px;line-height:40px}
	.owl-galleryscroll .owl-nav .owl-prev{margin-right:1px}
	/* OWL CAROUSEL GALLERY SCROLL - text hover */
	.owl-galleryscroll .text-hover .text-hover-content{padding:20px 10px}
	.owl-galleryscroll .text-hover .text-hover-content h6{font-size:1.1em;color:#fff;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;position:absolute;bottom:20px;width:calc(100% - 20px);margin-bottom:0;}
	.owl-galleryscroll .text-hover .text-hover-content p{font-size:0.9em;line-height:1.2;color:#fff;margin-bottom:0;position:absolute;bottom:-30px;opacity:0;visibility:hidden;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
	.owl-galleryscroll .text-hover:hover .text-hover-content h6{position:relative;bottom:5px;width:auto}
	.owl-galleryscroll .text-hover:hover .text-hover-content p{position:relative;bottom:0;visibility:visible;opacity:1;}
	
	/* OFFERTE HOME ******************************************************************************/
	/* OFFERTE HOME CLASSIC */
	.bg-offerte{background:-webkit-linear-gradient(top,#f8f5f1 400px,white 50%);background:-moz-linear-gradient(top,#f8f5f1 400px,white 50%);background:-ms-linear-gradient(top,#f8f5f1 400px,white 50%);background:linear-gradient(top,#f8f5f1 400px,white 50%)}
	/* OFFERTE HOME CLASSIC - text */
	.offerte-content .offerte-text{padding:2em}
	.offerte-content .offerte-prezzo{font-size:2em;margin-bottom:20px;font-weight:700;color:#735c46}
	.offerte-content .btn{padding:15px 30px;text-transform:uppercase;font-size:1.2em}
	.offerte-content .btn i{display:inline-block;margin-left:10px}
	/* OFFERTE HOME HEADER PREVIEW STYLE */
	.offerte-header-preview-style{position:fixed;right:0;top:calc(50% - 50px);width:300px;height:100px; z-index:7777;}
	.offerte-header-preview-style .offerte-header-preview-style-content{width:100%;height:100%;background-color:var(--color-2);z-index:5555;}
	/* OFFERTE HOME HEADER PREVIEW STYLE - solidshadow */
	.offerte-header-preview-style .solid-shadow.solid-shadow-top-left{bottom:30px}
	.offerte-header-preview-style p.offerte-header-preview-macrotitle{font-size:16px;font-weight:700;text-transform:uppercase;margin:5px 0 0}
	/* OFFERTE HOME HEADER PREVIEW STYLE - content */
	.offerte-header-preview-style-content{color:#fff;position:relative;text-align:center}
	.offerte-header-preview-style-content .owl-carousel .owl-stage-outer{overflow:visible!important;}
	.offerte-header-preview-style-content .owl-carousel .owl-stage-outer .owl-item{ visibility:hidden;}
	.offerte-header-preview-style-content .owl-carousel .owl-stage-outer .owl-item.active{ visibility:visible;}
	.offerte-header-preview-style-content .offerte-header-preview-title{height:100px;padding:0 40px;line-height:1.1;display:flex;align-items:center;justify-content:center;font-size:1em;}
	.offerte-header-preview-style-content .offerte-header-preview-image{position:absolute;opacity:0;left:0;margin-top:-225px;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
	.offerte-header-preview-style-content:hover .offerte-header-preview-image{opacity:1}
	.offerte-header-preview-style-content .offerte-header-preview-price{position:absolute;right:0;top:100px;width:auto;max-width:300px;height:auto;padding:20px;background-color:#fff;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:0}
	.offerte-header-preview-style-content .offerte-header-preview-price p{margin:0;font-family:'Rufina',serif;font-weight:700;font-size:1em;line-height:1;color:var(--color-2)}
	.offerte-header-preview-style-content .offerte-header-preview-price p small{font-family:"Barlow", Arial, Helvetica!important;font-size:16px;letter-spacing:-1px;color:var(--color-2-light)}
	.offerte-header-preview-style-content:hover .offerte-header-preview-price{opacity:1}
	/* OFFERTE HOME HEADER PREVIEW STYLE - nav */
	.owl-offerteheaderpreview .owl-nav{position:absolute;background-color:transparent;color:#fff;width:40px;bottom:0;left:-40px;display:inline-block}
	.owl-offerteheaderpreview .owl-nav .owl-prev,.owl-offerteheaderpreview .owl-nav .owl-next{background-color:#fff!important;color:var(--color-2)!important;width:40px;height:40px;line-height:40px}
	
	/* OFFERTE ******************************************************************************/
	/* OFFERTE CONTENT BG */
	.offerta-content-bg{position:absolute;top:0;left:0;width:100%;height:100%}
	.offerta-content-bg.bg-circle-bottom{background-position:50% 90%}
	/* OFFERTE CONTENT BG - circle content */
	.offerta-container-totale .circle-content{position:absolute;bottom:20px;left:20px;width:auto;max-width:80%}
	/* OFFERTE CONTENT BG - circle center */
	.offerta-container-totale .circle-center{top:10px}
	.offerta-container-totale .circle-center h3{font-size:2.5em;line-height:1.2;font-family:'Domine',serif}
	.offerta-container-totale .circle-center h5{font-size:1.3em;line-height:1.2;font-family:"Barlow", Arial, Helvetica!important;font-weight:700;text-transform:capitalize}
	.offerta-container-totale .circle-center h6{font-size:1em;line-height:1.2;font-family:"Barlow", Arial, Helvetica!important;font-weight:700;}
	
	/* EVENTI */
	/* EVENTI ROUND BUTTON - title & subtitle */
	.bg-eventi .title-roundbutton{position:absolute;top:calc(5% + 50px);left:0;width:auto;height:60px;background-color:var(--color-1);color:#fff;line-height:60px;font-size:1em;font-weight:700;text-transform:uppercase;text-align:left;padding:0 30px 0 20px;border-radius:0 50px 50px 0}
	
	/* GALLERY */
	/* GALLERY - img size */
	#gallery-standard img{width:11.5%;float:left;margin:.5%}
	#gallery-nospace img{width:25%;float:left;margin:0;}
	#gallery-fullwidth img{width:20%;float:left;margin:0}

	/* FOOTER ******************************************************************************/
	/* FOOTER - floating text align */
	.footer-floatingtext-left{text-align:left}
	.footer-floatingtext-right{text-align:right}
	/* FOOTER - list unstyled */
	footer ul.list-unstyled li{padding:10px 0}
	
	/* SIZING ******************************************************************************/
	.m-md-0{margin:0!important}.m-md-5{margin:5px!important}.m-md-10{margin:10px!important}.m-md-15{margin:15px!important}.m-md-20{margin:20px!important}.m-md-25{margin:25px!important}.m-md-30{margin:30px!important}.m-md-35{margin:35px!important}.m-md-40{margin:40px!important}.m-md-45{margin:45px!important}.m-md-50{margin:50px!important}.m-md-60{margin:60px!important}.m-md-70{margin:70px!important}.m-md-80{margin:80px!important}.m-md-90{margin:90px!important}.m-md-100{margin:100px!important}.m-md-110{margin:110px!important}.m-md-120{margin:120px!important}.m-md-130{margin:130px!important}.m-md-140{margin:140px!important}.m-md-150{margin:150px!important}.ml-md-0{margin-left:0!important}.ml-md-5{margin-left:5px!important}.ml-md-10{margin-left:10px!important}.ml-md-15{margin-left:15px!important}.ml-md-20{margin-left:20px!important}.ml-md-25{margin-left:25px!important}.ml-md-30{margin-left:30px!important}.ml-md-35{margin-left:35px!important}.ml-md-40{margin-left:40px!important}.ml-md-45{margin-left:45px!important}.ml-md-50{margin-left:50px!important}.ml-md-60{margin-left:60px!important}.ml-md-70{margin-left:70px!important}.ml-md-80{margin-left:80px!important}.ml-md-90{margin-left:90px!important}.ml-md-100{margin-left:100px!important}.ml-md-110{margin-left:110px!important}.ml-md-120{margin-left:120px!important}.ml-md-130{margin-left:130px!important}.ml-md-140{margin-left:140px!important}.ml-md-150{margin-left:150px!important}.mr-md-0{margin-right:0!important}.mr-md-5{margin-right:5px!important}.mr-md-10{margin-right:10px!important}.mr-md-15{margin-right:15px!important}.mr-md-20{margin-right:20px!important}.mr-md-25{margin-right:25px!important}.mr-md-30{margin-right:30px!important}.mr-md-35{margin-right:35px!important}.mr-md-40{margin-right:40px!important}.mr-md-45{margin-right:45px!important}.mr-md-50{margin-right:50px!important}.mr-md-60{margin-right:60px!important}.mr-md-70{margin-right:70px!important}.mr-md-80{margin-right:80px!important}.mr-md-90{margin-right:90px!important}.mr-md-100{margin-right:100px!important}.mr-md-110{margin-right:110px!important}.mr-md-120{margin-right:120px!important}.mr-md-130{margin-right:130px!important}.mr-md-140{margin-right:140px!important}.mr-md-150{margin-right:150px!important}.mt-md-0{margin-top:0!important}.mt-md-5{margin-top:5px!important}.mt-md-10{margin-top:10px!important}.mt-md-15{margin-top:15px!important}.mt-md-20{margin-top:20px!important}.mt-md-25{margin-top:25px!important}.mt-md-30{margin-top:30px!important}.mt-md-35{margin-top:35px!important}.mt-md-40{margin-top:40px!important}.mt-md-45{margin-top:45px!important}.mt-md-50{margin-top:50px!important}.mt-md-60{margin-top:60px!important}.mt-md-70{margin-top:70px!important}.mt-md-80{margin-top:80px!important}.mt-md-90{margin-top:90px!important}.mt-md-100{margin-top:100px!important}.mt-md-110{margin-top:110px!important}.mt-md-120{margin-top:120px!important}.mt-md-130{margin-top:130px!important}.mt-md-140{margin-top:140px!important}.mt-md-150{margin-top:150px!important}.mb-md-0{margin-bottom:0!important}.mb-md-5{margin-bottom:5px!important}.mb-md-10{margin-bottom:10px!important}.mb-md-15{margin-bottom:15px!important}.mb-md-20{margin-bottom:20px!important}.mb-md-25{margin-bottom:25px!important}.mb-md-30{margin-bottom:30px!important}.mb-md-35{margin-bottom:35px!important}.mb-md-40{margin-bottom:40px!important}.mb-md-45{margin-bottom:45px!important}.mb-md-50{margin-bottom:50px!important}.mb-md-60{margin-bottom:60px!important}.mb-md-70{margin-bottom:70px!important}.mb-md-80{margin-bottom:80px!important}.mb-md-90{margin-bottom:90px!important}.mb-md-100{margin-bottom:100px!important}.mb-md-110{margin-bottom:110px!important}.mb-md-120{margin-bottom:120px!important}.mb-md-130{margin-bottom:130px!important}.mb-md-140{margin-bottom:140px!important}.mb-md-150{margin-bottom:150px!important}.mnl-md-0{margin-left:0!important}.mnl-md-5{margin-left:-5px!important}.mnl-md-10{margin-left:-10px!important}.mnl-md-15{margin-left:-15px!important}.mnl-md-20{margin-left:-20px!important}.mnl-md-25{margin-left:-25px!important}.mnl-md-30{margin-left:-30px!important}.mnl-md-35{margin-left:-35px!important}.mnl-md-40{margin-left:-40px!important}.mnl-md-45{margin-left:-45px!important}.mnl-md-50{margin-left:-50px!important}.mnl-md-60{margin-left:-60px!important}.mnl-md-70{margin-left:-70px!important}.mnl-md-80{margin-left:-80px!important}.mnl-md-90{margin-left:-90px!important}.mnl-md-100{margin-left:-100px!important}.mnl-md-110{margin-left:-110px!important}.mnl-md-120{margin-left:-120px!important}.mnl-md-130{margin-left:-130px!important}.mnl-md-140{margin-left:-140px!important}.mnl-md-150{margin-left:-150px!important}.mnr-md-0{margin-right:0!important}.mnr-md-5{margin-right:-5px!important}.mnr-md-10{margin-right:-10px!important}.mnr-md-15{margin-right:-15px!important}.mnr-md-20{margin-right:-20px!important}.mnr-md-25{margin-right:-25px!important}.mnr-md-30{margin-right:-30px!important}.mnr-md-35{margin-right:-35px!important}.mnr-md-40{margin-right:-40px!important}.mnr-md-45{margin-right:-45px!important}.mnr-md-50{margin-right:-50px!important}.mnr-md-60{margin-right:-60px!important}.mnr-md-70{margin-right:-70px!important}.mnr-md-80{margin-right:-80px!important}.mnr-md-90{margin-right:-90px!important}.mnr-md-100{margin-right:-100px!important}.mnr-md-110{margin-right:-110px!important}.mnr-md-120{margin-right:-120px!important}.mnr-md-130{margin-right:-130px!important}.mnr-md-140{margin-right:-140px!important}.mnr-md-150{margin-right:-150px!important}.mnt-md-0{margin-top:0!important}.mnt-md-5{margin-top:-5px!important}.mnt-md-10{margin-top:-10px!important}.mnt-md-15{margin-top:-15px!important}.mnt-md-20{margin-top:-20px!important}.mnt-md-25{margin-top:-25px!important}.mnt-md-30{margin-top:-30px!important}.mnt-md-35{margin-top:-35px!important}.mnt-md-40{margin-top:-40px!important}.mnt-md-45{margin-top:-45px!important}.mnt-md-50{margin-top:-50px!important}.mnt-md-60{margin-top:-60px!important}.mnt-md-70{margin-top:-70px!important}.mnt-md-80{margin-top:-80px!important}.mnt-md-90{margin-top:-90px!important}.mnt-md-100{margin-top:-100px!important}.mnt-md-110{margin-top:-110px!important}.mnt-md-120{margin-top:-120px!important}.mnt-md-130{margin-top:-130px!important}.mnt-md-140{margin-top:-140px!important}.mnt-md-150{margin-top:-150px!important}.mnb-md-0{margin-bottom:0!important}.mnb-md-5{margin-bottom:-5px!important}.mnb-md-10{margin-bottom:-10px!important}.mnb-md-15{margin-bottom:-15px!important}.mnb-md-20{margin-bottom:-20px!important}.mnb-md-25{margin-bottom:-25px!important}.mnb-md-30{margin-bottom:-30px!important}.mnb-md-35{margin-bottom:-35px!important}.mnb-md-40{margin-bottom:-40px!important}.mnb-md-45{margin-bottom:-45px!important}.mnb-md-50{margin-bottom:-50px!important}.mnb-md-60{margin-bottom:-60px!important}.mnb-md-70{margin-bottom:-70px!important}.mnb-md-80{margin-bottom:-80px!important}.mnb-md-90{margin-bottom:-90px!important}.mnb-md-100{margin-bottom:-100px!important}.mnb-md-110{margin-bottom:-110px!important}.mnb-md-120{margin-bottom:-120px!important}.mnb-md-130{margin-bottom:-130px!important}.mnb-md-140{margin-bottom:-140px!important}.mnb-md-150{margin-bottom:-150px!important}.p-md-0{padding:0!important}.p-md-5{padding:5px!important}.p-md-10{padding:10px!important}.p-md-15{padding:15px!important}.p-md-20{padding:20px!important}.p-md-25{padding:25px!important}.p-md-30{padding:30px!important}.p-md-35{padding:35px!important}.p-md-40{padding:40px!important}.p-md-45{padding:45px!important}.p-md-50{padding:50px!important}.p-md-60{padding:60px!important}.p-md-70{padding:70px!important}.p-md-80{padding:80px!important}.p-md-90{padding:90px!important}.p-md-100{padding:100px!important}.p-md-110{padding:110px!important}.p-md-120{padding:120px!important}.p-md-130{padding:130px!important}.p-md-140{padding:140px!important}.p-md-150{padding:150px!important}.pl-md-0{padding-left:0!important}.pl-md-5{padding-left:5px!important}.pl-md-10{padding-left:10px!important}.pl-md-15{padding-left:15px!important}.pl-md-20{padding-left:20px!important}.pl-md-25{padding-left:25px!important}.pl-md-30{padding-left:30px!important}.pl-md-35{padding-left:35px!important}.pl-md-40{padding-left:40px!important}.pl-md-45{padding-left:45px!important}.pl-md-50{padding-left:50px!important}.pl-md-60{padding-left:60px!important}.pl-md-70{padding-left:70px!important}.pl-md-80{padding-left:80px!important}.pl-md-90{padding-left:90px!important}.pl-md-100{padding-left:100px!important}.pl-md-110{padding-left:110px!important}.pl-md-120{padding-left:120px!important}.pl-md-130{padding-left:130px!important}.pl-md-140{padding-left:140px!important}.pl-md-150{padding-left:150px!important}.pr-md-0{padding-right:0!important}.pr-md-5{padding-right:5px!important}.pr-md-10{padding-right:10px!important}.pr-md-15{padding-right:15px!important}.pr-md-20{padding-right:20px!important}.pr-md-25{padding-right:25px!important}.pr-md-30{padding-right:30px!important}.pr-md-35{padding-right:35px!important}.pr-md-40{padding-right:40px!important}.pr-md-45{padding-right:45px!important}.pr-md-50{padding-right:50px!important}.pr-md-60{padding-right:60px!important}.pr-md-70{padding-right:70px!important}.pr-md-80{padding-right:80px!important}.pr-md-90{padding-right:90px!important}.pr-md-100{padding-right:100px!important}.pr-md-110{padding-right:110px!important}.pr-md-120{padding-right:120px!important}.pr-md-130{padding-right:130px!important}.pr-md-140{padding-right:140px!important}.pr-md-150{padding-right:150px!important}.pt-md-0{padding-top:0!important}.pt-md-5{padding-top:5px!important}.pt-md-10{padding-top:10px!important}.pt-md-15{padding-top:15px!important}.pt-md-20{padding-top:20px!important}.pt-md-25{padding-top:25px!important}.pt-md-30{padding-top:30px!important}.pt-md-35{padding-top:35px!important}.pt-md-40{padding-top:40px!important}.pt-md-45{padding-top:45px!important}.pt-md-50{padding-top:50px!important}.pt-md-60{padding-top:60px!important}.pt-md-70{padding-top:70px!important}.pt-md-80{padding-top:80px!important}.pt-md-90{padding-top:90px!important}.pt-md-100{padding-top:100px!important}.pt-md-110{padding-top:110px!important}.pt-md-120{padding-top:120px!important}.pt-md-130{padding-top:130px!important}.pt-md-140{padding-top:140px!important}.pt-md-150{padding-top:150px!important}.pb-md-0{padding-bottom:0!important}.pb-md-5{padding-bottom:5px!important}.pb-md-10{padding-bottom:10px!important}.pb-md-15{padding-bottom:15px!important}.pb-md-20{padding-bottom:20px!important}.pb-md-25{padding-bottom:25px!important}.pb-md-30{padding-bottom:30px!important}.pb-md-35{padding-bottom:35px!important}.pb-md-40{padding-bottom:40px!important}.pb-md-45{padding-bottom:45px!important}.pb-md-50{padding-bottom:50px!important}.pb-md-60{padding-bottom:60px!important}.pb-md-70{padding-bottom:70px!important}.pb-md-80{padding-bottom:80px!important}.pb-md-90{padding-bottom:90px!important}.pb-md-100{padding-bottom:100px!important}.pb-md-110{padding-bottom:110px!important}.pb-md-120{padding-bottom:120px!important}.pb-md-130{padding-bottom:130px!important}.pb-md-140{padding-bottom:140px!important}.pb-md-150{padding-bottom:150px!important}.pnl-md-0{padding-left:0!important}.pnr-md-0{padding-right:0!important}.pnt-md-0{padding-top:0!important}.pnb-md-0{padding-bottom:0!important}