/*
 *
 * Root styles
 **********************************/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #141414;
    /*    font-family: 'flamabasic';*/
}

p {
    margin: 0;
    padding: 0;
    font-family: 'flamalight';
	font-size: 18px;
}

ul, li {
    list-style: none;
    margin: 0;
    font-family: 'flamalight';
}

.section-blog .static-page-content.blog-content h1, 
.section-blog .static-page-content.blog-content h2, 
.section-blog .static-page-content.blog-content h3, 
.section-blog .static-page-content.blog-content h4, 
.section-blog .static-page-content.blog-content h5, 
.section-blog .static-page-content.blog-content h6,
.static-page-content h1, 
.static-page-content h2, 
.static-page-content h3, 
.static-page-content h4, 
.static-page-content h5, 
.static-page-content h6 {
	font-family: 'semplicita_proregular';
	color: #03040e;
	margin-bottom: 10px;
	text-transform: none;
}

.section-blog .static-page-content.blog-content h1,
.static-page-content h1 {
	font-family: 'semplicita_pro_mediummedium';
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 30px;
	font-weight: normal;
}

.section-blog .static-page-content.blog-content h2,
.static-page-content h2 {
	font-size: 20px;
	line-height: 30px;
}

.section-blog .static-page-content.blog-content h3,
.static-page-content h3 {
	font-size: 18px;
	line-height: 24px;
}

.section-blog .static-page-content.blog-content h4,
.static-page-content h4 {
	font-size: 17px;
	line-height: 24px;
}

.section-blog .static-page-content.blog-content h4.h4-red-header,
.static-page-content h4.h4-red-header  {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	color:  #fb0600;
	margin-top: 45px;
}

.section-blog .static-page-content.blog-content h5,
.static-page-content h5 {
	font-size: 14px;
	line-height: 20px;
}

.section-blog .static-page-content.blog-content h6,
.static-page-content h6 {
	font-size: 12px;
	line-height: 18px;
	font-family: 'semplicita_prolight';
}


.section-blog .static-page-content.blog-content .primary-button,
.static-page-content .primary-button {
	font-family: 'flamasemibold';
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #fb0600;
	border: 1px solid #fb0600;
	border-radius: 36px;
	padding: 16px 28px;
	text-decoration: none;
}

.section-blog .static-page-content.blog-content .primary-button:hover,
.static-page-content .primary-button:hover {
	background-color: #fff;
	color: #fb0600;
	border-radius: 36px;
	text-decoration: none;
}

.section-blog .static-page-content.blog-content .secondary-button,
.static-page-content .secondary-button {
	font-family: 'flamasemibold';
	padding: 16px 28px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 36px;
	text-decoration: none;
}

.section-blog .static-page-content.blog-content .secondary-button:hover,
.static-page-content .secondary-button:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none;
}

.section-blog .static-page-content.blog-content .small-button,
.static-page-content .small-button {
	font-family: 'flamasemibold';
	font-size: 15px;
	letter-spacing: 1px;
	color: #fb0600;
	text-decoration: none;
}

.section-blog .static-page-content.blog-content .small-button:hover,
.static-page-content .small-button:hover {
	color: #fb0600;
	text-decoration: underline;
	text-decoration-color: #fb0600;
}

.section-blog .static-page-content.blog-content ul.dot-list li {
	color: #03040e;
	font-size: 18px;
	line-height: 28px;
	font-family: 'flamalight';
	margin-bottom: 22px;
	background: none;
	padding-left: 0;
}

.section-blog .static-page-content.blog-content ul.dot-list li::before {
	content: "";
	display: inline-block;
	background-color: #fb0600;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	margin-right: 1em;
	margin-bottom: 3px;
}


.section-blog .static-page-content.blog-content ol.ordered-list {
	list-style: none; 
	counter-reset: li;
	margin: 0;
}

.section-blog .static-page-content.blog-content ol.ordered-list li {
	color: #03040e;
	font-size: 18px;
	line-height: 28px;
	font-family: 'flamalight';
	counter-increment: li;
	margin-bottom: 22px;
	background: none;
	padding-left: 0;
}


.section-blog .static-page-content.blog-content ol.ordered-list li::before {
	content: counter(li)'.'; 
	font-family: 'flamasemibold';
	color: #fb0600;
  	display: inline-block; 
	width: 1em;
  	margin-right: 10px;
}

.section-blog .static-page-content.blog-content .quotes-with-bg {
	font-family: 'flamalight';
	font-size: 18px;
	line-height: 28px;
	color: #03040e;
	padding: 45px;
	background-color: #f2f2f2;
}

.section-blog .static-page-content.blog-content .quotes-with-bg .quotes-with-bg-author {
	font-family: 'flamasemibold';
	margin-top: 20px;
}

.section-blog .static-page-content.blog-content a {
	color: #03040e;
	text-decoration: underline;
	text-decoration-color: #0008ff;
	text-underline-offset: 6px;
}

.section-blog .static-page-content.blog-content a:hover {
	color: #0008ff;
}

strong {
	font-family: 'flamamedium';
}

.no-padding {
	padding: 0 !important;
}

.text-left {
	text-align: left !important;
}

.functionality-content ul, .static-page-content ul, .static-page-content ol, .paragraph ul{
	margin-top: 15px;
	margin-bottom: 15px;
}

.functionality-content li, .static-page-content li, .paragraph li{
	padding-left: 20px;
	background-image: url(../../img/front/li.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

div.paragraph{
	margin-left: 10px;
}

.section-page div.paragraph{
	font-family: 'flamalight';
}

figure {
    margin: 0;
}

a, a:hover {
    color: inherit;
}

header {
	padding-bottom: 4px;
}

.header-logo {
    margin: 20px 0 20px 0px;
}

#searchBlock {
	position: absolute;
	background-color: #FFF;
	right: 0;
	top: 85px;
	display: none;
	padding: 15px;
}

#searchBlock form {
	margin: 0;
	margin-right: 26px;
}

header .section-page {
	position: relative;
	max-width: 1370px;
	padding: 0;
}

.header-search {
    
    text-align: right;
    
    
}

.header-search input[type="text"] {
    background-color: #e6e6e6;
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    padding: 0px 5px;
	height: 30px;
}

.header-search input[type="submit"] {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: none;
	background-color: #313538;
	border-color: #313538;
	text-transform: uppercase;
	font-family: 'flamabasic';
}


.btn-readmore {
	display: block;
	max-width: 320px;
	margin: 0 auto;
	width: auto;
	border: 3px solid #000000;
	font-family: 'flamasemibold';
	font-size: 18px;
	text-transform: uppercase;
	padding: 4px 20px;
	
}
.btn-readmore img {
	margin: 0 6px 4px;
}

.btn-readmore2{
	font-family: 'flamasemibold';
	font-size: 24px;
	display: block;
	line-height:20px;
}
.btn-readmore2 .img-demo{
	margin-bottom:10px;
	display: block;
}
.btn-readmore2 .img-ico{
	margin-left:5px;
}

/*
 * Icons styles
 ***************************/

.header-search input.my-icon-search {
    border: 0;
	margin: 0;
    height: 30px;
}

[class*="my-icon-"] {
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    width: 34px;
    margin-right: 10px;
}

.my-icon-phone {
    background-color: transparent;
    background: url(../../img/front/kontakt01.svg) no-repeat center;
}

.my-icon-phone-white {
    background-color: transparent;
    background: url(../../img/front/contact01white_ico.png) no-repeat center;
}

.my-icon-email {
    background-color: transparent;
    background: url(../../img/front/kontakt02.svg) no-repeat center;
}

.my-icon-email-white {
    background-color: transparent;
    background: url(../../img/front/contact02white_ico.png) no-repeat center;
}

.my-icon-arrow-white {
    background-color: transparent;
    background: url(../../img/front/cta_white_ico.png) no-repeat center;
}

.my-icon-arrow-black {
    background-color: transparent;
    background: url(../../img/front/readmore_demo_ico.svg) no-repeat center;
}

.my-icon-plus-white {
    background-color: transparent;
    background: url(../../img/front/detail_ico_baner.png) no-repeat center;
}

.my-banner-icon {
    display: inline-block;
    margin-right: 20px;
}

/*
 * Top menu styles
 **************************/

.top-menu {
    margin: 5px auto;
    max-width: 1370px;
}

.top-menu ul {
    text-align: justify;
    margin: 0;
}

.top-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
	margin: 8px 4px 0;
}

.top-menu li.last{
	margin-top: 0;
}

.top-menu ul:before, .top-menu ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.top-menu a {
    font-family: 'flamamedium';
    text-transform: uppercase;
    font-size: 16px;
    color: #141414;
}

.top-menu .btn-red,
.top-menu-content .btn-red {
	color: #fff!important;
	font-family: 'flamasemibold';	
	text-transform: uppercase;
	background: #fb0600;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 8px 45px 9px;
}

.top-menu ul > li.btn-red > a {
	color: #FFF;
	cursor: pointer;
}


.top-menu ul > li.btn-red > a i {
	color: #FFF;
	filter: brightness(100);
	vertical-align: initial;
}

header {
	position: relative;
}

.top-menu-content {
	position: absolute;
	background-color:#FFF;
	left: 0;
	right: 0;
	box-shadow: 3px 3px 10px #00000029;
	z-index: 998;
}

.top-menu-content li.header {
	text-transform: uppercase;
	position: relative;
	font-family: 'flamasemibold';
	margin-bottom: 18px;
}

.top-menu-content li.subtitle {
	font-size: 12px;
}

.top-menu-content li.header:not(.empty):before {
	content: "";
	display: block;
	position: absolute;
	left: -22px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 3px solid red;
}

.top-menu-content li {
	margin-bottom: 6px;
}

.top-menu-content .btn-red.btn-small{
	padding: 0 13px;
	font-size: 8.5px;
	line-height: 21px;
	vertical-align: bottom;
	text-transform: none;
	margin-left: 7px;
	width: auto;
}

.menu-content.half[data-id=MenuTest] {
	/* right: 10%; */
	min-width: 600px;
}

.menu-content.half[data-id=MenuTest] .span6:first-child {
	padding-right: 20px;
}

.menu-content.half[data-id=MenuTest] .btn-border {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	min-width: 230px;
	margin-bottom: 2px;
}

.menu-content.half[data-id=MenuTest] .header{
	margin-left: 40px;
	cursor: pointer;
}

.menu-content.half[data-id=MenuTest] .header:after{
	content: "\f105";
	position: absolute;
	right: 23px;
	top: 0px;
	font-size: 20px;
	font-family: "FontAwesome";
}

.menu-content.half[data-id=MenuTest] [data-id="MenuShops"]{
	position: absolute;
	left: 50%;
	top: 20px;
	width: 50%;
	padding-left: 20px;

}

.menu-content.half[data-id=MenuTest] li a {
	line-height: 30px;
}

.top-menu-content li.with-btn {
	line-height: 40px;
}

.top-menu-content li a {
	font-size: 16px;
	color: #000000;
	position: relative;
	line-height: 24px;
}

.top-menu-content li a:not(.btn):after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -3px;
	width: 0;
	height: 2px;
	background-color: #FFFFFF;
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.top-menu-content li a:hover {
	text-decoration: none;
}

.top-menu-content li a:not(.btn):hover:after {
	background-color: #FF0102;
	width: 100%;
}


.top-menu-content .menu-content {
	display: none;
	background-color: #FFFFFF;
	
	padding: 26px 0 40px;
	font-size: 16px;
}

.menu-content .container {
	width: 1290px;
}

.menu-content.half {
	/* width: 550px; */
	position: absolute;
	right: 0;
	padding-left: 50px;
	box-shadow: 3px 3px 10px #00000029;
}

.menu-content::after {
	content: " ";
	clear: both;
}

.menu-content::before {
	position: relative;
	display: block;
	content: " ";
	width: 100%;
	height:1px;
	box-shadow: 3px 3px 10px #00000029;
}

.menu-content .btn-border.light {
	margin-top: 0;
	padding-left: 45px;
	padding-right: 45px;
}

.btn-border.light,
.services-home .btn-border.light {
	color: #000;
	font-family: 'flamasemibold';
	text-transform: uppercase;
	background: transparent;
	letter-spacing: 1px;
	border: 3px solid #DDD;
	text-shadow: none;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 15px;
	margin: 12px 0;
}

.btn-border i {
	color: #ff0102;
}

.btn-border.dark,
.services-home .btn-border.dark {
	border-color: #000;
	font-family: 'flamasemibold';
	text-transform: uppercase;
	background: transparent;
	letter-spacing: 1px;
	border: 2px solid #000;
	text-shadow: none;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 6px 15px;
	margin: 12px 0;
}

.mainpage .visible-mobile .section-page {
	margin-bottom: 30px;
}

.mainpage .quotes.simple {
	background: transparent;
	background-color: #FFF;
	color: #000;
}

.mainpage .quotes.simple:before {
	display: none;
}

.mainpage .quotes.simple .quotation-mark {
	display: inline-block;
	color: #ff0102;
}

.mainpage .quotes.simple .quote-block {
	color: #000;
	font-family: 'flamalight';
}

.mainpage .quotes.simple .quote-block p {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
}

.mainpage .quotes.simple .quote-footer {
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 20px;
}

.cosmos {
	background: url('../../img/front/tlo.jpg');
	background-attachment: fixed;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 -20px;
	padding: 50px 20px;
	color: #fff;
}

.light-grey {
	background-color: #f1f5f9;
	margin: 0 -20px;
}

.services-home.blog-section {
	text-align: left;
	padding: 20px;
}

.blog-section .carousel .item.active {
	display: flex;
	flex-direction: column;
	background: #f1f5f9;
	padding: 33px 33px 60px;
	position: relative;
	font-size: 16px;
}

.blog-section .carousel li {
	padding: 6px;
}

.mainpage .visible-mobile {
	font-size: 16px;
}

.cosmos .btn-border.light {
	color :#FFF;
	border-color: #FFF;
	background-color: transparent;
	margin-top: 30px;
}

.top-menu li a.ue img{
	max-width: 100px;
}

.top-menu li a.ue-mobile img{
	max-height: 33px;
	width: auto;
	margin-top: 7px;
}

.navbar .btn-navbar {
	background-color: transparent;
	text-shadow: none;
	float: none;
	display: inline-block;
	border-width: 0;
	background-image: none;
	border-color: #222222;
	padding: 12px 10px;
}

.navbar .menu-label {
	position: relative;
	top: 5px;
	right: 10px;
}

.navbar > .my-icon-search,
.navbar > .my-menu-mobile {
	display: none;
	line-height: 36px;
	text-decoration: none;
}

.navbar .btn-navbar {
	padding: 0;
}

.navbar .btn-navbar .icon-bar {
	background-image: none;
	border: 1px solid #222222;
	box-shadow: none;
	position: relative;
	transition: all 0.2s linear;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus {
	background-color: #FFFFFF;
}

.navbar .closed .btn-navbar .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	transform-origin: top left;
}

.navbar .closed .btn-navbar .icon-bar:nth-child(2) {
	opacity:0
}

.navbar .closed .btn-navbar .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
	transform-origin: bottom left;
}

.navbar .btn-navbar .icon-bar +.icon-bar {
	margin-top: 4px;
}

.top-menu a.active {
	color: #FF0102;
}

.slider-home {
    margin: 0 auto 30px;
}

.section-page {
    margin: 0 auto;
    max-width: 1410px;
    padding: 0 20px;
}
.section-page .section-page{
	max-width: 1370px;
	padding:0;
}

.title-page {
	height: 150px;
    padding: 0 10px;
	background-image: url('../../img/front/tlo.jpg');
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-y: 66%;
	background-size: cover;
	color: #FFF;
}

.title-page {
	margin-bottom: 20px;
}

.title-page h1,
.title-page .section-header {
	padding: 60px 0;
	margin: 0;
}

.title-page h1 a.price-list-pdf {
	padding: 60px 0;
	background-position: right 70%;
}

header .span4 {
	padding-left: 20px;
}

.services-pricing .span4 {
    max-width: none;
}

header .span8 {
	padding-left: 2%;
	padding-right: 20px;
}

.services-home {
    text-align: justify;
    margin-bottom: 58px;
    max-width:1410px;
    padding: 0 20px;
}

.services-home:before, .services-home:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.services-home ul, .services-home li {
    list-style: none;
    margin: 0;
}

.services-home li {
    border-bottom: 1px solid #141414;
    padding: 13px 16px;
}

.services-home ul.partner-profits{
	margin-bottom: 25px;
}

.services-home ul.partner-profits li{
	border-bottom: none;
	list-style   : disc;
	font-size    : 17px;
	padding      : 0px;
	line-height  : 30px;
	margin-left  : 20px;
}

.services-home .desc-mainpage{
	text-align: center;
	font-size: 17px;
	line-height: 26px;
	color: #617187;
	padding: 0 50px;
	font-family: 'flamalight';
}
.services-home .section-with-img{
	display: table;
	width:100%;
	margin-bottom:40px;
	padding: 0 50px;
}
.services-home .section-with-img .sect-img{
	display: table-cell;
	width:90px;
	vertical-align: middle;
	padding-right:10px;
}
.services-home .section-with-img .sect-img img{
	margin-left:-7px;
}
.services-home .section-with-img .sect-text{
	display: table-cell;
	vertical-align: middle;
	font-size:36px;
	line-height:36px;
	font-family: 'semplicita_prolight';
	text-align: left;
}


.services-home .home-half.black ul li:before {
	background-image: url(../../img/front/check-black.png);
	border: none;
}


.services-home .section-with-img .sect-text.text-center{
	text-align: center;
}
.services-home .section-with-img.with-diagram{
	display: table;
	width:100%;
	margin-top:80px;
	
}
.services-home .section-with-img.with-diagram .sect-text{
	display: table-cell;
	width:48.717948717948715%;
	vertical-align: middle;
	font-size:30px;
	line-height:30px;
}
.services-home .section-with-img.with-diagram .diagram{
	display: table-cell;
	width:51.282051282%;
	vertical-align: middle;
	padding-left: 2.564102564102564%;
}
.services-home .section-with-img.with-diagram .diagram>div{
	display: table;
	width:100%;
}
.services-home .section-with-img.with-diagram .diagram .text{
	display: table-cell;
	vertical-align: middle;
	width:1%;
	white-space: nowrap;
}
.services-home .section-with-img.with-diagram .diagram-hold{
	border-left: 1px solid #141414;
	display: table-cell;
}
.services-home .section-with-img.with-diagram .diagram-hold>span{
	height:28px;
	display: block;
	margin-bottom:3px;
}
.services-home .section-with-img.with-diagram .diagram-hold>span:last-of-type{
	margin-bottom:0;
}
.services-home .section-with-img.with-diagram .diagram-hold .red-1{
	background:#800026;
}
.services-home .section-with-img.with-diagram .diagram-hold .red-2{
	background:#bd0026;
}
.services-home .section-with-img.with-diagram .diagram-hold .red-3{
	background:#e31a1c;
}
.services-home .section-with-img.no-mg{
	margin-bottom:0;
}
.services-home .home-half{
	padding: 0 50px;
}
.services-home .home-half .mgt{
	margin-top: 70px;
}

.services-home .home-half .mgt.mgt-2{
	margin-top: 39px;
}


.services-home .home-half .text-center .btn-red,
.services-home .home-half .text-center .btn-blue,
.services-home .home-half .text-center .btn-grey{
	padding: 16px 45px;
}
.services-home .home-half p{
	font-family: 'flamalight';
	font-size: 17px;
	line-height: 30px;
	color: #617187;
	padding-right:160px;
	text-align: left;
}
.services-home.program-partnerski-home .home-half p{
	padding-right:50px;
	margin-bottom: 40px;
}
.services-home .home-half .percent{
	color: #FF0102;
	font-size:45px;
	line-height:45px;
	font-family: 'semplicita_pro_mediummedium';
	text-align: right;
	display: block;
	margin-bottom:10px;
}
.services-home .home-half .nopr p{
	padding-right:0;
}
.services-home .home-half .nopr p.text-right{
	text-align: right;
}
.services-home .home-half p strong{
	color: #010101;
	font-family: 'flamabasic';
}
.services-home .home-half p b:not(.normal){
	color: #010101;
	font-family: 'flamabasic';
	font-size: 22px;
}
.services-home .home-half p img{
	margin-right:20px;
	margin-top:20px;
}
.services-home .home-half .btn-red{
	margin: 58px auto 20px;
}
.services-home .home-half .btn-red.mgt-0{
	margin-top:20px;
	margin-bottom:70px;
}
.services-home .home-half .btn-blue{
	margin: 58px auto 20px;
}
.services-home .home-half .btn-blue.mgt-0{
	margin-top:20px;
	margin-bottom:70px;
}
.services-home .home-half ul{
	padding-bottom:25px;
}
.services-home:not(.carousel-section) .home-half ul li {
	position:relative;
	margin-bottom:6px;
	height:47px;
	border: none;
	padding: 0 0 0 60px;
	font-size: 17px;
	line-height: 23px;
	font-family: 'flamalight';
	display: table;
	width:100%;
	text-align: left;
}
.services-home .home-half ul.mgb li{
	margin-bottom:16px;
}
.services-home .home-half ul li span,
.services-home .home-half ul li span{
	display: table-cell;
	vertical-align: middle;
}
.services-home:not(.carousel-section) .home-half ul li:before,
.services-home:not(.carousel-section) .home-half ul li:before{
	content:'';
	width:47px;
	height:47px;
	display: inline-block;
	border: 3px solid #ecf0f5;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	background-image: url('../../img/front/check-red.png');
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	top:0;
	left:0;
}
.services-home .home-half ul.inline{
	text-align: center;
}
.services-home .home-half ul.inline li{
	width: auto;
	display: inline-block;
	margin: 15px 20px 0;
}
.services-home .home-half ul.inline li span{
	line-height:47px;
}
.services-home .home-half .span7{
	margin-top:75px;
}
.services-home .home-half .sect-text{
	font-family: 'semplicita_prolight';
	font-size: 36px;
    line-height: 36px;
    margin-bottom:20px; 
    text-align: left;
}
.services-home .home-half .sect-text.lh{
	line-height:40px;
}
.services-home .home-half .mark{
	padding-left:70px;
	padding-right:15px;
	background-image: url(../../img/front/mark.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-size: 24px;
	line-height:30px;
	margin-top:30px;
	font-family: 'flamalight';
	text-align: left;
}
.services-home.program-partnerski-home .home-half .mark{
	background-image: url(../../img/front/mark-blue.png);
}
.services-home .home-half .mark .name{
	font-size: 36px;
    letter-spacing: 1px;
    line-height: 36px;
    font-family: 'semplicita_pro_mediummedium';
}
.services-home .home-half .mark>div{
	margin-top:35px;
}

.services-home .btn-red{
	color: #fff;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fb0600;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 130px;
}
.services-home .btn-blue{
	color: #fff;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #0666ef;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 130px;
}

.services-home .btn-blue:hover{
	background: #000;
}


.services-home .btn-grey{
	color: #000;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #e8ecf0;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 130px;
}

.services-home .btn-border{
	color: #000;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	text-shadow: none;
	border: 1px solid #000000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 130px;
}

.services-home.program-partnerski-home .btn-border:hover{
	color: #0666ef;
	border: 1px solid #0666ef;
}


.services-home .hold-icons{
	clear:both;
	padding: 0 50px;
	margin-bottom:40px;
}
.services-home .hold-icons:after{
	content:'';
	display: block;
	clear:both;
}
.services-home .hold-icons .hold-icon{
	width:26%;
	float: left;
	display: table;
	margin: 20px 0;
}
.services-home .hold-icons .hold-icon:nth-of-type(3n+2){
	margin-left:13%;
	width:24%;
}
.services-home .hold-icons .hold-icon:nth-of-type(3n){
	margin-left:11%;
}
.services-home .hold-icons .hold-icon .icon{
	width:95px;
	padding-right:25px;
	display: table-cell;
	vertical-align: middle;
}
.services-home .hold-icons .hold-icon p,
.services-home .hold-icons .hold-icon h4{
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	font-family: 'flamabasic';
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.services-home .hold-icons .hold-icon p span,
.services-home .hold-icons .hold-icon h4 span{
	white-space: nowrap;
}
.services-home .blog-grey{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
	margin-top:40px;
}
.services-home .blog-grey.mgb{
	margin-bottom:40px;
}
.services-home .blog-grey .span4, .services-home .blog-grey .span6{
	display: flex;
	flex-direction: column;
	background: #f1f5f9;
	padding:33px 33px 60px;
	position:relative;
}

.services-home .blog-grey h3, 
.services-home .blog-grey h5 {
	font-size: 17px;
	line-height:24px;
	font-family: 'flamabasic';
	text-align: left;
	min-height:46px;
	margin: 0 0 25px;
}
.services-home .blog-grey .banners h3{
	font-size: 20px;
}
.services-home .blog-grey figure{
	margin-bottom:15px;
}
.services-home .blog-grey .desc{
	font-size: 15px;
	color: #617187;
	font-family: 'flamalight';
	line-height:24px;
	text-align:left;
	margin-bottom:30px;
}
.services-home .blog-grey .banners .desc{
	margin-bottom:0;
}
.services-home .blog-grey .desc p{
	display: inline;
}
.services-home .blog-grey .read-more-blog{
	width:17px;
	height:17px;
	margin-bottom:0;
	display: inline-block;
	background-size:100%;
	position: relative;
	top:3px;
	text-decoration: none;
}
.services-home .blog-grey .desc a{
	color: #000;
	display: inline-block;
}
.services-home .blog-grey .date{
	display: block;
	font-size: 15px;
	font-family: 'flamalight';
	position:absolute;
	bottom:40px;
	left:33px;
}
.services-home .blog-grey .read-more-blog-studies{
	position:absolute;
	bottom:40px;
	left:33px;
	line-height:17px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'flamasemibold';
	background: url(../../img/front/readmore_demo_ico.svg) no-repeat;
	background-position: 99% 0;
	padding-right: 30px;
}
.services-home .blog-grey .btn-blue,
.services-home .blog-grey .btn-red{
	margin: 40px auto 80px;
}
.services-home .blog-grey .btn-blue.mg-less,
.services-home .blog-grey .btn-red.mg-less{
	margin-bottom:40px;
}
.services-home .hold-hashtag{
	padding: 0 100px;
	margin-top:55px;
}
.services-home .hold-hashtag ul{
	margin-top:50px;
}
.services-home .hold-hashtag ul li{
	padding: 0;
	border: none;
	position:relative;
	font-size:17px;
	line-height:24px;
	padding-left:50px;
	margin-bottom:25px;
}
.services-home .hold-hashtag ul li .hash{
	font-size: 51px;
	color: #fb0600;
	font-family: 'flamasemibold';
	position:absolute;
	top:0;
	left:0;
}
.services-home .hold-hashtag ul li p{
	color: #617187;
	text-align: left;
}
.quotes{
	background: url('../../img/front/tlo.jpg');
	background-attachment: fixed;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	color: #fff;
	padding:40px 0 100px;
	margin-bottom:70px;
}
.quotes:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
	background: rgba(50,64,86,0.8);
}
.quotes .section-page{
	max-width: 1410px;
	padding: 0 20px;
}
.quotes h2, .quotes > h3{
	position:relative;
	text-align: center;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 34px;
	font-family: 'semplicita_prolight';
	margin: 0 0 65px;
	color: inherit;
}
.quotes .mark{
	position:relative;
	padding-left:65px;
	background: url('../../img/front/mark-white.png') no-repeat;
	background-position: top left;
	font-size: 18px;
	line-height:30px;
	font-family: 'flamabasic';
}
.quotes .mark p{
	padding-right:60px;
	margin-bottom:45px;
}
.quotes .mark .name{
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 36px;
	font-family: 'semplicita_pro_mediummedium';
}

.slider-home > img {
    display: block;
    margin: 0 auto;
}

.services-home > .row {
    margin-left: 0 !important;
}

.services-home .span4:last-child {
    margin-right: 0;
}

.services-home .services-item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: none !important;
}

