@font-face {
	font-family: 'Tahoma';
	src: url('../fonts/tahoma.ttf');
}

.text-uppercase
{
	text-transform: uppercase;	
}
h3{
	font-family: 'Source Sans Pro', sans-serif; font-size:24px; font-weight:400;}
p{font-family: 'Source Sans Pro', sans-serif; font-size:14px; font-weight:400;}

body{
	background-image: url(../images/bg_background.jpg);
}
h2{
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	/*text-transform: uppercase;*/
	font-weight:700;
}

.author-say{
	background: none repeat scroll 0% 0% #4d2925;
	border: 1px solid #E6E6E6;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	color:#fff;
	}
.img-captcha{
        margin-left:-45px;
}
.poemAnchor{
	color:#000;
}
.poemAnchor:hover{
	text-decoration:none;
	color:#000;
}
.poemAnchor:focus{
	text-decoration:none;
	color:#000;
}
.selectnav { display: none; }
h4{
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	/*text-transform: uppercase;*/
	font-weight:700 !important;
}
.head-nav-bg{
	background-color: #fd813d;
	border-bottom: #ef6519 2px solid;
}
.head-nav{
	padding-left: 0px;
}
.head-nav ul{
	list-style: none;
}
.head-nav ul li{
	float: left;
	padding: 10px 20px 10px 20px;
	border-right: #ef6519 1px solid;
	text-transform: uppercase;
	font-size: 12px;
}
.head-nav ul li img{
	padding-right: 5px;
}
.head-nav ul li:first-child{
	border-left: #ef6519 1px solid;
}
.head-nav ul li:last-child{
	float: right;
	border-left: #ef6519 1px solid;
	border-right: none;
}
.head-nav ul li a{
	color:#FFFFFF;
}
header{
	-moz-box-shadow: 0 7px 9px -5px #000;
	-webkit-box-shadow: 0 7px 9px -5px #000;
	box-shadow: 0 7px 9px -5px #000;
	padding-bottom: 20px;
	background-color: #FFFFFF;

}
.logo{
	padding:20px 0px 0px 0px;
}
.icon-nav{
	padding: 22px 0px 0px 0px;
}
.icon-nav ul{
	list-style: none;
}
.icon-nav ul li{
	float: left;
	padding: 0px 20px 0px 0px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.icon-nav ul li img{
	padding-bottom: 15px;
}
.icon-nav ul li a{
	color: #fd813d;
}
.banner{
	margin: 20px 0px 0px 0px;
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.banner .banner-desc{
	float: right;
    width: 47%;
}
.banner .input-group{
	padding: 15px 0px;
}
ol, ul {
    list-style: none outside none;
}
.social-icons {
	background-color: #FFFFFF;
	border-radius: 20px;
	margin: 20px 0px 0px 0px;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.social-icons ul {
    display: inline-block;
    width: 100%;
}
/*.social-icons ul li a {
    background-color: #44201c;
    border-radius: 50%;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    margin:17px 30px 0px 4px;
    width: 40px;
    float: left;
}*/

/* Cookie popup start */
#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 20%;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }
/* Cookie popup end */

@media screen and (max-width: 640px) {
    .social-icons ul li a {
	    background-color: #44201c;
	    border-radius: 50%;
	    height: 40px;
	    padding: 7px 0;
	    text-align: center;
	    margin:17px 22px 0px 4px;
	    width: 40px;
	    float: left;
	}
}
@media screen and (min-width: 768px) {
    .social-icons ul li a {
	    background-color: #44201c;
	    border-radius: 50%;
	    height: 40px;
	    padding: 7px 0;
	    text-align: center;
	    margin:17px 2px 0px 4px;
	    width: 40px;
	    float: left;
	}
}



.social-icons ul li a:hover {
    background-color: #4c4b4b;
}
.poem{
	background-color: #FFFFFF;
	border-radius: 20px;
	margin: 20px 0px 0px 0px;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
	padding: 5px 5px 5px 0px;
	float: right;
}
.poem p{
	font-size: 11px;
	font-family: 'Tahoma','Times New Roman';
	    padding-bottom: 1px;
}
.poem p span{
	color:#fd813d;
}
.poem_profile_img{
	width: 170px;
    float: right;
    margin: 0 20px 0 0
}

.color_poem_text,
.color_poem_text:hover{
		font-size: 12px;
    font-family: 'Tahoma','Times New Roman';
	color: #000;
}

.poem .learn_more_text{
	float: left;
    margin: 10px 10px 10px 10px;
}
.poem_content_text{
    position: relative;
    left: 6px;
}
.wrap-poem-content{
    float: left;
    width: 43%;
}
.poem_content_text{
	text-align: left;
	float: left;
    margin: 10px 0 0 5px
}
.poem_right
	{
		float:right;			
		display:block;
	}
.poem_right
	{
		float:right;			
		display:block;
		
	}
.nav-below-bg{
	background: #5f3d3a; /* Old browsers */
	background: -moz-linear-gradient(top,  #5f3d3a 0%, #4e211c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f3d3a), color-stop(100%,#4e211c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5f3d3a 0%,#4e211c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3d3a', endColorstr='#4e211c',GradientType=0 ); /* IE6-9 */
	margin: 21px 0px 0px 0px;
}
.nav-below-bg-inner{
		background: #5f3d3a; /* Old browsers */
	background: -moz-linear-gradient(top,  #5f3d3a 0%, #4e211c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f3d3a), color-stop(100%,#4e211c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5f3d3a 0%,#4e211c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3d3a', endColorstr='#4e211c',GradientType=0 ); /* IE6-9 */
}
#brown-nav {padding: 0; margin: 0; border: 0;}
#brown-nav ul, #brown-nav li {list-style: none; margin: 0; padding: 0;}
#brown-nav ul {position: relative; z-index: 597; }
#brown-nav ul li { float: left; min-height: 1px; vertical-align: middle;}
#brown-nav ul li.hover,
#brown-nav ul li:hover {position: relative; z-index: 599; cursor: default;}
#brown-nav ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; }
#brown-nav ul ul li {float: none;}
#brown-nav ul ul ul {top: 0; left: auto; right: -99.5%; }
#brown-nav ul li:hover > ul { visibility: visible;}
#brown-nav ul ul {bottom: 0; left: 0;}
#brown-nav ul ul {margin-top: 0; }
#brown-nav ul ul li {font-weight: normal;}
#brown-nav a { display: block; line-height: 1em; text-decoration: none; }
#brown-nav > ul { *display: inline-block; }
#brown-nav:after, #brown-nav ul:after {
    content: '';
    display: block;
    clear: both; 
}
#brown-nav a {
    color: #CBCBCB;
    padding: 0 20px; 
}
#brown-nav ul { text-transform: uppercase; }
#brown-nav ul ul {
      border-top: 4px solid #fd813d;
      text-transform: none;
      min-width: 190px; 
}
#brown-nav ul ul a {
        background: #fd813d;
        color: #FFF;
        border: 1px solid #fd813d;
        border-top: 0 none;
        line-height: 150%;
        padding: 10px 20px; 
}
#brown-nav ul ul ul { border-top: 0 none; }

#brown-nav ul ul li { position: relative }
#brown-nav > ul > li > a { line-height: 40px;  }

#brown-nav ul ul li:first-child > a { border-top: 1px solid #fd813d; }
#brown-nav ul ul li:hover > a { background: #44201c; }

#brown-nav ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #fd813d; 
}
#brown-nav ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

