/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    /*background: #F1F2F2;;*/

}
body {-webkit-text-size-adjust:100%;}
body {
    font-family: 'sweden_sansregular';
    font-smooth:always;
    -webkit-font-smoothing: antialiased;
    background-image: url('../img/striped_1.png');
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
     #title-menu {
        display: none;
     }
}
a {
    color: inherit;
    text-decoration: inherit;
}
a:hover {
    color: #EF4662;
}
select {
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    cursor: pointer;
    background-image: url('../img/pilner.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}
input, textarea {
    outline: none;
}
.section {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
#content-container {
    min-width: 730px;
    margin: auto;
    position: relative;
}
.content-wrap {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: auto;
    text-align: center;
    background-color: inherit;
}
.content {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    background-color: inherit;
}
.logo-text {
    font-size: 28px; 
    font-weight: bold;
    color: #FFF;
    letter-spacing: 3px;
}
.logo-text-plus {
    font-size: 1.7em;
    display: inline-block;
    position: relative;
    top: -12px;
    left: -9px;
    font-weight: normal;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*.menu-button, .menu .li { */
.menu-button {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: #005293;
    padding: 0px;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    -moz-box-shadow: 7px 7px 0px #005293;
    -webkit-box-shadow: 7px 7px 0px #005293;
    box-shadow: 7px 7px 0px #005293;
}

.info-pop {
    position: absolute;
    background-color: #FECB00;
    font-size: 14px;
    padding: 7px;
    left: 59px;
    top: -5px;
    display: none;
    color: #005796;

}
.info-pop-pin {
    position: absolute;
    left: -8px;
    top: 17px;
    background-image: url('../img/pin.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;  
    height: 8px;
    width: 9px;  
}
#single-suggestion-menu .info-pop {
    top: 67px;
    left: 72px;
}
.yellow-box-hover:hover {
    cursor: pointer;
    margin-bottom: -16px;
    margin-right: 12px;
    -moz-box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #e4e7ec;
    border-top: 16px solid rgba(255, 0, 34, 0);
    border-right: 12px solid rgba(255, 0, 34, 0);
    background-clip: padding-box;    
}
.text-yellow {
    color: #ffd504;
}
.fifty {
    width: 50%;
    float: left;
}
.padding10 {
    padding: 10px;
}
/* Tillhör meny v3! 
.li-selected {
    cursor: pointer;
    margin-bottom: -7px;
    margin-right: -7px;
    -moz-box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #e4e7ec;
    border-top: 7px solid rgba(255, 0, 34, 0);
    border-left: 7px solid rgba(255, 0, 34, 0);
    background-clip: padding-box;       
}*/

.white-shadow {
    -moz-box-shadow: -12px 16px 0px #fff;
    -webkit-box-shadow: -12px 16px 0px #fff;
    box-shadow: -12px 16px 0px #fff;    
}
.yellow-shadow {
    -moz-box-shadow: 12px 16px 0px #ffd504;
    -webkit-box-shadow: 12px 16px 0px #ffd504;
    box-shadow: 12px 16px 0px #ffd504;      
}
.blue-shadow {
    -moz-box-shadow: 12px 16px 0px #1A3050;
    -webkit-box-shadow: 12px 16px 0px #1A3050;
    box-shadow: 12px 16px 0px #1A3050;    
}
.pink-shadow  {
    -moz-box-shadow: 12px 16px 0px #EF4662;
    -webkit-box-shadow: 12px 16px 0px #EF4662;
    box-shadow: 12px 16px 0px #EF4662;     
}
.red-shadow {
    -moz-box-shadow: 12px 16px 0px #9B2929;
    -webkit-box-shadow: 12px 16px 0px #9B2929;
    box-shadow: 12px 16px 0px #9B2929;      
}
.green-shadow {
    -moz-box-shadow: 12px 16px 0px #344A48;
    -webkit-box-shadow: 12px 16px 0px #344A48;
    box-shadow: 12px 16px 0px #344A48;    
}
#load-more {
    font-size: 18px;
}
.load-but {
    cursor: pointer;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 7px;
    display: inline-block;
    background-color: #F1F1F2;
    text-transform: uppercase;
}
.load-loader {
    display: none;

}
.load-but:hover {
    background-color: #FECB00;
    color: #fff;
}
.box:hover {
    /*
    border-top: 16px solid rgba(255, 0, 34, 0);
    border-left: 12px solid rgba(255, 0, 34, 0);
    
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent; */   
}
.yellow {
    background-color: #FECB00; 
}
.white {
    background-color: #ffffff;
    color: #ffd504;
}
.grey {
    background-color: #efedec;
    color: #ffd504;
}
.pink {
    background-color: #EF4662; 
    color: #fff;   
}
.bluess {
    background-color: #059197; 
    color: #fff; 
}
.yellow_breaker {
    height: 70px;
    background-color: #FECB00;
}
.red {
    background-color: #9b2929; 
    color: #fff; 
}
.greys {
    background-color: #384a47; 
    color: #fff; 
}
.full {
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px;     
}
.large-text {
    font-size: 48px;
}
.normal-30 {
    font-size: 30px;
}
.normal-text {
    font-size: 20px;
    text-align: left;
}
.third {
    width: 32%;
    display: inline-block;
}
.plus {
    display: inline-block;
    margin-left: -3px;
    font-size: 1.4em;
    
    vertical-align: top;
    margin-top: -5px;
    line-height: 20px;
    width: 2px;
}
.normal-title {
    font-size: 40px;
    padding-bottom: 4px;
    line-height: 60px;
    margin-top: 30px;
    cursor: pointer;

}
.normal-title:hover {

}
.underline2px {
    border-bottom: 0px solid #005293;
    display: inline-block;
    padding-bottom: 0px;
    text-decoration: underline;
}
#begin2-text a {
    color: #FECB00;
}
.cols2 {
    /*
    -webkit-columns:auto 2;
    -moz-columns:auto 2; 
    columns:auto 2;
    column-gap:130px; */
    -moz-column-gap:130px; /* Firefox */
    -webkit-column-gap:130px; /* Safari and Chrome */  
    margin-bottom: 20px;
}
.cols1 {
    -webkit-columns:auto 1;
    -moz-columns:auto 1; 
    columns:auto 1;
    padding-bottom: 50px;
}
.blueback {
    background-color: #005293;
    color: #fff;
}
.text {
    max-width: 900px;
    text-align: left;
    display: inline-block;
}
.cap {
    text-transform: uppercase;
}

u {
    cursor: pointer;
}
.link-white {
    cursor: pointer;
    display: inline-block;
    margin-right: 25px;
}
.link-white:hover {
    color: #005293;
}
.large-15 {
    font-size: 1.7em;
}
.content-margin {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.textbox {
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
    display: block;
    clear: both;
    text-align: center;
    padding-top: 0px;

}
.blueback .textbox {
    color: #fff;
}
.centerme {  
}
.blue {
    color: #005293;
}
.regular {
    color: #fff;
    font-size: 22px;
}
.center-text {
    text-align: center;
}
.refresh-but {
    font-size:22px;
    cursor: pointer;
    display: inline-block;
}
.refresh-but:hover {
    color: #ffd504;
    /*
  -moz-transform:rotate(34deg);  
  -webkit-transform:rotate(34deg);  
  -o-transform:rotate(34deg);  
  -ms-transform:rotate(34deg); */  
}
/*
*   Section 'big-menu'
*/
#big-menu {
    background-color: #FECB00;
    height: 100%;
    position: relative;
    display: block;
    background-image: url('../img/striped_1.png');
    padding-bottom: 0px;
}
#big-menu .content-wrap {
    text-align: left;
}
.big-menu-menu {
    background-color: #005799;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
#big-menu-content {
    padding-left: 80px;
    padding-right: 80px;
    color: #fff;
    font-size: 20px;
    padding-bottom: 70px;
    padding-top: 130px;
}
#big_title {
    width: 56%;
    max-width: 806px;
    min-width: 450px; 
}
#big_flag {
    width: 105px;
}
#small_flag {
    width: 50px;
}
#big-menu-text {
    margin-top: 30px;
    font-size: 30px;
}
.big-menu-text {
    width: 80%;
    margin-top: 35px;
    margin-bottom: 30px;
    /* color: #005293; */
}
/*
*   Section 'begin'
*/
#begin {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    /* background-color: #1A3050; */
    /*background-color: #FECB00;*/

}
#about-main {
    text-align: center;
    text-align: left;

}
.reg-box {
    color: #005293;
    margin-top: 0px;
    /*
    padding-left: 90px;
    padding-right: 90px; */
    padding:20px;
    padding-bottom: 0px;
}
#begin .reg-box:hover {
    
}
#begin-movie {
    height: 400px;
}
#begin-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;
    /* margin-top: -5px; */
    /* background-color: #005293; */
    z-index: 997;
    padding: 10px;
    /* background-color: #FECB00; */
    background-color: #fff;
}
#top-back {
    background-image: url('../img/new_front.png');
    background-position: center top;
    background-size: cover;   
}
.first-section {
    padding-top: 96px;
}
.menu-content {
    margin: 12px;
    margin-top: 0px;
    margin-left: 0px;

}
.menu {
    padding-right: 20px;
}
.menu .li, .menu .li-like {
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    color: #FECB00;
    background-color: #F1F1F2; 
}
.title-menu {
    padding-left: 28px;
    padding-top: 27px;
}
/* Nya menyn v2 */
.menu .li, .menu .li-like {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 0px;
    background-color: #FFD504;
    background-color: #fff;
    background-color: #F1F1F2;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 18px;
    padding-right: 17px;
    color: #005293;
    margin-left: 20px;
    -moz-box-shadow: 7px 7px 0px #005293;
    -webkit-box-shadow: 7px 7px 0px #005293;
    box-shadow: 7px 7px 0px #005293;
    cursor: pointer;
    margin-top: 30px;
} 
/* Tillhör meny v1 - v2! */
.menu .li-click, .menu .li:hover, .menu .li-like:hover { 
    cursor: pointer;
    margin-bottom: -7px;
    margin-right: -7px;
    -moz-box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #e4e7ec;
    border-top: 7px solid rgba(255, 0, 34, 0);
    border-left: 7px solid rgba(255, 0, 34, 0);
    background-clip: padding-box;
    background-color: #fff;
}
/* Nya menyn v3!  
.menu .li {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 0px;
    padding-top: 35px;
    padding-bottom: 31px;
    padding-left: 22px;
    padding-right: 22px;
    color: #fff;
    cursor: pointer;
    margin-top: 0px;
}*/
.menu .li:hover {
    background-color: #FFD504;
    background-color: #005293;
    background-color: #fff;
}
.menu .li:last-child {
    margin-left: 0px;
}
.li-first {
    margin-left: 0px;
}
.li-about {
    background-color: #D5D6D2;
    background-color: #1A3050;
    /*background-color: #005293;*/
}
.li-contribution {
    background-color: #EF4662;
}
.li-suggestions {
    background-color: #149497;
}
#begin-intro-text, #begin-intro-text2 {
    text-align: center;
    color: #005293;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
    display: inline-block;
    clear: both;
    max-width: 800px;
    clear: both;
}
#begin-intro-text {
    margin-bottom: 27px;
}
#begin-intro-text2 {
    width: auto;
    display: inline-block;
    clear: both;
}
.begin-buts {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
    position: relative;
    text-align: center;
    margin-top: 30px;
    /* width: 27%; 
    min-width: 200px; */
    width: 330px;
    display: inline-block;
    margin-right: 50px;
}
.begin-buts img {
    width: 250px;
    display: inline-block;
}
#begin-intro-buttons {
    /* margin: auto;
     width: 100%;
    max-width: 900px; */
    margin-bottom: 30px;
    text-align: center;
    padding: 60px;
    padding-top: 0px;
}
.begin-button-sticker {
    color: #ffd504;
    color: #005293; 
    font-size: 26px;
    display: inline-block;
    background-color: #fff;
    padding: 17px;
    padding-right: 35px;
    padding-bottom: 13px;
    padding-left: 25px;
    margin-right: 50px;
    -moz-box-shadow: -7px 7px 0px #ffd504;
    -webkit-box-shadow: -7px 7px 0px #ffd504;
    box-shadow: -7px 7px 0px #ffd504; 
    margin-top: 20px;
}
.start3-links .begin-button-sticker {
    background-color: #FECB00;
    -moz-box-shadow: -7px 7px 0px #fff;
    -webkit-box-shadow: -7px 7px 0px #fff;
    box-shadow: -7px 7px 0px #fff;     
}

