.left_arrow_degi{
    background: #3e70cb94;
    position: absolute;
      height: 51px;
    top:  -304px;
    left: 11px;
    padding:9px 1%;
    border: 1px solid #000;
    border-radius: 50%;
}
.right_arrow_degi{
    background: #3e70cb94;
    position: absolute;
    top: -304px;
    left: 96%;
    height: 51px;
    padding: 9px 1%;
    border: 1px solid #000;
    border-radius: 50%;
}
.field-content img{
    width:100%;
}
.no_scr {
    position: static;
    width: 100%;
    display: block;
    background: #FFFF00;
    padding: 9px;
    border: 1px solid #cfd1d0;
    color: red;
	margin:0 !important;
    font-weight: 600;
    text-align: center;
}
.nav-wrapper {
    height: auto;
}
.nav-wrapper ul ul {
    position: absolute;
    display: none;
}
.nav-wrapper ul li {
    margin: 2px;
    float: left;
}
.nav-wrapper ul li a{
/*    background: rgba(0,0,0,0.1);*/
}
.nav-wrapper ul li:hover {
border:none;
padding:0;
}
.nav-wrapper ul ul li {
    margin: 0px;
    background: none;
    list-style-type: none;
    display: list-item;
    margin-left: 0px;
    color: #fff;
    width: 269px;
    border-bottom: 1px solid #ccc;
}
.nav-wrapper ul ul li a{
    background: none;
}
.nav-wrapper ul ul li a, .nav-wrapper ul ul li:first-child a{
    padding-left: 8px;
}
.nav-wrapper ul ul {
    width: auto;
}
.common-wrapper {
    z-index: 1010;
}
.nav-wrapper ul ul ul {
    left: 100%;
    position: static !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px;
            box-shadow: 0px 0px;
}
.ico-site-search .both-search .find{display:none!important;}
.ico-site-search .both-search .google-find{display:block!important;}
.main-goi-form{
	display:none; 
}
.google-find{
	position:relative;
	max-width: 270px;
}
.google-find div {
    font-size: 100%;
}

/*.nav-wrapper ul ul:nth-child(1){
    border-top:1px solid #ccc;
}*/

.nav-wrapper ul li:hover a{
    border-top:1px solid rgba(0,0,0,0.1);
}