*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
   box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font: 12px Arial, Halvetica, sans_serif;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

div {
    display: block;
    width: 100%;
}

#logo {
    width: 100%;
    min-width: 300px;
    height: 40px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background: rgb(38, 37, 42);
    background: -moz-linear-gradient(top, rgba(16,16,16,1) 0%, rgba(50,50,50,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(16,16,16,1)), color-stop(100%, rgba(50,50,50,1)));
    background: -webkit-linear-gradient(top, rgba(16,16,16,1) 0%, rgba(50,50,50,1) 100%);
    background: -o-linear-gradient(top, rgba(16,16,16,1) 0%, rgba(50,50,50,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,16,16,1) 0%, rgba(50,50,50,1) 100%);
    background: linear-gradient(to bottom, rgba(16,16,16,1) 0%, rgba(50,50,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101010', endColorstr='#323232', GradientType=0);

}

#logo img {
    display: inline-block;
    height: 20px;
    width: auto;
    padding-top: 7px;
    padding-left: 10px;
}

.login {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    padding: 2px 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    min-width: 51px;
    width: auto;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 10px;
    background: rgb(38, 37, 42);
    background: -moz-linear-gradient(top, rgba(56, 57, 61, 1 ) 0%, rgba(32, 33, 37, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56, 57, 61, 1 )), color-stop(100%, rgba(32, 33, 37, 1)));
    background: -webkit-linear-gradient(top, rgba(56, 57, 61, 1 ) 0%, rgba(32, 33, 37, 1) 100%);
    background: -o-linear-gradient(top, rgba(56, 57, 61, 1 ) 0%, rgba(32, 33, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(56, 57, 61, 1 ) 0%, rgba(32, 33, 37, 1) 100%);
    background: linear-gradient(to bottom, rgba(56, 57, 61, 1 ) 0%, rgba(32, 33, 37, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38393B', endColorstr='#202126', GradientType=0);

}

.button_border {
    border: solid 1px #4a4a4a;
}

.button_border_radius {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.hook_up_now_div_circle{
    margin-top: 10px;
}

.hook_up_now_div_rect{
 display: none;
 margin-top: 10px;
}
.hook_up_now_div_rect span{
    padding-left: 10px;
}

.hook_up_now {
    margin-top: 10px;
    font-weight: bold;
    font-size: 23px;
}
.circle_frame_rect{
    height: 100%;
    width: 100%;
}

.circle_frame_circle{
    height: 100%;
    width: 100%;
    border: 1px solid #949494;
    border-radius: 50%;
    -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
}
.circle_map_rect {
    height: 100%;
    width: 100%;

}
.circle_map_circle{
    height: 100%;
    width: 100%;
    border: 1px solid #949494;
    border-radius: 50%;
    -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
}
.outer_circle_rect{
    position: relative;
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #949494;
}
.outer_circle_circle{
    position: relative;
    width:  50%;
    border: 1px solid #DEDEDE;
    padding: 13px 15px 15px 13px;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
    box-shadow: 0px 15px 15px #EEEEEE;
    -webkit-box-shadow: 0px 15px 15px #EEEEEE;
    margin: 10px auto;
    background: -webkit-linear-gradient(top, rgba(178, 178, 178, 1) 1%, rgba(224, 224, 224, 1) 30%, rgba(255, 255, 255, 1) 50%);
    background: -moz-linear-gradient(top, rgba(178,178,178,1) 1%, rgba(224,224,224,1) 30%, rgba(255,255,255,1) 50%); /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(178,178,178,1) 1%, rgba(224,224,224,1) 30%, rgba(255,255,255,1) 50%); /* IE10+ */
    background: -o-linear-gradient(top, rgba(178,178,178,1) 1%, rgba(224,224,224,1) 30%, rgba(255,255,255,1) 50%); /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(178,178,178,1)), color-stop(30%, rgba(224,224,224,1)), color-stop(50%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: linear-gradient(to bottom, rgba(178,178,178,1) 1%, rgba(224,224,224,1) 30%, rgba(255,255,255,1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2A2A2', endColorstr='#FEFEFE', GradientType=0); /* IE6-9 */

}


.near_city_circle{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.near_city_rect {
    margin-top: 5px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 16px;
     box-shadow: 0px 15px 15px #EEEEEE;
    -webkit-box-shadow: 0px 15px 15px #EEEEEE;
}
.near_city_rect span{
    padding-left: 10px;
}

.centered {
    text-align: center;
}

.members_near_location {
    color: #D20A2F;
}

#mobile_landing_page_textfield {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    padding: 5px 0px;
}

.mobile_landing_page_join_for_free_btn {
    margin: 15px auto;
    padding: 3px 0 4px 0;
    height: 100%;
    width: 75%;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    background: rgb(193, 3, 3); /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(198, 64, 71, 1) 0%, rgba(161, 21, 24, 1) 100%);
    background: -moz-linear-gradient(top, rgba(198, 64, 71, 1) 0%, rgba(161, 21, 24, 1) 100%);
    background: -ms-linear-gradient(top, rgba(198, 64, 71, 1) 0%, rgba(161, 21, 24, 1) 100%);
    background: -o-linear-gradient(top, rgba(198, 64, 71, 1) 0%, rgba(161, 21, 24, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(198, 64, 71, 1)), color-stop(100%, rgba(161, 21, 24, 1)));
    background: linear-gradient(to bottom, rgba(198, 64, 71, 1) 0%, rgba(168, 3, 3, 1) 55%, rgba(161, 21, 24, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c64047', endColorstr='#A11518', GradientType=0);

}

.mobile_landing_page_join_info_area_border {
    border: 0;
}

.mobile_landing_page_join_info_area_box_shadow {
    -webkit-box-shadow: 1px 1px 1px #000000;
    -moz-box-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px #000000;
}

.email_form {
    width: 50%;
    min-width: 300px;
    max-width: 450px;
    margin: auto;
}

#you_pin {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 42px;
    height: 43px;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    pointer-events: none;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    box-shadow: 40px 25px 90px #000000;
    background: rgb(4, 139, 9); /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(7, 190, 36, 1) 1%, rgba(7, 190, 36, 1) 20%, rgba(4, 139, 9, 1) 55%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(7, 190, 36, 1) 1%, rgba(7, 190, 36, 1) 20%, rgba(4, 139, 9, 1) 55%); /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(7, 190, 36, 1) 1%, rgba(7, 190, 36, 1) 20%, rgba(4, 139, 9, 1) 55%); /* IE10+ */
    background: -o-linear-gradient(top, rgba(7, 190, 36, 1) 1%, rgba(7, 190, 36, 1) 20%, rgba(4, 139, 9, 1) 55%); /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(7, 190, 36, 1)), color-stop(20%, rgba(7, 190, 36, 1)), color-stop(55%, rgba(4, 139, 9, 1))); /* Chrome,Safari4+ */
    background: linear-gradient(to bottom, rgba(7, 190, 36, 1) 1%, rgba(7, 190, 36, 1) 20%, rgba(4, 139, 9, 1) 55%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039715', endColorstr='#048B09', GradientType=0); /* IE6-9 */
}

#you_pin:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 30px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 40px solid #048B09;
}

@media screen and (min-width: 600px){
    .hook_up_now {
        font-size: 40px;
    }
    .near_city{
        margin-top: 20px;
    }

}