body{
	margin: 0px;
	padding: 0px;
    background: #f9f9f9;
}

#header_wrap{
	position: relative;
	width: 100%;
    height: auto;
	z-index: 2;
}

header{
    position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 0;
    text-align: left;
}

header span{
    color: #383838;
    font-size: 50px;
    font-family: "Oswald Regular", sans-serif;
    font-weight: 400;
    vertical-align: middle;
}

#social {
    height: 40px;
    background-color: #3c3c3c;
    width: 100%;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 30px 0px 30px 30px;
}

#logo img{
	width: 100%;
	height: auto;
}

#outter-content{
	width: 100%;
}

#inner-content{
    display: table;
	width: 70%;
	min-height: 800px;
	margin: 10px auto 50px;
	background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    -moz-box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.06);
    box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.06);
    font-size: 0px;
}

#lt-col {
    display: table-cell;
    width: 30%;
    height: 100%;
    vertical-align: top;
    background-color: #f0f0f0;
}

#lt-col h1 {
    font-family: "Oswald Regular", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    padding: 10px 0;
}

#rt-col {
    display: table-cell;
    width: 66%;
    vertical-align: top;
    padding: 0 2%;
    margin-bottom: 0;
}

#rt-col h1 {
    font-family: 'Open Sans Light', Helvetica, Arial;
    color: #7f7f7f;
    font-weight: normal;
    text-rendering: optimizelegibility;
    text-align: left;
    font-size: 24px;
    padding: 20px 0;
}

#rt-col h2 {
    font-family: 'Open Sans Light', Helvetica, Arial;
    color: #7f7f7f;
    font-weight: normal;
    text-rendering: optimizelegibility;
    text-align: left;
    font-size: 18px;
    padding: 5px 0;
    margin: 0;
}

.bloco{
    overflow:auto;
    font-family: 'arimoregular', Helvetica, Arial;
    font-size: 15px;
    color: #7f7f7f;
    font-weight: normal;
    text-rendering: optimizelegibility;
}

.bloco h1 {
    font-family: 'Open Sans Light', Helvetica, Arial;
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.bloco h2 {
    font-weight: normal;
    font-size: 20px;
}

#b2, #b3, #b4 {
    margin-top: 20px;
}

#b2 a, #b4 a {
    font-size: 12px;
    color: #C50512;
    text-decoration: none;
}

#b2 a:hover,#b4 a:hover {
    color: #F00;
}

#b2 img {
    float: right;
    margin-left: 20px;
    width: 50%;
    height: auto;
}

#b4 img {
    float: left;
    margin-right: 20px;
    width: 50%;
    height: auto;
}

#b3{
    text-align: center;    
    padding:20px 0; 
}

#b3 span.category{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

#b3 ul.items li img{
    height: auto;
    width: 100%;
}

ul.items {
    margin:0px;
    padding:0px;
    list-style-type:none;
    font-size: 0px;
}

ul.items li {
    display:inline-block;
    margin: 10px 1%;
    vertical-align: top;
}

#b1 ul.items li{
    width: 31%;
    min-width: 185px
}

#b3 ul.items li{
    width: 14%;
}

ul.items li img {
    width: 100%;
    height: auto;
}

ul.items li div{
    width: 100%;
    font-size: 12px;
    text-align: left;
}

footer {
	width: 100%;
	background-color: #000;
}

@media screen and (max-width: 1200px){
    body {
        background-image: none;
    }

    header, #inner-content {
        width: 90%;
    }
}

