@CHARSET "UTF-8";

/*====================== IMPORT GOOLE FONTS ======================*/
@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700|Oswald:400,300,700);

body{
    font-size: 14px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

/*====================== TYPOGRAPHY ======================*/
h4, h5, h6,
#home_slider .num span,
.latest-blog .lb-title li,
#footer .date,
#copyright #footer-menu a,
.latest-post span,
.btn,
#sidebar .recent-comments span{
	font-weight: bold;
}

h1, h2, h3,
#menu > li > a,
.region-footer-b .menu > li >a
{
    /*font-family: 'Oswald', sans-serif !important;*/
    font:Bold 18px "Myriad Pro", Arial;
    letter-spacing: 0.05em;
}

h1{
    font-size: 24px;
    line-height: 32px;
}
h2{
    font-size: 16px;
    line-height: 22px;
}
h3{
    font-size: 14px;
    line-height: 20px;
}
h4{
    font-size: 12px;
    line-height: 20px;
}
h5{
    font-size: 10px;
    line-height: 18px;
}
h6{
    font-size: 8px;
    line-height: 16px;
}

p{
	font-size:14px;
	line-height:20px;
}
* p:last-child{margin-bottom: 0 !important;}


.title small{
    font-size: 10px;
    font-weight: normal;
}

/*====================== MENU ======================*/
	#menu ul a{
	    font-size: 11px;
	}
	li.expanded #menu li a {
		font-size: 11px !important;
		font-family: Arial, Helvetica, sans-serif !important;
		text-transform:none;
		text-align:left;
	}
    #menu > li > a{
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.09em;
    }

    #menu a:before , span.klasa{
		line-height: 0;
		text-transform: capitalize;
        font-weight: normal;
        font-size: 10px;
        text-align: right;
        font-style: italic;
        letter-spacing: normal !important;
        font-family: 'Georgia', serif;
    }
    
/*====================== SLIDER ======================*/  
    .home_slider h2{
		font-size: 32px;
	    line-height: 48px;
	    text-transform:uppercase;
	}
	
	.home_slider p{
		font-size: 18px;
	    line-height:30px;
	}
    
.home_slider a.button{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}



/*====================== ACCORDION ======================*/
.ui-accordion-header{
	text-transform:capitalize;
    text-rendering: auto;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size:14px;
}


.latest-post span{
    font-size: 9px;
    text-transform: uppercase;
}

/*RECENT COMMENTS*/
#sidebar .recent-comments span{
    font-size: 10px;
    text-transform: uppercase;
}


/*====================== BLOG ======================*/
.blog-title h2{
    font-size: 14px
}

.blog-title li{
    font-size: 9px;
    text-transform: uppercase;
}

#comments .comment-meta h4 small{
    font-size: 10px;
    text-transform: none;
}

label.error{
    color: #dc3f35;
    font-size: 13px;
}


/*==================== FOOTER =====================*/
#footer .title, #footer h2.block-title{
    font-weight: 400;
}

#footer .date{
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing:0.09em;
}
#footer .tweet_time{
    font-size: 10px;
    font-weight: bold;
}

#footer ul.menu a{
    font-size: 10px;
    text-transform: uppercase;
}

blockquote p{
    letter-spacing: 0.03em;
    font-family: 'Georgia', serif;
    letter-spacing: 0.05em;
    font-style: italic;
}



/*====================== BUTTONS ======================*/
.btn{
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
}

/*====================== redefinition bootstrap ======================*/
.carousel-control {
    font-size: 22px;
}
.breadcrumb {
    font-size: 11px;
    text-align:right;
}


#toTop {
	font: 300 20px/50px Oswald, Arial, Helvetica, sans-serif;
}





