﻿/*

Theme Name: Mi Guia
Theme URI: http://desarrollo.cienporciengolf.net
Description:  Theme de uso particular y privado como soporte y/o ayuda en nuevos desarrollos. 
Version: 1.0
Design: Cien por Cien Golf
Author: JM SANCHEZ
Author URI: http://www.sanchezleal.es

*/


@import "css/material.css";
@import "css/bootstrap.css";
@import "css/ripples.css";
@import "css/responsive/tlf.css";
@import "css/responsive/tableta.css";
@import "css/responsive/portatil.css";

@import "css/plugins.css";

@import "fonts/font-awesome/css/font-awesome.css";
/* @import "fonts/fontello/css/fontello.css"; */


p {
    margin: 0 0 10px;
    font-size: 1.4em;
    color: #636363;
    line-height: 1.1em;
    text-align: justify;
    margin-bottom: 10px;
    padding: 5px 0;
}

.crayon-syntax .crayon-main {padding:5px!important}

html {margin-top: 0px!important;}
html .customize-support{margin-top: 0px !important;}
html .customize-support #header-style-1.affix{margin-top: 30px !important;}
.customize-support .navbar  { margin-top:24px}
	
.scrollspy-example {
	position: relative;
	height:60vh;
	overflow:auto
	}
.lista_tipo_menu a { display:block; clear:both}	
.lista_tipo_menu a:focus { background:#000; color:#FFF}	

.mostrar_efectos p { font-size: 55px; background-color:#F9F; text-align:center; padding: 100px}	
	

/* scrollbar */	
::-webkit-scrollbar {
      width: 8px;
}	
::-webkit-scrollbar-track {
      background-color: transparent;
}
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
} 
::-webkit-scrollbar-button {
      background-color: #999;
	  height: 3px;
} 
::-webkit-scrollbar-corner {
      background-color: black;
}
/* FIN scrollbar */

button:focus {outline:0!important;}

input, textarea, select {
   -webkit-appearance: none;
   display: block;
   width: 50%;
   height: 50px;
   text-align: center;
   margin: 25px auto;
}




.alignright { text-align: right; }
img.alignright { float: right; margin-left:10px; }
.alignleft { text-align: left; }
img.alignleft { float: left; margin-right:10px; }
.aligncenter { text-align: center; }
	
/* cookies 
----------- */	
.cookies {
	padding: 5px;
	border: 1px solid transparent;
	text-align: center;
	bottom: 0;
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	height: 45px;}
	
.cookies .btn { padding: 10px 18px}
.cookies-warning { background: white; color: #686868; margin: 0 auto;}	

@media only screen and (max-width: 959px)  { .cookies {padding: 5px;height: 60px;} /* .cookies .btn {padding:10px}*/  }
@media only screen and (min-width: 480px) and (max-width: 767px) {.cookies {padding: 5px;height: 75px;} /* .cookies .btn {padding:10px} */ }
@media only screen and (max-width: 479px) {.cookies {padding: 4px;height: 90px; line-height:1.2em} /*.cookies .btn { padding: 5px 15px 5px 15px; margin: 2px;} */ }
	
/* Distance (Vertical Spaces) */
.vs-,.vs, .vs0, .vs1, .vs2, .vs3, .vs4, .vs5 { display: block; width: 100%; margin: 0; clear: both; border: 0 none; }
.vs- { height:0; margin-bottom: -15px}
.vs { height: 0px; }
.vs0 { height: 3px; }
.vs1 { height: 10px; }
.vs2 { height: 20px; }
.vs3 { height: 30px; }
.vs4 { height: 40px; }
.vs5 { height: 50px; }
.vs6 { height: 60px; }
.vs7 { height: 70px; }
.vs8 { height: 80px; }
.vs9 { height: 90px; }
.vs10 { height:100px; }	

.desktop_no { display:none}
@media (max-width: 480px) { 
  .movil_no { display:none}
  .desktop_no { display:block}
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*BOTONES*/
.btn-full { width:100%}
.radius-top { border-radius: 4px 4px 0 0}
.radius-bottom { border-radius: 0 0 4px 4px}
.radius-left { border-radius: 4px 0 0 4px }
.radius-right { border-radius: 0 4px 4px 0}
.radius-0x { border-radius: 0}
.radius-2x { border-radius: 8px}
.radius-3x { border-radius: 12px}
.radius-4x { border-radius: 16px}
.radius-5x { border-radius: 30px}


.contacto-slide{display:none;}



/**/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.resultado_busqueda { font-weight:bold;}


.contenido .tags { 
	padding: 5px;
	border-top: 1px solid ;
}
.contenido .tags ul { padding:0}
.contenido .tags ul li {
	list-style: none;
	position: relative;
	display:inline-block;
	background: #599f1f;
	color: #FFF;
	border-radius: 4px;
	padding: 5px;
	margin: 5px;
}
.contenido .tags ul li a { color: #FFF}

.contenido .tags ul li a:hover { text-decoration: none;}
.contenido .tags ul li:before {
    content: '\f02b ' /*fontawesome char code inside the ''*/;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0;
    width: 1.2em;
    font-size: 15px;
    vertical-align: middle;
    float: left;
	color:#FFF;
}
