.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;  
}

.map_title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-left: 10px;
}

div.toptitle span.title
{
display: block;
float: left;
color: #466fb1;
font-size: 30px;
font-weight: 100;
margin: 5px 5px 5px 110px;
padding: 0px;
border: 0px;
font-family: Gothic, "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}

.toptitle {
position: absolute;
z-index: 1000;
bottom: 0px;
background-color: rgba(255, 255, 255, 0.60);
width: 100%;
}
div.toptitle span.title {
    float: left;
    color: #466fb1;
    font-size: 30px;
    font-weight: 100;
    margin: 5px 5px 5px 110px;
}
div.toptitle .socialtitle{
  float:right;
  padding-top: 14px;
  display: inline-block;
  width: 350px;
}
div.toptitle .socialtitle * {
  box-sizing: content-box;
  --moz-box-sizing: content-box;
}

.da-slider .slider_arrow{
  display: none;
  position: absolute;
  height: 55%;
  top: 0px;
  width: 150px;
  z-index: 9999;
  cursor:pointer;
}
.da-slider:hover .slider_arrow{
  display: block;
}
.slider_arrow_toleft{
  left: 0px;
  background: url('../img/header_flecha_izquierda.png') no-repeat center bottom;
}
.slider_arrow_toright{
  right: 0px;
  background: url('../img/header_flecha_derecha.png') no-repeat center bottom;
}

.cookieblock {
    background-color: rgba(90, 90, 90, 0.85);
    border-right: 10px none;
    color: white;
    display: inline-block;
    left: 0;
    padding: 10px 5px 0px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10001;
    font-size: 12px;
}

.cookiebutton {
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    float: right;
}
a.cookiebutton{
    color: #fff;
}
.cookiebutton:hover {
    color: #eee;
}

.cookieblock > p{
    display: block;
    margin: 1em 0;
     padding-bottom: 0;
}

.jumbodropdown{
  display:none;
  position: absolute;
  top: 39px;
  left: 0px;
  z-index: 10000;
  color: #000;
  width: 100%;
  padding: 0 5px 0 0;
  background-color:#F8F8F8;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.37);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.37);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.37);
}
.jumbodropdown li{
  list-style-type: none;
}

.jumbodropdown_small{
  width: 525px!important;
}
.jumbodropdown_simple{
  width: initial;
  padding: 0px 10px;
}
.jumbodropdown_simple > li{
  border-bottom:1px solid #F8F3E2;
  padding: 9px 0px;
}
.jumbodropdown_simple li::before{
  content: "-";
}

.jumbodropdown_simple > li a{
  color: #000 !important;
  font-size: 15px !important;
}
.topmenu{
  position:relative;
}
.topmenu > li:first-child:hover > a > img{
  visibility: hidden;
}
.topmenu > li:first-child:hover {
  background: url(../img/icono_casa_black.png) 5px 8px no-repeat;
}
.menu > .container > ul >li:hover{
  background-color:#F8F8F8;
  color: black;
}
.menu .container{
   width: 980px !important;
}
.container-fluid .container .row {
  margin-left: 0;
  margin-right: 0;
}

.menu > .container > ul >li:hover > a{
  color: black;
}
.menu > .container > ul > li > ul{
  display: none;
}
.menu > .container > ul >li:hover > ul{
  /*display: initial;*/
  display: block !important;
}
.menu > .container > ul >li{
  padding-top:1.2em;
  padding-bottom: 4px;
}
.jumbodropdown hr{
  clear:both;
  color: #F8F3E2;
  background-color: #F8F3E2;
  margin-left: 10px;
  margin-right:10px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.jumbodropdown hr:last-child {
  display: none;
}
.jumbodropdown_subtitle{
  display:block;
  font-size: 2em;
  text-align: center;
  margin: 10px;
}

.jumbodropdown_menublock{
  float: left;
  width: 33.33%;
  padding: 15px 10px !important;
  margin: 0px !important;
  background-color: #F8F8F8;

}
.jumbodropdown_menublock2{
  width: 100%;
}
.jumbodropdown_menublock2 .jumbodropdown_imgblock{
  width:323px;
}
.jumbodropdown_menublock2 .jumbodropdown_imgtitle{
  font-size: 19px;
  padding-top: 17px;
  text-align: center;
}

.jumbodropdown_menublock ul{
  height: 165px;
  padding: 0px;
}
.jumbodropdown_menublock li{
  margin-left: 165px;
}
.jumbodropdown_menublock2 li{
  margin-left: 340px;
}
.jumbodropdown_menublock li::before{
  content: "-";
}
.jumbodropdown_menublock li a{
  color:#000 !important;
  font-size: 12px !important;
  line-height: 15px;
}
.jumbodropdown_menublock li a:hover{
  color:#0E70C1 !important;
}
.jumbodropdown_imgblock{
  width:150px;
  height: 145px;
  float:left;
  margin-top: 11px;
  margin-left: 5px;
}
.jumbodropdown_imgblock img{
  width:100%;
}
.jumbodropdown_imgtitle{
  background-color: #6397C9;
  padding: 7px 7px 5px 7px;
  height: 55px;
  font-size: 14px;
}
.jumbodropdown_imgtitle a{
  font-size: 14px !important;
}
.jumbodropdown a{
  margin:0px !important;
}

@font-face{
  font-family: Gothic;
  src: url('GOTHIC.TTF');
}
@font-face{
  font-family: Gothic;
  src: url('GOTHICB.TTF');
  font-weight:bold;
}

@font-face{
  font-family: Gothic;
  src: url('GOTHICI.TTF');
  font-style: italic;
}

@font-face{
  font-family: Gothic;
  src: url('GOTHICBI.TTF');
  font-weight:bold;
  font-style: italic;
}


.da-img img{
  max-height:460px;
  width:100%;
}

.container{
    width: 100% !important;

}


body{
    font-family: Trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
    margin: auto;
    max-width: 1200px;
    // min-width: 1200px;
    background-color: #fff;

}
a{
text-decoration: none !important;
}
h1, h2, h3, h4{
    font-family: Gothic, "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    font-weight: 100;
}
h1, h2, .footer{

    color: #196cb2;

}
h1{
    font-size: 5em;
}
h2{
    font-size: 3.5em;
}
h3{
    font-size: 2.6em;
}
h4{
    font-size: 2em;
}
h5{
    font-size: 1.8em;
    font-weight: bold;
}


h3.csc-firstHeader{
  padding: 3em 0 1em 0;
}

.section{
    color:#fff;
    display:block;
    float:left;
    background: #0b6fc7 url('../img/flecha_mas.png') no-repeat 95% center;
    padding: 10px 50px 8px 10px;
    min-width:350px;
    margin-top: 0px;
    margin-bottom: 1em;
    font-family: Trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.container-fluid{
  padding-left: 0px !important;
  padding-right: 0px !important;
  /*min-width: 980px; */
}

.container-fluid.header.body {
  /* background-color:#FDF9E6;*/
   }

.preheader{
  font-size: 1.5em;
  line-height: 26px;
  margin-top: 1em;
  margin-bottom: 0.5em;

  color: #000;
  font-family: Trebuchet MS;

}
.preheader a{
  color: #000;
}


.row .with-margin{
  margin-top: 2em;
}
.row .language{
  margin-top: 1em;
}

.no-margin-right{
  margin-right: 0px;
  padding-right: 0px;
}

.sitemaplink, .contact{
  display: initial;
  float: none;
  margin-left: 0px;
}

/*.sitemaplink, .contact{
  display:block;
  float:right;
  font-size: 0.8em;
  margin-left: 10px;
}*/

.linea_divisoria{
   float: right;
   margin-right: 3px;
}

.col-xs-6.col-sm-6.welcome {
    padding-right: 0;
}

.wellcomemsg{
  color: #b6b6b6;
  font-size: 0.8em;
}

.lanmenu{
  display: inline;
}
.preheader span.floating{
  display: block;
  float: left;
  margin-right:1.5em;
  color: #000;
  font-size: 15px;
}
.preheader .sitemaplink{
  color: #000;
  font-size: 15px;
  float: left;
}
.siluetagc {
  float: right;
  margin-top: -20px;
}
.preheader .contact{
  font-size: 1.1em;
  padding-right: 20px;
  background: url('../img/flecha_contactar.png') no-repeat right center;
  color: #428bca;
}


.preheader .search input, .preheader .search button, .footer .newsletter input{
  background-color: #0b6fc7;
  border: 0px none;
  padding: 3px !important;
  height: 26px !important;
  border-radius: 0px !important;
  color: #fff;

}
.search ::-webkit-input-placeholder, .newsletter ::-webkit-input-placeholder{
   color: #fff;
}

.search :-moz-placeholder, .newsletter :-moz-placeholder{ /* Firefox 18- */
   color: #fff;
}

.search ::-moz-placeholder, .newsletter ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.search :-ms-input-placeholder, .newsletter :-ms-input-placeholder  {
   color: #fff;
}

.menu > .container > ul >li {
  padding-top: 1.2em;
  padding-bottom: 4px;
}
.menus.current{
 border-radius: 50%;
 background-color: #e6b012;
 padding: 0px 5px;
 color: #fff;
}

a.menus{
  float: left;
  margin-right:1em;
  display: block;
  color: #666;
  text-transform: lowercase;
}
a.menus:first-letter {
    text-transform: uppercase;
}
.header{

}
.menu{
    background-color: #e6b012;
    font-family: Trebuchet,"trebuchet ms",Arial,Helvetica,sans-serif;
}
.menu li a{
    color: #fff;
    font-size:1.9em;
    margin-right:0.8em;
    margin-left:0.8em;
}
.menu li:first-child a{
    margin-left:0em;
}
.menu li a img{
    margin-top: -11px;
}
.menu ul{
    margin-top: 0em;
    margin-bottom: 0px;
}
.menuline{
    height:2px;
    background-color:#FFF;
}
.fixedmenu{
    position: fixed;
    max-width: 1200px;
    width: 100%;
    top: 0px;
    z-index: 10000;
}
.topslider{
    margin-bottom:0px;
    position: relative;
}
.topslider .da-dots {
    bottom: 12px;
}
.topslider .fb_like{
    height: 20px;
    width: 130px;

}
.topslider #player{
    width:100%;
}
.twitter-follow-button{
    width: 169px;
    height: 20px;
}
.topslider .social{
    position: relative;
    bottom: 40px;
    z-index: 2000;
    height: 40px;
    background: url('../img/fondo.png') repeat;
    padding-top: 10px;
    text-align: right;
    margin-top-40px;
}

.playvideo:hover{
    cursor:pointer;
}

.photoinfo{
    position: absolute;
    right: 16%;
    top:20px;
}
.moreinfo{
    position: absolute;
    bottom: 90px;
    left: 16%;
    white-space: nowrap;
    font-size: 2em;
    color: #fff;
    background: #0b6fc7 url('../img/flecha_mas.png') no-repeat 95% center;
    padding: 10px 50px 8px 10px;
}
.moreinfo:hover{
    color: #fff;
}
.wheather{
    background: url('../img/imagen_tiempo.jpg') no-repeat scroll 0% 10%;
    background-size: cover;
    font-family: Gothic, "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}
.wheathertitle{
    display: block;
    text-align: center;
    font-size: 2.6em;
    color: #fff;
    margin-top: 1.5em;
    font-weight: 100;
}
.wheather .block{
    background: url('../img/fondo.png') repeat;
}
.events{
    margin-top: 12em;
    background: url('../img/fondo.png') repeat;
}
.events .block{
    height: 133px;
    margin-bottom: 2em;
    color:#000;
    font-size: 1.3em;
    padding-left: 10px;
    font-family: Trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;
}
.slider2{

}
.navigation, .info{
    /*background-color: #faecb5;*/
}
.navigation .block{
    background-color: #e6b012;
    padding: 1px 1.2em;
    text-align: left;
    color: #fff;
    max-width: 352px;
    height: 323px;
}
.navigation div.toggling{
    height: 323px;
    overflow: hidden;
    margin-bottom: 2em;
}
.navigation p{
    font-size: 1.4em;
}
.navigation img.toggling{
    width: 100%;
}
.navigation .toggling_description,.navigation .toggling_readmore{
    display:none;
}

.info, .navigation{
    text-align: center;

}
.info img, navigation img{
    margin: auto;

}
.footer{
    background-color: #f0f0f0;
    min-height: 400px;
    line-height: 2.5em;
    font-family: Trebuchet, "trebuchet ms", Arial, Helvetica, sans-serif;

}
.footer *{
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.footer img{
    margin-right: 8px;
}
.footer a{
    font-size: 1.3em;
    color: #196cb2;
}
.footer h5{
    margin: 30px 0px;
}
.floatright{
  float: right;
}
.clearboth{
  clear: both;
}
.newsletter_input{
  margin-left: -5px !important;
  margin-right: -25px !important;
}
.newsletter_input input{
  width: 100%;
  font-size: 1.2em;
}
.footer .newsletter button{
  border: 0px none;
  padding: 3px 15px !important;
  height: 26px !important;
  border-radius: 0px !important;
  color: #fff;
}

.footer .newsletter input{
  background-color: #0b6fc7;
    font-size: 1.5em;
}

.footer .newsletter button{
  background-color: #80add6;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.footer .newsletter_title{
  font-size: 1.5em;
}
.footer .legal{
  font-size: 1.7em;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.footer .legal a{
  font-size: 1em;
}

.da-img img{
  width: 100%;
}

.body *{
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.body, #inferior, #colIzquierda{
    background-color: #FFF /*#F7F4E6 !important;*/
}

#inferior, #colIzquierda{
   /*background-color: #FDF9E6 !important;*/
}


#menuProductos3 *{
  -webkit-box-sizing: border-box;
}


#cabecera #menuProductos3 ul#menuProductosColores li.e1:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e1.activo {
  background-color: #D59D02;

}

#cabecera #menuProductos3 ul#menuProductosColores li.e2:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e2.activo {

  background-color: #3C92D3;

}

#cabecera #menuProductos3 ul#menuProductosColores li.e3:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e3.activo {
  background-color: #579A1B ;
}

