/*
Theme Name: Repose
Theme URI: http://mythemeshop.com/themes/repose
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Repose is a flexible, multi-format WordPress theme that is perfect for blogs, businesses, news portals and static websites.
Version: 1.0
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object {
    max-width: 100%;
    height: auto!important;
}
iframe { max-width: 100% }
blockquote {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    padding: 0 10px 20px 27px;
    position: relative;
    margin-top: 25px;
}
blockquote:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f10d";
    font-size: 20px;
    width: 50px;
    top: 0;
    left: 0;
}
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-weight: normal;
    font-style: normal;
}
pre {
    margin: 5px 0 20px 0;
    line-height: 1.3em;
    padding: 8px 10px;
    overflow: auto;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFD700;
}
address {
    margin: 10px 0;
    font-style: italic;
}
.wp-caption {
    max-width: 100%;
    text-align: right;
    font-style: italic;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }
.wp-caption-text { margin-bottom: 0 }
dl { }
dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
dt:after { content: ":" }
dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
    overflow: hidden;
}
/*-[ Framework ]--------------------*/
body {
    font: 14px/23px arial, sans-serif;
    color: #866d5b;
    background-color: #EBEBEB;
}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
    color: #795e4b;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
.sub-title { font-size: 12px }
p { margin-bottom: 20px }
a {
    text-decoration: none;
    color: #e4725b;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #e4725b }
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.main-container {
    width: 940px;
    margin: 0 auto;
    max-width: 96%;
}
#page, .container {
    max-width: 940px;
    min-width: 240px;
    overflow: visible;
}
#page {
    padding-top: 0;
    min-height: 100px;
    float: left;
    clear: both;
    width: 100%;
}
#page .content {
    width: 100%;
    display: block;
    float: left;
}
#page.single { margin-top: 35px }
/*-[ Header Bottom ]-----------------------*/
.header-bottom {
    width: 100%;
    float: left;
    display: block;
    clear: both;
    background: url(images/hdbg.png) 0 0 repeat;
    padding: 25px 0;
}
.single .header-bottom { padding: 10px 0 }
.header-bottom-second {
    width: 100%;
    float: left;
    display: block;
    clear: both;
    background: #f2e4da;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 35px 0 25px 0;
}
.single .header-bottom-second { padding: 30px 0 23px }
#three_cat_home {
    padding: 0;
    width: 100%;
    display: block;
    clear: both;
    float: left;
    margin-top: 35px;
}
.home-page { margin-top: 35px }
.hcattitle {
    font-size: 22px;
    color: #795e4b;
    font-weight: normal;
    line-height: 22px;
    margin: 6px 0;
}
.hm_cat_exp {
    color: #866d5b;
    width: 100%;
}
.cat_home {
    width: 28.68%;
    margin-right: 2.4%;
    float: left;
    background: #fff9f2;
    padding: 13px 1.4%;
    max-width: 300px;
    position: relative;
}
.cat_home:last-child { margin-right: 0 }
.cat_home img { float: none;}
.featured_video, .content .post_box_reg, .pagination, #widget_tab, .featured_video, .cat_home {
    border: 1px solid #FFF;
    box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    -webkit-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
}
.cat_home:before, .featured_video:before {
    content: "";
    width: 90.2%;
    height: 2px;
    background: #e4725b;
    position: absolute;
    top: 40px;
    left: 5.4%;
}
.featured_video:before {
    left: 2.2%;
    width: 95.3%;
    top: 44px;
}
.cat_name {
    width: auto;
    padding: 3px 20px 3px;
    color: #fff !important;
    font-size: 20px;
    position: relative;
    max-width: 100%;
    float: left;
}
.cat_home .thetime {
    margin-right: 10%;
    margin-left: 0;
}
.cat_home .theauthor a { text-transform: capitalize }
.cat_home .post-info {
    border-top: 1px solid #dacbc2;
    padding-top: 10px;
    margin-top: 15px;
}
.post-info .icon-calendar { color: #b39e8f !important }
#header-widget-container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
}
/*-[ Regular post on home ]-----------------------*/
.hm_post_box { padding-left: 0 }
.featured_video { margin-bottom: 35px }
.featured_video .hcattitle {
    margin-bottom: 8px;
    margin-top: 7px;
}
.featured_video label {
    color: #fff !important;
    float: left;
    font-size: 20px;
    padding: 6px 20px 3px;
    width: auto;
}
.featured_video, .content .post_box_reg {
    padding: 2.2%;
    background: #fff9f2;
    width: 95.4%;
    position: relative;
}
.content .post_box_reg .excerpt {
    width: 49%;
    clear: none;
    max-width: 284px;
    border-bottom: 1px solid #EBE0D8;
    clear: left;
}
.content .post_box_reg .title {
    font-size: 15px;
    font-weight: normal;
}
.excerpt_two .featured-thumbnail, .flex-container #carousel .slides img, .relatedthumb img, .advanced-recent-posts img, .popular-posts img, .category-posts img, #tabber .inside li img, .hm_post_box img {
    padding: 1px;
    border: 1px solid #e3dad1;
    background: #fff;
}
.hm_post_box img {
    border: 0;
    padding: 0;
}
.hm_post_box .post-content {
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 71px;
}
.hm_post_box .excerpt {
    margin-bottom: 15px;
    float: left;
}
.hm_post_box .last { float: right }
.hm_post_box .featured-thumbnail { margin-top: 5px }
.hm_post_box .post-info {
    float: none;
    clear: none;
    margin-top: 4px;
}
/*-[ Slider ]-----------------------*/
.slider-container {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    background: #fff9f2;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.flexslider {
    max-width: 620px;
    width: 65.8%;
    display: block;
    float: left;
}
.flexslider .slides img {
    padding: 2.2%;
    background: #fff;
    width: 95.2%;
    border-right: 1px solid #ece2d7;
}
.slider-container .flex-container {
    margin-bottom: 0;
    background: #faf2e9;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.flex-container ol.flex-control-nav { display: none !important }
.flex-container #carousel {
    width: 33.4%;
    max-width: 315px;
    padding: 0;
    border: none;
}
#carousel .slides {
    padding-left: 3.2%;
    max-width: 96.6%;
}
#carousel .slides li {
    display: block !important;
    clear: both;
    max-width: 93.5%;
    position: relative !important;
    border: 1px solid #ece2d7;
    padding: 6px 7px;
    background: rgba(255, 255, 255, 0.68);
    margin-bottom: 11px;
}
#carousel .flex-direction-nav {
    display: none !important;
    visibility: hidden;
}
#carousel .slides li span.entry-title {
    display: block;
    padding-left: 77px;
    line-height: 22px;
}
#carousel .slides li a {
    color: #795e4b;
    font-size: 15px;
    line-height: 18px;
}
#carousel .slides li:first-child { margin-top: 15px }
.flex-container #carousel .slides img { max-width: 61px }
.flex-control-thumbs {
    max-width: 320px;
    right: 0;
    top: 0;
    position: absolute !important;
}
.flex-control-thumbs li { width: 100% !important }
.post-info .icon-user, .post-info .icon-calendar, .thetime .icon-calendar, .meta .icon-calendar {
    margin-right: 5px;
}
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    background: #fff9f2;
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
#header {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0%;
}
#header h1, #header h2 {
    font-size: 32px;
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 20px 0 22px;
    text-transform: uppercase;
}
#logo a { float: left }
#logo a img { float: left }
.widget-header {
    float: left;
    max-width: 77.7%;
}
.widget-header a {
    display: block;
    float: left;
    width: 100%;
}
.widget-header-bottom-right {
    float: right;
    max-width: 20.3%;
    width: 100%;
}
/*-[ Navigation ]-----------------*/
.secondary-navigation {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 62%;
    margin-top: 20px;
}
.secondary-navigation a {
    font-size: 14px;
    color: #806856;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
    padding: 8px 20px;
}
.secondary-navigation li li a { line-height: 1 }
.secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    color: #9B9B9B;
}
#navigation > .sf-js-enabled > li > a.sf-with-ul { margin-right: 13px }
.sf-js-enabled li ul.sf-with-ul { padding-right: 20px }
.sf-with-ul:after {
    content: " ";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 6px;
}
.sf-with-ul i {
    position: absolute;
    top: 0;
    right: 28px;
}
.menu ul .sf-with-ul i { right: 21px }
#navigation {
    margin: 0 auto;
    font-size: 13px;
    width: 100%;
    float: left;
}
#navigation ul { margin: 0 auto }
#navigation .menu { float: right }
#navigation ul li {
    float: left;
    position: relative;
    margin-left: 10px;
}
#navigation ul .header-search { float: right }
#navigation > ul > li:last-child { border-right: none }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited { display: block }
#navigation > ul > .current a {
    background: transparent;
    color: #5a5a5a !important;
}
#navigation ul li li {
    border: 1px solid #eee;
    border-width: 1px 0;
    border-bottom: 0;
}
#navigation ul ul {
    position: absolute;
    width: 177px;
    z-index: 400;
    font-size: 12px;
    color: #798189;
    border-style: solid;
    border-width: 3px 2px;
    background: #fff9f2;
    padding: 0;
}
#navigation ul ul li {
    margin-left: 0;
    padding: 0 10%;
    width: 80%;
    color: #866d5b;
}
#navigation ul ul li:first-child { border-top: none }
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
    padding: 7px 0;
    position: relative;
    border-left: 0;
    background: transparent;
    border-right: 0;
    text-transform: none;
    line-height: 1.4;
}
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
    opacity: 0;
    left: -999em;
}
#navigation ul li:hover ul {
    left: auto;
    opacity: 1;
}
#navigation ul ul ul {
    top: -3px;
    left: 177px;
}
#navigation ul ul ul:after { border-color: transparent }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
    left: -999em;
    opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
    opacity: 1;
    left: 177px;
}
#navigation .menu [class^="icon-"], #navigation .menu [class*=" icon-"] {
    font-size: 14px;
    margin-left: 0;
}
.menu [class^="icon-"]:before, .menu [class*=" icon-"]:before {
    position: absolute;
    top: 10px;
    left: 0px;
}
.menu ul [class^="icon-"]:before, .menu ul [class*=" icon-"]:before { left: 18px }
.menu [class^="icon-"] > a, .menu [class*=" icon-"] > a { padding-left: 20px!important }
.sub-menu {
    top: 34px;
    background: #222;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
}
.sub-menu:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.sub-menu:after {
    border-color: rgba(34,34,34,0);
    border-bottom-color: #222;
    border-width: 11px;
    left: 15%;
    margin-left: -11px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }
