body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1,
h2,
h3,
h6 {
	line-height: 1em;
}

h5,
h6 {
	font-size: 1.6rem;
}

.btn,
.btn-default,
.btn-lg {
	border-radius: 0;
}

#gate-1 h1,
#gate-3 h1,
#gate-5 h1,
#gate-6 h1,
.btn-group-lg > .btn,
.btn-lg,
.fullscreen-menu .nav li a,
.navbar-nav > li > a,
.navbar-toggle > span:last-of-type,
nav #serviceType a {
	text-transform: uppercase;
}

.b2b .our-clients .jumbotron .swiper-button-next i:before,
.b2b .our-clients .jumbotron .swiper-button-prev i:before,
.jumbotron .swiper-button-next i:before,
.jumbotron .swiper-button-prev i:before {
	text-shadow: 0 0 21px rgba(0, 0, 0, .45);
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5rem;
	color: #414042;
	padding-top: 19.6rem;
}

body.shrink {
	padding-top: 6.6rem;
}

body.b2b,
body.b2c {
	padding-top: 12.5rem;
}

body.b2b.shrink,
body.b2c.shrink {
	padding-top: 14.5rem;
}

body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

@media screen and (min-width:768px) {
	body {
		font-size: 1.6em;
		padding-top: 7.6rem;
	}
	body.b2b {
		padding-top: 14.5rem;
	}
	body.b2c {
		padding-top: 14.5rem;
	}
	body.b2b.shrink {
		padding-top: 11.5rem;
	}
	body.b2c.shrink {
		padding-top: 18.8rem;
	}
}

@media screen and (min-width:992px) {
	body {
		padding-top: 9.6rem;
	}
}

@media screen and (min-width:1200px) {
	body {
		padding-top: 10.6rem;
	}
	body.b2b {
		padding-top: 18.7rem;
	}
	body.b2c {
		padding-top: 18.7rem;
	}
	body.b2b.shrink,
	body.b2c.shrink {
		padding-top: 18.6rem;
	}
}

@media screen and (min-width:1600px) {
	body,
	body.b2b {
		padding-top: 19.6rem;
	}
	body.b2c {
		padding-top: 18.5rem;
	}
	body.shrink {
		padding-top: 54px;
	}
	body.b2b.shrink,
	body.b2c.shrink {
		padding-top: 18.6rem;
	}
	.container {
		width: 1560px!important;
	}
}

img {
	image-rendering: optimizeQuality;
}

a {
	color: #2e5f93;
}

h1 {
	font-size: 3em;
	margin-bottom: .5em;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2.4rem;
	margin-top: 1.3333333333333333em;
	margin-bottom: 1.5714285714285714em;
}

h4 {
	margin-bottom: 2rem;
	font-size: 2rem;
}

h5 {
	font-weight: 700;
	line-height: 1.2727272727272727em;
}

p {
	font-size: 1.5rem;
	line-height: 1.4em;
}

@media screen and (min-width:992px) {
	h1 {
		font-size: 5.8rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2.8rem;
	}
	h4 {
		font-size: 2.6rem;
	}
	h5 {
		font-size: 2.3rem;
	}
	h6 {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:1200px) {
	h1 {
		font-size: 6.4rem;
	}
	h2 {
		font-size: 3.2rem;
	}
	h3 {
		font-size: 3.2rem;
	}
	h4 {
		font-size: 2.7rem;
	}
	h5 {
		font-size: 2.1rem;
	}
	p {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:1400px) {
	h1 {
		font-size: 6rem;
	}
	h2 {
		font-size: 4.8rem;
	}
	h3 {
		font-size: 3.6rem;
	}
	h4 {
		font-size: 3rem;
	}
	h5 {
		font-size: 2.4rem;
	}
	p {
		font-size: 1.8rem;
	}
}

a,
a:hover,
button,
button:hover,
i,
i:hover {
	-webkit-transition: all .3s ease-in-out!important;
	transition: all .3s ease-in-out!important;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn {
	padding: .5rem 2.6rem;
	margin-top: 2rem;
}

.btn-group-lg > .btn,
.btn-lg {
	font-size: 1.8rem;
	font-weight: 700;
}

.btn-lg {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.btn-default {
	background-color: #48a752;
	border-color: #48a752;
	color: #fff;
	font-weight: 700;
}

.btn-default:hover {
	color: #fff;
	background-color: #3b9442;
	border-color: #3b9442;
}

.btn-primary {
	color: #fff;
	background-color: #2a568d;
	border-color: #2a568d;
}

.btn-secondary {
	color: #fff;
	background-color: #111;
	border-color: #111;
	border-width: 2px;
}

.btn-secondary:hover {
	background-color: transparent;
}

.btn-third {
	color: #fff;
	background-color: #c05f94;
	border-color: #c05f94;
	border-width: 2px;
	color: #fff;
}

.btn-third:hover {
	background-color: transparent;
}

.container-fluid {
	width: 100%;
}

.no-padding {
	padding: 0;
}


/* START NAVIGATION */

.navbar {
	border: none;
}

.navbar,
.navbar-toggle {
	text-align: center;
	margin-bottom: 0;
}

.navbar-default {
	background-color: transparent;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.navbar-default .navbar-nav > li > a {
	color: #2e5f93;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #48a752;
}

.navbar-brand {
	height: auto;
	padding-top: 1rem;
	padding-bottom: 0;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.navbar-toggle {
	padding: .8rem;
	margin-top: 0;
	margin-right: 0;
	background-color: #29568d;
	border: 3px solid transparent;
	border-radius: 0;
}

.navbar-toggle span:last-of-type {
	display: none;
}

.navbar-header .navbar-toggle {
	display: block;
}

.navbar-toggle .icon-bar {
	width: 3.3rem;
	height: 4px;
	border-radius: 1px;
	margin-top: 4px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.navbar-toggle > span:last-of-type {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: #29568d;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #29568d;
}

.navbar-default .navbar-toggle:focus span:last-of-type,
.navbar-default .navbar-toggle:hover span:last-of-type {
	color: #29568d;
}

.navbar-toggle:active .icon-bar:nth-child(-n+3),
.navbar-toggle:hover .icon-bar:nth-child(-n+3) {
	width: 2.3rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.navbar > .container-fluid:first-of-type {
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.navbar > .container-fluid:first-of-type .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}

@media screen and (max-width:767px) {
	.navbar-nav {
		width: 100%;
		float: left;
		margin: 0 auto;
	}
	#toolBox {
		width: 100%;
		margin-top: 0;
	}
	#toolBox li {
		display: block;
	}
	#toolBox li a {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	#toolBox li a > img {
		display: none;
	}
}

@media screen and (min-width:768px) {
	.supermedia-logo{
		padding: 15px 0px !important;
		margin-left: -40px !important;
	}
	.nav > li > a {
		padding-left: 1rem;
	}
	#toolBox {
		float: right;
		margin-left: .5em;
		margin-right: 1.5rem;
	}
	#toolBox li {
		display: inline-block;
		margin-left: 1rem;
	}
	#toolBox li a {
		padding: 1rem 2rem;
		display: block;
		font-size: 1rem;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
	}
	#toolBox li a > img {
		display: block;
		margin: 0 auto .8rem;
	}
	.navbar-toggle {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media screen and (min-width:768px) {
	.navbar-brand {
		padding-top: 1.5rem;
	}
	#toolBox li a > img {
		margin-bottom: 0;
	}
	.b2c .nav > li > a {
		padding-left: 0;
	}
}

@media screen and (min-width:992px) {
	.b2c .nav > li > a {
		padding-left: 1rem;
	}
}

@media screen and (min-width:1200px) {
	.navbar-toggle span:last-of-type {
		display: inline-block;
	}
	#toolBox li a {
		padding: 1rem 1.7rem .7rem;
		min-width: 8.1rem;
	}
	#toolBox li a > img {
		margin-bottom: .5rem;
		;
	}
	.navbar-toggle {
		padding: .8rem 2.1rem .6rem;
	}
}

nav #serviceType a {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
}

nav #serviceType a img {
	display: none;
}

#serviceType .b2b {
	background-color: #2e5f93;
}

#serviceType .b2b.active {
	text-decoration: underline;
}


#serviceType .b2b:focus,
#serviceType .b2b:hover {
	background-color: #254b74;
}

#serviceType .b2c {
	background-color: #48a752;
}

#serviceType .b2c:focus,
#serviceType .b2c:hover {
	background-color: #3b9442;
}

#serviceType .lightout {
	color: rgba(0, 0, 0, .4);
}

nav #serviceType a:first-of-type img {
	padding-left: 5rem;
}

nav #serviceType a:last-of-type img {
	padding-right: 5rem;
}

.shrink .navbar > .container-fluid:first-of-type .container {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	z-index: 2;
}

#serviceType {
	height: 100%;
}

.shrink #serviceType {
	float: left;
	width: 100%;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: slideDown2;
	animation-name: slideDown2;
	padding-top: 4.9rem;
	margin-top: -200px;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	z-index: -1;
}

@-webkit-keyframes slideDown2 {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: -200px;
	}
}

@keyframes slideDown2 {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: -200px;
	}
}

.navbar-header {
	float: none;
}

.navbar-collapse {
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-header .navbar-collapse.collapse {
	display: none!important;
}

.navbar-header .collapse.in {
	display: block!important;
}

@media screen and (min-width:768px) {
	.navbar-header .navbar-nav {
		margin-top: 1rem;
	}
	.navbar > .container-fluid:first-of-type > .container,
	nav #serviceType a {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media screen and (min-width:992px) {
	.navbar > .container-fluid:first-of-type .container {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	nav #serviceType a {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		font-size: 2.2rem;
	}
	nav #serviceType a img {
		display: inline-block;
	}
}

@media screen and (min-width:1200px) {
	.navbar-header .navbar-nav {
		margin-top: 1.5rem;
	}
	nav #serviceType a {
		font-size: 2.4rem;
	}
}

@media screen and (min-width:1600px) {
	nav #serviceType a {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		font-size: 2.8rem;
	}
}


/* START FULLSCREEN MENU */

.fullscreen-menu .container {
	position: relative;
}

.fullscreen-menu .close {
	color: #1a406e;
	opacity: 1;
	position: absolute;
	top: 3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0.8rem 1.3rem;
	background-color: transparent;
	border: 3px solid #1a406e;
	z-index: 2001;
}

.fullscreen-menu .close:focus,
.fullscreen-menu .close:hover {
	background-color: #1a406e;
	color: #fff;
}

.fullscreen-menu .close span {
	color: #1a406a;
}

.fullscreen-menu .modal-dialog {
	margin: 0 auto;
	width: 100%;
	max-width: 80vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.fullscreen-menu .nav {
	text-align: center;
	margin-top: 10rem;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.fullscreen-menu .nav li {
	width: 100%;
	background-color: #999;
	margin-bottom: .7rem;
}

.fullscreen-menu .nav > li > a:focus,
.fullscreen-menu .nav > li > a:hover {
	background-color: #868686;
}

.fullscreen-menu .nav li a.b2b:focus,
.fullscreen-menu .nav li a.b2b:hover {
	background-color: #122f53;
}

.fullscreen-menu .nav li a.b2c:focus,
.fullscreen-menu .nav li a.b2c:hover {
	background-color: #40923c;
}

.fullscreen-menu .nav li a {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.2rem;
	padding: 1rem 0;
}

.fullscreen-menu .nav li a#b2b {
	background-color: #1a406e;
}

.fullscreen-menu .nav li a#b2c {
	background-color: #4bac46;
}

#toolBox li a.class-shop, 
#toolBox li a.class-shop2, 
#toolBox li a.class-shop3 {
	background-color: #ffff00;
	color:#000;
}

#toolBox li a.class-shop4 {
	background-color: #8000ff;
}

.fullscreen-menu .nav li a#email,
#toolBox li a.class-pencil {
	background-color: #eb5224;
}

.fullscreen-menu .nav li a#call,
#toolBox li a.class-phone {
	background-color: #da1f8c;
}

.fullscreen-menu .nav li a#localization,
#toolBox li a.class-pin {
	background-color: #48a752;
}

.fullscreen-menu .nav li a#help,
#toolBox li a.class-help {
	background-color: #6e6e6e;
}

.fullscreen-menu .fb {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
	margin-bottom: 10vh;
	border-top: 1px solid #1a406e;
	padding-top: 1.2rem;
	text-align: center;
	color: #2e5f93;
	font-weight: 700;
	font-size: 1.4rem;
}

.fullscreen-menu .fb i {
	font-size: 2em;
	vertical-align: middle;
	margin-left: 1rem;
}

@media screen and (min-width:768px) {
	.fullscreen-menu .close {
		top: 1.5rem;
		right: 1rem;
		left: auto;
		-webkit-transform: none;
		transform: none;
	}
	.fullscreen-menu .modal-dialog {
		max-width: 47rem;
	}
	.fullscreen-menu .nav li a {
		font-size: 2.2rem;
		padding: 1.8rem 0;
	}
}

@media screen and (min-width:992px) {
	.fullscreen-menu .close {
		top: 1.5rem;
		right: 1.5rem;
		padding: 1.8rem 2.7rem;
	}
}

@media screen and (min-width:1200px) {
	.fullscreen-menu .close {
		top: 2rem;
	}
}

@media screen and (min-width:1600px) {
	.fullscreen-menu .nav li a {
		font-size: 3rem;
		padding: 2.5rem 0;
	}
	.fullscreen-menu .close {
		top: 3rem;
	}
}


/* START JUMBOTRON */

.jumbotron {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	height: calc(65vh - 0.5rem);
	background-color: #414042;
	text-align: center;
	position: relative;
}

@media screen and (max-width:767px) and (min-height:481px) {
	.jumbotron {
		//height: calc(60vh - 8.5rem);
	}
}

.jumbotron .swiper-slide {
	background-size: cover;
	background-position: center center;
}

