@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

body{
    

   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 400;
   width: 100%;
   
    color: #66666a;
    font-size: 13px;
    line-height: 20px;
    background-color: #ebecee;
    padding:0 0 0 0;


    
}

body.page {
    
}

.grid-sizer{

    width: 290px;
}

header{
    background-color: #fff;
    width:100%;
    height:60px;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: fixed;

    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);


    
    
    z-index:102;
}

div.tint{

    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index:101;
    background-color: #111118;
    opacity: 0;
    display: none;
    
    
    
}

div.tint-menu{

    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index:101;
    background-color: #111118;
    opacity: 0;
    display: none;
    
    
    
}

div.tags-top{

    left: 183px;
    top: 0;
    position: fixed;
    width:300px; 
    height: 60px;
    z-index:104;
    background-color: #fff;
     display:none;
    
    
}

div.tags{
    background: none repeat scroll 0 0 #fff;
    position: fixed;
    left: 183px;
    top: 60px;
    z-index:103;
    width:300px; 
    padding-top: 15px;
    display:none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

div.tags-top div {
   
}

div.tags div p{
    float:left;
}

div.tags div img {
    float:right;
}

div.tags ul {
    overflow:hidden;
    padding:0 20px 30px 20px;
}

div.tags li {
    float:left;
    color:#aaaaaf;
    margin:8px 10px 0 0;
    line-height: 18px;
    font-size: 12px;
}

div.tags li.selected {
    color:#22222a;
}


div.tags p {
    color:#fff;
}

div.tags li,
div.tags div p,
div.tags div img {
    cursor:pointer;
}

.tag-title{

    color: #66666a;
    font-size: 13px;
    margin-left: 20px;
    width: 160px;
    line-height: 60px;
    float: left;
}

#content {
    
    max-width: 1244px;
    margin: 0 auto;
    min-height:500px;
    margin-top: 100px;
    margin-bottom: 120px;
    

}




#content-info {
    
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 30px;
    height: 20px;

}

.content-info-left {
    
    color: #99999a;
    float: left;
}

.inline-list{
    
    display: inline;
    margin-right: 15px;
    float: left;
    
}

.short-list{

    display: block;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.darker{

    color: #66666a;
}
.content-info-left a{
    
    color: #99999a;

}

.content-info-left a:hover{
    
    color: #66666a;

}


#container {

    clear: all;
    margin-left: 10px;
    margin-right: 10px;


}


.categories {
    padding-left:61px;
    width:1200px;
    background:transparent url(/images/bg_line.png) repeat 61px 0;
    background
    position: relative;
}

.page-details{

    margin-top: 150px;
    margin-bottom: 30px;
}

html, body, header, #content {
    /*overflow-x:hidden !important;*/
}


/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	html, body, header, #content {
        overflow:auto;
    }
}


/* Header */


header .tools-left {
    float:left;
}

header .tools-right {
    float:right;
}



#logo{

    width:60px;
    height:60px;
    border-right:1px solid #efeff1;
    display:block;

}

#logo a{
    background:#fff url(/images/icons/nav-logo.svg) no-repeat 0 0;
    width:60px;
    height:60px;
    display:block;
    
}

.page #logo a {
    opacity:1;
}



.page #logo {
   width:60px;
}

#menu{

    background:#fff url(/images/icons/nav-menu.svg) no-repeat 0 0;
    background-size: 120px 60px;
    width:60px;
    height:60px;
    border-left:1px solid #efeff1;
    display:block;

}

#menu-active{

    background:#fff url(/images/icons/nav-menu.svg) no-repeat -60px 0;
    background-size: 120px 60px;
    width:60px;
    height:61px;
    border-left:1px solid #efeff1;
    display:block;
    z-index: 106;
    position: fixed;
    top: 0;
    right: 0;
    display: none;

}


#menu-container{

    position: fixed;
    width:182px;
    background: #fff;
    display:block;
    top:60px;
    right:0;
    z-index: 104;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    display: none;

}

#menu-top-keyline{

    position: absolute;
    width:122px;
    height:1px;
    background: #efeff1;
    display:block;
    top:0;
    left:0;

}

