/* stylesheet for demo and examples */

@import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic,700);
.content {
	overflow: auto;
	position: relative;
	background-color: #333;
	width: 100%;
	height: auto;
	float: left;
}
.content li {
	margin: 4px;
	overflow: hidden;
}
.content li a {
	display: inline-block;
	border: 7px solid rgba(255,255,255,.1);
}
.content.light, .content.light .mTSButton {
	background-color: #c2beb2;
}
.content.light li a {
	border: 7px solid rgba(255,255,255,.4);
}
#content-1, #content-2 {
	width: auto;
	height: 600px;
}
#content-1 ul li:first-child {
	margin-top: 20px;
}
#content-1 ul li:last-child {
	margin-bottom: 20px;
}
#content-2 {
	padding: 55px 10px;
}
#content-3 .mTSButton {
	background-color: #333;
}
#content-5 {
	background-color: #444;
}
#content-6 {
	background-color: transparent;
}
#content-6 .mTSButton {
	background-image:url(file:///C|/xampp/htdocs/upahaar/images/right.gif);
	background-color: rgb(4, 103, 55);
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	border: #153827 4px double;
	box-shadow: #000 0px 0px 20px;
}
#content-6 .mTSButtonLeft {
	left: 5px;
}
#content-6 .mTSButtonRight {
	right: 5px;
}
.cm-style-5 h2 {
	font-size: 25px
}
.cm-style-5 a {
	font-size: 15px;
}
.cm-style-6 h2 {
	font-size: 17px;
}
* {
	margin: 0;
	padding: 0
}
a {
	color: #333;
}
#gallery {
    position: relative;
    width: 100%;
    padding: 10px;
}
#images {
	border: 2px solid #9ac1c9;
	height: 225px;
	background: #eef5f6;
	margin-bottom: 20px
}
#image {
	position: relative;
	width: 100%;
	height: 525px;
	padding: 5px;
	    margin-bottom: 25px;
	background: url(../images/loading.gif) center center no-repeat
}

#image img {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    height: 100%;
}#thumbwrapper {
	margin-top: 10px;
	padding: 5px 0;
	width: 100%;
	height: 100px;
	background: #FFF
}
#thumbarea {
	position: relative;
    overflow: hidden;
    height: 100px;
    width: 104.1%;
    margin: 0 0 0 -14px;
}
#thumbs {
	position: absolute;
	list-style: none;
	margin-left: 0px;
	height: 100px;
	width: 100%;
}
#thumbs li {
	float: left;
	margin-right: 0px;
	cursor: pointer
}
.imgnav {
	position: absolute;
	height: 375px;
	width: 20%;
	z-index: 100;
	height: 500px;
	width: 20%;
	z-index: 100;
	outline: none;
	cursor: pointer
}
#previmg {
	left: 0;
	background: url(../images/left.gif) left center no-repeat;
}
#previmg:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
#nextimg {
	right: 0;
	background: url(../images/right.gif) right center no-repeat;
}
#nextimg:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.cm-style-12 .col-md-2{
	padding:0px;
	width:20%;
		
}
.cm-style-29 .cm-style-30 h2{
	font-size: 15px;
    text-align: center;
    background-color: #C52D2F;
    border-bottom: #731214 solid 3px;
    padding: 15px 0;
    margin-top: 0px;
    color: #fff;
}
.navbar-toggle{
	color:#fff;
	border:#fff solid 1px !important; 	
}
.cm-style-33{
    padding: 15px 15px 10px 40px;
}
.cm-style-35 .col-md-4{
	padding-left:0px;
	padding-right:30px;
	padding-bottom:25px;
}

.cm-style-36 .btn-primary {
    padding: 8px 15px;
    background: #04B7DF;
    border-radius: 0px;
    float: right;
}


