/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* TYPOGRAPHY */

@media only screen and (max-width: 479px) {
	.hero-home .fancy_heading .title {
	    font-size: 24px;
	    line-height: 32px;
	}
	.hero-home .fancy_heading .inside h3 {
		color: #4d4f59 !important;
	}
	.promo_box .desc_wrapper h3,
	.fancy_heading .title {
		font-size: 20px;
		line-height: 24px;
	}
	.fancy_heading .inside {
		color: #4d4f59 !important;
		font-size: 16px;
	}			
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
	.hero-home .fancy_heading .title {
	    font-size: 32px;
	    line-height: 40px;
	}
	.hero-home .fancy_heading .inside h3 {
		color: #4d4f59 !important;
	}	
	.promo_box .desc_wrapper h3,
	.fancy_heading .title {
		font-size: 24px;
		line-height: 32px;
	}	
	.fancy_heading .inside {
		color: #4d4f59 !important;
		font-size: 16px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.hero-home .fancy_heading .title {
	    font-size: 40px;
	    line-height: 48px;  
	}
	.hero-home .fancy_heading .inside h3 {
		color: #4d4f59 !important;
	}	
	.promo_box .desc_wrapper h3,
	.fancy_heading .title {
		font-size: 28px;
		line-height: 40px;
	}
		.fancy_heading .inside {
		color: #4d4f59 !important;
		font-size: 18px;
	}
}

@media only screen and (min-width: 960px) {
	.hero-home .fancy_heading .inside h3 {
		color: #4d4f59 !important;
	}
	.hero-home .fancy_heading .title {
		font-size: 48px;
		line-height: 56px;
	}
	.promo_box .desc_wrapper h3,
	.fancy_heading .title {
		font-size: 32px;
		line-height: 40px;
	}
	.fancy_heading .inside {
		color: #4d4f59 !important;
		font-size: 20px;
	}
}


.hero-home  {
	margin-bottom: 16px;
}


.fancy_heading .title {
	margin-bottom: 8px !important;
}

.hero-home h3 {
	font-weight: 500;
}




/* BUTTONS  */


a.tp-button{background:none;font-family:inherit!important;height:auto!important;line-height:inherit!important;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;letter-spacing:0!important;text-shadow:0 0 0!important;box-shadow:0 0 0!important;font-weight:400!important;border-width:1px!important}
a.button,a.tp-button,button,input[type="submit"],input[type="reset"],input[type="button"]{display:inline-block;padding:11px 20px;margin-bottom:15px;cursor:pointer;margin-right:7px;border:0;-webkit-border-radius:30px;border-radius:30px;position:relative;overflow:hidden;-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);box-shadow:0 1px 4px 0 rgba(0,0,0,.3);background-image: none;}
a.button_js{padding:0}
a.button.button_large,a.tp-button.button_large,button.button_large,input[type="submit"].button_large,input[type="reset"].button_large,input[type="button"].button_large{font-size:110%;line-height:110%}
a.button .button_label{display:block;float:left;position:relative;z-index:2}

a.button .button_icon{display:block;float:left;background:rgba(0,0,0,.05)}
a.button .button_icon i{color:rgba(0,0,0,.5)}

a.button.button_left .button_icon,a.tp-button.button_left .button_icon{float:left}
a.button.button_right .button_icon,a.tp-button.button_right .button_icon{float:right}

a.button .button_label{padding:11px 20px}
a.button .button_icon{padding:11px 12px}
a.button_large .button_label{padding:15px 30px}
a.button_large .button_icon{padding:15px 13px}

.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	border-radius: 30px !important;
}


a.button:after,a.tp-button:after,button:after,input[type="submit"]:after,input[type="reset"]:after,input[type="button"]:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;z-index:1;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;background:rgba(0,0,0,.05)}
a:hover.button,a:hover.tp-button{text-decoration:none}
a.button:hover:after,a.tp-button:hover:after,button:hover:after,input[type="submit"]:hover:after,input[type="reset"]:hover:after,input[type="button"]:hover:after{width:0}
a.button,a.tp-button,button,input[type="submit"],input[type="reset"],input[type="button"]{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
a.button:hover,a.tp-button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{box-shadow: 0 6px 12px 0 rgba(0,0,0,.3);}

.instream_orange_btn,
a.cta-button {
	background: #008dff !important; /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #008dff , #33A3FF) !important; /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #008dff , #33A3FF) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #ffffff !important;     
	box-shadow: 0 8px 16px 0 rgba(0,141,255,.17) !important;
	border: none !important;
	border-radius: 30px !important;
	text-align: center;
	font-weight: 600;
	padding: 12px 20px !important;
}
.instream_orange_btn:hover,
a.cta-button:hover {
	box-shadow: 0 16px 32px 0 rgba(0,141,255,.24) !important;
}
.instream_orange_btn span,
a.cta-button span {
	min-width: 140px;
}

/* CONTENT */

.home #Content {
	padding-top: 0;
}