.menu-nav{

    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    color: #66666a;
    font-size: 13px;
    line-height: 30px;

}



#menu:hover{
    background:#fff url(/images/icons/nav-menu.svg) no-repeat -60px 0;
    background-size: 120px 60px;
    cursor: pointer;
}

#menu-active:hover{
    cursor: pointer;
}

#cat{

    width:142px;
    height:60px;
    border-right:1px solid #efeff1;
    display:block;
    line-height: 60px;
    margin-left: 20px;
    background:#fff url(/images/icons/nav-cat.svg) no-repeat 0px 0;
    background-size: 142px 120px;

}



#cat:hover{

    cursor: pointer;
    background:#fff url(/images/icons/nav-cat.svg) no-repeat 0px -60px;
    background-size: 142px 120px;

}

#cat-active:hover{

    cursor: pointer;

}

#cat-active{

    width:142px;
    height:61px;
    background-color: #fff;
    line-height: 60px;
    margin-left: 20px;
    position: fixed;
    display:none;
    top: 0;
    left: 484px;
    z-index: 106;

    background:#fff url(/images/icons/nav-cat.svg) no-repeat 0px -60px;
    background-size: 142px 120px;

}

#cat-container{

    position: fixed;
    width:162px;
    background: #fff;
    display:none;
    top:60px;
    left:484px;
    z-index: 104;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;

}

#cat-top-keyline{

    position: absolute;
    width:122px;
    height:1px;
    background: #efeff1;
    display:block;
    top:60px;
    left:0px;

}

.cat-nav{

    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    color: #66666a;
    font-size: 13px;
    line-height: 30px;

}

.cat-nav a:hover{

    border-bottom:1px solid #dddddf;

}

.show{

    display: block!important;
    opacity: 0;
    -webkit-animation: fadeIn 0.2s forwards; /* Safari and Chrome */
    -moz-animation: fadeIn 0.2s forwards; /* Firefox */
    -ms-animation: fadeIn 0.2s forwards; /* Internet Explorer */
    -o-animation: fadeIn 0.2s forwards; /* Opera */
    animation: fadeIn 0.2s forwards;
    
}

.show-tint{

    display: block!important;
    opacity: 0;
    -webkit-animation: tintIn 0.2s forwards; /* Safari and Chrome */
    -moz-animation: tintIn 0.2s forwards; /* Firefox */
    -ms-animation: tintIn 0.2s forwards; /* Internet Explorer */
    -o-animation: tintIn 0.2s forwards; /* Opera */
    animation: tintIn 0.2s forwards;
    
}



#fave{

    
    width:60px;
    height:60px;
    border-right:1px solid #efeff1;
    display:block;
    

}

#fave a{
    
    background:url(/images/icons/nav-fav.svg) no-repeat 0 0;
    background-size: 120px 60px;
    width:60px;
    height:60px;
    display:block;
}

#fave .active{
     background:url(/images/icons/nav-fav.svg) no-repeat -60px 0;
     background-size: 120px 60px;
}

#fave :hover{
    background:url(/images/icons/nav-fav.svg) no-repeat -60px 0;
    background-size: 120px 60px;
}

#tags{

    background:url(/images/icons/nav-tag.svg) no-repeat 0 0;
    background-size: 120px 60px;
    width:60px;
    height:60px;
    border-right:1px solid #efeff1;
    display:block;

}

#tags:hover{

    background:url(/images/icons/nav-tag.svg) no-repeat -60px 0;
    background-size: 120px 60px;
    cursor: pointer;

}

#tags-active{

    background: #fff url(/images/icons/nav-tag.svg) no-repeat -60px 0;
    background-size: 120px 60px;
    width:60px;
    height:60px;
    z-index: 106;
    position: fixed;
    top: 0;
    left: 122px;
    display: none;
    

}

#tags-active:hover{

    cursor: pointer;

}




#search {
    height:60px;
    width:300px;
    background-color: #fff;
    border-right:1px solid #efeff1;
}

#search input {
    height:60px;
    width:215px;
    background-color: #fff;
    border:none;
    padding:0;
    float:left;
    color: #66666a;
    font-size: 13px;
    padding-left:25px;
}

