*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body{
  font-family: 'Oswald', Helvetica, Arial, serif; 
  overflow-x: hidden;
  background-color: #282d25 !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .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 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}


input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
align-items: flex-start;
text-align: center;
cursor: default;
color: buttontext;
padding: 0 !important;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 3px;
padding-left: 6px;
border: 0 !important;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
background-color: buttonface;
box-sizing: border-box;
}


.container {
    margin: 0 !important;
}

img{
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

p {
	margin: 0 !important;
}

.container {
    padding: 0 !important;
    margin: 0 !important;
}

button{
	background: transparent !important;

	font-family: 'Oswald', Helvetica, Arial, serif !important;
	font-size: 1.8em !important;
	outline: none !important;
	border: 0 !important;
	color: #ddd !important;
	width: 100% !important; 
	text-align: right !important;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =Header
-------------------------------------------------------------- */


/* SCROLL INTRO */

.icon_menu{
	width: 40px;
	height: 85px;
	position: fixed;
	top: 5px;
	right: 0;
	float: right;
	z-index: 1000000001 !important;
}

.icon_menu img{
	width: 40px;
	height: 40px;
    left: 0;
}

#showLeftCloseLogo{
	width: 100%;
	height: 90px;
	outline: none;
}

.icon_menu button{
	width: 60px !important;
	height: 90px !important;
	background: #1e211b;
	position: absolute;
	margin-top: 0px;
	margin-right: 10px;
	right: 0;
	z-index: 10000001 !important;
}


.bar_top{
	top: 0;
	width: 100%;
	height: 90px;
	background: #282d25;
	position: fixed;
	z-index: 10000001;
}

.logo{
	margin: 0px auto !important;
	width: 250px;
	height: 75px;
	margin-left: 0% !important;
	float: left;
}


/* MENU LATERAL */

/* General styles for all menus */
.dlb-spmenu {
	background: rgba(40,45,37,0.95);
	position: fixed;
	z-index: 1000001 !important;
}

.dlb-spmenu ul {
    margin-top:  100px;
    margin-top:  100px;
}

.dlb-spmenu ul li {
    margin:  40px 20px;
}

/* Orientation-dependent styles for the content of the menu */

.dlb-spmenu-vertical {
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	
}

.dlb-spmenu-vertical a {
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.dlb-spmenu-left {
	left: -100%;
}

.dlb-spmenu-right {
	right: -100%;
}

.dlb-spmenu-left.dlb-spmenu-open {
	left: 0px;
}

.dlb-spmenu-right.dlb-spmenu-open {
	right: 0px;
}


/* Transitions */

.dlb-spmenu,
.dlb-spmenu-push {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/* FILTROS */
.container_filter{
  padding: 0;
  font-size: 0.1px;
  -webkit-backface-visibility: hidden;

  margin: 0 auto;
}

.container_filter:after{
  content: '';
  display: block;
  width: 100%;
}

.container_filter .mix,
.container_filter .gap{
  display: block;
  width: 100%;
}

.container_filter .mix{
  text-align: left;
  display: none;
}


.container_filter .mix:after{
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: block;
  vertical-align: top;
  color: #000;
}

.container_filter .mix:before{
  content: '';
  display: block;
}

.swiper-wrapper{
	
}

.swiper-slide-active{
    padding: 0 !important;
}

.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-slide {
  width: 100%;
  height: auto;
  float: left;
}

.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 45%;
  bottom: 10px;
  opacity: 0;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #282d25;
  margin-right: 5px;
  opacity: 0.6;
  border: 2px solid #ccc;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}

.wpr_slides{
	
}

.arrow_swipe{
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 51%;
	z-index: 100;    
}



.arrow_swipe_right_bios{
	width: 60px;
    height: 60px;
    top: 0%;
    right: 4%;
    position: absolute;
}

.arrow_swipe_left_bios{
	width: 60px;
    height: 60px;
    top: 0%;
    left: 4%;
    position: absolute;
}

.arrow_swipe{
    width: 60px;
    height: 60px;
    line-height: 50%;
    top: 45%;
}

.slide_1_brands{
	width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}

.txt_1_brands{
	position: absolute;
	top: 0%;
	left: 2%;
	z-index: 10;
	width: 50%;
	height: auto;
	margin-top: 70%;
	margin-left: 20px;
}

.slide_2_epica{
	width: 100%;
	z-index: 1;
}

.slide_2_epica img{
	background-position: center bottom;
}

.txt_1_epica{
	position: absolute;
	top: 5%;
	left: 0%;
	z-index: 10;
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.swiper-container_epica{

}

.epica-slide {
  background: #fff;
  float: left !important;
}

.epica-txt-slide {
  background: #282d25;
  float: left;
  padding: 20px !important;
}


.epica-txt-slide h2{
	font-size: 38pt !important;
	  border-bottom: 1px solid #777 !important;
	  padding-bottom: 10px !important;
	  padding-left: 0.4em;
	  font-style: italic;
	  font-family: 'EB Garamond', serif;
	  font-weight: 100;
	  color: #ff0034 !important;
}

.epica-txt-slide h3{
	  color: #fff;
	  line-height: 30pt !important;
	  font-size: 22pt !important;
	  font-family: 'Oswald', sans-serif;
	  font-weight: 400;
	  padding-left: 0.6em;
}

.epica-txt-slide p{
	  color: #cec8c3;
  line-height: 20pt !important;
  font-size: 16pt !important;
  padding: 1em !important;
  font-family: 'EB Garamond', sans-serif;
  padding-left: 0.6em;
}

.pg-txt-slide {
  background: #282d25;
  padding: 1em !important;
}

.pg-txt-slide h2{
	font-size: 32pt !important;
	border-bottom: 1px solid #ddd !important;
	padding-bottom: 10px !important;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	font-weight: 100;
	color: #8ed300 !important;
	padding-left: 0.6em;
}

.pg-txt-slide h3{
	color: #fff;
	line-height: 20pt !important;
	font-size: 18pt !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-left: 0.6em;
}

.pg-txt-slide p{
	color: #cec8c3;
	line-height: 20pt !important;
	font-size: 14pt !important;
	padding: 1em !important;
	font-family: 'EB Garamond', sans-serif;
	padding-left: 0.6em;
}

#dlb_video{
	width: 100%;
	height: auto;
	left: 0;
	background: #000;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}



#pg_video{
	width: 100%;
	height: auto;
	left: 0;
	background: url(../imgs/pg.jpg) right bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

#broxol_video{
	width: 100%;
	height: auto;
	left: 0;
	background: url(../imgs/broxol.jpg) right bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}


.brand_needs{
	width:100%;
}

.title_brands_needs {
	width: 30%;
	height: auto;
	position: absolute;
	margin-top: 10%;
	left: 5%;
}

.epica-slide {
  	background: #fff;

}

.bg_epica{
    background: #fff !important;
}

.swiper-container_whats {
  background: #282d25;
  padding: 1em !important;
}

.swiper-container_whats h2{
	font-size: 32pt !important;
	border-bottom: 1px solid #777 !important;
	padding-bottom: 10px !important;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	font-weight: 100;
	color: #ff0034 !important;
	padding-left: 0.6em;
}

.swiper-container_whats h3{
	color: #fff;
	line-height: 24pt !important;
	font-size: 18pt !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-left: 0.6em;
}

.swiper-container_whats p{
	color: #cec8c3;
	line-height: 20pt !important;
	font-size: 14pt !important;
	padding: 1em !important;
	font-family: 'EB Garamond', sans-serif;
	padding-left: 0.6em;
}

.swiper-container_above{
     height: auto;
}

.above{

   
}

.txt_above{
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-right: 60px;
	padding-left: 60px;
	background: #cbe3ed;
}

.txt_above p{
	text-align: right;
	color: #000;
	font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	z-index: 10;
	padding-right: 0px;

}

.content_help{
	width: 100%;

	background:  #fff ;
}



.content_help ul{
	list-style: none;
	background: #fff;
	padding: 0;
	margin: 0;
}

.content_help ul li {
	float: left;
	background: #fff;
	height: auto;
	padding-bottom: 15px;
}

.content_help ul li  h1{
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 36pt;
	line-height: 44pt;
	text-align: left;
	margin: 0;
	padding: 20px 0px 0px 30px;
	color: #c2360d;
	font-weight: 600;
}

.content_help ul li  h2{
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 18pt;
	text-align: left;
	margin: 0;
	padding: 40px 0px 0px 30px;
	color: #231f20;
	font-weight: 600;
}

.content_help ul li h3{
	font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 24pt;
	text-align: left;
	margin: 0;
	padding: 10px 0px 0px 30px;
	color: #231f20;
	font-weight: 100;
	margin-bottom: 10px;
}

.content_help2{
    width: 100% !important;
    height: 470px;
    background: #282d25 url(../imgs/bg_help.png) center center no-repeat  !important;
}

.news{
	background: #282d25;
}


.bg_we_are{
	background: #0094da;
	padding-top: 10px;
	padding-bottom: 0px;
}

.texto_we_are h2{
	font-size:50pt;
	color: #fff;
	line-height: 65pt;
	margin: 30px 0px;
	font-family: helvetica, arial, serif;
}

.texto_we_are p{
	background: #fff;
	text-align: left;
	font-family: 'EB Garamond', sans-serif;
}

.list_we_are ul{
	list-style: none;
	background: #fff;
	padding: 0;
	margin: 0;
}

.list_we_are ul li {
	float: left;
	width: 50%;
	background: #fff;
	height: auto;
	display: inline-block;
}

.list_we_are ul li img{
	width: 75%;
	height: auto;

}

.list_we_are ul li p{
	text-align: left;
	font-family: 'EB Garamond', sans-serif;
	padding: 2em;
	
}

.h1_we_are{
	font-size: 45pt;
	color: #fff;
	margin: 0px 0px ;
	padding: 10px 0px;
	text-align: center;
	text-transform: capitalize;
	font-family: Helvetica, Arial, serif;
	line-height: 60px;
	letter-spacing: 10px;
}

.txt_we_are{
	color: #000;
	font-size: 14pt;
	padding: 2em;
}

.thumbnails > li {
    margin-bottom: 0 !important;
}


.img_always {

	padding-top: 20px;
}

.img_always img{
	width: 60%;
	height: auto;
	margin: 0 auto;
	top: 20%;
	left: 15%;
	position: relative;
}


bg_improve{
	background: #dfe511;
	width: 100%;
}

.texto_improve{
	z-index: 10;
	top: 0;
	right: 0;
	width: 70%;
	float: right;
	position: relative;
	margin-top: -45%;
	margin-right: 20px;
}

.texto_improve p{
	z-index: 10;
	top: 180px;
	right: 63px;
	text-align: right;
	font-family: 'EB Garamond', sans-serif;
	font-style: italic;
	font-size: 22pt;
	line-height: 26pt;
	/* padding-left: 434px; */
	color: #231f20;
	margin-top: -80px;
	position: absolute;
}

.h1_improve{
	position: relative;
	float: left;
	margin-top: 100px;
	margin-left: 50px;
	width: 60%;
}

.logo_improve{
	top:0;
	width: 100% !important;
	height: 100 !important;
}

.bg_cyclo{
	background: url(../imgs/bg_cyclo.jpg) no-repeat center top;
	height: 450px;
	width: 100%;
}

.texto_cyclo{
	z-index: 10;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	float: right;
	position: relative;
}

.texto_cyclo h2{
	color: #fff;
	line-height: 20pt;
	font-size: 15pt !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-left: 10px;
	text-align: left;
	margin-top: 30px;
	color: #864cbe;
	padding-left: 100px;
}

.texto_cyclo p{
	z-index: 10;
	top: 0;
	right: 0;
	width: 100%;
	text-align: left;
	padding: 0px;
	font-family: 'EB Garamond', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 12pt;
	line-height: 14pt;
	padding-left: 100px;
	color: #000;
}

.list_clocks{
	width: 45%;
	height: 100%;
	float: right;
	margin-right: 30px;
}

.list_clocks ul{
	margin-top: 25px;
}

.list_clocks ul li{
	height: 178px;
	width: 100%;
}

.clock_container{
	height: 150px !important;
}

.txt_pais{
	color: #fff;
	font-family: 'Oswald', Helvetica, Arial, sans-serif !important;
	font-size: 14pt;
	padding-left: 30px;
	text-align: center;
	width: 150px;

}

.modal{
	width: 100% !important;
	height: 100% !important;

}





.clocks-slide {
}

.clocks-txt-slide {
  background: #282d25;
  padding: 1em !important;
}

.clocks-txt-slide h2{
	font-size: 30pt !important;
	border-bottom: 1px solid #777 !important;
	padding-bottom: 10px !important;
	padding-left: 0.6em;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	font-weight: 100;
	color: #ff0034 !important;
}

.clocks-txt-slide h3{
	color: #fff;
	line-height: 22pt !important;
	font-size: 16pt !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-left: 0.6em;
}

.clocks-txt-slide p{
	color: #cec8c3;
	line-height: 18pt !important;
	font-size: 14pt !important;
	padding: 1em !important;
	font-family: 'EB Garamond', sans-serif;
	padding-left: 0.6em;
}




.clocks{
	height: 1500px;
	background: #282d25 url(../imgs/bg_clocks.jpg) no-repeat 100% 100%;
}

.clocks-txt-slide{
    background: #282d25 ;
    height: 1500px;
}

.clocks_locations{
	margin-top: 10px;
	
}

.clocks_locations p{
	border-top: 1px solid #888;
	padding-top: 10px;
	margin-bottom: 20px;
	
}

.clocks_locations a{
	color: #33ccfe !important;	
	font-style: italic;
}

.clocks_locations span a{
	color: #fff !important;	
	font-style: italic;
}


.clocks_locations a:hover{
	color: #33ccfe !important;	
	font-style: normal;
	background: none !important;
}




/* SLIDE */

.cbp-fwslider {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: 350px !important;
}

.cbp-fwslider_epica{
	position: relative;
	overflow: hidden;
}

.cbp-fwslider_epica nav{
	margin-top: -72px;
}


.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;

}



.cbp-fwslider ul li p {
	color: #cec8c3;
  line-height: 22pt !important;
  font-size: 16pt !important;
  padding: 1em !important;
  font-family: 'EB Garamond', Arial, sans-serif;
  padding: 1em 2em 2em 2em !important;
}


.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
	width: 280px !important;
	height: 300px !important;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}



.cbp-fwslider nav span {
	position: absolute;
	width: 50px !important;
	height: 50px !important;
	color: transparent !important;
	font-size: 22px !important;
	text-align: center;
	bottom: 10% !important;
	cursor: pointer;
	font-weight: normal;
	color: #fff !important;
	border-radius: 50%;
	
	clear: both;
	line-height: 14px !important;
	z-index: 100;
	line-height: 50px;
	width: 100%;
	padding-top: 15px;
}

.cbp-fwslider nav span:hover {
	color: transparent !important;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 30px;
	text-align: center !important;
	position: absolute;
	float: right;
    color: transparent !important;
    background: rgba(255,255,255, 0.2) url('../imgs/arrowRight.svg') no-repeat center center !important;
    
	
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 30px;
	text-align: center !important;
    color: transparent !important;
	position: absolute;
    background: rgba(255,255,255, 0.2) url('../imgs/arrowLeft.svg') no-repeat center center !important;
}

.cbp-fwdots {
	position: absolute;
	bottom: 50px;
	left: 25%;
	text-align: center;
	width: 50%;
	z-index: 100
}

.cbp-fwdots span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: rgba(255,255,255, 0.5);
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: rgba(255,255,255, 0.9);
	box-shadow: 0 0 0 1px #fff;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}



.slide_2_bios{
	width: 100%;
	z-index: 1;
}

.slide_2_bios img{
	background-position: center bottom;
}

.bios-slide {
  background: #282d25;
    padding: 1em !important;
}

.bios-txt-slide {
  background: #282d25;
  padding: 1em !important;
}

.bios-txt-slide h2{
	font-size: 30pt !important;
	border-bottom: 1px solid #777 !important;
	padding-bottom: 10px !important;
	padding-left: 0.6em;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	font-weight: 100;
	color: #ff0034 !important;
}

.bios-txt-slide h3{
	color: #fff;
	line-height: 22pt !important;
	font-size: 16pt !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-left: 0.6em;
}

.bios-txt-slide p{
	color: #cec8c3;
	line-height: 18pt !important;
	font-size: 14pt !important;
	font-family: 'EB Garamond', sans-serif;
	padding-left: 0.6em;
}

.txt_bio {
	padding: 2em;
}

.txt_bio h2{
	color: #fff;
	line-height: 20pt;
	font-size: 18pt !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
    margin: 1em 1.6em;
}

.ceo_txt{
	font-size: 14pt;
	color: #fff;
	margin-left: 2.3em !important;
}



.pagination{
	opacity: 0;
}


.locations-slide {
  background: #fff;
    padding: 1em !important;
}

.locations-txt-slide {
  background: #282d25;
  padding: 20px !important;
  width: 100%;
}

.locations-txt-slide h2{
	font-size: 30pt !important;
	border-bottom: 1px solid #777 !important;
	padding-bottom: 10px !important;
	padding-left: 0.6em;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	font-weight: 100;
	color: #ff0034 !important;
}

.locations-txt-slide h3{
	color: #fff;
	line-height: 22pt !important;
	font-size: 16pt !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-left: 0.6em;
}

.locations-txt-slide p{
	color: #cec8c3;
	line-height: 18pt !important;
	font-size: 14pt !important;
	padding: 1.5em !important;
	font-family: 'EB Garamond', sans-serif;
	padding-left: 0.6em;
}


/* Styles the thumbnail */

a.lightbox img {
height: 10px;


}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
width: 100% !important;
background: rgba(0,0,0, 0.7);
height: 100% !important;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
z-index: 1000 !important;

}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {

box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: #292e26;
color: #fff !important;
text-decoration: none;
position: absolute;
top: 90px !important;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
z-index: 1001 !important;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: #fff;
color: #fff !important;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}


/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: #fff;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	left: 0;
}

.lightbox-target:target img {

}

.lightbox-target:target a.lightbox-close {

}

.maps_google{
	width: 100%;
	height: 100%;
}


footer{
    width: 50%;
    margin: 0 auto;
}

footer .container{
	width: 100%;
	margin: 20px auto 40px auto !important;
}

.social-icons{
	margin-left: 20px;
}

.social-icons ul li{
	float: left;
	margin: 10px 12% 0 0;
}

.social-icons ul li a{
	
	width: 55px;
	height: 55px;
}

.social-icons a img{
	width: 55px;
	height: 55px;
	margin: 0 4%;
}



.social-icons .col-xs-4 li a img{
	margin: 0 auto;
	text-align: center;
}


.list-store-book ul li{
	margin: 14px 0;
	margin-right: 10px;
	float: left;
}


@media (orientation: landscape) {
 
    .landscape{
     	width: 100%;
        height: 100%;
        max-height: 770px;
        background-image: url(../imgs/landscape.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto !important;
        -moz-background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
        overflow: hidden !important;
        position: fixed;
        z-index: 1000000002 !important;
		display: inline-block;
    }   
  
}