.services-item h2 {
    padding: 106px 0 20px;
    text-align: center;
    border-top: 3px solid #141414;
    border-bottom: 3px solid #141414;
}

.services-item h2.highlight{
	border-color: #FF0102;
	padding-bottom: 0px;
}
.no-red .services-item h2.highlight{
	border-color: #141414;
}

.services-item h2.highlight span.highlight{
	color: #FF0102;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	display: block;
	overflow: hidden;
	position: relative;
	bottom: 3px;
	font-family: flamalight;
	height: 20px;
	margin-left: 69px;
	box-sizing: border-box;
	text-align: left;
}

.services-item h3 {
    padding: 125px 0 20px;
    text-align: center;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
    font-family: 'flamalight';
    font-size: 15px;
    font-weight: normal;
}

.services-item h2 small {
    display: block;
    margin-left: 3px;
}

table.table-pricing .services-item h2 small {
	margin-left: 2px;
}

.services-item {
    font-family: 'flamalight';
    font-size: 15px;
    margin: 0;
}

.services-item:before, .services-item:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.option-pro h2 {
    background: url(../../img/front/package_pro_ico.png) no-repeat center 15px;
}

.option-premium h2 {
    background: url(../../img/front/package_premium_ico.png) no-repeat center 15px;
}

.option-premium h2.highlight{
    background: url(../../img/front/package_premium_ico_highlight.png) no-repeat center 15px;
}

.option-dedicated h2 {
    background: url(../../img/front/package_dedi_ico.png) no-repeat center 15px;
}

.services-item-header {
    display: inline-block;
    text-align: left;
    font-family: 'semplicita_prolight';
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}

.services-item-header small {
    font-family: 'flamalight';
    font-size: 15px;
}

.services-home .services-detail-link {
    padding: 15px 0 14px;
    border-bottom: 3px solid #141414;
    background: url(../../img/front/detail_ico.svg) no-repeat center;
	background-size: 12%;
    height: 67px;
    position: relative;
}

/*.services-home .services-detail-link:hover {
    background: transparent;
    transition: background 1s;
}*/

/*.services-home .services-detail-link img {
    display: block;
    margin: 0 auto;
}*/

.show-price {
    display: none;
    position: relative;
    top: 20px;
	text-align: center;
}

.show-price > div {
    font-family: 'semplicita_pro_mediummedium';
    font-size: 30px;
    font-weight: normal;
	margin-bottom: 12px;
}

.show-price a {
    padding-left: 12px;
}

.nobg {
    background: none !important;
}

.welcome-section-home .first-word {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'flamasemibold';
}

.welcome-section-home p{
	margin-top: 15px;
}

.welcome-section-home {
    font-family: 'flamabasic';
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5em;
    padding-top:45px;
    background: #f2f2f2;
}
.welcome-section-home:after{
	content:'';
	display: block;
	clear:both;
}
.welcome-section-home .section-page{
	max-width: 1370px;
	padding: 0;
}
.welcome-section-home .span8{
	margin-left:0;
	width:740px;
}

.demo-space.span3{
	width:345px;
}

.contact-data.span2{
	width:225px;
}

.contact-data h3 {
    font-size: 13px;
    font-weight: inherit;
    margin: 0 0 10px;
    line-height: 1;
}

.contact-data li {
    margin-bottom: 15px;
    margin-left:10px;
    display: inline-block;
}
.contact-data li:first-child, .contact-data li:last-child{
	margin-left:0;
}

.see-demo-link {
    background-color: #141414;
    color: #FFFFFF;
    width: 100%;
    display: block;
    padding: 24px 0 20px;
    text-align: center;
    font-family: 'flamabasic';
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
}

.see-demo-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.see-demo-link .my-icon-arrow-white {
    margin: 0 0 0 3px;
}

.demo-section-home {
    margin-bottom: 50px;
    text-align: center;
}

.footer {
    padding: 9px 0 0;
	position: relative;
	background: #f2f2f2;
}
.footer .section-page{
	padding: 0;
	max-width: 1370px;
}
.footer hr {
	width: 100%;
	height: 1px;
	border: 1px solid #bfbfbf;
	margin:0;
}

.footer .span4.newsletter{
	margin-left:0;
}
.footer .newsletter h3{
	font-size: 22px;
	line-height:1;
	font-family:'flamasemibold';
	margin-top:40px;
}
.footer .newsletter p{
	color: #999;
	font-size:13px;
	line-height:14px;
}
.newsletter-form{
	margin-bottom:0;
}
.newsletter-form:after{
	display: block;
	content:'';
	clear:both;
}
.newsletter-form .form-control{
	border-radius:0;
	height:40px;
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	color: #000;
	width:210px;
	padding: 5px 10px;
	font-size:15px;
	float: left;
}
.newsletter-form .form-control::-webkit-input-placeholder {
	color: #000;
}
.newsletter-form .form-control::-moz-placeholder {
	color: #000;
}
.newsletter-form .form-control:-ms-input-placeholder {
	color: #000;
}
.newsletter-form .form-control:-moz-placeholder {
	color: #000;
}
.newsletter-form .btn{
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius:0;
	border: none;
	height:38px;
	font-size:15px;
	float: left;
	width:140px;
	position: relative;
	top:1px;
}

.bottom-menu {
    display: block;
    margin: 35px auto 0;
    text-align: right;
}

.bottom-menu li {
    display: inline-block;
    margin: 0 13px;
    font-family: 'flamabasic';
    font-size: 15px;
    vertical-align:top;
}
.bottom-menu li a{
	text-transform: uppercase;
}
.bottom-menu li:last-child{
	text-align: left;
	margin-right:0;
}
.bottom-menu li:last-child span{
	text-transform: uppercase;
	display: block;
	line-height:34px;
}
.bottom-menu li:last-child a{
	text-transform: none;
	height:auto;
}
.bottom-menu li .tel{
	font-size:24px;
	line-height:20px;
	font-family:'flamasemibold';
	margin-bottom:10px;
}
.bottom-menu li .mail{
	font-size:18px;
	line-height:20px;
	font-family:'flamasemibold';
	text-decoration: underline;
	margin-bottom:5px;
}

.footer-logo img {
    display: inline-block;
}

.footer-logo {
    clear:both;
    position: relative;
    top:-35px;
    float: left;
}

.footer-copyrights {
    font-family: 'flamabasic';
    font-size: 13px;
    display: inline-block;
}

/*
 *
 * Cennik page
 *********************************/

.services-pricing td {
    border-bottom: 1px solid #141414;
    padding: 11px 0 14px;
    text-align: center;
    font-size: 14px;
}

.services-pricing .services-item-header {
    font-size: 24px;
	font-family: 'semplicita_pro_mediummedium';
}


section.services-pricing, section.services-pricing > table{
	width: 100%;
}

.table-pricing {
    border-collapse: separate;
    border-spacing: 14px;
}
.table-pricing.right-scroll{
	position:relative;	
}
.table-pricing.right-scroll:after{
	display: block;
	content:'';
	background: url(../../img/front/readmore_demo_ico.svg) no-repeat;
	background-size: 40px;
	width:40px;
	height:40px;
	position: absolute;
	top: 50%;
	left:85%;
	margin-top:-20px;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 0.4;}
  to {opacity: 0.0;}
}
.services-pricing .table-pricing tbody tr:last-child td {
    border: 0;
    font-family: 'flamasemibold';
    font-weight: normal;
}

.services-first-col li {
    text-align: left !important;
    padding-left: 16px !important;
}

.content-tabs {
    margin-bottom: 37px;
    padding: 0 10px;
}

.content-tabs ul li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-right: -1px;
    margin-bottom: 4px;
}

.content-tabs ul li a {
    border: 3px solid #141414;
    display: block;
    padding: 10px;
}

.content-tabs ul li a:hover, .content-tabs ul li a.current {
    background-color: #141414;
    color: #fff;
    text-decoration: none;
}

.pricing-notice {
    background-color: #f2f2f2;
    padding: 30px 50px 30px 20px;
    font-size: 20px;
    font-family: 'flamabasic';
    line-height: 1.2em;
    margin-bottom: 36px;
}
.pricing-notice.equl{
	padding: 30px 20px;
}
.pricing-notice .section-header.mainpage.biger{
	padding-top:20px;
	margin-bottom:25px;
}
.pricing-notice .desc-mainpage{
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #617187;
    padding: 0 130px;
    font-family: 'semplicita_pro_mediummedium';
}
.pricing-notice .btn-red,
.pricing-notice .btn-blue{
	color: #fff;
    font-size: 15px;
    font-family: 'flamasemibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fb0600;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 16px 92px;
    display: inline-block;
    margin:45px auto 0;
}

.pricing-notice.dedyk-notice {
	margin-bottom: 2px;
}

.miniatures-price > img {
    float: left;
    margin-right: 15px;
}

.package-services-description li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 22px 50px 22px 14px;
    position: relative;
    /*    margin-bottom: -1px;*/
    font-family: 'flamalight';
    font-size: 14px;
    font-weight: normal;
}

.package-services-description li:nth-child(odd) {
    margin-left: 0;
    margin-right: 90px;
}

.package-services-description li:nth-child(even) {
    margin-left: 0;
}

.package-services-description li:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #141414;
    position: absolute;
    top: 0;
    left: 0;
}

/*.package-services-description li:after {
 content: '';
 width: 100px;
 height: 1px;
 background-color: #141414;
 position: absolute;
 bottom: 0;
 left: 0;
 }*/

.section-header {
    font-family: 'semplicita_prolight'!important;
    font-size: 36px!important;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
}
.section-header.new-line{
	font-size: 30px!important;
	line-height:35px;
}
.section-header.new-line b{
	display: block;
}
.section-header.medium{
	font-family: 'semplicita_pro_mediummedium' !important;
}
.section-header.mainpage {
	text-transform: none;
	margin-bottom: 36px;
	font-size: 38px;
	letter-spacing: 1px;
}
.section-header.mainpage.biger{
	text-transform: uppercase;
	font-size: 50px !important;
	padding-top:7px;
	margin-bottom:35px;
	line-height:50px;
}
.section-header.red{
	color: #fb0600;
	font-size: 17px !important;
	font-family: 'flamabasic' !important;
	margin-top:45px;
	margin-bottom:0;
	padding: 0 50px;
}

.ask-for-access .section-header{
	text-transform: none;
	font-family: 'semplicita_pro_mediummedium' !important;
	font-size: 44px !important;
	line-height:48px;
	margin-bottom:30px;
}
.ask-for-access .section-header.mg-ask-of{
	font-size:36px !important;
	line-height:38px;
	margin-top:20px;
	
}

.section-services-table-header {
    margin: 0 0 35px;
}

.package-services-description h3 {
    font-family: 'flamamedium';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}

.package-services-description {
    margin-bottom: 47px;
}

.package-services-description h2 {
	margin-bottom: 15px!important;
}

h2.section-services-table-header {
	margin: 36px 0 50px !important;
}

#czy_potrzebujesz_modulu_b2b + div + div > .functionality-content-left {
	width: 100%;
}

.youtubeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtubeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.migrated-stores-logos a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 250px;
	padding: 0 20px;
	width: 1%;
}

.migrated-stores-logos a:after {
	content: 'PrzejdÅº do sklepu';
	display: none;
	position: absolute;
	bottom: 21px;
	width: 90%;
	text-align: center;
}

.migrated-stores-logos a:hover:after {
	display: block;
}

.migrated-stores-logos a:hover {
	border: 1px solid #000;
	padding: 19px;
}

.migrated-stores-logos a span {
	display: block;
	width: 100%;
	text-align: center;
}

.contact-section {
    background-color: #141414;
    color: #fff;
    padding: 23px 0 8px;
    margin-bottom: 52px;
}

.contact-section-content {
    font-family: 'semplicita_pro_mediummedium';
    font-size: 40px;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-section-content small {
    font-family: 'flamamedium';
    font-weight: normal;
    font-size: 15px;
}

.contact-section .contact-data-home li {
    font-family: 'flamalight';
    margin-bottom: 11px;
}

.contact-section-content small .my-icon-arrow-white {
    margin: 0 6px;
}

.services-pricing .my-icon-arrow-black {
    margin: 0 3px;
}

.services-cases {
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
	padding-bottom: 55px;
	margin-bottom: 95px;	
}

.services-cases article {
	font-family: 'flamalight';
	padding: 0 15px;
}

.services-cases .intro {
	font-family: 'flamamedium';
	font-size: 18px;
	margin-bottom: 22px;
}

.services-cases .order-pack {
	text-align: center;
	margin: 30px 0;
}

.services-cases .span6 {
	width: 47%;
}

.services-pricing .services-item h3 {
	line-height: normal;
	padding: 135px 0 20px;
}

table.table-costs tr td,
table.table-costs tr td ul li{
	font-family: 'flamabasic';
}

table.table-costs tr td ul li {
	white-space: nowrap;
}

table.table-costs tr td ul li p{
	padding-left:17px;
}
table.table-costs tr.nb-border td{
	padding-bottom:7px;
	height: 47px;
	vertical-align: middle !important;
}
table.table-costs tr.nb-border td:first-child{
	border-bottom: none;
}
table.table-costs tr.nb-border-last td{
	padding-top:0;
	padding-bottom:7px;
	height: 47px;
	vertical-align: middle;
}

.services-pricing.package-pricing tbody .separator-header td:first-child {
	border:none;
	text-align: left;
	font-size: 24px;
	font-family: 'semplicita_prolight';
	line-height: 30px;
}

.services-pricing.package-pricing tbody tr td:first-child {
	text-align: left;
}
.services-pricing.package-pricing tbody tr.grey-tr{
	color: #999;
}
.services-pricing.package-pricing.services-rent tbody tr.grey-tr td{
	border-color: #999;
}
.services-pricing.package-pricing.services-rent tbody tr.grey-tr td:nth-child(3){
	border-color: #656565;
}
.services-pricing.package-pricing tbody tr.hosting-class td{
	padding: 0 0 0 20px;
	height:30px;
	border-bottom:none;
	vertical-align:bottom;
}

.services-pricing.package-pricing tbody .separator-header + tr td,
.services-pricing.services-rent tbody tr:first-child td{
	border-top: 3px solid #222222;
	font-family: 'semplicita_pro_mediummedium';
}

.services-pricing.package-pricing tbody .separator-header + tr td:nth-child(3),
.services-pricing.services-rent tbody tr:first-child td:nth-child(3){
	border-top-color: #FF0102;
}

.services-pricing.package-pricing .no-red tbody .separator-header + tr td:nth-child(3),
.services-pricing.services-rent .no-red tbody tr:first-child td:nth-child(3){
	border-top-color: #141414;
}

.services-pricing.package-pricing tbody tr.summary td:nth-child(3) {
	color: #FF0102;
}

.services-pricing.package-pricing tbody .separator-header + .separator-row td {
	vertical-align: top;
}

.services-pricing.package-pricing tbody .separator-row td {
	border-top: none!important;
}


.services-pricing .table-costs td {
	padding: 10px 5px 14px;
}

.services-pricing .table-costs tbody .separator-row td {
	font-family: 'semplicita_prolight';
	font-size: 14px;
	text-align: center;
}

.services-pricing .table-costs tbody .separator-inner td {
	text-align: left;
	border: none;
	padding: 0;
	padding-left: 5px;
	line-height: 20px;
	height: 30px;
	vertical-align: bottom;
}

.services-pricing .table-costs tbody .separator-inner + tr td {
	padding-top: 0;
	vertical-align: top;
}

.services-pricing.package-pricing .table-costs tbody .separator-header td:first-child {
	text-align: center;
	font-size: 36px;
	padding: 36px 0 50px;
}

table.table-pricing a.more{
	height: 50px;
}

table.table-pricing a.more img {
	margin: 8px;
}

table.table-pricing + .paragraph {
	margin-bottom: 12px;
}

.services-pricing.package-pricing tbody tr:last-child td {
	border-bottom: 1px solid #222222;
}

.services-pricing .services-item h2.highlight span.highlight{
	color: #FF0102;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	display: block;
	overflow: visible;
	position: relative;
	bottom: 3px;
	font-family: flamalight;
	height: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
}

/*
 *
 * Cennik dzierÅ¼awa page
 *********************************/


/* Cennik usÅ‚ugi graficzne
*********************************/

.services-rent-graphic {
    display: table;
}

.services-rent-graphic h2, .services-rent-graphic table thead th {
    font-family: 'flamalight';
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    padding: 22px 0;
    line-height: 1em;
}

/* table variant styles */

.services-rent-graphic table {
    /*border-collapse: separate;
    /*border-spacing: 13px 0;
    //margin-bottom: 53px;*/
}

.services-rent-graphic ul, .services-rent ul li, .services-pricing ul li{
	list-style: inside disc;
}
.services-pricing .no-red ul li{
	white-space: nowrap;
}

.services-rent-graphic table thead th {
    border-bottom: 3px solid #141414;
    border-top: 3px solid #141414;
    width: 25%;
}

.services-rent-graphic table tr td:first-child {
	/*font-family: 'flamasemibold';*/
}

.services-rent-graphic table tbody tr:nth-child(2) td {
	padding: 11px 0 14px;
}

.services-pricing table td {
    font-family: 'flamalight';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 20px 14px;
    /*padding: 0;*/
	height: 68px;
}

.services-rent-graphic table td {
    border-bottom: 1px solid #141414;
	padding: 10px 0 14px;
    text-align: center;
}

.services-lease table td {
	padding: 0;
}

.services-lease table thead th {
	width: auto;
	font-family: 'flamasemibold';
	text-align: left;
	padding-left: 30px;
}

.services-lease table thead th:first-child {
	padding-left: 10px;
}

.services-lease table tbody tr:nth-child(2) td:not(:first-child) {
	padding: 11px 0 14px;
}

.services-lease table tbody tr td {
	padding: 10px;
}

.services-lease table tbody tr td:first-child {
	font-family: 'flamasemibold';
}

.services-lease:not(.not-last-row-featured) table tbody tr:last-child td {
	border-bottom-width: 3px;
}

.services-lease:not(.not-last-row-featured) table tbody tr:last-child td:not(:first-child) {
	font-size: 16px;
	font-family: 'semplicita_pro_mediummedium';
}

.services-pricing table td strong {
	font-family: 'flamasemibold';
}

.services-pricing.package-pricing.services-rent tbody tr td:nth-child(3) {
	border-bottom-color: #FF0102;
}
.services-pricing.package-pricing:not(.services-rent) tbody tr td:nth-child(4){
	border-bottom-color: #FF0102;
}
.services-pricing.package-pricing:not(.services-rent) .no-red tbody tr td{
	border-bottom-color: #141414;
}

.services-pricing.package-pricing .separator-row td:first-child {
	text-align: left;
	font-size: 16px;
}

.services-pricing.package-pricing .separator-row td {
	text-align: left;
	font-size: 16px;
	border-bottom-width: 3px;
}

.services-pricing.package-pricing tbody tr td:first-child {
	font-family: 'flamasemibold';
	width: 24%;
}

.table-caption {
	padding: 0 14px 90px;	
}

/* table variant styles END */

/*
 *
 * Kontakt page
 *********************************/

.contact-form-section {
    background-color: #f2f2f2;
    color: #000;
    font-family: 'flamabasic';
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 45px;
    padding: 50px;
}

.contact-form-section > form > div > label {
    font-size: 15px;
    margin-bottom: 28px;
    margin-right: 5px;
    text-align: right;
}
.contact-form-section > form > div > label>span{
	display: inline-block;
	margin-right:10px;
}


.pull-left.textarea-label {
    margin-left: 33px;
    text-align: left;
}

.store-owner-container {
    display: inline-block;
    text-align: center;
    width: 209px;
}

.pull-left.textarea-label textarea {
    float: right;
}

.contact-form-section input[type="text"],
.contact-form-section textarea {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    height:40px;
    box-shadow: none;
    width: 370px;
}
.contact-form-section .radio-hold{
	width:370px;
	display: inline-block;
	text-align: left;
}

.contact-form-section .checkbox-hold{
	width:374px;
	display: inline-block;
	text-align: left;
	margin-top: 15px;
	float: right;
}

.contact-form-section .radio-hold label{
	display: inline-block;
	margin-right:55px;
	line-height:40px;
	margin-bottom:0;
}
.contact-form-section .radio-hold input{
	position:relative;
	left:50px;
	margin-top:-1px;
}
.contact-form-section textarea{
	height:108px;
}
.contact-form-section .textarea-hold>span{
	vertical-align:top;
	line-height:40px;
}
.contact-form-section .form-row .error-message{
	width:370px;
}

[class^="form-side-"] {
    float: left;
    width: 44%;
}

.form-side-left {
    
}

.form-side-right + button {
	margin-right: 12%;
}

.contact-form-section button[type="submit"] {
    color: #fff;
    background: #000;
    border: 0;
    text-transform: uppercase;
    font-family: 'flamamedium';
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 10px 53px;
    position:relative;
    left:-203px;
}

.contact-data-contact {
    margin-bottom: 47px;
}

.contact-data-contact > ul {
    text-align: center;
}

.contact-data-contact li {
    display: inline-block;
    margin-right: 30px;
    font-family: 'flamalight';
    font-size: 14px;
    font-weight: normal;
}

.contact-details {
    font-family: 'flamalight';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 60px;
}

.contact-details-header > div:first-child,
.contact-details > div:first-child {
    padding-left: 16px;
}

.contact-details-header > div {
    border-top: 3px solid #141414;
}

.contact-details-header .span6 {
    padding-top: 39px;
}

/*
 *
 * Umow sie na konsultacje page
 *********************************/

.consultations-page{
	max-width: 1335px;
}

.consultations-page .h-17{
	height: 17px;
	clear: both;
}

.consultations-page .contact-form-section{
	padding: 37px 50px 23px 125px;
}

.consultations-page .contact-form-section .row-fluid .span6{
	width: 49.717948717948715%;
	*width: 49.664757228587014%;
}

.consultations-page .contact-form-section .row-fluid .span6.half-form{
	padding-left: 6%;
	width: 47.717948717948715%;
	*width: 47.664757228587014%;
}

.consultations-page .contact-form-section .row-fluid .span6.half-form > .hheader{
	margin-bottom: 45px;
	font-family: 'semplicita_pro_mediummedium';
	font-size: 30px;
	color: #000;
	line-height: 26px;
	letter-spacing: 0.5px;
	background: url(../../img/front/icoduza_rozwinskrzydla.svg) scroll no-repeat 0 center;
	background-size: 81px auto;
	padding-left: 100px;
	min-height: 51px;
}

.consultations-page.program-partnerski-register-page .contact-form-section .row-fluid .span6.half-form > .hheader{
	margin-bottom: 45px;
	font-family: 'semplicita_pro_mediummedium';
	font-size: 26px;
	color: #617187;
	line-height: 36px;
	letter-spacing: 0.5px;
	min-height: 51px;
	position: relative;
	top: -5px;
}

.consultations-page.ask-for-access .half-form ul li{
	padding-left: 100px;
	line-height: 20px;
	margin-bottom: 17px;
}

.consultations-page.ask-for-access .half-form ul li:before{
	border-color: #ecf0f5;
}

.consultations-page.ask-for-access .half-form .opinion-box{
	float: left;
	width: 100%;
	padding-top: 40px;
	position: relative;
	margin-top: 20px;
	background: url(../../img/front/mark.png) scroll no-repeat 137px 67px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'flamalight';
	font-size: 17px;
	line-height: 21px;
	color: #000;
}

.consultations-page.ask-for-access.program-partnerski-register-page .half-form .opinion-box{
	background: url(../../img/front/mark-blue.png) scroll no-repeat 137px 40px;
}

.consultations-page.ask-for-access .half-form .opinion-box p{
	font-style: italic;
	margin-bottom: 40px;
	text-align: left;
	padding-left: 204px;
}

.consultations-page.ask-for-access .half-form .opinion-box span{
	display: block;
	text-align: left;
	padding-left: 204px;
}

.consultations-page.ask-for-access .half-form .opinion-box span strong{
	font-family: 'semplicita_pro_mediummedium';
	display: block;
}

.consultations-page.ask-for-access .half-form .opinion-box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 171px;
	height: 1px;
	background-color: #000;
}

