/* ===================================================================
   Import Section
   ====================================================================== */
@import url("icons.css");
@import url("slimmenu.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700|Oswald:300,400,500,600,700&subset=latin-ext");
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;*/

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

  *** Stylesheet Outline ***

  Contents:
  1.0 -  Base styles: opinionated defaults
  2.0 -  Author's custom styles
  3.0 - Layout
  4.0 - Navigation
  5.0 - Content
  6.0 - Sidebar
  7.0 - Footer
*/

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

html,
button,
input,
select,
textarea {
  color: #555;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
.gpretraga *,
.gpretraga *:before,
.gpretraga *:after {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
body {
  background: #f7f7f7;
}
input:focus {
  outline: 0 !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

@-ms-viewport {
  width: device-width;
}

/*
 * A better looking default horizontal rule
 */

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

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

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
  resize: vertical;
}

img {
  width: 100%;
  height: auto;
}

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

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

/* ==========================================================================
   2.0 Author's custom styles
   ========================================================================== */
/* Typography */
/*Browser support for rem
    IE 9+
    Firefox 3.6+
    Chrome 6+
    Safari 5+
    Opera 11.6+
*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-family: sans-serif;
}
body > div {
  font-size: 13px;
  font-size: 1.3rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.769;
}
body {
  font-family: "Open Sans", sans-serif;
}
a,
a:hover,
a:active {
  color: #000;
}
a,
i {
  text-decoration: none;
  outline: 0;
  transition: color 0.2s linear 0s, background 0.1s linear 0s,
    border-color 0.1s linear 0s;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.769;
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: n;
}
h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
blockquote {
  color: #777;
  font: italic 14px/22px verdana, arial, sans-serif;
  margin: 10px;
  padding: 20px 20px 20px 40px;
  background: url(../images/citat-bg.png);
}
blockquote,
q {
  quotes: none;
}
/* ==========================================================================
   3.0 Layout
   ========================================================================== */
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  /* z-index: 5;*/
}

#header-wrapper-full {
  background: #0069b4;
}
#header-wrapper {
  float: left;
  position: relative;
  width: 100%;
}
#top-slogan {
  /*topnav*/
  float: left;
  max-width: 700px;
}
#top-slogan p {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  padding: 5px 0 0 15px;
}
/* Social Icons Top Header*/
#social-wrapper {
  float: right;
  max-width: 300px;
}
#social-wrapper ul {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
#social-wrapper ul li {
  display: inline;
  float: left;
  margin: 0 3px 0 0;
  padding: 3px 0 2px 0;
  width: 24px;
}
#social-wrapper ul li a i {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

/*Banner 970x90px */
#leader-wrapper {
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
#ad-970 {
  display: inline-block;
  max-width: 970px;
  height: auto;
  overflow: hidden;
}
/*Logo*/
#logo-wrapper {
  position: relative;
  line-height: 0;
  margin: 17px 0 0 40px;
  z-index: 1;
}

/* ==========================================================================
   4.0 Navigation
   ========================================================================== */
#sticky-navigation {
  position: relative;
  z-index: 3;
  width: 100%;
}
#nav-wrapper-full {
  position: relative;
  background: #0069b4;
  margin-top: 0px;
  z-index: 2;
}
#nav-wrapper {
  height: 40px;
  position: relative;
  width: 1000px;
}
#main-search {
  float: right;
  overflow: hidden;
  width: 160px;
}
#searchform {
  background: url(../images/search-bg.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: right;
  padding-right: 10px;
  position: relative;
}

#searchform #search-button {
  border: medium none;
  float: left;
}
#searchform input {
  font-family: "Open Sans", sans-serif;
  background: url(../images/search.png) no-repeat right center;
  color: #ddd;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 0 14px;
  width: 121px;
  border: 0;
  height: 40px;
  line-height: 40px;
}

/*Submenu nav*/
#subnav-wrapper {
  background: #87959d;
  height: 35px;
}
#subnav-wrapper ul {
  padding: 0 0 0 20px;
  margin: 0;
}
#subnav-wrapper ul li {
  float: left;
  display: inline;
  padding: 4px 5px;
  margin: 0;
}
#subnav-wrapper li,
#subnav-wrapper li a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fafafa;
}
#subnav-wrapper li a {
}

