/*default stylesheet*/
*{
	margin: 0px;
	padding: 0px;

}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body{
		margin: 0px;
}
header{
	padding: 5px;
	border-top: 2px solid #F4531D;
}
header #header_logo{
	margin:10px auto; 
}
header nav{
	margin: 8px -5px;

}
@media (min-width: 768px){
	ul.nav{
		margin-left: -30px;
	}
}
ul.nav{
	/*margin-left: -30px;*/
}

  .navbar-default {
    background: #f4531d !important;
    border-color: #f4531d !important;
}
@font-face{
	font-family: 'Open Sans';
	src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
.searchbtn{
	padding: 9px;
}
nav {
	background: #F4531D;
}
nav .navbar {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

nav ul.navbar-nav a{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase; 
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #F4531D;
    background-color: #f8f8f8;
}
.navbar-header{
	background: #f4531d;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-header span{
	background: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /*border-color: #e7e7e7;*/
}
@media (max-width: 768px){

	nav ul.navbar-nav li{
		/*border-bottom: 1px outset #f4520d;*/
	}
}
@media (min-width: 768px){
	.navbar {
	    border-radius: 0px;
	}
}
@media (max-width: 768px){
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .nav form{
    	padding-left: 30px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
     /*border-color: #e7e7e7; */
     /*width: 100%;*/
	}

	form .searchicon input {
	    padding-left:25px;
	    /*width: 100%;*/
	    width: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7px -auto;
    }
    .navbar-nav>li {
        float: none;
        /*border-bottom: 1px outset #f4310d;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media(min-width: 1070px){
	form input.form-control {
	    /*width: 429px !important;*/
	    margin-left: -10px;
	    margin-right: -20px;
	}
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #F4531D;
}
form input.form-control{
	width: 130px;
	margin-left: -10px;
	margin-right: -20px;
}
#sitesearch{
		float:right;
		/*padding:20px;*/
	}
.sitetextinput{
	margin: 0;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #0076a3; border-right:0px;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}
form .searchicon input {
    padding-left:25px;
    max-width: 160px;
}
form span.searchicon:before {
    /*height: 100%;*/
    width: 25px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    pointer-events: none;
    font-size: 14px;
    line-height: 30px;
}
form .searchicon input {
    padding-left:25px;
    max-width: 160px;
}
form span.searchicon:before {
    /*height: 100%;*/
    width: 10px;
    /*display: -webkit-box;*/
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    pointer-events: none;
    font-size: 14px;
    line-height: 34px;
}
#newsearch{
	float:right;
	/*padding:20px;*/
	margin-top: 8px;
}
.newtextinput{
	margin: 0;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #0076a3; border-right:0px;
	/*border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;*/
	border-radius: 5px;
}

/*============================
 Infobar
===========================*/
.infobar{
	background: #eee;
	margin-top: -25px;
	margin-bottom: 20px;
}
.infobar ul.breadcrumb{
	background: #eee;
	font-size: 14px;
	display: block;
}
.infobar h1{
	padding: 0px;
	margin: 0px;
	margin-top: -20px;
	margin-bottom: 15px;
	padding: 3px 5px 10px 5px;
}
.breadcrumb {
	padding: 20px 10px 5px 10px;
  margin-left: -20px ;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /*border: 1px solid #ddd;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  font-size: 16px;
}
.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.breadcrumb a{
  color: #777;
  text-decoration: none;
}
.alphanav{
	margin: 15px 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 38px;
}
.alphanav a{
	text-decoration: none;
	padding: 5px 8px;
	line-height: 30px;
	border:1px solid #ccc;
	border-radius: 50%;
	color: #515151;
}
.alphanav a:hover{
	/*text-decoration: underline;*/
	background: #ccc;
}
/*============================
 Main page content
===========================*/

#message1 {
	display: inline-block;
	width: 6em;
	text-align: center;
	background: green;
	visibility: hidden;
	color: #FFFFFF;
}
#message2 {
	display: inline-block;
	width: 6em;
	text-align: center;
	background: red;
	visibility: hidden;
	color: #FFFFFF;
}
#list-content {
	height: 0;
	width: 100%;
}
.quoteboxed .taglist{
	background-color: #eee;
	margin: 5px -10px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	/*text-align: center;*/
}
.quoteboxed .taglist ul li{
	margin-left: 8px;
}
.quoteboxed .taglist ul li{
	display: inline-block;
}
.quoteboxed .taglist ul li a{
	padding: 0px 3px;
	font-size:14px;
	color: #515151;
}
#list-content .quoteboxed h2{
	/*margin: 40px 10px 15px 5px;*/
    font-size: 24px;
	font-family: inherit;
	font-weight: 600;
	color: #F4531D;

}
#list-content .quoteboxed p{
	font-size: 18px;
	padding: 5px;
	font-family: 'Open Sans';
	text-align: justify;
	margin-bottom: 25px;
}
#list-content .quoteboxed p> a{
	text-decoration: none;
	color: #515151; 
}
#grid-content .quoteboxed p> a{
	text-decoration: none;
	color: #515151; 
}
#grid-content .quoteboxed .addthis_sharing_toolbox.addthis_default_style.addthis_20x20_style {
    position: relative;
    top: 0px;
    right: 5px;
    height: 15px;
    width: 100%;
    /*background-color: antiquewhite;*/
    margin: 0px;
    padding: 0px;
    font-size: larger;
    text-align: right;
}
#list-content .quoteboxed .addthis_sharing_toolbox.addthis_default_style.addthis_20x20_style{
	float: right;
    margin-bottom: 8px;
}
#list-content .quoteboxed a.readmore-link{
    text-align: right;
    max-height: 20px;
    float: right;
    position: relative;
    bottom: 20px;
    right: 5px;
}
#list-content .quoteboxed a.readmore-link:hover{
	float: right;
	text-decoration: none;
	color: #F4531D;
	}
