/*-----------------------------------------------------------------------------------*/
/*	    vitoria
/*      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 */


   


/* Globals type styling */
 h1, h2, h3, h4, h5, h6, p, label, .btn, a{
	font-family:Lato;
	font-weight:400;
}


/* Site container width */

.container{
	max-width:970px;
}

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


/* Group Styles */

.bloc-group{
	width:100%;
	display:table;
	table-layout: fixed;
}
.bloc-group .bloc{
	position:relative;
	display: table-cell;
	vertical-align: top;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4,.d-bloc h5, .d-bloc h6, .d-bloc .ico{
	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{
	color:rgba(255,255,255,.6);
}
.d-bloc 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 h1,.d-bloc .panel h2, .d-bloc .panel h3, .d-bloc .panel h4, .d-bloc .panel h5, .d-bloc .panel h6, .d-bloc .ico{
	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{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel a: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 */

.l-bloc{
	color:rgba(0,0,0,.5);
}
.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{
	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);
}
.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.l-bloc a{
	color:rgba(0,0,0,.6);
}
.l-bloc a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.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;
}

/* Bloc text custom styling */

#bloc-1 h3{
	font-family: Lato;
	font-weight: 300;
}
#bloc-1 p{
	font-family: Lato;
	font-weight: 400;
}
#bloc-2 h3{
	font-family: Lato;
	font-weight: 300;
}
#bloc-4 h2{
	font-family: Lato;
	font-weight: 300;
}
#bloc-4 h3{
	font-family: Lato;
	font-weight: 300;
}
#bloc-4 p{
	font-family: Lato;
	font-weight: 400;
}
#bloc-5 h3{
	font-family: Lato;
	font-weight: 300;
}
#bloc-5 p{
	font-family: Lato;
	font-weight: 400;
}
#bloc-14 h2{
	font-family: Lato;
	font-weight: 300;
}
#bloc-15 h3{
	font-family: Lato;
	font-weight: 300;
}
#bloc-16 h2{
	font-family: Lato;
	font-weight: 300;
}
#bloc-16 h3{
	font-family: Lato;
	font-weight: 300;
}
#bloc-16 p{
	font-family: Lato;
	font-weight: 400;
}
#bloc-17 h3{
	font-family: Lato;
	font-weight: 300;
}

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

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:15px 15px;
	font-size:25px!important;
	font-weight:normal;
	font-weight:600;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}
.navbar-brand{
	padding: 15px 15px;
}
.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){
	#menu .menu{
		display: block !important;
	}
	.mobile_res{
	  display: none;
	 }

	#menu img#vitoria{
	    margin-top: 34px !important;
	    margin-left: 13px !important;
	    float: left !important;
	}
	#menu img#logo{
	    width: 290px !important;
	    position: absolute !important;
	    left:50% !important;
	    margin-left: -145px !important;
	    top:40px !important;
	    z-index: 999 !important;
	}

	#menu #icones img{
	    float: left !important;
	    margin-right: 5px !important;
	    margin-left: 6px !important;
	}
	.nav-invert .site-navigation{
		left:20px;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		margin-top:20px;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}

/* Menu transferido do wordpress por Gabriel */
#menu{
    width: 100% !important;
    height: 171px !important;
    background-image: url(img/fundo_menu.jpg) !important;
    background-repeat: repeat- !importantx;
    background-size: contain !important;
    border-bottom:1px solid #fff !important;
    box-shadow:0px 3px 2px 0px rgba(50, 50, 50, 0.3) !important;
    position: relative !important;
    z-index: 998 !important; 
    display: block !important;
}
@media (min-width: 767px)
{
/* Menu transferido do wordpress por Gabriel */

	#menu{
	    width: 100% !important;
	    height: 171px !important;
	    background-image: url(img/fundo_menu.jpg) !important;
	    background-repeat: repeat- !importantx;
	    background-size: contain !important;
	    border-bottom:1px solid #fff !important;
	    box-shadow:0px 3px 2px 0px rgba(50, 50, 50, 0.3) !important;
	    position: relative !important;
	    z-index: 998 !important; 
	    display: block !important;
	}

	#menu img#vitoria{
	    margin-top: 34px !important;
	    margin-left: 13px !important;
	    float: left !important;
	    width: auto !important;
	    position: inherit !important;
	    left:0px !important;
	    top: 0px !important;
	    display: block !important;
	}
	#menu img#logo{
	    width: 290px !important;
	    position: absolute !important;
	    left:50% !important;
	    margin-left: -145px !important;
	    top:40px !important;
	    z-index: 999 !important;
	}
	#menu #icones{
	    float: right !important;
	    margin-top: 50px !important;
	    margin-right: 22px !important;
	    top:0px !important;
	    width: auto !important;
	    position: inherit !important;
	    display: block !important;
	}
	#menu #icones img{
	    float: left !important;
	    margin-right: 5px;
	    margin-left: 6px;
	    width: auto !important;
	}
	#icones_mobile{
		float: left;
		display: none !important;
	}
	#menu .menu{
		display: block !important;
	    margin-top: 42px !important;
	}


	.mobile_res{
		display: none !important;
	}
	.desktop{
		display: block !important;
	}

	
	#eco-vitoria h2.mg-md{
		margin-top: -35px !important;
	}
}