.start3-links .grey-sticker {
    background-color: #efedec;
}

#start3 .begin-button-sticker {
    -moz-box-shadow: -7px 7px 0px #efedec;
    -webkit-box-shadow: -7px 7px 0px #efedec;
    box-shadow: -7px 7px 0px #efedec;   
}
.stick-right {
    position: absolute;
    right: 0px;
    margin-right: 0px;
}
.stick-center {
    margin-right: 0px;
}
.stick-left {
    position: absolute;
    left: 0px;
}
.test-but {
    padding: 3px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 50px;
    border-top: 3px solid #FFF;
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
    color: #FFF;
}
.test-but:hover {
    color: #FECB00;
    border-top: 3px solid #FECB00;
}
.begin-button-sticker:hover {
    /*text-decoration: underline;*/
    /*
    
    margin-top: -7px;
    margin-left: -7px;
    -moz-box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #e4e7ec;
    border-top: 7px solid rgba(255, 0, 34, 0);
    border-right: 7px solid rgba(255, 0, 34, 0);
    background-clip: padding-box; */
    cursor: pointer;
    color: #fff;
    background-color: #005293;
}
.new-content-wrap {
    max-width: 900px;
    padding: 40px;
    padding-top: 50px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 30px;

}
.bold {
    font-family: 'SwedenSans-Bold';
}
/*
*
*   START NEW
*
*/

