@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Open+Sans);

html,
body {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    background: url(striped_bg.jpg) 0 0 repeat;
    background: #ededed;
    overflow-y: auto;
}

@media (max-width: 960px) {
    table tbody tr td p strong span {
        font-size: 18px !important;
    }

    span {
        font-size: 20px !important;
    }
}

#page {
    position: relative;
    min-height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#1a000000', GradientType=0);
    /* IE6-9 */
    background: url(striped_bg.jpg) 0 0 repeat;
}

.clearer {
    clear: both;
}

.center {
    width: 960px;
    margin: 0px auto;
}

@media (max-width: 960px) {
    .center {
        padding: 0 15px;
        width: calc(100% - 30px);
        margin: 0px;
    }

    .center a {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .center.wf {
        padding: 0 !important;
        width: 100% !important;
    }
}

a {
    border: none;
    color: #555;
}

a,
img {
    border: none;
}

#container {
    padding-bottom: 60px;
}

#header {
    width: 100%;
    height: 62px;
    background: rgb(204, 204, 204);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 204, 204, 1)), color-stop(100%, rgba(188, 188, 188, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* IE10+ */
    background: linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#bcbcbc', GradientType=0);
    /* IE6-9 */
    padding-top: 10px;
    border-bottom: 1px solid #adadad;
    margin-bottom: 45px;
}

@media (max-width: 960px) {
    #header {
        padding: 25px 15px;
        height: 100px !important;
        margin-bottom: 160px;
        width: calc(100% - 30px);
    }
}

#header_content {
    width: 960px;
    margin: 0px auto;
}

@media (max-width: 960px) {
    #header_content {
        width: 100%;
    }
}

#header #logo {
    float: left;
}

@media (max-width: 960px) {
    #header #logo {
		float: none;
		margin-bottom: 15px;
    }
}

#header h1 {
    font-family: 'Oswald', sans-serif;
    float: right;
    padding: 0px;
    margin: 0px;
    color: #555;
    line-height: 40px;
    text-shadow: 1px 1px 1px #ededed;
    font-size: 28px;
}

@media (max-width: 960px) {
    #header h1 {
        float: none;
        font-size: 18px;
        width: 100%;
        white-space: normal;
        line-height: 20px;
    }
}

.ccont {
    width: 930px;
    margin: 0px auto;
    padding: 10px 15px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: rgb(247, 247, 247);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* IE10+ */
    background: linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 960px) {
    .ccont {
        width: calc(100% - 35px) !important;
        font-size: 20px;
    }
}

.tt_columns {
    width: 960px;
    margin: 0px auto;
}

@media only screen and (max-width: 960px) {
    .tt_columns {
        width: 100%;
    }
}

.tt_columns .left {
    float: left;
    width: 640px;

}

@media only screen and (max-width: 960px) {
    .tt_columns .left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}

.tt_columns .right {
    float: left;
    width: 320px;
}

@media only screen and (max-width: 960px) {
    .tt_columns .right {
        width: 100%;
        float: none;
    }

    .tt_columns a {
        display: inline-block !important;
    }
}

.content {
    padding: 0px 15px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #fefefe;
    background-color: #1b325e;
    background-image: url(dopeless_rotate_bg.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 960px) {
    .content {
        font-size: 20px;
    }
}


.content ul {
    list-style-type: none;
    padding-left: 0;
}

.content ul li {
    background: url(plus.png) 0 3px no-repeat;
    list-style-type: none;
    margin-left: 10px;
    padding-left: 25px;
}

h2 {
    width: 960px;
    font-family: 'Oswald', sans-serif;
    margin: 15px auto;
    color: #555;
    text-shadow: 1px 1px 1px #ededed;
    font-size: 24px;
}

@media (max-width: 960px) {
    h2 {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
}

#dopeless_gallery {
    width: 960px;
    margin: 0px auto;
}

.gallery_block {
    width: 202px;
    margin-right: 15px;
    float: left;
}

.gallery_block h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    color: #555;
    text-shadow: 1px 1px 1px #ededed;
    font-size: 16px;
    margin-bottom: 5px;
}

