

html { 

cursor: url("nwt.cur"), auto;
font-family: "Arial" sans-serif;

}

body {
	
	margin: 0;
	padding: 0;
	background-color: #202020;
	padding-top: 20px;
	font-family: "Arial" sans-serif;
	  background-image: url("img/fon.png");     
        background-size: cover;
        background-attachment: fixed;
	
}


#wrap 
{
	
	width: 1050px;
	min-width: 650px;
	margin: 0 auto;
 
	border-top-left-radius: 22px;
border-top-right-radius: 22px;
background-color: #f9f9f9;

box-shadow: 0px 0px 8px 1px #000000;
}


hr {
    color: #999999;
    background-color:#999999;
    border:0px none;
    height:1px;
    
}


#top {
	
background: url("img/top.png") top no-repeat;
width: 1050px;
height: 400px;
	margin: 0 auto;
	border-top-left-radius: 20px;
border-top-right-radius: 20px;



}

#text1:hover {

      
text-shadow: 0 1px 2px rgba(17,17,17,17.17);


}


#text1 {
font-family: 'GTA Russian', sans-serif;
margin-top: 60px;
margin-left: 200px;
margin-right: 100px;
float: right;
font-size: 70px;	
color: #fff;
      
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

#text2 {
font-family: 'Arial', sans-serif;
margin-top: 20px;
margin-right: 50px;
float: right;
font-size: 11px;	
color: #fff;
      position: relative;
width: 500px;
font-weight: bold;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);

}



a {
	color: #cacaca;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


footer {
 background-image: url("img/foot.png");     
        
        
height: 130px;
	margin: 0 auto;
}

.inf a {
	
	color: #509091;
	
}

.foo {
	
	background-color: #509091;
	
  left: 0;
  bottom: 615;
  width: 100%;
  height: 70px;
	
	
}


#menu2 {

color: #fff;    
width: auto;
margin: 0 auto;
    background: #000;
margin: -5px;
height: 10px;    
padding: 10px;
    font-family: 'arial', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}

#menu2 a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
	
}

#menu2 a:hover {
    
    color: #cacaca;
    padding: 10px;
}


#copy {


font-family: 'arial', sans-serif;
margin-top: 30px;
margin-left: 15px;
float: left;
font-size: 11px;	
color: #fff;
      position: relative;
width: 500px;
font-weight: bold;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);

}

#logocopy{

margin-top: 17px;
margin-right: 20px;
float: right;
position: relative;


}





#wraap {
	
	
	margin: 0 auto;
	padding: 60px;


}

.project {
	display: inline-block;
height: 100px;
min-height: 150px;
text-align: center;
	width: 300px; 
	  background-image: url("img/f.png");     
        background-size: cover;
	padding: 30px;
	font-size: 10px;
	background-color: #fff;
 box-sizing: border-box;
 border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: 3px;
   margin-right: 3px;
	
}


.project1 {
	display: inline-block;
  background-image: url("img/f.png");     
        background-size: cover;

text-align: center;
	width: 300px; 
	margin-bottom: 10px;
	padding: 30px;
	font-size: 10px;
	background-color: #fff;
 box-sizing: border-box;
 border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: 3px;
   margin-right: 3px;
	
}




@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
margin-top: 40px;
margin-right: 50px;
   float: right;
  width: auto;
  
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  float: left;
  display: block;
  padding: 0;
  
}
#cssmenu ul li a {
  color: #353535;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #707070;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: red;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
 color: #707070;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .2;
  }
  #cssmenu ul li.last > a:before,
  #cssmenu ul li:last-child > a:before {
    display: none;
  }
}


.faqplay {
	
	background-color: #f9f9f9;
	 margin: 0 auto;
}


.plans {
 

 margin: 40px auto;
  width: 660px;
  zoom: 1;
}

.plans:before, .plans:after {
  content: '';
  display: table;
}
.plans:after {
  clear: both;
}

.plan {
  opacity: 0.80;
  
  float: left;
  width: 220px;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
 background-image: url("img/bgg.jpg");     
        background-size: cover;
 
	border-width: 2px 0 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.plan:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.plan:last-child {
  border-width: 2px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.plan-title {
  position: relative;
  margin: -20px -10px 20px;
  padding: 20px;
  line-height: 1;
  font-size: 12px;
   color: #595f6b;
  border-bottom: 1px dashed #d2d2d2;
  font-family: Arial;
}
.plan-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-size: 3px 1px;
  background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
  background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}

.plan-price {
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #595f6b;
  border-radius: 45px;
}
.plan-price > span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}