nav a#pull { display: none }
/*-[ Content ]--------------------*/
.article {
    width: 66%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
}
#content_box {
    float: left;
    width: 95.2%;
}
.page #content_box { width: 100% }
.single #content_box { width: 100% }
.content .post_box_reg .excerpt:nth-last-child(2), .content .post_box_reg .excerpt:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.content .post_box_reg .excerpt:last-child { float: right }
#content_box #content {
    float: left;
    display: block;
    width: 100%;
}
.post {
    float: left;
    width: 100%;
}
.single_page {
    background-color: #fff9f2;
    width: 94%;
    padding: 3%;
    border: 1px solid #dacbc2;
}
.postauthor-container {
    clear: both;
    float: left;
    margin-top: 13px;
    width: inherit;
}
.postauthor-container h4 {
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 26px;
}
.ss-full-width, .single_post, .postauthor-top, .postauthor, #commentsAdd #commentform, .commentlist li {
    border: 1px solid #FFF;
    box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    : ;
    -webkit-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    : ;
    margin-left: 0;
    background: #fff9f2;
}
.single_post, .postauthor-top, .postauthor, .commentlist li {
    padding: 20px 3% 15px 3%;
    width: 93.6%;
}
.postauthor { padding: 3% }
.postauthor-top { }
.post-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.post-single-content {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}
.readMore {
    float: right;
    color: #7B7A79;
    max-height: 19px;
}
.readMore a, .slides .readMore {
    width: 19px;
    height: 19px;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 18px !important;
    font-weight: bold;
    font-size: 20px !important;
    background: #e4725b;
}
.readMore a:hover { background-color: #222 }
#three_cat_home .readMore, .content .post_box_reg .readMore { margin-top: 2px }
.ss-full-width {
    padding: 1.8%;
    overflow: hidden;
    margin-bottom: 10px;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.ss-full-width .post-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
.post.excerpt {
    overflow: hidden;
    padding-bottom: 15px;
}
/*-[ excerpt_two ]--------------------*/
.rp_container_home {
    display: block;
    clear: both;
    max-width: 96%;
    width: 940px;
    margin: 0 auto;
}
.post.excerpt_two {
    background: #fff9f2;
    border: 1px solid #FFF;
    padding: 1.6%;
    position: relative;
    float: left;
    clear: none !important;
    margin-right: 1.84%;
    : ;
    : ;
    /* -webkit-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25); */;;
    width: 20.2%;
    margin-bottom: 10px;
}
.excerpt_two .extwotitle, .excerpt_two .featured-thumbnail { cursor: pointer }
.extwotitle {
    display: none;
    max-width: 153px;
    width: 82%;
    padding: 10%;
    position: absolute;
    top: 14px;
    left: 15px;
    text-align: center;
    font-size: 15px;
    color: #795e4b;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.extwotitle span {
    display: block;
    clear: both;
}
.extwotitle .readMore {
    clear: both;
    display: block;
    text-align: center;
    position: relative;
    right: 43%;
    margin-top: 5px;
}
.excerpt_two .featured-thumbnail {
    cursor: pointer;
    width: 100%;
    border: 1px solid;
}
.excerpt_two:hover > .extwotitle { display: block }
.excerpt_two .featured-thumbnail {
    border: 1px solid #fff;
    padding: 0;
    width: 99%;
}
.excerpt_two:hover > .featured-thumbnail img { opacity: 0.3 }
.excerpt_two:hover > .featured-thumbnail {
    border: 1px solid;
    -webkit-box-shadow: 0 0 6em 1em rgba(221, 221, 221, 1) inset;
    box-shadow: 0 0 6em 1em rgba(221, 221, 221, 1) inset;
}
/*-[ excerpt_two end ]--------------------*/
.wp-post-image { float: left }
.featured-thumbnail {
    float: left;
    max-width: 100%;
}
#featured-thumbnail {
    float: left;
    margin-right: 2.4%;
    max-width: 200px;
}
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.hm_post_box #featured-thumbnail { margin-right: 15px }
.content .post_box_reg img {
    padding: 1px;
    border: 1px solid #E3DAD1;
    background: #FFF;
}
.title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
    clear: both;
}
.single-title {
    float: left;
    padding: 0 0 0 0;
    font-size: 32px;
    font-weight: normal;
    color: #795e4b;
    line-height: 36px;
}
.title a { color: #795e4b }
.page h1.title {
    margin-bottom: 5px;
    padding-top: 0;
    color: #795e4b;
    float: left;
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    padding: 0;
}
.post-info {
    display: block;
    font-size: 12px;
    color: #B39D90;
    float: left;
    clear: both;
    width: 100%;
}
.cat_home .post-info .theauthor { margin-left: 0px }
.thetime, .thecategory, .thecomment { margin-left: 15px }
.comment .thetime { margin-left: 6.5% }
.hm_post_box .thetime, #tabber .thetime { margin-left: 0 }
.rep { margin-left: 6.5% }
.home article header { margin-bottom: 10px }
article header {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    clear: both;
}
.single_post .post-info a, .post-info a { color: #b39e8f }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 1em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
}
.article ul {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: disc;
}
.article ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
/*-[ Tab widget ]------------------------------*/
#tabber {
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    -webkit-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    background: #FFF9F2;
}
#tabber .meta { display: inline-block }
#tabber .readMore { margin-top: 3px }
#tabber .inside {
    padding: 0;
    margin-top: 0;
    border-top: none !important;
}
#tabber ul.tabs {
    overflow: hidden;
    height: 42px;
    text-align: center;
    border-bottom: 1px solid #dacbc2;
}
#tabber ul.tabs li {
    background: none;
    float: left;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: none !important;
    width: 50%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
}
#tabber ul.tabs li a {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.01);
}
#tabber ul.tabs li a.selected {
    border-right: 1px solid #DACBC2;
    width: 99.6% !important;
    background: #FFFCF8;
    margin: 0;
    color: #806856;
    text-decoration: none;
    text-align: center;
}
#tabber ul.tabs li:last-child > a.selected {
    border-left: 1px solid #DACBC2;
    width: 99.6% !important;
}
#tabber ul.tabs li.tab-recent-posts a {
    margin: 0;
    border-left: 0;
    text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a.selected { }
#tabber ul.tabs li a:hover { text-decoration: none }
#tabber .inside li {
    list-style: none;
    padding: 15px 10px 0 15px;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ebe0d8;
}
#tabber .inside li:first-child { border-top: none !important }
#tabber .inside li a { line-height: 22px }
#tabber .inside li div.info {
    display: block;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
