/*
Theme Name: Blue Kino
Theme URI: http://kino.pandela.net/
Description: My first wordpress theme.
Version: 1.0
Author: Kino
Author URI: http://kino.pandela.net/
*/


body {
    font-size: 20px;
    font-family: Arial;
    background : #6273ff;
    color: #333;
    padding: 0;
    margin: 0;
    transition: all 1s ease;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {    
    font-size: 2em;    
    font-family: Lucida, Grande, Verdana, Arial;
    background: #6273ff;    
    color: #333;    
  }
}

@media only screen and (min-width: 1224px) {
  body {    
    font-size: 14px;    
    font-family: Arial;    
    background : #6273ff;
    color: #333;    
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {    
    font-size: 14px;    
    font-family: Lucida, Grande, Verdana, Arial;    
    background: #6273ff;    
    color: #333;    
  }
}

img {
    border: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

@-webkit-keyframes link-click {
  from  { color: #3e57f7; }
  to   { color: #ffdbdb; }
}

a {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border-color: rgba(173, 173, 173, 1);
    border-width: 2px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    background-color: rgba(0, 255, 255, 0.5);
    border-radius: 5px;
    text-shadow: 3px 3px 3px #b3b3b3;
    padding: 2px;
}

a:active {
  -webkit-animation: link-click 0.5s steps(10) infinite alternate;
    animation-delay: 1.3s;
    text-shadow: 1px 1px 0px #000;
}

@-webkit-keyframes brokenlink_anim {
  from  { background: #e0d500; color: #e0d500; }
  to   { background: #000000; color: #000000; }
}

.brokenlink {display: inline;}

.brokenlink a:link {
    background-color: #e0d500;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 1);
    border-width: 2px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.brokenlink a:hover {
  -webkit-animation: brokenlink_anim 0.3s steps(4) infinite alternate;
    text-shadow: 0px 0px 0px #000;
}


.brokenlink a:visited {
    background-color: #a60000;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 1);
    border-width: 2px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
a {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    border-color: rgba(173, 173, 173, 1);
    border-width: 2px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
}
}

h2 {
    text-align: left;
    padding: 0;
}

@-webkit-keyframes bq-unselectable {
  from  { background: #969696; }
  to   { background: #9c5b5b; }
}

blockquote {
background: #969696;
border-width: 4px;
border-color: #a1794f;
border-radius: 3px;
color: #fff;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
box-shadow: 0px 0px 3px #a1794f;
text-shadow: 0px 0px 3px #000;
-webkit-user-select: none;
-moz-user-select: none; 
-ms-user-select: none;
}

blockquote:active {
  -webkit-animation: bq-unselectable 0.5s steps(4) infinite alternate;
  cursor:not-allowed;
}

#twitter_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/twitter_inactive.png");
    padding: 0px;
    background-repeat: no-repeat;
}

#twitter_icon:hover {
    background: url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/twitter_active.gif");
    background-repeat: no-repeat;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#twitter_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background:  url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/twitter_active.gif");
    padding: 0px;
    background-repeat: no-repeat;
}
}

#facebook_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/facebook_inactive.png");
    padding: 0px;
    background-repeat: no-repeat;
}

#facebook_icon:hover {
    background: url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/facebook_active.gif");
    background-repeat: no-repeat;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#facebook_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background:  url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/facebook_active.gif");
    padding: 0px;
    background-repeat: no-repeat;
}
}

#youtube_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://www.dropbox.com/s/t4ivmljh3mqfgbx/youtube_inactive.png?dl=0");
    padding: 0px;
    background-repeat: no-repeat;
}

#youtube_icon:hover {
    background: url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/youtube_active.gif");
    background-repeat: no-repeat;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#youtube_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background:  url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/youtube_active.gif");
    padding: 0px;
    background-repeat: no-repeat;
}
}

#deviantart_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/deviantart_inactive.png");
    padding: 0px;
    background-repeat: no-repeat;
}

#deviantart_icon:hover {
    background: url("https://dl.dropboxusercontent.com/u/17839659/Blog/media_icons/deviantart_active.gif");
    background-repeat: no-repeat;
}