@media (max-width: 480px){
	#list-content div.quoteboxed {
	width: 98%;
	min-width: auto;
	height: auto;
	/*background: url(../images/hentry.png) top center no-repeat;*/
	color: #2f2f2f;
	margin: 5px 4px;
	padding: 15px;
	padding-top: 30px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	font-family: 'Open Sans';
	float: left;
	}	

	#list-content div.quoteboxed:after {
			clear: both;
	}
}
@media (min-width: 481px){

	#list-content div.quoteboxed {
		width: 100%;
		min-width: 215px;
		height: auto;
		/*background: url(../images/hentry.png) top center no-repeat;*/
		color: #2f2f2f;
		margin: 10px 4px;
		padding: 0px 15px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		font-family: 'Open Sans';	
		float: left;
	}
	#list-content div.quoteboxed:after {
			clear: both;
	}

}

#list-content div h3 {
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}
#list-content div p {
	margin: 0;
	padding: 0;
}
/*Grid view*/
#grid-content {
	overflow: hidden;
	height: 0;
	/*border: 1px solid #eb6100;*/
	/*background-color: #EEEEEE;*/
	/*background-image: url(images/hentry.png);*/
	/*background-repeat: repeat;*/

}

.quoteboxed a.authorquote{
	/*margin: 40px 10px 15px 5px;*/
    font-size: 14px;
	font-family: inherit;
	font-weight: 600;
	margin-left: 5px;
	display: block;
	color: #F4531D;
}
#grid-content .quoteboxed h2{
	/*margin: 40px 10px 15px 5px;*/
    font-size: 24px;
	font-family: inherit;
	font-weight: 600;

}
#grid-content .quoteboxed p{
	font-size: 18px;
	padding: 5px;
	font-family: 'Open Sans';
	text-align: justify;
	margin-top: 30px;
}
#grid-content .quoteboxed a.readmore-link{
	float: right;
	text-decoration: none;
	color: #515151;
}