.jumbotron h1 {
	padding: 0;
	font-size: 3rem;
	line-height: 1.3em;
	letter-spacing: -.1rem;
	background-color: transparent;
	-webkit-box-shadow: .2em 0 0 rgba(0, 0, 0, 1), -.2em 0 0 rgba(0, 0, 0, 1);
	box-shadow: .2em 0 0 rgba(0, 0, 0, 1), -.2em 0 0 rgba(0, 0, 0, 1);
}

.jumbotron h1,
.jumbotron h2 {
	display: inline;
	margin: .5rem 0;
	font-weight: 400;
	-webkit-box-shadow: .2em 0 0 rgba(0, 0, 0, 1), -.2em 0 0 rgba(0, 0, 0, 1);
}

.jumbotron h2 {
	padding: 0 .2em;
	line-height: 2em;
	color: #fff;
	background-color: #476f8c;
	-webkit-box-shadow: .2em 0 0 rgba(0, 0, 0, 1), -.2em 0 0 rgba(0, 0, 0, 1);
	box-shadow: .2em 0 0 rgba(0, 0, 0, 1), -.2em 0 0 rgba(0, 0, 0, 1);
}

.jumbotron p {
	color: #fff;
	font-size: 1em;
}

.jumbotrone a:hover {
	text-decoration: underline!important;
}

.jumbotron .caption.second {
	line-height: 2em;
	font-size: 3.1rem;
	font-weight: 300;
}

.jumbotron .caption.second span {
	color: #489eda;
	padding: .2em .4em;
	background-color: #fff;
	display: inline;
}

.jumbotron .btn {
	margin-top: 3rem;
}

@media screen and (max-width:767px) {
	.jumbotron .caption {
		position: absolute;
		top: 50%;
		right: -50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

.jumbotron h2 {
	font-size: 1.6rem;
}

.jumbotron h2.small {
	font-size: 1.6rem;
}

.b2c .jumbotron h1,
.b2c .jumbotron h2,
.jumbotron div[id^=gate-] h1,
.jumbotron div[id^=gate-] h2 {
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b2c .jumbotron a,
.jumbotron div[id^=gate-] a {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 85px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	position: relative;
}

.jumbotron div[id^=gate-] a span {
	vertical-align: middle;
	padding-left: .5em;
}

#gate-1 h1,
#gate-1 h2 {
	background-color: #de5c35;
	-webkit-box-shadow: .2em 0 0 rgba(222, 92, 53, 1), -.2em 0 0 rgba(222, 92, 53, 1);
	box-shadow: .2em 0 0 rgba(222, 92, 53, 1), -.2em 0 0 rgba(222, 92, 53, 1);
}

#gate-2 h1,
#gate-4 h1 {
	background-color: #065993;
	-webkit-box-shadow: .2em 0 0 rgba(6, 89, 147, 1), -.2em 0 0 rgba(6, 89, 147, 1);
	box-shadow: .2em 0 0 rgba(6, 89, 147, 1), -.2em 0 0 rgba(6, 89, 147, 1);
}

#gate-2 h2,
#gate-4 h2 {
	color: #065993;
	background-color: #fff;
	-webkit-box-shadow: .1em 0 0 rgba(255, 255, 255, 1), -.1em 0 0 rgba(255, 255, 255, 1);
	box-shadow: .1em 0 0 rgba(255, 255, 255, 1), -.1em 0 0 rgba(255, 255, 255, 1);
	margin-left: -.4em;
}

#gate-2 a,
#gate-4 a {
	padding: 0 1.5em 0 0;
	background-image: url(../img/gate-slider-4-element.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: .5em;
	right: .5em;
	font-size: 2em;
	line-height: 1.44em;
	display: inline-block;
}

#gate-3 h1 {
	padding: .5em;
	background-image: url(../img/gate-slider-3-element-1.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	line-height: 1em;
}

#gate-3 h1,
#gate-3 h2 {
	-webkit-box-shadow: none;
}

#gate-3 h2 {
	padding: 0 1.5em 0 .5em;
	background-image: url(../img/gate-slider-3-element-2.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: 1.8em;
}

#gate-3 a {
	right: .5em;
}

#gate-5 h1,
#gate-6 h1 {
	padding: .3em .55em 0;
	background-image: url(../img/gate-slider-5-element.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}

#gate-6 h1 {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#gate-5 h1,
#gate-5 h2,
#gate-6 h1,
#gate-6 h2 {
	-webkit-box-shadow: none;
}

#gate-5 h2 {
	padding: 1em 2.3em 1.2em 1em;
	background-image: url(../img/gate-slider-5-element-2.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: 1.6em;
	line-height: 1em;
}

#gate-5 a {
	left: .5em;
	top: -.5em;
	line-height: 1.44em;
}

.b2b .jumbotron .container .caption {
	width: 100%;
}

.b2b .jumbotron h1 {
	font-size: 3rem;
	font-weight: 300;
	color: #2a568d;
	background-color: #fff;
	-webkit-box-shadow: .2em 0 0 rgba(255, 255, 255, 1), -.2em 0 0 rgba(255, 255, 255, 1);
	box-shadow: .2em 0 0 rgba(255, 255, 255, 1), -.2em 0 0 rgba(255, 255, 255, 1);
}

.b2b .jumbotron .services-0 h1 {
	background-color: transparent;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b2b .jumbotron h2 {
	font-weight: 300;
	line-height: 1.4em;
	background-color: #476f8c;
	-webkit-box-shadow: .2em 0 0 rgba(71, 111, 140, 1), -.2em 0 0 rgba(71, 111, 140, 1);
	box-shadow: .2em 0 0 rgba(71, 111, 140, 1), -.2em 0 0 rgba(71, 111, 140, 1);
}

.b2c #slider-1 h2,
.b2c #slider-2 h2,
.b2c #slider-3 h2,
.b2c #slider-4 h2 {
	line-height: 1em;
	float: right;
}

.b2c #slider-1 h1 {
	padding: .3em 2em 0 .8em;
	background-image: url(../img/b2c-slider-1-element-1.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.b2c #slider-1 h1,
.b2c #slider-2 h1 {
	text-transform: uppercase;
	-webkit-transform: rotate(-3deg);
}

.b2c #slider-1 h2 {
	padding: 1em 2.3em 1.2em 1em;
	background-image: url(../img/b2c-slider-1-element-2.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	margin-top: -1rem;
}

.b2c #slider-2 h1 {
	padding: .1em .5em;
	background-image: url(../img/b2c-slider-2-element-1.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	margin: 0;
}

.b2c #slider-2 h2 {
	padding: 1em 2.3em 1.2em 1em;
	background-image: url(../img/b2c-slider-2-element-2.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	color: #48a752;
	margin-top: -2rem;
}

.b2c #slider-3 h1 {
	padding: 1rem 3rem 2rem;
	background-image: url(../img/b2c-slider-3-element-1.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.b2c #slider-3 h2 {
	padding: 1.3em 1.2em 1.2em;
	background-image: url(../img/b2c-slider-3-element-2.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	color: #48a752;
	margin-top: -2rem;
}

.b2c #slider-4 h1 {
	padding: 1rem 2rem;
	background-image: url(../img/b2c-slider-4-element-1.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.b2c #slider-4 h2 {
	padding: 1.3em 1.2em 1.2em;
	background-image: url(../img/b2c-slider-4-element-2.png);
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	color: #48a752;
	margin-top: -3rem;
}

@media screen and (max-width:767px) {
	.b2c #slider-1 h1 {
		font-size: 2.5rem;
	}
	.b2c #slider-3 h1 {
		font-size: 2.8rem;
	}
	.b2c #slider-4 h1 {
		font-size: 2.5rem;
	}
}

@media screen and (min-width:768px) {
	.jumbotron {
		//height: 53rem;
	}
	.b2c .jumbotron .caption,
	.jumbotron div[id^=gate-] .caption {
		position: absolute;
		text-align: left;
	}
	.jumbotron h1 {
		font-size: 4.4rem;
	}
	.jumbotron h2 {
		font-size: 2.4rem;
	}
	.jumbotron h2.small {
		font-size: 2rem;
	}
	#gate-3 h2,
	#gate-5 h2 {
		font-size: 1.8em;
		position: relative;
		top: -.5em;
	}
	.jumbotron div[id^=gate-] a {
		font-size: 2.4rem;
		line-height: 8.5rem;
	}
	#gate-1 .caption {
		top: 20%;
		right: 4%;
	}
	#gate-2 .caption {
		top: 12%;
		left: 25%;
	}
	#gate-3 .caption {
		top: 10%;
		left: 23%;
	}
	#gate-3 a {
		top: 2em;
	}
	#gate-4 a {
		font-size: 1.5em;
	}
	#gate-4 .caption {
		top: 10%;
		right: 16%;
	}
	#gate-5 .caption {
		top: 15%;
		right: 10%;
	}
	#gate-5 h2 {
		top: -.3em;
	}
	#gate-6 .caption {
		bottom: 15%;
		right: 10%;
	}
	.b2b .jumbotron .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 80%;
	}
	.b2c #slider-1 .caption {
		top: 17%;
		left: 25%;
	}
	.b2c #slider-2 .caption {
		right: 5%;
		top: 20%;
	}
	.b2c #slider-3 .caption {
		right: 20%;
		top: 14%;
	}
	.b2b .jumbotron h1 {
		font-size: 6rem;
	}
	.b2c #slider-1 h1 {
		font-size: 4.5rem;
	}
	.b2c #slider-2 h2 {
		margin-top: -4rem;
	}
	.b2c #slider-4 .caption {
		top: 21%;
		right: 18%;
	}
	.b2c #slider-1 h2 {
		font-size: 1.6em;
		margin-top: -3rem;
	}
	.b2c #slider-3 h2,
	.b2c #slider-4 h2 {
		margin-top: -5rem;
	}
}

@media screen and (min-width:992px) {
	.jumbotron {
		//height: 65.5rem;
	}
	.jumbotron h1 {
		font-size: 5.6rem;
	}
	.jumbotron h2 {
		font-size: 3rem;
	}
	.jumbotron h2.small {
		font-size: 2.2rem;
	}
	#gate-2 .caption {
		top: 17%;
	}
	#gate-3 h2 {
		font-size: 2.5em;
		top: 0;
	}
	.jumbotron div[id^=gate-] a {
		font-size: 2.8rem;
		line-height: 8.5rem;
	}
	#gate-3 .caption {
		top: 15%;
	}
	#gate-4 .caption {
		top: 10%;
	}
	#gate-4 a {
		font-size: 1.5em;
	}
	#gate-5 .caption {
		top: 15%;
	}
	#gate-5 h2 {
		font-size: 2em;
		top: 0;
	}
	.b2b .jumbotron h1 {
		font-size: 8rem;
	}
	.b2c #slider-1 .caption {
		top: 22%;
	}
	.b2c #slider-1 h1 {
		font-size: 5.5rem;
	}
	.b2c #slider-2 .caption {
		top: 20%;
	}
	.b2c #slider-2 h2 {
		margin-top: -4rem;
	}
	.b2c #slider-3 .caption {
		top: 18%;
	}
	.b2c #slider-4 .caption {
		top: 21%;
		right: 18%;
	}
	#gate-6 .caption h1 {
		font-size: 4.5rem;
	}
}

@media screen and (min-width:1200px) {
	.jumbotron {
		//height: 73.5rem;
	}
	.jumbotron h1 {
		font-size: 6.2rem;
	}
	.jumbotron h2 {
		font-size: 3.4rem;
	}
	.jumbotron h2.small {
		font-size: 2.6rem;
	}
	.jumbotron div[id^=gate-] a {
		font-size: 3.2rem;
	}
	#gate-3 .caption {
		top: 18%;
	}
	#gate-4 a {
		font-size: 1.6em;
	}
	#gate-5 .caption {
		top: 25%;
	}
	#gate-5 h2 {
		font-size: 2.1em;
	}
	#gate-6 .caption h1 {
		font-size: 5.5rem;
	}
	.b2b .jumbotron h1 {
		font-size: 9rem;
	}
	.b2c #slider-1 .caption {
		top: 22%;
	}
	.b2c #slider-2 .caption {
		top: 20%;
	}
	.b2c #slider-2 h2 {
		margin-top: -5rem;
	}
	.b2c #slider-3 .caption {
		top: 34%;
	}
	.b2c #slider-4 .caption {
		top: 21%;
		right: 18%;
	}
}

@media screen and (min-width:1400px) {
	.jumbotron {
		//height: 77.5rem;
	}
}

@media screen and (min-width:1600px) {
	.jumbotron {
		//height: 80rem;
	}
	.jumbotron h1 {
		font-size: 7.6rem;
	}
	.jumbotron h2 {
		font-size: 4rem;
	}
	.jumbotron h2.small {
		font-size: 3.2rem;
	}
	.jumbotron div[id^=gate-] a {
		font-size: 3.6rem;
	}
	#gate-2 .caption {
		top: 27%;
		left: 38%;
	}
	#gate-4 a {
		font-size: 2em;
	}
	#gate-5 h2 {
		font-size: 2.5em;
	}
	#gate-3 .caption {
		top: 25%;
	}
	#gate-4 .caption {
		top: 17%;
	}
	.b2b .jumbotron h1 {
		font-size: 12rem;
	}
	.b2c #slider-1 .caption {
		top: 27%;
		left: 25%;
	}
	.b2c #slider-2 .caption {
		top: 25%;
		right: 5%;
	}
	.b2c #slider-3 .caption {
		top: 26%;
		right: 20%;
	}
	.b2c #slider-4 .caption {
		top: 21%;
		right: 24%;
	}
}

.swiper-container {
	height: 100%;
	width: 100%;
}

.jumbotron .swiper-button-next,
.jumbotron .swiper-button-prev {
	top: 50%;
	width: auto;
	height: auto;
}

.swiper-button-next i,
.swiper-button-prev i {
	font-family: Fontawesome;
	font-size: 5em;
	color: #fff;
}

.jumbotron .swiper-button-prev,
.jumbotron .swiper-container-rtl .swiper-button-next {
	background: 0 0;
	left: 10px;
}

