@font-face {
  font-family: helveticaCondensedBlack;
  src: url('../../assets/fnts/helveticaneue-condensedblack.otf') format('opentype');
}

@font-face {
  font-family: Proxima Bold;
  src: url('../../assets/fnts/proxima-nova-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../../assets/fnts/proxima-nova-bold.otf') format('opentype'),
    url('../../assets/fnts/proxima-nova-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../assets/fnts/proxima-nova-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../assets/fnts/proxima-nova-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../assets/fnts/proxima-nova-bold-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: Proxima Light;
  src: url('../../assets/fnts/proxima-nova-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('../../assets/fnts/proxima-nova-light.otf') format('opentype'),
    url('../../assets/fnts/proxima-nova-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../assets/fnts/proxima-nova-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../assets/fnts/proxima-nova-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../assets/fnts/proxima-nova-light-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: Proxima Regular;
  src: url('../../assets/fnts/proxima-nova-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('../../assets/fnts/proxima-nova-regular.otf') format('opentype'),
  url('../../assets/fnts/proxima-nova-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../assets/fnts/proxima-nova-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
  url('../../assets/fnts/proxima-nova-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
  url('../../assets/fnts/proxima-nova-regular-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: ImpactMeme;
  src: url('../../assets/fnts/impact-webfont.eot'); /* IE9 Compat Modes */
  src: url('../../assets/fnts/impact.otf') format('opentype'),
  url('../../assets/fnts/impact-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../assets/fnts/impact-webfont.woff2') format('woff2'), /* Super Modern Browsers */
  url('../../assets/fnts/impact-webfont.woff') format('woff'), /* Pretty Modern Browsers */
  url('../../assets/fnts/Impact.ttf')  format('truetype'); /* Safari, Android, iOS */

}


#create-meme-using, #create-from-template{
  /*display: none;*/
}

a {
  color: #c2c2c2;
}


a:hover{
  color: #c2c2c2;
}

html, body {
  height: 100%;
}

body{
  background-color: #292929;
  font-family: Lato Regular !important;
}

main p, footer p{
  color: #fff;
}

a{
  cursor: pointer;
}


#footer-container a{
  color: #fff;
}

#footer-container a:hover{
  color: #fff;
}

header{
  background-color: #2d2d2d;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0;
  max-height: 180px;
}

.modal-dialog{
  margin: 100px auto;
}

.time-three{
  transform: scale(3, 3);
}

.time-five{
  transform: scale(5, 5);
}

/*.hdr-links .primary{
  display: none;
}*/

.section-container-header{
  max-width: 1200px;
  width: 100%;
  padding: 10px 15px 0;
  margin: 0 auto;
  color: #1c1c1c;
  margin-bottom: -15px;
}

header p{
  color: #fff;
}


#header-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
  height: auto;

}


main{
  height: auto !important;
  margin: 0 auto;
  clear: both;
  color: #fff;
  font-size: 14px;
  font-family: Lato Light;
  max-width: 1200px;
  width: 100%;

}

#motd-photo{
  position: relative;
  width: 100%;
  height: 374px;
  background-color: #1c1c1c;
  max-width: 530px;
  margin: 0 auto;
}

.meme-photos{
  width: 95%;
  max-height: 350px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
}

.meme-sections{
  font-family: Proxima Bold;
  font-size: 28px;
  text-align: center;
  background-color: #1c1c1c;
  margin: 0 auto;
  max-width: 530px;
  padding-bottom: 10px;
}

#motd-info{
  background-color: #3a3a3a;
  min-height: 150px;
  max-width: 530px;
  margin: 0 auto 10px;
}

#motd-info .meme-author a{
  color: #ddd;
}

.meme-author-link, #motd-info a.meme-author-link{
  color:  #ff3333;
}

.share-count{
  font-family: Lato Regular;
  font-size: 71px;
  color: #ff455c;
  margin: 0;
  padding: 0;
}

.helvetica-font{
  font-family: helveticaCondensedBlack;
}

#logo-text{
  font-size: 32px;
  margin: 0 0 10px;
}

#create-meme-container .meme-title{
  font-size: 30px;
  margin: 0 15px 25px;
}

.meme-title{
  font-family: Lato Bold;
  font-size: 20px;
  color: #fff;
}

.meme-author{
  font-family: Lato Light;
  font-size: 16px;
  color: #9f9f9f;
}

.meme-author a{
  color: #ff455c;

}

