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


/* 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-md{
	margin-top:50px;
}

/* Bloc text custom styling */

#bloc-1 h1{
	font-weight: 700;
	font-family: Montserrat;
	font-size: 50px;
	line-height: 70px;
}
#bloc-1 h3{
	font-weight: 400;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 22px;
}
#bloc-3 h2{
	font-size: 40px;
}
#bloc-3 h3{
	font-size: 20px;
	line-height: 24px;
}
#bloc-4 h2{
	font-size: 40px;
}
#bloc-4 h4{
	line-height: 22px;
}
#bloc-6 h4{
	line-height: 22px;
}
#bloc-7 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-8 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-9 h4{
	line-height: 22px;
	font-size: 16px;
}
#bloc-10 h6{
	font-size: 14px;
}
#bloc-10 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-14 h1{
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	font-family: Montserrat;
}
#bloc-14 h3{
	font-weight: 400;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 22px;
}
#bloc-18 h4{
	line-height: 24px;
}
#bloc-20 h3{
	line-height: 20px;
	font-size: 18px;
}
#bloc-25 h5{
	line-height: 24px;
}
#bloc-26 h5{
	line-height: 24px;
}
#bloc-27 h5{
	line-height: 24px;
}
#bloc-28 h4{
	line-height: 26px;
}
#bloc-29 h4{
	line-height: 26px;
}
#bloc-38 h6{
	font-size: 14px;
}
#bloc-45 h5{
	font-size: 15px;
}
#bloc-51 h1{
	font-weight: 400;
	font-family: Montserrat;
	font-size: 40px;
}
#bloc-51 h3{
	font-size: 20px;
	line-height: 24px;
}
#bloc-57 p{
	font-size: 36px;
}
#bloc-60 h6{
	line-height: 17px;
	font-size: 16px;
}
#bloc-61 h6{
	line-height: 17px;
	font-size: 16px;
}
#bloc-69 h1{
	font-size: 36px;
	line-height: 33px;
}
#bloc-69 h4{
	font-size: 19px;
	line-height: 28px;
}
#bloc-69 p{
	font-size: 16px;
	line-height: 20px;
}
#bloc-71 h4{
	font-size: 18px;
	line-height: 24px;
}
#bloc-72 h4{
	font-size: 18px;
	line-height: 24px;
}
#bloc-73 h4{
	font-size: 18px;
	line-height: 24px;
}
#bloc-74 h4{
	font-size: 18px;
	line-height: 24px;
}
#bloc-77 h4{
	font-size: 19px;
	line-height: 28px;
}
#bloc-77 p{
	font-size: 20px;
}
#bloc-78 h4{
	line-height: 24px;
}
#bloc-79 h4{
	line-height: 24px;
}
#bloc-80 h4{
	line-height: 24px;
}
#bloc-82 h1{
	font-weight: 600;
	font-family: Montserrat;
	font-size: 50px;
	line-height: 50px;
}
#bloc-83 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-83 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-84 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-84 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-85 h2{
	font-size: 30px;
	line-height: 28px;
}
#bloc-85 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-86 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-86 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-87 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-87 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-88 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-88 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-89 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-89 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-90 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-90 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-91 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-91 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-92 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-92 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-93 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-93 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-95 h2{
	line-height: 26px;
}
#bloc-96 h3{
	font-size: 24px;
}
#bloc-96 h5{
	font-size: 18px;
	line-height: 24px;
}
#bloc-97 h3{
	font-size: 24px;
}
#bloc-97 h5{
	font-size: 18px;
	line-height: 24px;
}
#bloc-98 h3{
	font-size: 24px;
}
#bloc-98 h5{
	font-size: 18px;
	line-height: 24px;
}
#bloc-100 h5{
	line-height: 15px;
}
#bloc-101 h5{
	line-height: 15px;
}
#bloc-102 h1{
	font-weight: 600;
	font-family: Montserrat;
	font-size: 50px;
	line-height: 50px;
}
#bloc-102 h3{
	font-weight: 400;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 22px;
}
#bloc-103 h1{
	font-weight: 600;
	font-family: Montserrat;
	font-size: 50px;
	line-height: 50px;
}
#bloc-103 h3{
	font-weight: 400;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 22px;
}
#bloc-106 h3{
	font-size: 20px;
	line-height: 26px;
}
#bloc-107 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-107 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-108 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-108 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-109 h2{
	font-size: 30px;
	line-height: 28px;
}
#bloc-109 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-110 h2{
	font-size: 30px;
	line-height: 28px;
}
#bloc-110 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-111 h2{
	font-size: 30px;
	line-height: 28px;
}
#bloc-111 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-112 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-112 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-113 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-113 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-114 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-114 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-115 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-115 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-116 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-116 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-117 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-117 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-118 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-118 h4{
	font-size: 20px;
	line-height: 26px;
}
#bloc-119 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-119 h4{
	font-size: 18px;
	line-height: 26px;
}
#bloc-120 h4{
	line-height: 24px;
}
#bloc-121 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-122 h2{
	font-size: 30px;
}
#bloc-122 h4{
	font-size: 20px;
	line-height: 23px;
}
#bloc-129 h3{
	line-height: 20px;
	font-size: 18px;
}
#bloc-130 h1{
	font-size: 36px;
	line-height: 33px;
}
#bloc-130 h4{
	font-size: 22px;
	line-height: 30px;
}
#bloc-131 h1{
	font-size: 36px;
	line-height: 33px;
}
#bloc-131 h4{
	font-size: 22px;
	line-height: 30px;
}
#bloc-132 h1{
	font-size: 36px;
	line-height: 33px;
}
#bloc-132 h4{
	font-size: 19px;
	line-height: 28px;
}
#bloc-132 p{
	font-size: 16px;
	line-height: 20px;
}
#bloc-135 h3{
	font-size: 20px;
	line-height: 26px;
}
#bloc-136 h2{
	font-size: 30px;
	line-height: 28px;
}
#bloc-136 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-137 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-137 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-138 h2{
	font-size: 30px;
	line-height: 26px;
}
#bloc-138 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-139 h2{
	font-size: 30px;
	line-height: 28px;
}
#bloc-139 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-140 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-140 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-141 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-141 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-142 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-142 h5{
	font-size: 20px;
	line-height: 26px;
}
#bloc-143 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-143 p{
	font-size: 20px;
	line-height: 26px;
}
#bloc-144 h2{
	font-size: 30px;
	line-height: 33px;
}
#bloc-144 p{
	font-size: 20px;
	line-height: 26px;
}

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

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:3px 15px;
	font-size:30px;
	font-weight:normal;
	font-weight:600;
	line-height:44px;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}