.start-title {
    font-size: 38px;
    font-family: 'SwedenSans-Bold';
    text-transform: uppercase;
}
.start2-links {
    margin-top: 30px;
    margin-bottom: -60px;
    position: relative;
    text-align: center;
}
#start1 {
    background-image: url('../img/new_front.png');
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    background-color: #000;
    text-align: center;
}
.start1-video {
    height: 90%;
    width: 90%;
    left: 5%;
    top: 5%;
    position: absolute;
    z-index: 999999;
    padding: 0px;
    background-color: #000;
    text-align: center;
    display: none;
    -moz-box-shadow: -15px 15px 0px #005293;
    -webkit-box-shadow: -15px 15px 0px #005293;
    box-shadow: -15px 15px 0px #005293;
}
.close-vid {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 9999999;
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;

}
.close-vid:hover {
    color: #005293;
}
.vid-container {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
}
#start-boxes {
    margin-top: 140px;
    margin-bottom: 130px;
    height: 350px;
    position: relative;
}

.start1-box {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 300px;
    margin-top: 18px;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    cursor: pointer;
    
    -moz-box-shadow: -15px 15px 0px #005293;
    -webkit-box-shadow: -15px 15px 0px #005293;
    box-shadow: -15px 15px 0px #005293; 
    /*
    -moz-box-shadow: -15px 15px 0px rgba(0, 82, 147, 0.7);
    -webkit-box-shadow: -15px 15px 0px rgba(0, 82, 147, 0.7);
    box-shadow: -15px 15px 0px rgba(0, 82, 147, 0.7); */
    vertical-align: top;
}
.start1-box:hover {
   
    margin-left: -15px;
    -moz-box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #e4e7ec;
    border-top: 15px solid rgba(255, 0, 34, 0);
    border-right: 15px solid rgba(255, 0, 34, 0);
    background-clip: padding-box;    
}
.box1 {
    background-image: url('../img/watch_80.png');
    background-position: center 30px;
}
.box2 {
    background-image: url('../img/add_breif.png');
    background-position: center 25px;
}
.start1-box .yellow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: #005693;
    padding: 30px;
}
/*
.start1-box:hover .yellow {
    background-color: #005693;
    color: #fff;
} */
#start2 {
    color: #005693;
    padding-top: 60px;
}
#start2_5 {
    color: #005693;
    padding-top: 100px;
    height: ;
}
#start3 {
    color: #005693;
    padding-top: 100px;
    height: ;
}
.start a {
    font-family: 'SwedenSans-Bold';
    text-decoration: underline; 
}
.start3-guide {
    margin-top: 50px;
    height: 400px;
    margin-bottom: -300px;
    text-align: center;
    position: relative;
}
.guide-box {
    width: 310px;
    height: 83px;
    display: inline-block;
    position: absolute;
    -moz-box-shadow: -7px 7px 0px #fff;
    -webkit-box-shadow: -7px 7px 0px #fff;
    box-shadow: -7px 7px 0px #fff;
    background-color: pink;
    padding: 8px;
    padding-left: 95px;
    padding-top: 18px;
    color: #fff;
    margin-right: 90px;
    margin-top: 30px;
    text-align: left;
    background-repeat: no-repeat;
    font-size: 18px;
}
.guide-collect {
    background-color: #e73959;
    background-image: url('../img/collect.png');
    background-position: 20px 11px;
    left: 0px;
}
.guide-create {
    background-image: url('../img/create.png');
    background-color: #059197;
    margin-right: 0px;
    -moz-box-shadow: -7px 7px 0px #ffd600;
    -webkit-box-shadow: -7px 7px 0px #ffd600;
    box-shadow: -7px 7px 0px #ffd600;
    background-position: 20px 15px;
    right: 0px;
}
.guide-breif {
    background-image: url('../img/breig.png');
    background-color: #FECB00;
    margin-right: 0px;
    background-position: 10px 15px;
    top: 130px;
    left: 50%;
    margin-left: -207px;
    /*
    -moz-box-shadow: -7px 7px 0px #8a8a8d;
    -webkit-box-shadow: -7px 7px 0px #8a8a8d;
    box-shadow: -7px 7px 0px #8a8a8d; */
}
#start4 {
    /*background-image: url('../img/striped_2.png');*/
    padding-top: 100px;
    text-align: left;
    padding-bottom: 40px;
    /*
    background-color: #EFEDEC;
    color: #005693; */
}
#start4 .start-title {
    color: #005796;
}
.start4-title {
    font-size: 36px;
    color: #FECB00;
    
}
.start4-inline {
    padding: 15px;
    display: inline-block;
    background-color: #fff;
}
#start4 input, #start4 textarea {
    width: 98%;
    font-size: 24px;
    font-family: 'sweden_sansregular';
    color: #005693;
    margin-top: 17px;
    padding: 1%;
    border: 2px solid #FECB00;
}
#start4 textarea {
    height: 140px;
    }
