html, body {
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
}
p {
    margin:0;
    padding:0;
}
ul, li {
    margin:0;
    padding:0;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.space5 {
    height:5px;
}
.space10{
    height:10px;
}
.space15 {
    height:15px;
}
.space20 {
    height:20px;
}
.space25 {
    height:25px;
}
.space30 {
    height:30px;
}
.space35 {
    height:35px;
}
.space40 {
    height:40px;
}
.space50 {
    height:50px;
}
/*end of initiallization*/
/*top-head*/
/*.deg {
    background-color:rgb(30,170,76);
}*/
.org-head h4 {
    font-size:1.5em;
}

.navbar-default .navbar-nav > .deg > a {
    color: #fff;
background-color:rgb(30,170,76);
border-radius: 5px;
}
.navbar-default .navbar-nav > .deg > a:hover {
    opacity:0.8;
    background-color:rgb(30,170,76);
}


.navbar-brand {
    margin-right:20px;
}
.navbar-brand img
{
    width:auto;
    height:auto;
}
.top-head {
    /*background-color:rgb(239,62,58);*/
    background-color:rgb(107,228,220);
    padding:10px 0;
}
.left-tophead img {
    width:90px;
    height:40px;
    float:left;
}
.left-tophead span {
    line-height:40px;
    padding-left:10px;
    color:#fff;
}
.right-tophead p {
    line-height:40px;
    color:#fff;
    font-size:1.3em;
}
.right-tophead span {
    padding-right:10px;
}
.right-tophead a {
    color:#FFF;
    font-weight:600;
    text-decoration:none;
}
/*.menu-adjustment {
    position:absolute;
    z-index:999;
}*/
/*/////*/
/*new banner*/
.slider{
	position:relative;
	
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  /*left: 0;*/
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 34px;
  width: 34px;
  /*background:  url(../images/icons/right-arrow.png) no-repeat;*/
  /*background:  url(../images/icons/right-arrow.png) no-repeat -41px -3px;*/
}
.callbacks_nav.next {
  left: auto;
  background-position: -80px -3px;
  right: 0;
 }
/*----*/
.banner-form {
    position:absolute;
    top:0px;
    z-index:999;
	width:100% !important;
	padding:0px 170px;
}
.new-banner {
   /* background:url(../images/hero-modified.jpg) no-repeat center center;*/
    /*background:  url(../images/icons/left-arrow.png) no-repeat;*/
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    height:500px;
}
.banner-box
{
    margin-top:150px;
	background-image:url(../images/main/SSB.png);
	border: 1px solid #fff;
    border-radius: 30px 0;
    padding: 10px;
	width: 100%;
}
.banner-box >h4
{
    text-align:center;
    font-size:1.9em;
    font-weight:900;
    padding-bottom:15px;
    color:#fff;
    text-transform:uppercase;
}
.banner-box h4 span
{
    font-size:30px;
}
.inner-box
{
    /*background:url(../img/search_back.png);*/
    border-radius:10px;
}
.inner-box table {
    margin:0 auto;
    
    
}
    .inner-box table .form-group {
        margin:0 5px;
    }
    .inner-box table .form-control {
        height:45px;
        
    }
    .inner-box table .btn {
       background-color:rgb(255,131,21);
       color:#fff;
       height:45px;
       font-size:1.4em;
       padding:6px 20px;
       border-radius:20px;
    }
    .inner-box table .txtbg {
        background:url(../images/calendar-icon-1.png) no-repeat top right;
        background-color:#fff;
    }
        .inner-box table .btn:hover {
            background-color:rgb(239,62,58);
        }
        /*star*/
.star {
    padding:20px 0;
}
.star h4 {
    font-size:1.8em;
    font-weight:700;
    color:black;
}
.star h4 img {
    width:30px;
    height:25px;
    border-radius:3px;
    padding-left:5px;
}
    .star p {
        color:#808080;
        font-weight:600;
        padding-top:15px;
    }
        .star p img {
            width:150px;
            height:20px;
        }
/*recommend*/
.recommend {
    background-color:#0A0A0A;
    padding:40px 0;
    
}
.rec-head h2 {
    color:#fff;
    padding-bottom:30px;
    
}
.rec-head h2 span{
    border-left:5px solid rgb(239,62,58);
    padding-left:5px;
}
        /* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
    margin-bottom:20px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 360px;
	height: 350px;
}
    .flip-container, .front img {
        cursor:pointer;
        width:360px;
        height:350px;
    }
        .flip-container .back {
            background-color:#fff;
            border:8px solid rgb(4,87,144);
            padding:10px;
        }
            .flip-container .back > img {
                width:110px;
                height:110px;
                margin:0 auto;
                border-radius:50%;
            }
.des-bgr {
    background-color:rgb(255,20,147);
}
.des-bgm {
    background-color:rgb(25,180,180);
}
.des-bg {
    background-color:rgb(107,228,220);
}
.description {
    position:absolute;
    
    bottom:0;
    width:100%;
    opacity:0.7
}
    .description p {
        padding:20px;
        text-align:center;
        font-size:1.1em;
        font-weight:600;
        text-transform:uppercase;
    }
.back-info p {
    padding:10px;
        text-align:center;
        font-size:1.0em;
        font-weight:600;
        text-transform:uppercase;
}
.back-info h6 {
    font-size:1.3em;
    text-align:center;
    padding-bottom:5px;
    color:rgb(239,62,58);
}
.back-info table h4 {
    font-size:1.0em;
    text-align:left;
}
.back-info table h5 {
    font-size:1.0em;
}
    .back-info table h5 span {
        background-color:rgb(4,87,144);
        color:#fff;
        padding:5px;
        border-radius:50%;
        
    }
.back-info .btn {
    background-color:rgb(30,170,76);
    color:#fff;
    width:50%;
    margin:0 auto;
}
    .back-info .btn:hover {
        background-color:rgb(239,62,58);
    }
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
/*bottom background*/
.bottom-bg {
    background:url(../images/oyo-pattern-1.png);
    background-color:#2A2D2E;
    padding:40px 0;
}
.btm-head h2{
    color:#fff;
    padding-bottom:10px;
    
}
.btm-head h2  span {
    border-left: 5px solid #EF3E3A;
    padding-left: 5px;
}
img.corner {
    position:absolute;
    top:0;
    right:0;
}
.bttmbtn {
    background-color:rgb(30,170,76);
    color:#fff;
    width:50%;
    margin:0 auto;
}
    .bttmbtn:hover {
        background-color:rgb(239,62,58);
        color:#fff;
    }
.left-bg-box > img {
    width:560px;
    height:500px;
}
.bott-show:hover .bott-left-description {
    display:block;
}
.bott-left-description {
    width:560px;
    bottom:0;
    color:#fff;
    background:url(../images/search_back.png);
    position:absolute;
	top:0;
	text-align:center;
	padding: 27% 1em 0;
	display:none;
    border:1px double #fff;
    cursor:pointer;
}
    .bott-left-description h4 {
        font-size:1.5em;
        padding:10px 0;
    }
    .bott-left-description p {
        font-size:1.2em;
        padding-bottom:10px;

    }
.right-bg-box >img {
    width:560px;
    height:235px;
}
.bott-top {
    margin-top:30px;
}
.right-bg-box:hover .bott-right-description {
    display:block;
}
.bott-right-description {
    width:560px;
    height:235px;
    color:#fff;
    background:url(../images/search_back.png);
    position:absolute;
	bottom:0;
	text-align:center;
	padding: 9% 1em 0;
	display:none;
    border:1px double #fff;
    cursor:pointer;
}
.bott-right-description h4 {
        font-size:1.5em;
        padding:10px 0;
    }
    .bott-right-description p {
        font-size:1.2em;
        padding-bottom:10px;

    }

/*org*/
.org {
    padding:30px 0;
}
.org img {
    width:150px;
    height:80px;
}
.lady-in-on{
	background:#fff;
	padding: 1.5em 1em;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	padding: 2em 0;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px ;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -44px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -77px 0px;
}
.hide-in{
	padding:1px 0 1em;
	text-align:left;
}
.hide-in p{
	font-size: 0.9em;
	font-weight: 600;
	line-height: 2.5em;
	padding:0 0 0.3em;
	color: #373737;
}
.hide-in span{
	font-size: 1em;
	color: #bc3726;
	font-weight: 600;
}
.hide-in span a{
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #c3c3c3;
	min-height:22px;
}
.hide-in span a:hover{
	border-bottom:none;
	color:#bc3726;
}
.buy-an {
	border-bottom: 1px solid #D1D0D0;
}
.buy-an h3{
	font-size:1.5em;
	color:#000;
	font-family: 'Oswald', sans-serif;
}
.buy-an p{
	font-size: 1em;
	color: #858585;
	padding: 0.5em 0 1em;
}
/*----*/
/*footer*/
.footer {
    background-color:rgb(7,23,57);
    padding:20px 0;
}
    .footer h4 {
        color:#ABD1FD;
        font-size:1.8em;
        font-weight:600;
        padding-bottom:20px;
    }
    .footer p {
        font-size:1.2em;
    }
.social-sign li {
    float:left;
    list-style:none;

}
    .social-sign li a {
        text-decoration:none;
        
    }
        .social-sign li a:hover .typcn {
            color:#EF3E3A;
        }

.footer p a:hover {
    color:#EF3E3A;
    text-decoration:none;
}

    .social-sign li p {
        font-size:2.9em;
    }
/*search*/
.search-panel {
    background-color:#0A0A0A;
}
/*//////////////////*/
    @media only screen and (min-width: 980px) and (max-width:1200px) {
        .flip-container, .front, .back {
	width: 300px;
	height: 350px;
}
    .flip-container, .front img {
        width:300px;
        height:350px;
    }
/*botttom banner*/
.left-bg-box> img {
    width:450px;
    height:500px;
}
.bott-left-description {
    width:450px;
    bottom:0;
    
	padding: 27% 1em 0;
	
    
}
.right-bg-box >img {
    width:450px;
    height:235px;
}
.bott-right-description {
    width:450px;
    height:235px;
    
	padding: 9% 1em 0;
	
}
}
@media only screen and (min-width: 120px) and (max-width:590px) {
    /*botttom banner*/
.left-bg-box> img {
    width:300px;
    height:400px;
}
.bott-left-description {
    width:300px;
    bottom:0;
    
	padding: 27% 1em 0;
	
    
}
.right-bg-box> img {
    width:300px;
    height:235px;
}
.bott-right-description {
    width:300px;
    height:235px;
    
	padding: 9% 1em 0;
	
}

}
@media only screen and (min-width: 120px) and (max-width:390px) {
    .flip-container, .front, .back {
	width: 300px;
	height: 350px;
}
    .flip-container, .front img {
        width:300px;
        height:350px;
    }
}

/*.//////////////*/
@media (max-width: 640px) {
    /*.banner-form {
        top:0;
    }*/
    .banner-box {
    margin-top: 0px;
}
}





/* ====================== top search box media querry =============================== */
@media screen and (max-width:360px)
{
.banner-form
{
    position:absolute;
    top:30px;
    z-index:999;
	width:100% !important;
	padding:0px 20px;
}
.banner-box h4 span
{
    font-size:20px;
}
.banner-box >h4
{
    text-align:center;
    font-size:1.9em;
    font-weight:900;
    padding-bottom:0px;
    color:#fff;
    text-transform:uppercase;
}
.space10
{
    height:0px;
}

}
/* ====================== top search box media querry =============================== */

