#cabecera #menuProductos3 ul#menuProductosColores li.e4:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e4.activo {
  background-color: #06599C;

}

#cabecera #menuProductos3 ul#menuProductosColores li.e5:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e5.activo {
  background-color: #2FB2DA;

}

#cabecera #menuProductos3 ul#menuProductosColores li.e6:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e6.activo {
  background-color: #97AD1E;

}

#cabecera #menuProductos3 ul#menuProductosColores li.e7:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e7.activo {
  background-color: #DA7912;

}

#cabecera #menuProductos3 ul#menuProductosColores li.e8:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e8.activo {
  background-color: #9E242A;

}

#cabecera #menuProductos3 ul#menuProductosColores li.e9:hover, #cabecera #menuProductos3 ul#menuProductosColores li.e9.activo {
  background-color: #DA7912;

}

#cabecera #menuProductos3 ul#menuProductosColores li a {
    color: #000;
    display: block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 1.6em;
    height: 26px !important;
    line-height: 26px !important;
    text-align: center;
    text-decoration: none;
    margin-bottom: 9px;
    border-right: 1px solid;
}
#cabecera #menuProductos3 ul#menuProductosColores>li>a{
    border-color: #999;
}
#cabecera #menuProductos3 ul#menuProductosColores li:last-child >a{
    border: 0 none;
}
#cabecera #menuProductos3 ul#menuProductosColores>li ul a{
    border-color: #FFF;
    padding:0px 10px;
}
#cabecera #menuProductos3 ul#menuProductosColores>li {
  float:left;
  width:108px;
  color: black;
}

