/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400);*/
/*@import url(http://fonts.googleapis.com/css?family=Bitter:400);*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

html,body {
  height:100%;
  color:#444;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body {
  padding-top: 50px;
  background: #F2F2F2;
}

a {
  color:#666;
}

a:hover {
  color:#111;
}

.btn,.well,.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* 
Old main color: f44d3c
New main color:  */
.btn-danger {
  background-color:#f44d3c;
}
.btn-qg {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #f9a69d;
  background: #fff;
  color: #f44d3c;
}
.btn-qg:hover {
  border: 1px solid #f44d3c;
  color: #f44d3c;
}
.btn-pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.text-danger, a.text-danger {
  color:#f44d3c;
}

.btn-huge {
  padding:14px 18px;
  font-size:22px;
}

.lato {
  /*font-family: 'Lato', "Helvetica Neue","Roboto",Helvetica,sans-serif-thin,Arial,"Lucida Grande",sans-serif;*/
}

.bitter {
  /*font-family: 'Bitter', serif;*/
}

.row-no-padding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.icon-bar {
  background-color:#414141;
}

.navbar-trans {
  background-color:#fff;
  border-width:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-trans.allbar .navbar-brand,
.navbar-trans.allbar >.container-fluid .navbar-brand {
  width: 72px;
  height: 50px;
  text-indent: -99999px;
  background: url('/images/quotesgram-logo.png') center center no-repeat;
  background-size: 72px 27px;
  margin-left: 15px;
}

.navbar-trans a {
  color:#414141;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.navbar-trans .dropdown-toggle {
  text-transform: none;
}
.navbar-trans .dropdown-toggle .caret {
  position: relative;
  top: -1px;
}
.navbar-trans .reg {
  color: #f44d3c;
}

.navbar-trans .navbar-brand:hover {
  color: #fff;
}

.navbar-trans li>a:focus,
.navbar-trans li.active a {
  background-color: #f4f4f4;
  color: #f44d3c;
}
.navbar-trans li>a {
}
.navbar-trans li>a:hover {
  background-color: #fff;
  color:#f44d3c;
}
.navbar-trans li .dropdown-toggle:hover {
  background-color: #fff;
}
.navbar-trans .reg:hover {
  color: #f44d3c;
  background-color: #fff;
}

.navbar-trans .form-control:focus {
  border-color: #eee;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}
.navbar-nav li span {
  display: inline-block;
}
.navbar-trans.allbar {
  /*border-bottom: 1px solid #ccc*/
}
.subsearchwrap {
  background-color: #313131;
}
.subsearch {
  min-height: 0;
  padding: 0;
}
.subsearch .input-group {
  margin-bottom: 5px;
  margin-top: 5px;
}
.subsearch .search-query {
  position: relative;
  z-index: 1;
  box-shadow: none;
  border-color: transparent;
}
.subsearch .search-query:focus {
  box-shadow: none;
}
.subsearch .btn {
  position: relative;
  left: -2px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  z-index: 2;
  box-shadow: none;
  border-color: transparent;
}

.leftcol {
  padding: 0 0 10px;
  overflow: hidden;
}
.oneimgwrap {
  background: #fff;
  padding-bottom: 15px;
  margin-top: 15px;
}
.oneimg {

}
.oneinfo {
  padding-top: 40px;
  float: right;
}
.firstrow {
  margin-bottom: 10px;
}
.qodcontent {
  display: block;
}
.qodtitle {
  font-size: 18px;
  display: block;
  color: #414141;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.oftheday {
  max-width: 320px;
  margin: 5px 0 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nopadding {
  padding-left: 5px;
}

section {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.textquotes {
  padding-top: 10px;
  padding-bottom: 0px;
}
.subscribe {
  padding-top: 15px;
  padding-bottom: 15px;
}
.homepage .subscribe {
  background: #fafafa;
  border-bottom: 1px solid #ccc;
}
.subscribe .foremail {
  font-size: 15px;
  display: block;
  color: #333;
  padding-top: 6px;
  text-align: right;
  font-weight: normal;
}
.subscribe input {
  box-shadow: none;
  font-weight: 300;
}
.subscribe .btn {
  color: #000;
  border-color: #999;
  background-color: #fefefe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
}
.subscribe .btn:hover {
  border-color: #414141;
}
.subscribe .ml-block-form .loading {
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  border:1px solid #999;
  background-color: #ccc;

}
.subscribe .ml-block-success {
  text-align: center;
}
.subscribe .ml-block-success p {
  margin-bottom: 0;
  font-size: 16px;
  color: #3aa52f;
}
.subscribe .ml-error .form-control {
  border-color: #f35e5e;
}
.homesection {


}
.singlesection {
  padding-top:10px;
  padding-bottom:5px;
  margin-bottom: 20px;
}
.singlesection h1 {
  font-weight: 300;
  margin-bottom: 5px;
}
.pageheader {
  height: 250px;
  position: relative;
  overflow: hidden;
  background-color: #292937;
  border-radius: 0 0 12px 12px;
}
.topphoto {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-image: url(/images/bg/topic.jpeg);
  z-index: 1;
  background-color: #5a2828;
  opacity: 1;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}
.topimgwrap {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-size: cover;
  border: 2px solid #fff;
  left: -5px;
  margin-top: 22px;
  z-index: 5;
}
.topimgwrap .topimg {
  width: 110px;
  height: 110px;
  height: auto;
  opacity: 0;
}
.toptitle {
  position: absolute;
  padding: 10% 20px 3%;
  bottom: -10px;
  width: 100%;
  z-index: 5;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 42px;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.6)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.6)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.6)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.6)); /* Standard syntax (must be last) */
}
.toplink {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 15px 0 5px;
  display: block;
}
.toplink:hover {
  text-decoration: none;
}
.shareone .btn {
  margin: 0 5px;
  outline: none;
}

