html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;

    /* Center and scale the image nicely */
    height: 100%;
    font-size: 16px;
    margin:0;
    padding: 0;
}
#main-wrapper {

    min-height: 100%;
    margin: 0;
    padding: 0;
}
.bg-cover{
    background: url("../images/bg/adam-birkett-182276-unsplash.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-1 {
    background-image: url("../images/bg/adam-birkett-182276-unsplash.jpg");
}

.bg-2 {
    background-image: url("../images/bg/alex-siale-95113-unsplash.jpg");
}

.bg-3 {
    background-image: url("../images/bg/capturing-the-human-heart-528371-unsplash.jpg");
}

.bg-4 {
    background-image: url("../images/bg/ian-608005-unsplash.jpg");
}

.bg-5 {
    background-image: url("../images/bg/mariusz-prusaczyk-185174-unsplash.jpg");
}

.bg-6 {
    background-image: url("../images/bg/mariusz-prusaczyk-185181-unsplash.jpg");
}

.bg-7 {
    background-image: url("../images/bg/mohit-kumar-626296-unsplash.jpg");
}

.bg-8 {
    background-image: url("../images/bg/ryan-searle-397209-unsplash.jpg");
}

.bg-9 {
    background-image: url("../images/bg/serkan-turk-392303-unsplash.jpg");
}

.bg-10 {
    background-image: url("../images/bg/nasa-43569-unsplash.jpg");
}

.bg-11 {
    background-image: url("../images/bg/tim-gouw-215713-unsplash.jpg");
}
.bg-pattern {
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
    background: url("../images/bg/ae-pattern.jpg") repeat;

}

.tag-line {
    color: #2F97BF;
    padding: 0 4px;
}

#header {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

#header h1 {
    font-weight: bold;
    font-size: 48px;
    color: #2F97BF;
    padding: 0;
    margin: 0 4px;
    line-height: 48px;
}

#header h1 a {
    text-decoration: none;
    color: #2F97BF;
}

#header h1 a:hover {
    color: #2F97BF;
}

.g-banner {
    height: 600px;
    border: 1px solid transparent;
    position: relative;
}

div.restrain {
    width: 728px;
    padding: 30px 0 0 0;
    margin: 0 auto;
    border: 1px solid transparent;
}

div.g-top-banner {
    width: 728px;
    margin: 10px 0;
    max-height: 90px;
}

.clear {
    clear: both;
}

#content {
    color: #777;
}

#fullpage {
    padding: 15px;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

div.info {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f7f7f7;
    margin: 10px auto;
    color: #777;
    background: #ffffff;
}

.share {
    margin: 0;
    padding: 0;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}

em {
    padding: 10px 0 0 0;
    display: block;
    font-size: 11px;
    color: #999;
    bottom: 10px;
    position: absolute;
    line-height: 14px;
}

a.btn, button.btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #333333 !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *margin-left: .3em;

}


a.primary, button.primary, select#type {

    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00709C;
    *background-color: #00709C;
    background-image: -moz-linear-gradient(top, #2F97BF, #00709C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2F97BF), to(#00709C));
    background-image: -webkit-linear-gradient(top, #2F97BF, #00709C);
    background-image: -o-linear-gradient(top, #2F97BF, #00709C);
    background-image: linear-gradient(to bottom, #2F97BF, #00709C);
    background-repeat: repeat-x;
    border-color: #00709C;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F97BF', endColorstr='#00709C', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}

a.large, button.large {
    padding: 9px 20px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.no-margin-left {
    margin-left: 0 !important;
}

#like_fb {
    position: absolute;
    bottom: 0;
    left: 131px;
    height: 25px;
}

#like_fb span {
    position: absolute;
    left: -125px;
    bottom: 9px;
    font-size: 12px;
}

#like_fb div {
    bottom: 10px;
    color: #333333;
    display: inline;
    font-size: 11px;
}

input, select, textarea {
    color: #777;
    border: 1px solid #EAEAEA;
    font-family: arial, sans-serif;
}

select#type {
    color: #2F97BF;
    border-radius: 4px;
    padding: 4px 10px 4px;
    font-size: 13px;
}

a.back {
    padding-left: 18px;
    background: url('../images/back.png') no-repeat left;
}

a.back {
    margin: 0 4px;
    color: #2F97BF;
}

a.back:hover {
    color: #444;
}

.to-top {
    float: none;
    top: -5px;
    left: 555px
}

#files {
    padding: 0;
    color: #000;
    word-wrap: break-word;
}

#files p {
}

#files a {
    margin: 0 4px;
    color: #2F97BF;
}

#files a:hover {
    color: #444;
}

.info a {
    color: #2F97BF;
}
.info a:visited {
    color: #2F97BF;
}

.info a:hover {
    color: #444;
}


#files a.map {
    padding-left: 18px;
    background: url('../images/maps.png') no-repeat left;
}

#files a.track_stats {
    padding-left: 18px;
    background: url('../images/graph.png') no-repeat left;
}

#files a.back {
    padding-left: 18px;
    background: url('../images/back.png') no-repeat left;
}

#files a.download {
    padding-left: 18px;
    background: url('../images/download.png') no-repeat left;
}

#files a.zip {
    padding-left: 18px;
    background: url('../images/archive.png') no-repeat left;
}

#show_stats a.track_stats {
    margin: 0 4px;
}

div.share_link {
    padding: 0;
    margin: 0 auto;
}

div.share_link input {
    margin: 2px;
    width: 100%;
    display: block;
    padding: 6px 0 6px 6px;
    font-size: 13px;
    border: 1px solid #fafafa;
    box-sizing: border-box;
}

div.share_link label {
    color: #000;
    padding: 5px;
    margin-right: 10px;

}

