/*
Theme Name: Siempel
Theme URI: http://www.dhimaskirana.com/siempel-wordpress-themes.html
Author: Dhimas Kirana
Author URI: http://www.dhimaskirana.com/
Description: Simple theme WordPress. This theme have "About" section, so you can show about yourself to visitor. This themes also fully responsive, that looks great on any device. Suitable for you who wants focused on the content.
Version: 0.9
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:light,white,one-column,responsive-layout,custom-background,custom-menu,featured-images,full-width-template,sticky-post,theme-options,threaded-comments

Siempel WordPress Theme, (C) 2014 Dhimas Kirana - http://www.dhimaskirana.com/

This theme is FREE. Hope you will enjoy with this theme.
Siempel Themes is distributed under the terms of the GNU General Public License Version 2.
All the theme files, fonts, scripts, images and everything else, are licensed under GNU General Public License Version 2, see file license.txt.

Siempel is based on Underscores - http://underscores.me/
Copyright: Automattic, automattic.com
Licensed under GPL
*/

/** Font Source Sans Pro **/
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/Source-Sans-Pro.woff) format('woff');
}

/** 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/** Typography **/
body,
button,
input,
select,
textarea {
    color: #000;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
h1 {
    font-size: 2em;
    margin-before: 0.67em;
    margin-after: 0.67em;
    margin-start: 0;
    margin-end: 0;
}
h2 {
    font-size: 1.5em;
    margin-before: 0.83em;
    margin-after: 0.83em;
    margin-start: 0;
    margin-end: 0;
}
h3 {
    font-size: 1.17em;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0;
    margin-end: 0;
}
h4 {
    margin-before: 1.33em;
    margin-after: 1.33em;
    margin-start: 0;
    margin-end: 0;
}
h5 {
    font-size: .83em;
    margin-before: 1.67em;
    margin-after: 1.67em;
    margin-start: 0;
    margin-end: 0;
}
h6 {
    font-size: .67em;
    margin-before: 2.33em;
    margin-after: 2.33em;
    margin-start: 0;
    margin-end: 0;
}
p {
    margin-bottom: 1.5em
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background-color: #f5f5f5;
    color: #333;
    border: 2px solid #bbb;
    padding: 0 7px;
    margin: 10px 0;
    overflow: auto;
    width: auto;
    max-height: 400px;
    word-wrap: normal;
}
code, kbd, tt, var{
    font: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #ffff00;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}

/** Elements **/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style:disc;
}
ol {
    list-style:decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
    margin:0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}

/** Forms **/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1em;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* emoves default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/** Style Themes **/
a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a, a:visited {
    color: #000;
}
.site-info a:hover, a:hover, a:focus, a:active {
    color: #3279BB;
}
a.more-link:link, a.more-link:visited {
    background: #474747;
    border: 1px solid #3279BB;
    color: #fff;
    float: right;
    margin: 0;
    padding: 5px;
    text-decoration: none;
}
a.more-link:hover {
    border-left: 10px solid #3279BB;
    border-right: 1px solid #3279BB;
    border-top: 1px solid #3279BB;
    border-bottom: 1px solid #3279BB;
}
.nav-previous a:link, .nav-previous a:visited {
    background: #474747;
    border: 1px solid #3279BB;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-decoration: none;
}
.nav-previous a:hover {
    border-right: 10px solid #3279BB;
    border-left: 1px solid #3279BB;
    border-top: 1px solid #3279BB;
    border-bottom: 1px solid #3279BB;
}
.nav-next a:link, .nav-next a:visited {
    background: #474747;
    border: 1px solid #3279BB;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-decoration: none;
}
.nav-next a:hover {
    border-left: 10px solid #3279BB;
    border-right: 1px solid #3279BB;
    border-top: 1px solid #3279BB;
    border-bottom: 1px solid #3279BB;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: .5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: .5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    position:absolute !important;
}
.site-header{
}
.about {
    font-size: 1.3em;
    overflow: hidden;
    padding: 6em 0 3em;
    border-bottom: solid 1px #bbb;
}
.about img {
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
.single .content, .page .content, .archive .content, .search .content, .error404 .content {
    padding: 3em 0 1em;
}
.content {
    overflow: hidden;
    box-shadow: 0 -10px 20px -10px rgba(50, 50, 50, 0.75);
    -o-box-shadow: 0 -10px 20px -10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 -10px 20px -10px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 -10px 20px -10px rgba(50, 50, 50, 0.75);
}
.social {
    padding-top: 1em;
    text-align: center;
}
.social i {
    font-size: 1.5em;
}
.social a {
    padding: 0 1em;
}
.main-navigation {
    position: fixed;
    z-index: 1;
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    background: #2e2f34;
    border-bottom: solid 5px #454851;
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
.main-navigation a {
    color: #a8adba;
    display: block;
    line-height: 40px;
    text-decoration: none;
    padding: 0 15px;
}
.main-navigation .menu-item-has-children > a:after, .main-navigation .page_item_has_children > a:after{
	padding-left:.3em;
	content:"\f0d7";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-navigation ul {
    display: table;
    list-style: none;
    margin: 0 auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation ul ul:hover >a, .main-navigation li:hover > a {
    color: #FFF;
}
.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    float: left;
    width: 180px;
    z-index:99999;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    background: #2e2f34;
    line-height: 1em;
    width: 200px;
    height: auto;
    padding: 10px;
}
.main-navigation ul ul li {
    min-width: 180px;
}
.main-navigation ul ul a:hover {
    color: #fff;
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a {
    background:#000 !important;
    color: #FFF;
}
.menu-toggle {
    text-align: right;
    padding: .5em 1.5em;
    background: #2e2f34;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    width: 100%;
}
.menu-toggle:hover {
    background: #2e2f34;
}
.menu-toggle i {
    color:#fff;
}
.menu-toggle .toggled-on {
    background: #2e2f34;
}
.main-small-navigation .menu {
    display: none;
}
.main-small-navigation {
    margin-bottom: 0;
}
.main-small-navigation a {
    font-weight: bold;
    padding: .5em 2em;
    color: #000;
    display: block;
    line-height: 30px;
    text-decoration: none;
}
.main-small-navigation .menu-item-has-children > a:after, .main-small-navigation .page_item_has_children > a:after{
	padding-left:.5em;
	content:"\f0d7";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-small-navigation ul {
    list-style: none;
    margin: 0;
}
.main-small-navigation li {
    text-align: left;
}
.main-small-navigation li a {
    border-top: 1px solid #454851;
    color: #a8adba;
    background: #2e2f34;
    text-decoration: none;
}
.main-small-navigation .menu > li:last-child a {
    border-bottom: 1px solid #454851;
}
.main-small-navigation li a:hover {
    color: #FFF;
}
.main-small-navigation .sub-menu li a {
    padding-left: 3em;
}
.main-small-navigation .sub-menu .sub-menu li a {
    padding-left: 4.5em;
}
.sticky{}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 1em 0em;
    text-align: center;
}
.page-links a {
    text-decoration: none;
}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width:100%;
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    display: inline;
    background: none;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
}
.wp-caption {
    background: none;
    max-width: 100%;
    padding-bottom: 10px;
    position: relative;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: center;
    position: absolute;
    left: 5%;
    right: 5%;
    padding: 5px;
    background: #000;
    color: #fff;
    opacity: 0.8 !important;
    bottom: 3%;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption{}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item{}
.site-content .gallery-columns-4 .gallery-item img{}
embed, iframe, object {
    max-width:100%;
}
.content .site-navigation {
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 1.2em;
    opacity: .5;
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.content .site-navigation:hover {
    opacity:1;
}
.previous-image, .nav-previous {
    float: left;
    width: 50%;
}
.next-image, .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#sidebar-footer .c4:first-child {
    padding-left: 0;
}
#sidebar-footer .c4:last-child {
    padding-right: 0;
}
.entry-meta a, .entry-header a {
	border-bottom: solid 1px #bbb;
	padding-bottom: .1em;
}
.entry-meta a:hover, .entry-header a:hover {
	border-bottom: solid 1px #3279BB;
}
.entry-title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding: .25em 0;
}
.entry-meta {
    clear: both;
    font-size: .95em;
}
.entry-content, .entry-summary {
    margin: 0.9em 0 .5em;
    overflow: hidden;
    font-size: 1.3em;
    line-height: 1.5em;
}
.image-attachment .entry-attachment,
.error404 .entry-content {
    text-align: center;
}
.entry-content p {
    text-align: justify;
    margin-bottom: 1em;
}
.entry-content li {
    list-style: url(img/entry-check.png);
    margin-bottom: .5em;
}
.entry-content img {
    padding: 5px;
    border: 1px solid #bbb;
    box-shadow:0px 0px 4px #EEE;
    -o-box-shadow:0px 0px 4px #EEE;
    -moz-box-shadow:0px 0px 4px #EEE;
    -webkit-box-shadow:0px 0px 4px #EEE;
}
.hentry, .error404 .not-found {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: .5em 0;
    opacity: .5;
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.hentry:hover, .error404 .not-found:hover {
    opacity: 1;
}
.comments-area{
	opacity: .5;
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.comments-area:hover{
	opacity:1;
}
[class^="comment-form-"],
[class*=" comment-form-"] {
    overflow: hidden;
}
#respond {
    overflow: hidden;
}
#respond p {
    font-size: 1.2em;
    margin: .5em 0;
}
.comments-title, #reply-title {
    font-size: 1.5em;
    padding: 0.5em 0;
    font-weight: bold;
}
.comment-notes {
    font-style: italic;
}
.commentlist {
    margin: 0;
    padding: 0;
    clear: both;
    border-bottom: 1px dotted #AAA;
}
.commentlist ol {
    margin-bottom: 10px;
}
.commentlist li {
    margin-bottom: 1em;
    list-style: none;
}
.comment-content {
    padding-top: 1em;
    font-size: 1.3em;
}
.comment-content li {
    margin: 0;
    list-style: url(img/comment-check.png);
    padding: .5em .0;
}
.odd, .even, .byuser {
    padding: 1em 5em;
}
.even {
    background-color: #fcfcfc;
    border: dashed 1px #ddd;
}
.odd {
    background-color: #fcfcfc;
    border: 1px dashed #bbb;
}
.byuser {
    background-color: #ecf0f1;
    border: 1px dashed #2c3e50;
}
.commentlist footer {
    text-align: center;
}
.comment-author {
    overflow: hidden;
    font-size: 1.3em;
}
.comment-meta {
    border-bottom: solid 1px #ddd;
    padding-bottom: 1em;
}
.reply {
    font-weight: bold;
    text-align: right;
}
.pingback {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
    font-style: italic;
    font-size: .9em;
}
.comment-meta a,
.url,
.comment-reply-link {
    text-decoration: none;
}
.avatar {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.comment-author cite {
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: normal;
}
.comment-notes {
    margin-top: 0 !important;
}
.nocomments {
    font-size: 2em;
    padding: .5em 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.form-allowed-tags {
    display: none;
}
.form-submit {
    position: relative;
    clear: both;
    float: right;
    margin: 15px 5px;
}
.children {
    margin: 1em .5em;
}
#respond label {
    max-width: 100%;
    width: 20%;
    float: left;
    padding: .35em 0;
}
#respond .required {
    color:red;
}
#author, #email, #url, #comment {
    display: block;
    border: 1px solid #bbb;
    padding: .35em;
    width: 80%;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    float: left;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
#author:focus, #email:focus, #url:focus, #comment:focus {
    outline: 0;
    border-color: #66afe9;
}
.page-title {
    margin-bottom: .5em;
}
.page-header {
    margin: 1em 0 0;
    border-bottom: #ddd solid 2px;
}
.taxonomy-description {
    margin: 0.5em;
    font-style: italic;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor .fn:before {
	content: "admin";
	padding: 0 .3em;
	margin-right: .1em;
	background: #2c3e50;
	color: #ecf0f1;
	border-radius: 10%;
}
.widget {
    font-size: 1.3em;
    margin: 0 0 1.5em;
    opacity: .5;
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.widget:hover {
    opacity: 1;
}
.widget-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
}
.widget ul {
    margin: 0 0 1.5em 1.2em;
}
.widget select {
    max-width: 100%;
}
#searchsubmit {
    display: none;
}
.sidebar-footer{
    overflow: hidden;
}
.footer {
    overflow: hidden;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
}
.footer .row {
    margin-bottom: 0;
}
.site-info {
    text-align: center;
    font-size: 1.2em;
    padding: .5em 0;
    color: #666;
}
.site-info a{
	color:#666;
	border-bottom: solid 1px;
}
.widget a, .navigation a:hover, .navigation a, .site-info a, .main-navigation a, .site-title a:hover, .site-title a, .entry-meta a, .entry-header a  {
    text-decoration: none;
}
.navigation {
    background: white;
    display: block;
    overflow: hidden;
    border: 1px solid #bbb;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px !important;
    clear: both !important;
}
.page-numbers {
    padding: 6px 9px 5px 9px;
    margin: 0 5px;
    background: #3279BB;
    color: #fff;
}
.navigation a {
    background: #555;
    color: #fff;
    text-decoration: none;
}
.navigation a:hover {
    background: #3279BB;
}
#breadcrumbs {
    font-size: 0.95em;
    background: #F6F8F2;
    margin-bottom: .5em;
    border:1px solid #bbb; 
    padding: 0.5em 0.5em;
}

