/*
Theme Name: Akustika
Theme URI: http://www.bekero.com/
Description: A beautiful WordPress Blog Theme
Author: Beke
Author URI: http://www.bekero.com/
Version: 1.0.5
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:400;
}

ol,ul,li {
list-style:none;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:700;
font-family: 'Merriweather', serif;
}

q:before,q:after {
content:'';
}

a img {
border:none;
}

body {
background:#f8f8f8;
font: 13px/1.85714 "Open Sans",Arial,sans-serif;
color: #494949;
word-wrap: break-word;
}

p {
line-height:23px;
}

a {
text-decoration:none;
color:#FF002A;
}

.akustika-top {
display:inline-block;
height:35px;
width:35px;
position:fixed;
bottom:45px;
right:10px;
box-shadow:0 0 10px rgba(0,0,0,0.05);
overflow:hidden;
text-indent:100%;
white-space:nowrap;
background-image:url(img/akustika-top-arrow.svg);
background-repeat:no-repeat;
background-position:center;
visibility:hidden;
opacity:0;
-webkit-border-radius:99px;
-moz-border-radius:99px;
border-radius:99px;
-webkit-transition:opacity .3s 0 visibility 0 .3s;
-moz-transition:opacity .3s 0 visibility 0 .3s;
transition:opacity .3s 0 visibility 0 .3s;
}

.akustika-top.akustika-is-visible,.akustika-top.akustika-fade-out,.no-touch .akustika-top:hover {
-webkit-transition:opacity .3s 0 visibility 0 0;
-moz-transition:opacity .3s 0 visibility 0 0;
transition:opacity .3s 0 visibility 0 0;
}

.akustika-top.akustika-is-visible {
visibility:visible;
opacity:1;
}

.akustika-top.akustika-fade-out {
opacity:.7;
}

.no-touch .akustika-top:hover {
background-color:#333;
opacity:1;
}

.akustika-top:hover {
opacity:1;
}

.container {
width:1080px;
margin:0 auto;
}

#content {
overflow:hidden;
margin-bottom:30px;
}

#main {
width:760px;
float:left;
}
.singlepage{
    background: #fff;
    padding: 15px 15px;
}
#main.fullwidth {
width:100%;
float:none;
padding: 15px 0;
}
.fullbackground{
	background: #fff;
}

#sidebar {
width:295px;
float:right;
}

.video-container {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}

.video-container iframe,.video-container object,#facebook iframe,.video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:1px solid #fff!important;
}


#menu-top-bar {
background:#fff;
width:100%;
height:50px;
position:fixed;
z-index:9999;
border-bottom: 1px solid rgba(238, 238, 238, 0.6);
box-shadow: 0 0 3px 0 rgba(238, 238, 238, 0.72);
}

#menu-top-bar .container {
position:relative;
}

.slicknav_menu {
display:none;
}

#nav-wrapper .menu li {
display:inline-block;
margin-right:28px;
position:relative;
}

#nav-wrapper .menu li a {
font-size:12px;
letter-spacing:1px;
line-height:51px;
color:#000;
display:block;
}

#nav-wrapper .menu .sub-menu,#nav-wrapper .menu .children {
background-color:#fff;
display:none;
position:absolute;
margin-top:0;
left:0;
z-index:99999;
border:1px solid #eee;
border-top:none;
padding:0;
}

#nav-wrapper ul.menu ul a,#nav-wrapper .menu ul ul a {
color:#727272;
min-width:165px;
line-height:20px;
-o-transition:.22s;
-ms-transition:.22s;
-moz-transition:.22s;
-webkit-transition:.22s;
transition:.22s;
border-top:1px solid #eee;
margin:0;
padding:6px 10px;
}

#nav-wrapper ul.menu ul li,#nav-wrapper .menu ul ul li {
padding-right:0;
margin-right:0;
}

#nav-wrapper ul.menu ul a:hover,#nav-wrapper .menu ul ul a:hover {
color:#FF002A;
background:#f5f5f5;
}

#nav-wrapper ul.menu li:hover > ul,#nav-wrapper .menu ul li:hover > ul {
display:block;
}

#nav-wrapper .menu .sub-menu ul,#nav-wrapper .menu .children ul {
left:100%;
top:0;
}

#social-bar-top {
position:absolute;
right:45px;
top:5px;
}

#social-bar-top.nosearch {
right:0;
}

#social-bar-top a {
color:#000;
font-size:14px;
margin-left:10px;
line-height:40px;
}
.sl-icon, a.liked span.sl-count, .sl-count{
	color:#86B280!important;
}

/*search*/

