    body {
        min-width:1024px;
        margin-top:44px;
        font-family:Open Sans, "Helvetica Neue",Helvetica,Arial,sans-serif;
        
        
      }

      
      .sidebar-nav {
        padding: 9px 0;

      }

      @media (max-width: 980px) {
        /* Enable use of floated navbar text */
        .navbar-text.pull-right {
          float: none;
          padding-left: 5px;
          padding-right: 5px;
        }
      }

      a:focus {
        outline:none;
        color:red;
      }
      a{
        transition:.2s all linear;
      }
      a:hover {
        color:red;
        text-decoration: none;
        transition:.2s all linear;
        opacity:0.8;
      }


      /* Preloader */
      #images a:hover {
        background: transparent;
        color: inherit;
        opacity: 1;
        text-decoration: initial;
        -webkit-backface-visibility: hidden;
      }

#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



/* COLORS */

a {
  color:#ed873b;
}


.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color:#ed873b;
}



/* FONTS */

h1 {
  font-family: 'Open Sans', sans-serif;
}

h1 .version {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
}

h2, h3, h4, h5, h6, p, .navbar-fixed-top {
  font-family: 'Open Sans', sans-serif;
}


/* TOP NAV BAR */

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #E5E5E5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06) inset;
 
 
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  border-bottom:2px solid red;
  background-color:transparent;
  }

  .navbar .nav > li > a {
    
    padding: 13px 15px 9px;
   
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-bottom:none;
}

.navbar .brand {
  background:url(../img/sunhours-sketchup-plugin-logo-web.png) no-repeat;
  padding-left:60px;
   font-family: 'Francois One', sans-serif;
   margin-left:10px;
    margin-top: 2px;
}
  
.navbar-inner {
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFFFFF, #FaFaFa);
  }



.navbar-fixed-top{

}

 .navbar .nav > .active > a#li-features, .navbar .nav > .active > a#li-features:hover, .navbar .nav > .active > a#li-features:focus {
    border-bottom: 2px solid #FFB800;
 }


.navbar .nav > .active > a.download, .navbar .nav > .active > a.download, .navbar .nav > .active > a.download:focus {
    border-bottom: 2px solid #0088CC;
 }


.navbar .nav > .active > a#li-images, .navbar .nav > .active > a#li-images, .navbar .nav > .active > a#li-images:focus {
    border-bottom: 2px solid #21b18a;
 }
 
/* CONTENT */
.warehouse {
    display: block;
    max-height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.warehouse img {
  max-width: 46px;
    padding-top: 3px;
    width: auto;
}

.ew {
color: #ffffff;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin: 20px 0 0;
}

.ew .sketchup {
  color: #ffffff !important;
    font-family: "Francois One",sans-serif;
    font-size: 19px;
    font-style: normal;
}

#about .sketchup a {
  color:#fff !important;
}

.h1-ul {
    border-bottom: 2px solid red;
    padding-bottom: 4px;
}

.pos-rel {
  position:relative;
}
.hero-unit {
  overflow: hidden;
 
  background:transparent;
  margin:0 auto 30px;
}

.hero-unit h2 {
  color:#ED873B;
}

.intro-hero .img-span{
  text-align:center;
}

.row-fluid.row-grey {
  background:#eee;
  background: none repeat scroll 0 0 #F6F5F2;
  border: 1px solid #E5E5E5;
  
}

#home, #third, #fifth { 
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.story { height: 1000px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; }

.max-width{
  max-width:1024px;
  margin:0 auto;
}

.container-fluid {
  padding:0;
  min-width:;
}


h2.lead-h2 {
     color: #111111;
   font-family: 'Francois One', sans-serif;
    font-size: 60px;
    margin: 100px 0;
    
   
    padding-bottom: 40px;
    
}
/* first */

#home {
  background: url(../img/axo3.jpg) right 0 no-repeat fixed;
  padding: 80px 0 ;
  min-height:977px;
  background-color:#c9d0d3;
}

#home .circle {
    height: 280px;
    margin-top: -106px !important;
    width: 280px;
}

.circle {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #171717;
    border-radius: 50% 50% 50% 50%;
    float: left;
    height: 316px;
    margin-left: -30px;
    margin-top: -24px !important;
    padding: 20px;
    background-size:100% !important;
    box-shadow: 0 0 4px 1px;
    z-index: 2;
    

}

.circle:hover {

}