.consultations-page.ask-for-access .half-form .opinion-box img{
	position: absolute;
	top: 74px;
	left: 0;
}

.consultations-page.ask-for-access .section-header{
	font-size: 30px !important;
	line-height: 35px;
	font-family: 'semplicita_prolight' !important;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.consultations-page .section-blog.case-study .main-blog .text-posts-blog{
	font-family: 'flamabasic';
	text-align: left;
}

.contact-form-section .head-info{
	float: left;
	width: 100%;
	color: #617187;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 65px;
}

.contact-form-section .head-info > p{
	margin-bottom: 22px;
	font-family: 'semplicita_pro_mediummedium';
	font-size: 50px;
	color: #000;
	line-height: 74px;
}

.contact-form-section .form-head{
	margin-bottom: 30px;
	font-family: 'semplicita_pro_mediummedium';
	font-size: 30px;
	color: #000;
	line-height: 26px;
	float: left;
	width: 100%;
	text-align: center;
}

.demo-request-form.demo-consultations-form{
	float: left;
	width: 100%;
	color: #000;
	padding-right: 0;
}

.demo-request-form.demo-consultations-form .form-row input[type="text"], .demo-request-form.demo-consultations-form textarea{
	color: #000;
}

.demo-request-form.demo-consultations-form .form-row input[type="text"]::placeholder, .demo-request-form.demo-consultations-form textarea::placeholder{
	opacity: 1;
}

.demo-request-form.demo-consultations-form .radio-list{
	margin-bottom: 15px;
}

.demo-request-form.demo-consultations-form .radio-list > span, .demo-request-form.demo-consultations-form .radio-list .radio label{
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 25px;
}

.demo-request-form.demo-consultations-form.demo-program-partnerski-form .radio-list > span, .demo-request-form.demo-consultations-form .radio-list .radio label{
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 25px;
}

.demo-request-form.demo-consultations-form .radio-list > span{
	margin-right: 10px;
}

.demo-request-form.demo-consultations-form .radio-list .radio{
	margin-right: 10px;
	display: inline-block;
}

.demo-request-form.demo-consultations-form .radio-list .radio:last-child{
	margin-right: 0;
}

.demo-request-form.demo-consultations-form .radio-list .radio input[type="radio"]{
	margin-top: 6px;
	margin-left: -23px;
}

.demo-request-form.demo-consultations-form .radio-list .radio input[type="checkbox"]{
	margin-top: -3px;
	margin-left: -23px;
	margin-right: 10px;
}

.demo-request-form.demo-consultations-form textarea{
	width: 100%;
	height: 95px;
}

.demo-request-form.demo-consultations-form p.text{
	font-family: 'flamabasic';
	margin-top: -5px;
}

.demo-request-form.demo-consultations-form .form-row.accept-agreement label{
	line-height: 18px;
}

.demo-request-form.demo-consultations-form button[type="submit"].btn-red,
.demo-request-form.demo-consultations-form button[type="submit"].btn-blue{
	max-width: 374px;
	margin: auto;
	display: block;
	float: none;
}

@media (max-width: 1334px){
	.consultations-page .contact-form-section{
		padding: 25px;
	}
}

@media (min-width: 991px) and (max-width: 1130px){
	header .row-fluid .span4{
		width: 30%;
	}
	
	header .row-fluid .span8{
		width: 68%;
		margin-left: 2%;
		padding-left: 0;
	}
	
	#searchBlockSlide{
		margin-right: 5px;
	}
	
	.top-menu{
		margin-top: 6px;
	}
	
	.top-menu li{
		margin-top: 11px;
	}
	
	.top-menu a{
		font-size: 14px;
	}
	
	.top-menu li a.ue img{
		max-width: 75px;
	}
	
	#searchBlock{
		top: 64px;
	}
}

@media (max-width: 991px){
	.contact-form-section .head-info br{
		display: none;
	}
	
	.contact-form-section .head-info > p{
		font-size: 40px;
		line-height: 50px;
	}
	
	.consultations-page .contact-form-section .row-fluid .span6, .consultations-page .contact-form-section .row-fluid .span6.half-form{
		width: 100%;
		padding-left: 0;
		float: left;
	}
}

@media (min-width: 769px) and (max-width: 991px){
	.top-menu{
		margin-top: 11px;
		margin-bottom: 0;
	}
	
	.top-menu li{
		margin-top: 0;
		margin-bottom: 5px;
	}
}

@media (min-width: 769px){
	.top-menu li a.ue-mobile{
		display: none !important;
	}
}

@media (max-width: 768px){
	.top-menu li a.ue{
		display: none !important;
	}
}

@media (max-width: 479px){
	.consultations-page.ask-for-access .half-form .opinion-box{
		padding-top: 40px;
		background-position: 0 40px;
	}
	
	.consultations-page.ask-for-access .half-form .opinion-box p{
		margin-bottom: 20px;
	}
	
	.consultations-page.ask-for-access .half-form .opinion-box p, .consultations-page.ask-for-access .half-form .opinion-box span{
		padding-left: 67px;
	}
	
	.consultations-page.ask-for-access .half-form .opinion-box img{
		position: static;
		margin-top: 20px;
	}
}

/*
 *
 * Realizacje page
 *********************************/

.realisations-page-header {
    font-family: 'flamabasic';
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 0 16px 22px;
    position: relative;
}

.realisations-page-header h1 {
    display: inline;
}

.realisation-items {
    font-family: 'flamalight';
    font-size: 14px;
    font-weight: normal;
    padding-top: 14px;
    position: relative;
}

.realisation-items:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #141414;
    position: absolute;
    top: 0;
    left: 0;
}

.realisation-items > div {
    padding: 0 16px;
}

.realisation-items h2 {
    font-family: 'semplicita_prolight';
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 12px;
}

.realisation-items p {
    margin-bottom: 15px;
}

.realisation-items figure {
    margin-bottom: 26px;
}

.realisation-items:last-child figure {
    margin-bottom: 45px;
}

.realisation-items img {
	width: 100%;
}

/*
*
* Pakiety page
**********************************/

.order-pack {
    text-transform: uppercase;
    font-family: 'flamamedium';
    font-size: 18px;
}

.graph-package-image {
    font-size: 14px;
    font-family: 'flamalight';
    font-weight: normal;
    margin-bottom: 53px;
}

.graph-package-image figure img {
	display: block;
	margin: 0 auto;
}

.services-pack table {
    border-collapse: separate;
    border-spacing: 13px 0;
    margin-bottom: 10px;
    width: 100%;
}

.services-pack table thead th {
    border-bottom: 3px solid #141414;
    border-top: 3px solid #141414;
    width: 30%;
}

.services-pack table tr:last-child td {
    border-bottom: 0 !important;
}

.services-pack table tr td:first-child {
    border-bottom: 3px solid #141414;
    font-family: 'flamamedium';
    font-size: 15px;
    font-weight: normal;
    width: 31.9149% !important;
}

.services-pack.dedyk-pack table tr td:first-child {
	width: 34.9% !important;
}

.services-pack.dedyk-pack.recommend-section table tr td {
	padding-top: 18px !important;
	padding-bottom: 27px !important;
	border-bottom: 0;
}

.services-pack.dedyk-pack.recommend-section table tr td:first-child {
	border-bottom: 0;
}

.dedyk-pack blockquote {
	padding: 0;
	margin: 0 0 8px;
	border-left: 0;
	position: relative;
	font-style: italic;
}

.dedyk-pack blockquote:before {
	content: '';
	display: block;
	position: absolute;
	left: -90px;
	top: 0;
	width: 57px;
	height: 50px;
	background: transparent url(../../img/front/icon-quote.png) no-repeat center;
}

.dedyk-pack .author {
	font-family: 'flamamedium';
}

.dedyk-pack .website {
	font-size: 17px;
	text-decoration: underline;
	margin-bottom: 28px;
}

.dedyk-pack .see-more-recommendations {
	margin-bottom: 40px;
}

.dedyk-pack hr {
	margin-left: 33%;
	border-top-color: #000;
}

.dedyk-pack.recommend-section hr {
	margin-left: -6%;
}

.dedyk-pack.recommend-section .website {
	margin-bottom: 51px;
}

.services-pack table td strong {
    font-family: 'flamamedium';
    font-weight: normal;
}

.services-pack table td {
    font-family: 'flamalight';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 35px 20px;
    border-bottom: 1px solid #141414;
    vertical-align: top;
}

.services-pack tr td:last-child {
	text-align: left;
}

.services-pack table tr:last-child td:last-child {
    position: relative;
	padding-bottom: 0;
}

.price-pack {
    font-family: 'semplicita_pro_mediummedium';
    font-size: 36px;
    font-weight: normal;
    vertical-align: middle;
    margin-bottom: 70px;
	display: inline-block;
	vertical-align: middle;
}

.price-pack .price small {
	font-size: 20px;
}

.price-pack.sign-plus {
	font-size: 30px;
	vertical-align: top;
	margin: -4px 11px 0;
}

.pack-details {
    padding: 7% 0;
	text-align: left;
}

.price-details p {
	line-height: 1em;
	font-size: 14px;
	margin-bottom: 5px;
}

.red {
	color: #FF0102;
}

.order-pack a{
	height: 34px;
	display: inline-block;
	background-image: url(../../img/front/cta_black_ico.png);
	background-position: 100% center;
	background-repeat: no-repeat;
	padding-right: 40px;
	line-height: 34px;
}

.order-pack a {
	font-size: 24px;
}

/*
 *
 * Blog page
 *********************************/

.section-blog {
    margin-bottom: 32px;
}

.section-blog.case-study .intro{
	font-family: 'flamasemibold';
	font-size:20px;
	line-height:30px;
	margin-top:10px;
	padding-bottom:25px;
	margin-bottom:55px;
}
.section-blog.case-study .intro:after{
	content:'';
	display: block;
	width: 100px;
	height:1px;
	background: 100px;
	position:relative;
	top: 25px;
	background: #000;
}
.section-blog.case-study .main-blog{
	clear:both;
}
.section-blog.case-study .main-blog:after{
	content:'';
	display: block;
	clear:both;
}
.section-blog.case-study .main-blog li{
	padding-top:0;
	text-align: center;
	margin-bottom:60px;
	padding-bottom:56px;
}

.section-blog.case-study .main-blog li:before{
	display: none;
}
.section-blog.case-study .main-blog .text-posts-blog{
	height:41px;
	overflow: hidden;
}
.section-blog.case-study .main-blog .read-more-blog-studies{
	font-size: 18px;
	padding-right: 25px;
	background: url(../../img/front/readmore_demo_ico.svg) no-repeat;
	background-size: 17px;
	background-position: 65% 18px;
	font-family: 'flamasemibold';
	display: block;
	border-top: 1px solid #000;
	padding-top:15px;
	margin-top:20px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.section-blog.case-study .main-blog h2{
	font-size:22px;
	text-align: left;
	margin-bottom: 5px;
}
.section-blog.case-study .main-blog p{
	font-size:16px;
	font-family: 'flamabasic';
	text-align: left;
}

.main-blog li {
    padding-top: 10px;
    position: relative;
}
.main-blog li .text-posts-blog>*{
	font-size: 14px !important;
	font-family: 'flamalight';
	line-height:20px;
	font-weight: normal;
}
.main-blog li:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #141414;
    position: absolute;
    top: 0;
    left: 0;
}
/*
.main-blog li:last-child:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #141414;
    position: absolute;
    bottom: 0;
    left: 0;
}
*/
.main-blog h2 {
    font-family: 'flamamedium';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
	line-height: normal;
	margin-bottom: 12px;
}

.date-post-blog {
    font-family: 'flamabasic';
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
}

.tags-posts-blog {
    display: inline-block;
}

.tags-posts-blog span {
    display: inline-block;
    background-color: #141414;
    padding: 0 15px 1px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    margin-bottom: 5px;
    font-size:14px;
    font-family: 'flamabasic';
}

.tags-posts-blog.bigger span{
	font-size:16px;
	padding:5px 10px;
}

.read-more-blog {
    display: block;
    background: url(../../img/front/cta_black_ico.png) no-repeat;
    height: 34px;
    width: 34px;
    margin-bottom: 27px;
}

.text-posts-blog p {
    margin-bottom: 11px;
}
.section-blog.case-studie{
	position: relative;
}
.sidebar-blog {
    min-width: 350px;
}

.sidebar-blog.case-studies.stickit {
	position: sticky;
	top: 15px;
	right:0;
	z-index:-3;
}

.sidebar-blog.case-studies.stickit-end {
	bottom: 45px;
	position: absolute;
	right: 0;
	z-index:-3;
}
.sidebar-blog.case-studies h3{
	margin-bottom:0;
}
.sidebar-blog .sidebar-list-case li{
	font-size: 18px;
	line-height:20px;
	margin-bottom:0;
	border-bottom: 1px solid #000;
	padding-right:15px;
}
.sidebar-blog .sidebar-list-case li a{
	padding: 18px 15px;
	display: block;
	background: url(../../img/front/readmore_demo_ico.svg) no-repeat;
	background-size: 17px;
	background-position: center right;
}


.sidebar-blog h3 {
    font-family: 'semplicita_pro_mediummedium';
    font-size: 24px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 21px;
    border-bottom: 2px solid #000;
    padding-bottom:16px;
}

.sidebar-blog li {
    font-family: 'flamamedium';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 21px;
}

.sidebar-blog li .hheader{
	font-family: 'semplicita_pro_mediummedium';
	font-size: 24px;
	line-height:28px;
	margin-bottom:5px;
}
.sidebar-blog .posts li{
	padding-bottom:20px;
}
.sidebar-blog .posts .tags-posts-blog{
	display: block;
	margin-bottom:7px;
}
.sidebar-blog .posts li:after{
	content:'';
	display: block;
	width:190px;
	height:1px;
	background: #000;
	position:relative;
	top:20px;
}
.sidebar-blog .posts li a {
    font-size:18px;
    padding-right:25px;
    background: url(../../img/front/readmore_demo_ico.svg) no-repeat;
    background-size: 17px;
    background-position:right center;
}

.sidebar-tags-list{
	margin-bottom: 30px;
}

.sidebar-tags-list li {
    font-size: 14px;
    font-family: 'flamalight';
    font-weight: normal;
    margin-bottom: 0;
}

.sidebar-tags-list li a {
    text-decoration: none;
    font-family: 'flamabasic';
    text-transform: uppercase;
    font-size: 16px;
    background-color: #141414;
    color: #fff;
    padding: 5px 10px;
    margin-bottom:15px;
    display: inline-block;
}

.pagination-section {
    margin-bottom: 52px;
    padding: 0 12px;
}

.pagination-section li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}

.pagination-section li a {
    display: block;
    border: 3px solid #141414;
    border-radius: 50%;
    padding: 5px 10px;
}

.pagination-section li a:hover{
    text-decoration: none;
    background-color: #141414;
    color: #fff;
}

.pagination-section li.current{
	border: 3px solid #141414;
	border-radius: 50%;
	padding: 5px 10px;
	background-color: #141414;
	color: #fff;
}

.show-all-link-pagination {
    display: inline-block !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    font-family: 'flamasemibold';
    font-size: 15px;
    font-weight: normal;
}

/*
 *
 * Popros o dostep
 *********************************/

.ask-for-access .bordered{
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 48px;
	font-family: 'semplicita_pro_mediummedium';
	padding-left:0;
	padding-right:0;
}
.ask-for-access .bordered:after{
	display: none;
}
.ask-for-access .bordered span{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'flamabasic';
}
.ask-for-access .hheader{
	margin-bottom: 35px;
}
.ask-for-access .hheader span{
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 48px;
	font-family: 'semplicita_pro_mediummedium';
	margin-left:-40px;
}
.ask-for-access .hheader img{
	max-width:166px;
}
.ask-for-access .half-form ul{
	padding-bottom:35px;
}
.ask-for-access .half-form ul:last-of-type{
	padding-bottom:0;
}
.ask-for-access .half-form ul li{
	position:relative;
	margin-bottom:6px;
	height:47px;
	border: none;
	padding: 0 0 0 60px;
	font-size: 17px;
	line-height: 23px;
	font-family: 'flamalight';
	display: table;
	width:100%;
	text-align: left;
}
.ask-for-access .half-form ul li span{
	display: table-cell;
	vertical-align: middle;
}
.ask-for-access .half-form ul li:before{
	content:'';
	width:47px;
	height:47px;
	display: inline-block;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	background-image: url('../../img/front/check-red.png');
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	top:0;
	left:0;
}
.ask-for-access .half-form .bordered{
	font-size: 22px;
	line-height:30px;
	font-family: 'semplicita_prolight';
}
.ask-for-access .half-form .bordered strong{
	font-family: 'semplicita_pro_mediummedium';
}

/*
 *
 * O firmie page
 *********************************/

.section-article {
    margin-bottom: 46px;
}

.section-article > div {
	display: block;
    vertical-align: top;
}

.bordered , .functionality-header{
    position: relative;
    /*    margin-bottom: 20px;*/
    padding: 21px 10px;
}

.bordered:before, .functionality-header:first-child:before{
    content: '';
    width: 100px;
    height: 1px;
    background-color: #141414;
    position: absolute;
    top: 0;
    left: 0;
}

.bordered:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #141414;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-article > div {
    /*    margin-bottom: 20px;*/
}

.section-article .marg-bottom {
    margin-bottom: 19px;
}

.section-article h2 {
    font-family: 'flamamedium';
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    line-height: 1.4em;
}

h2.section-services-table-header.migrated-stores-header {
	margin: 36px 0 20px !important;
}

h2.section-services-table-header.dedyk-header {
	margin-left: 36% !important;
	text-align: left;
}

.section-article p {
    font-family: 'flamalight';
    font-weight: normal;
}




/*
 *
 * Toggle switcher styles
 *********************************/


.onoffswitch {
    position: relative; width: 60px;
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox, #StaticPageHaveShop{
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #494949; border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 20px; padding: 0; line-height: 23px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #000000; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #000000; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 18px; margin: 2.5px;
    height: 19px;
    background: #FFFFFF;
    border: 2px solid #494949; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 36px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


/*
 *
 * Slider home page
 *********************************/

.slider-home li {
    position: relative;
    overflow: hidden;
}

.slider-home li:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../../img/front/shadow_baner.png) no-repeat left;
    width: 47px;
    height: 443px;
    max-height: 443px;
}

.slider-caption {
    /*background-color: #333;*/
    padding: 10px 0 0;
    overflow: hidden;
    position: relative;
}

