* 
{
	outline: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline; 
  border: none;
}

*::selection  {
  background: rgba(50,50,50,0.5);
  color: #fff;
}

*::-moz-selection  {
   background: rgba(50,50,50,0.5);
  color: #fff;
}

*::-webkit-selection  {
   background: rgba(50,50,50,0.5);
  color: #fff;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}

body {
	padding: 0;
    background: #000;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #555;
    line-height: 1.3; 
}
header, section {  
    display: block;  
}   
.logo {
    display: block;
    height: 100px;
    width:100px;
    margin: 0 auto 0 auto;
	border-radius: 100px;
	background: url(../images/helpdesk_logo.png) no-repeat center center;
}

header {
	border-top: 1px solid #888;
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    width:100%;
    height: 50px;
    position:fixed;
    top: 0px;
	left: 0;
	right: 0;
    background: url(../images/bg_top.png) #666;   
}
section {
    
     box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.8);
}

.first {
    padding:  20px 0;
    margin: 0;
    background: url(../images/grey.jpg);
}



.second {
    padding: 80px 20px;
     background: url(../images/grey.jpg);
}


.fourth {
    box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.8);
    padding: 100px 0;
    background: url(../images/grey.jpg);
}



.second form{

width: 400px;
float: right;
}

.main_form_text  {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #444;
    margin: 3px 0 0 0;
    border: 1px solid #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) inset;
	font-size: 1em;
	padding: 4px 7px;
	outline: none;
	-webkit-appearance: none;
}

.main_form_text:focus {
border-color: #00886C;    
}

h1 {
	text-shadow: 0 0 4px rgba(0,0,0,.8);
	text-align: left;
    font-family: arial;
    color: #eee;
    font-size: 32px;
	font-style: bold;
	margin: 0 0 30px 0;
}
h2 {
    letter-spacing: 1px;
    font-size: 2em;
    font-family: Kelly slab;
    color: #666;
}

.first_list_bg {
    padding: 0 0 10px 0;
    background: url(../images/dark_mosaic.png);
}

.penta {
    overflow: hidden;
    padding: 40px 0 0 0 ;
    margin: 0 auto;
    min-width: 960px;
    width: 80%;
    text-shadow: 1px 1px 2px #000;
}

.penta div {
 text-align:center;
 float:left;
 padding: 160px 3% 20px 2%;
 width: 20%;   
}

.content {
text-shadow:0 1px 0 #fff;
min-width: 940px;
width:80%;
margin: 20px auto;
}

.content p{
    padding: 10px;
}
.white {
text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
color: white;    
}

.third {
    box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.8);
    padding: 100px 0 40px 0;
    background: url(../images/irongrip.jpg)
}

.third h2{
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
color: #eee;
}

.pluses .one {
background: url(../images/stat.png) center top no-repeat;
}

.pluses .two {
    
background: url(../images/bank.png) center top no-repeat;
}

.pluses .three {
    
background: url(../images/document.png) center top no-repeat;
}

.pluses .four {
    
background: url(../images/stopwatch.png) center top no-repeat;
}
.pluses .five {
background: url(../images/tuning.png) center top no-repeat;
}


.minuses {
    padding: 20px 0;
    margin: 0 auto;
    width: 850px;
}
.minuses div{
    font-size: 0.9em;
    text-align: left;
    background: url(../images/list_minuses.png) no-repeat  left 20px;
    list-style-type: none;
    padding: 15px 0 15px 40px;
}

