/*
Theme Name: Starhotel-child
Description: Responsive Hotel Booking Template
Version: 1.5.0
Theme URI: http://themeforest.net/user/slashdown
Author: Slashdown
Author URI: http://themeforest.net/user/slashdown
License: GNU General Public License, version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starhotel
Domain Path: /languages/
Tags: responsive-layout, two-columns
*/

 #playerwebcam {
      display: block;
      width: 640px;
      height: 360px;
      margin: 0;
      text-align: center;
      background-color: #bbb;
    }
    #playerwebcam img {
      margin-top: 140px;
      cursor: pointer;
    }
    #playerwebcam *:focus {
      outline-style: none;
    }
/* force picure width to 500px */
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    box-shadow: 0px 0px 0px 0px #000;
    width: 500px;
}

//social post bottom
.div_social{
position:relative;
width:450px;
display:inline;
padding-bottom:40px;
}
.fb_social{
position:relative;
text-align:center;
width:100px;
display:inline-block;
padding-bottom:20px;
}
.ggl_social{
position:relative;
text-align:center;
width:50px;
display:inline-block;
top: 5px;
padding-bottom:20px;
}

//header width
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    width: 1200px;
}
 .bottomleft_slider {
    position: absolute;
    bottom: 0;
    left: 0.5em;
    width: 400px;
    font-weight: bold;
    color: #fff;
  }
.navbar-default .navbar-brand {
    color: #777;
    height: 80px;
}