.slider-caption-wrapper {
    color: #FFFFFF;
    width: 100%;
    max-width: 1370px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider-caption-header {
    background: #333 url(../../img/front/detail_ico_baner.png) no-repeat 7px 95%;
    padding: 0 0;
    position: relative;
}

.slider-caption-content {
    /*    vertical-align: middle;*/
    padding: 45px;
    line-height: 2em;
    vertical-align: top;
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 60%;
    background-color: #333;
    display: none;
}

.rotated-text {
    display: inline-block;
    line-height: 3.5;
    overflow: hidden;
    padding: 35px 0 65px;
    width: 3.5em;
    margin-bottom: -4px;
}

.rotated-text-inner {
    display: inline-block;
    white-space: nowrap;

    transform: translate(0,100%) rotate(-90deg);
    -webkit-transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.rotated-text-inner:after {
    content: "";
    float: left;
    margin-top: 100%;
}

ol.bjqs-markers {
    display: none !important;  /* ukrycie paginacji do slidera **/
}

.slider-read-more {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.functionality-content{
	margin-bottom: 45px;
}

.functionality-header{
	padding-left: 20px;
}

.functionality-content-left{
	padding-left: 20px;
}

.functionality-content-left.span12 {
	padding-right: 20px;
	margin-bottom: 0;
}

.functionality-content-right.span12 {
	display: none;
}

.functionality-intro{
	background-color: #F2F2F2;
	padding: 30px 50px 30px 20px;
	font-size: 20px;
	font-family: 'flamabasic';
	line-height: 1.2em;
	margin-bottom: 20px;
}

.error-page{
	margin-bottom: 45px;
}

.error-page .error-code {
	margin: 6% 0 5% 0;
	line-height: normal;
	font-size: 120px;
	text-align: center;
	font-weight: bold;
}

.error-page .error-msg {
	font-size: 24px;
	color: #666;
	text-align: center;
}

.form-row .error-message {
	clear: both;
	padding-top: 5px;
	font-size: 12px;
	color: #B94A48;
	float: right;
	width: 206px;
	text-align: left;
}

.form-row .form-error{
	background-color: #B94A48!important; 
}

.blog-content{
	margin-bottom: 45px;
	font-size:16px;
	line-height: 24px;
}
.blog-content.section-page{
	padding:0;
}
.blog-content.section-page .paragraph{
	margin-left:0;
}

.blog-content.case-studies h1{
	text-transform: none;
	margin-bottom:25px;
}

.blog-content.case-studies .intro{
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:35px;
}
.blog-content.case-studies .intro:after{
	content:'';
	display: block;
	width:100px;
	height:1px;
	background: #000;
	position:relative;
	bottom:-25px;
}
.blog-content.case-studies .intro:before{
	content:'';
	display: block;
	width:100px;
	height:1px;
	background: #000;
	position:relative;
	top:-17px;
}
.blog-content.case-studies h2,
.blog-content.case-studies h3,
.blog-content.case-studies h4{
	font-size:36px;
	line-height:48px;
	margin:20px 0;
	padding-top:20px;
}

.blog-content.case-studies h3:before{
	content:'';
	display: block;
	width:100px;
	height:1px;
	background: #000;
	position:relative;
	top:-17px;
}

.blog-content.case-studies .background{
	position:relative;
	color: #fff;
	font-size:16px;
	line-height:34px;
	padding: 40px 0;
}
.blog-content.case-studies .background h2{
	margin-top:0;
	padding-top:0;
}
.blog-content.case-studies .background li{
	background-image: url(../../img/front/li_white.png);
	line-height:34px;
	background-position: 0 13px;
}
.blog-content.case-studies .background:before{
	content:'';
	display: block;
    width: calc(100vw - 20px);
    height: 100%;
    top: 0;
    position: absolute;
    left: calc(-1*((100vw - 1370px)/2));
    background: rgba(50,64,86,0.8);
    z-index:-1;
}
.blog-content.case-studies .background:after{
	content:'';
	display: block;
    width: calc(100vw - 20px);
    height: 100%;
    top: 0;
    position: absolute;
    left: calc(-1*((100vw - 1370px)/2));
    background-image: url(../../img/front/tlo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: 66%;
    background-size: cover;
    z-index:-2;
}

.blog-content.case-studies .quote{
	padding:45px 60px 60px 35px;
	background: #f2f2f2;
}
.blog-content.case-studies .quote .name{
	font-size:36px;
	line-height:48px;
	font-family: 'semplicita_pro_mediummedium';
}
.blog-content.case-studies .quote .proffesion{
	display: inline-block;
	margin-left:10px;
}
.blog-content.case-studies .quote p{
	padding-left:30%;
	background-image: url(../../img/front/mark.png);
	background-repeat: no-repeat;
	background-position: 20% 7px;
	font-size: 24px;
	line-height:30px;
	margin-top:30px;
}
.blog-content.case-studies .img-text{
	position:relative;
}
.blog-content.case-studies .img-text img{
	max-width:75%;
}
.blog-content.case-studies .img-text.img-text-left {
	text-align:right;
}
.blog-content.case-studies .img-text.img-text-right .hold{
	right:0;
}
.blog-content.case-studies .img-text.img-text-left .hold{
	left:0;
}
.blog-content.case-studies .img-text .hold{
	position:absolute;
	width: 30%;
	line-height:24px;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:left;
}
.blog-content.case-studies .img-text.img-text-big .hold{
	width:50%;
}
.blog-content.case-studies .img-text.img-text-big img{
	max-width:90%;
}
.blog-content.case-studies .background .img-text p{
	text-align: left;
}
.blog-content.case-studies .background .img-text .hold{
	text-align:center;
}
.blog-content.case-studies .background .img-text p:last-of-type{
	padding-bottom:20px;
	border-bottom: 1px solid #fff;
}
.blog-content.case-studies .background a{
	display: inline-block;
	padding-right:25px;
	margin-top: 20px;
	font-family: 'flamasemibold';
	font-size:18px;
	line-height:20px;
	margin-top:20px;
	background-image: url(../../img/front/readmore_down.png);
	background-repeat: no-repeat;
	background-position:right center;
}
.blog-content.case-studies .background a:focus,
.blog-content.case-studies .background a:active,
.blog-content.case-studies .background a:visited{
	color: #fff;
}
.blog-content.case-studies .background a.open{
	background-image: url(../../img/front/readmore_up.png);
}
.blog-content.case-studies .show-more{
	display: none;
	position:relative;
	padding: 40px 0;
}
.blog-content.case-studies .show-more:before{
	content:'';
	display: block;
	background: #f2f2f2;
	width: calc(100vw - 20px);
	height: 100%;
	top: 0;
	position: absolute;
	left: calc(-1*((100vw - 1370px)/2));
	z-index: -1;
}
.blog-content.case-studies .show-more a{
	width: 190px;
	display: block;
	margin: 0 auto;
	border-top:1px solid #000;
	padding-top:20px;
	font-family: 'flamasemibold';
	font-size:18px;
	line-height:20px;
	padding-right:25px;
	text-align: center;
	background-image: url(../../img/front/readmore_up_black.png);
	background-repeat: no-repeat;
	background-position:153px 22px;
}
.blog-content.case-studies .show-more .img-text img{
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 24px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 24px 0px rgba(0, 0, 0, 0.5);
}
.blog-content.case-studies .show-more .img-text .hold strong{
	font-size:20px;
}
.blog-content.case-studies .show-more .img-text{
	margin-bottom:50px;
}
.blog-content.case-studies .form-case{
	margin-top:120px;
}
.blog-content.case-studies .form-case .bordered{
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 48px;
	font-family: 'semplicita_pro_mediummedium';
	padding-left:0;
	padding-right:0;
	padding-bottom: 25px;
	margin-top:45px;
}
.blog-content.case-studies .form-case .bordered:after{
	display: none;
}
.blog-content.case-studies .form-case .img-form-case{
	text-align: center;
	margin-bottom:40px;
}
.blog-content.case-studies .form-case p{
	font-family: 'semplicita_prolight';
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}
.blog-content.case-studies .form-case p strong{
	font-family: 'semplicita_prolight';
	font-weight: bold;
}
.blog-content.case-studies .case-banner{
	margin-top:90px;
}
.blog-content h1{
	text-transform: uppercase;
	font-family: 'semplicita_prolight';
	font-size:44px;
	line-height:48px;
	margin-top:20px;
	margin-bottom:20px;
}
.blog-content figure{
	margin-bottom:20px;
}
.blog-content div.intro{
	font-weight: bold;
	margin-bottom: 10px;
}

.pack-details{
	padding-top: 0px;
	padding-bottom: 0px;
}

.pack-details > div{
	line-height: 36px;
	margin-bottom: 18px;
	font-size: 16px;
}

.pack-details > div .lab {
	font-family: 'flamasemibold';
	line-height: 1.1em;
	float: left;
	margin-top: -4px;
}

.pack-details > div .price {
	font-size: 35px;
	line-height: 24px;
}

a.price-list-pdf{
	float: right;
	margin-top: 2px;
	height: 34px;
	background-image: url(../../img/front/cennik.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	line-height: 34px;
	padding-right: 40px;
	font-family: 'flamalight';
}

.title-page a.price-list-pdf {
	padding: 60px 40px 60px 0;
	background-position: right 70%;
}

.bold-line {
	border-bottom: 0;
	border-top: 2px solid #E0E0E0;
	margin: 27px 0 54px;
}

footer ul.bottom-menu a{
	height: 34px;
	line-height: 34px;
	display: block;
}

footer ul.bottom-menu a.blog{
	background-image: url(../../img/front/blog.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
}

footer ul.bottom-menu a.facebook{
	background-image: url(../../img/front/fb.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
}

/* Mainpage */



.mainpage-header {
	background-image: url('../../img/front/tlo.jpg');
	
	 /* Set a specific height */
    

    background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
	
	font-family: 'semplicita_prolight';
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 220px 0 125px;
	margin-bottom: 54px;
}

.mainpage-header h1 {
	font-size: 73px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: inherit;
	font-family: inherit;
}

.mainpage-header h1.lh{
	line-height: 80px;
}

.mainpage-header h1 span{
	font-size: 70px;
	line-height: 76px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.mainpage-header h1 span {
	margin-left: 35%;
}

.mainpage-header h1 span:nth-of-type(1) {
	font-size: 50px;
	margin-left:0;
	margin-top: 60px;
}

.mainpage-header h1 span:nth-of-type(2) {
	margin-bottom: 40px;
	font-size: 24px;
	line-height:40px;
	margin-left:0;
	font-family: 'semplicita_pro_mediummedium';
}

.mainpage-header p:nth-child(4),
.mainpage-header p:nth-child(5) {
	font-size: 38px;
	line-height: 48px;
}

.mainpage-header p:nth-child(5) {
	margin-left: 22%;
}

.mainpage-header a.go-to {
	position: relative;
	top: 160px;
}

/*
 *
 * Responsive media queries
 *********************************/

@media (max-width: 480px) {/* Landscape phones and down */
	
    .top-menu li {
        width: 100%;
    }

	.title-page h1 {
		font-size: 20px!important;
	}
	
    .section-page .span4 {
        max-width: none;
    }
	
	.mobile-hide {
		display: none;
	}
	
    .services-pricing .services-item-header {
        font-size: 11px !important;
    }
	
	section.services-pricing > table {
		width: calc(100% + 20px);
		margin-left: -5px;
		padding: 0;
	}
		
	.services-home .services-item h2::after {
		background: url('../../img/front/detail_ico.svg') no-repeat center left;
		content: " ";
		display: block;
		width: 40px;
		height: 40px;
		left: 0;
		margin: 0 auto;
		transition: transform 0.1s ease-in;
	}
	
	.services-home .services-item h2.closed::after {
		transform: rotate(45deg);
	}
	
	.services-home .services-item h2.highlight {
		padding-bottom: 34px;
	}
	
	table.table-pricing a.more {
		line-height: 16px;
	}
	
	.pack-details > div .lab {
		margin-bottom: 16px;
	}
	
	.migrated-stores-logos a {
		display: inline-block;
		height: auto;
		width: 49%;
		padding: 20px;
	}
	
	.migrated-stores-logos a span {
		width: auto;
	}
	.pricing-notice.equl{
		padding: 30px 15px;
	}
	.pricing-notice .section-header.mainpage.biger{
		padding-top:0;
		margin-bottom:10px;
	}
	.pricing-notice .desc-mainpage{
		font-size:14px;
		line-height:18px;
	}
	.pricing-notice .btn-red,
	.pricing-notice .btn-blue{
		padding:16px 60px;
		margin-top:30px;
	}
	.ask-for-access .section-header.mg-ask-of{
		font-size:23px !important;
		line-height:30px;
	}
}

@media (max-width: 600px) {
    
    .section-page .span4 {
        max-width: none;
    }

    .section-header {
        font-size: 26px;
    }

    .services-item h2 {
        background: none repeat scroll 0 0 transparent !important;
        border-bottom: 3px solid #141414;
        border-top: 3px solid #141414;
        padding: 34px 0 20px;
    }

    .services-item h3 {
        border-bottom: 1px solid #141414;
        border-top: 1px solid #141414;
        line-height: 1em;
        min-height: 115px;
        padding: 38px 0 20px;
    }
	
	table.table-pricing .services-item h3 {
		min-height: 101px;
		padding: 0;
		padding-top: 50%;
		font-size: 12px;
	}
	
	.services-pricing.package-pricing tbody tr td:first-child {
		font-size: 10px;
	}
	.services-home .home-half ul.inline li{
		width:100%;
		margin: 5px 0 0;
		text-align: left;
	}
	.services-home .home-half .btn-red.mgt-0,
	.services-home .home-half .btn-blue.mgt-0{
		padding: 16px 15px;
		width:100%;
	}
	.services-home .home-half ul.mgb{
		margin-top:0;
	}
}

@media (max-width: 768px) {/* Landscape phone to portrait tablet */
	body {
		padding: 0;
	}
	
	body > div {
		padding: 0 20px;
	}
	.section-page{
		padding: 0;
	}
	
	/*.row.section-page {
		padding: 0 20px;
	}*/
	
	header {
		margin: 12px -20px;
	}
	
    .header-logo {
        margin: 0;
		max-width: 320px;
	}

	body.show-menu-mobile {
		position: fixed;
		overflow: hidden;
	}
	
	.menu-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 75px;
		background-color: #FFF;
	}

	.menu-logo,
	.menu-close {
		float: left;
		height: 75px;
		width: 75px;
	}

	.menu-close {
		float: right;
		line-height: 75px;
		text-align: center;
	}

	.menu-close a {
		font-size: 30px!important;
		font-family: initial!important;
	}

	.menu-logo img {
		max-width: 100%;
		padding: 8px;
	}


	.top-menu #MainNav {
		position: fixed;
		z-index: 999;
		top:0;
		bottom:0;
		right: -100%;
		width: 100%;
		height: 100%;
		left: auto;
		padding: 50px 0;
		background: rgba(255, 255, 255, 0.9);
	}

	.top-menu #MainNav > ul {
		padding: 10px 70px;
		position: relative;
		z-index: 10;
		min-height: 62vh;
	}

	.top-menu #MainNav ul > li > a {
		font-size: 20px;
		font-family: 'flamabasic';
		display: block;
		z-index: 2;
		position: relative;
	}

	.top-menu #MainNav ul > li > a.my-icon-search {
		display: none;
	}
	
	.top-menu #MainNav ul > li {
		position: relative;
		font-size: 16px;
		padding: 11px 0 11px 38px;
		max-width: 220px;
		margin: 5px auto;
	}


	.top-menu #MainNav ul > li.btn-red > a,
	.top-menu ul > li.btn-red > a {
		font-size: 16px;
		color: #FFF;
		cursor: pointer;
	}

	.top-menu ul > li.btn-red > a i {
		display: none;
	}

	.menu-content.open {
		overflow-y: auto;
	}
	
	.menu-content .menu-container {
		width: 320px;
		min-height: 49vh;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 40px;
		margin-right: auto;
		margin-left: auto;
		/* padding-bottom: 200px; */
	}

	.menu-content .container .row-fluid {
		height: auto;
	}

	.menu-content.open .visible-phone[data-type="slidemenu-back"] {
		font-size: 20px;
		text-transform: uppercase;
		cursor: pointer;
		position: relative;
		max-width: 220px;
		margin: 0 auto 30px;
	}

	.menu-content.open .visible-phone[data-type="slidemenu-back"]:before {
		content: "\f104";
		position: absolute;
		left: -20px;
		top: -1px;
		font-size: 20px;
		font-family: "FontAwesome";
	}


	.top-menu-content {
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: none;
	}

	.top-menu-content li.header {
		font-family: 'Open Sans', Arial, sans-serif;
		margin-top: 20px;
	}

	.top-menu-content li.header.empty {
		display: none;
	}

	.top-menu-content .span3 li {
		line-height: 20px;
	}

	.top-menu-content li a::after {
		display: none;
	}

	.top-menu #MainNav ul > li.slidemenu-parent:before {
		content: "\f105";
		position: absolute;
		right: 32px;
		top: 11px;
		font-size: 20px;
		font-family: "FontAwesome";
	}

	.menu-footer {
		background-color: rgb(241, 245, 249);
		/* position: absolute;
		bottom: 0;
		left: 0;
		right: 0; */
		padding: 20px 34px 60px;
	}

	.menu-footer table {
		padding-top: 0;
		color: #666;
		text-align: left;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 14px;
	}

	.menu-footer table a{
		color: #525252;
		text-transform: none;
		font-family: inherit;
		font-size: 14px;
	}

	.menu-footer table td {
		padding: 5px 10px;
	}

	.top-menu-content {
		position: fixed!important;
		z-index: 999;
		top:0;
		bottom:0;
		right: -100%;
		width: 100%;
		height: 100%;
		left: auto;
		padding: 0;	
	}

	.top-menu-content [data-id="MenuTest"] {
		right: 0;
		top: 0;
	}

	.top-menu-content .open {
		height: 100%;
		background: #fff;
		padding: 85px 0;
	}

	.top-menu-content .btn {
		width: 100%;
		font-family: "flamabasic";
	}

	.top-menu-content .menu-content.half {
		position: initial;
	}

	.menu-content.half[data-id="MenuTest"] {
		min-width: 0;
	}

	.menu-content.half[data-id="MenuTest"] .header {
		margin-left: 0;
	}

	.menu-content.half[data-id="MenuTest"] .header:after {
		display: none;
	}

	.menu-content.half[data-id=MenuTest] [data-id="MenuShops"] {
		position: initial;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}

	.menu-content.half[data-id=MenuTest] .with-btn {
		margin-left: -24px;
	}

	.top-menu {
		margin: 0;
	}

    .top-menu li {
        width: 100%;
        margin: 5px 0;
    }
	
	.navbar .btn-navbar {
	}
	
	.navbar > .my-icon-search,
	.navbar > .my-menu-mobile{
		display: inline-block;
	}
	
	#searchBlock {
		position: relative;
		min-width: 280px;
		top: 8px;
		right: 0;
		float: right;
	}
	
	.header-search {
		text-align: left;
		margin-bottom: 12px;
	}
	
	.header-search input[type="text"] {
		max-width: 67%;
		
	}
	
	.navbar .my-icon-search.menu {
		display: none;
	}
	
	
	.title-page {
		margin: 0 -20px 20px -20px;
	}

	.realisations-page-header > div:first-of-type {
		font-size: 14px;
		line-height: 1.76em;
	}
	
    .package-services-description li {
        width: 100%;
    }

    .package-services-description li:nth-child(2n+1) {
        margin-right: 0;
    }

    .contact-section {
        padding: 23px 15px 28px;
    }

    .contact-section-content {
        font-size: 28px;
    }

    .form-side-left {
        margin-right: 2%;
        width:100% !important;
    }
    .form-side-right{
    	width:100% !important;
    }
    .contact-form-section .form-row .error-message{
    	width:100%;
    }

    .contact-form-section > form > div > label > span {
        display: block;
        text-align: left;
        margin-bottom: 5px;
        float: none!important;
    }

    .contact-form-section > form > div > label > input,
    .contact-form-section > form > div > label > textarea,
    .contact-form-section input[type="text"], 
    .contact-form-section textarea {
        width: 100%;
    }
	
	.contact-form-section .radio-hold{
		width:100%;
	}
	
	.contact-form-section .checkbox-hold{
		width: 100%;
	}
	
	.contact-form-section button[type="submit"]{
		left:0;
		margin-right:0;
	}
	
    [class^="form-side-"] {
        float: none;
        width: 100%;
    }

    .contact-form-section {
        padding: 15px;
    }

    .contact-details-header > div:first-child, .contact-details > div:first-child {
        padding-left: 0;
    }

    .section-header {
        font-size: 26px;
    }

    services-pack td.span4 {
        width: 31.9149% !important;
    }

    services-pack td.span8 {
        width: 65.9574% !important;
    }

    .content-tabs ul li a {
        padding: 5px;
    }

    .contact-section-content small {
        display: block;
    }

    .services-rent-graphic table {
        border-collapse: separate;
        border-spacing: 3px 0;
    }

    .services-pricing table td {
        font-size: 12px;
        padding: 11px 0px 14px;
    }

    .services-pricing .services-item-header {
        font-size: 14px;
    }

    .table-pricing {
        border-spacing: 0;
    }

    .table-pricing th {
        width: 23.4043% !important;
    }
	
	.mainpage-header {
		padding: 60px 15px;
		background-image: url('../../img/front/banermain_tlo.jpg');
		margin: 0 -20px 54px;
	}
	
	.mainpage-header h1 {
		font-size: 38px;
	}
	
	.functionality-header:first-child:after{
		content: '';
		width: 100px;
		height: 1px;
		background-color: #141414;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.functionality-content{
		margin-bottom: 10px;
	}
	.services-home{
		padding: 0;
	}
	.quotes{
		margin: 0 -20px 70px;
	}
}

@media (max-width: 767px){
	.mainpage-header{
		padding: 60px 15px 40px;
	}
	.mainpage-header h1{
		margin-bottom:20px;
	}
	.mainpage-header h1.lh{
		line-height: 40px;
	}
	.mainpage-header h1 span:nth-of-type(1){
		font-size:28px;
		line-height:35px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mainpage-header h1 span:nth-of-type(2){
		font-size:20px;
		line-height:30px;
		margin-bottom:0;
	}
	.mainpage-header a.go-to{
		top:80px;
	}
	.section-header.mainpage.biger{
		font-size: 30px !important;
		line-height:35px;
		padding-top:0;
	}
	.services-home .desc-mainpage{
		padding: 0;
		font-size:15px;
		line-height:23px;
	}
	.section-header.new-line{
		font-size: 23px!important;
		line-height:30px;
	}
	.section-header.red{
		padding:0;
	}
	.services-home .section-with-img .sect-text{
		font-size:24px;
		line-height:26px;
	}
	.services-home .section-with-img{
		margin-bottom:25px;
		padding:0;
	}
	.services-home .home-half{
		padding:0;
	}
	.services-home .home-half .nopr p.text-right{
		text-align: left;
	}
	.services-home .home-half .percent{
		text-align: left;
		margin-top:30px;
	}
	.services-home .home-half .mgt{
		margin-top:0;
	}
	.services-home .home-half p{
		padding-right:0;
		font-size:15px;
		line-height:23px;	
	}
	.services-home .home-half p img{
		max-width: 28%;
		margin-right:10px;
		margin-top:15px;
	}
	.services-home .home-half ul{
		margin-left:0;
		margin-top:20px;
	}
	.services-home .home-half ul li,
	.services-home .home-half ul li{
		font-size:15px;
	}
	.quotes{
		padding-bottom:60px;
		margin-bottom:50px;
	}
	.quotes h2{
		margin-bottom: 20px;
	}
	.quotes .mark p{
		padding-right:0;
		font-size:15px;
		line-height:23px;
		margin-bottom: 15px;
		margin-top:30px;
	}
	.quotes .mark .name{
		font-size: 30px;
		line-height:35px;
	}
	.services-home .home-half ul.inline{
		margin-top:0;
		padding-bottom:5px;
	}
	.services-home .home-half .btn-red.mgt-0,
	.services-home .home-half .btn-blue.mgt-0{
		margin-bottom: 40px;
	}
	.services-home .home-half ul.inline li{
		margin: 5px 10px 0;
	}
	.services-home .home-half .mark{
		margin-bottom:30px;
		background-image:none;
		padding:0;
		font-size: 16px;
		line-height: 24px;
	}
	.services-home .home-half .mark>div{
		margin-top:20px;
	}
	.services-home .home-half .mark .name{
		font-size:26px;
		line-height:26px;
	}
	.services-home.smaller .home-half .sect-text{
		font-size: 24px;
		line-height: 26px;
	}
	.services-home .home-half p b{
		font-size:18px;
	}
	.services-home .home-half ul.mgb{
		padding-bottom:0;
	}
	.services-home .home-half .span7{
		margin-top:0;
	}
	.banners .carousel#Banners .carousel-controls-panel .carousel-control{
		display: block;
	}
	.services-home .hold-icons{
		padding:0;
	}
	.services-home .hold-icons .hold-icon{
		width:49%;
	}
	.services-home .hold-icons .hold-icon:nth-of-type(3n+2){
		width:49%;
		margin-left:0;
	}
	.services-home .hold-icons .hold-icon:nth-of-type(2n){
		margin-left:2%;
	}
	.services-home .hold-icons .hold-icon:nth-of-type(3n){
		margin-left:0;
	}
	.services-home .hold-icons .hold-icon .icon{
		width:80px;
		padding-right:10px;
	}
	.services-home .hold-icons .hold-icon p, 
	.services-home .hold-icons .hold-icon h4 {
		font-size:15px;
		line-height:23px;
		text-transform: uppercase;
	}
	

	.services-home .section-with-img.with-diagram{
		display: block;
		margin-top:40px;
		margin-bottom:40px;
	}
	.services-home .section-with-img.with-diagram .sect-text{
		display: block;
		width:100%;
		margin-bottom:20px;
		font-size: 18px;
		line-height: 25px;
	}
	.services-home .section-with-img.with-diagram .diagram{
		display: block;
		width:100%;
		padding-left:0;
	}
	.services-home .blog-grey .span4{
		margin-bottom:30px;
		padding: 20px 20px 50px;
	}
	.services-home .blog-grey .date{
		left:20px;
		bottom:30px;
	}
	.services-home .blog-grey .read-more-blog-studies{
		left:20px;
		bottom:30px;
	}
	.services-home .blog-grey h3{
		min-height:auto;
	}
	.services-home .blog-grey .desc{
		margin-bottom:15px;
	}
	.services-home .blog-grey .btn-red,
	.services-home .blog-grey .btn-blue{
		margin: 10px auto 50px;
	}
	.services-home .hold-hashtag{
		padding: 0;
		margin-top:0;
	}
	.services-home .hold-hashtag ul{
		margin-top:0;
		margin-bottom:20px;
	}
	.services-home .hold-hashtag ul li{
		font-size:15px;
		line-height:23px;
	}
	.pricing-notice .desc-mainpage{
		padding:0;
	}
}