#grid-content .quoteboxed a.readmore-link:hover{
	float: right;
	text-decoration: none;
	color: #F4531D;
	}
@media (max-width: 480px){
	#grid-content div.quoteboxed {
	width: 98%;
	min-width: auto;
	height: auto;
	background: url(../images/hentry.png) top center no-repeat;
	color: #2f2f2f;
	margin: 5px 4px;
	padding: 15px;
	padding-top: 30px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	font-family: 'Open Sans';
	}	
}
@media (min-width: 481px){

	#grid-content div.quoteboxed {
		width: 31%;
		min-width: 215px;
		height: auto;
		background: url(../images/hentry.png) top center no-repeat;
		color: #2f2f2f;
		margin: 15px 2px 15px 10px;
		padding: 12px;
		padding-top: 25px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		font-family: 'Open Sans';	
	}
	#grid-content div.quoteboxed:after {
			clear: both;
	}

}

#grid-content div h3 {
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}
#grid-content div p {
	margin: 0;
	padding: 0;
}
/*grid/list*/
.filters{
	margin: 15px auto;
	clear: both;
    position: relative;
}
/*==========================
		View controls
==========================*/
#viewcontrols{
	margin-right:15px; 
	background: #eee;
}
#viewcontrols button.active{
	background-color:lightgrey;
}
#viewcontrols i{
	padding: 8px;
}
#viewcontrols i:first{
	margin-right: 1px;
}
#viewcontrols a{
	color: #515151;
	font-size: 18px;
	font-family: 'Open Sans';
	cursor: pointer;
	text-decoration: none;
}
#viewcontrols a.active{
	background: #515151;
	color: #eee;
	padding: 5px 0px;
}
/*===================================
 	SINGLE PAGE QUOTE
=====================================*/
.mb-style-3 p {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #727272;
    font-weight: 400;
    line-height: 40px;
    font-style: italic;
    text-indent: 100px;
    position: relative;
    text-align: justify;
}
.mb-style-3 p {
    padding: 30px;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 rgba(244, 83, 29, 0.7), 1px 1px 25px rgba(150, 150, 150, 0.3);
}
.mb-style-3 p:before {
    content: '\201C';
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 195px;
    top: 35px;
    left: -75px;
    color: rgba(244, 83, 29, 1);
    text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.mb-style-3{
	margin: 20px auto;
}
.mb-style-3 .meta-quote{
	text-align: right;
	margin-top: 8px;
}
.mb-style-3 .meta-quote .mb-author{
	text-align: right;
	font-size: 14px;
}
.mb-style-3 .meta-quote .mb-author a{
	color: #F4531D;
	text-decoration: none;
	padding: 8px;
	border: 1px solid #F5431D;
	border-radius: 5px;
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
	margin-top: 8px;

}
.mb-style-3 .meta-quote .mb-author a:hover{
	background: #F5431D;
	color: #eee;
}


/*======================
	FOOTER
=======================*/
footer{
	clear: both;
	border-top: 1px solid #ccc;
}
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 25px 50px;
	margin-top: 10px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	/*width: 40%;*/
	text-align: center;
}
.footer-distributed .footer-left img{
	vertical-align: middle;
	text-align: center;margin: 1px auto;
}
.footer-left img.footer-logo{
	/*background: url(images/logo-bw.png) left top no-repeat ;*/
	text-align: center;
}
/* The company logo */
/*
.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}*/

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
	text-align: center;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	font-weight: normal;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

/* Footer Center */
/*.twitter-timeline{
	margin-bottom: 10px !important;
	max-width: 380px;
	overflow: hidden;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.fb-page{
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
}*/

.footer-distributed .footer-center{
	/*width: 35%;*/
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
	font-weight: normal;

}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
	font-weight: normal;

}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
	

}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	/*color:  #5383d3;*/
	color: #eee;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;

	margin-right: 3px;
	margin-bottom: 5px;
	padding-top: 10px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