#cabecera #menuProductos3 ul#menuProductosColores li {
  /*height: 100%;*/
  padding-top: 10px !important;
}
#cabecera #menuProductos3 > ul{
  height: 45px;
}

#colIzquierda *, #colDerecha *{
  background-position: 3px 50%;
  background-repeat: no-repeat;
  background-size: 20% auto;
}
#colIzquierda *.activo{
  background-position: 0px 15px;
}

.reasons10{
  background-image: url('../img/iconos_menus/10_razones_para_volver.png');
  padding-left: 45px;
}
.menuLateralOtros li, #colDerecha li, .menuLateralSegmentos > li{
  padding-left: 45px;
}

#colDerecha li, #colIzquierda li, #colIzquierda .reasons10 {
  padding-left: 25%;
}

#lateralotros1{
  background-image: url('../img/iconos_menus/Crea_tus_vacaciones.png');
}
#lateralotros2{
  background-image: url('../img/iconos_menus/Agenda.png');
}
#lateralotros3{
  background-image: url('../img/iconos_menus/ya_estoy_aqui.png');
}


#menuderecha242, #menuderecha27741, #menuderecha27993, #menuderecha32667{
  background-image: url('../img/iconos_menus/la_isla.png');
}
#menuderecha243, #menuderecha27740, #menuderecha27992, #menuderecha32666{
  background-image: url('../img/iconos_menus/webcams_fotos_etc.png');
}
#menuderecha244, #menuderecha27739, #menuderecha27991, #menuderecha32665{
  background-image: url('../img/iconos_menus/patronato_de_turismo.png');
}
#menuderecha245, #menuderecha32664{
  background-image: url('../img/iconos_menus/icon_bed.png');
}
#menuderecha246, #menuderecha27990{
  background-image: url('../img/iconos_menus/icon_bed.png');
}