.meme-share-count{
  text-align: center;
  border-right: 1px solid #656565;
  margin: 30px 0;
}

.meme-info{
  margin: 10px 0;

}

#header-navigation-menu{
  font-size: 15px;
  height: 45px;
  background-color: #2d2d2d;
  padding: 13px 0;
}

#header-navigation-menu p{
  color: #656565;
  cursor: pointer;
  text-align: left;
  margin-left: 32px;

}

#header-navigation-menu p:hover{
  color: #fff;
}

.ads-leaderboard{
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  height: 110px;
  background-color: #292929;
  float: left;
}

#template-main-container .meme-featured-title{
  font-size: 19px;
}

.template-invalid{
  color: #ff455c;
  font-size: 15px;
  text-align: center;
}

#latest-updated-time{
  color: #ccc;
  padding: 0;
  margin: 0;
}

.ads-leaderboard.footer-ads{
  background-color: #fff;
}

.clearfix{
  clear: both;
  display: block;
}

.meme-share-count span{
  color: #fff;
  text-transform: uppercase;
}

div.form-group, #_nmiSSO_register{
  font-size: 15px;
}

.meme-create-own-link div{
  width: 90%;
  max-width: 422px;
  max-height: 59px;
  height: 59px;
  /*background-image: url('../../assets/memes/images/InsidePage_CreateVersionHover.png');*/
  border-radius: 15px;
  background-color: #ef233c;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

#meme-tags-section-container .meme-photo-thumbs-f {
  height: 240px;
  max-width: 320px;
  margin: 20px auto;
}

#meme-tags-section-container .meme-photo-thumb-f {
  width: 100%;
  max-height: 240px;
}

.modal-body {
  position: relative;
  padding: 15px;
  color: #000;
  font-size: 20px;
}

.sso_modal .modal{
  z-index: 9999;
}

#meme-tags-title img{
  margin: 5px 10px 10px;
}

#meme-tags-title p{
    display: inline;
}

#meme-tags-section-pagination.meme-template-pagination{
  display: none;
}

#meme-tags-title{
  font-size: 18px;
  background-color: #ef233c;
  padding: 10px;
  text-align: left;
  float: left;

  font-family: Lato Bold;
}


#footer-tags .meme-tags{
  color: #999999;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer-tags .meme-tags:hover{
  color: #fff;
}

.featured-category-header{
  padding: 15px 0px;
  height: 85px;
  background-color: #FFFFFF
  clear: both;
}

#feature-category-list {
  margin: 15px 0px;
  background-color: #fff;
}

.meme-featured-pagination.top.col-md-2.col-xs-3 {
  margin-bottom: 30px;
}

#meme-latest-meme-prev, #meme-latest-meme-next {
  margin-top: -15px;
}

p#latest-updated-time {
  margin: -10px 0px;
  letter-spacing: 0.5px;
}



#meme-tags-section-pagination, .meme-template-pagination {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  padding: 0;
  font-family: Proxima Light;
  height: 70px;
}

.meme-template-pagination{
  color: #656565;
  width: 160px;
}

#meme-tags-section-container{
  display: inline-block;
  clear: both;
  width: 100%;
  height: auto;
}

.meme-create-own-link div:hover{
  /*background-image: url('../../assets/memes/images/InsidePage_CreateVersion.png');*/
  /*background-repeat: no-repeat;*/
  background-color: #9f9f9f;
}

.meme-share-buttons{
  padding: 45px 20px;
}

.meme-popular{
  clear: both;
  width: 100%;
  display: inline-block;
}

#meme-popular-container{
  background-color: #ef233c;
  padding: 10px;
  width: 290px;
}

#meme-tags-overide{
  margin-left: -15px;
  width: 86.533%;
}

.g-recaptcha{
  margin: 0 auto;
  height: auto;
  width: 306px;
}

#meme-popular-pagination, .meme-featured-pagination{
  font-size: 41px;
  font-family: Proxima Light;
  color: #656565;
  display: block;
  text-align: right;
  margin-top: 5px;
}

.meme-featured-pagination.bottom{
  display: none;
}


#meme-popular-title{
  font-family: Proxima Bold;
  font-size: 23px;
  letter-spacing: 2px;
  margin: 0;
}

#meme-popular-container span{
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: Lato Regular;
}

.meme-photo-thumbs{
  width: 100%;
  height: 135px;
  position: relative;
  /*background-color: #636363;*/
  margin: 15px 0;
}

