/*

Base 			- #dd9b0e
Light 			- #e9b13a
Dark 			- #c58908
Additional 		- #ea143c

Right side background - #212639

Background		- #ecf0f1

*/

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-item.active {
	display:block;
}

.bg-body{ background-color: #ecf0f1}
.bg-base{ background-color: #dd9b0e }
.bg-light{ background-color: #e9b13a }
.bg-dark{ background-color: #c58908 }
.bg-additional{ background-color: #ea143c }
.bg-dark-blue{ background-color: #212639 }

button:hover{
	cursor: pointer
}
html{
	font-family: "Roboto";
}
body
{
	background-color: #d8d8d8;
	font-size: 14px;
	font-family: "Roboto";	
}

.btn, 
.form-control{
	font-family: "Roboto Condensed";
	font-weight: 300;
}

.btn{
	border: 0;
	border-radius: 0;
}

.def-color{color: #dd9b0e;}

@media (min-width: 1400px) {
  .container {
    width: 1340px;
    max-width: 100%;
  }
}

.bg-light{
	background-color: #eeeeee;
}

header
{
	background-color: #dd9b0e;	
	padding: 15px 0;
}

header.home{
	border-bottom: 56px solid #dd9b0e;
	margin-bottom: -56px;
}

.p-15{
	padding-left: -15px;
	padding-right: -15px;
}

.navbar-light ul.navbar-nav > li > a{
	text-transform: uppercase;
	font-weight: 600;
}

.header-sub-menu{
	background-color: #e9b13a;	
	padding-top: 3px;
	font-weight: 300;
	font-family: "Open Sans";
}

.nav.nav-sm{
	font-size: 13px;
}

.nav.nav-sm a{
	padding-top: 3px;
	color: #fff;
}

.nav-container{
	background-color: #fff;
}

h3.section-heading{
	text-transform: uppercase;
	font-weight: 300;
	color: #16A086;
}

h3.section-heading > small{
	font-size: 0.6em;
	color: #666;
	margin-left: 5px;
}

.navbar-remark{
    background-color: #dd9b0e;
    border-bottom: 0;
    padding: 0;
}

.navbar-remark .navbar-brand{
    color: #fff;
}

.navbar-remark .nav-item{
    background-color: transparent;
}

.navbar-remark .nav-item.active,
.navbar-remark .nav-item:hover{
    background-color: #c58908;
}

.navbar-remark .nav-item .nav-link{
	color: #fff;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 56px;
	font-family: "Roboto";
	font-weight: 300;
	text-transform: uppercase;
}

img.grayscale{
	-webkit-filter: grayscale(80%);
	    filter: grayscale(80%);    
	transition: .3s ease-in-out;
}

img.grayscale:hover{
	-webkit-filter: grayscale(0%);
	    filter: grayscale(0%);
}

img.dashed
{
    outline: 1px dashed rgba(255,255,255,.9);
    outline-offset: -6px;
}
div.page-heading{
	background-color: #16a085;
	color: #fff;
	padding: 80px 0 20px;
	overflow: hidden;
}

div.page-heading h3{
	text-transform: uppercase;
	font-weight: 300;
}

div.page-heading h3::after{
	content: attr(data-title);
	position: absolute;
	bottom: -44px;
	left:7px;
	font-size: 4em;
	color: rgba(0,0,0,.05);
	filter:blur(1px);

}

.text-gook{
	color: #16a085;
}

.text-gray{
	color: #666;	
}

.carousel-indicators {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  margin-right: 20px;
  margin-left: 20px;
  bottom: 0;
}

.carousel-indicators li {
  max-width: 10px;
  height: 10px;  
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #dd9b0e;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: left;
  background-color: rgba(0,0,0,0.3)
}

.remark-category-name{
	display: inline-block;
	padding: 7px 9px;
	background-color: #dd9b0e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 5px;
}

.input-group.search .form-control{
	font-size: 1.4em;
	line-height: 40px;
	border: 0;	
	padding-left: 20px;
}

.input-group.search .input-group-addon{
	border: 0;	
	background: #fff;
}

header .fa-2x.fa-fw{
	line-height: 56px;
	color: #fff;
}
.headed-col{ position: relative; padding-top: 71px; }
.headed-col .col-header{
	position: absolute;	
	top: 0;
	right: 0;
	left: 0;
	line-height: 56px;
	font-family: "Roboto Condensed";
	font-weight: 300;
}

.latest-tabbed ul.nav .nav-item a.nav-link{
	border-radius: 0;
	background-color: #c58908;
	line-height: 56px;
	padding: 0;
	font-family: "Roboto Condensed";
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

.latest-tabbed ul.nav .nav-item .nav-link.active{
	background-color: #dd9b0e;
}

.latest-tabbed ul.nav .nav-item .nav-link:hover{
	background-color: #e9b13a;
}
.latest-tabbed ul.nav .nav-item .dropdown-menu{
	width: 100%;
}
.latest-tabbed ul.nav .nav-item .dropdown-item{
	line-height: 1.4em;
}

.left-contents .col-header{
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #c58908;
}

.top-contents .col-header{
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ea143c;
}

.right-contents{
	color: #fff;
}

.right-contents .col-header{
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;	
	background-color: #323953;
}


.right-contents .media-body h5{
	color: #A7B4D4;
}

footer nav a{
	color: #666;
}

footer nav a + span{
	color: #999;
}

.latest-news-list .media .media-body{
	padding: 0;
}

.media span.news-number{
	background-color: #D8D8D8;
	padding: 10px;
	font-family: "Roboto Condensed";	
	color: #dd9b0e;
	font-weight: 600;
	font-size: 24px;
}

.media-body a:hover{
	text-decoration: none;
}

.media-body h5,
.media-body h4{
	font-family: "Roboto Condensed";
	color: #333;
}

.media-body h4{ font-size: 1.5em; }
.media-body h5{ font-size: 1.2em; }

.media-body > .news-category{
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	font-size: 11px;
	color: #dd9b0e;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1em;
}

.catergory-news-list .category-name{
	background-color: #EEEEEE;
	margin-bottom: 10px;
	margin-top: 20px;
}
.catergory-news-list .category-name a{ 
	display: inline-block; 
	padding: 5px 9px; 
	background-color: #dd9b0e;
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto Condensed";

}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

div.list-heading{
	background-color: #EEE;
	margin: 0 0 15px 0 !important;

}

.list-heading span{
	display: inline-block;
	padding: 7px 15px;
	background-color: #dd9b0e;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}

.option-number{
	display: inline-block;
	padding: 5px 10px;
	font-weight: 300;
	background-color: #bdc3c7;
	color: #fff;
	margin-right: 10px;
}

.option-number.gold{
	background-color: #dd9b0e;
}

.option-number.silver{
	background-color: #95a5a6;
}

.option-number.bronze{
	background-color: #d35400;
}


.comments .media .media-body{ border-bottom: 1px solid #ddd; padding-bottom: 10px; padding-top: 10px; }
.comments .media:last-child .media-body{ border-bottom: 0; }

.owl-carousel .item{
	position: relative;
}

.owl-carousel .item > i{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 100;	
	color: #dd9b0e;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 90%;
  margin: 20px auto;
}

.mfp-close {
  right: -44px;  
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff !important;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: #dd9b0e !important;
}

.mfp-close:hover,
.mfp-close:focus
{
    background: #c58908 !important;
}

.banner{ text-align: center; }
.center-contents .banner{ margin-top: 11px; }
.banner .banner-wrapper{ display: inline-block; margin-bottom: -1em; }
.banner .go-more{ text-align: right; height: 1em; }
.banner .go-more > a{
	color: #333;
	font-size: 11px;
	font-family: "Open Sans";
	font-weight: 300;
	display: inline-block;
	float: right;
}

.banner .go-more > a:hover{
	color: #EA143C;	
	text-decoration: none;	
}

.right-contents .banner .go-more > a{
	color: #fff;
}

.share-buttons > a{
	display: inline-block;
	padding: 7px 14px;
	color: #fff;
}

.share-buttons .share-facebook{
	background-color: #3b5998 ;
}

.share-buttons .share-twitter{
	background-color: #4099BB;
}

.input-group-addon.share-facebook{
	color: #fff;
	background-color: #3b5998 !important;
}

.input-group-addon.share-twitter{
	color: #fff;
	background-color: #4099BB !important;
}

.designed-modal > .small{ color: #fff;}
.designed-modal > .modal-content > .modal-body{
	padding: 20px;
	overflow: hidden;
}

.designed-modal > .modal-content > .modal-header{
	background-color: #dd9b0e;
	color: #fff;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
}

.designed-modal > .modal-content > .modal-footer{ 
	background-color: #f5f5f5; border-top: 2px solid #c8ced5;
	border-radius: 0 0 4px 4px;
}


.news-divider{
	margin-top: 30px;
	margin-bottom: 30px;
}

/*=========== for RESPONSIVE ==========*/
.home-tabs, .recommended-tabs{ 
	margin-bottom: 15px;
}

.recommended-tabs{
	margin-top: 15px;
}
.home-tabs a.nav-link{
	border-radius: 0;
	border-top: 4px solid #dd9b0e;
	color: #fff;
}

.recommended-tabs a.nav-link{
	border-radius: 0;
	border-top: 4px solid #212639;
	color: #fff;
}

a[href='#home-latest'], a[href='#recommended-latest']{ background-color: #c58908; }
a[href='#home-latest'].nav-link.active, a[href='#recommended-latest'].nav-link.active{ 
	background-color: #c58908;
	border-top-color: #c58908;
}

a[href='#home-vote']{ background-color: #EA143C; }
a[href='#home-vote'].nav-link.active{ 
	background-color: #EA143C;
	border-top-color: #EA143C;
}

a[href='#home-rating'], a[href='#recommended-hot']{ background-color: #44B3C2; }
a[href='#home-rating'].nav-link.active, a[href='#recommended-hot'].nav-link.active{ 
	background-color: #44B3C2;
	border-top-color: #44B3C2; 
}

a.topten-thumb{
	display: inline-block;
	position: relative;
}

a.topten-thumb::after{
	content: "САНАЛ ӨГӨХ";
	display: inline-block;
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	background: #dd9b0e;
	color: #fff;
	text-transform: uppercase;
	z-index: 5;
	font-size: 10px;
	padding: 2px 0;
	font-family: "Roboto Condensed";
	text-align: center;
	font-weight: 400;
}

a.caption-on-image{
	display: inline-block;
	position: relative;
}

a.caption-on-image > .caption-text{
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) repeat scroll 0% 0%;
	padding: 20px 10px 10px;	
}

a.caption-on-image > .category-badge{
	position: absolute;
	left: 10px;
	top: 10px;
	display: inline-block;
	padding: 5px 10px;
	font-family: "Roboto Condensed";
	color: #fff;
	text-transform: uppercase;
}

a.caption-on-image > .caption-text > span{
	display: block;
	font-weight: 400;
	color: #fff;
	font-family: "Roboto Condensed";
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.1em;
}

a.caption-on-image.caption-big > .caption-text{
	padding: 50px 30px 30px;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)) repeat scroll 0% 0%;
}

a.caption-on-image.caption-big > .caption-text > span{
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: -1px;
	width: 80%;
} 

a.caption-on-image.caption-medium > .caption-text{
	padding: 40px 20px 20px;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) repeat scroll 0% 0%;
}

a.caption-on-image.caption-medium > .caption-text > span{		
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: -0.5px
	width: 90%;
} 

.publisher-profile{	
	font-family: "Roboto Condensed";
	margin-bottom: 20px; 
	background-color: #7f8c8d; 
	padding: 10px; 
	color: #fff;
	position: relative;
	height: 245px;
}

.publisher-profile .publisher-avatar{
	position: absolute;
	z-index: 2;
}

.publisher-profile .publisher-avatar img{	
	border: 4px solid #fff;
	width: 200px;
	height: 200px;
}

.publisher-profile div.bio{	
	padding: 15px;
	width: 60%;
	margin-left: 200px;
}

.publisher-profile .publisher-stat{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: #D8D8D8; */
	background-color: rgba(255,255,255,.7);
	z-index: 1;
	padding-left: 220px;	
}

.publisher-profile .publisher-stat span{
	border-right: 1px solid #aaa;
	padding: 5px 15px;	
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	font-size: 10px;
}

.publisher-profile .publisher-stat b{
	display: block;
	font-size: 16px;
}

.publisher-profile-mobile .publisher-avatar img{
	width: 128px;
	height: 128px;
}
.publisher-profile-mobile div.bio{
	padding: 5px;
	width: 60%;
	margin-left: 135px;
}

.publisher-profile-mobile .publisher-stat{
	padding-left: 0;
}

.vote-progress{
	height: 10px;
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, #44B3C2, #EA143C) repeat scroll 0% 0%;
	text-align: right;
}

.vote-progress div{
	height: 10px;
	display: inline-block;
	float: right;
	background-color: #d8d8d8;
}

.editor-content > figure > img{
	display: block;
	max-width: 100%;
	height: auto;
}

.pagination {  
  border-radius: 0px;
}

.page-link {
  color: #555;  
}

.page-link:focus, .page-link:hover {
  color: #222;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #DD9B0E;
  border-color: #E9B13A;
}

.nomination-popup
{
	padding: 0;
	background-color: transparent;
	color: #0275D8;
	border: 0;
}

.nomination-popup i{
	-webkit-transition: margin-right .3s;
    transition: margin-right .3s;
}

.nomination-popup:hover i
{
	margin-right: 3px;
}


.crossword-countdown{
	display: block;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	background: #D64734;
	border-radius: 10px;
	overflow: hidden;
}

.crossword-countdown h5{
	font-size: 17px;
	color: #fff;	
}
.crossword-countdown > div.countdown-title{
	background-color: #BF3A29;
	padding: 15px 0 10px;
}

.crossword-countdown > div.crossword-upcoming{	
	text-align: center;
	padding: 20px 15px;
}
.crossword-countdown > div.crossword-countdown-expired{
	text-align: center;
	padding: 20px 15px;
	background-color: #44B3C2;
}

.crossword-countdown .is-countdown{
	background-color: transparent
}
.crossword-countdown .countdown-amount{	
	font-size: 32px;
	padding: 0 9px;
	background-color: #f9f9f9;
	margin: 0 5px;
	color: #444;
	border-radius: 4px
}
.crossword-countdown .countdown-period{	
	padding-top: 3px;
	color: rgba(0,0,0,0.5);
	font-weight: 400;
	font-size: 14px;
}

/**/
.toptenCountdown{
	text-align: center
}

.toptenCountdown.is-countdown{
	background-color: transparent
	justify-content: center;
	align-content: center;
}

.toptenCountdown #toptenCountdown{
	text-align: center;
}
.toptenCountdown #toptenCountdown .countdown-row {
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
}

.toptenCountdown .countdown-title{
	padding: 0 0 10px;
}
.toptenCountdown .countdown-amount{	
	font-size: 32px;
	line-height: 60px;
	margin: 0 5px;
	width: 60px;
	height:60px;
	border-radius: 50%;
	background-color: #DD9B0E;
	color: #fff;
}
.toptenCountdown .countdown-period{	
	padding-top: 3px;
	color: rgba(0,0,0,0.5);
	font-weight: 400;
	font-size: 14px;
}
/**/

/* 7 хоногийн шилдэг */
.top-crossword-users{
	margin-top: 15px;
}

.top-crossword-users > h5{
	font-size: 14px;
}

.media.top-users{
	padding: 5px 0;
	cursor: default;
}

.media.top-users[data-user-id='0']{
	opacity: 0.6
}

.media.top-users img{
	width: 50px;
	height: 50px;
	margin-right: 5px;
	border-radius: 50%
}
.media.top-users .media-body{
	background-color: #151925;
	border-radius: 25px;
	padding: 5px 15px;
}

.media.top-users .media-body h5{
	margin-top: 5px;
	color: #A7B4D4;
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;

}

.media.top-users .media-body h5 > span{	
	display: inline-block;
	float: left;
	font-size: 30px;
	line-height: 1.05em;
	margin-right: 8px;
}

.media.top-users .media-body .time-elapsed{
	color: #C53D2D;
	font-weight: 300;
	font-family: "Roboto Condensed";
	font-size: 13px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.media.top-users:hover h5{
	color: #fff;
}

.home-nano.nano {
    height: 1210px;
    margin-bottom: 20px;
    margin-top: 0
}

.home-nano.nano .nano-content {
    padding-right: 7px;
}

.home-nano.nano .nano-pane {	
    border-radius: 0;
    opacity    : .5;
}

.home-nano.nano .nano-slider {
    background: #222;
    background: rgba(0,0,0,1);
}

.quizgame-play-banner,
.crossword-play-banner{
	border-radius: 10px;
	padding: 10px;
	margin-top: 15px;	
	text-align: center;
}

.quizgame-play-banner a,
.crossword-play-banner a{
	display: flex;
	padding: 30px 20px;
	text-align: center;
	border-radius: 6px;
	box-shadow: -1px -1px 1px rgba(255,255,255,0.3);
	transition: border-shadow .5s;
	justify-content: center;
	align-content: center
}

.quizgame-play-banner a:hover,
.crossword-play-banner a:hover{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}

.quizgame-play-banner{	
	background-color: #3F4766;
	background: -webkit-linear-gradient(120deg, #3F4766, #28304D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(120deg, #3F4766, #28304D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(120deg, #3F4766, #28304D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(120deg, #3F4766, #28304D); /* Standard syntax */
}

.crossword-play-banner{
	background-color: #BF3A29;
	background: -webkit-linear-gradient(120deg, #BF3A29, #A92D1A); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(120deg, #BF3A29, #A92D1A); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(120deg, #BF3A29, #A92D1A); /* For Firefox 3.6 to 15 */
	background: linear-gradient(120deg, #BF3A29, #A92D1A); /* Standard syntax */
}

.quizgame-play-banner a{ background-color: #28304D; }
.crossword-play-banner a{ background-color: #A92D1A; }


.divider-caption{
	background-color:#323953; 
	padding: 15px 20px;
	margin:  15px -15px;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
}

.divider-caption.lighten{
	background-color: #A92D1A
}

.right-content-tab{ text-align: center; margin-bottom: -15px; margin-top: 10px; }
.right-content-tab a{
	display: inline-block;
	background: #BE3A28;
	padding: 7px 14px;
	margin: 0 2px;
	color: rgba(255,255,255,0.8);
	
}

.right-content-tab a:hover,
.right-content-tab a:focus{
	background-color: #3E4665;
	text-decoration: none;
}

.right-content-tab a.active{
	background: #212639;
	color: #fff;
}