.start4but {
        color: #FECB00;
    background-color: #fff;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    margin-top: 17px;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
}
.start4but:hover {
    background-color: #FECB00;
    color: #fff;

    }
/*
*   Section 'begin2'
*/
#begin2 {
    background-image: url('../img/greystripe.png');
    background-color: #EF4662;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
}
#begin2-text {
    display: inline-block;
    margin-bottom: 45px;
    /* padding: 80px; */
    padding-bottom: 20px;
    max-width: 1000px;
}
#begin-boxes {
    padding: 0px;
    padding-top: 0px;
    text-align: center;
}
.box {
    display: inline-block;
    width: 280px;
    background-color: #fff;
    color: #005796;
    margin-right: 30px;
    padding: 20px;
    vertical-align: top;
    margin-top: 40px;
    /* height: 110px; */
    /* text-align: left; */
}
.box-hover {

}
/*
*   Section breif
*/
#breif2 {
    background-color: #384A47;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
#breif {
    background-color: #fff;
    color: #384A47;
    padding-top: 60px;
    padding-bottom: 30px;
}
#games {
    background-color: #efedec;
    color: #005796;
    padding-top: 90px;
    padding-bottom: 60px;
}
#games-spellista {

}
.spellista-box {
    padding: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}
.spellista-box {
    line-height: 25px;
    -webkit-text-size-adjust:100%;
}
.spellista-box .start-title {
    line-height: 40px;
}
.link-me {
    cursor: pointer;
}
.link-me:hover .start-title {
    text-decoration: underline;
}
.table_me {
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer;
    min-height: 200px;
}
.row_me {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}
#breif_ {
    background-color: #fff;
    color: #384A47;
    padding-top: 60px;
    padding-bottom: 30px;
}
#breif3 {
    background-color: #fff;
    color: #E73959;
    padding-top: 60px;
    padding-bottom: 30px;
}
#breif4 {
    background-color: #E73959;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
