@charset "utf-8";

/*
 * Fonts
 * ========================================================================================
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);
/*font-family: 'Open Sans', sans-serif;*/
/*
 * ========================================================================================
 * end of Fonts
 */


/*
 * DEFAULT
 * ========================================================================================
 */
html {
	/*overflow:hidden;*/
}
html,body { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#595959;

	height:100%;
	text-align:center;
}

/* 
 * TEXT ELEMENTS
 * ------------------------------------------------------------------------------------- */
p,
.text {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #696969;
	line-height: 29px;
	
	margin-bottom: 20px;
}

div p:last-child,
table p:last-child,
ul p:last-child,
li p:last-child,
ol p:last-child  {
	margin-bottom:0!important;
}

a,
a:link,
a:visited,
a:active {
	color:#0084FF;
	text-decoration:none;
}
a:hover {
	color: #56b0ff;
	text-decoration:none;
}
p a:hover,
.text a:hover {
	border-bottom:1px solid #0084FF;
}


h1,
.pavadinimas1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #484849;
	line-height: 36px;
	margin: 0 0 20px 0;
}

h2,
.pavadinimas2,
.text_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #484849;
	line-height: 26px;
	margin:0 0 20px 0;
	text-transform: uppercase;
}

.pc_content h3,
.pavadinimas3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#6b7578;
	line-height:22px;
	
	margin:0 0 10px 0;
}

.pc_content h4,
.pavadinimas4 {
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#6b7578;
	line-height:22px;
	
	margin:0 0 10px 0;
}
/* 
 * end of TEXT ELEMENTS
 * ------------------------------------------------------------------------------------- */


/* 
 * UL ELEMENTS
 * ------------------------------------------------------------------------------------- */
ul.bullet {
	list-style-image: url("../img/bullet.png")!important;
}
ul.bullet,
ol.bullet {
	margin:0 0 10px 20px!important;
}
ol,
ul.bullet li,
ul.bullet li p
ol.bullet li, 
ol.bullet li p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#6b7578;
	line-height:22px;
	
	padding:0 0 0 10px!important;
}
ul.bullet li p,
ol.bullet li p {
	margin-bottom:20px;
}

ul.bullet li ul {
	list-style-image: url("../img/bullet_sub.png")!important;
}
ul.bullet li ul,
ol.bullet li ol {
	margin:0 0 0 20px!important;
}
/* 
 * end of UL ELEMENTS
 * ------------------------------------------------------------------------------------- */


/* 
 * FORM ELEMENTS
 * ------------------------------------------------------------------------------------- */

/* 
 * end of FORM ELEMENTS
 * ------------------------------------------------------------------------------------- */


/* 
 * TABLE ELEMENTS
 * ------------------------------------------------------------------------------------- */
table th,
table td,
table td p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#6b7578;
	line-height:22px;
}
table td p{
	margin-bottom:20px;
}

table.default_table {
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
}
table.default_table th,
table.default_table td {
	border: 1px solid #e3e3e3;
	padding: 8px;
	background-color: #fafafa;
	
	font-size:14px;
	color:#6b7578;
	line-height:22px;
}
table.default_table td p{
	font-size:14px;
	color:#6b7578;
	line-height:22px;
}
table.default_table tr:first-child td{
	background-color:#f1f6ff;
	border-color: #e3e3e3;
	font-weight:bold!important;
}
table.default_table tr:nth-child(2n+1) {
	
}
table.default_table tr:nth-child(even) {
	
}
/* 
 * end of TABLE ELEMENTS
 * ------------------------------------------------------------------------------------- */

hr.line {
	color:#d4d7da;
	background-color:#d4d7da;
	border:0;
	margin:25px auto 30px auto;
}

a.shadow:hover img {
	-webkit-box-shadow: 0 2px 4px -2px #464545;
	   -moz-box-shadow: 0 2px 4px -2px #464545;
	        box-shadow: 0 2px 4px -2px #464545;
}
img.bordered {
	border:2px solid #000;
}
a:hover img.bordered {
	border:2px solid #666666;
}
/*
 * end of DEFAULT
 * ========================================================================================
 */


/*
 * CLEARFIX
 * ========================================================================================
 */
.clearfix2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix2 {
	display: inline-block;
}
 
html[xmlns] .clearfix2 {
	display: block;
}
 
* html .clearfix2 {
	height: 1%;
}
/*
 * end of CLEARFIX
 * ========================================================================================
 */


/*
 * ICONS
 * ========================================================================================
 */
.icon_arrow {
	display:block;
	background:url("../img/main.png") no-repeat;
	width:61px;
	height:97px;
	background-position: 0 0;
}
.icon_hand {
	display:block;
	background:url("../img/main.png") no-repeat;
	width:56px;
	height:73px;
	background-position: -70px 0;
}
/*
 * end of ICONS
 * ========================================================================================
 */