@media (min-width: 768px) and (max-width: 979px) {/* Portrait tablet to landscape and desktop */
    .top-menu {
        /* margin-bottom: 20px; */
    }
    .mainpage-header{
    	padding:130px 0 50px;
    }
	.mainpage-header h1{
		font-size: 38px;
		margin-bottom: 45px;
	}
	.mainpage-header h1.lh{
		line-height:45px;
	}
	.mainpage-header p {
		margin-left: 0;
		font-size: 53px;
		line-height: 66px;
	}
	.mainpage-header p:nth-child(2){
		font-size: 30px;
		line-height:45px;
	}
	.mainpage-header p:nth-child(3){
		font-size: 20px;
	}
	.mainpage-header a.go-to{
		top: 90px;
	}

    .span4.contact-data-home {
        padding-left: 17px;
    }

	.package-services-description {
		margin-bottom: 0;
	}
	
    .package-services-description li {
        width: 100%;
    }

    .services-item-header {
        font-size: 28px;
    }

    header .span6 {
        float: left !important;
        
    }
	
    .contact-section {
        padding: 23px 15px 28px;
    }

    [class^="form-side-"] {
        width: 47%;
    }
	.contact-form-section .form-row .error-message{
		width:100%;
	}
    .contact-form-section > form > div > label {
        font-size: 14px;
    }

    .contact-form-section > form > div > label > span {
        display: block;
        margin-bottom: 10px;
        text-align: left;
        float: none;
    }

    .contact-form-section > form > div > label > input,
    .contact-form-section input[type="text"], 
    .contact-form-section textarea {
        width: 100%;
    }
	.contact-form-section .radio-hold{

	width:100%;
	}
	
	.contact-form-section .checkbox-hold{
		width: 100%;
	}
	
	.contact-form-section button[type="submit"]{
		left:0;
		margin-right:2%;
	}
    .form-side-left {
        margin-right: 4%;
    }

    .section-header {
        font-size: 30px;
    }

    .contact-section-content {
        font-size: 30px;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .contact-section-content small {
        display: block;
    }
    .section-header.mainpage.biger{
    	font-size: 30px !important;
    }
    .services-home.smaller .section-with-img{
    	padding: 0;
    }
    .services-home.smaller .desc-mainpage{
    	padding: 0;
    }
    .services-home .section-with-img .sect-text{
    	font-size:30px;
    	line-height:32px;
    }
    .services-home .section-with-img.with-diagram .sect-text{
    	font-size:25px;
    	line-height:30px;
    }
    .services-home.smaller .home-half{
    	padding:0;
    }
    .services-home .home-half .span7{
    	margin-top:0;
    }
    .services-home .home-half .span7 .btn-red,
    .services-home .home-half .span7 .btn-blue{
    	padding: 16px 50px;
    }
    .services-home.smaller .home-half .sect-text{
    	font-size: 28px;
    	line-height: 32px;
    }
    .services-home .home-half p{
    	padding-right:0;
    }
    .services-home .home-half ul{
    	margin-left:0;
    }
    .quotes .mark p{
    	padding-right:0;
    }
    .quotes .mark .name{
    	font-size:30px;
    	line-height:32px;
    }
    .services-home .hold-icons{
    	padding: 0;
    }
    .services-home .hold-icons .hold-icon{
    	width:32%;
    }
    .services-home .hold-icons .hold-icon:nth-of-type(3n+2){
    	margin-left:2%;
    	width:32%;
    }
    .services-home .hold-icons .hold-icon:nth-of-type(3n){
    	margin-left:2%;
    }
    .services-home .hold-icons .hold-icon p, 
	.services-home .hold-icons .hold-icon h4 {
    	font-size:15px;
    	line-height:20px;
    }
    .services-home .hold-icons .hold-icon .icon{
    	width:85px;
    	padding-right:15px;
    }
    .services-home .blog-grey .span4{
    	padding: 20px 20px 60px;
    }
    .services-home .blog-grey h3{
    	font-size:16px;
    	line-height: 20px;
    	min-height:40px;
    }
    .services-home .blog-grey .desc{
    	font-size: 14px;
    	line-height:21px;
    	margin-bottom: 20px;
    }
    .services-home .blog-grey .date{
    	left:20px;
    }
    .services-home .hold-hashtag{
    	padding: 0;
    }
    .pricing-notice .desc-mainpage{
		padding:0;
	}
	.title-page .span12{
		width:100%;
		margin-left:0;
	}
}

@media(max-width: 1384px) and (min-width: 1200px){
	.welcome-section-home .span8{
		width:690px;
		margin-left:20px;
	}
	.demo-space.span3{
		width:190px;
	}
	.footer .span4.newsletter{
		margin-left:20px;
	}
	.bottom-menu li{
		margin: 0 10px;
	}
	.bottom-menu li .tel{
		font-size:20px;
	}
	.bottom-menu li .mail{
		font-size:16px;
	}
	.bottom-menu li:first-child{
		margin-left:0;
	}
	.footer .span10{
		width:765px;
	}
	.footer-logo{
		margin-left:20px;
	}
	[class^="form-side-"]{
		width:47%;
	}
	.contact-form-section button[type="submit"]{
		left:-132px;
	}
}

@media(max-width:1380px){
	.blog-content.case-studies .background:before,
	.blog-content.case-studies .background:after{
		left:-10px;
	}
	.blog-content.case-studies .show-more:before{
		left:-10px;
	}
}

@media (min-width:980px){
	.section-blog.case-study .main-blog{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section-blog.case-study .main-blog li{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.section-blog.case-study .main-blog li:nth-child(3n + 4){
		margin-left:0;
	}
}

@media (max-width:1199px) and (min-width:980px){
	.sidebar-blog{
		min-width: 295px;
	}
	.section-blog.case-study .main-blog .read-more-blog-studies{
		background-position: 69% 18px;
	}
	.welcome-section-home .span8{
		width:auto;
		margin-left:20px;
		margin-bottom:15px;
	}
	.demo-space.span3{
		margin-bottom:15px;
	}
	.contact-data.span2{
		width:290px;
	}
	.contact-data li:last-child{
		margin-left:10px;
	}
	.footer .span4.newsletter{
		margin-left:20px;
		width:345px;
	}
	.newsletter-form .btn{
		width:135px;
	}
	.footer .span10{
		width:580px;
	}
	.bottom-menu li{
		margin: 0 10px;
	}
	.bottom-menu li:first-child{
		margin-left:0;
	}
	.bottom-menu li .tel{
		font-size:20px;
	}
	.bottom-menu li .mail{
		font-size:16px;
	}
	.bottom-menu li:last-child{
		margin-top:20px;
	}
	.footer-logo{
		margin-left:20px;
	}
	.contact-form-section input[type="text"], .contact-form-section textarea{
		width: 280px;
	}
	.contact-form-section .radio-hold{
		width: 280px;
	}
	[class^="form-side-"]{
		width:47%;
	}
	.contact-form-section button[type="submit"]{
		left: -62px;
	}
	.services-home .home-half p{
		padding-right:75px;
	}
	.services-home .hold-icons{
		padding: 0;
	}
	.services-home .hold-icons .hold-icon{
		width:30%;
	}
	.services-home .hold-icons .hold-icon:nth-of-type(3n+2){
		width:30%;
		margin-left:5%;
	}
	.services-home .hold-icons .hold-icon:nth-of-type(3n){
		margin-left:5%;
	}
	.services-home .hold-hashtag{
		padding: 0 50px;
	}
	.ask-for-access .hheader img{
		width:110px;
	}
	.ask-for-access .bordered{
		font-size: 30px;
		line-height:42px;
	}
	.ask-for-access .bordered span{
		font-size: 20px;
		line-height: 26px;
	}
	.ask-for-access .hheader span{
		font-size: 30px;
		line-height:42px;
	}
	.ask-for-access .half-form .bordered{
		font-size: 20px;
		line-height: 26px;
	}
	.blog-content.case-studies .form-case{
		margin-left:10px;
	}
	.blog-content.case-studies .form-case .bordered{
		margin-top:20px;
		font-size: 30px;
		line-height:32px;
	}
	.blog-content.case-studies .form-case .img-form-case{
		margin-bottom:30px;
	}
	.blog-content.case-studies .form-case p{
		font-size: 18px;
		line-height:20px;
	}
	.pricing-notice .desc-mainpage{
		padding:0;
	}
	.title-page .span12{
		width:100%;
	}
}

@media (max-width:979px){
	.section-blog .span8{
		width:100%;
	}
	.section-blog .sidebar-blog{
		display: none;
	}
}

@media (max-width:979px) and (min-width:768px){
	.welcome-section-home .span8{
		width:auto;
		margin-left:20px;
		margin-bottom:15px;
	}
	.demo-space.span3{
		margin-bottom:15px;
	}
	.contact-data.span2{
		width:290px;
	}
	.contact-data li:last-child{
		margin-left:10px;
	}
	.footer .span4.newsletter{
		margin-left:20px;
		width:345px;
	}
	.newsletter-form .btn{
		width:135px;
	}
	.footer .span10{
		width:auto;
		margin-right:20px;
	}
	.bottom-menu li{
		margin: 0 6px;
		font-size:14px;
	}
	.bottom-menu li:first-child{
		margin-left:0;
	}
	.bottom-menu li .tel{
		font-size:18px;
	}
	.bottom-menu li .mail{
		font-size:15px;
	}
	.footer-logo{
		margin-left:20px;
	}
	.section-blog.case-study .intro{
		font-size: 18px;
		line-height: 28px;
	}
	.section-blog.case-study .main-blog{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section-blog.case-study .main-blog li{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width:48.61878453038674%;
	}
	.section-blog.case-study .main-blog h2{
		font-size: 18px;
	}
	.section-blog.case-study .main-blog li:nth-child(2n + 3){
		margin-left:0;
	}
	.section-blog.case-study .main-blog .read-more-blog-studies{
		background-position: 67% 18px;
	}
	.blog-content.case-studies .form-case{
		margin-left:10px;
	}
	.blog-content.case-studies .form-case .bordered{
		margin-top:20px;
		font-size: 30px;
		line-height:32px;
	}
	.blog-content.case-studies .form-case .img-form-case{
		margin-bottom:30px;
	}
	.blog-content.case-studies .form-case p{
		font-size: 18px;
		line-height:20px;
	}
	
	.ask-for-access .contact-form-section{
		padding: 30px;
	}
	.ask-for-access .hheader img{
		width:90px;
	}
	.ask-for-access .bordered{
		font-size: 24px;
		line-height:36px;
	}
	.ask-for-access .bordered span{
		font-size: 16px;
		line-height: 22px;
	}
	.ask-for-access .hheader span{
		font-size: 24px;
		line-height:36px;
	}
	.ask-for-access .half-form .bordered{
		font-size: 16px;
		line-height: 22px;
	}
}
@media(max-width:767px){
	.welcome-section-home{
		padding-top:25px;
		margin: 0 -20px;
	}
	.welcome-section-home .span8{
		width:auto;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:15px;
	}
	.demo-space.span3{
		margin-bottom:15px;
		margin-left:20px;
	}
	.contact-data.span2{
		width:290px;
		margin-left:20px;
	}
	.contact-data li:last-child{
		margin-left:10px;
	}
	.footer{
		margin: 0 -20px;
	}
	.footer .span4.newsletter{
		margin-left:20px;
		width:345px;
	}
	.newsletter-form .btn{
		width:135px;
	}
	.footer-logo{
		top:0;
		margin-left:20px;
		margin-top:15px;
		margin-bottom:20px;
	}
	.section-blog.case-study .intro{
		font-size: 18px;
		line-height: 26px;
	}
	.section-blog.case-study .main-blog h2{
		font-size: 18px;
	}
	.blog-content.case-studies .form-case{
		margin-top:60px;
	}
	.blog-content.case-studies .form-case .bordered{
		margin-top:20px;
		font-size: 30px;
		line-height:32px;
	}
	.blog-content.case-studies .form-case .img-form-case{
		margin-bottom:30px;
	}
	.blog-content.case-studies .form-case p{
		font-size: 18px;
		line-height:20px;
		margin-bottom:30px;
	}
	.blog-content.case-studies .case-banner{
		margin-top:20px;
	}
	.ask-for-access .section-header{
		font-size:36px !important;
		line-height:40px;
	}
	.ask-for-access .contact-form-section{
		padding: 30px;
	}
	.ask-for-access .contact-form-section{
		padding: 15px;
	}
	.ask-for-access .hheader img{
		width:90px;
	}
	.ask-for-access .bordered{
		font-size: 24px;
		line-height:36px;
	}
	.ask-for-access .bordered span{
		font-size: 16px;
		line-height: 22px;
	}
	.ask-for-access .hheader span{
		font-size: 24px;
		line-height:36px;
	}
	.ask-for-access .half-form .bordered{
		font-size: 16px;
		line-height: 22px;
	}
	.ask-for-access .half-form ul li{
		font-size:15px;
		line-height:20px;
	}
}
@media(max-width:768px){
	.ask-for-access .span6{
		width:100%;
		margin-left:0;
	}
	.ask-for-access .hheader{
		margin-top:30px;
	}
	.ask-for-access .hheader span{
		margin-left:-30px;
	}
}
@media(max-width:480px){
	.contact-data.span2{
		width:265px;
	}
	.contact-data li:last-child{
		margin-left:0;
	}
	.demo-space.span3{
		width:auto;
	}
	.footer .span4.newsletter{
		width:265px;
	}
	.newsletter-form .form-control{
		width:67%;
		font-size:13px;
	}
	.newsletter-form .btn{
		width:33%;
		font-size:12px;
	}
	.section-blog.case-study .intro{
		font-size: 16px;
		line-height: 22px;
	}
	.section-blog.case-study .main-blog .read-more-blog-studies{
		background-position: 73% 18px;
	}
	.mainpage-header{
		padding: 30px 10px 40px;
		margin-bottom:30px;
	}
	.mainpage-header p:nth-child(2){
		font-size:20px;
		line-height:28px;
	}
	.mainpage-header p:nth-child(3){
		font-size:18px;
		line-height:25px;
	}
	.section-header.mainpage.biger{
		font-size:20px !important;
		line-height:28px;
		margin-bottom:25px;
	}
	.section-header.red{
		margin-top:35px;
	}
	.services-home .section-with-img .sect-img{
		width:80px;
	}
	.services-home .section-with-img .sect-text{
		font-size:18px;
		line-height:25px;
	}
	.services-home:not(.carousel-section) .home-half ul li,
	.services-home:not(.carousel-section) .home-half ul li {
		padding-left:50px;
		line-height:20px;
	}
	.services-home .home-half ul li:before,
	.services-home .home-half ul li:before {
		width:40px;
		height:40px;
	}
	.services-home{
		margin-bottom:40px;
	}
	.services-home .btn-red,
	.services-home .btn-blue{
		padding: 16px 60px;
	}
	.services-home .home-half .btn-red,
	.services-home .home-half .btn-blue{
		margin-top:35px;
	}
	.quotes h2{
		font-size: 32px;
		margin-bottom:0;
	}
	.quotes .mark{
		padding-left:45px;
		background-size: 34px 30px;
		font-size:16px;
		line-height:20px;
	}
	.quotes .mark .name{
		font-size:18px;
		line-height:25px;
	}
	.services-home .hold-icons .hold-icon{
		width:100%;
		margin:0;
	}
	.services-home .hold-icons .hold-icon:nth-of-type(2n){
		margin-left:0;
	}
	.services-home .hold-icons .hold-icon:nth-of-type(3n+2){
		width:100%;
	}
	.services-home .hold-hashtag ul li .hash{
		font-size:40px;
	}
	.services-home .hold-hashtag ul li{
		pading-left:40px;
		line-height:20px;
	}
	.ask-for-access .half-form ul li{
		padding-left:50px;
		line-height:20px;
	}
	.ask-for-access .half-form ul li:before{
		width:40px;
		height:40px;
	}
	.ask-for-access .hheader img{
		display: none;
	}
	.ask-for-access .hheader span{
		margin-left:0;
	}
}


.breadcrumb-documentation{
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.breadcrumb-documentation .divider{
	padding-right: 5px;
	padding-left: 2px;
}

.section-page.section-article .under-menu-documentation:before {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #141414;
	position: absolute;
	top: 0;
	left: 0;
}

.section-page.section-article .under-menu-documentation{
	width: 100%;
	clear: both;
	padding: 0 10px;
	position: relative;
	margin-top: 20px;
}

.section-page.section-article .under-menu-documentation ul li{
	margin-bottom: 10px;
}

.section-page.section-article .under-menu-documentation ul li.lead{
	position: relative;
	background-image: none;
	padding-left: 0;
	margin-top: 15px;
}

.search-documentation-form{
	width: 100%;
	vertical-align: middle;
	text-align: right;
	padding: 60px 0;
}

.search-documentation-form .phrase-input,
.search-documentation-form .search-icon-button{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	float: right;
}

.search-documentation-form .search-icon-button{
	border: 0;
	padding: 0;
	font-size: 0;
	padding: 5px;
	padding-left: 8px;
	background: #cccccc;
}

.search-documentation-form .phrase-input{
	margin: 0;
	padding: 14px 0;
	text-align: center;
	width: 150px;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-o-transition: width .4s ease;
	-ms-transition: width .4s ease;
}

.search-documentation-form .phrase-input:focus{
	width: 210px;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-o-transition: width .4s ease;
	-ms-transition: width .4s ease;
}

.search-documentation-form .phrase-input.not-empty-phrase{
	width: 210px;
}

.section-article ul li .preview-text-search{
	width: 100%;
	color: #999999;
	margin-bottom: 15px;
}

.section-article ul li .preview-text-search span.highlight{
	color: #141414;
	text-decoration: underline;
}

.short-method-desc{
	color: #999999;
}
.display-code-table{
	width: 100%;
	font-family: Consolas,Monaco,Lucida Console,DejaVu Sans Mono,Courier New;
	font-size: 12px;
}

.display-code-table td.line-no{
	border-right: 3px solid #999999;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

.display-code-table td.line-no{
	border-right: 3px solid #999999;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

.display-code-table td.content-code{
	padding-left: 10px;
}

.paragraph .catalog_list li{
	list-style: none;
	background: none;
}

.paragraph .catalog_list li ul{
	margin-top: 0;
	margin-bottom: 0;
}

.list-icon {
	list-style: none;
	background: none;
	margin-top: 50px !important;
	/*margin-bottom: 50px !important;*/
}

.list-icon li {
	display: inline-block;
	vertical-align: middle;
	background: none;
	padding-left: 0;
	width: 19%;
	text-align: center;
	margin-bottom: 50px;
}

.list-icon li img {
	margin-bottom: 20px;
}

.list-icon li p {
	text-align: left;
	padding-left: 40px;
}

@media (min-width: 1370px) {
	/* Large desktop */
    .contact-data-home {
        padding-left: 20px;
    }
}
@media (min-width: 1200px) {
	/* Large desktop */
    .program-partnerski-page .services-home.first .home-half .span6:first-child {
		width: 60%;
	}
	.program-partnerski-page .services-home.first .home-half .span6.main-img {
		width: 40%;
	}

	.program-partnerski-page .services-home.second .home-half .span6:first-child {
		width: 55%;
	}
	.program-partnerski-page .services-home.second .home-half .span6.relative {
		width: 40%;
	}
}

@media (max-width: 1000px) {
	/* Large desktop */
    .program-partnerski-page .services-home.first .home-half .span6:first-child {
		width: 100%;
		margin-bottom: 40px;
	}
	.program-partnerski-page .services-home.first .home-half .span6.main-img {
		width: 100%;
	}

	.program-partnerski-page .services-home.first .home-half .span6.main-img .desktop-visible {
		display: none;
	}
	.program-partnerski-page .services-home.first .home-half .span6.main-img .mobile-visible {
		display: block;
	}
}

/* Banery */

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  
  .banners.mainpage-banners .item a img {
	  max-width: 1200px;
  }
}

.banners .item a {
  display: block;
  position: relative;
  z-index: 1;
}
.banners .item a img {
  display: inline-block;
}
.banners .carousel {
  overflow: hidden;
  margin: 0;
}
.banners .carousel .carousel-controls-panel {
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1370px;
}
.banners .carousel .carousel-controls-panel .carousel-indicators {
  z-index: 3;
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: auto;
  text-align: center;
}
.banners .carousel .carousel-controls-panel .carousel-indicators li {
  margin: 0 5px;
  background-color: #c7cace;
  border: 0 none;
  height: 16px;
  width: 16px;
  float: none;
}
.banners .carousel .carousel-controls-panel .carousel-indicators .active {
  height: 16px;
  width: 16px;
  background-color: #000;
}
.banners .carousel .carousel-controls-panel .carousel-control {
  font-size: 100px;
  z-index: 3;
  text-shadow: none;
  background-image: none;
  color: #8393a0;
  top: 0;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  margin-top: 0;
  border-radius: 0;
  border: none;
  background-color: #f1f5f9;
}
.banners .carousel#Banners{
	overflow: visible;
}
.banners .carousel#Banners .carousel-controls-panel .carousel-control{
	width:18px;
	background-color: transparent;
}
.banners .carousel#Banners .carousel-controls-panel .carousel-control.left{
	right:auto;
	left:-5px;
}

.banners .carousel#Banners .carousel-controls-panel .carousel-control.right{
	left:auto;
	right:-5px;
}
.banners .carousel .carousel-controls-panel .carousel-control.left {
  left: auto;
  right: 100%;
}
.banners .carousel .carousel-controls-panel .carousel-control.left i {
  background: url(../../img/front/icon-arrow-left.png) no-repeat center center;
  background-size: contain;
  display: block;
  height: 35px;
  width: 18px;
  right: 20px;
  
}
.banners .carousel .carousel-controls-panel .carousel-control.right {
  right: auto;
  left: 100%;
}
.banners .carousel .carousel-controls-panel .carousel-control.right i {
  background: url(../../img/front/icon-arrow-right.png) no-repeat center center;
  background-size: contain;
  display: block;
  height: 35px;
  width: 18px;
  left: 20px;
}
.banners .carousel .carousel-controls-panel .carousel-control:hover {
  color: #000000;
}
.banners .carousel .carousel-controls-panel .carousel-control i {
  position: absolute;
  top: 47%;
}
.banners.anim-opacity .carousel .item {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  left: 0 !important;
}
.banners.anim-opacity .carousel .next.left,
.banners.anim-opacity .carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.banners.anim-opacity .carousel .active.left,
.banners.anim-opacity .carousel .active.right {
  opacity: 0;
  z-index: 2;
}
.banners.mainpage-banners {
  margin-top: 52px;
  margin-bottom: 0;
  text-align: center;
}
.banners.mainpage-banners > .item {
  display: inline-block;
}
.banners.mainpage-banners .carousel-inner {
  max-width: 1200px;
  margin: auto;
}
.banners.mainpage-banners .carousel .carousel-controls-panel .carousel-control:after{
	content:'';
	display: block;
	height:110px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background: #fff;
}
.banners.mainpage-banners .carousel .carousel-controls-panel .carousel-control i{
	top:41%;
}
.banners.mainpage-banners .baner-hold{
	position:relative;
	padding-top:75px;
	padding-bottom:60px;
	z-index:1;
}
.banners.mainpage-banners .band{
	background-image: url('../../img/front/band.png');
	background-size: contain;
	width:101px;
	height:143px;
	color: #fff;
	font-size: 12px;
	line-height: 10px;
	font-family: 'flamabasic';
	text-decoration: none;
	text-align: center;
	padding:17px 10px;
	position:absolute;
	top: 40px;
	left:17%;
}
.banners.mainpage-banners .band strong{
	font-size: 20px;
	line-height: 28px;
	display: block;
}
.banners.mainpage-banners .phone{
	position:absolute;
	width:245px;
	height:430px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 8px 24px 33px;
	bottom:165px;
	left:7%;
}
.banners.mainpage-banners .phone:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background-size:contain;
	width:245px;
	height:430px;
}

.banners.mainpage-banners .phone .phone-hold{
	overflow:hidden;
	height:100%;
}
.banners.mainpage-banners .phone .phone-hold img{
	position:relative;
	top:0;
	left:0;
	transition:top 0.8s linear;
}
.banners.mainpage-banners .desktop{
	margin-left:15%;
	position: relative;
	width:837px;
	height:574px;
	padding: 32px 18px 68px 18px;
}
.banners.mainpage-banners .desktop:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background-size:contain;
	width:837px;
	height:574px;
}
.banners.mainpage-banners .desktop .desktop-hold{
	overflow:hidden;
	height:100%;
}
.banners.mainpage-banners .desktop .desktop-hold img{
	position:relative;
	top:0;
	left:0;
	transition:top 0.9s linear;
}
.banners.mainpage-banners .btn-red,
.banners.mainpage-banners .btn-blue{
	color: #fff;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fb0600;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 103px;
	display: inline-block;
	margin-top:110px;
}
.banners.show-3 .carousel-inner {
  margin: auto;
  overflow: visible;
  max-width: 1200px;
}
.banners.show-3 .item a {
  margin: auto;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
.banners.show-3 .item a:first-child {
  left: -100%;
  position: absolute;
  z-index: 1;
}
.banners.show-3 .item a:last-child {
  position: absolute;
  right: -100%;
  z-index: 1;
}
.banners.show-3 .carousel .carousel-controls-panel .carousel-control {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1468px) {
  .banners.mainpage-banners .carousel-inner,
  .banners.show-3 .carousel-inner {
    width: 100%;
  }
  .banners .carousel .carousel-controls-panel {
    width: 100%;
  }
  .banners .carousel .carousel-controls-panel .carousel-control {
    width: auto;
    background-color: transparent;
  }
  .banners .carousel .carousel-controls-panel .carousel-control.left {
    left: 20px;
    right: auto;
  }
  .banners .carousel .carousel-controls-panel .carousel-control.left i {
    left: 0;
    right: auto;
  }
  .banners .carousel .carousel-controls-panel .carousel-control.right {
    right: 20px;
    left: auto;
  }
  .banners .carousel .carousel-controls-panel .carousel-control.right i {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1317px) and (min-width: 992px){
	.banners.mainpage-banners .baner-hold{
		padding-top:25px;
	}
	.banners.mainpage-banners .desktop{
		margin: 0 auto;;
	}
	.banners.mainpage-banners .band{
		left:3%;
		top:0;
	}
	.banners.mainpage-banners .phone{
		left:2%;
		bottom:105px;
	}
	.banners.mainpage-banners .btn-blue,
	.banners.mainpage-banners .btn-red{
		margin-top:50px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.banners.mainpage-banners{
		margin-top:35px;
	}
	.banners.mainpage-banners .baner-hold{
		padding-top:25px;
		padding-bottom:30px;
	}
	.banners.mainpage-banners .desktop{
		margin: 0 auto;
		width: 768px;
		height: 526px;
		padding: 27px 17px 56px 17px;
	}
	.banners.mainpage-banners .desktop:after{
		width: 768px;
		height: 526px;
	}
	.banners.mainpage-banners .band{
		left:0;
		top:0;
	}
	.banners.mainpage-banners .phone{
		left:0;
		bottom:90px;
		width: 196px;
		height:344px;
		padding: 5px 16px 25px;
	}
	.banners.mainpage-banners .phone:after{
		width: 196px;
		height:344px;
	}
	.banners.mainpage-banners .btn-blue,
	.banners.mainpage-banners .btn-red{
		margin-top:50px;
	}
}
@media(min-width: 769px){
	.banners.mainpage-banners .desktop:after{
		background-image: url('../../img/front/desktop2.png');
	}
	.banners.mainpage-banners .phone:after{
		background-image: url('../../img/front/tel2.png');
	}
}
@media (max-width: 768px) {
  .banners .carousel .carousel-controls-panel .carousel-control {
    display: none;
  }
  .banners .carousel .carousel-controls-panel .carousel-control i {
    top: 30%;
  }
  
  .banners.mainpage-banners .carousel-inner > div > a:nth-child(2){
	  overflow: auto;
	  overflow-x: scroll;
	  overflow-y: auto;
  }
  
  .banners.mainpage-banners .carousel-inner > div > a:nth-child(2) > img {
	max-width: none;  
  }
	.banners.mainpage-banners{
		margin-top:35px;
	}
	.banners.mainpage-banners .baner-hold{
		padding-top:25px;
		padding-bottom:50px;
	}
	.banners.mainpage-banners .desktop{
		margin: 0 auto;
		width:437px;
		height: 299px;
		padding: 17px 8px 30px 8px;
	}
	.banners.mainpage-banners .desktop:after{
		width:437px;
		height: 299px;
		background-image: url('../../img/front/desktop_mobile.png');
	}
	.banners.mainpage-banners .band{
		left:auto;
		right:0;
		top:0;
		font-size: 10px;
		line-height:8px;
		width: 89px;
		height:126px;
	}
	.banners.mainpage-banners .band strong{
		font-size: 18px;
		line-height: 26px;
	}
	.banners.mainpage-banners .phone{
		left:0;
		bottom:100px;
		width: 147px;
		height:258px;
		padding: 4px 15px 20px;
	}
	.banners.mainpage-banners .phone:after{
		width: 147px;
		height:258px;
		background-image: url('../../img/front/tel_mobile.png');
	}
	.banners.mainpage-banners .btn-blue,
	.banners.mainpage-banners .btn-red{
		margin-top:50px;
	}
  
  table {
		display: block;
		overflow: auto;
		overflow-x: scroll;
		overflow-y: auto;
		padding: 12px;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	
	.services-pricing.package-pricing .table-costs tbody .separator-header td:first-child {
		text-align: left;
	}
	.blog-content.case-studies .background:before, 
	.blog-content.case-studies .background:after{
		left:-30px;
		width:100vw;
	}
	.blog-content.case-studies .show-more:before{
		left:-30px;
		width:100vw;
	}
	.blog-content h1{
		font-size:30px;
		line-height:40px;
	}

	.program-partnerski-page .services-home.second .home-half .span6.relative {
		display: none;
	}
}
@media (max-width: 479px){
	.banners.mainpage-banners{
		margin:-15px -20px 0;
	}
	.banners.mainpage-banners .desktop{
		margin: 0 auto;
		width:311px;
		height: 213px;
		padding: 10px 5px 25px 5px;
	}
	.banners.mainpage-banners .desktop:after{
		width:311px;
		height: 213px;
	}
	.banners.mainpage-banners .btn-red,
	.banners.mainpage-banners .btn-blue{
		padding: 16px 40px;
	}
	.banners.mainpage-banners .phone{
		width: 98px;
		height:172px;
		padding: 2px 10px 13px;
		bottom: 115px;
	}
	.banners.mainpage-banners .phone:after{
		width: 98px;
		height:172px;
	}
	.banners.mainpage-banners .band{
		width:67px;
		height:95px;
		font-size:8px;
		line-height:6px;
		padding: 13px 10px;
		right:10px;
	}
	.banners.mainpage-banners .band strong{
		font-size: 15px;
		line-height: 20px;
	}
}

@media (max-width: 768) {
	.table-responsive{
		width: 100%;
		margin-bottom: 16px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive > .table{
		  margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
}

@media (max-width: 768px) {
	header .row-fluid .span8,
	header .row-fluid .span4 {
		display: inline-block;
		width: 49%;
		vertical-align: initial;
	}
	
	header .row-fluid .span4 {
		width: 62%;
	}
	
	header .row-fluid .span8 {
		width: 35%;
		text-align: right;
		margin: 0;
	}
	
	.nav-collapse.collapse {
		position: absolute;
		left: 0;
		top: calc(100% + 12px);
		
		padding-left: 28px;
		padding-right: 36%;
		background-color: #ececec;
		z-index: 9999;
	}
	
	.services-home .services-detail-link {
		background: none;
		height: 116px;
	}
	
	.show-price {
		display: block;
		text-align: center;
	}
	
	.show-price a {
		
	}
}
@media(max-width:700px){
	.blog-content.case-studies .quote{
		padding: 10px;
	}
	.blog-content.case-studies .quote .name{
		font-size:30px;
		line-height:40px;
	}
	.blog-content.case-studies .quote p{
		font-size:16px;
		line-height:24px;
		padding-left:0;
		background: none;
		margin-top:20px;
	}
	.blog-content.case-studies h2, 
	.blog-content.case-studies h3, 
	.blog-content.case-studies h4{
		font-size:30px;
		line-height:40px;
	}
	.blog-content.case-studies .img-text .hold{
		position:relative;
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		margin-top:15px;
		width: 100% !important;
	}
	.blog-content.case-studies .img-text img{
		max-width: none;
		width:100%;
	}
}

/* Informacja o ciasteczkach */
.cookie-message {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #999999;
  z-index: 9999;
  background: #000000;
}
.cookie-message .container {
  padding: 15px 0;
  font-size: 12px;
  font-family: Verdana;
  line-height: 16px;
}
.cookie-message p {
  margin: 0;
  padding: 0;
}

.cookie-message a {
	opacity: 1!important;
}
.cookie-message .cookie-message-inner {
  width: 100%;
  text-align: justify;
  color: #999999;
  padding-left: 15px;
}
.cookie-message .cookie-message-inner:before,
.cookie-message .cookie-message-inner:after {
  content: " ";
  display: table;
}
.cookie-message .cookie-message-inner:after {
  clear: both;
}
.cookie-message .cookie-message-inner .cookie-desc-information {
  width: 87.50%;
  float: left;
}
.cookie-message .cookie-message-inner .cookie-desc-information a {
  font-weight: bold;
}
.cookie-message .cookie-message-inner .close,
.cookie-message .cookie-message-inner .cookies-info-link {
  float: left;
  width: 12.50%;
  height: auto;
  display: block;
  text-align: center;
  margin-top: 25px;
}
.cookie-message .cookie-message-inner .close {
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana;
  text-decoration: none;
  color: #ffffff;
}
.cookie-message .cookie-message-inner a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.cookie-message .cookie-message-inner.cookie-message-inner-rodo .cookie-desc-information {
  width: 76%;
}
.cookie-message .cookie-message-inner.cookie-message-inner-rodo a {
  width: 12%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookie-message .cookie-message-inner {
    padding-left: 15px;
  }
  .cookie-message .cookie-message-inner .cookie-desc-information {
    width: 60%;
    float: left;
  }
  .cookie-message .cookie-message-inner .close,
  .cookie-message .cookie-message-inner .cookies-info-link {
    width: 17%;
  }
}

@media (max-width: 767px) {
  .cookie-message .cookie-message-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cookie-message .cookie-message-inner .cookie-desc-information {
    width: 100%;
    float: left;
    clear: both;
  }
  .cookie-message .cookie-message-inner .close {
    margin-left: 50%;
  }
  .cookie-message .cookie-message-inner .close,
  .cookie-message .cookie-message-inner .cookies-info-link {
    width: 25%;
    margin-top: 10px;
  }
}

.demo-request-form{
	padding-right:150px;
}
#BlogShowForm{
	padding: 55px 48px;
	background: #f2f2f2;
	margin-bottom: 0;
}
.demo-request-form .form-row, #BlogShowForm .form-row{
	position:relative;
	margin-bottom: 30px;
}
.demo-request-form .form-row:last-of-type{
	margin-bottom:0;
}
.demo-request-form .form-row input[type=text], #BlogShowForm .form-row input[type=text]{
	width:100%;
	padding-left:55px;
	font-family: 'flamabasic';
	font-size:16px;
	height:52px;
	border-radius: 0;
	border-color: #e5e5e5;
	margin-bottom:0;
}
.demo-request-form .form-row .form-error, #BlogShowForm .form-row .form-error{
	background: #f7615e !important;
}
.demo-request-form .form-row .error-message, #BlogShowForm .form-row .error-message{
	width:100%;
}
.demo-request-form .form-row input[type=text]::placeholder,
#BlogShowForm .form-row input[type=text]::placeholder {
	color: #000;
}
.demo-request-form .form-row input[type=text]:-ms-input-placeholder,
#BlogShowForm .form-row input[type=text]:-ms-input-placeholder{
	color: #000;
}
.demo-request-form .form-row input[type=text]::-ms-input-placeholder,
#BlogShowForm .form-row input[type=text]::-ms-input-placeholder {
	color: #000;
}
.demo-request-form .form-row span, #BlogShowForm .form-row span, #StaticPageShowForm .form-row > img{
	position:absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 27px;
	text-align: center;
}
.demo-request-form .form-row.accept-agreement, #BlogShowForm .form-row.accept-agreement{
	margin-top:20px;
}
.demo-request-form .form-row.accept-agreement label, #BlogShowForm .form-row.accept-agreement label{
	line-height:14px;
	font-size:14px;
	text-align: left;
} 
.demo-request-form .form-row.accept-agreement label a, #BlogShowForm .form-row.accept-agreement label a{
	text-decoration: underline;
}
.demo-request-form .checkbox input[type="checkbox"], #BlogShowForm .checkbox input[type="checkbox"]{
	margin-top:1px;
}
.demo-request-form button[type=submit]{
	position: static;
	float    : left;
}

