/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset**/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#f0f0f0;
}
a{
    color:brown;
}
a:focus, a:hover{
    color:brown;
}
.wrap{
	width:80%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.logo{
	float: left;
	width: 29%;
}

#fbk{
	width:100%;
	margin-top:5%;
	margin-left: 3%;
}
.bg-gold{
    background: rgba(252,234,187,1);
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 30%, rgba(248,181,0,1) 82%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(30%, rgba(252,205,77,1)), color-stop(82%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 30%, rgba(248,181,0,1) 82%, rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 30%, rgba(248,181,0,1) 82%, rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 30%, rgba(248,181,0,1) 82%, rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 30%, rgba(248,181,0,1) 82%, rgba(251,223,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}
.header{
	padding: 1% 0 0;
    background: rgba(241,231,103,1);
    background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}
.banner-top img{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
}
.header-top{
	padding-bottom:20px;
}
.reproductor {
	float: left;
	background-color:#e1e1e1; 
	border-radius:5px;
	box-shadow: 0 0 5px #aaa;
	width: 100%;
}

#chatcontent {
	position:fixed; top:205px; bottom:0px; z-index:100000000; 
background: rgba(243,201,76,1);
background: -moz-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(243,201,76,1)), color-stop(15%, rgba(239,183,16,1)), color-stop(22%, rgba(255,200,0,1)), color-stop(31%, rgba(239,183,16,1)), color-stop(52%, rgba(255,200,0,1)), color-stop(70%, rgba(219,180,37,1)), color-stop(100%, rgba(255,200,0,1)));
background: -webkit-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c94c', endColorstr='#ffc800', GradientType=1 );
}

.minipagina{
	float:left;
	margin-top:10px;
	margin-left: 2%;
	margin-bottom: 10px;
}

.controles {
	float: left;
	margin-top: 3.5%;
	margin-left:2%;
	width:30%;
}

/*--menu--*/
.top-nav{
	 /*background: #005f6b ;*/
	 /*border-radius:5px 5px 0 0;*/
	 /*box-shadow: 0 -2px 15px #111;*/
	 margin-top:10px;
}

.nav ul {
    list-style: none;
    padding:0;
    margin:0;
}
.nav a {
    color: #FFF;	
}
.nav li {
    float: left;
    width:20%;
   	font-family: 'Open Sans', sans-serif;
   	text-transform: uppercase;
}

/*--content--*/
/*  GRID OF FOUR   ============================================================================= */
.main{
	padding:1% 0 3% 0;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #fff;
}
.col_1_of_4 p{
	font-size: 0.8125em;
	color: #999;
	padding-top: 1%;
	line-height: 1.5em;
}
.col_1_of_4:first-child { margin-left: 0; }
.span_1_of_4 {
	width: 20.8%;
	padding: 1.5%;
}
.span_1_of_4 img{
	display:block;
}
.span_1_of_4  h3{
	color: #FA6210;
	margin:6% 0 2%;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
p.desc{
	font-size:0.8125em;
	padding:0.5em 0;
	color:#999;
	line-height: 1.5em;
	margin:15px 0;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
}
.banner-box3 {
	background:#FA6210;
	height:50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 15px;
	padding-top: 7px;
	font-family: 'Open Sans', sans-serif;
}
.text20 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size:.8em;
	font-weight: normal;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
}
.text21 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: -2px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.link2 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height:50px;
	width: 50px;
	background:url(../images/right-arrow.png)3px;
}
.link2:hover {
	background:url(../images/hover-arrow.png)3px;
}
.button {
	background:#001C32;
	padding: 8.5px 15px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
}
.button:hover {
	background: #FA6210;
}
.more{
	text-align:center;
	padding-bottom: 4%;
}
.bottom-grid1 {
	width: 27%;
	float: left;
	margin-right:1.5%;
	padding:0 1.5%;
}
.bottom-grid3 {
	width: 27%;
	float: left;
	margin-right:0%;
}
.bottom-grid1 span, .bottom-grid2 span, .bottom-grid3 span {
	color:#FA6210;
	font-size: 15px;
}
.bottom-grid1 p, .bottom-grid2 p, .bottom-grid3 p {
	font-size: 13px;
	color:#999;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0px 10px 0px;
}
.bottom-grid1 ul li{
	padding-bottom:5px;
}
.bottom-grid1 ul li a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	vertical-align: top;
}
.bottom-grid1 ul li a:hover {
	color: #FA6210;
}
.bottom-grid2 {
	float: left;
	width: 38%;
	margin-right: 3%;
}
.bottom-grid1 h3, .bottom-grid2 h3, .bottom-grid3 h3 {
	color: #363638;
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
}
.bottom-grid2 ul li {
	display: inline-block;
}
.bottom-grid2 ul li a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	vertical-align: top;
}
.bottom-grids{
	background:#fff;
	padding:1% 0 3% 0;
}
/*--footer--*/
.footer{
	background: #de8c11;
	padding:3% 0;
	margin-top:2%;
}
.footer-grid h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
}
.footer-grid p {
	font-size: 0.875em;
	color: #ff0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.footer-lastgrid {
	margin: 0;
}
.footer-grid {
	float: left;
	width: 23%;
	margin-right: 2%;
}
.footer-grid ul li a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px dotted #1A3347;
	font-size: 0.725em;
	color: #ff0;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
}
.footer-grid ul li a:hover {
	color: #fff;
}
.email-link {
	color: #FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: lowercase;
}
.email-link:hover{
	text-decoration:underline;
}
.footer-grids{
	padding-bottom:3%;
}
.copy-right {
	text-align: center;
	padding-top:2%;
	border-top:1px solid #1A3347;
}
.copy-right p {
	color:#ff0;
	font-size:0.85em;
}
.copy-right p a{
	color: #ff0;
}
.copy-right p a:hover{
	color:#fff;
}