.jumbotron .swiper-button-next,
.jumbotron .swiper-container-rtl .swiper-button-prev {
	background: 0 0;
	right: 10px;
	left: auto;
}


/* START ABOUT COMPANY */

.about-company {
	padding-top: 1.5rem;
	padding-bottom: 3.5rem;
	background-color: #1a406e;
	color: #ced8eb;
}

.b2b .about-company {
	padding-bottom: 4rem;
}

.about-company .title {
	margin-top: 1rem;
	margin-bottom: 2.5rem;
	color: #98abca;
	line-height: 1em;
	font-size: 2.4rem;
}

.about-company .lead {
	font-size: inherit;
	margin-bottom: 1.2rem;
}

.about-company p > small {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.about-company .logo-container {
	padding-top: 3rem;
}

.about-company .logo-container a {
	font-size: 2.7rem;
	font-weight: 300;
	display: block;
	padding: 1rem 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}

@media screen and (min-width:768px) {
	.about-company .title {
		font-size: 3.4rem;
	}
}

@media screen and (min-width:992px) {
	.b2b .about-company {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	.about-company .title {
		margin-bottom: 3.5rem;
	}
}

@media screen and (min-width:1200px) {
	.about-company {
		padding-top: 1rem;
		padding-bottom: 3rem;
	}
}

@media screen and (min-width:1600px) {
	.about-company {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
}


/* START B2B OUR CLIENTS */

.b2b .our-clients {
	padding-top: 3.2rem;
	padding-bottom: 4rem;
	background-color: #fff;
}

.b2b .our-clients .title {
	color: rgb(16, 94, 188);
	font-size: 2.4rem;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.b2b .our-clients .logo {
	position: relative;
}

.b2b .our-clients .swiper-container {
	width: 95%;
	height: 100%;
	margin: 0 auto;
}

.b2b .our-clients .swiper-slide {
	height: auto;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b2b .our-clients .swiper-button-next,
.b2b .our-clients .swiper-button-prev {
	top: 50%;
	width: auto;
	height: auto;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.b2b .our-clients .swiper-button-next i,
.b2b .our-clients .swiper-button-prev i {
	font-size: 4rem;
	color: #d7d7d7;
}

.b2b .our-clients .swiper-wrapper {
	width: 90%;
}

.b2b .our-clients .jumbotron .swiper-button-prev,
.b2b .our-clients .jumbotron .swiper-container-rtl .swiper-button-next {
	background: 0 0;
	left: 10px;
}

.b2b .our-clients .jumbotron .swiper-button-next,
.b2b .our-clients .jumbotron .swiper-container-rtl .swiper-button-prev {
	background: 0 0;
	right: 10px;
	left: auto;
}

@media screen and (min-width: 768px) {
	.b2b .our-clients {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.b2b .our-clients .title {
		font-size: 36px;
	}
}

.b2b .services {
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #2a568d;
	text-align: center;
}

.b2b .contact-info h4,
.b2b .services .title {
	color: #ffa512;
	font-weight: 300;
	line-height: 3rem;
	margin-bottom: .9em;
	font-size: 2.4rem;
}

.b2b .services ul,
.styled-list ul {
	margin: 1rem 0;
}


.services ul li,
.styled-list ul li {
	margin-left: 1.5rem;
	padding-left: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
	text-align: left;
	font-size: 1em;
}

.services ul li::before,
.styled-list ul li::before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 1rem;
	position: absolute;
	left: -1rem;
	top: 0.3rem;
	color: #ffa512;
}

.b2b .modal .styled-list ul {
	margin: 3rem 0;
	display: inline-block !important;
}

.b2b .modal .styled-list ul li {
	text-align: left !important;
}

.b2b .contact-info {
	margin: 4.5rem 0;
	text-align: center;
}

.b2b .contact-info .lead {
	font-size: 1.8rem;
	line-height: 1.2em;
	color: rgb(255, 165, 18);
}

.b2b .contact-info span {
	padding: 1rem 2rem;
	display: inline-block;
	font-weight: 300;
	background-color: #ffa512;
	color: #fff;
}

.b2b .contact-info span a {
	color: #fff;
}

@media screen and (min-width:768px) {
	.b2b .services {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	. .b2b .contact-info {
		margin-top: 1.5rem;
	}
	.b2b .contact-info .lead {
		color: #ffa512;
		font-size: 2.0rem;
		line-height: 1.2em;
	}
}

@media screen and (min-width:992px) {
	.b2b .services {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
	.b2b .services ul {
		margin-bottom: 3rem;
	}
	.b2b .services ul li {
		padding-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	.b2b .services ul li::before {
		top: 0;
	}
	.b2b .contact-info {
		margin-top: 2rem;
		margin-bottom: 5rem;
	}
}

@media screen and (min-width:1200px) {
	.b2b .services {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.b2b .services .title {
		font-size: 2.6rem;
	}
	.b2b .services ul {
		margin-bottom: 3rem;
	}
	.b2b .services ul li {
		margin-left: 1.5rem;
		padding-left: 1.5rem;
	}
	.b2b .contact-info {
		margin-top: 5rem;
		margin-bottom: 7rem;
	}
	.b2b .contact-info .lead {
		color: #ffa512;
		font-size: 2.8rem;
		line-height: 1.2em;
	}
	.b2b .contact-info span {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		font-size: 4.4rem;
	}
}

@media screen and (min-width: 1400px) {
	.b2b .services {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.b2b .services .title {
		font-size: 3rem;
	}
	.b2b .contact-info span {
		font-size: 5rem;
	}
}

@media screen and (min-width:1600px) {
	.services ul {
		margin-bottom: 4rem;
	}
	.services ul li {
		margin-left: 1.5rem;
		padding-left: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.services ul li::before {
		font-size: 1rem;
		left: -1rem;
	}
	.b2b .contact-info {
		margin-top: 3.5rem;
		margin-bottom: 10rem;
	}
}


/* START B2B NEW OFFERS */

.b2b .new-offers {
	background-color: #17458e;
	padding-top: 3.5rem;
	padding-bottom: 4rem;
}

.b2b .new-offers h2.title {
	margin-bottom: 3rem;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	text-transform: uppercase;
}

.b2b .new-offers .nav-tabs {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	border-bottom-color: transparent;
}

.b2b .new-offers .nav-tabs > li {
	float: none;
	display: inline-block;
	margin-left: 3rem;
	margin-right: 3rem;
}

.b2b .new-offers .dropdown {
	text-align: center;
}

.b2b .new-offers .dropdown button {
	padding: 1.1rem 2rem;
	border: 2px solid rgb(207, 228, 255);
	color: rgb(207, 228, 255);
	font-size: 1.7rem;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
}

.b2b .new-offers .dropdown .dropdown-menu {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0;
	min-width: 17.4rem;
	padding: 0;
}

.b2b .new-offers .dropdown .dropdown-menu li > a {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.b2b .new-offers .nav-tabs > li > a {
	padding: .9rem 1.5rem;
	font-size: 1.7rem;
	font-weight: 700;
	border: 2px solid #cfe4ff;
	color: #cfe4ff;
	border-radius: 0;
}

.b2b .new-offers .nav-tabs > li.active > a,
.b2b .new-offers .nav-tabs > li > a:focus,
.b2b .new-offers .nav-tabs > li > a:hover {
	background-color: #cfe4ff;
	color: #17458e;
	border: 2px solid #cfe4ff;
}

.b2b .new-offers .nav-tabs > li > a i {
	font-size: 1rem;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.b2b .new-offers .tab-content {
	padding-top: 5rem;
	color: #fff;
}

.b2b .new-offers .tab-content figure {
	margin-top: 6.5rem;
	text-align: center;
}

.b2b .new-offers .tab-content figure img {
	display: inline-block;
}

.b2b .new-offers .tab-content .content {
	margin-bottom: 2rem;
}

.b2b .new-offers .tab-content .content h1 {
	color: #70dffb;
	font-weight: 300;
}

.b2b .new-offers .tab-content .content .offers-description {
	width: 100%;
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-top: 1.5rem;
}

.b2b .new-offers .tab-content .content .offers-description a {
	color: #fff;
}

.b2b .new-offers .tab-content .content .offers-description span {
	color: #56dff8;
}

.b2b .new-offers .tab-content .content .offers-description img {
	margin-right: 1rem;
	margin-bottom: 2px;
}

.b2b .new-offers .tab-content .hidden-description .btn {
	color: #17458e;
	background-color: #f8eb56;
	line-height: 3rem;
}

.b2b .new-offers .tab-content .hidden-description .btn:active,
.b2b .new-offers .tab-content .hidden-description .btn:hover {
	background-color: #fc0;
}

.b2b .new-offers .tab-content .hidden-description-details {
	margin-top: 6rem;
	padding: 2rem 1.5rem;
	border: 2px dashed #fff;
	font-size: 1.8rem;
	font-weight: 400;
}

.b2b .new-offers .tab-content .hidden-description-details div {
	text-align: left;
}

.b2b .new-offers .tab-content .btn-link {
	margin-top: 2rem;
	text-align: center;
	color: #70dffb;
	font-size: 16px;
	text-transform: uppercase;
}

.b2b .new-offers .tab-content .btn-link i {
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

.b2b .new-offers .tab-content .btn-link span {
	display: block;
}

@media screen and (min-width: 768px) {
	.b2b .new-offers h2.title {
		margin-bottom: 5rem;
		font-size: 3.6rem;
	}
	.b2b .new-offers .tab-content .hidden-description-details {
		margin-top: 7rem;
		padding: 3rem 2rem;
		font-size: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.b2b .new-offers {
		padding-top: 4.5rem;
	}
	.b2b .new-offers .tab-content .content {
		margin-bottom: 3rem;
	}
	.b2b .new-offers .tab-content .hidden-description-details {
		margin-top: 8rem;
		padding: 4rem 3rem;
	}
	.b2b .new-offers .tab-content .btn-link {
		margin-top: 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.b2b .new-offers {
		padding-top: 3.5rem;
		padding-bottom: 8rem;
	}
	.b2b .new-offers h2.title {
		font-size: 4.6rem;
		margin-bottom: 5rem;
	}
	.b2b .new-offers .tab-content .hidden-description-details {
		margin-top: 12rem;
	}
}

@media screen and (min-width: 1400px) {
	.b2b .new-offers .tab-content .content {
		margin-bottom: 5rem;
	}
	.b2b .new-offers .tab-content .btn-link {
		margin-top: 6rem;
	}
}

@media screen and (min-width: 1600px) {
	.b2b .new-offers h2.title {
		margin-bottom: 7rem;
	}
	.b2b .new-offers .tab-content {
		padding-top: 8rem;
	}
	.b2b .new-offers .tab-content .content {
		margin-bottom: 7rem;
	}
	.b2b .new-offers .tab-content .hidden-description-details {
		margin-top: 14rem;
		font-size: 2.4rem;
		text-align: center;
	}
	.b2b .new-offers .tab-content .btn-link {
		margin-top: 8rem;
	}
}


/* START B2B OUR OFFETS */

.b2b .our-offers {
	background-color: #081e40;
	padding-top: 3.5rem;
	padding-bottom: 3rem;
}

.b2b .our-offers .title {
	margin-bottom: 5rem;
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

.b2b .our-offers ul {
	text-align: center;
}

.b2b .our-offers li {
	text-align: center;
	margin-bottom: 3rem;
	width: 100%;
}

.b2b .our-offers li a {
	display: inline-block;
}

.b2b .our-offers li a:active,
.b2b .our-offers li a:hover {
	text-decoration: none;
}

.b2b .our-offers li a span {
	margin-top: 2rem;
	display: block;
	color: #fff;
	font-size: 2.4rem;
	line-height: 3rem;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.b2b .our-offers li a:active > span,
.b2b .our-offers li a:hover > span {
	color: #70dffb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.b2b .our-offers li a > div {
	width: 14.4rem;
	height: 14.4rem;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-image: none;
	background-position: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.b2b .our-offers li #b2b-company > div,
.b2b .our-offers li #b2b-company2 > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -144px 0;
}

.b2b .our-offers li #b2b-company:active > div,
.b2b .our-offers li #b2b-company:hover > div,
.b2b .our-offers li #b2b-company2:active > div,
.b2b .our-offers li #b2b-company2:hover > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -144px -144px;
}

.b2b .our-offers li #b2b-public-sector > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -720px 0;
}

.b2b .our-offers li #b2b-public-sector:active > div,
.b2b .our-offers li #b2b-public-sector:hover > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -720px -144px;
}

.b2b .our-offers li #b2b-medical-sector > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -576px 0;
}

.b2b .our-offers li #b2b-medical-sector:active > div,
.b2b .our-offers li #b2b-medical-sector:hover > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -576px -144px;
}

.b2b .our-offers li #b2b-education-culture > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -288px 0;
}

.b2b .our-offers li #b2b-education-culture:active > div,
.b2b .our-offers li #b2b-education-culture:hover > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -288px -144px;
}

.b2b .our-offers li #b2b-hotels > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -432px 0;
}

.b2b .our-offers li #b2b-hotels:active > div,
.b2b .our-offers li #b2b-hotels:hover > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: -432px -144px;
}

.b2b .our-offers li #b2b-commercial-buildings > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: 0 0;
}

.b2b .our-offers li #b2b-commercial-buildings:active > div,
.b2b .our-offers li #b2b-commercial-buildings:hover > div {
	background-image: url(../img/b2b-services-icon.png);
	background-position: 0 -144px;
}

@media screen and (min-width: 768px) {
	.b2b .our-offers {
		padding-bottom: 1rem;
	}
	.b2b .our-offers .title {
		font-size: 3rem;
	}
	.b2b .our-offers li {
		width: 32.98%;
		padding: 0;
		text-align: center;
		margin-bottom: 6rem;
		vertical-align: top;
	}
}

@media screen and (min-width: 992px) {
	.b2b .our-offers .title {
		margin-bottom: 7rem;
		font-size: 3.6rem;
	}
	.b2b .our-offers li {
		width: 33%;
		text-align: center;
		margin-bottom: 6rem;
		vertical-align: top;
	}
}

@media screen and (min-width:1200px) {
	.b2b .our-offers .title {
		font-size: 4.8rem;
	}
}

@media screen and (min-width:1400px) {
	.b2b .our-offers {
		padding-top: 4rem;
	}
}

@media screen and (min-width:1600px) {
	.b2b .our-offers {
		padding-top: 5rem;
	}
	.b2b .our-offers .title {
		font-size: 4.8rem;
	}
}


/* START SERVICE LIST */

/*.shrink #serviceList {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-color: #eaeaea;
}*/

#serviceList {
	border-top: 1px solid transparent;
	background-color: #e2e2e2;
}

#serviceList .navbar-circle {
	width: 40px;
	height: 40px;
	float: none;
	border-radius: 50%;
	border-color: transparent;
	background-color: #29568d;
	line-height: 1em;
}

#serviceList .navbar-circle i {
	color: rgb(255, 255, 255);
}

#serviceList .navbar-toggle {
	margin-top: .8rem;
	margin-bottom: .8rem;
}

#serviceList li {
	display: inline-block;
	width: 100%;
	position: relative;
}

#serviceList li .label {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #f1ae0e;
	top: -1.5em;
	left: 2em;
	z-index: 9999;
	font-size: 1.3rem;
	font-weight: 500;
	border-radius: 0;
}

#serviceList li a {
	width: 100%;
	float: left;
	padding-top: .5rem;
	padding-bottom: .5rem;
	text-transform: uppercase;
}

.b2b #serviceList li .active,
.b2b #serviceList li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 0.2rem;
	border-bottom-color: #2379c9;
}

