@font-face{
font-family: 'Aero';
font-display: auto;
src: url('Aero.ttf');
font-weight: normal;
font-style: normal;
}
html,
body {
    height: 100%;
}

.guide-content, .api-content {
    max-width: 1250px;
}

.wrap {
    min-height: 100%;
    height: auto;
    width: auto;
    margin: 60px 30px 0 30px;
    padding: 0;
}

.footer {
    height: 60px;
    background-color: #EEE;
    border-top: 1px solid #ddd;
    padding: 20px 30px; 
    margin-bottom: -30px;   
}

#navigation {
    margin-top: 20px;
    border: 5px solid beige;
}

a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: none;
}

a.list-group-item.active {
    z-index: 2;
    color: #555;
    background-color: #fff;
    border: 5px solid #CDD0EE;
}

.submenu a {
    background: #f5f5f5;
    border-radius: 0;
    padding-left: 20px;
}
.list-group-item.big{font-size: 1.1em;font-style: italic;font-weight: bold;}

.submenu a:hover, .submenu a:active,
.submenu a.active, .submenu a.active:hover, .submenu a.active:active {
    background: #CDD0EE;
    border-color: #CDD0EE;
    border-radius: 0;
    color: #000;
}

.signature, .table-striped > tbody > tr > td.signature {
    margin: 10px 0 10px 0;
    padding: 8px;

    color: #000000;
    background: rgba(230, 236, 255, 0.81);
    border: 1px rgba(191, 207, 255, 0.81) solid;

    font-family: "courier new", "times new roman", monospace;
    line-height: 1.3em;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}

blockquote {
    font-size: 14px;
}

td p {
    margin: 0;
}

table.detail-table .param-name-col { width: 15%; min-width: 100px; }
table.detail-table .param-type-col { width: 15%; min-width: 150px; }
table.detail-table .param-desc-col { width: 70%; }

table.summary-table .col-method   { width: 20%; }
table.summary-table .col-property { width: 20%; }
table.summary-table .col-const    { width: 20%; }
table.summary-table .col-event    { width: 20%; }
table.summary-table .col-defined  { width: 15%; }

.detail-header {
    margin-top: 30px;
}

.doc-description {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 10px 8px;
    margin: 0;
}

.event-doc .doc-description {
    border-bottom: solid 1px #ddd;
}

.doc-description p:last-child {
    margin-bottom: 0;
}

.tool-link {
    float: right;
    color: #ddd;
    margin: 0 8px;
}

.icon-hash:before {
    content: '#';
    font-size: 32px;
    font-weight: bold;
    /*top: -10px;*/
    line-height: 0.5;
}

.tool-link:hover {
    color: #bbb;
    text-decoration: none;
}

.hashlink {
    display: none;
}

h1:hover .hashlink, h2:hover .hashlink, h3:hover .hashlink, h4:hover .hashlink, h5:hover .hashlink {
    display: inline;
}

.toplink {
    position: fixed;
    bottom: 50px;
    right: 50px;

    padding: 5px 8px 0 5px;

    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
}

.toplink a {
    color: #bbb;
    text-decoration: none;
}

.toplink a:hover {
    color: #999;
    text-decoration: none;
}

#search-resultbox {
    position: fixed;
    left: 25%;
    right: 25%;
    bottom: 0;
    top: 50px;
    z-index: 1000;

    border-radius: 0;
    /* reset all due to android browser issues http://caniuse.com/#search=border-radius */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#search-results {
    margin: 0;
    padding: 0;
    list-style: none;

    overflow: auto;
    max-height: 100%;
}

#search-results li, #search-results li a {
    margin: 0;
    padding: 0;
    display: block;
    min-height: 50px;
    width: 100%;

    color: #333333;
}

#search-results li a .title, #search-results li .no-results {
    padding: 10px 20px 5px 20px;
    display: block;

    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
}

#search-results li a .description {
    padding: 5px 20px 10px 20px;
    display: block;

    text-decoration: none;
    font-weight: normal;
    font-size: 90%;
    border-bottom: solid 1px #dddddd;
}

#search-results li a:hover, #search-results li a.selected {
    background: #44B5F6;
    text-decoration: none;
}

.navbar-form {
    width: 50%;
    max-width: 350px;
}