.footer-left img.footer-logo{
	/*background: url(images/logo-bw.png) left top no-repeat ;*/
	margin: 2px auto;
}
	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;

	}

}
@media(max-width:400px){
	.footer-distributed .footer-center i{
		display: block;
		margin:10px auto;

	}
}
/*=====================
	AUTHOR PAGE
=======================*/

.thumb{
	margin-bottom: 10px;
	 position:relative;
}
.thumb .thumbnail:hover{
	border:1px solid #ddd;
	background: #515151;
}
.thumb .thumbnail{
	border:1px solid #fff;
	background: #515151;
}
.thumb a{
	color: #eee;
	text-decoration: none;
}
.thumb a:hover{
	color: #F4531D;
}
.thumb img{
	padding: 2px;
	/*border: 1px solid #ccc;*/
	border-radius: 3px; 
	width: 100% !important;
  	height: auto !important;
  	margin: 0px;
}
.thumb h4{
    font-size:12px;
    font-weight:bold;
    text-align: center;
    background: #515151;
    width: 100%;
    margin: 0px;
    padding: 8px 10px;
    text-transform: uppercase;
    /*font-variant: small-caps;*/
}
.gallery .thumb img{
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 3px; 
	width: 100% !important;
  	height: auto !important;
  	margin: 15px auto;
  	max-height: 144px;
}
.gallery .thumb .share{
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
}
.gallery .thumb .share a{
	font-size: 18px;
	background: #515151;
	padding: 10px 15px;
	margin: -2px;
	padding-right: 10px;
}
.gallery .thumb .share a:hover{
	background-color: #fff;
	color: #515151;
}

.gallery .thumb .thumbnail{
	border:1px solid #fff;
	background: none;
	margin-bottom: -8px;
}
@media(max-width:365px){
	.author .thumb{
		margin-bottom: 0px;
		 position:relative;
		 min-height: 205px;
		 margin-bottom: 15px;
	}
}
@media(max-width:365px){
	.gallery .thumb{
		 position:relative;
		 margin-bottom: 25px;
	}

	.gallery .thumb .share a{
		font-size: 12px;
		background: #515151;
		padding: 10px 15px;
		margin: -5px;
		/*padding-right: 10px;*/
	}
}