/* =Gridiculous
-------------------------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.grid{margin:0 auto;max-width:1200px;width:100%}
.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.row{width:100%;margin-bottom:20px}
.row .row{width:auto;margin:0 -20px}
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:20px;padding-right:20px;position:relative}
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.end{float:right!important}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:960px){
.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12{width:100%;margin-bottom:20px}
.row .row > div:last-child{margin-bottom:0 !important}
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
body{font-size:90%}
.row{margin-bottom:0!important}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{width:100%;margin-right:0;margin-left:0;margin-bottom:20px}
}

/** Responsive CSS for Siempel Themes **/
@media screen and (min-width:0px) and (max-width:240px){html{font-size:55%;}.main-small-navigation a{line-height:16px;}.about{padding-top: 1em;text-align: center;}#sidebar-footer .c4{padding:0}.footer .c12{margin-bottom: 0!important;}.single .content, .page .content, .archive .content, .search .content, .error404 .content {padding:0;}}
@media screen and (min-width:240px) and (max-width:320px){html{font-size:75%;}.main-small-navigation a{line-height:20px;}.about{padding-top: 1em;text-align: center;}#sidebar-footer .c4{padding:0}.footer .c12{margin-bottom: 0!important;}.single .content, .page .content, .archive .content, .search .content, .error404 .content {padding: 0;}}
@media screen and (min-width:320px) and (max-width:480px){html{font-size:85%;}.main-small-navigation a{line-height:27px;}.about{padding-top: 1em;text-align: center;}#sidebar-footer .c4{padding:0}.footer .c12{margin-bottom: 0!important;}.single .content, .page .content, .archive .content, .search .content, .error404 .content {padding: 0;}}
@media screen and (min-width:480px) and (max-width:768px){html{font-size:90%;}.main-small-navigation a{line-height:36px;}.about{padding-top: 7em;text-align: center;}#sidebar-footer .c4{padding:0}.footer .c12{margin-bottom: 0!important;}.single .content, .page .content, .archive .content, .search .content, .error404 .content {padding: 0;}}