@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900,500,400italic);

/* 
font-family: 'Roboto', sans-serif;
*/

/*------ Main ------- */
a { color: #900e0e;  text-decoration: underline; }
a:hover{  text-decoration: none;}

section, nav, header, footer  {
  position: relative;
  margin: 0 auto;
}
hr{
  border:0; 
  margin: 0;
  border-top:2px #d8d2c7 solid;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 20px
}

/* headings, text */
p {  
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
}


figure {  width: 100%;}
.max-size1{  max-width: 95%}
.max-size2{  max-width: 88%}
.extra-wrap {  overflow: hidden;}
.right_20 {  margin-right:20px}



/*------ bg ------- */
body {
  background:#1a1a1a;
  color: #1a1a1a;
  font-family: 'Roboto', Arial, sans-serif;
}

#bg{
  width:100%;
  overflow:hidden;
  position:absolute;
  z-index:0;
  //background: url(../images/bg.jpg) 0% top repeat-x;
  //min-height:658px;
  //left:0

}
#bg > div{
  left:50%;
  position:relative;
  float:left;
  width:100%;
  min-width:1900px;
  //display:none
}
#bg img{
  width:100%;
  min-width:1900px;
  right:50%;
  float:right;
  position:relative;
  height:658px;
  //display:none
}

div.container{
  position: relative;
  z-index: 1
}

.orange {
  color: #F8A33E
}

/* head  */
header#header {
  background: #242424;
}

p.phone {
  padding-top: 30px;
  line-height: 25px;
  color: #acacac;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: right;
  padding-right: 10px;
}
p.phone b{
  color: #f2f3f6;
  font-weight: 700;
}
a.logo img {
  margin: -15px auto 0;
  display: block;
}

/*------ NAV ------- */
#nav {
  padding:0 10px;
  margin: 0 auto;
  z-index: 100;
}

#nav ul li {
  border-bottom: 1px #655843 solid;
}
#nav ul li:hover, #menu-main-menu li.act {
  border-color: #74644b;
}
#nav ul li a {
  color: #cb9759;
  font-size: 18px;
  line-height: 38px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menu-main-menu > li:hover > a, #menu-main-menu li.act a {
  color: #fdce7c;
}
#menu-main-menu li.act a {
 font-weight: 700;
}



/* SUB MENU */
#menu-main-menu .dd_menu {  display: none;  position: absolute;}


/* carousel  */
section#carousel {
  background: #685947;
  padding: 40px 0
}

section#carousel h2 + p {
  color: #fff8e9;
  font-size: 14px;
  line-height: 24px;
}


div.carousel{
  position:relative;
  overflow: hidden;
}

div.carousel ul {
  width: 100%;
}
div.carousel ul li {
  float:left;
  padding:0px 0px 0px 0px;
  position:relative;
  overflow:hidden;
  width: 270px;
}

div.carousel ul li a{
  display: block;
  background: #8b7f71;
  text-align: center;
  text-decoration: none;
}

div.carousel ul li a h6{
  color: #fff8e9;
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 48px;
}

div.carousel ul li a p{
  color: #fff8e9;
  font-size: 18px;
  padding: 0 20px;
  margin: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  padding-bottom: 20px;
}
div.carousel ul li a:hover {
  background: #f8a33e;
}


#prev, .prev, #next, .next {
  height: 25px;
  width: 25px;
  position: absolute;
  top:25px;
  background: url(../images/left-right.png) 100% top no-repeat;
}
#prev, .prev {
  background: url(../images/left-right.png) 0% top no-repeat;
}
#prev:hover, .prev:hover {
  background-position: left -29px;
}
#next:hover, .next:hover {
  background-position: right -29px;
}