.meme-photo-thumb{
  width: 100%;
  max-height: 140px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  max-width: 240px;
}

#meme-popular-section{
  background-color: #3a3a3a;
  padding: 0;
  margin: 0 auto;
}

.meme-popular .col-md-9{
  padding: 0;
}

.row{
  margin: 0;
}

.meme-featured-title{
  font-family: Proxima Bold;
  font-size: 23px;
  color: #333333;
  letter-spacing: 1.4px;
}

.meme-featured-title span{
  color: #ff3333;
}

a.latest-meme-item {
  font-size: 15px;
  color: #868686;
  letter-spacing: 0.5px;
}


#img-spinner{
  width: 106px;
  height: 106px;
  margin: auto auto;
  z-index: 12345;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.spinner {
  /*position: fixed;*/
  top: 0;
  bottom:0;
  right: 0;
  left: 0;
  z-index:1234;
  overflow: none;
  background-color: #fff;
  opacity: 0.80;
}

.loader .spinner {
  position: inherit !important;
}

/** INSIDE MEME PAGE **/

#meme-main-image{
  position:relative;
  margin: 0 auto;
  height: 490px;
}



#motd-info .meme-share-count{
  margin: 10px 0;
}

#meme-image-info{
  color: #000;
  background-color: #3d3d3d;
  min-height: 480px;
  border-top: 10px solid #f04847;
  padding: 20px;
  max-width: 640px;
  margin: 0 auto;
}

#meme-main-img{
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: 0 auto;
  max-height: 480px;
  display: block;
}

#latest-meme-container .col-md-3{
  height: 275px;
}

.meme-template-pagination{
  clear:both;
}

.template-items, .latest-meme-item, .most-popular-item, .tags-meme-item, .category-meme-item{
  display: none;
}

.header-right{
  float: right;
}


.meme-photo-title-f {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meme-photo-author-f span{
  font-size: 15px;
  color: #6E6E6E;
  letter-spacing: 0.5px
}

.meme-photo-author-f{
  margin: 0;
  color: #999999;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.meme-photo-hours-f{
  color: #ff3333;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

#template-main-container .meme-featured-title.active span, #template-main-container .meme-featured-title span:hover {
  color: #666666;
  border-bottom: 4px solid #ff3333;
  padding-bottom: 31px;
}
#template-main-container .meme-featured-title span {
  color: #ccc;
  padding-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

#template-main-container .meme-featured-title{
  height: 45px;
  float: left;
  margin-right: 20px;
}

#template-container .meme-photo-title-f {
  color: #222;
  font-family: Lato Regular;
  font-weight: normal;
}

.meme-pagination-icons{
  cursor: pointer;

}

/** CREATE MEME PAGE **/

#memeEditor{
  position:relative;
  width: auto;
  height: auto;
}

#memeProperty{
  /*font-family: impact;*/
  color: #000;
  background-color: #3d3d3d;
  min-height: 350px;
  border-left: 10px solid #f04847;
  padding-bottom: 10px;
}

#memeProperty label{
  color: #fff;
  margin: 4px 0px;
  text-transform: uppercase;
}

#labelWatermark{
  position: absolute;
  z-index: 1;
  color: #000;
  font-size: 15px;
  bottom: 5px;
  right: 5px;
  display: none;
  text-shadow: -1px 1px #fff;
  font-weight: bold;
}

.ui-multiselect-checkboxes::-webkit-scrollbar {
background: transparent;
height: 10px;
overflow: visible;
width: 10px;
}
.ui-multiselect-checkboxes::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius:5px;
}
.ui-multiselect-checkboxes::-webkit-scrollbar-thumb:hover{
background-color: rgba(0, 0, 0, 0.6);
}

#labelboxTop, #labelboxBottom{
  text-shadow: 3px -2px #000, -3px 2px #000, 3px 2px #000, -3px -3px #000;
}


.labelboxTop, .labelboxBottom{
  border: 3px dashed black;
  min-width: 50%;
  display: block;
  position: absolute !important;
  margin: 15px;
  color: #fff;
  font-family: ImpactMeme;
  padding: 0px;
  font-size: 35px;
  cursor:all-scroll;
  text-align:center;
  max-width: 640px;
  word-wrap: break-word;
  left: 15%;
  letter-spacing: 3px;
  text-shadow: 3px -2px #000;
  z-index: 2;
  min-height: 20px;
  height: auto;
}