#search input[type="submit"] {
    height:60px;
    width:60px;
    background:#fff url(/images/icons/nav-search.svg) no-repeat 0 0;
    background-size: 120px 60px;
    padding:0;
    cursor: pointer;

}

#search input[type="submit"]:hover{
    background-color: #ffcc00;
    background:#fff url(/images/icons/nav-search.svg) no-repeat -60px 0;
    background-size: 120px 60px;
}

#search.active input#submit {

    background:url(/images/icons/nav-search.svg) no-repeat -60px 0;
    background-size: 120px 60px;
}

.tags-top input#submit_tags {
    height:60px;
    width:60px;
    background:url(/images/icons/nav-search.svg) no-repeat 0 0;
    background-size: 120px 60px;
   
    padding:0;
    border:none;
    float: right;
    cursor: pointer;
}

.tags-top input#submit_tags:hover {
    
    background:url(/images/icons/nav-search.svg) no-repeat -60px 0;
    background-size: 120px 60px;
   
}

.tags-top #clear_tags {
    height:60px;
    width:60px;
    background:url(/images/icons/nav-search.svg) no-repeat 0 0;
    background-size: 120px 60px;
    float: left;
    cursor: pointer;
}

#user {
    
    padding:0 0 0 20px;
}

#user p {
   line-height:60px;
}

#user a {
   color:#88888a;
   text-decoration: none;
}

#user a:hover {
    color:#333338;
}

a {
    color: #66666a;
    text-decoration: none;
    margin: 0;
}

a:hover {
    color: #222228;
    text-decoration: none;
}


h2 {
    font-size:18px;
    margin-bottom:0;
    color:#333;
}



.categories {
    float:left;
    clear:both;
}

.category {
    padding:97px 24px 16px 25px;
    margin-bottom:45px;
}

.c01 {
    /*border-left: 1px dashed #D5D5D5;*/
}

.fixed {
    position: fixed;
}

.categories .links .pad{
    margin-top:55px;
}

.count {
    
    position: absolute;
    margin-left: 23px;
    top: -50px;
    color:#88888a;
    
}

.link {
    /*border-bottom: 1px solid #ccc;*/
    position: relative;
    width: 290px;

    float: left;
    padding-bottom: 10px;
    margin:8px 8px 8px 8px;
    background-color: #fff;
    
}

.no-link {
    /*border-bottom: 1px solid #ccc;*/
    
    float: left;
    padding-bottom: 10px;
    margin:8px 8px 8px 22px;
    color: #fff;
    font-size: 88px;
    font-weight: 600;
    line-height: 80px;
    
}

.grid li {
    
    opacity: 0;
    display: block;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
}

.link img {
    width: 290px;
    height: 190px;
    vertical-align: middle;
}

.date-block{

   
   height: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    
    float:left;
}

.fav-block{

    width:40px;
    height: 20px;
    margin-top: 23px;
    margin-bottom: 15px;

    float:right;
    
}

.link-block{

    width:290px;
    margin-top: 15px;
    margin-bottom: 20px;
    clear: both;


}

.tag-block{

    width:290px;
    margin-top: 15px;
    line-height: 


}

#tag-top-keyline{

    position: absolute;
    width:260px;
    height:1px;
    background: #efeff1;
    display:block;
    top:0px;
    left:20px;

}


.link p.date {
    
    color:#aaaaaf;
    font-size: 12px;
    margin-left: 20px;
    line-height: 20px;

    
}

.link p.description {
    color: #66666a;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 30px;
    margin-bottom: 25px;
    line-height: 20px;
}

.link p.link_tags {
    color: #aaaaaf;
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 20px;
    line-height: 18px;
}

.link p.link_tags a {
    color: #aaaaaf;
}

.link p.link_tags a:hover {
    color: #66666a;
    text-decoration: none;
}

.link p.dash {
    color: #ccc;
}

.link h3 {
    
    color: #222228;
    font-size: 16px;
    line-height: 22px;
    margin-left: 20px;
    margin-bottom:10px;
    font-weight: 400;
}

.link h3 a {
    
    text-decoration: none;
    color: #222228;

    
}