.b2c #serviceList li .active,
.b2c #serviceList li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 0.2rem;
	border-bottom-color: transparent;
}

.b2c #serviceList li a.b2c-internet.active,
.b2c #serviceList li a.b2c-internet:hover {
	border-bottom-color: #48a752;
}

.b2c #serviceList li a.b2c-tv.active,
.b2c #serviceList li a.b2c-tv:hover {
	border-bottom-color: #c05f94;
}

.b2c #serviceList li a.b2c-phone.active,
.b2c #serviceList li a.b2c-phone:hover {
	border-bottom-color: #fe9c00;
}

.b2c #serviceList li a.b2c-package.active,
.b2c #serviceList li a.b2c-package:hover {
	border-bottom-color: #065993;
}

.b2c #serviceList li a.b2c-promotion.active,
.b2c #serviceList li a.b2c-promotion:hover {
	border-bottom-color: #4d006d;
}

.b2c #serviceList li a.b2c-smgo.active,
.b2c #serviceList li a.b2c-smgo:hover {
	border-bottom-color: #0ca47e;
}

.b2b #serviceList li a.b2b-internet.active,
.b2b #serviceList li a.b2b-internet:hover {
	border-bottom-color: #1e7aca;
}

.b2b #serviceList li a.b2b-hosting.active,
.b2b #serviceList li a.b2b-hosting:hover {
	border-bottom-color: #5ecf58;
}

.b2b #serviceList li a.b2b-voice.active,
.b2b #serviceList li a.b2b-voice:hover {
	border-bottom-color: #cda936;
}

.b2b #serviceList li a.b2b-network.active,
.b2b #serviceList li a.b2b-network:hover {
	border-bottom-color: #cd9334;
}

.b2b #serviceList li a.b2b-electricity.active,
.b2b #serviceList li a.b2b-electricity:hover {
	border-bottom-color: #f1ae0e;
}

.b2b #serviceList li a.b2b-cloud.active,
.b2b #serviceList li a.b2b-cloud:hover {
	border-bottom-color: #d144c2;
}

.b2b #serviceList li a.b2b-datacenter.active,
.b2b #serviceList li a.b2b-datacenter:hover {
	border-bottom-color: #812e15;
}

.b2b #serviceList li a.b2b-security.active,
.b2b #serviceList li a.b2b-security:hover {
	border-bottom-color: #cd6134;
	
}

.b2b #serviceList li a.b2b-www.active,
.b2b #serviceList li a.b2b-www:hover {
	border-bottom-color: #62b440;
}

.b2b #serviceList li a.b2b-berodo.active,
.b2b #serviceList li a.b2b-berodo:hover {
	border-bottom-color: #395099;
}

.b2b #serviceList li a.b2b-ddos.active,
.b2b #serviceList li a.b2b-ddos:hover {
	border-bottom-color: #cd6134;
}

.b2b #serviceList li a.b2b-businesscloud.active,
.b2b #serviceList li a.b2b-businesscloud:hover {
	border-bottom-color: #34a0cd;
}

.b2b #serviceList li a.b2b-smartview.active,
.b2b #serviceList li a.b2b-smartview:hover {
	border-bottom-color: #a574cb;
}
.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#be_rodo_backup_pod_rodo{
	background-color: #395099;
}
.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#ddos_protect{
	background-color: #cd6134;
}
.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#business_cloud{
	background-color: #34a0cd;
}
.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#monitoring_smart_view{
	background-color: #a574cb;
}




#serviceList li a img {
	display: none;
}

#serviceList li a span {
	display: block;
	vertical-align: middle;
	line-height: 1.6rem;
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
	#serviceList li a span br {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	#serviceList ul.collapsing,
	#serviceList ul.in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#serviceList li a img {
		display: inline-block;
		padding-right: .5rem;
	}
	#serviceList li .label {
		position: absolute;
		top: -1.5em;
		left: 0;
	}
}

@media screen and (max-width: 1199px) {
	#serviceList button {
		margin: 0 auto;
		text-align: center;
		border: none;
		background-color: transparent;
	}
	#serviceList .navbar-toggle {
		display: inline-block;
	}
	.mobile-title {
		color: rgb(46, 95, 147);
		font-size: 1.6rem;
		text-transform: uppercase;
		margin-left: 1rem;
	}
}

@media screen and (min-width:920px) and (max-width:1199px) {
	#serviceList .our-services.collapse {
		max-height: 20rem;
	}
	#serviceList .our-services li {
		width: auto;
	}
}

@media screen and (min-width:1200px) {
	#serviceList ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.mobile-title {
		display: none;
	}
	#serviceList li .label {
		top: -1.5em;
		left: 2em;
	}
}

@media screen and (min-width:768px) {
	.b2b #serviceList li {
		width: auto;
	}
	.b2c #serviceList li {
		width: auto;
	}
	#serviceList li a img {
		width: 40px;
	}
	#serviceList li a {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-right: 2rem;
		border-bottom-width: 1rem;
		border-bottom-style: solid;
		border-bottom-color: transparent;
		cursor: pointer;
	}
	#serviceList li a:last-of-type {
		padding-right: 0;
	}
	.b2b #serviceList li .active,
	.b2b #serviceList li a:hover,
	.b2c #serviceList li .active,
	.b2c #serviceList li a:hover {
		border-bottom-width: 1rem;
		text-decoration: none;
	}
}

@media screen and (min-width:992px) {
	#serviceList li a img {
		width: auto;
	}
}

@media screen and (min-width:1200px) {
	.b2c #serviceList li {
		width: 100%;
	}
	#serviceList li a {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-right: 2rem;
	}
	.shrink #serviceList li a {
		padding-top: 1.1rem;
		padding-bottom: .8rem;
	}
	#serviceList li a span {
		text-align: center;
	}
}

@media screen and (min-width:1600px) {
	.b2b #serviceList li {
		width: 100%;
	}
	#serviceList li a {
		padding-top: 2.1rem;
		padding-bottom: 1.8rem;
		font-size: inherit;
	}
	#serviceList li a img {
		padding-right: 1.9rem;
		width: auto;
		padding-right: 1rem;
	}
}


/* B2C SERVICE TOP START */

.b2c #services .container-fluid:first-of-type {
	background-color: #eb9200;
	margin-bottom: 2rem;
}

.b2c #services div.text {
	margin-bottom: 50px;
}

.b2c .service {
	height: 15.5rem;
	width: 15.5rem;
	margin: 2rem 0;
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50%;
	border: 5px solid transparent;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}

.b2c .service span {
	position: relative;
	top: 6.5rem;
	right: 2rem;
}

.b2c .services .details .service {
	float: none;
}

.b2c .services .details .service {
	font-size: 2.2rem;
}

.b2c .services .details .service span {
	top: 14.5rem;
}

@media screen and (min-width:1200px) {
	.b2c .service {
		height: 15.5rem;
		width: 15.5rem;
		font-size: 1.8rem;
	}
	.b2c .service span {
		top: 8.5rem;
	}
}

@media screen and (min-width:1400px) {
	.b2c .service {
		height: 19rem;
		width: 19rem;
		font-size: 2rem;
	}
	.b2c .service span {
		top: 10.5rem;
	}
	.b2c .services .details .service span {
		top: 14.5rem;
	}
}

@media screen and (min-width:1600px) {
	.b2c .service {
		height: 21.1rem;
		width: 21.1rem;
		font-size: 2.2rem;
	}
	.b2c .service span {
		top: 11.5rem;
	}
}

.b2c .service:focus,
.b2c .service:hover {
	border: 5px solid transprarent;
	border-radius: 50%;
}

.b2c #services .container:first-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.b2c #services .b2c-internet {
	background: url(../img/b2c-internet.png);
}

.b2c #services .b2c-tv {
	background: url(../img/b2c-tv.png);
}

.b2c #services .b2c-phone {
	background: url(../img/b2c-phone.png);
}

.b2c #services .b2c-package {
	background: url(../img/b2c-box.png);
}

.b2c #services .b2c-promotion {
	background: url(../img/b2c-promo.png);
}

.b2c #services .b2c-smgo {
	background: url(../img/b2c-smgo.png);
}

.b2c a.b2c-internet:focus,
.b2c a.b2c-internet:hover {
	border-color: #48a752;
}

.b2c a.b2c-tv:focus,
.b2c a.b2c-tv:hover {
	border-color: #c05f94;
}

.b2c a.b2c-phone:focus,
.b2c a.b2c-phone:hover {
	border-color: #fe9c00;
}

.b2c a.b2c-package:focus,
.b2c a.b2c-package:hover {
	border-color: #065993;
}

.b2c a.b2c-promotion:focus,
.b2c a.b2c-promotion:hover {
	border-color: #4d006d;
}

.b2c a.b2c-smgo:focus,
.b2c a.b2c-smgo:hover {
	border-color: #0ca47e;
}


/* B2C SERVICE DETAILS START */

.b2c .services .sub {
	display: none;
}

.b2c .services .sub.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.b2c .services .details {
	width: 100%;
}

.b2c .services .details a,
.b2c .services .details p {
	text-transform: uppercase;
}

.b2c .services .details a {
	font-weight: 700;
	color: #fff;
}

.b2c .services .details hr {
	width: 25%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}


/* Service Left */

.b2c .services .left {
	/*	overflow: hidden;*/
	/*	height: 100%;*/
	color: #fff;
	text-align: center;
}

.b2c .services .details#services-tv {
	background-color: #c05f94;
}

.b2c .services .details#services-internet {
	background-color: #48a752;
}

.b2c .services .details#services-phone {
	background-color: #fe9c00;
}

.b2c .services .details#services-package {
	background-color: #065993;
}

.b2c .services .details#services-promotion {
	background-color: #4d006d;
}

.b2c .services .details#services-smgo {
	background-color: #0ca47e;
}

.b2c .services .details .service {
	height: 26.1rem;
	width: 26.1rem;
	margin-top: 5rem;
}

.b2c .service .details .service .b2c-internet {
	background: url(../img/b2c-internet-lg.png);
}

.b2c .service .details .service .b2c-tv {
	background: url(../img/b2c-tv-lg.png);
}

.b2c .service .details .service .b2c-phone {
	background: url(../img/b2c-phone-lg.png);
}

.b2c .service .details .service .b2c-package {
	background: url(../img/b2c-box-lg.png);
}

.b2c .service .details .service .b2c-promotion {
	background: url(../img/b2c-promo-lg.html);
}

.b2c .service .details .b2c-smgo {
	background: url(../img/b2c-smgo-lg.html);
}


/* Service Right */

.b2c .services .right {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.b2c .services .right .header,
.b2c .services .right .wrapper-main {
	float: left;
	width: 100%;
	margin-bottom: 2rem;
}

.b2c .services .right .header a {
	color: #000;
	text-decoration: none;
}

.b2c .services .right .header > a {
	color: #666666;
	text-decoration: underline;
}

.b2c .services .right .header a:hover,
footer a:active,
footer a:focus,
footer a:hover {
	text-decoration: underline;
}

.b2c .services .right .wrapper-main-wrapper {
	float: left;
	width: 100%;
}

.b2c .services .right a {
	color: #666;
	font-weight: 400;
	text-decoration: underline;
}

.b2c .services .right h4 {
	font-weight: 400;
	text-transform: uppercase;
}

.b2c .services .right .wrapper-main:last-of-type {
	margin-bottom: 0;
}

.b2c .services .right .cta h4 {
	text-align: center;
	color: #48a752;
	font-weight: 300;
}

.b2c .services .right .wrapper-main > .wrapper-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b2c .services .right .wrapper-main > .wrapper-item > div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.b2c .services .right .wrapper-main .item {
	background-color: #eaeaea;
	padding: 1rem;
	margin-bottom: 2rem;
	color: #fff;
	min-height: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	border-bottom: 3px solid transparent;
	width: 100%;
}

.b2c .services #services-internet .right .wrapper-main .item:hover {
	border-color: #48a752;
}

.b2c .services #services-tv .right .wrapper-main .item:hover {
	border-color: #c05f94;
}

.b2c .services #services-phone .right .wrapper-main .item:hover {
	border-color: #fe9c00;
}

.b2c .services #services-package .right .wrapper-main .item:hover {
	border-color: #065993;
}