.labelboxTop2, .labelboxBottom2{
  border: none !important;
  z-index: 1 !important;
  color: #000 !important;
  font-family: ImpactMeme;
  text-shadow: -3px 2px #000 !important;
}

.labelboxTop3, .labelboxBottom3{
  border: none !important;
  z-index: 1 !important;
  color: #000 !important;
  font-family: ImpactMeme;
  text-shadow: 3px 2px #000 !important;
}

.ui-multiselect-checkboxes{
  overflow-y: scroll !important;
}

.labelboxTop4, .labelboxBottom4{
  border: none !important;
  z-index: 1 !important;
  color: #000 !important;
  font-family: ImpactMeme;
  text-shadow: -3px -1px #000 !important;
}

.labelboxTop5, .labelboxBottom5{
  border: none !important;
  z-index: 1 !important;
  color: #000 !important;
  font-family: ImpactMeme;
  text-shadow: 0px -1px #000 !important;
}

.labelboxTop6, .labelboxBottom6{
  border: none !important;
  z-index: 1 !important;
  color: #000 !important;
  font-family: ImpactMeme;
  text-shadow:-2px -2px #000 !important;
}

#labelboxTop{
  top: 15px;
}
#labelboxBottom{
  bottom:15px;
}

#create-meme-container input{
  padding: 12px;
  margin: 10px 0;
  width: 100%;
  background-color: #2b2b2b;
  border: none;
  border-radius: 5px;
  color: #fff;
}

#meme-template-photo{
  width: 100%;
  height: auto;
}

.vertical-menu .slide-navigation a{
  text-align: left;
}

#create-meme-container{
  margin-bottom: 15px;
  /*overflow-x: hidden;*/
}

#create-meme-container .multiSelectOptions input{
  width: auto;
  background-color: #2b2b2b;
  color: #fff;
  margin: 6px 5px;
  font-weight: normal;
}

.ui-multiselect{
  color: white !important;;
  background: #2b2b2b !important;
  border: none !important;
  padding: 5px !important;;
  font-family: Lato Light !important;
  font-size: 14px !important;
}

.ui-widget-content, .ui-widget-header{
  background: none !important;
}

.ui-widget-content .ui-state-hover{
  background: none !important;
  border: none !important;
  color: #fff !important;
}

.ui-multiselect-checkboxes span{
  padding: 0 10px;
  font-family: Lato Light !important;
  font-size: 14px !important;
}

.ui-multiselect-menu, .ui-multiselect-header{
  color: #fff !important;
  background-color: #2b2b2b !important;
  border: none !important;
}

.modal-title{
  color: #000;
  height: 15px;
}

.meme-flag-link img{
  margin-top: -3px;
}

.meme-flag {
  padding: 0;
}


#meme-tags{
  background-color: #2b2b2b;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
}

#tags-link{
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-transform: lowercase;
  margin-top: -10px;
  margin-left: 63px;

}

#main-image-byline .meme-author{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main-image-byline{
  height: 40px;
}

.meme-flag-link{
  color: #9f9f9f;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.generate-buttons{
  margin: 30px 0 15px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.meme-tags-container{
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}


/** SOCIAL SHARE **/


/** SOCIAL RIBBON **/

.st_count_loading {
  font-size: 0.8em;
}

.st_icon {
  position: relative;
  display: inline-block;
}

.st_count_holder {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  max-height: 0px;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.st_facebook_custom {
  background: url(../memes/images/btn_ShareFB.png);
  cursor: pointer;
  width: 65px;
  height: 66px;
  overflow: hidden;
}

.st_twitter_custom {
  background: url(../memes/images/btn_ShareTwitter.png);
  cursor: pointer;
  width: 65px;
  height: 66px;
  overflow: hidden;
}

.st_icon_fade_in {
  position: absolute;
  /*height: 50px;*/
  /*width: 50px;*/
  left: 0;
  top: 0;
  transition: opacity .10s ease-in-out;
  -moz-transition: opacity .10s ease-in-out;
  -webkit-transition: opacity .10s ease-in-out;
  opacity: 0;
  z-index: 2;
}

.st_count {
  color: white;
  bottom: -25px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  text-align: center;
}

.st_icon:hover > .st_icon_fade_in {
  opacity: 1;
}

.st_icon:hover > .st_count_holder {
  max-height: 40px;
}

.st_icon:hover > .st_count_holder > .st_count {
  bottom: 0;
}



/** Footer **/

footer{
  background-color: #292929;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

.push{
  clear: both;
}

#footer-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  height: 175px;
  box-sizing: border-box;
}

#footer-logo{
  background-color: #ef233c;
  height: 120%;
  text-align: center;
}

#footer-logo p{
  font-size: 41px;
  clear: both;
  margin-top: -5px;
  margin-bottom: 8px;
  height: 41px;
  padding: 0;
}

