 
 #main
	{
	margin: 0px;
	padding: 0px;
	}

/*------- SLIDER -------*/
 
 #slider
	{
	position: relative;
	height: 985px;
	overflow: hidden;

	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none; 
	}

 .slide-btn
	{
	position: absolute;
	top: 200px;
	width: 20px;
	height: 40px;
	background-image: url('images/prev-next.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
	}

 .slide-btn.prev
	{
	left: 20px;
	background-position: top left;
	}

 .slide-btn.next
	{
	right: 20px;
	background-position: top right;
	}

 .slide-btn.prev:hover
	{
	background-position: bottom left;
	}

 .slide-btn.next:hover
	{
	background-position: bottom right;
	}

 .slide-btn:active
	{
	-webkit-transform: translate(2px,2px);
	-moz-transform: translate(2px,2px);
	-o-transform: translate(2px,2px);
	transform: translate(2px,2px);
	}

 .slide
	{
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;

	-webkit-transform: translate(0,-1000px);
	-moz-transform: translate(0,-1000px);
	-o-transform: translate(0,-1000px);
	transform: translate(0,-1000px);
	}

 .slide-1
	{
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	}

 .slide > a
	{
	position: absolute;
	top: 180px;
	right: 140px;
	z-index: 10;
	font-family: 'Ubuntu Medium';
	font-size: 76px;
	color: #ffffff;
	text-shadow: 0 2px 1px RGBA(0,0,0,0.5);
	}

 #slide-switch
	{
	position: absolute;
	top: 395px;
	left: 50px; right: 50px;
	text-align: center;
	z-index: 100;
	}

 #slide-switch span
	{
	margin: 0 4px;
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	}

 #slide-switch span:hover
	{
	background-color: #3498db;
	}
 #slide-switch span.active
	{
	background-color: #3498db;
	}


/*------- MAINTEXT -------*/

 #maintext
	{
	position: relative;
	margin-top: -520px;
	height: 310px;
	z-index: 100;
	}

 #maintext > div
	{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	height: 310px;
	text-align: left;
	color: #ffffff;
	font-family: 'Ubuntu Light';
	}

 #maintext .col-left
	{
	float: left;
	background: url('images/internet.png') 440px 10px no-repeat;
	background-color: #7dbc00;
	border-radius: 0 25px 25px 0;
	padding: 40px 20px 20px 160px;
	}

 #maintext .col-right
	{
	float: right;
	background: url('images/tv.png') 350px 20px no-repeat;
	background-color: #3498db;
	border-radius: 25px 0 0 25px;
	padding: 40px 130px 20px 30px;
	}

 #maintext > div > h3
	{
	margin: 0;
	font-size: 48px;
	height: 60px;
	overflow: hidden;
	}

 #maintext > div > div
	{
	margin-top: 30px;
	font-size: 17px;
	height: 90px;
	overflow: hidden;
	}

 #maintext .more
	{
	display: inline-block;
	margin-top: 30px;
	padding: 0px 20px;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
	}

 #maintext .more:hover
	{
	background-color: RGBA(255,255,255,0.2);
	}

 #maintext .connect
	{
	float: right;
	margin: 30px 20px 0 0;
	display: inline-block;
	width: 162px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-family: 'Ubuntu Medium';
	font-size: 16px;
	text-align: center;
	background: url('images/connect-btn.png') 0 0 no-repeat;
	background-size: 100% 100%;
	text-shadow: 0 1px 1px RGBA(0,0,0,0.3);
	box-shadow: 2px 2px 7px RGBA(0,0,0,0.2);
	cursor: pointer;
	}

 #maintext .connect:hover
	{
	}

/*------- CONNECTION -------*/

 #conection
	{
	position: relative;
	margin: 32px auto;
	padding: 20px 10px 40px 110px;
	width: 960px;
	box-sizing: border-box;
	background: url('images/map.png') 40px 58px no-repeat;
	background-color: #f5f7f8;
	border-radius: 15px;
	box-shadow: 1px 5px 10px RGBA(0,0,0,0.35);
	z-index: 100;
	}

 #conection h3
	{
	margin: 0;
	font-family: 'Ubuntu Medium';
	font-size: 18px;
	color: #34495e;
	}

 #address-field
	{
	margin-top: 15px;
	width: 600px;
	padding: 6px 20px;
	border: 2px solid #95a5a6;
	background-color: inherit;
	font-family: 'Ubuntu Medium';
	font-size: 16px;
	color: #758586;
	border-radius: 4px;
	outline: none;
	}

 #address-field:focus
	{
	background-color: #ffffff;
	}

 #conection .check-btn
	{
	display: inline-block;
	margin-left: 30px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-family: 'Ubuntu Medium';
	font-size: 16px;
	text-align: center;
	background: url('images/blink2.png') 0 0 no-repeat;
	background-color: #7dbc00;
	border-radius: 5px;
	text-shadow: 0 1px 1px RGBA(0,0,0,0.3);
	cursor: pointer;
	}

 #conection .check-btn:hover
	{
	background-color: #8dcc00;
	box-shadow: 1px 1px 6px RGBA(0,0,0,0.3);
	}

 #connect-yes
	{
	display: none;
	margin-top: 7px;
	font-family: 'Ubuntu Medium';
	font-size: 16px;
	color: #5d9c00;
	}

 #connect-no
	{
	display: none;
	margin-top: 7px;
	font-family: 'Ubuntu Medium';
	font-size: 16px;
	color: #ff7777;
	}

 #conection .link
	{
	margin-left: 7px;
	color: #0077ff;
	font-family: Ubuntu;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	}
 #conection .link:hover
	{
	text-decoration: none;
	}

 ::-webkit-input-placeholder {color: #95a5a6;}
 ::-moz-placeholder {color: #95a5a6;}  


/*------- INFO -------*/

 #maininfo
	{
	margin-top: 100px;
	min-height: 440px;
	background: url('images/man.jpg') 800px 40px no-repeat;
	}

 #maininfo h2
	{
	margin: 0 0 40px 0;
	font-family: 'Ubuntu Medium';
	font-size: 35px;
	color: #34495e;
	}

 .info
	{
	display: table;
	margin-top: -1px;
	width: 650px;
	padding: 10px 20px;
	border-top: 1px solid #d2dadb;
	border-bottom: 1px solid #d2dadb;
	}

 .info > div
	{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	}
 .info > div.date
	{
	width: 100px;
	}
 .info > div.text
	{
	padding-left: 40px;
	}

 .info span.date
	{
	display: inline-block;
	width: 100px;
	line-height: 40px;
	background-color: #95a5a6;
	border-radius: 5px;
	font-family: 'Ubuntu Medium';
	font-size: 18px;
	color: #ecf0f1;
	text-align: center;
	}
 .info span.date.active
	{
	background-color: #3498db;
	}

 .info span.text
	{
	font-family: 'Ubuntu Light';
	font-size: 18px;
	color: #34495e;
	text-shadow: 0px 0px 1px RGBA(0,0,0,0.3);
	}