.demo-request-form > div > label{
	margin-bottom: 0px;
}

.demo-request-form button[type="submit"].btn-red, #BlogShowForm input[type="submit"].btn-red{
	color: #fff;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fb0600;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 65px;
	width:100%;
}
.demo-request-form button[type="submit"].btn-blue, #BlogShowForm input[type="submit"].btn-blue{
	color: #fff;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #0666ef;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 65px;
	width:100%;
}
.demo-request-form button[type="submit"].btn-blue:hover, #BlogShowForm input[type="submit"].btn-blue:hover{
	background: #000;
}

.demo-request-form p.text{
	display    : block;
	margin-top : 10px;
	color      : #000;
	font-size  : 14px;
	line-height: 14px;
}

@media (max-width: 1199px) and (min-width: 980px){
	.demo-request-form{
		padding-right: 50px;
	}
	#BlogShowForm{
		padding: 35px 28px;
	}
}
@media (max-width: 979px) and (min-width: 769px){
	.demo-request-form{
		padding-right: 30px;
	}
	#BlogShowForm{
		padding: 35px 28px;
	}
}
@media(max-width:768px){
	.demo-request-form{
		padding-right: 0;
	}
	.demo-request-form .form-row{
		margin-bottom:20px;
	}
	.demo-request-form .form-row span{
		width: 22px;
		left:10px;
	}
	.demo-request-form .form-row span img{
		max-width: 20px;
		max-height: 25px;
		width: auto;
	}
	.demo-request-form .form-row input[type=text]{
		padding-left: 40px;
		font-size: 14px;
	}
	#BlogShowForm{
		padding: 35px 28px;
	}
}
@media(max-width:480px){
	#BlogShowForm{
		padding: 20px 15px;
	}
}


/* sekcja dedyk */
.dedyk-page .sect-desc p {
	font-family: 'semplicita_prolight';
}

.dedyk-page .sect-desc p {
	margin-bottom: 12px;
}

.dedyk-page .desc-mainpage.medium {
	font-family: 'semplicita_pro_mediummedium';
	padding-bottom: 20px;
}

.dedyk-page .desc-mainpage {
	margin-bottom: 20px;
}

.dedyk-page .sect-strong,
.dedyk-page .section-page p.sect-strong {
	font-family: 'semplicita_pro_mediummedium';
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.75px;
	margin-bottom: 12px;
	color: #000;
}

.dedyk-page .atom-background {
	background: url('../../img/front/dedyk/demo_atomstore.png') no-repeat top left;
	min-height: 628px;
}

.dedyk-page .sect-img.icon {
	width: 100px;
}

.dedyk-page .sect-strong.header {
	font-size: 22px;
}

.dedyk-page .section-with-img {
	padding: 0 12px;
	margin-bottom: 24px;
}

.dedyk-page .section-with-img .sect-strong.header {
	display: table-cell;
	vertical-align: middle;
}

.dedyk-page .text-center .sect-img {
	margin: 0 auto;
}

.dedyk-page .business {
	background: url('../../img/front/dedyk/businessman.png') no-repeat top right;
    background-size: 693px;
    padding-bottom: 50px;
}


.services-home .section-without-img .sect-text {
	font-size:36px;
	line-height:36px;
	font-family: 'semplicita_prolight';
	text-align: left;
	margin-bottom: 30px;
}


.row-fluid.grey {
	background-color: #f2f2f2;
}

.row-fluid.black {
	background-color: #000;
	color: #fff;
}

.relative {
	position: relative;
}

#img_dedyk {
	position: absolute;
	bottom: -48px;
	right: 0;
}


.dedyk-page .it-solutions ul.wider.extra-wide {
	padding-top: 24px;
}

.dedyk-page .section-boxes .row-fluid {
	padding: 0 50px;
}

.services-home .home-half.row-flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.services-home .home-half.row-flex ul.wider li {
	margin-top: 24px;
	margin-bottom: 16px;

}

.dedyk-page .box-integration {
	padding-right: 70px;
	text-align: left;
	color: #617187;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 32px;
	position: relative;
	font-size: 17px;
}

.dedyk-page .box-integration .number {
    width: 47px;
    height: 47px;
    display: block;
    border: 3px solid #ecf0f5;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 42px;
    color: #fb0500;
    font-size: 21px;
    text-align: center;
	font-family: 'semplicita_pro_mediummedium';
	margin-bottom: 8px;
}

.dedyk-page .box-integration .sect-strong.header {
	line-height: 30px;
}


.dedyk-page .box-integration.first:before {
	z-index: -1;
	content: " ";
	display: block;
	position: absolute;
	top: -39px;
	right: 0px;
	width: 150px;
	height: 150px;
	background: url(../../img/front/dedyk/undraw_analyze.svg) no-repeat center;
	background-size: 150px;
}

.dedyk-page .box-integration.last:before {
	z-index: -1;
	content: " ";
	display: block;
	position: absolute;
	bottom: -88px;
	right: 0;
	width: 170px;
	height: 170px;
	background: url(../../img/front/dedyk/undraw_speed_test.svg) no-repeat bottom right;
	background-size: 170px;
}

.integration-proces {
	font-family: 'semplicita_prolight';
}

.integration-proces .row-fluid {
	padding-top: 30px;
}

.integration-proces .person {
	font-size: 20px;
	line-height: 26px;
	padding-left: 20px;
}

.integration-proces .description {
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
	font-family: 'semplicita_pro_mediummedium';
	text-align: left;
}

.integration-proces .person strong {
	display: block;
}

.integration-proces .person img {
	display: block;
	margin-bottom: 20px;

}

.integration-proces .graph {
	position: relative;
	text-align: center;
}

.integration-proces .graph > div {
	display: inline-block;
	height: 140px;
	width: 120px;
	margin-left: -4px;
	vertical-align: bottom;
	position: relative;
}

.integration-proces .graph .year {
	position: absolute;
	text-align: center;
	color: #FFF;
	bottom: 4px;
	left: 0;
	right: 0;
}

.integration-proces .graph .quantity {
	color: #9e9e9e;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	text-align: center;
}

.integration-proces .graph .first {
	height: 40px;
	background-color: #9e9e9e;
}

.integration-proces .graph .second {
	height: 120px;
	background-color: #a22622;
}

.integration-proces .graph .third {
	height: 230px;
	background-color: #fb0600;
}

.integration-proces .graph-x,
.integration-proces .graph-y {
	position: absolute;
	color: #9e9e9e;
	font-size: 12px;
	font-family: 'semplicita_pro_mediummedium';
	white-space: nowrap;
}

.integration-proces .graph-x {
	bottom: -36px;
	left: 134px;
	line-height: 14px;
	display: block;
	max-width: 100px;
	text-align: center;
}

.integration-proces .graph-y {
	bottom: 36px;
	left: 20px;
	transform: rotate(270deg);
}


.dedyk-page .team-section p.sect-strong {
	margin-top: 20px;
	margin-bottom: 26px;
	font-size: 22px;
	font-weight: bold;
}

.team-section .sect-desc{
	color: #617187;
	font-size: 17px;
	padding: 0 20px 40px;
}


.dedyk-page .quotes .mark{
	font-family: 'semplicita_pro_mediummedium';
}

.services-home .home-half ul.wider li {
	margin-bottom: 24px;
	
}

.services-home .home-half ul.wider.extra-wide li {
	margin-bottom: 40px;
}

.dedyk-page .dedyk-home .row-flex .span4 img {
	margin: 0 auto;
	display: block;
}


.dedyk-page .dedyk-home p.text-center {
	text-align: center;
	padding: 0;
	color: #000;
	max-width: 280px;
	margin: 24px auto;
	line-height: 24px;

}


/* promo page */


.promo-page .services-home .promo-header .section-without-img .sect-text {
	font-size: 50px;
	line-height: 44px;
}

.promo-page .services-home .promo-header .section-without-img p {
	font-size: 20px;
}

.promo-page .services-home .promo-header .text-left {
	text-align: left;
}

.promo-page .services-home .promo-header .text-left .btn-blue,
.promo-page .services-home .promo-header .text-left .btn-red {
	margin: 20px auto;
	margin-right: 10px;
}

.promo-page .services-home .promo-header .section-without-img .sect-text.font36 {
	font-size: 36px;
	line-height:36px;
}

.promo-page .services-home .home-half .span6:first-child {
	padding-right: 20px;
}
.promo-page .services-home.program-partnerski-home .home-half .span6:first-child {
	padding-right: 0;
}

.promo-page .services-home.unlimited .home-half .span6 img {
	margin-top: 36px;
}


.promo-page .services-home .promo-quote {
	font-size: 25px;
	line-height: 33px!important;
}

.promo-page .services-home .home-half.full-length {
	padding: 0;
}

.promo-page .btn-group .btn-red,
.promo-page .btn-group .btn-blue {
	margin-right: 10px;
}


.promo-page .services-home {
	margin-bottom: 16px;
}

.promo-page .services-home .home-half .span6 .text-center .btn-red,
.promo-page .services-home .home-half .span6 .text-center .btn-blue {
	margin: 22px 16px;
	padding: 10px 45px;
}

.promo-page .btn-red,
.promo-page .btn-blue,
.promo-page .btn-border {
	padding: 15px 45px;
	min-width: 250px;
	display: inline-block;
}

.promo-page .btn-wide {
	min-width: 320px;
	text-align: center;
}

.promo-page .services-home .home-half .span6 .text-center .btn-border {
	padding: 10px 45px;
	margin: 22px 10px;
}

.promo-page .services-home .home-half .span6.nopr {
	margin-top: 26px;
}

.promo-page .services-home .home-half .span6 img {
	display: block;
	margin: 0 auto;
}

.promo-page .services-home .home-half .mark {
	position: relative;
}


.promo-page .services-home .home-half .mark .btn-red,
.promo-page .services-home .home-half .mark .btn-blue {
	line-height: 20px;
}

.promo-page .services-home .home-half .mark .logo {
	position: absolute;
	width: 54px;
	left: 0;
	bottom: 164px;
}

.promo-page .services-home .home-half .mark .name {
	margin-top: 12px;
	font-size: 24px;
}

.promo-page .services-home .home-half .mark > div {
	margin-top: 0px;
	font-size: 18px;
}

.promo-page .services-home .home-half .mark.right > div {
	text-align: right;
}

.promo-page .services-home .home-half .mark.right > div img {
	display: inline-block;
	width: 54px;
	vertical-align: middle;
}

.section-header.red.without-img {
	padding: 0;
}

#ImageOverlay {
	position: absolute;

}

.promo-page .logo-list {
	margin: 0;
	padding: 0;


}

.promo-page .btn-group > .btn:first-child {
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
}

.promo-page .btn-group > .btn:last-child {
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
}

.promo-page .promo-logo li {
	display: inline-block;


}

.promo-page .promo-logo li img {
	filter: grayscale(100%);
	padding: 40px;
	max-width: 260px;
}

.promo-page .text-center {
	text-align: center!important;
	padding: 0!important;
	max-width: none!important;
}

.promo-page .mb-40 {
	margin-bottom: 40px!important;
}

.promo-page .mt-40 {
	margin-top: 40px!important;
}

/* ebook page */
.ebook-page .services-home.first{
	padding-top: 45px;
	padding-bottom: 20px;
}

.ebook-page .services-home.second{
	padding-top: 53px;
}

.ebook-page .services-home.third{
	padding-top: 53px;
	padding-bottom: 50px;
}

.ebook-page .services-home.fourth{
	padding-top: 27px;
	padding-bottom: 73px;
}

.ebook-page .services-home.first .promo-header .section-without-img .sect-text{
	margin-bottom: 60px;
}

.ebook-page .services-home.first .promo-header .section-without-img p{
	margin-bottom: 30px;
}

.ebook-page .services-home.first .promo-header .text-left .btn-red,
.ebook-page .services-home.first .promo-header .text-left .btn-blue{
	margin-top: 7px;
	margin-bottom: 0;
}

.ebook-page .services-home .promo-header .section-without-img .sect-text{
	line-height: 57px;
}

.ebook-page .services-home .promo-header .section-without-img p,
.ebook-page .services-home .home-half .nopr p{
	margin-bottom: 20px;
}

.ebook-page .services-home .section-without-img .sect-text{
	line-height: 43px;
}

.ebook-page .services-home.unlimited .home-half .span6 img{
	margin-top: 13px;
}

.ebook-page .services-home.first.unlimited .home-half .span6 img,
.ebook-page.ebook-thankyou-page .services-home.second.unlimited .home-half .span6 img{
	margin-top: 0;
}

.ebook-page .services-home.first.unlimited.program-partnerski-home .home-half .span6.main-img {
	margin-left: 0;
}

.ebook-page .services-home .home-half ul{
	color: #617187;
}

.ebook-page .services-home p.promo-quote{
	color: #617187;
	margin-top: 47px;
	margin-bottom: 35px;
	font-size: 35px;
	line-height: 45px !important;
}

.ebook-page .services-home p.promo-quote strong{
	font-family: 'semplicita_pro_mediummedium';
	font-size: 50px;
	letter-spacing: 0.25px;
}

.ebook-page .btn-lg{
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 347px;
	font-size: 20px;
}

.ebook-page .services-home.section-form{
	margin-bottom: 10px;
}

.ebook-page .services-home.section-form .home-half .span6{
	position: relative;
}

.ebook-page .services-home.section-form .home-half .span6.nopr{
	margin-top: 45px;
}

.ebook-page .services-home.section-form .home-half .sect-text{
	line-height: 57px;
	font-size: 50px;
	margin-bottom: 47px;
}

.ebook-page  .demo-request-form .form-row.accept-agreement{
	margin-bottom: 0;
}

.ebook-page  .demo-request-form .form-row.accept-agreement{
	margin-bottom: 13px;
	margin-top: 47px;
}

.ebook-page .demo-request-form .form-row.accept-agreement label{
	line-height: 17px;
	font-weight: bold;
}

.ebook-page .services-home .home-half .nopr p.text{
	margin: 0;
	padding-left: 20px;
}

.ebook-page .services-home .home-half .nopr p.text a{
	text-decoration: underline;
}

.ebook-page .demo-request-form button[type="submit"].btn-red.btn-lg,
.ebook-page .demo-request-form button[type="submit"].btn-blue.btn-lg{
	width: auto;
	padding: 15px 45px;
	font-size: 15px;
	margin-top: 50px;
	margin-bottom: 0;
	min-width: 250px;
}

.ebook-page .services-home.section-form .home-half .span6 > img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.ebook-page .section-header.mainpage{
	letter-spacing: 0;
}

.ebook-page .services-home .hold-icons{
	padding: 0 5%;
	color: #617187;
	margin-bottom: 0;
}

.ebook-page .services-home.join-to-program .hold-icons{
	color: #fff;
}

.ebook-page .services-home .hold-icons.hi-second{
	padding: 0 15%;
}

.ebook-page .services-home .hold-icons .hold-icon{
	width: 25%;
	display: inline-block;
	margin: 35px 0;
	padding: 0 3%;
}

.ebook-page .services-home .hold-icons .hold-icon:nth-of-type(3n+2),
.ebook-page .services-home .hold-icons .hold-icon:nth-of-type(3n){
	width: 25%;
	margin-left: 0;
}

.ebook-page .services-home .hold-icons.hi-second .hold-icon{
	width: 33.333%;
}

