@font-face {
    font-family: BebasNeue;
    src: url('../../fonts/BebasNeue.otf');
}

@font-face {
    font-family: HelveticaNeue;
    src: url('../../fonts/HelveticaNeueLTStd-Lt.otf'),
         url('../../fonts/HelveticaNeueLTStd-Lt.woff');

}

.top-section{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(173,233,255,0.99) 15%, rgba(52,197,255,0.96) 44%, rgba(52,197,255,0.92) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(173,233,255,0.99)), color-stop(44%, rgba(52,197,255,0.96)), color-stop(100%, rgba(52,197,255,0.92)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(173,233,255,0.99) 15%, rgba(52,197,255,0.96) 44%, rgba(52,197,255,0.92) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(173,233,255,0.99) 15%, rgba(52,197,255,0.96) 44%, rgba(52,197,255,0.92) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(173,233,255,0.99) 15%, rgba(52,197,255,0.96) 44%, rgba(52,197,255,0.92) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(173,233,255,0.99) 15%, rgba(52,197,255,0.96) 44%, rgba(52,197,255,0.92) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#34c5ff', GradientType=1 );
}

/*HEADER*/

header{
	padding-top: 20px;
}

.second-header{
	background-color: #ffffff;
}

.top-search{
	width: 35%;
	background: #fff;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 10px;
	float: left;
	margin-right: 15px;
}
.lang-div{
	width: 25%;
	text-align: center;
	float: left;
	background: #fff;
    padding-top: 0;
    padding-bottom: 0;
	border-radius: 10px;
	position: relative;
}

.hidden-lang-div{
	display: none;
	width: 23%;
	text-align: center;
	float: left;
	background: #fff;
    padding-top: 0;
    padding-bottom: 0;
	border-radius: 10px;
	position: relative;
}

.lang-div2{
	width: 250px;
	background: #fff;
	text-align: center;
	position: relative;
	border-radius: 5px;
	margin-right: 18px;
	border: solid thin #CDCDCD;
	float: right;
}

.top-search2{
	width: 30%;
	background: #fff;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-right: 18px;
	border: solid thin #CDCDCD;
	float: right;
}

.top-search input{
	border: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 30px;
	padding-left: 10px;
	border-radius: 15px;
	outline: none !important;
}

.lang-div a, .hidden-lang-div a{
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	color: #34c7ff;
	border-radius: inherit;
	transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

.lang-div i, .hidden-lang-div i{
	position: absolute;
	right: 20px;
	font-size: 25px;
	color: #8d8d8d;
	line-height: 0.99;
}

.lang-div2 a{
	display: block;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	font-family: HelveticaNeue;
	font-weight: 400;
	color: #61CBEB;
	border-radius: inherit;
	transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}



.my-drop{
	right: 0;
	text-align: center;
	min-width: 120px;
	border-radius: 10px;
	border: none;
}
.my-drop li a{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	color: #adadad;
	padding-top: 0;
	padding-bottom: 0;
}


.top-search img{
	position: absolute;
	right: 0;
	top: 7px;
	right: 7px;
}

.top-search2 input{
	border: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 30px;
	padding-left: 10px;
	outline: none !important;
}

.top-search2 img{
	position: absolute;
	right: 0;
	top: 9px;
	right: 9px;
}

.social-div{
	display: inline-block;
	float: left;
	line-height: 2.4;
	margin-right: 20px;
}

.social-div a{
	margin-left: 2px;
	margin-right: 2px;
}

.social-div img:hover{
	transform: scale(1.05, 1.05);
}

.custom-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 37%;
	height: 60px;
	background-color: #61CBEB;
}

.second-logo{
	position: relative;
	float: left;
	max-width: 30%;
}

.second-logo a{
	vertical-align: -webkit-baseline-middle
}



/*TOP-BAR*/

.background-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.zombi-guy{
	position: absolute;
	width: 22%;
	right: 0;
	bottom: -20px;
}

@media screen and (max-width: 1200px){
	.zombi-guy{
		width: 26%;
	}
	.top-search{
	width: 33%;
}
.lang-div{
	width: 23%;
}
}

@media screen and (max-width: 992px){
	.zombi-guy{
		width: 25%;
		bottom: -8px;
	}	
	.main-logo{
		width: 70%;
		padding-top: 15px;
	}
	.top-search{
		width: 27%;
	}
}