.overlay-content {
display: none;
background: transform;
padding: 1%;
width: 40%;
cursor: default;
z-index: 10001;      
}

.close-btn {
cursor: pointer;
position: absolute;
padding: 2% 5%;
margin-top: 33px;
margin-left: 200px;
background: #fff;
border: none;
color: #aaa;
}    

#top-search {
position:absolute;
right:0;
top:0;
padding-left:10px;
z-index:999;
border-color:#e8e8e8;
}

#menu-search {
position:absolute;
right:-3px;
top:19px;
}

#menu-search form {
display:inline;
}

#menu-search input {
border:none;
width:210px;
background:#fff;
margin-top: 32px;
margin-left: 10px;
border-bottom: 1px solid rgba(238, 238, 238, 0.6);
box-shadow: 0 0 3px 0 rgba(238, 238, 238, 0.72);
font-size: 12px;
color: #aaa;
padding: 10px;
font-style: italic;
}

#top-search i {
font-size:14px;
line-height:50px;
color:#333;
padding: 0 10px;
box-shadow: 0 0 3px 0 rgba(238, 238, 238, 0.72);
}

i.search-toggle {
font-size:14px;
line-height:51px;
display:none;
cursor:pointer;
}

#header {
padding-top:40px;
margin-bottom:5px;
}

.home #header,.page-template-page-slider #header,.page-template-page-slider-sidebar #header {
margin-bottom:0;
border-bottom:none;
}

#logo {
text-align:center;
font-size: 40px;
max-width:100%;
height:auto;
padding:68px 0 41px;
}

.slider-area {
margin-bottom:25px;
border-bottom: 1px solid #efefef;
}

.slide-img {
position:relative;
height:600px;
background-size:cover;
background-repeat:no-repeat;
background-position:center;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:block;
width:100%;
padding:17.2% 32.5%;
}

/* Shine */
.post-img figure {
	position: relative;
}
.post-img figure::before {
	position: absolute;
	top: 0;
	left: -175%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-1deg);
	transform: skewX(-1deg);
}
.post-img figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 50%;
	}
}
@keyframes shine {
	100% {
		left: 50%;
	}
}

.feat-overlay {
position:relative;
height:100%;
width:100%;
margin-top:0px;
display:table;
vertical-align:middle;
text-align:center;
background: #fff;
}

.feat-overlay-inner {
vertical-align:middle;
display:table-cell;
}

.slide-img .akustika-post-head {
margin-bottom:0;
padding:15px 20px 20px;
}

.slide-img .akustika-post-head .date {
display:block;
margin-bottom:5px;
}

.slide-img .read-more {
font-size:10px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
background:#fff;
font-weight:700;
display:inline-block;
border:1px solid;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border-color:#FF002A;
padding:10px 26px 11px;
}

.slide-img .read-more:hover {
background:#FF002A;
color:#fff;
}

.post {
margin-bottom:25px;
background: #fff;
border: 1px solid #EFEFEF;
}

.akustika-post-head {
margin-bottom:15px;
text-align:center;
}

.akustika-post-head .cat a {
font-size:12px;
text-transform:uppercase;
letter-spacing:2px;
padding-bottom:2px;
display:inline-block;
margin:10px 4px 5px;
}

.akustika-post-head h2 a,.akustika-post-head h1 {
color:#333;
font-size:26px;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}

.akustika-post-head h2 a:hover {
opacity:.60;
}

.akustika-post-head h2 {
overflow:hidden;
text-align:center;
}

.akustika-post-head .date {
font-size:11px;
font-style:italic;
color:#888;
}

.post-img {
margin-bottom:20px;
}

.post-img img {
max-width:100%;
height:auto;
}

.post-img.audio iframe {
height:166px;
width:100%;
}

.post-entry p,.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6,.post-entry hr {
margin-bottom:18px;
padding: 0 15px;
}

.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6 {
color:#000;
}

.post-entry h1 {
font-size:26px;
}

.post-entry h3 {
font-size:21px;
}

.post-entry h4 {
font-size:19px;
}

.post-entry h5 {
font-size:17px;
}

.post-entry h6 {
font-size:15px;
}

.post-entry hr {
border:0;
height:0;
border-bottom:1px solid #EFEFEF;
clear:both;
}