.nav-center .navbar-brand img{
	margin:0;
}
.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-center.mini-nav .navbar-toggle{
	float:none;
	margin: 10px auto 0;
	}
}
.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-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{
	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-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}



/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-w-lg{
	max-width:400px;
}
.text-w-90{
	max-width:90%;
}
.text-w-80{
	max-width:80%;
}
.text-w-70{
	max-width:70%;
}
.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;
}


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

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
}
.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;
}


/* iFrame */

iframe{
	border:0;
}
/* = Carousel
-------------------------------------------------------------- */

.carousel{
	display:inline-block;
	vertical-align:bottom;
}
.full-width-bloc .carousel{
	width:100%;
}
.carousel .item img{
	margin-right:auto;
	margin-left:auto;
}
.carousel-control span{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control{
	color:#FFF!important;
	text-shadow: none;
}
.carousel-indicators li{
	margin: 0 4px;
}
.carousel-indicators .active{
	margin: 0 4px -1px;
}
.carousel-control.left span{
	margin-left:-15px;
}

.no-shadows .carousel-control.left, .no-shadows .carousel-control.right{
	background-image: none;
}


/* 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:Montserrat;
}
  .container{
	max-width:1px;
}
.container{
	max-width:1150px;
}
h1,h2,h3,h4,h5,h6,p,label,.btn,a{
}
h1{
	font-family:"Montserrat";
}

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

/* Background colour styles */
.bgc-yellow{
    background-color:#fea027;
}

.bgc-white{
	background-color:#ffffff;
}
.bgc-awesome{
	background-color:#FE2745;
}
.bgc-isabelline{
	background-color:#F3F2EF;
}
.bgc-sky-blue{
	background-color:#7DC5E8;
}
.bgc-radical-red{
	background-color:#FF3050;
}
.bgc-white-2{
	background-color:#FEFFFF;
}
.bgc-black{
	background-color:#000000;
}
.bgc-isabelline-2{
	background-color:#F6F1ED;
}
.bgc-isabelline-3{
	background-color:#F3F1EF;
}
.bgc-outer-space{
	background-color:#444C4F;
}
.bgc-isabelline-4{
	background-color:#F6F1EE;
}
.bgc-dark-jungle-green{
	background-color:#181719;
}
.bgc-anti-flash-white{
	background-color:#F2F2F3;
}
.bgc-royal-purple{
	background-color:#744EA5;
}
.bgc-cyan-process{
	background-color:#00B8EF;
}
/* Text colour styles */

.tc-dark-jungle-green{
	color:#181719!important;
}
.tc-taupe-gray{
	color:#8C8C8C!important;
}
.tc-white{
	color:#ffffff!important;
}
.tc-awesome{
	color:#FE2745!important;
}
.tc-isabelline{
	color:#F6F1ED!important;
}
.tc-outer-space{
	color:#444C4F!important;
}
.tc-isabelline-2{
	color:#F3F2EF!important;
}
.tc-black {
    color: #000000!important;
}
/* Button colour styles */

.btn-awesome{
	background:#FE2745;
	color:#FFFFFF!important;
}
.btn-awesome:hover{
	background:#cb1f37;
	color:#FFFFFF!important;
}
.btn-isabelline{
	background:#F3F2EF;
	color:rgba(0,0,0,.5)!important;
}
.btn-isabelline:hover{
	background:#c2c2bf;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-awesome{
	color:#FE2745!important;
	border-color:#FE2745!important;
}
.wire-btn-white{
	color:#ffffff!important;
	border-color:#ffffff!important;
}
.wire-btn-white-2{
	color:#FEFFFF!important;
	border-color:#FEFFFF!important;
}
.wire-btn-outer-space{
	color:#444C4F!important;
	border-color:#444C4F!important;
}
/* Link colour styles */

.ltc-awesome{
	color:#FE2745!important;
}
.ltc-awesome:hover{
	color:#cb1f37!important;
}

/* Bloc image backgrounds */

}.bg-cover-skII-website-03-03-03{
	background-image:url("img/cover_skII_website-03-03-03.jpg");
}
.bg-cover-skII-website-03-03-03{
	background-image:url("img/cover_skII_website-03-03-03.jpg");
}
.bg-gradient-bg2{
	background-image:url("img/gradient_bg2.png");
}
.bg-sunwhell-ru-20Orlov-20Alex-20alexandr-fire-yandex-ru{
	background-image:url("img/sunwhell.ruOrlovAlexalexandr-fire@yandex.ru.jpg");
}
.bg-Sketches-gradient-bg{
	background-image:url("img/Sketches.gradient-bg.jpg");
}
.bg-Sketches-gradient-bg2{
	background-image:url("img/Sketches.gradient-bg2.jpg");
}
.bg-Sketches-gradient-bg4{
	background-image:url("img/Sketches.gradient-bg4.jpg");
}
.bg-Sketches-gradient-bg4{
	background-image:url("img/Sketches.gradient-bg4.jpg");
}
.bg-Sketches-gradient-bg4h{
	background-image:url("img/Sketches.gradient-bg4h.jpg");
}
.bg-Sketches-gradient-bg4{
	background-image:url("img/Sketches.gradient-bg4.jpg");
}
.bg-Sketches-gradient-bg4h{
	background-image:url("img/Sketches.gradient-bg4h.jpg");
}
.bg-Sketches-gradient-bg2{
	background-image:url("img/Sketches.gradient-bg2.jpg");
}
.bg-Sketches-gradient-iMac-bg{
	background-image:url("img/Sketches.gradient-iMac-bg.jpg");
}
.bg-Sketches-gradient-bg4h{
	background-image:url("img/Sketches.gradient-bg4h.jpg");
}
.bg-Sketches-gradient-bg4{
	background-image:url("img/Sketches.gradient-bg4.jpg");
}
.bg-horse{
	background-image:url('img/horse.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 */
    
    .bloc-group, .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;}
}
@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;
    }
    .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-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: 400px)
{    
    .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%;
    }
}