#sidebar {
    float: left;
    top: 250px;
    left: 300px;
    margin-left: -300px;
    position: absolute;
    width: 150px;
    font-size: 10px;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    box-shadow: 0px 0px 0px #000;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.8s ease;
}

@-webkit-keyframes headersb-fadeup {
  0%   { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0) 99%); }
  25% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0.1) 99%); }
  50% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0.2) 99%); }
  75% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0.3) 99%); }
  100% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.4) 04%, rgba(50, 50, 255, 0.4) 99%); }
}

@-webkit-keyframes headersb-fadedown {
  0%   { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.4) 04%, rgba(50, 50, 255, 0.4) 99%); }
  25% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0.3) 99%); }
  50% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0.2) 99%); }
  75% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0.1) 99%); }
  100% { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(50, 50, 255, 0) 99%); }
}

@-webkit-keyframes headersb-nolink {
  0%   { background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.4) 04%, rgba(50, 50, 255, 0.4) 99%); }
  25%   { background : -webkit-linear-gradient(top, rgba(255, 0, 0, 0.2) 04%, rgba(255, 0, 0, 0.2) 99%); }
  50% { background : -webkit-linear-gradient(top, rgba(255, 0, 0, 0.1) 04%, rgba(255, 0, 0, 0.1) 99%); }
  100% { background : -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 04%, rgba(255, 0, 0, 0) 99%); }
}


#headersidebar {
  -webkit-animation: headersb-fadedown 0.3s forwards;
    background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.3) 04%, rgba(255, 255, 255, 0) 99%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative;
    width: 75px;
    margin-left: 35px;
    transition: all 0.8s ease;
	font-size: 12px;
}

#headersidebar:hover {
  -webkit-animation: headersb-fadeup 0.3s forwards;
    background : -webkit-linear-gradient(top, rgba(50, 50, 255, 0.4) 04%, rgba(50, 50, 255, 0.4) 99%);

}

#headersidebar:active {
  -webkit-animation: headersb-nolink 0.4s infinite alternate;
}

@media only screen and (min-width: 1224px) {
#headersidebar {
    width: 150px;
    margin-left: 50px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#headersidebar {
    width: 150px;
    margin-left: 35px;
}
}

#sidebar:hover {
    box-shadow: 1px 1px 30px 3px #000;
    border-radius: 5px;
    background-color: rgba(250, 245, 220, 1);
}

#sidebar a {
    transition: all 0.2s ease;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #sidebar {    
    float: left;    
    top: 50px;    
    left: 300px;    
    margin-left: -600px;    
    position: absolute;    
    width: 200px;    
    -ms-overflow-y: auto;    -ms-overflow-y: auto;
    overflow-y: auto;    
    background: #fff;
  }
}

@media only screen and (min-width: 1224px) {
  #sidebar {    
    float: left;    
    top: 250px;    
    left: 300px;    
    margin-left: -300px;    
    position: absolute;    
    width: 250px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #sidebar {    
    float: left;    
    top: 250px;    
    left: 300px;    
    margin-left: -300px;    
    position: absolute;    
    width: 200px;
    overflow-y: auto;    
    background-color: rgba(255, 255, 255, 0.3);
  }
}

#topbartv {
    float: left;
    top: -60px;
    left: 0px;
    margin-left: 0px;
    text-align: center;
    position: relative;
    height: 30px;
    font-size: 70%;
    width: 100%;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    transition: all 0.5s ease;
}

#topbartv a {
    transition: all 2s ease;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #topbartv {    
    float: left;    
    top: 0px;    
    left: 0px;    
    margin-left: 0px;    
    text-align: center;    
    position: relative;    
    height: 60px;    
    width: 100%;    
    background: #fff;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #topbartv {    
    float: left;    
    top: -60px;    
    left: 0px;    
    margin-left: 0px;    
    text-align: center;    
    position: relative;    
    height: 60px;    
    width: 100%;    
    background: #fff;
  }
}