.menu-nav a:hover,
.link h3 a:hover {
    border-bottom:1px solid #dddddf;
}

.link p {
    
}

.link h3 {
    padding-right:38px;
}

#pagination {
    clear:both;
}

.shift {
    height:100%;
    width:61px;
    position:absolute;
    top:0;
    /*background:#eaeaea url(/images/bg.png) repeat-x;*/
    z-index:40;
    background: url("/images/bg_left.png") repeat-x scroll 0 0 #FFFFFF;
}

a.nav {
    display:block;
    width:50px;
    height:46px;
    position:fixed;
    top:194px;  
    clear:both;
    z-index:50;
}

#left {
    left: 0;
    width:62px;
}

a.nav.left {
    background: #000 url(/images/left.png) no-repeat;
    left:0;
}

a.nav.left:hover{
    background: #000 url(/images/left.png) no-repeat -50px 0;
}

#right {
    right: 0;
    background: url("/images/bg_right.png") no-repeat scroll 0 0 #FFFFFF;
}

a.nav.right {
    background: #000 url(/images/right.png) no-repeat;
    right:0 !important;
}

a.nav.right:hover{
    background: #000 url(/images/right.png) no-repeat -50px 0;
}



/* General Page Layout */
#wrapper {
    padding:97px 0 0 61px;
}

h1 {
    color: #222228;
    font-size: 22px;
}

h1 span {
    color: #A0A0A0;
    font-size:12px;
}

#wrapper p {
    margin-left:25px;
    margin-bottom:40px;
    
}

.col {
    float:left;
    margin-right:40px;
    width:260px;
}

 .col p{
    margin-bottom:18px;
}

#wrapper .col a {
    color: #000;
    text-decoration: none;
}

#wrapper .col a:hover {
    border-bottom:1px solid #d8d9d5;
}

#wrapper table {
    width:900px;
    clear: both;
}

#wrapper td {
    background-color: #f1f2ed;
    border-bottom:1px solid #fff;
    padding:0 25px 0 25px;
    line-height:46px;
    width:250px;
}

#wrapper td.error {
    background-color: #fff;
    color:#ed491c;
    border-left:1px solid #f1f2ed;
    vertical-align:middle;
}

#wrapper td.no_padding {
    padding:0;
}

#login-page-content{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 516px;
    height: 370px;
    margin-left: -298px;
    margin-top: -165px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;

}

#forgot-page-content{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 516px;
    height: 290px;
    margin-left: -298px;
    margin-top: -125px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;

}

#about-page-content{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 516px;
    height: 370px;
    margin-left: -298px;
    margin-top: -165px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;

}

.copyright{

    font-size: 11px;
    color: #aaaaaf;
    margin-top: 15px;
}

.about-links-line{
    margin-top: 20px;
    line-height: 40px;
}
.about-bottom-links{

    color: #222228;
    margin-right: 15px;
}

.about-bottom-links:hover{

    margin-right: 15px;
    border-bottom:1px solid #dddddf;
}

.about-links{

    color: #222228;
}

.about-links:hover{

    border-bottom:1px solid #dddddf;
}

#register-page-content{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 516px;
    height: 530px;
    margin-left: -298px;
    margin-top: -240px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;

}

#suggest-page-content{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 516px;
    height: 530px;
    margin-left: -298px;
    margin-top: -240px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;

}

#particles-js{

    width: 100%;
    height: 100%;
}

canvas{
    display:block;
    vertical-align:bottom;
}

#particles-js{
  height:100%;
  background:#ebecee;
}

.form-container {
    
    width: 100%;
}

.page-headline {
    
    margin-top: 50px;
    margin-bottom: 15px;   

}

