/* Menu Appearance */

.pushy {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #02364c;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
	font: 400 16px/34px "Source Sans Pro";
	text-transform: uppercase;
    display: block;
    color: #fff;
    text-decoration: none;
}

.pushy a:hover,
.pushy a:active,
.pushy a:focus {
    color: #e2cf11;
	font-weight: 600;
}

.pushy li a.active {
	color: #e2cf11;
	font-weight: 600;
}

/* Menu Movement */


/*---------------------------- BALRA NYĂLĂ MENĂ --------------------------------*/
/*---------------------------- BALRA NYĂLĂ MENĂ --------------------------------*/

#sideLeftPushy ul.menu {
    width: 250px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

#sideLeftPushy ul.menu li {
	margin: 0;
}


.pushy-left{
    right:0px;
    -webkit-transform: translate3d(400px,0,0);
    -moz-transform: translate3d(400px,0,0);
    -ms-transform: translate3d(400px,0,0);
    -o-transform: translate3d(400px,0,0);
    transform: translate3d(400px,0,0);
}

.pushy-left-open{
    right:0px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	padding-left: 30px;
}

#sideLeftPushy .menu-kereso input[type=text] {
	background-color: transparent;
	background-image: url('/sites/all/themes/basic/images/menukereso.png');
	background-repeat: no-repeat;
	background-position: 0px 13px;
	border: none;
	font: 400 16px "Source Sans Pro";
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 10px 10px 35px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FFF;
}

#sideLeftPushy .close-menu {
	font: 600 14px "Source Sans Pro";
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: url('/sites/all/themes/basic/images/menu_close.png') no-repeat;
	border: 2px solid #FFF;
	color: #FFF;
	background-position: 14px;
	width: 100px;
	height: 37px;
	border-radius: 25px;
	padding: 8px 10px 5px 45px;
	margin-top: 35px;
}

#sideLeftPushy .menu-kereso {
	margin-top: 70px;
}

#sideLeftPushy .menu-facebook,
#sideLeftPushy .menu-youtube {
	display: inline-block;
	margin-top: 40px;
}

#sideLeftPushy .menu-facebook {
	margin-right: 25px;
}

.container-left-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

.menu-info {
	display: none;
	margin-top: 20px;
}

.menu-info p {
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 10px;
	color: #FFF;
}

.menu-info img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}


/*------------------------------ BALRA NYĂLĂ MENĂ VĂGE -------------------------------*/
/*------------------------------ BALRA NYĂLĂ MENĂ VĂGE -------------------------------*/



.pushy-right{
    right:0px;
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

.pushy-right-open{
    right:0px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.container-right-push{
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-top{
    height: auto;
    width: 100%;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.pushy-top-open{
    top:0px;
    height: auto;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-top-push{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.push-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, #page, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.overlay-pushy{
    display: none;
}

.overlay-pushy.overlay-active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    /*background-color: rgba(0,0,0,0.5);*/
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Example Media Query */


@media screen and (max-width: 900px){
	.menu-info {
		display: block;
	}
}

@media screen and (max-width: 768px){
    .pushy{
        font-size: 1.0em;
    }
}