.navbar .github-link {
 float: right;
 opacity: .25;
 padding: 6px 10px 0;
 transition: .3s;
}

.navbar .github-link:hover {
  opacity: .8;
}

.github-footer.ew {
    margin: 12px;
}


.git-text {
    float: left;
    margin: 5px 0 0 10px;
    color: #ddd;
    font-style: normal;
    font-size: 14px;
}

.git-text b {
  color:rgb(237, 135, 59) ;
}

footer .octicon-mark-github {
    fill: rgba(255, 255, 255, 0.29);
}

.git-icon {
    display: block;
    float: left;
}

.github-link.github-footer {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.section-blank .circle {
  background: url(../img/back2.png) center center no-repeat;
  margin-top:-50px;
}

.circle img {
    
    padding-top: 40px;
}
.content .circle {
  position:relative;
  /*display: none; */
}

#home h1 {
  background: none repeat scroll 0 0 #171717;
    color: #FFFFFF;
    float: none;
    font-size: 60px;
    height: 90px;
    line-height: 90px;
    margin: 0 0 0 340px;
    padding: 0 0 20px;
    font-family: 'Francois One', sans-serif;
    

}

#home h3 {
  margin: 0 0 0 340px;
  font-weight: 300;
    margin: 0 0 0 340px;
}

.section-title.home-title{
  background-color: #171717;
    
    margin-bottom: 35px;
    margin-top: 120px;
    min-height: 90px;
    padding: 20px 20px 20px 20%;
    position: relative;
    text-align: left;
    border-bottom: 5px solid #CCCCCC;
    border-top: 5px solid #384045;

}

.section-title h1, .title-back{
  color:#fff;
}



#home .section-title {
  border:none;
}

#sg-logo {
      height: 85px;
    left: 640px;
    position: absolute;
    top: 67px;
    width: 189px;
}

/* second */

.section-blank {
 /* background: url(../img/sun.png) no-repeat bottom right #efefef;*/
 background-color:rgba(255, 162, 0, 0.1);
  min-height:600px;
  padding-top:300px;
 

  
}

.section {
    /*border-bottom: 20px solid rgba(0, 0, 0, 0.05);*/
    padding:30px;
  
}

#home.section {
  border-bottom:none;
  border-top:none;
}

#second .content {
  
}

.title-back {
 
}

.content {
    padding-left: 20px;
     margin-top:160px;
    

}

.content.no-mar {
    
     margin-top:0px;
    

}
.content h1
 {
    background-color: #171717;
    border-bottom: 2px solid #FFF;
  /*  border-radius: 50px 50px 0 0;*/
    color: #FFFFFF;
    font-weight: 300;
    line-height: 80px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 40px;
    width: 110%;
    
    /*
    border-bottom: 5px solid #CCCCCC;
    border-top: 5px solid #384045;*/
}

h1 strong {
  color:#FFF;
}

.content h3 {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
   /* border-radius: 0 0 50px 50px;*/
    border-top: 3px solid;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 100px;
      
    padding: 25px 18% 25px 40px;
    width: 96%;

}

.content-odd h1 {
 margin-left: -20%;
    padding-left: 18%;
    width: 100%;
}

.content-odd h3 {
    margin-left: -20%;
    padding-left: 20%;
    width: 79.5%;
}

.section-blank h3 {
  background:transparent;
}

/* third */

.cir-1 {
    background: url(../img/back2.png) center center no-repeat;
  margin-top:-50px;
}

#third {
  background: url(../img/axo4.png) right 0 no-repeat fixed;
  min-height:1406px;
  background-color:#fff;
  
  padding-bottom:140px;
  
}

#third h3{
    background: none repeat scroll 0 0 #E7E7E7;
    
    
   background: none repeat scroll 0 0 rgba(246, 246, 246, 0.8) !important;
  
 
}


.content.cir-left .circle {
  margin-top:-70px;
}

#third .cir-2 {
 background: url(../img/back3.png) center center no-repeat;
}


.cir-3 {
 background: url(../img/back4.png) center center no-repeat;
}

#third .h1-ul {
    border-bottom: 2px solid #FFB800;
   
}
/*fifth*/

#fifth {
  background: url(../img/axo5.png) right 0 no-repeat fixed;
  min-height:964px;
  background-color:#eee;
  padding-bottom:140px;
}



#fifth .circle {
 background: url(../img/back5.png) center center no-repeat;
}

/*sixth */

.row-push {
  height:400px;
}

