/*

PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.
 
*/

#header.animatedfull {
background: rgba(255, 255, 255, 1);
height: auto;
width: 205px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
top: 30px;
}
#header.animatedfull {height: 500px !important; }
#menu .jt-menu a {
color: #3F3F3F;
background: url(../images/transparent_png/black90.png);
}

#menu .jt-menu a:hover, #menu .jt-menu li.active > a {
background: #000;
color: #B8B8B8;
}

#menu a {
font-size: 14px;
font-weight: 900;
}

#header.animatedfull #menu .jt-menu ul a {
font-size: 11px;
background: rgba(255, 255, 255, 1);
}

.iconWidgetContainer {
bottom: 0;
position: absolute;
text-align: left;
right: 15px;
background: #FFF;
padding: 15px;
border: 1px solid #FFF;
z-index: 999;
-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
opacity: 0;
display: none;
}

.iconWidgetContainer h4.title {
margin-top: 0;
color: #ddd;
line-height: 1.2;
font-size: 16px;
margin-bottom: 15px;
border-bottom: 4px solid #B53838;
padding-bottom: 10px;
}
.closeIconWidget {
position: absolute;
display: block;
right: -15px;
top: -15px;
cursor: pointer;
width: 10px;
height: 10px;
background: url(../images/close_icon_white.png) no-repeat center center rgba(186, 186, 186, 0.85);
text-indent: -9999px;
padding: 6px;
border: 0px solid #FFF;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#footer {
width: 100%;
/* background: #000; */
position: fixed;
left: 0;
bottom: 0;
z-index: 3;
border-top: 1px solid #DBDBDB;
font-size: 11px;
}
#footer > div {
height: 100%;
position: relative;
left: 50px;
}