input.round_btn {
-webkit-appearance: none;
	position: absolute;
	right: 10px;
	bottom: 5px;
    border-radius: 20px;
    background: none repeat scroll 0 0 #1F6948;
    box-shadow: 0 6px #00251D;
    color: #FFFFFF;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    text-shadow: 1px 1px 1px #00251D;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    outline: medium none;
    padding: 25px 25px;
    text-transform: uppercase;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.round_btn:hover {
background: none repeat scroll 0 0 #008C5E;
box-shadow: 0 6px #033B30;
}
.header_round_btn {
	color: #174D35;
	margin: 20px auto;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    border-radius: 5px;
	background: #FFFFFF;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border: medium none;
    cursor: pointer;
    display: inline-block;
	font-size: 1.5em;
    font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
    outline: medium none;
    padding: 5px 20px;
    transition: all 0.3s ease;
}

.header_round_btn:hover {
	background:	rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}


.arrow {
overflow: hidden;
background: url(../images/black_arrow.png) no-repeat repeat left top;
margin: 0 auto;
width: 960px;
}

.arrow_before {

margin: 0 auto;
width: 960px;
height: 45px;
background: url(../images/black_arrow_top.png) no-repeat repeat left top;
}

.arrow_after {
position: relative;
margin: 0 auto;
width: 960px;
background: url(../images/black_arrow_bottom.png) no-repeat repeat left top;
height: 90px;
}


.arrow p{
    font-size: 18px;
    line-height: 2rem;
	text-shadow:0 1px 0 #fff;
    text-align: left;
    padding: 25px 100px;
	float: left;
}

.second form {
    margin: 20px 0 0 0;
}

.menu {
    width: 1000px;
    margin: 0 auto;
}

.menu p {
text-shadow: 2px 2px 0 #005C4A;
font-size: 1.75em;
font-family: Kelly slab;
width: 200px;
margin: 10px 0;
color: #DCDCDC;
display: block;
transition: text-shadow 0.3s ease, color 0.3s ease;
}

.menu p:hover{
  color: #fff;  
}

.menu p:active {
    text-shadow: 2px 2px 0 #008B6E;
}

.menul1 {
    float: left;
}

.menul2 {
    float: left;
}
.menur2 {
float: right;
}

.menur1 {
float: right;
}


.morpheus {
    height: 730px;
    margin: 30px auto;
    padding: 0;
    width:960px;
    position: relative;
color: #fff;    
background: url(../images/morpheus.jpg) no-repeat center 70px;
}
.morpheus_wrap {
height: 600px;
background: url(../images/pattern.png); 
}

.morpheus h2 {
    position: absolute;
    left:0px;
    right: 0px;
    top: 0px;
    font-size: 2em;
    font-family: Kelly slab;
    color: #D8D8D8;
    text-shadow: 
        -3px 0 0 rgba(9, 120, 170, 1 ),
        3px 0 0 rgba(170, 0, 0, 1 );
}


.morpheus button {
    font-weight: bold;
    overflow:hidden;
    position: absolute;
    top: 360px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 2px;
    margin: 15px 30px;
    outline: medium none;
    padding: 7px;
    text-transform: uppercase;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.red_pill {
    right: 260px;
    color: #FFC9C9;
    text-shadow: 2px 2px 1px #440000;
    background: none repeat scroll 0 0 #7B0100;
    box-shadow: 0 6px #440000;
}



.red_pill:hover {
background: none repeat scroll 0 0 #a90000;
box-shadow: 0 6px #600000;
}


.blue_pill {
    left: 260px;
    color: #C9E9FF;
    text-shadow: 2px 2px 1px #002D40;
    background: none repeat scroll 0 0 #005B83;
    box-shadow: 0 6px #002d40;
}

.blue_pill:hover {
 background: none repeat scroll 0 0 #0072A3;
 box-shadow: 0 6px #003D54;
}

.morpheus button:after {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    border-radius: 0 20px 20px 0 ;
}

.morpheus button:hover:after {
    width: 60%;
}

    
.morpheus span {
    color: #D8D8D8;
    font-size: 1.25em;
text-shadow: 
 -2px 0 0 rgba(9, 120, 170, 1 ),
 2px 0 0 rgba(170, 0, 0, 1 );
position: absolute;
top:380px;
}

.you_may {
  left: 160px;  
}

.or {
    right: 460px;
}

.tarif {
    right: 70px
}

.more_five h2 {
    text-shadow: none;
    color: #eee;
    
}

.more_five {
    background: url(../images/venz.jpg) center top no-repeat;
   padding: 60px 0; 
}

.last_five { 
    padding: 40px 0;
    text-align:left;
    margin: 0 auto;
    width: 900px;
}

.last_five li{
    text-shadow: 1px 1px 0px #415B5C;
    color: #ccc;
background: url(../images/list_style.png) no-repeat 0px 15px;
 list-style-type: none;
padding: 15px 0 15px 40px;
}


intro_text {
    
}

.how_it_works {
    margin: 0 auto;
    width: 930px;
    height: 720px;
    background: url(../images/how_it_works.png) center no-repeat;
}

.how_it_works {
    font-weight: bold;
	text-shadow:0 1px 0 #fff;
    text-align: left;
    position: relative;
}
.how_it_works p {
    font-size: 20px;
}

.how_it_works .one {
    position: absolute;
    top: 80px;
    left:240px;
}
.how_it_works .two {
    position: absolute;
    top: 240px;
	width: 600px;
	left: 80px;
}
.how_it_works .three {
    position: absolute;
    top: 440px;
    left:240px;
}
.how_it_works .four {
    position: absolute;
    top: 620px;
	width: 600px;
	left: 80px;
}

.it_simple {
    
	text-shadow:0 1px 0 #fff;
    color:#666;
    font-weight: bold;
    font-family: kelly slab;
    font-size: 2em;
}

span.marked {
    font-weight: bold;
    white-space: nowrap; 
}

.last_five span.marked {
    color: #fff;
    text-shadow: 1px 1px 0 #005C4A;
    font-weight: bold;
    white-space: nowrap; 
}

#holder {
    float: left;
    width: 630px;
}

.header_info {
	text-align: left;
    border-left: rgba(0, 92, 73, .4 ) 3px solid; 
    float: left;
    right: 0;
    top: 0;
	background: rgba(0, 92, 73, .4 );
	padding: 20px;
    /*background: url(../images/header_info.png) top right no-repeat;*/
}
.header_info p {
	color: #ddd;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	font-size: 38px;
	font-family: Kelly slab;
	}
	
	.header_info p:first-letter {
	font-style: bold;
	color: #fff;
	}

.banner {
	padding: 80px 0 35px 0;
	background: url(../images/business-woman_mini.jpg) center 45px no-repeat;
	background-size: 100%;
}

.recomendation {
    padding: 70px 0;
background: url(../images/escheresque_ste.png);
}

.recomendation h2{
    font-size:2.5rem;
    color: #888;
    text-shadow: 1px 1px 0 #000;
}

    #owl-demo .item{
    margin: 3px;
    }
    #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    }

	.owl-carousel img {
    border-radius: 15px;
}
	
	.round_number {
	background: #174D35;
	font-size: 20px;
	font-family: Kelly slab;
	text-shadow: 1px 1px 0 #333;
	color: #eee;
	padding: 5px;
	border-radius: 50px;
	}
	
	

	.container_review {
	width: 45%;
	margin: 70px 2% 0 3%;
	
	}
	
	