/*
 * LAYOUT
 * ========================================================================================
 */
#wrap {
	min-height: 100%;
}
#main,
#inner {
	overflow:auto;
}
#inner {
	padding-bottom:50px;
}
#footer {
	width:100%;
	margin:auto;
	
	position: relative;	
	clear:both;
	
	margin-top: -50px;
	height: 50px;
	background-color:#161616;
}
.content {
	width:960px!important;
	margin:auto;
	position:relative;
	padding:0 20px 0 20px;
}
.content_slide {
	width:980px!important;
	margin:auto;
	position:relative;
}
/*
 * end of LAYOUT
 * ========================================================================================
 */


/*
 * TOP
 * ========================================================================================
 */
#top {
	width:100%;
	height:130px;
	background-color:#f7f7f7;
	border-bottom:1px solid #cfcfcf;
	
	position:fixed;
	z-index:100;
	top:0;
}
#main #top {
	position:fixed;
	z-index:100;
	top:0;
}
#inner #top {
	position:relative;
}
#top_block {
	position:absolute;
	right:20px;
	top:20px;
}
#logo {
	margin:28px 0 0 0;
}
/*
 * end of TOP
 * ========================================================================================
 */


/*
 * LANGUAGES
 * ========================================================================================
 */
#languages {
	
}
#languages .btn-languages {
  color: #1d1d1d;
  text-shadow: none;
  background-color:none;
  background-image:none;
  border:0;
  height:25px;

  padding: 0 15px 0 25px;
  font-size: 14px;
  line-height:25px;
	text-decoration:none;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  
}

#languages .btn-languages:hover,
#languages .btn-languages:focus,
#languages .btn-languages:active,
#languages .btn-languages.active,
#languages .btn-languages.disabled,
#languages .btn-languages[disabled] {
  background-color: none;
}

#languages .btn-languages:active,
#languages .btn-languages.active {
  background-color: none;
}
#languages .btn-languages span {
	margin-top:10px;
}
#languages .dropdown-menu a {
	text-decoration:none;
	text-align:left;
}
/*
 * end of LANGUAGES
 * ========================================================================================
 */


/*
 * TOP MENU
 * ========================================================================================
 */
#menu_top {
	margin:75px 0 0 0;
}
#menu_top ul {
	list-style-type: none;
}
#menu_top ul li {
	float:left;
	display:inline;
	
	margin:0 0 0 8px;
}
#wrap.ru-lang #menu_top ul li {
	margin-left: 2px;
}
#menu_top ul li:first-child {
	margin:0;
}
#menu_top ul li a,
#menu_top ul li a:link,
#menu_top ul li a:visited {
	float:left;
	padding:8px 15px 9px 15px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#1d1d1d;
	line-height:16px;
	text-decoration:none;
}
#menu_top ul li a:hover,
#menu_top ul li .current,
#menu_top ul li .c,
#menu_top ul li.s a.s {
	color: #FFF;
	text-decoration: none;
	background-color: #7ac258;
}
/*
 * end of TOP MENU 1
 * ========================================================================================
 */


/*
 * MENU LOGIN
 * ========================================================================================
 */
#menu_login {
	
}
#menu_login ul {
	list-style-type: none;
}
#menu_login ul li {
	float:left;
	display:inline;
	
	border-right:1px solid #cfcfcf;
}
#menu_login ul li:first-child {
	margin:0;
}
#menu_login ul li a,
#menu_login ul li a:link,
#menu_login ul li a:visited {
	float:left;
	padding:0 25px 0 25px;
	height:25px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#108bfe;
	line-height:25px;
	text-decoration:none;
}
#menu_login ul li a:hover,
#menu_login ul li .current {
	color:#1d1d1d;
	text-decoration:none;
}
/*
 * end of MENU LOGIN
 * ========================================================================================
 */


/*
 * HOST FORM
 * ========================================================================================
 */
#top .host-form {
	position: absolute;
	z-index: 2000;
	top: 27px;
}
.host-form form,
.host-form .control-group:last-child {
	margin-bottom: 0;
}
.host-form {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
			box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.host-form .host-form-heading {
	margin: 0px;
	color: #1d1d1d;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
	white-space: nowrap;
}
.host-form .host-form-heading,
.host-form .checkbox {
	margin-bottom: 15px;
}
.host-form label {
	max-width: 226px;
}
.host-form input[type="text"],
.host-form select,
.host-form input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}
.host-form > .close {
	color: #000000;
	margin: -14px -18px 0 0;
}
#host_register_form form {
	width: 228px;
}
.btn-business-form-switch {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #6e7578;
}
/*
 * end of HOST FORM
 * ========================================================================================
 */
 

/*
 * BUTTONS
 * ========================================================================================
 */
