/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	/* display: block; */
}

* html .clearfix {
	height: 1px;
}



/* --- reset --- */
body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
}
	
	img {
		border: 0px;
	}
	
	textarea {
		overflow: auto;
	}

* {
	outline: none;
}




/* --- default --- */
body, td, th, input, textarea, select {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.4px;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
}

body {
	background: #eeeef0;
	letter-spacing: 0.6px;
}

a {
	color: #00a1e4;
}

a, a:hover {
	text-decoration: none;
}

input, textarea {
	border: 0px;
	background-color: #5f6370;
	padding: 18px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Edge */
	-webkit-transition: all 0.3s ease;
	color: White;
	opacity: 1;
}

input:-ms-input-placeholder, textarea::-ms-input-placeholder { /* Internet Explorer */
	-ms-transition: all 0.3s ease;
  	color: white;
  	opacity: 1;
}

input::placeholder, textarea::placeholder {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: white;
	opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}
	
input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active  {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}
	
input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active  {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}
	
input::autofill,
input::autofill:hover, 
input::autofill:focus, 
input::autofill:active  {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}
	
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}
input:-ms-autofill, textarea:-ms-autofill, select:-ms-autofill {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}
input::autofill, textarea::autofill, select::autofill {
	background-color: rgb(95, 99, 112) !important;
	color: white !important;
}

#page_Video {
	max-width: 1380px;
}
	#page_Video #second_title h1 {
		font-size: 42px;
	}

	#page_Video .videoBlockLft {
		padding-top: 27px;
	}

#container {
	display: block;
}

.loaded {
	opacity: 0 !important;
	z-index: -1 !important;
}

.inp_text {
	display: inline-block;
	width: 300px;
	margin-right: 10px;
}

.inp_textarea {
	width: 573px;
}

	.inp_textarea textarea{
		width:100%;
		height: 50px;
	}
	
	.txt_area {
		width: calc(100% - 36px);
	}

	.button_submit {
		height: 53px;
		cursor:pointer;
	}
	
#container {
	margin: 0px auto;
}

	#header {
		height: 100vh;
	    min-height: 630px;
		width: 100%;
		position: relative;
		background: black;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
				
			#logo {
				position: relative;
				left: 130px;
				top: 15px;
				margin: 0px;
				padding: 0px;
				z-index: 2;
			}
		
			#logo a {
				width: 300px;
				height: 53px;
				display: block;
				-webkit-transition: all 0.3s ease;
			    -moz-transition: all 0.3s ease;
			    -ms-transition: all 0.3s ease;
			    -o-transition: all 0.3s ease;
			    transition: all 0.3s ease;

				background: url(../images/logoskytexx.png);
				background-position: center;
    			background-repeat: no-repeat;
    			background-size: cover;
			}
			
			#logo a span {
				display: none;
			}
			
			#flash {
				position: absolute;
				right: 20px;
				top: 10px;
				width: 400px;
				height: 100px;
				background: yellow;
				z-index: 1;
			}
		
				#slides {
					width: 100%;
					height: 100%;
				}
				
			#title {			
				padding-left: 5%;
				padding-right: 5%;
				position: relative;
				top: 17%;
				text-align: center;
			}
				#title h1 {
					text-transform: uppercase;
					font-size: 44px;
					color: white;
					font-weight: 300;
					letter-spacing: 0.6px;
				}

				#title h3 {
					font-size: 24px;
					color: white;
					margin-top: 50px;
					font-weight: 300;
				}
	
		#video_block_prezentacija {
			color: #fff
		}

			#five_min_block {
				margin: 16px;
				font-size: 16px;
			    font-weight: bolder;
			}

		#lab {
			height:50%;
			background-image: url("../images/lab2.jpg");
			background-repeat: no-repeat;
			background-size: auto 100%;
			background-position: right 0px top 30%;
		}
		
		#light {
			height:50%;
			background-image: url("../images/light.jpg");
			background-repeat: no-repeat;
			background-size: auto 55%;
			background-position: right 18px top 30%;
		}
		
	#try_demo {
		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
		border-radius: 7px;
		top: 30px;
		position:absolute;
		right: 80px;
		padding: 15px 20px;
		background-color:#148cde;
		color: white;
		font-size: 16px;
		font-weight: 400;
		text-decoration: none;
		z-index: 5;
	}
	
	#try_demo2, #try_demo4 {
		border-radius: 7px;
		padding: 25px 85px;
		background-color:#148cde;
		color: white;
		font-size: 22px;
		font-weight: 400;
		text-decoration: none;
	}
	
	#try_demo3 {
		position: relative;
		top: 90px;
		border-radius: 0;
		padding: 15px 20px;
		background-color:#5c95da;
		color: white;
		font-size: 16px;
		font-weight: 400;
		text-decoration: none;
	}
	
	#watch_video, #watch_video2, .btn-try {
		border: 2px solid white;
		border-radius: 7px;
		padding: 23px 79px;
		color: white;
		font-size: 22px;
		font-weight: 400;
		text-decoration: none;
	}
	
		.btn-try:hover {
			color: white;
		}