/* slider */
.slider {
  position: relative;
  padding-top: 24px;
  margin-bottom: 20px;
}
.camera_fakehover {}
.camera_caption {
  background: url(../images/opa_60.png) 0% top repeat;  
  padding: 0px;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.camera_caption p {
  text-align: right;
  padding: 15px 25px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  text-shadow:1px 1px 1px #1a1e22; 
}

.camera_caption p b {
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.camera_caption {
  //top:253px;
}

a.more {
  display: block;
  text-decoration: none;
  line-height: 50px;
  color: #2d2d2d;  
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  border: 4px #292a2a solid;

  -webkit-border-radius:  8px;
  -moz-border-radius:  8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  margin-top: 27px;
  margin-bottom: 10px;
  background: url(../images/bg_button.jpg) 0% 50% repeat-x;  
  padding: 0 20px;

}
a.more:hover {
  background: #f79930;
  color: #000
}

.camera_pag ul.camera_pag_ul {  
  position: absolute;
  z-index: 101;
  bottom:-28px;
  right: 0;
}

.camera_pag ul.camera_pag_ul li{  
  width: 16px;
  height: 21px;
  cursor: pointer;
}

/* CAR */
.car {
  min-height: 70px;
  position: relative;
  z-index: 3;
}

img.first, img.second {
  position: absolute;
  bottom: -10px;
}



/*------ content ------- */

#content{
  background: #fff8e9;
  padding: 45px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 38px;
  line-height: 38px;
  color: #f8a33e;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
}


h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff8e9;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
h2 span {
  color: #fdce7c
}

h4 {
  color: #685947;
  font-size: 38px;
  line-height: 38px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.location {
  background: url(../images/bg-location.png) 0% 50% no-repeat;  
  padding-left: 130px;
}

.location p{
 color: #000;
 font-size: 24px;
 line-height: 36px;
 font-weight: 300;
}

/* contact_block */

.contact_block {
  background: #ebe3d6;
  padding: 35px 25px 2px;
  border: 1px #e2d9ca solid;
  margin-bottom: 10px;
  position: relative;
}
h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #685947;
  line-height: 30px;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-bottom: 12px;
}

.contact_block p {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 2px
}
.contact_block b {
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
}
.contact_block em {
  color: #f28300;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: block;
}



/* .special */

.special {
  background: url(../images/bg-offers.jpg) 0% 0% no-repeat;  
}
.special div {
  padding: 24px 35px 35px 35px;
  position: relative;
}
.special div b {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  display: block;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 38px;
  padding-bottom: 20px;
}
.special div p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  font-family: 'Roboto', sans-serif;
  width: 70%;
}
.special div a {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;

  -webkit-border-radius:  8px;
  -moz-border-radius:  8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  margin-top: 27px;
  margin-bottom: 10px;
  background: url(../images/opa_black.png) 0% 50% repeat;  
  padding: 4px;  
  text-decoration: none
}

.special div a span {
  display: block;
  text-decoration: none;
  line-height: 50px;
  color: #2d2d2d;  
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;

  -webkit-border-radius:  4px;
  -moz-border-radius:  4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/bg_button.jpg) 0% 50% repeat-x;  
  padding: 0 30px;  
}
.special div a:hover span{
  background: #f79930;
  color: #000;
}
.socials li {
  float: left;
  padding-right: 25px;
}

:root a.logo img {margin-bottom:-20px\0/IE9; }


/*footer*/

footer#footer {
  background: #1a1a1a;
  padding: 45px 0
}
footer#footer p{
  color: #9c8e7e;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 300
}
footer#footer p a{
  color: #fbc582;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
  text-decoration: underline;
}
footer#footer p a:hover {
  text-decoration: none;
  color: #fff8e9
}
footer#footer ul {
  padding-bottom: 40px;
}
footer#footer ul li {
  float: left;
  padding-right: 30px;
}
footer#footer ul li a {
  color: #9c8e7e;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
}
footer#footer ul li a:hover {
  color: #fff8e9;
}
footer#footer ul li a.act {
  font-weight: 700;
  color: #fff8e9;
}
.center {
  display: block;
  margin: -10px auto 0;
}


/*padcontent*/
/**/
.padcontent{
  padding:0 0 20px 0;
  clear: both;
}
.padcontent_small{
	padding-bottom:10px
}


/*------ List ------- */

ul {
  list-style: none
}

ul.list{
  margin: 0;
  list-style: disc;
}

ul.list li {
  text-transform:none;
  line-height:20px;
  font-weight:300;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  padding-bottom:10px;
  padding-left: 0px;
  color: #3d3831;
}
.left_20 {
  margin-left: 20px;
}


