

.avatar-author {
float:left;
margin-right:10px;
margin-top:5px;
border-radius:50%;
padding:0;
width:35px;
height:35px;
}

/* Scrollbar
----------------------------------------------- */
::-webkit-scrollbar {
width:8px;
height:8px;
}

::-webkit-scrollbar-track {
background:#FFF;
-webkit-box-shadow:inset 1px 1px 2px #E0E0E0;
border:1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
background:#c0392b;
-webkit-box-shadow:inset 1px 1px 2px rgba(155,155,155,0.4);
}

::-webkit-scrollbar-thumb:hover {
-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:active {
background:#333;
-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3);
}

/* Text selection
----------------------------------------------- */
::selection {
background:#e67e22;
color:#fff
}

::-moz-selection {
background:#e67e22;
color:#fff
}

::-webkit-selection {
background:#e67e22;
color:#fff
}

/* Tickercontainer 
----------------------------------------------- */
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 1038px; 
height: 50px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
width: 1018px;
overflow: hidden;
}

ul.newsticker { 
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
}

ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
} 

ul.newsticker span {
margin: 0 10px 0 0;
} 


#HTML102 {
display:none
}

#HTML103 {
display:none
}

#HTML104 {
display:none
}

#HTML106 {
display:none
}

#HTML107 {
display:none
}

#HTML108 {
display:none
}

#HTML109 {
display:none
}

/*Sitemap
----------------------------------------------- */

#tabbed-toc {
width:99%;
margin:0 auto;
background-color:#111;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);
-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);
box-shadow:0 1px 3px rgba(0,0,0,.4);
overflow:hidden;
position:relative;
color:#333
}

#tabbed-toc .loading {
display:block;
padding:5px 10px;
font:normal bold 10px Arial,Sans-Serif;
color:#FFF
}

#tabbed-toc ul,#tabbed-toc ol,#tabbed-toc li {
margin:0;
padding:0;
list-style:none
}

#tabbed-toc .toc-tabs {
width:20%;
float:left
}

#tabbed-toc .toc-tabs li a {
display:block;
font:normal bold 10px/14px Arial,Sans-Serif;
height:28px;
overflow:hidden;
text-overflow:ellipsis;
color:#ccc;
text-transform:uppercase;
text-decoration:none;
padding:0 12px;
cursor:pointer
}

#tabbed-toc .toc-tabs li a:hover {
background-color:#444;
color:#FFF
}

#tabbed-toc .toc-tabs li a.active-tab {
background-color:#44204e;
color:#FFF;
-webkit-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
-moz-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
box-shadow:-2px 2px 2px rgba(0,0,0,.5);
position:relative;
z-index:5;
margin:0 -1px 0 0
/* cursor:text;
  */
}

#tabbed-toc .toc-content,#tabbed-toc .divider-layer {
width:80%;
float:right;
background-color:#FFF;
border-left:5px solid #44204e;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

#tabbed-toc .divider-layer {
float:none;
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
-webkit-box-shadow:0 0 7px rgba(0,0,0,.7);
-moz-box-shadow:0 0 7px rgba(0,0,0,.7);
box-shadow:0 0 7px rgba(0,0,0,.7)
}

#tabbed-toc .panel {
position:relative;
z-index:5;
font:normal normal 10px Arial,Sans-Serif
}

#tabbed-toc .panel li a {
display:block;
position:relative;
font-weight:700;
font-size:11px;
color:#333;
line-height:30px;
height:30px;
padding:0 12px;
text-decoration:none;
outline:none;
overflow:hidden
}

#tabbed-toc .panel li time {
display:block;
font-style:italic;
font-weight:400;
font-size:10px;
color:#666;
float:right
}

#tabbed-toc .panel li .summary {
display:block;
padding:10px 12px;
font-style:italic;
border-bottom:4px solid #275827;
overflow:hidden
}

#tabbed-toc .panel li .summary img.thumbnail {
float:left;
display:block;
margin:0 8px 0 0;
padding:4px;
width:72px;
height:72px;
border:1px solid #dcdcdc;
background-color:#fafafa
}

#tabbed-toc .panel li:nth-child(even) {
background-color:#f1f1f1;
font-size:10px;
color:#fff
}

#tabbed-toc .panel li a:hover,#tabbed-toc .panel li a:focus,#tabbed-toc .panel li a:hover time,#tabbed-toc .panel li.bold a {
background-color:#333;
color:#FFF;
outline:none
}

