/*
Theme Name:     everest301 Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the everest301 theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       everest301
Version:        3.0
*/


@import url("../everest301/stylesheet/css/jupiter-icons.css");
@import url("../everest301/stylesheet/css/font-awesome.css");
@import url("../everest301/stylesheet/css/icomoon-fonts.css");
@import url("../everest301/stylesheet/css/theme-styles.css");
@import url("../everest301/stylesheet/css/mk-woocommerce.css");



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

#mk-header .header-logo {
	left: 390px;
}

#mk-header .header-logo a img {
	height: 84%;
	margin: 8% 0;
	width: auto;
}

#mk-header .mk-fixed .header-logo a img {
	margin: 6% 0;
}

#mk-main-navigation, .main-nav-side-search {
	position: relative;
	left: 395px;
}

.mk-header-nav-container {
	position: relative;
}

.lang_flags{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 17px;
	margin: auto;
	min-width: 75px;
}

.lang_flags ul{
	margin: 0;
}

.lang_flags ul li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.lang_flags ul li img{
	height: 17px;
	width: auto;
	box-shadow: 0px 0px 1px #888;
}

a.inactive_link{
	cursor: default;
}

.mk-nav-responsive-link .lang_flags{
	right: 60px;
}
.thumbtext {
  background: #eee;
  text-align: center;
  color: #555;
  /*padding: 5px;*/
  font-size: 90%;
}