@media (max-width: 768px){
	.menu, .mobile .menu{
	font-family:"Montserrat";
	font-size:14px;
}
 
/* Tablet Row Margin Offsets */
.voffset-sm{
	margin-top:30px;
}

/* Mobile Text Margin Offsets */
.mg-sm-sm{
	margin-top:10px;
	 margin-bottom:5px;
}
.mg-md-sm{
	margin-top:10px;
	 margin-bottom:20px;
}
#bloc-69 h4{
	font-size: 18px;
}
#bloc-83 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-83 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-84 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-84 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-85 h2{
	font-size: 24px;
}
#bloc-85 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-86 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-86 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-87 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-87 p{
	font-size: 15px;
	line-height: 20px;
}
#bloc-88 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-88 p{
	font-size: 15px;
	line-height: 20px;
}
#bloc-89 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-89 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-90 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-90 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-91 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-91 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-92 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-92 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-93 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-93 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-96 h3{
	font-size: 22px;
}
#bloc-96 h5{
	font-size: 15px;
	line-height: 18px;
}
#bloc-97 h3{
	font-size: 22px;
}
#bloc-97 h5{
	font-size: 15px;
	line-height: 18px;
}
#bloc-98 h3{
	font-size: 22px;
}
#bloc-98 h5{
	font-size: 15px;
	line-height: 18px;
}
#bloc-100 h5{
	line-height: 18px;
}
#bloc-101 h5{
	line-height: 18px;
}
#bloc-107 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-107 p{
	font-size: 15px;
	line-height: 20px;
}
#bloc-108 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-108 p{
	font-size: 15px;
	line-height: 20px;
}
#bloc-109 h2{
	font-size: 24px;
}
#bloc-109 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-110 h2{
	font-size: 24px;
}
#bloc-110 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-111 h2{
	font-size: 24px;
}
#bloc-111 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-112 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-112 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-113 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-113 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-114 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-114 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-115 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-115 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-116 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-116 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-117 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-117 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-131 h4{
	font-size: 18px;
}
#bloc-132 h4{
	font-size: 18px;
}
#bloc-136 h2{
	font-size: 24px;
}
#bloc-136 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-137 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-137 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-138 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-138 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-139 h2{
	font-size: 24px;
}
#bloc-139 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-140 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-140 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-141 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-141 p{
	font-size: 15px;
	line-height: 18px;
}
#bloc-142 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-142 h5{
	font-size: 15px;
	line-height: 16px;
}
#bloc-143 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-143 p{
	font-size: 15px;
	line-height: 16px;
}
#bloc-144 h2{
	font-size: 24px;
	line-height: 28px;
}
#bloc-144 p{
	font-size: 15px;
	line-height: 20px;
}
/* = Text Tablet Alignment Classes
-------------------------------------------------------------- */
.text-left-sm{
	text-align:left;
}
.text-center-sm{
	text-align:center;
}
}
/* 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)!important;
}
 }
@media (max-width: 420px){
	 
/* Mobile Row Margin Offsets */
.voffset-xs{
	margin-top:30px;
}