#tabbed-toc .panel li.bold a:hover,#tabbed-toc .panel li.bold a:hover time {
background-color:#222
}

@media (max-width:700px) {
#tabbed-toc {
background-color:#fff;
border:0 solid #888
}

#tabbed-toc .toc-tabs,#tabbed-toc .toc-content {
overflow:hidden;
width:auto;
float:none;
display:block
}

#tabbed-toc .toc-tabs li {
display:inline;
float:left
}

#tabbed-toc .toc-tabs li a,#tabbed-toc .toc-tabs li a.active-tab {
background-color:#111;
color:#ccc;
-webkit-box-shadow:2px 0 7px rgba(0,0,0,.4);
-moz-box-shadow:2px 0 7px rgba(0,0,0,.4);
box-shadow:2px 0 7px rgba(0,0,0,.4)
}

#tabbed-toc .toc-tabs li a.active-tab {
background-color:#DF1010;
color:#fff
}

#tabbed-toc .toc-content {
border:none
}

#tabbed-toc .divider-layer,#tabbed-toc .panel li time {
display:none
}
}

@media only screen and (min-width:980px) and (max-width:1200px) {
#outer-wrapper {
overflow:hidden;
background:#fff;
width:100%;
margin:10px auto
}

a.post_thumb {
padding:4px;
border:1px solid #E0E0E0;
display:block;
float:left;
width:220px;
height:170px
}

#topbox {
width:31%;
float:left;
margin:0!important
}

#topbox2 {
width:31%;
float:left;
margin:0 0 0 24px!important
}

#topbox3 {
width:31%;
float:left;
margin:0 0 0 24px!important
}
}

@media only screen and (min-width:980px) and (max-width:1100px) {
#outer-wrapper {
overflow:hidden;
background:#fff;
width:100%;
margin:10px auto
}

a.post_thumb {
padding:4px;
border:1px solid #E0E0E0;
display:block;
float:left;
width:220px;
height:170px
}

#topbox {
width:31%;
float:left;
margin:0!important
}

#topbox2 {
width:31%;
float:left;
margin:0 0 0 24px!important
}

#topbox3 {
width:31%;
float:left;
margin:0 0 0 24px!important
}
}

@media only screen and (min-width:980px) and (max-width:1089px) {
.flextitle-caption {
position:relative;
left:5px;
margin-bottom:15px;
background:rgba(248,140,0,0.70);
padding:2px 10px
}

.flextitle-caption h1 a {
position:relative;
font-family:open sans,sans-serif;
font-weight:600;
font-size:5px;
color:#eee;
transition:width 2s;
-webkit-transition:width 2s
}

.post-body img {
width:100%;
width:100%
}

.teaserPostMeta {
float:none
}
}

@media only screen and (min-width:768px) and (max-width:979px) {
#outer-wrapper {
overflow:hidden;
background:#fff;
width:768px;
margin:10px auto
}

a.post_thumb {
padding:4px;
border:1px solid #E0E0E0;
display:block;
float:left;
width:200px;
height:160px
}

#header-ads {
width:60%;
height:20%;
display:inline-block;
float:right;
margin:50px 25px 0 0
}

#nav{width:768px;
}

.selectnav {
display:block
}

#nav3 {
display:none
}

#headlines2{
width:100%
}

#menuhlng1,#menuhlng2,#menuhlng3 {
display:none
}

#nav2 {
height:40px
}

#selectnav1 {
position:absolute;
bottom:12px;
width:74%;
height:30px;
top:5px;
padding:5px;
left:3%;
background:#444;
color:#FFF;
outline:none;
border:1px solid #111;
cursor:pointer;
margin:0;
text-transform:capitalize
}

#selectnav2 {
position:absolute;
bottom:13px;
width:60%;
left:3%;
background:#444;
color:#fff;
outline:none;
border:1px solid #111;
cursor:pointer;
text-transform:capitalize;
max-width:722px;
}

#selectnav1 option,#selectnav2 option {
cursor:pointer
}

#date_wrapper {
color:#fff;
margin-top:12px;
margin-right:10px
}

#social_icons {
float:right;
position:relative;
margin-left:16px!important;
top:4px!important
}

#header img {
margin-top:-14px
}

.post h1,.post h2 {
font-size:18px
}

