/*
Theme Name: avivit
Theme URI: http://avivit.co.il
Author: Yaniv Sasson
Author URI: http://yanivsasson.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.001
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

.dmbs-container {}
.dmbs-header {}
.dmbs-header-img {}
.dmbs-header-text {}
.dmbs-top-menu {}
.dmbs-content {}
.dmbs-main {}
.dmbs-left {}
.dmbs-right {}
.dmbs-footer-menu {}
.dmbs-author-credits {}
.dmbs-footer {}


@charset "UTF-8";

iframe[name="google_conversion_frame"] {
	position: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family:'Open Sans Hebrew';
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans Hebrew';
	color: #0193dc;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}
artical {
	margin-bottom: 0;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.image-center{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin-bottom: 30px;
}
.image-center:after{
	content: '';
	display: block;
	padding-top: 100%;
}
.image-center img{
	width: auto;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.container {
    padding: 0 15px 0 15px;
}
.navbar-top {
	text-align:center;
}
ul.nav {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:active,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle {
    border: 1px solid #999;
}
.navbar-toggle .icon-bar {
    background-color: #999;
}
.nav.nav-side {
    margin-top: 30px;
}
.nav.nav-side  li {
    margin-top: 7px;
    margin-bottom: 7px;
	text-align: right;
}
.nav.nav-side  li:hover {

}
.nav.nav-side  li  a {
    background-color: #000;
    color: #fff;	
	font-size: 15px;
	line-height: 17px;
}
.nav.nav-side  li  a {
    position: relative;
    display: block;
    padding: 8px;
}
.nav.nav-side  li  a:hover, 
.nav.nav-side  li  a:active, 
.nav.nav-side  li  a:focus {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.nav.nav-side  .dropdown-menu {
    position: initial;
    float: initial;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow:initial;
    box-shadow: initial;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 800px;
    opacity: 1;
}
.collapsing {
	display: none;
}
#nav-icon3 {
	width: 44px;
    height: 33px;
    position: relative;
    margin: 0;
    padding: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 3px;
    float: right;
    margin-top: 0px;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 8px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 10px;
}
#nav-icon3 span:nth-child(4) {
    top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*
	header link
*/
.header-links  {
    padding-top: 37px;
}
.header-links .alignnone {
    margin: 0px 3px 6px 0px;
}
.header-phone {
	padding-top: 25px;
	padding-bottom: 15px;
}
.header-phone a {
	display: block;
    padding-top: 3px;
    padding-bottom: 3px;	
	padding-right: 40px;
	background-color: #0093dd;
	background-image: url(img/iconphone.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #fff;
	font-size: 19px;
    line-height: 28px;
	text-decoration: none;
	text-align: center;
}
/*
	logo
*/
.header-logo {
	position: relative;
	padding-top: 12px;
}
.header-logo a {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: 100%;
	height: auto;
}

/*
	navbar
*/
body .site-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 100%;
	height: 112px;
	overfow: hidden;
}
body.admin-bar .site-nav {
	top: 32px;
}
.nav.navbar-nav > li {
	background-color: transparent;

}
.nav.navbar-nav > li:hover,
.nav.navbar-nav > li:focus,
.nav.navbar-nav > li:active {
	background-color: transparent;
}
.nav.navbar-nav > li a {
	color: #000;
	font-weight: 300;
}
.nav.navbar-nav > li a:hover,
.nav.navbar-nav > li a:focus,
.nav.navbar-nav > li a:active {
	background-color: transparent;
	color: #000;
}
.nav.navbar-nav > li.current-menu-item {
	background-color: transparent;
}
.nav.navbar-nav > li.current-menu-item a {
	color: #000;
}
/*
	site header
*/
.slickwraper {
	overflow: hidden;
}
.site-header {
	padding-top: 110px;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	top: 45%;
	z-index: 9000;
	width: 15px;
	height: 15px;
	color: transparent;
    font-size: 1px;
    outline: 0;	
}
.slick-next.slick-arrow {
	position: absolute;
	right: 0px;
	top: 45%;
	z-index: 9000;
	width: 15px;
	height: 15px;	
	color: transparent;	
    font-size: 1px;
    outline: 0;	
}