@media screen and (max-width: 768px){
	.main-logo{
		width: 70%;
		padding-top: 0;
	}
	.zombi-guy{
		width: 23%;
		bottom: -8px;
	}
	.top-search{
	width: 40%;
}
}

@media screen and (max-width: 600px){
	.lang-div{
		display: none;
	}
	.hidden-lang-div{
		display: block;
		float: right;
		margin-bottom: 15px;
		width: 140px;
	}
	.top-search{
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	.header{
		padding-top: 15px;
	}
	.background-wrapper{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.zombi-guy{
		width: 25%;
		bottom: -5px;
	}
}
@media screen and (max-width: 480px){
	.top-search{
		width: 90%;
	}
	.zombi-guy{
		width: 25%;
		bottom: -3px;
	}
	.social-div{
		margin-right: 0;
	}
}



/*MAIN-CONTENT*/

.main-content{
	background-color: #ffffff;
	position: relative;
}

.div-shadow{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#grid-container{
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}

.grid {
	margin-top: 30px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 25%;
}

@media screen and (max-width: 1200px){
	#grid-container{
	padding-left: 15px;
	padding-right: 15px;
}
}

@media screen and (max-width: 992px){
	.grid-sizer,
    .grid-item {
  		width: 33.3%;
}
}

@media screen and (max-width: 768px){
	.grid-sizer,
    .grid-item {
  		width: 50%;
}
}

@media screen and (max-width: 530px){
	.grid-sizer,
    .grid-item {
  		width: 100%;
}
}

.grid-item {
  overflow:hidden;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 13px;
}

.item-content{
  border: solid 1px #34c7ff;
  height: 100%;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}

.item1 .content-list{
	max-height: 600px;
}
.item2 .content-list{
	max-height: 400px;
}
.item3 .content-list{
	max-height: 340px;
}
.item4 .content-list{
	max-height: 470px;
}
.item5 .content-list{
	max-height: 400px;
}
.item6 .content-list{
	max-height: 470px;
}
.item7 .content-list{
	max-height: 340px;
}
.item8 .content-list{
	max-height: 400px;
}
.item9 .content-list{
	max-height: 400px;
}
.item10 .content-list{
	max-height: 340px;
}
.item11 .content-list{
	max-height: 340px;
}
.item12 .content-list{
	max-height: 340px;
}

.content-title{
	font-family: BebasNeue;
	font-weight: 400;
	color: #ffffff;
	background-color: #34c7ff;
	text-align: center;
	font-size:40px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
	line-height: 1.3;
	transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	margin-bottom: 0;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.content-list{
	padding-right: 0;
	margin-top: 20px;
}

.content-list ol{
	list-style-position: outside;
	padding-left: 35px;
	padding-right: 10px;
}

.content-list li{
	font-family: BebasNeue;
	font-weight: 400;
	font-size: 22px;
	color: #b4b4b4;
	padding-top: 5px;
    padding-bottom: 5px;
}

.content-list a{
    text-decoration: none !important;
}

.site-name{
	margin: 0;
	font-family: BebasNeue;
	font-weight: 400;
	font-size: 22px;
    letter-spacing: .2px;
	color: #b4b4b4;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	line-height: 0.6;
	max-width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-page-link{
	float: right;
}

.content-list a:hover .site-name{
	color: #34c7ff;
}


.content-list img{
	margin-right: 10px;
}

.small-magni{
	margin-right: 0 !important;
	display: none;
	padding-top: 3px;
}

.site-row:hover .small-magni{
	display: block;
}

.small-magni:hover{
	transform: scale(1.05, 1.05);
}

.content-image[src=""] {
   display: none;
}


.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 8px; 
	background-color: transparent;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
	background-color: #e5b81d; 
	width: 6px;
}


/*REVIEW-CONTENT*/

.review-content{
	background-color: #ffffff;
	position: relative;
}

.big-heading{
	font-family: BebasNeue;
	font-weight: 400;
	color: #e5b81d;
	font-size: 60px;
	margin-bottom: 0;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: solid thin #CCCCCC;
}

@media screen and (max-width: 768px){
	.big-heading{
	font-size: 45px;
}

.small-magni{
	display: block;
}

}

.site-review{
	padding-top: 30px;
}

.site-image{
	max-width: 50% !important;
	min-width: 30% !important;
	float: left;
}

@media screen and (max-width: 768px){
	.site-image{
	max-width: 100% !important;
	min-width: 80% !important;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}

.review-more{
	padding-left: 30px;
	float: left;
	width: 50%;
}

@media screen and (max-width: 768px){
	.review-more{
	padding-left: 0;
	clear: both;
	width: 100%;
}
}

.user-rating{
	overflow: hidden;
	width: 100%;
}

.user-rating p{
	float: left;
	font-family: BebasNeue;
	font-weight: 400;
	color: #e5b81d;
	font-size: 36px;
	margin-right: 20px;
}

.review-text{
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size: 20px;
	color: #666666;
}

@media screen and (max-width: 1200px){
	.review-text{
	font-size: 18px;
}
}

@media screen and (max-width: 992px){
	.review-text{
	font-size: 16px;
	margin-top: 15px;
}

	.user-rating p{
	float: none;
	margin-bottom: 0;
}
}

#visit-btn{
	/*width: 50%;*/
	font-family: BebasNeue;
	font-weight: 400;
	font-size: 40px;
	color: #e5b81d !important;
	background-color: #d3ffe4 !important;
	border: solid 3px #d3ffe4 !important;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
	margin-top: 60px;
	box-shadow: 2px 2px 10px #cccccc;
}

#visit-btn:active{
	box-shadow: none;
	outline: none;
}

@media screen and (max-width: 1200px){
	#visit-btn{
	margin-top: 30px;
	width: 65%;
}
}