.flex-slider_item {
height:280px;
overflow:hidden;
width:100%;
}

.flex-slider .slides img {
width:100%;
height:280px;
}

.flex-slider .item-thumbnail img {
width:100%;
height:280px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-next {
bottom:250px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-prev {
bottom:250px;
overflow:hidden
}

.tickercontainer {
width: 768px
}
.tickercontainer .mask {
width: 768px
}

.tag-post3 li {
float:left;
width:100%;
}

.breadcrumb .crust {
width:100%;
float:none;
height:auto;
overflow:hidden
}

.breadcrumb .crust .arrow span {
display:none
}

.post-body img {
width:100%;
width:100%
}

#footer-widgetfix {
width:100%;
overflow:hidden
}

#footer-widgetfix .footer-widget {
width:46%;
float:left;
margin-left:20px
}

.social_txt span {
margin-left:48px;
margin-bottom:14px;
color:#fff;
font-size:120%
}

#credit {
width:100%
}

.credit-left {
width:100%;
text-align:center
}

.credit-right {
width:100%;
text-align:center
}

.flickr {
width:100%
}

.social_txt span {
margin-left:110px;
margin-bottom:14px;
color:#fff
}

ul.social_menu {
margin-left:-8px!important
}


ul.label_with_thumbs li {
width:61px
}

ul.label_with_thumbs li:hover {
width:61px
}

.status-msg-wrap #error-404 {
margin:-10px 20px 40px 130px;
autotext-align:center;
transition:all .8s ease 0;
font-family:Oswald,sans-serif;
font-weight:400
}

.status-msg-wrap #error-404 span {
color:#FF1E00;
font-size:120px;
font-weight:700;
}

.status-msg-wrap .large-heading {
font-size:40px;
line-height:1.2em
}

.status-msg-wrap .light-heading {
font-size:15px;
font-weight:400
}

#searchform {
width:100%;
}


#searchform input[type=text] {
width:85%;
height:37px;
}

#searchform input[type=submit] {
max-width:15%;
max-height:100%;
}

#searchformfix {
width:30%;
float:right;
margin-top:0px!important;
margin-right:20px!important;
}

}

@media only screen and (min-width:480px) and (max-width:767px) {
#outer-wrapper {
overflow:hidden;
background:#fff;
width:480px;
margin:10px auto
}

#main-wrapper {
overflow:hidden;
width:100%;
margin-left: 0%;
float:none
}

#sidebar-wrapper {
width:100%;
float:none;
margin-left:0%;
}

#sidebar-wrapper2 {
width:100%;
float:none;
margin-left:-0%;
}

#tagpost-wrapper {
margin-left: 0%;
}

a.post_thumb {
padding:4px;
border:1px solid #E0E0E0;
display:block;
float:left;
width:160px;
height:120px
}

.post h1,.post h2 {
font-size:18px
}

#nav {width:480px
}

.selectnav {
display:block
}

#nav3 {
display:none
}

#headlines2{
width:100%
}

#menuhlng1,#menuhlng2,#menuhlng3 {
display:none
}

#selectnav1 {
position:absolute;
bottom:12px;
width:58%;
height:30px;
top:5px;
padding:5px;
left:5%; 
background:#444;
color:#fff;
outline:none;
border:1px solid #111;
cursor:pointer;
margin:0;
text-transform:capitalize
}

#selectnav2 {
position:absolute;
bottom:13px;
width:45%;
max-width:432px;
left:3.6%;
background:#444;
color:#fff;
outline:none;
border:1px solid #111;
cursor:pointer;
text-transform:capitalize
}

#selectnav1 option,#selectnav2 option {
cursor:pointer
}

#date_wrapper {
color:#fff;
margin-top:12px;
margin-right:10px
}

#nav2 {
height:40px
}

#social_icons {
float:right;
margin-left:50px;
margin-top:4px
}

#tagpost-wrapper {
width:100%
}

.bottomBox {
width:100%
}

#header-ads {
display:none
}

#header-title {
float:none;
display:block;
text-align:center;
margin:20px auto
}

#header h1 {
margin-top:50px;
line-height:1.2em;
text-transform:uppercase;
font:$(header.font.style);
}

#header img {
width:80%;
height:100%;
margin-top:-20px;
margin-left:auto;
margin-right:auto
}