a.btn_green,
a.btn_green:link,
a.btn_green:visited,
button.btn_green {
	border:2px solid #FFF;
	background-color:#5ca61c;
	/*padding:11px 30px 12px 30px;*/
	
	padding:11px 0 12px 0;
	display:block;
	width:150px;
	text-align:center;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
a.btn_green:hover {
	background-color:#FFF;
	color:#5ca61c;
}

/*
 * end of BUTTONS
 * ========================================================================================
 */


/*
 * MAIN SLIDERS
 * ========================================================================================
 */
.slide {
	display:block;
	height:800px;
    overflow: hidden;
    position: relative;
    width: 100%;
	height:870px;
}
.slide h1,
.slide h2,
.slide div {
	position:absolute;
}
.slide .content_slide {
	position:relative;
}
.slide h1 {
	width:100%;
	top:50px;
	top:-150px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:58px;
	color:#270000;
	text-align:center;
	line-height:60px;
}
.slide h2 {
	width:100%;
	top:140px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#270000;
	text-align:center;
	line-height:20px;
}

.slide .line {
	width:960px;
	height:1px;
	display:block;
	background-color:#cfcfcf;
	
	left:50%;
	margin:0 0 0 -480px;
}

#slide_down {
	display:block;
	position:fixed;
	bottom:0;
	left:50%;
	z-index:10;
	margin:0 0 0 -58px;
	width:117px;
	height:46px;
	background:url('../img/slide_down.png') no-repeat;
	cursor:pointer;
}
#slide_down:hover {
	opacity:0.8;
}
/*
 * end of MAIN SLIDERS
 * ========================================================================================
 */


/*
 * SLIDE 1
 * ========================================================================================
 */
#prlx_slide_1 {
	background-color:#FFF;
	padding-top:130px;
}
#prlx_slide_1 .green_circle {
	width: 614px;
	height: 614px;
	background-color: #31b0eb;
	-webkit-border-radius: 307px; 
	-moz-border-radius: 307px; 
	border-radius: 307px;
	overflow: hidden;
	top: 1200px;
	left: 285px;
}
#prlx_slide_1 .info {
	width: 380px;
	top: 60px;
	left: 180px;
	text-align: left;
}
#prlx_slide_1 .info2 {
	text-align: left;
	top: -220px;
	right: 10px;
	background: #eaeaea;
	display: block;
	position: absolute;
	padding: 28px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #242222;
}
#prlx_slide_1 .info2 button {
	margin-bottom: 10px;
}
#prlx_slide_1 .info2 a,
#prlx_slide_1 .info2 a:link,
#prlx_slide_1 .info2 a:visited {
	color: #068fce;
	text-decoration: underline;
}
#prlx_slide_1 .hosting a:hover {
	text-decoration: none;
}
#prlx_slide_1 .line {
	top:760px;
}

#prlx_slide_1  ul {
	list-style-image: url("../img/slide1/bullet.png")!important;
}
#prlx_slide_1  ul,
#prlx_slide_1  ol {
	text-align: left;
	margin: 0 0 0 30px !important;
}
#prlx_slide_1  ol,
#prlx_slide_1  ul li,
#prlx_slide_1  ul li p
#prlx_slide_1  ol li, 
#prlx_slide_1  ol li p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #FFF;
	line-height: 31px;
	vertical-align: top;
	padding:0 0 0 12px!important;
}
#prlx_slide_1  ul li p,
#prlx_slide_1  ol li p {
	margin-bottom:20px;
}
#prlx_slide_1 .hosting-offset {
	text-align: center;
	width: 100%;
	left: 0;
	top: 1200px;
	position: absolute;
}
#prlx_slide_1 .hosting {
	position: relative;
	background-color: #eaeaea;
	padding: 11px 25px 14px 25px;
	margin: 240px 0px 0px 204px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #242222;
	line-height: 20px;
	display: inline-block;
}
#prlx_slide_1 .hosting a,
#prlx_slide_1 .hosting a:link,
#prlx_slide_1 .hosting a:visited {
	color: #068fce;
	text-decoration: underline;
}
#prlx_slide_1 .hosting a:hover {
	text-decoration: none;
}
#prlx_slide_1 .hosting .arrow {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -10px;
	top: 13px;
	margin: 0;
	background: #eaeaea;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#prlx_slide_1 .hero {
	width:443px;
	height:496px;
	display:block;
	position:absolute;
	top:160px;
	left:-1000px;
	z-index:2;
	
	background:url('../img/slide1/hero.png') no-repeat;
}
#prlx_slide_1 .hero_shadow {
	width:117px;
	height:12px;
	display:block;
	position:absolute;
	top:715px;
	left:-1000px;
	z-index:2;
}
#prlx_slide_1 .hero_shadow2 {
	width:443px;
	height:496px;
	display:block;
	position:absolute;
	top: -20px;
	left: -1000px;
	z-index:0;
	background:url('../img/slide1/hero_shadow2.png') no-repeat;
}