#sixth {
  min-height:600px;
}

#fifth .circle.cir-61 {
 background: url(../img/back61.png) center center no-repeat;
}


#sixth .circle.cir-62 {
 background: url(../img/back62.png) center center no-repeat;
}

#sixth h3 {
    padding-right: 0 !important;
}

/* DOWNLOAD 
#download {
  background:#171717;
  height:90px;
  border-bottom: 5px solid #CCCCCC;
  border-top: 5px solid #384045;
}

#download h1 {
  font-weight:200;
  line-height:90px;
  margin:0;
  margin-left:40px;
  color:#fff;
  border-bottom:5px solid red;
  width: 180px;
  float:left;
}

.sb-first {
  border-top:none;
}

.dl {
  padding: 26px;
}

#second .content h1 {border-bottom-color: rgba(255, 162, 0, 1);}
#fourth .content h1 {border-bottom-color: rgba(255, 162, 0, 1);}
#sixth .content h1 {border-bottom-color: red}

*/



#download {
  background: #eee;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

/* #download h2.lead-h2:hover {
  color:#0088CC;
  transition:.2s all linear;
  opacity: 1;
        
} */

#download h2.lead-h2 {
  
  transition:.2s all linear;
        
}

#download .h1-ul {
    border-bottom: 2px solid #0088CC;
   
}

.dl {
  float:right;
  padding-top: 2px;
  padding-right: 10px;
}

.version {
 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    border: 1px solid #ccc;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 82px;
    padding: 20px 20px 10px;
    font-style:italic;
}


.recaptcha {
    clear: both;
    display: block;
    float: none;
}

.version p {
    margin-bottom: 7px;
}


.version .dl-small {
    font-size: 15px;
    margin: 0 0 4px;
}

.version a {
  color:#0088CC;
}

.dl-email {
   border-bottom: 2px solid #0088CC;
    border-top: 2px solid #0088CC;
    margin: 20px 0;
    padding: 20px;
    display: none;
}

.dl-email2 {
   border-bottom: 2px solid #0088CC;
    border-top: 2px solid #0088CC;
    margin: 20px 0;
    padding: 20px;
    display: none;
}


.dl-into {
   font-size: 14px;
    font-style: normal;
    padding-bottom: 20px;
    text-decoration: none;
}

.dl-into {
    border-top: 2px solid #08C;
    margin: 10px 0;
    padding: 20px 0 0;
}

.dl-form {
  display: none;
    float: left;
    overflow: hidden;
    width: 50%;
}

.dl-but {
  margin-top: 20px;
  padding: 10px 30px;
}

.dl-skip.dl-but {
    margin-left: 10px;
    
}

.dl-a {
  color: #08C;
}

.tu {
  display: none;
}




/* About */


#about {
  padding-bottom:300px;
  background:url('../img/sgback.png') no-repeat fixed;


 }

 #about .h1-ul {
    border-bottom: 2px solid #69ad46;
 
}
 #about .cir-sg {
 background: url(../img/sg.png) center center no-repeat;
}

 #about a {
  color:#69ad46;

}

#about .content h3 {
  background: none repeat scroll 0 0 rgba(246, 246, 246, 0.8) !important;
}

 #about .content h1
  {
    border-bottom: 2px solid #FFF;
}

 .navbar .nav > .active > a.about, .navbar .nav > .active > a.about:hover, .navbar .nav > .active > a.about:focus {
    border-bottom: 2px solid #69ad46;
 }

/* FOOTER */

footer {
  background: none repeat scroll 0 0 #171717;
  
  padding:50px;
}

p.copyright {
  text-align: center;
  font-weight:400;
  color:#f5f5f5;
   margin: 0;
}

p.copyright a {
  font-weight:700;
 
}

/* gallery */
#images {
  padding-bottom:160px;
  background:  #fff;
}
.gal-thumb {
  background: none repeat scroll 0 0 transparent;
    border: none;
    border-radius: 20px 20px 20px 20px;
    
    display: block;
    float: left;
    height: 226px;
    margin: 10px;
    width: 226px;
    
}

.gal-thumb:hover {
  box-shadow: 0 0 4px 1px orange;
  transition:.2s all linear;
  opacity: .9;
      
}

#images h2.lead-h2 {
   color: #171717;
   font-family: 'Francois One', sans-serif;
    font-size: 60px;
    margin: 100px 0;
   
}

#images .h1-ul {
  border-bottom:2px solid #21b18a;
}