.post-entry blockquote {
border-right:4px solid;
border-color:#333;
padding:0 22px;
margin-right: 22px;
}

.post-entry blockquote p {
font-family:Georgia;
font-size:18px;
line-height:28px;
font-style:italic;
color:#999;
}

.post-entry ul,.post-entry ol {
padding-left:45px;
margin-bottom:20px;
}

.post-entry ul li {
margin-bottom:12px;
list-style:square;
}

.post-entry ol li {
margin-bottom:12px;
list-style:decimal;
}

.sticky.post .akustika-post-head {
border:1px dashed #eee;
padding:20px 0;
}

.post-entry pre {
overflow:auto;
}

.post-entry table {
width:100%;
margin-bottom:22px;
border-collapse:collapse;
}

.post-entry td,.post-entry th {
border-bottom:1px #EFEFEF solid;
padding:12px;
}

.post-entry th {
font-weight:700;
font-size:14px;
background:#f5f5f5;
}

.post-entry tr:hover {
background:#f9f9f9;
}

.more-link {
text-align:center;
display:block;
}

.more-button {
font-size:10px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
background:#fff;
display:inline-block;
margin-top:16px;
border:1px solid;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
border-color:#FF002A;
padding:2px 30px 3px;
}

.more-button:hover {
background:#FF002A;
color:#fff;
border:1px solid;
border-color:#FF002A;
}

.post-meta {
margin-top:35px;
overflow:hidden;
padding: 0 15px 10px 15px;
font-style:italic;
clear:both;
}

.meta-comments a {
color:#d8d8d8;
font-size:13px;
}

.meta-share {
float:left;
color:#999;
font-size:20px;
text-transform:uppercase;
}

.meta-share .fa {
width:18px;
height:18px;
padding:3px;
}
.meta-share a {
font-size:16px;
}

.post-author {
margin-bottom:60px;
margin-top:60px;
overflow:hidden;
padding: 0 15px;
}

.author-img {
float:left;
margin-right:30px;
}

.author-content h5 a {
font-size:18px;
margin-bottom:8px;
color:#000;
display:block;
}

.author-content p {
margin-bottom:8px;
}

.author-content .author-social {
font-size:14px;
color:#bbb;
margin-right:8px;
}

.post-related {
overflow:hidden;
margin-bottom:60px;
margin-top:60px;
}

.post-box-title {
font-size:14px;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:30px;
font-weight:700;
border-bottom:1px solid #ddd;
padding-bottom:4px;
display:inline-block;
}

.item-related {
width:222px;
float:left;
padding: 0 15px;
}

#main.fullwidth .item-related {
width:318px;
margin-right:15px;
}

.item-related img {
margin-bottom:6px;
width:100%;
height:auto;
}

.item-related h3 a {
font-size:14px;
color:#424242;
}

.post-tags {
margin-top:25px;
margin-bottom:-15px;
padding: 0 13px;
clear:both;
}

.post-tags a {
font-size:10px;
letter-spacing:1px;
text-transform:uppercase;
background:#f2f2f2;
color:#666;
margin-right:7px;
border-radius:3px;
margin-bottom:5px;
display:inline-block;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
padding:7px 8px;
}

.post-tags a:hover {
background:#ddd;
color:#666;
text-decoration:none;
}

.post-comments {
margin-bottom:60px;
margin-top:60px;
padding: 0 15px;
}

.thecomment {
border-bottom:1px dotted #eee;
padding-bottom:34px;
margin-bottom:34px;
}

.thecomment .author-img {
float:left;
margin-right:20px;
}

.thecomment .comment-text span.author,.thecomment .comment-text span.author a {
display:block;
font-size:13px;
text-transform:uppercase;
letter-spacing:2px;
margin-bottom:6px;
color:#424242;
}

.thecomment .comment-text span.date {
font-size:11px;
color:#999;
font-style:italic;
display:block;
margin-bottom:6px;
}

.thecomment .comment-text em {
font-size:13px;
margin-bottom:-14px;
display:block;
color:orange;
letter-spacing:1px;
}

.thecomment .comment-text em i {
font-size:14px;
color:#f3bd00;
}

.post-comments span.reply a {
float:right;
font-size:10px;
background-color:#aaa;
color:#FFF;
border-radius:2px;
margin-left:7px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
padding:2px 5px 4px;
}

.post-comments span.reply a.comment-edit-link {
background:#c5c5c5;
}

