﻿/* AUTOGENERATED CSS: To make changes edit smartbanner.scss */
@charset "UTF-8";
/* BACKGROUND GRADIENT */
/* BACKGROUND HORIZONTAL */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/*@mixin font-face($fontFamily: myFont, $eotFileSrc: 'myFont.eot', $woffFileSrc: 'myFont.woff', $ttfFileSrc: 'myFont.ttf') {
  font-family: $fontFamily;
  src: url($eotFileSrc)  format('eot'),
       url($woffFileSrc) format('woff'),
       url($ttfFileSrc)  format('truetype');
}*/
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/*FONT REM PX CONVERT*/
/*rem*/
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link https://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/* Black To White Scale */
/* #fcfcfc */
/* #fafafa */
/* #f7f7f7 */
/* #f5f5f5 */
/* #f2f2f2 */
/* #f0f0f0 */
/* #ededed */
/* #ebebeb */
/* #e8e8e8 */
/* #e6e6e6 */
/* #d9d9d9 */
/* #cccccc */
/* #bfbfbf */
/* #b3b3b3 */
/* #a6a6a6 */
/* #999999 */
/* #8c8c8c */
/* #808080 */
/* #737373 */
/* #666666 */
/* #595959 */
/* #4d4d4d */
/* #404040 */
/* #333333 */
/* #262626 */
/* #1a1a1a */
/* #0d0d0d */
/* Category Color */
/* Ana Renk */
/* GÃ¼ndem */
/* Politika */
/* DÃ¼nya */
/* Ekonomi */
/* Spor */
/* Teknoloji */
/* YaÅŸam */
/* Foto */
/* Video */
/* Bildirimler */
/* Yazarlar */
/* Gazeteler */
/* Piyasalar */
/* CanlÄ± YayÄ±n */
/* Hava Durumu */
/* Namaz Vakti */
/* Ramazan */
/*euro cup*/
/* Custom Color */
/* Spor */
/* Spor 2 */
/* Flat Pallette Color */


#smartbanner {
  /*position: absolute;
    left: 0;
    top: -82px;*/
  width: 100%;
  height: 78px;
  font-family: helveticaneue-regular, Arial;
  background: #fafafa;
  border-bottom: solid 1px #e6e6e6;
  z-index: 9998;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }

#smartbanner, html.sb-animation {
  -webkit-transition: all 0.3s ease; }

#smartbanner .sb-container {
  margin: 0 auto;
  position: relative; }

#smartbanner .sb-close {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 78px;
  line-height: 78px;
  font-family: roboto-light, Arial;
  font-size: 20px;
  text-align: center;
  color: #404040;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased; }

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa; }

#smartbanner .sb-icon {
  position: absolute;
  left: 32px;
  top: 11px;
  display: block;
  width: 56px;
  height: 56px;
  background: #dedede;
  background-size: cover;
  border-radius: 10px; }

#smartbanner.no-icon .sb-icon {
  display: none;
  background: #dedede; }

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 16px;
  width: 44%;
  color: #606060; }

#smartbanner.no-icon .sb-info {
  left: 34px; }

#smartbanner .sb-info strong {
  display: block;
  font-family: roboto-regular, Arial;
  font-size: 13px;
  color: #404040;
  line-height: 16px;
  margin-bottom: 2px; }

#smartbanner .sb-info > span {
  display: block;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 2px; }

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase; }

#smartbanner .sb-button {
  position: absolute;
  right: 10px;
  top: 26px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-family: roboto-medium, Arial;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px; }

/*
    #smartbanner .sb-icon.gloss:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        border-top: 1px solid rgba(255,255,255,0.8);
        width: 100%;
        height: 50%;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%);
        border-radius: 10px 10px 12px 12px;
    }

   #smartbanner.android {
        border-color: #b1b1b1;
        box-shadow: none;
    }

        #smartbanner.android .sb-close {
            border: 0;
            width: 30px;
            height: 78px;
            line-height: 78px;           
            color: #404040;
            background: none;
        }

            #smartbanner.android .sb-close:active {
                color: #eee;
            }

        #smartbanner.android .sb-button {
            min-width: 12%;
            border: 1px solid #b1b1b1;
            padding: 1px;
            color: #606060;
            background: none;
            border-radius: 3px;
            box-shadow: none;
        }

            #smartbanner.android .sb-button span {
                text-align: center;
                display: block;
                padding: 0 10px;
                text-transform: none;
                text-shadow: none;
                box-shadow: none;
            }

            #smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
                background: none;
            }


    #smartbanner.windows .sb-icon {
        border-radius: 0px;
    }*/