.navbar-toggle {
  color: #fff;
  display: inline-block;
  background-image: none;
  border: 0 none;
  box-shadow: none;
  color: #fff;
  filter: none;
  margin: 5px 6px 4px;
  padding: 2px 0 6px;
  background-color: transparent;
  border-radius: 4px;
  float: right;
  position: relative;
}
.page-sidebar {
  display: none;
}
/* ==========================================================================
   5.0 Content
   ========================================================================== */
#main {
  position: relative;
  margin-top: 20px;
  background: #f7f7f7;
  box-shadow: 0 20px 150px -40px #000;
  width: 100%;
}
#content-wrapper {
  position: relative;
  width: 100%;
  background: #fff url(../images/white-noise.gif);
}
#home-main {
  border-right: 1px dotted #ccc;
  float: left;
  width: 659px;
}

/* Home - Featured Article */
#main-article {
  position: relative;
  padding: 20px;
}
#main-article .main-figure {
  position: relative;
  z-index: 1;
}
/*Featured sticker*/
.sticker {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 2;
}
.sticker a {
  color: #f7f7f7;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 15px 0px 20px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(224, 224, 224, 1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(224, 224, 224, 1);
  box-shadow: 3px 3px 0px 0px rgba(224, 224, 224, 1);
}
.sticker a:hover {
  color: #e0e0e0;
}

.main-news-shade {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.main-news-shade:before {
  content: "";
  -moz-box-shadow: 0 0 150px 5px #000 inset;
  -ms-box-shadow: 0 0 150px 5px #000 inset;
  -o-box-shadow: 0 0 150px 7px #000 inset;
  -webkit-box-shadow: 0 0 100px 8px #000 inset;
  box-shadow: 0 0 150px 5px #000 inset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#main-article .main-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#main-article h1.headline {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  padding: 17px 20px;
  margin: 0;
}
#main-article p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  font-weight: 400;
}
#main-article p.cat-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  margin: 15px 0 10px 0;
}
#main-article p.cat-date a {
  font-weight: 700;
}

/* Buttons */
.more,
.button {
  background: #555;
  border: 0;
  display: inline-block;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 5px 15px;
  margin-top: 5px;
  text-decoration: none;
}
.more:hover,
.button:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
/*Content Area*/

#content-area {
  padding: 20px 19px 20px 20px;
  width: 100%;
}
#content-inner-page {
  padding: 20px 0px 20px;
  width: 100%;
}

/* Block in Content - add push left for left... */
.content-block {
  color: #777;
  margin: 10px 20px 10px 10px;
  padding: 20px 20px 20px 20px;
  background: url(../images/citat-bg.png);
  width: 40%;
}
.push-left {
  float: left;
}
.push-right {
  float: right;
}

#content-area.inner h1,
#content-area.inner h2,
#content-area.inner h3,
#content-area.inner h4,
#content-area.inner h5,
#content-area.inner h6 {
  color: #333;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
#content-area.inner ol {
  list-style: decimal outside none;
  margin: 10px 0;
}

#content-area.inner ul {
  list-style: disc outside none;
  margin: 0;
}

/* Content list */
.cont-list-wrap {
  background: #f6f6f6;
  padding-bottom: 0px !important;
}
ul.content-list {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
ul.content-list li {
  position: relative;
  border-bottom: 1px dotted #ccc;
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
ul.content-list li:first-child {
  margin-top: 0;
}
.stick {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 2;
}
.stick a {
  color: #f7f7f7;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  font-weight: 400;
  text-decoration: none;
  padding: 0px 12px 0px 12px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(224, 224, 224, 1);
  -moz-box-shadow: 2px 2px 0px 0px rgba(224, 224, 224, 1);
  box-shadow: 2px 2px 0px 0px rgba(224, 224, 224, 1);
}
.stick a:hover {
  color: #e0e0e0;
}
.cont-li-image {
  float: left;
  margin: 2px 20px 0 0;
  position: relative;
  width: 200px;
}
.cont-li-image img {
  opacity: 1;
  transition: opacity 0.2s ease 0s;
}
.cont-li-image a:hover img {
  opacity: 0.8;
}
.cont-li-text {
  float: left;
  width: 360px;
}

.cont-li-text h2 {
  padding: 0;
  margin: 0;
}
.cont-li-text h2 a {
  font-family: "Oswald", sans-serif;
  color: #333;
  float: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 7px;
}

span.cont-byline {
  color: #777;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 12px;
}
span.cont-byline a {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
}
.cont-li-text a.more-link {
  font-style: italic;
}
.cont-li-text p {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 0px;
}

/* Pagination */
#pagination-wrap {
  text-align: center;
  padding: 30px 0 10px;
}
.pagination {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  width: auto;
}
.pagination-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.pagination-list > li {
  display: inline-block;
}
.pagination-page-current,
.pagination-page,
.pagination-page:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 1px 11px 0;
  text-align: center;
}
.pagination-page-current {
  background: #212121;
  color: #fff;
}
.pagination-page {
  text-decoration: none !important;
  background: #f5f5f5;
  color: #666;
}
.pagination-page i {
  font-size: 11px;
  font-size: 1.1rem;
}
/* Inner Page */
.infoline-box {
  background: #f6f6f6;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 5px 20px;
  position: relative;
  width: 100%;
}
.infoline-box .cat-date {
  float: left;
}

