@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/Myriad%20Pro%20Regular.ttf);
}

* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

/* ** ** Common Addative Classes ** ** */

.left {
    float: left
}

.right {
    float: right
}

/* = clearing floats = */

.clearfix:after {
    content: "&nbsp;";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block
}

.clearfix {
    display: block
}

* html .clearfix {
    height: 1px;
}

.clear {
    clear: both;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/*-----------------*/

.hide {
    display: none;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
    margin-top: 15px;
}

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.wraper {
    width: 1000px;
    margin: 0 auto;
}

.top-bar {
    background: #737678;
    height: 3px;
}

header {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    border-bottom: 1px solid #d7d7d7;
}

.header-blog {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%) background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    padding: 10px;
}

.header-blog .d-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-tabs {
    background: #ff8f00;
    background: -moz-linear-gradient(top, #ff8f00 0%, #ff7700 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8f00), color-stop(100%, #ff7700));
    background: -webkit-linear-gradient(top, #ff8f00 0%, #ff7700 100%);
    background: -o-linear-gradient(top, #ff8f00 0%, #ff7700 100%);
    background: -ms-linear-gradient(top, #ff8f00 0%, #ff7700 100%);
    background: linear-gradient(to bottom, #ff8f00 0%, #ff7700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f00', endColorstr='#ff7700', GradientType=0);
    
}

/* .logo img {
    width: 185px;
}

.logo {
    height: 100px;
} */

/* .top-menu {
    margin-left: 140px;
    width: 360px;
} */

.top-menu ul li {
    float: left;
    padding: 0 10px;
    color: #5e5e5e;
    list-style: none;
}

header .list-inline .list-inline-item a {
    color: #5e5e5e;
}


.top-menu .list-inline .list-inline-item a:hover {
    color: #040404;
    text-decoration: underline;
}

/* .social ul li {
    float: left;
    padding: 0 3px;
    list-style: none;
} */



/* .social img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
} */

/* .social {
    width: 190px;
    padding-top: 9px;
} */

/* .menu ul li {
    float: left;
    padding: 0 42px;
    list-style: none;
    line-height: 27px
} */

#nav,
#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#nav {
    clear: both;
    padding: 0 0 0 9px;
    position: relative;
}

#nav ul {
    background-color: #222;
    border: 1px solid #222;
    border-radius: 0 0px 5px 5px;
    border-width: 0 1px 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

#nav li {
    background: url(../images/sep.png) no-repeat scroll right 0px;
    float: left;
    position: relative;
}

#nav li a {
    color: #000;
    display: block;
    float: left;
    font-weight: normal;
    height: 30px;
    padding: 5px 15px 0;
    position: relative;
    text-decoration: none;
}

#nav li:hover>a {
    color: #fff;
}

#nav li:hover,
#nav a:focus,
#nav a:hover,
#nav a:active {
    background: none repeat scroll 0 0 #121212;
    outline: 0 none;
}

#nav li:hover ul.subs {
    left: 0;
    top: 35px;
    background: #01234d;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

#nav li:hover ul.subs a {
    color: #fff;
}

.hsubs span {
    margin-left: 10px;
}

#nav ul li {
    background: none;
    width: 100%;
}

#nav ul li a {
    float: none;
}

#nav ul li:hover>a {
    background-color: #121212;
    color: #00B4FF;
}

#lavalamp {
    background: url(../images/sep.png) no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 13px;
    position: absolute;
    top: 0px;
    width: 64px;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#lavalamp:hover {
    -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}

#nav li:nth-of-type(1):hover~#lavalamp {
    left: 13px;
}

#nav li:nth-of-type(2):hover~#lavalamp {
    left: 90px;
}

#nav li:nth-of-type(3):hover~#lavalamp {
    left: 170px;
}

#nav li:nth-of-type(4):hover~#lavalamp {
    left: 250px;
}

#nav li:nth-of-type(5):hover~#lavalamp {
    left: 330px;
}

#nav li:nth-of-type(6):hover~#lavalamp {
    left: 410px;
}

#nav li:nth-of-type(7):hover~#lavalamp {
    left: 490px;
}

#nav li:nth-of-type(8):hover~#lavalamp {
    left: 565px;
}

.left-box {
    width: 620px;
    margin-right: 70px;
    margin-top: 15px;
}

.right-box {
    width: 300px;
    margin-top: 15px;
}