.b2c .services #services-promotion .right .wrapper-main .item:hover {
	border-color: #4d006d;
}

.b2c .services #services-smgo .right .wrapper-main .item:hover {
	border-color: #0ca47e;
}

.b2c .services .right .wrapper-main .item a {
	text-decoration: none!important;
}

.b2c .services .right .wrapper-main .item.promo {
	background-color: #48a752;
}

.b2c .services .right .wrapper-main .item .title {
	font-size: 1.1em;
	margin-bottom: .5em;
	text-transform: uppercase;
	color: #000;
	width: 100%;
}

.b2c .services .right .wrapper-main .item.promo .title {
	color: #fff;
}

.b2c .services #services-internet .details-wrapper .wrapper-main .item .title {
	text-transform: none;
}

.b2c .services .right .wrapper-main .item .icon {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.b2c .services .right .wrapper-main .item .icon li {
	display: inline-block;
	padding: 0 1rem 0 0;
	margin: 0;
}

.b2c .services .right .wrapper-main .item .icon li::before {
	display: none;
}

.b2c .services .right .wrapper-main .item .channels-list {
	display: inline-block;
	text-align: right;
	float: right;
}

.b2c .services .right .wrapper-main .item .channels-list img {
	padding: 0 .5rem;
}

.b2c .services .right .wrapper-main .item .channels-list a {
	background-color: #309837;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	padding: .4rem .5rem;
}

.b2c .services .right .wrapper-main .item .channels-list a:hover {
	background-color: #36913c;
}

.b2c .services .right .wrapper-main .item .description {
	margin: 1rem 0 2rem;
	color: #000;
	width: 100%;
}

.b2c .services .right .wrapper-main .item .description li {
	font-size: 1em;
	padding-bottom: .2rem;
}

.b2c .services .right .wrapper-main .item .description ul {
	margin-bottom: 0;
}

.b2c .services .right .wrapper-main .item .item-end-wrapper {
	margin-top: auto;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

@media screen and (max-width:767px) {
	.b2c .services .right .wrapper-main .item .item-end-wrapper {
		flex-flow: column;
	}
	.b2c .services .right .wrapper-main .item .price {
		width: 100%;
	}
	.b2c .services .right .wrapper-main .item button {
		width: 100%;
	}
}

.b2c .services .right .wrapper-main .item .price {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #48a752;
	padding: .5rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
}

.b2c .services .right .wrapper-main .item button {
	text-transform: uppercase;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.b2c .services .right a.btn {
	color:#fff;
}
.b2c .services .right a.btn:hover {
	color:#000;
}

.b2c .services .right .wrapper-main .item.promo .price {
	color: #48a752;
	background-color: #fff;
}

.b2c .services .right .wrapper-main .item .price span {
	font-size: 1.3rem;
	display: block;
}

.b2c .services .right .wrapper-main .item .checkbox {
	float: right;
	margin-top: 2.5rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.b2c .services .right .wrapper-main .item .checkbox label:after,
.b2c .services .right .wrapper-main .item .checkbox label:before {
	color: #48a752;
	border-color: #48a752;
	height: 3rem;
	width: 3rem;
	font-size: 2.8em;
}

.b2c .services .right .wrapper-main .item.promo .checkbox label:after,
.b2c .services .right .wrapper-main .item.promo .checkbox label:before {
	color: #fff;
	border-color: #fff;
	height: 3rem;
	width: 3rem;
}

.b2c .services .right .wrapper-main .item .checkbox label:after,
.b2c .services .right .wrapper-main .item.promo .checkbox label:after {
	top: .4rem;
}

.b2c .services .right .wrapper-main .item .checkbox input[type=checkbox].styled:checked + label:after,
.b2c .services .right .wrapper-main .item .checkbox input[type=radio].styled:checked + label:after {
	font-family: FontAwesome;
	content: "\f00d";
}

.b2c .services .right .wrapper-main .item div label span {
	padding-left: 1rem;
	font-size: 1.3rem;
	line-height: 1.8rem;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 400;
	color: #48a752;
}

.b2c .services .right .wrapper-main .item.promo div label span {
	color: #fff;
}

.b2c .service-icon {
	margin-bottom: 3rem;
}

.b2c .services .details h3 {
	text-transform: uppercase;
	color: #3A454E;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 22px;
}

.b2c .services .details h4.title {
	font-weight: 900;
}

.b2c .services .details .selected-package,
.b2c .services .details .service-info {
	margin-bottom: 1rem;
	text-align: center;
}

.b2c .services .details .selected-package h2 {
	color: #111;
	font-size: 3.2rem;
	margin-bottom: 2rem;
}

.b2c .services .details .selected-package .package-wrapper {
	border-top: 2px dashed #111;
	border-bottom: 2px dashed #111;
	padding: 2rem 0;
}

.b2c .services .details .selected-package .package-item {
	display: table;
	width: 100%;
	padding-bottom: .5rem;
}

.b2c .services .details .selected-package .package-item div {
	display: table-cell;
}

.b2c .services .details .selected-package .package-item div:nth-child(1) {
	top: -3px;
	width: auto;
}

.b2c .services .details .selected-package .package-item div label span {
	font-size: 1.6rem;
	line-height: 2.8rem;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 400;
}

.b2c .services .right .header {
	text-align: center;
}

.b2c .services #services-promotion .right .header {
	color: #4d006d;
}

.b2c .services .right .wrapper-main .news-item {
	margin-bottom: 2.2rem;
	background-color: #ebebeb;
	text-align: left;
}

.b2c .services .right .wrapper-main .news-item:last-of-type {
	margin-bottom: 0;
}

.b2c .services .right .wrapper-main .news-item > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b2c .services .right .wrapper-main .news-item .image {
	overflow: hidden;
}

.b2c .services .right .wrapper-main .news-item .image img {
	height: 100%;
	max-width: inherit;
	-ms-flex-item-align: center;
	align-self: center;
}

.b2c .services .right .wrapper-main .news-item .col-sm-12.image img {
	max-width: 100%;
	height: auto;
}

.b2c .services .right .wrapper-main .news-item .info-txt {
	margin: 1.5rem 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.b2c .services .right .wrapper-main .news-item .title {
	text-align: left;
	font-weight: 700;
	color: #2a568d;
	font-size: 2.8rem;
	margin: 0 0 0.5rem 0;
}

.b2c .services .right .wrapper-main .news-item .lead {
	text-transform: none;
	font-size: 1.8rem;
	color: #2a568d;
	font-weight: 400;
	margin-bottom: 1rem;
}

.b2c .services .right .wrapper-main .news-item p {
	color: #666666;
	text-transform: none;
	font-size: 1em;
	width: 100%;
}

.b2c .services .right .wrapper-main .news-item ul {
	color: #2a568d;
}

.b2c .services .right .wrapper-main .news-item li {
	padding-bottom: 0.5rem;
}

.b2c .services .right .wrapper-main .news-item li::before {
	color: #2a568d;
	font-size: .7rem;
	top: 0.5rem;
}

.b2c .services .right .wrapper-main .news-item .btn {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.b2c .services .right .wrapper-main .news-item .btn:hover,
.b2c .services .right .wrapper-main .news-item .btn:active {
	color: #c05f94;
}

.b2c .services .details .selected-package .package-item .checkbox label:after,
.b2c .services .details .selected-package .package-item .checkbox label:before {
	color: #fff;
	border-color: #fff;
}

.b2c .services .details .selected-package .package-price {
	text-transform: uppercase;
	color: #111;
	font-weight: 300;
	vertical-align: top;
}

.checkbox label,
footer i.border-radius + span {
	vertical-align: middle;
}

.b2c .services .details .selected-package .package-time {
	padding: 0 0 2rem;
	color: #000;
}

.b2c .services .details .selected-package .package-time h5 {
	text-transform: uppercase;
	color: #111;
	font-weight: 400;
	font-size: 1.4rem;
}

.b2c .services .details .selected-package .package-time .checkbox label span {
	font-size: 1.4rem;
	color: #111;
	text-transform: none;
}

.b2c .services .details .selected-package .package-time .checkbox label:after,
.b2c .services .details .selected-package .package-time .checkbox label:before {
	color: #111;
	border-color: #111;
}

.b2c .services .details .selected-package .btn {
	margin-top: 0;
	padding: 1.25rem 2rem;
	border-width: 2px;
}

.b2c .services .details .selected-package .btn:hover {
	color: #fff;
}

.services-right {
	float: right;
	padding-right: 80px;
	width: 600px;
}

@media screen and (max-width:767px) {
	.b2c .services .left > .row > div:nth-child(3n) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 1;
	}
	.b2c .services .mobile-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
	.b2c .services .right .wrapper-main > .wrapper-item {
		margin-left: 0;
		margin-right: 0;
	}
	.b2c .services .details .selected-package .package-time {
		text-align: center;
	}
	.b2c .services .details .selected-package .btn {
		text-align: center;
	}
}

@media screen and (min-width:768px) {
	.b2c .services {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}
	.b2c .services .details hr {
		width: 25%;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.b2c .services .details h4.title {
		font-size: 3rem;
	}
	.b2c .services .details .selected-package {
		text-align: left;
	}
	.b2c .services .details .selected-package h2 {
		font-size: 3.6rem;
	}
	.b2c .services .right .header {
		margin-bottom: 3rem;
	}
	.b2c .services .right .wrapper-main .item {
		background-color: #eaeaea;
		padding: 1.5rem;
		margin-bottom: 3rem;
	}
	.b2c .services .right .wrapper-main .item .title {
		font-size: 2.2rem;
		margin-bottom: 1em;
	}
	.b2c .services .right .wrapper-main .item .description {
		margin: 3rem 0 4rem;
	}
	.b2c .services .right .wrapper-main .item .price {
		padding: .5rem 1rem;
		font-size: 2.4rem;
		width: auto;
	}
	.b2c .services .right .wrapper-main .news-item .info-txt {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media screen and (max-width:767px) {
	.b2c .services .right .wrapper-main > .wrapper-item > div:last-of-type > .item {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1199px) {
	.b2c .services .left > .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.b2c .services .left > .row > div {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.b2c .services .left > .row > div:nth-child(1n) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.b2c .services .left > .row > div:nth-child(2n) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.b2c .services .left > .row > div:nth-child(3n) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.b2c .services .left > .row > div:nth-child(5n) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		width: 100%;
	}
	.b2c .services .left .show-all {
		background-color: rgba(255, 255, 255, .1);
	}
	.b2c .services .left .show-all button {
		margin: 0 auto;
		text-align: center;
		border: none;
		background-color: transparent;
		width: 100%;
	}
	.b2c .services .left .show-all .navbar-toggle {
		display: inline-block;
		margin-top: .8rem;
		margin-bottom: .8rem;
	}
	.b2c .services .left .show-all .mobile-title {
		color: rgb(46, 95, 147);
		font-size: 1.6rem;
		text-transform: uppercase;
		margin-left: 1rem;
		display: inline-block;
		color: #fff;
	}
	.b2c .services .left .show-all .navbar-circle {
		width: 40px;
		height: 40px;
		float: none;
		border-radius: 50%;
		border-color: transparent;
		background-color: #6e6e6e;
		line-height: 1em;
	}
	.b2c .services .left .show-all .navbar-circle i {
		color: rgb(255, 255, 255);
	}
}

@media screen and (min-width: 1200px) {
	.b2c .services .right {
		padding-left: 3rem;
	}
	.b2c .services .right.collapse {
		display: block;
	}
	.b2c .services .details .service {
		height: 26.1rem;
		width: 26.1rem;
		margin-top: 5rem;
	}
	.b2c .services .details .selected-package {
		margin-bottom: 10rem;
	}
	.b2c .services .details .selected-package h2 {
		font-size: 4.8rem;
		text-align: center;
	}
	.b2c .services .details .selected-package .package-item div,
	.b2c .services .details .selected-package .package-item div label span,
	.b2c .services .details .selected-package .package-time h5 {
		font-size: 1.8rem;
	}
	.b2c .services .right .header,
	.b2c .services .right .wrapper-main {
		padding-left: 1.5rem;
	}
	.b2c .services .right .header {
		margin-bottom: 5rem;
		text-align: left;
	}
	.b2c .services .right .wrapper-main {
		margin-bottom: 4rem;
	}
	.b2c .services .right .wrapper-main .item {
		background-color: #eaeaea;
		padding: 2rem;
		margin-bottom: 3rem;
		min-height: 30rem;
	}
}

@media screen and (min-width: 1400px) {
	.b2c .services .right .wrapper-main .news-item .info-txt {
		margin: 2rem 0;
	}
}

@media screen and (min-width:1600px) {
	.b2c .services {
		padding-bottom: 4rem;
	}
	.b2c .services .details .selected-package h2 {
		font-size: 5.2rem;
	}
	.b2c .services .details .selected-package .package-item div,
	.b2c .services .details .selected-package .package-item div label span {
		font-size: 2rem;
	}
	.b2c .services .right .wrapper-main .item .description li {
		font-size: 1.1em;
	}
	.b2c .services .right .wrapper-main .item {
		padding: 3rem 2rem;
	}
}

a.close {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-right: -60px;
	margin-top: 20px;
}

.leaveNumber {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #ffa512;
}

.leaveNumber .content {
	position: relative;
	z-index: 2;
}

.leaveNumber.affix {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2010;
}

.leaveNumber .close {
	position: absolute;
	top: 1rem;
	right: 2rem;
	margin: 0;
	padding: 0;
	font-size: 2em;
}

.leaveNumber .content .title {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.leaveNumber .content .cta-lable label {
	width: 100%;
	padding-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	color: #493c38;
	text-transform: uppercase;
}

.leaveNumber .content .cta-lable input,
.modal form input.form-control,
.modal form input.phone-input.form-control {
	padding-top: 0;
	padding: 0 0.5rem;
	margin: 2rem auto 0;
	height: auto;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1em;
	background-color: transparent;
}

.leaveNumber .cta-lable .phone-input {
	text-align: center;
}

.leaveNumber .cta-lable .form-control {
	width: auto;
	display: inline-block;
}

.leaveNumber .cta-lable .form-control::-webkit-input-placeholder,
.modal form input.form-control::-webkit-input-placeholder,
.modal form input.phone-input.form-control::-webkit-input-placeholder {
	color: #999;
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
}

.leaveNumber .cta-lable .form-control::-moz-placeholder,
.modal form input.form-control::-moz-placeholder,
.modal form input.phone-input.form-control::-moz-placeholder {
	color: #999;
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
}

.leaveNumber .cta-lable .form-control:-ms-input-placeholder,
.modal form input.form-control:-ms-input-placeholder,
.modal form input.phone-input.form-control:-ms-input-placeholder {
	color: #999;
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
}

.leaveNumber .cta-lable .form-control:-moz-placeholder,
.modal form input.form-control:-moz-placeholder,
.modal form input.phone-input.form-control:-moz-placeholder {
	color: #999;
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent!important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent!important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent!important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent!important;
}

.leaveNumber .content .cta-btn .form-group {
	line-height: inherit;
	text-align: center;
	margin-bottom: 0;
	height: inherit;
}

.leaveNumber .content .cta-btn .btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.leaveNumber .content .cta-btn .disclaimer {
	margin-top: 3rem;
}

.leaveNumber .content .cta-btn .disclaimer label {
	text-align: left;
	color: #453d39;
	/*	margin-left: 2rem;*/
	margin-top: 1rem;
}

.checkbox {
	margin: 0;
}

.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 3rem;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1em;
}

.checkbox label:after,
.checkbox label:before {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
}

.checkbox label:before {
	content: "";
	top: 2px;
	border: 2px solid #463d3a;
	background-color: transparent;
	-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
	transition: border .15s ease-in-out, color .15s ease-in-out;
}

.checkbox label:after {
	top: 1px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 13px;
	line-height: 2rem;
	color: #463d3a;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
	font-family: FontAwesome;
	content: "\f00c";
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
	opacity: .65;
}

.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
	background-color: #eee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
	font-family: FontAwesome;
	content: "\f00c";
}

input[type=checkbox] .styled:checked + label::after,
input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::after,
input[type=radio] .styled:checked + label::before {
	color: #fff;
}

@media screen and (min-width:992px) {
	.leaveNumber {
		padding-top: 0;
		padding-bottom: 0;
	}
	.leaveNumber .content .title,
	.leaveNumber .content .cta-lable,
	.leaveNumber .content .cta-btn {
		height: 8.6rem;
		max-height: 8.6rem;
		background-repeat: no-repeat;
	}
	.leaveNumber .content .title:nth-child(1) {
		background-image: url(../img/bg-leave-number-a.png);
		background-position: center right;
		font-size: 2.2rem;
		line-height: 8.6rem;
		text-align: left;
	}
	.leaveNumber .content .cta-lable {
		background-color: #fff;
	}
	.leaveNumber .content .cta-lable input,
	.modal form input.form-control,
	.modal form input.phone-input.form-control {
		font-size: 2.4rem;
		margin-top: 0.5rem;
		color: #414042;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.leaveNumber .cta-lable .form-control::-webkit-input-placeholder,
	.modal form input.form-control::-webkit-input-placeholder,
	.modal form input.phone-input.form-control::-webkit-input-placeholder {
		font-size: 2.4rem;
	}
	.leaveNumber .cta-lable .form-control::-moz-placeholder,
	.modal form input.form-control::-moz-placeholder,
	.modal form input.phone-input.form-control::-moz-placeholder {
		font-size: 2.4rem;
	}
	.leaveNumber .cta-lable .form-control:-ms-input-placeholder,
	.modal form input.form-control:-ms-input-placeholder,
	.modal form input.phone-input.form-control:-ms-input-placeholder {
		font-size: 2.4rem;
	}
	.leaveNumber .cta-lable .form-control:-moz-placeholder,
	.modal form input.form-control:-moz-placeholder,
	.modal form input.phone-input.form-control:-moz-placeholder {
		font-size: 2.4rem;
	}
	.leaveNumber .content .cta-btn {
		background-image: url(../img/bg-leave-number-b.png);
		background-color: #a69e9b;
		background-position: center left;
	}
	.leaveNumber .content .cta-btn .form-group {
		text-align: left;
	}
	.leaveNumber .content .cta-btn .btn {
		margin: 0.5rem 0 0 2rem;
	}
	.leaveNumber .content .cta-btn .disclaimer {
		display: inline-block;
		margin-top: 0.5rem;
		margin-left: 2rem;
	}
	.checkbox label {
		font-size: 1rem;
	}
	.leaveNumber .bg {
		position: absolute;
		z-index: 1;
		top: 0;
		padding-left: 0;
		padding-right: 0;
		height: 100%;
	}
	.leaveNumber .bg .col-md-6:first-of-type {
		background-color: #ffa512;
		height: 100%;
	}
	.leaveNumber .bg .col-md-6:last-of-type {
		background-color: #a69e9b;
		height: 100%;
	}
	#modalHelp .form-control::-webkit-input-placeholder {
		font-size: 2rem;
	}
	#modalHelp .form-control::-moz-placeholder {
		font-size: 2rem;
	}
	#modalHelp .form-control:-ms-input-placeholder {
		font-size: 2rem;
	}
	#modalHelp .form-control:-moz-placeholder {
		font-size: 2rem;
	}
}

@media screen and (min-width:1200px) {
	.leaveNumber .cta-lable input,
	.modal form input.phone-input.form-control {
		font-size: 2.8rem;
	}
	.leaveNumber .cta-lable .form-control::-webkit-input-placeholder,
	.modal form input.form-control::-webkit-input-placeholder,
	.modal form input.phone-input.form-control::-webkit-input-placeholder {
		font-size: 2.8rem;
	}
	.leaveNumber .cta-lable .form-control::-moz-placeholder,
	.modal form input.form-control::-moz-placeholder,
	.modal form input.phone-input.form-control::-moz-placeholder {
		font-size: 2.8rem;
	}
	.leaveNumber .cta-lable .form-control:-ms-input-placeholder,
	.modal form input.form-control:-ms-input-placeholder,
	.modal form input.phone-input.form-control:-ms-input-placeholder {
		font-size: 2.8rem;
	}
	.leaveNumber .cta-lable .form-control:-moz-placeholder,
	.modal form input.form-control:-moz-placeholder,
	.modal form input.phone-input.form-control:-moz-placeholder {
		font-size: 2.8rem;
	}
	.leaveNumber .content .cta-btn {
		line-height: 8.6rem;
	}
	.leaveNumber .content .cta-btn .disclaimer {
		position: absolute;
		top: 0;
		left: 12rem;
		margin-left: 3rem;
		width: 80%;
		display: inline-block;
	}
	.leaveNumber .content .cta-btn .disclaimer label {
		margin-left: 2rem;
	}
	#modalHelp .form-control::-webkit-input-placeholder {
		font-size: 2.2rem;
	}
	#modalHelp .form-control::-moz-placeholder {
		font-size: 2.2rem;
	}
	#modalHelp .form-control:-ms-input-placeholder {
		font-size: 2.2rem;
	}
	#modalHelp .form-control:-moz-placeholder {
		font-size: 2.2rem;
	}
}