p#footer-logo-m{
  font-size: 80px;
  height: 80px;
  margin-top: 10px;
}

#footer-tags{
  padding: 20px;
}

#footer-logo span{
  font-size: 10px;
}

#template-main-container .meme-featured-title {
  margin-right: 50px;
}

#template-container {
  margin-top: 30px;
}

.ads-desktop{
  background-color: #fff;
  width: 728px;
  margin: 0 auto;
  height: 90px;
  padding: 0;
}

.ads-mobile{
  background-color: #fff;
  width: 325px;
  margin: 0 auto;
  height: 90px;
  padding: 0;
  display: none;
}

.featured-categories{
  width: 100%;
  /*display: inline-block;*/
  background-color: #f8f8f8;
  padding-bottom: 20px;
}

.featured-category-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1c1c1c;
  min-height: 600px;
}

#template-container{
  min-height: 480px;
}

.meme-photo-thumbs-f{
  width: 100%;
  height: 200px;
  position: relative;
}

.meme-photo-thumb-f{
  width: 100%;
  max-height: 180px;
  max-width: 280px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;

}

.header-icons{
  float: left;
}


/** TEMPLATES **/

.create-version{
  width: 90%;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #ef233c;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.create-version:hover{
  background-color: #9f9f9f;

}

a:hover {
  text-decoration: none;

}



main a:hover{
  color: #fff;
  opacity: 0.8;
}

main a{
  color: #fff;
}

#btnRender{
  background: url('../../assets/memes/images/CreateAMeme_GenerateMeme.png') center no-repeat;
  width: 178px;
  height: 49px;
  border: none;
}

#btnStartOver{
  background: url('../../assets/memes/images/CreateAMeme_StartOver.png') center no-repeat;
  width: 178px;
  height: 49px;
  border: none;
}

#btnFacebookShare{
  background: url('../../assets/memes/images/CreateAMeme_StartOver.png') center no-repeat;
  width: 178px;
  height: 49px;
}

@media (max-height:1024px) {

  #motd-info{
    min-height: 190px;
  }

}


@media (max-width: 1060px) {

    #header-navigation-menu p{
      font-size: 13px;
    }

    .meme-flag-text{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}

@media (max-width: 992px) {
  header{
    text-align: center;
  }

  .meme-flag {
    padding: 0 15px;
  }



  #logo-text{
    margin: 15px 0 10px;
  }

  #meme-tags-section-pagination.meme-template-pagination{
    display: block;
  }

  #meme-tags-section #meme-tags-section-pagination.col-md-2{
    display: none;
  }

  #memeProperty .col-md-6{
    float: left;
    width: 100%;
  }


  #btnStartOver{
    float: none;
    margin-top: 15px;
  }

  #footer-logo p{
    font-size: 30px;
    clear: both;
    margin-top: 1px;
    margin-bottom: 8px;
    height: 41px;
    padding: 0;
  }

  p#footer-logo-m{
    font-size: 58px;
    height: 50px;
    margin-top: 10px;
  }

  .header-right{
    float: none;
  }

  #meme-popular-section{
    width: 100%;
    float: left;
  }

  .meme-flag-link img {
    margin-top: 10px;
    margin-right: 2px;
    margin-left: -10px;
  }

  .meme-flag-text {
    margin-top: 10px;
    font-size: 16px;
  }

  #tags-icon-img{
    margin-top: 10px;
  }
  #tags-link{
    margin-top: 5px;
  }
  div#footer-logo span {
      font-size: 8px !important;
  }


  #header-container{
    background-color: #ef233c;
  }

  #meme-tags-overide{
    margin-left: 0;
    width: initial;
  }

  #header-navigation-menu {
    height: 95px;
    padding: 15px 0;
  }
  .header-icons{
    float: none;
    clear: both;
    margin-bottom: 5px;
    width: 50px;

  }
}