.yellow-link a {
    color: inherit;
}
.yellow-link a:hover {
    color: inherit;
}
#breif5 {
    background-color: #fff;
    color: #059197;
    padding-top: 60px;
    padding-bottom: 30px;
}
#breif6 {
    background-color: #059197;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
#breif7 {
    background-color: #EFEDEC;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
#breif10 {
    background-color: #fff;
    color: #005796;
    padding-top: 60px;
    padding-bottom: 30px;
}
#breif10 input, #breif10 textarea {
    width: 98%;
    font-size: 24px;
    font-family: 'sweden_sansregular';
    color: #005693;
    margin-top: 17px;
    padding: 1%;
    border: 2px solid #FECB00;
}
#breif10 textarea {
    height: 140px;
    }
#breif7 .begin-button-sticker {
    margin: 0px;
    display: inline-block;
}
.breafi {
    width: 100%;
    position: relative; 
    text-align: center;
    display: inline-block;
}
.triforce {
    display: inline-block;
    width: 332px;
    height: 286px;
    cursor: pointer;
    background-size: contain;
}
.triforce-center {
   color: #EFEDEC;
   position: absolute;
   z-index: 999;
   top: 50%;
   left: 50%;
   margin-left: -70px;
   margin-top: 40px;
}
.contact-error {
    padding: 10px;
    background-color: #E73959;
    color: #fff;
    margin: auto;
    display: none;
}
.contact-success {
    padding: 10px;
    background-color: #009245;
    color: #fff;
    margin: auto;
    display: none;

}
#start_new {
    padding-top: 55px;
    padding-bottom: 30px;
}
.tri1_g {
    background-image: url('../img/game1.png');
}
.tri1_g:hover {
    background-image: url('../img/game1_.png');
}
.tri2_g {
    background-image: url('../img/game2.png');
}
.tri2_g:hover {
    background-image: url('../img/game2_.png');
}
.tri3_g {
    background-image: url('../img/game3.png');
}
.tri3_g:hover {
    background-image: url('../img/game3_.png');
}
.tri1 {
    background-image: url('../img/breif1.png');
}
.tri1:hover {
    background-image: url('../img/breif1_hover.png');
}
.tri2 {
    background-image: url('../img/breif2.png');
}
.tri2:hover {
    background-image: url('../img/breif2_hover.png');
}
.tri3 {
    background-image: url('../img/breif3.png');
}
.tri3:hover {
    background-image: url('../img/breif3_hover.png');
}
/*
*   Section 'foot'
*/
#foot {
    background-color: #FECB00;
    min-height: 400px;
    margin-top: 0px;
    padding-top: 90px;
    text-align: center;
    /* background-image: url('../img/footer_back.png'); */
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    overflow:hidden;
}
.footer-links {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
    background-image: url('../img/demo_loggor_ny.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px;
}
.footer-links img {
    /* width: 90%; */
    max-width: 1200px;
}
.foot-table {
    height: 110px;
    width: 100%;
    max-width: 800px;
    border: 2px solid #005b98;
    /* display: inline-block; */
    color: #000;
}
.tweet-from {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tweet-foot {
    position: absolute;
    bottom: 150px;
    /* height: 90px; */
    min-height: 10px;
    width: 260px;
    color: #005796;
    z-index: 999999999999;
    font-size: 18px;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    padding-top: 7px;
}
.tweet-right {
    left: 50%;
    margin-left: 55px;
}
.tweet-left {
    text-align: right;
    left: 50%;
    margin-left: -345px;
}
#foot-links td {
    color: red;
    border: 2px solid #005b98;
    background-color: #ffd602;
    padding: 20px;
    width: 300px;
}
#foot-links td:hover img {
    margin-top: 5px;
}
#foot-links {
    position: absolute;
    bottom: 20px;
    padding-top: 200px;
    padding-bottom: 0px;
    word-spacing: -1px;
    letter-spacing: -1px;
    font-size: 0px;
    left: 50%;
    margin-left: -437px;
    width: 875px;
}
.foot-link {
    border-top: 2px solid #005B95;
    border-left: 2px solid #005B95;
    border-bottom: 2px solid #005B95;
    display: inline-block;
    height: 90px;
    width: 216px;
    margin: 0px;
    vertical-align:bottom;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #ffd600;
    background-color: #ffd602;
}