#icones_mobile{
	float: left;
	display: none !important;
}
#menu .menu ul{
    list-style: none;
}
#menu .menu ul li{
    float: left;
    margin-left: 30px;
}
#menu .menu ul li a{
    color:#fff;
    font-size: 15px;
}
#menu .menu ul li a:hover,
#menu .menu ul li a.active{
    color:#ffd502!important;
}
#menu .menu#esquerdo{
    float: left;
    margin-left: -55px;
}
#menu .menu#esquerdo ul li{
    margin-left: 0px;
    margin-right: 35px;
}
#menu .menu#direito{
    float: right;
    margin-right: -15px;
}

.clear{
    clear: both;
}


/* Banner transferido do wordpress por Gabriel */
#banner_container{
    position: relative;
    width: 100%;
}
#banner{
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#banner li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

#banner li:first-child {
    position: relative;
    display: block;
    float: left;
}

#banner img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_nav{
    position: absolute;
    top:50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    background-position: 0 0px;
    z-index: 997;
    text-indent: -9999px;
    opacity: 0.5;
}
.rslides_nav:hover{
    opacity: 0.9;
}
.rslides_nav.prev{
    background-image: url(img/large_left.png);
    left: 15px;
}
.rslides_nav.prev:hover{
    background-position: 0 40px;
}
.rslides_nav.next{
    background-image: url(img/large_right.png);
    right: 15px;
}
.rslides_nav.next:hover{
    background-position: 0 40px;
}
.rslides_tabs{
    left: 50%;
    margin-left: -280px;
    position: absolute;
    bottom:1px;
    z-index: 9999;
    opacity: 0.5;
}
.rslides_tabs:hover{
    opacity: 1;
}
.rslides_tabs li{
    background-image: url(img/bullet.png);
    height: 20px;
    width: 20px;
    background-position: 0 0px;
    float: left;
    margin: 2.5px;
    cursor: pointer;
    list-style: none;
}
.rslides_tabs li a{
    letter-spacing: 1em;
    text-decoration: none;
}
.rslides_tabs li:hover,
.rslides_tabs li.rslides_here{
    background-image: url(img/bullet.png);
    background-position: 0 20px;
}

#shadow-banner{
    background-image: url(img/shadow-banner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 90px;
    margin-bottom: -60px;
    position: relative;
    z-index: 990;
	background-color:#e2e2e2;
}


#clientes_cycle{
    padding-top: 20px;
    position: relative;
}
#clientes_cycle img{
    width: 100%;
}
#clientes .rslides_tabs{
    bottom:  20px;
}

.noticias{
    margin-bottom: 50px;
}
.noticias h2{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.noticias hr{
    margin: 5px 0px 15px 0px;
}
.noticias img{
    margin-bottom: 8px;
    width: 100%;
}
#noticias img{
    margin-bottom: 8px;
    width: 100%;
}
.ler_mais_noticias{
    color: rgb(22, 41, 81)!important;
    font-weight: 700;
    padding-left: 5px;
    text-decoration: underline;
}
#page_noticias{
    margin-bottom: 30px;
    margin-top: 15px;
}
#page_noticias a{
    padding: 9px 8px;
    margin: 2px;
    background-color:  rgb(22, 41, 81)!important;
    color:#fff;
    font-weight: 700;
    font-size: 16px;
}
#page_noticias a.select{
    background-color: #fff !important;
    color: rgb(22, 41, 81)!important;
}
#page_noticias a:hover{
    opacity: 0.9;
}

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


h3.mg-md{
    position: relative;
    z-index: 993;
}