.post-comments ul.children {
margin:0 0 0 55px;
}

.post-comments ul.children li.thecomment {
margin:0 0 8px;
}

#respond {
margin-bottom:20px;
overflow:hidden;
}

#respond h3 {
font-size:11px;
color:#999;
font-weight:700;
margin-bottom:20px;
letter-spacing:2px;
text-transform:uppercase;
}

#respond h3 a {
color:#000;
display:inline-block;
}

#respond h3 small a {
text-transform:uppercase;
font-size:11px;
background:#333;
color:#FFF;
border-radius:3px;
margin-left:7px;
letter-spacing:1px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
padding:4px 6px 5px;
}

#respond label {
color:#888;
width:80px;
font-size:13px;
display:inline-block;
font-weight:300;
}

#respond input {
border:1px solid #DDD;
margin-right:10px;
border-radius:3px;
color:#999;
margin-bottom:15px;
font-size:11px;
width:250px;
padding:8px 10px;
}

#respond textarea {
border:1px solid #DDD;
border-radius:3px;
width:95%;
height:120px;
font-size:13px;
color:#777;
margin-bottom:14px;
line-height:20px;
padding:14px;
}

#respond #submit {
text-transform:uppercase;
letter-spacing:2px;
background:#eee;
font-size:11px;
color:#666;
margin-top:6px;
display:inline-block;
border:none;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
cursor:pointer;
border-radius:5px;
width:auto;
padding:8px 15px 8px;
}

#respond #submit:hover {
background:#333;
color:#FFF;
}

.pagination {
margin-top:20px;
overflow:hidden;
margin-bottom:20px;
}

.pagination a {
display:inline-block;
letter-spacing:2px;
text-transform:uppercase;
font-size:11px;
border:1px solid #EFEFEF;
padding-bottom:5px;
font-weight:700;
padding: 5px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
}

.list-item {
overflow:hidden;
margin-bottom:30px;
border:1px solid #eee;
}

.list-item .post-img {
float:left;
margin-right:25px;
margin-bottom:0px;
padding-top: 15px;
}

.list-item .post-img img {
max-width:270px;
}

.list-item .akustika-post-head .cat a {
margin:0 8px 7px 0;
}

.akustika-grid > li {
width:365px;
display:inline-block;
vertical-align:top;
margin-right:26px;
}

#main.fullwidth .akustika-grid > li {
width:520px;
margin-right:36px;
}

.grid-item .akustika-post-head .cat a {
margin:0 4px 8px;
}

.grid-item .akustika-post-head {
margin-bottom:16px;
}

.widget {
margin-bottom:25px;
padding-bottom: 15px;
background: #fff;
border:1px solid #EFEFEF ;
}

.widget-title {
border-bottom:1px #EFEFEF solid;
font-size:14px;
color:#000;
letter-spacing:2px;
font-family: 'Merriweather', serif;
text-align:center;
margin-bottom:25px;
padding:10px 0;
}

.widget input,.widget select {
border:1px solid #ddd;
color:#888;
width:100%;
padding:9px 7px;
}

.widget input:focus,.widget select:focus {
outline:none;
border:1px solid #d5d5d5;
}

.widget ul li {
margin-bottom:7px;
padding-bottom:8px;
}

.widget ul li:last-child {
margin-bottom:0;
padding-bottom:0;
border-bottom:none;
}
.widget_meta li, .widget_recent_entries li{
	padding: 0 15px;
}
.widget_search{
	padding: 15px;
}
.about-widget img {
margin-bottom:10px;
max-width:100%;
height:auto;
}

.flickr-widget {
float:left;
width:100%;
background: #fff!important;
clear: inherit;
}

.flickr_badge_image {
display:inline;
margin:1px;
}

.flickr-widget .flickr_badge_image img {
opacity:1;
width:32.33%;
margin-left:0;
box-shadow:0 0 2px #B2B2B2;
-moz-box-shadow:0 0 2px #b2b2b2;
-webkit-box-shadow:0 0 2px #B2B2B2;
padding:0;
}

.flickr-widget .flickr_badge_image a:hover img {
opacity:0.6;
}


.social-widget a:first-child {
margin-left:0;
}

.social-widget a i {
height:16px;
width:20px;
text-align:center;
line-height:20px;
color:#161616;
border-radius:50%;
font-size:16px;
margin:0 8px;
}