.infoline-box .byline {
  color: #999;
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 26px;
}
.infoline-box .byline a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-weight: 400;
}

/*Infoline Share things*/
.infoline-box .page-share {
  float: right;
}
.infoline-box .page-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.infoline-box .page-share ul li {
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}

.infoline-box .page-share li.page-share-widget {
  padding: 3px 5px 0 0 !important;
  margin: 0 !important;
  line-height: normal;
}
.infoline-box.mobile-page {
  border-bottom: 1px dotted #ccc;
  border-top: 0px dotted #ccc;
  width: 100%;
}
.infoline-box.mobile-page .page-share {
  float: right;
}

/* Contact Form */
.headline-wrap {
  padding: 0px;
}
#contact-wrap {
  padding: 0px 20px;
  position: relative;
}
.headline-wrap {
  padding-bottom: 20px;
}

.headline-wrap h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 12px;
  margin: 0 0 20px 20px;
  padding: 5px 7px;
  position: relative;
  text-transform: uppercase;
  display: inline !important;
  z-index: 10;
}

#contact-form input {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -ms-box-shadow: 2px 2px 5px 0px #eee inset;
  -moz-box-shadow: 2px 2px 5px 0px #eee inset;
  -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
  -o-box-shadow: 2px 2px 5px 0px #eee inset;
  box-shadow: 2px 2px 5px 0px #eee inset;
  display: block;
  margin: 0 0 9px;
  padding: 5px;
  width: auto;
}

#contact-form textarea {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -ms-box-shadow: 2px 2px 5px 0px #eee inset;
  -moz-box-shadow: 2px 2px 5px 0px #eee inset;
  -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
  -o-box-shadow: 2px 2px 5px 0px #eee inset;
  box-shadow: 2px 2px 5px 0px #eee inset;
  width: 95%;
}

#contact-form .submit {
  background: #555;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px 10px;
  width: 120px;
}

#contact-form .submit:hover {
  background: #333;
}

#contact-form label {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.required {
  color: #ff4b33;
  font-weight: bold;
}

/* Under post 300x150 ads */
.under-post-ads {
  padding: 20px 0 20px 20px;
}
.under-post-ads div {
  padding: 0;
  margin: 0;
  width: 300px;
  float: left;
}
.under-post-ads div.first-child {
  padding: 0;
  margin: 0 20px 0 0;
}
/* ==========================================================================
   6.0 Sidebar
   ========================================================================== */
#sidebar-wrapper {
  float: right;
  width: 340px;
}

#sidebar-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar-wrapper ul li {
  padding: 20px;
  overflow: hidden;
}

.ad-300 {
  overflow: hidden;
  text-align: center;
  width: 300px;
}
.video-300 {
  overflow: hidden;
  text-align: center;
  width: 300px;
}
.video-300 iframe {
  max-width: 300px !important;
  max-height: 169px !important;
}
.sidebar-top-header {
  float: left;
  height: 25px;
  margin: -20px 0 7px -20px;
  width: 340px;
}
h3.sidebar-hline,
h3.sidebar-hline a {
  color: #fff;
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 13px;
  margin: 0 0 0 20px;
  padding: 5px 10px 7px;
  position: relative;
  z-index: 2;
}
/* Tabber */
#sidebar-wrapper ul li.li-for-tabber {
  padding: 20px 0px !important;
  overflow: hidden;
}
ul.tabber {
  float: left;
  padding: 0 0 0 20px !important;
  width: 100%;
}
ul.tabber li {
  display: inline;
  float: left;
  margin: 0 2px 0 0 !important;
  padding: 0 !important;
  background: #777;
}
ul.tabber li h4 {
  margin: 0;
  padding: 0;
}
ul.tabber li a {
  color: #fff;
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  font-weight: 400 !important;
  margin: 0;
  padding: 5px 10px 7px;
  text-decoration: none;
}

