/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#10A2DC
#276cb6


--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin-ext');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lato', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
    overflow-x: hidden;
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}


a:focus{
    color: inherit;
}
a:hover, a:focus, a:active {
	
    text-decoration: none;
}

a:focus {
}

a:hover, a:active {
	outline: 0;
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.burger-menu{
    height: 40px;
    width: auto;
}

a.nav-expander {
  
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  bottom: 30px;
  transition: right 0.3s ease-in-out 0s;
  width: 130px;
  z-index: 12;
 
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
 
a.nav-expander:hover {
  cursor: pointer;
}
 
a.nav-expander.fixed {
  position: fixed;
    top: 0;
}
 
.nav-expanded a.nav-expander {
    right: 20em;
}



nav {
  background: rgba(39, 108, 182,.75);
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
    border-left: 2px solid rgba(39, 108, 182,1);
 
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
.nav-expanded nav {
  right: 0;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}

.main-menu {
  padding-top: 12px;
}
 
.main-menu li {
  border-bottom: 1px solid #ccc;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
    text-transform: uppercase;
}
 
.main-menu li a {
  color: #fff;
  text-decoration: none;
}
 
.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
 
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
    text-transform: inherit;
    font-size: 14px;
    margin: 0;
}
 
.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
	border-top-color: #4f5963;
}
 
.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
 
.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}
 
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
 
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}





/*--------------------------------------------------------------
## Site header - background
--------------------------------------------------------------*/
.nopadding{
    padding: 0 !important;
    margin: 0 !important;
}
.site-bg{
    height: 100vh;
    width: 100%;
    display: block;
    background: url('../images/site-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding-top: 6%;
}
.site-bg:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    background: rgba(255,255,255,.65);
}
.site-logo{
    display: block;
}
.site-logo img{
    height: auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 45px;
    display: block;
}
.header-title{
    color: #10A2DC;
    text-transform: uppercase;
    font-size: 46px;
    text-align: center;
    font-weight: 600;
    line-height: 56px;
}
.site-btn{
    display: block;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #10A2DC;
    padding: 10px 0;
    margin: 50px auto;
    font-weight: 600;
    font-size: 16px;
}

  

/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/