.page-copy {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.about{

    margin-top: 23px;
    color: #66666a;
}


.form-container input,
 
 textarea {
    
    font-size:13px;
    color:#66666a;
    border:none;
    background-color:#f7f7f8;
    width: 486px;
    height: 45px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.form-container textarea {
    height: 105px;
    line-height: 20px;
    padding-top: 15px;
    resize: none;
}


.form-container .button {
    background-color:#fdc02f;
    color: #fff;
    letter-spacing: 2px;
    font-size: 10px;
    width: 150px;
    height: 45px;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    text-indent: 0px;
    -webkit-appearance: none;
}


.form-content {

    float: left;
    width: 100%;
    height: 45px;
    cursor: pointer;
}

.form-label {

    font-size: 12px;
    color: #cccccf;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
}

.form-error {

    font-size: 12px;
    color: #fdc02f;
    margin-top: 10px;
    margin-bottom: 5px;
    float: right;
}

.form-label {

    font-size: 12px;
    color: #99999a;
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
}

.form-container .checkbox {
    float:left;
    width: 15px;
    margin-top:20px;
    margin-left: 20px;
    margin-right: 10px;
    
     
}

input[type=checkbox] {
    visibility: hidden;
}

.checkbox-css {
    width: 20px;
    margin: 33px 15px;
    margin-left: 20px;
    position: relative;
    float: left;
}

.checkbox-css label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #f7f7f8;
    float: left;
}


.checkbox-css label:after {
    opacity: 0.0;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f7f7f8 url(/images/icons/input-tick.svg) no-repeat 0px 0px;

}


/**
 * Create the hover event of the tick
 */
.checkbox-css label:hover::after {
    opacity: 0.3;
}

/**
 * Create the checkbox state for the tick
 */
.checkbox-css input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.form-intro-text {

    font-size: 12px;
    color: #99999a;
    margin-top: 0px;
}

.form-text {

    font-size: 12px;
    color: #99999a;
    margin-top: 20px;
    margin-right: 25px;
    float: left;
    line-height: 45px;
}

.form-label-text {

    font-size: 12px;
    color: #99999a;
    margin-top: 20px;
    margin-right: 25px;
    float: left;
    line-height: 45px;
}

.form-text a{

    color: #99999a;

}

.form-text a:hover{

    color: #66666a;

}



.page-num{

    line-height:60px;
    margin-right: 20px;
}


#footer_nav {
    
    margin-left: 18px;
     margin-right: 18px;
    margin-bottom: 20px;
    margin-top: 60px;
    padding-top: 30px;
    height: 20px;
    border-top: 1px solid #ddd;
    line-height: 60px;
    color: #aaaaaf;
}

#footer_nav a{
    color: #aaaaaf;
}

#footer_nav a:hover{
    color: #66666a;
}

.footer-copyright{

    float: left;
}

.footer-copyright a{

    color: #aaaaaf;
}

.footer-copyright a:hover{

    color: #99999a;
}

#pagination-block-footer{

    display: none;
}

#pagination{
    
    height:60px;
    display: block;
    padding:0;
    overflow:hidden;
    float:left;
}

#navigation {
    clear:left;
    float: left;
    width:900px;
    height: 46px;
    /*overflow: hidden;*/
    margin-top:46px;
}

#navigation li {
    width:274px;
    float:left;
    border-left:1px solid #d8d9d5;
    padding:0 0 0 25px;
}

#navigation a {
    color: #A0A0A0;
    text-decoration: none;
}

#navigation a:hover {
    color: #000;
}

#pagination {


}

#pagination a,
#pagination strong,
#pagination li,
#pagination span {
    color:#66666a;
    display:block;
    line-height:60px;
    height:60px;
    float:left;
    text-decoration:none;
    opacity:1;
}


#pagination li.number,
#pagination li.first,
#pagination li.last {
    display:none;
}

#pagination li.next a,
#pagination li.prev a,
#pagination li.current a,
#pagination li.current,
#pagination li.current strong,
#pagination li span {
    

}

#pagination li.current strong{

    
    text-align: right;
}

#pagination li.next{

    width:60px;
    text-align:center;
    border-left:1px solid #efeff1;
    background: #fff url(/images/icons/nav-right.svg) no-repeat 0px 0px;
    background-size: 180px 60px;
}

#pagination li.next a{

    width:60px;
    background: #fff url(/images/icons/nav-right.svg) no-repeat -60px 0px;
    background-size: 180px 60px;
}

#pagination li.next a:hover{

    width:60px;
    background: #fff url(/images/icons/nav-right.svg) no-repeat -120px 0px;
    background-size: 180px 60px;
}


