/* This css file is made by Renaks S.C. All rights reserved. */

html,
body {
	height: 100%;
	margin: 0;
}

.header {
	height: 50px;
	z-index: 100;
	position: fixed;
	padding: 0 10px;
	top: 0;
	right: 0;
	left: 0;
	background: #4D4E56;
	border-bottom: 5px solid #60616b;
}

.header div {
	display: inline-block;
}

.header-menu {
	height: 40px;
	width: 40px;
	background: url(../img/menu.png) no-repeat;
	background-position: 3px 3px;
	background-size: 35px 35px;
	margin: 5px;
	cursor: pointer;
}

.header-logo {
	height: 40px;
	width: 154px;
	margin: 5px 5px 5px 30px;
	background: url(../img/logo.png) no-repeat;
	background-size: 154px 40px;
}

.header-search {
	height: 40px;
	width: 210px;
	margin: 5px;
	float: right;
}

.header-search input {
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: 0.5s;
	background: url(../img/search.png) no-repeat;
	background-color: #43444b;
	background-size: 25px;
	border-radius: 0 2px 0 10px;
	border: 1px solid #60616b;
	border-bottom: 2px solid #60616B;
	border-left: 2px solid #60616B;
	background-position: 6px 6px;
	color: #FFF;
	float: right;
	padding-left: 37px;
	outline: none;
}

.header-search input::-webkit-search-cancel-button {
	position: relative;
    right: 2px;  
    color: #fff;
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background: url(../img/dismiss.png);
    background-size: 10px;
    background-position: 0 0;
}

.header-search input:hover,
.header-search input:focus {
	width: 200px;
}

.header-profile {
    margin: 5px 20px 5px 10px;
    width: 65px;
    height: 40px;
    position: relative;
    float: right;
}

.header-profile-icon {
	width: 40px;
	height: 40px;
	background: url(../img/man.png) no-repeat;
	background-size: 40px;
	background-position: 0 0;
}

.header-profile-arrow {
	position: absolute;
	top: 17px;
	right: 5px;
	cursor: pointer;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
}

.dropdown {
    position: absolute;
    right: -1px;
    top: 50px;
    background: #313130;
    border: 1px solid #464646;
    height: 120px;
    width: 280px;
    color: #fff;
    padding: 1px;  text-align: left;  white-space: normal;      
    border: 1px solid rgba(0, 0, 0, 0.2);    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  background-clip: padding-box;
}

.dropdown:before {
	z-index: 105;
	content: "";
	position: absolute;
	right: 29px;
	top: -10px;
	width: 0; 
	height: 0; 
	border-left: 11px solid rgba(0, 0, 0, 0);
	border-right: 11px solid rgba(0, 0, 0, 0);
	border-bottom: 11px solid rgba(0, 0, 0, 0.2);
}

.dropdown:after {
	z-index: 106;
	content: "";
	position: absolute;
	right: 30px;
	top: -9px;
	width: 0; 
	height: 0; 
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #313130;
}

.dropdown a {
    color: #C2C2C2;
    text-decoration: none;
    list-style-type: none;
    font-family: "museo";
    /* transition: 0.5s; */
}
.dropdown ul {
    padding: 0 19px;
}
.dropdown-hr {
    margin-bottom: 7px !important;
    padding-bottom: 7px;
    border-bottom: 1px solid grey;
}

.dropdown a:hover {
    color: #fff;
}
.dropdown li:hover {
    padding-left: 15px;
    background: url(../img/arrow1.png) no-repeat;
    background-size: 14px;
    background-position: -2px 3px;
    opacity: 0.8;
}
.dropdown li {
    transition: 0.5s;
    background-position: -20px 3px;
}

.container {
	min-height: 100%;
	margin: 55px 0 -100px;
}

.container:after {
	display: block;
	content: "";
}

.container:after,
.footer {
	height: 100px;
}

.footer {
	padding: 20px;
	background-color: slategrey;
}