@font-face {
    font-family: Play;
    src: url(../css/play.ttf);
   }
@font-face {
    font-family: AA BebasNeue; 
    src: url(../css/9080.ttf);
   }
@font-face {
    font-family: Roboto regular; 
    src: url(../css/roboto-regular.ttf);
   }
@font-face {
    font-family: Avenir-Roman; 
    src: url(../css/Avenir.otf);
   }
@import url(../css/font.css);

body{
	font: normal 15px/1.4 "GothaPro", Arial, Helvetica, sans-serif;
}

.short-title{
	font-size: 1.3em;
    color: #3e4855;
    margin-bottom: 6px;
    transition: 0.3s;
}
.short-title a{
	text-decoration:none;
    color:#34495E;
    transition: 0.3s;
}
.short-title a:hover{
	text-decoration:none;
    color:#000;
    transition: 0.3s;
}
.short-st img{
	text-align:center;
}
.ava{
	text-align: center;
}
.wrp{
	margin:20px;
}
.bgmtop{
       background: #55606e;
   
    position: relative;
    padding-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin: 0px 5px 0px 5px;
    height: 210px;
}
.toptitle{
	font-family: Play;
    line-height: 14px;
}
.toptitle a{
	color:#ddd;
    text-decoration: none;
}
.toptitle a:hover{
	color:#fff;
    text-decoration: none;
}
.bgm{
box-shadow: 0 0 25px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.5);
}
.boxtop {
 overflow:hidden;
 }
.short-st img {
    max-width: 100%;
}
.short-st{
	color: #55606e;
}
.boxtop img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
 }
 
.boxtop img:hover{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
 }
.avtor{
	
}

.avtor a{
	color: #666;
}
.short-text{
	    color: #55606e;
}
.redact{
	    font-size: 12px;
    color: #666;
    font-family: cursive;
}
.menav{
	background: #3e4855;
    color: #fff;
    font-size: 17px;
    font-family: Play;
    padding: 5px 5px 5px 10px;
    border-bottom: 3px solid #343a41;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu {
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu > ul > li > a {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(54,170,231,1) 0%, rgba(31,160,228,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 255, 255)), color-stop(100%,rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgba(54,170,231,1) 0%,rgba(31,160,228,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,170,231,1) 0%,rgba(31,160,228,1) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36aae7', endColorstr='#1fa0e4',GradientType=0 );
    /* border-left: 1px solid #f8f8f8; */
    /* border-right: 1px solid #f8f8f8; */
    border-top: 1px solid #e4e5e6;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.10) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.10) inset;
    color: #343a41;
    cursor: pointer;
    padding: 15px 20px;
    text-decoration: none;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); */
    z-index: 2;
        transition: 0.3s;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    background: rgb(52, 58, 65);
    background: -moz-linear-gradient(top, rgba(31,160,228,1) 0%, rgba(25,146,209,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(52, 58, 65)), color-stop(100%,rgb(52, 58, 65)));
    background: -webkit-linear-gradient(top, rgb(52, 58, 65) 0%,rgb(52, 58, 65) 100%);
    background: -o-linear-gradient(top, rgba(31,160,228,1) 0%,rgba(25,146,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(31,160,228,1) 0%,rgba(25,146,209,1) 100%);
    background: linear-gradient(to bottom, rgb(52, 58, 65) 0%,rgb(52, 58, 65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa0e4', endColorstr='#1992d1',GradientType=0 );
    color: #eeeeee;
        transition: 0.3s;
}
#cssmenu > ul > li.open > a {
    border-bottom: 1px solid #a9c056;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
 
}
.holder {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.holder:after, .holder:before {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 6px;
    z-index: 10;
}
.holder:after {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    top: 17px;
}
#cssmenu > ul > li > a:hover > span:after,
#cssmenu > ul > li.active > a > span:after,
#cssmenu > ul > li.open > a > span:after {
    border-color: #eeeeee;
}
.holder:before {
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 2px;
    top: 18px;
}
#cssmenu ul ul li a {
    background:#49505a;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #eeeeee;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 1;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: none repeat scroll 0 0 #424852;
    color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0 none;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0 none;
}
#cssmenu ul ul li.has-sub > a:after {
    border-left: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 11.5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 5px;
    z-index: 10;
}
#cssmenu ul ul li.active > a:after,
#cssmenu ul ul li.open > a:after,
#cssmenu ul ul li > a:hover:after {
    border-color: #ffffff;
}

.note {
    position:relative;
    width:480px;
    padding:1em 1.5em;
    margin:2em auto;
    color:#fff;
    background:#97C02F;
    overflow:hidden;
}

.note:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0;
    border-style:solid;
    border-color:#fff #fff #658E15 #658E15;
    background:#658E15;
    display:block; width:0; 
	
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note.red  {
	background:#C93213;
}

.note.red:before  {
	border-color:#fff #fff #97010A #97010A; 
	background:#97010A;
}

.note.blue {
	background:#53A3B4;
}

.note.blue:before {
	border-color:#fff #fff transparent transparent; 
	background:transparent;
}

.note.taupe {
	background:#999868;
}

.note.taupe:before {
	border-color:#fff #fff #BDBB8B #BDBB8B; 
	background:#BDBB8B;
}

.note.rounded {
    -webkit-border-radius:5px 0 5px 5px;
    -moz-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}

.note.rounded:before {
    border-width:8px; 
    border-color:#fff #fff transparent transparent;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:0 0 0 5px;
    border-radius:0 0 0 5px;
}

.note p {
	margin:0;
}

.alert-warning a{
	color:#8a6d3b;
}

.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #fff;
}

.tip-up {
  top: -25px; /* Same as body margin top + border */
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.tip-down {
  bottom: -25px;
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}

.tip-left {
  top: 10px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}

.tip-right {
  top: 10px;
  right: -25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;  
}

.dialogbox .bodyc {
  position: relative;
    max-width: 100%;
    width:100%;
    height: auto;
    margin: 0px 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    border: 5px solid #fff;
}

.bodyc .message {
  min-height: 30px;
  border-radius: 3px;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #797979;
}
.comm{
	font-size: 13px;
    color: #55606e;
}
.capcha{
	float: left;
    width: 20%;	
}