/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

.clear {
        clear: both;
}

.social-share {
        margin-top:  50px;
        margin-left: 20px;
        position: fixed;
        z-index: 1000;
        
        &.pie {
                display: block;
        }
}

.cover {
        background-size: cover;
        background-position: center center;
}

.transition(@duration:600ms, @target:all) {
        -webkit-transition: @target @duration ease;
        -moz-transition: @target @duration ease;
        -o-transition: @target @duration ease;
        transition: @target @duration ease;
}

.box-sizing {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.border-radius( @value: 1000px ) {
        -webkit-border-radius: @value;
        border-radius: @value;
    background-clip: padding-box;
}

.box-scale(@value) {
  -webkit-transform: scale(@value);
     -moz-transform: scale(@value);
      -ms-transform: scale(@value); 
       -o-transform: scale(@value);
          transform: scale(@value);
}

.transform-origin( @x, @y ) {
        transform-origin: @x @y;
        -ms-transform-origin: @x @y;
        -moz-transform-origin: @x @y;
        -o-transform-origin: @x @y;
        -webkit-transform-origin: @x @y;
}


.no-select {
        -webkit-user-select: none;
        -moz-user-select: none;
}

@fontRegular:ProximaNova-Regular;
@fontThin:ProximaNovaT-Thin;
@fontExtrabold:ProximaNova-Extrabld;
@fontGaramond: 'garamond-premier-pro-caption';




div#page {
    min-width: 1240px;
    min-height: 700px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    /*margin-top: -20px;
    padding-top: 20px;*/

  .cont {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
  }
}

.line {
	height: 2px;
    display: block;
    position: relative;
    &.black {
        background-color: black;
    }
    &.white {
        background-color: white;
    }
}

.test-start-page {
    padding-bottom: 40px;
    position: relative;
    background-color: #2BB5C0;
    .cont {
        height: auto;
    }

    header {
        height: auto;
        .head-img {
            width: 100%;
            height: 536px;
            background-image: url(../images/1.png);
            background-position: 10% top;
            background-repeat: no-repeat;
            position: relative;
            z-index: 9;
        }

        .title {
            font-family: 'oukwat-regular', Arial;
            font-size: 83px;
            line-height: 100px;
            color: #fff;
            margin-top: -80px;
            margin-left: 15%;
        } 
        .description {
            font-family: 'garamond-premier-pro-caption';
            font-style: italic;
            font-size: 28px;
            width: 660px;
            line-height: 23px;
            color: #fff;
            margin-left: 15%;
            margin-top: 10px;
        }
        .line {
            width: 660px;
            margin-left: 15%;
            margin-top: 30px;
        }
        .auth {
            margin-top: 30px;
            margin-bottom: 20px;
            font-family: 'trivia-grotesk';
            font-size: 14px;
            line-height: 19px;
            color: #000;
            margin-left: 15%;
            a {
                color: #000;
                text-decoration: underline;
            }
        }
        .head-text {
        	width: 620px;
        	height: auto;
        	font-family: 'ff-more-web-pro', 'trivia-grotesk';
        	font-size: 14px;
        	line-height: 30px;
        	text-align: left;
        	margin-bottom: 20px;	
            color: #000;
            margin-left: 15%;
        }

        .start-btn {
            display: block;
            width: 225px;
            height: 63px;
			margin-top: 20px;
			cursor: pointer;
			overflow: hidden;
            font-family: 'oukwat-regular', Arial;
            border:solid 3px #fff;
            border-radius: 30px;
            margin-left: 15%;
            box-sizing: border-box;
            text-align: center;
            line-height: 61px;
            color: #fff;
            font-size: 21px;

			&:hover {
				color: #515151;
                background-color: #fff;
			}
    	}      
    }

}