#sidebar-wrapper .tab-wrap ul li div.ls-content {
  float: left;
  width: 205px;
}

#sidebar-wrapper .tab-wrap h2 {
  margin: 0 0 5px 0;
}
#sidebar-wrapper .tab-wrap h2,
#sidebar-wrapper .tab-wrap h2 a {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  font-weight: 700;
}
#sidebar-wrapper .tab-wrap ul {
  border-bottom: 1px dotted #ccc;
}
#sidebar-wrapper .tab-wrap li {
  border-top: 1px dotted #ccc;
  display: block;
  width: 100%;
}
#sidebar-wrapper .tab-wrap li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 20px;
}

#sidebar-wrapper .tabber-content ul {
  margin: 0;
  padding: 0;
  clear: both;
}
#sidebar-wrapper .tabber-content ul li img {
  float: left;
  margin: 0 10px 0 0;
  opacity: 1;
  transition: opacity 0.2s ease 0s;
  width: 85px;
}
#sidebar-wrapper .tabber-content ul li img:hover {
  opacity: 0.8;
}
span.list-byline {
  color: #777;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 5px;
  display: block;
}
span.list-byline a {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
}

/* ==========================================================================
   7.0 Footer
   ========================================================================== */
footer {
  background: #fff /*url(../images/balck-noise.png)*/
    url("../images/white-noise.gif");
  border-top: solid 35px #0069b4;
  z-index: 5;
  position: relative;
}
footer h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
  /*text-shadow: 1px 1px 2px #000;*/
}
#footer .wrapper {
}
#footer a {
  color: #333;
}
#footer ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

#footer .ul-block {
  float: left;
  padding: 20px;
  width: 640px;
}
#footer.ul-block ul li {
  /*float:left;*/
  width: 150px;
  overflow: hidden;
}

#footer .social-block {
  float: left;
  padding: 20px;
  width: 300px;
  /*margin-top:65px;*/
}
ul.footer-list,
ul.footer-list li a {
  color: #aaa;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
ul.footer-list li {
  float: left;
  overflow: hidden;
  width: 200px;
}

ul.social {
  padding: 0;
  margin: 15px 0 0 0 !important;
  list-style: none;
}
ul.social li {
  float: left;
  margin-right: 10px;
}
ul.social li i {
  font-size: 32px;
  font-size: 3.2rem;
  color: #87959d;
  /*text-shadow: 1px 1px 2px #000;*/
}
.footerBlock {
  float: left;
  width: 150px;
}

/* Tags */
ul.tag-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0 !important;
}
ul.tag-list li {
  color: #333;
  float: left;
  margin-right: 4px;
  margin-bottom: 5px;
}
ul.tag-list li.first {
  margin-right: 10px;
}
ul.tag-list li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff !important;
  padding: 2px 4px;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#copyright-wrap {
  /*background:#87959d;*/
  padding: 14px 0;
}
#copyright-wrap p {
  margin: 0;
}
.copy-wrap {
  float: left;
}
.ft-wrap {
  float: right;
}
#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-menu a {
  color: #aaa;
}
#footer-menu li {
  float: left;
  margin-left: 7px;
  color: #aaa;
}
#footer-menu li,
#footer-menu li a,
#copyright-wrap p,
#copyright-wrap p a {
  color: #333;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

#copyright-wrap .wrapper {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
#copyright-wrap .wrapper p,
#copyright-wrap .wrapper a,
#copyright-wrap .wrapper li {
  color: #555;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.padding-30 {
  padding: 30px 0;
}

.preload-img {
  background: url(../images/AjaxLoader.gif) 0 0 no-repeat;
  width: 64px;
  height: 64px;
  display: block;
}

/*
 * Image replacement
 */

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

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

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

.clearfix:after {
  clear: both;
}

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

