/*

My Custom CSS
=============

*/

@import url(http://fonts.googleapis.com/css?family=Lato:300);
/* --------------------------------------
   Navbar
   -------------------------------------- */

.logo{
    background-image: url(../../images/logo_md.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 200px;
    background-color: white;
    padding-top: 0px;
    margin-top: -15px;
    margin-left: 0px;
}

#nav{   
    margin-top: 40px;
    height: 180px;
    background-image: url(../../images/Bar.png);
    background-repeat: repeat-x;
    background-color: none;
    height: 200px;
}


#links{
    padding-top: 15px;
    padding-left: 175px;
    margin-top: -180px;
    text-transform: uppercase;
}

.navbar-nav > li > a{
    color: #4e1000;
}

.navbar-nav > li > a:active{
 
}

.navbar-nav > li > a:hover,
.navbar-nav > li> a:focus 
{
    background-color: #b0b579;
    opacity: 0.6;
    color: #fff;
    
}

.navbar-toggle{
    background-color: white;
    margin-top: 15px;
}

.navbar{
    background: none;
}

.navbar-responsive-collapse{
    background-color: white;

}
/* --------------------------------------
   Layout
   -------------------------------------- */

#features {
    margin-top: 100px;
	text-align: center;
}

#features img {
	margin: 0 0 20px;
}

#inputMessage {
	margin-bottom: 15px;
}


.well{
    border: 0px;
}

#main{
    -webkit-box-shadow: -1px 3px 24px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 24px 6px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 24px 6px rgba(0,0,0,0.75);
    position: relative;
    height: 850px;
}

.feature-tab{
    padding: 20px;
    margin-top: -100px;
    height: auto;
    position: relative;
}
.content{
    margin-top: 220px;
    height: auto;
}

#alertMe{
    margin-top: 120px;
    
}

.annoying{
    margin-top: 110px;
}

.panel-content-tab{
    margin-top: -90px;
    padding-top: 10px; 
    margin-left: 140px;
    position: absolute;
    background: none;
    background-image: none;
    width: 515px;
}

.panel-content-main{
    height: 350px;
    text-align: left;
    padding-right: 10px;
    padding-left: 30px;
    margin-top: -80px;
    margin-left: 160px;
    position: relative;
    width: 490px;

}

.panel-content-contact{
    height: auto;
    margin-top: -80px;
    margin-left: 160px;
    position: absolute;
    width: auto;
}
/*  ------------------------------
    CSS for Buttons
    ------------------------------*/
.btn{
    margin-top: 0px;
    background-color: #642200; 
    border-color: #642200; 
}

#alertMe{
    border: none;
    background: none;
    align-content: center;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 50%;
    height: 50px;
	border: solid 2px;
	cursor:pointer;
	background-color: #b0b579;
	color:white;
	font-size:18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top:-4px;
    border-radius: 6px;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
    border-radius: 6px;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #b0b579;
  border-color: #b0b579;
}

.btn-warning{
    margin: auto;
    align-self: center;

}

/* ----------------------------------
    CSS for Images
    all circle images are 500px X 700px
    all bar images are 750PX X 274px
    ---------------------------------- */
