@import url(http://fonts.googleapis.com/css?family=Seymour+One&subset=latin,cyrillic);


html,body {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: url(http://smart-times.ru/img/7.jpg);
   min-width: 810px;
  margin: 0px 0px 0px 0px;
}

#t {
  width: 100%;
}

#top { 
  height: 700px;
  background-position: center top;
  background-repeat: no-repeat;
}

#telo {
  min-height: 550px;
  margin: 0px 0px 0px 0px; 
  position: relative; 
  margin-top: -700px; 
  margin-bottom: -340px; 
  
}

#polosa {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.6) 0px 1px 3px;
}

#all {
  overflow:hidden;
  max-width: 1200px;
  min-width: 800px;
  margin: 20px 5px 0px 5px;
}

#polosa-menu {
  text-align: left;
  overflow:hidden;
  max-width: 1200px;
  min-width: 800px;
}







#polosa-top {
  max-width: 1200px;
  height: 80px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  position: relative;
  top: 0px;
}


#bottom {
  width: 100%;
  height: 350px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#bottom-text {
 
  text-align: left;
  max-width: 1200px;
  padding: 0px 0px 0px 20px; 
  font: 13px  Garamond;
  color: #838383;
}

span.tel{ 
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;	
  transition:  all 500ms ease-out;  
  FONT-SIZE: 55px ; 
  color: #fff;
  FONT-FAMILY: Garamond ;
  padding: 0px 0px 0px 0px;
  text-shadow: rgba(0,0,0,0.6) 0px 1px 3px;
}

span.tel:hover{
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;	
  transition:  all 200ms ease-out;  
  FONT-SIZE: 80px ; 
}

#logo{
  position: absolute;
  bottom: 10px;
  padding: 0px 0px 0px 30px;
  line-height:1.4em;
}

#logo:hover{
  cursor: default;
}

#menu{
  list-style:none;
  width:650px;
  padding:0;
  margin: 0px;
}
  

  
#menu li{
  float:left;
  font:bold 22px  Garamond;

}
  
#menu a{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;	
  transition:  all 300ms ease-out;  
  color:#fff;
  display:block;
  height:40px;
  line-height:36px;
  padding:0px 10px 0px 10px;
  text-decoration:none;
}

#menu a:hover{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;	
  transition:  all 300ms ease-out;  
  color:#fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow:0 -2px 1px rgba(255, 255, 255, 0.2);
}
 

 

h1 { 
  color: #848484;
  font-weight: bold; 
  FONT-FAMILY: Garamond;
  FONT-SIZE:  33px ; 
  text-decoration:none;
  margin: 10px 0px 0px 0px;
}

h2 { 
  color: #848484;
  font-weight: bold; 
  FONT-FAMILY: Garamond;
  FONT-SIZE:  26px ; 
  text-decoration:none;
  margin: 0px 0px 5px 0px;
}








.wrapper {
  /background: #fff;
  margin: 0 auto;
 max-width: 1200px;
 padding: 10px;
  text-align: center;
    overflow:hidden;

}


.grid3 .col:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
}

.col {
  opacity: 0.7;
    background: #eee;
    float: left;
    margin-left: 3.2%;
    margin-bottom: 30px;
    
 overflow:hidden;
     -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 
   position: relative;
     -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;  
  transition:  all 300ms ease-out;  
}
.col:hover {
  opacity: 1;
   -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;  
  transition:  all 300ms ease-out;  
}


/* grid3 col */
.grid3 .col {
    width: 31.2%;
}


#podpis_gal{
   font-size: 25px;
   color:#fff;
  position: absolute;
bottom: 0px;
/right: 0px;
  background: rgba(0,0,0,0.3);  
  width: 100%;
 padding: 0px 0px 5px 0px;
}

#podpis_gal2{
    font:  42px  Seymour One;
   color:#fff;
  position: absolute;
top: 33%;

  width: 100%;

  opacity: 0.8;
}


img{
  display:block; 
  margin:0 auto;
  max-width:100%;
  height: auto;
  border: none;
}

a,a:focus,a:hover,a:active {
  text-decoration:none;
}


@media screen and (max-width: 900px) {


    /* change grid3 to 2-column */
    .grid3 .col {
        width: 48.4%;
    }
      .grid3 .col:nth-of-type(3n+1) {
        margin-left: 3.2%;
        clear: none;
    }
    .grid3 .col:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }
}