/*-- Map --*/
.map {
	height:340px;
	margin:0 auto;
	position:relative;
	top:0px;
  margin-bottom: 20px
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-form input.capthca {
	float:left;
  width: 110px!important;
}
#captcha {
  float: right;
  width: 48%;
  margin-right: 0;
}


/*------ Contact ------- */
.contact-form label {
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  
}
.control-group p {
  padding-top: 10px;
}

.contact-form input, .contact-form select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 32px;
  width: 94%;
  margin: 0px;
  border:1px #bdbdbd solid;
  margin-bottom: 8px;
  min-height: 32px;
  color: #6c6c6c;
  font-size: 14px;
  background:#fff;
  font-style: italic;
  font-weight: 300;
  -moz-box-shadow:inset  2px 2px 1px #e3eff3, 0px 1px #fff;
  -webkit-box-shadow:inset  2px 2px 1px #e3eff3, 0px 1px #fff;
  box-shadow:inset  2px 2px 1px #e3eff3, 0px 1px #fff;
}
.contact-form select {
  padding-top: 10px;
  height: 42px;
  line-height: 42px;
  padding-bottom: 10px;
  width: 100%;
}

.contact-form input[type="radio"] {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0px;
  margin-right: 12px;
  display: block;
}
.contact-form label[for="check"] {
  float: left;
  width: 120px;
  padding-top: 0;
  line-height: 18px;

}
.contact-form label.pull-left {
  float: left;
  width: 100px;
}


.contact-form textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 32px;
  width: 94%;
  -moz-box-shadow:inset  2px 2px 1px #e3eff3, 0px 1px #fff;
  -webkit-box-shadow:inset  2px 2px 1px #e3eff3, 0px 1px #fff;
  box-shadow:inset  2px 2px 1px #e3eff3, 0px 1px #fff;
  margin: 0px;
  color:#6c6c6c;
  border:1px #bdbdbd solid;
  background:#fff;
  margin-bottom: 8px;
  min-height: 32px;
  font-size: 14px;
  height:70px;
  font-style: italic;
  font-weight: 300;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  background:#fafafa;
  outline: none;
  color: #000;
  border-color: #f8a33e;
}


.contact-form label {
  min-height: 20px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #ff7676;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  padding-bottom: 3px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
}

.submit {
  background: url("../images/bg_button.jpg") repeat-x scroll 0 50% rgba(0, 0, 0, 0);
  border: 4px solid #f5eee0;
  border-radius: 8px;
  bottom: 40px;
  color: #2D2D2D;
  display: block;
  float: left;
  margin: 0 auto;
  font-family: 'Roboto',sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 30px;
  text-decoration: none;
}

.submit:hover {
  background: #f79930;
  color: #000
}

.reserv .submit {
  margin-right: 0
}