.singlepage {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.singlepage .singletitle {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  margin: 15px auto 0;
  font-size: 18px;
  /*font-family: 'Bitter', serif;*/
  color: #000;
  text-align: center;
}
.maintitle {
  text-align: center;
}
.maintitle-h1 {
  font-size: 16px;
  font-weight: 200;
}

#singleimage {
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
.imginfo {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  margin-right: 5px;
  margin-left: 4px;
}
.avatar {
  position: relative;
  top: 3px;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
  margin-left: 4px;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #3f3f3f;
}
.nametitle {
  
}
.singlename {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #999;
}
.singletitle {
  color: #000;
  padding-right: 10px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.imgmeta {
  padding: 10px 5px;
}
.imgsource,
.imgreport {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #414141;
}
.imgsource {
  margin-right: 20px;
}
.imgreport {
  cursor: pointer;
}
.imgdelete {
  margin-left: 5px;
  cursor: pointer;
}
.imgsource .fa,
.imgreport .fa {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.singleimg {
  display: block;
  clear: both;
  cursor: zoom-in;
}

.menu {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  opacity: 1;
}
.menu ul {
  text-align: center;
  padding-left: 0;
}
.menu li {
  line-height: 35px;
  display: inline-block;
  margin:0 1px 10px 1px;
}
.menu a {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  color: #fff;
  background: #f44d3c;
}
.menu a:hover {
  background-color: #c9302c;
  border-color: #ac2925;
  text-decoration: none;
}

#section1 {
  background: #fff;
}

#section3 {
  background: linear-gradient(45deg,  #fdcbde 0%,#f4f4a6 33%,#b4edf3 66%,#fdcbde 100%)!important;
  background-size: cover;
  color:rgba(0,0,0,.2);
}
.homesection {
  background: linear-gradient(45deg,  #fdcbde 0%,#f4f4a6 33%,#b4edf3 66%,#fdcbde 100%)!important;
  color: #333!important;
  padding-top:50px;
  padding-bottom:50px;
}
.homesection h1,
.homesection h2 {
  font-weight: 200;
}
.homesection h2 {
  font-size: 32px;
  margin-top: 15px;
}

#section4 {
  background-color: #f6f6f6;
  color:#444;
}

#section2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.editprofile,
.newpassword {
  margin-bottom: 40px;
}

#section3 {
  background-color: rgba(0,0,0,0.9);
}

#section5 {
  background-color: #fff;
}

#section6 {
  background-color: #eee;
  min-height:130px;
  padding-top:40px;
  padding-bottom:40px;
}