#menuprofesional1{
  background-image: url('../img/iconos_menus/area_profesional.png');
}
#menuprofesional2{
  background-image: url('../img/iconos_menus/film_commision.png');
}


#menu1segmentos230, #menu1segmentos231, #menu1segmentos363, #menu1segmentos3314{
  background-image: url('../img/iconos_menus/icon_ninos.png');
}

#menu1segmentos247, #menu1segmentos16897,#menu1segmentos17259, #menu1segmentos17485 {
  background-image: url('../img/iconos_menus/icon_pareja.png');
}
#menu1segmentos248, #menu1segmentos17269, #menu1segmentos17495{
  background-image: url('../img/iconos_menus/icon_amigos.png');
}
#menu1segmentos1403, #menu1segmentos39831, #menu1segmentos40023, #menu1segmentos40098{
  background-image: url('../img/iconos_menus/icon_mascota.png');
}
#menu1segmentos250, #menu1segmentos16438, #menu1segmentos14857, #menu1segmentos17476{
  background-image: url('../img/iconos_menus/icon_gayfriendly.png');
}

#menu1segmentos230.activo, #menu1segmentos231.activo, #menu1segmentos363.activo, #menu1segmentos3314.activo{
  background-image: url('../img/iconos_menus/icon_ninos_select.png');
}
#menu1segmentos247.activo, #menu1segmentos17269.activo, #menu1segmentos17495.activo{
  background-image: url('../img/iconos_menus/icon_amigos_select.png');
}
#menu1segmentos248.activo, #menu1segmentos16897.activo, #menu1segmentos17259.activo, #menu1segmentos17485.activo {
  background-image: url('../img/iconos_menus/icon_pareja_select.png');
}
#menu1segmentos1403.activo, #menu1segmentos39831.activo, #menu1segmentos40023.activo, #menu1segmentos40098.activo{
  background-image: url('../img/iconos_menus/icon_mascota_select.png');
}
#menu1segmentos250.activo, #menu1segmentos16438.activo, #menu1segmentos14857.activo, #menu1segmentos17476.activo{
  background-image: url('../img/iconos_menus/icon_gayfriendly_select.png');
}