.notification_error {
  color:#f00;
}
.notification_ok {  color: #000;}
#note {  margin-bottom:20px}

.btn-navbar {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


#fields div.span3 {
  max-width: 50%;
  float: left;
}

.reserv input, .reserv textarea{
  width: 97%;
}
.reserv .span4 input{
  width: 95%;
}

p.click {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  color: #685947
}
.to_click {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.to_click:hover {
  opacity: 0.75
}

div.span12 h3 {
  text-align: center;
}

div.carousel.gallery ul {
  overflow: hidden;
}
div.carousel.gallery ul li a {
  min-height: 160px;
  padding: 4px;
  position: relative;
  display: block;
}
div.carousel.gallery ul li a em {
   opacity:0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  background: url("../images/em.png") no-repeat scroll 0 50% ;
  width: 60px;
  height: 60px;
  z-index: 100

}

div.carousel.gallery ul li a:hover em {
  opacity: 1
}




/*--- Animation ------*/
.cbp-so-section {    position: relative;}
.cbp-so-section:before, .cbp-so-section:after {    content: " ";    display: table; }
.cbp-so-section:after {    clear: both; }
.cbp-so-side:before,.cbp-so-side:after {    content: " ";    display: table;}
.cbp-so-side:after {    clear: both; }


.cbp-so-init .cbp-so-side {   opacity: 0;    -webkit-transition: none;    -moz-transition: none;    transition: none; }
.cbp-so-init .cbp-so-side-left {    -webkit-transform: translateX(-80px);    -moz-transform: translateX(-80px);    transform: translateX(-80px);}
.cbp-so-init .cbp-so-side-right {    -webkit-transform: translateX(80px);    -moz-transform: translateX(80px);    transform: translateX(80px); }
.cbp-so-init .cbp-so-side-bottom {    -webkit-transform: translateY(100px);    -moz-transform: translateY(100px);    transform: translateY(100px); }
.cbp-so-init .cbp-so-side-top {    -webkit-transform: translateY(-100px);    -moz-transform: translateY(-100px);    transform: translateY(-100px); }

.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom,
.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}


.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


.cbp-so-section.cbp-so-animate .cbp-so-side-top {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-top.top_2{
  -webkit-transition-delay: 0.40s;
  -moz-transition-delay: 0.40s;
  transition-delay: 0.40s;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-left.left_2{
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-left.left_3{
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
  #prev, .prev {
    //left:-30px;
    //top:240px;
  }
  #next, .next {
    //right:-30px;
    //top:240px;
  }

  #header {
    //min-height: 545px;
  }
  .camera_fakehover, #slider {
    //min-height:  361px
  }
  .car {
    //padding-top: 75px;
    //padding-bottom: 8px;
  }


  div.carousel.gallery {
    padding-bottom: 20px;
  }






/*----- media queries ------*/
@media (min-width: 1200px) {
  
  .camera_fakehover, #slider {
    min-height:  448px
  }
  #header {
    min-height: 658px;
  }
  #prev, .prev {
    left:-30px;
    top:240px;
  }
  #next, .next {
    right:-30px;
    top:240px;
  }

  div.carousel.gallery #prev, .prev  {
    top:inherit;
    bottom: 0;
    left:50%;
    margin-left: -23px
    
  }
  div.carousel.gallery #next, .next  {
    top:inherit;
    bottom: 0;
    right: 50%;
    margin-right: -17px;

  }

  #carousel {
    width: 100%;
    overflow: hidden;
  }
  div.carousel ul li a {
    min-height: 284px;
    display: block;
  }
  div.carousel.gallery ul li a {
   min-height: 152px;
  }
  div.carousel.gallery + .prev + .next {
    top: 75px;
    right: -5px;
  }

  div.carousel.gallery + .prev {
    top: 75px;
    left: -10px;
  }
  .wrapper {
    position: relative;

  }
  div.carousel.gallery {
    padding-bottom: 0px;
  }












 
}

@media (max-width: 1199px) {


  header {
    min-height: 545px;
  }
  .camera_fakehover, #slider {
    min-height:  361px
  }
  p.phone {
    padding-top: 20px;
    padding-right: 0;
    font-size: 22px;
  }
  a.logo img {
    width: 80%;
    margin-top: -25px;
  }
  #nav ul li a {
    font-size: 16px;
    line-height: 34px;
  }
  #bg img {
    margin-top: -110px;
  }
  .slider {
    padding-top: 10px;
  }
  div.carousel ul li a h6 {
    font-size: 20px;
  }
  div.carousel ul li a p {
    font-size: 14px;
    line-height: 20px;
  }
  div.carousel {
    padding-bottom: 20px;
  }
  #prev, .prev {
    left:50%;
    margin-left: -22px;
    top:inherit;
  }
  #next, .next {
    right:50%;
    top:inherit;
    margin-right: -18px;
  }
  
  .contact_block p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .contact_block b {
    padding-bottom: 0;  
  }
  .contact_block {
    padding: 20px 20px 0;
  }
  .contact-form input, .contact-form select, .contact-form textarea {
    width: 92%;
  }
  .socials li {
    padding-right: 20px;
  }
  .socials li a img{
    width: 55px;
  }
  .location  {
    background-size: auto 110%;
    padding-left: 100px;
  }
  .location p {
    font-size: 20px;
    line-height: 32px;
  }
  footer#footer ul li {
    padding-right: 20px;
  }
  footer#footer ul li a {
    font-size: 20px;
  }
  footer#footer ul {
      padding-bottom: 20px;
  }
  .center {
    margin: -10px auto 0;
    width: 80%;
  }
  h4 {
    font-size: 34px;
  }
  img.first, img.second {
    bottom: -20px;
  }
  .submit, .special div a span, a.more {
    font-size: 20px;
    line-height: 48px;
  }
  div.carousel ul li a {
    min-height: 235px;
    display: block;
  }
  .reserv input, .reserv textarea{
    width: 95%;
  }
  div.carousel.gallery ul li a {
   min-height: 123px;
  }

  #rc-imageselect, .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;}
  }








}

