/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #################################################################################### */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #f1f4f8;
    /* background-image: url(../img/bg.png); */
}
.container {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
a {
    text-decoration: none;
	z-index: 999;
}
h1,
h2,
h3 {
    text-transform: uppercase;
}
h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
h4 {
    font-size: 1.3em;
	color: #4b5260;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
img {

    height: auto;
}

.buttonst {
    border: 0;
    background-image: linear-gradient(145deg, #66af70, #7bcd87);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
	text-align: center;
	padding: 15px 15px;
	cursor: pointer;
	border-radius: 5px;
}
.buttonst:hover {
    background-image: linear-gradient(145deg, #7bcd87, #66af70);
}


#topbar {
    width: 100%;
    background-color: #6b9bd9;
    position: fixed;
    top: 0;
	height: 55px;
    z-index: 999; /* подробно это свойство будет изучаться в поздних главах учебника,
                   * а пока что просто добавьте его */
}
.menu li {
    display: inline-block;
    text-transform: uppercase;
	font-size: 11px;
}
.menu li a {
	padding:22px;
    padding-right: 15px;
	padding-left: 15px;
    display: block;
	color: #d5e7ef;
	font-weight:bold;
}

.menu li a:hover {
    color: #fff;
}

.header {
    
    min-height: 55px; /* также определим минимальную высоту хедера */
    
}
.navtoggle {
	display: none;
	background: url(navtoggle.png) center / cover no-repeat ;
    float: left;
    
	cursor: pointer;
	height: 26px;
	width: 26px;
	padding: 15px 15px 14px 15px;
}
.navtoggle:hover {
    background: url(navtoggle22.png) center / cover no-repeat ;
}

.logo {
    float: left;
    margin: 0px 0px 0px 0px;
	padding-top: 8px; 
	padding-bottom: 11px; 
    padding-left: 5px;
	padding-right: 10px; 	
}

.photo{
border-radius:25px 25px 25px 25px;
}



.menul {
	display: none;
	width: 230px;
    background-color: #f1f4f8;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 38px;
	
    right: 0;
    left: 0;
    margin: 0;
    padding: 18px;
	padding-bottom: 18px;
    float: left;
    z-index: 500;
	box-shadow: 0 0px 20px rgba(0, 0, 0, .35);
}

.menu2 {
	display: block;
    background: #1d282b;
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
}


.left-menu {
    width: 250px;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    
}
.left-menu-content {
	width: 230px;
	height: auto;
	box-sizing: border-box;
	margin-top: 20px;
    margin-bottom: 20px;
	padding: 15px 10px 15px 15px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	border-radius: 4px;
	background-color: #fff;
	overflow:hidden
}
.left-menu-content2 {
	width: 230px;
	height: auto;
	box-sizing: border-box;
	margin-top: 20px;
    margin-bottom: 20px;
	padding: 0px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	border-radius: 4px;
	background-color: #fff;
	overflow:hidden
}
.left-menu-content #out {
	margin-top: -8px;
	margin-right: -5px;
	padding: 5px;
	opacity: .5;
}

.left-menu-content #out:hover {
	opacity: .7;
}
.l-m-c-a1 {
	width: auto;
	height: auto;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
.l-m-c-a2 {
	width: auto;
	height: auto;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 15px;
	color: #4e5667;
	
}

.tes1 {
	width: 80%;
	height: 40px;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	font-size: 13px;
	margin-bottom: 15px;
	color: #4e5667;
	
}
.tes2 {
	width: 20%;
	height: 40px;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	font-size: 13px;
	margin-bottom: 15px;
	color: #4e5667;
	
}


.l-m-c-a2 a {
	color: #4e5667;
}

.l-m-c-b0 {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	padding-right: 11px;
	font-weight:bold;
}
.l-m-c-b0 a {
	width: 100%;
	color: #4e5667;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 12px;
	padding-left: 10px;border-radius: 4px;
}



.l-m-c-b {
	width: 230px;
	height: auto;
	box-sizing: border-box;
	float: left;
	padding-right: 11px;
	font-weight:bold;
	
}
.l-m-c-b a {
	width: 210px;
	color: #4e5667;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	border-radius: 0px;
	border-bottom: 1px solid #f4f5f7;
}
.l-m-c-b a:hover {
	background-color: #eff3fb;/*cbdbfa*/
}
 .l-m-c-b #s { 
	 background-color: #6b9bd9; 
	 color: #fff;
} 

.l-m-c-b .new {
	float: right;
	text-align: right;
	color: #fff;
	background-color: #6b9bd9;
	padding: 7px;
	padding-bottom: 7px;
	margin-top: -7px;
	margin-bottom: -11px;
	border-radius: 4px 4px 4px 4px;
	display: inline;
	margin-right: 20px;
}

/* 11 кнопка */
.Cssbuttons11 {
  font: 16px "Trebuchet MS", Tahoma, Arial, sans-serif !important;
  cursor: pointer;
  color: white;
  text-decoration: none;
  padding: 5px 9px;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #2A7CE8 #000 #0769BB;
  border-radius: 6px;
  background: linear-gradient(#0F60F3, #167EE3) #164FE3;
  transition: 0.2s;
} 
.Cssbuttons11:hover { background: linear-gradient(#2A7CE8, #164FE3) #2A7CE8; }
.Cssbuttons11:active { background: linear-gradient(#164FE3, #2A7CE8) #164FE3; }

#buttonb {
	width: 100%;
    border: 0;
    background-image: linear-gradient(145deg, #7bcd87, #7bcd87);
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	display: inline-block;
}
#buttonb:hover {
    background-image: linear-gradient(145deg, #99d8a3, #99d8a3);
}

.right-menu {
    width: 600px;
	min-width: 320px;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.right-menu-content {
    width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	border-radius: 4px;
	background-color: #fff;
	padding: 20px 10px 20px;
    margin-bottom: 20px;
	text-align: center;
}
.right-menu-content a {
    color: #4e5667;
}
.info {
    background: #f5f7f8;
    color: #000000;
    padding: 10px;
    border: solid 1px #dee4e8;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
	font-size: 13px;
	line-height: 1.5;
}

.error{
background: #fee9e9;
color: #000000;
padding: 10px;
padding-bottom: 7px;
border: solid 1px #ffbebe;
text-align: left;
border-radius:4px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
font-size: 13px;
line-height: 1.5;
}

.okey{
background: #ecffe2;
color: #000000;
padding: 10px;
padding-bottom: 7px;
border: solid 1px #a2ff74;
text-align: left;
border-radius:4px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
font-size: 13px;
line-height: 1.5;
}

.table_1 {
    border-collapse: collapse;
    border: solid 1px #DEE4E8;
}
 
.table_1 td {
    border: solid 1px #DEE4E8;
	padding: 9px;
}

.view_block{
background: #ffffff;
color: #000000;
padding: 10px;
border: solid 1px #DEE4E8;
text-align: center;
margin-bottom: 5px;
}

.view_block2{
background: #F0F4FB;
color: #000000;
padding: 10px;
border: solid 1px #B9C4DA;
text-align: center;
margin-bottom: 5px;

}

.right-menu-0 {
    width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}
.right-menu-b1 {
    width: 40%;
	height: auto;
	box-sizing: border-box;
	float: left;
	padding: 5px 10px 5px;
    margin-bottom: 10px;
	text-align: left;
}
.right-menu-b2 {
    width: 60%;
	height: auto;
	box-sizing: border-box;
	float: left;
	padding: 5px 10px 5px;
    margin-bottom: 10px;
	text-align: left;
}

.right-menu-b1n {
    width: 65px;
	height: auto;
	box-sizing: border-box;
	float: left;
	padding: 5px 10px 5px;
    margin-bottom: 10px;
	text-align: left;
}
.right-menu-b2n {
    width: 80%;
	height: auto;
	box-sizing: border-box;
	float: left;
	padding: 5px 10px 5px;
    margin-bottom: 10px;
	text-align: left;
}


.submit {
	width: 250px;
    height: 35px;
    color: #000;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    text-align: center;
    margin-top: 3px;
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
    font-weight: bold;
}
.submit:hover { 
height:35px;
color: #000;
background: #e0dddd;
border: 1px solid #DDDDDD; 
border-radius:3px;
text-align: center;
margin-top: 3px;
padding: 3px;
padding-left: 9px;
padding-right: 9px;
text-decoration: none;
font-weight:bold
}

.block_act {
width:300px;
background: url(../img/white_grad.png) repeat-x #14A1FF;
border: 1px solid #2d6fa9; 
border-radius:4px; 
text-align: center;
margin-bottom: 10px;
color: white;
text-shadow: 0 1px #6D1344;
}
.block_act a{
color: white;
display: block;
padding: 13px 10px 10px 10px;
text-decoration: none;
}
.block_act a:hover{
border-radius: 4px; 
background: #49b6ff;
padding: 13px 10px 10px 10px;
}

.form_text {
    display: inline;
    margin: 0;
    padding: 8px 5px;
    border: solid 1px #abadb3;
    color: #000;
    font-size: 14px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.right-menu-nav {
    width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	border-radius: 4px;
	background-color: #fff;
	padding: 20px 0px 0px;
    margin-bottom: 15px;
	text-align: center;
	color: #676f81;
	font-size: 13px;
	padding-bottom: 15px;
}
.right-menu-nav a{ 
	color: #4e5667;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
}

.right-menu-nav a:hover{ 
	color: #676f81;
	border-bottom: 2px solid #b8cefa;
}

.right-menu-nav #s {
	border-bottom: 2px solid #6b9bd3;
}
.right-menu-nav-s {
	border-bottom: 2px solid #6b9bd3;
	padding-bottom: 13px;
}
.right-menu-warning {
    width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	color: #8a96aa;
	border-radius: 4px;
	background-color: #f9fafc;
	padding: 20px 20px 20px;
    margin-bottom: 15px;
	text-align: center;
	font-size: 13px;
}

.right-menu-nav2 {
    width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	border-radius: 4px;
	background-color: #fff;
	padding: 20px 0px 0px;
    margin-bottom: 15px;
	text-align: center;
	color: #676f81;
	font-size: 13px;
	padding-bottom: 15px;
}
.right-menu-nav2 a{ 
	color: #4e5667;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
}

.right-menu-nav2 a:hover{ 
	color: #676f81;
	border-bottom: 2px solid #b8cefa;
}

.right-menu-nav2 #s {
	border-bottom: 2px solid #6b9bd3;
}

.right-menu-nav3 {
    width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	color: #8a96aa;
	border-radius: 4px;
	background-color: #f9fafc;
	padding: 10px 10px 10px;
    margin-bottom: 15px;
	text-align: left;
	font-size: 13px;
}

.right-menu-nav3 a{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4e5667;
	padding-left: 5px;
	padding-right: 5px;
}
.right-menu-nav3 a:hover{
	background-color: #eff3fb;
}
.right-menu-nav3 #s {
	padding: 5px;
	background-color: #6b9bd9;
	color: #fff;
}
.right-menu-refresh {
    width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	color: #6b9bd3;
	border-radius: 4px;
	background-color: #f9fafc;
	margin-bottom: 15px;
    
	font-size: 13px;
	text-align: center;
}
.right-menu-refresh a {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #6b9bd3;
	display: inline-block;
	
}
.right-menu-refresh a:hover {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #6b9bd3;
	display: inline-block;
	background-color: #eff3fb;
}

.right-menu-task {
	width: 100%;
	
	height: auto;
	box-sizing: border-box;
	float: left;
	margin-bottom: 15px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
	border-radius: 4px;
	background-color: #fff;
	overflow:hidden;
	font-size: 13px;
}

.tasku {
	font-size: 13px;
}
.price {
	background-color: #eff3fb;
	padding: 5px;
	border-radius: 4px;
}
.l-m-t-c {
	width: 100%;
	height: 57px;
	box-sizing: border-box;
	float: left;
	padding-left: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fff;
	color: #4e5667;
	border-top: 1px solid #eceef4;
	text-align: center;
}
.input_2 {
	width: 60%;
    margin-top: 3px;
    margin: 3px;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
}

.l-m-t-a1 {
	width: 70%;
	height: 57px;
	box-sizing: border-box;
	float: left;
	padding-left: 8px;
	padding-top: 11px;
	padding-bottom: 13px;
	background-color: #fff;
	color: #4e5667;
	cursor:pointer;
	line-height: 1.4;
}

.l-m-t-a10 {
	width: auto;
	height: 40px;
	box-sizing: border-box;
	float: left;
	padding: 5px;
	padding-left: 2px;
	padding-top: 10px;
	cursor:pointer;
	margin-right: 7px;
}
.l-m-t-a2 {
	width: 20%;
	height: 57px;
	color: #676f81;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 22px;
	border-left: 1px solid #eceef4;
	border-right: 1px solid #eceef4;
}

.l-m-t-a11 {
	height: auto;
	box-sizing: border-box;
	float: left;
	padding-right: 8px;
	margin-bottom: -3px;
	cursor:pointer;
overflow:hidden;
}
.l-m-t-a1:hover {
	
	height: 57px;
	box-sizing: border-box;
	float: left;
	background-color: #eff3fb;
}
.l-m-t-a2 {
	width: 20%;
	height: 57px;
	color: #676f81;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 22px;
	border-left: 1px solid #eceef4;
	border-right: 1px solid #eceef4;
}

.l-m-t-a2:hover {
	box-sizing: border-box;
	float: left;
	background-color: #eff3fb;
}
.l-m-t-a2-p {
	background-color: #fcf8d9;
	width: 20%;
	height: 57px;
	color: #676f81;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 22px;
	border-left: 1px solid #eceef4;
	border-right: 1px solid #eceef4;
}
.l-m-t-a2-p:hover {
	background-color: #fbf5c7;
}


.l-m-t-a2-e {
	background-color: #fc9577;
	width: 20%;
	height: 57px;
	color: #fff;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 22px;
	border-left: 1px solid #eceef4;
	border-right: 1px solid #eceef4;
}
.l-m-t-a2-e:hover {
	box-sizing: border-box;
	float: left;
	background-color: #fa8867;
}
.l-m-t-a2-o {
	background-color: #7bcd87;
	width: 30%;
	height: 57px;
	color: #fff;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 22px;
	border-left: 1px solid #eceef4;
	border-right: 1px solid #eceef4;
}
.l-m-t-a2-o-a {
	background-color: #7bcd87;
	width: 20%;
	height: 57px;
	color: #fff;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 22px;
	border-left: 1px solid #eceef4;
	border-right: 1px solid #eceef4;
}

.l-m-t-a3 {
	width: 10%;
	height: 57px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	opacity: 0.4;
	
}
.l-m-t-a3:hover {
	box-sizing: border-box;
	float: left;opacity: 0.7;
	background-color: #eff3fb;
}

.l-m-t-a3-close{
padding-top: 26px;
padding-bottom: 26px;
padding-bottom: 26px;
padding-left: 7px;
padding-right: 7px;
margin: -7px;
}


.l-m-t-a4 {
	width: 5%;
	height: 57px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 1.7;
}



.info2_k{
float:right;
opacity: 0.5;
padding: 7px;
margin: -7px;
}

.info2_k:hover{
float:right;
opacity: 0.8;
}
.tour-card {
    width: 220px;
    height: 240px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
    padding: 40px 10px 20px;
    box-shadow: 0px 3px 3px 0px #212121;
}

#cont:after { 
   content: '';
   display: block; 
   z-index: 1;
   height: 0; 
   clear: both;
}

.container.overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 2;
}

.footer {
	min-width: 320px;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #4e5667;
    text-align: center;
	font-size: 13px;
}
.footer a {
	color: #4e5667;

}
.footu {
    margin-bottom: 15px;
	font-size: 13px;
}
.footu a {
	color: #aeb8ca;
	padding: 5px;
    padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 4px;
}
.footu a:hover {
	color: #4e5667;
	background: #e7ecf5;
}


/* 4 кнопка */
.Cssbuttons4 {
	width:90px;
	
	padding: 5px 7px;
	font: 16px "Trebuchet MS", Tahoma, Arial, sans-serif;
	outline: none;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	color: #000;
	text-shadow: 1px 1px #D0E5A4;
	border: 1px solid #89A94D;
	border-top: 1px solid #AAD063;
	border-bottom: 1px solid #6D883B;
	box-shadow:
		inset 0 1px #E0EEB6,
		inset 1px 0 #C6E08D,
		inset -1px 0 #C6E08D,
		inset 0 -1px #B4D579,
		0 2px #799545,
		0 3px #6D883B,
		0 4px 2px rgba(0,0,0,0.4)
	;
	background: -moz-linear-gradient(top,  #cae285 0%, #a3cd5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cae285), color-stop(100%,#a3cd5a));
	background: -webkit-linear-gradient(top,  #cae285 0%,#a3cd5a 100%);
	background: -o-linear-gradient(top,  #cae285 0%,#a3cd5a 100%);
	background: -ms-linear-gradient(top,  #cae285 0%,#a3cd5a 100%);
	background: linear-gradient(top,  #cae285 0%,#a3cd5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae285', endColorstr='#a3cd5a',GradientType=0 );
	background-color: #B6D76F;
}
.Cssbuttons4::-moz-focus-inner{border:0}
.Cssbuttons4:hover {
	border-top: 1px solid #98B85B;
	box-shadow:
		inset 0 1px #CCE3A1,
		inset 1px 0 #C6E08D,
		inset -1px 0 #C6E08D,
		inset 0 -1px #C7E18E,
		0 2px #799545,
		0 3px #6D883B,
		0 4px 2px rgba(0,0,0,0.4);
	background: -moz-linear-gradient(top,  #abd164 0%, #b9d972 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abd164), color-stop(100%,#b9d972));
	background: -webkit-linear-gradient(top,  #abd164 0%,#b9d972 100%);
	background: -o-linear-gradient(top,  #abd164 0%,#b9d972 100%);
	background: -ms-linear-gradient(top,  #abd164 0%,#b9d972 100%);
	background: linear-gradient(top,  #abd164 0%,#b9d972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd164', endColorstr='#b9d972',GradientType=0 );
	background-color: #B6D76F;
}
.Cssbuttons4:active {
	top: 3px;
	border: 1px solid #88A84E;
	border-top: 1px solid #6E883F;
	border-bottom: 1px solid #95B855;
	background: #A7CF5F;
	box-shadow: inset 0 1px 2px #779441;
}


.table_3 {
    border-collapse: collapse;
    border: solid 1px #DEE4E8;
	border-radius:4px;
}
 
.table_3 td {
    border-top: solid 1px #DEE4E8;
	padding: 11px;
}







@media (max-width: 870px) {
	.navtoggle {
		display: block;
	}
    .left-menu {
        float: none;
        display: inline-block;
		display: none;
    }
	.right-menu {
        float: none;
        display: inline-block;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
    }
	.menul {
		display: none;
	}
    #cont {
        
    }
}



@media (max-width: 600px) {
	.right-menu-nav a{ 
		padding-left: 5px;
		padding-right: 5px;
	}
	#nm {
        display: none;
    }
}

@media (max-width: 450px) {
	.right-menu-nav a{ 
		padding-left: 3px;
		padding-right: 3px;
	}
	.right-menu-nav {
	font-size: 12px;
	}
	.right-menu-task {
	font-size: 13px;
	}
	.l-m-t-a2, .l-m-t-a2-p, .l-m-t-a2-e, .l-m-t-a2-o, .l-m-t-a2-o-a {
	font-size: 11px;
	}
	.tasku {
	font-size: 12px;
	}
	
	.l-m-t-a10 {
	margin-right: 2px;
	}
	.footu a {
	color: #aeb8ca;
	padding: 5px;
    padding-left: 7px;
	padding-right: 7px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 4px;
	}
}

@media (max-width: 350px) {
	.right-menu-nav {
	font-size: 11px;
	}
	.right-menu-task {
	font-size: 12px;
	}
	.tasku {
	font-size: 11px;
	}
	.right-menu {
    padding-left: 6px;
    padding-right: 6px;
	}
		.footu a {
	color: #aeb8ca;
	padding: 5px;
    padding-left: 3px;
	padding-right: 3px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 4px;
	}
}

@media (max-height: 600px) {
	
}