/*!
 * # Semantic UI 2.0.7 - Site
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
             Page
*******************************/
@import "font-awesome.css";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');


html,
body {
    height: 100%;
}
html {
    font-size: 11px;
}
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    min-width: 320px;
    background: #eaeae9;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4285em;
    color: #fff;
    font-smoothing: antialiased;
}


/*******************************
             Headers
*******************************/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1.2857em;
    margin: calc(2rem -  0.14285em ) 0em 1rem;
    font-weight: bold;
    padding: 0em;
}
h1 {
    min-height: 1rem;
    font-size: 2rem;
}
h2 {
    font-size: 1.714rem;
}
h3 {
    font-size: 1.28rem;
}
h4 {
    font-size: 1.071rem;
}
h5 {
    font-size: 1rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
    margin-bottom: 0em;
}


/*******************************
             Text
*******************************/
.footer-txt{
    margin: 0em 0em 0em;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-bottom: 1px solid rgba(145, 129, 100, 0.39); */
}

.footer-link{
    margin: 0em 0em 0em;
    padding: 1.5px;
    /*border-bottom: 1px solid rgba(145, 129, 100, 0.39);*/
}

p {
    margin: 0em 0em 1em;
    line-height: 1.4285em;
}
p:first-child {
    margin-top: 0em;
}
p:last-child {
    margin-bottom: 0em;
}

/*-------------------
        Links
--------------------*/

a {
    color: #969696;
    text-decoration: none;
}
a:hover {
    color: #7d7979;
    text-decoration: none;
}


/*******************************
          Highlighting
*******************************/


/* Site */
::-webkit-selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, 0.87);
}
::-moz-selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, 0.87);
}
::selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, 0.87);
}

/* Form */
textarea::-webkit-selection,
input::-webkit-selection {
    background-color: rgba(100, 100, 100, 0.4);
    color: rgba(0, 0, 0, 0.87);
}
textarea::-moz-selection,
input::-moz-selection {
    background-color: rgba(100, 100, 100, 0.4);
    color: rgba(0, 0, 0, 0.87);
}
textarea::selection,
input::selection {
    background-color: rgba(100, 100, 100, 0.4);
    color: rgba(0, 0, 0, 0.87);
}

.socials {
    float: right;
    color: #2a2828;
    overflow: hidden;
}

.socials .fa {
    font-size: 36px;
    float: left;
    line-height: 38px;
}

.socials .fa.fa-twitter {
    font-size: 38px;
}

.socials .fa.fa-youtube-play {
    margin-left: 23px !important;
}

.socials .fa +.fa {
    margin-left: 19px;
}

/*******************************
        Global Overrides
*******************************/
  #menu.shadow {

                box-shadow:0 2px 10px rgba(0, 43, 80, 0.61) !important;
            }

#menu {
    background: rgba(0, 43, 80, 0.61)!important;
}
#example1 {
  
    padding-top: 6em !important;
}
/*******************************
         Site Overrides
*******************************/

.ui.inverted.fixed.menu .toc.item {
    display: none;
}

.ui.menu .item img.logo {
    margin-right: 1.5em!important;
    width: 100px!important;
}

@media only screen and (max-width: 700px) {

    .ui.inverted.fixed.menu .item,
    .ui.inverted.fixed.menu .menu {
        display: none;
    }
    .ui.inverted.fixed.menu .right.item {
        display: block;
    }
    .ui.inverted.fixed.menu .toc.item {
        display: block;
    }

}

.blackfont{
    color: #000000!important;
    font-weight: bold;
}

.redfont{
    color: #cc0000!important;
    font-weight: bold;
}

.longwidth{
    width: 600px!important;
    
}

.nobotmargin{
    margin-bottom: 0px!important;
}

.notopmargin{
    margin-top: 0px!important;
}

.lesstopmargin{
    margin-top: 5px!important;
}

.menuheight{
    height: 230px!important;
}

.smalltext{
    font-size: 12px;
}

.bigtxt{
    font-size: 25px;
}

.lanpad{
    padding: 0.6em 1.14285714em!important;
}
.small{
padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
}

.narrow{
    padding: 0px!important;
}

.gridprice{
    color: #7d7979;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 5px;

}

.gridsqm{
    color: #969696;
    font-weight: bold;
    font-size: 15px;
     padding-bottom: 25px;
}