.ebook-page .services-home.section-icons{
	padding-top: 50px;
}

.ebook-page .services-home.section-icons .section-header.mainpage{
	margin-bottom: 53px;
}

.ebook-page .services-home .hold-icons .hold-icon .icon{
	width: 100%;
	padding: 0;
	margin-bottom: 16px;
	float: left;
	text-align: center;
	line-height: 87px;
}

.ebook-page .services-home .hold-icons .hold-icon p,
.ebook-page .services-home .hold-icons .hold-icon h4{
	text-transform: none;
	width: 100%;
	float: left;
	margin-bottom: 13px;
	text-align: center;
	line-height: 20px;
}

.ebook-page .section-patrons{
	padding-bottom: 40px;
}

.ebook-page .section-patrons .section-header.mainpage{
	line-height: 50px;
}

.ebook-page .section-patrons img{
	margin: 0 13px 0 40px;
	display: inline-block;
	vertical-align: sub;
}

.ebook-page .services-home.section-get{
	padding-top: 45px;
	padding-bottom: 43px;
}

.ebook-page .services-home.section-get .home-half{
	margin-bottom: 33px;
}

.ebook-page .services-home.section-get p.promo-quote{
	margin-top: 0;
	margin-bottom: 27px;
}

.ebook-thankyou-page .pricing-notice.equl{
	padding-top: 70px;
	padding-bottom: 65px;
}

.ebook-thankyou-page .pricing-notice .section-header.mainpage.biger{
	padding-top: 0;
	margin-bottom: 67px;
}

.ebook-thankyou-page .pricing-notice .desc-mainpage{
	margin-bottom: 25px;
}

.ebook-thankyou-page .pricing-notice .btn-red,
.ebook-thankyou-page .pricing-notice .btn-blue{
	margin-top: 33px;
}

.ebook-thankyou-page.ebook-page .services-home.second{
	padding-top: 70px;
}

.ebook-thankyou-page .services-home .section-without-img .sect-text{
	margin-bottom: 40px;
}

.ebook-thankyou-page .services-home .home-half .nopr p{
	margin-bottom: 30px;
}

.ebook-thankyou-page .services-home .home-half .btn-red,
.ebook-thankyou-page .services-home .home-half .btn-blue{
	margin-top: 0;
	margin-bottom: 0;
}

/*from-magento-page*/

.migracja-magento-page .services-home .hold-icons {
	padding: 0;
}

.migracja-magento-page .services-home .hold-icons .hold-icon {
	width: 33.33%;
}

.migracja-magento-page .services-home .hold-icons .hold-icon:nth-of-type(3n+2),
.migracja-magento-page .services-home .hold-icons .hold-icon:nth-of-type(3n){
	width: 33.33%;
	margin-left: 0;
}

.migracja-magento-page .services-home .hold-icons .hold-icon p {
	line-height: 30px;
	text-align: left;
	font-family: 'flamalight';
}

.migracja-magento-page .services-home .hold-icons .hold-icon p b {
	color: #010101;
    font-family: 'flamabasic';
    font-size: 22px;
}


.migracja-magento-page .services-home .hold-icons .hold-icon {
	text-align: center;
}

.migracja-magento-page .services-home .hold-icons .hold-icon .icon{
	/*
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	color: #fb0600;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	text-align: center;
	float: none;
	display: inline-block;
	*/
	width: 47px;
    height: 47px;
    display: block;
    border: 3px solid #ecf0f5;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 42px;
    color: #fb0500;
    font-size: 21px;
    text-align: center;
    font-family: 'semplicita_pro_mediummedium';
    margin-bottom: 8px;
	
}

.migracja-magento-page .services-home .section-without-img .sect-text.red-label {
	font-size: 17px !important;
    font-family: 'flamabasic' !important;
	color: #fb0600;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 20px;
}
.migracja-magento-page .quotes {
	padding-bottom: 50px;
	margin-bottom: 0;
}

.migracja-magento-page .quotes .row-fluid [class*="span"] {
	margin-left: 0 !important;
}

.migracja-magento-page .quotes .btn-white {
    font-size: 15px;
    font-family: 'flamasemibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    text-shadow: none;
    border: 1px solid #000000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	border-color: #fff;
	color: #fff;
	margin-top: 40px;
}

.migracja-magento-page .services-home.first .promo-header .text-left .btn-red {
	margin-bottom: 10px;
}



.migracja-magento-page .text-center .btn {
	margin: 5px 10px;
}

.migracja-magento-page .services-home .promo-header .section-without-img .sect-text span{
	display: inline-block;
	margin-top: 20px;
}

.migracja-magento-page .slick-initialized .slick-slide {
	float: left;
}

.migracja-magento-page .slick-dots li button {
	background: transparent;
	border: 1px solid #fff;
}

.migracja-magento-page .slick-dots {
	margin-top: 20px;
}

.migracja-magento-page .slick-dots li button {
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

.migracja-magento-page .slick-dots li.slick-active button {
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: none;
}

.migracja-magento-page .section-header.mainpage.header-from-magento {
	line-height: 45px;
	text-align: left;
}

.migracja-magento-page.promo-page .text-center.buttons-end {
	padding-bottom: 50px !important;
}

/*from-program-partnerski-page*/

.program-partnerski-page .services-home .hold-icons {
	padding: 0;
}

.program-partnerski-page .services-home .hold-icons h2{
	padding-left: 3%;
}

.program-partnerski-page .services-home .hold-icons .hold-icon {
	width:50%;
}

.program-partnerski-page .services-home .hold-icons .hold-icon:nth-of-type(3n+2),
.program-partnerski-page .services-home .hold-icons .hold-icon:nth-of-type(3n){
	width: 50%;
}

.program-partnerski-page .services-home.join-to-program .hold-icons .hold-icon {
	width: 33.333%;
}

.program-partnerski-page .services-home .hold-icons .hold-icon p {
	line-height: 30px;
	text-align: left;
	font-family: 'flamalight';
}
.program-partnerski-page .services-home .hold-icons .hold-icon p:last-of-type {
	min-height: 100px;
}

.program-partnerski-page .services-home.join-to-program .hold-icons .hold-icon p b {
	color: #fff;
}

.program-partnerski-page .services-home .hold-icons .hold-icon p b {
	color: #010101;
    font-family: 'flamabasic';
    font-size: 22px;
}

.program-partnerski-page .services-home .hold-icons .hold-icon strong {
	color: #010101;
}

.program-partnerski-page .services-home .hold-icons .partner-h2{
	color: #010101;
}








.program-partnerski-page .services-home .hold-icons .opinion-box{
	float: left;
	width: 100%;
	position: relative;
	background: url(../../img/front/mark-blue.png) scroll no-repeat 137px 0px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'flamalight';
	font-size: 17px;
	line-height: 21px;
	color: #000;
}

.program-partnerski-page .services-home .hold-icons .opinion-box p{
	font-style: italic;
	margin-bottom: 40px;
	text-align: left;
	padding-left: 204px;
}

.program-partnerski-page .services-home .hold-icons .opinion-box span{
	display: block;
	text-align: left;
	padding-left: 204px;
}

.program-partnerski-page .services-home .hold-icons .opinion-box span strong{
	font-family: 'semplicita_pro_mediummedium';
	display: block;
}

.program-partnerski-page .services-home .hold-icons .opinion-box img{
	position: absolute;
	top: 27px;
	left: 0;
}

















.program-partnerski-page .services-home .hold-icons .hold-icon .icon{
	width: 100%;
    display: block;
    line-height: 150px;
    text-align: center;
    margin-bottom: 20px;
	
}

.program-partnerski-page .services-home .hold-icons .hold-icon .icon img{
	width: 150%;
    height: 150px;
    text-align: center;
	
}
.program-partnerski-page .services-home .section-without-img .sect-text.red-label {
	font-size: 17px !important;
    font-family: 'flamabasic' !important;
	color: #fb0600;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 20px;
}
.program-partnerski-page .quotes {
	padding-bottom: 50px;
	margin-bottom: 0;
}

.program-partnerski-page .quotes .row-fluid [class*="span"] {
	margin-left: 0 !important;
}

.program-partnerski-page .quotes .btn-white {
    font-size: 15px;
    font-family: 'flamasemibold';
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    text-shadow: none;
    border: 1px solid #000000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	border-color: #fff;
	color: #fff;
	margin-top: 40px;
}

.program-partnerski-page .services-home.first .promo-header .text-left .btn-blue {
	margin-bottom: 10px;
}



.program-partnerski-page .text-center .btn {
	margin: 5px 10px;
}

.program-partnerski-page .services-home .promo-header .section-without-img .sect-text span{
	display: inline-block;
	margin-top: 20px;
}

.program-partnerski-page .slick-initialized .slick-slide {
	float: left;
}

.program-partnerski-page .slick-dots li button {
	background: transparent;
	border: 1px solid #fff;
}

.program-partnerski-page .slick-dots {
	margin-top: 20px;
}

.program-partnerski-page .slick-dots li button {
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

.program-partnerski-page .slick-dots li.slick-active button {
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: none;
}

.program-partnerski-page .section-header.mainpage.header-from-magento {
	line-height: 45px;
	text-align: left;
}

.program-partnerski-page.promo-page .text-center.buttons-end {
	padding-bottom: 50px !important;
	margin-top: 30px;
}

/* hellobar */
.hellobar{
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	padding: 10px 3px;
	text-align: center;
	font-family: 'semplicita_prolight';
	color: #000;
	letter-spacing: 0.5px;
	line-height: 26px;
	font-size: 12px;
}

.hellobar .btn-red,
.hellobar .btn-blue,
.hellobar .btn-border{
	font-size: 10px;
	font-family: 'flamamedium';
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 25px;
	padding: 0 16px;
	line-height: 26px;
	margin-left: 10px;
	display: inline-block;
	color: #000;
	background: transparent;
	text-shadow: none;
	border: 1px solid #000000;
}

.hellobar .btn-border:hover{
	color: #0666ef;
	border: 1px solid #0666ef;
}

@media (max-width: 1020px) {
	.integration-proces .graph {
		padding-top: 40px;
	}

	.integration-proces .graph > div {
		width: 27%;
	}

	.integration-proces .graph-y {
		bottom: 20px;
		
	}

	.integration-proces .graph-x {
		bottom: -20px;
		
	}

	.integration-proces .person {
		text-align: center;
	}

	.integration-proces .person img {
		display: block;
		margin: 0 auto;
	}

	.integration-proces .description {
		margin: 12px 0;
	}

	.row-fluid.grey {
		background-color: #FFF;
	}

	#img_dedyk {
		bottom: 24px;
	}

	.dedyk-page .span6 > img {
		display: block;
		margin: 0 auto;
	}

	.dedyk-page .services-home {
		margin-bottom: 16px;
	}

	.dedyk-page .business {
		background: none;
	}

	.dedyk-page .business .span7,
	.dedyk-page .business .span5 {
		width: 100%;
	}

	.dedyk-page .business {
		background-position-y: top;
	}

	.ebook-page .services-home p.promo-quote{
		margin-top: 0;
	}
	
	.ebook-page .section-patrons{
		padding-bottom: 0;
	}
	
	.ebook-page .services-home .hold-icons{
		padding: 0;
	}
	
	.ebook-page .services-home .hold-icons.hi-second{
		padding: 0 10%;
	}
}

@media (max-width: 992px) {
	.ebook-page .services-home .home-half{
		padding: 0 17px;
	}
	
	.ebook-page .services-home.second{
		padding-top: 13px;
	}
	
	.ebook-page .services-home.third{
		padding-bottom: 10px;
	}
	
	.ebook-page .services-home .hold-icons .hold-icon{
		padding: 0 5px;
		margin-bottom: 20px;
	}
	
	.ebook-page .services-home .hold-icons.hi-second{
		padding: 0 5%;
	}
	
	.ebook-page .section-patrons .section-header.mainpage{
		text-align: left;
	}
	
	.ebook-page .services-home.section-get{
		padding-top: 10px;
	}
}

@media (min-width: 1000px) {
	.ebook-page .services-home.section-form.program-partnerski-home .home-half{
		display: flex;
	}

	.ebook-page .services-home.first.unlimited.program-partnerski-home .home-half .span6.main-img img {
		position: absolute;
		right: 0;
		max-width: 600px;
	}
	.ebook-page .services-home.first.unlimited.program-partnerski-home .home-half .span6.main-img .desktop-visible {
		display: block;
	}
	.ebook-page .services-home.first.unlimited.program-partnerski-home .home-half .span6.main-img .mobile-visible {
		display: none;
	}
}

@media (min-width: 768px) {
	.ebook-page .services-home.section-form .home-half{
		display: flex;
	}
}

@media (max-width: 768px) {
	.row-fluid.black {
		margin: 0 -20px;
		width: calc(100% + 40px);
		padding: 0 20px;
	}
	
	.services-home .home-half.row-flex {
		display: block;
	}

	.services-home .home-half ul.wider {
		margin-top: 12px;
		margin-bottom: 18px;
	}

	.dedyk-page .dedyk-home .row-flex .span4 img {
		margin: 24px auto;
	}

	.dedyk-page .box-integration {
		padding-right: 0;
	}
	.dedyk-page .box-integration.first:before,
	.dedyk-page .box-integration.last:before {
		display: none;
	}

	.dedyk-page .text-center .btn-integration {
		margin-top: 110px;

	}
	.integration-proces .person img {
		margin-bottom: 24px;
	}
	.integration-proces .graph > div {
		
		width: 27%;
	}

	.integration-proces .graph-y {
		left: -28px;
	}

	.integration-proces .graph-x {
		left: 28%;
	}

	.dedyk-page .services-home .home-half .sect-text,
	.services-home .section-without-img .sect-text{
		font-size: 24px;
	    line-height: 26px;
	}

	.promo-page .services-home .home-half ul.wider {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.promo-page .services-home .home-half .span6.nopr {
		margin-top: 0;
	}

	.promo-page .btn-group {
		white-space: initial;
	
	}

	.promo-page .services-home .home-half .mark .logo {
		display: none;
	}
	
	.ebook-page .services-home .home-half{
		padding: 0;
	}
	
	.ebook-page.promo-page .services-home .home-half .span6.nopr,
	.ebook-page.promo-page .services-home .home-half .span6:first-child{
		padding-right: 0;
		margin-bottom: 40px;
	}
	.ebook-page .services-home.program-partnerski-home.section-icons {
		padding-top: 10px;
	}
	.ebook-page .services-home.first {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.ebook-page .services-home.first .promo-header .section-without-img .sect-text{
		margin-bottom: 30px;
	}
	
	.ebook-page .services-home.first.program-partnerski-home .promo-header .section-without-img .sect-text{
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 45px;
	}
	
	.ebook-page .services-home.section-form .home-half .span6 > img{
		position: static;
	}
	
	.ebook-page .services-home .hold-icons .hold-icon{
		padding: 0;
		margin-top: 0;
		width: 100%;
	}
	
	.ebook-page .services-home.join-to-program .hold-icons .hold-icon{
		width: 100%;
	}
	
	.ebook-page .services-home .hold-icons .hold-icon:nth-of-type(3n+2),
	.ebook-page .services-home .hold-icons .hold-icon:nth-of-type(3n){
		width: 100%;
	}
	
	.ebook-page .services-home .hold-icons .hold-icon .icon{
		width: 30%;
		margin-bottom: 0;
	}
	
	.ebook-page .services-home .hold-icons .hold-icon p{
		width: 70%;
		padding-left: 10px;
		text-align: left;
	}
	
	.ebook-page .services-home .hold-icons.hi-second{
		padding: 0;
	}
	
	.ebook-page .services-home .hold-icons.hi-second .hold-icon{
		width: 100%;
	}
	
	.ebook-page .section-patrons .section-header.mainpage{
		text-align: center;
	}
	
	.ebook-page .section-patrons img{
		margin: 10px 10px 0;
	}

	.migracja-magento-page .services-home .hold-icons .hold-icon .icon{
		width: 40px;
		margin-bottom: 16px;
	}

	.migracja-magento-page .services-home .hold-icons .hold-icon p{
		width: 100%;
		padding-left: 10px;
		text-align: left;
	}

	.program-partnerski-page .services-home .hold-icons .hold-icon {
		margin-bottom: 50px;
	}

	.program-partnerski-page .services-home .hold-icons .hold-icon .icon{
		width: 100%;
		margin-bottom: 30px;
	}

	.program-partnerski-page .services-home .hold-icons .hold-icon p{
		width: 100%;
		padding-left: 10px;
		text-align: left;
	}
	
	.program-partnerski-page .services-home .hold-icons .hold-icon .opinion-box p{
		padding-left: 204px;
	}
	
	
	.program-partnerski-page .services-home .hold-icons .hold-icon p:last-of-type {
		min-height: auto;
	}
	
	.program-partnerski-page .services-home .hold-icons .hold-icon strong{
		padding-left: 10px;
	}
	
	.program-partnerski-page .services-home .hold-icons .hold-icon .opinion-box strong{
		padding-left: 0px;
	}
	
	.services-home ul.partner-profits li{
		margin-left: 30px;
	}
	
	.hellobar{
		width: auto;
		float: none;
		display: inline-block;
		margin: 0 -20px;
		line-height: 24px;
		width: calc(100% + 40px);
	}
	
	.hellobar .btn-red,
	.hellobar .btn-blue{
		display: block;
		max-width: 191px;
		margin: 10px auto 0;
	}
}

@media (max-width: 480px) {
	.dedyk-page .services-home .home-half .sect-text,
	.services-home .section-without-img .sect-text{
		font-size: 18px;
	    line-height: 25px;
	}

	.promo-page .btn-group .btn-red,
	.promo-page .btn-group .btn-blue {
		margin-bottom: 12px;
	}

	.promo-page .btn-group .btn-red,
	.promo-page .btn-group .btn-blue,
	.promo-page .btn-group .btn-border {
		width: 100%;
	}

	.promo-page .flex-inverse {
		display: flex;
		flex-flow: column-reverse nowrap;
	}
	
	.ebook-page br{
		display: none;
	}
	
	.ebook-page .section-patrons img{
		margin: 20px auto 0;
		display: block;
	}

	.migracja-magento-page .section-header.mainpage.header-from-magento {
		font-size: 30px !important;
		line-height: 34px;
	}

	.program-partnerski-page .section-header.mainpage.header-from-magento {
		font-size: 30px !important;
		line-height: 34px;
	}
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

.section-top-nav > .top-nav {
	display: block;
	text-align: right;
	padding-top: 20px;
}

.section-top-nav > .top-nav .top-nav-item  {
	display: inline-block;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 13px;
	line-height: normal;
	font-family: 'flamabasic';
	letter-spacing: .3px;
	position: relative;
	font-size: 13px;
}

.section-top-nav > .top-nav .top-nav-item [class*="my-icon-"] {
	height: auto;
}

.section-top-nav > .top-nav .top-nav-item:last-of-type  {
	padding-right: 0;
}

.section-top-nav > .top-nav .top-nav-item.with-separator::before  {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	height: 13px;
	left: 0;
	width: 1px;
	height: 13px;
	color: #000;
}

.header-logo img {
	max-height: 45px;
}

.top-menu {
	margin: 0 auto;
}

.top-menu ul {
	vertical-align: top;
	text-align: left;
}

.top-menu ul li {
	display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 8px 10px 0;
}

.top-menu ul li.menu-btn {
    margin: 0 0 0 10px;
	padding: 6px 24px;
	float: right;
}

.top-menu ul li.menu-btn:hover a {
    text-decoration: none;
}

.top-menu ul li.menu-btn.btn-red {
    border: 2px solid #fb0600;
}

.top-menu ul li.menu-btn.btn-red:hover {
    border: 2px solid #fb0600;
	background: transparent;
}

.top-menu ul li.menu-btn.btn-red:hover a {
	color: #fb0600;
}

.top-menu ul li.menu-btn.btn-border:hover {
	background: #000;
}

.top-menu ul li.menu-btn.btn-border:hover a {
	color: #fff;
}

.top-menu ul li.menu-btn:first-of-type {
    margin-right: 0;
}

@media (min-width: 769px) {
	header .row-fluid .span4{
		padding-left: 0;
		width: 180px;
		margin-right: 2%;
	}
	
	header .row-fluid .span8 {
		width: calc(98% - 180px);
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.top-menu ul li a {
		font-size: 14px;
	}

	#searchBlock {
		top: 10px;
		width: 100%;
		padding-right: 0;
	}
	#searchBlock form {
		margin-right: 0;
	}
	#searchBlock .header-search input[type="text"] {
		width: 340px;
	}
}

@media (min-width: 1200px) {
	header .row-fluid .span4{
		width: 250px;
		margin-right: 2%;
	}

	.header-logo {
		margin-top: 17px;
	}

	header .row-fluid .span8 {
		width: calc(98% - 250px);
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.top-menu ul li a {
		font-size: 15px;
	}

}

@media (min-width: 991px) and (max-width: 1130px) {
	
	.top-menu ul li {
		margin: 8px 3px 0;
	}
}

@media (min-width: 769px) and (max-width: 990px) {
	header .row-fluid .span4{
		width: 140px;
		margin-right: 2%;
	}

	.header-logo {
		margin-top: 25px;
	}

	header .row-fluid .span8 {
		width: calc(98% - 140px);
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.top-menu ul li {
		margin: 8px 2px 0;
	}
	.top-menu ul li a {
		font-size: 12px;
	}
	.top-menu ul li.menu-btn {
		margin: 0 5px 0;
		padding: 6px 12px;
		float: right;
	}
}

@media (max-width: 1400px) {
	header {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	
	header .span4 {
		padding-left: 0;
	}

	header .span8 {
		padding-right: 0;
	}

	.top-menu #MainNav > ul {
		background: #fff;
		text-align: left;
		padding: 5px 30px;
	}

	.top-menu #MainNav > ul li {
		max-width: 100%;
		padding: 7px 0 7px 0;
	}

	.top-menu #MainNav ul > li.slidemenu-parent:before {
		right: 0;
	}

	.top-menu #MainNav > ul li a {
		font-size: 18px;
	}

	.top-menu #MainNav > ul li.menu-btn  {
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	.top-menu #MainNav > ul li.menu-btn a {
		font-size: 14px;
	}

	.top-menu #MainNav > ul li.menu-btn.btn-red{
		margin-top: 10px;
	}

	.top-menu #MainNav > ul li.menu-btn.btn-red:hover a{
		color: #fb0600;
	}

	.top-menu #MainNav .menu-footer, .top-menu-content .menu-content .menu-footer {
		padding: 20px 30px 60px;
	}

	.top-menu #MainNav .menu-footer table {
		padding: 0;
	}
	.top-menu #MainNav .menu-logo, .top-menu-content .menu-content .menu-logo {
		width: 200px;
		text-align: left;
		padding-left: 30px;
		line-height: 70px;
		padding-top: 3px;
	}

	.top-menu #MainNav .menu-logo img, .top-menu-content .menu-content .menu-logo img {
		display: inline-block;
		width: auto;
		height: 45px;
		padding: 3px 0;
	}

	.top-menu #MainNav .menu-header, .top-menu-content .menu-content .menu-header {
		z-index: 11;
	}

	.top-menu-content .open {
		padding-bottom: 0;
	}

	.top-menu-content .menu-content.open .visible-phone[data-type="slidemenu-back"] {
		margin: 0 auto 10px;
	}
	.top-menu-content li.header {
		margin-bottom: 10px;
		margin-top: 30px;
	}
}

