/*-----------------------------------------------------------------------------------
	    RI21 - SITIO RIDET FINAL
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-w-80{
	max-width:80%;
}
.text-w-70{
	max-width:70%;
}
.text-w-60{
	max-width:60%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:200px;
	height:80px;
}
.h4-style{
	font-size:21px;
	line-height:31px;
	letter-spacing:-1px;
}
.img-style{
	width:450px;
	height:135px;
}
.btn-style{
	min-width:200px;
	background-color:#000C3E;
	color:#FEFFFF!important;
}
.btn-style2{
	min-width:200px;
	background-color:#6BCF34;
	color:#FEFFFF!important;
}
.h3-style{
	letter-spacing:-1px;
}
.img-logob-style{
	width:450px;
	height:212px;
}
.h2-style{
	letter-spacing:-1px;
}
.p-style{
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
}
.img-odontogener-style{
	width:300px;
	height:367px;
}
.img-5-style{
	width:300px;
	height:367px;
}
.img-odontop-style{
	width:300px;
	height:367px;
}
.img-7-style{
	width:300px;
	height:367px;
}
.img-8-style{
	width:300px;
	height:367px;
}
.img-cirug-style{
	width:300px;
	height:367px;
}
.img-dami-style{
	width:300px;
	height:337px;
}
.img-cristi-style{
	width:300px;
	height:337px;
}
.img-12-style{
	width:300px;
	height:337px;
}
.img-rober-style{
	width:300px;
	height:337px;
}
.img-14-style{
	width:300px;
	height:337px;
}
.img-15-style{
	width:250px;
	height:192px;
}
.h2-2-style{
	letter-spacing:-1px;
}
.p-4-style{
	font-size:20px;
	line-height:31px;
	letter-spacing:-1px;
}
.h2-3-style{
	letter-spacing:-1px;
}
.p-5-style{
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
}
.btn-4-style{
	font-weight:bold;
}
.btn-6-style{
	font-weight:bold;
}
.btn-5-style{
	font-weight:bold;
}
.p-6-style{
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
}
.h2-4-style{
	letter-spacing:-1px;
}
.p-7-style{
	font-size:20px;
	line-height:26px;
}
.btn-7-style{
	font-weight:bold;
	min-width:325px;
	letter-spacing:-1px;
}
.p-8-style{
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
}
.h2-7-style{
	letter-spacing:-1px;
}
.h1-style{
	font-size:65px;
	line-height:55px;
}
.rightbutton{
	background-color:transparent;
}
.carousel{
	min-width:800px;
}
.next-style{
	color:#FFFFFF!important;
	background-color:transparent;
}
.h4-2-style{
	font-size:21px;
	line-height:31px;
	letter-spacing:-1px;
}
.btn-8-style{
	min-width:200px;
}
.h2-49771-style{
	letter-spacing:-1px;
}
.p-3182-style{
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
}
.img-12-odontogener-style{
	width:126px;
	height:153px;
}
.img-13-style{
	width:126px;
	height:153px;
}
.img-14-odontop-style{
	width:126px;
	height:153px;
}
.img-14285-style{
	width:126px;
	height:153px;
}
.img-16-style{
	width:126px;
	height:153px;
}
.img-17-style{
	width:126px;
	height:153px;
}
.h2-5-style{
	letter-spacing:-1px;
}
.img-24-style{
	width:220px;
	height:247px;
}
.img-25-style{
	width:220px;
	height:247px;
}
.img-26-style{
	width:220px;
	height:247px;
}
.img-27-style{
	width:220px;
	height:247px;
}
.img-28-style{
	width:220px;
	height:247px;
}
.img-contact-style{
	width:550px;
	height:550px;
}
.p-10-style{
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
}
.h2-49701-style{
	letter-spacing:-1px;
}
.btn-2225-50-50-00-style{
	font-weight:bold;
	min-width:300px;
	border-radius:25px 25px 25px 25px;
}
.btn-telefono{
	font-weight:bold;
	min-width:300px;
}
.btn-11-style{
	font-weight:bold;
	min-width:300px;
	border-radius:25px 25px 25px 25px;
}
.h2-13-style{
	letter-spacing:-1px;
}
.h1-bloc-20-style{
	width:100%;
	font-size:55px;
	line-height:60px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-black{
	background-color:#000000;
}
.bgc-oxford-blue{
	background-color:#000930;
}
.bgc-platinum{
	background-color:#DEE0E7;
}
.bgc-medium-blue{
	background-color:#0009BC;
}

/* Text colour styles */

.tc-oxford-blue{
	color:#000930!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-platinum{
	color:#DEE0E7!important;
}

/* Button colour styles */

.btn-green-ryb{
	background:#6BCF34;
	color:#FFFFFF!important;
}
.btn-green-ryb:hover{
	background:#56a62a!important;
	color:#FFFFFF!important;
}
.btn-oxford-blue{
	background:#000930;
	color:#FFFFFF!important;
}
.btn-oxford-blue:hover{
	background:#000726!important;
	color:#FFFFFF!important;
}
.btn-medium-blue{
	background:#0009BC;
	color:#FFFFFF!important;
}
.btn-medium-blue:hover{
	background:#000796!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-oxford-blue{
	color:#000930!important;
}
.ltc-oxford-blue:hover{
	color:#000726!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-oxford-blue{
	color:#000930!important;
	border-color:#000930!important;
}

