/*-----------------------------------------------------------------------------------
	    dial7-14
        Built with Blocs
-----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,button{transition: all .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

#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-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;
}
.full-width-bloc .navbar{
	margin-left: 0px;
	margin-right: 0px;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}


/* 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;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}

/* Bloc text custom styling */

#watch p{
	font-family: helvetica;
	font-size: 20px;
}
#watch2 p{
	font-family: helvetica;
	font-size: 24px;
}
#bloc-3 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
	line-height: 60px;
}
#bloc-4 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
	line-height: 60px;
}
#bloc-5 p{
	font-size: 30px;
}
#bloc-5 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 75px;
	line-height: 70px;
    width: 582px;
}
#bloc-6 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 70px;
}
#bloc-6 p{
	font-size: 30px;
}
#bloc-7 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 40px;
}
#bloc-8 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 70px;
}
#bloc-8 p{
	font-size: 30px;
}
#bloc-9 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 40px;
}
#bloc-10 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
}
#bloc-11 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 70px;
}
#bloc-12 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 50px;
	line-height: 65px;
}
#bloc-13 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 50px;
	line-height: 65px;
}
#bloc-14 h3{
	font-weight: 300;
	font-family: helvetica;
	font-size: 80px;
}
#bloc-14 h2{
	font-family: Lato;
	font-weight: 300;
	font-size: 40px;
}
#bloc-15 h3{
	font-weight: 300;
	font-family: helvetica;
	font-size: 80px;
}
#bloc-15 h2{
	font-family: Lato;
	font-weight: 300;
	font-size: 40px;
}
#bloc-17 p{
	font-family: helvetica;
	font-size: 20px;
}
#bloc-19 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 70px;
}
#bloc-20 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-21 p{
	font-size: 20px;
}
#bloc-21 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}
#bloc-22 h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 50px;
	line-height: 55px;
}
#bloc-23 h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 36px;
	line-height: 55px;
}
#bloc-24 p{
	font-size: 20px;
}
#bloc-25 p{
	font-size: 20px;
}
#bloc-26 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-26 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-27 h2{
	font-family: Anton;
	font-size: 70px;
}
#bloc-28 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-28 h2{
	font-family: Lato;
	font-weight: 300;
	font-size: 40px;
}
#bloc-29 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-29 h4{
	font-size: 50px;
}
#bloc-29 p{
	font-size: 20px;
}
#bloc-30 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-30 p{
	font-size: 20px;
}
#bloc-31 h3{
	font-family: Anton;
}
#bloc-31 p{
	font-size: 20px;
}
#bloc-32 h3{
	font-family: Anton;
}
#bloc-32 p{
	font-size: 20px;
}
#bloc-34 h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 50px;
	line-height: 55px;
}
#bloc-35 p{
	font-size: 20px;
}
#bloc-36 p{
	font-size: 20px;
}
#bloc-36 h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 50px;
	line-height: 55px;
}
#bloc-36 label{
	font-family: Lato;
	font-weight: 300;
	font-size: 18px;
}
#bloc-37 p{
	font-size: 20px;
}
#bloc-38 h3{
	font-family: Anton;
	font-size: 30px;
}
#bloc-38 p{
	font-size: 20px;
}
#bloc-39 h3{
	font-family: Anton;
	font-size: 30px;
}
#bloc-39 p{
	font-size: 20px;
}
#bloc-40 h3{
	font-family: Anton;
	font-size: 70px;
}
#bloc-40 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 24px;
}
#bloc-41 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-41 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-42 p{
	font-size: 20px;
}
#bloc-43 h3{
	font-size: 70px;
}
#bloc-44 p{
	font-size: 20px;
}
#bloc-45 p{
	font-size: 20px;
}
#bloc-46 h3{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
}
#bloc-47 h3{
	font-family: Lato;
	font-weight: 300;
	font-size: 40px;
}
#bloc-48 p{
	font-size: 20px;
}
#bloc-49 p{
	font-family: helvetica;
	font-size: 50px;
	line-height: 55px;
}
#bloc-50 p{
	font-family: helvetica;
	font-size: 50px;
	line-height: 60px;
}
#bloc-50 label{
	font-size: 18px;
}
#bloc-51 p{
	font-family: helvetica;
	font-size: 50px;
	line-height: 55px;
}
#bloc-52 p{
	font-family: helvetica;
	font-size: 50px;
	line-height: 60px;
}
#bloc-53 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-54 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-55 h3{
	font-family: Anton;
}
#bloc-55 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-56 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-56 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-57 p{
	font-family: helvetica;
	font-size: 60px;
	line-height: 45px;
}
#bloc-58 p{
	font-size: 20px;
}
#bloc-59 p{
	font-size: 20px;
}
#bloc-60 h1{
	font-family: Anton;
	font-size: 70px;
}
#bloc-61 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-61 h4{
	font-size: 50px;
}
#bloc-61 p{
	font-size: 20px;
}
#bloc-62 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-63 h3{
	font-family: Anton;
}
#bloc-63 p{
	font-size: 20px;
}
#bloc-65 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-66 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-67 p{
	font-size: 16px;
}
#bloc-68 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-68 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-69 h3{
	font-family: Anton;
}
#bloc-69 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-70 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-71 h2{
	font-weight: 300;
	font-family: Anton;
	font-size: 60px;
}
#bloc-72 h2{
	font-family: Anton;
	font-size: 50px;
}
#bloc-72 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 24px;
}
#bloc-73 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-73 p{
	font-size: 20px;
}
#bloc-74 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-74 p{
	font-size: 20px;
}
#bloc-75 h1{
	font-weight: 300;
	font-family: Anton;
	font-size: 60px;
	line-height: 55px;
}
#bloc-76 h2{
	font-family: Anton;
	font-size: 50px;
}
#bloc-76 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 24px;
}
#bloc-77 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-77 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-78 h3{
	font-family: Anton;
}
#bloc-78 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-79 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-80 h3{
	font-family: Anton;
	font-size: 60px;
}
#bloc-81 label{
	font-family: Lato;
	font-weight: 300;
	font-size: 18px;
}
#bloc-82 p{
	font-size: 20px;
}
#bloc-83 h3{
	font-family: Anton;
}
#bloc-83 p{
	font-size: 20px;
}
#bloc-84 p{
	font-size: 20px;
}
#bloc-86 p{
	font-family: helvetica;
	font-size: 60px;
	line-height: 45px;
}
#bloc-87 h3{
	font-family: Anton;
	font-size: 30px;
}
#bloc-87 p{
	font-family: Arapey;
	font-size: 30px;
}
#bloc-88 h3{
	font-family: Anton;
}
#bloc-88 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 24px;
}
#bloc-88 p{
	font-size: 24px;
}
#bloc-89 h3{
	font-family: Anton;
}
#bloc-89 p{
	font-size: 20px;
}
#bloc-90 h3{
	line-height:50px;
}
#bloc-90 label{
	font-family: Lato;
	font-weight: 300;
	font-size: 18px;
}
#bloc-92 h3{
	font-family: Anton;
}
#bloc-92 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-93 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-94 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-95 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-96 h3{
	font-size: 60px;
}
#bloc-96 h2{
	font-size: 30px;
}
#bloc-96 p{
	font-weight: 300;
	font-family: helvetica;
	font-size: 64px;
}
#bloc-97 p{
	font-weight: 300;
	font-family: helvetica;
	font-size: 64px;
}
#bloc-97 h2{
	font-size: 30px;
}
#bloc-98 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 22px;
}
#bloc-98 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-99 h2{
	font-weight: 300;
	font-family: Anton;
	font-size: 60px;
}
#bloc-100 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-100 h4{
	font-size: 50px;
}
#bloc-100 p{
	font-size: 20px;
}
#bloc-101 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-101 h4{
	font-size: 50px;
}
#bloc-103 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-103 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-104 h3{
	font-family: Anton;
	font-size: 60px;
}
#bloc-105 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-106 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-107 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-108 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-109 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-110 p{
	font-family: helvetica;
	font-size: 60px;
}
#bloc-111 p{
	font-size: 40px;
}
#bloc-112 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-112 label{
	font-family: Lato;
	font-weight: 300;
	font-size: 18px;
}
#bloc-113 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-113 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-114 h3{
	font-family: Anton;
}
#bloc-114 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-115 h3{
	font-weight: 300;
	font-family: Anton;
	font-size: 60px;
	line-height: 60px;
}
#bloc-116 h3{
	font-family: Anton;
}
#bloc-116 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-117 p{
	font-size: 20px;
}
#bloc-118 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-119 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-120 p{
	font-size: 20px;
}
#bloc-121 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-122 p{
	font-size: 20px;
}
#bloc-123 p{
	font-size: 20px;
}
#bloc-124 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-125 p{
	font-size: 20px;
}
#bloc-126 p{
	font-size: 20px;
}
#bloc-127 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-128 p{
	font-size: 20px;
}
#bloc-129 p{
	font-size: 20px;
}
#bloc-130 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
	line-height: 55px;
}
#bloc-132 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-133 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 22px;
}
#bloc-134 h3{
	font-weight: 300;
	font-family: Anton;
	font-size: 60px;
}
#bloc-134 p{
	font-weight: 400;
	font-family: helvetica;
	font-size: 30px;
}
#bloc-135 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-136 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-137 h2{
	font-family: Anton;
	font-size: 60px;
}
#bloc-138 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-138 h4{
	font-size: 50px;
}
#bloc-138 p{
	font-size: 20px;
}
#bloc-139 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-141 h3{
	font-family: Anton;
}
#bloc-141 p{
	font-size: 20px;
}
#bloc-142 h3{
	font-family: Anton;
}
#bloc-142 p{
	font-size: 20px;
}
#bloc-143 h2{
	font-family: Anton;
	font-size: 60px;
}
#bloc-144 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-144 h4{
	font-size: 50px;
}
#bloc-144 p{
	font-size: 20px;
}
#bloc-145 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-147 h3{
	font-family: Anton;
}
#bloc-147 p{
	font-size: 20px;
}
#bloc-148 h3{
	font-family: Anton;
}
#bloc-148 p{
	font-size: 20px;
}
#bloc-149 h2{
	font-family: Anton;
	font-size: 60px;
}
#bloc-150 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-150 h4{
	font-size: 50px;
}
#bloc-150 p{
	font-size: 20px;
}
#bloc-151 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-153 h3{
	font-family: Anton;
}
#bloc-153 p{
	font-size: 20px;
}
#bloc-154 h3{
	font-family: Anton;
}
#bloc-154 p{
	font-size: 20px;
}
#bloc-155 h2{
	font-family: Anton;
	font-size: 60px;
}
#bloc-156 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-157 h3{
	font-family: Anton;
}
#bloc-157 p{
	font-size: 20px;
}
#bloc-159 h3{
	font-family: Anton;
}
#bloc-159 p{
	font-size: 20px;
}
#bloc-160 h3{
	font-family: Anton;
}
#bloc-160 p{
	font-size: 20px;
}
#bloc-161 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-162 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-163 h3{
	font-family: Anton;
}
#bloc-163 p{
	font-size: 20px;
}
#bloc-164 h3{
	font-family: Anton;
	font-size: 50px;
}
#bloc-166 h3{
	font-family: Anton;
}
#bloc-167 h3{
	font-family: Anton;
}
#bloc-168 h3{
	font-family: Anton;
}
#bloc-168 p{
	font-size: 20px;
}
#bloc-169 h3{
	font-family: Anton;
}
#bloc-169 p{
	font-size: 20px;
}
#bloc-170 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
	line-height: 55px;
}
#bloc-173 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-174 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
	line-height: 55px;
}
#bloc-176 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-177 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
	line-height: 55px;
}
#bloc-180 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-181 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 60px;
	line-height: 55px;
}
#bloc-183 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-184 h2{
	font-family: Anton;
	font-size: 70px;
}
#bloc-185 h2{
	font-family: Anton;
	font-size: 50px;
}
#bloc-185 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 24px;
}
#bloc-186 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-186 p{
	font-size: 20px;
}
#bloc-187 h3{
	font-family: Anton;
	font-size: 40px;
}
#bloc-187 p{
	font-size: 20px;
}
#bloc-188 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-189 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
	line-height: 55px;
}
#bloc-190 h2{
	font-family: Lato;
	font-weight: 300;
	font-size: 43px;
}
#bloc-190 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-191 label{
	font-size: 16px;
}
#bloc-193 h1{
	font-family: helvetica;
	font-size: 60px;
	line-height: 65px;
}
#bloc-194 p{
	font-family: helvetica;
	font-size: 60px;
	line-height: 65px;
}
#bloc-196 p{
	font-family: helvetica;
	font-size: 60px;
	line-height: 65px;
}
#bloc-197 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 50px;
	line-height: 50px;
}
#bloc-197 p{
	font-weight: 300;
	font-family: helvetica;
	font-size: 50px;
	line-height: 55px;
}
#bloc-198 p{
	font-weight: 300;
	font-family: helvetica;
	font-size: 22px;
	line-height: 55px;
}
#bloc-198 p{
	font-weight: 300;
	font-family: helvetica;
	font-size: 22px;
}
#bloc-198 h2{
	font-family: Lato;
	font-weight: 300;
	font-size: 30px;
}
#bloc-200 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 20px;
}
#bloc-201 p{
	font-family: Lato;
	font-weight: 300;
	font-size: 22px;
}
#bloc-203 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 40px;
	line-height: 50px;
}
#bloc-204 h1{
	font-weight: 300;
	font-family: helvetica;
	font-size: 50px;
	line-height: 55px;
}
#bloc-204 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 40px;
	line-height: 50px;
}
#bloc-205 p{
	font-size: 20px;
}
#bloc-207 h3{
	font-weight: 300;
	font-family: helvetica;
	font-size: 80px;
	line-height: 90px;
}
#bloc-207 h1{
	font-family: helvetica;
	font-size: 80px;
	line-height: 80px;
}
#bloc-207 h2{
	font-family: helvetica;
	font-size: 100px;
}
#bloc-208 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 40px;
	line-height: 50px;
}
#bloc-209 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 40px;
	line-height: 50px;
}
#bloc-209 p{
	font-size: 30px;
}
#bloc-210 h2{
	font-weight: 300;
	font-family: helvetica;
	font-size: 70px;
	line-height: 50px;
}
#bloc-211 p{
	font-family: Lato;
	font-weight: 300;
}
#bloc-212 h2{
	font-family: Lato;
	font-weight: 300;
	font-size: 40px;
}
#bloc-212 h4{
	font-family: Lato;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}