#section7 {
  background-size: cover;
  color: #f6f6f6;
  min-height:130px;
  padding-top:40px;
  padding-bottom:40px;
  border-top: 1px solid #ccc;
  background-color: #eee
}
#section7 a {
  color: #999;
}
#section7 a:hover {
  color: #f44d3c;
}

.homesection .btn {
  background: rgba(255,0,0,.5);
  color: #fff;
  border: none;
  font-weight: 300;
  margin: 0 5px;
  padding: 9px 25px 11px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 20px;
}
.homesection .explore {
  background: rgba(0,0,0,.2);
}


.owlimages {
  clear: both;
}
.owl-carousel .owl-item .singleowlimg {
  width: auto;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.owlimgcontrols {
  margin-top: 10px;
  margin-bottom: 20px;
}
.owlimg-next {
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 7px 15px;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #f44d3c;
  color: #fff;
  background-color: #f44d3c;
}
.imgnext {
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px 0 0;
  padding: 5px 15px;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #999;
  color: #333;
  background-color: #fff;
  /*color: #fff;
  background-color: #aa1c0e;*/
}
.imgnext:hover {
  border-color: #333;
  text-decoration: none;
}
.owluser {
  margin-top: 10px;
}
.owluserimg {
  border: 1px solid transparent;
  display: block;
  float: left;
  width: 40px;
  margin-right: 5px;
}
.owluserh4 {
  margin: 0;
}
.owlclose {
  float: right;
  font-size: 20px;
  color: #aaa;
  padding: 8px;
  cursor: pointer;
}
.owlclose:hover {
  color: #333;
}
.imgwrap {
  /*background: url(/images/imgloading.gif) center center no-repeat;
  background-size: 36px 36px;
  text-align: center;*/
}
.imgcover {
  position: relative;
  display: inline-block;
}

#quotes {
  padding: 15px 0 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
#quotes .owl-stage-outer {
  position: relative;
  z-index: 10;
}
#quotes .quote {
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
#quotes .quote:nth-child(odd) {
  background-color: #fafafa;
}
.quote:after {
  display: block;
  content: "\201C";
  font-family: "Arial Black", Arial, Verdana;
  color: #eee;
  font-size: 90px;
  position: absolute;
  left: 0;
  top: -15px;
}