.foot-link-last-child {
    border-right: 2px solid #005B95;
}
.first-link {
    margin-bottom: -2px;
}
#link-si {
    background-image: url("../img/link_si.png");
}
#link-sweden {
    background-image: url("../img/link_sweden.png");
}
#link-bus {
    background-image: url("../img/link_bus.png");
}
#link-visit {
    background-image: url("../img/link_visit.png");
}
#link-embassy {
    background-image: url("../img/link_embassy.png");
}

/*
*   Section 'About'
*/
.normal-text {

}
/*
*   Section Contribute
*/
#contribute {
    background-color: #EF4662;
    background-color: #149497;
    position: relative;
    /* background-color: #384946; */
}
#contribute-popup {
    position: absolute;
    width: 500px;
    margin-left: 50%;
    left: -300px;
    z-index: 99;
    padding: 40px;
    color: #005796;
    top: 70px;
    -moz-box-shadow: -12px 12px 0px #005293;
    -webkit-box-shadow: -12px 12px 0px #005293;
    box-shadow: -12px 12px 0px #005293;
}
.advisors a {
    text-decoration: underline;
}
.advisors td {
    vertical-align: top;
}
.advisors img {
    width: 90px;
    border: 8px solid #fff;
    margin: 10px;
    margin-top: 5px;
}
#contribute-popup a {
    text-decoration: underline;
}
#contribute-popup a:hover, .advisors a:hover {
    color: #059197;
}
#contribute-popup .close-popup {
    position: absolute;
    top: 15px;
    right: 25px;
}
#contribute-form {
    padding: 30px;
    margin: auto;
    padding-top: 60px;
    text-align: center;
}
.pink {
    background-color: #EF4662;
}
#contribute input, #contribute textarea {
    padding: 10px;
    border: 0px solid #fff;
    font-size: 26px;
    color: #EF4662;
    color: #149497;
    max-width: 850px;
    width: 100%;
    margin-top: 30px;
    height: 32px;
    font-family: inherit;
}
#contribute textarea {
    width: 90%;
    }
#contribute-form-text {
    margin-right:20px;
    color: #149497;
    }
#topic-select {
    margin: 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    clear: both;
    padding: 0px;
    padding-left: 0px;

    font-size: 26px;
}
.contribute-margin {
     margin: 0px;
     padding-left: 0px;
     /* max-width: 1100px; */
}

#contribute-form #topic-select {
    display: block;
}
select {
    min-width: 250px;
    padding: 0px;
    padding-bottom: 5px;
    padding-right: 20px;
    background-color: inherit;
    border: 0px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    margin: 12px;
    font-size: inherit;
    outline: none;
    font-family: inherit;
}
.submit-but {
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    font-weight: 54px;
    color: #EF4662;
    color: #149497;
    margin-top: 30px;
    text-transform: uppercase;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    margin-left: 0px;
}
.submit-but:hover {
    background-color: #FFD504;
}
#contribute-input {
    padding-bottom: 10px;
    text-align: left;
}
#contribute-sending, #suggestion-list-loader {
    position: absolute;
    width: 340px;
    left: 50%;
    margin-left: -170px;
    top: 42%;
    text-align: center;
    display: none;
}
.list-footer {
    height: 7px;
    border-bottom: 20px solid #f6d860;
    background-color: #fff;
}
#contribute-info {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    font-size: 30px;
}
#contribute-info:hover {
    color: #FFD504;
}
#suggestion-list-loader {
    top: 270px;
}
.loading-text {
    font-size: 30px;
    color: #fff;
}

/*
*   Section Suggestions
*/

#suggestions {
    background-color: #149497;
    position: relative;
    padding-bottom: 0px;
}
.lightblue {
    background-color: #149497;
}
#suggestion-menu, #single-suggestion-menu {
    padding: 30px;
    padding-bottom: 10px;
    padding-top: 50px;
    text-align: left;
    background-color: inherit;
}
#single-suggestion-menu {
    background-color: #F4F3D7;
    color: #149497;
}
#suggest-menu-title {
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}
#suggest-single-menu-title {
    color: #005796;
}
#suggestion-list, .suggestionlist {
    text-align: center;
    background-color: #f4f3d7;
    background-color: #fff;
}
.suggestion-topic-select {
    padding-right: 40px;
}