.main-img{
    background-image: url(../../images/waterfall_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}

.main-img-about{
    background-image: url(../../images/about_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}

.contact-img{
    background-image: url(../../images/cont_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}

.main-img-res{
    background-image: url(../../images/res_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}

.main-img-com{
    background-image: url(../../images/corp_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}

.main-img-snow{
    background-image: url(../../images/snowremoval_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}

.main-img-bin{
    background-image: url(../../images/bin_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}
.main-img-waste{
    background-image: url(../../images/corp_cr_lg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 700px;
    position: relative;
    z-index: 40;
    margin-top: -350px;
    margin-right: 10px;
    border: none;
}
.img{
    padding: 0;
    margin-right: -20px;
}



/* --------------------------------------
    Tabbable Content & Images
    ------------------------------------- */
#tab-links{
color: #b0b579;    
}

.nav-tabs > li > a{
    color: #3a4c00;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #b0b579;
}
/* --------------------------------------
   Typography
   -------------------------------------- */

.body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}

.panel-content-tab{
    color: #856652;
    text-align: justify;
    padding-right: 10px;
    padding-left: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.panel-content-main{
    color: #856652;
    text-align: left;
    padding-right: 10px;
    padding-left: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.panel-content-contact{
    color: #856652;
    font-family: 'Lato', sans-serif;
}

.features{
    font-family: 'Lato', sans-serif;
}

.coded{
    font-size: 8px;   
}

/* Form */
.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	line-height: 22px;
	padding: 13px 13px 13px 54px;
}

.feedback-input:focus{
	color: #3498db;
    padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
}

textarea {
    line-height: 150%;
}

/* Footer area */
footer {
	color: #eee;
    font-family: 'Lato', sans-serif;
	font-size: 11px;
	padding: 20px;
}

#footer-links{
    text-transform: uppercase;
}


/* visited link */
#footer-linkss a:visited {
    color: #642200;
}

/* mouse over link */
#footer-links a:hover {
    color: #3a4c00;
}

/* selected link */
#footer-links a:active {
    color: #b0b579;
}

/*unvisited*/
#footer-links a{
    color: #b0b579;
}



/* ----------------------------------
    Form Style (Layout)
    --------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
	margin-left: -180px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
	border-radius: 0;
	background-color: #fbfbfb;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	outline: none;
}

.focused{
	border:#30aed6 solid 3px;
}

textarea {
    width: 62%;
    height: 150px;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

/* --------------------------------------
    Footer Styles
    -------------------------------------- */
footer {
	background: #333;
    height: 200px;
}

/* --------------------------------------
   Global Styles
   -------------------------------------- */

.alert {
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
    border: none;
    padding-right: 12px;
}



/* --------------------------------------
   Media Queries
   -------------------------------------- */
/* min-width 1025 max-width 1199 */

@media only screen and (min-width: 1025px) and (max-width: 1199px){

  .main-img,
  .main-img-snow,
  .main-img-bin,
  .main-img-about{
    margin-top: -700px;
}

  .main-img-res,
  .main-img-com{
  margin-top: -330px;
}
 
      
  .contact-img{
    margin-top: -675px;
    margin-right: 10px;
}

    
  .panel-content-tab{
    margin-top: -30px;
    padding-top: 0px; 
    margin-left: 0px;
    position: absolute;
    background: none;
    background-image: none;
    width: 440px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

  .panel-content-main{
    text-align: left;
    padding-right: 0px;
    padding-left: 25px;
    margin-top: -60px;
    margin-left: 0px;
    position: relative;
    width: 100%;
    background-color: none;
    font-family: 'Lato', sans-serif;
}

    
}

/* min-width 768 max-width 1024 */

@media only screen and (min-width: 768px) and (max-width: 1024px){
  
  .main-img,
  .main-img-res,
  .main-img-snow,
  .main-img-com,    
  .main-img-bin,
  .main-img-waste,
  .contact-img,
  .main-img-about{      
      display: none !important;
}
 
  .panel-content-main{
    height: 350px;
    text-align: left;
    padding-right: 0px;
    padding-left: 40px;
    margin-top: -40px;
    margin-left: 0px;
    position: relative;
    width: 700px;

}
    
  .panel-content-tab{
    margin-top: -10px;
    padding-top: 0px; 
    margin-left: 0px;
    position: absolute;
    background: none;
    background-image: none;
    width: 700px;
    font-size: 12px;
}

  #links{
    font-size: 10px;
}
    
    
    /* Images for visible-md */    
  #image-bar{
    width: 100%;
    height: 150px;
    align-content: center;
    background-color: none;
    margin-left: 0px;
    margin-top: 30px;
    background-image: url(../../images/Waterfall.jpg);
    background-repeat: no-repeat;
}
  #image-bar-about{
    width: 100%;
    height: 150px;
    align-content: center;
    background-color: none;
    margin-left: 0px;
    margin-top: 30px;
    background-image: url(../../images/about.jpg);
    background-repeat: no-repeat;
}

  #image-bar-res{
    width: 100%;
    height: 130px;
    align-content: center;
    background-color: none;
    margin-left: 0px;
    margin-top: 5px;
    background-image: url(../../images/residential.jpg);
    background-repeat: no-repeat;
}

  #image-bar-com{
    width: 100%;
    height: 130px;
    align-content: center;
    background-color: none;
    margin-left: 0px;
    margin-top: 5px;
    background-image: url(../../images/commercial.jpg);
    background-repeat: no-repeat;
}

  #image-bar-snow{
    width: 100%;
    height: 150px;
    align-content: center;
    background-color: none;
    margin-left: 0px;
    margin-top: 30px;
    background-image: url(../../images/snow.jpg);
    background-repeat: no-repeat;
}

  #image-bar-bin{
    width: 100%;
    height: 150px;
    align-content: center;
    background-color: none;
    margin-left: 0px;
    margin-top: 30px;
    background-image: url(../../images/bin.jpg);
    background-repeat: no-repeat;
}

  #image-bar-contact{
    width: 100%;
    height: 150px;
    align-content: center;
    background-color: none;
    margin-left: 0px;
    margin-top: 30px;
    background-image: url(../../images/contact.jpg);
    background-repeat: no-repeat;
}

    
  .visible-md {
    display: block !important;
}
  tr.visible-md {
    display: table-row !important;
}
    
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
}
  #main{
    height: 920px;
}
    
}

/* min-width 320 max-width 499 */

@media only screen and (min-width: 220px) and (max-width: 768px){

  .main-img,
  .main-img-res,
  .main-img-snow,
  .main-img-com,    
  .main-img-bin,
  .main-img-about,
  .contact-img,
  .annoying{
      display: none !important;
}
  
    
  .visible-sm{
    background-color: white;
    border: none;
  
}
    
  #main{
    height: 920px;
}
 
  .panel-content-main{
    height: 350px;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -90px;
    margin-left: 0px;
    position: relative;
    width: 100%;

}
    
  .panel-content-tab{
    margin-top: -50px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    position: absolute;
    background: none;
    background-image: none;
    width: 90%;
    font-size: 12px;
}

}


