#logo {
    top: 0;
}

.head_tag {
  font-size: 28px;
  text-shadow: 1px 1px 2px #292929;
  margin-top: -4px !important;
    display: none;
}



.bluehead {
	background: url("buildingbrandslogo.png") no-repeat center top;
    position: absolute;
    margin-top: 80px;
    margin-left: 570px;
}

.social_facebook {
    background-image: url("facebook.png");
    background-repeat: no-repeat;
    background-size: 32px !important;
    height: 32px;
    width: 32px !important;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 30px;
  background-position: 0px;
}

.social_facebook a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 32px;
}



.social_facebook img {
  visibility: hidden;
}

.social_facebook:hover {
  opacity: .6;
}

.socialicons {
  margin-top: 55px !important;
    margin-right: 80px;
}


/***NAV***/
/***NAV***/
/***NAV***/


#nav {
  margin-bottom: -5px;
  font-size: 16px !important;
}


.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
background-color: transparent;
}

#MenuBar1 {
    width: 100%;
}

li.sfHover{
background: #aebcbf !important; /* Old browsers */
background: -moz-linear-gradient(top,  #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ) !important; /* IE6-9 */


}


.sf-menu > li{
    width:auto;
  text-align: center;
  white-space: nowrap;
float: left;
  min-width: 120px;
}


.sf-menu ul {
  font-size: 12px;
  line-height: 1em;
  width: 200px !important;
  margin-top: 6px;
  text-shadow: 0px 1px 3px rgba(0,0,0,.1);
  
}



.sf-menu ul a:hover {
  text-shadow: none;
  -webkit-box-shadow:inset 3px 3px 10px 0 rgba(0,0,0,.1);
box-shadow:inset 3px 3px 10px 0 rgba(0,0,0,.1);
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sf-menu li{
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(56,56,56,1) 51%, rgba(0,0,0,1) 51%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(51%,rgba(56,56,56,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#e80000',GradientType=0 ); /* IE6-9 */

}

.sf-menu li:hover{
background: #aebcbf; /* Old browsers */
background: -moz-linear-gradient(top,  #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
}

.sf-menu > li:first-child{
-webkit-border-radius: 15px 0px 0px 0px;
border-radius: 15px 0px 0px 0px;
}

.sf-menu > li:last-child{
-webkit-border-radius: 0px 15px 0px 0px;
border-radius: 0px 15px 0px 0px;
}

/***HOME IMGES***/
/***HOME IMGES***/
/***HOME IMGES***/


.homeimg {
border: solid 2px #aeaeae;
}


.homeimg:hover {
-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  border: solid 2px #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: .9;
}

.minigallery li {
border: solid 2px #aeaeae;
}


.minigallery li:hover {
-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  border: solid 2px #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: .9;
}

/***CONTAINER***/
/***CONTAINER***/
/***CONTAINER***/

#container {
-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}

#footer {
  border: none;
}
   

#slidenav {
  border: none;
}



.inputButton, a.inputButton:link {
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(56,56,56,1) 51%, rgba(0,0,0,1) 51%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(51%,rgba(56,56,56,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(56,56,56,1) 51%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#e80000',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
text-shadow: 1px 1px 2px #292929;
}

.inputButton:hover, a.inputButton:hover {
background: #aebcbf; /* Old browsers */
background: -moz-linear-gradient(top,  #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#container{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

body.main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-shadow: none;
}

body.main > div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}