.list-item {
    padding: 10px;
    background-color: #f4f3d7;
    background-color: #fff;
    color: #005796;
    border-top: 0px solid #149497;
    text-align: left;
    padding-right: 0px;
    padding-bottom: 7px;
    position: relative;
    display: table;
    vertical-align: top;

    right: 0px;
    left: 0px;
}
.topic-boxes {
    text-align: left;
    letter-spacing: 0px;
    padding-bottom: 10px;
}
.topic-box, .topic-no-box {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 0px;
    cursor: pointer;
    font-size: 24px;
    
}
.topic-box:hover {
    background-color: #FECB00;
}
.topic-no-box {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 22px;
    padding-bottom: 15px;
}
#form-question {
    max-width: 1400px;
    display: inline-block;
}
.dropdown {
    background-color: inherit;
}
li {
    background-color: inherit;
}
.list-item-tab, .list-item-suggest {
    margin-left: 0px;
    border-top: 0px solid #149497;
    border-left: 1px dashed #149497;
    padding-bottom: 0px;
}
.list-item-suggest {
    border-top: 0px dashed #149497;
    border-left: 0px solid #149497;
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
    display: none;
    padding-bottom: 5px;
}
.list-item-suggest-added {
    padding: 5px;
    display: none;
}
.list-item-smalls {
    font-size: 11px;
    color: #149497;
}
.list-item-votes {
    font-size: 12px;
    line-height: 11px;
    width: 25px;
}
.list-item-small {
    display: inline-block;
    margin-right: 10px;
    padding: 3px;
}
.list-item-plus {
    font-size: 70px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 7px;
    line-height: 50px;
    vertical-align: top;
    height: 50px;
    width: 50px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: top;
    text-align: top;
}
#single-suggestion-menu .list-item-plus {
    height: 40px;
    background-position: center left;
    margin-top: 20px;
    width: 100px;
    margin-left: 0px;
    padding-left: 40px;
    font-size: 36px;
    padding-bottom: 5px;
    color: #005796;
}
#total-votes {
    display: inline-block;
    font-size: 36px;
    color: #005796;
    margin-top: 19px;
}

.large-share-button, .large-report-button {
    color: #fff;
    cursor: pointer;
    background-color: #149497;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 10px;
    padding-bottom: 4px;
    line-height: 18px;
}
.large-share-button:hover {
    background-color: #FFD504;
}

.plus_vote {
    background-image: url("../img/plus_bg.png");
}
.plus_vote:hover {
    background-image: url("../img/plus_bg_hover.png");
}
.plus_voted {
    background-image: url("../img/plus_bg_voted_on_white.png");
}
.plus_voted:hover {
    /* background-image: url("../img/plus_bg_unvote.png"); */
}
.list-item-plus:hover, .list-item-view:hover {
    color: #EF4662;
    cursor: pointer;
}
.list-right-of-plus {
    display: inline-block;
    padding-bottom: 3px;
    display: table-cell;
    vertical-align: top;
    /* max-width: 800px;
    min-width: 400px; */
}
.list-item-topic {
    background-color: #149497;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    cursor: pointer;
}
.list-item-topic:hover {
    background-color: #FECB00;
}
.topic-all {
    background-color: #149497;
}
.topic-1 {
    background-color: #1A3050;
    background-color: #EF4662;
}
.topic-2 {
    background-color: #9B2929;
}
.topic-3 {
    background-color: #344A48;
} 
.list-item-comment {
      background-color: transparent;
      color: #149497; 
}
.list-item-view {
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}
.suggest-form-topic, .suggest-form-orderby {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    /* width: 120px;
     overflow: hidden; */
    margin-bottom: 0px;
}
.suggest-selects {
    display: inline-block;
    margin-right: 30px;
    background-color: inherit;
    width: 300px;
}
.dropdown {
    vertical-align: baseline;
}
.suggestion-selects .dropdown {
    display: inline-block;
}
.list-item-lists {
    position: relative;
    min-height: 50px;
    display: none;
    padding-top: 10px;
}
/* List submit / comment form */
.list-form-text {
    font-size: 16px;
    color: #005796;
    padding: 3px;
    /*width: 95%;
    max-width: 600px; */
    background-color: #F4F3D7;
    width: 350px;
    min-height: 90px;
    margin-bottom: 6px;
    margin-top: 6px;
    border: 0px solid #fff;
    outline: none;
    font-family: inherit;
}
.list-form-topics {
    background-color: #EF4662;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px;
    padding-top: 5px;
}
.list-form-topics select {
    min-width: 100px;
    margin: 0px;
    border-bottom: 0px solid #fff;
    font-family: inherit;
    text-transform: uppercase;
    padding: 0px;
}
.list-submit-but {
    background-color: #EF4662;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px;
    padding-top: 7px;
    cursor: pointer;
    vertical-align: top;
}
.suggestion-submit-but {
    padding: 6px;
    padding-top: 7px;
    vertical-align: top;
} 
.list-submit-but:hover {
    background-color: #FFD504;
}
.single-suggest textarea {
    border: 0px solid #fff;
    outline: none;
    color: #005796;
    width: 420px;
    padding: 10px;
    margin-top: 20px;
    width: 90%;
    max-width: 500px;
    height: 120px;
    margin-bottom: 5px;
}
.single-suggest {
    padding-bottom: 20px;
}

/*
*   Login menu
*
*/
.popup, .popup-page {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}
.close-popup {
    cursor: pointer;
    font-size: 24px;
    float: left;
    clear: both;
}
.close-popup:hover {
    color: #fff;
}
.popup-back {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.popup-text {
    display: inline-block;
}
.login-form {
    float: left;
    clear: both;
}
#account {
    text-align: left;
    padding: 40px;
}