@media (max-width: 800px) {
  .meme-photo-thumbs-f{
    height: 150px;
  }

  /* #latest-meme-container .col-md-3{
    height: 230px;
  } */

  #template-container .col-md-3{
    height: 205px;
    min-height: 180px !important;
  }

  #motd-info{
    min-height: 190px;
  }


}
@media (max-width: 970px) {

  #labelWatermark{
    font-size: 10px;
  }

  .header-icons{
    width: 50px;
  }
  #header-navigation-menu p{
    display: none;
  }

}
@media (max-width: 750px) {
  #header-container{
    margin: 0 auto 0;
  }

  .header-wrapper {
    height: 50px !important;
  }

  #nav-toggle img{
    margin-top: -5px;
  }

  .vertical-menu .slide-navigation .nav-wrap {
    width: 100%;
    text-align: left;
  }

  #memeProperty .col-md-6{
    float: left;
    width: 100%;
  }
}



*:focus {outline: none;}

input[type=text]:focus{
    background: transparent url('../../assets/memes/images/invalid.png') no-repeat 98% center;
    box-shadow: 0 0 5px rgba(239,35,60, 0.8);
    border: 1px solid #ef233c;
}

input[type=text]:focus:valid{
    background: transparent url('../../assets/memes/images/valid.png') no-repeat 98% center;
    box-shadow: 0 0 5px rgba(239,35,60, 0.8);
    border: 1px solid #ef233c;
}

#tags-icon-img{
  margin: 10px 0;
}




button.ui-multiselect span:nth-child(2){
  font-weight: normal;
}

.dropdown-menu {
  background-color: #ef233c;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 0;
  margin: 1px 0;
  padding: 0;
}

.dropdown-menu li a:hover, .dropdown-menu li p:hover{
  color: #ef233c;
}

#tags-dropdown-container{
  display: none;
}

.open>.dropdown-toggle.btn-primary{
  background-color: #ef233c;
}

.dropdown-menu p{
  margin: 0;
  float: none;
  text-align: left;
}

.meme-pagination-icons:hover{
  opacity: 0.6;
}


.dropdown-toggle:focus{
  border-color: transparent;
  background-color: #ef233c;
}


.dropdown-menu>li>a{
  padding: 5px 20px 5px 0px;
}

.dropdown-toggle{
  width: 100%;
  background-color: #ef233c;
  border: none;
  font-size: 15px;
  border-radius: 0;
  text-align: left;
}

#template-container .col-md-3{
  min-height: 240px;
}

.dropdown-toggle .caret{
  float: right;
  margin: 9px 0;
}

.ui-multiselect{
  width: 100% !important;
}

.create-errors{
  text-align: center;
  margin: 0 auto 20px;
  color: #ef233c;
  font-weight: bold;
  font-size: 15px;
  font-family: Lato Regular;
}


.no-records{
  text-align: center;
  padding: 10px;
  color: #ef233c;
}

@media (max-width: 767px) {

  div#tags-dropdown-container{
    display: block;
  }

  #img-spinner{
    margin-top: 50%;
  }

  #header-navigation-menu {
    padding: 15px 0;
  }
  .meme-title{
    font-size: 16px !important;
  }

  .meme-author{
    font-size: 12px !important;
  }

  #motd-tags-link {
    max-height: 70px !important;
    font-size: 12px !important;
  }

  #header-navigation-menu p{
    color: #fff;
    display: none;
  }

  #meme-tags-title {
    font-size: 18px;
    color: #fff;
  }

#template-main-container .meme-featured-title.active span, #template-main-container .meme-featured-title span:hover{
    padding-bottom: 17px;
}

  .meme-featured-pagination.top{
    display: none;
  }

  .meme-featured-pagination.bottom{
    width: 160px;
    clear: both;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  #meme-main-image{
    height: 490px;
  }

  #tags-icon-img{
    /*width: 20px;*/
  }

  .share-count{
    font-size: 60px;
  }

  .st_facebook_custom, .st_twitter_custom{
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
  }

  .meme-share-count{
    margin: 10px 0;
  }

  .meme-share-buttons {
    padding: 20px 15px;
  }

  #meme-image-info{
    min-height: 375px;
  }

  .meme-create-own-link div{
    width: 100%;
    font-size: 15px;
    padding: 19px 0;
  }

  #memeProperty {
    border-top: 10px solid #f04847;
    margin-top: 10px;
    border-left: none;
    padding: 10px 0 15px;
  }

  .ui-multiselect{
    width: 100% !important;
  }

  .header-icons{
    width: 50px;
  }

  .ads-desktop{
    display: none;
  }

  .ads-leaderboard{
    height: 50px;
  }

  #footer-container{
    height: 140px;
  }
  #footer-logo{
    background-color: #292929;
    height: auto;
    margin-bottom: 20px;
    border-top: #ef233c solid 10px;
  }

  #footer-tags{
    display: none;
  }

  .meme-photo-thumbs{
    height: 180px;
  }

  .meme-photo-thumb{
    max-height: 180px;
  }

  .meme-photo-thumbs-f{
    height: 200px;
  }

  #meme-tags-section-container .meme-photo-thumbs-f{
    height: 200px;
  }

  #motd-info{
    min-height: 170px;
  }

  #template-container .col-md-3{
    min-height: 240px;
    height: 240px;
  }

}