#prlx_slide_1 .someone {
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	margin: 200px 0 0 100px;
	z-index: 9;
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #242222;
	text-align: center;
	line-height: 22px;
}
#prlx_slide_1 .dot {
	width:20px;
	height:20px;
	background-color:#FFF;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	overflow:hidden;
	
	top: 150px;
	left: 590px;
	margin:0 0 0 -10px;
}
#prlx_slide_1 .counter_l,
#prlx_slide_1 .counter_r,
#prlx_slide_1 .counter_more {
    color: #FFFFFF;
    font-size: 150px;
    line-height: 152px;
	
	width: 355px;
	height: 165px;
    position: absolute;
    z-index: 2;
	
	background: url("../img/slide1/counter2.png") no-repeat top left transparent;
}
#prlx_slide_1 .counter_more {
	width: 119px;
	top: 0px;
	left: -169px;
}

#prlx_slide_1 .counter_more .dot {
	background: #dadada;
	top: 131px;
	left: 143px;
	position: absolute;
}

#prlx_slide_1 .counter_l span,
#prlx_slide_1 .counter_r span {
	display: block;
    left: 20px;
    letter-spacing: 34px;
    position: absolute;
    top: 8px;
}
#prlx_slide_1 .counter_l {
	top: 20px;
	left: -1000px;
	background-position: top left;
}
#prlx_slide_1 .counter_r {
	top: 20px;
	left: 1500px;
	background-position: top right;
}

/*
 * end of SLIDE 1
 * ========================================================================================
 */


/*
 * SLIDE 2
 * ========================================================================================
 */
#prlx_slide_2 {
	background-color:#f4f4f4;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
#prlx_slide_2 .blue_circle,
#prlx_slide_2 .green_circle {
	display:table;
	width:214px;
	height:214px;
	
	-webkit-border-radius: 107px; 
	-moz-border-radius: 107px; 
	border-radius: 107px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:30px;
	color:#FFF;
	text-align:center;
	line-height:214px;
	vertical-align:middle;
}
#prlx_slide_2 .blue_circle span,
#prlx_slide_2 .green_circle span {
	height:214px;
	line-height:30px;
	vertical-align:middle;
	display:table-cell;
}
#prlx_slide_2 .blue_circle {
	background-color:#31b0eb;

	top:323px;
	left:666px;
	z-index:2;
}
#prlx_slide_2 .green_circle {
	background-color:#6ebc2a;

	top:323px;
	left:90px;
	z-index:2;
}
#prlx_slide_2 .monitor {
	top:237px;
	left:180px;
}
#prlx_slide_2 .line {
	top:760px;
}
#prlx_slide_2 #icon_arrow_1 {
	top:386px;
	left:300px;
}
#prlx_slide_2 #icon_arrow_2 {
	top:386px;
	left:600px;
}
#prlx_slide_2 .icon_hand {
	top:400px;
	left:510px;
}
#prlx_slide_2 .drag {
	position:absolute;
	width:180px;
	padding:15px 0 14px 0;
	background-color:#1d1d1d;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#FFF;
	text-align:center;
	
	top:300px;
	left:397px;
}
#prlx_slide_2 .arrow {
	position:absolute;
	top:-12px;
	left:50%;
	margin: 0 0 0 -9px;
	display:block;
	
	width:18px;
	height:12px;
	background:url('../img/slide2/arrow.png') no-repeat;
}
#prlx_slide_2 .hero {
	width:334px;
	height:494px;
	display:block;
	position:absolute;
	top:245px;
	left:840px;
	z-index:2;
	
	background:url('../img/slide2/hero2.png') no-repeat;
}
#prlx_slide_2 .hero_shadow {
	width:117px;
	height:12px;
	display:block;
	position:absolute;
	top:750px;
	left:910px;
	z-index:2;
}
/*
 * end of SLIDE 2
 * ========================================================================================
 */


/*
 * SLIDE 3
 * ========================================================================================
 */
#prlx_slide_3 {
	background-color:#FFF;
}
#prlx_slide_3 .browser_big {
	width:749px;
	height:558px;
	display:block;
	position:absolute;
	top:180px;
	left:50%;
	margin:0 0 0 -374px;
	z-index:1;
	
	background:url('../img/slide3/browser_big.png') no-repeat;
}
#prlx_slide_3 .browser_big .container {
	width:700px;
	height:471px;
	margin:67px 0 0 24px;
	overflow:hidden;
}

