@import url(reset.css);
@import url(camera.css);
@import url(prettyPhoto.css);
@import url(bootstrap.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans|Oswald);

/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/

/*------ Main ------- */
body {
  background: #000 ;
  color: #dadada;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 940px;
}
a { color: #e86a23;  text-decoration: underline; }
a:hover{  text-decoration: none; color: #fff}
p {    margin: 0;  padding: 0;  font-family: 'Open Sans', serif; font-weight: 400;}

/* TTTTTTTTTTTTTTTTTTTTTTTT header TTTTTTTTTTTTTTTTTTTTTTTT */
#header {
  background: #000 url('../images/bg-top.jpg') 50% 0% no-repeat;
  border-bottom: 3px #494949 solid;
}
#header .container {
  min-height: 125px;
  border-bottom: 3px #d25a19 solid;
  margin-bottom: -3px;
}
a.logo {
  padding-top: 10px;
  display: block;  
  float: left;
}
p.phone {
  background: rgba(0, 0, 0, 0.35) url('../images/bg-phone.png') 10px 50% no-repeat;
  padding-left: 48px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  float: right;
  border:1px #7d7d7d solid;
  margin-top: 16px;
  color: #fff;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
}
a.menu {
  display: none;
}
nav {
  clear: right;
}

ul.sf-menu {
  float: right;
  padding-top: 15px;
}
ul.sf-menu li{
  float: left;
  background: #37383b;
}
ul.sf-menu li a {
  display: block;
  background: #3e3f43;
  border-top: 5px #48494d solid;
  text-decoration: none;
  text-transform: uppercase;
  color: #b5b5b5;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;  
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  margin-right:1px 
}
ul.sf-menu li a:hover {
  color: #fff;
}
ul.sf-menu li a.act {
  background: #ef6b24;
  color: #fff;
  border-top-color:#f0732f ;
}

.camera_wrap {
  margin-bottom: 0!important;
  min-height: 200px;
}
.photos {
  width: 102%;
  position: relative;
}
.photos a {
  display: block;
  float: left;
  margin-right: 22px;
  margin-bottom: 20px;
  border:3px #313133 solid;
}
.photos a:hover {
  border-color:#b5b5b5;
}

.photos a img {
  max-width: 100%;
}

/* TTTTTTTTTTTTTTTTTTTTTTTT Content TTTTTTTTTTTTTTTTTTTTTTTT */
#content {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('../images/bg-content.jpg') 50% 0px  no-repeat;
}
#content.sub-content {
  background: url('../images/bg-sub-content.jpg') 50% 0px  no-repeat;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom:1px #3f3f3f solid;
  margin-bottom: 25px;
}
#content p {
  color: #dadada;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.photo {
  display: block;
  background: #000;
  border:1px #424242 solid;
  padding: 4px;
}
.left_20 {
  margin-left: 30px;
}

ul.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.list li {
  padding-left: 24px;
  background: url('../images/bg-list.png') 0% 4px  no-repeat;
  margin-bottom: 2px;
}
ul.list li ul {
  margin-bottom: 12px;
  padding-top: 8px;
  font-size: 13px;
}
ul.list li ul li {
  padding-left: 24px;
  background: url('../images/bg-list-sub.png') 0% 4px  no-repeat;
  margin-bottom: 0;
}

.map {
  position: relative;
  height: 400px;
  margin-top: 12px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
#album-460197 {
  width: 100%;
  height: 500px;
}
.list.left {
  float: left;
  margin-right: 35px;
}
.clear {
  clear: both;
}



/* TTTTTTTTTTTTTTTTTTTTTTTT FOOTER TTTTTTTTTTTTTTTTTTTTTTTT */

#footer {
  background: #313133;
  border-bottom: 2px #000 solid;
}
#footer ul {
  float: left;
  margin: 0;
  padding: 0;
}
#footer ul li {float: left; margin: 0; padding: 0;}
#footer ul li a {
  text-transform: uppercase;
  color: #898a8d;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  line-height: 50px;
  padding-left: 20px;
  display: block;
  padding-right: 20px;
}
#footer ul li a:hover {
  color: #b5b5b5;
  background: #3a3a3c;
}
#footer ul li a.act {
  color: #fff;
}


/* TTTTTTTTTTTTTTTTTTTTTTTT Copyright TTTTTTTTTTTTTTTTTTTTTTTT */
#copyright {
  color: #727272;  
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 24px;
  padding-bottom: 15px;
  position: relative;
  border-top: 1px #313133 solid;
}
.copy {
  float: left;
}
.wood, .web {
  float: right;
}
.web a {
  color: #8e8e8e;
  font-size: 12px;
}