.open-chat{
	position:fixed; z-index:100000001;
	color:#fff;
	width: 100%;
	padding:20px;
	text-align: center;
	font-size: 1.5rem;
	bottom:10px;
	right: 10px;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	box-shadow: 0 0 30px #fff;
	display: none;
background: rgba(243,201,76,1);
background: -moz-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(243,201,76,1)), color-stop(15%, rgba(239,183,16,1)), color-stop(22%, rgba(255,200,0,1)), color-stop(31%, rgba(239,183,16,1)), color-stop(52%, rgba(255,200,0,1)), color-stop(70%, rgba(219,180,37,1)), color-stop(100%, rgba(255,200,0,1)));
background: -webkit-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c94c', endColorstr='#ffc800', GradientType=1 );
}

.close-chat{
	position:fixed; z-index:100000002;
	background: brown;
	color:#fff;
	width: 100%;
	padding:15px;
	bottom: 0;
	text-align: center;
	font-size: 1.3rem;
	display:none;
}


/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}

	#reinicio{margin-left: 10px;}
	#contactosuperior{margin-left: 20px;}
	

}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 520px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	.chatmobil {
		display: none;
	}
	.site-content{
		width: 100% !important;
	}
	.site-content h1 {
		font-size: 1.5rem !important;
	}
	.logo{
		width: 100%;
	}
	#reinicio{
		margin-top: 20px !important;
		margin-left: 30px !important;
	}
	.reproductor-container{
		padding: 0 !important;
	}
	.reproductor {
		margin-top:30px;
	}
	#chatcontent{
		position:fixed; top:245px; bottom:0px; z-index:100000000; background-color: rgb(56, 56, 56); width:100%;
	}
	.open-chat{
		display: block;
	}
}
.contact{
	background:#fff;
}
/*--responsive--*/
@media (max-width:1920px){
	.wrap{
		width:90%;
	}
	
	.nav li {
		width:24%;
		text-align:center;
		padding:1% .7%;
		margin:0;
		font-size:13px;
		height:70px;
		font-style:bold;
	}
	#grid_especial{
		width:47%;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}

	.banner-box3 {
		padding-top: 7px;
	}
	
	.text20 {
		font-size: 10px;
	}

	#nube{
		width:40%;
		margin-top:3%;
	}

	#fbk{
		width:100%;
		margin-top:3%;
	}
	
	.nav{
		width:100%;
	}
	
	.nav li {
		width:11%;
		font-size:11px;
	}

}
@media (max-width:800px){

	.banner-box3 {
		padding-top: 7px;
	}
	
	.text20 {
		font-size: 10px;
	}

	#nube{
		width:20%;
		margin-top:3%;
	}

	#fbk{
		width:100%;
		margin-top:3%;
	}
	
	.nav{
		width:100%;
	}
	

	.nav li {
		width:20%;
		font-size:15px;
	}

}
@media (max-width:640px){

	.banner-box3 {
		padding-top: 7px;
	}

	#nube{
		width:20%;
		margin-top:3%;
	}

	#fbk{
		width:100%;
		margin-top:3%;
	}
	
	.nav{
		width:100%;
	}
	
	.nav ul {
		width:95%;
	}

	.nav li {
		width:40%;
		font-size:15px;
	}
	
	#grid_especial{
		width:90%;
	}

	.bottom-grid1 {
		width:96%;
		float:none;
		margin-right:0;
		padding: 0 15px;
	}
	
	.bottom-grid2 {
		float:none;
		width:96%;
		margin-right:0;
		padding: 0 15px;
	}
	.bottom-grid3 {
		width:96%;
		float:none;
		margin-right:0;
		padding: 0 15px;
	}
	.footer-grid {
		float:none;
		width:96%;
		margin-right:0%;
		margin-bottom: 20px;
	}
	.footer-grid h3 {
		margin-bottom: 10px;
	}

}
@media (max-width:480px){
	
	.banner-box3 {
		padding-top: 7px;
	}

	#nube{
		width:40%;
		margin-top:3%;
	}

	#fbk{
		width:100%;
		margin-top:3%;
	}
	
	.nav{
		width:100%;
	}
	
	.nav ul {
		width:95%;
	}

	.nav li {
		width:95%;
		font-size:15px;
	}
	
	#grid_especial{
		width:90%;
	}
	
	
	.bottom-grid1 {
		width:96%;
		float:none;
		margin-right:0;
		padding: 0 15px;
	}
	.bottom-grid2 {
		float:none;
		width:96%;
		margin-right:0;
		padding: 0 15px;
	}
	.bottom-grid3 {
		width:96%;
		float:none;
		margin-right:0;
		padding: 0 15px;
	}
	.footer-grid {
		float:none;
		width:96%;
		margin-right:0%;
		margin-bottom: 20px;
	}
	.footer-grid h3 {
		margin-bottom: 10px;
	}



}
@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.nav li {
		padding:10px 7.5px;
	}
	.nav {
		width:100%;
		float:none;
	}
	.text20 {
		font-size: 13px;
	}
	.banner-box3 {
		padding: 16px;
	}
	.bottom-grid2 ul li {
		width: 31.555%;
	}
	.da-thumbs li article h3 {
		padding-top:27px;
	}
	.nav a {
		font-size: 13px;		
	}

	#nube{
		width:40%;
		margin-top:3%;
	}

	#fbk{
		width:100%;
		margin-top:3%;
	}

	.nav li {
		width:95%;
		font-size:15px;
	}
	
	#grid_especial{
		width:90%;
	}


	.bottom-grid1 {
		width:90%;
		float:none;
		margin-right:0;
		padding: 0 15px;
	}
	.bottom-grid2 {
		float:none;
		width:90%;
		margin-right:0;
		padding: 0 15px;
	}
	.bottom-grid3 {
		width:90%;
		float:none;
		margin-right:0;
		padding: 0 15px;
	}
	.footer-grid {
		float:none;
		width:90%;
		margin-right:0%;
		margin-bottom: 20px;
	}
	.footer-grid h3 {
		margin-bottom: 10px;
	}
	.span_1_of_a {
		width:90%;
		float:none;
		padding:15px;
	}
	.span_2_of_a {
		width:90%;
		padding:0px 15px 15px 15px;
	}
	.page-not-found h1 {
		font-size:4em;
	}
	.search input[type="text"] {
		width:69.33%;
	}
	.search {
		width:100%;
		padding-top: 0.1em;
		margin: 0 10px 10px 10px;
	}
	.span_2_of_a p {
		display: none;
	}
	.span_2_of_1 h4 {
		font-size: 13px;
	}
}

.nav>li>a:focus, .nav>li>a:hover{
    background-color: rgb(0,0,0,0);
}