#prlx_slide_3 .browser_small {
	width:749px;
	height:505px;
	display:block;
	position:absolute;
	top:240px;
	z-index:2;
	
	background:url('../img/slide3/browser_small.png') no-repeat;
}
#prlx_slide_3 .browser_small .container {
	width:700px;
	height:412px;
	margin:67px 0 0 24px;
	overflow:hidden;
	
	background-color:#F0F;
}
#prlx_slide_3 #browser_small_1 {
	left:-620px;
}
#prlx_slide_3 #browser_small_2 {
	right:-620px;
}
#prlx_slide_3 .hero {
	width:296px;
	height:453px;
	display:block;
	position:absolute;
	top:265px;
	left:-30px;
	z-index:1;
	
	background:url('../img/slide3/hero.png') no-repeat;
}
#prlx_slide_3 .line {
	top:760px;
}
/*
 * end of SLIDE 3
 * ========================================================================================
 */


/*
 * SLIDE 4
 * ========================================================================================
 */
#prlx_slide_4 {
	background-color:#f4f4f4;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
#prlx_slide_4 .blue_circle {
	width:436px;
	height:436px;
	background-color:#32b0eb;
	-webkit-border-radius: 218px; 
	-moz-border-radius: 218px; 
	border-radius: 218px;
	overflow:hidden;
	
	top:195px;
	left:50%;
	margin:0 0 0 -218px;
}
#prlx_slide_4 .dot {
	width:20px;
	height:20px;
	background-color:#FFF;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	overflow:hidden;
	
	top:430px;
	left:50%;
	margin:0 0 0 -10px;
}
#prlx_slide_4 .counter_l,
#prlx_slide_4 .counter_r {
    color: #FFFFFF;
    font-size: 150px;
    line-height: 152px;
	
	width: 355px;
	height: 165px;
    position: absolute;
    z-index: 2;
	
	background: url("../img/slide4/counter.png") no-repeat top left transparent;
}
#prlx_slide_4 .counter_l span,
#prlx_slide_4 .counter_r span {
	display: block;
    left: 20px;
    letter-spacing: 34px;
    position: absolute;
    top: 8px;
}
#prlx_slide_4 .counter_l {
	top: 300px;
	left: -1000px;
	background-position: top left;
}
#prlx_slide_4 .counter_r {
	top: 300px;
	left: 1500px;
	background-position: top right;
}
#prlx_slide_4 .line {
	top:760px;
}
#prlx_slide_4 .someone {
	display: block;
	width: 100%;
	margin: 490px 0 0 0;
	z-index: 9;
	position: absolute;
	
	font-family: 'Open Sans', sans-serif!important;
	font-weight:300!important;
	font-size:20px!important;
	color:#270000;
	text-align:center;
	line-height:20px;
}

#prlx_slide_4 .hero,
#prlx_slide_4 .hero_shadow {
	width:337px;
	height:437px;
	display:block;
	position:absolute;
	top:90px;
	left:30px;
	z-index:2;
	
	background:url('../img/slide4/hero_small.png') no-repeat;
}
#prlx_slide_4 .hero_shadow {
	background:url('../img/slide4/hero_shadow_small.png') no-repeat;
	z-index:1;
	top:70px;
}
/*
 * end of SLIDE 4
 * ========================================================================================
 */


/*
 * INFO
 * ========================================================================================
 */
#info {
	text-align:left;
	width:100%;
	background:url('../img/bg.png') repeat-x top left;
	min-height:600px;
}
/*
 * end of INFO
 * ========================================================================================
 */


/*
 * INNER IMG
 * ========================================================================================
 */
.inner_img {
	width:100%;
	height:244px;
	background-color:#31b0eb;
	border-bottom:1px solid #cfcfcf;
}
.inner_img .text {
	width:520px;
	position:relative;
	z-index:2;
	margin:35px 0 0 100px;

	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#FFF;
	text-align:left;
}
#wrap.ru-lang .inner_img .text {
	width: 590px;
	margin-right: -70px;
}
.inner_img.ru-lang .text {
	
}
.inner_img .text .line {
	width:45px;
	height:3px;
	display:block;
	position:absolute;
	top:25px;
	left:-55px;
	background-color:#FFF;
}
.inner_img .text .big {
	font-size:48px;
	line-height:48px;
}
.inner_img .text .small {
	font-size:20px;
	line-height:30px;
	
	margin:10px 0 0 0;
}
.inner_img .text .big-list p {
	font-size: 36px;
	color: #FFF;
}
.inner_img .text .big-list li {
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
}
/*
 * end of INNER IMG
 * ========================================================================================
 */


/*
 * FOOTER
 * ========================================================================================
 */
#copyright,
#solution {
	margin:15px 0 0 0;

	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:12px;
	color:#FFF;
}
#copyright a,
#copyright a:link,
#copyright a:visited,
#solution a,
#solution a:link,
#solution a:visited {
	color:#FFF;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
#copyright a:hover,
#solution a:hover {
	color:#FFF;
	border-bottom:0;
}
/*
 * end of FOOTER
 * ========================================================================================
 */