#main_buttons {
	position: relative;
	top: 35%;
}

.box-1 {
	text-align: center;
}

.btn-1 {
	display: inline-block;
	font-size: 22px;
	line-height: 80px;
	height: 80px;
	text-align: center;
	width: 250px;
	cursor: pointer;
	margin: 10px 20px;
}

	.sec_background_arr {
		height: 230px;
		background-image: url(../images/section_bckg.png);
		background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;   	
    	display:flex;
    	justify-content:center;
    	align-items:center;
	}
	
	.sec_title {
		height: auto;
		background-image: url(../images/table4-min.jpg);
	    background-repeat: repeat-y;
	    background-size: 100% auto;
	}

		.section_block {
			width: 100%;
			position:relative;
			margin: 0 auto;
		}
		
		.video_block {
			width: 543px;
			display: inline-block;
		}
			
		.arrow_title {
			position:relative;
			margin-left: auto;
			margin-right: auto;
			width: 73px;
			height: 36px;
			background-image: url(../images/title_arrow.png);
		}
		
		.sec_background_arr h1 {
			font-size: 54px;
			font-weight: 400;
			line-height:56px;
		}
		
		.sec_background_arr h3 {
			font-size: 18px;
			font-weight: 300;
			text-align: center;
		}
	
		#benefits_container {
			margin-top: 48px;
		}

		.text {
			text-align: center;
			padding-bottom: 5px;
		}
		
		.text h3 {
			font-size: 18px;
			font-weight: 400;
		}
		
		.videos {
			display:flex;
			justify-content: space-between;
			margin-top: 50px;
			margin-bottom: 60px;
		}
		
		.section_footer {
			background-color: #eaeae0;
			display:flex;
	    	justify-content:center;
	    	align-items:center;
	    	height:230px;
		}
		
		.section_footer h1 {
			font-size: 54px;
			font-weight: 500;
		}
		
		.section_footer h4 {
			margin-top: 18px;
			font-size: 18px;
			font-weight: 500;
		}
		
		.section_footer p {
			text-align: center;
			margin-top: 18px;
			font-size: 18px;
			font-weight: 500;
			color: #5d95db;
		}
		
		.client_header {
			height: 300px;
			background-color: white;
		}
		
			.client_header h1, .customers_reviews_block h1 {
				padding-top: 38px;
				text-align: center;
				text-size: 54px;
				margin-bottom: 7px;
			}

		.customers_reviews_block {
			background-image: url(../images/Pastatai2.jpg);
			background-position: center;
		    background-repeat: no-repeat;
		    background-size: cover;
	    	padding-bottom: 20px;
		}
		
	.reviews {
		display: flex;
		justify-content: space-between;
		padding-bottom: 45px;
	}

		.review_text {
			background-color: white;
			border-radius: 10px;
	 		min-height: 79px;
	 		padding: 15px 20px 20px 20px;
	 		font-size: 18px;
		}
		
		.text_backgroud {
			margin-left: 20px;
			background-image: url(../images/review_background.png);
		    background-repeat: no-repeat;
	 		background-size: cover;
	 		width: 21px;
	 		height: 20px;
		}
	
		.review_author {
			margin-top: 10px;
			font-size: 18px;
			margin-left: 20px;
		}
			
			.review_author div {
				margin-top: 5px;
			}
		
			.author_name {
				font-weight: 400;
			}
			
			.author_title {
				font-weight: 400;	
			}
			
			.author_url {
				color: #5c95da;
			}
	
	.client_footer {
		overflow: hidden;
		height:350px;
		background-color:white;
	}
	
		#luck-logo {
			position:relative;
			left: 600px;
			background-image: url(../images/luck-logo.png);
			width:579px;
			height:238px;
		 	bottom: 55px;
		}
		
		#luck-text {
			position: relative;
			top: 80px;
			width: 650px;
		}
		
		#luck-text h1 {
			font-size: 54px;
			font-weight: 400;
		}
		
	.contact-form {
		background-color: #4a4d59;		
	}
	
		#contacts_form {
			color: white;
		}
			#contacts_form h1 {
				font-size: 36px;
			}
			
			.add_block {
				margin-top: 15px;
			}
			
				.add_title {
					min-width: 150px;
					color: #8b8f9d;
					font-size: 16px;
					font-weight: 700;
					display: inline-block;
				}
				
				.add_txt {
					display: inline-block;
					color: white;
					font-size: 14px;
					font-weight: 400;
				}
				
				.add_txt a {
					color: white;
				}
					
	#go_to_top {
	    position: fixed;
	    bottom: -80px;
	    right: 50px;
	    background: rgb(0, 0, 0);
	    background: rgba(0, 0, 0, 0.7);
	    width: 60px;
	    height: 60px;
	    display: block;
	    text-decoration: none;
	    -webkit-border-radius: 35px;
	    -moz-border-radius: 35px;
	    border-radius: 35px;
	    -webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	    z-index: 5;
	    background-image: url(../images/arrow-up.png);
	    background-size: 20px 20px;
	    background-repeat: no-repeat;
		background-position: center; 
	}
	

	#go_to_top:hover {
		background-color: #148cde;
	    background-image: url(../images/arrow-up.png);
	    background-size: 20px 20px;
	    background-repeat: no-repeat;
		background-position: center; 
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	}
	
	.shadow {
		-webkit-transition: box-shadow 0.5s ease;
	  	-moz-transition: box-shadow 0.5s ease;
	 	-ms-transition: box-shadow 0.5s ease;
	  	-o-transition: box-shadow 0.5s ease;
	  	transition: box-shadow 0.5s ease;
	}
	

 	.show_hover {
		opacity: 0;
		-webkit-transition: all 0.5s ease;
	  	-moz-transition: all 0.5s ease;
	 	-ms-transition: all 0.5s ease;
	  	-o-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
	}

	.box-planning-type-1:hover > .show_hover, .show_hover:hover {
	    opacity: 1;
	}

