
/*
===========================================================================
    Normalize css
===========================================================================
*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/*
===========================================================================
    WordPress Core
===========================================================================
*/

.entry-content img {
    margin: 0 0 1.5em 0;
    }
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    }
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    }
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    }
.alignnone, img.alignnone {
    /* not sure about this one */
    }
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    }
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
    }
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
    }
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
    }
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
    }
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
    }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.screen-reader-text {}
.commentlist .bypostauthor {}

/*
===========================================================================
	Styles for 404 page. Uncomment the code in the file 404.php
===========================================================================
*/


.wrapper_not_found {
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #919191;
    background-color: #232323;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
.clear {
    display: inline-block;
    clear: both;
}
a {
    outline: none;
    text-decoration: none;
}
div.wrapper_not_found {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.wrapper_not_found {
    color: #979797;
    background-color: #FFFFFF;
}
.wrapper_not_found a {
    color: #FF9900;
    background-color: #FFFFFF;
}


#container_not_found {
    display: block;
    width: 960px;
    margin: 0 auto;
}
#container_not_found {
    padding: 30px 0;
}
#container_not_found a {
    background-color: transparent;
}
#section_notfound {
    display: block;
    width: 100%;
    padding: 150px 0;
    line-height: 1.6em;
    text-align: center;
}
#section_notfound .hgroup {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
#section_notfound .hgroup h1,
#section_notfound .hgroup h2 {
    margin: 0px 20px;
    padding: 0;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
#section_notfound .hgroup h1 {
    font-size: 200px;
}
#section_notfound .hgroup h2 {
    font-size: 60px;
}
#section_notfound .hgroup h2 span {
    display: block;
    font-size: 30px;
}
#section_notfound p {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 16px;
}
#section_notfound p:first-child {
    margin-top: 0;
}


/*
=======================================================
    Style media
=======================================================
*/

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 991px) {
    #container_not_found{
        width: 100%;
    }
    #section_notfound .hgroup {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
   
}
@media screen and (max-width: 560px) {
    #section_notfound {
        padding: 75px 0;
    }
    #section_notfound .hgroup h1 {
        font-size: 150px;
    }
}
@media screen and (max-width: 480px) {
    #section_notfound {
        padding: 0px 0;
    }
    #section_notfound .hgroup h2 {
        font-size: 52px;
    }
    #section_notfound .hgroup h2 span {
        font-size: 26px;
    }
}


