body {font-family: Tahoma; background-color:lightgrey);}

  .masonryholder{
    column-count: 4;
    column-gap: 10px;
    max-width: 1600px;
    margin: 0 auto;
    }

  .masonryblocks{
    display: inline-block;
    background: #ebeded;
    padding: 10px;
    margin: 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    }

  .masonryblocks img{
    width: 100%;
    }

  @media screen and (max-width:768px){
    .masonryholder{
      column-count: 1;
    }
    }

  @media screen and (min-width:769px){
    .masonryholder{
      column-count: 2;
    }
    }

  @media screen and (min-width:1080px){
    .masonryholder{
      column-count: 3;
    }
    }

  @media screen and (min-width:1200px){
    .masonryholder{
      column-count: 4;
    }
    }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#myCarousel img {
width: auto;
height: 550px;
max-height: 550px;
margin-left: auto;
margin-right:auto;
}
 /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 4px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 

 /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

h1 {
	font-weight:200;
	font-family: 'Raleway', sans-serif;
	font-size:72px;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
	font-weight:lighter;
	font-family:Trebuchet MS;
	font-size:24px;
    color:#008000;
    margin-top: 0;
}

.pure-menu-selected {
  background-color: #D9F2FF;  
}

.gpccontent {
    max-width: 1024px;
 	background-color: #FFFFFF;
   	padding-top: .5em; 
    margin-left: auto ;
    margin-right: auto ;
   	text-align: center ;
    color:black ;	
}

.gpccomp {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;    
}

.photo-box img {
    width: 100%;
    min-height: 20px;
    max-width: 309px;
}

img.no-resize {
  min-height: 600px;
  min-width: 2550px;
}

.hang-indent {
    padding-left: 15px ;
    text-indent: -15px ;
}

.ralign-menu {
  	width: 95%;
    text-align: right;	
}

/*
The `#vmenu` `<div>` is the parent `<div>` that contains the vertical .pure-menu` 
*/

#vmenu {
    max-width: 180px;
    align: center;
    top: 0;
    bottom: 0;
    background: #6699FF;
  	margin-left: auto ;
  	margin-right: auto ;
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #vmenu a {
        color: #FFFFFF;
        border: none;
        padding: 0.6 em;
    }

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #vmenu .pure-menu,
     #vmenu .pure-menu ul {
        border: none;
        background: transparent;
    }

        /*
        Change color of the anchor links on hover/focus.
        */
        #vmenu .pure-menu li a:hover,
        #vmenu .pure-menu li a:focus {
            background: #999999;
        }

 /* ACTIVE MENU ITEM */
#vmenu .pure-menu .pure-menu-selected a {
    color: #000;
    background: #FFFFCC;
}

/* HEADINGS */
#vmenu .pure-menu .pure-menu-heading {
    color: #565d64;
    text-transform: uppercase;
    font-size: 85%;
    margin-top: 0.4em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
}
       
.pure-menu.pure-menu-horizontal li a {
  padding: 0.35em 0.8em;
}

.pure-button-green {
   color: white;
   border-radius: 4px;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   background: rgb(28, 184, 65);
}

.pure-button-yellow {
   color: black;
   font-size: 12pt;
   border-radius: 4px;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   background: rgb(255,255,0);
}

.header .pure-menu {
      padding: 0.5em;
    }

.header .pure-menu li a:hover,
.header .pure-menu li a:focus {
       background: none;
       border: none;
       color: #aaa;
}


/* Table footer */

.gpctablefooter {
   max-width: 1024px;
   width: 100%;
   border-collapse:collapse;
   border-style: solid;
   border-color: black;
   border: 1px solid black;
   margin-top: 0;
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 5px;
   color:black ;
   margin-left: auto ;
   margin-right: auto ;	
}

.gpctablefooter tr {
   height: 30px;
}

.gpctablefooter td.a {
   width: 55%;
   font-family: Tahoma;
   font-size: 12pt;
   color: white;
   padding-left: 5px;
   text-align: left;
   background-color: black;
}

.gpctablefooter td.b {
   width: 45%;
   font-family: Tahoma;
   font-size: 12pt;
   color: #FFFF66;
   padding-right: 5px;
   text-align: right;
   background-color: black;   
}

.gpctablefooter td.c {
   width: 100%;
   font-family: Tahoma;
   font-size: 12pt;
   color: black;
   padding-left: 5px;
   background-color:white;
}