.box {
  position:absolute;
  top:50%;
  left:50%;
  transform : translate(-50% ,-50%);
}

.btn:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
}

a.scroll_to_div {
  width: 100px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 50px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding: 40px 0 10px 0;
}

a.scroll_to_div span {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}

a.scroll_to_div span + span {
	top:-3px;
}

@media only screen and (max-height: 700px) {
	#header a.scroll_to_div {
		display: none;
	}
}

@media only screen and (max-height: 700px) and (min-width: 780px) {
	#header a.scroll_to_div {
		display: none;
	}
}

.box-planning h2, .box-planning p {
	text-align: center;
}

.box-planning-type-1 .list > li {
    display: flex;
	line-height: 1.5;
}

.btn-c {
	color: #fff;
	cursor: pointer;
	margin: 0 0 2em;
	max-width: 160px; 
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%; 
  

  @media(min-width: 600px) {
      
    margin: 0 1em 2em;

  }
  
  &:hover { text-decoration: none; }
  
}

.btn-5-c {
	border: 1 solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-5-c:hover {
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #427388; 
}


.flip-card {
	background-color: transparent;
	width: 300px;
	height: 300px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.rotated {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	background-color: #4a4d59;
}

.flip-card-front {
	color: black;
}

.flip-card-back {
	height: calc(100% - 75px);
	padding-top: 75px;
	color: white;
	transform: rotateY(180deg);
}

.loader {
	position: relative;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	border: 2px solid rgb(40, 40, 40);
	border-radius: 50%;
	border-top: 2px solid #787878;
	width: 64px;
	height: 64px;
	-webkit-animation: spin 0.7s linear infinite;
	animation: spin 0.7s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#cookiesMessage {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    border-top: solid 5px #148cde;
    bottom: 30px;
    left: 30px;
    width: 460px;
    right: auto;
    z-index: 10;
    padding: 15px 0 10px 0;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    padding: 30px;
}

	#cookiesMessage .text {
	    margin-top: 4px;
	    width: 100%;
	    float: left;
	    font-size: 15px;
	    line-height: 25px;
	    text-align:left;
	}
	
	#cookiesMessage p {
		text-align: left;
	}
	
	#cookiesMessage p.policy {
	    display: inline-block;
	    margin-bottom: 0;
	    margin-top: 20px;
	}
	
	#cookiesMessage p.policy a {
	    color: #000;
	    text-decoration: underline;
	    cursor: pointer;
	    width: 85%;
	}
	
	#cookiesMessage .buttons {
	    float: right;
	    width: 40%;
	}

	.cookieButton {
		float: right;
	    margin-top: 25px;
	    margin-right: 25px;
	    background-color: #148cde;
	    border: none;
	    border-radius: 5px;
	    color: white;
	    padding: 15px 32px;
	    text-align: center;
	    text-decoration: none !important;
	    display: inline-block;
	    font-size: 16px;
	    cursor: pointer;
	}