#Wrapper, #Content {
	background-color:#fff!important;
}

.promo_box_wrapper .desc_wrapper{
	text-align:left!important;

	margin: 32px 0px!important;
}
.promo_box .desc_wrapper{
	position:relative;

}

.promo_box_right .desc_wrapper{
float:left;
}
.promo_box_right .photo_wrapper{
float:right;
}
.promo_box_left .desc_wrapper{
float:right;
}
.promo_box_left .photo_wrapper{
float:left;
}

.home i {
	color: #008dff;
}


/*MENU HEADER */

#Top_bar .menu > li a:after {
	display: none;
}


#Top_bar .menu > .btn-menu > a span {
	color: #008dff;
    border: 1px solid #008dff !important;
    border-radius: 30px;
    height: 36px !important;
    line-height: 36px !important;
}

#Top_bar .menu > .btn-menu:hover > a span {
	color: #fff;
	background-color: #008dff;
    border: 1px solid #008dff !important;
    border-radius: 30px;
    height: 36px;
}

.is-sticky .menu > .btn-menu > a span {
	color: #fff !important;
	background-color: #008dff;
}

@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky .menu_wrapper .menu > li > a {
	    padding: 10px 0 !important;
	}
	#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span {
		line-height: 40px !important;
	}
/*	#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
		padding: 10px 0 !important;
	}
	#Top_bar #logo,
	#Top_bar.is-sticky #logo {
		line-height: 46px !important;
	}*/
	.header-split #Header .top_bar_left .menu_right {
	text-align: right;
}
}
@media only screen and (max-width: 479px) {
	#Top_bar .menu > .btn-menu > a span {
	color: #008dff;
    border: 1px solid #008dff !important;
    border-radius: 30px;
    height: 36px !important;
    line-height: 36px !important;
    padding: 10px 20px !important;
	}
}


#Top_bar .menu li ul li:first-child a {
	border-bottom: 1px solid rgba(0,0,0,0.05)!important;
}

#Top_bar .menu li ul li {
	width:220px;
}



#menu-item-17102 .sub-menu, #menu-item-17142 .sub-menu{

    text-align: left;
    list-style: none;
    font-size: 14px!important;
    background-color: #fff!important;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 24px 0px rgba(0, 0, 0, .2)!important;
    box-shadow: 0 4px 24px 0px rgba(0, 0, 0, .2)!important;
    box-shadow: 0 4px 24px 0px rgba(0, 0, 0, .2)!important;
    border-color: #dee5eb!important;
    text-transform:none!important;
}

#menu-item-17102 .sub-menu a, #menu-item-17142 .sub-menu a{
    padding: 5px 10px 5px 20px!important;
    border-bottom:none!important;
}

#Top_bar .menu li ul {
	background-image:none;
}

.header-split #Header .top_bar_left .menu_left,
.header-split #Header .top_bar_left .logo {
	text-align: left;
}

.header-split #Top_bar {
	text-transform: uppercase;
}

@media only screen and (max-width: 1240px){
	.header-split #Header .top_bar_left .menu_right{
		text-align:left;
	}
		.is-cta-secondary-button{
		margin-bottom:15px;
	}
}

@media only screen and (max-width: 767px) {
	#Top_bar .logo #logo {
	    padding: 0!important;
	    margin: 10px 24px !important;
	}
}
/*LOGO LEFT, MENU LEFT & MENU RIGHT*/
@media only screen and (min-width: 1240px){
	/*.section_wrapper{
	max-width: none!important;
	}*/
	.header-split #Header .top_bar_left .logo {
		width:15%;
		left:auto;
		position:relative;
	}
	.header-split #Header .top_bar_left .menu_wrapper{
		width:85%;
	}
}
	
