
/*******************************************************
MEDIA QUERIES - CONTROL - BREAK POINT SMART       4  /\
******************************************************* */
@media screen and (min-width: 769px) {
  
.nav_red_circles, .burrowes_logo_b, .nav_blue_social , .nav_blue_social1 {
    display: none;}

.banner{
    margin-top:10px;
    text-align: center;}

.burrowes_logo2 {
    margin-top: 30px;
    width: 90.5025%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;}

.column_header {
    margin-top: 510px;
    width: 90.5025%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;}

html{    background:url(../images/accounts2.jpg) no-repeat;
  background-size: cover;
  height:100%;}

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

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

#form-div {
    background-color:rgba(72,72,72,0.4);
    padding-left:35px;
    padding-right:35px;
    padding-top:35px;
    padding-bottom:50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
  margin-top:30px;
    margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;}

.feedback-input {
    color:#3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    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;
    color: #3498db;
    outline: none;
  padding: 13px 13px 13px 54px;}

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

/* Icons ---------------------------------- */
#name{
    background-image: url(../images/name.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;}

#name:focus{
    background-image: url(../images/name.png);
    background-size: 30px 30px;
    background-position: 8px 5px;
  background-position: 11px 8px;
    background-repeat: no-repeat;}

#email{
    background-image: url(../images/email.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;}

#email:focus{
    background-image: url(../images/email.png);
    background-size: 30px 30px;
  background-position: 11px 8px;
    background-repeat: no-repeat;}

#comment{
    background-image: url(../images/comment.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;}

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

#button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #3498db;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;}

#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;}

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

.slider_pix{
    margin-top: 525px;
    margin-left: auto;
    margin-right: auto;}

.footer_info {
    margin-top: -10px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: .8em;
    text-align: center;
    text-align: center;
    color:black;
    padding-top: 15px;}


.nav_red_circles,  .nav_blue_social,  .slider_pix,  .footer_info{
    clear:both;}


}/* End Query ******************** */

/*******************************************************
MEDIA QUERIES - CONTROL - BREAK POINT SMART       2  \/
******************************************************* */

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

.wowslider_container1, .burrowes_logo_b, .nav_red_large, .nav_blue_large  {
    display: none;}

.nav_red_circles .h,.a,.s,.t,.e,.c{
    font-size: .7em;
}/* Adjucts the font size in the Circle Nav Bar*/

img {
max-width:100%;}


.burrowes_logo_b {
    width: 58.45182%;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;}

.banner{
    margin-top:10px;
    text-align: center;}


html{background:url(../images/accounts2.jpg) no-repeat;
  background-size: cover;
  height:100%;
}

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

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

#form-div {
    background-color:rgba(72,72,72,0.4);
    padding-left:35px;
    padding-right:35px;
    padding-top:35px;
    padding-bottom:50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
  margin-top:30px;
    margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}


.feedback-input {
    color:#3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    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;
    color: #3498db;
    outline: none;
  padding: 13px 13px 13px 54px;
}

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

/* Icons ---------------------------------- */
#name{
    background-image: url(../images/name.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#name:focus{
    background-image: url(../images/name.png);
    background-size: 30px 30px;
    background-position: 8px 5px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email{
    background-image: url(../images/email.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email:focus{
    background-image: url(../images/email.png);
    background-size: 30px 30px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#comment{
    background-image: url(../images/comment.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

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

#button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #3498db;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#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;
}

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

.column_header {
    margin-top: 510px;
    width: 90.5025%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;}


.slider_pix{
    margin-top: 350px;
    max-width: 100%;
height: auto;
width: auto; /* for ie9 */
    margin-left: auto;
    margin-right: auto;}

.footer_info {
    margin-top: -5px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #DDE3F0;
    opacity: .5;
    border-color:#dde3f0;
    color: black;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 1px 1px 1px #888888;}


.nav_red_circles,  .nav_blue_social,  .slider_pix,  .footer_info{
    clear:both;}


}/* End Query ******************** */

/*******************************************************
MEDIA QUERIES - CONTROL - BREAK POINT SMART       1  \/
******************************************************* */
@media screen and (min-width: 50px) and (max-width: 440px){



img {
max-width:100%;}


.wowslider_container1,  .nav_red_large, .nav_blue_large, .burrowes_logo_b  {
    display: none;}


.burrowes_logo_b {
    width: 58.45182%;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;}

.banner{
    margin-top:10px;
    text-align: center;}

.banner{
    margin-top:10px;
    text-align: center;}

.burrowes_logo2 {
    margin-top: 10px;
    width: 90.5025%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;}

html{background:url(../images/accounts2.jpg) no-repeat;
  background-size: cover;
  height:100%;
}

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

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

#form-div {
    background-color:rgba(72,72,72,0.4);
    padding-left:35px;
    padding-right:35px;
    padding-top:35px;
    padding-bottom:50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top:30px;
    margin-left: -260px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

/*  This controls the entire Mail Box reduction only !important ******** \/*/
@media only screen and (max-width: 440px) {
#form-div{
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}
/* This controls the entire Mail Box reduction only !important ******** /\*/

.feedback-input {
    color:#3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    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;
    color: #3498db;
    outline: none;
    padding: 13px 13px 13px 54px;
}

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

/* Icons ---------------------------------- */
#name{
    background-image: url(../images/name.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#name:focus{
    background-image: url(../images/name.png);
    background-size: 30px 30px;
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email{
    background-image: url(../images/email.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email:focus{
    background-image: url(../images/email.png);
    background-size: 30px 30px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#comment{
    background-image: url(../images/comment.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

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

#button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #3498db;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#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;
}

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

.slider_pix{
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;}

.footer_info {
    margin-top: -80px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #DDE3F0;
    opacity: .8;
    border-color:#dde3f0;
    color: black;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 1px 1px 1px #888888;}

#map-canvas {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;!important;
    height: 15px !important;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100% !important;}

.column_header {
    margin-top: 510px;
    width: 90.5025%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;}

.slider_pix{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;}

.footer_info {
    margin-top: -5px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #DDE3F0;
    opacity: .5;
    border-color:#dde3f0;
    color: black;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 1px 1px 1px #888888;}


.nav_red_circles,  .nav_blue_social,  .slider_pix,  .footer_info{
    clear:both;}


}/* End Query ******************** */

