* {
  padding: 0;
  /*margin: 0;*/
  box-sizing: border-box;
}

body {
  font-family: helvetica, sans-serif;
  font-size: 14px;
 /* background: #fff;
  height: 100%;*/
  -webkit-font-smoothing: antialiased !important;
}
#shortText{
	display:none;
}
.itemIconOverflow {
  background-image: url(http://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/1x/ic_overflow_blk_24dp_r7.png);
}

.toggle-icon {
    width: 110px;
    cursor: pointer;
    padding: 25px;
    border-radius: 3px;
    transition: all .2s ease;
    top: 15%;
    right: 2%;
    line-height: 65px;
    display: inline-block;
    float: right;
    display: none;
    z-index: 1;
}
.toggle-icon input[type=checkbox] {
  display: none;
}

.toggle-icon .icon-bar {
  display: block;
  margin: 4px;
  border-top: 2px solid black;
  vertical-align: middle;
}

.menuItem {
    padding: 0 0 0 50px;
}
.menu-wrapper {
  z-index: 3;
  top: 0;
  left: 0;
  background: rgb(61, 118, 212);
  height: 65px;
  width: 100%;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.15);
  min-width: 300px;
  transition: all .2s ease;
  position: fixed;
}
.menu-wrapper a 
{
  text-decoration: none;
  color: #fff;
  cursor:pointer;
}

.menu
{
    position: relative;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    }
.menu-wrapper .logo, .menu-wrapper .logo-sm, .menu-wrapper .searchbox {
    /*position: relative;
    display: inline-block;
    left: -25%;
    font-size: 20px;
    font-weight: 600;
    float: left;
    transition: all 2s ease;
    z-index: 1;
    top: 13px;*/
    
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transition: all 2s ease;
    z-index: 1;
    top: 13px;
    background-position: -144px 0;
    height: 36px;
    width: 250px;
    background-size: 900px;
}
.menu-wrapper .searchbox {
  padding: 5px;
}
.menu-wrapper .searchbox > input {
  height: 30px;
  background: #8ab4f8;
  border: none;
  outline: none;
  color: white;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  display: none;
  min-width: 100%;
}
.menu-wrapper ::-webkit-input-placeholder {
  color: white;
  padding-left: .5px;
}

.menu-wrapper .logo-sm {
    display: none;
    /* float: left; */
    /* line-height: 73px; */
    /* margin-top: 0px; */
    /* text-align: left; */
    margin-left: 10px;
}

.menu-wrapper nav {
    /*width: 100%;
    margin-left: 15%;*/
    
    display: inline-block;
    /* margin-right: 10px; */
    text-align: left;
}

.menu-wrapper nav ul {
    /*float: left;*/
    line-height: 73px;
    margin-top: 0px;
    text-align: left;
}
.menu-wrapper nav ul li {
  display: inline-block;
  margin-right: 10px;
  height: 35px;
  text-align:left;
}
.menu-wrapper nav ul li:hover {
    line-height: 20px;
    height: 35px;
    border-radius: 15px;
}
.menu-wrapper nav ul li:hover > ul {
  display: block;
  transition: all 0.4s;

}
.menu-wrapper nav ul li a {
  /*padding: 10px;
  position: relative;
  font-size:20px;
  font-weight:bold;
  line-height: 38px;
  font-family: Microsoft JhengHei;*/
  
    padding: 0 4px;
    /* position: relative; */
    font-size: 1.3em;
    font-weight: bold;
    line-height: 38px;
    font-family: Microsoft JhengHei;
}
.menu-wrapper nav ul li ul {
  position: absolute;
  background: #4285f4;
  display: none;
  border-radius: 8px;
}
.menu-wrapper nav ul li ul li {
  display: block;
  line-height: 20px;
  padding: 10px 0;
  width: 100%;
}
.menu-wrapper nav ul li ul li:hover {
  background: #1266f1;
  border-radius: 8px;
}
.menu-wrapper nav ul li ul li a {
  padding: 10px;
  line-height: 1vw;
}