.contact-form-section [class^="form-side-"] {
	float: unset;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.contact-form-section .demo-request-form.contact-form {
	padding-right: 0;
}

.contact-form-section .demo-request-form.contact-form .form-row input[type=number],
.contact-form-section .demo-request-form.contact-form .form-row input[type=text],
.contact-form-section .demo-request-form.contact-form .form-row select {
	width:100%;
	padding-left:20px;
	font-family: 'flamalight';
	font-size:16px;
	height:52px;
	border-radius: 5px;
	border-color: #d8d8d8;
	margin-bottom:0;
}

.contact-form-section .demo-request-form.contact-form .form-row input[type=number] {
	-moz-appearance: textfield;
}

.contact-form-section .demo-request-form.contact-form .form-row:last-of-type {
	text-align: center;
}

.contact-form-section .demo-request-form.contact-form .form-row input[type=number]::-webkit-outer-spin-button,
.contact-form-section .demo-request-form.contact-form .form-row input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-form-section .demo-request-form.contact-form textarea {
	width:100%;
	padding-left: 20px;
	padding-top: 10px;
	font-family: 'flamalight';
	font-size:16px;
	border-radius: 5px;
	border-color: #d8d8d8;
}

.contact-form-section .demo-request-form.contact-form .form-row:last-of-type {
	margin-bottom: 30px;
}

.contact-form-section .demo-request-form.contact-form textarea::placeholder {
	color: #707070;
}

.contact-form-section .demo-request-form.contact-form button[type=submit] {
	max-width:100%;
	width: 430px;
	margin-top:20px;
	border-radius: 36px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: inline-block;
}

.contact-form-section .demo-request-form.contact-form .form-row input[type=number]::placeholder,
.contact-form-section .demo-request-form.contact-form .form-row input[type=text]::placeholder {
	color: #707070;
}

.contact-form-section .demo-request-form.contact-form .checkbox-hold {
	width: 100%;
	margin-top: 0;
}

.contact-form-section .demo-request-form.contact-form .checkbox-hold .form-row.checkbox.accept-agreement {
	margin-top: 0;
	color: #707070;
}

@media (max-width: 768px) {
	.contact-form-section [class^="form-side-"] {
		margin-left: auto;
		margin-right: auto;
	}

	.contact-form-section .demo-request-form.contact-form .form-row input[type=number],
	.contact-form-section .demo-request-form.contact-form .form-row input[type=text],
	.contact-form-section .demo-request-form.contact-form .form-row select {
		font-size:16px;
	}

	.contact-form-section .demo-request-form.contact-form textarea {
		font-size:16px;
	}

	.contact-form-section .demo-request-form.contact-form button[type=submit] {
		padding: 16px;
	}
} 


/* Ask for access */
/* ZMIANY */
.contact-form-section.ask-for-access-section {
	background: transparent;
	padding: 50px 0;
}
.contact-form-section.ask-for-access-section .span6.with-bg {
	background: #f2f2f2;
	padding: 30px 63px;
	color: #707070;
}

.contact-form-section.ask-for-access-section .span6.with-bg .bordered {
	padding: 0 0 30px;
	font-family: "flamamedium";
	font-size: 35px;
	line-height: normal;
	letter-spacing: 0.5px;
}

.contact-form-section.ask-for-access-section .span6.with-bg .bordered::before {
	display: none;
}

.contact-form-section.ask-for-access-section .span6.with-bg .bordered span {
	margin-top: 30px;
	font-family: "flamalight";
	font-size: 16px;
	line-height: 24px;
}

.contact-form-section.ask-for-access-section .ask-for-access-form .form-row.accept-agreement input[type=checkbox] {
	margin-top: 3px;
}
.contact-form-section.ask-for-access-section .ask-for-access-form .form-row.accept-agreement label {
	padding-left: 10px;
	line-height: 18px;
	color: #707070;
}

.contact-form-section.ask-for-access-section .ask-for-access-form .form-row.accept-agreement .error-message {
	padding-left: 10px;
}

.contact-form-section.ask-for-access-section .span6.half-form  {
	padding-left: 63px;
	font-family: "flamamedium";
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #707070;
}

.contact-form-section.ask-for-access-section .span6.half-form .h-header {
	margin-top: 30px;
	font-family: "flamamedium";
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #707070;
}

.contact-form-section.ask-for-access-section .span6.half-form .h-header span {
	font-family: "flamalight";
	display: block;
}

.contact-form-section.ask-for-access-section .span6.half-form .h-header .btn {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 16px;
	font-size: 15px;
	font-family: 'flamasemibold';
	width: auto;
	text-shadow: none;
	width: 216px;
}

.contact-form-section.ask-for-access-section .span6.half-form .h-header .btn.btn-red {
	font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fb0600;
	border-radius: 36px;
	color: #fff;
	border: 2px solid #fb0600;
}

.contact-form-section.ask-for-access-section .span6.half-form .h-header .btn.btn-red:hover {
    background: transparent;
	color: #fb0600;
	border: 2px solid #fb0600;
}

.contact-form-section.ask-for-access-section .span6.half-form .h-header .btn.btn-border.dark:hover {
    background: #000;
	color: #fff;
	border: 2px solid #000;
}

.contact-form-section.ask-for-access-section .span6.half-form ul li {
	padding-left: 35px;
	color: #707070;
}

.contact-form-section.ask-for-access-section .span6.half-form ul li::before {
	width: 21px;
}

@media (max-width: 768px) {
	
	.contact-form-section.ask-for-access-section {
		padding-left: 0;
		padding-right: 0;
	}
	
	.contact-form-section.ask-for-access-section .span6.with-bg {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.contact-form-section.ask-for-access-section .span6.half-form  {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.contact-form-section.ask-for-access-section .span6.with-bg .bordered {
		font-size: 28px;
	}

	.contact-form-section.ask-for-access-section .span6.half-form ul.mobile-bordered  {
		border-bottom: 1px solid grey;
	}
} 

.contact-form-section.ask-for-consultation-section .span6.with-bg {
	padding: 60px 30px 30px;
}

.contact-form-section.ask-for-consultation-section .span6.half-form .h-header {
	margin-top: 60px;
	margin-bottom: 60px;
}

.contact-form-section.ask-for-consultation-section .span6.half-form .hheader.main-hheader {
	font-size: 35px;
	line-height: normal;
}


.contact-form-section.ask-for-consultation-section .span6.half-form .opinion-box {
	margin-top: 60px;
}

.contact-form-section.ask-for-consultation-section .span6.half-form .opinion-box img {
	margin-right: 10px;
	max-width: calc(30% - 10px);
}

/* ZMIANY*/
@media (max-width: 768px) {
	.contact-form-section.ask-for-consultation-section .span6.half-form .opinion-box img {
		max-width: 90px;
		margin-right: auto;
	}
	.contact-form-section.ask-for-consultation-section .row-fluid.mobile-flex {
		display: flex;
		flex-flow: row wrap;
	}
	.contact-form-section.ask-for-consultation-section .row-fluid.mobile-flex .with-bg {
		order: 2;
		width: 100%;
		margin-top: 0;
		padding: 60px 20px 30px;
	}

	.contact-form-section.ask-for-consultation-section .row-fluid.mobile-flex .with-bg-mobile {
		background: #f2f2f2;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.contact-form-section.ask-for-consultation-section .span6.half-form .hheader.main-hheader {
		margin-top: 30px;
		font-size: 28px;
	}
}
.section-blog.case-study .btn-holder {
	text-align: center;
}
.section-blog.case-study .btn-holder .btn.btn-red.case-study-btn {
	font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fb0600;
	border-radius: 36px;
	color: #fff;
	border: 2px solid #fb0600;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 16px 24px;
	font-family: 'flamasemibold';
	width: auto;
	text-shadow: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.static-page-content .promo-page ul li {
	background: none;
}


/* New Styles - 14.12.2022 */
.pwa-page .nowrap{
	white-space: nowrap;
}
.pwa-page .grey-text {
	color: #707070;
}
.pwa-page.promo-page .section-header.red {
	margin-top: 0;
}

.pwa-page.promo-page .services-home .promo-header {
	padding-bottom: 30px;
}

.pwa-page.promo-page .services-home.single-btn-row .home-half .btn-red {
	margin-top: 0;
}
.pwa-page.promo-page .services-home .promo-header .section-without-img .sect-text {
	line-height: 50px;
}

.pwa-page .services-home .section-without-img .sect-text {
	line-height: 39px;
}

.pwa-page .span4.with-bg {
	box-shadow: 0px 3px 6px gainsboro;
	border-radius: 35px;
	padding-bottom: 57px !important;
	margin-bottom: 24px;
	margin-top: 24px;
}

.pwa-page .span4.with-bg .img-holder {
	position: relative;
}

.pwa-page .span4.with-bg .img-holder .img-overlay {
	position: absolute;
	width: 100%;
	transform: translateY(-75%);
	top: 50%;
	text-align: center;
	color: #ff0000;
	font-size: 25px;
	line-height: 25px;
}
.pwa-page .span4.with-bg .img-holder .img-overlay span {
	font-size: 35px;
}

.pwa-page .span4.with-bg .img-holder img {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	margin-bottom: 37px;
}

.pwa-page .span4.with-bg .txt-holder {
	padding-left: 24px;
	padding-right: 24px;
}

.pwa-page .span4.with-bg .txt-holder .box-desc {
	min-height: 72px;
	color: #617187;
}

.pwa-page .explanation-text {
	color: #617187;
	font-size: 12px;
}
.pwa-page .key-functions .content-tabs.pwa-tabs {
	border-bottom: none;
	text-align: center;
	margin: 0 0 16px;
	padding: 0;
}
.pwa-page .key-functions .content-tabs.pwa-tabs ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.pwa-page .key-functions .content-tabs.pwa-tabs li {
	border-bottom: none;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.pwa-page .key-functions .content-tabs.pwa-tabs li a{
	border-right-width: 0;
	padding: 7px 75px;
	font-weight: bold;
	text-decoration: none;
}
.pwa-page .key-functions .content-tabs.pwa-tabs li:last-child a{
	border-right-width: 3px;
}
.pwa-page .key-functions .content-tabs.pwa-tabs li.active a, .pwa-page .content-tabs.pwa-tabs li a:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.pwa-page .slick.pwa-slick.first  {
	padding-bottom: 0;
}
.pwa-page .slick.pwa-slick.first li {
	padding: 0;
	border-bottom: none;
}
.pwa-page .mobile-app-advantages p.text-center.lead-text {
	font-family: 'flamalight';
    font-size: 17px;
    line-height: 30px;
    color: #617187;
	width: 100%;
	max-width: 900px !important;
	margin: 50px auto;
}

.pwa-page .mobile-app-advantages .img-holder {
	text-align: center;
}

.pwa-page .mobile-app-advantages .img-holder img {
	width: 80%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.pwa-page .key-functions .mobile-nav.custom-tab-nav {
	display: none;
}

@media (max-width: 1200px) {
	.pwa-page.promo-page .services-home .promo-header .section-without-img .sect-text {
		font-size: 36px;
		line-height: 39px;
	}
	
	.pwa-page .services-home .section-without-img .sect-text {
		font-size: 36px;
		line-height: 39px;
	}

	.pwa-page .span4.with-bg .txt-holder .btn {
		min-width: 100%;
	}
}

@media (min-width: 769px) {
	.pwa-page .hide-desktop{
		display: none !important;
	}
}

@media (max-width: 768px) {
	.pwa-page .hide-mobile{
		display: none !important;
	}
	.pwa-page.promo-page .services-home .promo-header {
		padding-bottom: 0;
	}
	.pwa-page.promo-page .services-home .promo-header .section-without-img .sect-text,
	.pwa-page.promo-page .services-home .promo-header .section-without-img p {
		text-align: center;
	}
	.pwa-page.promo-page .services-home .promo-header .section-without-img .text-left {
		text-align: center !important;
	}

	.pwa-page.promo-page .services-home .promo-header .section-without-img .text-left .btn-red {
		margin-right: 0;
	}
	.pwa-page.promo-page .services-home .promo-header .section-without-img .sect-text,
	.pwa-page .services-home .section-without-img .sect-text {
		font-size: 30px;
		line-height: 35px;
	}

	.pwa-page.promo-page .flex-inverse {
		display: flex;
		flex-flow: column-reverse nowrap;
	}

	.pwa-page.promo-page .flex-inverse.custom-flex {
		display: flex;
		flex-flow: column nowrap;
	}

	.pwa-page.promo-page .services-home .home-half .span6:first-child {
		padding-right: 0;
	}

	.pwa-page.promo-page .flex-inverse.custom-flex .span4 {
		display: flex;
	}

	.pwa-page.promo-page .flex-inverse.custom-flex .span4:nth-of-type(1) {
		order: 2;
	}
	.pwa-page.promo-page .flex-inverse.custom-flex .span4:nth-of-type(2) {
		order: 1;
	}

	.pwa-page.promo-page .flex-inverse.custom-flex .span4:nth-of-type(3) {
		order: 3;
	}

	.pwa-page .mobile-app-advantages p.text-center.lead-text {
		text-align: left !important;
	}

	.pwa-page .mobile-app-advantages .img-holder img {
		width: 100%;
		margin-bottom: 30px; 
	}

	.pwa-page .span4.with-bg {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		display: inline-block;
		padding-bottom: 30px !important;
	}

	.pwa-page .span4.with-bg .img-holder {
		position: static;
	}
	
	.pwa-page .span4.with-bg .img-holder .img-overlay {
		position: static;
		width: 100%;
		transform: none;
		top: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.pwa-page .span4.with-bg .txt-holder .box-desc {
		min-height: auto;
	}

	.pwa-page .explanation-text {
		text-align: left;
	}

	.pwa-page .span4.with-bg .img-holder img {
		display: none;
	}

	.pwa-page.promo-page .services-home .home-half .span6 > img {
		margin-bottom: 30px;
	}

	.pwa-page.promo-page .services-home .home-half.promo-header .span6 img {
		margin: 30px 0;
	}

	.pwa-page .key-functions .content-tabs.pwa-tabs {
		margin-bottom: 30px;
	}
	.pwa-page .key-functions .content-tabs.pwa-tabs ul {
		gap: 0 12px;
	}
	.pwa-page .key-functions .content-tabs.pwa-tabs li a {
		padding: 7px 24px;
		font-size: 12px;
		border-right-width: 3px;
	}
	.pwa-page .slick.pwa-slick.first{
		margin-top: 0;
	}
	.pwa-page .slick.pwa-slick.first li > img{
		margin-bottom: 40px;
	}
	.pwa-page .key-functions  {
		position: relative;
	}
	.pwa-page .key-functions .section-with-img,
	.pwa-page .key-functions .section-with-img .sect-img,
	.pwa-page .key-functions .section-with-img .sect-text {
		display: block;
	}

	.pwa-page .key-functions .mobile-nav.custom-tab-nav {
		display: block;
		position: absolute;
		top: 430px;
		width: 100%;
		
	}

	.pwa-page .key-functions .mobile-nav.custom-tab-nav .prev,
	.pwa-page .key-functions .mobile-nav.custom-tab-nav .next {
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		text-align: center;
	}
	.pwa-page .key-functions .mobile-nav.custom-tab-nav .next {
		float: right;
	}
	.pwa-page .key-functions .mobile-nav.custom-tab-nav .prev::before,
	.pwa-page .key-functions .mobile-nav.custom-tab-nav .next::before {
		content: "\f104";
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 40px;
		font-family: "FontAwesome";
		color:#fff;
	}
	.pwa-page .key-functions .mobile-nav.custom-tab-nav .next::before {
		content: "\f105";
	}
}

@media (max-width: 479px) {
	.pwa-page .nowrap.nomobile{
		white-space: normal;
	}
	
	.pwa-page .services-home .section-without-img .sect-text.nobrmobile br{
		display: none !important;
	}
}

.services-home.error-page {
	margin-top: 70px;
}
.services-home.error-page .home-half .sect-text, .services-home.error-page .sect-text {
	color: #707070;
	font-family: 'flamamedium';
	font-size: 35px;
	line-height: 37px;
	max-width: 430px;
	margin-top: 20px;
}

.services-home.error-page .home-half .sect-text.visible-phone, .services-home.error-page .sect-text.visible-phone {
	text-align: center;
}

.services-home.error-page .home-half p.error-msg {
	color: #707070;
	font-family: 'flamabasic';
	font-size: 22px;
	line-height: 24px;
}

.services-home.error-page .home-half .btn-red {
    padding: 16px 45px;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.services-home.error-page {
		margin-top: 30px;
	}
	
	.services-home.error-page .home-half {
		text-align: center;
	}
	.services-home.error-page .home-half p.error-msg {
		text-align: center;
		font-size: 16px;
		max-width: 300px;
		display: inline-block;
		margin-top: 10px;
	}
	.services-home.error-page .home-half .btn-holder {
		text-align: center;
	}
}

/* 20 lutego 2023 */
.sitemap-table > table {
	margin-bottom: 50px;
}

.sitemap-table h2 {
	font-size: 22px;
	font-family: 'flamabasic';
}

@media (max-width: 768px) {
	.sitemap-table > table {
		display: table;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	.sitemap-table > table > tbody > tr > td {
		display: block;
	}

}

/* New Styles 16.06.2023*/

.services-home.owl-section-page {
	/* max-width: 100%;
	padding-right: 0;
	padding-left: calc(50% - 635px); */
	padding-left: 50px;
	padding-right: 50px;
}

.services-home.owl-section-page .section-header.red {
	padding-left: 0;
	margin-bottom: 15px;
	margin-top: 0;
}

.services-home.owl-section-page .atomstory-owl-carousel .owl-dots {
	left: 50px;
	right: auto;
}

.services-home.owl-section-page .atomstory-owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.services-home.owl-section-page .atomstory-owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
}

.services-home.owl-section-page .atomstory-owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: auto;
	right: -50px;
}

.with-dots .owl-dots  {
	text-align: center;
	position: absolute;
	bottom: 40px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: inline-block;
}

.with-dots .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	display: inline-block;
}

.with-dots .owl-dots .owl-dot.active {
	background: #000;
}

.case-studies-owl.with-dots .owl-nav {
	position: absolute;
	top: 30%;
}
.case-studies-owl.with-dots .owl-nav button.owl-prev {
	position: absolute;
	left: 10px;
}
.case-studies-owl.with-dots .owl-nav button.owl-next {
	position: absolute;
	left: calc(100% - 36px);
	right: auto;
}

.recommendation-owl.with-dots .owl-nav {
	position: absolute;
	top: 50%;
}
.recommendation-owl.with-dots .owl-nav button.owl-prev {
	position: absolute;
	left: 10px;
}
.recommendation-owl.with-dots .owl-nav button.owl-next {
	position: absolute;
	left: calc(100% - 36px);
	right: auto;
}

.with-dots .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.with-dots .owl-nav button.owl-prev {
	position: absolute;
	left: 10px;
}
.with-dots .owl-nav button.owl-nav {
	position: absolute;
	right: 10px;
}
.with-dots .owl-nav button.owl-next {
	position: relative;
	right: 0;
}
.custom-icon {
	display: inline-block;
	vertical-align: baseline;
	
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.custom-icon.icon-prev {
	background: url(../../img/front/mainpage/strzałka.svg) scroll no-repeat center center;	
}

.custom-icon.icon-next {
	background: url(../../img/front/mainpage/strzałka.svg) scroll no-repeat center center;
	transform-origin: center center;
	transform: rotate(180deg);	
}


.services-home .h4-home-header {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin: 30px 0 50px;
}

.services-home .video-row  {
	padding: 0;
	color: #000;
}
.services-home .video-row .span6:nth-of-type(2)  {
	text-align: right;
}

.services-home .video-row .span6:nth-of-type(2) button {
	display: inline-block;
	background: url(../../img/front/mainpage/play_white.png) scroll no-repeat center 45%;
	background-size: 60px;
}

.services-home .video-row .span6:nth-of-type(2) img {
	position: relative;
	z-index: -1;
}
.services-home .video-row .span6:nth-of-type(1)  {
	padding-top: 70px;
	padding-bottom: 40px;
	padding-left: 50px;
}

/* New Styles - 13.12.2022, redesign  16.06.2023 */
.services-home .video-row .section-with-img {
	padding: 50px 160px 0 0;
	color: #617187;
	font-size: 15px;
    line-height: 18px;
}

.services-home .video-row .span6:nth-of-type(1) p{
    color: #000;
}

.services-home .video-row .span6:nth-of-type(1) .section-without-img h2.sect-text{
    line-height: 56px;
}

.services-home .video-row .span6:nth-of-type(1) .section-with-img .sect-img{
    display: block;
}

.services-home .video-row .span6:nth-of-type(1) .section-with-img .sect-img img{
    margin-left: 0;
	max-width: 90px;
}

.services-home .video-row::before {
	content: "";
	display: block;
	position: absolute;
	background: #F1F5F9;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 30px;
	left: 0;
	z-index: -1;
	border-radius: 30px;
}

.services-home .video-row .section-with-img .sect-img {
	width: 120px;
}

.services-home .video-row .trigger-yt-video {
	background-color: transparent;
	border-radius: 0;
	border: none;
	padding: 0;
}

.services-home .video-row .trigger-yt-video img {
	border-radius: 30px;
	margin-bottom: 40px;
}

#YTHolder {
	background-color: transparent;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
	box-shadow: none;
	width: 100%;
	max-width: 900px;
	display: none;
}

#YTHolder .modal-header {
	border-bottom: none;
}

#YTHolder .modal-header .close {
	opacity: 1;
	color: #fff;
}

#YTHolder .modal-body {
	height: 0; 
	overflow: hidden; 
	padding-top: 56.25%; 
	width: 100%;
}

#YTHolder .modal-body iframe {
	display: block; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%;
}




.m-40 {
	margin-top: 20px;
	margin-bottom: 40px;
}

.blue-background {
	background-color: #F1F5F9;
	padding-top: 50px;
	padding-bottom: 30px;
}

.blue-background .section-header.red {
	padding-left: 0;
	margin-top: 0;
}

.blue-background h2.sect-text {
	font-size: 36px;
    line-height: 56px;
    font-family: 'semplicita_prolight';
    text-align: left;
}

/* case study section */

.case-studies-owl.with-dots .owl-dots, .recommendation-owl.with-dots .owl-dots {
	position: static;
	margin-top: 30px;
}

.case-studies-section .text-center .mainpage-h2 {
	font-size: 36px;
}

.case-studies-section .text-center p.m-40, .recommendation-section .text-center p.m-40 {
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.case-studies-owl, .recommendation-owl {
	text-align: center;
	
}

.case-studies-owl .section-with-img h5{
	padding: 40px;
	font-size: 17px;
    line-height: 24px;
    font-family: 'flamabasic';
    text-align: center;
}

.case-studies-owl .section-with-img > a {
	color: #FB0600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 40px;
	font-weight: 700;
}

.case-studies-owl .section-with-img > a:hover {
	color: #fb3732;
}

.case-studies-owl .section-with-img .sect-img a {
	padding: 0;
}

.case-studies-section .btn-red, .recommendation-section .btn-red {
	color: #fff;
	font-size:15px;
	font-family: 'flamasemibold';
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fb0600;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:16px 60px;
}

.recommendation-owl .section-without-img {
	background-color: #fff;
	border-radius: 30px;
	padding: 80px;
}

.recommendation-owl .section-without-img .sect-text {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}

.recommendation-owl .section-without-img .section-with-img {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content:space-around;
}

@media (max-width: 1410px) {
	.services-home.owl-section-page {
		padding-left: 70px;
	}
}

@media (max-width: 768px) {
	
	.services-home.first-section {
		margin-bottom: 0;
	}

	.services-home.owl-section-page {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}

	.services-home.second-section {
		margin-bottom: 20px;
	}

	.services-home.third-section {
		margin-bottom: 40px;
	}

	.blue-background.recommendation-section {
		margin-bottom: 40px;
	}

	.services-home.second-section .section-header.red {
		margin-top: 20px;
	}

	.services-home .video-row::before {
		width: 100%;
		height: calc(100% - 30px);
		top: 30px;
		left: 0;
	}


	.services-home .video-row {
		width: 100%;
		height: calc(100% - 30px);
		top: 30px;
		left: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.services-home.owl-section-page .atomstory-owl-carousel .owl-nav button.owl-next {
		left: 93%;
	}
	
	.services-home .video-row .section-with-img {
		padding: 50px 0 0 0;
	}

	.services-home .video-row .span6:nth-of-type(2) {
		padding: 0;
		order: 1;
	}
	.services-home .video-row .span6:nth-of-type(1) {
		order: 2;
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.services-home .video-row .span6:nth-of-type(1) .section-without-img h2.sect-text{
		line-height: 25px;
	}

	.services-home.owl-section-page .atomstory-owl-carousel .owl-dots {
		left: 30px;
		right: auto;
	}
	
	.services-home .video-row .span6:nth-of-type(1) p{
		font-size: 15px;
		line-height: 22px;
		font-weight: 500;
	}

	.services-home .video-row .span6:nth-of-type(1) .section-with-img .sect-img img{
		max-width: 60px;
		margin-bottom: 30px;
	}

	.blue-background {
		margin-left: -20px;
		margin-right: -20px;
	}

	.blue-background .section-header.red {
		padding-left: 20px;
		padding-right: 20px;
	}

	.blue-background h2.sect-text {
		font-size: 24px;
		line-height: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.case-studies-owl.with-dots .owl-dots, .recommendation-owl.with-dots .owl-dots {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.case-studies-section .text-center .mainpage-h2, .recommendation-section .text-center .mainpage-h2 {
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
	}

	.case-studies-section .text-center p.m-40, .recommendation-section .text-center p.m-40 {
		font-size: 15px;
		line-height: 27px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		margin-top: 15px;
	}

	.case-studies-owl .section-with-img h5{
		padding: 20px 10px;
	}

	.recommendation-owl .section-without-img {
		padding: 40px 20px;
	}

	.recommendation-owl .section-without-img .sect-text {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 30px;
	}

	.recommendation-owl .section-without-img .section-with-img {
		display: flex;
		flex-flow: row wrap;
	}

	.recommendation-owl .section-without-img .section-with-img > div{
		width: 100%;
		text-align: center;
	}

	.recommendation-owl .section-without-img .section-with-img > div.sect-img img{
		max-width: 120px;
		display: inline-block;
		margin-top: 20px;
	}

}

@media (max-width: 480px) {
	.blue-background h2.sect-text {
		font-size: 18px;
    	line-height: 25px;
	}
}