@media (min-width: 980px) and (max-width: 1199px) {}

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

@media (max-width: 979px) {
  
  header {
      min-height: 455px;
  }
  .camera_fakehover, #slider {
    min-height: 277px;
  }
  img.first, img.second {
    bottom: -12px;
    width: 440px;
  }
  .camera_caption p b {
    font-size: 24px;
    line-height: 24px;
  }
  .camera_caption p {
    line-height: 24px;
    font-size: 18px;
  }
  #bg img {
    margin-top: -190px;
  }
  #nav ul li a {
    line-height: 32px;
  }
  div.carousel ul li a h6 {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 2px;
    line-height: 32px;
  }
  div.carousel ul li a p {
    padding: 0 10px 10px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  input.capthca + img {
    float: left!important;
    margin-left: 0!important
  }
  h1 {
    font-size: 32px;
  }
  .special div p {
    width: 70%;
  }
  .special div b {
    font-size: 28px;
    padding-bottom: 2px
  }
  .special div a {
    right: 20px;
  }
  .special div {
    padding-left: 25px;
  }
  .socials li a img {
    width: 38px;
  }
  .location {
    background-size: auto 100px;
    padding-left: 100px;
  }
  .location p {
    font-size: 14px;
    line-height: 24px;
  }
  h4 {
    font-size: 24px;
    padding-bottom: 2px;
  }
  footer#footer ul li a {
    font-size: 16px;
  }
  footer#footer p,  footer#footer p a{
    font-size: 12px;
  }
  .submit, .special div a span, a.more {
    font-size: 18px;
    line-height: 38px;
  }
  section#carousel h2 + p {
    line-height: 20px;
  }
  .contact-form input, .contact-form select, .contact-form textarea {
    font-size: 12px;
    width: 90%
  }
  div.carousel ul li a {
    min-height: 215px;
  }
  div.carousel.gallery ul li a {
   min-height: 123px;
  }
  #content div.carousel.gallery .span3 img {
    margin-bottom: 0
  }
  #rc-imageselect, .g-recaptcha {
    transform:scale(0.60);
    -webkit-transform:scale(0.60);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;}
  }

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