.flex-slider_item {
height:250px;
overflow:hidden;
width:100%;
}

.flex-slider .slides img {
width:100%;
height:250px;
}

.flex-slider .item-thumbnail img {
width:100%;
height:250px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-next {
bottom:220px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-prev {
bottom:220px;
overflow:hidden
}

.news-ticker {
margin-bottom:1px}

.tickercontainer {
width: 480px
}
.tickercontainer .mask {
width: 480px
}

.tag-post3 li {
float:left;
width:100%;
}

#slider-fix {
margin-top:0px
}

.breadcrumb .crust {
width:100%;
float:none;
height:auto;
overflow:hidden
}

.breadcrumb .crust .arrow span {
display:none
}

.post-body img {
width:100%;
width:100%
}

.relatedposts strong {
max-height:auto
}

.relatedposts li {
min-width:98%;
max-width:98%;
float:none;
height:auto;
overflow:hidden
}

#footer-widgetfix {
width:100%;
overflow:hidden
}

#footer-widgetfix .footer-widget {
width:92%;
float:left;
margin-left:20px
}

.social_txt span {
margin-left:48px;
margin-bottom:14px;
color:#fff;
font-size:120%
}

#credit {
width:100%
}

.credit-left {
width:100%;
text-align:center
}

.credit-right {
width:100%;
text-align:center
}

.flickr {
width:100%
}

.social_txt span {
margin-left:150px;
margin-bottom:14px;
color:#fff
}

ul.social_menu {
margin-left:34px!important
}

#teaser .col_teaser {
width:50%;
height:50%
}

#sidebar-box {
margin:12px 0 0
}

#sidebar-box2 {
margin:16px 0 8px
}

.status-msg-wrap #error-404 {
margin:50px 20px 40px 80px;
autotext-align:center;
transition:all .8s ease 0;
width:240px;
font-family:Oswald,sans-serif;
font-weight:400;
}

.status-msg-wrap #error-404 span {
font-size:120px;
font-weight:700;
}

.status-msg-wrap .large-heading {
font-size:40px;
line-height:1.2em
}

.status-msg-wrap .light-heading {
font-size:15px;
font-weight:400
}

#searchform {
width:100%;
}


#searchform input[type=text] {
width:85%;
height:37px;
}

#searchform input[type=submit] {
max-width:15%;
max-height:100%;
}

#searchformfix {
width:40%;
float:right;
margin-top:0px!important;
margin-right:20px!important;
}
}

@media only screen and (min-width:320px) and (max-width:479px){
#outer-wrapper {
overflow:hidden;
background:#fff;
width:320px;
margin:10px auto
}

#main-wrapper {
overflow:hidden;
width:100%;
margin-left: 0%;
float:none
}

#sidebar-wrapper {
width:100%;
float:none;
margin-left:0%;
}

#sidebar-wrapper2 {
width:100%;
float:none;
margin-left:-0%;
}

a.post_thumb {
padding:4px;
border:1px solid #E0E0E0;
display:block;
float:left;
width:160px;
height:120px
}

.post h1,.post h2 {
font-size:18px
}

#nav {
width:320px;
}

.selectnav {
display:block
}

#nav3 {
display:none
}

#headlines2{
width:100%
}

#menuhlng1,#menuhlng2,#menuhlng3 {
display:none
}

#nav2 {
height:40px
}

#selectnav1 {
position:absolute;
bottom:12px;
width:38%;
height:30px;
top:5px;
padding:5px;
left:8%; 
background:#444;
color:#FFF;
outline:none;
border:1px solid #111;
cursor:pointer;
text-transform:capitalize
}

#selectnav2 {
position:absolute;
bottom:13px;
left:8%;
width:100%;
max-width:272px;
background:#444;
color:#fff;
outline:none;
border:1px solid #111;
cursor:pointer;
margin:5px 0 0 -1px;
text-transform:capitalize
}

#selectnav1 option,#selectnav2 option {
cursor:pointer
}

#date_wrapper {
color:#fff;
margin-top:12px;
margin-right:10px
}

#social_icons {
float:none;
margin-left:16px!important;
top:-22px!important
}

#header-ads {
display:none
}

#header-title {
float:none;
display:block;
text-align:center;
margin:20px auto
}

#header h1 {
margin-top:50px;
line-height:1.2em;
text-transform:uppercase;
font:$(header.font.style);
}