.clearfix {
  *zoom: 1;
}
video {
  width: 100% !important;
  height: auto !important;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrap object,
.video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap.small {
  padding: 0;
  width: 300px;
  height: 160px;
}

span.skype_pnh_container {
  display: none !important;
}

span.skype_pnh_print_container {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm;
  }

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

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

/* 2.12.2014 */
#brand-list {
  text-align: center;
  padding: 25px 0 0 13px;
}
#brand-list .half-column {
  width: 49%;
  float: left;
  text-align: center;
}
#brand-list ul {
  margin: 0 auto !important;
}
#brand-list li {
  margin: 0 0 5px 0;
  padding: 0 !important;
}
#brand-list li a {
  color: #222;
  text-align: center;
  width: 130px;
  display: block;
  line-height: 20px;
  border: 1px solid #eee;
  background: #f6f6f6;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
}
#brand-list li a:hover,
#brand-list li.active a {
  text-decoration: none;
  background: #87959d;
  color: #fff !important;
}
.sb-top-gap {
  padding-top: 35px !important;
}

/* Mobile Produsts */
.cont-phones {
  /*padding-bottom:30px!important;*/
}
.cont-phones h1 {
  padding-left: 15px;
  margin-top: 10px !important;
  color: #333;
}
.columns1 {
  width: 33%;
  float: left;
  padding: 15px 0 0 0;
  margin: 0 0 10px 0;
  height: 255px;
  overflow: hidden;
}
.columns1 h2,
.columns1 h2 a {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 0 15px;
  line-height: 1.3;
  color: #333;
}
.columns1 img {
  width: 139px;
  height: 184px;
}
#content-wrapper.cont-phones {
  background: #fff;
}
#content-wrapper.cont-phones .columns1:hover {
  outline: 2px solid #0069b4;
  /*background:#f6f6f6;*/
}
#content-wrapper.cont-phones a:hover {
  color: #666;
  text-decoration: none;
}

.center {
  text-align: center;
}

.breadcrumb {
  border-bottom: 1px dotted #ccc;
  color: #777;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 10px 20px;
}

/* Mobile page
--------------------------------------------*/
#phone-specs-pic {
  padding-top: 17px;
  width: 28%;
  float: left;
  background: #f2f2f2;
  margin-right: 2%;
}
#phone-specs-pic figure {
  text-align: center;
}
#phone-specs-pic img {
  width: 139px;
  height: 184px;
  padding: 4px;
  background: #fff;
  border: 1px solid #ddd;
}
#phone-spec-menu {
  margin: 20px 0 0 0;
  padding: 0 0 20px 15px;
  list-style: none;
}
#phone-spec-menu li {
  width: 139px;
  border-bottom: 1px solid #ddd;
}
#phone-spec-menu li.last {
  border: 0;
}
#phone-spec-menu li a {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #0069b4;
  line-height: 20px;
  width: 139px;
  padding: 2px;
  text-decoration: none;
}
#phone-spec-menu li a:before {
  content: "\00bb";
  margin-right: 4px;
}

#phone-spec-menu li a:hover {
  background: #fff;
}
/* Table */
#table-spe-wrap {
  width: 68%;
  float: left;
}
.spec-table {
  border: 2px solid #f2f2f2;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 25px;
}
.spec-table th {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 6px;
  text-align: left;
  text-transform: uppercase;
}
.spec-table td.key {
  width: 30%;
  font-weight: 600;
}
.spec-table td {
  border: 1px solid #f2f2f2;
  padding: 6px;
}

#table-spe-wrap h4 {
  padding: 0;
  margin: 0 0 10px 0;
}

/* sidebar-list mobile page*/
.sidebar-list {
  margin: 0;
  padding: 0 15px 20px 15px;
  list-style: none;
  border-top: 20px solid #fff;
}
.sidebar-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.sidebar-list li:first-child {
  padding: 0;
}
.sidebar-list li:first-child,
.sidebar-list li.last {
  border: 0;
}
.sidebar-list h2 {
  margin: 15px 0 0 0;
  font-size: 23px;
  font-size: 2.3rem;
}
.sidebar-list h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
span.post-date {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
}

dialog {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -200px;
  height: 400px;
  width: 300px;
  text-align: center;
  background-color: #0069b4;
  min-width: 300px;
  z-index: 999999;
  display: block;
  border: none;
}
dialog h3 {
  cursor: pointer;
  color: white;
}
#fbTest {
  display: none;
  background-color: white;
  min-height: 241px;
  overflow: hidden;
}
#overLay {
  display: none;
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