/*======================
	INDEX PAGE
=======================*/
.listbox h4{
		background: #F4531D;
		color: #fff;
		padding: 15px;
		width: 100%;
		text-align: center;
		margin: 0px;
		border-radius: 5px 5px 0 0px;
}
.listbox{
	border:1px solid #ccc;
	border-radius:5px 5px 0 0;
	margin:10px auto; 
}
.listbox ul{
	display: block;
	position: relative;
	text-align: center;
}
.listbox ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #515151;
	width: 100%;
	display: block;
	float: left;
	padding: 8px 0px;    
	font-family: 'Open Sans';
}
.listbox ul li a:hover {
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
    border-color: transparent;
    background: #eee;
    color: #515151;
    font-weight: bold;
}
.listbox ul  li a {
    line-height: 28px;
    font-size: 14px;
    color: #1d1d1d;
    display: block;
    border-top: 1px solid #dfdfdf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*======================
	Home Carousel
========================*/
#myCarousel{
	position: relative;
    top: 0px;
    left: 0px;
   margin-top: -25px;
}
/*======================
	MISC
=======================*/
.bg{
	background:#ccc;
	/*width: 100%;*/
	/*min-height: 400px;*/
	/*text-align: center;*/
}
button[disabled], html input[disabled] {
    cursor: not-allowed;
}
blockquote{
	font-size: 16px;
	color: #515151;
	text-align: justify;
	margin: 5px;
}
blockquote h1 small:before{
	content: none;
}
blockquote h1{
	margin: 0px auto 5px auto;
	text-align: left;
}
blockquote hr{
	width: 200px;
	border:2px solid #ccc;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.clearfix{
	clear: both;
}
.filters nav{
	background: #fff;
}
.pagination{
	clear: both;
	margin-top: 10px !important;
}
.filters .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0; 
    border-radius: 4px;
}
.filters ul.pagination {
	margin: 0px !important;
}
.pagination>.active>span{
	background-color: #F4531D !important;
	border-color: #F4531D !important;
}
.pagination>li>a{
	color: #515151 !important;
}
.pagination li.active > a{
    background-color: #F4531D !important;
    border-color: #F4531D !important;
    color: #fff !important;
}
/*==========================================
	Column list for movie and book quotes
============================================*/
.column-movie{
	 height: auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

@media (max-width: 480px){
	.column-movie{
		 height: auto;
	    -webkit-column-count: 1;
	       -moz-column-count: 1;
	            column-count: 1;
	}
}
.column-proverbs{
	 height: auto;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}

@media (max-width: 480px){
	.column-proverbs{
		 height: auto;
	    -webkit-column-count: 1;
	       -moz-column-count: 1;
	            column-count: 1;
	}
}
@media (min-width: 480px) and (max-width:730px){
	.column-proverbs{
		 height: auto;
	    -webkit-column-count: 2;
	       -moz-column-count: 2;
	            column-count: 2;
	}
}

@media (min-width: 731px) and (max-width:1007px){
	.column-proverbs{
		 height: auto;
	    -webkit-column-count: 3;
	       -moz-column-count: 3;
	            column-count: 3;
	}
}
.column-movie ul,.column-proverbs ul{
	margin: 0px;
	padding: 5px;
	list-style: none;
}
.column-movie ul li,.column-proverbs ul li{
	display: inline-block;
	text-align: left;
	width: 100%;
}
.column-movie ul li a, .column-proverbs ul li a{
	font-family: 'Open Sans';
	padding: 3px ;
	width: 100%;
	display: block;
	margin: 2px 0px;
	float: left;
	text-decoration: none;
	color:#949494;
	font-size: 16px;
	position: relative;
}
.column-movie ul li a:hover,.column-proverbs ul li a:hover{
	color: #515151;
	text-decoration: underline;
}


/*==========================
	Profile Box
===========================*/
.profilebox{
	display: block;
	/*position: relative;*/
	margin: 10px auto;
	padding:8px;
	border: 2px solid #eee;
}
.profilebox h2 > a{
	text-decoration: none;
	font-size: 26px;
	color: #515151;
	margin: 5px;
	float: left;
	text-align: left;
	font-family: 'Open Sans';
	margin-bottom: 15px;
}
.profilebox ul li{
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
}
.profilebox a > img{
	margin: 5px 10px 10px 5px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
}
@media(max-width: 767px){
	.profilebox a > img{
		float: none;
		clear: both;
		vertical-align: middle;
		margin: 2px auto
	}
	.profilebox a.image-center-xs{
		display: block;
		text-align: center;
	}	
}
.profilebox a.readmore{
	position: relative;
	right: 10px;
	bottom:20px;
	color: #515151;
	float: right;
}
.profilebox p.description{
	margin-top: 25px;
	padding: 3px;
	text-align: justify;
	margin-bottom: 30px;
}
.profilebox a.readmore:hover{
	color: #F4531D;
}
.profilebox a.readmore:after{
	content:'\2192';
}

p{
	font-family: 'Open Sans';
	text-align: justify;
}
/*=====================
	BLOG POST
======================*/

.well .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    padding: 6px;
}
img.single-post{
	float: left;
	margin: 8px 15px 10px 5px;
	padding: 2px;
	border: 1px solid #ccc;
}
p.description{
}

@media(max-width: 767px){
	img.single-post{
		float: none;
		clear: both;
		vertical-align: middle;
		margin: 2px auto
	}
}
.pag-nav nav{
	background: transparent;
	text-align: center;
}

/*============================
	RIGHT PANEL: AUTHOR DATA
============================*/

