/*-----------------------------------------------------------------------------------
	The Tavenner Agency
	About: The Tavenner Agency is an independent brokerage firm offering insurance expertise, case design, application processing, and all other back office support.
	Author: Sara Tavenner
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

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

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


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

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

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


/* Edge Dividers */

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


/* 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-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

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


/* Light theme */

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

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

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

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

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

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

.btn-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%);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg{
	max-width:400px;
}


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





/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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

.h1-h2-h3-h4-h5-h6-p-label-btn{
	font-family:"Libre Franklin";
	font-size:14px;
	line-height:18px;
	font-weight:500;
	letter-spacing:0px;
	color:#000000!important;
}
.container{
	max-width:1140px;
	padding-top:5px;
}
.h6-style{
	font-family:"Libre Franklin";
	font-weight:700;
	color:#FFFFFF!important;
	width:100%;
}
.social-icons-fb{
	opacity:1.0;
}
.social-icons-fb:hover{
	opacity:0.7;
}
.darkblue{
	font-family:"Libre Franklin";
	font-weight:normal;
	color:#253F8E!important;
}
.white_yellow_link{
	color:#FFFFFF!important;
	opacity:1.0;
	font-weight:bold;
}
.white_yellow_link:hover{
	color:#FFF264!important;
	text-decoration:underline!important;
	opacity:1.0;
}
.padding-small{
	font-family:"Raleway";
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	color:#253F8E!important;
	padding:19px 19px 19px 19px;
}
.navbar-brand img{
	width:275px;
}
.buttonlist{
	border-style:solid;
	border-color:#FFFFFF!important;
	background-color:rgba(207,207,207,0.30);
	font-size:12px;
	background:linear-gradient(0deg, #EAEAEA 0%, #FFFFFF   100%);
	border-width:0px 0px 1px 0px;
}
.buttonlist:hover{
	color:#00AEEE!important;
}
.h1-style{
	font-family:"Merriweather";
	color:#FFFFFF!important;
	font-size:34px;
}
p{
	font-family:"Raleway";
	font-weight:normal;
	color:#000000!important;
}
.footerpadding{
	font-family:"Raleway";
	padding:0px 47px 10px 0px;
}
.paddingfooterlinks{
	padding:0px 0px 0px 10px;
}
.p-style{
	width:100%;
}
.h4-style{
	font-family:"Raleway";
	font-weight:700;
}
.h4-contact-us-style{
	font-family:"Merriweather";
}
.h4-location-style{
	font-family:"Merriweather";
}
.yellowlink{
	color:#FFF264!important;
}
.yellowlink:hover{
	color:#00AEEE!important;
	text-decoration:underline!important;
}
.text-span-color{
	color:#ffffff;
}
.h1-bloc-6-style{
	font-family:"Merriweather";
	text-shadow:0.14px 2.00px 2px rgba(0,0,0,0.33);
	line-height:50px;
}
.copywrite{
	font-size:13px;
	color:#FFFFFF!important;
}
.h1-10-style{
	font-family:"Merriweather";
}
.h3-card-heading-style{
	font-family:"Merriweather";
}
.h3-3-style{
	font-family:"Merriweather";
}
.formlinks{
	font-family:"Raleway";
	color:#253F8E!important;
	padding-left:10px;
}
.formlinks:hover{
	font-family:"Raleway";
	color:#00AEEE!important;
}
.contactinfo{
	font-family:"Raleway";
	color:#000000!important;
	font-size:18px;
	font-weight:500;
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
}
.h3-tom-tavenner-style{
	font-family:"Merriweather";
}
.h3-danny-hudson-style{
	font-family:"Merriweather";
}
.yellowline{
	border-style:solid;
	border-color:#FFF264!important;
	border-width:3px 0px 0px 0px;
}
.h4-hours-style{
	font-family:"Merriweather";
}
.h4-social-style{
	font-family:"Merriweather";
}
.wirebutton:hover{
	background-color:#FFFFFF;
}
.h2-style{
	font-family:"Merriweather";
}
.yellowbutton{
	background:linear-gradient(0deg, #FFF264 0%, #FFFFFF 100%);
	font-family:"Raleway";
	color:#000000!important;
}
.h2-bloc-3-style{
	font-family:"Merriweather";
}
.h2-2-style{
	font-family:"Merriweather";
}
.bloc-divider-b-fill{
	fill:#00AEEE;
	height:50px;
}
.yellowbutton:hover{
	background-color:#FFF264;
}
h2{
	font-family:"Merriweather";
	color:#253F8E!important;
}
h5{
	font-family:"Raleway";
	color:#000000!important;
}
.whitetext{
	color:#FFFFFF!important;
}
.paddingmedium{
	padding-top:30px;
	padding-right:0px;
	padding-left:0px;
}
.whiteline{
	border-style:dotted;
	border-color:#FFFFFF!important;
	border-width:3px 0px 0px 0px;
}
.menulinks{
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000000!important;
	font-size:14px;
	font-family:"Lato";
	font-weight:700;
	padding:6px 6px 6px 6px;
}
.menulinks:hover{
	text-decoration:none;
	color:#00AEEE!important;
	padding-right:0px;
	margin-right:0px;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:700;
}
.h3-style{
	font-family:"Lato";
}
.bloglinks{
	font-family:"Lato";
	font-weight:300;
	width:126px;
}
.paddingblog{
	padding-top:92px;
}
.whitedivider{
	border-color:#FFFFFF!important;
	border-style:dotted;
	border-top-width:1px;
}
.blogtag{
	text-transform:uppercase;
	letter-spacing:5px;
}
.drop-cap{
	font-family:"Merriweather";
	color:#253F8E!important;
	font-size:24px;
	text-align:left;
	text-transform:uppercase;
}
.text-span-style{
	font-weight:bold;
}
.textpadding{
	margin:69px 69px 69px 69px;
	padding:50px 50px 50px 50px;
}
.paddingblogtext{
	box-shadow:6.29px 7.77px 8px rgba(0,0,0,0.11);
	padding:41px 41px 41px 41px;
}
.blogheader{
	border-style:solid;
	border-color:#00AEEE!important;
	border-width:0px 0px 5px 0px;
}
.container-div-style{
	width:100%;
}
.blogcontainer{
	height:200px;
	background-color:#00AEEE;
	background-position:center center;
}
.blogbutons{
	height:160px;
	margin:54px 0px 0px 0px;
	padding:28px 28px 28px 28px;
}
.paddingtop{
	padding-top:53px;
}
.p-bloc-35-style{
	width:100%;
}
.lightbluelink{
	color:#00AEEE!important;
	font-weight:bold;
}
.lightbluelink:hover{
	color:#253F8E!important;
	font-weight:bold;
}
.bullets{
	text-align:left;
}
.alignleft{
	text-align:left;
}
.smallertext{
	font-size:18px;
	line-height:22pt;
}
.dropdowntext{
	font-size:14px;
}
.text-span-bloc-37-style{
	font-weight:bold;
}
.text-span-0-style{
	font-weight:bold;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-black{
	background-color:rgba(0,0,0,0.76);
}
.bgc-blue-pigment{
	background-color:#253F8E;
}
.bgc-cyan-process{
	background-color:#00AEEE;
}
.bgc-isabelline{
	background-color:rgba(235,235,235,0.66);
}
.bgc-black-2{
	background-color:#000000;
}

/* Text colour styles */

.tc-blue-pigment{
	color:#253F8E!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-cyan-process{
	color:#00AEEE!important;
}

/* Button colour styles */

.btn-blue-pigment{
	background:#253F8E;
	color:#FFFFFF!important;
}
.btn-blue-pigment:hover{
	background:#1e3272!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-cyan-process{
	color:#00AEEE!important;
	border-color:#00AEEE!important;
}

/* Bloc image backgrounds */

.bg-bigstock-the-main-street-bridge-in-colu-224981728{
	background-image:url("img/bigstock-the-main-street-bridge-in-colu-224981728.jpg");
}
.bg-image-c1v1hax1{
	background-image:url("img/image-c1v1hax1.png");
}
.bg-image-1k8qj5ad{
	background-image:url("img/image-1k8qj5ad.png");
}
.bg-bigstock--192545845{
	background-image:url("img/bigstock--192545845.jpg");
}
.bg-bigstock--182541166{
	background-image:url("img/bigstock--182541166.jpg");
}
.bg-bigstock-pink-ribbon-for-breast-cancer--207506665{
	background-image:url("img/bigstock-pink-ribbon-for-breast-cancer--207506665.jpg");
}
.bg-bigstock--204573604{
	background-image:url("img/bigstock--204573604.jpg");
}
.bg-bigstock-happy-mature-female-sitting-in-225238138{
	background-image:url("img/bigstock-happy-mature-female-sitting-in-225238138.jpg");
}
.bg-bigstock--212686381{
	background-image:url("img/bigstock--212686381.jpg");
}
.bg-bigstock-man-and-woman-are-shaking-hand-223342051{
	background-image:url("img/bigstock-man-and-woman-are-shaking-hand-223342051.jpg");
}
.bg-d33d91af{
	background-image:url("img/d33d91af.jpg");
}
.bg-bigstock-Close-Up-Of-Hands-Contemporary-288139981{
	background-image:url("img/bigstock-Close-Up-Of-Hands-Contemporary-288139981.jpg");
}
.bg-image-3wtz4qxq{
	background-image:url("img/image-3wtz4qxq.png");
}
.bg-image-3vkmg3ox{
	background-image:url("img/image-3vkmg3ox.png");
}



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

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


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

@media (max-width: 991px){
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.h1-style{
		font-size:28px;
	}
	.padding-small{
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:225px;
	}
	.container{
		padding-top:50px;
		padding-bottom:50px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