/*
	navtop
*/
.header-top {
	background-color: #f2f6f1;
}
.header-menu {
	padding-top: 20px;
	padding-bottom: 15px;
}
/*
	header image
*/
img.header-image {
	width: 100%;
	height: auto;
}
.header-site {
	position: relative;
	width: 100%;
	height: 100%;
}
.header-text-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 14px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 14px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 14px inset;	
}
.header-text-in-page {
	position: static;
	padding-top: 15px;
	margin-bottom: -50px;
}
.header-text-wrap .table {
	height: 100%;
	margin-bottom: 0px;
}
.header-text-wrap h1,
.header-text-in-page h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*
	padding-bottom: 20px;
	background-image: url(img/headertitleimg2.png);
	background-repeat: no-repeat;
	background-position: 95% bottom;
	*/
	color: #dd117b;
	font-weight: bold;
	font-size: 60px;
}
.header-text-in-page h1 {
	font-size: 40px;
}
.contact-page-title {
	padding-top: 20px;
	margin-bottom: -40px;
}
/*
	footer
*/ 
.footer-site {
	background-image: url(img/contactfooterbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.footer-text {
	padding-top: 40px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 19px;
}
.footer-text a {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}
.footer-text .form-control {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 4px;
	border: 0px;
	border-radius: 0px;
	font-size: 18px;
}
.footer-text input.form-control {
	height: 42px;
}
.footer-text textarea.form-control {
	height: 130px;
}
.footer-text .btn {
	width: 100%;
	height: 42px;
	margin-top: 12px;
	margin-bottom: 4px;	
	border: 0px;
	border-radius: 0px;
	background-color: #00aeef;
	color: #fff;	
	font-weight: 700;
	font-size: 22px;
}
.footer-text .btn:hover,
.footer-text .btn:focus,
.footer-text .btn:active {
	color: #dd117b;
}
.footer-img {
	padding-top: 155px;
}
@media (max-width: 1000px) {
	.footer-img {
		padding-top: 0;
	}
}
/*
	innner page
*/
.section-site {
	background-color: #f3f3f3;
}
#maincontainer {
	min-height: 400px;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*
	home
*/
.section-home-one {
	padding-top: 30px;
	padding-bottom: 30px;
    background: #f2f6f1; 
	background: -webkit-linear-gradient(#d5d8d4,#f2f6f1,#f2f6f1,#f2f6f1);
    background: -o-linear-gradient(#d5d8d4,#f2f6f1,#f2f6f1,#f2f6f1);
    background: -moz-linear-gradient(#d5d8d4,#f2f6f1,#f2f6f1,#f2f6f1);
    background: linear-gradient(#d5d8d4,#f2f6f1,#f2f6f1,#f2f6f1);
}
.section-home-one-box-wrap {
	text-align: center;
}
.section-home-one-box-wrap a {
	display: inline-block;
	position: relative;
	margin: 20px;
	padding: 20px 30px;
	background-image: url(img/sectiononebox.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.section-home-one-box-wrap a.bold {
	display: inline-block;
	position: relative;
	margin: 20px;
	padding: 10px 20px;
	color: #ff0000;
	font-size: 30px;
}
.section-home-one-box-wrap a:after {
    content: '';
    display: block;
    position: absolute;
    left: 40%;
    top: -6px;
    width: 30px;
    height: 12px;
    background-color: #fadc81;
    -webkit-transform: rotate(102deg);
    -moz-transform: rotate(102deg);
    -o-transform: rotate(102deg);
    -ms-transform: rotate(102deg);
    transform: rotate(102deg);	
}
.section-home-one-box-wrap a:nth-child(1):after {
	background-color: #fadc81;
}
.section-home-one-box-wrap a:nth-child(2):after {
	background-color: #33bff2;
}
.section-home-one-box-wrap a:nth-child(3):after {
	background-color: #f033a4;
}
.section-home-one-box-wrap a:nth-child(4):after {
	background-color: #f8db7f;
}
.section-home-one-box-wrap a:nth-child(5):after {
	background-color: #33bff3;
}
.section-home-one-box-wrap a:nth-child(6):after {
	background-color: #f233a2;
}
.section-home-one-text {
	padding-top: 20px;
	padding-top: 20px;
}
.section-home-one-btn {
	padding-top: 20px;
	padding-top: 20px;	
	text-align: center;
}
.section-home-one-btn a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
/*
	home section 2
*/
.section-home-two {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #00adef;
}
.video-slider-box {
	padding: 20px;	
}
.video-slider .slick-arrow {
    top: 34%;	
	width: 96px;
	height: 96px;
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;		
	outline: 0;
	cursor: pointer;
}
.video-slider .slick-prev.slick-arrow {
	left: -100px;
	background-image: url(img/arrow-left.png);
}
.video-slider .slick-next.slick-arrow {
	right: -100px;
	background-image: url(img/arrow-right.png);
}
.video-slider-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.video-slider-box-btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.3);
	background-image: url(img/videoarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: opacity 0.5s;
	cursor: pointer;
}
.video-slider-box-inner:hover .video-slider-box-btn  {
	opacity: 1;
}

#module-2-popup {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.module-popup {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.module-popup-inner {
	width: 600px;
	height: 380px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
	text-align: left;
}
.module-popup-inner-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.module-popup-inner-inner-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.module-popup-inner-inner-text {
	padding-right: 0px;
}
.module-popup-inner-inner-inner::-webkit-scrollbar {
    width: 10px;
}
.module-popup-inner-inner-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); 
    border-radius: 9px;
}
.module-popup-inner-inner-inner::-webkit-scrollbar-thumb {
    border-radius: 9px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); 
}
.module-popup-close-btn {
    position: absolute;
    top: -27px;
    right: -27px;
    cursor: pointer;
	background: initial;
	color: #000;
}
.module-popup-close-btn:before {
    content: "x";
    display: block;
    line-height: 25px;
    font-size: 25px;
}
body.noscroll { 
    position:fixed;
	width: 100%;
    overflow-y:hidden;
}
.module-popup-inner-inner-text iframe {
	max-width: 100%;
	width: 517px;
	height: 290px;
}

.section-home-three {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #c2b9b1;
	background-image: url(img/contentbg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.images-slider-box {
	padding: 20px;	
}
.images-slider .slick-arrow {
    top: 34%;	
	width: 96px;
	height: 96px;
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;		
	outline: 0;
	cursor: pointer;
}
.images-slider .slick-prev.slick-arrow {
	left: -100px;
	background-image: url(img/arrow-left.png);
}
.images-slider .slick-next.slick-arrow {
	right: -100px;
	background-image: url(img/arrow-right.png);
}
.images-slider-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.images-slider-box-inner img {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}
.images-slider-box-btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.3);
	background-image: url(img/videoarrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: opacity 0.5s;
	cursor: pointer;
}
.images-slider-box-inner:hover .video-slider-box-btn  {
	opacity: 1;
}
.section-home-four {
	padding-top: 30px;
	padding-bottom: 30px;	
	background-image: url(img/contentbg02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    color: #fff;
    font-weight: 700;
	font-size: 70px;
    line-height: 64px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}
.section-home-four .col-md-6 .wp-image-1910 {
	margin-top: 40px;
    margin-right: 60px;
}
.section-home-four .col-md-6 .wp-image-1911 {
	margin-right: 160px;
    margin-top: -30px;
}
@media (max-width: 1000px) {
	.section-home-four .col-md-6 .wp-image-1910,
	.section-home-four .col-md-6 .wp-image-1911 {
		margin: 0;
	}
}
.section-home-five {
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-five-box {
	position: relative;
	float: right;
	width: 20%;
}
.home-five-box-arrow {
    position: absolute;
    top: 45px;
    left: -6px;
}
.home-five-box-text {
	padding-left: 40px;
	text-align: center;
}
.home-five-box-text-img {
	padding-bottom: 20px;
}
.home-five-box-text-img img {
	display: inline-block;
}
.home-five-box-text-title {
	padding-bottom: 40px;
	font-weight: 700;
}
.home-two-box-text-title {
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	margin-top: 10px;
}
.video-slider-box-inner.bold .home-two-box-text-title {
	font-weight: 700;
	font-size: 30px;
	color: #ff0000;
}
.section-home-six  {
	padding-top: 30px;
	padding-bottom: 30px;	
	background-color: #ffcb05;
	color: #fff;
	font-weight: 700;
	font-size: 30px; 
}
.logos-slider .slick-arrow {
    display: none!important;
}
/* home side bar */
.home-sidemenu-btn {
	display: none;  /* ask for delete this button */
	position: fixed;
    padding: 5px;
    border: 1px solid #000;
    background-color: #00aeef;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
    top: 530px;
	right: 20px;
}
@media (max-width: 1000px){
	.home-sidemenu-btn {
		display: none;
	}
}

.page-template-template-home #side-col {
	position: fixed;
	display: none;
}
.page-template-template-home aside > p {
    display: none;
}
.page-template-template-home #menu-side-1 {
	width: 190px;
}
.page-template-template-home #menu-side-1 li {
	margin: 3px auto;
}
.page-template-template-home #menu-side-1 li a {
	font-size: 12px;
	padding: 4px;
}
/*
	how it works
*/
.how-work-content {
	padding-bottom: 10px;
}
.how-work-row-title {
	padding-top: 15px;
	padding-bottom: 5px;
}
.how-work-row-title-img {
	display: inline-block;	
	float: right;
	width: 160px;
}
.how-work-row-title-text  {
	display: inline-block;
	float: right;	
}
.how-work-row-title-text h2 {
	display: table-cell;
	vertical-align: middle;
	height: 126px;
	margin: 0px;
	font-weight: 700;
	font-size: 44px;	
}
.how-work-row-text {
	padding-right: 160px;
}
/*
	contact
*/
.footer-img.contact-img {
    padding-top: 54px;
}
.contact-table-wrap {
	max-width: 400px;
	margin: 0 auto;
	padding-right: 15px;
	border-right: 4px solid #00aeef;
	color: #fff;	
}
table.contact-table  {

}
table.contact-table tr td {
    border-top: 0px;
}
/*
	gallery
*/
.gallery-page-wrap {
	padding-right: 150px;
	padding-left: 150px;
}
.gallery-title {
	margin-bottom: 5px;
}
.gallery-title a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
}
.gallery-title a:hover {
	color: #00aeef;
}
.gallery-title.selected a {
	color: #00aeef;
}
.gallery-title.selected a:hover {
	color: #00aeef;
}
.section-gallery {
	background-color: #f3f3f3;
	background-image: url(img/gallerybga.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
/*
	choose gallery
*/
.page-template-template-choose .farme-select-title,
.page-template-template-choose .choose-farme-wrap {
	display: none;
}
.page-template-template-choose #myfile {
	margin-bottom: 10px;
    font-size: 25px;
}
.section-choose {
	background-image: url(img/stripchoosea.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	font-weight: 700;
}
.section-choose.section-choose-last {
	background-image: url(img/choosedlastbg.png), url(img/stripchoosea.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center center;
	background-size: auto auto,100% 100%;
}
.choose-box {
	padding-right: 30px;
	padding-left: 30px;
}
.choose-box input,
.choose-box label {
	cursor: pointer;
}
.choose-title {
    padding: 80px 150px 0px 10px;
	margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 37px;
    font-weight: 700;	
}
.choose-title.choose-title-1 {
	background-image: url(img/stage1.png);
	color: #00aeef;
}
.choose-title.choose-title-2 {
	background-image: url(img/stage2.png);
	color: #ec008c;	
}
.choose-title.choose-title-3 {
	background-image: url(img/stage3.png);
	color: #ffcb05;	
}
.choose-title.choose-title-4 {
	background-image: url(img/stage4.png);
	color: #000000;	
}
.choose-title.choose-title-5 {
	background-image: url(img/stage5.png);
	color: #00aeef;	
}
.choose-box-selection {
	padding-right: 15px;
	padding-left: 15px;
}
.chosed-image {
	border: 1px solid #d3d3d3;
	background-image: url(img/chosenimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;	
}
.chosed-image.chosed-image-selected {
	border: 0px;
	background-image: initial;	
}
.chosed-selection-hide {
	display: none;
}
.chosed-selection-hide.chosed-image-selected  {
	display: block;
}
.chosed-image.image-center:after {
	padding-top: 60%;
}
.chosed-image-btn {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 5px 20px;
	background-color: #00aeef;
	color: #fff;
	cursor: pointer;
}
.chosed-selection label {
	margin-left: 30px;
}
.chosed-rmk {
	margin-top: 30px;
	padding-right: 10px;
	border-right: 4px solid #00aeef;
}
.chosed-selection-row {
	margin-bottom: 5px;
}
.choose-farme-wrap {
	position: relative;
	width: 100%;
	height: 100px;
}
.choose-farme {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
}
.choose-farme-selected {
	z-index: 2;
	opacity: 1;
}
.choose-farme-selected-not {
	z-index: 1;
	opacity: 0;	
}
.frame-box {
	padding: 5px;
}
.frame .slick-arrow,
.frame-sec .slick-arrow {
	width: 15px;
	height: 17px;	
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto auto;
}
.frame .slick-prev.slick-arrow,
.frame-sec .slick-prev.slick-arrow {
	left: -20px;
	background-image: url(img/LeftArrow.png);
}
.frame .slick-next.slick-arrow, 
.frame-sec .slick-next.slick-arrow {
	right: -20px;
	background-image: url(img/RightArrow.png);	
}
.slick-initialized frame-box.slick-slide {
    height: 68px;
}
.gallery-in-price {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}


#modulegallery-2-popup {
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.modulegallery-popup {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.modulegallery-popup-inner {
	width: 800px;
	height: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
	text-align: right;
}
.modulegallery-popup-inner-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.modulegallery-popup-inner-inner-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.modulegallery-popup-inner-inner-text {
	padding-right: 20px;
}
.modulegallery-popup-inner-inner-inner::-webkit-scrollbar {
    width: 10px;
}
.modulegallery-popup-inner-inner-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); 
    border-radius: 9px;
}
.modulegallery-popup-inner-inner-inner::-webkit-scrollbar-thumb {
    border-radius: 9px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); 
}
.modulegallery-popup-close-btn {
    position: absolute;
    top: -27px;
    right: -27px;
    cursor: pointer;
	background: initial;
	color: #000;
}
.modulegallery-popup-close-btn:before {
    content: "x";
    display: block;
    line-height: 25px;
    font-size: 25px;
}
body.noscroll { 
    position:fixed;
	width: 100%;
    overflow-y:hidden;
}
.img-gallery {
	cursor: pointer;
}


.panel-tabs {
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}
.panel-primary {
    border-color: transparent;
}
.farme-select-title {
	padding: 30px 4px 10px 4px;
}
.frame-box {
	outline: 0;		
}
.frame-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	outline: 0;
	cursor: pointer;
    display: table-cell;
    height: 62px;
    vertical-align: middle;	
}
.frame-box-selected {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	background-image: url(img/checkmark.png);
	background-repeat: no-repeat;
	background-position: center center;
	outline: 0;
	border: 1px solid #333;
}
.price-btn {
    display: inline-block;
	position: relative;	
    margin-right: 100px;
    padding: 20px 140px 20px 30px;
	border: 1px solid #000;
    background-color: #00aeef;
    background-image: url(img/icon-chart.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
	cursor: pointer;
}
.price-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 100%;
	border-left: 1px solid #000;
}
.form-control.form-control-short {
	display: inline-block;
	width: 80px;
}
.price-firsty .price-detail-line {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.price-firsty {
	width: 100%;
    text-align: center;
    clear: both;
    padding: 20px;
    background: #ddd;
    margin-top: 20px;
}
.price-detail-line {
	margin-bottom: 20px;	
	padding-right: 100px;
	font-weight: 400;	
}
.price-detail-line:last-child {
	font-weight: 700;
}
.price-detail {
	display: inline-block;
	float: right;
}
.price-detail-text {
	width: 260px;
}
.price-detail-number {
	width: 40px;
}
.price-detail-unites {
	width: 20px;
}
.gallery-page-wrap {
	min-height: 660px;
}
.col-md-1.chart-col {
	width: 10%;
}
.chart-titles {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-weight: 700;
}
.first-section-bg {
    background-image: url(img/stripchoosea.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.chart-line {
	padding-top: 10px;
	padding-bottom: 10px;
}
.chart-col-garbege img {
	margin-top: -6px;
}
#maincontainer.container-chart {
	padding-bottom: 300px;
    background-image: url(img/frogchartbottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;	
}
iframe#pele-iframe {
	width: 100%;
	height: 600px;
	border: 0px;
}
.chart-btn {
	border: 1px solid #000;
	color: #fff;
    font-size: 26px;
    font-weight: 700;	
	text-align: center;
}
.chart-btn a {
	color: #fff;	
	text-decoration: none;
}
.chart-btn .table {
    margin-bottom: 0px;
}
.chart-btn-add {
	background-color: #dd117b;
}
.chart-btn-order {
	background-color: #00aeef;
}
.chart-btn-icon {
    width: 80px;
	border-left: 1px solid #000;
}
.chart-btn-icon i {
    display: block;
	width: 80px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
}
.chart-btn-add .chart-btn-icon i {
	background-image: url(img/chartarrowright.png);
}
.chart-btn-order .chart-btn-icon i {
	background-image: url(img/charticon22.png);
}
.progress {
	 width: 62%;
}
.del-line{
	cursor: pointer;
}

.sum-row {
	border-top: 1px solid white;
    font-size: 24px;
    color: #451789;
    font-weight: bold;
	padding:15px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.form-main{
	max-width: 400px;
	font-size: 18px;
	margin: 0 auto;
}


/*
		
		Landpage

*/
.landpage-top{
	background-image: url(img/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 900px;
	text-align: center;
}
.landpage-top-position{
	margin-left: 10%;
	margin-top: 110px;
}
.landpage-logo {
	background-image: url(img/vector.png);
	background-repeat: no-repeat;
	background-position: bottom;
    padding-bottom: 6px;
    background-size: 100% auto;
}
.landpage-title {
	background-image: url(img/vector.png);
	background-repeat: no-repeat;
	background-position: bottom;
    background-size: 100% auto;
}
.landpage-title h1{
	font-size: 82px;
    font-weight: 800;
    color: #000;	
}
.landpage-text{
	background-image: url(img/vector.png);
	background-repeat: no-repeat;
	background-position: bottom;	
    background-size: 100% auto;
	font-size: 30px;
    padding-bottom: 25px;
}
.landpage-text h3{
	font-size: 38px;
    font-weight: 600;
    color: #000;	
    margin-top: 10px;
    margin-bottom: 20px;
}
.landpage-text img{
    margin-bottom: 0px;
}
.landpage-text h4 {
	font-size: 44px;
    font-weight: 600;
    color: #fff;
	background-color: #4cc6f3;
	padding: 5px 20px;
	border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
	display: inline-block;	
}
.landpage-text a{
	color: inherit;
	text-decoration: none;
}
.landpage-text .wpcf7-form{
	font-size: 18px;
    margin-top: 30px;
}
.landpage-text .wpcf7-form .wpcf7-form-control{
	width: 100%;
	border-radius: 0px;
	border: 2px solid #ececec;
	font-size: 21px;
    padding: 24px 18px;
}
.landpage-text .wpcf7-form .wpcf7-submit.btn{
	border: none;
	background-color: #ec008c;
	color: #fff;
	font-weight: 600;
	font-size: 29px;
    padding: 6px 12px;
}
.landpage-text .wpcf7-form .wpcf7-response-output{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.landpage-text .wpcf7-form span.wpcf7-not-valid-tip{
	font-size: 18px;
}
.landpage-pink-text {
	background-image: url(img/pink-row.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 25px;
	font-size: 40px;
}

.landpage-center{
	text-align:center;
}
.landpage-center-position{
	max-width: 710px;
	background-color: #fff;
	border-radius: 30px;
	margin-top: -64px;
    display: inline-block;
    width: 100%;
}
.landpage-tariff{
	text-align:right;
	margin: 10px 30px;
	font-size: 28px;
}
.landpage-tariff ul li{
    list-style-image: url(img/li-pink.jpg);
}
.landpage-tariff ul li:nth-child(2n) {
    list-style-image: url(img/li-blue.jpg);
}
.landpage-tariff h3{
	font-size: 34px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
}
.landpage-video{
	width: 750px;
	max-height: 405px;
	border: 2px solid #d6dadc;
    margin-bottom: 30px;
    margin-top: 15px;
	height: 405px;
}
.landpage-table-warp{
	text-align: center;
}
.landpage-table{
	font-size: 12px;
	text-align: center;
	max-width: 650px;
    display: inline-table;
}
.landpage-table th{
	text-align: center;
	border: 2px solid #000;
	font-weight: 800
}
.landpage-table p{
	margin: 0px;
}
.landpage-table-col-1{
	border: 2px solid #000;
	text-align: center;
	font-weight: 600;
}
.landpage-table-col-1 strong{
	font-weight: 800;
}
.landpage-table-col-2{
	border: 2px solid #000;	
	text-align: center;
	font-weight: 800;
    text-decoration: line-through;
}
.landpage-table-col-3{
	border: 2px solid #000;	
	text-align: center;
	font-weight: 800;
	color: #ff0000;
}
.landpage-table-col-4{
	border: 2px solid #000;	
	text-align: center;
	font-weight: 800;
	color: #ff0000;
}

.landpage-footer{
	text-align: center;
	margin-top: 30px;
}
.landpage-info{
	font-size: 32px;
	display: inline-block;
}
.landpage-info h6{
	display: none;
}
.landpage-info p{
	margin: 0px;
}
.landpage-info a{
	color: inherit;
	text-decoration: none;
}
.landpage-bottom-bg{
	background-image: url(img/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 259px;
	text-align: center;	
}
.landpage-bottom-form {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
}
.landpage-bottom-form h3{
	color: #fff;
	font-size: 58px;
	font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
}
.landpage-bottom-form .wpcf7-form{
	font-size: 18px;
    margin-top: 20px;
}
.landpage-bottom-form .wpcf7-form .wpcf7-form-control{
	width: 100%;
	border-radius: 0px;
	border: 2px solid #ececec;
	font-size: 21px;
    padding: 24px 18px;
}
.landpage-bottom-form .wpcf7-form .wpcf7-submit.btn{
	border: none;
	background-color: #ec008c;
	color: #fff;
	font-weight: 600;
	font-size: 29px;
    padding: 6px 12px;
}
.landpage-bottom-form .wpcf7-form .wpcf7-response-output{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.landpage-bottom-form .wpcf7-form span.wpcf7-not-valid-tip{
	font-size: 18px;
}
/*
		
		Landpages from RavMeser

*/
.lp-ravmesser .elementor-heading-title,
.lp-ravmesser .elementor-text-editor,
.lp-ravmesser .elementor-image-box-content {
    font-family: assistant !important;
}

.lp-ravmesser.tell-about-us .elementor-image-box-img img {
    border-radius: 50%;
}
@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.navbar-nav {
		display: inline-block;
		float: initial;
	}
	.nav.navbar-nav > li {
	}
	.navbar-nav > li > a {	
	}
	.navbar-collapse.collapse {
		padding-right: 0px;
		padding-left: 0px;
		text-align: center;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.container.container-wide {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	.container.container-wide {
		width: 100%;
	}
}
@media (min-width: 1630px){
	.container.container-wide {
		width: 1600px;
	}
}
@media (max-width: 1800px){
	.landpage-info {
		font-size: 20px;
	}
}
@media (max-width: 1199px){
	body .site-nav {
		height: auto;
	}
	.navbar-collapse.collapse {

	}
	.header-logo {
		text-align: center;
	}
	.header-links {
		padding-top: 60px;
	}
	body .site-nav {
		position: initial;
	}
	.site-header {
		padding-top: 0px;
	}
	.header-logo a {
		position: initial;
		top: 0px;
		right: 0px;
		z-index: 2;
		width: 100%;
		height: auto;
	}
	.gallery-page-wrap {
		padding-right: 50px;
		padding-left: 50px;
	}
	.landpage-info {
		font-size: 16px;
	}
	.landpage-title h1 {
		font-size: 60px;
	}
	.landpage-pink-text {
		font-size: 35px;
	}
	.landpage-text .wpcf7-form .wpcf7-submit.btn {
		font-size: 26px;
	}
}
@media (max-width: 991px){
	body{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
	.header-phone a {
		font-size: 18px;
	}
	.how-work-row-title {
		padding-bottom: 15px;
	}
	.how-work-row-text  {
		padding-right: 0px;
	}
	.gallery-page-wrap {
		padding-right: 0px;
		padding-left: 0px;
	}
	.home-five-box {
		width: 33%;
	}
	.home-five-box-arrow {
		display: none;
	}
	nav, header, section, footer {
		overflow: hidden;
	}
	.col-md-1.chart-col {
		width: 20%;
		float: right;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.landpage-info {
		font-size: 13px;
	}
	.landpage-title h1 {
		font-size: 45px;
	}
	.landpage-text h4 {
		font-size: 25px;
	}
	.landpage-text h3 {
		font-size: 30px;
	}
	.landpage-pink-text {
		font-size: 24px;
	}
	.landpage-text .wpcf7-form .wpcf7-submit.btn {
		font-size: 26px;
	}	
	.landpage-bottom-form {
		font-size: 24px;
	}
	.landpage-bottom-form h3{
		font-size: 40px;
	}
	.landpage-center-position {
		margin-top: 0px;
	}
}
@media (max-width: 767px){
	.header-menu {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.nav.navbar-nav > li {
		text-align: center;
	}
	.header-phone {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-phone a {
		display: inline-block;
		float: left;
		padding-left: 10px;
	}
	.header-logo {
		text-align: center;
	}
	.header-logo img {
		display: inline-block;
	}
	.header-social {
		text-align: left;
		padding-left: 15px;
	}
	.header-links {
		padding-top: 10px;
	}
	.navbar-toggle {
		border: 1px solid #333;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-toggle .icon-bar {
		background-color: #333;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: initial;
		border: 0px;
		border-color: transparent;
		box-shadow: initial;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		width: 100%;
		margin: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.module-popup-inner {
		width: 80%;
		height: 70%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		padding: 30px 15px 20px;
		border-radius: 10px;
		background-color: #fff;
		text-align: left;
		overflow-y: auto;
	}
	.modulegallery-popup-inner {
		width: 80%;
		height: 70%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		padding: 30px 15px 20px;
		border-radius: 10px;
		background-color: #fff;
		text-align: left;
		overflow-y: auto;
	}
	.home-five-box {
		width: 50%;
	}
	img.header-image {
		display: none;
	}
	.header-text-wrap {
		position: relative;
		padding: 15px 10px 10px;
	}
	.header-text-wrap h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		color: #dd117b;
		font-weight: bold;
		font-size: 30px;
	}
	.price-detail-line {
		margin-bottom: 20px;
		padding-right: 0px;
		font-weight: 400;
	}
	.price-btn {
		display: inline-block;
		position: relative;
		margin-right: 0px;
		padding: 20px 140px 20px 30px;
		border: 1px solid #000;
		background-color: #00aeef;
		background-image: url(img/icon-chart.png);
		background-repeat: no-repeat;
		background-position: right center;
		color: #fff;
		font-weight: 700;
		font-size: 30px;
		line-height: 40px;
		cursor: pointer;
	}
	.col-md-1.chart-col {
		width: 50%;
	}
	.landpage-info p{
		display: none;
	}
	.landpage-info h6{
		display: inline-block;
		font-size: 13px;
		color: #000;
	}
	.landpage-title h1 {
		font-size: 36px;
	}
	.landpage-text  {
		font-size: 18px;
	}
	.landpage-text h4 {
		font-size: 25px;
	}
	.landpage-text h3 {
		font-size: 30px;
	}
	.landpage-pink-text {
		font-size: 18px;
	}
	.landpage-tariff {
		font-size: 16px;
	}
	.landpage-tariff h3{
		font-size: 22px;
	}
	.landpage-text .wpcf7-form .wpcf7-form-control {
		font-size: 14px;
		padding: 16px 18px;
	}
	.landpage-text .wpcf7-form .wpcf7-submit.btn {
		font-size: 18px;
	}	
	.landpage-bottom-form {
		font-size: 18px;
	}
	.landpage-bottom-form h3{
		font-size: 30px;
	}
	.landpage-bottom-form .wpcf7-form .wpcf7-form-control {
		font-size: 14px;
		padding: 16px 18px;
	}
	.landpage-bottom-form .wpcf7-form .wpcf7-submit.btn {
		font-size: 18px;
	}
	.landpage-top-position {
		 margin-left: 0%; 
	}
	.landpage-video {
		height: 350px;
	}
}
@media (max-width: 489px){
	.landpage-title h1 {
		font-size: 25px;
	}
	.landpage-text  {
		font-size: 17px;
	}
	.landpage-text h4 {
		font-size: 25px;
	}
	.landpage-text h3 {
		font-size: 21px;
	}
	.landpage-pink-text {
		font-size: 14px;
	}
	.landpage-tariff {
		font-size: 13px;
		margin: 10px 0px;
	}
	.landpage-tariff h3{
		font-size: 22px;
	}
	.landpage-text .wpcf7-form .wpcf7-form-control {
		font-size: 14px;
		padding: 16px 18px;
	}
	.landpage-text .wpcf7-form .wpcf7-submit.btn {
		font-size: 18px;
	}	
	.landpage-bottom-form {
		font-size: 14px;
	}
	.landpage-bottom-form h3{
		font-size: 22px;
	}
	.landpage-bottom-form .wpcf7-form .wpcf7-form-control {
		font-size: 14px;
		padding: 16px 18px;
	}
	.landpage-bottom-form .wpcf7-form .wpcf7-submit.btn {
		font-size: 18px;
	}
	.landpage-top-position {
		 margin-left: 0%; 
	}
	.landpage-video {
		height: 190px;
	}
}
@media (max-width: 425px){
	.home-five-box {
		width: 50%;
	}	
}