@media screen 
	and (min-device-width: 200px) 
	and (max-device-width: 520px) 
	and (-webkit-min-device-pixel-ratio: 1) {
  
	#cookiesMessage {
		width: calc(100% - 60px);
		bottom: 0;
		left: 0;
	}
	
	#lab, #light {
		display:none;
	}
}


/* Menu */

	#navMobile {
		display: none;
	}
	
	#ul.menu, #menu-block {
		display: none;
	}
	
#navbar {
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 0.3s ease;
	padding-top: 15px;
	z-index:3;
}

	#navTop {
		width: 580px;
		position: absolute;
		right: 250px;
		top: 45px;
		transition: all 0.3s ease;
		z-index:4;
	}
		
		#navTop ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.button {
				/* display: inline-block; */
				padding-bottom: 5px;
				text-decoration: none;
				background-image: linear-gradient(dodgerblue, dodgerblue);
				background-size: 0 3px, 1px;
				background-repeat: no-repeat;
				background-position: center bottom;
				transition: all .2s ease-out;
			}
			
			.button:hover {
			  /* The following line makes the underline only as wide as the text */
			  /* background-size: calc(100% - 2em) 5px, auto; */
			  background-size: 100% 3px, auto;
			}
			
			.selected .button {
			  /* The following line makes the underline only as wide as the text */
			  /* background-size: calc(100% - 2em) 5px, auto; */
			  background-size: 100% 3px, auto;
			}
		
			#navTop ul li {
				float: left;
				padding: 0px 15px;
			}
		
		
				#navTop ul li a {
					display: block;
					font-size: 16px;
					font-weight: 300;
					color: white;
					text-decoration: none;
					/* padding: 0px 2px;
					margin: 0px 10px; */
				}
		
				#navTop ul li a:hover {
				}
				
				#navTop ul li.selected a {
					/* font-weight: bold; */
				}

