body {
    background-color: black;
    background: url('../img/bg.jpg') top left repeat #161616;
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
}

.btn {
    text-shadow: none;
}

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

a:link {
    color: orange;
}

a:visited {
    color: orange;
}

@font-face {
    font-family: 'sansationbold';
    src: url('../fonts/sansation_bold-webfont.eot');
    src: url('../fonts/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation_bold-webfont.woff') format('woff'), url('../fonts/sansation_bold-webfont.ttf') format('truetype'), url('../fonts/sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation_regular-webfont.eot');
    src: url('../fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sansation_regular-webfont.woff') format('woff'), url('../fonts/sansation_regular-webfont.ttf') format('truetype'), url('../fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.response {
    width: 100%;
    height: 4px;
    background-color: orange;
    position: fixed;
    top: 0px;
    left: 0px;
}
.centered{
    text-align: center;
}
.loader{
    display: none;
}
/*----------------------------------------------------------------*/

/*--------------------------*/
.menu-wrap {
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.8);
}

.thumb-wrap {
    background-color: transparent;
}

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

.logo {
    min-height: 100px;
    text-align: center;
}

/*------------------------------------------------------------ main menu -----------------------*/
.accordion-menu {
    margin-top: 20px;
}

.accordion-menu .accordion {
    margin-bottom: 0;
    box-shadow: none;
}

.accordion-menu .accordion-group {
    margin-bottom: 1px;
    border: 0;
    border-radius: 0;
}

.accordion-menu .accordion-heading .accordion-toggle {
    display: block;
    padding: 14px 20px;
    background: url('../img/menubg.jpg') 0px 0px repeat-x transparent;
    height: 20px;
    border-bottom: 1px solid #0a0704;

    font-size: 16px;
    font-weight: bold;
    color: #D1CFC8;
}

.accordion-toggle:visited,.accordion-toggle:focus,.accordion-toggle:hover{text-decoration: none;outline: none;}

.accordion-menu .accordion-heading .accordion-toggle.currentmenu-toplevel{
    text-decoration: none;
    background: url('../img/menubg-active.jpg') 0px 0px repeat-x transparent;
    outline: none;
}

.accordion-menu .accordion-inner ul li.currentmenu-2ndlevel{
    text-decoration: none;
    outline: none;
    background: url('../img/sub-menubg-active.jpg') 0px 0px repeat-x transparent;
}

/*--------------------*/
.accordion-menu .accordion-inner {
    padding: 0;
    border-top: 0;
}

.accordion-menu .accordion-inner ul {
    margin: 0;
    padding: 0;
}

.accordion-menu .accordion-inner ul li {

    background: url('../img/sub-menubg.jpg') 0px 0px repeat-x transparent;
    height: 48px;
    border-bottom: 1px solid #191d1d;

    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
}

.accordion-menu .accordion-inner ul li a:link {
    color: #D1CFC8;
    display: block;
    padding: 14px 40px;
    height: 20px;
}

.accordion-menu .accordion-inner ul li a:visited {
    color: #D1CFC8;
}

.accordion-menu .accordion-inner ul li a:hover {
    color: whitesmoke;
    text-decoration: none;
}

.accordion-menu .accordion-inner ul li a:focus {
    text-decoration: none;
    outline: none;
    background: url('../img/sub-menubg-active.jpg') 0px 0px repeat-x transparent;
}

/*------------------------------------------------------ mobile menu  ----------------------------------*/
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: -50px;
  margin-right: 15px;
  background-color: #000000b5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle .icon-bar {
  background-color: #888;
}
@media (max-width: 767px) {
	.navbar-toggle {
	  display: block !important;
	}
	.accordion-menu {
		display: none;
	}
}

/*------------------------------------------------------ thumbs posts ----------------------------------*/
.span9.thumb-wrap-span9 {
    overflow-x: hidden;
    overflow-y: hidden;
}

.thumb-wrap {
    background-color: transparent;
}

