/*
Theme Name: Kukoa
Author: Kukoa
Author URI: http://kukoa.com
Description: Kukoa
Version: 1.0
License: Kukoa
License URI: http://kukoa.com
Tags: 
Text Domain: kukoa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =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, center, dl, dt, dd, ol, ul, 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%;
	vertical-align: baseline;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
body {
	line-height: 1.5;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* clear: both; */
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

body{
    width: 100%;
}

/* FONTS */

@font-face {
    font-family: 'frutiger-light';
    src: url('fonts/FrutigerLTStd-Light.otf');
    src: url('fonts/FrutigerLTStd-Light.woff') format('woff'),
         url('fonts/FrutigerLTStd-Light.ttf') format('truetype'),
         url('fonts/FrutigerLTStd-Light.svg#frutiger-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutiger-bold';
    src: url('fonts/FrutigerLTStd-Bold.otf');
    src: url('fonts/FrutigerLTStd-Bold.woff') format('woff'),
         url('fonts/FrutigerLTStd-Bold.ttf') format('truetype'),
         url('fonts/FrutigerLTStd-Bold.svg#frutiger-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutiger-bold';
    src: url('fonts/FrutigerLTStd-BoldItalic.otf');
    src: url('fonts/FrutigerLTStd-BoldItalic.woff') format('woff'),
         url('fonts/FrutigerLTStd-BoldItalic.ttf') format('truetype'),
         url('fonts/FrutigerLTStd-BoldItalic.svg#frutiger-bolditalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'frutiger-black';
    src: url('fonts/FrutigerLTStd-BlackItalic.otf');
    src: url('fonts/FrutigerLTStd-BlackItalic.woff') format('woff'),
         url('fonts/FrutigerLTStd-BlackItalic.ttf') format('truetype'),
         url('fonts/FrutigerLTStd-BlackItalic.svg#frutiger-blackitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

body{
    font-family: frutiger-light, Arial;
    color: #262626;
}


/******************/
/*Some new changes*/
/******************/

#widget-home-slogan {
	width: 500px !important;
   
}

#widget-home-slogan h1#widget-home-special-2015{
	font-size:35px;
	width: 500px !important;
	margin-top: 200px;
}


p.buttonPremios-2015 {
    clear: none;
    display: inline !important;
    float: left;
    text-align: center;
    width: 40% !important;
}

@media all and (max-width: 580px){
	#widget-home-slogan {
		width: 420px !important;
		margin-right: 10px !important;
	}
	#widget-home-slogan h1#widget-home-special-2015{
		
		width: 420px !important;
} 
}

@media all and (min-width:860px){
.page blockquote:first-of-type, .page article p:first-of-type{        
        width: 100% !important;
        clear: none !important;
    }
}