.text_review {
    text-align:left;
    position: relative;
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .6) inset;
    border-radius: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, .6);
    margin: 50px auto 0px;
    width: 90%;   
}

.text_review img {
	border: 2px solid #313131;
	display: block;
    box-shadow: 0 0px 30px 0px rgba(0, 0, 0, .6) inset;
    float: left;
    border-radius: 300px 300px 0 300px;
    background: rgba(255, 255, 255, .6);
	margin: -70px 20px 0px -40px;
}
  .text_review .read_more {
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    color: #eee;
    background: #262626;
    position: absolute;
    bottom: -40px;
    right: 20px;
    padding: 10px;
	height: 20px;
}

.review_name {
	font-size: 14px;
    border-radius: 10px 10px 0 0 ;
    color: #eee;
    background: #262626;
    position: absolute;
    top: -40px;
    left: 115px;
    padding: 10px;
	height: 20px;
}

#show_more {
display: block !important;
}

.clear {
clear: both;
}

.ending {
color: #D9D9D9;
font-size: 1em;
padding: 0 40px;
position: relative;
margin: 70px auto 0 auto;
width: 900px;
}

.ending div{
text-shadow: 2px 2px 0px #174D35;
font-size: 8em;
position: absolute;
top: -50px;
}

.ending .before {
left: 0;
}




.ending .after {
right: 0;
}

.ending_logo {
height: 220px;
width: 300px;
background: url(../images/ending_logo_1.png) no-repeat center;
margin: 100px auto 0;
}



