/*
Theme Name: Parallel
Theme URI: http://underscores.me/
Author: Parallel
Author URI: http://underscores.me/
Description: Custom bootsrap theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parallel
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Parallel is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*-- ------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.floorplate-col .hotspots-placeholder{
	display: none !important;
}

/*.floorplate-col.hotspots-image-container > div {
    width: 500px !important;
}*/
#thirdpart-plan img{
	width: 50%;
}

.plan-third-img-row .hotspots-placeholder{
	display: none !important;
}


#fade {
    display: none;
    position:fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;

    z-index: 1002;
    text-align:center;

}

.gmap-click-show {
    margin-top: 13%;
}

.show{
    display: none;
}

.wpcf7-response-output.wpcf7-display-none.alert.wpcf7-mail-sent-ok.alert-success {
    background: none;
    border: none;
    font-size: 16px;
}

.menubr-ul .current-menu-item a{
color: yellow;
}

.remove-new-class{
  /*position: absolute;*/
}

.row.col-md-12.new_dis > p {
    font-family: inherit;
    font-size: 14px;
    margin-top: -5%;
    padding: 75px;
}
/* Hide "This field is for validation purposes and should be left unchanged." by Emory */
body .gform_wrapper .gform_validation_container {
    display: none;
}