#tabber .inside li div.info .entry-title { margin-bottom: 0 }
.widget li .meta {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}
#tabber .tab-thumb {
    border: 1px solid #f0f0f0;
    padding: 4px;
    background: #fff;
    float: left;
    display: inline;
    margin: 0px 12px 0px 0px;
}
.post-number {
    position: relative;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    bottom: 22px;
    background: #2DB2EB;
}
#tabber .inside .tabsSep {
    margin-top: 7px;
    width: 100%;
    height: 1px;
    background-color: #e8e5de;
    clear: both;
    float: left;
}
/*-[ Meta ]---------------------------*/
.meta, .meta a {
    font-size: 12px;
    color: #795e4b;
}
/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 13px;
    color: #A38D7D;
    border: 1px solid #d6c7bd;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select { padding: 5px }
input:focus, textarea:focus { }
::-webkit-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-moz-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-ie-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-o-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
/*-[ Tables ]--------------------*/
table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 1px solid #DDDDDD;
}
thead {
    background: rgba(0, 0, 0, 0.06);
    font-size: 14px;
    color: #585F65;
}
table th, table td {
    padding: 7px 15px;
    text-align: left;
}
thead th { padding: 14px }
tbody th { font-weight: normal }
/*-[ Line ]---------------------*/
hr {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 297px;
    margin: 35px 0;
    clear: both;
    position: relative;
}
/*-[ Search Form ]------------------*/
#headersearch {
    float: right;
    width: 18%;
}
#header #searchform {
    float: right;
    clear: none;
}
#searchform {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}
nav #searchform { float: right }
nav #searchform fieldset {
    padding: 5px 0 5px 15px;
    border: 0;
    border-left: 1px solid #eee;
}
#searchform fieldset {
    float: left;
    position: relative;
}
.article #searchform fieldset { float: none; max-width: 300px; }
.article #searchform .icon-search { height: 32px; }
#header #searchform fieldset { width: 100% }
.sbutton {
    padding: 10px 0 10px 0;
    border: 1px solid #e4725b;
    width: 14%;
    height: 42px;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    padding-top: 10px;
    color: white;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position: absolute;
    z-index: 1;
}
#headersearch .sbutton {
    width: 20.6%;
    float: right;
    height: 36px;
}
#sidebars .sbutton {
    width: 14%;
    padding: 4.4%;
    height: 42px;
}
footer .sbutton {
    width: 19.4%;
    height: 42px;
}
footer #searchform .icon-search {
    width: 19.4%;
    height: 32px;
}
.main-header #s {
    width: 78.2%;
    opacity: 0;
    float: left;
    height: 16px;
}
#searchform .icon-search, .mts-subscribe .icon-envelope {
    font-size: 20px;
    top: 0;
    color: #FFF;
    background: #e4725b;
    position: absolute;
    right: 0;
    padding: 10px 0 0 0;
    width: 14%;
    height: 31px;
    text-align: center;
}
#headersearch #searchform .icon-search {
    width: 21.2%;
    height: 29px;
    padding-top: 7px;
    right: 1px;
}
#s {
    width: 85.64%;
    background-color: #e8d9ce;
    border: 1px solid #d6c7bd;
    float: left;
    padding: 9px 0 9px 0;
    height: 22px;
    text-indent: 10px;
    border-right: 0;
    font-style: italic;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#sidebars #s {
    background: #fff9f2;
    padding: 9px 0;
    width: 85.65%;
}
footer #s {
    width: 80%;
    height: 22px;
    padding: 9px 0;
}
header #searchform fieldset:hover > #s, header #s:hover, header #s:focus { opacity: 1 }
footer .mts_subscribe_widget, footer .widget_search { border-bottom: 1px solid rgba(255, 255, 255, 0.53) }
.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.breadcrumb {
    max-width: 940px;
    margin: 0 auto;
    line-height: 24px;
}
.breadcrumb, .breadcrumb a, .breadcrumb span { color: #fdd9d2 }
.breadcrumb a:hover { color: #fff !important }
/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4em;
    background: none;
    padding: 0;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad { clear: both }
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
}
/*-[ ade ]---------------------*/
.ad-300 { width: 100% }
.ad-300 a {
    display: block;
    width: 100%;
}
.ad-300 img {
    border: none !important;
    width: 100%;
    box-shadow: none !important;
}
.ad-125 {
    overflow: hidden;
    padding-bottom: 0;
}
.ad-125 img { border: none }
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
    float: right;
    width: 31.9%;
    padding: 0 0.1%;
    line-height: 20px;
    max-width: 306px;
}
.sidebar.c-4-12 a { color: #795e4b }
.widget {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    list-style: none;
}
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.widget li {
    list-style-type: disc;
    margin-left: 17px;
    margin-bottom: 7px;
}
.widget li:last-child { margin-bottom: 0 }
.widget h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 18px;
    margin: 0 0 20px 0;
}
.widget-wrap {
    border: 1px solid #FFF;
    box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    -webkit-box-shadow: 0px 0px 1px rgba(5, 5, 5, 0.25);
    padding: 5%;
    background: #FFF9F2;
    overflow: hidden;
    position: relative;
}
.mts_googleplus .widget-wrap, .facebook_like .widget-wrap, .mts_subscribe_widget .widget-wrap, .widget_search .widget-wrap, .widget_tag_cloud > .widget-wrap, .widget_calendar .widget-wrap, .mts_ad_300_widget .widget-wrap, .mts_ad_widget .widget-wrap {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.widget_single_category_posts_widget .widget-wrap, .widget_mts_widget_recent_tweets .widget-wrap, .widget_mts_poluar_posts_widget .widget-wrap, .widget_mts_recent_posts_widget .widget-wrap { padding: 0 }
.advanced-recent-posts li, .popular-posts li, .category-posts li, .widget_mts_widget_recent_tweets li {
    list-style: none!important;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color: #999;
    background: none;
    padding: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ebe0d8;
}
.advanced-recent-posts li:first-child, .popular-posts li:first-child, .category-posts li:first-child, .widget_mts_widget_recent_tweets:first-child { border-top: none !important }
.advanced-recent-posts li:last-child, .popular-posts li:last-child, .category-posts li:last-child, .widget_mts_widget_recent_tweets li:last-child { border-bottom: 0 }
.advanced-recent-posts p, .popular-posts p, .category-posts p { margin: 0 }
.category-posts a, .advanced-recent-posts a { display: block }
.popular-posts time {
    display: block;
    width: 100%;
}
/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit {
    padding: 12px 0 7px 0;
    overflow: visible;
    clear: both;
    border-top: none;
    border-bottom: none;
    min-height: 25px;
}
.shareit .share-item {
    display: block;
    margin: 0;
    float: left;
    height: 25px;
}
.fb_iframe_widget iframe { max-width: none!important }
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons { overflow: hidden }
.social-profile-icons ul li {
    background: none;
    border: none;
    float: left;
    list-style-type: none;
    margin: 0 5px 10px;
    padding: 0;
    text-indent: -999em;
}
.social-profile-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social-profile-icons ul li a:hover { opacity: 0.7 }
.social-dribbble a { background: url(images/social-dribbble.png) no-repeat }
.social-email a { background: url(images/social-mail.png) no-repeat }
.social-facebook a { background: url(images/social-facebook.png) no-repeat }
.social-gplus a { background: url(images/social-googleplus.png) no-repeat }
.social-linkedin a { background: url(images/social-linkedin.png) no-repeat }
.social-pinterest a { background: url(images/social-pinterest.png) no-repeat }
.social-rss a { background: url(images/social-rss.png) no-repeat }
.social-stumbleupon a { background: url(images/social-stumbleupon.png) no-repeat }
.social-twitter a { background: url(images/social-twitter.png) no-repeat }
.social-youtube a { background: url(images/social-youtube.png) no-repeat }
.social-flickr a { background: url(images/social-flickr.png) no-repeat }
.social-lastfm a { background: url(images/social-lastfm.png) no-repeat }
.social-tumblr a { background: url(images/social-tumblr.png) no-repeat }
.social-vimeo a { background: url(images/social-vimeo.png) no-repeat }
/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    font-size: 14px;
    border-top: 1px solid #d6c7bd;
    margin-top: 25px;
}
body > footer .footeText {
    width: 940px;
    margin: 22px auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
body > footer .footeText a {
    color: #fff;
    border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 2px 0 0 0 }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 0px }