/* Mobile Text Margin Offsets */
.mg-sm-xs{
	margin-top:10px;
	 margin-bottom:5px;
}
.mg-md-xs{
	margin-top:10px;
	 margin-bottom:20px;
}
.mg-clear-xs{
	margin:0;
}
#bloc-69 h1{
	font-size: 30px;
	line-height: 32px;
}
#bloc-69 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-71 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-72 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-73 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-74 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-82 h1{
	font-size: 28px;
	line-height: 34px;
}
#bloc-83 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-83 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-84 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-84 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-85 h2{
	font-size: 22px;
}
#bloc-85 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-86 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-86 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-87 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-87 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-88 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-88 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-89 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-89 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-90 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-90 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-91 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-91 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-92 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-92 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-93 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-93 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-96 h3{
	font-size: 18px;
}
#bloc-96 h5{
	font-size: 14px;
	line-height: 18px;
}
#bloc-97 h3{
	font-size: 18px;
}
#bloc-97 h5{
	font-size: 14px;
	line-height: 18px;
}
#bloc-98 h3{
	font-size: 18px;
}
#bloc-98 h5{
	font-size: 14px;
	line-height: 18px;
}
#bloc-100 h5{
	line-height: 18px;
}
#bloc-101 h5{
	line-height: 18px;
}
#bloc-102 h1{
	font-size: 34px;
	line-height: 38px;
}
#bloc-102 h3{
	font-size: 16px;
	line-height: 20px;
}
#bloc-103 h1{
	font-size: 34px;
	line-height: 38px;
}
#bloc-103 h3{
	font-size: 16px;
	line-height: 20px;
}
#bloc-107 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-107 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-108 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-108 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-109 h2{
	font-size: 22px;
}
#bloc-109 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-110 h2{
	font-size: 22px;
}
#bloc-110 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-111 h2{
	font-size: 22px;
}
#bloc-111 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-112 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-112 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-113 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-113 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-114 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-114 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-115 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-115 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-116 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-116 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-117 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-117 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-118 h2{
	font-size: 24px;
}
#bloc-118 h4{
	font-size: 14px;
	line-height: 18px;
}
#bloc-119 h2{
	font-size: 24px;
}
#bloc-119 h4{
	font-size: 14px;
	line-height: 18px;
}
#bloc-121 h2{
	font-size: 24px;
	line-height: 26px;
}
#bloc-122 h2{
	font-size: 24px;
}
#bloc-122 h4{
	font-size: 15px;
	line-height: 18px;
}
#bloc-129 h3{
	font-size: 16px;
}
#bloc-130 h1{
	font-size: 30px;
	line-height: 32px;
}
#bloc-130 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-131 h1{
	font-size: 28px;
	line-height: 30px;
}
#bloc-131 h4{
	font-size: 16px;
	line-height: 20px;
}
#bloc-132 h1{
	font-size: 30px;
	line-height: 32px;
}
#bloc-132 h4{
	font-size: 16px;
	line-height: 22px;
}
#bloc-136 h2{
	font-size: 22px;
}
#bloc-136 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-137 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-137 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-138 h2{
	font-size: 22px;
	line-height: 26px;
}
#bloc-138 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-139 h2{
	font-size: 22px;
}
#bloc-139 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-140 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-140 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-141 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-141 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-142 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-142 h5{
	font-size: 14px;
	line-height: 18px;
}
#bloc-143 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-143 p{
	font-size: 14px;
	line-height: 18px;
}
#bloc-144 h2{
	font-size: 22px;
	line-height: 33px;
}
#bloc-144 p{
	font-size: 14px;
	line-height: 18px;
}
/* = Text Mobile Alignment Classes
-------------------------------------------------------------- */
.text-left-xs{
	text-align:left;
}
.text-center-xs{
	text-align:center;
}
}





