/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

.sec-1-right{
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  height: auto;
  float:none;
  text-align:center;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}



/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	position: relative;
}
.nbs-flexisel-item > img {
	
	positon: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:250px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:20px;
	height:20px;
	position: absolute;
	z-index: 100;
	cursor:pointer;
}
.nbs-flexisel-nav-left {
	left:48%;
	top: 100% !important;
	background:url(../img/prev1.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right:47%;
	top: 100% !important;
	background:url(../img/next1.png) no-repeat;
}
/*-- flexisel --*/

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
	.list img
	{
		display:none;
	}
	.lx
	{
		width:100%;
		margin:0;
		padding:30px;
	}

}
/*----*/




@media (max-width:768px){
	.sec-1-rightr {
		margin: 1em 0 0;
		float: none;
		width: 100%;
	}

	.sec-1-right {
		margin:0;
		float: none;
		width: 100%;
	}
	
}
	






















	