#labelboxTop, #labelboxBottom{
    height: auto !important;
}

@media (max-width: 600px) {


  #labelboxTop, #labelboxBottom{
    min-width: 10%;
    left: 25%;
  }

  #meme-tags-section-container .meme-photo-thumbs-f{
    height: 170px;
  }

}

@media (max-width: 400px) {
  .meme-photo-thumbs {
    height: 110px;
  }
}
@media (max-width: 485px) {

  .white-background{
    height: 200px;
  }

  #motd-tags-link {
    max-height: 50px !important;
    margin-left: 30px !important;
  }


  #motd-info .meme-share-count{
    padding-bottom: 35px;
  }

  #mofd-tags-icon-img{
    width: 18px;
  }

  #labelboxTop, #labelboxBottom{
    font-size: 25px;
  }

  #meme-tags-section-container .meme-photo-thumbs-f{
    height: 125px;
  }

  #meme-popular-container{
    width: 102%;
    max-width: 240px;
  }
  #motd-photo{
    height: 315px;
  }
  #template-container .col-md-3{
    height: 220px;
    min-height: 200px;
  }

  .meme-photo-thumbs-f{
    height: 155px;
  }

  .meme-photo-thumbs-f{
    height: 155px;
  }

  #meme-main-image {
    height: 300px;
  }

  .meme-photo-thumbs{
    height: 140px;
  }

  #latest-meme-container .col-md-3{
    height: 225px;
  }
}

.header-container {
  height: 57px !important;
}

.red-selected{
  height: 50px !important;
}


@media only screen and (max-height: 400px){
  #latest-meme-container .col-md-3{
    height: 275px;
  }


}

@media only screen and (max-width: 750px){
  .header-container, #nav-toggle {
    height: 47px !important;
  }

  .login-panel .bordered {
    text-align: left !important;
  }
}

.account-dropdown-panel.pull-right.p10 {
  margin-right: 0;
  width: 90px;
  height: 45px !important;
}


/* Abi CSS Fixes */
.featured-categories{
  background-color: #f8f8f8;
  position: relative;
}

.featured-category-header {
  padding: 15px 0px;
  height: 85px;
  background-color: #FFFFFF
}

p#latest-updated-time {
  margin: -10px 0px;
  letter-spacing: 0.5px;
}

.meme-title {
  font-size: 20px;
}

.meme-author {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.motd-img-tag{
  float: left;
}

button.btn.btn-primary.dropdown-toggle:hover{
  background-color: #ef233c;
}

#motd-tags-link{
  margin-top: -10px;
  margin-left: 40px;
  overflow: hidden;
  max-height: 60px;
}

.motd-tags{
  padding: 10px 0 0px;
  height: 55px;
}

#meme-popular-title {
  letter-spacing: 2px;
}

#meme-popular-container span {
  letter-spacing: 0.5px;
  font-family: Lato Regular;
}

.meme-featured-title {
  letter-spacing: 1.4px;
}

a.latest-meme-item {
  font-size: 15px;
  color: #868686;
  letter-spacing: 0.5px;
}

.meme-photo-author-f span {
  font-size: 15px;
  color: #6E6E6E;
  letter-spacing: 0.5px
}

.meme-photo-hours-f {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 2px;
}


.white-background{
  background-color: #FFFFFF;
  width: 100%;
  height: 90px;
  position: absolute;
}
#template-container {
  margin-top: 30px;
}

#footer-logo span{
  font-size: 10px;
}

#meme-tags-section #meme-tags-title p{
  text-transform: uppercase;
}

input[type=checkbox], input[type=radio] {
  margin: 0 !important;
}