.plan-features {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.plan-features > li > strong {
  font-weight: bold;
  color: #888;
}



.plan-tall {
  margin: 0;
  background-color: white;
  border-width: 2px;
  border-radius: 7px;
  height: 300px;

    background-image: url("img/bg.png");   
    background-size: cover;
}
.plan-tall > .plan-title {
  font-size: 16px;
}
.plan-tall > .plan-price {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 21px;
  border-radius: 50px;
}
.plan-tall > .plan-features {
  font-size: 13px;
}
.plan-tall > .plan-button {
  padding: 0 16px;
  line-height: 32px;
}
.plan-tall + .plan {
  border-left: 0;
}


input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		background-color: #8b2731;

		border-radius: 6px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		
		
		letter-spacing: 0.125em;
		font-size: 0.9em;
		height: 2.15em;
		line-height: 2.15em;
		padding: 0 1.75em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #232d33;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #0f1315;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.7em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.2em;
			height: 2.15em;
			line-height: 2.15em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
			color: #666f77 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #509091;
			color: #ffffff !important;
			font-family: Arial;
			font-size: 13px;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #99172c;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #4e91cb;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #555f66 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			
		}

		.table-bordered {
    border: 1px solid #ddd;
	
}

::selection {
	
	background: #dee0e3;
	
}


.table {
    
	width: 400px;
	height: 200px;
  border-radius: 50px;
	 background-image: url("img/fon.png");     
        background-size: cover;
	opacity: 0.90;

}



.form-control {
   
	display: block;
    width: 288px;
    height: 15px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 2px dotted #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#donate {
	height: 300px;
		  background-image: url("img/donate.png");     
        width: auto;
	
}

#bonus {
	
font-family: 'Tahoma', sans-serif;

font-size: 27px;	
color: #fff;
    
font-weight: bold;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);	
	
}


.post {
	font-size: 11px;
	color: #888;
	 background-color: #777;
	width: 350px; 
	padding: 30px;
	border: 1px dashed #ddd;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 200px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 18px;
	background-color: #fff;
	background-image: url("img/fonwrap.png"); 
	 background-size: cover;
}
	


.post img {

	padding: 5px; 
	
	background: #eeeeee;
	display: inline-block;
	margin: 20px 0;
}


.post1 {
	height: 200px;
	font-size: 11px;
	color: #888;
	background-color: #777;
	width: 350px; 
	padding: 30px; border: 1px dashed #ddd;
	background-image: url("img/fonwrap.png"); 
	border-radius: 18px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	 background-size: cover;
}
	


.post1 img {

	padding: 5px; 
	
	background: #eeeeee;
	display: inline-block;
	margin: 20px 0;
}



.kk {
	height: 300px;
	font-size: 11px;
	color: #888;
	background-color: #777;
	width: 350px; 
	
background: url("img/nn.png") top no-repeat;
	border-radius: 18px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
margin-right: 10px;
	margin-left: 10px;

}
	


.kk img {

	padding: 5px; 
	
	background: #eeeeee;
	display: inline-block;
	margin: 20px 0;
}


#news {
	height: 520px;
	padding: 20px;


	
}


.data {
	text-align: center;
	width: 60px;
	border: 1px solid #99172c;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
color: #000;
	margin-top: 10px;
padding: 5px;
opacity: 0.50;
	
	}
	
ul.tsc_pagination { float: right; margin-right: 0px; padding:0px; height:100%; overflow:hidden; font:12px 'Tahoma'; list-style-type:none; }
ul.tsc_pagination li { float:left; margin:0px; padding:0px; margin-left:5px; }

ul.tsc_pagination li a { color:black; display:block; text-decoration:none; padding:7px 10px 7px 10px; }


ul.tsc_paginationA li a { color:#FFFFFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

ul.tsc_paginationA01 li a { color:#474747; border:solid 1px #999; padding:6px 9px 6px 9px; background:#E6E6E6; background:-moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6)); }
ul.tsc_paginationA01 li:hover a,
ul.tsc_paginationA01 li.current a { background:#FFFFFF; }



#Go_Top {
	
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
}




	@font-face {
    font-family: Intro;
    src: url(fonts/Intro.otf); 
   }
   
   @font-face {
    font-family: Roboto;
    src: url(fonts/Roboto.ttf); 
   }
   
   @font-face {
    font-family: StyleFormal;
    src: url(fonts/StyleFormal.otf); 
   }

    @font-face {
    font-family: Arial;
    src: url(fonts/arial.ttf); 
   }

     @font-face {
    font-family: Open Sans;
    src: url(fonts/Open Sans.ttf); 
   }
   
   @font-face {
    font-family: GTA Russian;
    src: url(fonts/gta_russian_regular.ttf); 
   }

   
.soc {
	
	font-size: 18px;
	color: #888;
	 background-color: #f9f9f9;
	width: 350px; 
	padding: 30px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
    text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
}
	


.soc1 {
	
	font-size: 18px;
	color: #888;
	 background-color: #f9f9f9;
	width: 350px; 
	padding: 30px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
    text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
}


#soccon {
	height: 100px;
	padding: 20px;


	
}

.monitoring69 {
height: auto;
width: 900px;
padding: 25px;
margin: 0 auto;
font-size: 13px;
background-color: #fff;
-webkit-box-shadow: inset 6px 7px 7px rgba(0,0,0,.075);
box-shadow: inset 180px 14px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
border-radius: 17px;

}