a.footer:link {color: white; text-decoration: none;}

.copy-sm {
  display: none;
  font-family: Tahoma ;
  font-size: 10pt ;
  font-weight: normal;	
}

.footer {
    background: black;
    color: #888;
    text-align: center;
}
    .footer a {
        color: #ddd;
    }
   
.modalwin {
	width: 520px ; 
	height: 420px ;
}
.modal-body {
  overflow-y: hidden;
}


/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    padding-left: 100px; /* left col width "#menu" */
    left: 0;
}

/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 800px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

.header {
     margin: 0;
     color: #333;
     text-align: center;
     padding: 2.5em 2em 0;
     border-bottom: 1px solid #eee;
 }
    .header h1 {
        margin: 0.2em 0;
        font-size: 3em;
        font-weight: 300;
    }
     .header h2 {
        font-weight: 300;
        color: #ccc;
        padding: 0;
        margin-top: 0;
    }

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}

/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.

By using the combination of `position: fixed; top: 0; bottom:0;`, we can make
the menu have 100% height and be fixed on the page as the rest of it scrolls.
*/
#menu {
    margin-left: -100px; 
    /* this should be "#menu" width */
    width: 100px;
    position: fixed;
    top: 0;
    left: 100px;
    /* this should be "#menu" width */
    bottom: 0;
    z-index: 1; /* so the menu or its navicon stays above all content */
    background: #191818;
    overflow-y: auto;
    -webkit-overflow-scroll: touch; /* for smooth scrolling on mobile */
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #999;
        border: none;
        padding: 0.6em 0 0.6em 0.6em;
    }

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
    }

    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu ul,
    #menu .pure-menu .menu-item-divided {
        border-top: 1px solid #333;
    }
        /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            background: #333;
        }

    /*
    This styles the selected menu item `<li>`.
    */
    #menu .pure-menu-selected,
    #menu .pure-menu-heading {
        background: #1f8dd6;
    }
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #fff;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    display: none; /* show this only on small screens */
    top: 0;
    left: 100px; /* `#menu`'s width */
    background: #000;
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.2em 1.6em;
}

    .menu-link:hover,
    .menu-link:focus {
        background: #000;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: #fff;
        width: 100%;
        height: 0.2em;
    }

        .menu-link span:before,
        .menu-link span:after {
            position: absolute;
            margin-top: -0.6em;
            content: " ";
        }

        .menu-link span:after {
            margin-top: 0.6em;
        }


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/* Changed from 767 to 568 */
/* Hides the menu at `568px`, but modify this based on your app's needs.
*/
@media (max-width: 568px) {

    .header {
        text-align: left;
    }

    /*
    Navigation Push styles.
    */
    #layout {
        position: relative;
        padding-left: 0;
    }
        #layout.active {
            position: relative;
            left: 100px;
        }
            #layout.active #menu {
                left: 100px;
                width: 100px;
            }

    #menu {
        left: 0;
    }

    .menu-link {
        position: fixed;
        left: 0;
        display: block; /* show the button on small screens */
    }

    #layout.active .menu-link {
        left: 100px;
    }
}

 /*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(min-width: 769px) {
.hide-lg {
    display:none
}
 }
 
@media(max-width: 768px) {
.gpc4x-content {
   min-height: 20px;
 }
 
 .gpc3x-content {
   min-height: 20px;
 }

.pure-control-group label {
	padding-bottom: 0.1em;
}
.modalwin {
	width: 320px; 
	height: 440px ;
}
.copy-md {
 	display:block;
}
.hide-md {
    display:none
}
}

@media(max-width: 568px) {
.Quote {
  width: 90%;
}
.modalwin h4 {
   font-size: 10pt ;
}
.modalwin {
	width: 260px; 
 	margin: 0px auto;
 	left:0px;
}
.hide-sm {
    display:none
}
.gpctable { 
	margin-top: 1em;
	width: 95%;
}
.gpctable b-up-sm {
 	display:block;
}
.gpc-table right-col {
  width: 100%;
}
.gpctable-3banner {
	font-size: 10pt;
}
.copy-sm {
 	display:block;
}
}
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
#wrapper {
    padding-left: 125;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 0px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    width: 0;
    height: 100%;
    margin-left: 0px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
 
@media(max-width:768px) {
    #wrapper {
        padding-left: 0px;
    }
    #wrapper.toggled {
        padding-left: -125;
    }

    #sidebar-wrapper {
        width: 0px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}