.width_1440px 
{
    display: inline-block;   
}

.width_1320px {
    display: inline-block;   
}

.width_1210px {
    display: inline-block;   
}

.container {
  position: relative;
  margin: 0 auto;
  bottom: 0;
  /*top: 65px;
  background: #fff;*/
  padding: 5px;
  transition: all .2s ease;
}
.container article {
  margin: 10px auto;
  width: 80%;
  border: 1px solid rgba(51, 51, 51, 0.15);
  border-radius: 2px;
  padding: 30px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  line-height: 22px;
  position: relative;
  transition: all .3s ease-in-out;
  background: #fff;
}
.container article a {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  opacity: .5;
}
.container article a:hover {
  opacity: 1;
}
.container article h2 {
  font: normal small-caps bold 20px sans-serif;
  margin-bottom: 15px;
}
.container .grow {
  position: relative;
  transform: scale(1.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  top: 10%;
  z-index: 1;
  margin-top: 25px;
  margin-bottom: 25px;
  border-left: 4px solid red;
  transition: all .2s ease;
}
.container .action-btn {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 55px;
  width: 50px;
  height: 50px;
  border-radius: 45px;
  font-size: 35px;
  border: none;
  outline: none;
  background: #ff4d4d;
  color: white;
  z-index: 3;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  transition: all .2s ease;
}
@keyframes moveFromBottom {
  from {
    opacity: 0;
    transform: translateY(200%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    opacity: 0;
    transform: translateY(200%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes changeOpacity {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes changeOpacity {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

	.LoginBlock{
		width: 580px;
		display: inline-table;
	}

	.floating-btn {
	  position: fixed;
	  z-index: 5;
	  right: 20px;
	  bottom: 50px;
	  height: 10px;
	  width: 40px;
	}
	.floating-btn:hover .action-btn {
	  background: #e60000;
	  box-shadow: 0 0 9px 2px rgba(255, 0, 0, 0.15);
	  transform: rotate(90deg);
	}
	.floating-btn:hover > .floating-menus {
	  display: block;
	}
	.floating-btn:hover > .floating-menus li:nth-child(1) button {
	  animation: changeOpacity .2s ease .5s forwards;
	  -webkit-animation: changeOpacity .2s ease .5s forwards;
	}
	.floating-btn:hover > .floating-menus li:nth-child(2) button {
	  animation: changeOpacity .2s ease .4s forwards;
	  -webkit-animation: changeOpacity .2s ease .4s forwards;
	}
	.floating-btn:hover > .floating-menus li:nth-child(3) button {
	  animation: changeOpacity .2s ease .3s forwards;
	  -webkit-animation: changeOpacity .2s ease .3s forwards;
	}
	.floating-btn:hover > .floating-menus li:nth-child(4) button {
	  animation: changeOpacity .2s ease .2s forwards;
	  -webkit-animation: changeOpacity .2s ease .2s forwards;
	}

	.floating-menus {
	  display: none;
	  margin-bottom: 20px;
	  position: fixed;
	  bottom: 70px;
	  right: 20px;
	  z-index: 100;
	  width: 40px;
	  height: 200px;
	  list-style: none;
	}
	.floating-menus li button {
	  position: relative;
	  opacity: 0;
	  border: none;
	  outline: none;
	  margin: 5px 2px;
	  width: 35px;
	  height: 35px;
	  border-radius: 30px;
	  font: normal small-caps bold 14px sans-serif;
	  color: white;
	  z-index: 3;
	  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	  transition: all .2s ease;
	}
	.floating-menus li button span {
	  opacity: 0;
	  display: block;
	  position: absolute;
	  font: normal normal normal 14px 'Helvetica Neue,Helvetica,Arial,sans-serif';
	  padding: 6px;
	  white-space: nowrap;
	  color: #ececec;
	  background: rgba(70, 70, 70, 0.9);
	  right: 115%;
	  top: 10%;
	  border-radius: 4px;
	}
	.floating-menus li button:hover {
	  background: #e60000;
	  box-shadow: 0 0 9px 2px rgba(255, 0, 0, 0.15);
	}
	.floating-menus li button:hover span {
	  opacity: 1;
	}
	.floating-menus li .red {
	  background: #ff4d4d;
	}
	.floating-menus li .yellow {
	  background: #cccc00;
	}
	.floating-menus li .green {
	  background: #006700;
	}
	.floating-menus li .blue {
	  background: #3c80f6;
	}

@media screen and (max-width: 1440px) 
{
    .width_1440px
    {
        display: none;
        }
}

@media screen and (max-width: 1320px) 
{
    .width_1320px
    {
        display: none;
        }
}

@media screen and (max-width: 1210px) 
{
    .width_1210px
    {
        display: none;
        }
}

@media screen and (max-width: 985px) 
{ 
    .menuItem {
        margin-left: 0px;
    }
    
	.menu-wrapper {
		top: 24%;
		display: inline-block;
	}
	
	.menu-wrapper .logo-sm  a
	{
	    line-height: 60px;
        font-size: 2em;
        font-family: Raleway, sans-serif;
	}

	.toggle-icon .icon-bar {
		display: block;
		display: block;
		padding: 2px;
		width: 70px;
		height: 15px;
		background-color: #f5f5f5;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 17px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		line-height: normal;
		vertical-align: baseline;
		background-image: none;
		background-position: 0% 0%;
		background-repeat: repeat;
		font-family: FontAwesome;
		font-weight: 100;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
	}

	.menu-wrapper {
	    position: relative;
		height: 110px;
		width: 100%;
	}
	
	.menu-wrapper .toggle-icon {
		display: block;
		top:2px
	}
	.menu-wrapper .logo {
		line-height: 50px;
		display: none;
	}
	.menu-wrapper .logo-sm {
		line-height: 50px;
		display: inline-block;
		left: 2%;
	}

	.menu-wrapper nav {
		display: inline-block;
		width: 100%;
		display: none;
		left: 0px;
		margin:0 auto;
		top: -1px;
        position: relative;
	}
	
	.menu-wrapper nav ul 
	{
		clear: both;
		width: 100%;
		background: #3d82f4;
		box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
		text-align: center;
		padding: 15px;
	}
	
	.menuItem:after {
        content: "";
        clear: both;
        display: block;
    }
	
	.menu-wrapper nav ul li {
		display: inline-block;
        line-height: 50px;
        box-shadow: 0 0 10px rgb(228, 228, 228);
        text-align: center;
        border-radius: 40px;
        height: 12vw;
        background-color: rgb(61, 85, 244);
	}

	.menu-wrapper nav ul li:hover {
		background: rgba(51,189,239,0.48);
		transition: all 0.8s;
		line-height: 250%;
		height: 12vw;
	}

	.menu-wrapper nav ul div{
		display:none;
	}

	.menu-wrapper nav ul li a {
		line-height: 11vw;
        font-size: 2.7em;
        display: block;
        text-align: center;
	}

	.menu-wrapper nav ul li ul li {
		display: block;
		line-height: 20px;
		padding: 10px 0;
		width: 100%;
		height: 130px;
	}
    
    .menu-wrapper nav ul li ul {
		position: relative;
		box-shadow: none;
	}
	
	.menu-wrapper .active {
		display: block;
	}
  
	.LoginBlock{
		display: none;
	}
	
	.fa fa-home fa-fw fa-2x{
		font-size: 70px;
	}
	
	#longText{
		display:none;
	}
	
	#shortText{
		display: inline-block;
        text-align: center;
        border-radius: 15px;
        width: 33.3%;
        float: left;
        margin: 10px auto;
        transform: scale(0.95,0.95);
	}
    
    .UserData a {
        display:none;
    }
}

@media screen and (max-width: 878px) {
    #shortText {
		width: 50%;
	}
}

@media screen and (max-width: 490px) 
{
    .menu-wrapper .logo-sm  a
    {
        font-size: 1.6em;
        }
    
}