/* Form wrapper styling */
.form-wrapper {
    width: 450px;
    padding: 5px;
    margin: 10px auto 50px auto;
    background: rgba(0,0,0,0);
}

.form-wrapper-sm {
    width: 350px;
    padding: 5px;
    margin: 10px auto 50px auto;
    background: rgba(0,0,0,0);
}
/* Form text input */

.form-wrapper input {
    background-image:url(../img/email.png);
    background-color: #ddd9cd;
    background-repeat:no-repeat;
    width: 330px;
    height: 40px;
    padding: 10px 35px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    border-radius: 3px 0 0 3px;
}

.form-wrapper-sm input {
    background-image:url(../img/email.png);
    background-color: #ddd9cd;
    background-repeat:no-repeat;
    width: 230px;
    height: 40px;
    padding: 10px 35px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    background-image:url(img/email.png);
    outline: 0;
    left: 50;
    background-repeat:no-repeat;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    left: 10px;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.form-wrapper-sm button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    left: 10px;
    cursor: pointer;
    height: 40px;
    width: 100px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}


.form-wrapper button:hover{
    background: #e54040;
}

.form-wrapper button:active,
.form-wrapper button:focus{
    background: #c42f2f;
    outline: 0;
}



.form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
    border-right-color: #c42f2f;
}

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.notification {
    padding-top: 45;
    font-weight: 200;
}



.mainpage {
      height:100vh;
}

#bloc-107 {
    padding-bottom: 50px;
}

#bloc-111 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#bloc-110 {
    padding-bottom: 50px;
}

#bloc-112 {
     padding-top: 50px;
}

#bloc-113 {
    padding-top: 30px;
    padding-bottom: 50px;
}

#bloc-118 {
    padding-top: 50px;
}

#bloc-119 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#bloc-121 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#bloc-125 {
    padding-bottom: 50px;
}

#bloc-106 {
    padding-top: 50px;
    padding-bottom: 50px;
}



.badge {
     margin: 150px auto 50px auto;
}





#bloc-190 {
    padding-top: 50px;
    padding-bottom: 50px;
}