@media (max-height: 720px) {
	#prlx_slide_1 .green_circle {
		width: 430px;
		height: 430px;
		-moz-border-radius: 215px;
		-webkit-border-radius: 215px;
		border-radius: 215px;
	}
	
	#prlx_slide_1  ul {
		list-style-image: url("../img/slide1/bullet_small.png") !important;
	}
	
	#prlx_slide_1  ol,
	#prlx_slide_1  ul li,
	#prlx_slide_1  ul li p
	#prlx_slide_1  ol li, 
	#prlx_slide_1  ol li p {
		font-size: 15px;
		line-height: 25px;
		padding-left: 8px !important;
	}
	
	a.btn_green,
	a.btn_green:link,
	a.btn_green:visited,
	button.btn_green {
		padding: 10px 0 11px 0;
		width: 119px;
		font-size: 10px;
	}
	
	#prlx_slide_1 .hosting {
		font-size: 13px;
		line-height: 15px;
		margin-top: 90px;
		margin-left: 30px;
	}
	#prlx_slide_1 .hosting .arrow {
		width: 14px;
		height: 14px;
		left: -7px;
	}
	
	#prlx_slide_1 .info {
		left: 110px;
		top: 40px;
	}
	
	#prlx_slide_1 .info2 {
		top: -240px;
		right: 160px;
		font-size: 13px;
		line-height: 21px;
	}
	
	#prlx_slide_1 .hero {
		background-image: url("../img/slide1/hero_small.png");
		width: 300px;
		height: 360px;
		margin-top: -40px;
		margin-left: 100px;
	}
	#prlx_slide_1 .hero_shadow {
		/*background-image: url("../img/slide1/hero_shadow_small.png");
		background-repeat: no-repeat;*/
		top: 631px;
		margin-top: -140px;
		margin-left: 60px;
	}
	#prlx_slide_1 .hero_shadow2 {
		background-image: url("../img/slide1/hero_shadow2_small.png");
		width: 300px;
		height: 360px;
		margin-top: -30px;
		margin-left: 100px;
	}
	
	#prlx_slide_1 .counter_r,
	#prlx_slide_1 .counter_l,
	#prlx_slide_1 .counter_more	{
		background-image: url("../img/slide1/counter_small2.png");
		font-size: 105px;
		line-height: 107px;
		width: 248px;
		height: 116px;
		margin-top: -80px;
	}
	#prlx_slide_1 .counter_r {
		margin-left: -90px;
	}
	#prlx_slide_1 .counter_l {
		margin-left: 14px;
	}
	#prlx_slide_1 .counter_more {
		width: 83px;
		top: 80px;
		left: -133px;
	}
	#prlx_slide_1 .counter_more .dot {
		top: 209px;
		left: 198px;
	}
	#prlx_slide_1 .counter_l span,
	#prlx_slide_1 .counter_r span {
		left: 14px;
		letter-spacing: 24px;
		top: 6px;
	}
	#prlx_slide_1 .dot {
		margin-top: -130px;
		margin-left: -100px;
	}
	#prlx_slide_1 .someone {
		margin-top: 60px;
		margin-left: 10px;
	}
}





/********* PLANS *********/ 
.pb-container {
	margin-top: 25px;
	float: left;
	height: 790px;
	position: relative;
}
#wrap.ru-lang .pb-container {
	height: 820px;
}
.pb-container hr {
	position: absolute;
	z-index: 30;
	width: 960px;
}
.pb-plan-box {
	position: relative;
	float: left;
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.pb-box-content {
	padding: 40px 80px;
}
.pb-box-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 30px;
	left: -30px;
	z-index: -10;
	background-color: #d9d9d9;
	padding-right: 5px;
}
.pb-orange-label {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: -11px;
	margin-top: -12px;
	background-image: url(../../../gallery/plans/all-features.png);
}
.pb-title {
	font-weight: bold;
	font-size: 34px;
	color: #6d6d6d;
	margin-bottom: 35px;
	height: 26px;
}
.pb-small {
	font-size: 18px;
}
.pb-img {
	position: relative;
	margin-bottom: 18px;
}
.pb-img-title {
	color: #fff;
	position: absolute;
	text-align: center;
}
.pb-price {
	font-size: 72px;
}
.pb-descr {
	line-height: 40px;
}
.pb-features {
	font-size: 18px;
	font-weight: bold;
}
.pb-features ul {
	text-align: left;
	margin-left: 48px;
}
.pb-features ul.pb-list-special {
	list-style-image: url(../../../gallery/plans/star.png);
}
.pb-features ul.pb-list-special li:before {
	content: "\00a0\00a0";
}
.pb-features ul li {
	line-height: 30px;
}
.pb-black {
	color: #000;
}
.pb-cents {
	font-size: 40px;
	/*vertical-align: super;*/
}
.pb-button {
	height: 55px;
	padding: 5px;
	background-color: #fff;
	width: 230px;
	margin: 0px auto;
}
.pb-button.pb-free {
	margin-top: 18px;
}
.pb-button.pb-premium {
	margin-top: 8px;
}
.pb-button button {
	width: 100%;
	height: 100%;
	border: 0;
	color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}