.widget ul.side-newsfeed li {
list-style-type:none;
margin-bottom:17px;
padding-bottom:13px;
margin-left:0;
}

.widget ul.side-newsfeed li:last-child {
margin-bottom:0;
padding-bottom:0;
}

.widget ul.side-newsfeed li .side-item .side-image {
float:left;
margin-right:15px;
margin-left: 15px
}

.widget ul.side-newsfeed li .side-item .side-image img {
width:110px;
height:auto;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
margin-bottom:1px;
color:#424242;
display:block;
font-size:14px;
}

.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
font-size:11px;
color:#999;
font-style:italic;
}

.widget_categories ul li,.widget_archive ul li {
color:#999;
padding: 0 15px 15px;
}

.widget_categories a,.widget_archive a {
margin-right:5px;
}

.widget .tagcloud a {
font-size:9px!important;
letter-spacing:1px;
text-transform:uppercase;
background:#f2f2f2;
color:#777;
margin-right:5px;
margin-bottom:8px;
display:inline-block;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
padding:6px 8px 7px;
}

.widget .tagcloud a:hover {
opacity:.7;
text-decoration:none;
}

#wp-calendar {
width:100%;
}
#calendar_wrap{
    padding: 0 15px;
}

#wp-calendar caption {
text-align:right;
color:#777;
font-size:12px;
margin-top:10px;
margin-bottom:15px;
border-bottom:1px solid #EFEFEF;
padding-bottom:8px;
}

#wp-calendar thead {
font-size:12px;
}

#wp-calendar thead th {
padding-bottom:10px;
text-align:center;
}

#wp-calendar tbody {
color:#aaa;
}

#wp-calendar tbody td {
background:#f5f5f5;
border:1px solid #fff;
text-align:center;
font-size:12px;
padding:8px;
}

#wp-calendar tbody td a {
font-weight:700;
color:#222;
}

#wp-calendar tbody td:hover {
background:#fff;
}

#wp-calendar tbody .pad {
background:none;
}

#wp-calendar tfoot #next {
font-size:10px;
text-transform:uppercase;
text-align:right;
}

#wp-calendar tfoot #prev {
font-size:10px;
text-transform:uppercase;
padding-top:10px;
}

#sidebar .instagram-pics li {
width:31.8%;
display:inline-block;
border-bottom:none;
margin:0 2px 2px;
padding:0;
}

.widget #searchform input#s {
border:1px solid #EFEFEF;
background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
font-size:11px;
color:#999;
letter-spacing:1px;
width:230px;
padding:14px;
}

.widget ul.menu li ul {
padding-left:12px;
margin-top:8px;
}
.gmads{
    padding:0px 15px 10px;
    text-align: center;
}
#underslider .gmads {
    padding-top:28px;
}
#instagram-footer {
text-align:center;
overflow:hidden;
}

.instagram-title {
font-size:16px;
text-transform:uppercase;
margin-bottom:22px;
}

#instagram-footer .instagram-pics li {
width:16.666666666667%;
display:inline;
float:left;
}

#instagram-footer p.clear {
font-size:11px;
border-bottom:1px solid #eee;
display:inline-block;
margin-top:5px;
}

#footer {
overflow:hidden;
background:#F1F0F0;
padding:16px 0 28px;
}

#footer .copyright {
font-style:italic;
font-size:12px;
color:#888;
}

.archive-box {
text-align:center;
background:#F9F9F9;
margin-bottom: 45px;
}

.archive-box h1 {
font-size:36px;
color:#000;
text-transform:uppercase;
}

.archive-box span {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
color:#999;
display:inline-block;
border-bottom:1px solid #d8d8d8;
padding-bottom:3px;
margin-bottom:5px;
}

.nothing {
font-size:14px;
color:#999;
text-align:center;
}

.aligncenter,div.aligncenter {
display:block;
margin:5px auto;
}

a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
background:#fff;
border:1px solid #f0f0f0;
max-width:96%;
text-align:center;
padding:5px 3px 10px;
}

.wp-caption.alignright {
margin:5px 0 20px 20px;
}

