/*-----------------------------------------------------------------------------------
	GSRSR
	About: GCRSR offical website
	Author: Lan Ying
	Version: 1.1
	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 blue selection 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 20px;
	-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-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = 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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}
.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* 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;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

/* = 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;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = 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;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


.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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = 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,.5);
	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:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.hotel-book-button{
	background-color:#521B92;
	color:#FEFFFF!important;
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
	font-size:15px;
	line-height:27px;
	border-style:solid;
	border-color:#FEFFFF!important;
	border-width:0px 0px 0px 0px;
}
.hotel-page-title{
	font-family:"Lato";
	font-weight:700;
	text-shadow:0px 0px 28px rgba(0,0,0,0.28);
}
h1{
	font-family:"Lato";
	font-weight:700;
	font-size:60px;
	line-height:68px;
}
.navbar-nav li a{
	font-family:"Open Sans";
	font-weight:600;
	margin-right:5px;
	margin-left:5px;
}
.navbar-nav li a:hover{
	color:#521B92!important;
	border-style:_popUpItemAction:;
	border-width:0px 0px 3px 0px;
}
.navbar-nav li a:active{
	color:#521B92!important;
}
.sticky-nav.sticky{
	box-shadow:0px 2px 28px rgba(83,27,147,0.28);
}
.hotel-active{
	border-style:_popUpItemAction:;
	color:#521B92!important;
	border-width:0px 0px 3px 0px;
}
.hotel-book-button:hover{
	background-color:#7223CE;
}
.hotel-book-button:active{
	background-color:#521B92;
}
.hotel-about-text-box{
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
}
h2{
	font-family:"Lato";
	font-weight:700;
	line-height:48px;
	font-size:40px;
}
.hotel-brand-text-span{
	font-style:italic;
	color:#521B92!important;
}
h3{
	font-family:"Lato";
	font-weight:700;
	font-size:28px;
	line-height:36px;
}
p{
	font-family:"Open Sans";
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.hotel-logo{
	max-width:240px;
}
h4{
	font-family:"Lato";
	font-weight:400;
	font-size:23px;
	line-height:31px;
}
.form-control{
	font-family:"Open Sans";
	font-weight:400;
	border-radius:0px 0px 0px 0px;
}
.hotel-image-banner{
	padding-top:200px;
	padding-bottom:200px;
}
.hotel-room-price{
	background-color:#521B92;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
	max-width:180px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-42px;
}
.hotel-rooms-card{
	padding-top:10px;
	margin-bottom:28px;
	margin-top:28px;
}
.hotel-rooms-card:hover{
	padding-top:0px;
	margin-bottom:38px;
}
.hotel-rooms-card-shadow{
	box-shadow:4px 8px 30px rgba(0,0,0,0.10);
}
.hotel-rooms-card-shadow:hover{
	box-shadow:3px 7px 30px rgba(0,0,0,0.20);
}
.divider{
	color:#FFFFFF!important;
	font-weight:normal;
}
.texture-darken::before{
	background-color:rgba(33,16,56,0.38);
}
.hotel-button{
	color:#FFFFFF!important;
	background-color:#521B92;
	background:linear-gradient(90deg, #521B92 0%, #6220B0 100%);
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
}
.hotel-button:hover{
	background:linear-gradient(270deg, #521B92  0%, #812AE3 98%);
}
.hotel-room-background{
	background-color:#FEFFFF;
	margin-top:20px;
}
.hotel-room-links{
	background-color:transparent;
	margin-top:-228px;
}
.hotel-room-link-style{
	font-family:"Lato";
	font-weight:700;
	text-transform:capitalize;
	color:#FEFFFF!important;
	font-size:20px;
}
.hotel-room-check-icon{
	margin-right:10px;
	color:#8E2FFF!important;
}
.hotel-small-text{
	font-size:0.9rem;
}
.hotel-services-icon{
	margin-bottom:10px;
}
.hotel-services-amenities{
	background-color:rgba(0,0,0,0.50);
	padding-top:28px;
	padding-bottom:28px;
	border-style:solid;
	border-color:rgba(0,0,0,0.00)!important;
	margin-top:20px;
}
.hotel-services-statistics{
	font-size:60px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#521B92!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-link{
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:700;
	letter-spacing:0.05rem;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.nav-tabs{
	margin-bottom:50px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.hotel-contact-form{
	background-color:rgba(83,27,147,0.15);
}
.hotel-agree-option{
	margin-bottom:15px;
}
.hotel-map-bug{
	margin-bottom:-10px;
}
.hotel-newsletter-field{
	height:48px;
	text-align:center;
	border-color:rgba(0,0,0,0.00)!important;
	border-width:2px 10px 2px 0px;
}
.hotel-gallery-link{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	color:#424242!important;
	letter-spacing:1px;
}
.hotel-gallery-link:hover{
	color:#521B92!important;
}
.hotel-gallery-link-active{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	color:#521B92!important;
	letter-spacing:1px;
}
.hotel-gallery-link-active:hover{
	color:#521B92!important;
}
.texture-darken-strong::before{
	background:linear-gradient(0deg, rgba(47,16,84,0.78), rgba(94,30,169,0.17));
}
.hotel-light-text{
	font-family:"Lato";
	font-weight:300;
}
.hotel-navigation-bloc{
	padding-top:20px;
	padding-bottom:10px;
	background-color:#FEFFFF;
}
.scrollToTop{
	background-color:#521B92;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.scrollToTop:hover{
	background-color:#6722B9;
}
.text-span-color{
	color:#ffffff;
}
.text-span-details-color{
	color:#ffffff;
}
.alert{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	line-height:22px;
	color:#521B92!important;
	background-color:rgba(83,27,147,0.10);
	text-align:center;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.nav-bar{
	text-transform:uppercase;
}
.app-button{
	width:170px;
	margin-right:5px;
	margin-left:5px;
	background:linear-gradient(90deg, #000000, #424242);
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
	font-size:16px;
	padding-right:10px;
	padding-left:10px;
	line-height:38px;
	border-radius:14px 14px 14px 14px;
}
.app-button:hover{
	background:linear-gradient(90deg, #000000, #521B92);
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
}
.app-button-icon{
	margin-right:10px;
}
.app-nav-text{
	margin-right:5px;
	margin-left:5px;
	font-family:"Lato";
	font-weight:900;
	text-transform:none;
	color:#000000!important;
	border-style:solid;
	border-color:rgba(0,0,0,0.0)!important;
	border-width:10px 0px 0px 0px;
}
.app-nav-text:hover{
	color:#521B92!important;
	border-top-width:10px;
	border-style:solid;
	border-color:#521B92!important;
}
.april-nav-button{
	display:flex;
	flex-direction:column;
	color:#000000!important;
	font-family:"Quicksand";
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	line-height:16px;
	height:90px;
	width:120px;
	justify-content:center;
	align-items:center;
	background-color:transparent;
}
.april-nav-button:hover{
	background-color:#005392;
	color:#FEFFFF!important;
}
.april-navbar-icon{
	font-size:24px;
	margin-bottom:14px;
	margin-right:0px;
	margin-left:0px;
}
.april-logo{
	position:fixed;
	left:24px;
	top:24px;
	z-index:2;
	display:block;
	max-width:72px;
}
.april-logo:hover{
	filter:brightness(1.2);
}
.april-navbar{
	width:120px;
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	height:95vh;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background-color:#FCFCFC;
	z-index:1;
	margin-top:80px;
}
.april-button{
	background-color:#005392;
	text-transform:uppercase;
	font-family:"Quicksand";
	font-weight:700;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.03rem;
	padding-right:12px;
	padding-left:12px;
	box-shadow:0px 0px 28px rgba(0,0,0,0.20);
	background:linear-gradient(90deg, #005392 0%, #0071C6 100%);
	color:#FFFFFF!important;
	margin:10px 10px 10px 10px;
	border-width:0px 0px 0px 0px;
}
.april-button:hover{
	box-shadow:0px 2px 40px rgba(0,0,0,0.28);
	background:linear-gradient(90deg, #005392 0%, #007DDC 100%);
	color:#FFFFFF!important;
}
.april-page-title{
	font-family:"Quicksand";
	font-weight:300;
	text-transform:uppercase;
	font-size:70px;
	line-height:70px;
	letter-spacing:5px;
}
.april-content-width{
	max-width:1140px;
	margin-left:auto;
}
.april-stat-column{
	border-style:solid;
	border-color:#515BD3!important;
	padding-left:28px;
	height:128px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-top:28px;
	margin-bottom:28px;
	border-width:0px 0px 0px 2px;
}
.april-no-padding{
	padding:0px 0px 0px 0px;
}
.april-white-link{
	color:#FEFFFE!important;
}
.april-white-link:hover{
	color:#EAEAEA!important;
}
.april-footer-column{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding-right:28px;
	padding-left:28px;
}
.april-thin{
	font-weight:lighter;
	text-transform:none;
}
.april-footer-email{
	color:#FEFFFF!important;
	border-style:solid;
	padding-bottom:2px;
	border-color:#005392!important;
	border-width:0px 0px 1px 0px;
}
.april-footer-email:hover{
	border-color:#FEFFFF!important;
}
.april-left-divider{
	border-style:solid;
	border-width:0px 0px 0px 1px;
}
.april-about-content-div{
	max-width:500px;
	padding:28px 28px 28px 28px;
}
.april-about-full-width{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.h4-bloc-4-style{
	font-family:Lato;
	font-weight:700;
	font-size:28px;
	color:#4F2382!important;
}
.h3-style{
	font-family:Lato;
	font-weight:400;
	margin:8px 8px 8px 8px;
}
.h4-bloc-8-style{
	font-size:22px;
	line-height:32px;
}
.h5-bloc-4-style{
	font-size:22px;
	line-height:32px;
	margin:6px 6px 6px 0px;
}
.gsrs-col2{
	color:#000000!important;
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:20px;
	margin:4px 0px 4px 0px;
	padding:0px 0px 0px 0px;
}
.gsrs-col1{
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
	color:#000000!important;
	line-height:20px;
	margin:4px 0px 4px 0px;
	padding:0px 0px 0px 0px;
}
.gsrs-logo{
	width:70%;
	margin:15% 15% 15% 15%;
}
.h4-gsrs19-—-italy-style{
	font-family:"Lato";
	font-weight:700;
	color:#000000!important;
	font-size:30px;
}
.p-style{
	font-size:20px;
	line-height:30px;
	font-family:"Open Sans";
}
.p-bloc-11-style{
	font-size:20px;
	line-height:30px;
}
.p-3-style{
	font-size:20px;
	line-height:30px;
	font-family:"PT Serif";
	width:96.25%;
	margin-left:15px;
}
.h1-style{
	font-size:35px;
	line-height:40px;
	width:100%;
	color:#FFFFFF!important;
}
.p-bloc-8-style{
	font-size:18px;
	line-height:28px;
}
.april-hero-title{
	font-size:128px;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:800;
	line-height:128px;
	text-shadow:2px -1px 3px rgba(0,0,0,0.50);
}
.h2-style{
	font-size:25px;
	line-height:35px;
}
.h2-role-style{
	font-size:25px;
	line-height:35px;
}
.h2-boundaries-style{
	font-size:25px;
	line-height:35px;
}
.h2-membership-style{
	font-size:25px;
	line-height:35px;
}
.h2-review-style{
	font-size:25px;
	line-height:35px;
}
.h2-modus-operandi-style{
	font-size:25px;
	line-height:35px;
}
.h2-bloc-9-style{
	font-size:25px;
	line-height:35px;
}
.h2-9-style{
	font-size:25px;
	line-height:35px;
}
.p-bloc-9-style{
	font-size:18px;
	line-height:28px;
}
.p-6-style{
	font-size:18px;
	line-height:28px;
}
.p-7-style{
	font-size:18px;
	line-height:28px;
}
.p-8-style{
	font-size:18px;
	line-height:28px;
}
.p-9-style{
	font-size:18px;
	line-height:28px;
}
.p-10-style{
	font-size:18px;
	line-height:28px;
}
.p-11-style{
	font-size:18px;
	line-height:28px;
}
.p-12-style{
	font-size:18px;
	line-height:28px;
}
.p-bloc-12-style{
	font-size:20px;
	line-height:32px;
}
.p-64-style{
	font-size:18px;
	line-height:28px;
}
.h2-bloc-10-style{
	font-size:30px;
	line-height:40px;
}
.h2-11-style{
	font-size:30px;
	line-height:40px;
}
.h2-12-style{
	font-size:30px;
	line-height:40px;
}
.h2-13-style{
	font-size:30px;
	line-height:40px;
}
.h2-14-style{
	font-size:30px;
	line-height:40px;
}
.h2-16-style{
	font-size:30px;
	line-height:40px;
}
.h2-17-style{
	font-size:30px;
	line-height:40px;
}
.h2-18-style{
	font-size:30px;
	line-height:40px;
}
.h2-bloc-12-style{
	font-size:30px;
	line-height:40px;
}
.p-68-style{
	font-size:18px;
	line-height:28px;
}
.h2-26-style{
	font-size:30px;
	line-height:38px;
}
.h2-27-style{
	font-size:30px;
	line-height:38px;
}
.p-70-style{
	font-size:18px;
	line-height:28px;
}
.h2-30-style{
	font-size:30px;
	line-height:38px;
}
.p-73-style{
	font-size:18px;
	line-height:28px;
}
.h2-29-style{
	font-size:30px;
	line-height:38px;
}
.p-72-style{
	font-size:18px;
	line-height:28px;
}
.h2-32-style{
	font-size:30px;
	line-height:38px;
}
.p-75-style{
	font-size:18px;
	line-height:28px;
}
.img-style{
	width:80px;
	height:50px;
	border-color:#000000!important;
	box-shadow:1px 0px 5px #707070;
}
.p-bloc-2-style{
	font-size:60px;
	color:#FFFFFF!important;
	line-height:50px;
}
.bloc-divider-b-fill{
	fill:#FEFFFF;
}
.btn-style{
	font-weight:bold;
	background-color:transparent;
	background:linear-gradient(90deg, #333986  0%, rgba(100,118,228,0.80) 100%);
	color:#FEFFFF!important;
	text-transform:uppercase;
	font-family:"Quicksand";
	box-shadow:0px 0px 28px rgba(0,0,0,0.20);
	float:none;
	align-items:flex-end;
}
.btn-learn-more-style{
	width:36.02%;
}
.h2-bloc-2-style{
	font-size:23px;
	font-family:"Open Sans";
	font-weight:normal;
	text-align:justify;
	line-height:45px;
}
.h1-gsrs22-booklet-style{
	font-size:55px;
}
.btn-style:hover{
	background-color:#515BD4;
	color:#FEFFFF!important;
	box-shadow:0px 2px 40px rgba(0,0,0,0.28);
	background:linear-gradient(90deg, #333985 0%, #525EE1 100%);
}
.img-bloc-70-style{
	height:169px;
	width:239px;
}
.booklet-img{
	width:254px;
	height:328px;
	box-shadow:7px 0px 15px #808080;
}
.h3-28-style{
	font-size:40px;
}
.img-downside-arrow-style{
	height:130px;
}
.img-2-style{
	height:170px;
}
.text-timeline{
	background-color:#F5F7E6;
	box-shadow:14px 7px 8px rgba(10,4,9,0.61);
	background-size:auto auto;
	width:160px;
	color:transparent!important;
}
.text-style{
	font-family:"Lobster";
	color:#5616A7!important;
	font-weight:800;
	font-style:italic;
	font-size:45px;
}
.p-bloc-7-style{
	font-size:20px;
	line-height:30px;
	font-family:"Open Sans";
	font-weight:600;
	color:#000000!important;
	text-align:left;
	text-shadow:1px 1px 4px #A9A6A7;
}
.img-bloc-7-style{
	height:240px;
}
.img-6-style{
	height:240px;
}
.img-9-style{
	height:240px;
}
.img-12-style{
	height:240px;
}
.img-15-style{
	height:240px;
}
.img-18-style{
	height:240px;
}
.img-21-style{
	height:240px;
}
.img-24-style{
	height:240px;
}
.img-27-style{
	height:240px;
}
.img-30-style{
	height:240px;
}
.img-33-style{
	height:240px;
}
.institute:hover{
	color:#004BEC!important;
}
.img-gcrsr-system-style{
	height:500px;
	width:700px;
}
.h5-gcrsr-news-style{
	font-size:25px;
	font-weight:bold;
}
.h5-bloc-1-style{
	font-size:26px;
	line-height:30px;
	font-family:"Lato";
	font-weight:300;
}
.h2-bloc-82-style{
	font-family:"Lato";
	font-weight:700;
}
.meetinglist{
	color:#000000!important;
	font-style:italic;
}
.chair{
	color:#641FB5!important;
	font-weight:800;
	font-family:"Open Sans";
}
.img-2017repo-style{
	height:500px;
}
.h4-16-style{
	font-family:"Open Sans";
	font-weight:800;
	font-size:50px;
	line-height:60px;
}
.img-2016repo-style{
	height:500px;
}
.p-bloc-5-style{
	font-family:"Open Sans";
	font-weight:800;
	font-size:22px;
	line-height:30px;
	margin-left:15px;
	margin-right:15px;
}
.p-4-style{
	font-family:"PT Serif";
	font-weight:800;
	font-size:20px;
	line-height:30px;
	margin-left:24px;
	padding-left:0px;
}
.h3-gsrs22-style{
	font-family:"Lato";
	font-weight:900;
	margin-left:15px;
	margin-right:15px;
}
.h3-gsrs21-style{
	font-family:"Lato";
	font-weight:900;
	margin-left:15px;
	margin-right:15px;
}
.h3-gsrs23-style{
	font-family:"Lato";
	font-weight:900;
	margin-left:15px;
	margin-right:15px;
}
.meeting-column{
	border-style:solid;
	border-color:rgba(0,0,0,0.09)!important;
	margin-right:15px;
	margin-left:15px;
	padding:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.meeting-column:hover{
	box-shadow:0px 2px 20px rgba(51,57,134,0.64);
}
.column{
	padding-left:0px;
	padding-right:0px;
	margin:10px 10px 10px 10px;
}
.row-padding-left{
	padding-left:31px;
	margin-right:-236px;
}
.row-bloc-2-padding-left{
	padding-bottom:38px;
	padding-top:0px;
}
.h2-padding-bottom{
	padding-bottom:0px;
	padding-top:40px;
	padding-left:29px;
	font-size:30px;
}
.button-lm{
	font-size:15px;
	text-align:left;
	background-color:#FEFFFF;
	font-family:"Lato";
	font-weight:700;
	color:rgba(0,0,0,0.74)!important;
	margin-bottom:25px;
	padding:0px 15px 0px 15px;
}
.button-lm:hover{
	color:#F75900!important;
	background-color:#FEFFFF;
	padding-left:15px;
	padding-right:15px;
	box-shadow:0px 1px 2px rgba(0,0,0,0.16);
}
.h4-style{
	font-family:"Open Sans";
	font-weight:600;
	font-size:24px;
	color:#382066!important;
}
.h4-bloc-9-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-bloc-11-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-22-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-23-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-24-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-25-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-26-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2011-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2012-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2013-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2014-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2015-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2016-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2017-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-2018-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h4-12-style{
	font-family:"Open Sans";
	font-weight:600;
	text-shadow:0px 1px 2px rgba(0,0,0,0.47);
}
.h4-11-style{
	font-family:"Open Sans";
	font-weight:600;
}
.groups{
	font-weight:700;
	color:#511B92!important;
	text-decoration:none;
}
.p-104-style{
	font-size:20px;
	line-height:32px;
}
.nav-title{
	border-style:solid;
	border-color:#5E5E5E!important;
	border-width:0px 0px 2px 0px;
}
.p-bloc-131-style{
	font-size:20px;
	line-height:32px;
}
.link-style{
	text-decoration:none;
	font-family:"Lato";
	font-weight:700;
	font-size:28px;
	color:#381266!important;
}
.h3-bloc-131-style{
	line-height:46px;
	font-size:31px;
}
.underline{
	text-decoration:underline!important;
	color:#F75900!important;
}
.groups:hover{
	font-style:italic;
	text-decoration:underline!important;
}
.highlight{
	text-decoration:none;
}
.highlight:hover{
	text-decoration:underline!important;
	font-style:italic;
}
.meeting-title{
	color:#381266!important;
}
.readmore{
	background-color:#FEFFFF;
	color:#000000!important;
	font-weight:bold;
	font-size:23px;
}
.readmore:hover{
	font-style:italic;
	color:#F75900!important;
	background-color:#FEFFFF;
}
.h4-read-more-style{
	width:26.14%;
}
.h4-read-more-style:hover{
	box-shadow:0px 1px 2px rgba(0,0,0,0.25);
}
.btn-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.meetingdivide{
	border-style:_popUpItemAction:;
}
.edg{
	border-style:solid;
	border-color:rgba(0,0,0,0.16)!important;
	border-width:0px 0px 4px 0px;
}
.m-image{
	background-size:306px 208px;
}
.img-lake-italy-style{
	height:208px;
}
.img-21meeti-style{
	height:208px;
}
.img-beiji-style{
	height:208px;
}
.img-brasil-style{
	height:208px;
}
.img-parma-style{
	height:208px;
}
.img-montre-style{
	height:208px;
}
.img-arkans-style{
	height:208px;
}
.img-hangzh-style{
	width:308px;
	height:208px;
}
.img-arkansas-style{
	width:308px;
	height:208px;
}
.h4-bloc-131-style{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
}
.h3-84-style{
	font-size:30px;
}
.img-bloc-131-style{
	height:208px;
}
.link-style:hover{
	font-style:italic;
	text-decoration:underline!important;
}
.h2-color{
	color:#4a2379;
	font-size:30px;
	line-height:40px;
}
.plink{
	font-weight:bold;
	color:#000000!important;
}
.link-bloc-9-style{
	font-weight:bold;
	color:#000000!important;
	font-family:"Open Sans";
}
.link10{
	font-style:italic;
	font-weight:bold;
	color:#000000!important;
}
.title{
	font-weight:bold;
	font-size:20px;
}
.img-lausannegsrs25-style{
	height:230px;
}
.img-203-style{
	height:228px;
}
.h5-bloc-131-style{
	line-height:32px;
	font-family:"Open Sans";
	font-weight:700;
}
.h2-bloc-131-style{
	font-size:30px;
	font-family:"Lato";
	font-weight:900;
}
.italic{
	font-style:italic;
	font-size:20px;
}
.img-weida-tong-aap-style{
	width:181px;
}
.img-dli-headshot-style{
	width:181px;
}
.name{
	color:#4A0AEB!important;
}

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

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-medium-electric-blue{
	background-color:#005493;
}
.bgc-black-2{
	background-color:rgba(0,0,0,0.30);
}
.bgc-white-smoke{
	background-color:#F8F8F8;
}
.bgc-persian-indigo{
	background-color:#391266;
}
.bgc-platinum{
	background-color:#EAEAEA;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-tangelo{
	color:#F75A00!important;
}
.tc-onyx{
	color:#171717!important;
}
.tc-black{
	color:#000000!important;
}
.tc-outer-space{
	color:#444444!important;
}
.tc-indigo-web{
	color:#521B92!important;
}
.tc-persian-indigo{
	color:#391266!important;
}
.tc-dark-jungle-green{
	color:#212121!important;
}
.tc-white-smoke{
	color:#F8F8F8!important;
}

/* Link colour styles */