footer .widget li a { color: #795e4b }
footer .widget li a:hover { color: #222 }
footer {
    position: relative;
    overflow: hidden;
}
footer .container {
    background-color: #f2e4da;
    border-top: 1px solid #f4e8e0;
    max-width: 100%;
}
footer p { color: #8D8D8D }
.footer-widgets {
    overflow: hidden;
    padding: 20px 2% 10px 2%;
    width: 96%;
    max-width: 940px;
    margin: 0 auto;
}
.footer-widgets h3 {
    padding-bottom: 15px;
    font-size: 19px;
    padding-bottom: 0;
    margin-bottom: 15px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}
.f-widget {
    margin-bottom: 20px;
    overflow: hidden;
}
.footer-widget1, .footer-widget2, .footer-widget3, .footer-widget4 {
    width: 23.4%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    margin-right: 2%;
}
.footer-widget4 {
    float: right;
    margin-right: 0;
}
.f-widget .widget li {
    margin-left: 1px;
    margin-bottom: 0;
    padding: 5px 0;
    border-bottom: 1px solid #d6c7bd;
    list-style: disc;
    list-style-position: inside;
}
.f-widget .widget li:first-child { border-top: none }
.copyrights {
    float: left;
    width: 100%;
    clear: both;
    background-color: #FFF;
    padding: 25px 0 12px;
    color: #979494;
    background-image: url(images/hdbg.png);
}
#copyright-note {
    width: 940px;
    margin: 0 auto;
    clear: both;
    max-width: 96%;
    color: #914a3c;
}
#copyright-note span {
    vertical-align: text-top;
    float: left;
    line-height: 24px;
}
#copyright-note span a:first-child {
    float: left;
    margin-right: 10px;
}
.copyrights a { color: #914a3c }
.copyrights a:hover { color: #fff !important }
a.toplink {
    height: 27px;
    display: inline-block;
    line-height: 27px;
    padding-right: 27px;
    position: relative;
}
.toplink .icon-chevron-sign-up {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 1px;
}
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 10px;
}
.postsby {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 18px;
}
/*-[ Hover Transation ]---------------------------*/
.mts-subscribe input[type="submit"], .readMore a, #commentform input#submit {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
    margin-top: 13px;
    clear: both;
    float: left;
    width: inherit;
}
.related-posts .meta {
    margin-top: 5px;
    margin-bottom: 13px;
}
.related-posts li {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    list-style: none;
    padding-top: 10px;
    line-height: 22px;
    border-bottom: 1px solid #ebe0d8;
}
.related-posts li:first-child, .related-posts li:nth-child(2) { padding-top: 0 }
.related-posts li:last-child, .related-posts li:nth-last-child(2) { border-bottom: none }
.related-posts li:last-child .meta, .related-posts li:nth-last-child(2) .meta { margin-bottom: 0 }
.related-posts a {
    color: #795e4b;
    font-weight: bold;
}
.rthumb {
    float: left;
    margin-right: 10px;
}
.related-posts .last { margin-right: 0 }
.postauthor p {
    padding-top: 0px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts h5 {
    line-height: 20px;
    padding-left: 80px;
    color: #919191;
    text-transform: uppercase;
    font-size: 13px;
}
.related-posts h3 {
    font-weight: normal;
    font-size: 26px;
    margin: 0 0 14px;
    color: #795e4b;
}
.relatedthumb img {
    margin-top: 5px;
    margin-bottom: 10px;
}
.postauthor-top span {
    font-weight: normal;
    font-size: 15px;
    display: block;
}
.tags {
    margin: 20px 0 10px 0;
    width: 100%;
    float: left;
}
.tags a { margin-left: 5px }
.postauthor {
    min-height: 125px;
    float: left;
    clear: both;
}
.postauthor h4 {
    font-weight: bold;
    font-size: 18px;
}
.postauthor h5 {
    display: inline-block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 23px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.authoer_link_single {
    float: right;
    display: inline-block;
    font-weight: normal;
}
.authoer_link_single a {
    color: #b39e8f;
    font-size: 13px;
}
.postauthor img {
    float: left;
    margin: 5px 20px 15px 0;
}
.postauthor h4 a { color: #473636 }
.clear { clear: both }
.left, .alignleft { float: left }
.right, .alignright { float: right }
.last, .post.excerpt.last {
    margin-right: 0;
    clear: none;
}
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 14px!important;
    padding: 2px 7px;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
    background: #e3d7cf;
    color: #866d5b;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tagcloud a:hover { color: #fff!important }
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe { position: relative }
.mts-subscribe form { position: relative }
.mts-subscribe input[type="text"] {
    border: 1px solid #d6c7bd;
    background: #e8d9ce;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 86%;
    height: 42px;
    float: left;
    padding: 9px 0;
    text-indent: 10px;
    border-right: 0;
    font-style: italic;
}
footer .mts-subscribe input[type="text"] { width: 80% }
.mts-subscribe input[type="submit"] {
    cursor: pointer;
    color: white!important;
    padding: 10px 0;
    border: 0;
    float: left;
    height: 42px;
    width: 14%;
    position: absolute;
    z-index: 1;
    text-indent: -999em;
    background: transparent;
}
footer .mts-subscribe input[type="submit"] { width: 19.6% }
footer .mts-subscribe .icon-envelope {
    width: 19.6%;
    height: 32px;
    right: 1px;
}
#sidebars .mts-subscribe input[type="text"], .sidebar #s { background: #FFF9F2 }
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-left: 0;
}
.ad-125 .evenad { float: right!important }
.ad-125 li:nth-last-child(2), .ad-125 li:last-child { margin-bottom: 0 }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
    margin-bottom: 0;
    border: 0;
}
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody { background: #FFF9F2 }
#wp-calendar tbody th { border-bottom: 1px solid #CFCFCF }
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
/*-[Comments]--------------*/
.comment #respond {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 12px;
    position: relative;
}
#respond #respond small {
    display: block;
    margin-bottom: 15px;
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
}
#respond h4 span, .total-comments {
    font-size: 26px;
    color: #795e4b;
    font-weight: normal;
}
.cnumber { color: #2DB2EB }
#comments {
    padding: 3% 0 0 0;
    margin-top: 3px;
    float: left;
    clear: both;
    width: 100%;
}
#commentsAdd {
    margin-top: 15px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