@media only screen and (min-width: 768px) {

	.home .promo_box_wrapper.promo_box_left .desc_wrapper{
		width:450px;
		right: 150px;
	}
	.home .promo_box_wrapper.promo_box_left .photo_wrapper{
		float: left;
		width:50%;
	}
	.home .promo_box_wrapper.promo_box_right .desc_wrapper {
		width: 450px;
		left: 150px;
	}
	.home .promo_box_wrapper.promo_box_right .photo_wrapper {
		float: right;
		width: 50%;
	}
	.home .image_wrapper .scale-with-grid,
	.home .promo_box_wrapper.promo_box_right .photo_wrapper .scale-with-grid,
	.home .promo_box_wrapper.promo_box_left .photo_wrapper .scale-with-grid {
		max-width: none !important;
	}

	.promo_box .desc, .promo_box h3, .promo_box a{
		margin-left:32px;
	}


	.never-miss .desc_wrapper {
		padding: 56px 0;
	}
	.manage .desc_wrapper {
		padding: 48px 0 32px;
	}
	.leads {
		padding: 100px 0 48px;
	}

	.social-media .desc_wrapper {
		padding: 0;
	}
	.social-media img {
		margin-right: 100px;
	}
	/* PLUS BEFORE HEADER */
	.promo_box .promo_box_left .desc_wrapper>h3,
	.promo_box .promo_box_right .desc_wrapper>h3 {
		position: relative;
	}
	.promo_box .promo_box_left .desc_wrapper>h3:before {
		content:url('http://instream-new.instream.io/wp-content/uploads/2016/07/plus.png');
	    position: absolute;
	    left: -32px;
	    top: -24px;
	}
	.promo_box .promo_box_right .desc_wrapper>h3:before {
		content:url('http://instream-new.instream.io/wp-content/uploads/2016/07/plus.png');
	    position: absolute;
	    left: -32px;
	    top: -24px;
	}
}


/* Awards */
@media only screen and (max-width: 479px) {
	.text-award h4 {
		font-size: 16px;
	}
}
.award {
	margin-bottom: 32px !important
}
.text-award {
	color: #686B78;
	font-size: 16px;
	font-weight: 400;
}

.text-award h4 {
	margin-top: 20px;
	margin-bottom: 0;
	font-weight:400;
}

.img-award {
	position: relative;
	margin-bottom: 0;
}

.img-award:after {
	content: "";
	position: absolute;
	width: 48px;
	height: 4px;
	background-color: #008dff;
	left: 50%;
	margin-left: -24px;
}

/* Testimonials */

.testimonial .text-testimonial {
	box-sizing: border-box;
	padding: 0 48px 0 0;
	position: relative;
	color: #686B78;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 16px;
	line-height: 24px;
	min-height: 72px;
}

.testimonial .text-testimonial:before {
	content:url('http://instream-new.instream.io/wp-content/uploads/2017/01/quote.png');
	position: absolute;
	left: -32px;
	top: 0;
}

.testimonial h4 {
    margin-top: 8px;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    line-height: 16px;
}

.testimonial  {
	color: #686B78;
	font-size: 14px;
	line-height: 16px;
}

.testimonail .image_wrapper {
	width: 48px;
	height: 48px;
}

.testimonial .image_frame {
	margin: 0;
}
/*
.testimonial img {
	border-radius: 50%;
	max-height: 48px;
	width: 48px;
}
*/

.bg-border {
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
	.companies {
		border-top: 1px solid #ddd !important;
		border-bottom:  1px solid #ddd !important;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1239px) {
	.text-info {
		padding: 100px 0;
	}

	
}
@media only screen and (min-width: 1240px) and (max-width: 1365px) {
	.leads img {
		margin-left: -200px;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
	.leads img {
		margin-left: -290px;
	}
}

@media only screen and (min-width: 1920px) {

}

.home .leads .image_wrapper,
.home .manage .image_wrapper {
	overflow: visible;
}

.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol{
 color:#4d4f59!important;
}

.companies .column_image {
	margin-bottom: 0 !important;
	opacity: .6;
}


.product-icons .image_wrapper {
	min-height: 101px;
}

.smart-tools img {
	margin-top: 16px;
}

/* Product Page  Icons */

.product-icons h5 {
	color: #4d4f59;
	font-weight: 400;
}

.product-icons.active h5 {
	font-weight: 600;
	color: #000c19;
}
.product-icons.active {
	opacity: 1;
}
.product-icons {
	transition: all .2s ease-in;
	opacity: .4;
}
.product-icons:hover {
	/*box-shadow: 0 4px 18px 0 rgba(0,0,0,.24);*/
	opacity: 1;
}


/* Footer */ 

#Footer {
	color: #fff;
	font-size: 14px;
}

#Footer h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

#Footer a {
	opacity: .7;
}