#dopeless_gallery a {
    width: 182px;
    height: 142px;
    background: #ededed;
    border: 1px solid #ccc;
    padding: 10px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#dopeless_gallery a img {
    width: 180px;
    height: 140px;
    border: 1px solid #ccc;
}

#navbar {
    width: 100% !important;
    position: fixed;
    height: 50px;
    z-index: 10000;
    top: 72px;
}

@media (max-width: 960px) {
    #navbar {
        padding: 15px;
        height: 130px !important;
        top: 150px !important;
		width: calc(100% - 30px) !important;
		overflow: hidden;
    }

    #navbar.active {
        top: 0 !important;
        display: none;
    }
}

#navbar.active {
    background: #ccc;
    border-bottom: 1px solid #aaa;
    top: 0;
}

#navigation {
    width: 960px;
    margin: 0px auto;
}

@media (max-width: 960px) {
    #navigation {
        width: 100% !important;
    }
}

#tut_nav {
    position: relative;
    width: 960px;
    margin: 0px auto;
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
    float: left;
}

@media (max-width: 960px) {
    #tut_nav {
        float: none;
        width: 100% !important;
    }
}

#tut_nav li {
    display: inline;
}

#tut_nav li a {
    display: block;
    float: left;
    padding: 0px 5px;
    font-size: 16px;
    color: #343434;
    font-weight: 500;
    text-shadow: 1px 1px 0px #efefef;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    background: #ddd;
    margin-right: 10px;

}

@media (max-width: 960px) {
    #tut_nav li {
		margin-right: 15px;
        display: inline-block;
    }
}

@media (max-width: 960px) {
    #tut_nav li a {
        display: inline-block;
        float: none;
        clear: both;
        font-size: 21px !important;
		padding: 5px;
        margin-bottom: 30px;
    }
}

#tut_nav li.last a {}

#tut_nav li a.top {
    display: none;
}

span.top,
span.download {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}

span.top {
    background: url(top_arrow.png) 0 0 no-repeat;
}

span.download {
    background: url(floppy.png) 0 0 no-repeat;
}

#tut_nav li a:hover {
    color: #333;
    background: rgb(247, 247, 247);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* IE10+ */
    background: linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */

}

#footer {
    position: absolute;
    width: 100%;
    height: 40px;
    background-position: 0 0;
    background-repeat: repeat;
    bottom: 0px;
    border-top: 1px solid #adadad;
    background: rgb(204, 204, 204);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 204, 204, 1)), color-stop(100%, rgba(188, 188, 188, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* IE10+ */
    background: linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#bcbcbc', GradientType=0);
    /* IE6-9 */
}

#footer .center {
    text-align: right;
    line-height: 40px;
    text-shadow: 0px 0px 1px #ededed;
    font-size: 14px;
}

@media only screen and (max-width: 960px) {
    #footer .center {
        font-size: 20px !important;
    }

    #footer li {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}

.ts_holder {
    float: left;
    border: 3px solid #ccc;
    margin-right: 5px;
}

@media only screen and (max-width: 960px) {
    .ts_holder {
        float: none !important;
        clear: both;
        border: none;
        margin-bottom: 20px;
    }
}

#download {
    width: 292px;
    height: 116px;
    display: block;
    background: url(download.png) 0 0 repeat;
    margin-left: 15px;
    margin-top: -14px;
}

#buy {
    width: 292px;
    height: 116px;
    display: block;
    background: url(buy.png) 0 0 repeat;
    margin-left: 15px;
}

#social {
    margin-top: 15px;
    margin-left: 23px;
    height: 0px;
    max-height: 120px;
}

.banner {
    display: block;
    width: 950px;
    height: 232px;
    background: url(dopeless_hotspots_banner.jpg) 0 0 repeat;
    margin-top: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (max-width: 960px) {
    .banner {
        width: 100% !important;
        background-size: cover;
        background-position: center;
        display: none !important;
    }
}

.btn {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    background: #ccc;
    margin: 5px;
}

.authorship {
    width: 960px;
    margin: 15px auto;
    text-align: right;
}

@media only screen and (max-width: 960px) {
    .authorship {
        padding: 15px;
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 960px) {
    table {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 960px) {
    .hltext {
        font-size: 20px !important;
    }
}