#brown-nav ul ul li.has-sub > a:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
}

#brown-nav ul li:hover > a, #brown-nav ul li.active > a {
      background: #FD813D;
      color: #FFF;
 }
#brown-nav ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px; 
}
#brown-nav ul li.last ul {
      left: auto;
      right: 0; 
}
#brown-nav ul li.last ul ul {
        left: auto;
        right: 99.5%;
 }

.big-posts .col-md-5{
	padding: 0px 0px 0px 0px;
}
.big-post{
	background-color: #FFFFFF;
	margin-top: 15px;
	border-radius: 20px;
	border:#e5e5e5 1px solid;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.big-post img{
	padding-top:20px;
}
.posts{
	font-size: 11px;
}
hr {
  margin:2px 0px 4px 0px;
}
.big-post h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight:700;
	padding-left: 10px;
	color:#333333;
}
.big-post p{
	padding-left: 10px;
	padding-right:10px;
}
.big-post .content-big-post{
	height:110px;
	padding:0px 0px 0px 5px;
}
.small-post .content-small-post{
	height:90px;
	padding:0px 0px 0px 5px;
}
.small-post img{
	padding-top:20px;
}
.small-post p span{
	float: left;
	padding-bottom: 10px;
}
.big-post .arrow-more{
	position: relative;
	bottom: 25px;
	left: 40px;
}
.most-popular img{
	padding-bottom: 20px;
}
.post-arrow{
	float: left;
    margin: 0;
    padding-left: 10px;
}
.small-posts h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
	color: #4e211c;
	font-weight:700;
}
.small-posts .col-md-3{
	padding: 0px 0px 0px 0px;
}
.small-post {
	background-color: #FFFFFF;
	margin-top: 10px;
	border-radius: 20px;
	border:#e5e5e5 1px solid;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.small-post h3{
	font-size: 16px;
	padding-left: 10px;
	color: #333333;
	font-size: 15px;
}
.small-post p{
	padding-left: 10px;
	width: 95%;
}
.small-post p span{
	float: left;
	padding-bottom: 10px;
}
.footer-bg{
	background: #5f3d3a; /* Old browsers */
	background: -moz-linear-gradient(top,  #5f3d3a 0%, #4e211c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f3d3a), color-stop(100%,#4e211c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5f3d3a 0%,#4e211c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5f3d3a 0%,#4e211c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f3d3a', endColorstr='#4e211c',GradientType=0 ); /* IE6-9 */
}
.footer{
	margin-top: 20px;
	padding-left: 0px;
}
.footer ul{
	list-style: none;
}
.footer ul li{
        font-size:14px;
	float: left;
	padding: 10px 0px 10px 20px;
	text-transform: uppercase;
}
.footer ul li img{
	padding-right: 5px;
}
.footer ul li a{
	color:#FFFFFF;
}
.footer span{
	color: #FFFFFF;
}
.sidebar{
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border-radius: 20px;
	border:#e5e5e5 1px solid;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.sidebar h4{
	padding:20px 0px 5px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:17px;
}
.sidebar h4:first-child{
	padding-top: 10px;
}
.sidebar .side-images ul {
    display: inline-block;
    padding: 0px;
}
.sidebar .side-images ul li {
    display: inline-block;
    padding: 5px 2px 3px 8px;
    max-width: 136px;
    width: 45%;
    margin-right: 5px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0px;
    width: 95%;
}
.input-group{
	width: 100%;
}
.subscribe input, button, select, textarea {
	background-color: #4d2925;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 6px 80px;
}
textarea {
	background-color: #4d2925;
	border: none;
	font-size: 16px;
	text-transform: none;
	color: #FFFFFF;
	padding: 6px 80px;
}
.best{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:30px;
	font-weight:400;
}
.search{
	background-color: #fd813d;
	border: 1px solid #EF6519;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
}
.search input[placeholder], [placeholder], *[placeholder] {
   color:#FFFFFF;
}
/*Blog Posts*/
.blog-posts .col-md-11{
	padding: 0px;
}
.blog-post{
	background-color: #FFFFFF;
	margin-top: 15px;
	border-radius: 20px;
	border:#e5e5e5 1px solid;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.blog-post h3{
	font-size: 30px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 10px;
}
.blog-post .blog-img{
	width: 100%;
}
.blog-post p{
	font-size: 15px;
	width: 90%;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 10px;
	padding-top: 10px;
}
.blog-post a{
	color: #81807e;
}
.blog-post span{
	font-size: 16px;
	padding-left: 10px;
	display:block;
}
.blog-post .arrow-more{
	position: relative;
	bottom: 14px;
	left: 50px;
}

.blog-nav ul{
	list-style: none;
}
.blog-nav ul li{
	float: left;
	padding: 10px 20px 10px 0px;
	text-transform: uppercase;
}
.blog-nav ul li img{
	padding-right: 5px;
}
.blog-nav ul li a{
	color:#FFFFFF;
}
.blog-pagination{
	padding: 0px;
	margin:22px 0px -7px -54px;
}
/*Single Posts*/
.single-post p{
	font-size: 17px;
	padding-left: 10px;
	padding-top: 10px;
}

.single-post{
	background-color: #FFFFFF;
	margin-top: 15px;
	border-radius: 20px;
	border:#e5e5e5 1px solid;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.single-post h1{
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	padding-left: 10px;
}
.single-post h2{
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	padding-left: 10px;
	font-style:italic;
}
.single-post h3{
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	padding-left: 10px;
	font-style:italic;
}
.single-post .blog-img{
	width: 100%;
}
.single-post p{
	font-size: 15px;
	line-height: 24px;
	width: 98%;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 10px;
	padding-top: 10px;
}
.single-post a{
	color: #81807e;
}
.single-post span{
	font-size: 15px;
	padding-left: 10px;
	display:block;
	font-family:'Source Sans Pro',sans-serif;
	font-weight:400;
}
.single-post .arrow-more{
	position: relative;
	bottom: 30px;
	left: 50px;
}
ul.pagination-list li {
    display: inline-block;
}
ul.pagination-list li a {
    background: none repeat scroll 0 0 #FFF;
    border-radius: 50%;
    color: #000000;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.17s ease-in-out 0s;
    border: 2px solid #4d2925;
}
ul.pagination-list li a.active, ul.pagination-list li a:hover {
    background: none repeat scroll 0 0 #4d2925;
    color: #FFFFFF;
}
.comments {
    margin: 0 0 20px;
}
.comments .media > .pull-left {
    margin-right: 20px !important;
}
.comments .comment {
    margin: 0 0 10px;
}

.comments .author-image img {
    max-width: 100%;
    padding: 10px;
}
.comments .author-image h4 {
    color: #282828;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 0 8px;
    text-align: center;
}
.comments .datestamp-reply{
	font-size: 14px;
	padding:0px 25px 10px 0px;
	margin:-27px 17px 0;
}
.comments .author-content {
    
    position: relative;
	margin-left:15px;
}
.comments .author-content p {
    color: #767676;
    font-size: 15px;
    font-weight: 400;
	font-family:'Source Sans Pro', sans-serif;
    padding: 3px 2px 2px;
}
.comments .author-content .btn-cm-replay {
    bottom: 0;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 94px;
    font-size: 15px;
}
.comments .author-content .btn-cm-replay a {
    color: #4d2925;
    text-align: center;
}
.comments .meta-info {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    font: 12px 'Arial',Helvetica,sans-serif;
    min-height: 30px;
}
.comments .datestamp{
	font-size: 14px;
	padding:0px 25px 10px 0px;
	margin:-27px 0px 0px 0px;
}
.comments .comment-box{
	margin: 0px;
}
.comments .comment-box label{
	float: left;
	width: 100px;
	font-weight: lighter;
}
.comment-box.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child){
	width: 85%;
	border-radius: 0px;
}
.comment-box .btn{
	padding: 10px 20px 10px 25px;
	border-radius: 0px;
	margin: 14px 16px 24px 3px;
}
.comment-box .btn:hover{
	color: #FFFFFF;
}
.page-bg{
	background-color: #FFFFFF;
	margin-top: 15px;
	border-radius: 20px;
	border:#e5e5e5 1px solid;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 4px 7px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 4px 7px rgba(0, 0, 0, 0.15);
}
.btn-send{
	padding: 10px 20px 10px 25px;
	border-radius: 0px;
	margin: 14px 16px 24px 113px;
}
.breadcrumbs a{
	color:#333333;
}
.footer-li a{
 color:#FFF;
 font-size:15px;
}
.footer-li a:hover{
 text-decoration:underline;
}
/*Tablet CSS*/
@media (max-width: 768px) {
  .js #navsmall { display: none; }
  .js .selectnav { display: block; }
.selectnav{
width:100%;
border:1px solid #fd813d;
text-transform:none;
}

	.nav-below-bg{
		background-color: #000000;
	}
	#brown-nav {
	margin-top: 5%;
}
.head-nav ul li{
	border-bottom: #ef6519 1px solid;
}
.head-nav ul li:last-child{
	float:left;
	border:#ef6519 1px solid;
	border-top: none;
	border-bottom: none;
	position: relative;
	left: 200px;
}
.banner h2{
	padding-top: 20px;
}
.banner .banner-desc{
	width: 50%;
}
.social-icons{
	width: 50%;
	position: relative;
	left: 215px;
}
.nav-below{
	padding: 1px 2px 14px 90px;
}
.small-post p span{
	width: 77%;
}
}
/*Mobile CSS*/
@media (max-width: 480px) {
.head-nav-bg{
	border-bottom: none;
}
.best{
       font-size:18px;
}
.head-nav ul li:first-child{
	border-left: none;
}
.head-nav ul li{
	border-right: 0px;
	border-bottom: 0px;
}
.head-nav{
	border: none;
}
.head-nav ul li:last-child{
	position: relative;
	left: 0px;
	border: none;
}
.logo{
	position: relative;
	left: 18px;
}
.social-icons ul {
    position:relative;
    left:25px;
}
.left-icon{
	position: relative;
	right:48px;
}
.icon-nav ul li{
	padding: 2px 1px 10px 7px;
}
.banner-img img{
	width: 300px;
}
.banner .banner-desc {
	width: 100%;
}
.subscribe input, button, select, textarea {
	background-color: #4d2925;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 6px 15px;
}
.subscribe-box{
	padding:10px 0px 10px 0px;
}
.social-icons{
	width: 100%;
	position: relative;
	left: 0px;
}
.nav-below{
	position: relative;
	right: 30px;
}
.small-post{
	height: 250px;
}
.small-post .post-img{
	width: 100%;
	height: 50%;
}
.footer .copy-footer{
	position: relative;
        right: -30px;
}
.footer .design-footer{
	position: relative;
        right: 90px;
}
.side-images{
	position: relative;
	left: 0px;
	width: 200px;
}
.gift-guides{
	position: relative;
	left: 0px;
}
.most-popular{
	position: relative;
	left: 0px;
}
.blog-post p{
	width: 70%;
}
.blog-post .arrow-more{
	bottom: 100px;
}
.icon-nav ul li{
float:none;
}
.single-post img{
 width:100%;
}
.img-captcha{
        margin-left:-150px;
}
.comments .datestamp{
	padding:18px 45px 10px 0px;
	margin:-27px 0px 0px 0px;
}
}