.wp-caption img {
border:0 none;
height:auto;
max-width:98.5%;
width:auto;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

.gallery .gallery-caption {
font-size:12px;
color:#888;
font-family:"Open Sans";
}

.gallery .gallery-icon img {
border-radius:2px;
border:1px solid #eee!important;
padding:7px;
}

.gallery .gallery-icon img:hover {
border:1px solid #ccc!important;
}

.error-page h1 {
font-size:186px;
color:#000;
}

.error-page p {
color:#999;
font-style:italic;
}

.su-carousel .su-carousel-slide img,.su-custom-gallery-slide img {
border:none!important;
}

caption,th,.list-item .list-content .akustika-post-head {
text-align:left;
}

strong,strong,b,strong *,b *,#nav-wrapper .menu li.current-menu-item > a,#nav-wrapper .menu li.current_page_item > a {
font-weight:700;
}

em,em,i,em *,i * {
font-style:italic;
}

#nav-wrapper,.pagination .newer,#footer .copyright.left {
float:left;
}

#nav-wrapper .menu li.current-menu-item > a,#nav-wrapper .menu li.current_page_item > a,#nav-wrapper .menu li a:hover,#social-bar-top a:hover,.social-widget a:hover > i {
color:#FF002A;
}

#top-search input:focus,#respond input:focus,#respond textarea:focus,.widget #searchform #s:focus {
outline:none;
}

.slide-img .akustika-post-head h2,.list-item .akustika-post-head,.list-item .post-entry p {
margin-bottom:14px;
margin-top: 10px;
}

.slide-img .akustika-post-head h2 a,.post-entry h2 {
font-size:24px;
}

.akustika-post-head h2,.akustika-post-head h1,#respond .comment-form-url {
margin-bottom:5px;
}

.post-entry img,.widget img {
max-width:100%;
height:auto;
}

.post-entry a:hover,.item-related h3 a:hover,.thecomment .comment-text span.author a:hover,.widget a:hover {
text-decoration:underline;
}

.meta-comments,.pagination .older,#footer .copyright.right {
float:right;
margin-top: 5px;
}

.author-img img,.thecomment .author-img img,.about-radius {
border-radius:50%;
}

.post-box,.about-widget,.social-widget,.error-page {
text-align:center;
}
.about-widget p{
    padding: 15px;
}

.item-related:last-child,#main.fullwidth .item-related:last-child,#main.fullwidth .akustika-grid li:nth-of-type(2n+2),.akustika-grid li:nth-of-type(2n+2),.social-widget a:last-child {
margin-right:0;
}

.item-related h3,.widget ul.side-newsfeed li .side-item .side-item-text h4 {
margin-bottom:4px;
}

.item-related span.date,.list-meta .date {
font-size:11px;
font-style:italic;
color:#999;
}
.list-meta{
    padding-bottom: 15px;
    padding-left: 15px;
}

.comments,.grid-item {
margin-bottom:25px;
}

.thecomment .comment-text,.list-item .list-content,.widget ul.side-newsfeed li .side-item,.widget ul.side-newsfeed li .side-item .side-item-text {
overflow:hidden;
}

.post-comments span.reply a:hover,#respond h3 small a:hover {
opacity:.8;
}

.pagination a:hover,.widget ul li a {
color:#424242;
}

.list-item .akustika-post-head h2 a,.grid-item .akustika-post-head h2 a {
font-size:22px;
}
#underslider{
   
    
}
#sidebar .instagram-pics li img,#instagram-footer .instagram-pics li img {
max-width:100%;
}

#sidebar .instagram-pics li img:hover,#instagram-footer .instagram-pics li img:hover {
opacity:.87;
}

.minifooter{
    padding: 0 15px;
}
#footer .instagram-title, #underslider .instagram-title {
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:15px; 
}
#footer .widget-title, #underslider .widget-title {
    background: #fff;
    color: #333;
    border: none!important;
    margin-bottom:0px;
}
#footer .instagram-pics li, #underslider .instagram-pics li {
    width:11.111%;
    display:inline;
    float:left;
}
#footer .widget ul li , #underslide .widget ul li{
    border-bottom: 0px;
}
#footer .instagram-pics li img, #underslide .instagram-pics li img  {
    max-width:100%;
}
#footer .instagram-pics li img:hover, #underslide .instagram-pics li img:hover {
    opacity:.87;
}
#footer p.clear, #underslide p.clear {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin-top: 5px;
}

.alignnone,a img.alignnone,.wp-caption.alignnone,.wp-caption.alignleft {
margin:5px 20px 20px 0;
}

.alignright,a img.alignright {
float:right;
margin:5px 0 20px 20px;
}

.alignleft,a img.alignleft {
float:left;
margin:5px 20px 20px 0;
}