#comments .avatar {
    float: left;
    margin-right: 3%;
    width: 12.4%;
}
.comment time {
    padding-left: 10px;
    display: none;
}
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input.text-input, #commentform input { padding: 11px }
input#author, input#email, input#url {
    margin-bottom: 8px;
    width: 300px;
    border: 1px solid #e2d5ce;
    background: #fffcf8;
    font-size: 14px;
    float: right;
    max-width: 85%;
}
input#author, input#email, input#url, #comment, #commentform textarea, .contactform textarea {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 71%;
}
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}
.contact-submit, #cancel-comment-reply-link {
    color: red;
    cursor: pointer;
    margin-bottom: -20px;
    text-decoration: underline;
    z-index: 100;
    position: relative;
}
#commentform {
    overflow: hidden;
    width: 93.6%;
    padding: 6% 3% 3%;
}
.comment #respond #commentform {
    width: 100%;
    padding: 0 0 3% 0;
}
#commentform input#submit {
    line-height: 1;
    background-color: #e4725b;
    font-size: 18px;
    height: 43px;
    padding: 0 14px;
    color: #fff;
    text-decoration: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: none;
}
#commentform input#submit:hover {
    background: #222;
    color: #fff;
}
ol.commentlist {
    margin-left: 0;
    margin-top: 0;
    : ;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.commentlist li {
    list-style: none;
    margin-bottom: 30px;
    float: left;
    padding-top: 15px;
    position: relative;
}
.commentlist > li:nth-last-child(2) { margin-bottom: 0 }
.commentlist p {
    margin-bottom: 1em;
    line-height: 21px;
}
#comments .navigation {
    margin: 0 0 15px 0;
    clear: both;
    float: left;
    width: 100%;
}
#comments .navigation.bottomnav {
    margin-top: 15px;
    margin-bottom: 0;
}
.fn {
    display: none;
    font-size: 14px;
    line-height: 1.375em;
    font-weight: bold;
}
.fn a {
    color: #444;
    font-weight: bold;
}
.comment-meta {
    font-size: 12px;
    float: right;
}
.comment-meta a { color: #888 }
.commentmetadata { overflow: hidden ; position: relative;}
.commentmetadata ul, .commentmetadata ol { margin-top: 0 }
.commentmetadata li {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    list-style: square;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.commentmetadata ol li { list-style: decimal }
.reply {
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
    width: 100%;
    float: right;
    height: 18px;
}
.commentlist li .reply { border-top: 1px solid #ebe0d8 }
.comment-reply-link { position: relative }
.comment-reply-link i {
    position: absolute;
    left: 0;
    top: 0;
}
.reply a {
    padding-left: 20px;
    padding: 0 8px;
    color: #b39e8f;
    font-size: 12px;
}
.commentlist .children {
    margin-left: 9.8%;
    margin-bottom: 30px;
    margin-top: 0;
    float: left;
    width: 90.2%;
}
.commentlist .children li { margin-bottom: 0 }
.avatar { float: left }
#respond h3 {
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
    display: none;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
/* -[Contact Form ]----------*/
#contactForm {
    padding: 3% 0;
    overflow: hidden;
}
button.contact-submit {
    float: right;
    clear: both;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.error { color: #F00 }
#contactForm textarea {
    width: 71%;
    margin-bottom: 2px;
    border: 1px solid #e2d5ce;
    background: #fffcf8;
    font-size: 14px;
    line-height: 25px;
    height: 130px;
    float: right;
}
#contactForm p { overflow: hidden }
.submit-p {
    overflow: visible !important;
    float: right;
}
#contactForm #submit:hover { background: #111 }
#contactForm label { vertical-align: top }
.contact-submit {
    font-size: 18px;
    height: 43px;
    padding: 0 14px;
    color: #fff;
    text-decoration: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: none;
}
.screenReader {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}
.screenReader input { float: right; clear: none;}
.screenReader label {
    float: left;
    margin-top: 15px;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea, .contactform textarea {
    margin-bottom: 2px;
    width: 71%;
    border: 1px solid #e2d5ce;
    background: #fffcf8;
    font-size: 14px;
    padding: 2%;
    line-height: 25px;
    height: 130px;
    float: right;
}
#commentform p {
    float: left;
    width: 100%;
    clear: both;
}
#commentform p.form-submit { }
#commentform p label {
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    width: 21%;
    font-size: 15px;
}
.required {
    font-size: 18px;
    padding: 0;
    line-height: 1;
    margin-top: 3px;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes {
    font-style: italic;
    display: none;
}
/*-[ pagination ]------------------*/
.pagination {
    background: #fff9f2;
    clear: both;
    overflow: hidden;
    float: left;
    width: 95.2%;
    padding: 2.2%;
    margin-top: 35px;
}
.single .pagination {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    padding: 2.2% 0;
    width: 100%;
}
.pagination ul {
    list-style: none;
    margin: 0;
}
.pagination ul li { float: left }
.currenttext, .pagination a:hover {
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none;
    padding: 10px 13px;
    background: #e4725b;
}
.pagination a {
    background: #fff9f2;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1;
    text-decoration: none;
    color: #979494;
    padding: 10px 13px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.pagination a:hover { color: #fff }
.top { float: right }
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-top: 20px;
}
.pagination .nav-previous { float: left }
.pagination .nav-next { float: right }
.pagination .nav-previous a, .pagination .nav-next a { color: #fff!important }
.pagination  .nav-previous a:hover, .pagination .nav-next a:hover { background-color: #222 }
div.jp-jplayer.jp-jplayer-video, div.jp-jplayer.jp-player-video {
    background-color: #292a2b;
    width: 560px;
    max-width: 100%;
}
/*-----------------------------------------------

/* Video Player

/*---------------------------------------------*/
.jp-audio-container, .jp-video-container {
    margin-bottom: 25px;
    margin-top: -45px;
}
div.jp-interface {
    position: relative;
    width: 97%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 100;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    margin: 0 1.5%;
    max-width: 574px;
}
.jp-interface { height: 36px }
.article .jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.article .jp-controls i { font-size: 22px }
.jp-controls li { display: inline }
.jp-controls a {
    border-bottom: none;
    overflow: hidden;
    color: #fff!important;
    float: left;
}
.jp-controls a:hover { background-color: transparent }
a.jp-play, a.jp-pause {
    width: 33px;
    height: 30px;
    z-index: 1;
    outline: none;
    top: 0;
    left: 0;
}
a.jp-pause { display: none }
.jp-progress-container {
    float: left;
    width: 55%;
    height: 6px;
    padding: 15px 2%;
}
.jp-progress {
    width: 100%;
    height: 7px;
    padding: 0;
    background: #000000;
}
.jp-seek-bar {
    width: 0px;
    height: 7px;
    cursor: pointer;
    background: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.jp-play-bar {
    width: 0px;
    height: 7px;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.jp-volume-bar-container {
    width: 6%;
    height: 6px;
    padding: 15px 3%;
    float: left;
    margin-right: 2%;
}
.jp-volume-bar {
    position: relative;
    overflow: hidden;
    background: #000;
    width: 40px;
    height: 9px;
    cursor: pointer;
    top: 0;
    left: 0;
}
.jp-volume-bar-value {
    width: 0px;
    height: 7px;
    margin: 1px;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
a.jp-mute, a.jp-unmute {
    width: 5%;
    min-width: 24px;
    height: 24px;
    z-index: 1;
    outline: none;
    margin-top: 7px;
    margin-left: 2%;
}
.jp-video-container .icon-play, .jp-video-container .icon-pause {
    margin-left: 34%;
    float: left;
    margin-top: 7px;
}
.jp-mtstime {
    float: left;
    margin-top: 7px;
    color: #fff;
    font-size: 11px;
}
/*-----------------------------------------------

/* Shortcodes

/*---------------------------------------------*/
/*-[ Notifications ]---------------------------*/
.message_box { margin: 15px 0 }
pre {
    overflow: auto;
    background: rgba(247, 247, 247, 0.5) url('images/code.png') 10px 2px no-repeat;
    padding: 2em 1em 1em 1em;
    border: 1px solid #DDD;
    margin: 15px 0;
}
.note {
    background: #FEF4C8;
    color: #666;
    border: 1px solid #FDEBA5;
}
.note p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/thumb.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.announce {
    background: #D7EFFB;
    color: #666;
    border: 1px solid #BEE5F8;
}
.announce p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/speaker.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.success {
    background: #E8F6D2;
    color: #666;
    border: 1px solid #DEF1BF;
}
.success p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/tick.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.warning {
    background: #FFE7E7;
    color: #666;
    border: 1px solid #FFDBDB;
}
.warning p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/cross.png') left no-repeat;
    margin: 0.3em 0.8em;
}
/*-[ Buttons ]---------------------------------*/
.header-button {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.header-button:hover { background: #111 }
.header-button span { float: none }
a.header-button {
    color: #fff!important;
    margin-bottom: 6px;
}
.article .buttons {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 10px 20px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 15px 25px 25px 0;
    padding: 12px 10px;
}
.buttons span { float: none }
a.buttons { color: #fff!important }
.post-content a.buttons.left {
    margin-right: 15px;
    margin-bottom: 15px;
}
.post-content a.buttons.right {
    margin-left: 15px;
    margin-bottom: 15px;
}
a.btn_white { color: #4F4F4F!important }
.btn_brown {
    background-color: #D9C2A5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D9C2A5), color-stop(100%, #C3A178));
    background-image: -webkit-linear-gradient(top, #D9C2A5, #C3A178);
    background-image: -moz-linear-gradient(top, #D9C2A5, #C3A178);
    background-image: -ms-linear-gradient(top, #D9C2A5, #C3A178);
    background-image: -o-linear-gradient(top, #D9C2A5, #C3A178);
    background-image: linear-gradient(top, #D9C2A5, #C3A178);
    border-top: 1px solid #BD986A;
    border-right: 1px solid #BD986A;
    border-bottom: 1px solid #9A7445;
    border-left: 1px solid #BD986A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 #DFCC9F;
    -moz-box-shadow: inset 0 1px 0 0 #DFCC9F;
    box-shadow: inset 0 1px 0 0 #DFCC9F;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #BA905E;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_brown:hover {
    background-color: #D1B593;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1B593), color-stop(100%, #BC966B));
    background-image: -webkit-linear-gradient(top, #D1B593, #BC966B);
    background-image: -moz-linear-gradient(top, #D1B593, #BC966B);
    background-image: -ms-linear-gradient(top, #D1B593, #BC966B);
    background-image: -o-linear-gradient(top, #D1B593, #BC966B);
    background-image: linear-gradient(top, #D1B593, #BC966B);
    border-top: 1px solid #BD986A;
    border-right: 1px solid #BD986A;
    border-bottom: 1px solid #9A7445;
    border-left: 1px solid #BD986A;
    -webkit-box-shadow: inset 0 1px 0 0 #DFCC9F;
    -moz-box-shadow: inset 0 1px 0 0 #DFCC9F;
    box-shadow: inset 0 1px 0 0 #DFCC9F;
    cursor: pointer;
    color: white!important;
}
.btn_brown:active {
    border: 1px solid #B2824C;
    -webkit-box-shadow: inset 0 0 8px 2px #C19B70;
    -moz-box-shadow: inset 0 0 8px 2px #C19B70;
    box-shadow: inset 0 0 8px 2px #C19B70;
}
.btn_blue {
    background-color: #A5B8DA;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A5B8DA), color-stop(100%, #7089B3));
    background-image: -webkit-linear-gradient(top, #A5B8DA, #7089B3);
    background-image: -moz-linear-gradient(top, #A5B8DA, #7089B3);
    background-image: -ms-linear-gradient(top, #A5B8DA, #7089B3);
    background-image: -o-linear-gradient(top, #A5B8DA, #7089B3);
    background-image: linear-gradient(top, #A5B8DA, #7089B3);
    border-top: 1px solid #758FBA;
    border-right: 1px solid #6C84AB;
    border-bottom: 1px solid #5C6F91;
    border-left: 1px solid #6C84AB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #64799E;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_blue:hover {
    background-color: #9badcc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9badcc), color-stop(100%, #687fa6));
    background-image: -webkit-linear-gradient(top, #9badcc, #687fa6);
    background-image: -moz-linear-gradient(top, #9badcc, #687fa6);
    background-image: -ms-linear-gradient(top, #9badcc, #687fa6);
    background-image: -o-linear-gradient(top, #9badcc, #687fa6);
    background-image: linear-gradient(top, #9badcc, #687fa6);
    border-top: 1px solid #6d86ad;
    border-right: 1px solid #647a9e;
    border-bottom: 1px solid #546685;
    border-left: 1px solid #647a9e;
    -webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
    -moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
    box-shadow: inset 0 1px 0 0 #a5b9d9;
    cursor: pointer;
    color: white!important;
}
.btn_blue:active {
    border: 1px solid #546685;
    -webkit-box-shadow: inset 0 0 8px 2px #7e8da6;
    -moz-box-shadow: inset 0 0 8px 2px #7e8da6;
    box-shadow: inset 0 0 8px 2px #7e8da6;
}
.btn_green {
    background-color: #6CB24C;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6CB24C), color-stop(100%, #52873A));
    background-image: -webkit-linear-gradient(top, #6CB24C, #52873A);
    background-image: -moz-linear-gradient(top, #6CB24C, #52873A);
    background-image: -ms-linear-gradient(top, #6CB24C, #52873A);
    background-image: -o-linear-gradient(top, #6CB24C, #52873A);
    background-image: linear-gradient(top, #6CB24C, #52873A);
    border-top: 1px solid #477532;
    border-right: 1px solid #477532;
    border-bottom: 1px solid #3A6029;
    border-left: 1px solid #477532;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 #8FC477;
    -moz-box-shadow: inset 0 1px 0 0 #8FC477;
    box-shadow: inset 0 1px 0 0 #8FC477;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 12px 10px;
    text-shadow: 0 -1px 1px #416B2D;
    text-transform: uppercase;
}
.btn_green:hover {
    background-color: #5F9D43;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68AB49), color-stop(100%, #4A7834));
    background-image: -webkit-linear-gradient(top, #68AB49, #4A7834);
    background-image: -moz-linear-gradient(top, #68AB49, #4A7834);
    background-image: -ms-linear-gradient(top, #68AB49, #4A7834);
    background-image: -o-linear-gradient(top, #68AB49, #4A7834);
    background-image: linear-gradient(top, #68AB49, #4A7834);
    border-top: 1px solid #4E8037;
    border-right: 1px solid #4E8037;
    border-bottom: 1px solid #3A6029;
    border-left: 1px solid #4E8037;
    -webkit-box-shadow: inset 0 1px 0 0 #8FC477;
    -moz-box-shadow: inset 0 1px 0 0 #8FC477;
    box-shadow: inset 0 1px 0 0 #8FC477;
    cursor: pointer;
    color: white!important;
}
.btn_green:active {
    border: 1px solid #436D30;
    -webkit-box-shadow: inset 0 0 8px 2px #467131;
    -moz-box-shadow: inset 0 0 8px 2px #467131;
    box-shadow: inset 0 0 8px 2px #467131;
}
.btn_yellow {
    background-color: #FFDA6B;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFDA6B), color-stop(100%, #FEAE2D));
    background-image: -webkit-linear-gradient(top, #FFDA6B, #FEAE2D);
    background-image: -moz-linear-gradient(top, #FFDA6B, #FEAE2D);
    background-image: -ms-linear-gradient(top, #FFDA6B, #FEAE2D);
    background-image: -o-linear-gradient(top, #FFDA6B, #FEAE2D);
    background-image: linear-gradient(top, #FFDA6B, #FEAE2D);
    border-top: 1px solid #D6AB00;
    border-right: 1px solid #D6AB00;
    border-bottom: 1px solid #BC9600;
    border-left: 1px solid #D6AB00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 #FFE599;
    -moz-box-shadow: inset 0 1px 0 0 #FFE599;
    box-shadow: inset 0 1px 0 0 #FFE599;
    color: #fff;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 1px 1px #BC9600;
    text-transform: uppercase;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 12px 10px;
}
.btn_yellow:hover {
    background-color: #FFD351;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFD351), color-stop(100%, #FDA00B));
    background-image: -webkit-linear-gradient(top, #FFD351, #FDA00B);
    background-image: -moz-linear-gradient(top, #FFD351, #FDA00B);
    background-image: -ms-linear-gradient(top, #FFD351, #FDA00B);
    background-image: -o-linear-gradient(top, #FFD351, #FDA00B);
    background-image: linear-gradient(top, #FFD351, #FDA00B);
    border-top: 1px solid #D6AB00;
    border-right: 1px solid #D6AB00;
    border-bottom: 1px solid #BC9600;
    border-left: 1px solid #D6AB00;
    -webkit-box-shadow: inset 0 1px 0 0 #FFE599;
    -moz-box-shadow: inset 0 1px 0 0 #FFE599;
    box-shadow: inset 0 1px 0 0 #FFE599;
    cursor: pointer;
    color: #fff!important;
}
.btn_yellow:active {
    border: 1px solid #F29202;
    -webkit-box-shadow: inset 0 0 8px 2px #F29202;
    -moz-box-shadow: inset 0 0 8px 2px #F29202;
    box-shadow: inset 0 0 8px 2px #F29202;
}
.btn_red {
    background-color: #E83030;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E83030), color-stop(100%, #B71414));
    background-image: -webkit-linear-gradient(top, #E83030, #B71414);
    background-image: -moz-linear-gradient(top, #E83030, #B71414);
    background-image: -ms-linear-gradient(top, #E83030, #B71414);
    background-image: -o-linear-gradient(top, #E83030, #B71414);
    background-image: linear-gradient(top, #E83030, #B71414);
    border-top: 1px solid #9C1111;
    border-right: 1px solid #9C1111;
    border-bottom: 1px solid #890F0F;
    border-left: 1px solid #9C1111;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 #FF6B6B;
    -moz-box-shadow: inset 0 1px 0 0 #FF6B6B;
    box-shadow: inset 0 1px 0 0 #FF6B6B;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #A01111;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_red:hover {
    background-color: #E63131;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E63131), color-stop(100%, #9C1111));
    background-image: -webkit-linear-gradient(top, #E63131, #9C1111);
    background-image: -moz-linear-gradient(top, #E63131, #9C1111);
    background-image: -ms-linear-gradient(top, #E63131, #9C1111);
    background-image: -o-linear-gradient(top, #E63131, #9C1111);
    background-image: linear-gradient(top, #E63131, #9C1111);
    border-top: 1px solid #9C1111;
    border-right: 1px solid #9C1111;
    border-bottom: 1px solid #890F0F;
    border-left: 1px solid #9C1111;
    -webkit-box-shadow: inset 0 1px 0 0 #FE4C4C;
    -moz-box-shadow: inset 0 1px 0 0 #FE4C4C;
    box-shadow: inset 0 1px 0 0 #FE4C4C;
    cursor: pointer;
    color: white!important;
}
.btn_red:active {
    border: 1px solid #890F0F;
    -webkit-box-shadow: inset 0 0 8px 2px #890F0F;
    -moz-box-shadow: inset 0 0 8px 2px #890F0F;
    box-shadow: inset 0 0 8px 2px #890F0F;
}
.btn_white {
    background-color: #F7F7F7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #E0E0E0));
    background-image: -webkit-linear-gradient(top, #F7F7F7, #E0E0E0);
    background-image: -moz-linear-gradient(top, #F7F7F7, #E0E0E0);
    background-image: -ms-linear-gradient(top, #F7F7F7, #E0E0E0);
    background-image: -o-linear-gradient(top, #F7F7F7, #E0E0E0);
    background-image: linear-gradient(top, #F7F7F7, #E0E0E0);
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #CECECE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 #FFFFFF;
    -moz-box-shadow: inset 0 1px 0 0 #FFFFFF;
    box-shadow: inset 0 1px 0 0 #FFFFFF;
    color: #4F4F4F;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #fff;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_white:hover {
    background-color: #F4F4F4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4), color-stop(100%, #D3D3D3));
    background-image: -webkit-linear-gradient(top, #F4F4F4, #D3D3D3);
    background-image: -moz-linear-gradient(top, #F4F4F4, #D3D3D3);
    background-image: -ms-linear-gradient(top, #F4F4F4, #D3D3D3);
    background-image: -o-linear-gradient(top, #F4F4F4, #D3D3D3);
    background-image: linear-gradient(top, #F4F4F4, #D3D3D3);
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #CECECE;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    cursor: pointer;
    color: #4F4F4F!important;
}
.btn_white:active {
    border: 1px solid #C1C1C1;
    -webkit-box-shadow: inset 0 0 8px 2px #C1C1C1;
    -moz-box-shadow: inset 0 0 8px 2px #C1C1C1;
    box-shadow: inset 0 0 8px 2px #C1C1C1;
}
/*-[ Video Shortcode ]-------------------------*/
.textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
.youtube-video, .vimeo-video { margin: 10px 0 10px 0 }
/*-[ Google Maps ]-----------------------------*/
.googlemaps { margin: 5px 15px 10px 0 }
/*-[ Columns ]---------------------------------*/
.one_half { width: 48% }
.one_third { width: 30.66% }
.two_third { width: 65.33% }
.one_fourth { width: 22% }
.three_fourth { width: 74% }
.one_fifth { width: 16.8% }
.two_fifth { width: 37.6% }
.three_fifth { width: 58.4% }
.four_fifth { width: 67.2% }
.one_sixth { width: 13.33% }
.five_sixth { width: 82.67% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left;
}
.column-last {
    margin-right: 0!important;
    clear: right;
}
/*-[ Tabs ]------------------------------------*/
.tab_widget {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.tab_widget ul.tabs {
    display: block;
    position: relative;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #DDD;
    margin: 0;
}
.tab_widget ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    line-height: 39px;
    border: 1px solid #DDD;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(230,230,230)), color-stop(0.55, rgb(238,238,238)) );
}
.tab_widget ul.tabs li:first-child { border-left: 1px solid #DDD }
.tab_widget ul.tabs li a {
    text-decoration: none;
    color: #888!important;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    outline: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
    border: none;
    border-left: 1px solid #F9F9F9;
}
.tab_widget ul.tabs li:first-child a { border-left: none }
.tab_widget ul.tabs li a:hover { background: none }
.tab_widget ul.tabs li.active, .tab_widget ul.tabs li.active a:hover {
    background: #FFF;
    border-bottom: 1px solid #FFF;
}
.tab_widget ul.tabs li.active { border-top: 1px solid #DDD }
.tab_widget ul.tabs li.active a { color: #777 }
.tab_widget .tab_container {
    display: block;
    border-top: none;
    overflow: hidden;
    position: relative;
    clear: both;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
.tab_widget .tab_content {
    display: block;
    position: relative;
    padding: 15px;
}
/*-[ Custom Nav Widget ]---------------------------*/
.widget_nav_menu [class^="icon-"], .widget_nav_menu [class*=" icon-"], .widget_nav_menu li {
    display: list-item;
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #ebe0d8;
    border-top: 1px solid #fff;
    margin-bottom: 0;
}
.widget_nav_menu [class^="icon-"] > a, .widget_nav_menu [class*=" icon-"] > a { padding-left: 5px }
.widget_nav_menu .sub-menu {
    margin-top: 8px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
}
.widget_nav_menu .sub-menu:after { border-color: transparent }
.widget_nav_menu .menu [class^="icon-"]:before, .widget_nav_menu .menu [class*=" icon-"]:before {
    left: 0;
    top: 10px;
}
.widget_nav_menu li:first-child { border-top: 0 }
.widget_nav_menu li:last-child { border-bottom: 0 }
.widget_nav_menu .sub-menu li:first-child { border-top: 1px solid #ebe0d8 }
/*-[ Toggle ]-----------------------*/
.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
    display: block;
    position: relative;
    height: 36px;
    padding: 0 12px;
    background: #EEE;
    border: 1px solid #DDD;
    cursor: pointer;
    margin: 0;
}
.toggle .togglet span, .toggle .toggleta span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    padding-left: 20px;
    background: url("images/toggle-down.png") no-repeat left;
}
.toggle .toggleta span { background: url("images/toggle-up.png") no-repeat left }
.toggle .togglec {
    display: block;
    position: relative;
    padding: 15px;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
/*-[ Dividers ]--------------------------------*/
.divider {
    clear: both;
    display: block;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}
.top-of-page {
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}
/*-----------------------------------------------

/* Responsive

/*---------------------------------------------*/
@media screen and (max-width:1150px) { 
    .shareit {
        position: relative!important;
        width: 100%!important;
        top: 0!important;
        padding-left: 0!important;
        margin: 0!important;
        padding-top: 10px!important;
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        box-shadow: none!important;
        border-top: none!important;
        border-bottom: none!important;
        border-right: 0!important;
        overflow: hidden!important;
    }
}
@media screen and (max-width:1000px) { 
    .flex-container #carousel {
        max-width: 99.4%;
        min-width: 68px;
    }
    .excerpt_two { padding: 1% }
}
@media screen and (max-width:960px) { 
    .main-header .container { max-width: 100% }
    .post.excerpt_two { margin-right: 1.66% }
    .cat_home { margin-right: 2% }
    #header h1, #header h2 { margin-left: 2% }
    #headersearch {
        margin-right: 2%;
        margin-top: 20px;
    }
    .secondary-navigation {
        width: 63%;
        float: left;
    }
    .widget-header {
        max-width: 100%;
        float: left;
        width: 100%;
        text-align: center;
    }
    .widget-header-bottom-right { display: none }
}
@media screen and (max-width:940px) { 
    #page, .container, .slider-container { max-width: 96% }
    .main-container #page { max-width: 100% }
    div.jp-jplayer.jp-jplayer-video, div.jp-jplayer.jp-player-video { height: 100%!important }
    img, embed {
        max-width: 100%;
        height: auto!important;
    }
    .ad-300 img { max-width: 100% }
    .ad-125 li { max-width: 40% }
    .ad-125 img {
        padding: 0;
        background: #FAFAFA;
        border: 0;
    }
    .flex-direction-nav { display: none }
    .flex-caption { left: 4.6%!important }
    .cat_home:before, .featured_video:before { background: transparent!important }
}
@media screen and (max-width:930px) { 
    #carousel .slides li {
        padding: 3px 6px;
        margin-bottom: 6px;
    }
    .breadcrumb {
        width: 94%;
        padding: 0 3%;
    }
    #header-widget-container {
        width: 94%;
        padding: 0 3%;
    }
}
@media screen and (max-width:920px) { 
    #carousel .slides li {
        padding: 2px 3px;
        margin-bottom: 3px;
    }
}
@media screen and (max-width:910px) { 
    #carousel .slides li {
        padding: 2px 1%;
        margin-bottom: 2px;
        max-width: 99%;
        margin-left: 0;
    }
    .extwotitle { padding: 1% 9% }
}
@media screen and (max-width:900px) { 
    .rp_container_home {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .extwotitle {
        width: 67%;
        height: 45%;
    }
    .widget-header-bottom-right {
        float: right;
        max-width: 28%;
        width: 100%;
    }
    nav #searchform { display: none }
}
@media screen and (max-width:890px) { 
    .content .post_box_reg .excerpt { width: 48% }
    .slider-container .flex-container { float: left }
}
@media screen and (max-width:865px) { 
    #header h1, #header h2, .site-description {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    #header h1, #header h2 {
        font-size: 40px;
        margin-left: 0;
    }
    .secondary-navigation {
        margin-bottom: 10px;
        width: 80%;
    }
    .site-description { margin-top: 0 }
    #header h1:after, #header h2:after { background: #fff }
    #logo a, #logo a img {
        float: none;
        letter-spacing: 0;
    }
    .logo-wrap {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width:850px) { 
    .flexslider { width: 65% }
    #carousel .slides li:first-child { margin-top: 5px }
    .flex-container #carousel .slides img { max-width: 50px }
    .flexslider .meta { display: none }
    #carousel .slides li span.entry-title { padding-left: 65px }
    .cat_home .thetime { margin-right: 7% }
    .jp-progress-container { width: 45% }
}
@media screen and (max-width:760px) { 
    #headersearch { display: none }
    .secondary-navigation {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }
    #headersearch { margin-top: 15px }
    #navigation { width: 100% }
    .secondary-navigation, #navigation {
        border: none;
        background: #1D2933;
        margin-bottom: 0;
    }
    .menu ul [class^="icon-"]:before, .menu ul [class*=" icon-"]:before { left: 18px }
    .menu [class^="icon-"] > a, .menu [class*=" icon-"] > a { padding-left: 2%!important }
    #navigation .menu a, #navigation .menu [class^="icon-"] > a, #navigation .menu [class*=" icon-"] > a {
        color: #fff!important;
        padding-left: 2%;
        padding-right: 2%;
        width: 96%;
    }
    #navigation ul {
        float: none;
        background: #283744;
    }
    #navigation .sub-menu:after { border-bottom-color: rgba(0, 0, 0, 0) }
    #navigation ul ul {
        display: block!important;
        visibility: visible!important;
        opacity: 1!important;
        position: relative;
        left: 0;
        border: 0;
        width: 100%;
        top: 0;
    }
    #navigation ul li li {
        background: transparent;
        border: 0;
    }
    nav { height: auto }
    #navigation ul {
        width: 100%;
        display: none;
        height: auto;
        padding: 0;
    }
    #navigation ul li, #navigation ul li li {
        width: 100%;
        float: left;
        position: relative;
        margin-left: 0;
        padding: 0;
    }
    #navigation ul li:after { background: transparent }
    #navigation ul li:before { display: none }
    #navigation li a {
        border-bottom: 1px solid #576979!important;
        width: 100%;
    }
    #navigation a {
        text-align: left;
        width: 100%;
    }
    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        padding: 10px 0;
        text-indent: 2%;
        overflow: hidden;
    }
    nav a#pull:after {
        content: "";
        background: url(images/nav-icon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .secondary-navigation #navigation ul .sfHover a, .secondary-navigation #navigation ul li:hover, .secondary-navigation #navigation ul .sfHover ul li { background: transparent }
    #navigation li ul, #navigation li li ul, #navigation li li li ul, #navigation li li li li ul, #navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul { left: 0 }
    #navigation ul li:hover ul {
        visibility: visible;
        left: 0;
    }
    .excerpt_two { }
    #header { margin: 0 }
    .cat_home .post-info { height: 100% }
    .cat_home .post-info span { display: inline-block }
    .excerpt_two span { line-height: 17px }
}
@media screen and (max-width:720px) { 
    .secondary-navigation a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .flexslider { width: 90% }
    .flexslider .info { display: none }
    .flex-container #carousel {
        width: 7%;
        min-width: 52px;
    }
    .flex-container #carousel .slides img {
        padding: 0;
        border: 0;
    }
    .article { width: 100% }
    .sidebar.c-4-12 {
        float: none;
        margin: 0 auto;
        width: 100%;
        margin-top: 25px;
    }
    .sidebar_list .widget:first-child { margin-top: 20px }
    .footer-widget { width: 48% }
    .footer-widget2 { margin-right: 0 }
    .footer-widget3 { clear: left }
    .f-widget-2 { margin-right: 0 }
    .f-widget-3 { clear: left }
    .ad-125 li { max-width: 45% }
    #comments { margin-right: 0 }
    .content .post_box_reg .excerpt:nth-last-child(2) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EBE0D8;
    }
    .postauthor, .commentlist li, .single_post { width: 94% }
    .excerpt_two {
        width: 43%;
        max-width: 192px;
        margin-bottom: 3%;
    }
}
@media screen and (max-width:600px) { 
    .widget-header {
        max-width: 100%;
        float: left;
    }
    .widget-header-bottom-right {
        float: right;
        max-width: 190px;
        width: 100%;
    }
    .flexslider { width: 100% }
    #carousel .info, .flexslider .meta { display: block }
    #carousel .info {
        max-width: 100%;
        width: 100%;
    }
    #carousel .slides { padding-left: 2% }
    .flex-container #carousel {
        width: 100%;
        max-width: 100%;
        float: left;
        margin-left: 0%;
    }
    #carousel .slides li {
        padding: 2%;
        width: 95%!important;
        margin-bottom: 5px;
    }
    .post.excerpt_two {
        width: 28.2%;
        margin-right: 2%;
    }
    .post.excerpt_two.last { display: none }
    .post.excerpt_two:nth-last-child(2) { margin-right: 0 }
    .featured_video, .content .post_box_reg { width: 96% }
    .featured-thumbnail img { width: 100% }
}
@media screen and (max-width:550px) { 
    .jp-progress-container { width: 48% }
    .jp-mtstime {
        float: right;
        margin-right: 2%;
    }
    .slider-container .flex-direction-nav .flex-prev, .slider-container .flexslider .flex-direction-nav .flex-next { display: none }
    .main-header #s { width: 78% }
    .sbutton { float: right }
    .f-widget { width: 95% }
    .footer-widget .f-widget { width: 100% }
    #three_cat_home { margin-bottom: 0 }
    .header-bottom-second { padding: 15px 0 }
    .cat_home {
        width: 45.6%;
        margin-bottom: 1%;
    }
    .cat_home:nth-child(2) { margin-right: 0 }
    .cat_home:last-child { display: none }
    .content .post_box_reg .excerpt {
        width: 100% !important;
        max-width: 100% !important;
    }
    .authoer_link_single { clear: left }
}
@media screen and (max-width:480px) { 
    .jp-progress-container { width: 36% }
    .single-title, .page h1.title {
        font-size: 22px!important;
        line-height: 1.3;
    }
    .related-posts .rpexcerpt1, .related-posts .rpexcerpt2 { border-bottom: none }
    .content .post_box_reg .excerpt {
        width: 100%;
        max-width: 100%;
    }
    .post.excerpt_two {
        width: 42%;
        margin-right: 8.2%;
    }
    .post.excerpt_two.last { display: block }
    .post.excerpt_two:nth-last-child(2) { margin-right: 8.2% }
    .post.excerpt_two:nth-last-child(3) { margin-right: 0 }
    .flex-caption { width: 88%!important }
    .flexslider .meta { display: none }
    #navigation {
        margin-top: 0;
        margin-bottom: 0;
    }
    .secondary-navigation {
        width: 102%;
        height: 35px;
    }
    .excerpt_two:hover > .featured-thumbnail img { opacity: 0.8 }
    .excerpt_two:hover > .extwotitle { display: none }
    .related-posts li {
        width: 100%;
        margin-right: 0;
    }
    .footer-widget {
        width: 100%;
        margin-right: 0;
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width:400px) { 
    .jp-progress-container { width: 30% }
    .cat_home { margin-right: 1.6% }
    .post.excerpt_two, .post.excerpt_two:nth-last-child(2) { margin-right: 6% }
    .copyrights { padding-top: 10px }
    #copyright-note {
        display: block;
        width: 100%;
        float: left;
    }
    #copyright-note span, .top {
        width: 100%;
        text-align: center;
        vertical-align: central;
    }
    #copyright-note span a {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
    }
    article header { overflow: hidden }
    .slidertext { display: none }
    .main-header #s { width: 78% }
    #commentform textarea, .contactform textarea, input#author, input#email, input#url, #comment { width: 95% }
    input#author, input#email, input#url { max-width: 91% }
    #contactForm textarea, #contactForm input#author, #contactForm input#email { width: 89% }
    .footer-widgets .footer-widget {
        width: 97.5%;
        margin-right: 0;
    }
    .footer-widget .f-widget { width: 100% }
}
@media screen and (max-width:300px) { 
    .excerpt_two {
        width: 96%;
        padding: 5%;
    }
    .cat_home {
        width: 92%;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .cat_home:last-child { display: block }
    .cat_home .thetime { margin-right: 12% }
}



































#video-player div{ width:100% !important; height:auto !important; }
#video-player div object{ height: 370px !important; }

#header h1, #header h2 { margin: 30px 0; }
#headersearch{ display:none; }

.secondary-navigation{ width:100%; }
.secondary-navigation a {
    padding: 20px 15px;
    font-weight: bold !important;
    font-size: 16px !important;
    width: 92px;
    text-align: center;
    height: 50px;
    line-height: 22px;
    vertical-align: middle;
}
#navigation .menu { float: left !important;  }


.header-bottom{ background:none; }
.content .post_box_reg .excerpt { height: 300px; }


.post-info .theauthor{ display:none; }
.postauthor{ display:none; }
.hm_post_box .post-content{ float:left; }
.copyrights { margin-bottom:20px; }
.copyrights *{ color:#000 !important; }
.top{ display:block; text-align:center; float:right; }
.breadcrumb, .breadcrumb a, .breadcrumb span{ color:#000 !important; }

.pt_curated_by{ display:none; }

.copyrights { background-image:none !important; }

#acurax_si_simple img{
  margin-left: 25px !important;
}
#respond { padding: 0; }
.content .post_box_reg .title {
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #000 !important;
    border-bottom: 1px solid #CCC;
}







body{ 
  background: url(
http://www.artistplacement.com/wp-content/uploads/2015/08/ArtistPlacement.jpg
)
no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}