.navbar-form div, .navbar-form .form-control {
    width: 100%;
}

pre {
    background: #f5faff;
    border: none;
    border-left: 5px solid #e0e5ea;
}

.accard h2{color:white;background-color:#008040;padding:10px;font-size:13px;font-weight:bold;border-top:1px solid silver;margin:0;}
.accaro{color:white;background-color:#008040;padding:10px;cursor:pointer;font-size:.9em;font-weight:bold;border-top:1px solid silver;margin:0;font-family:'Aero',Georgia,Times,serif;}
.accaro:hover{background-color: darkgreen;}
.accart h2{color:white;background-color:darkcyan;padding:10px;font-size:13px;font-weight:bold;border-top:1px solid silver;margin:0;}
.accart:after{
content: "";
position: relative;
background: url(../img/photicos/fcameras.png) no-repeat;
display: block;
height: 30px;
width: 35px;
}
.accarv h2{color:white;background-color:darkcyan;padding:10px;font-size:13px;font-weight:bold;border-top:1px solid silver;margin:0;}
.accarv:after{
content: "";
position: relative;
background: url(../img/photicos/vcameras.png) no-repeat;
display: block;
height: 30px;
width: 35px;
}
.accarf h2{color:white;background-color:darkgrey;padding:10px;font-size:13px;font-weight:bold;border-top:1px solid silver;margin:0;}
.actiff{color: #008040; background: white; padding: 5px; cursor: none;}
article {font-size: 1.2em;}
article a{font-weight:bold;text-decoration:underline;font-size: 1.3em;}
#blin{text-decoration: blink; color: coral;}
.calen{margin:0px 30px 10px 5px;width:120px;text-align:center;}
.calenmini{margin:0px 30px 10px 5px;width:120px;text-align:center;background-color:powderblue;}
.calenmidi{margin:0px 30px 10px 5px;width:120px;text-align:center;background-color:turquoise;}
.calenmaxi{margin:0px 30px 10px 5px;width:120px;text-align:center;background-color:thistle;}
cite{font-style:italic;}
.cite{color:#008040;font-size: larger;}
.daty{margin:10px;font-weight:bold;font-size:12pt;}
.divids {text-align: center;}
.dropdown-menu{font-size: 0.95em; font-family: monospace; }
.ep{font-style:italic;}
.etap{font-weight:bold;font-size:0.9em;margin-left:20px;margin-bottom:10px;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
form fieldset{border-width:3pt;border-color:#008040;border-style:groove;}
form textarea{border:inset;background-color:beige;border-width:0.3em;border-color:white;}
.forma1{display: inline;background-color: inherit;margin: 1.6em 3em 0 1em; }
.fword1{width:30%;text-align:left;}
.fword2{max-height:5%;width:30%;border-collapse:collapse;border:1px solid #cccccc;}
.fword3{width:30%;font-weight:bold;}
.fword4{width:30%;font-weight:bold;color:#008040;}
.fword5{width:10%;}
.fword6{max-height:5%;width:10%;border-collapse:collapse;border:1px solid #cccccc;}
.fword7{width:30%;font-weight:bold;text-decoration:underline;}
h1{text-align:center;color:dimgrey;font-family:'Aero',Georgia,Times,serif;font-weight: bold;}
h2{text-align:left;color:#008040;font-family:'Aero',Georgia,Times,serif;font-weight: bold;}
h3{text-align:left;color:#008040;font-family:'Aero',Georgia,Times,serif;font-weight: bold;}
h4{text-align:left;color:dimgrey;font-style:italic;}
#header{height:90px;line-height:80px;margin-left:-30px;background:#EEE;color:#79B30B;position:absolute;width:100%;font-family:'Aero',Georgia,Times,serif;font-weight: bold;}
#header img{width:300px;height:65px;padding-top:17px;padding-right:20px;float:left;max-width: 100%;}
img{border: 0;}
button{background:#EEE;cursor:pointer;border-width:0.3em;border-color: white;}
input{background:#EEE;cursor:pointer;border-width:0.3em;border-color: white;}
input[type = "radio"] {margin: 0px 5px 0px 5px;}
input[type = "checkbox"] {margin: 0px 20px 10px 5px;}
.inpux{
    display: inline-block;
    *display: inline;
    vertical-align: middle;    
    width: 20px;
    height: 20px;
    background:url(../img/photicos/green.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: 0 0;}
#iskhdan td{color: red;}
#iskhdan .chorn{color: black;}
.kopia{color:#008040;}
.kopiab{font-size:17pt;color:teal;}
.kopiar{font-size:1.5em;color:red;}
.kopiarr{font-size:1.1em;color:orangered;}
.kopiarrr{font-size:25pt;color:orangered;}
#kras table {overflow:hidden; border:1px solid #d3d3d3;	background:#fefefe;	width:90%; margin:1% auto 5%; 
    -moz-border-radius:5px; /* FF1+ */
	-webkit-border-radius:5px; /* Saf3-4 */
	border-radius:5px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
#kras td{
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));}
#kras tr.odd-row td{
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));}
#kras th{
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));}
#kras1 table {border:1px solid #d3d3d3;background:#fefefe; margin:1% auto 5%; 
    -moz-border-radius:5px; /* FF1+ */
	-webkit-border-radius:5px; /* Saf3-4 */
	border-radius:5px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
#kras1 td {max-width: 20%;
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));}
#kras1 tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));}
#kras1 th {max-width: 20%;
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));}
#kras1 select{max-width: 80%;}
#kras1 .textb{margin-top: 0.5em;}
#kras1 .textd{margin-right: 0.5em;}
li.vopr{margin:10px;font-weight:bold;font-size:1.2em;list-style-image:url(../img/photicos/arrow.png);}
#act{color:#79B30B;font-size:16px;text-decoration:none;font-weight:bold;padding:1em 0.7em 1em 0.7em;position:relative;width:40%;margin:2em 10px 4em;background:whitesmoke;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;-webkit-box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
.messa a{font-weight:bold;text-decoration:underline;font-size: 1.2em;}
#online{height:90px;padding-top:11px;font-size:16pt;font-weight:normal;overflow:hidden;}
.partner-content{text-align: center;}
.partner-content a{color: #6CBB44; text-decoration: underline; }
.pdps{background-color:#CDD0EE;}
.pravi1{margin: 0 2em 1em 0; float: left;}
.probel1{padding:2px;}
.probel2{padding:20px;}
.question{font-size:1.2em;color:dimgrey;text-align: left;}
.question1{color:dimgrey;text-align: left;}
#ramb{visibility: hidden;}
.ramka{border-width:2pt;border-color:black;border-style:groove; border-left: none; border-right: none;}
section{background: whitesmoke}
#shapka{height:50px; background: #CDD0EE; color: black; text-align: center; font-size: 1.2em; padding: 5px}
#shapka1{background: #CDD0EE; color: black; font-size: 1.2em; padding: 5px}
.sleva{text-align: left;}
.sprava{text-align: right;}

.spravka{font-weight:bold;outline:none;cursor:help;position:relative;text-decoration:none;}
.spravka span{margin-left:-999em;position:absolute;}
.spravka:hover span{font-family:Calibri, Tahoma, Geneva, sans-serif;position:absolute;left:1em;top:2em;z-index:99;margin-left:0;width:600px;}
.spravka:hover img{border:0;margin:-10px 0 0 -25px;float:left;position:absolute;}
.spravka:hover em{font-family:Candara, Tahoma, Geneva, sans-serif;font-size:1.2em;font-weight:bold;display:block;padding:0.2em 0 0.6em 0;}
.poyasn{padding:0.5em 0.8em 0.8em 2em;}
.help{background:#EEEEEE;border:1px solid #2BB0D7;color:#008040;}

.st1{margin-right:30px;width:40px;text-align:center;}
.st2{margin:0px 20px 10px 5px;width:70px;text-align:center;}
.st2mini{margin:0px 20px 10px 5px;width:70px;text-align:center;background-color:powderblue;}
.st2midi{margin:0px 20px 10px 5px;width:70px;text-align:center;background-color:turquoise;}
.st2maxi{margin:0px 20px 10px 5px;width:70px;text-align:center;background-color:thistle;}
table .st2{margin:0px 6% 10px 2%;width:80%;text-align:center;}
table .st2mini{margin:0px 6% 10px 2%;width:80%;text-align:center;background-color:powderblue;}
table .st2midi{margin:0px 6% 10px 2%;width:80%;text-align:center;background-color:turquoise;}
table .st2maxi{margin:0px 6% 10px 2%;width:80%;text-align:center;background-color:thistle;}
.swo{text-align:center;}
.swo table{margin:0 auto 30px auto;}
.swo th{border-collapse:collapse;border:1px solid #cccccc;}
.sww h2{text-align:center;}
.swww{border-collapse:collapse;border:2px solid #cccccc;font-weight:bold;}
.swwww{border-collapse:collapse;border:1px solid #cccccc;text-align:center;}
.swot{margin:0px 30px 10px 5px;width:200px;text-align:center;}
.swotmini{margin:0px 30px 10px 5px;width:200px;text-align:center;background-color:powderblue;}
.swotmidi{margin:0px 30px 10px 5px;width:200px;text-align:center;background-color:turquoise;}
.swotmaxi{margin:0px 30px 10px 5px;width:200px;text-align:center;background-color:thistle;}

.texta{color:red;border-width:10px; max-width: 100%; font-weight: bold;}
.textb{color:teal;border-width:8px; max-width: 100%; font-weight: bold;}
.textc{color:#79B30B;border-width:8px;}
.textd{color:teal;border-width:8px; max-width: 100%; font-weight: bold;margin-bottom: 1em;}
.texte{color:teal;border-width:10px; max-width: 100%; font-weight: bold;margin-right: 1em;}
.textf{color:red;border-width:10px; max-width: 100%; font-weight: bold;margin-top: 1em;}
.textg{color: #428BCA;font-weight: bold;border: none;background-color: #EEE;padding: 0;width: 100%; }
textarea{width: 100%;}
ul li{list-style-image:url(../img/photicos/eplan2.png);}
#w719-collapse ul li{list-style-image: none}
.uw, .uw1, .uw2, .uw3, .uw4, .uw5, .uw6, .uw7, .uw8, .uw9, .uw10, .uw11, .uw12, .uw13, .uw14, 
.uw15, .uw16, .uw17, .uw18, .uw19, .uw20, .uw21, .uw22, .uw23, .uw24, .uw25, .uw26, .uw27, .uw28,
.uw29, .uw30, .uw31, .uw32, .uw33, .uw34, .uw35, .uw36, .uw37, .uw38, .uw39, .uw40{margin:0px 20px 10px 5px;width:70px;text-align:center;cursor:pointer;}
table .uw,table .uw1,table .uw2,table .uw3,table .uw4,table .uw5,table .uw6,table .uw7,table .uw8,
table .uw9,table .uw10,table .uw11,table .uw12,table .uw13,table .uw14,table .uw15,table .uw16,
table .uw17,table .uw18,table .uw19,table .uw20,table .uw21,table .uw22,table .uw23,table .uw24,
table .uw25,table .uw26,table .uw27,table .uw28,table .uw29,table .uw30,table .uw31,table .uw32,
table .uw33,table .uw34,table .uw35,table .uw36,table .uw37,table .uw38,table .uw39,table .uw40{margin:0px 6% 10px 2%;width:80%;text-align:center;cursor:pointer;}
.uwmini{margin:0px 30px 10px 5px;width:70px;text-align:center;cursor:pointer;background-color:powderblue;}
.uwmidi{margin:0px 30px 10px 5px;width:70px;text-align:center;cursor:pointer;background-color:turquoise;}
.uwmaxi{margin:0px 30px 10px 5px;width:70px;text-align:center;cursor:pointer;background-color:thistle;}
table .uwmini{margin:0px 6% 10px 2%;width:80%;text-align:center;cursor:pointer;background-color:powderblue;}
table .uwmidi{margin:0px 6% 10px 2%;width:80%;text-align:center;cursor:pointer;background-color:turquoise;}
table .uwmaxi{margin:0px 6% 10px 2%;width:80%;text-align:center;cursor:pointer;background-color:thistle;}
table .uwsmini{margin:0px 6% 10px 2%;width:30%;text-align:center;cursor:pointer;background-color:powderblue;}
table .uwsmidi{margin:0px 6% 10px 2%;width:30%;text-align:center;cursor:pointer;background-color:turquoise;}
table .uwsmaxi{margin:0px 6% 10px 2%;width:30%;text-align:center;cursor:pointer;background-color:thistle;}
.texth{border-width:7px; max-width: 100%; font-weight: bold; margin-top: 1em;font-size: 1.1em;}
.texth{
  background-color: hsl(130, 70%, 26%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8FBC8F", endColorstr="#CED3B5");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8FBC8F), to(#CED3B5));
  background-image: -moz-linear-gradient(top, #8FBC8F, #CED3B5);
  background-image: -ms-linear-gradient(top, #8FBC8F, #CED3B5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8FBC8F), color-stop(100%, #CED3B5));
  background-image: -webkit-linear-gradient(top, #8FBC8F, #CED3B5);
  background-image: -o-linear-gradient(top, #8FBC8F, #CED3B5);
  background-image: linear-gradient(#8FBC8F, #CED3B5);
  border-color: #CED3B5 #CED3B5 hsl(130, 70%, 5%);
  color: darkgreen !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  border-color: darkseagreen;
  border-radius: 4px;
}
.versi{color: bisque;}
.versy{color: darkgray;}
.vvevni{color: lightpink;}
#w719{background:dimgrey;}
#w719 a:hover{text-shadow: 3px 3px 5px white; }
.whi{color: white;}
.whi:hover{color: powderblue;}
.x3{text-align:center;color:black;}
.zhir{font-weight:bold;color:#008040;}
.zhirc{font-weight:bold;color:#008040;font-size: 1.5em;}
.zhiri{font-weight:bold;color:darkslateblue;font-size: 1.2em;}
.zhirn{font-weight:bold;}
.zhiru{font-weight:bold; color:green; font-size: 2em;text-align:center;}
.hvoto{width:100%;target: front;position:relative;background:whitesmoke;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;-webkit-box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
.hvoto:hover{box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.6);
    -ms-transform: rotate(360deg) scale(1.1);
    -webkit-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
    }
.hvoto1{max-width:100%}
input#nickname{display: none;}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
 
.youtube .play {
    background: url('../img/photicos/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
 
.youtube:hover .play {
    background-position: 0 0;
}

@media screen and (min-width:2000px){
    article {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}
}
@media screen and (max-width:960px){
    #kras1 td{max-width: 100px;}
    #kras1 th{max-width: 100px;}
    #kras1 .fword1{max-width: 100px;}
    #kras1 .fword3{max-width: 100px;}
    #kras1 .iframe{visibility: hidden;}
    #kras1 select{max-width: 100%;}
    .footer{height: 80px} 
}
@media screen and (max-width:800px){
    #kras1 td{max-width: 78px;}
    #kras1 th{max-width: 78px;}
    #kras1 .fword1{max-width: 78px;}
    #kras1 .fword3{max-width: 78px;}
    td{min-width: 40px;}
    .youtube{max-width: 400px;max-height: 244px;}
    .pravi1{width: 400px;}
    .spravka:hover span{width:400px;}
    .swotmini{width: 60px}
}
@media screen and (max-width:450px){
    #kras1 td{max-width: 50px;}
    #kras1 th{max-width: 50px;}
    #kras1 .fword1{max-width: 50px;}
    #kras1 .fword3{max-width: 50px;}
    #kras td{max-width: 50px;}
    #kras th{max-width: 50px;}
    #kras .fword1{max-width: 50px;}
    #kras .fword3{max-width: 50px;}
    .inpux{width: 12px; height: 12px;}
    .calen{max-width: 100%;}
    .swot{max-width: 100%;}    
    .youtube{max-width: 260px;max-height: 158px;}
    .pravi1{width: 260px;}
    .gan{width: 260px;}
    .spravka:hover span{width:250px;}
    #sberbank{max-width: 260px;} 
    .sberbank{max-width: 260px;} 
}

/*
    Created on : 04.02.2014, 18:54:37
    Author     : seyfer
*/

.dropdown-menu {
    margin: 0 0 0;
}

.navbar-brand {
    color: #68b604 !important;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:0;left:100%;
    margin-top:-6px;margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu{
    display:block;
}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0; height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.yashare-auto-init{display: compact;}