/* Bloc image backgrounds */

.bg-fon{
	background-image:url("img/fon.jpg");
}
.bg-fon2{
	background-image:url("img/fon2.jpg");
}
.bg-fon3{
	background-image:url("img/fon3.jpg");
}
.bg-portada{
	background-image:url("img/portada.jpg");
}
.bg-fonridet{
	background-image:url("img/fonridet.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-logob-style{
		width:320px;
		height:151px;
	}
	.h3-style{
		font-size:24px;
		line-height:30px;
	}
	.p-info-style{
		font-size:16px;
		line-height:24px;
	}
	.h2-style{
		font-size:24px;
		line-height:30px;
	}
	.p-style{
		font-size:16px;
		line-height:24px;
	}
	.img-odontogener-style{
		width:220px;
		height:269px;
	}
	.img-5-style{
		width:220px;
		height:269px;
	}
	.img-odontop-style{
		width:220px;
		height:269px;
	}
	.img-7-style{
		width:220px;
		height:269px;
	}
	.img-8-style{
		width:220px;
		height:269px;
	}
	.img-cirug-style{
		width:220px;
		height:269px;
	}
	.h2-2-style{
		font-size:24px;
		line-height:30px;
	}
	.p-4-style{
		font-size:16px;
		line-height:24px;
	}
	.img-dami-style{
		width:220px;
		height:247px;
	}
	.img-cristi-style{
		width:220px;
		height:247px;
	}
	.img-12-style{
		width:220px;
		height:247px;
	}
	.img-rober-style{
		width:220px;
		height:247px;
	}
	.img-14-style{
		width:220px;
		height:247px;
	}
	.img-15-style{
		width:200px;
		height:157px;
	}
	.h2-3-style{
		font-size:24px;
		line-height:30px;
	}
	.p-5-style{
		font-size:16px;
		line-height:24px;
	}
	.h2-49701-style{
		font-size:24px;
		line-height:30px;
	}
	.p-10-style{
		font-size:16px;
		line-height:24px;
	}
	.h2-4-style{
		font-size:24px;
		line-height:30px;
	}
	.p-6-style{
		font-size:16px;
		line-height:24px;
	}
	.p-7-style{
		font-size:16px;
		line-height:24px;
	}
	.h2-7-style{
		font-size:24px;
		line-height:30px;
	}
	.h1-style{
		font-size:50px;
	}
	.img-style{
		width:330px;
		height:99px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.img-cadasonri-style{
		width:330px;
		height:99px;
	}
	.img-5-logob-style{
		width:280px;
		height:132px;
	}
	.h2-1-style{
		font-size:24px;
		line-height:30px;
	}
	.p-43275-style{
		font-size:14px;
		line-height:22px;
	}
	.p-10-style{
		font-size:16px;
		line-height:24px;
	}
	.h4-2-style{
		font-size:18px;
	}
	.img-odontogener-style{
		width:150px;
		height:183px;
	}
	.img-5-style{
		width:150px;
		height:183px;
	}
	.img-odontop-style{
		width:150px;
		height:183px;
	}
	.img-7-style{
		width:150px;
		height:183px;
	}
	.img-8-style{
		width:150px;
		height:183px;
	}
	.img-cirug-style{
		width:150px;
		height:183px;
	}
	.img-dami-style{
		width:150px;
		height:168px;
	}
	.img-cristi-style{
		width:150px;
		height:168px;
	}
	.img-12-style{
		width:150px;
		height:168px;
	}
	.img-rober-style{
		width:150px;
		height:168px;
	}
	.img-14-style{
		width:150px;
		height:168px;
	}
	.img-15-style{
		width:150px;
		height:115px;
	}
	.h1-bloc-22-style{
		font-size:34px;
		line-height:42px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.img-cadasonri-style{
		width:250px;
		height:75px;
	}
	.h4-2-style{
		font-size:16px;
		line-height:24px;
	}
	.img-5-logob-style{
		width:240px;
		height:113px;
	}
	.h2-1-style{
		font-size:20px;
		line-height:26px;
	}
	.p-3182-style{
		font-size:14px;
		line-height:22px;
	}
	.h2-49771-style{
		font-size:22px;
		line-height:26px;
	}
	.p-20783-style{
		font-size:14px;
		line-height:22px;
	}
	.h2-5-style{
		font-size:22px;
		line-height:26px;
	}
	.p-10-style{
		font-size:14px;
		line-height:22px;
	}
	.h2-49701-style{
		font-size:22px;
		line-height:26px;
	}
	.btn-telefono{
		min-width:280px;
	}
	.btn-2225-50-50-00-style{
		min-width:280px;
	}
	.btn-11-style{
		min-width:280px;
		letter-spacing:-1px;
	}
	.h2-4-style{
		font-size:22px;
		line-height:26px;
	}
	.p-7-style{
		font-size:14px;
		line-height:22px;
	}
	.btn-7-style{
		min-width:280px;
	}
	.p-6-style{
		font-size:14px;
		line-height:22px;
	}
	.h2-7-style{
		font-size:22px;
		line-height:26px;
	}
	.h2-13-style{
		font-size:22px;
		line-height:26px;
	}
	.h1-style{
		font-size:40px;
	}
	.h1-bloc-22-style{
		font-size:24px;
		line-height:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