@media (max-width: 767px) {
  .container {
    width: 460px;
  }
  a.logo img {
    margin-top: 0;
    width: 32%;
    float: none;
    margin: 0 auto;
  }

 .btn-navbar {
    display: block;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    clear: both;
  }
  .btn-navbar {
    background: url("../images/bg_button.jpg") repeat-x scroll 0 50% rgba(0, 0, 0, 0);
    border: 3px solid #292A2A;
    border-radius: 8px;
    color: #2D2D2D;
    display: block;
    float: none;
    margin: 0 auto;
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 10px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    clear: both;
    cursor: pointer;
  }
  .btn-navbar:hover {
      color: #000;
      background: #f8a039
  }
  #nav {
    margin: 0 auto;
    padding: 0px;
  }
  .nav-collapse.collapse {
        height: 0;
  }
  #bg img {
    display: none
  }
  img.first, img.second {
    display: none;
  }
  .camera_fakehover, #slider {
    min-height: 237px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 10px
  }
  #content .span3 img {
    margin-bottom: 10px;
  }
  a.more.pull-right {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    max-width: 220px;
    margin-bottom: 20px

  }
  .car {
    position: inherit;
    min-height: 20px
  }
  p.phone {
    line-height: 40px;
    font-size: 20px;
    text-align: center;
  }
  .location {
    margin-bottom: 30px;
  }
  .socials li a img {
    width: 64px;
  }
  .location p {
    font-size: 16px;
  }
  footer#footer ul li a {
    font-size: 14px;
  }
  footer#footer ul li {
    padding-right: 10px;
  }
  .center {
      margin: 10px auto 0;
      width: 25%;
  }
  div.carousel.main ul li{
    margin-right: 10px;
  }
  div.carousel ul li a {
    min-height: 215px;
  }
  header#header {
    background: url("../images/bg-header.jpg") 50% 100% repeat-x;
    background-size: auto;
    z-index: 1;
    position: relative;
    min-height: inherit;
    height: inherit;
  }

  body {
    background: url("../images/bg.jpg") 50% 0% no-repeat;
    background-size: auto 850px;
  }
  .slider {
    margin-bottom: 30px;
  }
  .camera_pag ul.camera_pag_ul {
    left:50%;
    margin-left: -50px;

  }

  #rc-imageselect, .g-recaptcha {
    transform:scale(1);
    -webkit-transform:scale(1);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;}
  }

}
@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: 300px;
  }
  a.more.pull-right {
    right: 0;
    font-size: 16px;
    top: 100px;
    white-space: nowrap;
  }
  .camera_fakehover, #slider {
    min-height: 225px;
  }
  section#carousel {
    padding: 20px 0 40px;
  }
  div.special {
    margin-bottom: 20px;
    background-size: auto 100%;
  }
  div.carousel ul li a h6 {
    font-weight: 400
  }
  div.carousel ul li a p {
    font-size: 13px;
    line-height: 18px;
  }
  .socials li a img {
    width: 40px;
  }
  footer#footer {
    padding: 20px 0
  }
  footer#footer ul li {
    padding-right: 15px;
  }
  footer#footer ul li a {
    line-height: 32px;
    font-size: 16px;
    white-space: nowrap;
  }
  footer#footer p {
    line-height: 18px;
  }
  footer#footer p br {
    display: none
  }
  .special div a {
    bottom: 12px;
  } 
  .special div b {
    font-size: 24px
  }
  .location {
    padding-left: 80px;
  }
  .location p {
      font-size: 12px;
  }
  div.carousel ul li a {
    min-height: 180px;
  }
  div.carousel.gallery ul li a {
   min-height: 80px;
  }
  #rc-imageselect, .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;}
  }

}

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


@media (max-width: 320px) {
  .container {
    width: 260px;
  }
  body {
    min-width: 260px;
  }
  a.more.pull-right {
    font-size: 14px;
  }  
  .camera_caption p b, .camera_caption p {
    font-size: 16px;
  }
  div.carousel ul li a p {
    font-size: 15px;
  }
  h1 {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  #content {
    padding: 20px 0;
  }
  div.special {
    padding-bottom: 40px;
  }
  div.special p{
    width: 100%;
  }
  .special div a {
    bottom: -20px;
  }
  .socials li a img {
    width: 32px;
  }
  footer#footer ul li {
    padding-right: 12px;
  }
  footer#footer ul li a {
    font-size: 14px;
  }
  footer#footer p, footer#footer p a {
    font-size: 11px;
  }
  .location p {
    font-size: 16px;
    line-height: 24px;
  }
  p.phone {
    font-size: 18px;
  }
  div.carousel ul li a {
    min-height: 228px;
  }

  #rc-imageselect, .g-recaptcha {
    transform:scale(0.65);
    -webkit-transform:scale(0.65);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;}
  }


}

#content SPAN.skype_pnh_container, SPAN.skype_pnh_container * , SPAN.skype_pnh_container SPAN.skype_pnh_highlighting_inactive_common SPAN.skype_pnh_text_span 

{
  color: #3E3933!important;
  font-family: 'Roboto'!important;
}

SPAN.skype_pnh_container IMG.skype_pnh_logo_img {
  margin-right: 0px !important;
  display: none!important
}


::selection{ background:#95570c!important; color:#fff}
::-moz-selection{ background:#95570c!important; color:#fff}

@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
{ 
 /*  div.carousel.gallery ul li {
   min-height: 160px;
 } */
}