.post1 {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.date {
    width: 100px;
    margin-right: 10px;
}

.post-detail {
    width: 485px;
}

.post-detail img {
    height: auto !important;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 475px;
}

.post-bg {
    background: url(../images/bg-post.png) repeat;
    padding-top: 10px;
    margin-top: -3px;
}

.readmoe {
    background: #fd595a;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    float: right;
}

.shadow-post img {
    width: 620px;
    margin-bottom: 30px;
}

.readmoe a {
    text-decoration: none;
    color: #fff;
}

.date-post {
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    color: #908f8b;
    margin-bottom: 10px;
}

.comment {
    list-style: none;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ccc;
}

.comment a {
    text-decoration: none;
    color: #908f8b;
}

.serach {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    height: 40px;
}

.serach-shadow img {
    width: 100%;
    margin-bottom: 20px;
}

.engine {
    float: left;
    height: 30px;
    text-align: center;
    width: 235px;
}

.search-icon img {
    margin-left: 10px;
    width: 41px;
}

.engine-comp {
    background: #173a64;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
}

.ad img {
    width: 300px;
    margin-bottom: 20px;
}

.news {
    background: #fff;
    padding: 5px;
    border: 1px solid #bec5cb;
}

.news-letter {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
    height: 30px;
    margin-top: 20px;
    padding: 5px;
    width: 277px;
}

.subscrirbe {
    background: #fd595a;
    text-align: center;
    padding: 5px;
    width: 100px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-left: 90px;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}

.cate {
    margin-left: 10px;
    /* width: 270px; */
}

.sto {
    border-bottom: 1px dotted #666;
    margin-top: 7px;
    margin-bottom: 7px;
}

.arrow3 {
    margin-top: -3px;
}

.cate a {
    color: #333;
    text-decoration: none;
}

.blog-date {
    color: #7e7e7e;
    font-size: 12px;
    margin-left: 20px;
}

.footer {
    background: #302f2f;
    height: 50px;
    line-height: 50px;
}

.copy {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

.bullet {
    width: 323px;
}

.footer-top {
    border-top: 1px solid #e8e7e7;
    padding: 10px;
    background: #006497;
    background: -moz-linear-gradient(top, #006497 0%, #0a2a50 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006497), color-stop(100%, #0a2a50));
    background: -webkit-linear-gradient(top, #006497 0%, #0a2a50 100%);
    background: -o-linear-gradient(top, #006497 0%, #0a2a50 100%);
    background: -ms-linear-gradient(top, #006497 0%, #0a2a50 100%);
    background: linear-gradient(to bottom, #006497 0%, #0a2a50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006497', endColorstr='#0a2a50', GradientType=0);
}

.footer-box1 {
    width: 225px;
    padding: 10px;
}

.footer-nav {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: "Myriad Pro", verdana, Arial;
    margin-bottom: 15px;
}

.nav {
    color: #a3a3a3;
}

.home a {
    text-decoration: none;
    color: #a3a3a3;
}

.sto {
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    margin-top: 7px;
}

.blog-post {
    color: #a3a3a3;
    font-style: italic;
}

.blog-post a {
    text-decoration: none;
    color: #a3a3a3;
}

.footer-social img {
    margin-left: 4px;
    opacity: 0.5;
    width: 25px;
}

.footer-social3 img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    cursor: pointer;
    width: 25px;
    margin-top: 8px;
    margin-right: 2px;
}

.footer-social3 img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.boxsocail {
    margin-left: 100px;
}

.footer-boxpost {
    padding: 10px;
    width: 225px;
}

.footer-boxpost a {
    text-decoration: none;
    color: #a3a3a3;
}

.footer-box1 {
    margin-right: 88px;
}

.paging {
    width: 275px;
    /* height: 31px; */
    /* margin-bottom: 15px; */
    /* padding: 5px;
    line-height: 31px; */
    margin-left: 158px;
}

.box-page {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d6d6d6', GradientType=0);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.75);
    padding: 3px;
    border-radius: 3px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    font-weight: bold;
    text-align: center;
}

.pag-tag a {
    text-decoration: none;
}

.pag-tag a div:hover {
    background: #d6d6d6;
    background: -moz-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #d6d6d6 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f4f4f4', GradientType=0);
}

.box-page1 {
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #d6d6d6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%, #d6d6d6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d6d6d6', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.75);
    padding: 3px;
    border-radius: 3px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    font-weight: bold;
    width: 25px;
    text-align: center;
}

.pag-tag1 a {
    text-decoration: none;
}

.pag-tag1 a div:hover {
    background: #d6d6d6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #f4f4f4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6d6d6 0%, #f4f4f4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d6d6d6 0%, #f4f4f4 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */
}

.detail img {
    border: 4px solid #F4F4F4;
    width: 580px;
}

.detail-text {
    width: 580px;
    text-align: justify;
    margin-top: 10px;
}

.blog-comments {
    color: #000;
    font-size: 16px;
    margin-left: 91px;
}

.client {
    margin-left: 91px;
}

.client-name {
    color: #000;
}

.replay a {
    color: #000;
}

.comment-area {
    margin-left: 15px;
    width: 490px;
}

.pag-tag a {
    color: #333;
}

.slider img {
    width: 578px
}

.thumb img {
    width: 70px;
    height: 44px;
}


/*---------blog detail--------*/
.sub-letter {
    background: #f1f8fd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f1f8fd 0%, #d5effc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f8fd), color-stop(100%, #d5effc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f8fd 0%, #d5effc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f8fd 0%, #d5effc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f8fd 0%, #d5effc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f1f8fd 0%, #d5effc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f8fd', endColorstr='#d5effc', GradientType=0);
    /* IE6-9 */
    padding: 10px;
    border: 1px solid #99defd;
}

.like-post {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f3500a;
}

.weeklynews {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.emailette {
    font-size: 22px;
    height: 28px;
    padding: 10px;
    width: 451px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
}

.sub-btn {
    background: #fd595a;
    width: 200px;
    text-align: center;
    font-size: 22px;
    height: 25px;
    padding: 10px;
    line-height: 25px;
    margin-top: 20px;
}

.button a {
    text-decoration: none;
    color: #FFF;
}

.youmay {
    text-align: center;
    font-size: 28px;
}

.detail-post {
    border: 3px solid #dad6d6;
    width: 180px;
    background: #f8f8f8;
    font-size: 12px;
    text-align: justify;
    margin-left: 10px;
}

.bio {
    margin-top: 15px;
    margin-bottom: 15px;
}

.name-box {
    border: 1px solid #ccc;
    padding: 10px;
    width: 173px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.message {
    width: 602px;
    height: 150px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.submit {
    background: #fd595a;
    padding: 10px;
    width: 150px;
    height: 26px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-left: 430px;
    line-height: 26px;
}

.submit a {
    text-decoration: none;
    color: #fff;
}

.engine1 {
    background: url("../images/search-icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 31px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 55px;
}

.ts-fab-avatar img {
    width: 80px !important;
    height: auto !important;
}

.ts-fab-social-links img {
    width: 23px !important;
}

.shareaholic-share-buttons-heading img {
    width: 635px !important;
}

.like img {
    width: 180px;
}

#comments-title ol li {
    list-style: none;
}

a.comment-reply-link {
    margin-left: -70px;
}

#author {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px;
    width: 185px;
}

#email {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px;
    width: 186px;
}

#url {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 11px;
    margin-right: 10px;
    padding: 5px;
    width: 186px;
}

textarea#comment {
    border: 1px solid #ccc;
    height: 150px;
    margin-bottom: 20px;
    width: 512px;
    vertical-align: middle;
}

#submit {
    background: none repeat scroll 0 0 #fd595a;
    font-size: 22px;
    font-weight: bold;
    height: 49px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-left: 430px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    width: 170px;
}

.pag-tag ul {
    float: left;
    width: 300px;
}

.current {
    background: linear-gradient(to bottom, #f4f4f4 0%, #d6d6d6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 2px 1px 0 rgba(50, 50, 50, 0.75);
    font-size: 19px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    padding: 3px;
    text-align: center;
}

.page-numbers {
    background: linear-gradient(to bottom, #f4f4f4 0%, #d6d6d6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 2px 1px 0 rgba(50, 50, 50, 0.75);
    font-size: 14px;
    font-weight: bold;
    /* height: 35px;
    line-height: 35px;
    margin-left: 5px; */
    padding: 3px 6px;
    text-align: center;
    width: 25px;
}

.pag-tag ul li {
    list-style: none;
    display: inline;
}

.date-post a {
    text-decoration: none;
    color: #908f8b;
}

.cate a:hover {
    color: #0443ac;
}

.post-detail h1 {
    font-family: georgia;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.post-detail p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

p strong {
    color: #173a64 !important;
    size: 15px;
}

.comment-body p {
    text-align: justify;
    padding: 10px;
}

.tag-links {
    font-style: italic;
    margin-top: 10px;
}

.latest-post p {
    color: #a3a3a3;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
}

.title h2 a {
    color: #173a64;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
}

.wp-caption-text {
    font-size: 14px !important;
    color: #908f8b !important;
    margin-top: -23px !important;
    font-style: italic !important;
}

.latest-post h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.commented {
    color: #a3a3a3 !important;
    font-size: 13px;
    font-weight: normal;
}

.commented a {
    color: #a3a3a3 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.dated {
    color: #a3a3a3 !important;
    font-size: 13px;
    font-weight: normal;
}

.sto1 {
    border-bottom: 1px solid #999;
    margin-bottom: 21px;
    margin-top: 15px;
}

.sto3 {
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
    margin-top: 5px;
}

.serach-shadow1 img {
    margin-bottom: 20px;
    width: 100%;
}

.pag-tag ul li a {
    text-decoration: underline;
}

#sliderFrame {
width: auto !important;
}

#primary ul li {
    list-style: none;
}

.mcSlc {
    background-size: 620px 306px !important;
}

#slider img {
    background-size: 598px 306px !important;
}

.more img {
    height: auto !important;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 485px;
}

.hd_snippet {
    display: none;
}

#slider div.mc-caption {
    background: url(../images/tbg.png) repeat !important;
    color: rgb(204, 204, 204);
    font-size: 20px !important;
    padding: 22px 0;
    text-align: center;
    width: auto !important;
    z-index: 4;
    font-weight: bold !important;
}

#slider div.mc-caption-bg,
#slider div.mc-caption-bg2 {
    bottom: 0px !important;
    height: auto;
    left: 0 !important;
    overflow: hidden;
    padding: 0px 0 !important;
    position: absolute;
    width: 598px !important;
    z-index: 3;
}


.add_sence {
    margin: 0px 0px 15px 0;
    text-align: center;
}

.add-sence-top {
    margin: 15px 0 10px 0px;
    text-align: center;
}

.add_sence_detail {
    margin: 15px 0 10px 0px;
    text-align: center;
}