#pagination li.prev{

    width:60px;
    text-align:center;
    border-left:1px solid #efeff1;
    background: #fff url(/images/icons/nav-left.svg) no-repeat 0px 0px;
    background-size: 180px 60px;
}

#pagination li.prev a{

    width:60px;
    background: #fff url(/images/icons/nav-left.svg) no-repeat -60px 0px;
    background-size: 180px 60px;
}


#pagination li.prev a:hover{

    width:60px;
    background: #fff url(/images/icons/nav-left.svg) no-repeat -120px 0px;
    background-size: 180px 60px;
}





#pagination li.current {
    text-align: right;
    color:#66666a;
    display:none;
    line-height:60px;
    
    height:60px;
    margin-right: 20px;
    text-decoration:none;
}

#pagination strong {
    opacity:1;
}

#pagination li.number {
    
    text-align: right;
}

#pagination img {
    float:left;
}

#pagination li.credit,
#pagination .credit a {
    width:60px;
}





.favourite {

    top: 2px;
    left:2px;
    
    display: relative;
    width: 20px;
    overflow: hidden;
}


form.favourite label {
    
    top:-20px;
    left:0px;
    position: relative;
    cursor:pointer;
}

form.favourite input {
    top: 2px;
    left:2px;
    position: relative;
    cursor:pointer;

}

form.favourite label {
    display:block;
    background: transparent url(/images/icons/tile-fav.svg) no-repeat top left;
    background-size: 40px 20px;
    width:20px;
    height:20px;
}

form.favourite label.is_favourite {
    display:block;
    background: transparent url(/images/icons/tile-fav.svg) no-repeat -20px 0px;
    background-size: 40px 20px;
    width:29px;
    height:27px;
}

.link_id {
    opacity:0;
}



form.like {
    width:49px;
    height:27px;
    position:relative;
    float:left;
}

form.like label,
form.like input {
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
}

form.like label {
    display:block;
    background: transparent url(/images/like.png) no-repeat top left;
    width:49px;
    height:27px;
}

form.like label.is_like {
    display:block;
    background: transparent url(/images/like.png) no-repeat -49px 0px;
    width:49px;
    height:27px;
}

.like_link_id {
    opacity:0;
}






#overlay {
    position:fixed; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.2;
    z-index:150;
}

#modal {
    position:fixed;
    top: 50%;
    left: 50%;
    width: 290px;
    height: 140px;
    margin-top: -70px;
    margin-left: -145px;
    background-color:#fff;
    z-index:155;
}

#modal_content {
    padding:60px 20px 40px 20px;
    width:260px;
    color: #99999a;
}


#modal_content a:hover{
    border-bottom:1px solid #dddddf;
}

#close {
    position:absolute;
    opacity:0.4;
    -moz-opacity:0.4;
    filter:alpha(opacity=4);
    background:url(/images/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:20px;
    right:4px;
}
#close:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);
}

#modal .logo {
    background:url(/images/icons/nav-logo.svg) 0 0 no-repeat;
    position:absolute;
    width:60px;
    height:60px;
    display:block;
    top:0px;
    left:0px;
}



.animate {

    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% { }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { }
    100% { opacity: 1; }
}

@-webkit-keyframes tintIn {
    0% { }
    100% { opacity: 0.2; }
}

@keyframes tintIn {
    0% { }
    100% { opacity: 0.2; }
}




@media all and (max-width: 1243px) and (min-width: 1025px) {


    #content {
    
    max-width: 938px;

    }
    

}

@media all and (max-width: 1024px) and (min-width: 938px) {


    #content {
    
    max-width: 938px;

    }

    .grid li {
    
        opacity: 1;

    }

    #particles-js{

        display: none;
    }
    

}


@media all and (max-width: 937px) and (min-width: 768px) {

    #content-info {
        display: none;
    }

    #particles-js{

        display: none;
    }

    .grid li {
    
        opacity: 1;

    }



    #cat-container, #cat-active{
    
     visibility: hidden;
     background-color: #ff6600;
    
    }

    #cat{

        display: none;
    }

    #content {
    
    
    width: 98%;
    margin-top: 70px;

    }

    #container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .link{

        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .link-block{

        width: 100%;
        
    }

    .link img{

        width: 100%;
        height: 100%;
    }

    .img-block{

        width: 100%;

    }
    

}

