/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* Google map conteiner */
#map-container { 
    width: 100%;  
    height: 340px;
    margin: 2px;   
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.sfooter {  
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}

.sfooter > .container {    
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
}


.footer-inverse {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  bottom:  0;
  width: 100%;
  height: 40px;
}

.footer-inverse > .container {    
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  color: #9d9d9d;
}

.footer-inverse a {
    color: #9d9d9d;    
}

.footer-inverse a:hover {
    color: #fff; 
    text-decoration: none;   
}

.footer-inverse a:focus,
a:active {
	outline: none;
}


/* style for image gallery*/
.modal {
	overflow: auto;
	color: #333;
}

/* table CSS */
th {
    background-color: #A9E2F3;
    font-weight: bold;
    
}

.footer-inverse {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}


/* Responsive iFrame za google calendar */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-iframe-calendar {
    position: relative;
    padding-bottom: 64.00%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-calendar iframe,   
.vresponsive-iframe-calendar object,  
.vresponsive-iframe-calendar embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.small-it {
    font-size: 10pt;
    font-style: italic;
}


/* Placeholder dashboard ideas */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/* review css */

.reviews_date {
    position: relative;
    float: left;
    width: 30%;
    padding: 4px;
    font-weight: bold;
    
}

.review_box {
	position: relative;
    width: 65%;
	float: right;
    background: #fff;
	border: 2px solid #94b6e3;
    padding: 6px;
    margin-bottom: 30px;
}
.review_box:after, .review_box:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.review_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 16px;
	margin-top: -16px;
}
.review_box:before {
	border-color: rgba(148, 182, 227, 0);
	border-right-color: #94b6e3;
	border-width: 19px;
	margin-top: -19px;
}