.separator1 .nopadding{
    height: 550px;
}
.sep-left{
    padding: 80px 100px 80px 200px;
}
.sep-text{
    font-size: 38px;
    text-transform: uppercase;
    color: #10A2DC;
    margin-bottom: 40px;
}
.check-list{
    margin: 0;
    padding: 0;
}
.check-list li{
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-size: 26px;
    text-transform: uppercase;
}
.check-list li:before{
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    color: #009cd7;
    font-size: 28px;
}
.sep-img{
    background: url(../images/nub/nub-telefon.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 85%;
    float: right;
}

/*--------------------------------------------------------------
## Offer
--------------------------------------------------------------*/

.offer .nopadding{
    height: 630px;
}
.offer-left-img{
    background: url(../images/pho5.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}
.offer-right-text{
    background: url(../images/pho4.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 2;
}
.offer-right-text:after{
    position: absolute;
    content: "";
    background: rgba(16, 162, 220,.95);;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
}
.offer-list{
    margin-left: 35%;
    padding-top: 25px;
}
.offer-list .atitle{
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    line-height: 74px;
    display: block;
    font-weight: 500;
    margin: 0;
    position: relative;
}
.offer-list .atitle:before{
    position: absolute;
    left: -80px;
    bottom: 10px;
    color: #fff;
    width: 56px;
    height: auto;
    line-height: 50px;
    border: solid transparent;
    border-radius: 50%;
    padding-left: 12px;
    background: rgba(0,0,0,.25);
    font-family: FontAwesome;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.offer-list .atitle:hover:before{
    background: rgba(0,0,0,.65);
}
.offer-list .at1:before{
    content: "\f080";
}
.offer-list .at2:before{
    content: "\f1c0";
    padding-left: 14px;
}
.offer-list .at3:before{
    content: "\f09d";
}
.offer-list .at4:before{
    content: "\f1ec";
    padding-left: 13px;
}
.offer-list .at5:before{
    content: "\f0f7";
    padding-left: 15px;
}
.offer-list .at6:before{
    content: "\f127";
}


.offer-list .achild{
    font-size: 16px;
    display: block;
    position: relative;
    padding-left: 25px;
    color: #fff;
    text-transform: uppercase;
}
.offer-list .achild a{
    color: #fff;
}
.offer-list .achild a:hover{
    color: #333;
}
.offer-list .achild:before{
    position: absolute;
    content: "\f061";
    left: 0;
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
}



.white-line{
    position: absolute;
    left: 70px;
    top: 0;
    height: 230px;
    width: 4px;
    background: #fff;
}
.white-rotate{
    position: absolute;
    left: -50px;
    bottom: 160px;
    transform: rotate(270deg);
    color: #fff;
    font-size: 36px;
    z-index: 9;
}
.shadow-rotate{
    position: absolute;
    left: -85px;
    bottom: 130px;
    transform: rotate(270deg);
    color: rgba(0,0,0,.15);
    font-size: 86px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
}

/*--------------------------------------------------------------
## Partners
--------------------------------------------------------------*/

.brands-slider{
    margin: 50px 0;
    height: 100px;
}
.brands-slider .owl-carousel .owl-item img{
    object-fit: contain;
    height: 60px;
}
/*Logo carousel*/
#clients {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#clients .clients-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#clients .clients-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 15000px;
}

#clients .clients-wrap ul li {
  display: inline-block;
  float: left;
  position: relative;
  width: 210px;
  height: auto;
  line-height: 120px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 85%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}



/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/

.counter{
    background: url(../images/pho1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
.counter:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: rgba(39, 108, 182,.5);
}
.ct-box-wrap{
    width: 80%;
    margin: 0 auto;
}
.ct-count{
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.ct-caption{
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------
## Bottom nav
--------------------------------------------------------------*/

.bottom-nav{
    padding: 70px 0;
}
.bottom-nav-wrap{
    width: 90%;
    margin: 0 auto;
}
.bn-title{
    text-transform: uppercase;
    font-size: 22px;
    color: #009cd7;
    margin: 0;
    margin-bottom: 15px;
}
.bn-wrap{
    min-height: 150px;
    margin-bottom: 35px;
}
.bn-wrap ul{
    margin: 0;
    padding: 0;
}
.bn-wrap ul li{
    list-style: none;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bn-wrap ul li:hover{
    color: #009cd7;
    cursor: pointer;
}


.bn-logo img{
    height: auto;
    width: 100%;
    max-width: 265px;
    margin: 0 0 25px;
    display: block;
}
.bn-title2{
    font-size: 22px;
    font-weight: 600;
    color: #009cd7;
    margin: 0;
    padding: 0;
}
.bn-info{
    font-size: 16px;
    display: block;
}
.bn-info2{
    font-size: 16px;
}
.bn-info-wrap i{
    font-size: 20px;
    color: #009cd7;
    margin-right: 10px;
    width: 25px;
    text-align: center;
}
.bn-gg{
    margin-top: 25px;
}
.bn-gg img{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}
.gg-info{
    font-size: 16px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer{
    background: #000;
    color: #f0f0f0;
    padding: 15px 0;
}
.footer{
    width: 90%;
    margin: 0 auto;
}
.footer span{
    font-size: 12px;
}
.footer a{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.footer a:hover{
    opacity: 0.7;
}




/*--------------------------------------------------------------
## Subpages
--------------------------------------------------------------*/
.subpage a.nav-expander{
    bottom: auto;
    top: 30px;
}
.subpage-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    height: 275px;
}
.subpage-bg:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.85);
    z-index: -2;
}
.credits-bg, .savings-bg
{
    background-image: url('../images/pho2.jpg');
}
.site-logo-subpage img{
    height: auto;
    width: 100%;
    max-width: 150px;
    margin: 15px 0 0 30px;
}
.subpage-bg i{
    text-align: center;
    color: #10A2DC;
    font-size: 36px;
    display: block;
}
.subpage-title{
    color: #10A2DC;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    line-height: 40px;
}
.subpage-subtitle{
    color: #10A2DC;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
}




/*--------------------------------------------------------------
## Subpage content
--------------------------------------------------------------*/

.subpage-content{
    margin: 45px 0;
}
.subpage-content .container-fluid{
    padding: 0;
    margin: 0;
}
.subpage-content .container-fluid .col-md-6{
    padding: 0;
    margin: 0;
}
.sub-bread{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #10A2DC;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 0;
}


/*---- op card / info karta ----*/
.op-card{
    height: 470px;
    padding: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 50px auto;
    position: relative;
}
.op-card:hover{
    -webkit-box-shadow: 2px 0px 16px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 16px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 16px -2px rgba(0,0,0,0.75);
}
.op-logo-wrap{
    height: 90px;
    padding-top: 15px;
    margin: 0 auto 35px;
}
.op-logo{
    height: auto;
    max-height: 90px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.op-info, .op-desc div{
    color: #10A2DC;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.op-desc ul{
    margin: 20px auto;
    width: 80%;
}
.op-desc li{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.op-desc li:before{
    position: absolute;
    left: 0;
    color: #009cd7;
    content: "\f00c";
    font-family: FontAwesome;
}

.op-link{
    text-align: center;
    background: #10A2DC;
    border: 2px solid #10A2DC;
    color: #fff;
    text-transform: uppercase;
    width: 65%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.op-link:hover{
    background: #fff;
    color: #10A2DC;
}



/*--------------------------------------------------------------
## Responsive / Responsywność
--------------------------------------------------------------*/

@media (max-width:1350px){
    .sep-left{
        padding: 80px;
    }
}

@media (max-width:1080px){
    .sep-text{
        font-size: 32px;
    }
    .check-list li, .check-list li:before{
        font-size: 20px;
    }
    .sep-img{
        background-size: contain;
    }
}

@media (max-width:992px){
    .sep-left{
        padding: 80px 0 40px 80px;
    }
    .bn-title{
        font-size: 18px;
    }
    .bn-info-wrap{
        margin: 0 auto 35px;
    }
}

@media (max-width:900px){
    .header-title{
        font-size: 36px;
    }
}

@media (max-width:786px){
    .sep-text{
        font-size: 28px;
    }
    .separator1 .nopadding{
        height: auto;
    }
    .sep-img{
        height: 365px;
    }
}

@media (max-width: 650px){
    .site-logo img{
        height: 150px;
    }
    .header-title{
        font-size: 28px;
        line-height: 36px;
    }
    .site-btn{
        font-size: 14px;
        padding: 7px 0;
    }
    .site-bg{
        height: auto;
        padding-bottom: 30px;
    }
    a.nav-expander{
        top: 20px;
        right: -10px;
    }
    .sep-left{
        margin: 45px auto;
        padding: 0;
        width: 80%;
        display: block;
    }
    
}

@media (max-width: 600px){
    .ct-count{
        font-size: 30px;
    }
    .ct-caption{
        font-size: 18px;
    }
}

@media (max-width: 550px){
    .sep-img{
        display: none;
    }
    .col-rwd-12{
        width: 100%;
    }
    .offer-list .atitle{
        font-size: 22px;
    }
    .offer-list .atitle:before{
        width: 52px;
        line-height: 46px;
        left: -60px;
    }
    .offer-list{
        margin-left: 40%;
    }
    .header-title{
        font-size: 24px;
        line-height: 30px;
    }
    a.nav-expander{
        right: -40px;
        top: 0;
    }
}

@media (max-width: 450px){
    .offer-list .achild{
        font-size: 14px;
    }
    .bn-info-wrap{
        width: 80%;
    }
    .subpage-title{
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 400px){
    .header-title{
        font-size: 20px;
        line-height: 26px;
    }
    .site-logo img{
        margin: 0 auto 25px;
    }
    .sep-text{
        font-size: 24px;
    }
    .check-list li, .check-list li:before{
        font-size: 18px;
    }
    .ct-caption{
        font-size: 14px;
    }
    .bn-wrap{
        min-height: 180px;
    }
    .offer-list .atitle{
        font-size: 18px;
    }
    .offer-list .atitle:before{
        width: 46px;
        line-height: 40px;
    }
    .offer-list{
        margin-left: 50%;
    }
    .achild-wrap{
        margin-left: -50px;
    }
    .subpage-subtitle{
        font-size: 22px;
    }
}

@media (max-width: 370px){
    .bn-wrap{
        min-height: 200px;
    }
    .bn-wrap ul li{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
}