#bloc-213 h4{
	font-family: Lato;
	font-weight: 300;
	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-brand img[src$=svg]{
	min-width:100px;
}
.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;
	position:relative;
	z-index:2;
}
@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%;
		right:0;
		margin-right:0px;
		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;
}
/* = 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;
}
/* Thin Bars Menu Icon */
.navbar-toggle.menu-icon-thin-bars .icon-bar{
	height: 1px;
	margin:6px 0;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}
.navbar-toggle.menu-icon-thin-bars{
	margin-top:4px!important;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!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;
}

/* = Text Widths
-------------------------------------------------------------- */
.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;
}


/* = 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;
}
/*Added by Shalom 11/30/2023*/
.anitem {
	height: 100px;
}

#listofstuff {
	height: 300px;
	overflow: auto;
}

/* = Custom Styling
-------------------------------------------------------------- */

.blocs-personal-panel{
	max-width:400px;
	min-height:400px;
	padding:40px 10px 40px 10px;
	background-color:#FFFFFF;
	text-align:center;
	border-radius:6px 6px 6px 6px;
	border-width:0px 0px 0px 0px;
}
.blocs-panel-avatar{
	max-width:100px;
	margin-bottom:20px;
}
.blocs-personal-panel h3{
	color: rgba(0,0,0,.8);
	font-family:"Lato";
	font-size:36px;
	font-weight:700;
}
.blocs-personal-panel p{
	color: rgba(0,0,0,.3);
	font-family:"Lato";
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}
.blocs-social-list-v{
	max-width:220px;
	margin:0 auto!important;
}
.blocs-social-list-v li{
	min-width:30px;
}
.valley-hero-text-s{
	font-size:60px;
}
.valley-hero-text-sub-s{
	font-size:34px;
}
.hero-text-vc{
	margin-top:50%;
}
.link1{
	color:rgba(195,195,195,0.0)!important;
	font-size:20px;
}
.tx{
	letter-spacing:4px;
	font-size:20px;
	font-family:"Lato";
	font-weight:300;
	color:#000000!important;
	text-decoration:none;
	text-transform:none;
}
h1{
	font-family:"Arapey";
}
h2{
	font-family:"Arapey";
}
h3{
	font-family:"Arapey";
	color:#000000!important;
}
h4{
	font-family:"Arapey";
}
h5{
	font-family:"Arapey";
}
h6{
	font-family:"Droid Serif";
}
.t1{
	letter-spacing:2px;
}
.log1{
	border-radius:#012880border-top-left-radius:4px;
	border-width:2px 2px 2px 2px;
	border-color:#002B8D;
	background-color:#002B8D;
}
.log1:active{
	background-color:#0037B6}.log1:hover{
	background-color:rgba(0,55,182,0.0);
	border-color:#002B8D;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	color:#636463!important;
	font-weight:normal;
}
.log2{
	background-color:#002F9C;
}
.log2:active{
	background-color:#0037B6;
}
.log2:hover{
	background-color:#0037B6;
}
.link2{
	font-family:"Lato";
	color:#0432FF!important;
	letter-spacing:4px;
	text-decoration:underline!important;
	font-size:22px;
	font-weight:600;
	text-transform:none;
}
.rate{
	letter-spacing:2px;
	line-height:30px;
}
.ft{
	letter-spacing:3px;
	line-height:30px;
	font-family:"Arapey";
	font-size:22px;
}
.ft:active{
}
.ft:hover{
}
a{
	font-family:"Anton";
	font-weight:300;
}
.bt{
	font-family:"helvetica";
	letter-spacing:3px;
	font-weight:500;
	text-transform:none;
	text-decoration:none;
	font-size:18px;
}
.tel{
	color:#FEFFFE!important;
}
label{
}
.container{
	text-shadow:0px 0px 0px rgba(214,214,214,0.0);
	max-width:1300none;
}
h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:300;
}
.head1{
	font-family:"Anton";
	letter-spacing:2px;
	font-weight:700;
	color:#1534AC!important;
	font-size:40px;
	text-transform:none;
}
.hm{
	font-family:"Arapey";
	background-size:1400px auto;
}
.tx2{
	font-family:"Arapey";
	letter-spacing:2px;
	text-transform:uppercase;
}
.ft2{
	font-family:"Lato";
	font-size:20px;
	background-color:transparent;
	font-weight:700;
	letter-spacing:2px;
	line-height:40px;
	color:#FEFFFF!important;
}
.ft2:hover{
}
.ft2:active{
}
.call{
	font-family:"Arapey";
	color:#004ABD!important;
	letter-spacing:2px;
}
.f-left{
	width:40%;
}
.f-right{
	width:60%;
}
.btx{
	font-family:"Open Sans Condensed";
	letter-spacing:4px;
	font-size:28px;
	color:#FEFFFE!important;
	text-transform:uppercase;
	font-weight:300;
}
.txb{
	letter-spacing:2px;
	font-family:"Anton";
	text-transform:uppercase;
	font-size:30px;
}
.tx1{
	font-family:"Anton";
	color:#1534AC!important;
	letter-spacing:4px;
	font-size:40px;
	text-transform:none;
}
.txw{
	font-family:"Lato";
	font-weight:300;
	color:#FEFFFE!important;
	font-size:20px;
	letter-spacing:4px;
}
.tx1w{
	letter-spacing:3px;
	font-size:40px;
	font-family:"Anton";
	text-transform:capitalize;
	font-weight:300;
}
.send{
	text-transform:uppercase;
	font-family:"Anton";
	font-size:22px;
	letter-spacing:4px;
	color:#FEFFFE!important;
}
.fn{
	font-family:"Anton";
	font-size:24px;
	letter-spacing:2px;
	color:#004ABD!important;
}
.m2{
	width:60%;
	font-family:"Anton";
	font-size:50px;
}
.m3{
	width:40%;
}
.tx1b{
	text-transform:uppercase;
	color:#000000!important;
	letter-spacing:2px;
}
.lake-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.3);
}
.lake-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(0,0,0,0.0);
}
.allure{
	font-size:18px;
	letter-spacing:4px;
	font-family:"Abril Fatface";
	font-weight:300;
	text-transform:uppercase;
	color:#FEFFFF!important;
}
.sc{
	font-family:"Lato";
	font-weight:300;
	letter-spacing:2px;
}
.cs{
	letter-spacing:2px;
}
.bign{
	font-family:"Anton";
	font-size:70px;
	color:#FEFFFE!important;
}
.mx{
	font-size:50px;
	font-family:"Anton";
	color:#FEFFFE!important;
}
.txr{
	text-transform:none;
}
.divider{
	background-color:transparent;
}
.q2{
	text-transform:uppercase;
	letter-spacing:3px;
}
.q2l{
	font-family:"PT Sans Narrow";
	font-weight:700;
	color:#FEFFFE!important;
	letter-spacing:3px;
	font-size:26px;
}
.q2l:active{
}
.q2l:hover{
}
.fu1{
	background-size:700px auto;
}
.herotext{
	font-size:50px;
	text-transform:none;
	letter-spacing:3px;
	font-family:"Lato";
	font-weight:700;
}
.herotext2{
	font-family:"Arapey";
	letter-spacing:2px;
}
.hero{
	font-family:"Arapey";
	letter-spacing:2px;
}
.blocsapp-special-menu blocsnav{
	background-color:#000000;
}
.nav{
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:300;
	letter-spacing:4px;
}
p{
	color:#000000!important;
}
.txf{
	letter-spacing:4px;
	text-transform:uppercase;
	font-family:"Anton";
	font-weight:300;
}
.button{
	font-family:"Lato";
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:300;
}
.left{
	width:40%;
}
.right{
	width:60%;
}
.link{
	text-decoration:underline!important;
}
.link3{
	color:#000000!important;
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
}
.link3:hover{
	color:#000000!important;
	font-family:"Lato";
	font-weight:300;
}
.link3:active{
	color:#000000!important;
	font-family:"Lato";
	font-weight:300;
}
.hm7{
	background-size:1400px auto;
	background-repeat:no-repeat;
	background-position:center center;
}
.cp{
	background-size:900px auto;
}
.cop{
	background-size:1400px auto;
}
.linkw{
	text-decoration:underline!important;
	color:#FEFFFF!important;
}
.linkw:active{
}
.linkw:hover{
	color:#EEEDF0!important;
}
.bt2{
	font-family:"Candal";
	font-weight:600;
	letter-spacing:4px;
	font-size:22px;
}
.sq{
	background-size:700px auto;
}
.tb{
	font-size:24px;
	text-transform:none;
}
.s4{
	color:#BC0000!important;
}
.tm{
	font-weight:normal;
	font-family:"helvetica";
}
.sr{
	color:#CC0000!important;
}
.cm{
	background-size:600px auto;
}
.hm3{
	background-size:800px auto;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFE;
}
.bgc-white-2{
	background-color:#FFFFFE;
}
.bgc-white-3{
	background-color:#FEFFFF;
}
.bgc-white-4{
	background-color:#FEFFFE;
}
.bgc-white-5{
	background-color:#FFFFFF;
}
.bgc-black{
	background-color:#000000;
}
.bgc-white-6{
	background-color:#FFFFFF;
}
.bgc-white-7{
	background-color:#FEFFFF;
}
.bgc-white-8{
	background-color:#FFFFFF;
}
.bgc-splashed-white{
	background-color:#FCFFFF;
}
.bgc-white-9{
	background-color:#FEFFFF;
}
.bgc-dark-powder-blue{
	background-color:#132D92;
}
.bgc-white-10{
	background-color:#FEFFFF;
}
.bgc-black-2{
	background-color:#000000;
}
.bgc-black-3{
	background-color:#000000;
}
.bgc-black-4{
	background-color:#000000;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-medium-teal-blue{
	color:#0145C1!important;
}
.tc-black-2{
	color:#000000!important;
}
.tc-splashed-white{
	color:#FBFCFC!important;
}
.tc-black-3{
	color:#000000!important;
}
.tc-black-4{
	color:#000000!important;
}
.tc-white{
	color:#FEFFFF!important;
}
.tc-egyptian-blue{
	color:#1534AC!important;
}
.tc-black-5{
	color:#000000!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-black-6{
	color:#000000!important;
}
.tc-splashed-white-2{
	color:#FCFFFF!important;
}
.tc-white-3{
	color:#FFFFFF!important;
}
.tc-splashed-white-3{
	color:#FCFFFF!important;
}
.tc-white-4{
	color:#FFFFFE!important;
}
.tc-royal-blue-traditional{
	color:#012880!important;
}
.tc-zaffre{
	color:#0621A7!important;
}
.tc-white-5{
	color:#FFFFFE!important;
}
.tc-ou-crimson-red{
	color:#9A0405!important;
}
.tc-white-6{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-ou-crimson-red{
	background:#9A0405;
	color:#FFFFFF!important;
}
.btn-ou-crimson-red:hover{
	background:#7b0304!important;
	color:#FFFFFF!important;
}
.btn-black{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-egyptian-blue{
	background:#1534AC;
	color:#FFFFFF!important;
}
.btn-egyptian-blue:hover{
	background:#112a8a!important;
	color:#FFFFFF!important;
}
.btn-black-2{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black-2:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-davys-grey{
	background:#4C515A;
	color:#FFFFFF!important;
}
.btn-davys-grey:hover{
	background:#3d4148!important;
	color:#FFFFFF!important;
}
.btn-black-3{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black-3:hover{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black-4{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black-4:hover{
	background:#000000;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-oxford-blue{
	color:#001145!important;
}
.ltc-oxford-blue:hover{
	color:#000e37!important;
}
.ltc-white{
	color:#FEFFFF!important;
}
.ltc-white:hover{
	color:#cbcccc!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFE!important;
	border-color:#FFFFFE!important;
}
.icon-white-2{
	color:#FEFFFE!important;
	border-color:#FEFFFE!important;
}
.icon-white-3{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-safe2{
	background-image:url("img/safe2.jpg");
}
.bg-drivers{
	background-image:url("img/drivers.jpg");
}
.bg-dial7-blue3{
	background-image:url("img/dial7-blue3.jpg");
}
.bg-dial7-banner1cb{
	background-image:url("img/dial7-banner1cb.jpg");
}
.bg-nyc7{
	background-image:url("img/nyc7.jpg");
}
.bg-DIAL7-PX3{
	background-image:url("img/DIAL7-PX3.jpg");
}
.bg-dial7-blue-wide{
	background-image:url("img/dial7-blue-wide.jpg");
}
.bg-d7q{
	background-image:url("img/d7q.jpg");
}
.bg-dt7{
	background-image:url("img/dt7.jpg");
}
.bg-dial7-about{
	background-image:url("img/dial7-about.jpg");
}
.bg-7-blue{
	background-image:url("img/7-blue.jpg");
}
.bg-002d{
	background-image:url("img/002d.jpg");
}
.bg-dialby{
	background-image:url("img/dialby.jpg");
}
.bg-d7f2{
	background-image:url("img/d7f2.jpg");
}
.bg-dial7-ride{
	background-image:url("img/dial7-ride.jpg");
}
.bg-dial7-airbag{
	background-image:url("img/dial7-airbag.jpg");
}
.bg-dial7-w{
	background-image:url("img/dial7-w.jpg");
}
.bg-dial7-8{
	background-image:url("img/dial7-8.jpg");
}
.bg-dial7-h4{
	background-image:url("img/dial7-h4.jpg");
    /*background-image:url("img/dial7-2020b-5.jpg");*/ /*Long image for covid-19 8/10/2020*/
}
.bg-dial7-h4a{
	background-image:url("img/dial7-2020b-4.jpg");
   /* background-image for bloc-5a 8/10/2020 */
}
.bg-dirve-for-dial7{
	background-image:url("img/dirve-for-dial7.jpg");
}
.bg-dial7-coffee{
	background-image:url("img/dial7-coffee.jpg");
}
.bg-dil7-cs{
	background-image:url("img/dil7-cs.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 only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {.b-parallax{background-attachment:scroll;}}
@media (max-width: 991px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
    .bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{padding:0 20px;padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);}
}
@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; 
    }
    .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; 
        margin-left:10px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container, .bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 400px)
{    
    .bloc{
        padding-left: 0; 
        padding-right: 0;
    }
}

@media (max-width: 991px){
	.hero-text-vc{
	margin-top:10%;
}
 
/* Force Mini Menu */
.navbar-header{
	float: none;
}
.navbar-toggle{
	display: block;
}
 .navbar-collapse.collapse{
	display: none!important;
}
 .navbar-collapse.collapse.in{
	display: block!important;
}
 .site-navigation{
	transform:none!important;
}
.nav-invert .navbar-header{
	float: none;
	 width:100%;
}
.nav-invert .navbar-toggle{
	float:left;
}

/* 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 .open .dropdown-menu{
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}

/* 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: fixed;
	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;
}

/* Side Bar Navigation */
.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .sidebar-nav{
	right: auto;
	left: -300px;
}
 .sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}

/* 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);
}
div[class^="col-"], div[class*=" col-"]{
	margin-top: 30px;
	margin-bottom: 30px;
}
.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
	margin-top: 0;
	margin-bottom: 0;
}
}
/* Drop Down Navigation */
@media (min-width: 767px) and (max-width: 991px){
	
.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: 767px){
	.bloc-mob-center-text{
	text-align:center;
}
.head1{
	background-size:1000px 820px;
}
.vid{
	background-size:auto 400px;
}
.dr{
	background-size:1200px auto;
}
.app{
	background-size:auto 800px;
}
.hm{
	background-size:1600px auto;
	background-position:center center;
}
.cop{
	background-size:800px auto;
	background-position:right top;
}
.cop1{
	background-size:800px auto;
	background-position:right top;
}
.hm2{
	background-size:2000px auto;
	background-position:right center;
	font-family:"Arapey";
}
.hm3{
	background-size:900px auto;
}
.hm4{
	background-size:1100px auto;
	background-position:right center;
}
.hm5{
	background-size:330px auto;
	background-position:center center;
}
.call{
	color:#FEFFFE!important;
}
.hero-text-vc{
	margin-top:0px;
}
.lake-hero-text{
	font-size:38px;
}
.lake-hero-text-sub{
	font-size:24px;
}
.lake-hero-bloc{
	background-size:1550px auto;
}
.mx:active{
	color:#FEFFFE!important;
	font-family:"Anton";
	font-size:50px;
}
.p2{
	font-family:"Anton";
	font-size:50px;
	color:#FEFFFE!important;
}
.big{
	font-family:"Anton";
	font-size:40px;
}
.blocsapp-special-menu blocsnav{
	background-color:#000000font-size:17px;
	font-family:"Lato";
	font-weight:300;
	letter-spacing:2px;
	line-height:40px;
	color:#FEFFFE!important;
}
.ft{
	background-position:right center;
	background-size:auto 2300px;
}
.fu1{
	background-size:635px auto;
}
.mo{
	background-size:1400px auto;
	background-position:right center;
}
.tm{
	font-size:30px;
}
.mo2{
	background-size:700px auto;
	background-position:right center;
}
.txm{
	font-size:30px;
}
 .sidebar-nav{
	width:230px;
}
.nav-special.sidebar-nav .nav > li{
	width:80%;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:200px;
}
#watch2 p{
	font-size: 28px;
}
#bloc-4 h1{
	font-size: 40px;
	line-height: 45px;
}
#bloc-6 h2{
	font-size: 60px;
}
#bloc-8 h2{
	font-size: 50px;
}
#bloc-13 h1{
	font-size: 40px;
}
#bloc-14 h3{
	font-size: 50px;
}
#bloc-19 h2{
	font-size: 60px;
}
#bloc-50 p{
	font-size: 40px;
}
#bloc-99 h2{
	font-size: 54px;
}
#bloc-210 h2{
	line-height: 70px;
}
/* = Text Mobile Alignment Classes
-------------------------------------------------------------- */
.text-left-xs{
	text-align:left;
}
.text-center-xs{
	text-align:center;
}
}


/* = Jared Add
-------------------------------------------------------------- */

.espanol{
	text-align: right;
	text-transform: lowercase;
}

/* Shalom Added 9/5/2022
	----------------------------------------------------------*/
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #00A4BD;
}



     