#header {
    top: 20px;
    right: 50px;
    width: 125px;
    height: 125px;
    z-index: 1000;
    text-align: right;
    position: absolute;
    column-span: 1;
    -webkit-column-count: 3;
    column-width: 300px;
    background: url("images/badge.png") no-repeat;
}

#container {
    text-align: center;
    padding: 129px 0 0;
    margin-right: auto;
    margin-left: auto;
    width: 55%;
}

/*------- Tab Menu ---------*/

#nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
    width: 525px;
    font: x-small/normal tahoma, verdana, arial, helvetica, sans-serif;
}

#nav li {
    display: inline;
}

#nav a {
    margin: 0;
    float: left;
    padding: 0 0 0 24px;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    background: url("images/tab.gif") no-repeat left top;
}

#nav a span {
    color: #777;
    float: left;
    padding: 5px 36px 4px 11px;
    background: url("images/tab.gif") no-repeat right top;
}

#nav #current a {
    border-width: 0;
    font-weight: bold;
    background-position: 0 -80px;
}

#nav #current a span {
    color: #555;
    padding-bottom: 4px;
    background-position: 100% -80px;
}

#nav a:hover {
    background-position: 0% -40px;
}

#nav a:hover span {
    background-position: 100% -40px;
}

/*------- Posts ---------*/

#content {
    margin: 20px 0;
    padding: 0;
}

#content a, .entry a, .commentlist a, #footer a {
    color: #862dfa;
    transition: all 0.5s ease;
}

#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
    color: #002bd9;
    transition: all 0.5s ease;
}

@media  (min-width: 400px) {
  #content a, .entry a, .commentlist a, #footer a {    
    color: #862dfa;
  }
  #content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {    
    color: #002bd9;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #content a, .entry a, .commentlist a, #footer a {    
    color: #003dd6;
  }
  #content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {    
    color: #ff0000;
  }
}

.entry {
    padding: 10px 0;
    text-align: justify;
    margin: 0;
}

.entry li {
    list-style: none;
    margin: 10px 0 0;
    list-style-image: url("images/bullet.gif");
}

.pie {
    color: #777;
    font-size: 12px;
    text-align: right;
}

.date {
    padding-left: 15px;
    background: url("images/arrows.png") center left no-repeat;
}

.categories {
    padding-left: 15px;
    background: url("images/post.gif") center left no-repeat;
}

.comments {
    padding-left: 17px;
    background: url("images/comments.gif") center left no-repeat;
}

/*------- Rounded divs ------------*/

.rounded-box {
    text-rendering: optimizeLegibility;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    border-radius: 17px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    position: relative;
    padding: 0;
    margin-left: 0px;
    width: 100%;
    box-shadow: 0px 0px 2px  3px rgba(0,0,0,0.55);
    transition: all 0.7s ease-out;
    background: rgba(255,255,255,0.7);
}

.rounded-box:hover {
    border-width: 1px;
    margin-top: -1%;
    margin-left: -1%;
    margin-bottom: 1%;
    box-shadow: 4px 4px 2px  2px rgba(0,0,0,0.55);
    background: rgba(219,230,189,1);
}

.rounded-box:hover a {
    background-color: rgba(0,0,0,0.2);
    color: #13629e;
}

.rounded-box img {
    transition: all 0.2s ease-out;
    border-color: #22ff00;
    border-style: solid;
    border-width: 0px;
}

.rounded-box img:hover {
    border-width: 2px;
    border-radius: 15px;
}

.rounded-box:active {
    box-shadow: 2px 2px 0px  0px rgba(0,0,0,0.55);
}