#Footer a:hover {
	opacity: .9;
}

#Footer .widgets_wrapper {
	padding: 48px 0;
}

#Footer .footer_copy {
	background-color: #44454e;
	color: rgba(255,255,255,.7);
    border-top: none;
}

#Footer .footer_copy i {
 color: #6d7480;
}



/* Widgets */

.widget_archive ul, .widget_nav_menu ul{
list-style-type:none;
padding:0px;
background:none;
}

.widget_archive ul li a, .widget_nav_menu ul li a{

    padding: 3px 0px;
}
.widget_archive ul li, .widget_nav_menu ul li{
	position:static;
}

.widget_categories ul {
	background: none !important;
	color: #6d7490;
	padding: 0 !important;
}

.widget_categories ul li {
	list-style: none;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 4px 16px;
}

.widget_categories ul li a {
	color: #6d7490 !important;
}

.widget_categories ul li:last-child {
	border-bottom: none;
}

/*.custom-price-box .plan-footer a.button {
	color: #fff !important;
	background-color: #008dff;
}

.custom-price-box .button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme:not(.action_button) { 
	color: #ffffff !important;
	background-color: #008dff !important;
}*/



.ca__chat_start_greeting .ca__first_greeting p:first-child{
width: 100%!important;
font-size: 12px!important;
white-space: normal;
}
body .ca__civ-chat-launcher-bubblegum.civ-chat-window .ca__chat-launcher-body .ca__chat_start_greeting{
padding:16px 35px!important
}
.ca__civ-chat-launcher-bubblegum.civ-chat-window .ca__chat-launcher-body .ca__chat_start_greeting .ca__first_greeting{
width:100%
}
.ca__chat_start_client_img{

	display:none;
}
#wpcf7-f16242-p16982-o1 .wpcf7-form-control-wrap.your-email input,
#wpcf7-f16242-p16982-o1 .wpcf7-form-control-wrap.your-email{
	display:inline;
}
.webinar_mail .webinar_button{
	width:180px;
	display:inline;
	background-color: #008dff!important;
    color: #fff!important;
}
.downcount{
width: 50%;
    margin-left: auto;
    margin-right: auto;
}


/* Testimonials - Owl Carousel */ 

#owl-testimonials-slider {
	margin: 0 0 24px;
	text-align: center;
}

.owl-testimonial .content {
	position: relative;
	padding-left: 0;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	font-style: italic;
}

.owl-testimonial .content:before {
	display: none;
}

.owl-testimonial .image-wrapper {
	width: 50px;
	height: 50px;
	float: none;
	margin: 0 auto 16px;
	clear: both;
}

.owl-testimonial .avatar {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	max-height: 50px;
}


.owl-testimonial .description {
	float: none;
	margin-left: 16px;
}

.owl-testimonial .description h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.owl-testimonial .description p {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	#owl-testimonials-slider {
		margin: 0 0 48px;
		text-align: left;
	}

	.owl-testimonial .content {
		position: relative;
		padding-left: 0;
		font-size: 18px;
		line-height: 32px;
		min-height: 160px;
	}

	.owl-testimonial .content:before {
		display: none;
		content:url('http://instream-new.instream.io/wp-content/uploads/2017/01/quote.png');
		position: absolute;
		left: 0;
		top: 0;
	}

	.owl-testimonial .image-wrapper {
		width: 50px;
		height: 50px;
		float: left;
	}

	.owl-testimonial .avatar {
		border-radius: 50%;
		width: 50px;
		height: 50px;
	}


	.owl-testimonial .description {
		float: left;
		margin-left: 16px;
	}

	.owl-testimonial .description h4 {
		margin-bottom: 0;
	}

	.owl-testimonial .description p {
		font-size: 14px;
		line-height: 24px;
	}
	.baner{
		display:none;
	}
	.baner.show{
	    display: block;
    position: fixed;
    margin-top:120px;
    width:180px;
	}
}