#header img {
width:80%;
height:100%;
margin-top:30px;
margin-left:auto;
margin-right:auto
}

.flex-slider_item {
height:180px;
overflow:hidden;
width:100%;
}

.flex-slider .slides img {
width:100%;
height:180px;
}

.flex-slider .item-thumbnail img {
width:100%;
height:180px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-next {
bottom:150px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-prev {
bottom:150px;
overflow:hidden;
}

.flex-slider .slider_caption h3 {
display:none;
}

.flex-slider .slider_caption {
display:none;
}

.flex-slider .flex-control-nav.flex-control-paging{
display:none;
}

.tag-post3 li {
float:left;
width:100%;
}

#slider-fix {
margin-top:0px
}


#pbt-slider {
width:100%;
}

.pbt-slider {
width:100%;
height:auto;
}

.pbt-slider-wrap {
height:150px;
}

.pbt-slider .slider_caption h3 a {
font-family:Oswald,serif;
color:#fff;
font-size:17px;
line-height:1.2em;
}

.pbt-slider_item,.pbt-slider .slides .item-thumbnail img {
width:100%;
height:150px;
}

.pbt-slider .slider_caption h3 p {
display:none;
}

.pbt-slider-sg{width:100%;}

.pbt-slider-sg ul li .post-thumbnail{width:100%;height:150px;}

.pbt-slider-sg a {height:150px;}

.pbt-slider-sg ul li h3{font-size:14px;}


.breadcrumb .crust {
width:100%;
float:none;
height:auto;
overflow:hidden
}

.breadcrumb .crust .arrow span {
display:none
}

.post-body img {
width:100%;
width:100%
}

.relatedposts strong {
max-height:auto
}

.relatedposts li {
min-width:99%;
max-width:99%;
float:none;
height:auto;
overflow:hidden
}

#footer-widgetfix {
width:100%;
overflow:hidden
}

#footer-widgetfix .footer-widget {
width:87%;
float:left;
margin-left:20px
}

.social_txt span {
margin-left:48px;
margin-bottom:14px;
color:#fff;
font-size:120%
}

#credit {
width:100%
}

.credit-left {
width:100%;
text-align:center
}

.credit-right {
width:100%;
text-align:center
}

.flickr {
width:100%
}

.social_txt span {
margin-left:74px;
margin-bottom:14px;
color:#fff
}

ul.social_menu {
margin-left:-10px!important
}

.postmeta-fix {
margin-left:0
}


#sidebar-box {
margin:12px 0 0
}

#sidebar-box2 {
margin:16px 0 8px
}

.status-msg-wrap #error-404 {
margin:-10px 20px 40px 5px;
autotext-align:center;
transition:all .8s ease 0;
width:240px;
font-family:Oswald,sans-serif;
font-weight:400
}

.status-msg-wrap #error-404 span {
color:#FF1E00;
font-size:90px;
font-weight:700;
}

.status-msg-wrap .large-heading {
font-size:30px;
line-height:1.2em
}

.status-msg-wrap .light-heading {
font-size:15px;
font-weight:400
}

.tag-post1 li {
float:left;
display:block;
overflow:hidden;
border-bottom:1px solid #eaeaea;
float:right;
padding:7px 0!important;
width:47%
}

.tag-post1 li:first-child {
display:block;
border-bottom:0;
float:left;
margin:0px 10px 0px 0px!important;
width:47%
}

#tag-widget2 {
width:100%;
float:none;
padding-bottom:1px;
}

#tag-widget3 {
width:100%;
float:none;
margin-left:0%;
padding-bottom:1px;
}

#searchformfix {
display:none
}
}

@media only screen and (max-width:319px) {
#outer-wrapper {
overflow:hidden;
background:#fff;
width:240px;
margin:10px auto
}

#main-wrapper {
overflow:hidden;
width:100%;
margin-left: 0%;
float:none
}

#sidebar-wrapper {
width:100%;
float:none;
margin-left:0%;
}

#sidebar-wrapper2 {
width:100%;
float:none;
margin-left:-0%;
}

a.post_thumb {
padding:4px;
border:1px solid #E0E0E0;
display:block;
float:left;
width:100px;
height:100px
}

.post h1,.post h2 {
font-size:18px
}

#nav {width:280px
}

.selectnav {
display:block
}

#menuhlng1,#menuhlng2,#menuhlng3 {
display:none
}