.pb-button.pb-free button {
	background-color: #595959;
}
.pb-button.pb-premium button {
	background-color: #66ba1c;
}
.pb-button.pb-premium button em {
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	background-image: url(../../../gallery/plans/2013-star-white.png);
	margin-top: -4px;
	margin-left: 24px;
}
.pb-button.pb-premium button span {
	margin-left: -10px;
}





/******* Thanks for registering prompt *******/
.reg-thanks-prompt {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.reg-thanks-prompt .big-thanks {
	font-size: 42px;
	line-height: 42px;
	display: block;
}
.reg-thanks-prompt .small-thanks {
	font-size: 18px;
}







/********* FOR-HOSTINGS *********/
.we-work-with {
	margin-left: 10px;
}
#wrap.ru-lang .we-work-with {
	margin-left: 30px;
}
.we-work-with img {
	border: 1px solid #c7c7c7;
}
#wrap.ru-lang .we-work-with-span {
	margin-left: -40px;
}
.pb2-container {
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	height: 1400px;
	position: relative;
}
#wrap.ru-lang .pb2-container {
	height: 1460px;
}
.pb2-container hr {
	position: absolute;
	z-index: 30;
	width: 100%;
}
.pb2-plan-box {
	position: relative;
	float: left;
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.pb2-box-content {
	padding: 36px 20px;
}
.pb2-box-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: -20px;
	z-index: -10;
	background-color: #d9d9d9;
	padding-right: 5px;
	opacity: 0.5;
	padding-bottom: 10px;
}
.pb2-orange-label {
	width: 151px;
	height: 151px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: -11px;
	margin-top: -12px;
	background-image: url(../../../gallery/hostings-2/white-label.png);
}
.pb2-title {
	font-weight: bold;
	font-size: 30px;
	color: #6d6d6d;
	margin-bottom: 35px;
	height: 26px;
}
.pb2-small {
	font-size: 18px;
}
.pb2-img {
	position: relative;
}
.pb2-circle {
	display: block;
	margin: 0px auto;
	width: 175px;
	height: 175px;
	border-radius: 87.5px;
	-webkit-border-radius: 87.5px;
	-moz-border-radius: 87.5px;
}
.pb2-img-title {
	color: #fff;
	position: absolute;
	text-align: center;
}
.pb2-price {
	font-size: 72px;
}
.pb2-descr {
	line-height: 40px;
}
.pb2-features {
	font-size: 16px;
	font-weight: bold;
}
.pb2-features ul {
	text-align: left;
	margin-left: 20px;
}
.pb2-features ul.pb2-list-special {
	list-style-image: url(../../../gallery/hostings-2/star-2.png);
	margin-left: 30px;
	margin-right: -30px;
}
#wrap.ru-lang .pb2-features ul.pb2-list-special {
	margin-right: 0px;
}
.pb2-features ul.pb2-list-special li:before {
	content: "\00a0";
}
.pb2-features ul li {
	line-height: 30px;
}
.pb2-features .pb2-d {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-left: -50px;
	margin-top: -4px;
}
#wrap.ru-lang .pb2-features .pb2-d {
	margin-top: -2px;
	margin-left: 30px;
	float: left;
}
.pb2-black {
	color: #000;
}
.pb2-cents {
	font-size: 40px;
	/*vertical-align: super;*/
}
.pb2-button {
	height: 40px;
	padding: 5px;
	background-color: #fff;
	width: 230px;
	margin: 0px auto;
}
.pb2-button.pb2-free {
	
}
.pb2-button.pb2-premium {
	
}
#wrap.ru-lang .pb2-button.pb2-premium {
	
}
.pb2-button.pb2-login {
	width: auto;
	margin: 10px 0px;
}
.pb2-button button {
	width: 100%;
	height: 100%;
	border: 0;
	color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}
.pb2-button.pb2-free button {
	background-color: #595959;
}
.pb2-button.pb2-premium button {
	background-color: #66ba1c;
}
.pb2-button.pb2-login button {
	background-color: #66ba1c;
}
.pb2-button.pb2-premium button em {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	background-image: url(../../../gallery/hostings-2/star-m.png);
	margin-left: 32px;
}
.pb2-button.pb2-premium button span {
	margin-left: -24px;
}
.pb2-sub-title {
	text-align: left;
	margin: -8px 0px 10px 0px;
}
.pb2-sub-content {
	position: relative;
}
.pb2-sub-content canvas {
	position: absolute;
}
#custom-logo-content canvas {
	top: 9px;
	left: 38px;
	cursor: pointer;
}
#custom-badge-content canvas {
	top: 11px;
	right: 10px;
}
.pb2-custom-img {
	position: relative;
}
.pb2-custom-img span {
	font-size: 13px;
	font-family: Tahoma;
	color: #9c9c9c;
}
.pb2-custom-img .pb2-custom-img-text {
	top: 10px;
	left: 14px;
	position: absolute;
}
.pb2-custom-img .pb2-custom-img-bold {
	font-weight: bold;
	color: #4e940d;
}
.pb2-custom-img .pb2-custom-img-caret {
	border-left: 1px solid #4d4d4d;
	font-size: 15px;
	line-height: 0px;
}


