/*-----------------------------------------------------------------------------------
	    sro_180103
        Built with Blocs
-----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover{text-decoration: none; cursor:pointer;}

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

#page-loading-blocs-notifaction{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = 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;
}
.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;
}
.bloc-sm{
	padding:20px 50px;
}

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

.full-width-bloc{
	padding-left:0;
	padding-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{
	width:100%;
	display:table;
	table-layout: fixed;
}
.bloc-group .bloc{
	position:relative;
	display: table-cell;
	vertical-align: top;
}
.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 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-t-edge{
	background: top no-repeat;
}


/* 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 .navbar-brand, .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 .navbar-brand: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 .panel{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .panel icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .panel,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel 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 .panel .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc .navbar-brand,.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 .panel .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc .navbar-brand: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 .panel .btn-wire,.d-bloc .panel .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;
}
.voffset-lg{
	margin-top:80px;
}

/* Bloc text custom styling */

#bloc-1 h1{
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 65px;
	line-height: 50px;
}
#bloc-1 p{
	font-family: 'Titillium Web';
	font-size: 18px;
	line-height: 25px;
}
#bloc-2 h3{
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 40px;
	line-height: 35px;
}
#bloc-2 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-3 h3{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
}
#bloc-3 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-4 h3{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 40px;
	line-height: 35px;
}
#bloc-4 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-5 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-5 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-6 h3{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 40px;
	line-height: 35px;
}
#bloc-6 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-7 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-7 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-8 h2{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-8 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-9 p{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
#bloc-9 a{
	font-size: 18px;
}
#bloc-11 h2{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-11 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-14 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-14 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 26px;
}
#bloc-17 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-17 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-20 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}
#bloc-20 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-22 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-23 h1{
	font-family: 'Titillium Web';
	font-weight: 700;
	line-height: 40px;
}
#bloc-23 h4{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 25px;
}
#bloc-23 h2{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 25px;
	line-height: 27px;
}
#bloc-24 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
}
#bloc-24 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
}
#bloc-25 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
}
#bloc-25 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
}
#bloc-27 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
}
#bloc-28 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-29 h1{
	font-family: 'Titillium Web';
	font-weight: 700;
	line-height: 40px;
}
#bloc-29 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
}
#bloc-29 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-30 h1{
	font-family: 'Titillium Web';
	font-weight: 700;
	line-height: 40px;
}
#bloc-31 h2{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
}
#bloc-31 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-32 h2{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
}
#bloc-32 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-33 h2{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
}
#bloc-33 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-34 h1{
	font-family: 'Titillium Web';
	font-weight: 700;
}
#bloc-35 h1{
	font-family: 'Titillium Web';
	font-weight: 700;
	line-height: 40px;
}
#bloc-36 h1{
	font-family: 'Titillium Web';
	font-weight: 700;
	line-height: 40px;
}
#bloc-37 h2{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}
#bloc-40 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-40 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 18px;
	line-height: 25px;
}
#bloc-41 h3{
	font-family: 'Titillium Web';
	font-size: 24px;
}
#bloc-41 p{
	font-family: 'Titillium Web';
	font-weight: 200;
	font-size: 14px;
}
#bloc-43 h1{
	font-family: 'Titillium Web';
	font-weight: 700;
}
#bloc-45 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	line-height: 35px;
	font-size: 40px;
}
#bloc-46 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-46 p{
	font-family: 'Titillium Web';
	font-size: 18px;
	line-height: 25px;
}
#bloc-47 h3{
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 40px;
	line-height: 35px;
}
#bloc-47 p{
	font-family: 'Titillium Web';
	font-size: 18px;
	line-height: 25px;
}

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

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:3px 15px;
	font-size:25px;
	font-weight:normal;
	font-weight:600;
	line-height:44px;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}