#nav2 {
height:40px
}

#nav3 {
display:none
}

#headlines2{
width:100%
}

#selectnav1 {
position:absolute;
bottom:12px;
width:84%;
height:30px;
top:5px;
padding:5px;
left:8%; 
background:#444;
color:#FFF;
outline:none;
border:1px solid #111;
cursor:pointer;
text-transform:capitalize
}

#selectnav2 {
position:absolute;
bottom:13px;
width:100%;
max-width:205px;
left:8%;
background:#444;
color:#fff;
outline:none;
border:1px solid #111;
cursor:pointer;
margin:5px 0 0 -1px;
text-transform:capitalize
}

#selectnav1 option,#selectnav2 option {
cursor:pointer
}

#date_wrapper {display:none;
}

#social_icons {
display:none
}

.bottomBox {
width:100%
}

#header-ads {
display:none
}

#header-title {
float:none;
display:block;
text-align:center;
margin:40px 40px 20px 0px
}

#header h1 {
position:relative;
margin-top:70px;
margin-left:-40px;
margin-right:40px;;
line-height:1.2em;
text-transform:uppercase;
font:$(header.font.style);
}

#header img {
width:75%;
height:75%;
margin-top:50px;
margin-left:auto;
margin-right:65px
}

.flex-slider_item {
height:150px;
overflow:hidden;
width:100%;
}

.flex-slider .slides img {
width:100%;
height:150px;
}

.flex-slider .item-thumbnail img {
width:100%;
height:150px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-next {
bottom:120px;
overflow:hidden;
}

.flex-slider .flex-direction-nav .flex-prev {
bottom:120px;
overflow:hidden;
}

.flex-slider .slider_caption h3 {
display:none;
}

.flex-slider .slider_caption {
display:none;
}

.flex-slider .flex-control-nav.flex-control-paging{
display:none;
}

.tag-post1 li {
width:47%
}

.tag-post1 li:first-child {
width:47%
}

.tag-post3 li {
float:left;
width:100%;
}

#slider-fix {
padding-top:0px
}


#pbt-slider {
width:100%;
}

.pbt-slider {
width:100%;
height:auto;
}

.pbt-slider-wrap {
height:150px;
}

.pbt-slider .slider_caption h3 a {
font-family:Oswald,serif;
color:#fff;
font-size:14px;
line-height:1.2em;
}

.pbt-slider_item,.pbt-slider .slides .item-thumbnail img {
width:100%;
height:150px;
}

.pbt-slider .slider_caption h3 p,.pbt-slider-sg {
display:none;
}

.breadcrumb .crust {
width:100%;
float:none;
height:auto;
overflow:hidden
}

.breadcrumb .crust .arrow span {
display:none
}

.post-body img {
width:100%;
height:100%
}

.relatedposts strong {
max-height:auto
}

.relatedposts li {
min-width:99%;
max-width:99%;
float:none;
height:auto;
overflow:hidden
}

#footer-widgetfix {
width:100%;
overflow:hidden
}

#footer-widgetfix .footer-widget {
width:83%;
float:left;
margin-left:20px
}

.social_txt span {
margin-left:32px;
margin-bottom:14px;
color:#fff
}

ul.social_menu {
margin-left:-10px!important
}

#credit {
width:100%
}

.credit-left {
width:100%;
text-align:center
}

.credit-right {
width:100%;
text-align:center
}

.flickr {
width:100%
}

.postmeta-fix {
margin-left:0
}

#sidebar-box {
margin:12px 0 0
}

#sidebar-box2 {
margin:16px 0 8px
}

#tag-widget2 {
width:100%;
float:none;
padding-bottom:1px;
}

#tag-widget3 {
width:100%;
float:none;
margin-left:0%;
padding-bottom:1px;
}

.status-msg-wrap #error-404 {
margin:-10px 20px 40px 4px;
autotext-align:center;
transition:all .8s ease 0;
width:180px;
font-family:Oswald,sans-serif;
font-weight:400;
float:none;
height:auto
}

.status-msg-wrap #error-404 span {
color:#FF1E00;
font-size:75px;
font-weight:700;
}

.status-msg-wrap .large-heading {
font-size:25px;
line-height:1.2em
}

.status-msg-wrap .light-heading {
font-size:12px;
font-weight:400
}

#searchformfix {
display:none
}
}