.homepost {
}

.homepost .thumbnail {
    padding: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.homepost a.thumbnail:hover, .homepost a.thumbnail:focus {
    border: 0;
    box-shadow: none;
}

.homepost.thumbnails > li {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.thumb-wrap ul {
    margin: 0;
    padding: 0;
}

/*----------------------------- jfade plugin --------------------------------*/
.jfade_image {
    float: left;
    opacity: 1;
    width: 100%;
}

.caption_div {
    position: relative;
}

.pictextv2 {
    position: absolute;
    background: #10171F;
    color: #D1CFC8;
    border: 3px solid #464646;
    cursor: pointer;

    bottom: -5%;
    left: -3%;
    z-index: 999;

    width: 94%;
    height: 94%;
    padding: 5%;
	opacity: 0;
}
.pictextv2:hover {
    position: absolute;
    background: #10171F;
    color: #D1CFC8;
    border: 3px solid #464646;
    cursor: pointer;

    bottom: -5%;
    left: -3%;
    z-index: 999;

    width: 94%;
    height: 94%;
    padding: 5%;
	opacity: 1;
	
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pictextv2 h3 {
    margin-top: 0;
    color: orange;
    font-size: 14px;
    line-height: 18px;
    height: 25%;
    overflow: hidden;
}

.pictextv2 p {
    height: 50%;
    overflow: hidden;
    font-size: 13px;
}

.pictextv2 .post-stats {
    color: #6f6f6f;
    height: 10%;
    font-size: 13px;
}

.pictextv2 .post-stats i {
    margin: 0 1px 0 0px;
}

.pictext {
    display: none;
    position: absolute;
    background: #10171F;
    color: #D1CFC8;
    border: 3px solid #464646;
    cursor: pointer;

    bottom: -5%;
    left: -3%;
    z-index: 999;

    width: 94%;
    height: 94%;
    padding: 5%;
}

.pictext h3 {
    margin-top: 0;
    color: white;
    font-size: 14px;
    line-height: 18px;
    height: 25%;
    overflow: hidden;
}

.pictext p {
    height: 50%;
    overflow: hidden;
    font-size: 13px;
}

.pictext .post-stats {
    color: #6f6f6f;
    height: 10%;
    font-size: 13px;
}

.pictext .post-stats i {
    margin: 0 1px 0 0px;
}


/*########################################################## post detail page ################################################*/

.post-header {
    width: 100%;
    position: relative;
}

.post-title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    color: white;
}

.post-title h1 {
    font-family: "Georgia", serif;
    font-size: 3em;
    padding-top: 20px;
    padding-left: 20px;
}

.post-title h5 {
    padding-left: 20px;
    padding-bottom: 20px;
}

.post-title h5 a:link {
    color: orange;
}

.post-title h5 a:visited {
    color: orange;
}

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

.main-content-wrap {
    background-color: white;
}

.main-content-wrap h2 {
    color: black;
    font-family: 'sansationbold';
    margin: 30px 0px;
}

.middle-content-wrap {
    margin: 15px 10px 15px 15px;
}
.post-main-image{
    float: left;
    padding: 0 15px 10px 0;
}
.post-main-image img {
    border: 3px solid gray;
}

.middle-content-wrap p {
    margin: 20px 0px 20px 5px;
    font-family: 'sansationregular';
    font-size: 16px;
}

/*-----------------------*/
.comment-container {
    margin-bottom: 80px;
}

.single-comment-wrap {
    margin-top: 50px;
}

.comment-text {
    margin: -60px 0 0 70px;
    font-family: 'sansationregular';
    color: gray;
}

.comment-text h4 {
    color: orange;
    font-variant: small-caps;
    margin: 0px 0 0px 0;
}

.comment-text h6 {
    color: black;
    margin: 5px 0 10px 0;
}
.comment-link{
    padding: 5px 10px;
    background-color: #d1d1d1;
    color: white !important;
    border: 0;
    font-size: 15px;
    vertical-align: top;
}
.comment-link:hover{
    text-decoration: none;
}

.comment-text button {
    clear: left;
    display: block;
    padding: 0px 4px;
    margin: 5px 0 5px 0;
    background-color: #d1d1d1;
    color: white;
    border: 0;
    font-size: 12px;
}
.orange{
    color: orange;
}
/*---------------------------------*/
input[type="text"],input[type="tel"],input[type="email"],input[type="url"]{
    border-radius: 0;
    height: 25px;
}
.leave-reply{
    padding: 10px;
}
.leave-reply input[type="text"],
.leave-reply input[type="tel"],
.leave-reply input[type="email"],
.leave-reply input[type="url"] {
    width: 95%;
    margin-top: 5px;
}

.leave-reply textarea {
    width: 95%;
    min-height: 170px;
    min-width: 350px;
    margin-top: 5px;
    border-radius: 0px;
}

.leave-reply button {
    background-color: orange;
    border: 0;
    padding: 8px 35px;
    font-size: 20px;
    font-family: 'sansationbold';
    color: white;
    float: right;
    margin: 10px 1% 10px 0;
}

.leave-reply span {
    color: red;
}

/*-------------------------- right sidebar----------------------*/
.right-sidebar-wrap {
    margin: 0px 10px 5px 20px;
    color: gray;
}

.right-sidebar-wrap h4 {
    color: black;
    font-family: 'sansationbold';
    font-size: 19px;
    display: block;
    border-bottom: 4px solid black;
    padding-bottom: 5px;
    margin-top: 30px;
}

.subscribe input[type="text"] {
    border-radius: 0;
    height: 25px;
}

.subscribebutt button {
    height: 35px;
    background-color: orange;
    border: 0;
    color: white;
    font-family: 'sansationregular';
    vertical-align: top;
}

.right-sidebar-wrap ul {
    margin: 0;
}

.right-sidebar-wrap ul li {
    list-style: url('../img/arr-rht.png');
    list-style-position: inside;
    margin-top: 5px;
}

.right-sidebar-wrap ul li a:link {
    color: gray;
}

/*-------------*/
.tags {
    margin-bottom: 15px;
}

.tags ul li {
    list-style: none;
    width: 50%;
}

.tags .tagleft {
    float: right;
    margin-right: 2px;
    margin-top: -5px;
}

.adds {
    margin-top: 0px;
}

/*-----------------------------------------------*/
.footer {
    color: black;
    margin: 50px 0 20px 30px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ screen types for the post detail page @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*-------------------------------- Portrait tablet to landscape and desktop-------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

    .subscribebutt {
        height: 35px;
        clear: left;
        float: left;
    }

    .subscribe input[type="text"] {
        width: 150px;
    }

    .right-sidebar-wrap ul li {
        list-style: none;
        list-style-type: square;
        list-style-position: inside;
    }

    .tags .tagleft {
        float: none;
        margin-right: 0px;
        margin-top: 0px;
    }

    .leave-reply .span4 {
        float: left;
        clear: left;
        width: 100%
    }

}

/* ----------------------------------Landscape phone to portrait tablet --------------------------*/
@media (max-width: 767px) {

    .post-header {
        margin-top: 10px;
    }

    .post-title h1 {
        font-size: 25px;
        padding-top: 0px;
        padding-left: 10px;
        margin: 0 0 0 0;
    }

    .post-title h5 {
        padding-left: 10px;
        padding-bottom: 0px;
        margin: 5px 0 5px 0;
        font-size: 12px;
    }

}



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

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ screen types for the home page @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/* -------------------------------------------------Large desktop-------------------- */
@media (min-width: 1200px) {

    .pictextv2 h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .pictextv2 .post-stats i {
        margin: 0 3px 0 10px;
    }

    .pictext h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .pictext .post-stats i {
        margin: 0 3px 0 10px;
    }

}

/*-------------------------------- Portrait tablet to landscape and desktop-------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

    .response {
        background-color: red;
    }

    .homepost .span3 {
        width: 33.33%;
    }

    .pictextv2 p {
        font-size: 12px;
        line-height: 1.1;
    }

    .pictext p {
        font-size: 12px;
        line-height: 1.1;
    }

}

/* ----------------------------------Landscape phone to portrait tablet --------------------------*/
@media (max-width: 767px) {

    .homepost .span3 {
        width: 50%;
        float: left;
    }

    .pictextv2 .post-stats i {
        margin: 0 3px 0 10px;
    }

    .pictext .post-stats i {
        margin: 0 3px 0 10px;
    }
    .leave-reply textarea{
        width: 90%;
        min-width: 90%;
    }
    .leave-reply input[type="text"],
    .leave-reply input[type="tel"],
    .leave-reply input[type="email"],
    .leave-reply input[type="url"] {
        width: 90%;
    }
    .leave-reply button{
        margin-right: 8%;
    }
}

/*---------------------------------- Landscape phones and down-------------------------- */
@media (max-width: 480px) {

    .homepost .span3 {
        width: 100%;
    }

    .homepost .span3 img {
        width: 100%;
    }

    .pictextv2 {
        border: 2px solid #464646;

        bottom: 0%;
        left: 0%;

        width: 90%;
        height: 90%;
        padding: 5%;
    }

    .pictextv2 h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .pictextv2 p {
        font-size: 14px;
    }

    .pictextv2 .post-stats {
        font-size: 15px;
    }

    .pictext {
        border: 2px solid #464646;

        bottom: 0%;
        left: 0%;

        width: 90%;
        height: 90%;
        padding: 5%;
    }

    .pictext h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .pictext p {
        font-size: 14px;
    }

    .pictext .post-stats {
        font-size: 15px;
    }

}

/*-------------------------custom---------------- */
@media (min-width: 481px) and (max-width: 767px) {

    .pictextv2 h3 {
        font-size: 17px;
        line-height: 22px;
    }

    .pictextv2 p {
        font-size: 14px;
    }

    .pictextv2 .post-stats {
        font-size: 15px;
    }

    .pictext h3 {
        font-size: 17px;
        line-height: 22px;
    }

    .pictext p {
        font-size: 14px;
    }

    .pictext .post-stats {
        font-size: 15px;
    }

}

/*Social Icons*/
a.social-icon:hover{
    text-decoration: none;
}
span.social-icon{
    height: 37px;
    width: 34px;
    display: inline-block;
}
.twitter{
    background: transparent url("../img/social-icons.png") 0 0 no-repeat;
}
.google{
    background: transparent url("../img/social-icons.png") -40px 0 no-repeat;
}
.facebook{
    background: transparent url("../img/social-icons.png") -80px 0 no-repeat;
}
.rss{
    background: transparent url("../img/social-icons.png") -120px 0 no-repeat;
}
.pinterest{
    background: transparent url("../img/social-icons.png") -160px 0 no-repeat;
}
.digg{
    background: transparent url("../img/social-icons.png") -200px 0 no-repeat;
}
.linkedin{
    background: transparent url("../img/social-icons.png") -240px 0 no-repeat;
}

/*---------------------------------- Constancy In Courage-------------------------- */

#italic {
	font-style:italic;
}
#bold{
	font-weight:bold;	
}

.italic-text {
	font-style:italic;
}
.bold-text{
	font-weight:bold;	
}

.post-detail-phone{
    padding: 0 10px 10px;
    color: #fff;
}

.middle-content-wrap p {
	font-family: "Georgia", serif;
}

.middle-content-wrap p:first-child:first-letter { 
	float: left; 
	color: #903; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia; 
}

.firstLetter { 
	float: left; 
	color: #903; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 0px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia; 
}
#btn-green{
    background-color:#506518;
}

.styledList{
    list-style-type: square;
    padding-left:25px;
}