hr.title-hr{
	width: 200px;
    border: 2px solid #ccc;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.author-bio{
	display: block;
	margin: 0px;
	padding: 5px;
	width: 100%;
}
.author-bio ul em{
	font-weight: 600;
	padding-right: 6px;
	font-style: normal;
}
.author-bio ul em:after{
	content:':';
}
.author-bio ul li{
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin: 2px;
	display: block;
	letter-spacing: 0.5px;
}

/*==============================
	Related Keywords
==============================*/
.rel-keywords{
	/*background-color: #eee;*/
	/*border:1px solid #ccc;*/
	/*padding: 10px;*/
	margin: 0px;
	width: 100%;
	height: auto;
    clear: both;
    position: relative;
    top: 10px;
    left: 0px;
    margin-bottom: 50px;

}
.rel-keywords p{
	margin: 15px auto;
	display: block;
	text-align: left;
}
.rel-keywords p strong{
	display: block;
	padding-bottom: 10px;
}

.rel-keywords p a{
	color: #515151;
	margin: 8px 5px;
	line-height: 10px;
	/*border:1px solid #ccc;*/
	padding: 4px 5px;
	display: inline-block;
}

/*===========================
	Page Not Found
==============================*/

#page-404{
	clear:both;
	margin-bottom: 30px;
	/*display: block;*/
}
.page-not-found{
	margin: 10px auto;
	padding: 0px;
	display: block;
	text-align: center;
}
.page-not-found h1{
	/*text-align: center;*/
	/*font-size: 5.9vw;*/
	font-size: 35vmin;
	margin: 0px;
	padding: 0px;
	display: block;
}
.page-not-found h1 small{
	font-size: 6vmin;
	margin: 0px;
	padding: 0px;
	display: block;
}
.page-not-found-msg{
	margin: 20px auto;
	padding: 20px 10px;
	/*border-left: 1px solid #eee;*/
	width: 100%;
	height: auto;
	text-align: center;
}
.page-not-found-msg small{
	font-size: 6vmin;
	color: #777;
	margin: 20px auto;
}

.page-not-found-msg p{
	font-size: 4vmin;
	color: #777;
	margin: 20px auto;
	text-align: center;
}
.page-not-found-msg p a{
	text-decoration: none;
	font-weight: bold;
	/*color: #777;*/
	color: #F4531D

}
.page-not-found-msg p a span{
	color: #F4531D
}
.page-not-found-msg form.search-form{
	margin: 0px auto;
	text-align: center;
	display: inline-block;
}
.page-not-found-msg span.input-group-btn{
	display:  block !important ;
}
/*===================================
		Image in quotes
===================================*/
.img-uberquote{
    width: 100%;
    padding-top: 40px;
    margin: 0px;
    margin-bottom: -20px;
}

/*Image Gallery*/
.picBox{
	border:2px solid #ccc;
	border-radius: 5px;
	height: auto;
	width: 100%;
	margin: 15px auto;
	display: inline-block;
}
.picBox button{
	width: 100%;
	padding: 8px;
	font-weight: bold; 
	/*margin-top: 5px;*/
}
.picBox .ftr td{
	/*margin: 5px;*/
	/*padding: 2px;*/
	text-align: center;
}
.picBox img{
	border-radius: 1%;
}
.picBox tbody{
	/*padding: 5px;*/
}
.picBox .ftr td img{
 	position: relative;
    float: left;
    width:  96%;
    height: 80px;
    margin: 3px 2px;
    padding: 0px;
    border:1px solid #888;
    border-radius: 7px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 528px) {
	.picBox{
		display: block;
	}
	.uberGallery .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
		width: 100% !important; 		
	}
	.picBox .ftr td img{
    	height: 100px;
	}

}
/*Uber gallery pinterest style*/

#blog-landing {
margin-top: 10px;
position: relative;
max-width: 100%;
width: 100%;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
.white-panel {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 10px;
}
.white-panel h1 {
font-size: 1em;
}
.white-panel h1 a {
color: #A92733;
}
.white-panel:hover {
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}