/*
Theme Name: RobertSmug.pl
Description: This theme was coded for Robert Smug
Author: pierwszastronamedalu.pl
Author URI: http://pierwszastronamedalu.pl/
*/

a,
abbr,
acronym,
address,
applet,
section,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
mainmenu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
mainmenu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/VNUH7ZAcagYBWsAiBBCEYz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
}
.clear {
  clear: both;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
}
.alignright {
  display: block;
  float: right;
  margin-left: 10px;
}
.green-gradient {
  background: #29cb57;
  background: -moz-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #29cb57), color-stop(100%, #08ba30));
  background: -webkit-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: -o-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: -ms-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: linear-gradient(to bottom, #29cb57 1%, #08ba30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29cb57', endColorstr='#08ba30', GradientType=0);
}
.light-green-gradient {
  background: #08ba30;
  background: -moz-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08ba30), color-stop(99%, #29cb57));
  background: -webkit-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: -o-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: -ms-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: linear-gradient(to bottom, #08ba30 0%, #29cb57 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08ba30', endColorstr='#29cb57', GradientType=0);
}
.slider-gradient {
  background: white;
  background: -moz-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, white), color-stop(10%, #28a4bd), color-stop(10%, #28a4bd), color-stop(100%, #28a4bd));
  background: -webkit-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: -o-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: -ms-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: linear-gradient(to bottom, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#28a4bd', GradientType=0);
}
/* -------------------------------------------------------------- 
	 Typography
-------------------------------------------------------------- */

html {
  min-height: 150%;
}
body {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 120%;
  width: 100%;
  background: #fbfbfb;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato';
  margin: 0 0 0 0;
  padding: 0;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
  color: #28a4bd;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.green {
  color: #28a4bd;
}
/* Text elements
-------------------------------------------------------------- */

a {
  color: #28a4bd;
  text-decoration: none;
}
a:hover {
  color: #28a4bd;
  text-decoration: none;
}
a:visited {
  color: #28a4bd;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  font-family: 'Lato';
  height: 36px;
  line-height: 36px;
  color: #053376;
  font-size: 16px;
  text-align: left;
  padding: 0 2%;
  background: white;
  border: none;
  margin: 0 0 10px 0;
  width: 96%;
  border-radius: 0px;
}
textarea {
  line-height: 18px;
  resize: none;
  max-width: 96%;
  padding: 2%;
}
input[type='submit'],
button,
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 28px 49px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    -webkit-box-shadow: #ff5959 0px 0px 40px 0px;
    -moz-box-shadow: #ff5959 0px 0px 40px 0px;
    box-shadow: #ff5959 0px 0px 40px 0px;
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
.button {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 10px auto;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  height: 28px;
  border: 1px solid #3e993e;
  border-radius: 7px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #29cb57;
  background: -moz-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #29cb57), color-stop(100%, #08ba30));
  background: -webkit-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: -o-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: -ms-linear-gradient(top, #29cb57 1%, #08ba30 100%);
  background: linear-gradient(to bottom, #29cb57 1%, #08ba30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29cb57', endColorstr='#08ba30', GradientType=0);
}
.button-big {
  width: 70% !important;
  padding: 0 5% !important;
  display: block !important;
  line-height: 46px !important;
  height: 46px !important;
  font-weight: 700 !important;
}
.button:hover,
button:hover,
input[type='submit']:hover {
  color: white;
  text-decoration: none;
  background: #08ba30;
  background: -moz-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08ba30), color-stop(99%, #29cb57));
  background: -webkit-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: -o-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: -ms-linear-gradient(top, #08ba30 0%, #29cb57 99%);
  background: linear-gradient(to bottom, #08ba30 0%, #29cb57 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08ba30', endColorstr='#29cb57', GradientType=0);
}
a.button:visited {
  color: white !important;
}
textarea {
  height: auto;
}
a.button {
  display: inline-block;
}
/* TemplateStylesheet
-------------------------------------------------------------- */

header {
  width: 100%;
}
header .top-bar {
  text-align: right;
  color: #141515;
  line-height: 20px;
  padding: 10px 0;
  min-height: 20px;
  -webkit-box-shadow: 0 0 8px 0 #777777;
  box-shadow: 0 0 8px 0 #777777;
}
header .top-bar .welcome {
  display: inline-block;
}
header .top-bar .langs {
  display: inline-block;
  margin: 0 0 0 15px;
}
header .top-bar .langs img {
  margin: 0 0 0 3px;
  position: relative;
  top: -2px;
}
header .logo-bar {
  padding: 10px 0 0 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
header .logo-bar .logo {
  float: left;
}
header .logo-bar nav {
  margin: 70px 0 0 0;
  float: right;
}
header .logo-bar nav ul li {
  float: left;
  margin: 0 0 0 25px;
}
header .logo-bar nav ul li a {
  display: block;
  color: #000000;
  padding: 0 5px 13px 5px;
  border-bottom: 4px solid white;
}
header .logo-bar nav ul li a:hover {
  color: #28a4bd;
  border-bottom: 4px solid #28a4bd;
}
header .logo-bar nav ul .current-menu-item a,
header .logo-bar nav ul .current_page_parent a {
  border-bottom: 4px solid #28a4bd;
}
.slider-bar {
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, white), color-stop(10%, #28a4bd), color-stop(10%, #28a4bd), color-stop(100%, #28a4bd));
  background: -webkit-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: -o-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: -ms-linear-gradient(top, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  background: linear-gradient(to bottom, white 9%, #28a4bd 10%, #28a4bd 10%, #28a4bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#28a4bd', GradientType=0);
}
.slider-bar .slider {
  width: 100%;
}
.slider-bar .slider .slide {
  width: 100%;
  position: relative;
}
.slider-bar .slider .slide a {
  position: relative;
}
.slider-bar .slider .slide img {
  width: 100%;
  height: auto !important;
  z-index: 1;
}
.slider-bar .slider .slide .caption {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.slider-bar .slider .slide .caption .title {
  display: inline-block;
  font-size: 30px;
  padding: 10px 30px;
  line-height: 34px;
  background: rgba(40, 164, 189, 0.7);
  color: white;
  margin: 0 0 5px 0;
}
.slider-bar .slider .slide .caption .title a {
  color: white !important;
}
.slider-bar .slider .slide .caption .desc {
  width: 320px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  color: white;
  text-align: justify;
}
.slider-bar .slider #prev {
  display: block;
  position: absolute;
  right: 90px;
  top: 25px;
  width: 61px;
  height: 59px;
  background: url("./images/sl-prev.png") center center no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 111;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.slider-bar .slider #next {
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 61px;
  height: 59px;
  background: url("./images/sl-next.png") center center no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 111;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.slider-bar .slider #prev:hover,
.slider-bar .slider #next:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
main {
  float: left;
  width: 65%;
  margin: 0 5% 0 0;
}
aside {
  float: left;
  width: 30%;
}
.main {
  float: left;
  width: 65%;
  margin: 0 5% 0 0;
}
.aside {
  float: left;
  width: 30%;
}
.page main {
  padding: 0 0 25px 0;
}
section {
  padding: 50px 0;
}
section .page-title {
  font-weight: 400;
  font-size: 19px;
  padding: 0 0 20px 30px;
  margin: 0 0 20px 0;
  background: url("./images/arr-title.png") 0px 7px no-repeat;
  border-bottom: 1px solid #e6e6e6;
}
section .page-title strong {
  font-weight: 700;
  color: #000000;
}
section .content {
  text-align: justify;
}
section .content p {
  padding: 0 0 20px 0;
}
section .content table {
  width: 100%;
}
section .content table td {
  padding: 10px;
}
section .content input[type="text"] {
  border: 1px solid #e6e6e6;
}
section .content input[type="email"] {
  border: 1px solid #e6e6e6;
}
section .content textarea {
  border: 1px solid #e6e6e6;
}
section .content img {
  max-width: 100%;
  height: auto;
}
.front-page .front-links {
  margin: 0 0 20px 0;
}
.front-page .front-links .front-link {
  width: 46%;
  margin: 10px 2%;
  float: left;
}
.front-page .front-links .front-link img {
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
}
.front-page .front-links .front-link span {
  display: block;
  font-weight: 700;
  padding: 5px 0 5px 5px;
  font-size: 18px;
}
.front-page .video-links {
  margin: 0 0 20px 0;
}
.front-page .video-links .video-link {
  width: 29%;
  margin: 10px 2%;
  float: left;
}
.front-page .video-links .video-link img {
  width: 100%;
  height: auto;
  border: 5px solid #d4d4d4;
}
.front-page .video-links .video-link span {
  display: block;
  font-weight: 700;
  padding: 5px 0 5px 15px;
  font-size: 14px;
  background: url("./images/arr-text.png") 0px 11px no-repeat;
  color: #7d7d7d;
  text-align: left;
}
aside .front-widgets .widget {
  margin: 0 0 15px 0;
}
aside .front-widgets .widget img {
  max-width: 100%;
}
aside .front-widgets .newsletter {
  margin: 50px 0 0 0;
}
aside .front-widgets .newsletter .nl-top {
  position: relative;
  padding: 40px 20px 30px 150px;
  background: url("./images/bg-newsletter-top.png") center center no-repeat;
  background-size: cover;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  color: white;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}
aside .front-widgets .newsletter .nl-top span {
  font-size: 23px;
}
aside .front-widgets .newsletter .nl-top .girl {
  position: absolute;
  bottom: 0px;
  left: -20px;
}
aside .front-widgets .newsletter .nl-teaser {
  background: #1a8095;
  color: white;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
aside .front-widgets .newsletter .nl-form {
  background: #1c7284;
  padding: 15px 0;
}
aside .front-widgets .newsletter .nl-form input {
  width: 70%;
  padding: 0 5%;
  margin: 10px auto;
  display: block;
}
aside .front-widgets .newsletter .nl-bottom {
  padding: 15px 0;
  background: url("./images/bg-newsletter-bottom.png") center center no-repeat;
  background-size: cover;
}
aside .front-widgets .newsletter .nl-bottom button {
  width: 70%;
  padding: 0 5%;
  margin: 10px auto;
}
aside .front-widgets .youtube {
  border: 1px solid #d4d4d4;
  text-align: justify;
}
aside .front-widgets .youtube .inner {
  padding: 15px 20px;
}
aside .front-widgets .youtube img {
  display: block;
  margin: 15px auto 0px auto;
}
aside .front-widgets .youtube a {
  color: #c8312b;
}
aside .front-widgets .strategie {
  border: 1px solid #d4d4d4;
  text-align: justify;
}
aside .front-widgets .strategie .inner {
  padding: 15px 20px;
}
aside .front-widgets .strategie img {
  display: block;
  margin: 0px auto 0px auto;
}
aside .front-widgets .szkolenie {
  border: 1px solid #d4d4d4;
  text-align: justify;
}
aside .front-widgets .szkolenie h3 {
  font-size: 19px;
  color: #000000;
  padding: 0 0 15px 25px;
  margin: 15px 15px 20px 15px;
  background: url("./images/arr-title.png") 0px 7px no-repeat;
  border-bottom: 1px solid #e9e9e9;
}
aside .front-widgets .szkolenie .st-line {
  background: #28a4bd;
  color: white;
  padding: 15px 15px;
  font-size: 19px;
  text-align: center;
}
aside .front-widgets .szkolenie .nd-line {
  background: #eaeaea;
  color: #28a4bd;
  padding: 15px 15px;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
}
aside .front-widgets .szkolenie .nd-line strong {
  color: #000000;
}
aside .front-widgets .szkolenie .nd-line b {
  color: #000000;
}
aside .front-widgets .szkolenie img {
  display: block;
  margin: 15px auto 10px auto;
}
aside .front-widgets .szkolenie .button {
  display: block !important;
  margin: 20px auto;
}
aside .front-widgets .szkolenie .button img {
  display: inline-block;
  margin: 0;
}
aside .front-widgets .box {
  border: 1px solid #d4d4d4;
  text-align: justify;
  margin: 0 0 15px 0;
  padding: 15px 15px 15px 15px;
}
aside .front-widgets .box h3 {
  font-size: 19px;
  color: #000000;
  padding: 0px 0 15px 25px;
  margin: 0px 0px 15px 0px;
  background: url("./images/arr-title.png") 0px 7px no-repeat;
  border-bottom: 1px solid #e9e9e9;
}
aside .front-widgets .box .inner {
  padding: 15px 15px 15px 15px;
}
aside .front-widgets .box input[type="text"] {
  width: 90% !important;
  padding: 0 5% !important;
  border: 1px solid #d4d4d4;
}
aside .front-widgets .box input[type="submit"] {
  float: right;
}
aside .front-widgets .box .post-date {
  font-size: 12px;
}
.loop .post {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 20px 0;
}
.loop .post .thumbnail {
  float: left;
  width: 28%;
}
.loop .post .details {
  float: right;
  width: 69%;
}
.loop .post .details .meta {
  margin: 0 0 15px 0;
}
.loop .post .details .meta .head {
  display: inline-block;
}
.loop .post .details .meta .head h2 {
  font-size: 19px;
  font-weight: 700;
  padding: 0 15px 0 0;
}
.loop .post .details .meta .head .author {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #ababab;
}
.loop .post .details .meta .date {
  float: right;
  display: block;
  font-size: 14px;
  font-weight: 300;
  background: #28a4bd;
  color: white;
  width: 50px;
  text-align: center;
  padding: 9px 0;
  line-height: 110%;
}
.loop .post .details .meta .date span {
  display: none;
}
.loop .post .excerpt {
  padding: 0 0 0 31%;
}
.loop .post .excerpt p {
  padding: 0 !important;
}
.loop .post .excerpt .post-links {
  margin: 5px 0;
  font-size: 12px;
}
.loop .post .excerpt .post-links .more {
  float: left;
}
.loop .post .excerpt .post-links .comments {
  float: right;
}
.navigation {
  text-align: center;
}
.navigation span {
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  height: 30px;
}
.navigation a {
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  height: 30px;
}
.navigation .pages {
  display: none !important;
}
.navigation .nextpostslink {
  width: 31px;
  text-indent: -9999px;
  background: url("./images/pagin-next.png") center center no-repeat;
}
.navigation .previouspostslink {
  width: 31px;
  text-indent: -9999px;
  background: url("./images/pagin-prev.png") center center no-repeat;
}
.navigation .previouspostslink:hover,
.navigation .nextpostslink:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.navigation .current {
  font-weight: 700;
}
.partners-bar {
  padding: 20px 0;
  background: white;
  -webkit-box-shadow: 0 0 8px 0 #777777;
  box-shadow: 0 0 8px 0 #777777;
}
.partners-bar h3 {
  font-size: 15px;
  text-align: center;
  color: #777777;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #e6e6e6;
}
.partners-bar .partners .logo-item {
  margin: 0 20px;
  height: 100px;
  display: table;
}
.partners-bar .partners .logo-item .logo-inner {
  display: table-cell;
  vertical-align: middle;
  max-width: 200px;
}
.partners-bar .partners .logo-item .logo-inner img {
  width: 100%;
}
footer {
  background: #272d2d;
  color: #000000;
  padding: 35px 0;
  font-size: 13px;
}
footer .footer-widget {
  float: left;
  width: 23%;
  margin: 0 1%;
  text-align: justify;
}
footer .footer-widget h3 {
  font-size: 22px;
  color: white;
  font-weight: 300;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 4px solid #28a4bd;
}
footer .footer-widget input[type="text"] {
  width: 90%;
  padding: 0 5%;
}
footer .footer-widget button,
footer .footer-widget input[type="submit"] {
  display: block !important;
}
.lower-footer {
  background: #1e2222;
  color: #868686;
  padding: 20px 0;
  font-size: 11px;
  line-height: 110%;
}
.lower-footer .copy {
  color: #000000;
}
.lower-footer .design {
  float: right;
  text-align: center;
}
.lower-footer .design img {
  margin: 10px 0;
}
.mass-bottom {
  background: #272d2d;
  font-size: 11px;
  padding: 15px 0;
  text-align: center;
}
.mass-bottom ul li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #747474;
}
.mass-bottom ul li a {
  color: #747474;
}
.mass-bottom ul li:last-child {
  border-right: none !important;
}
@media (min-width: 960px) {
  .slider-bar {
    height: 350px;
  }
  .slider-bar .slide {
    height: 350px;
  }
}
@media (min-width: 780px) and (max-width: 959px) {
  .container {
    width: auto!important;
    padding: 0 10px !important;
  }
  header .logo {
    float: none !important;
  }
  header .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  header nav {
    margin: 10px 0 0 0 !important;
  }
  .slider {
    width: 100%;
  }
  .slider .slide {
    width: 100%;
    position: relative;
  }
  .slider .slide a {
    position: relative;
  }
  .slider .slide img {
    width: 100%;
    height: auto !important;
    z-index: 1;
  }
  .slider .slide .caption {
    position: relative !important;
    left: 0px !important;
    bottom: 0 !important;
  }
  .slider .slide .caption .title {
    display: block !important;
    font-size: 20px !important;
    padding: 6px 20px !important;
    line-height: 24px !important;
  }
  .slider .slide .caption .desc {
    width: auto !important;
    display: block !important;
    padding: 10px 20px !important;
  }
}
@media (max-width: 779px) and (min-width: 480px) {
  .container {
    width: auto!important;
    padding: 0 10px !important;
  }
  header .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  header nav {
    margin: 10px 0 10px 0 !important;
  }
  header nav ul li {
    float: none !important;
  }
  header nav ul li a {
    padding: 0px !important;
    border: none !important;
  }
  header nav ul .current-menu-item a,
  header nav ul .current_page_parent a {
    font-weight: 700;
    color: #28a4bd !important;
  }
  .slider {
    width: 100%;
  }
  .slider .slide {
    width: 100%;
    position: relative;
  }
  .slider .slide a {
    position: relative;
  }
  .slider .slide img {
    width: 100%;
    height: auto !important;
    z-index: 1;
  }
  .slider .slide .caption {
    position: relative !important;
    left: 0px !important;
    bottom: 0 !important;
  }
  .slider .slide .caption .title {
    display: block !important;
    font-size: 20px !important;
    padding: 6px 10px !important;
    line-height: 24px !important;
  }
  .slider .slide .caption .desc {
    width: auto !important;
    display: block !important;
    padding: 10px 10px !important;
  }
  main {
    float: none !important;
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }
  aside {
    float: none !important;
    width: 100% !important;
  }
  section {
    padding: 50px 0;
  }
  footer {
    padding: 20px 0 !important;
  }
  footer .footer-widget {
    width: 48% !important;
    padding: 0 0 20px 0;
  }
  footer .footer-widget h3 {
    font-size: 18px !important;
    padding: 0 0 10px 0 !important;
    margin: 0 0 10px 0 !important;
    border-bottom: 3px solid #28a4bd !important;
  }
  footer .footer-widget:nth-child(odd) {
    clear: both;
  }
  .front-page .front-widgets .newsletter {
    margin: 90px 0 15px 0 !important;
  }
}
@media (max-width: 479px) {
  .container {
    width: auto!important;
    padding: 0 10px !important;
  }
  header .logo {
    float: none !important;
  }
  header .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  header nav {
    float: none !important;
    margin: 10px 0 10px 0 !important;
  }
  header nav ul li {
    float: none !important;
    text-align: center;
  }
  header nav ul li a {
    padding: 0px !important;
    border: none !important;
  }
  header nav ul .current-menu-item a,
  header nav ul .current_page_parent a {
    font-weight: 700;
    color: #28a4bd !important;
  }
  .slider {
    width: 100%;
  }
  .slider .slide {
    width: 100%;
    position: relative;
  }
  .slider .slide a {
    position: relative;
  }
  .slider .slide img {
    width: 100%;
    height: auto !important;
    z-index: 1;
  }
  .slider .slide .caption {
    position: relative !important;
    left: 0px !important;
    bottom: 0 !important;
  }
  .slider .slide .caption .title {
    display: block !important;
    font-size: 18px !important;
    padding: 4px 5px !important;
    line-height: 22px !important;
  }
  .slider .slide .caption .desc {
    width: auto !important;
    display: block !important;
    padding: 5px 5px !important;
  }
  section {
    padding: 50px 0;
  }
  section main {
    float: none !important;
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }
  section aside {
    float: none !important;
    width: 100% !important;
  }
  .front-page .front-links .front-link span {
    padding: 5px 0 5px 0px !important;
    font-size: 15px !important;
  }
  .front-page .video-links .video-link span {
    font-weight: 400 !important;
    padding: 5px 0 5px 0px !important;
    font-size: 13px !important;
    background: none !important;
    letter-spacing: -1px;
  }
  .loop .post .thumbnail {
    float: left !important;
    width: 45% !important;
    margin: 0 5% 0 0 !important;
  }
  .loop .post .details {
    float: none !important;
    width: 100 !important;
  }
  .loop .post .details .meta {
    margin: 0 !important;
  }
  .loop .post .details .meta .head {
    display: inline-block;
  }
  .loop .post .details .meta .head h2 {
    font-size: 17px !important;
    font-weight: 700;
    padding: 0 !important;
    text-align: left;
  }
  .loop .post .details .meta .head .author {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #ababab;
  }
  .loop .post .details .meta .date {
    float: none !important;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 300;
    background: none !important;
    color: #ababab !important;
    width: auto !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 110%;
  }
  .loop .post .details .meta .date span {
    display: inline-block !important;
  }
  .loop .post .details .meta .date br {
    display: none !important;
  }
  .loop .post .excerpt {
    padding: 0 !important;
  }
  .loop .post .excerpt .post-links {
    float: right !important;
    margin: 5px 0;
    font-size: 12px;
  }
  .loop .post .excerpt .post-links .more {
    float: left;
    padding: 0 10px 0 0;
  }
  .loop .post .excerpt .post-links .comments {
    float: left !important;
  }
  footer {
    padding: 10px 0 !important;
  }
  footer .footer-widget {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 10px 0;
  }
  footer .footer-widget h3 {
    font-size: 16px !important;
    padding: 0 0 5px 0 !important;
    margin: 0 0 5px 0 !important;
    border-bottom: 2px solid #28a4bd !important;
  }
  .front-page .front-widgets .newsletter {
    margin: 90px 0 15px 0 !important;
  }
}
.wc-single {
  border: 1px solid #d4d4d4;
  text-align: justify;
  margin: 15px 0 15px 0;
  padding: 15px;
  background: white;
}
.wc-single h3 {
  font-size: 19px;
  color: #000000;
  padding: 0 0 15px 25px;
  margin: 0px 0px 15px 0px;
  background: url("./images/arr-title.png") 0px 7px no-repeat;
  border-bottom: 1px solid #e9e9e9;
}
.wc-single .price {
  font-weight: 700;
  font-size: 18px;
}
.wc-single .posted_in {
  display: none;
}
#coupon_code {
  min-width: 100px;
}
.adres {
  padding: 8px 0 8px 34px;
  line-height: 16px;
  background: url("./images/ico-adress.png") left center no-repeat;
  margin: 0 0 8px 0;
  text-align: left;
}
.phone {
  padding: 8px 0 8px 34px;
  line-height: 16px;
  background: url("./images/ico-phone.png") left center no-repeat;
  margin: 0 0 8px 0;
  text-align: left;
}
.mail {
  padding: 8px 0 8px 34px;
  line-height: 16px;
  background: url("./images/ico-mail.png") left center no-repeat;
  margin: 0 0 8px 0;
  text-align: left;
}
.skype {
  padding: 8px 0 8px 34px;
  line-height: 16px;
  background: url("./images/ico-skype.png") left center no-repeat;
  margin: 0 0 8px 0;
  text-align: left;
}
.related.products { display: none; }