.navbar .nav{
	padding-top: 2px;
	margin-right: -16px;
	float:right;
	z-index:1;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
}
@media (min-width: 768px){
	.site-navigation{
		position:absolute;
		top:50%;
		right:20px;
		transform:translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
	.nav > li .dropdown-menu a,.nav > li .dropdown-menu a:hover{
		color:#484848;
	}
	.nav-invert .site-navigation{
		left:0;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		margin-top:20px;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}
/* Dropdown Menus SubMenu */
	.dropdown-menu .dropdown-menu{
	top:-8px;
	left:100%;
}
.dropdown-menu .dropmenu-flow-right{
	top:100%;
	left:0;
	margin-left: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu .dropdown span{
	border: 4px solid black;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	margin: 6px -5px 0 0!important;
	float: right;
}

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

.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{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.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 .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}





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


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}


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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.mountain-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.1);
}
.mountain-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(255,255,255,0.2);
}
.mountaindusk-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.3);
}
.mountaindusk-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.lake-hero-text-s{
	font-size:60px;
}
.lake-hero-text-sub-s{
	font-size:34px;
}
.mount-italy-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 8px rgba(0,0,0,0.2);
}
.mount-italy-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
	padding:0px 0px 0px 0px;
	width:0px;
}
.mount-italy-hero-text-sub:hover{
}
.hero-text-vc{
	margin-top:50%;
}
.imac-bloc-text-vc{
	font-size:50px;
	margin-top:5%;
	display:inline-block;
	overflow:hidden;
	float:left;
	box-shadow:0px 0px 0px #000000;
}
.imac-bloc-text-vc:hover{
}
.1{
	width:582px;
	height:485px;
	padding-right:249px;
	margin-right:250px;
}
.tx-pr-bkg-bl{
	color:#FEFFFF!important;
	font-size:14pt;
	text-align:left;
	font-weight:200;
	font-family:"Titillium Web";
	line-height:18px;
}
.device-bloc-icon-phone{
	margin-top:30%;
	margin-bottom:20px;
	max-width:80px;
	max-height:80px;
}
.device-bloc-text{
	width:90%;
	color:#FFFFFF;
	font-size:65px;
	font-family:"Lato";
	font-weight:300;
}
.device-bloc-text-p{
	font-size:45px;
	font-family:"Lato";
	font-weight:300;
}
.mb-bloc-text-vc{
	font-size:50px;
}
.mount-italy-hero-text-s{
	font-size:60px;
}
.mount-italy-hero-text-sub-s{
	font-size:34px;
}
.device-bloc-text-vc{
	font-size:50px;
	margin-top:50%;
}
.tit1{
	font-size:60px;
	text-align:left;
	font-style:none;
	font-weight:normal;
	text-transform:none;
}
.text-blanco{
	font-family:"Titillium Web";
	font-weight:400i;
	font-size:18px;
}
.bloc-group-text-vc{
	font-size:50px;
	margin-top:20%;
}
.tit-azul{
	font-family:"Titillium Web";
	font-weight:700i;
	font-size:35px;
}
.img{
	padding:0px 0px 0px 0px;
	margin:66px 66px 66px 66px;
}
.img2{
	padding:0px 0px 0px 0px;
	margin:19px 19px 19px 19px;
}
.img3{
	margin:7px 7px 7px 7px;
}
.img4{
	margin:42px 42px 42px 42px;
	padding:14px 14px 14px 14px;
}
.img5{
	padding:28px 28px 28px 28px;
	margin:57px 57px 57px 57px;
}
.img6{
	padding:0px 0px 0px 0px;
	margin:71px 71px 71px 71px;
}
.img7{
	padding:0px 0px 0px 0px;
	margin:100px 100px 100px 100px;
}
.img8{
	padding:0px 0px 0px 0px;
	margin:123px 123px 123px 123px;
}
.title3{
	background-color:rgba(0,0,0,0.0);
}
.img10{
	padding:14px 14px 14px 14px;
	margin:39px 39px 39px 39px;
}
.botton5{
	padding:6px 6px 6px 6px;
	margin:0px 0px 0px 0px;
}
.img9{
	padding:38px 38px 38px 38px;
	margin:21px 21px 21px 21px;
	display:;
	width:522px;
	height:293px;
}
.text5{
	padding:59px 59px 59px 59px;
	margin:28px 28px 28px 28px;
}
.frame5{
	padding:0px 0px 0px 0px;
	margin:12px 12px 12px 12px;
}
.img17{
	padding:57px 57px 57px 57px;
}
.img18{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:;
	float:initial;
	overflow:initial;
}
.img20{
	margin:79px 79px 79px 79px;
	padding:76px 76px 76px 76px;
}
.hero-bloc-text{
	font-size:55px;
}
.text-tit{
	margin:24px 24px 24px 24px;
	padding:0px 0px 0px 0px;
}
.botton6{
	padding:5px 5px 5px 5px;
	margin:20px 20px 20px 20px;
}
.nutton6{
	margin:23px 23px 23px 23px;
	padding:8px 8px 8px 8px;
}
.block-nombre{
	width:219px;
}
.reg-botton{
	color:#FFFFFF!important;
	font-family:"Titillium Web";
	font-weight:300i;
	margin:74px 74px 74px 74px;
	padding:10px 10px 10px 10px;
}
.logos{
	margin:89px 89px 89px 89px;
	display:inline-block;
	padding:0px 0px 0px 0px;
}
.block-logo{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.img22{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.logos1{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.tit-big-center{
	width:1000px;
	font-family:"Quicksand";
	font-weight:700;
	letter-spacing:2px;
	padding:20px 20px 20px 20px;
	margin:1px 1px 1px 1px;
}
.img-block-1{
	margin:104px 104px 104px 104px;
}
.text-block-1{
	margin:24px 24px 24px 24px;
	padding:8px 8px 8px 8px;
}
.logos-block-1{
	width:942px;
	height:114px;
}
.button6{
	padding:6px 6px 6px 6px;
	margin:28px 28px 28px 28px;
}
.button{
	margin:66px 66px 66px 66px;
}
.regidtro{
	margin:122px 122px 122px 122px;
	width:175px;
	height:50px;
	font-family:"Titillium Web";
	font-weight:700;
}
.button7{
	font-family:"Titillium Web";
	font-weight:400;
}
.block-blue{
	height:68px;
	width:0px;
}
.registrar-botton{
	padding:14px 14px 13px 14px;
	margin:208px 249px 0px 102px;
	font-family:"Titillium Web";
	font-weight:600;
}
.pasword{
	width:236px;
}
.button-registro{
	margin-top:0px;
}
.logo-tcpos{
	margin-top:27px;
}

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

/* Background colour styles */

.bgc-dark-jungle-green{
	background-color:#202020;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-white-smoke{
	background-color:#F7F7F7;
}
.bgc-white-smoke-2{
	background-color:#F7F7F7;
}
.bgc-black{
	background-color:#000000;
}
/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-medium-electric-blue{
	color:#005791!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-oxford-blue{
	color:#002435!important;
}
/* Button colour styles */

.btn-medium-electric-blue{
	background:#005791;
	color:#FFFFFF!important;
}
.btn-medium-electric-blue:hover{
	background:#004674;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-SRO-LOGO1{
	background-image:url("img/SRO_LOGO1.png");
}
.bg-FONDO-GRIS{
	background-image:url("img/FONDO_GRIS.jpg");
}
.bg-CUADRO-AZUL{
	background-image:url("img/CUADRO_AZUL.jpg");
}
.bg-CUADRO-AZUL{
	background-image:url("img/CUADRO_AZUL.jpg");
}
.bg-SRO-LOGO1{
	background-image:url("img/SRO_LOGO1.png");
}
.bg-CUADRO-AZUL{
	background-image:url("img/CUADRO_AZUL.jpg");
}
.bg-CUADRO-AZUL{
	background-image:url("img/CUADRO_AZUL.jpg");
}
.bg-IMG-RESTAURANTES{
	background-image:url("img/IMG_RESTAURANTES.jpg");
}
.bg-IMG-HOTELES{
	background-image:url("img/IMG_HOTELES.jpg");
}
.bg-SRO-LOGO1{
	background-image:url("img/SRO_LOGO1.png");
}
.bg-FONDO-20DEGRADADO{
	background-image:url("img/FONDO%20DEGRADADO.png");
}
.bg-FONDO-20DEGRADADO{
	background-image:url("img/FONDO%20DEGRADADO.png");
}
.bg-CUADRO-AZUL{
	background-image:url("img/CUADRO_AZUL.jpg");
}
.bg-FONDO-20DEGRADADO{
	background-image:url("img/FONDO%20DEGRADADO.jpg");
}
.bg-FONDO-20DEGRADADO{
	background-image:url("img/FONDO%20DEGRADADO.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: 992px) and (min-width: 768px)
{
    .navbar .nav{
		max-width:80%
    }
	.nav-center.navbar .nav{
		max-width:100%
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {.b-parallax{background-attachment:scroll;}}
@media (max-width: 768px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    h1,h2,h3,h4,h5,h6,p,#disqus_thread{
        padding-left:10px!important; 
        padding-right:10px!important; 
    }
    #hero-bloc h1{
        font-size:40px;
    }
    #hero-bloc h2{
        font-size:34px;
    }
    #hero-bloc h3{
        font-size:25px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .dropdown .dropdown a .caret{   
        float: none;
        margin: 5px 0 0 10px!important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;   
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
    }
    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        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;
    }
    .video-bg-container{
        display:none;
    }
    .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: 768px){
	.hero-text-vc, .mobile .hero-text-vc{
	margin-top:10%;
}
.bloc-group-text-vc, .mobile .bloc-group-text-vc{
	margin-top:0%;
}
.registrar-botton, .mobile .registrar-botton{
	margin:300px 300px 171px 171px;
}
 /* = Text Tablet Alignment Classes
-------------------------------------------------------------- */
.text-left-sm{
	text-align:left;
}
}
/* Drop Down Navigation */
@media (min-width: 767px) and (max-width: 768px){
	
.mini-nav .special-dropdown-nav .site-navigation{
	display: block;
	position: absolute;
	top: 80%;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.mini-nav .special-dropdown-nav .site-navigation li{
	width:100%;
}
.special-dropdown-nav.collapsing{
	transition: height 0.001s;
}
.mini-nav .special-dropdown-nav .site-navigation li a{
	color: rgba(0,0,0,.6);
}
 }
@media (max-width: 420px){
	.hero-text-vc{
	margin-top:0px;
}
.bloc-mob-center-text{
	text-align:center;
}
.device-bloc-text{
	width:100%;
	font-size:35px;
	text-align:center;
}
.device-bloc-text-p{
	font-size:25px;
	text-align:center;
}
.device-bloc-icon-phone{
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}
.device-bloc-button{
	width:100%;
}
.bloc-group-text-vc{
	margin-top:0%;
}
.img10{
	margin:0px 0px 0px 0px;
}
.img12{
	padding:26px 26px 26px 26px;
}
.tit4{
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
}
.img7{
	padding:0px 0px 0px 0px;
	margin:52px 52px 52px 52px;
}
.img8{
	margin:61px 61px 61px 61px;
}
.img15{
	margin:20px 20px 20px 20px;
}
.tit3{
	margin:13px 13px 13px 13px;
}
.img9{
	width:291px;
	height:194px;
}
.img18{
	margin:0px 0px 0px 0px;
	padding:25px 25px 25px 25px;
}
.button-block-1{
	margin:11px 11px 11px 11px;
}
.icon-mobile{
	margin:46px 46px 46px 46px;
}
.logos-mobile{
	margin:27px 27px 27px 27px;
}
.botton5{
	margin:9px 9px 9px 9px;
}
.mobile{
	font-family:"Titillium Web";
	font-weight:700;
}
 
/* Mobile Text Margin Offsets */
.mg-lg-xs{
	margin-top: 10px;
	 margin-bottom:40px;
}
#bloc-1 h1{
	font-size: 55px;
}
#bloc-41 h3{
	font-size: 30px;
}
#bloc-41 p{
	font-size: 18px;
}
/* = Text Mobile Alignment Classes
-------------------------------------------------------------- */
.text-left-xs{
	text-align:left;
}
}