.test-action-page {
    height: 100%;
    min-height: 620px;
    position: relative;
    .cont {
        width: 100% !important;
        min-width: 1240px !important;
        overflow: auto; 
    }
    .tabs-wrapper {
        height: 100%;

        .tabs-content {
            height: 100%;
            position: relative;
            .item {
                display: none;
                height: 100%;
                width: 100%;
                box-sizing: border-box;
                padding-top: 30px;
                position: absolute;
                top: 0;
                left: 0;
                background-size: cover;
                background-repeat: no-repeat;
                &[data-tab-content='1'] {
                    background-color: #2BB5C0;
                    .question-list {
                        .question-item {
                            .question-btn {
                                &.selected {
                                    background-color: #fff;
                                    color: #2BB5C0;
                                }
                            }
                            .create-btn.enable {
                                &:hover {
                                    background-color: #fff;
                                    color: #2BB5C0;
                                }   
                            }
                        }
 
                    }
                                    }
                &[data-tab-content='2'] {
                    background-color: #FDA241;
                    .question-list {
                        .question-item {
                            .question-btn {
                                &.selected {
                                    background-color: #fff;
                                    color: #FDA241;
                                }
                            }
                            .create-btn.enable {
                                &:hover {
                                    background-color: #fff;
                                    color: #FDA241;
                                }   
                            }
                        }
                    }
                }
                &[data-tab-content='3'] {
                    background-color: #E74F24;
                    .question-list {
                        .question-item {
                            margin-bottom: 30px;
                            input {
                                margin-top: 0;
                            }
                            .question-btn {
                                &.selected {
                                    background-color: #fff;
                                    color: #E74F24;
                                }
                            }
                            .create-btn.enable {
                                &:hover {
                                    background-color: #fff;
                                    color: #E74F24;
                                }   
                            }

                        }
                    }
                }
                &[data-tab-content='4'] {
                    background-color: #4FA5DF;
                    .question-list {
                        .question-item {
                            .question-btn {
                                &.selected {
                                    background-color: #fff;
                                    color: #4FA5DF;
                                }
                            }
                            .create-btn.enable {
                                &:hover {
                                    background-color: #fff;
                                    color: #4FA5DF;
                                }   
                            }
                        }
                    }
                }
                &[data-tab-content='5'] {
                    background-color: #67C43E;
                    .question-item {
                        .question-btn {
                            &.selected {
                                background-color: #fff;
                                color: #67C43E;
                            }
                        }
                        .create-btn.enable {
                            &:hover {
                                background-color: #fff;
                                color: #67C43E;
                            }   
                        }
                    }
                }
                &.show {
                    display: block;
                }
                .question-list {
                    height: auto;
                    width: 1240px;
                    margin: 0 auto;
                    box-sizing: border-box;
                    padding-left: 105px;
                    .question-item {
                        margin-bottom: 80px;
                        label {
                            font-family: 'trivia-grotesk';
                            font-size: 15px;
                            line-height: 18px;
                            color: #000;
                            display: block;
                            margin-bottom: 20px;
                        }
                        input {
                            width: 760px;
                            border:none;
                            background-color: transparent;
                            border-bottom: solid 2px #fff;
                            color: #fff;
                            margin-top: 0px;
                            outline: none;
                            height: 20px;
                            font-family: 'trivia-grotesk';
                            font-size: 15px;
                        }
                        .input-descript {
                            font-family: @fontGaramond;
                            font-size: 14px;
                            line-height: 16px;
                            color: #fff;
                            font-style: italic;
                            margin-top: 10px;
                        }
                        .question-btn {
                            // width: 223px;
                            width: auto;
                            min-width: 120px;
                            padding: 0 30px;
                            height: 62px;
                            border-radius: 30px;
                            box-sizing: border-box;
                            border:solid 2px #fff;
                            float: left;
                            margin-right: 35px;
                            color: #fff;
                            font-family: 'trivia-grotesk';
                            font-size:15px;
                            line-height: 60px;
                            text-align: center;
                            cursor: pointer;
                            opacity: 0.7;
                            &.selected {
                                opacity: 1 !important;
                            }
                            &:hover:not(.selected) {
                                opacity: 1;
                            }
                        }
                        .create-btn {
                            display: block;
                            width: 225px;
                            height: 63px;
                            margin-top: 20px;
                            cursor: pointer;
                            overflow: hidden;
                            font-family: 'oukwat-regular', Arial;
                            border: solid 3px #fff;
                            border-radius: 30px;
                            box-sizing: border-box;
                            text-align: center;
                            line-height: 61px;
                            color: #fff;
                            font-size: 21px;
                            &.enable {
                                pointer-events:auto;
                                opacity: 1;
                            }
                            &.disable {
                                cursor: default;
                                pointer-events:none;
                                opacity: 0.7;
                            }
                        }
                    }
                }
                .generated_page {
                    height: auto;
                    width: 1240px;
                    margin: 0 auto;
                    box-sizing: border-box;
                    padding-left: 105px;
                    position: relative;
                    .title {
                        font-family: 'oukwat-regular';
                        font-size: 30px;
                        line-height: 36px;
                        color: #fff;
                        margin-bottom: 40px;
                        width: 580px;
                    }
                    .generated-text {
                        font-family: @fontGaramond;
                        font-style: italic;
                        font-size: 30px;
                        line-height: 40px;
                        color: #000;
                        width: 450px;
                        float: left;
                    }
                    .social {
                        width: 90px;
                        height: 150px;
                        float: left;
                        font-size: 15px;
                        text-align: center;
                        color: #fff;
                        font-family: 'trivia-grotesk';
                        margin-top: 3px;
                        margin-left: 60px;
                        .social-btn {
                            opacity: 0.7;
                            width: 50px;
                            height: 50px;
                            float: none !important;
                            display: block;
                            margin: 0 auto;
                            margin-top: 20px; 
                            &:hover  {
                                opacity: 1;
                            }
                        }
                        span.vk {
                            background: url(../images/social_btns.png) 0 0;
                        }
                        span.tw {
                            background: url(../images/social_btns.png) 0 -66px;
                        }
                    }
                    .description {
                        color: #fff;
                        font-size: 14px;
                        line-height: 16px;
                        width: 230px;
                        position: absolute;
                        top: 0px;
                        right: 140px;
                        font-family: 'trivia-grotesk';
                        &:before {
                            content: '';
                            width: 150px;
                            height: 1px;
                            position: absolute;
                            background-color: #fff;
                            left: -200px;
                            top: 16px;
                            display: block;
                        }
                    }
                    .next-phrase-btn {
                        // width: 223px;
                        width: auto;
                        min-width: 120px;
                        padding: 0 30px;
                        padding-top: 12px;
                        height: 62px;
                        border-radius: 30px;
                        box-sizing: border-box;
                        border:solid 2px #fff;
                        float: left;
                        margin-right: 35px;
                        color: #fff;
                        font-family: 'oukwat-regular';
                        font-size:17px;
                        line-height: 20px;
                        text-align: center;
                        cursor: pointer;
                        opacity: 0.7;
                        margin-top: 50px;
                        &.selected {
                            opacity: 1 !important;
                        }
                        &:hover:not(.selected) {
                            opacity: 1;
                        }
                    }
                }
            }
        }

        .tabs-buttons {
            width: 1240px;
            height: 70px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -620px;
            .item {
                width: 249px;
                float: left;
                background-color: rgba(255, 255, 255, 0.29);
                padding-top: 15px;
                padding-bottom: 15px;
                box-sizing: border-box;
                margin-right: -1px;
                cursor: pointer;
                span {
                    font-family: 'trivia-grotesk';
                    font-size: 15px;
                    line-height: 40px;
                    text-align: center;
                    height: 40px;
                    display: block;
                    box-sizing: border-box;
                    // border-right: solid 1px #fff;
                    // border-left: solid 1px #fff;
                }
                &.active {
                    background-color: transparent;
                    span {
                        color: #fff;
                    }
                }
                &:hover:not(.active) {
                    background-color: rgba(255, 255, 255, 0.49);
                }
            }
        }
    }
}