.wood {
  margin-top: -42px;
  margin-left: 20px;
}

.logo-wrapper {
  display: flex;
  align-items: flex-end;
}
.logo-wrapper .deweze-logo {
  margin-right: 20px;
}
.deweze-wrapper p{
  line-height: 16px !important;
  padding-top: 5px;
  width: 240px;
  text-align: justify;
}
.hydrabed-logo {
  margin-bottom: 40px;
}

/*----- 1600 ------*/
@media (min-width: 1600px) {
  #header, #content {
    background-size: 100% auto
  }
  #slider img[src*=sub-slide] {
    width: 100%;
  }
}


/*----- 1200 ------*/
@media (min-width: 1200px) {


}

@media (max-width: 1199px) {

  .list.left {
    margin-right: 25px;
  }

}

@media (min-width: 980px) and (max-width: 1199px) {}
@media (min-width: 979px) {}
@media (max-width: 979px) {
  .container {
    width: 724px;
  }
  a.logo {
    max-width: 280px;
    margin-top: 20px;
  }
  h1 {
    font-size: 25px;
  }
  #content p {
    font-size: 14px;
    line-height: 20px;
  }
  .list.left {
    margin-right: 50px;    
  }



}


@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {
  .container {
    width: 460px;
  }
  a.logo {
    max-width: 220px;
    margin-top: 0px;
  }
  #content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .photo.left_20 {
    max-width: 44%;
    margin-left: 10px;
    margin-bottom: 10px
  }
  ul.sf-menu li a {
    font-size: 14px;
    line-height: 36px;
  }
  p.phone {
    margin-top: 12px;
  }
  #header .container {
    min-height: 116px;
  }
  h1 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  #footer ul li a {
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wood {
    margin-left: 20px;
    margin-top: -46px;
  }
  #album-460197 {
    height: 300px;
  }
  .list.left {
    margin-right: 0px;
    float: none;
    
  }
  .logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }


}
@media (min-width: 626px) and (max-width: 767px) {}

@media (max-width: 625px) {





}


/**/
@media (min-width: 482px) and (max-width: 625px) {}

@media (max-width: 481px) { 

  .container {
    width: 320px;
  }
  h1 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  #content p {
    font-size: 13px;
    line-height: 18px;
  }
  #footer ul li a {
    font-size: 12px;
  }
  ul.sf-menu li a   {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }
  ul.sf-menu {
    float: left;
  }
  a.logo {
    margin: 0 auto;
    display: block;
    float: none; 
  }
  p.phone {
    margin-right: 60px;
  }
  #header {
    background-size: auto 100%;
  }
  p.copy {
    max-width: 68%;
    line-height: 16px;
    margin-bottom: 12px;
  } 

  p.web {
    line-height: 16px;
    margin-bottom: 12px;
  } 
  .web a {
    font-size: 11px;
    white-space: nowrap;    
  }
  #album-460197 {
    height: 250px;
  }

 
 
/*   a.menu.btn-navbar { display: block  }

#nav {   overflow: hidden; margin-bottom: 0px; }
#nav .nav-collapse.collapse { height: 0; }
.sf-menu  { float: none }

.btn-navbar {    display: block;  }
.nav-collapse,
.nav-collapse.collapse {    overflow: hidden;    clear: both;  }
.btn-navbar {
  font-size: 18px;
  color: #7c5127;
  line-height: 46px;
  text-transform: uppercase;
  float: none;
  text-decoration: none;
  font-weight: 400;
  font-family: 'ThyssenJRegular', serif;
  padding: 0px;
  text-align: center;
  cursor:pointer;
  background: url('../images/bg_button.jpg') 50% 50% no-repeat;
  margin: 10px auto 20px;
  width: 130px;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.btn-navbar:hover {
  color: #df7a1c;
}

 */

}

@media (min-width: 320px) and (max-width: 481px) {}


@media (max-width: 320px) {
  body, html, #main{
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }





}

/* webkit */
@media (-webkit-min-device-pixel-ratio:0) and (min-width: 980px)  {} 


a[href*="callto"] {
    text-decoration: none;
}

p.text a[href*="callto"] {
    text-decoration: none;
}

::selection{ background:#df7a1c!important; color:#fff}
::-moz-selection{ background:#df7a1c!important; color:#fff}
:root a.logo img { \0/IE9; } 