.rounded_box a: {
    background-color: rgba(0, 0, 0, 0.2);
    target-name:new;
    target-new:tab;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .rounded-box {    
    background: rgba(128,128,128,0.2);
    position: relative;    
    padding: 0;    
    margin-left: -39%;    
    width: 178%;    
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .rounded-box:hover {    
    padding: 0;    
    margin-left: -39%;
    width: 178%;        
    margin-top: 0%;    
    margin-bottom: 0%;    
  }
}

@media only screen and (min-width: 1224px) {
  .rounded-box {    
    position: relative;    
    padding: 0;    
    margin-left: 0px;    
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .rounded-box {    
    position: relative;    
    padding: 0;    
    margin-left: 0px;    
    width: 100%;    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .rounded-box:hover {    
    padding: 0;    
    margin-left: 0px;
    width: 100%;    
    margin-top: 0%;    
    margin-bottom: 0%;    
  }
}

.box-contents {
    position: relative;
    padding: 20px 30px 15px;
}

/* --- Comments template --- */

#comments {
    margin: 30px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #e6e6e6;
}

#comments li {
    list-style: none;
    list-style-image: none;
    margin: 0 15px 0 -30px;
}

#comments .header {
    background-color: #EDF3DE;
}

#comments .header.alt {
    background-color: #D8E7F3;
}

/* --- Footer ---*/

#footer {
    padding: 0 30px 10px;
    text-align: center;
}

/*---- Flickr code----*/

#flickr_www {
    color: #3993ff;
}

#flickr_badge_wrapper {
    width: 500px;
}

#flickr_badge_wrapper a:hover, #flickr_badge_under_wrapper a:hover {
    border-bottom: 0px;
}

#flickr_badge_under_wrapper {
    text-align: right;
}

/*SWIMBI*/

#swimbi {
    padding: 22px 0px 0 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    left: 0px;
    transition: all 0.3s ease;
}

#swimbi a {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif ;
    transition: all 0.3s ease;
}

#swimbi ul {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    background: #ebebeb;
    min-width: 469px;
    padding: 0 6px 0 6px;
    margin: 0;
    width: auto;
    text-align: none;
    list-style: none;
    position: relative;
    display: inline-table;
    border-radius: 10px;
    box-shadow: 0px 0px 0px  0px rgba(0,0,0,0.64);
    transition: all 0.3s ease;
}

#swimbi ul:hover {
    box-shadow: 3px 3px 1px  1px rgba(0,0,0,0.64);
    background: #ffffff;
}

#swimbi ul li {
border-color: #000000;
border-width: 0px;
border-radius: 0px;  
    float: left;
    position: relative;
    transition: all 0.3s ease;
}

#swimbi ul li:hover > ul {
    display: block;
    transition: all 0.3s ease;
}

#swimbi ul li:hover > a {
    color: #00bfff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

#swimbi ul li:hover > a:only-child {
    box-shadow: none;
}

#swimbi ul li a {
    display: block;
    padding: 0px 18px;
    line-height: 35px;
    height: 35px;
    color: #020fff;
    text-decoration: none;
    margin-right: -1px;
    white-space: nowrap;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.10);
    transition: all 0.3s ease;
}

#swimbi ul ul {
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    display: none;
    background: #92b4d9;
    border-radius: 5px;
    width: auto;
    min-width: 160px;
    padding: 0px 1px 1px 1px;
    margin: 0;
    position: absolute;
    margin-top: 0;
    box-shadow: 0px 0px 0px  0px rgba(85,85,85,0.0);
    top: 35px;
    transition: all 0.3s ease;
}

#swimbi ul ul li {
    float: none;
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #999;
    transition: all 0.3s ease;
}

#swimbi ul ul li a {
    padding: 0px 20px;
    padding-right: 26px;
    line-height: 25px;
    height: 25px;
    color: #474747 ;
    margin: 0;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.0);
    transition: all 0.3s ease;
}

#swimbi ul ul li:hover > a {
    border-radius: 0px;
    color: #474747 ;
    box-shadow: none;
    transition: all 0.3s ease;
}

#swimbi ul ul li a:hover {
    border-radius: 0px;
    background: #c4c4c4;
    transition: all 0.3s ease;
}

#swimbi canvas {
    position: absolute;
    width: 1px;
    height: 1px;
    transition: all 0.3s ease;
}

canvas noscript {
    display: none;
    transition: all 0.3s ease;
}