/* Languages */
#navLang {
	transition: all 0.3s ease;
	position: absolute;
	right: 20px;
	top: 45px;
	color: #7e7e7e;
	z-index:3;
}

	#navLang ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
		#navLang ul li {
			float: left;
			padding: 0px 10px;
		}
	
			#navLang ul li a {
				display: block;
				font-size: 14px;
				font-weight: 300;
				color: white;
				text-decoration: none;
				/* padding: 0px 10px; */
			}
			
			#navLang ul li.selected a {
				/* font-weight: bold; */
			}


/* navSidebar */
#navSidebar {
}
	
	#navSidebar ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
		#navSidebar ul li {
		}
	
	
			#navSidebar ul li a {
				display: block;
				font-size: 12px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
				padding: 0px 20px;
				line-height: 20px;
			}
	
			#navSidebar ul li a:hover {
				text-decoration: underline;
			}
			
			#navSidebar ul li.selected a {
				font-weight: bold;
			}
	
	
	#navSidebar ul li.selected ul {
		list-style: none;
		padding: 10px 0px 20px 20px;
		margin: 0px;
	}
	
		#navSidebar ul li.selected ul li {
		}
	
	
			#navSidebar ul li.selected ul li a {
				display: block;
				font-size: 12px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
				padding: 0px 20px;
				line-height: 20px;
			}
	
			#navSidebar ul li.selected ul li a:hover {
				text-decoration: underline;
			}
			
			#navSidebar ul li.selected ul li.selected a {
				font-weight: bold;
			}
				
	
	#navSidebar ul li.selected ul li.selected ul {
		list-style: none;
		padding: 10px 0px 20px 20px;
		margin: 0px;
	}
	
		#navSidebar ul li.selected ul li.selected ul li {
		}
	
	
			#navSidebar ul li.selected ul li.selected ul li a {
				display: block;
				font-size: 12px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
				padding: 0px 20px;
				line-height: 20px;
			}
	
			#navSidebar ul li.selected ul li.selected ul li a:hover {
				text-decoration: underline;
			}
			
			#navSidebar ul li.selected ul li.selected ul li.selected a {
				font-weight: bold;
			}
			


#content h2 {
	margin-bottom: 15px!important;
	font-size: 18px;
	font-weight: normal;
}

#second_title h1 {
	text-align:center;	
}

#second_title h1 {
	margin-top:22px;
	font-size: 54px;
	font-weight: 300;
	margin-bottom: 18px;
}

.video_block {
	font-size: 18px;
}


#page_Kainos {
	padding-top: 30px;
}

#page_Kainos .boxes-planning.row > div {
	min-width: 300px;
}

#page_Kainos .boxes-planning-info.row > div {
	max-width: 988px;
	width: 100%;
    padding-left: 90px;
}

.box-planning.box-planning-type-1 .small.text-uppercase {
	color: #13a14c;
}

.box-planning.box-planning-type-1 .h1 {
    font-weight: 400;
}

section.price-page {
	/* margin-top: -40px; */
}

@media only screen and (max-width: 970px) {
	section.price-page {
		margin-top: -70px;
	}
}

.price-page .row {
	margin-left: 10px;
    margin-right: 10px;
}

.page .price-page .text-dark {
    color: #343a40 !important;
}

.price-page .box-planning-type-1 .box-planning-label > span {
	right: 29px;
	top: 51px;
}

.price-page h1, .price-page .h1 {
	margin-bottom: 0;
    margin-top: 0;
	/* margin-top: 26px;
	margin-bottom: 21px; */
	font-size: 36px;
	line-height: 1.4;
	font-weight: 400;
}

@media (min-width: 768px) {
	.price-page h1, .price-page .h1 {
		line-height: 1.4;
		font-size: 39.6px;
	}
}

@media (min-width: 1200px) {
	.price-page h1, .price-page .h1 {
		line-height: 1.3;
		font-size: 40.5px;
	}
}