.preheader .noticias .contact{
    color: #000000;
    background: none;
    font-size: 15px;
}

.preheader span.floating{
    color: #000000;
    display: block;
    float: right;
    font-size: 15px;
}

.menu.noticias ul{

  text-align: center;
}
.footer.noticias{
  min-height: inherit;
}
.row .language.noticias {
   margin-top: 3em;
}

.TA_linkbox{
     min-height: 70px;
     display: inline-block;
     background-color: white;
}

form.widget-form input{
  border: 1px solid #33c8fc;
  height: 25px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 10px;

}

form.widget-form textarea {
    border: 1px solid #33c8fc;
    border-radius: 5px;
    min-height: 200px;
    width: 100%;
}


form.widget-form input.smallin {
    width: 60px;
}

form.widget-form input[type="radio"] {
  margin-right: 5px;

}

form.widget-form legend{
  padding-top: 20px;
  margin-bottom: 10px;
  color: #196cb2;
  border-bottom: 1px dotted #000;

}
form.widget-form label{
  color: black;
}

form.widget-form table td:first-child {
  text-align: right;
  padding-right: 18px;
  width: 35%;
}

form.widget-form table {
    border-collapse: separate;
    border-spacing: 10px;
}

form.widget-form span.sub {
    clear: both;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}
form.widget-form .btn-code{
    background-color: #33c8fc;
    clear: both;
    color: white;
    float: right;
    margin: 10px 0 0 0;
}

form.widget-form input[type="radio"], input[type="checkbox"]{
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #33c8fc 0%, #33c8fc, #33c8fc 100%) repeat scroll 0 0;
    border-radius: 50px;
    height: 20px;
    position: relative;
    width: 28px;
}
.selectForm {
  position: relative;
   width: 70%;
}

.selectForm select {
  width: 100%;
  background: white;
  padding: 2px 5px;
  border: 1px solid #33c8fc;
  border-radius: 5px;
  height: 25px;
  -webkit-appearance: none;
}


.selectForm option {
  padding: 10px;
}
.selectForm:after {
  width: 30px;
  height: 31px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  pointer-events: none;
  background:#ebebeb;
  background-image: url('../img/widget/bullet_arrow_down.png');
  background-image: url('../img/widget/bullet_arrow_down.png'), -moz-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
  background-image: url('../img/widget/bullet_arrow_down.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dfdfdf),color-stop(100%,#f6f6f6));
  background-image: url('../img/widget/bullet_arrow_down.png'), -webkit-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
  background-image: url('../img/widget/bullet_arrow_down.png'), -o-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
  background-image: url('../img/widget/bullet_arrow_down.png'), -ms-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
  background-image: url('../img/widget/bullet_arrow_down.png'), linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#code{
  width: 100%;
  height: 100px;
}


.gm-style {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.csc-header > h2 {
    padding-top: 1.3em;
}