.pb2-form-container {
	float: left;
	position: relative;
	margin: 30px -25px 0px 25px;
	width: 259px;
}
.pb2-form-container form {
	background-color: #f5f5f5;
	padding: 20px 30px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	float: left;
}
.pb2-form-container form input {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 0px;
	padding: 5px;
	padding-left: 12px;
	margin: 10px 0px;
	width: 180px;
}
.pb2-form-title {
	font-size: 16px;
	margin: 5px 0px;
}
/*
.pb2-btn-switch {
	border: 0;
	background-color: #e6e6e6;
	padding: 15px 29px;
	float: left;
	width: 100%;
}
*/
.pb2-btn-switch {
	float: right;
	margin: 10px 0px;
	padding: 0px 10px 2px 10px;
}
.pb2-btn-switch span {
	font-size: 16px;
	color: #000;
	float: left;
	display: block;
}
.pb2-btn-switch img {
	margin: 0;
	float: right;
	display: block;
}


.hosting-list {
	clear: both;
	margin-bottom: 20px;
}





.pb3 {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}
.pb3-white-label {
	position: absolute;
	width: 151px;
	height: 151px;
	top: -12px;
	right: -11px;
	background-image: url(../../../gallery/hostings-2/white-label.png);
}
.pb3-container tr td:first-child, .pb3-container tr td:last-child {
	vertical-align: middle;
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding: 20px;
	max-width: 300px;
}
.pb3-container tr:first-child td {
	background-color: #fcfcfc;
	padding: 0px;
}
.pb3-container tr:first-child td:last-child {
	background-color: #ebfcc7;
	height: 10px;
}
.pb3-container tr:last-child td {
	padding: 0px;
	height: 20px;
	background-color: #ececec;
}
.pb3-container tr:last-child em {
	width: 15px;
	height: 100%;
	display: block;
	float: right;
	background-color: #fff;
}
.pb3-container tr:last-child td:first-child {
	background-color: #fff;
}
.pb3-container .pb3-with-line {
	border-top: 1px solid #ccc;
}
.pb3-container tr.pb3-price-circle td {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pb3-container tr.pb3-title td {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pb3-container tr.pb3-custom-padding-1 td {
	padding-top: 0px;
}

.pb3-title td {
	font-weight: bold;
	font-size: 30px;
}
.pb3-list-item-prompt {
	font-size: 13px;
	font-weight: normal;
	display: block;
	float: left;
	margin-left: 9px;
	margin-top: -9px;
	color: #595959;
}




.pb4 {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}
.pb4-all-features {
	position: absolute;
	width: 200px;
	height: 200px;
	top: -12px;
	right: -11px;
	background-image: url(../../../gallery/plans/all-features.png);
}
.pb4-container tr td:first-child, .pb4-container tr td:last-child {
	vertical-align: middle;
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding: 15px 80px;
	max-width: 500px;
}
.pb4-container tr:first-child td {
	background-color: #fcfcfc;
	padding: 0px;
}

.pb4-title td {
	font-weight: bold;
	font-size: 34px;
}
.pb4-container tr:first-child td:last-child {
	background-color: #ebfcc7;
	height: 10px;
}
.pb4-container tr:first-child em {
	width: 30px;
	height: 20px;
	display: block;
	top: 10px;
	position: absolute;
	background-color: #f5f5f5;
}
.pb4-container tr:last-child em {
	width: 24px;
	height: 100%;
	display: block;
	float: right;
	background-color: #fff;
}
.pb4-container tr:last-child td {
	padding: 0px;
	background-color: #d9d9d9;
	height: 30px;
}
.pb4-container tr:last-child td:first-child {
	background-color: #fff;
}
.pb4-container .pb4-with-line {
	border-top: 1px solid #ccc;
}
.pb4-container tr.pb4-title td {
	padding-top: 40px;
	vertical-align: top;
}
.pb4-container tr.pb4-feature-list td {
	padding-top: 0px;
	padding-bottom: 10px;
}
.pb4-container tr.pb4-button td {
	padding-bottom: 40px;
}




#panels-table td.td-empty {
	min-width: 50px;
}
#panels-table p {
	margin: 10px 0px !important;
}

.reg-form-block {
	position: relative;
}

.reg-form-block .cover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.7;
	filter: alpcha(opacity=70);
	z-index: 99;
	cursor: default;
}