#quotes p {
  text-align: center;
  color: #000;
  margin-bottom: 0;
  padding: 40px 40px 20px;
  font-size: 18px;
  line-height: 30px;
}
#quotes.movie-quotes p {
  text-align: left;
  font-family: "Helvetica Neue","Roboto",Helvetica,sans-serif-thin,Arial,"Lucida Grande",sans-serif;
}
.qcontent i {
  font-style: normal;
  color: #999;
}
.qcontent strong {

}
#quotes .author {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 20px;
}
#quotes .author a {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
}
.owl-nav {
  text-align: center;
}
#quotes .owl-prev,
#quotes .owl-next  {
  position: absolute;
  top: 0;
  background-color: #fafafa;
  width: 40px;
  height: 100%;
  text-indent: -99999px;
  background: #eee;
}
#quotes .owl-prev  {
  left: 0;
  background: -webkit-linear-gradient(left, #eee , #fff);
  background: -o-linear-gradient(right, #eee , #fff);
  background: -moz-linear-gradient(right, #eee , #fff);
  background: linear-gradient(to right, #eee , #fff);
}
#quotes .owl-next  {
  right: 0;
  background: -webkit-linear-gradient(left, #fff , #eee);
  background: -o-linear-gradient(right, #fff , #eee);
  background: -moz-linear-gradient(right, #fff , #eee);
  background: linear-gradient(to right, #fff , #eee);
}
#quotes .owl-prev:after,
#quotes .owl-next:after {
  display: block;
  font-family: "Arial Black", Arial, Verdana;
  color: #999;
  font-size: 40px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 2;
  text-indent: 0;
}
#quotes .owl-prev:after {
  left: 7px;
  content: "\2039";
}
#quotes .owl-next:after {
  right: 7px;
  content: "\203A";
}

.imgcontrols {
  margin-bottom: 5px;
}
.likeq {
  text-align: center;
  line-height: 21px;
  margin: 0 5px 0 0;
  padding: 7px 10px;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  color: #f44d3c;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e5a59e;
  background-color: #fff;
}
.likeq:hover {
  border: 1px solid #f44d3c;
  color: #f44d3c;
}

.qsresult {
  margin: 0 0 15px;
  padding: 75px 40px 15px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 12px;
}
.qsresult:after {
  display: block;
  content: "\201C";
  font-family: "Georgia", Arial, Verdana;
  font-weight: bold;
  color: #eee;
  font-size: 120px;
  position: absolute;
  left: 30px;
  margin-left: -20px;
  top: 50px;
  z-index: 2;
}
.qsquote {
  position: relative;
  z-index: 3;
}
.qreslnk {
  display: block;
  text-decoration: none;
  color: #000;
}
.qreslnk:hover {
  text-decoration: none;
}
.qresulta {
  clear: both;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 8px;
  color: #666;
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
.qresulta .fa {
  margin-right: 5px;
}
.qscontrols {
  clear: both;
  margin-top: 20px
}
.qscontrols .btn-share {
  top: -1px;
}
.qspaging {
  margin: 30px 0;
  text-align: center;
}


.hometitle {
  font-size: 62px;
}

.imgshare .btn {
  margin: 0!important;
}

.subtitle {
  color: #000;
}
.poplist {

}
.poplist.related {
  background-color: #414141;
  margin: 0 2px;
  padding: 5px 0 0 15px;
}
.poplistul {
  padding-left: 0;
  list-style-type: none;
}
.poplistli {
  padding-bottom: 15px;
}
.related .poplistli {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.poplista {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related .poplista {
  white-space: nowrap;
  color: #fff;
  font-weight: 300;
}
.poplist.related h4 {
  color: #f44d3c;
  padding-bottom: 3px;
}
.sidebar {
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  overflow-x: hidden;
}
#affix {
  padding-left: 0;
  padding-right: 0;
  max-width: 320px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.affix {
  top: 60px;
}
.wiki {
  position: relative;
  overflow: hidden;
}
.wiki .info {
  position: relative;
  z-index: 5;
}
.wiki .info a {
  text-decoration: underline;
  font-size: 12px;
  color: #999;
}
.wiki .info a:hover {
  text-decoration: none;
}
.wiki .wikiimg {
  margin: 0 auto;
  display: block;
}
.wikimovie .wikiimg {
  max-width: 100px;
}
.wiki h3 {
  text-align: center;
  font-size: 18px;
  /*font-family: 'Bitter', serif;*/
  color: #000;
}
.wiki h3 span {
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
}
.wiki p {
  text-align: justify;
  color: #313131;
  font-size: 16px;
  font-weight: 300;
}
.sidebar h4 {
  color: #414141;
  padding: 4px 0 0;
  /*font-family: 'Bitter', serif;*/
}
.sidebar .redletter {
  color: #f44d3c;
}
.blogpost {
  margin: 0 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bloglink {
  margin-bottom: 10px;
  text-decoration: underline;
}
.bloglink .fa {
  margin-right: 5px;
}
.followus {
  margin-bottom: 25px;
  max-width: 150px;
  cursor: default!important;
}
.moviefollowus {
  max-width: 300px
}
.authspan {
  display: inline-block;
  margin-right: 7px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
}
.authimg {
  width: 32px;
  height: 32px;
  opacity: 0;
}
.authname {   
  display: inline-block;    
  vertical-align: top;    
  padding: 6px 0;   
  position: relative;   
}

#rel {
  padding: 0;
}
.rellist {
  margin: 10px 0 0;
  padding-top: 10px;
  padding-bottom: 40px;
}
.owl-stage {
  overflow-y: initial;
  padding: 20px 0;
}
.rellist .owl-item {
  display: table;
  /*background: center no-repeat url('/images/bg/05.jpg');
  background-size: cover;*/
  min-height: 240px;
}
.rellist .owl-item a {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  padding: 10px;
  height: 140px;
  /*background: rgba(225,235,225,.7);*/
  color: #111;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.rellist .owl-item a:hover {
  text-decoration: none;
}
.rellist .owl-item a:hover,
.rellist .owl-item.center a:hover {
}
.relimgwrap {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-size: cover;
  margin-bottom: 30px;
}
.relimage {
  opacity: 0;
}

.posterlist {
  text-align: center;
}
.postertitle {
  text-align: center;
}
.posterimg {
  margin-bottom: 5px;
}
.posterlink {
  font-size: 12px;
}

.staticsection {
  padding-top:30px;
  padding-bottom:40px;
  background: linear-gradient(45deg,  #fdcbde 0%,#f4f4a6 33%,#b4edf3 66%,#fdcbde 100%)!important;
}
.onebigquote {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #49a09d;
  background-image: url(/images/bg/quotebg.jpg);
  background-size: cover;
  background-position: center center;
}
.quoteborder {
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 50px;
  background: rgba(0,0,0,.1);
  position: relative;
}
.quoteborder:after {
  display: block;
  content: "\201C";
  font-family: "Georgia", Arial, Verdana;
  color: #a4b4c4;
  font-size: 100px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -10px;
  z-index: 2;
}
.onebigquote .qheader {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 3.2em;
  line-height: 1.5em;
  letter-spacing: -1px;
}
.onebigquote .sm {
  font-size: 3.4em;
}
.onebigquote .md {
  font-size: 3.2em;
}
.onebigquote .lg {
  font-size: 2.8em;
}
.onebigquote .xl {
  font-size: 2.6em;
}
.onebigquote .xxl {
  font-size: 2.4em;
}
.onebigquote .topimgwrap {
  width: 72px;
  height: 72px;
  border-color: #a4b4c4;
}
.onebigquote .topimgwrap {
  left: 0;
  width: 72px;
  height: 72px;
}
.onebigquote .qlink {
  margin-top: 10px;
  font-size: 1.7em;
  color: #a4b4c4;
  text-decoration: none;
  text-align: center;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}
.qnextprev {
  text-align: center;
}
.qnextprev a {
  display: inline-block;
  font-size: 2.2em;
  padding: 15px;
  margin: 5px;
  color: #fff;
}
.qcontrols {
  text-align: center;
  border-top: 1px solid #333;
  background: rgba(0,0,0,.2);
  margin: 30px -15px 0;
}
.qcontrols a {
  display: inline-block;
  font-size: 2.2em;
  padding: 8px 25px;
  margin: 5px;
  color: #fff;
}
.qcontrols a:hover {
  color: #f44d3c;
  text-decoration: none;
}
.geimage {
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px
}
.gecontrols {
  text-align: center;
  background: rgba(0,0,0,.2);
}
.gecontrols a {
  display: inline-block;
  font-size: 2.2em;
  padding: 8px 25px;
  margin: 5px;
  color: #fff;
}
.gecontrols a:hover {
  color: #f44d3c;
}
.staticsection h1 {
  margin-top: 10px;
  font-size: 42px;
  font-weight: 100;
  color: #333;
}
.static {
  padding-top: 20px;
  margin-bottom: 40px;
}
.static a {
  text-decoration: underline;
}
.static .quote a {
  text-decoration: none;
}
.static .quote a:hover {
  text-decoration: underline;
}
.static p,
.static li {
  font-size: 17px;
  line-height: 26px;
  font-weight: 200;
  margin-bottom: 0.5em;
}
.static li {
  list-style-type: circle;
}
.static ol,
.static ul {
  margin-bottom: 1em
}
.static h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
}
.static .nomargin {
  margin-top: 0;
}
.static .team {
  margin-top: 15px;
}
.static .person {
  text-align: center;
}
.static .person p {
  margin-top: 10px;
  color: #000;
  line-height: 18px;
}
.static .person span {
  font-size: 14px;
  display: block;
  color: #666;
}
.rrssb-buttons.shareqod {
  margin-top: 3px;
}

.usersection {
  background: linear-gradient(135deg,  #feb78c 0%,#e66790 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}
.usersettings,
.passwordreset {
  background: linear-gradient(135deg,  #feb78c 0%,#e66790 100%);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 100;
}
.usertitle,
.passwordtitle {
  font-weight: 300;
  color: rgba(0,0,0,.4);
  text-align: center;
  font-size: 32px;
}
.username {
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 32px;
}
.userabout {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff
}
.avatar {
  text-align: center;
}
.avatarimg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 110px;
  width: 110px;
}
.avinfo {
  margin-bottom: 20px;
}
.yousubmitted {
  text-align: center;
  font-weight: 200;
}

#contact {
  margin-top: 15px;
}
#dmca {
  margin-bottom: 15px;
}
#dmca em {
  display: block;
  margin-top: -7px;
  margin-bottom: 5px;
}
#subm {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#subm i {
  margin-left: 8px
}

.doshare .modal-body {
  text-align: center;
}
.doshare .btn,
#report .btn {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 14px;
  margin: 6px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-left: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
.doshare .btn {
  border: 0px none;
  color: #fff;
}
.doshare .sharefb {
  background-color: #3b5998;
}
.doshare .sharetw {
  background-color: #00aced;
}
.doshare .sharepi {
  background-color: #cb2027;
}
.doshare .sharegp {
  background-color: #dc4e41;
}
.doshare .sharema {
  background-color: #9e9e9e;
  padding: 12px;
}
.doshare .modal-body .fa {
  position: absolute;
  left: 24px;
  top: 12px;
  font-size: 24px;
}
.doshare .sharema .fa {
  top: 10px;
}
.shareimg {

}
.shareimg .btn {
  padding: 10px;
  display: inline-block;
  width: auto;
  font-weight: bold;
  width: 49%;
}
.shareimg .sharetxt {
  position: relative;
  top: -3px;
  left: 5px;
}

#report {

}
#report .btn {
  display: block;
  width: 100%;
  font-size: 12px;
  background-color: #fafafa;
}
#report .modal-body .fa {
  position: absolute;
  left: 24px;
  top: 15px;
  font-size: 14px;
}

.modal-backdrop.in {
  opacity: .8;
}

#modalImage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100040;
  display: none;
  cursor: -webkit-zoom-out;
}
#modalImage .modalImageBG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .7;
  z-index: -1;
}
#modalImage .modalImage {
  height: 100%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