/* = 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!important;
	background:rgba(0,0,0,.3);
}

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

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.dropdown a .caret{
	margin:0 0 0 5px}
/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round-eco{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 34px 30px 37px 30px;
	min-width:80px;
    border-color: rgba(0,0,0,.7);
}
.icon-round,.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

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



/* = Panels
-------------------------------------------------------------- */
.panel{
	border:0!important;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
}
.panel-heading, .panel-footer{
	background-color: rgb(22, 41, 81)!important;
	border-color: rgba(0,0,0,.1)!important;
	color: #fff !important;
}

.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:0px 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;
}

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

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

/* Empty space fillers - Used on empty blocs to fill them out */

.empty-column,.empty-column.thin{
	width:100%;
	height:350px;
	display:inline-block;
}
.empty-column{
	height:350px;
}
.empty-column.thin{
	height:150px;
}
/* iFrame */

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

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

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

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

/* Background colour styles */
.bgc-branco{
	background-color:#FFF;
}
.bgc-white{
	background-color:#e2e2e2;
}
.bgc-isabelline{
	background-color:#EFEFEF;
}
.bgc-isabelline2{
	background-color:#EFEFEF;
	width: 20%;
}
.bgc-charcoal{
	background-color:#3D476E;
}
.bgc-medium-jungle-green{
	background-color:#242940;
}

.sombra{
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.6);
}

/* Bloc image backgrounds */

.bg-city-overlay{
	background-image:url("img/city-overlay.png");
}
.bg-city-overlay{
	background-image:url("img/city-overlay.png");
    background-size: cover;
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
}
@media (max-width: 768px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */  
}
@media (max-width: 767px){
	
    .bloc-group .bloc{
         display:block;
         width:100%;
     }

	.mobile_res{
		display: block !important;
	}
	.desktop{
		display: none !important;
	}
	#icones_mobile{
		float: left;
		display: block !important;
	}
	#icones_mobile img{
	    float: left;
	    margin-right: 5px;
	    margin-left: 6px;
	    width:20px;
	}
	.mobile{
	  display: block;
	  position: absolute;
	  width: 100%;
	  top: 0;
	  left:0;
	  z-index: 9999;
	 }
	 .mobile div{
	    display: none;
	    width: 100%;
	}
	 .mobile button{
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    border: 0;
	    text-indent: 200%;
	    overflow: hidden;
	    background: rgba(255,255,255,.8) url(img/menu_ham.png) center no-repeat;
	    border: 1px solid #ddd;
	    border-radius: 3px;
	    background-size: 80%;
	    width: 30px;
	    height: 30px;
	    outline: none;
	    transition: all 400ms ease;
	    &.expanded
      transform: rotate(90deg);
      background-color: transparent;
      border: 0;
	  }
	  .mobile a{
	    display: block;
	  background: #eee;
	  text-align: center;
	  padding: 20px 0;
	  border-bottom: 1px solid #ddd;
	  text-decoration: none;
	  color: #222;
	  font-weight: bold;
	}
	 .mobile a:hover,
	  .mobile a::active,
	   .mobile a::focus{
	    background: darken(#eee, 3%);


	}

	#menu img#vitoria{
	    margin-top: 31px;
	    margin-left: 13px;
	    float: left;
	    width: 140px;
	    position: absolute;
	    left:50%;
	    margin-left: -70px;
	    display: none;
	}
	#menu img#logo{
	    width: 200px;
	    position: absolute;
	    left:50%;
	    margin-left: -100px;
	    top:50px;
	    z-index: 999;
	}
	#menu #icones{
		float: none;
		top:15px;
		position: absolute;
		display: none;
	}
	#menu #icones img{
	    float: left;
	    margin-right: 5px;
	    margin-left: 6px;
	    width:20px;
	}
	#eco-vitoria h2.mg-md{
		margin-top: 0px;
	}
	.page-container{
        overflow-x: hidden;
        position:relative;
    }
    h1,h2,h3,h4,h5,h6,p{
        padding-left:10px!important; 
        padding-right:10px!important; 
    }
    #hero-bloc h1{
        font-size:40px;
    }
    #hero-bloc h2{
        font-size:34px;
    }
    #hero-bloc h3{
        font-size:25px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
	   display: block;
    } 
	#menu .menu{
		display: 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);
    }
    #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;
        margin: -10px 10px 0 0;    
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important; 
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 30px;
	   padding-right: 30px;
    }
    .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;
    }
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .video-bg-contianer{
        display:none;
    }
}