﻿@media only screen and (min-width:1025px)
{
	
	ul.dropmenu li:hover ul.submenu{ display:block; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity:1;}
	
	ul.submenu{ display:block; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity:0; transition:all .35s linear;}
	
	
	
	
	
	
/*	
.img_bdr_overlay{-webkit-transform: scale(.25); -moz-transform: scale(.25); -o-transform: scale(.25); transform: scale(.25); opacity:0; transition:all .5s linear;}
.other_linkin ul > li:hover .img_bdr_overlay{-webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity:1;}

ul.submenu{ display:block; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity:0; transition:all .35s linear;}
ul.submenu li { background: url(/images/logo_1.png) no-repeat -20px center;  transition: .5s ease-in-out;}
ul.submenu li:hover { background:#fcce7e url(/images/logo_1.png) no-repeat 10px center;  padding-left: 25px;}
ul.dropmenu li:hover ul.submenu{-webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity:1;}

ul.mas_dropmenu > li:hover ul.mas_submenu{webkit-transform: scale(1);  -moz-transform: scale(1);  -o-transform: scale(1); transform: scale(1);  opacity: 1;}

ul.mas_submenu{    display: block;  -webkit-transform: scale(0);  -moz-transform: scale(0);  -o-transform: scale(0);  transform: scale(0);  opacity: 0;  transition: all .35s linear;}


.other_linkin ul li > a:hover .overlay{opacity:0;}
.other_linkin ul li > a:hover .ol_img_bx > img{transform:scale(1.1,1.1);}



.other_linkin ul > li:hover span.ol_img_bdr{-webkit-animation:spin 30s linear infinite; -moz-animation:spin 30s linear infinite; animation:spin 30s linear infinite;}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.head_right ul > li:hover .mas_iconbx::before {-webkit-animation:spin 30s linear infinite; -moz-animation:spin 30s linear infinite; animation:spin 30s linear infinite;}

*/


}