footer {
  background-color:#414141;
  color:#ddd;
  min-height:100px;
  padding-top:20px;
  padding-bottom:40px;
}

footer .nav>li>a {
  padding: 3px;
  color: #999;
  display: inline-block;
}

footer .nav>li>a:hover,
footer .nav>li>a:active {
  background-color:transparent;
  color:#fff;
}

/* Circle Buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

/* Outline Buttons */
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .15s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.subtitle .btn-danger.btn-outline {
  color: #999;
  border-color: #999;
}
.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.subtitle .btn-primary.btn-outline:hover,
.subtitle .btn-success.btn-outline:hover,
.subtitle .btn-info.btn-outline:hover,
.subtitle .btn-warning.btn-outline:hover,
.subtitle .btn-danger.btn-outline:hover {
  background-color: #666;
}

/* iPhone Inspired Pagination */
.btn-paging .btn-default {
  color: #f44d3c;
  background-color: #fff;
  border-color: #f44d3c;
}

.btn-paging .btn-default:hover,
.btn-paging .btn-default:focus,
.btn-paging .btn-default:active,
.btn-paging .btn-default.active,
.btn-paging .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #f44d3c;
  border-color: #f44d3c;
}

/* jGallery Background Colors */
.blueimp-gallery {
  background: rgba(55,62,64,.9);
}
/*.blueimp-gallery .slide-content {
  box-shadow: 0 0 20px #333;
}*/