@media screen and (min-width:1400px) {
	.leaveNumber .content .col-sm-12:nth-child(1) {
		font-size: 2.2rem;
	}
	.leaveNumber .content .col-sm-12:nth-child(2) input,
	.modal form input.form-control,
	.modal form input.phone-input.form-control {
		font-size: 2.5rem;
	}
	.leaveNumber .content .cta-btn .btn {
		margin-left: 3rem;
	}
	.checkbox label {
		font-size: 1.1rem;
		/*		margin-left: 2rem;*/
	}
}

@media screen and (min-width:1600px) {
	.leaveNumber .content .col-sm-12:nth-child(1) {
		font-size: 2.4rem;
	}
	.leaveNumber .content .col-sm-12:nth-child(2) input,
	.modal form input.form-control,
	.modal form input.phone-input.form-control {
		font-size: 3rem;
	}
	.leaveNumber .cta-lable .form-control::-webkit-input-placeholder,
	.modal form input.form-control::-webkit-input-placeholder,
	.modal form input.phone-input.form-control::-webkit-input-placeholder {
		font-size: 3rem;
	}
	.leaveNumber .cta-lable .form-control::-moz-placeholder,
	.modal form input.form-control::-moz-placeholder,
	.modal form input.phone-input.form-control::-moz-placeholder {
		font-size: 3rem;
	}
	.leaveNumber .cta-lable .form-control:-ms-input-placeholder,
	.modal form input.form-control:-ms-input-placeholder,
	.modal form input.phone-input.form-control:-ms-input-placeholder {
		font-size: 3rem;
	}
	.leaveNumber .cta-lable .form-control:-moz-placeholder,
	.modal form input.form-control:-moz-placeholder,
	.modal form input.phone-input.form-control:-moz-placeholder {
		font-size: 3rem;
	}
	#modalHelp .form-control::-webkit-input-placeholder {
		font-size: 2.5rem;
	}
	#modalHelp .form-control::-moz-placeholder {
		font-size: 2.5rem;
	}
	#modalHelp .form-control:-ms-input-placeholder {
		font-size: 2.5rem;
	}
	#modalHelp .form-control:-moz-placeholder {
		font-size: 2.5rem;
	}
}

.consultants {
	padding: 4rem 0;
	color: #fff;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.b2b .consultants {
	background-color: #2a568d;
}

.b2c .consultants {
	background-color: #48a752;
}

.consultants a {
	color: #fff;
	font-weight: 300;
}

.consultants .title {
	padding: 1rem;
	display: inline;
	float: right;
	background: #fff;
	color: #2a568d;
	width: 100%;
	color: rgb(42, 86, 141);
	font-family: "Roboto Condensed";
	font-size: 20px;
	font-weight: 700;
	line-height: 42px;
}

.consultants ul {
	margin-top: 2.5em;
	float: right;
	width: 100%;
}