.price-page h2, .price-page .h2 {
	margin-top: 0;
    margin-bottom: 0;
	/*margin-top: 42px;
	margin-bottom: 17px; */
	font-size: 32px;
	line-height: 1.3;
	font-weight: 400;
}

@media (min-width: 768px) {
	.price-page h2, .price-page .h2 {
		line-height: 1.3;
		font-size: 34.4px;
	}
}

@media (min-width: 1200px) {
	.price-page h2, .price-page .h2 {
		line-height: 1.24211;
		font-size: 35px;
	}
}

.price-page .list > li {
	display: flex;
	line-height: 1.5;
}

.price-page .list > li + li {
    margin-top: 10px;
}

.price-page .box-planning .small {
	margin-top: 0;
	margin-bottom: 18px;
    font-size: 13px;
}

.price-page .box-planning > h2,
.price-page .box-planning > p {
	text-align: center;
}

@media only screen and (max-width : 970px) {
    .price-page .box-planning-type-1 {
		max-width: none;
	}
}


table {
	border-collapse: collapse;
}

/* forms */
.formcontainer {
	margin:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		 color: white; 
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 16px;
		/* margin: 0px; */
	}

	.formcontainer p.title {
	}
		.formcontainer p.title span {
		}

		.formcontainer p.title span.error {
			color: #b7679e;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {

		font-weight: 400;
		font-size: 14px;
		border: none;
		padding: 18px;
		width: 40%;
	}

	.formcontainer p.resizeable textarea {

	  	font-weight: 400;
		font-size: 14px;
		border: none;
		padding: 18px;
		overflow:auto;
		/* width: 70%; */
	}

	.formcontainer p.button {
		/* padding-top: 10px; */
	}


		.formcontainer p.button input {
			border: 1px solid #a99729;
			background: #a99729;
			color: #ffffff;
			font-weight: bold;
			font-size: 12px;
			padding: 3px 20px;
		}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

div.sticky-queue
	{ 
	position:fixed;
	background:#fff;
	border:1px solid #999;
	width:230px;
	}
div.sticky-note
	{ padding-right:20px; }
div.sticky
	{
	font-size:12px;
	color:#555;
	display:none;
	padding:10px;
	position:relative;
	}
img.sticky-close
	{
	position:absolute;
	top:10px;
	right:10px;
	height:14px;
	width:14px;
	cursor:pointer;
	}
	
	
.top-right
	{ right:20px; }
.top-left
	{ left:20px; }
.top-right, .top-left
	{
	top:-2px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	}
.bottom-right
	{ right:20px; }
.bottom-left
	{ left:20px; }
.bottom-right, .bottom-left
	{
	bottom:-2px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	}

.border-top-right, .border-top-left
	{ border-top:1px solid #999; }
.border-bottom-right, .border-bottom-left
	{ border-bottom:1px solid #999; }

/*-----------------------------------------news-wrapper----------------------------*/
.sec_background_arr {
	Color: white;
}

.content_article {
/* 	display: flex;
	justify-content: space-around; */
}
.articale_row {
	position: relative;
	margin: auto;
	width: 1180px;
	display: flex;
	/* justify-content: space-between; */
}
.news-wrapper {
	min-width: 320px;
	width: 320px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
	.marginlr {
		margin-left:105px;
		margin-right:105px;
	}
	.news-wrapper .image {
		/* float: left; */
		/* margin-right: 5px; */
		text-align:center;
	}
	
	.news-wrapper .news {
		padding: 0px;
		margin: 0px;
	}
	
		.news .date {
			/*+*/
		}
		
		.news .title {
			/*+*/
			font-weight: 500;
			text-transform: uppercase;
			font-size: 24px;
			margin-top: 30px;
			text-align:center;
		}
		
		.news .text {
			/*+*/
			font-weight: 400;
			margin-top: 36px;
			font-size: 18px;
			text-align:center;
		}
		
		.news .more {
			/*+*/
		}
		
		.news .url {
			/*+*/
		}