#files h1 {
    margin: 0 0 10px 0;
}

#show_stats {
    padding: 0 0 20px 0;
    position: relative;
}

#show_stats a {
    margin: 0;
}

img {
    vertical-align: top;
}

.error {
    color: #000;
    margin: 0 0 5px 0;
    padding: 10px;
    border-radius: 6px;
    background-color: #FFE3E3;
    border: 1px solid #E38282;
}

.notification {
    color: #777;
    margin: 10px 0;
}

.success {
    color: #000;
    margin: 0 0 5px 0;
    padding: 10px;
    border-radius: 6px;
    background-color: #D8F8CB;
    border: 1px solid #B8DFA8;
}

.name {
    font-weight: bold;
    line-height: 16px;
}

form.report {
    clear: both;
    padding: 8px;
    border-radius: 4px;
}

form.report p {
    padding: 0;
    margin: 10px 0;
}

form.report textarea {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

form.keep {

    vertical-align: middle;
    margin: 5px 0;
    padding: 3px 10px;
    background: rgb(238, 241, 241);
    border-radius: 4px;
    border: 1px solid #ccc;

}

form.keep .buttons {
    box-shadow: 0 0 0 #999;
}

form.keep label {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #00709C;
}

form.keep input {
    margin: 2px 3px 0;
    padding: 0 4px;
    height: 27px;
    width: 190px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
}

div.info-convert {
    background: transparent;
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0;
    color: #000;
    line-height: 21px;
}

div.info-convert a {
    margin: 0;
    color: #2F97BF;
}

div.info-convert a:hover {
    color: #444;
}

.comment p.tab {
    padding-left: 20px;
}

.comment p.tab em {
    position: relative;
}

table.stats {
    width: 100%;
    margin: 10px auto 25px auto;
    background-color: #EFF8FF;
    border: 1px solid #777777;
    border-radius: 4px;
    color: #333333;

}

table.stats tr td {
    padding: 2px 5px 5px 5px;
    text-align: right;
}

.flotrDiv {
    height: 200px;
    margin: 20px auto 10px auto;
}

table.rowstrip {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    font-size: 13px;
}

table.rowstrip tr {
    background-color: #fefefe;
}

table.rowstrip tr:nth-child(even) {
    background-color: #f7f7f7;
}

.likes-wrapper {
    margin-top: 10px;
    position: relative;
    height: 32px;
}

div.sharebutton, a.sharebutton {
    display: inline-block;
    width: 32px;
    height: 32px;
}

div.sharebutton_a, a.sharebutton_a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.gplus {
    position: relative;
    top: -5px;
    left: -15px;
}


a.sharebutton24 {
    display: block;
    width: 24px;
    height: 24px;
    margin: 2px 0;
}

a.fb {
    background: url('../images/icons8-facebook-50.png') no-repeat;
    background-size: 32px 32px;
}
a.googleplus {
    background: url('../images/icons8-google-plus-squared-50.png') no-repeat;
    background-size: 32px 32px;
}

a.fb24 {
    background: url('../images/facebook_24.png') no-repeat;
}

a.twitter {
    background: url('../images/icons8-twitter-squared-50.png') no-repeat;
    background-size: 32px 32px;
}

a.twitter24 {
    background: url('../images/twitter_24.png') no-repeat;
}

a.delicious {
    background: url('../images/delicious_32.png') no-repeat;
}

a.delicious24 {
    background: url('../images/delicious_24.png') no-repeat;
}

a.digg {
    background: url('../images/digg_32.png') no-repeat;
}

a.digg24 {
    background: url('../images/digg_24.png') no-repeat;
}

a.email {
    background: url('../images/email_32.png') no-repeat;
}

a.google {
    background: url('../images/google_32.png') no-repeat;
}

a.stumbleupon {
    background: url('../images/stumbleupon_32.png') no-repeat;
}

a.linkedin {
    background: url('../images/linkedin_32.png') no-repeat;
}

a.tumblr {
    background: url('../images/tumblr_32.png') no-repeat;
}

.padd {
    padding: 4px;
}

#comments {
    font-size: 13px;
}

h4 {
    padding: 4px;
    margin: 0;
}

#comment_area {
    border-radius: 4px;
}

.comment {
    color: #000;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #EAEAEA;
    word-wrap: break-word;
}

.comment:first-of-type {
    border-top: 1px solid transparent;
}

.comment p.tab {
    padding-left: 20px;

}

#comments input {
    padding: 5px 2px;
}

.right {
    float: right;
    margin-left: 5px;
}

.left {
    float: left;
    margin-right: 5px;
}

.margin-left {
    margin-left: 10px;
}

.left-side {
    float: left;
}

.right-side {
    float: right;
}

.header-col {
    min-height: 50px;
}

.row {
    padding: 0 !important;
    float: right;
    width: 728px;
    margin: 0;
}

.stats {
    text-align: right;
    color: #777;
}

/* tabs */

#tabs {
    height: 50px;
    overflow: hidden;
}

#tabs > ul {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    height: 33px;
}

#tabs > ul > li {
    margin: 0 2px 0 0;
    padding: 4px 10px;
    display: block;
    float: left;
    color: #777;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-bottom: 4px solid transparent;
}

#tabs > ul > li:hover {
    cursor: pointer;
    color: #333;
    border-bottom-color: #2F97BF;
}

#tabs > ul > li.tabActiveHeader {
    cursor: pointer;
    color: #333;
    border-bottom-color: #2F97BF;
}

#tabscontent {
    padding: 10px 0;

}

.form-keep button.primary {
    margin-top: 2px;
}

.text-container {
    margin-top: 20px;
}

.keep {
    margin-top: 2px;
}

.logo-site {
    width: 37px;height: 37px;margin-top: 3px;margin-right: 4px;
}