/*
Theme Name:     SimplePress Child Theme
Description:    SimplePress Child Theme
Author:         Bogdan Kulinich
Author URI:     www.developer.websites.in.ua
Template:       SimplePress
Version:        2.0
*/
@import url("../SimplePress/style.css");

/*MAP*/

html,body
{
    margin: 0;
    padding: 0;
}
#showMap:hover
{
    background: #efefef;
    border-color: #cccccc;
    color: #444444;
}
#showMap
{
    width: auto;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #ffffff;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #444444;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0px 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#eeeeee')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#eeeeee');
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}
#mapHover {
    display: none;
    top: 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(231, 231, 231, 0.8);
}

#mapPopup {
    position: absolute;
    z-index: 9999999;
    width: 95%;
    top: 0;
    height: 95%;
    padding: 0 2%;
}

#mapPopup iframe {
    border-radius: 1px;
    border: 1px solid #cdcdcd;
}
a#hideMap:hover
{
    background: #666;
}
a#hideMap {
    text-decoration: none;
    background: #444;
    font-size: 20px;
    color: transparent;
    text-shadow: 0 0 0 #fff;
    padding: 5px 6px;
    float: right;
    margin-left: 94%;
    margin-top: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: fixed;
    z-index: 10000;
}

/*-------------------*/