.test-finish-page {
    padding-top: 20px;
    .result-img {
        width: 719px;
        height: 185px;
        background: url(../images/answer.jpg);
        margin: 0 auto;
    }
    .result-title {
        width: 650px;
        margin-bottom: 40px;
        font-family: 'oukwat-regular';
        font-size: 60px;
        line-height: 80px;
        color: #000;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 30px;
        text-align: center;
    }

	.result-text {
		font-family: 'trivia-serif';
		font-size: 16px;
		line-height: 30px;
		color: #000;
		text-align: left;
		width: 550px;
		margin: 0 auto;
		margin-bottom: 60px;
        text-align: center;
	}
    .result-crt {
        font-family: 'trivia-grotesk';
        font-size: 32px;
        text-align: center;
        line-height: 48px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
	.social {
        padding: 18px 100px 0 100px;
        box-sizing:border-box;
        height: 70px;
		margin: 0 auto;
		margin-bottom: 40px;
        /*border: solid 1px #ccc;*/
        border-radius: 4px;
        width: 500px;
	}
}




/* SOCIAL BUTTON STYLE */

.social {

  width: 300px;
  height: 35px;
  margin: 0 auto;
  margin-top: 40px;
}
.social span {
  width: 140px;
  height: 35px;
  float: left;
}
.social span.vk {
  background: url(../images/socialButtons.png) -150px 0 ;
  &:hover {
    background-position: -150px -40px;
  }
}

.social span.tw {
  float: right;
  background: url(../images/socialButtons.png) -300px 0;
  &:hover {
    background-position: -300px -40px;  
  }
}

.social-btn {
  cursor: pointer;
}

.comm {
        width: 920px;
        margin: 0 auto;
        margin-top: 20px;
        
        @active_color: #ffca24;

        .most-read {
                color: #000000!important;
        
                a {
                        color: #000000!important;
                }
                margin-bottom: 30px;
        
                .container {
                        width: 920px!important;
                        margin: 0 auto;
                
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                
                        .item {
                                width: 200px;
                                float: left;
                                margin-left: 40px;
                        
                                .image {
                                        display: block;
                                        width: 200px;
                                        height: 200px;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                }
                                
                                .title {
                                        display: block;
                                        padding: 10px 0px;
                                        font-family: PTSerif-Regular;
                                        font-size: 18px;
                                        line-height: 20px;
                                        color: #000000;
                                        text-decoration: none;
                                }
                                
                                .lead {
                                        font-family: PTSansPro-Caption;
                                        font-size: 12px;
                                        line-height: 13px;
                                }
                                
                                &:nth-child(2) {
                                        margin: 0px;
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
        
        .same-read {
                color: #000000!important;
        
                a {
                        color: #000000!important;
                }
                margin-bottom: 30px;
                
                .container {
                        width: 920px;
                        margin: 0 auto;
                        
                        .label {
                                padding: 30px 0px;
                                font-family: PTSansPro-Caption;
                                font-size: 19px;
                        }
                        
                        .item {
                                width: 300px;
                                height: 100px;
                                margin-bottom: 30px;
                                float: left;
                                
                                .image {
                                        display: block;
                                        width: 100px;
                                        height: 100px;
                                        float: left;
                                        background-size: cover;
                                        background-position: 50% 50%;
                                        .transition;
                                }
                                
                                .info {
                                        float: left;
                                        width: 170px;
                                        padding: 0px 15px;
                                        
                                        .rubrics {
                                                margin-bottom: 15px;
                                                
                                                 a {
                                                        color: #000000;
                                                        text-decoration: none;
                                                        font-family: MonoCondensed-Bold;
                                                        font-size: 11px;
                                                        line-height: 13px;
                                                        
                                                        &:hover {
                                                                color: @active_color;
                                                        }
                                                 }
                                        }
                                        
                                        .title {
                                                margin-bottom: 20px;
                                                display: block;
                                                font-family: PTSerif-Regular;
                                                font-size: 20px;
                                                line-height: 21px;
                                                color: #000000;
                                                text-decoration: none;
                                                
                                                &:hover {
                                                        color: @active_color;
                                                }
                                        }
                                }
                                
                                &:hover {
                                        .title {
                                                color: @active_color;
                                        }
                                }
                        }
                }
        }
}


@red: #c1000f;
@green: #00b739;
@blue: #0620f4;

.visual-data {
  width: 800px;
  margin: 0 auto;
  position: relative;
  /*display: none;*/

  .place-container {
    
    .place {
      position: relative;
      height: 150px;
    
      .bar {
        @height: 50px;
      
        position: relative;
        height: @height;
        background-color: @blue;
        overflow: hidden;
      
        .runner {
          width: 0px;
          height: 100%;
          position: relative;
          background-color: #000000;
          .transition;
        
          .you {
            position: absolute;
            height: @height;
            top: 0;
            line-height: @height;
            left: 100%;
            width: 100px;
            margin-left: 0px;
            color: @blue;
            font-size: 24px;
          }
        }
        
        .worse-percent {
          position: absolute;
          line-height: @height;
          height: @height;
          width: 100px;
          top: 0px;
          left: 0px;
          color: #ffffff;
          font-size: 34px;
          padding-left: 20px;
        }
        
        .better-percent {
          position: absolute;
          line-height: @height;
          height: @height;
          width: 100px;
          top: 0px;
          left: 100%;
          margin-left: -100px;
          color: #ffffff;
          font-size: 34px;
        }
      }
      
      .worse-count {
        position: absolute;
        width: 200px;
        top: 70px;
        left: 0px;
        text-align: left;
        font-family: ProximaNova-Extrabld;
        font-size: 16px;
        line-height: 20px;
      }
      
      .better-count {
        position: absolute;
        width: 200px;
        top: 70px;
        left: 100%;
        margin-left: -200px;
        text-align: right;
        font-family: ProximaNova-Extrabld;
        font-size: 16px;
        line-height: 20px;
      }
    }
  }
  
  .distribution-container {
    position: relative;
    
    .text-two {
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 15px;
      text-align: left;
      font-family: @fontRegular;
    }
  
    .distribution {
      @height: 250px;
    
      width: 100%;
      padding-bottom: 30px;
      position: relative;
      height: @height + 50px;
      
      .field {
        height: @height;
        position: relative;
        background-color: #ffffff;
      }
      
      .bars {
        position: relative;
        text-align: center;
        height: @height;
        top: -@height;
        cursor: pointer;
      
        .bar {
          position: relative;
          background-color: #000000;
          display: inline-block;
          margin-right: 15px;
          opacity: 0.8;
          
          &:last-of-type {
            margin-right: 0px;
          }
          
          .value {
            width: 100%;
            position: absolute;
            height: 22px;
            top: -22px;
            font-size: 18px;
            text-align: center;
          }
          
          .number {
            font-size: 18px;
            position: absolute;
            width: 100%;
            height: 22px;
            top: 100%;
            text-align: center;
          }
          
          .hint {
            overflow: hidden;
            padding: 0px;
            background-color: #050505;
            color: #fff;
            font-family: @fontRegular;
            font-size: 14px;
            line-height: 20px;
            width: 130px;
            position: absolute;
            top: 0px;
            left: 0px;
            padding: 10px;
            display: none;
            z-index: 100;
          }
          
          &:hover {
            opacity: 1;
          
            .hint {
              display: block;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 760px) {
        .social-shares {
            display: none;
        }
        html, body {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
        .social-share.pie {
            display: none;
            margin: 0;
        }
        div#page {
            width: 100%;
            min-width: 100%;
            .cont {
                width: 87.5%;
                margin-left: 6.25%;
                margin-right: 6.25%;
            }
            .test-start-page {
                width: 100%;
                overflow: hidden;
                height: auto;
                header {
                    .test-link {
                        line-height: 24px;
                        font-size: 24px;
                    }
                    .title {
                        width: 100%;
                        font-size: 20px;
                        line-height: 24px;
                    }
                    .descript {
                        width: 100%;
                        font-size: 18px;
                        line-height: 23px;
                        margin-top: 10px;
                    }
                    .head-text {
                        width: 100%;
                    }
                    .start-btn {
                        width: 200px;
                        margin: 0 auto;
                        background-size: contain;
                        background-repeat: no-repeat;
                    }
                }
            }
            .test-action-page {
                width: 100%;
                height: 550px;
                .question-figure {
                    height: 150px;
                    top: 100px;
                    background-size: contain;
                }
                .sequence {
                    display: none !important;
                }
                .answer-info-pop-up {
                    display: block;
                    top: 0;
                    z-index: 9999;
                    height: 100%;
                    position: fixed;
                    width: 100%;
                    box-shadow: none;
                    left: 0;
                    margin-left: 0;
                    .pop-up-info {
                        display: block;
                    }
                    .type-title {
                        margin-top: 40px;
                        font-size: 29px;
                    }
                }
                .sequence {
                    width: 100%;
                    max-width: 320px;
                    height: 150px;
                    .frame {
                        width: 100%;
                        background-repeat: no-repeat;
                        background-size: contain;
                    }
                }
                .question-box {
                    width: 100%;
                    position: relative;
                    .crt {
                        font-size: 12px;
                        line-height: 12px;
                        top: -18px;
                    }
                    .question-text {
                        padding-bottom: 30px;
                        font-size: 17px;
                        line-height: 22px;
                        width: 100%;
                        word-wrap: break-word;
                    }
                    .answer-to-the-question {
                        width: 100%;
                        text-align: center;
                        height: 90px;
                        border-top: solid 1px #000;
                        line-height: 95px;
                        .info {
                            display: none !important;
                        }
                        &.lined {
                            &:after {
                                display: none;       
                            }
                        }
                    }
                    .answer-to-the-question.yes {
                        top: 270px;
                    }
                    .answer-to-the-question.no {
                        top: 360px;
                        border-bottom: solid 1px #000;
                    }
                }
            }
            .test-finish-page {
                width: 100%;
                .result-img {
                    width: 100%;
                    background-size: contain;
                    background-repeat: no-repeat;
                    height: 75px;
                }
                .result-title {
                    width: 100%;
                    font-size: 40px;
                    line-height: 50px;
                    display: none;
                }
                .result-text {
                    width: 100%;
                    font-family: 'trivia-grotesk';
                    font-size: 14px;
                    line-height: 24px;
                    text-align: center;
                }
                .social {
                    width: 100%;
                    padding-left: 0;
                    padding-right: 0;
                    text-align: center;
                    span {
                        display: inline-block;
                        width: 130px;
                        background-size: contain;
                        float: none !important;
                        background-size: 420px;
                    }
                }
            }
            .footer {
                .comm {
                    width: 100%;
                    .most-read {
                        display: none;
                    }
                    .block-comments {
                        display: none;
                    }
                }
            }
        }
        
    }