/* Clients slider - owl */

#owl-clients-slider {
	margin: 24px 0;
	display: flex;
	justify-content: space-between;
}
#owl-clients-slider img {
    webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .5;
    width: auto;
    max-height: 90px;
    margin: 0 auto;
}

.owl-slide {
	animation: fade 8s infinite;
	@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
}
.post-nav{
	background:none;
}


/* InStream Buttons Shortcode */

.is-cta-button {
	display: inline-block;
	height: 56px;
	padding: 0 24px;
	background: #008dff !important; 
	background: -webkit-linear-gradient(to top, #008dff , #33A3FF);
	background: linear-gradient(to top, #008dff , #33A3FF) !important; 
	color: #ffffff !important;   
	box-shadow: 0 8px 16px 0 rgba(0,141,255,.17);
	border: none !important;
	border-radius: 50px !important;
	text-align: center !important;
	font-weight: 600 !important;
	line-height: 56px;
	min-width: 150px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	position: relative;
	z-index: 1;
}

.is-cta-button:hover {
	text-decoration: none;
	box-shadow: 0 16px 32px 0 rgba(0,141,255,.24);
}

.is-cta-secondary-button {
	display: inline-block;
	height: 56px;
	padding: 0 24px;
	background: none;
	color: #6d7480 !important;   
	border: 1px solid #6d7480;
	border-radius: 50px !important;
	text-align: center !important;
	font-weight: 600 !important;
	line-height: 56px;
	min-width: 150px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	position: relative;
	z-index: 1;
}

.is-cta-secondary-button:hover {
	text-decoration: none;
	background-color: #6d7480;
	color: #fff !important;
}

/* Flat button - custom css */

.button-flat .button{
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
 	border-radius: 50px!important;
}
.button-flat .button:hover,
.button-flat .button:hover .button_label {
 	border-radius: 50px!important;
}
.button-flat .button:hover:after {
	border-radius: 50px;
}


/* Button wired */

.button-wired {
	display: inline-block;
	height: 48px;
	padding: 0 16px;
	min-width: 150px;
	border: 1px solid #008dff !important;
	background-color: #fff;
	color: #008dff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	line-height: 48px;
	border-radius: 30px;
	position: relative;
	text-align: center;
	font-weight: 600;
}
.button-wired:hover {
	text-decoration: none;
	border: 1px solid #008dff;
	background-color: #008dff !important;
	color: #fff !important;
}

.button-wired .button_icon {
	padding-right: 16px;
}

.button-wired:hover .button_icon i {
	color: #fff !important;
}
/* Pricing box buttons */

.pricing-box-table .button {
	background: #008dff !important; 
	background: -webkit-linear-gradient(to top, #008dff , #33A3FF);
	background: linear-gradient(to top, #008dff , #33A3FF) !important; 
	box-shadow: 0 8px 16px 0 rgba(0,141,255,.17) !important;
}

.pricing-box-table .button:hover {
	box-shadow: 0 16px 32px 0 rgba(0,141,255,.24) !important;
}

/* Pricing box featured */

.pricing-box-table.pricing-box-featured {
	box-shadow: 0 6px 30px 0 rgba(0,0,0,.2);
	background-color: #fff;
}

/* Wojtek */

	span.no {
	    visibility: hidden;
	}

	.quick_fact .animate{
	opacity:1
	}

/* Footer */
@media only screen and (max-width: 768px) {
	
	#Footer .one-fourth {
		width:49%!important;
		clear:none;
	}
	
	.footer_img {
		display:none;
	}
	
	.alignright {
	margin:0;
	}
	/*
	.section.mcb-section {
		padding-top:20px!important;
	}*/
}

	#Footer .container, #Footer aside {
		position:static;
	} /* Czy to ma być wyżej czy tu? Znalazłem poza nawiasem przy formatowaniu -- Mateusz */




.section.testimonial{
	    background: #33a4ff;
    background: -webkit-linear-gradient(to left, #006ba7, #33a4ff);
    background: linear-gradient(to left, #006ba7, #33a4ff);
}
.section.testimonial p:first-child{
	color: white;
    font-size: 30px;
    line-height: 25px;
    line-height: 44px;
    font-style: italic;
    font-weight: bold;
}
.section.testimonial h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.section.testimonial .faceInd .image_frame {
    width: 50px!important;
    height: 50px!important;
    border: none;
}

.product_link{
	cursor:pointer;
}



.img-right{
	float:right;
}

/* Product boxes */

.product-box i {
	color: #008dff;
}

	
@media only screen and (min-width: 768px) {
	.product-box.image-right .scale-with-grid,
	.product-box.image-left .scale-with-grid {
		max-width: none !important;
	}

	.product-box.image-right .image_wrapper,
	.product-box.image-left .image_wrapper {
		overflow: visible;
	}
	#contact-details img {
		margin-right: -40px;
	}
	#helpdesk img {
	  margin-right: -64px;
	}
 	#monitor img { 
 		margin-right: 120px;
 	}
}

.product-box .text-box {
	padding: 32px 0;
}

#manage .text-box {
	padding: 32px 0 0;
}


	