.cme_btn_place a {
display: none;
}

.pluses .six {
    background: url(../images/puzzle.png) center top no-repeat;
}

.pluses .seven {
    background: url(../images/safe.png) center top no-repeat;
}

.pluses .eight {
    background: url(../images/uno.png) center top no-repeat;
}

.pluses .nine {
    background: url(../images/contacts-nine.png) center top no-repeat;
}

.pluses .ten {
    background: url(../images/hosting.png) center top no-repeat;
}

#page2 h2 {
margin: 0 0 20px 0;
}
.double_review {
margin: 0 auto;
min-width: 940px;
width: 80%;
}


.double_review div{
float: left;
}

.headerwrap .phone {
margin: 20px 0 10px;
width: 300px;
height: 42px;
background: url(../images/info_bg_1.png) 0 0 no-repeat;
}

.headerwrap {
margin: 0 auto;
max-width: 900px;
}

.map_wrap {
margin: 130px 0 0 0;
position: relative;
}

.adress {
text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
padding: 5px 0;
font-size: 1.5em;
font-family: Kelly slab;
color: #fff;
top: 30px;
left: 0;
right: 0;
position: absolute;
background: rgba(23, 77, 53, .5 );
}

.facts_about_us div{

color: #D9D9D9;
float:left;
width: 45%;
}

.facts_about_us .l{
padding: 20px 1% 20px 4%;
text-align: right;
}

.facts_about_us .r{
padding: 20px 4% 20px 1%;
text-align: left;
}  

.facts_about_us p {
padding: 5px 0;
}

.facts_about_us {
overflow: hidden;
margin: 50px 0;
}

.wireless h2 {
padding: 17px 0 0 0;
font-size: 1.75em;
color: #eee;
text-shadow: 0 -1px 0 #5B4F2C;
height: 81px;
background: url(../images/helpdesk_ribbon.png) no-repeat center center;
}

.wireless {
margin: 0 auto 30px;
position: relative;
height: 500px;
width: 800px;

}

.wireless div {
position: absolute;
background: rgba(185, 157, 59, .3);
box-sizing: border-box;
width: 360px;
padding: 10px;
margin:10px;
height: 120px;
transition: 0.3 ease all;

transition: 0.3s ease all;
}

.wireless div:hover {
background: rgba(185, 157, 59, .2);
}

.wireless .office {
text-align: left;
left: 0;
top: 110px;
}
.wireless .home {
text-align: right;
right: 0;
top: 110px;
}
.wireless .bridge {
text-align: left;
left: 0;
bottom: 0;
}
.wireless .cam {
text-align: right;
right: 0;
bottom: 0;
}

.wireless .btn {
box-shadow: 0 3px 7px rgba(0, 0, 0, .7);
font-family: Kelly slab;
text-align: center;
width: 140px;
height: 80px;
position: absolute;
top: 220px;

background: #d5b23b; /* Old browsers */
background: -moz-linear-gradient(top,  #d5b23b 1%, #9b7d2b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d5b23b), color-stop(100%,#9b7d2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d5b23b 1%,#9b7d2b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d5b23b 1%,#9b7d2b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d5b23b 1%,#9b7d2b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d5b23b 1%,#9b7d2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5b23b', endColorstr='#9b7d2b',GradientType=0 ); /* IE6-9 */



left: 320px;
padding: 40px 10px;
border-radius: 150px;
font-size: 1.75em;
color: #eee;
text-shadow: 0 -1px 0 #5B4F2C;
transition: 0.3s ease all;
}

.wireless .btn:hover {
color: #fff;

text-shadow: 0 -1px 0 #5B4F2C,
0 0 4px #fff;
}

#anti-wire {
font-weight: bold;
color:#fff;
text-shadow: 0 -1px 0 #5B4F2C;
transition: 0.3s ease all;
font-size: 24px;
cursor: pointer;
background: #d5b23b;
position: fixed;
bottom: 0;
left: 0;
right: 0;
font-family: Kelly slab;
padding: 10px;
}

#banner_hide {
position: fixed;
right: 15px;
bottom: 15px;
cursor: pointer;
z-index: 1000;
}

#anti-wire:hover {
opacity: 0.9;
}