.singlepage .justified-gallery {
  overflow: auto;
  height: auto;
}
.singlepage .justified-gallery>a,
.singlepage .justified-gallery>div {
  opacity: 1;
}

.jgallerya.loading {
  background: url(/images/imgloading.gif) center 20px no-repeat;
  background-size: 36px 36px;
  text-align: center;
}


.jgallerya,
.quoteGallery .relitem,
.quoteGallery .followus,
.quoteGallery .addnew {
  width: 145px;
 }
 .quoteGallery .followus,
 .quoteGallery .addnew {
  height: 145px;
}

.card-columns {
  border-radius: 12px;
}
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}


.jgallerya {
  display: block;
  margin: 5px;
  position: relative;
  overflow: hidden;
  text-decoration: none!important;
  cursor: -webkit-zoom-in;
}
.jgallerya .caption {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: rgba(0,0,0,.5);
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.jgalleryimg {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transition: all .45s ease-in-out;
  -moz-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto 8px;
}
.jgalleryimg.loaded {
  opacity: 1;
}
.jgalleryimg:hover {
  /*-webkit-filter: grayscale(0);
  filter: grayscale(0);*/
}
.quoteWrap {
  
}
.quoteWrap {
  
}
.quoteGallery {
  margin: 0 auto;
}

.imagewrap {
  text-align: center;
  font-size: 12px;
  color: #414141;
}
.loading .imageinfo {
  opacity: 0;
}
.imageinfo {
  margin-top: 3px;
  opacity: 1;
}
.extlink {

}
.fa-red-color {
  color: #f44d3c;
  margin-left: 10px;
  position: relative;
}
.fa-external-link {
  position: relative;
  top: 1px;
}
.relatedlinks {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
.reltitle {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}
.rela {
  display: block;
  border: 1px solid #ccc;
  background: #f8f8f8;
  color: #000;
  font-size: 16px;
  padding: 7px 28px 7px 40px;
  margin-bottom: 7px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
}
.rela:hover {
  text-decoration: none;
}
.rela .fa {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  color: #f44d3c;
}
.rela:hover {
  background-color: #f44d3c;
  color: #fff;
}
.rela:hover .fa {
  color: #fff;
}
.rela .relimgwrap {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -16px;
}
.rela .relimgwrap,
.rela .relimg {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bloglinks {

}
.bloga {
  display: block;
  max-width: 320px;
  background: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.blogimg {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.blogspan {
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

/* jGallery Hover Effect */
.quoteGallery .jg-entry {
  background: top no-repeat fixed url('/images/bg/05.jpg');
  background-size: cover;
}

.quoteGallery .relitem {
  display: table;
  width: 150px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.quoteGallery .reltopic {
  background: #cbfcfb;
}
.quoteGallery .relauthor {
  background: #d0fccb;
}
.quoteGallery .reltop {
  background: #fcfacb;
}
.relitema {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px;
  font-weight: 400;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.relitema:hover {
  text-decoration: none;
}
.relitemspan {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-size: cover;
  image-rendering: crisp-edges;
  margin-bottom: 15px
}
.relitemimg {
  width: 64px;
  height: auto;
  opacity: 0;
}
.topt {
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  color: #000;
  display: block;
  position: relative;
  left: -3px;
  letter-spacing: -2px;
}
.relname {
  display: block;
  clear: both;
}
.quoteGallery .followus {
  color: #fff;
  display: table;
  width: 150px;
  height: 200px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.quoteGallery .jg-entry.entry-visible.followus:hover {
  cursor: default;
  text-decoration: none;
}
.quoteGallery .likefb {
  background: #1d3463;
}
.quoteGallery .liketw {
  background: #55acee;
}
.quoteGallery .likepi {
  background: #bd081c;
}
.quoteGallery .likeg {
  background: #e5e5e5;
}
.quoteGallery .followus .vertcenter {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.quoteGallery .followus .followtitle {
  display: block;
  margin-bottom: 5px;
}
.followus .fb-like {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.quoteGallery .likeg .followtitle {
  color: #c00;
}

.quoteGallery .addnew {
  width: 150px;
  height: 150px;
  display: block;
}
.addnewborder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fde4e2;
  border: 3px dotted #ccc;
  display: table;
  text-align: center;
  cursor: pointer;
}
.addnewborder:hover {
  border-color: #999;
}
.addnewi {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  color: #666;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  transition: color .15s;
}

.addnewborder:hover .addnewi {
  color: #333;
}

.btn-view,
.btn-share,
.btn-viewall {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: -2px;
  background-color: #fff;
}
.btn-view {
  border-color: #5a5a5a;
  color: #414141;
}
.btn-share {
  border-color: #abc66a;
  color: #73a006;
}
.btn-viewall {
  border-color: #999;
  color: #444;
  width: 50%;
  top: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-share:hover,
.btn-share:active {
  color: #73a006;
  border-color: #73a006;
}
.btn-viewall:hover,
.btn-viewall:active {
  color: #000;
  border-color: #666;
  text-decoration: none;
}

.cookieinfo {
  position: fixed;
  left: 0;
  width: 100%;
  display: inline-block;
  background: #222;
  color: #fff;
  line-height: 12px;
  padding: 3px 10px 6px;
  z-index: 1000;
  bottom: -150px;
  -webkit-transition: bottom 1s;
  -moz-transition: bottom 1s;
  transition: bottom 1s;
}
.cookieshown {
  bottom: 0;
}
.cookieinner {
  max-width: 680px;
  margin: 0 auto;
}
.cookiep {
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 80px;
  display: block;
}
.cookiebtn {
  background-color: yellow;
  border: 0px none;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color .15s;
  -moz-transition: background-color .15s;
  transition: background-color .15s;
}
.cookiebtn:hover {
  background-color: white;
}
.cookielink {
  color: #3ca8f4;
}
.cookielink:hover {
  color: #7fc9fc;
  text-decoration: underline;
}

.adincontent {
  width: 300px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.adincontenttwo {
  width: 300px;
}
#agb {
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
#agl {
  padding-top: 10px;
  padding-bottom: 15px;
}
.agi {
  margin-bottom: 0 
}
#agsb {
  margin-top: 20px;
}
#agi .adtitle {
  width: 320px;
}
#agc {
  margin-bottom: 5px;
}
#agm {
  margin-top: 0px;
  margin-bottom: 0px;
}
.adtitle {
  font-size: 9px;
  color: #999;
  text-align: center;
  display: block;
  text-transform: lowercase;
}
.seealso {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  display: block;
}

.footer-empty {
  display: none;
}

.payd {
  text-align: center;
  padding: 20px 0;
}
.paydside {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}
.paydesc {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
  color: #111;
}

@media (min-width:510px) {
  .adincontent {
    width: 470px;
    padding-top: 30px;
    padding-bottom: 10px;
    /*background: #fafafa;*/
  }
}
@media (max-width: 1200px) {
  .oftheday {
    max-width: 100%;
  }
  #affix {
    position: relative!important;
    padding: 0;
    max-width: initial;
  }
  .sidebar {
    background: #eaeaea;
  }
}
@media (max-width: 992px) {
  .qod {
    text-align: center;
  }
  .qodcontent {
    display: inline-block;
  }
  .oneinfo {
    float: none;
    padding-top: 10px;
  }
  .oneimgwrap {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .subscribe .foremail {
    text-align: center;
    padding-top: 0;
  }
  #agb {
    width: 300px;
    height: 250px;
  }
  .qodtitle {
    text-align: center;
  }
  .qodcontent .oftheday {
    margin: 5px auto 20px;
  }
}
@media (max-width: 540px) {
  .pageheader {
    height: 120px;
  }
  .pageheader_author {
    height: 220px;
  }
  .toptitle {
    font-size: 32px
  }
  .hometitle {
    font-size: 36px;
  }
  .homesection {
    padding-top:  10px;
    padding-bottom: 10px;
  }
  .homesection h2 {
    font-size: 18px;
    margin-top: 5px;
  }
  .homesection .btn {
    font-size: 14px;
    padding: 8px 14px;
    margin-top: 5px;
  }
  #section1.singlesection {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .singlesection h1 {
    margin-top: 0;
    font-size: 24px;
  }
  .cookieinfo {
    padding: 2px 5px;
  }
  .cookiep {
    font-size: 12px;
    line-height: 16px;
  }
  
  .qsresult {
    padding: 20px 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .qsresult:after {
    display: none;
  }

  .onebigquote {
    padding-top: 0;
  }
  .quoteborder {
    border: none;
  }
  .onebigquote .qheader {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .onebigquote .sm {
    font-size: 2.1em;
  }
  .onebigquote .md {
    font-size: 2em;
  }
  .onebigquote .lg {
    font-size: 1.8em;
  }
  .onebigquote .xl {
    font-size: 1.6em;
  }
  .onebigquote .xxl {
    font-size: 1.4em;
  }
  .qcontrols {
    border-top: none;
  }
  .qcontrols a {
    padding: 8px 5px;
    font-size: 1.6em;
  }
}
@media (max-width: 320px) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  .oneinfo {
    margin-left: -15px;
  }
  .imgreport {
    clear: both;
    display: block;
  }
}