#swimbi ul ul ul {
    position: absolute;
    z-index: 9;
    left: 100%;
    top: 0;
    transition: all 0.3s ease;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi {    
    padding: 22px 0px 0 0px;    
    position: absolute;    
    width: 100%;    
    text-align: center;    
    z-index: 9999;    
    font-size: 19px;    
    font-style: normal;    
    font-variant: normal;    
    font-weight: 300;    
    left: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi a {    
    font-family: Verdana, Geneva, sans-serif;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul {    
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAtCAYAAABvewHEAAAAUUlEQVQIW1XEyQnAMBADQNR/fz7Xt12HDCGgZB6Dcw6x935baxFqzkmoMQaheu+Eaq0RqtZKqFIK8WRm33LOhEopESrGSKgQAqG894RyzhH/LoszoXoJo2h0AAAAAElFTkSuQmCC);    
    min-width: 613px;    
    padding: 0 20px 0 20px;    
    margin: 0;    
    width: auto;    
    text-align: none;    
    list-style: none;    
    position: relative;    
    display: inline-table;    
    -webkit-border-radius: 4px;    
    -webkit-border-radius: 4px;    -webkit-border-radius: 4px;
    border-radius: 4px;    
    -webkit-box-shadow: 0px 2px 1px 0px rgba(85,85,85,0.55);    
    -webkit-box-shadow: 0px 2px 1px 0px rgba(85,85,85,0.55);    -webkit-box-shadow: 0px 2px 1px  0px rgba(85,85,85,0.55);
    box-shadow: 0px 2px 1px  0px rgba(85,85,85,0.55);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul:hover {    
    -webkit-box-shadow: 0px 2px 1px 0px rgba(85,85,85,0.55);    
    -webkit-box-shadow: 0px 2px 1px 0px rgba(85,85,85,0.55);    -webkit-box-shadow: 0px 2px 1px  0px rgba(85,85,85,0.55);
    box-shadow: 0px 2px 1px  0px rgba(85,85,85,0.55);    
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAtCAYAAABvewHEAAAAUUlEQVQIW1XEyQnAMBADQNR/fz7Xt12HDCGgZB6Dcw6x935baxFqzkmoMQaheu+Eaq0RqtZKqFIK8WRm33LOhEopESrGSKgQAqG894RyzhH/LoszoXoJo2h0AAAAAElFTkSuQmCC);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul li {    
    float: left;    
    position: relative;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul li:hover > ul {    
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul li:hover > a {    
    color: #26baff;    
    position: relative;    
    z-index: 1;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul li a {    
    display: block;    
    padding: 0px 18px;    
    line-height: 45px;    
    height: 45px;    
    color: #616161;    
    text-decoration: none;    
    margin-right: -1px;    
    white-space: nowrap;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul ul {    
    font-size: 15px;    
    font-style: normal;    
    font-variant: normal;    
    font-weight: normal;    
    display: none;    
    background: #f7f7f7;    
    -webkit-border-radius: 4px;    
    -webkit-border-radius: 4px;    -webkit-border-radius: 4px;
    border-radius: 4px;    
    width: auto;    
    min-width: 160px;    
    padding: 0px 1px 2px 1px;    
    margin: 0;    
    position: absolute;    
    margin-top: 0;    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(85,85,85,0.0);    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(85,85,85,0.0);    -webkit-box-shadow: 0px 0px 0px  0px rgba(85,85,85,0.0);
    box-shadow: 0px 0px 0px  0px rgba(85,85,85,0.0);    
    top: 43px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul ul li {    
    float: none;    
    position: relative;    
    width: 100%;    
    text-align: left;    
    border-bottom: 1px solid #999;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul ul li a {    
    padding: 0px 20px;    
    padding-right: 26px;    
    line-height: 25px;    
    height: 25px;    
    color: #616161 !important;    
    margin: 0;    text-shadow: 0px 0px 1px rgba(0,0,0,0.0);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul ul li:hover > a {    
    -webkit-border-radius: 0px;    
    -webkit-border-radius: 0px;    -webkit-border-radius: 0px;
    border-radius: 0px;    
    color: #26baff !important;    
    -webkit-box-shadow: none;    
    -webkit-box-shadow: none;    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul ul li a:hover {    
    -webkit-border-radius: 0px;    
    -webkit-border-radius: 0px;    -webkit-border-radius: 0px;
    border-radius: 0px;    
    background: #616161;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi canvas {    
    position: absolute;    
    width: 1px;    
    height: 1px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  canvas noscript {    
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #swimbi ul ul ul {    
    position: absolute;    
    z-index: 9;    
    left: 100%;    
    top: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi {    
    padding: 15px 0px 0 0px;    
    position: absolute;    
    width: 100%;    
    text-align: center;    
    z-index: 9999;    
    font-size: 45px;    
    font-style: normal;    
    font-variant: normal;    
    font-weight: 300;    
    left: 0px;
top: 70px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi a {    
    font-family: Verdana, Geneva, sans-serif;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul {
    background: #ffffff;    
    min-width: 713px;    
    padding: -20px 0px 0 15px;    
    margin: 0;    
    width: auto;    
    text-align: none;    
    list-style: none;    
    position: relative;    
    display: inline-table;    
    -webkit-border-radius: 4px;    
    -webkit-border-radius: 4px;    -webkit-border-radius: 4px;
    border-radius: 0px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul:hover {    
    -webkit-box-shadow: 0px 2px 1px 0px rgba(85,85,85,0.55);    
    -webkit-box-shadow: 0px 2px 1px 0px rgba(85,85,85,0.55);    -webkit-box-shadow: 0px 2px 1px  0px rgba(85,85,85,0.55);
    box-shadow: 0px 2px 1px  0px rgba(85,85,85,0.55);    
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul li {    
    float: left;
    background: #ffffff;
border-color: #000000;
border-width: 2px;
border-radius: 14px;  
    padding: 35px 0 35px 0;    
    position: relative;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul li:hover > ul {    
    display: block;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul li:hover > a {    
    color: #26baff;    
    position: relative;    
    z-index: 1;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul li a {    
    display: block;    
    padding: 0px 18px;    
    line-height: 45px;    
    height: 45px;    
    color: #616161;    
    text-decoration: none;    
    margin-right: -1px;    
    white-space: nowrap;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul ul {    
    font-size: 48px;    
    font-style: normal;    
    font-variant: normal;    
    font-weight: normal;    
    display: none;    
    background: #ffffff;    
    -webkit-border-radius: 4px;    
    -webkit-border-radius: 4px;    -webkit-border-radius: 4px;
    border-radius: 25px;    
    width: auto;    
    min-width: 160px;    
    padding: 0px 1px 2px 1px;    
    margin: 0;    
    position: absolute;    
    margin-top: 0;    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(85,85,85,0.0);    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(85,85,85,0.0);    -webkit-box-shadow: 0px 0px 0px  0px rgba(85,85,85,0.0);
    box-shadow: 0px 0px 0px  0px rgba(85,85,85,0.0);    
    top: 93px;
    left: -73px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul ul li {    
    float: none;    
    position: relative;    
    width: 100%;    
    text-align: left;   
    padding: 20px 0 20px 0;   
    border-bottom: 1px solid #999;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul ul li a {    
    padding: 0px 20px;    
    padding-right: 26px;    
    line-height: 25px;    
    height: 25px;    
    color: #616161 !important;    
    margin: 0;    text-shadow: 0px 0px 1px rgba(0,0,0,0.0);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul ul li:hover > a {    
    -webkit-border-radius: 0px;    
    -webkit-border-radius: 0px;    -webkit-border-radius: 0px;
    border-radius: 0px;    
    color: #26baff !important;    
    -webkit-box-shadow: none;    
    -webkit-box-shadow: none;    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul ul li a:hover {    
    -webkit-border-radius: 0px;    
    -webkit-border-radius: 0px;    -webkit-border-radius: 0px;
    border-radius: 0px;    
    background: #616161;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi canvas {    
    position: absolute;    
    width: 1px;    
    height: 1px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  canvas noscript {    
    display: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #swimbi ul ul ul {    
    position: absolute;    
    z-index: 9;    
    left: 100%;    
    top: 0;
  }
}