.consultants li {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.consultants li span {
	color: #71a9ee;
}

@media screen and (min-width:768px) {
	.consultants {
		padding: 4rem 0;
		background-image: url(../img/contact-bg.html);
		background-position: -44rem 0!important;
		text-align: right;
	}
	.b2b .consultants {
		background-image: url(../img/b2b-contact-bg.jpg);
	}
	.b2c .consultants {
		background-image: url(../img/b2c-contact-bg.jpg);
	}
	.consultants .title {
		width: auto;
	}
	.consultants ul {
		margin-top: .5em;
	}
	.consultants li {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
}

@media screen and (min-width:992px) {
	.consultants {
		padding: 4rem 0;
		background-position: -25rem 0!important;
	}
	.consultants ul {
		margin-top: 1em;
	}
	.consultants li {
		font-size: 1.9rem;
		margin-bottom: .5rem;
	}
	.b2c .consultants li {
		font-size: 1.8rem;
	}
}

@media screen and (min-width:1200px) {
	.consultants {
		padding: 5rem 0;
	}
	.consultants .title {
		font-size: 2.4rem;
	}
	.consultants ul {
		margin-top: 2em;
	}
	.b2c .consultants li {
		font-size: 1.9rem;
	}
}

@media screen and (min-width:1400px) {
	.consultants {
		padding: 4rem 0;
		background-position: -10rem 0!important;
	}
}

@media screen and (min-width:1600px) {
	.consultants {
		padding: 9rem 0 5rem;
	}
	.consultants ul {
		margin-top: 4em;
	}
	.consultants li {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.b2c .consultants li {
		font-size: 2.1rem;
	}
}

.localization {
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
}

.localization > div {
	background-color: #52585D;
}

.localization .row {
	position: relative;
}

.localization .container {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.localization .col-sm-8 {
	padding-right: 0;
}

.localization h4 {
	text-transform: uppercase;
	font-weight: 900;
}

.localization p,
.localization li {
	font-size: 1.8rem;
}

.localization .text {
	margin-bottom: 25px;
	overflow: hidden;
}

.localization .btn {
	margin-top: 0;
}

.localization form {
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}

.localization label {
	color: #fff;
	font-weight: 400;
}

.localization input {
	text-align: left;
}

.localization .form-control {
	background-color: #52585D;
	color: #fff;
	text-align: left;
	border-color: #fff;
}

.localization .form-control:focus {
	border-color: #48a752;
}

.localization input.nullvalue {
	color: #acacac;
}

.localization i {
	padding-right: 1rem;
}

.localization a {
	color: #3b9442;
}

.map {
	float: right;
	overflow: hidden;
	width: 100%;
	height: 30rem;
	/*	margin-bottom: 2rem;*/
}

@media screen and (min-width:768px) {
	.localization .container {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.localization form {
		margin-top: 4rem;
		margin-bottom: 3rem;
	}
	.localization .map-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		padding-right: 0;
	}
	.localization .map-wrapper {
		position: relative;
		overflow: visible;
	}
	.modal.localization .content,
	.modal.localization .map {
		height: 90vh;
		/* height: 70vh; */
	}
	.modal.localization .map {
		//height: 100%;
	}
}

.consulta .panel {
	margin-bottom: .5em;
}

.panel-body,
.panel-heading {
	padding-left: 0;
	padding-right: 0;
}

.panel-title {
	font-size: 1em;
}

.panel-body a,
.panel-title a:hover {
	color: #f05155;
}

.social-media .fa-facebook-official,
footer,
footer .title {
	color: #2e5f93;
}

.panel-body {
	font-size: .9em;
}

footer {
	background-color: #dfe7f0;
	font-size: 1.4rem;
	line-height: 1em;
	padding-top: 3rem;
	padding-bottom: 1em;
}

footer .col-md-3 {
	margin-bottom: 4rem;
}

footer .col-md-3:last-of-type {
	margin-bottom: 0;
}

footer .title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 1.7rem;
	text-transform: uppercase;
}

footer p {
	margin-bottom: 2rem;
	font-size: inherit;
	line-height: 1.4285714285714284em;
}

footer p:last-of-type {
	margin-bottom: 0;
}

footer li {
	margin-bottom: .3rem;
}

footer .copy {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #345587;
}

footer .fa {
	padding-right: .5em;
	font-size: 1em;
}

footer i.border-radius {
	width: 2rem;
	height: 2rem;
	padding: 0;
	text-align: center;
	border: 1px solid #2e5f93;
	border-radius: 50%;
	font-size: 1.2rem;
	line-height: 1.9rem;
	margin-right: 1.2rem;
}

footer .disclaimer {
	margin-top: .8rem;
}

.social-media {
	font-weight: 700;
	text-align: right;
}

.social-media span {
	margin-right: 1rem;
}

.social-media .fa {
	font-size: 2em;
	vertical-align: sub;
	padding-right: .8rem;
}

.social-media .fa-facebook-official:hover {
	color: #22476f;
}

.social-media .fa-youtube-play {
	color: #cf1717;
}

.social-media .fa-youtube-play:hover {
	color: #b11313;
}

@media screen and (min-width:768px) {
	footer .title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width:992px) {
	footer {
		padding-top: 3rem;
		padding-bottom: 1em;
	}
	footer .copy {
		margin-top: 2.5rem;
		padding-top: 1.5rem;
	}
}

@media screen and (min-width:1200px) {
	footer {
		padding-bottom: 1.5em;
	}
	footer .title {
		font-size: 1.8rem;
	}
	footer .copy {
		margin-top: 2.5rem;
		padding-top: 1.5rem;
	}
}

@media screen and (min-width:1600px) {
	footer {
		padding-top: 5rem;
		padding-bottom: 3em;
		font-size: 1.5rem;
	}
	footer .copy {
		margin-top: 2.5rem;
		padding-top: 1.5rem;
	}
}

.cc_banner-wrapper {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9001;
}

.cc_container .cc_btn {
	font-size: .6em;
	line-height: 1em;
}

.cc_container .cc_message {
	font-size: 1.6rem;
	-webkit-transition: font-size 200ms;
	transition: font-size 200ms;
	margin: 0;
	padding: 0;
}

@media screen and (min-width:500px) {
	.cc_container .cc_btn,
	.cc_container .cc_message {
		font-size: 1rem;
	}
}

@media print {
	.cc_banner-wrapper,
	.cc_container {
		display: none;
	}
}

.cc_container {
	padding: 15px;
	overflow: hidden;
	background-color: #f05155;
	background-image: url(../img/cookie-bg.png);
	background-position: bottom center;
	color: #fff;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}

.cc_container .cc_btn {
	padding: 8px 10px;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 33%;
	margin-left: 10px;
	float: right;
	max-width: 120px;
}

.cc_container .cc_message {
	display: block;
}

@media screen and (min-width:768px) {
	.cc_container .cc_btn,
	.cc_container .cc_message {
		font-size: 1.6rem;
	}
	.cc_container {
		padding: 3rem 0 4rem;
	}
	.cc_container .cc_btn {
		padding: 8px 15px;
	}
}

.cc_container::-moz-selection {
	background: #ff5e99;
	color: #fff;
	text-shadow: none;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #414042;
	background-color: #fff;
	transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
	transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 700;
}

.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
	background-color: #fff;
	color: #414042;
}

.cc_container a,
.cc_container a:visited {
	text-decoration: none;
	color: #31a8f0;
	-webkit-transition: 200ms color;
	transition: 200ms color;
}

.cc_container a:active,
.cc_container a:hover {
	color: #b2f7ff;
}

@-webkit-keyframes slideDown {
	0% {
		margin-top: -200px;
	}
	100% {
		margin-top: 0;
	}
}

@keyframes slideDown {
	0% {
		margin-top: -200px;
	}
	100% {
		margin-top: 0;
	}
}

@-webkit-keyframes growDown {
	0% {
		height: 0;
	}
	100% {
		height: 191px;
	}
}

@keyframes growDown {
	0% {
		height: 0;
	}
	100% {
		height: 191px;
	}
}

.cc_banner-wrapper {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: growDown;
	animation-name: growDown;
}

@media screen and (max-width: 767px) {
	.modal-dialog {
		margin: 0;
	}
}

.b2b .modal-backdrop {
	background-color: #000;
}

.modal-backdrop.fullscreen-menu {
	background-color: #eaeaea;
}

.modal-backdrop.in {
	opacity: 0.9;
}

.modal-backdrop.in.fullscreen-menu {
	opacity: 1;
}

.modal-content {
	border-width: 1rem;
	border-style: solid;
	border-color: transparent;
	text-align: center;
	border-radius: 0;
}

.b2b .modal-content {
	border-color: rgb(42, 86, 141);
}

.b2b .our-offers.modal {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}

.b2b .our-offers .modal-content {
	border-color: #081e40;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.b2b .our-offers .modal-header {
	background-color: #081e40;
	padding: 1em 2em 2.5em;
}

.b2b .our-offers .modal-header figure {
	display: inline-block;
}

.b2b .our-offers .modal-header .modal-title {
	color: #fff;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.b2b .our-offers .modal-header figure img {
	width: 8.6rem;
	height: 8.6rem;
}

.b2b .our-offers .modal-body {
	padding-top: 2rem;
}

.b2b .our-offers .modal-body h5 {
	margin-bottom: 2.5rem;
	color: #1a406e;
	font-weight: 400;
}

.b2b .our-offers .modal-body .logo-list {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.b2b .our-offers .modal-body ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.b2b .our-offers .modal-body li {
	width: auto;
	margin: 0;
	padding: 0 2rem;
}

.b2b .our-offers .modal-body h2 {
	color: #2a568d;
	font-weight: 300;
}

.b2b .our-offers .modal-body .phone-input {
	margin-top: 2rem;
}

.b2b .our-offers .modal-footer {
	padding-bottom: 3em;
}

.b2b .our-offers .modal-footer label {
	color: #999;
}

.my-modal-backdrop {
	background-color: #00f;
}

.b2c .modal-content {
	border-color: #48a752;
}

.modal-header {
	padding: 2em 2em .5em;
	border-bottom: none;
}

.modal-header h3 {
	margin-bottom: 1rem;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 3.2rem;
	text-transform: uppercase;
}

.modal.contact .modal-header {
	padding-top: 1em;
	background-color: rgb(42, 86, 141);
	color: #fff;
}

.b2b .modal.contact .modal-header {
	background-color: rgb(42, 86, 141);
}

.b2c .modal.contact .modal-header {
	background-color: #48a752;
}

.modal.contact .modal-title {
	color: rgb(255, 255, 255);
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.modal.contact .modal-title > span {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 400;
}

.modal .close {
	position: absolute;
	right: 0rem;
	/*	top: 0rem;*/
	font-size: 1em;
	opacity: 1;
	color: #fff;
}

.modal#modalSize .modal-body {
	padding: 5rem 4rem 2rem;
}

.modal#modalSize .btn-bordered {
	color: #2a568d;
	border-width: 2px;
	background-color: transparent;
}

.modal#modalSize .btn-bordered:hover,
.modal#modalSize .btn-bordered:active {
	color: #fff;
	border-width: 2px;
	background-color: #2a568d;
}

.modal#modalSize .modal-body .col-sm-6 {
	text-align: center;
}

.modal#modalSize .modal-body img {
	display: block;
	margin: 0 auto 2rem;
}

.modal#modalSize .modal-body .col-sm-6 {
	margin-bottom: 3rem;
}

.modal#modalSize .modal-body h2 {
	color: #315b91;
	text-transform: uppercase;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.modal .close {
		font-size: 2em;
	}
	.modal#modalSize .modal-body img {
		display: block;
		margin: 0 auto 8rem;
	}
	.modal#modalSize .modal-body .col-sm-6:first-of-type {
		border-right: 2px solid #2a568d;
	}
}

@media screen and (min-width: 992px) {
	.modal#modalSize .modal-body {
		padding: 15rem 10rem;
	}
}

.modal.contact .modal-body {
	padding: 0;
}

.modal.contact .modal-body p {
	font-size: 1.6rem;
}

.modal.contact .modal-body .content {
	padding-top: 2rem;
	margin-bottom: 3rem;
}

.modal.contact .modal-body .content .cta {
	font-size: 1.8rem;
	line-height: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(42, 86, 141);
}

.b2b .modal.contact .modal-body .content .cta {
	color: rgb(42, 86, 141);
}

.b2c .modal.contact .modal-body .content .cta {
	color: #48a752;
}

.modal.contact .modal-body .content .phone-input {
	margin-bottom: 2rem;
	color: #493c38;
}

.modal.contact .modal-body .content .disclaimer {
	padding-left: 3rem;
	padding-right: 2rem;
	text-align: left;
	font-weight: 400;
	margin-bottom: 1rem;
}

.modal.contact .modal-body .content .disclaimer label {
	padding-top: 0.2rem;
	color: rgb(153, 153, 153);
	font-size: 1.1rem;
	font-weight: 400;
}

.modal.contact#modalEmail .modal-body .content {
	padding-top: 3rem;
}

.modal.contact#modalEmail .modal-body .content p {
	padding-bottom: 3rem;
}

.modal.contact#modalEmail .modal-body .content .form,
.modal.contact#modalHelp .modal-body .content .form {
	text-align: center;
	margin: 0 auto;
	padding-right: 2rem;
	padding-left: 2rem;
	overflow: hidden;
}

.modal.contact#modalEmail .modal-body .content .form label,
.modal.contact#modalHelp .modal-body .content .form label {
	color: rgb(19, 28, 42);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.modal.contact#modalEmail .modal-body .content .form input,
.modal.contact#modalHelp .modal-body .content .form input,
.modal.contact#modalHelp .modal-body .content .form textarea {
	border: 2px dashed rgb(42, 86, 141);
	font-size: 1.8rem;
	line-height: 1em;
	padding: 1rem;
}

.b2b .modal.contact#modalEmail .modal-body .content .form input,
.b2b .modal.contact#modalHelp .modal-body .content .form input,
.b2b .modal.contact#modalHelp .modal-body .content .form textarea {
	border-color: rgb(42, 86, 141);
}

.b2c .modal.contact#modalEmail .modal-body .content .form input,
.b2c .modal.contact#modalHelp .modal-body .content .form input,
.b2c .modal.contact#modalHelp .modal-body .content .form textarea {
	border-color: #48a752;
}

.modal.contact#modalEmail .modal-body .content .form .form-group,
.modal.contact#modalHelp .modal-body .content .form .form-group {
	text-align: center;
}

.modal.contact#modalEmail .modal-body .content .form .disclaimer,
.modal.contact#modalHelp .modal-body .content .form .disclaimer {
	text-align: center;
}

.modal.contact#modalEmail .modal-body .content .form .disclaimer label,
.modal.contact#modalHelp .modal-body .content .form .disclaimer label {
	color: rgb(72, 75, 80);
	font-family: "Roboto Condensed";
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	margin-top: 1rem;
	padding-top: 0.5rem;
}

.modal.contact .checkbox label {
	padding-top: 0.6rem;
	/*	padding-left: 1rem;*/
}

.modal.contact#modalEmail .modal-body .content .form .check-services {
	margin-top: 1rem;
}

.modal.contact#modalEmail .modal-body .content .form .check-services .checkbox {
	padding: 0;
	display: inline-block;
	margin-bottom: 1rem;
	width: 100%;
	text-align: left;
}

.modal.contact#modalEmail .modal-body .content .form .check-services .checkbox label {
	margin: .6rem 2rem .9rem 1rem;
	padding-top: .4rem;
	color: rgb(255, 255, 255);
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
}

.modal.contact#modalEmail .modal-body .content .form .check-services .checkbox label::before {
	border-color: #fff;
}

.modal.contact#modalEmail .modal-body .content .form .check-services .checkbox label::after {
	color: #fff;
	font-size: 1rem;
	padding-left: 1px;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#internet {
	background-color: #1e7aca;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#internet_i_transmisja_danych {
	background-color: #1e7aca;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#hosting_i_kolokacja {
	background-color: #5ecf58;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#uslugi_glosowe {
	background-color: #cda936;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#transmisja_danych {
	background-color: #cd9334;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#energia_elektryczna{
	background-color: #d144c2;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#nasze_data_center {
	background-color: #812e15;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#security_i_itc {
	background-color: #cd6134;
}

.b2b .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#domeny {
	background-color: #62b440;
}

.b2c .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#internet {
	background-color: #48a752;
}

.b2c .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#telewizja {
	background-color: #c05f94;
}

.b2c .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#telefon {
	background-color: #fe9c00;
}

.b2c .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#pakiety {
	background-color: #065993;
}

.b2c .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#promocje {
	background-color: #4d006d;
}

.b2c .modal.contact#modalEmail .modal-body .content .form .check-services .checkbox#supermedia_go {
	background-color: #0ca47e;
}

@media screen and (min-width:768px) {
	.modal.contact .modal-title {
		font-size: 2.4rem;
	}
	.modal.contact .modal-body .content {
		padding-top: 3rem;
		margin-bottom: 0;
	}
	.modal.contact .modal-body .content .cta {
		font-size: 2rem;
		padding-bottom: 1rem;
	}
	.modal.contact .modal-body .content .phone-input {
		margin-bottom: 2rem;
	}
	.modal.contact .modal-body .content .disclaimer {
		text-align: left;
		font-weight: 400;
		margin-bottom: 2rem;
	}
	.modal.contact#modalEmail .modal-body .content .form .check-services .checkbox {
		width: auto;
		text-align: inherit;
	}
	.modal.contact#modalEmail .modal-body .content button {
		margin-bottom: 2rem;
	}
	.modal.contact#modalEmail .modal-body .content .form .check-services .checkbox label {
		width: auto;
	}
}

