/*
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
*/

img.block {
	display: inline;
}

img.fullscreen {
	width: 100%;
	float: none;
}

img.center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}


div#intro-video {
	width: 100%;
	height: 56%;
}

div.video-bg {
	display: block;
	width: 29px;
}

div.comparison-content {
	background-color: rgba(254,255,255,0.14);
	padding: 5px 15px;
	border-radius: 5px;
	text-align: center;
}

div.comparison-content.highlighted {
	background-color: rgba(254,255,255,0.36);
	padding: 5px 15px;
	border: 1px solid #a1a1a1;
}

div.comparison-content.highlighted h2 {
	font-size: 36px;
	color: #feffff;
}

span.comparison-item {
	font-weight: bold;
	color: #fe5b3c;
}

ul.list-comparison {
	list-style-type: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 28px;
	text-align: left;
}


video#movie_gimbal {
	margin-left: auto;
	display: block;
	margin-right: auto;
	margin-top: -50px;
}

#set-height  {
  display block
  height 13500px
 }
  
  
#v0 {
  position fixed 
  top 0  
  left 0  
  width 100%
}

img.translate {
	z-index: -2;
	display: block;
}


#overview .media-body {
	width: 89%;
}

div.navbar-langselect {
	float: right;
	height: 0;
	left: 53px;
	position: relative;
}

div.navbar-langselect a:hover {
	color: #feffff;
}

.media-right {
	text-align: right;
}
.media-right img {
	width: 60px;
	display: block;
	color: #fd5a3c;
}

@media (min-width:991px) {
	#image_gimbal {
	display: none;
}
}

@media (min-width:768px) and (max-width:991px) {
#image_gimbal {
	display: block;
	margin-bottom: 48px;
}

	video#movie_gimbal {
	margin-left: auto;
	display: none;
	margin-right: auto;
}
	


div.navbar-langselect {
	float: right;
	height: 0;
	position: relative;
}	
}



@media (max-width:768px) {

video#movie_gimbal {
	margin-left: auto;
	display: none;
	margin-right: auto;
}

div.navbar-langselect {
	position: relative;
	float: left;
	display: block;
	left: 0;
}	
}