body {
  overflow-x: hidden;
  background: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h3 {
	font-weight: normal;
}
.container {
	width: 100%;
	padding: 10px;
	background: #fff;
}
.quote {
  clear: both;
}



.btn {
	font-weight: bold;
}
.panel-body {
	font-size: 85%;
}
#header {
	padding: 10px 30px;
	text-align: left;
	color: #fff;
	background:  no-repeat #222;
	text-shadow: 1px 1px 2px #222;
	
	position: relative;
}

.panel-heading {
	padding: 0;
}
.panel-title a {
	display: block;
	width: 100%;
	padding: 10px;
}
	.panel-title a:hover, .panel-title a:active, .panel-title a:focus {
		text-decoration: none;
		outline: none;
	}
	#header::after {
  content: "";
  background-image: url(url(http://www.techmerry.com/wp-content/uploads/2014/08/Implement-GPS-data-for-your-Google-MAP.gif));

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;  
}
#header .image {
	width: 200px;
  float: left;
	display: block;
	margin: 0 auto;
	margin-top: 0;
  margin-right: 20px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 3px #000;
	position: relative;
}
	#header .image img {
		width: 100%;
		position: relative;
z-index: 999;
	}
	#header .image img.second {
		width: 100%;
		opacity: .6;
		border: 2px solid #fff;
	box-shadow: 2px 2px 3px #000;
		position: absolute;
		z-index: 1;
		left: 0;
		behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(5deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(5deg);
    /* Opera */
    -o-transform:rotate(5deg);
    /* IE9 */
    -ms-transform:rotate(5deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
	}

/*mobile version*/
@media only screen  and (max-width: 667px)  { 

  #header {
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  background:  no-repeat #222;
  text-shadow: 1px 1px 2px #222;
  
  position: relative;
}
  #header .image {
  width: 50%;
  float: none;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 3px #000;
  position: relative;
}
  #header .image img {
    width: 100%;
    position: relative;
z-index: 999;
  }
  #header .image img.second {
    width: 100%;
    opacity: .6;
    border: 2px solid #fff;
  box-shadow: 2px 2px 3px #000;
    position: absolute;
    z-index: 1;
    left: 0;
    behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(5deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(5deg);
    /* Opera */
    -o-transform:rotate(5deg);
    /* IE9 */
    -ms-transform:rotate(5deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}
}


.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.panel-body img {
	width: 100%;
	height: 100%;
}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
#bottom {
	width: 100%;
	padding: 5px;
	clear: both;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	font-size: 2em;
	text-align: center;
}
	#bottom a {
		color: #fff;
		padding: 0 10px;
	}