@media screen and (min-width:992px) {
	.modal.contact .modal-title {
		font-size: 3rem;
	}
	.modal.contact .modal-body .content {
		padding-top: 10rem;
		margin-bottom: 0;
	}
	.modal.contact .modal-body .content .cta {
		font-size: 2.4rem;
		padding-bottom: 5rem;
	}
	.modal.contact .modal-body .content .phone-input {
		margin-bottom: 4rem;
	}
	.modal.contact .modal-body .content .disclaimer {
		text-align: left;
		font-weight: 400;
		margin-bottom: 2rem;
	}
	.modal.contact#modalEmail .modal-body .content .form {
		padding-right: 4rem;
		padding-left: 1rem;
	}
	.modal.contact#modalHelp .modal-body .content .form {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media screen and (min-width:1600px) {
	.modal.contact .modal-title {
		font-size: 4rem;
	}
	.modal.contact .modal-body .content {
		padding-top: 16rem;
	}
	.modal.contact .modal-body .content .cta {
		font-size: 2.6rem;
		padding-bottom: 2rem;
	}
	.modal.contact .modal-body .content .phone-input {
		margin-bottom: 3rem;
	}
	.modal.contact .modal-body .content .disclaimer {
		text-align: left;
		font-weight: 400;
		margin-bottom: 3rem;
	}
	.modal.contact#modalEmail .modal-body .content .disclaimer {
		margin-bottom: 2rem;
	}
	.modal.contact#modalEmail .modal-body .content .form,
	.modal.contact#modalHelp.modal-body .content .form {
		padding-right: 6rem;
		padding-left: 4rem;
	}
}

.modal.contact .modal-header h3 small,
#modalEmail .modal-header h3 small {
	font-size: 60%;
	font-weight: 300;
}

.modal form input.phone-input.form-control {
	display: inline-block;
	width: auto;
	text-align: center;
}

.modal.contact .modal-footer label,
#modalEmail .modal-footer label {
	line-height: 1.2rem;
}

.b2b .modal-header h3,
.b2b .modal-header h3 small {
	color: #2e5f93;
}

.b2c .modal-header h3,
.b2c .modal-header h3 small {
	color: #48a752;
}

.modal-header p {
	font-size: .8em;
}

.modal-body {
	padding: 1em;
}

.modal-footer {
	border-top-color: transparent;
	padding: 1em 3rem;
	text-align: center;
}

.modal-footer h3 {
	color: #48a752;
	font-size: 2rem;
	font-weight: 400;
}

.modal-footer input {
	margin-right: 1rem;
}

.modal-footer label {
	display: inline-block;
	font-weight: 400;
	color: #453d39;
	text-align: left;
}

.disclaimer .modal-footer label,
.disclaimer .form-group {
	text-align: left;
}

.form-control {
	height: 60px;
	border: 2px solid #2a568d;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	font-size: .9em;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #414042;
}

textarea.form-control {
	border: 2px solid #2a568d;
	margin-bottom: 2rem;
}

.b2b .form-control,
.b2b textarea.form-control {
	border-color: #2a568d;
}

.b2c .form-control,
.b2c textarea.form-control {
	border-color: #48a752;
}

.form-control:focus {
	border-color: #48a752;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal label {
	font-size: .9em;
	font-weight: 700;
	color: #2a568d;
}

.modal-footer .form-info {
	font-size: .8em;
}

.modal-footer .disclaimer {
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: .65em;
	color: #7a8189;
}

select {
	background-color: #fff;
	display: inline-block;
	padding: .5em 3.5em .5em 1em;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.styled {
	background-image: linear-gradient(45deg, transparent 50%, #f05155 50%), linear-gradient(135deg, #f05155 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1em+5px), calc(100% - 15px) calc(1em+5px), calc(100% - 2.5em) .5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.form-control::-webkit-input-placeholder,
#modalLocalization.modal.modal form input.form-control::-webkit-input-placeholder {
	color: #ccc;
	font-size: 1.5rem;
	font-weight: 300;
}

.form-control::-moz-placeholder,
#modalLocalization.modal.modal form input.form-control::-moz-placeholder {
	color: #ccc;
	font-size: 1.5rem;
	font-weight: 300;
}

.form-control:-ms-input-placeholder,
#modalLocalization.modal.modal form input.form-control:-ms-input-placeholder {
	color: #ccc;
	font-size: 1.5rem;
	font-weight: 300;
}

.form-control:-moz-placeholder,
#modalLocalization.modal.modal form input.form-control:-moz-placeholder {
	color: #ccc;
	font-size: 1.5rem;
	font-weight: 300;
}

#modalLocalization .modal-body {
	padding: 0 1.5rem;
}

.modal.localization .close {
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 0;
	text-shadow: none;
	opacity: 0.5;
}

.modal.localization .close i {
	color: #000;
}

@media screen and (min-width: 992px) {
	#modalLocalization .modal-body {
		padding: 0 0 0 1.5rem;
	}
}

#modalLocalization .content {
	background-color: #5d6368;
	text-align: left;
	float: left;
	padding: 1.5rem;
}

@media screen and (min-width: 992px) {
	#modalLocalization .content {
		padding: 4rem;
	}
}

.modal.contact .modal-body h2,
#modalEmail .modal-body h2 {
	font-weight: 300;
	text-transform: uppercase;
	color: #263651;
	background-image: url(../img/b2b-call-modal-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

#modalLocalization.modal label {
	color: #fff;
}

#modalLocalization.modal.modal form input.form-control {
	height: 60px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	font-size: .9em;
	-webkit-box-shadow: none;
	/*	background-color: #52585D;*/
	color: #fff;
	text-align: left;
	text-transform: none;
	font-weight: 400;
}

@media screen and (min-width:768px) {
	#myModalHelp .modal-content {
		border: 20px solid #48a752;
		text-align: center;
	}
	.modal-body {
		padding: .5em 4rem 1em;
	}
	.modal-footer {
		padding: 1em 4rem;
	}
	.modal.contact .modal-body h2,
	#modalEmail .modal-body h2 {
		padding: 1.3rem 1rem;
		background-image: url(../img/b2b-call-modal-bg.png);
	}
	.modal.contact .modal-header,
	#modalEmail .modal-header {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.modal.contact .modal-footer,
	#modalEmail .modal-footer {
		padding-bottom: 1rem;
	}
	.modal-header h3 {
		font-size: 3.2rem;
		line-height: 4rem;
	}
	.modal-footer h3 {
		font-size: 2rem;
	}
	.modal.contact .modal-header h3,
	#modalEmail .modal-header h3 {
		font-size: 2.5rem;
	}
	.modal form input.form-control::-webkit-input-placeholder {
		font-size: 3rem;
	}
	.modal form input.form-control::-moz-placeholder {
		font-size: 3rem;
	}
	.modal form input.form-control:-ms-input-placeholder {
		font-size: 3rem;
	}
	.modal form input.form-control:-moz-placeholder {
		font-size: 3rem;
	}
	.b2b .our-offers .modal-header figure {
		margin-right: 2rem;
	}
}

@media screen and (min-width:992px) {
	#myModalHelp .modal-content {
		border: 20px solid #48a752;
		text-align: center;
	}
	.modal-body {
		padding: .5em 4rem 1em;
	}
	.modal-footer {
		padding: 1em 4rem;
	}
	.modal.contact .modal-header,
	#modalEmail .modal-header {
		padding-top: 2em;
	}
	.modal.contact .modal-footer,
	#modalEmail .modal-footer {
		padding-bottom: 2rem;
	}
	.modal-header h3 {
		font-size: 3.2rem;
		line-height: 4rem;
	}
	.modal-footer h3 {
		font-size: 2rem;
	}
	.modal.contact .modal-header h3,
	#modalEmail .modal-header h3 {
		font-size: 4rem;
	}
}

@media screen and (min-width:1200px) {
	.modal-body {
		padding: .5em 6rem 1em;
	}
	.modal-footer {
		padding: 1em 6rem;
	}
	.modal.contact .modal-header,
	#modalEmail .modal-header {
		padding-top: 4em;
	}
	.modal.contact .modal-footer,
	#modalEmail .modal-footer {
		padding-bottom: 4rem;
	}
	.modal-header h3 {
		font-size: 3.8rem;
		line-height: 4.6rem;
	}
	.modal-footer h3 {
		font-size: 2.4rem;
	}
	.modal.contact .modal-header h3,
	#modalEmail .modal-header h3 {
		font-size: 4rem;
	}
}

@media screen and (min-width:1600px) {
	.modal-lg {
		width: 114rem;
	}
	.modal-body {
		padding: .5em 8rem 1em;
	}
	.modal-footer {
		padding: 1em 8rem;
	}
	.modal.contact .modal-header,
	#modalEmail .modal-header {
		padding-top: 4em;
		padding-bottom: 4rem;
	}
	.modal.contact .modal-footer,
	#modalEmail .modal-footer {
		padding-bottom: 4rem;
	}
	.modal-header h3 {
		font-size: 4.4rem;
		line-height: 5.2rem;
	}
	.modal-footer h3 {
		font-size: 27px;
	}
	.modal.contact .modal-header h3,
	#modalEmail .modal-header h3 {
		font-size: 5rem;
	}
}

.about-company button b,
.services button b {
	display: inline;
}

.about-company button.collapsed b,
.about-company button:not(.collapsed) span,
.services button.collapsed b,
.services button:not(.collapsed) span {
	display: none;
}

.modal-backdrop {
	z-index: 19 !important;
}

.modal {
	z-index: 20 !important;
}

nav {
	z-index: 18 !important;
}

.our-offers .list-inline img {
	max-width: 150px;
	max-height: 100px;
}

#blue {
	background-color: #17458e;
}

#pakiety,
#pakiety-full {
	background-color: #065993;
}

.logo-container .hidden-xs img {
	max-height: 50px;
	max-width: 100px;
}

.logo-container .hidden-xs a {
	height: 50px;
	width: 100px;
}






#servicesBeRodo .txt-wrapper, #servicesBusinessCloud .txt-wrapper, #servicesDDoS .txt-wrapper, #servicesSmartView .txt-wrapper {	margin-top: 1rem;margin-bottom: 1rem;padding-right: 3rem;padding-left: 3rem;}

#servicesBeRodo h3, #servicesBusinessCloud h3, #servicesDDoS h3, #servicesSmartView h3{ font-size: 2.6rem; text-align: left; margin-top: 0.2rem;margin-bottom: 2rem;}
#servicesBeRodo p, #servicesBusinessCloud p{ font-size: 1.8rem; line-height: 2.4rem; text-align: left;margin-bottom: 4rem;}
#servicesBeRodo p.small, #servicesBusinessCloud p.small, #servicesDDoS p.small, #servicesSmartView p.small{ font-size: 1.4rem; line-height: 1.6rem; text-align: left;margin-bottom: 4rem;}
#servicesBeRodo p a, #servicesBusinessCloud p a, #servicesDDoS p a, #servicesSmartView p a{ text-decoration: underline !important;}
#servicesBeRodo .fs24, #servicesBusinessCloud .fs24, #servicesDDoS .fs24, #servicesSmartView .fs24{font-size: 2.4rem;}
#servicesBeRodo .mb30, #servicesBusinessCloud .mb30, #servicesDDoS .mb30, #servicesSmartView .mb30{ margin-bottom: 30px;}
#servicesBeRodo .mt30, #servicesBusinessCloud .mt30, #servicesDDoS .mt30, #servicesSmartView .mt30, #servicesDedykowaneRozwiazania .mt30{ margin-top: 30px;}
#servicesBeRodo .mb60, #servicesBusinessCloud .mb60, #servicesDDoS .mb60, #servicesSmartView .mb60{ margin-bottom: 60px;}
#servicesBeRodo .mt60, #servicesBusinessCloud .mt60, #servicesDDoS .mt60, #servicesSmartView .mt60{ margin-top: 60px;}
#servicesBeRodo .text-center, #servicesBusinessCloud .text-center, #servicesDDoS .text-center, #servicesSmartView .text-center{ text-align:center}

#servicesBeRodo .bgyellow{ background: #ffca12 url('../img/berodo/b2b-c-rodo2.png') center top no-repeat; font-size: 2.2rem; line-height: 2.4rem; padding: 45px 30px 30px 30px; text-align: left;}
#servicesBusinessCloud .bggray{ background: #fbfbfb}


#servicesBeRodo .b_contact {font-size: 3.2rem;line-height: 1.2em;color: #d85a92 !important;text-align: center}
#servicesBusinessCloud .b_contact, #servicesSmartView .b_contact {font-size: 3.2rem;line-height: 1.2em;color: #ffa512 !important;text-align: center}
#servicesDDoS p, #servicesSmartView p{ font-size: 1.8rem; line-height: 2.4rem; text-align: justify;margin-bottom: 4rem;}

#servicesDDoS table.pakiety{}
#servicesDDoS table.pakiety tbody tr:nth-child(even){ background:#fbfbfb;}
#servicesDDoS table.pakiety tbody td, #servicesDDoS table.pakiety th{ padding: 15px 20px}

#servicesDDoS table.pakiety tbody tr td:first-child{ text-align: right;}
#servicesDDoS table.pakiety tbody th{ font-size: 22px; background: #fff; font-weight: normal;}
#servicesDDoS table.pakiety tbody th:nth-child(2)  {background:#f4dfb0; color:#aa714b;}
#servicesDDoS table.pakiety tbody th:nth-child(3)  {background:#e6e6e6;color:#787878;}
#servicesDDoS table.pakiety tbody th:nth-child(4)  {background:#f8e79e; color: #cb990a;}

#servicesDDoS table.pakiety tbody tr:last-child td:nth-child(2)  {background:#f4dfb0; }
#servicesDDoS table.pakiety tbody tr:last-child td:nth-child(3)  {background:#e6e6e6;}
#servicesDDoS table.pakiety tbody tr:last-child td:nth-child(4)  {background:#f8e79e; }
#servicesDDoS table.pakiety tbody tr:last-child  { color: #2a568d; font-weight: bold}