.ltc-indigo-web{
	color:#521B92!important;
}
.ltc-indigo-web:hover{
	color:#421675!important;
}

/* Icon colour styles */

.icon-indigo-web{
	color:#521B92!important;
	border-color:#521B92!important;
}

/* Bloc image backgrounds */

.bg-GCRSR-system{
	background-image:url("img/GCRSR_system-1.jpg");
}
.bg-working-20group-20background{
	background-image:url("img/working%20group%20background.jpg");
}
.bg-LLM-20Task-20Force{
	background-image:url("img/LLM%20Task%20Force.png");
}
.bg-background24-20copy{
	background-image:url("img/background24%20copy.png");
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .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%;}
    .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)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .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){
	h1{
		font-size:55px;
		line-height:63px;
	}
	.navbar-nav li a{
		margin-right:0px;
		margin-left:0px;
	}
	.hotel-book-button{
		font-size:14px;
		line-height:26px;
	}
	h3{
		font-size:25px;
		line-height:33px;
	}
	h2{
		font-size:35px;
		line-height:43px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	.hotel-logo{
		max-width:150px;
	}
	h4{
		font-size:22px;
		line-height:30px;
	}
	.hotel-footer-column{
		margin-bottom:50px;
	}
	.hotel-services-statistics{
		font-size:50px;
	}
	.hotel-services-amenities{
		padding-top:14px;
		padding-bottom:14px;
	}
	.hotel-newsletter-field{
		margin-bottom:5px;
		border-width:5px 7px 0px 0px;
	}
	.april-nav-button{
		width:128px;
		height:100px;
		font-size:12px;
		line-height:22px;
	}
	.april-navbar-icon{
		font-size:28px;
		margin-bottom:10px;
	}
	.april-navbar{
		width:128px;
	}
	.april-button{
		font-size:16px;
		line-height:24px;
		padding-left:10px;
		padding-right:10px;
		margin:4px 4px 4px 4px;
	}
	.april-page-title{
		font-size:60px;
		line-height:60px;
		letter-spacing:3px;
	}
	.april-stat-column{
		margin-top:28px;
		margin-bottom:28px;
	}
	.april-about-content-div{
		padding-top:50px;
		padding-bottom:50px;
	}
	.h4-bloc-8-style{
		font-size:20px;
		line-height:30px;
	}
	.h5-bloc-4-style{
		font-size:20px;
		line-height:30px;
		margin:6px 6px 6px 0px;
	}
	.gsrs-col2{
		font-size:14px;
		line-height:18px;
		margin:2px 0px 2px 0px;
	}
	.gsrs-col1{
		font-size:14px;
		line-height:18px;
		margin:2px 0px 2px 0px;
	}
	.gsrs-logo{
		width:60%;
		margin:10% 10% 10% 10%;
	}
	.h4-gsrs19-—-italy-style{
		font-family:Lato;
		font-weight:700;
		font-size:18px;
		line-height:28px;
	}
	.april-hero-title{
		font-size:100px;
		line-height:100px;
	}
	.btn-style{
		width:25.1%;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.nav-bar{
		font-size:14px;
	}
	.h1-bloc-12-style{
		font-size:40px;
	}
	.h1-16-style{
		font-size:45px;
	}
	.h1-17-style{
		font-size:45px;
	}
	.h1-18-style{
		font-size:45px;
	}
	.p-bloc-7-style{
		font-size:16px;
	}
	.text-style{
		text-align:center;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:50px;
		line-height:58px;
	}
	.hotel-active{
		border-style:_popUpItemAction:;
		border-width:0px 0px 0px 0px;
	}
	.navbar-nav li a:active{
	}
	.navbar-nav li a:hover{
		border-style:_popUpItemAction:;
		border-width:0px 0px 0px 0px;
	}
	.navbar-nav li a{
		text-align:center;
		color:#212121!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#FEFFFF;
	}
	.close-special-menu .close-icon{
		background-color:#000000;
	}
	h3{
		font-size:23px;
		line-height:31px;
	}
	h2{
		font-size:32px;
		line-height:40px;
	}
	p{
		font-size:14px;
		line-height:22px;
	}
	.hotel-logo{
		max-width:150px;
	}
	h4{
		font-size:20px;
		line-height:28px;
	}
	.hotel-services-statistics{
		font-size:50px;
	}
	.hotel-services-amenities{
		padding-top:28px;
		padding-bottom:28px;
	}
	.hotel-newsletter-field{
		border-width:0px 0px 2px 0px;
	}
	.hotel-home-booking-shortcut{
		margin-top:50px;
	}
	.hotel-home-services-shortuct{
		margin-top:50px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.april-nav-button{
		font-size:11px;
		line-height:21px;
		width:90px;
		height:80px;
	}
	.april-nav-button:hover{
		color:#FEFFFF!important;
	}
	.april-navbar-icon{
		font-size:23px;
	}
	.april-logo{
		max-width:60px;
		top:14px;
		left:14px;
	}
	.april-navbar{
		width:450px;
		height:80px;
		flex-direction:row;
		right:0px;
		position:fixed;
		bottom:15px;
		left:0px;
		top:auto;
		box-shadow:0px 5px 14px rgba(0,0,0,0.19);
		margin-right:auto;
		margin-left:auto;
		padding:0px 0px 0px 0px;
	}
	.april-button{
		font-size:10px;
		line-height:20px;
		margin:4px 4px 4px 4px;
	}
	.april-page-title{
		font-size:50px;
		line-height:60px;
		letter-spacing:2px;
	}
	.april-stat-column{
		margin-top:7px;
		margin-bottom:14px;
		height:64px;
	}
	.april-left-divider{
		border-left-width:0px;
	}
	.h4-bloc-8-style{
		font-size:18px;
		line-height:26px;
	}
	.h5-bloc-4-style{
		line-height:26px;
		font-size:18px;
		margin:4px 4px 4px 0px;
	}
	.gsrs-logo{
		width:40%;
		margin:5% 5% 5% 5%;
	}
	.h5-style{
		font-size:12px;
	}
	.h5-countries-style{
		font-size:12px;
	}
	.h5-presentations-style{
		font-size:12px;
	}
	.h5-years-style{
		font-size:12px;
	}
	.h3-10th-style{
		font-size:16px;
		line-height:2px;
	}
	.h3-bloc-9-style{
		font-size:16px;
		line-height:24px;
	}
	.h3-2-style{
		font-size:16px;
		line-height:24px;
	}
	.h3-1100--style{
		font-size:16px;
		line-height:24px;
	}
	.april-hero-title{
		font-size:80px;
		line-height:80px;
	}
	.nav-bar{
	}
	.btn-style{
		width:32.03%;
	}
	.p-bloc-7-style{
		font-size:20px;
		text-align:left;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:45px;
		line-height:53px;
	}
	.hotel-book-button{
		width:100%;
	}
	h3{
		font-size:22px;
		line-height:30px;
	}
	h2{
		font-size:30px;
		line-height:38px;
	}
	.hotel-logo{
		max-width:150px;
	}
	h4{
		font-size:18px;
		line-height:26px;
	}
	.hotel-services-statistics{
		font-size:45px;
	}
	.hotel-newsletter-field{
		border-width:0px 0px 2px 0px;
	}
	.hotel-home-contact-shortcut{
		margin-top:50px;
	}
	.app-button{
		margin-top:5px;
		margin-bottom:5px;
	}
	.april-nav-button{
		width:100%;
		height:70px;
		padding:0px 0px 0px 0px;
	}
	.april-navbar-icon{
		font-size:20px;
		margin-bottom:7px;
	}
	.april-navbar{
		width:100%;
		margin-right:0%;
		margin-left:0%;
		bottom:0px;
		box-shadow:0px 5px 14px rgba(0,0,0,0.19);
		justify-content:space-between;
		height:70px;
		border-radius:0px 0px 0px 0px;
	}
	.april-button{
		font-size:8px;
		margin:2px 2px 2px 2px;
		padding:0px 4px 0px 4px;
	}
	.april-page-title{
		font-size:45px;
		line-height:55px;
		letter-spacing:1px;
	}
	.april-stat-column{
		margin-top:7px;
		margin-bottom:7px;
		height:64px;
	}
	.h4-bloc-4-style{
		font-size:18px;
		line-height:26px;
	}
	.h3-style{
		font-size:14px;
	}
	.h4-bloc-8-style{
		font-size:16px;
		line-height:24px;
	}
	.h5-bloc-4-style{
		font-size:16px;
		line-height:24px;
	}
	.april-hero-title{
		font-size:60px;
		line-height:60px;
	}
	.april-small-padding{
		padding:25px 25px 25px 25px;
	}
	.mt-1{
	}
	.nav-bar{
	}
	.h2-bloc-2-style{
		font-size:18px;
		text-align:left;
	}
	.p-bloc-2-style{
		font-size:40px;
	}
	.h1-style{
		font-size:35px;
	}
	.btn-style{
		width:52.31%;
	}
	.h1-members-style{
		font-size:40px;
	}
	.h1-photo-gallery-style{
		font-size:40px;
	}
	.h1-history-style{
		font-size:40px;
	}
	.h1-bloc-7-style{
		font-size:40px;
	}
	.h1-bioinformatics-style{
		font-size:40px;
	}
	.h1-10-style{
		font-size:40px;
	}
	.h1-nanotechnology-style{
		font-size:35px;
	}
	.h1-cross-training-style{
		font-size:40px;
	}
	.h1-7-style{
		font-size:40px;
	}
	.h1-publications-style{
		font-size:40px;
	}
	.h1-bloc-12-style{
		font-size:25px;
	}
	.h1-16-style{
		font-size:25px;
	}
	.h1-17-style{
		font-size:25px;
	}
	.h1-18-style{
		font-size:25px;
	}
	.h1-member-area-style{
		font-size:40px;
	}
	.img-gcrsr-system-style{
		width:322px;
		height:180px;
	}
	.h5-bloc-1-style{
		font-size:20px;
		line-height:25px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