/* DOCUMENTATION */
.documentation {
 
}

.documentation .sidebar-fixed {

  display: block;
}



.title-bar {
   background: none repeat scroll 0 0 #171717;
    border-bottom: 5px solid #CCCCCC;
    border-top: 5px solid #384045;
    height: 70px;
    margin-bottom: 30px;
}

.title-bar h1 {
  font-weight:300;
  color:#fff;

}

.docs {
   
  margin:0 auto;
}
.docs .max-width {
  

}

.docs h2.lead-h2 {
  margin:60px 0 30px;
}
.mar-indent {
  margin-left:200px;
}

section {
  margin-bottom:40px;
}

.docs ol {
  padding-left:20px;
}


.docs .section {

    border-bottom: 2px solid #EEEEEE;
    padding: 30px 30px 90px;

}

.offline {
    background: url("../img/pdf-icon.gif") no-repeat scroll 0 0 transparent;
    bottom: 30px;
    font-size: 12px;
    margin-top: 30px;
    opacity: 0.8;
    padding: 4px 0 4px 40px;
    z-index: 2;
    color:#555;
}


.offline.offline2 {
    background: url("../img/extensionwarehouse.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0);
    margin-top: 0;
}

.git-side.offline.offline3 {
    background: none;
    padding-left: 13px;
}


.git-side .git-icon {
    display: block;
    float: left;
    margin: -5px 0 0 2px;
    opacity: .5;
}


/* Fixed Sidebar */
.nav-list {
  padding-left:0;
  padding-right:0;
}
.sidebar-margin {
  /*margin-left: 225px;*/
  padding-top:20px;
  
}

.sidebar-fixed {
  width:200px;
  position:fixed;
  
  height:100%;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-family: 'Open Sans', sans-serif;
  overflow:auto;
  background: transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  display:none;
  padding-top: 20px;
  overflow: visible;
 

  
}

.sidebar-fixed li{
  text-shadow:none !important;
 
  border-left-color:red;
}

.sidebar-fixed li a{
  text-shadow:none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   border-top: 1px solid rgba(255, 255, 255, 0.4);
  
}

.sidebar-fixed li.nav-header {
  color:#111;
  font-size:15px;
  font-weight:700;
  text-transform: none;
  margin-right: 0;
}

.nav-list > li > a {
     padding: 8px 0 8px 15px;

}

.nav-list .nav-header > a {
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    
    
    padding:12px 15px ;


}

.sidebar-fixed .nav-list > .active > a,.sidebar-fixed .nav-list > .active > a:hover,.sidebar-fixed .nav-list > .active > a:focus 

{
   background: none repeat scroll 0 0 transparent;
   color: red;
    

}

.sidebar-fixed .nav-list > .nav-header.active > a,.sidebar-fixed .nav-list > .nav-header.active > a:hover,.sidebar-fixed .nav-list > .nav-header.active > a:focus 

{
   background: none repeat scroll 0 0 transparent;
   color: #555;
    

}

.sidebar-fixed .nav-list > .active ,.sidebar-fixed .nav-list > .active:hover,.sidebar-fixed .nav-list > .active 

{
  
    border-left: 2px solid red;
   

} 

.sidebar-fixed .nav-list > li

{
  
    border-left: 2px solid white;
   padding: 0 15px

} 


.nav-header {
  padding: 0px 15px;
  margin-top:0 !important;
}
.sidebar-fixed .nav-list .sec-a {
   
    border-left:none;

}

.nav > li > a:hover {
    background-color: #EEEEEE;
    text-decoration: none;
}

 .nav > li > a:focus {
  background:transparent;
 }

 .doc-nav {
  border-bottom: 2px solid red;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06) inset;
 }

 .doc-h3 {
      border-bottom: 2px solid #ED873B;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 16px;
    padding: 36px 0 20px;
 }

 .docs .usage-step {
    border-bottom: 2px solid #EEEEEE;
    padding: 0px 0px 90px;
 }

 p {
  line-height: 23px;
    margin: 0 0 20px;
 }

 .doc-text li {
  line-height:25px;
  
  padding-bottom:10px;
 }

 .doc-img {
  margin-bottom:30px;
 }

 .doc-text ul {
  margin-bottom:20px;
 }

 .doc-text h4 {
  color:#ED873B;
  margin: 40px 0 10px;
 }

 .img-center {
  text-align: center;
  
 }

 img.dl {
  display:none;
 }