@media all and (max-width: 767px) and (min-width: 633px) {

    #particles-js{

        display: none;
    }


    #content-info {
        display: none;
    }


    #cat-container, #cat-active{
    
     visibility: hidden;
     background-color: #ff6600;
    
    }

    #cat{

        display: none;
    }


    .grid li {
    
        opacity: 1;

    }

    #pagination-block{  display: none; }
    #user { display: none; }

    #content {
    
    
    width: 98%;
    margin-top: 70px;

    }

    #container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .link{

        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .link-block{

        width: 100%;
        
    }

    .link img{

        width: 100%;
        height: 100%;
    }

    .img-block{

        width: 100%;

    }

    #footer_nav {
    margin-left: 1%;
    margin-right: 1%;
    }

    .footer-copyright{

        display: none;
    }

    #pagination-block-footer{

        display: block;
    }

}
@media all and (max-width: 632px)  {



    #login-page-content,
    #forgot-page-content,
    #about-page-content,
    #register-page-content,
    #suggest-page-content{

        top: 80px;
        
        left: 2%;
        
        width: 86%;
        background-color: #fff;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 30px;
        margin: 0;
        margin-bottom: 10%;
        height: auto;

    }

    .form-container input,
 
        textarea {
    
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .page-headline{

        margin-top: 10%;
    }

    .form-text{

        margin-right: 10px;
        margin-left: 0px;
        clear: both;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        
    }

    .form-label-text{

        margin-right: 10px;
        margin-left: 0px;
        
    }

    .checkbox-css{

        
        margin-bottom: 30px;
        margin-left: 15px;
        margin-top: 32px;
        margin-right: 10px;
        height: 20px;
    }

    .form-container .button {
    background-color:#fdc02f;
    color: #fff;
    letter-spacing: 2px;
    font-size: 10px;
    width: 120px;
    height: 45px;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    text-indent: 0px;
    -webkit-appearance: none;
    }


    #particles-js{

        display: none;
    }

    #content-info {
        display: none;
    }

    #cat-container, #cat-active, #tags-active, .tags-top, .tags{
    
     visibility: hidden;
     background-color: #ff6600;
    
    }

    #cat{

        display: none;
    }

    .grid li {
    
        opacity: 1;

    }

    #pagination-block { display: none;}
    #user { display: none;}
    #tags { display: none;}
    #fave { display: none;}

    #search { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        
       
    }

    #search input {
    height:60px;
    width: 100%;
    
    padding-left: 85px;
    padding-right: 120px;
    }

    #search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 60px;
    overflow: hidden;
    width: 60px;
    height: 60px;

    }

    #menu{

        position: absolute;
        top: 0;
        right: 0;

    }

    .link{

        width: 94%;
        margin-left: 3%;
        margin-right: 3%;

        
    }

    .no-link{

        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        font-size: 66px;
        line-height: 60px;

        
    }

    #container {
        margin-left: 0px;
        margin-right: 0px;
    }

    #content {
    
    margin-top: 70px;

    }

    

    .link-block{

        width: 100%;
        
    }

    .link img{

        width: 100%;
        height: 100%;
    }

    .img-block{

        width: 100%;

    }

    #logo{

        position: absolute;
        z-index: 1000;
    }

    .grid-sizer{

        width: 50%;
    }



    #menu-container{

    position: fixed;
    width:100%;
    background: #fff;
    display:block;
    top:60px;
    left:0;
    z-index: 104;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    display: none;

    }

    #menu-top-keyline{

        position: absolute;
        width:100%;
        height:1px;
        background: #efeff1;
        display:block;
        top:0;
        left:0;

    }

    .menu-nav{

        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 40px;

        color: #66666a;
        font-size: 16px;
        line-height: 45px;

    }

    #footer_nav {
    margin-left: 3%;
    margin-right: 3%;
    }

    .footer-copyright{

        display: none;
    }

    #pagination-block-footer{

        display: block;
    }


}