#login-menu, #account, .account, .popup-content {
    background-color: #FECB00;
    color: #005293;    
}
.account td, #account td, .account th, #account th {
    padding: 15px;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 30px;
}
.account th, #account th {
    text-decoration: underline;
}
.account a, #account a {
    text-decoration: underline;
}
#login-menu, .popup-content {
    position: absolute;
    /* height: 500px; */
    width: 530px;
    z-index: 99;
    top: 60px;
    /* margin-top: -270px; */
    left: 50%;
    margin-left: -295px;
    padding: 30px;
    -moz-box-shadow: -12px 12px 0px #005293;
    -webkit-box-shadow: -12px 12px 0px #005293;
    box-shadow: -12px 12px 0px #005293;
}
.popup-content {
    width: 430px;
    margin-left: -245px;
}
#account input[type=text], #account input[type=password], .account input[type=text], .account input[type=password] {
    background-color: #005293;
    color: #fff;
    border: 0px solid #fff;
    padding: 7px;
    outline: none;
    margin-top: 3px;
    width: 250px;
    font-family: inherit;
}
.login-title, #account h1, .account h1 {
    font-size: 34px;
    font-weight: normal;
}
.login-button, #account input[type=submit], .account input[type=submit] {
    background-color: #005293;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border: 0px solid #fff;
    font-family: inherit;
}
.account a:hover {
    color: #EF4662;
}
#infoMessage p {
    background-color: #EF4662;
    color: #fff; 
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    display: table;
}
input[type=checkbox], #account input[type=checkbox],  .account input[type=checkbox] {
    width: 30px;
    font-size: 30px;
    display: inline-block;
    font-family: inherit;
    padding: 10px;
     /* Double-sized Checkboxes */
     -ms-transform: scale(1.5); /* IE */
     -moz-transform: scale(1.5); /* FF */
     -webkit-transform: scale(1.5); /* Safari and Chrome */
     -o-transform: scale(1.5); /* Opera */
     padding: 10px;
     cursor: pointer;
}
.login-button:hover, #account input[type=submit]:hover, .account input[type=submit]:hover {
    background-color: #149497;
    color: #fff; 
    font-family: inherit;
}
.social-button {
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    background-color: #005293;
    padding-left: 12px;
    padding-right: 12px;
}
.social-button i {
    font-size: 1.4em;
}
.facebook {
    background-color: #4264AA;   
}
.google-plus {
    background-color: #E15F4F;
}
.twitter {
    background-color: #07BBFF;
}
.social-button:hover {
    background-color: #149497;
}
/*
*   About page?
*/
#about-advisory {
    /* width: 400px; 
    display: inline-block;*/
    /* margin-bottom: 20px;
    margin-top: 40px; */
}
.advisors {
    clear: both;
    padding: 10px;
    padding: 0px;
    margin-bottom: 30px;
}
.advisor {
    display: inline-block;
    width: 360px;
    height: 270px;
    background-color: #fff;
    margin: 10px;
    margin-left: 0px;
    border: 15px solid #fff;
    line-height: 23px;
}
.advisor img {
    width: 100%;
}
.advisor-title {
    text-transform: uppercase;
    color: #005694;
    text-decoration: underline;
    padding: 5px;
    font-size: 22px;
}
.advisor-text {
    padding: 5px;
    color: #005694;
}

.darkblueback {
    background-color: #1A3050;
    color: #fff;
}

/*
    Report
*/
.report-text {
    background-color: #ea7d7d;
    padding: 15px;
    color: #fff;
    font-size: 22px;
}
.report-button {
    padding: 7px;
    display: inline-block;
    background-color: #005293;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;

}
.report-button:hover {
  background-color: #149497;  
}
.report-textarea {
    border: 0px solid #fff;
    background-color: #005293;
    color: #fff;
    width: 350px;
    height: 75px;
    margin-top: 10px;
}

/*
    Status popup
*/
#status-popup {
    position: absolute;
    position: fixed;
    background-color: #EF4662;
    left: 35px;
    top: 35px;
    padding: 30px;
    color: #fff;
    font-size: 28px; 
    z-index: 99999;
    display: none;
}

/*
*   SWEDISH GAMES
*
*/
.index-letters {
    font-size: 18px;
    margin: 5px;
}
.letter {
    display: none;
}
.letter-A {
    
}
#gamelist-current {
    font-size: 50px;
}
#gamelist {
    width: 100%;
}
#gamelist tr {
    padding: 2px;
}
#gamelist td {
    padding: 4px;
}
/*
* Admin
*/
#admin .yellow {
    border-bottom: 2px dashed #fff;
}
#admin td, #admin th {
    padding: 10px;
    border: 1px dashed #fff;
}
#admin .linked {
    background-color: #F6D860;
}

#admin .linked:hover {
    background-color: #EF4662;
    cursor: pointer;
    color: #fff;
}
#admin table {
    border: 1px dashed #fff;
}
#admin a {
    text-decoration: underline;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
input {
    outline: none;
}


.start3-links a, .start2-links a {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
