/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
@import url('//assets.razerzone.com/eeimages/assets/css/razerf5/razerf5.css');

html {
    font-size: 100%;
    height: 100%;
}

body {
    background: black;
    font-family: 'RazerF5', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
    height: 100%;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: color ease 0.25s;
            transition: color ease 0.25s;
    color: #999;
}

a:hover {
    text-decoration: none;
    color: lime;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #ffffff;
}
/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}
p{
    font-weight: 400;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(http://assets.razerzone.com/eeimages/sir_en/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
/*@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}
*/

 .arial-font { font-family: Arial; }
.bold { font-family: 'Razerf5Bold' 'Razerf5';}

/* Font Size */
.f12 {
    font-size: 12px;
    line-height: 14px;
}
.f14 {
    font-size: 14px;
    line-height: 16px;
}
.f16 {
    font-size: 16px;
    line-height: 18px;
}
.f18 {
    font-size: 18px;
    line-height: 20px;
}
.f24 {
    font-size: 24px;
    line-height: 26px;
}
.f36 {
    font-size: 36px;
    line-height: 38px;
}

/* HEADINGS */

h1,
h2 {
    font-family: 'RazerF5Thin' 'Titillium Web';
    font-weight: 200;
}

h1 {
    font-size: 38px;
    color: #00ff00;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 200;
    text-transform: uppercase;
    color: #00ff00;
    margin: 0;
    text-align: left;
}

h3 {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}

.razer-bttn {
    display: inline-block;
    border-left: 2px solid #00FF00;
    background-color: #00A000;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "RazerF5Thin";
    padding: 2px 10px;
    text-transform: uppercase;
    -webkit-transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    transition: background-color .1s ease;
}

.razer-bttn:active, .razer-bttn:hover, .razer-bttn:visited, .razer-bttn:link {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

.razer-bttn:hover {
    background-color: #008000;
}

.razer-bttn:after {
    content: '>';
    padding-left: 3px;
}

/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-text {
    color: #888888;
}

.lime-text {
    color: #00FF00;
}

.text-left {
    text-align: left;
}

.deep-dark-bg {
    background: #161616 !important;
}
.normaltext
{
    color: #999999;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    margin: 10px 0;
    font-family: 'RazerF5';
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

.boxed-content{
    padding: 30px 0;
    /*background: black;*/
    opacity: 0.9;
    width: 477px;
    text-align: left;
    -webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
            transition: opacity 2s;
}
span.white{
    color: white;
}
.boxed-content h1{
    color: lime;
    font-weight: 200;
    font-size: 56px;
}

.boxed-content p{
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}
.absolute-content{
    position: absolute;
}

/*---------------------------------------
   Razer Links
-----------------------------------------*/

.razer-link, 
.razer-link:link, 
.razer-link:hover, 
.razer-link:active, 
.razer-link:visited {
    color: white;
    text-decoration: none;
}
.razer-link:hover{
    color: lime;
}
.razer-link:after {
    content: '>';
    color: lime;
    padding-left: 3px;
    vertical-align: -10%;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header .color-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */
.navbar-nav
{
    margin-top: 3px;
}
.sticky-navigation {
    min-height: 56px;
    height: 19px;
    border: none;
    margin-bottom: 0 !important;
    background: #111111;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.navbar-nav .first{
    padding-left: 0
}

.navbar-collapse{
    position: relative;
}

.sticky-navigation .header-logo-rz{
    position: absolute;
    right: 0;
}

.sticky-navigation .navbar-header img {
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #FFFFFF;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
    line-height: 12px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    border-right: 1px solid #555;
    padding: 0 10px;
}

.sticky-navigation .main-navigation li a:hover {
    color: lime;
}

.mobile-logo{
    display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-left: 98px;
}


header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .logo-name{
    font-size: 12px;
    font-weight: bold;
    font-family: "RazerF5Bold";
    text-transform: uppercase;
    color: #999999;
    float: left;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.sticky-navigation .main-navigation li{
    padding: 20px 0;
}

.sticky-navigation .main-navigation li:first-child a{
    /*margin-left: 20px;*/
}

.sticky-navigation .main-navigation li:last-child a{
    border: none;
    background: lime;
    padding: 3px;
    margin-top: -3px;
    color: white;
    border-radius: 4px;
    color: black;
    margin: -3px 0 0 -2px !important;
}

/*BEGIN CONTENT*/

/*Hero container*/
div.intro
{
    width: 100%;
    background: url("http://assets.razerzone.com/eeimages/products/22627/razer-orbweaver-chroma-hero-1.png") center center no-repeat #000;
    min-height: 800px;
    position: relative;
}
div.taglines-container
{
    width: 100%;
}   
.tagline
{
    text-transform: none;
    color: #FFFFFF;
    margin-top: 2%;
    text-align: center;
    font-family: 'RazerF5Thin';
}
.tagline span.subtext
{
    font-size: 23px;
}
#reactive, #ripple, #keyboard-background-reactive {display: block;}
div.intro div.logo { margin-top: 5%;}
div.intro .f36 {color: #00ff00; text-transform: uppercase; line-height: 150px;}
div.intro div.hero {margin-top: 3%;} 
.hero-wave-banner {
    width: 300px; 
    height: 600px;
    position:relative; 
    margin:0 auto;

}
.hero-wave-banner > img {
/*    width: 100%;*/
    height: 100%; 
    position:absolute; 
    top:0; 
    left: -45%; 

}
/*End Hero Container*/

/* switch-content */
.switch-container
{
    min-height: 700px;
    background: url("http://assets.razerzone.com/eeimages/products/22627/razer-orbweaver-chroma-switches-2.png") center;
    background-size: cover;
    position: relative;
}
.switch-content
{
    margin-top: 10%;
    text-align: left;
}
/* end switch-content */


/* ergonmic */
.keys-container
{
    min-height: 690px;
    background: url("http://assets.razerzone.com/eeimages/products/22627/razer-orbweaver-chroma-keys.png") center;
    background-size: cover;
    position: relative;
}
.keys-content
{
    margin-top: 20%;
}

/* end ergonmic */

/* chroma */
.modules-container
{
    min-height: 690px;
    background: url("http://assets.razerzone.com/eeimages/products/22627/razer-orbweaver-chroma-modules.png") center;
    background-size: cover;
    position: relative;
}
.modules-content
{
    margin-top: 25%;
}

/* end chroma */

.chroma-container
{
    min-height: 690px;
    background: url("http://assets.razerzone.com/eeimages/products/22627/razer-orbweaver-chroma-chroma.png") center;
    background-size: cover;
    position: relative;
}
.chroma-content
{
    margin-top: 20%;
}



/* lighting effect */
.lighting-effect-container * {
    font-family: "RazerF5Thin";
}

.lighting-effect-container h2 {
    text-align: center;
    padding-top: 3%; 
}

.lighting-effect-content {
    position: relative;
}
.lighting-effect-content .icons:hover { 
    cursor: pointer;
}

.lighting-effect-content .modules-badge {
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 2;
}
.mamba-controls * { color: #888; }
.mamba-controls .panels > div:first-of-type {
  border-left: 1px solid #666;
}
.mamba-controls .panels .body-text {
  line-height: 1.1em;
}

.mamba-controls .panels .header-text { color: #fff; text-transform: uppercase; font-size: 18px; }
.mamba-controls .panels .body-text { font-size: 14px; }
#wave-slider img, #wave-down img, #wave-up img{
  cursor: pointer;
  /*margin-top: -5px;*/
  margin-left: 0px;
}

#mouse-clicks {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 128px;
  width: 210px;
  height: 185px;
  z-index: 1;
  left: 157px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* end lighting effect */

/* comparison */
.comparison-container {
    background-color: #080808; 
    min-height: 600px;
}
.comparison-content h2 { padding-top: 5%; }
.comparison-content table#comparison-chart { color: #888; width: 100%; }
.comparison-content table#comparison-chart tr > td { border: 1px solid #393939; padding: 10px 5px;}
.comparison-content table#comparison-chart tr:first-child > td { border: none; }
.comparison-content table#comparison-chart tr:nth-child(2) > td  { border-top: none;  padding: 10px 0;}
.comparison-content table#comparison-chart tr > td:first-child  { border-left: none; }
.comparison-content table#comparison-chart tr > td:last-child  { border-right: none; }
.comparison-content table#comparison-chart tr:last-child > td  { border: none; padding: 20px 0; }
/* end comparison */

/*start tech*/
.specs-container
{
    min-height: 780px;
    background: url("http://assets.razerzone.com/eeimages/products/22627/razer-orbweaver-chroma-specs.png") center no-repeat #2e2e2e;
    background-size: cover;
    position: relative;
}
 .specs-content 
 {
    margin-top: 10%;
 }
 .specs-content ul 
 {
    margin-left: 13%; 
 }
 .specs-content ul > li
 {
    font-size: 16px;
    list-style: disc;
    padding-bottom: 10px;
 }

.buynow
{
    background: #00b500;
    display: block;
    width: 140px;
    color: white;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}
/*end tech*/

/*---------------------------------------
   SECTION:  Gallery CONTENT                 
-----------------------------------------*/
.gallery-container h2 { padding-top: 5%; }
.gallery-content {
    padding: 30px 0;
}
.gallery-content h1{ 
    color: lime;
    font-weight: 200;
    font-size: 24px;
}
.zoom-gallery{
    text-align: left;
    margin-top: 20px;
}
.zoom-gallery a{
    margin-right: 19px;
    margin-bottom: 27px;
    display: block;
    float: left;
}
.zoom-gallery a.no-r-margin{
    margin-right: 0;
}
.bx-wrapper{
    max-width: 100%;
    float: left;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #333;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: lime;
}
.bx-wrapper .bx-pager{
    bottom: -16%;
}
.bx-wrapper .bx-viewport{
    left: 0;
}
.bx-wrapper{
    display: none;
}
.zoom-gallery{
    display: block;
}
.bx-wrapper img
{
    background: black;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
    right: 10px;
}
img.mfp-img
{
    background: black;
}
.mfp-counter
{
    right: 9px;
}

/*END CONTENT*/

/* Noitfy me */

#small-dialog {
  position: relative;
  background: #000;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.form-element
{
    margin-top: 10px;
}
.form-element input, .form-element select
{
    width: 100%;
    background-color: black;
    border: 1px solid #333;
    color: white;
    padding: 0 10px;
}
.form-element label
{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #888;
}
.form-element input.error, .form-element select.error
{
    border-color: red;
}
.submit-holder
{
    text-align: center;margin-top: 30px;
}
/* End: Noitfy me */


/*---------------------------------------
   SECTION:  footer                 
-----------------------------------------*/

footer{
    background: #121212;
}
.footer-container {
    padding-top: 50px;
    padding-bottom: 0px;
    color: #888;
    padding-bottom: 50px
}
.footer-list {
    margin: 0;
    padding: 0;
}

.footer-list li:first-child {
    padding-left: 0;
}
.footer-list li {
    float: left;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #888888;
    padding-top: 0;
    line-height: 14px;
    color: #888;
    font-weight: normal;
}
.footer-list li:last-child {
    border: 0;
}

.footer-list li:nth-child(4) {
    /*border: 0;*/
}

.footer-list li a {
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

.social{
    text-align: right;
    margin-top: -7px;
}
.social-icons {
    float: right;
}
.social-icons-text-init,.social-icons a{
    float: left
}

p.copyrights{
    text-align: left;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
.mobile-only{
    display: none;
}



.linker{
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    line-height: 20px;
    background: #00a000;
    border-left: 2px solid #00ff00;
    width: 100px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
}

a.linker:hover{
    color: white;
}
.dolby-content p.disclaimer{
    float: none;
    width: 60%;
    font-size: 12px;
    text-align: center;
    margin: 15px auto;
    line-height: 13px;
}
.withbullets li{
    list-style-type: circle;
    margin-left: 18px;
}



@media (max-width: 1230px) {
    
}
@media (max-width: 1080px) {
    
}
@media (max-width: 990px) {
    .display-content
    {
        font-size: 13px;
    }
    .specs ul li.captiontext span i
    {
        display: none;
    }
    .pcmagcontainer
    {
        display: none;
    }
    #reactive, #ripple, #keyboard-background-reactive {display: none;}
.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
    }
    .sticky-navigation .main-navigation li:last-child a{
        width: 70px;
        margin: 0 auto !important;
    }

    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    .navbar-toggle{
        margin-top: 16px;
    }

    .sticky-navigation .main-navigation li{
        padding: 12px 0;
    }
    .sticky-navigation .header-logo-rz{
        position: relative;
    }
    .sticky-navigation .main-navigation li a{
        margin-left: 0 !important;
        padding: 0;
    }
    .container>.navbar-header{
        text-align: left;
        padding-left: 10px; 
    }
    .navbar-fixed-top .navbar-collapse{
        background: #111111;
        display: none;
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
    }
}

@media (max-width: 890px) {
    
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
    }
    .sticky-navigation .main-navigation li:last-child a{
        width: 70px;
        margin: 0 auto !important;
    }
    .mobile-logo{
        display: block;
    }
    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    .navbar-toggle{
        margin-top: 16px;
    }
    img.responsive-image{
        width: 100%;
    }
    .sticky-navigation .main-navigation li{
        padding: 12px 0;
    }
    .sticky-navigation .header-logo-rz{
        position: relative;
    }
    .sticky-navigation .main-navigation li a{
        margin-left: 0 !important;
        padding: 0;
    }
    .container>.navbar-header{
        text-align: left;
        padding-left: 10px; 
    }
    .navbar-fixed-top .navbar-collapse{
        background: #111111;
        display: none;
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
    }
    div.intro{
        padding-top: 0;
        margin-top: 50px;
        background: black;
        min-height: 0;
        height: 800px;
    }
    p.maintagline{
        font-size: 4.625em;
        line-height: 133px;
    }
    div.switch-container{
        background: #080808;
    }
    div.keys-container{
        background: #151516;
    }
    div.modules-container{
        background: #080808;
    }
    div.chroma-container{
        background: #080808;
    }
    div.specs-container{
        background: #161616;
    }
    .intro-header h1.tagline{
        font-size: 30px;
    }
    .mobile-only{
        display: block;
        width: 100%;
    }
   
    .bx-wrapper{
        display: block;
        margin-top: 30px;
    }
    .zoom-gallery{
        display: none;
    }
    .social{
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .pcmagcontainer
    {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 30px;
    }
    .social-icons{
        float: none;
        width: 100%;
        text-align: center;
    }
    .social-icons-text-init, .social-icons a{
        float: none;
    }
    .bx-wrapper .bx-controls-direction a{
        z-index: 3;
    }
    p.copyrights{
        text-align: center;
    }
    div.taglines-container
    {
        bottom: auto;
    }
    h1, h2
    {
        text-align: center;
    }
    .normaltext
    {
        text-align: center;
        color: #888888;
    }
    .video
    {
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .processor,.nvidia
    {
        background: black;
    }
    .processor-content, .nvidia-content
    {
        margin-top: 10px;
        text-align: center;
    }
    .power
    {
        padding: 0;
    }
    .thermal
    {
        background: #151515;
    }
    .igzo
    {
        background: #151515;
    }
    .angle
    {
        background: #1e1e1e;
    }
    .touch,.design
    {
        background: black;
    }
    .fullhd
    {
        background: #0f0f0f;
        min-height: 700px;
    }
    .fullhd-content
    {
        text-align: center;
        margin-top: 10px;
    }
    .design-content-two
    {
        min-height: 0;
    }
    .softwarelist li
    {
        width: auto;
        padding: 10px;
    }
    .design-content-four-content img
    {
        margin: 0 auto;
    }
    .razer-bttn {
        padding: 2px 10px;
        letter-spacing: .1em;
        font-size: 13px;
        font-family: "RazerF5";
    }
    /* Sections */
    .switch-container, .keys-container, .modules-container, .chroma-container, .comparison-container, .specs-container, .gallery-container { min-height: 0;}
    /* END: Sections */
    /* DIP Section */
    .switch-content { margin-top: 5%; }
    /* END: DIP Section */
    
    /* Specs Section */
    .specs-content ul li { text-align: left; }
    /* END: Specs Section */

    .specs ul li,.specs ul li.middle,.specs ul li.captiontext,.specs ul li.full
    {
        border: 1px solid #3f3f3f;
        text-align: left;
    }
    .additional-content
    {
        min-height: 0;
    }
    .spectext
    {
        text-align: left;
    }


}

@media (max-width: 540px) {
    
}

@media (max-width: 480px) {
    
}