@media only screen and (min-width: 768px) {
	.product-box .text-box {
		padding: 96px 0;
	}

	#manage .text-box {
		padding: 96px 0 0;
	}	
	#leads img {
		margin-top: 56px;
		margin-right: 9px; 
	}
	#social-media img {
		margin-top: 56px;
	}
	.promo_box_wrapper img {
		margin-top: 48px;
	}
	#smart-tools .promo_box_wrapper img {
		margin-top: 0;
	}
	#calendar .text-box,
	#intelligence .text-box,
	#contact-management .text-box,
	#search-info .text-box,
	#measure .text-box {
		padding: 72px 0 0;
	}
	#communication img,
	#filters img,
	#intelligence img,
	#notifications img {
		margin-bottom: -15px;
	}
	#contact-management img {
		margin-bottom: 0;
	}
	#calendar img {
			margin-bottom: -16px;
		}
}

.number-wrapper>.numbers, .number-wrapper>h3.title {color:white}

/* Home mobile */
@media only screen and (max-width: 479px) {
	.home .hero-home,
	.home #leads,
	.home #manage,
	.home #social-media {
		padding: 24px 0 48px !important;
	}
	.hidden-sm {
		display: none;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
	.home .hero-home,
	.home #leads,
	.home #manage,
	.home #social-media {
		padding: 32px 0 !important;
	}
	.hidden-sm {
		display: block ;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.home .hero-home,
	.home #leads,
	.home #manage,
	.home #social-media {
		padding: 48px 0 !important;
	}
}
@media only screen and (min-width: 960px) {
	.home .hero-home,
	.home #leads,
	.home #manage,
	.home #social-media {
		padding: 64px 0 !important;
	}}
@media only screen and (min-width: 768px) {
	.home #manage {
		padding: 48px 0 0 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#never-miss .two-fifth.column,
	#never-miss .three-fifth.column {
		width: 100% !important;
	}
}
.mails-form .column {
	margin-bottom: 15px;
}

.mails-form input[type="text"], .mails-form textarea {
	width: 100%;
	margin-bottom: 0;
}

.mails-form textarea {
	resize: vertical;
	border: 2px solid #009cff;
	min-height: 120px;
}

.mails-form .result {
	text-align: right;
}

.mails-form h4 {
	text-align: left;
}

.mails-form .result .button {
	background-color: #009cff;
	color: #fff;
	margin: 0;
}
.alert.alert_warning{
	display:none;
}
.slidingimg img{
    -webkit-transition: all 2s ease-in-out!important;
    -moz-transition: all 2s ease-in-out!important;
    -o-transition: all 2s ease-in-out!important;
    transition: all 2s ease-in-out!important;

    right: calc(0%);
	max-width:none!important;	
	cursor:pointer;
}
.slidingimg img:hover{
	right:calc(100%);
}
.slidingimg .image_wrapper:after {
    position: absolute;
    height: 11px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.32);
    top: 0px;
    display: block;
    content: "Hover mouse to slide";
    color: white;
    padding-left: 220px;
    padding-top: 10px;
}
.button-rekrutacja{
	background: #0890ff!important;
    color: white!important;
    height: 50px!important;
    width: 100%;
}
.rekrutacja_orange{
	background-color: orange!important;
    color: white!important;
}
.your-name input,.your-email input{
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.image_frame .image_wrapper img:not(.ls-l){
	position:static!important;
}
.pricing-free{
	display:none;
}
.form-ebook input{
	border: 2px solid #009cff;
}