@media screen and (max-width: 980px) {
    #logo {
        float: none;
        display: block;
        margin: 30px auto 0;
    }
    
    #header_wrap{
        padding-top: 0px;
    }

    header {
        padding: 0 5% 0;
        text-align: center;
    }

    header span {
        font-size: 30px;
    }

    #inner-content {
        display: block;
        padding: 0;
        margin: 5%;
    }

    #lt-col { 
        display: block;
        width: 100%;
    }

    #rt-col {
        display: block;
        width: 90%;
        padding: 0 5%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px){	
    #logo{
        width: 50%;
        height: auto;
        display: block;
        margin: 0 auto;		
	}

    #header_wrap, header{
        height: auto;
    }

}@font-face {
    font-family: 'PT Sans';
    src: url('/public/fonts/PT_Sans/pt_sans-web-regular.eot');
    src: url('/public/fonts/PT_Sans/pt_sans-web-regular.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/PT_Sans/pt_sans-web-regular.woff') format('woff'),
         url('/public/fonts/PT_Sans/pt_sans-web-regular.ttf') format('truetype'),
         url('/public/fonts/PT_Sans/pt_sans-web-regular.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald Regular';
    src: url('/public/fonts/Oswald_Regular/oswald-regular-webfont.eot');
    src: url('/public/fonts/Oswald_Regular/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Oswald_Regular/oswald-regular-webfont.woff') format('woff'),
         url('/public/fonts/Oswald_Regular/oswald-regular-webfont.ttf') format('truetype'),
         url('/public/fonts/Oswald_Regular/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans Light';
    src: url('/public/fonts/Open_Sans_Light/opensans-light-webfont.eot');
    src: url('/public/fonts/Open_Sans_Light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Open_Sans_Light/opensans-light-webfont.woff') format('woff'),
         url('/public/fonts/Open_Sans_Light/opensans-light-webfont.ttf') format('truetype'),
         url('/public/fonts/Open_Sans_Light/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed Light';
    src: url('/public/fonts/Open_Sans_Condensed_Light/opensans-condlight-webfont.eot');
    src: url('/public/fonts/Open_Sans_Condensed_Light/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Open_Sans_Condensed_Light/opensans-condlight-webfont.woff') format('woff'),
         url('/public/fonts/Open_Sans_Condensed_Light/opensans-condlight-webfont.ttf') format('truetype'),
         url('/public/fonts/Open_Sans_Condensed_Light/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webregular';
    src: url('/public/fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.eot');
    src: url('/public/fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.woff') format('woff'),
         url('/public/fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('/public/fonts/TitilliumWeb_Regular/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webthin';
    src: url('/public/fonts/TitilliumWeb_Thin/titilliumweb-extralight-webfont.eot');
    src: url('/public/fonts/TitilliumWeb_Thin/titilliumweb-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/TitilliumWeb_Thin/titilliumweb-extralight-webfont.woff') format('woff'),
         url('/public/fonts/TitilliumWeb_Thin/titilliumweb-extralight-webfont.ttf') format('truetype'),
         url('/public/fonts/TitilliumWeb_Thin/titilliumweb-extralight-webfont.svg#titillium_webthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ComfortaaRegular';
    src: url('/public/fonts/Comfortaa_Regular/Comfortaa_Regular-webfont.eot');
    src: url('/public/fonts/Comfortaa_Regular/Comfortaa_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Comfortaa_Regular/Comfortaa_Regular-webfont.woff') format('woff'),
         url('/public/fonts/Comfortaa_Regular/Comfortaa_Regular-webfont.ttf') format('truetype'),
         url('/public/fonts/Comfortaa_Regular/Comfortaa_Regular-webfont.svg#ComfortaaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ComfortaaBold';
    src: url('/public/fonts/Comfortaa_Bold/Comfortaa_Bold-webfont.eot');
    src: url('/public/fonts/Comfortaa_Bold/Comfortaa_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Comfortaa_Bold/Comfortaa_Bold-webfont.woff') format('woff'),
         url('/public/fonts/Comfortaa_Bold/Comfortaa_Bold-webfont.ttf') format('truetype'),
         url('/public/fonts/Comfortaa_Bold/Comfortaa_Bold-webfont.svg#ComfortaaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arimoregular';
    src: url('/public/fonts/Arimo/arimo-regular-webfont.eot');
    src: url('/public/fonts/Arimo/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Arimo/arimo-regular-webfont.woff') format('woff'),
         url('/public/fonts/Arimo/arimo-regular-webfont.ttf') format('truetype'),
         url('/public/fonts/Arimo/arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fjalla_oneregular';
    src: url('/public/fonts/Fjallaone/fjallaone-regular-webfont.eot');
    src: url('/public/fonts/Fjallaone/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Fjallaone/fjallaone-regular-webfont.woff') format('woff'),
         url('/public/fonts/Fjallaone/fjallaone-regular-webfont.ttf') format('truetype'),
         url('/public/fonts/Fjallaone/fjallaone-regular-webfont.svg#fjalla_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}#likebox {
    width: 90%;
    padding: 0 5% 30px;
}#basicfooter{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 40px 0;	
	font-family: 'Arial', sans-serif;
	font-size:12px;
	color:#aeaeae;
	text-align: center;
}

#basicfooter a{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#basicfooter a:hover{
	color: #00E0FF;
}

@media screen and (max-width: 980px){
	#basicfooter {
		width: 90%;
		padding: 40px 5%;
	}
}/*----- Footer -----*/

#Column-Footer{
	width: 980px;	
	height:200px;
	margin: 0 auto;
	padding: 30px 5% 0;
	font-family: 'Arial', sans-serif;
	font-size:12px;
	color:#aeaeae;
}

#Column-Footer ul{
	width: 20%;
	margin: 0 2.25% 0 2.25%;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;	
}

#Column-Footer ul li{
	padding-bottom:5px;
}

#Column-Footer ul li a{
	color:#aeaeae;
	text-decoration:none;
}

#Column-Footer ul li a:hover{
	color:#FFF;	
}

#Column-Footer ul li a.social{
	display:inline-block;
	vertical-align:top;
	padding-top:4px;
	height:22px;
}

#Column-Footer ul li img{
	margin-right:10px;
}

#Column-Footer ul li.title{
	padding-bottom:20px;
	font-size:14px;
}

#Column-Footer ul li.title hr{
	border-color:#272727;
	border-width:1px;
	border-top: none;
}



/*----- Responsive Behavior -----*/

@media screen and (max-width: 980px){
	
	#Column-Footer{
		width: 100%;
		height:100%;
		margin: 0px;
		padding: 5% 0px;
	}

	#Column-Footer ul{
		width:45%;
		margin-bottom:25px;
	}
}

@media screen and (max-width: 320px){
	#Column-Footer{ display: none }
}#headerlinks {
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    margin-top: 0px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: 0 -1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 -1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,0.5);
    box-shadow: 0 -1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,0.5);
}

#headerlinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

#headerlinks ul li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
}

#headerlinks ul li:last-child {
    border-right: 0;
}

#headerlinks ul li a {
    display: block;
    text-decoration: none;
    font-family: "Oswald Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 12px 18px;
    color: #383838;
    -webkit-font-smoothing: subpixel-antialiased;
}

#headerlinks ul li a:hover {
    background-color: #CCC;
    cursor: pointer;
}

@media screen and (max-width: 980px){
    #headerlinks {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px){
    #headerlinks ul li {
        display: block;
    }
}