@media screen and (max-width: 992px){
	#visit-btn{
	width: 80%;
}
}

@media screen and (max-width: 768px){
	#visit-btn{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
}

#visit-btn:hover{
	background: #fff;
	color: #61CBEB;
}

#visit-btn:focus{
	background: #fff;
	color: #61CBEB;
}

.similar-websites{
	margin-top: 30px;
}


@media screen and (max-width: 480px){
.my-small-col{
	width: 100% !important;
}
	#visit-btn{
	width: 100%;
	font-size: 30px;
}
}

.website-name{
	font-family: BebasNeue;
	font-weight: 400;
	color: #e5b81d;
	font-size: 35px;
	line-height: 1.8;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

@media screen and (max-width: 768px){
	.website-name{
	font-size: 30px;
}

	.name2{
		margin-bottom: 30px;
}
}

.website-name:hover{
	color: #caa219;
}

.similar-websites img:hover{
	transform: scale(1.02, 1.02);
}



/*CATEGORY-CONTENT*/

.category-content{
	background-color: #ffffff;
	position: relative;
}

.category-text{
	margin-top: 30px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size: 20px;
	color: #666666;
	margin-bottom: 0;
}

@media screen and (max-width: 1300px){
	.category-text{
	font-size: 18px;
}
}

.cate-name{
	text-align: center;
	width: 100%;
	font-size: 30px;
}

.custom-margin{
	margin-top: 15px;
	margin-bottom: 15px;
}

.site-list img:hover{
	transform: scale(1.02, 1.02);
}

.enter-div{
	margin-top: 60px;
	text-align: center;
}

.enter-p{
	text-align: center;
	font-family: HelveticaNeue;
	font-weight: 400;
	color: #e5b81d;
	font-size: 30px;
}

.enter-btn{
	font-family: BebasNeue;
	font-weight: 400;
	color: #e5b81d !important;
	background: #ffffff !important;
	font-size: 36px;
	border: none;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #cccccc;
	transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}





/*FOOTER*/

footer{
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

#bookmark-btn{
	width: 50%;
	font-family: BebasNeue;
	font-weight: 400;
	font-size: 40px;
	color: #fff;
	background-color: #34c7ff !important;
	border: solid 3px #34c7ff !important;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.3;
	box-shadow: 2px 2px 10px #cccccc;
}

#bookmark-btn:active{
	box-shadow: none;
	outline: none;
}

@media screen and (max-width: 768px){
	#bookmark-btn{
		width: 65%;
		font-size: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.bottom-row{
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 480px){
	#bookmark-btn{
		width: 100%;
	}
}

.button-wrapper{
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 40px;
}

.copyright{
	font-family: BebasNeue;
	font-weight: 400;
	color: #cfcfcf;
	letter-spacing: .3px;
	font-size: 18px;
	float: left;
}

.bottom-wrapper{
	padding-top: 30px;
	padding-left: 6%;
	padding-right: 6%;
}

.social-footer{
	float: right;
}

.social-footer a{
	margin-left: 5px;
	margin-right: 5px;
}

.social-footer img:hover{
	transform: scale(1.12, 1.12);
}

@media screen and (max-width: 480px){
	.bottom-wrapper{
	padding-left: 0;
	padding-right: 0;
}
}
