/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
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;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-----start-header----*/
a.back{
    width:256px;
    height:73px;
    position:fixed;
    bottom:15px;
    right:15px;
    background:#fff url(codrops_back.png) no-repeat top left;
}
.scroll{
    width:133px;
    height:61px;
    position:fixed;
    bottom:15px;
    left:150px;
    background:#fff url(scroll.png) no-repeat top left;
}
.info{
    text-align:right;
}
ul#navigation {
  position: fixed;
  margin: 0px;
  padding: 0px;
  top: 193px;
  left: 0px;
  list-style: none;
  z-index: 9999;
  display:block;
}
ul#navigation li {
  /*width: 100px;*/
  width: 50px;

   margin: .1em 0;
}
ul#navigation li a {
  display: block;
  margin-left: -2px;
   width: 200px;
   font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 1em 1em 1em 2em;
  background-repeat: no-repeat;
  border-radius: 0px 5px 5px 0px;
 -webkit-border-radius: 0px 5px 5px 0px;
 -moz-border-radius: 0px 5px 5px 0px;
 -ms-border-radius: 0px 5px 5px 0px;
 -o-border-radius: 0px 5px 5px 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  z-index:100000;
}
    ul#navigation li a :before {
        z-index:10000;
    }
ul#navigation li a:hover{
	text-decoration:none;
}
ul#navigation li.home a {
  background: url(../images/h.png) no-repeat 160px 15px #bb7b29;
}
ul#navigation li.about a {
  background: url(../images/a.png) no-repeat 160px 15px #52dcbc;
}
ul#navigation li.photos a {
  background: url(../images/b.png) no-repeat 160px 15px #d24b18;
}
ul#navigation li.podcasts a {
  background: url(../images/g.png) no-repeat 160px 15px #7ab53d;
}
ul#navigation li.contact a {
  background: url(../images/m.png) no-repeat 160px 15px #e4d32a;
}
ul#navigation li.download a {
  background: url(../images/download.png) no-repeat 160px 15px #03A9F4;
  background-size: 25px 25px;
}

#spanopen {
    position: absolute;
    top: 42%;
    /*background: rgba(0, 128, 0, 0.58);*/
    padding: 5px;    padding-left: 0px;
   /*background: url(../images/show-menu-icon.png) no-repeat 160px 15px ;*/
  /*background-size: 25px 25px;*/
}
ul#navigationsmall {
  display:none;
  position: fixed;
  margin: 0px;
  padding: 0px;
  top: 193px;
  left: 0px;
  list-style: none;
  z-index: 9999;

}
ul.navigationsmallcontainer {
    background: rgba(26, 27, 26, 0.67);
}
ul#navigationsmall li {
  /*width: 100px;*/
  width: 50px;
    margin:0px;
}
ul#navigationsmall li a {
  display: block;
  margin-left: -2px;
   width: 200px;
   font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 1em 1em 1em 2em;
  background-repeat: no-repeat;
  border-radius: 0px 5px 5px 0px;
 -webkit-border-radius: 0px 5px 5px 0px;
 -moz-border-radius: 0px 5px 5px 0px;
 -ms-border-radius: 0px 5px 5px 0px;
 -o-border-radius: 0px 5px 5px 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  z-index:100000;
}
    ul#navigation li a :before {
        z-index:10000;
    }
ul#navigationsmall li a:hover{
	text-decoration:none;
}
ul#navigationsmall li.home a {
  background: url(../images/h.png) no-repeat 160px 15px #bb7b29;
}
ul#navigationsmall li.about a {
  background: url(../images/a.png) no-repeat 160px 15px #52dcbc;
}
ul#navigationsmall li.photos a {
  background: url(../images/b.png) no-repeat 160px 15px #d24b18;
}
ul#navigationsmall li.podcasts a {
  background: url(../images/g.png) no-repeat 160px 15px #7ab53d;
}
ul#navigationsmall li.contact a {
  background: url(../images/m.png) no-repeat 160px 15px #e4d32a;
}
ul#navigationsmall li.download a {
  background: url(../images/download.png) no-repeat 160px 15px #03A9F4;
  background-size: 25px 25px;
}

.top-header {
  padding: 1.25em 3em 1.25em 3em;
  /*background: rgba(255, 255, 255, 0.47);*/
  /*background: rgba(49, 44, 42, 0.76);*/
      /*background: rgb(0, 172, 234);*/
      background:white;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 10000;
    color: white;
    border-bottom:3px solid gray;
}
.header {
	background: url('../images/header-bg.jpg') no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:750px;	
}
.header-info {
	float:right;
	padding-top:4em;
	width:23%;
	margin-right: 2.5%;
}
.header-info h1 {
	color:#fff;
	font-size:3.5em;
	font-weight:300;
	margin-bottom:12px;
	padding-bottom:7px;
	border-bottom:1px solid #4b4b4b;
}
.header-info h1 span{
	display:block;
}
.headeraffix {
    padding: 0.5em 3em 0.5em 3em;
    top: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    box-shadow: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transform: translateZ(0);
    background-color: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    /*background: #183650;*/
    /*background-color: rgba(0, 0, 0, 0.78) !important;*/
    background:rgb(255, 255, 255) !important;
    z-index: 1;
    box-shadow: none;
    /*border-bottom:3px solid gray;*/
}

.product {
  padding: 0em 3em 4em;
}
.product h3{
	color: #b8b8b8;
	font-size: 3.2em;
	font-weight: 300;
	margin-bottom: 0.5em;
}
.product-grid a  img{
  width: 100%;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
}
.product-grid h5{
  color: #11cccc;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin: 1em 0;
  font-weight:bold;
}
.product-grid p{
  color: #807D7D;
  font-size: 2em;
  font-weight: 300;
  margin: 0;
}
p.age {
	color:#f4f4f4;
	font-size:1.15em;
	font-weight:400;
	margin:1.5em 0;
	margin-bottom: 2.5em;
}
p.special {
	color:#f4f4f4;
	font-size:1em;
	font-weight:400;
	line-height:1.7em;
	margin:2.2em 0;
}
p.age a {
	color:#3bd369;
	padding:7px 10px;
	border:2px solid #3bd369;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin-right: 1.2em;
	text-decoration:none;
}
p.review{
	color: #f4f4f4;
	font-size: 2em;
	font-weight: 300;
	margin: 0;	
}

a.book {
  background: #bb7b29;
  font-size: 1.25em;
  text-decoration: none;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-bottom: 3px solid #2d2d2d;
  width: 40%;
  display: block;
  margin-top: 18px;
  text-align: center;
}
a.book:hover,a.video:hover {
	background: #000;
    border-bottom: 3px solid #000;
}
.menu {
	position: fixed;
	top: 82px;
	left: 5px;
	 z-index: 2;
}
.logo{
	float: left;
	width: 20%;
    margin-left: 40%;
}
.logo a {
	    display: block;
    /* float: left; */
    font-size: 20px;
    color: white;
    text-decoration: none;
    text-align: center;
}
.logo p {
	color:#D0D0D0;
	font-size:1.35em;
	letter-spacing:2px;
	text-transform:uppercase;
	float: left;
	border-left: 1px solid #D0D0D0;
	padding:4px 0 4px 20px;
	margin:8px 0 0px 20px;
}
.search{
	float:right;
}
/*--start-search--*/
.search {
  position: relative;
  padding: 8px 10px;
  width: 18%;
  float: right;
  border: 3px solid #000;
}
.search input[type="text"] {
  outline: none;
  color: #000;
  background: none;
  font-size: 16px;
  border: none;
  width: 84.33%;
}
.search input[type="submit"] {
  background: url('../images/sprit-1.png') no-repeat 0px 0px;
  border: none;
  cursor: pointer;
  position: absolute;
  outline: none;
  top: 10px;
  right: 7px;
  width: 30px;
  height: 26px;
}
#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;
}
.nbs-flexisel-item {
	float: left;
	margin: 5px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	
	cursor: pointer;
	position: relative;
	  width: 90%;
  margin: 0 5%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left {
	display:none;
}
.nbs-flexisel-nav-right {
	display:none;
}	
.review-slider {
	/*background: #f3f3f3;*/
	/*padding: 3em 0;*/
}
li.nbs-flexisel-item:hover {
    border: 5px solid rgba(115, 111, 111, 0.86);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.video iframe {
	width:100%;
	min-height:480px;
}
.more-reviews{
	background:#fff;
	padding:3em 0;
}
.news {
	background:#fff;
	padding:4em 3em;	
}
h3.title {
    text-align: center;
    font-size: 30px;
    color: #00308f;
     margin-top: 30px;
     font-family: cursive;
}
.news-left-grid h3 {
  color: #b8b8b8;
  font-size: 3.2em;
  font-weight: 300;
}
.news-left-grid h2 {
	color:#383838;
	font-size:3em;
	font-weight:700;
	margin:10px 0;
}
.news-left-grid h4 {
  color: #b8b8b8;
  font-size: 2.25em;
  font-weight: 300;
  margin: 3px 0 2.1em 0;
}
.news-left-grid p {
	color:#bb7b29;
	font-size:1.4em;
	font-weight:600;
	margin-top:2.7em;
}
.news-left-grid a {
	background:#bb7b29;
	font-size:1.3em;
	text-decoration:none;
	  padding: 15px 25px 15px 25px;
	color:#fff;
	font-weight:600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-bottom:3px solid #c9c9c9;
}
.news-left-grid a:hover {
	background:#000;
	border-bottom:3px solid #848484;
}
.news-left-grid p strong {
	font-size:1.6em;
}
.news-right-grid h3 {
  color: #00308f;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0.5em;
  text-align:center;
  font-family: cursive;
}
.news-grid a{
  color: #383838;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 6px;
}
.news-grid a:hover{
	color:#dfb636;
	text-decoration:none;
}
.news-right-grid label {
	color:#b8b8b8;
	font-size:1em;
	font-weight:300;
}
.news-right-grid p {
	/*color:#100f0f;
	font-size:1em;
	line-height:1.4em;
	font-weight:400;
	margin-top:0.5em;*/
    text-align:justify;
    font-size: 1em;
    line-height: 2em;
    padding: 1em 0;
    color: #7C7C7C;
}
.news-grid {
	padding-bottom:1.2em;
	margin-bottom:1.2em;
	border-bottom:1px solid #F3F3F3;
}
.news-grid-button a{
	text-decoration:none;
	font-size:1.3em;
	font-weight:700;
	color:#dfb636;
}
.news-grid-button a:hover {
	color:#000;
}
.footer {
background: #32485D;
	padding:4em 3em;
}
.footer-left h3 {
  font-size: 30px;
  margin: 0 0 1em 0;
  color:white;
  font-family: cursive;
}
.footer-nav ul{
	padding:0;
	margin:0;
}
.footer-nav ul li{
	display:block;
}
.footer-nav ul li a{
  color:#fdfdff;
  font-size: 14px;
  line-height: 1.8em;
}
.footer-nav ul li a:hover{
	text-decoration:none;
}
.footer-nav ul li a.facebook:hover{
	color:#3b5998;
}
.footer-nav ul li a.twitter:hover{
	color:#55acee;
}
.footer-nav ul li a.dribbble:hover{
	color:#ff8833;
}
.footer-nav ul li a.pinterest:hover{
	color:#cc2127;
}
.footer-left p {
      color: ivory;
  font-size: 14px;
  margin:0;
  line-height: 1.8em;
  text-align:justify;
}
.footer-left p a{
	color: #A3A3A3;
}
.footer-left p a:hover{
	color:#bb7b29;
	text-decoration:none;
}

.footer_bottom{
   text-align: center;
    /*padding: 21px 0px 45px 0px;*/
    padding: 5px 0px 30px 0px;
    margin: 0px;
    color: #65b1c3;
    background: #353738;
    border-top: 1px solid gray;
}
.touch ul{
	padding:0;
	margin:0;
}
.touch ul li{
	color: #f5f1f1;
	font-size: 14px;
	line-height: 1.8em;
	display:block;
}
.touch ul li a{
	    color: #71e0d7;
	text-decoration:none;
}
/*-----right-content-----*/
.right-content{
	padding: 3em;
  border-top: 1px solid #000;
  background:#fff;
}
.content-grid{
	width: 22.75%;
  float: left;
  text-align: center;
  border: 1px solid rgba(235, 235, 235, 0.53);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
  margin-right: 3%;
  margin-bottom: 4%;
}
.last-grid{
	margin-right:0px;
}
.content-grid img{
	display:block;
}
.content-grid h3{
	color: #888;
	text-transform: uppercase;
	  padding: 1em;
	display: block;
	line-height: 1.5em;
	font-size: 0.875em;
}
.content-grid ul li{
	display:inline-block;
}
.content-grid img{
	display:block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	  width: 100%;
}
.content-grid:hover  img{
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.content-grid ul li a{
	padding:0 5px;
	display:block;
}
.button{
	background: #000;
	padding: 10px;
	cursor: pointer;
	border: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	outline: none;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 0 0;
	font-size: 0.875em;
}
.button:hover{
	color:#888;
}
.right-content-heading-left{
	padding: 11px 0;
}
.right-content-heading {
	border-bottom: 1px solid #F1F0F6;
	  margin: 0 0 3em 0;
}
.right-content-heading-right{
	float:right;
}
.right-content-heading-left h3{
	color: #888;
	text-transform: uppercase;
	display: block;
}
/*----start-pagenation-----*/
.pagenation{
	text-align: center;
}
.pagenation ul li{
	display:inline-block;
}
.pagenation ul li a{
	background: #000;
	padding: 10px;
	cursor: pointer;
	border: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #FFF;
	outline: none;
	text-transform: uppercase;
	display: block;
	font-size: 0.875em;
}
.pagenation ul li a:hover{
	color: #888;
}
.pagenation ul li:last-child{
	padding-left:1em;
}
.span_top{
	background:#fff;
}
.reviews-section {
	background: #fff;
	padding:3em;
	border-top:1px solid #000;
}
h3.head {
  color: #000;
  font-size: 2.6em;
  font-weight: 300;
}
.movie-pic {
}
.movie-pic img {
	width: 100%;
}
.review-info {
	margin:1em 0 0 0;
}
.review {
	margin-top: 2em;
}
a.span {
  color: #000;
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
}
p.dirctr {
  color: #B1B1B1;
  font-size: 1em;
  font-weight: 400;
  margin: .5em 0;
  line-height: 1.8em;
}
p.dirctr a {
	color: #B1B1B1;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 10px;
	text-decoration:none;
}
.yrw {
	margin: 2em 0;
}
p.ratingview {
	color: #807D7D;
  font-size: 2em;
  font-weight: 300;
  margin: 0;
}
.rating {
		  direction: rtl;
		  text-align: center;
		    float: left;
			margin:10px 10px;
		}
		.rating > span {
		  display: inline-block;
		  position: relative;
		  width: 1.1em;
		}
		.rating > span:hover,
		.rating > span:hover ~ span {
		  color: transparent;
		}
		.rating > span:hover:before,
		.rating > span:hover ~ span:before {
		   content: "\2605";
		   position: absolute;
		   left: 0;
		   color: gold;
		}
p.info {
	font-size: 1em;
	font-weight: 400;
	color: #000;
	margin: 15px 0px;
	height: 22px;
	overflow: hidden;
}
.dropdown {
  padding: 4px 0;
  float:left;
  outline: none;
  width:23%;
  margin-bottom:0.5em;
}
.rtm {
	float:left;
	width:23%;
	margin-top:6px;
}
.rtm a {
	text-decoration:none;
	color:#fff;
	background:#df2411;
	padding:5px 10px;
}
.rtm a:hover,.wt a:hover {
	background:#000;
}
.wt {
	float:left;
	width:23%;
	margin-top:6px;
}
.wt a {
	text-decoration:none;
	color:#fff;
	background:#37a4c5;	
	padding:5px 10px;
}
.about-grid h3{
  color: #000;
  font-size: 2.6em;
  font-weight: 300;
  margin: 0 0 .5em 0;
}
.about-grid img{
  width: 100%;
}
.about-grid h4{
  color: #000;
  font-size: 1.5em;
  margin: 1em 0;
  line-height: 1.4em;
}
.about-grid p{
  color: #b8b8b8;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: 0.5em;
}
.about-grid p span{
	margin-top:1em;
	display:block;
}
.history-info{
	margin:1em 0;
}
.history-info:nth-child(1) {
  margin: 0;
}
.history-info h5{
	color: #000;
	font-size: 1.5em;
	margin: 0;
}
.history-info p{
	  color: #b8b8b8;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: 0.5em;
}
.about-grid ul{
  padding: 0;
  margin: 2em 0;
}
.about-grid ul li{
  display: block;
  margin: 1em 0;
  color: #b8b8b8;
  font-size: 1em;
  padding-left: 1.5em;
  background: url(../images/dot.png) no-repeat 0px 5px;
}
.about-team {
  margin-top: 3em;
}
.about-team h3{
  color: #000;
  font-size: 2.6em;
  font-weight: 300;
  margin: 0 0 .5em 0;
}
.team-grids{
	margin-top:2em;
}
.team-grid img{
	width:100%;
}
.team-grid h4{
  color: #000;
  font-size: 1.8em;
  margin: 1em 0 0.3em 0;
  line-height: 1.4em;
  text-align: center;
}
.team-grid p{
  color: #b8b8b8;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
/*-- error-page --*/
.error-page{
	padding:2em 0 5em 0;
}
.error-404 {
	padding-top: 8em;
	min-height: 700px;
	border-top: 1px solid #000;
}
.error-404 h2{
  font-size: 18em;
  font-weight: 500;
  color: #4f4844;
  padding: 0;
  text-transform: uppercase;
  margin-top: 0.4em;
}
.error-404 p{
	color: #4f4844;
	margin: 0;
	font-size: 1.4em;
} 
a.b-home{
	background:#272e34;
	padding:0.7em 2.5em;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	margin-top:1em;
}
a.b-home:hover{
	background: #bb7b29;
}
/*--contact--*/
.main-contact{
	padding:4em 5em;
	  border-top: 1px solid #000;
}
.main-contact p{
	color: #000;
	font-size: 1.2em;
	word-spacing: 2px;
	letter-spacing: 1.3px;
	font-weight: 600;
	text-transform: lowercase;
	margin-top: 2px;
	margin-left: 15px;
}
.main-contact h3{
	margin-left: 15px;
}
.contact-form{
	margin-top:3em;
}
.main-contact form input[type="text"],.main-contact form textarea{
	width: 100%;
	padding: 10px 14px;
	border: 3px solid #000;
	font-size: 1.2em;
	margin-bottom:1.5em;
	color: #000;
	outline: none;
	font-weight:400;
}
.main-contact form textarea {
	resize:none;
	height:201px;
	border-radius: 0;
}
.main-contact form input[type="submit"] {
	font-size: 1.35em;
	font-weight:400;
	color: #fff;
	outline: none;
	border: 3px solid #000;
	padding: 0.5em 3em;
	background:#000;
	margin-top: 0em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.main-contact form input[type="submit"]:hover{
	background:#fff;
	color:#000;
}
.contact_info {
	margin-top:2em;
}
.contact_info h3 {
color: #000;
  font-size: 2.2em;
  margin-bottom: 0.7em;
  font-weight: 300;;
}
.map {
	padding:0 15px;
}
.map iframe {
	width:100%;
	min-height:350px;
}
/*----*/
.featured ul li {
	display: inline-block;
	width: 28.333%;
	float: left;
	margin: 2.5%;
}
.featured ul li img {
	width:100%;
}
.featured ul li p {
	font-weight: 400;
	margin-top: 5px;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #494949;
}
.featured h3 {
  color: #000;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 0.6em;
}
.featured {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 1em 0;
}
.entertainment ul li a {
	font-weight: 400;
	margin-top: 5px;
	text-decoration:none;
	font-size: 0.9em;
	color: #494949;
	line-height: 1.8em;
}
.entertainment ul li {
	display:inline-block;
	float:left;
	width: 75%;
}
.entertainment ul  {
	margin-top:1em;
	padding-bottom:1em;
	border-bottom:1px solid #eee;
}
.entertainment h3 {
  color: #000;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 0.8em;
}
.entertainment {
	border-bottom: 5px solid #000;
	padding: 1em 0;
}
.entertainment ul li.ent {
	width: 21%;
	margin-right: 4%;
}
.entertainment ul li.ent img {
	width: 100%;
}
/*----*/
.grid-might{
	float:left;
	width: 24%;
	margin-right: 5%;
}
.might-top{
	float:right;
	width:71%;
}
.might-top p{
	font-size:0.9em;
	color:#494949;
	line-height:1.8em;
}
.might-grid {
	padding: 1em 0 0;
}
.might h4 {
  color: #000;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 0.6em;
}
.might-top a{
	text-decoration:none;
	color:#dfb636;
	font-size:1em;
	display:inline-block;
	padding: 1em 0 0;	
}
.might-top a:hover{
	color:#ec098d;
}
.might-top a i{
	background: url(../images/img-sprite.png)no-repeat -103px -103px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.grid-top h4,.grid-top-in h4 {
  line-height: 1em;
  color: #000;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 0.8em;
}
/*----*/
.grid-top ul li{
	background: url(../images/dot.png) no-repeat 0px 17px;
	padding: 12px 0px 5px 17px;
	border-bottom: 1px solid #E8E6E6;
	list-style-type:none;
}
.grid-top ul li:nth-child(7){
	border-bottom:none;
}
.grid-top ul li a{
	color:#494949;
	line-height:1.8em;
	text-decoration:none;
	font-size: 0.9em;
	padding: 0 0 10px;
	display: block;
}
.grid-top ul li a:hover{
  color: #dfb636;
}
.grid-top-in p{
	color:#5261ac;
	font-size:1.3em;
	line-height: 1.7em;
	padding: 0.5em 0 0;
}
.grid-top-in p a{
	color:#5261ac;
	text-decoration:none;
}
.grid-top-in p a.bun{
	font-size:0.8em;
}
.grid-top-in p a.lop{
	color:#f78f1d;
	font-size:1.3em;
	font-weight: 700;
}
.grid-top-in p a.dan{
	font-size:1.6em;
	font-weight: 500;	
}
.grid-top-in p a.eva{
	font-size:1.4em;	
}
.grid-top-in p a.jol{
	font-size:1.4em;
font-weight: 700;	
}
.grid-top {
	padding:1em 0 0.5em;
}
.content {
	padding: 2em 0 0;
}
.grid-top-in p a:hover{
	color:#ec098d;
}
.might {
	margin: 2em 0;
}
.single {
	margin-top:2em;
}
.single h3{
	color:#000;
	font-size:1.7em;
	font-weight:600;
	margin-bottom:1em;
}
.single p{
	color:#000;
	font-size:1.4em;
	font-weight:600;
	margin-bottom:1em;
}
.single p i {
	font-weight:400;
	font-size:0.95em;
}
.best-review {
border-top: 3px solid #000;
  padding: 1.5em 0;
  margin-top: 1em;
}
.story-review {
	border-top: 3px solid #000;
	padding: 1.5em 0;
	border-bottom: 3px solid #000;
}
.story-review h4 {
	color:#000;
	font-size:1.6em;
	font-weight:600;
	margin-bottom:0.7em;	
}
.best-review  h4 {
	color:#000;
	font-size:1.6em;
	font-weight:600;
	margin-bottom:0.7em;	
}
.story-review p {
	color:#000;	
	font-weight: 400;
	font-size: 1em;
	line-height:1.8em;
}
.best-review p span {
	color:#37a4c5;
	font-weight:600;
}
.best-review p {
	margin-top:0.8em;
}
.comments-section{
	padding:2em 0;
}
.comments-section-head-text h3 {
  font-weight: 700;
  font-size: 2em;
  font-style: normal;
  margin-bottom: 1.6em;
}
.comments-section-middle-grid{
	margin-left:2.5em;
}
.comments-section-grid {
	margin-bottom: 3.5em;
}
.comments-section-grid-image img{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.comments-section-grid-text{
	padding-left:1em;
}
.comments-section-grid-text h4 a{
	font-weight:900;
	font-size:16px;
	color:#464851;
	text-decoration: none;
}
.comments-section-grid-text h4 a:hover{
  color: #dfb636;
}
.comments-section-grid-text p{
	color:#464851;
	font-size:0.95em;
	font-weight:400;
	margin:0.3em 0 1em 0;
	line-height:1.7em;
}
.comments-section-grid-text span a{
	font-weight:600;
	font-style:italic;
	font-size:20px;
	color:#dfb636;
	text-decoration: none;
}
.comments-section-grid-text label{
	color:#7F8BA3;
	font-size:14px;
	font-weight:400;
	font-style:italic;
	margin-top:5px;
}
.comments-section-grid-text i.rply-arrow{
	width:25px;
	height:25px;
	background: url("../images/img-sprite.png") no-repeat -669px -94px;
	display: inline-block;
	vertical-align:middle;
}
.reply-section-head-text h3 {
  float: left;
  font-weight: 700;
  font-size: 2em;
  font-style: normal;
  margin-bottom: 1.6em;
}
.reply-section{
	padding:2em 0;
}
.blog-form input[type="text"], textarea {
	width: 100%;
	padding: 9px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #BBC4C9;
	margin-bottom: 2em;
	font-size: 15px;
	font-weight: 400;
	color: #7F8BA3;
	outline: none;
	font-style:normal;
}
.blog-form textarea {
	resize:none;
	height:11em;
}
.blog-form input[type="button"] {
	padding: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  outline: none;
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  font-style: normal;
  width: 20%;
}
.blog-form input[type="button"]:hover {
	background: #dfb636;
}
/*-- responsive-design starts-here --*/
@media screen and (max-width: 1280px) {
	.footer {
		padding: 3em 2em;
	}
	.news-left-grid h2 {
		font-size: 2.5em;	
		margin: 8px 0;
	}	
	.news-left-grid h3,.news-right-grid h3 {
		font-size: 2em;
	}
	.news-right-grid h5 {
		font-size: 1.3em;
	}
	.news-left-grid a {
		font-size: 1.2em;
		padding: 12px 21px 14px 11px;
	}
	.video iframe {
		min-height: 400px;
	}
	.review-slider {
		padding: 2.5em 0;
	}
	.header-info h1 {
		font-size: 2.6em;
	}
	p.age a {
		padding: 5px 10px;
	}
	p.age {
		font-size: 1em;
	}
	a.video, a.book {
		font-size: 1.2em;
		padding: 9px 22px 9px 13px;
		width: 75%;
		margin-top: 15px;
	}
	p.special {
		margin: 1.5em 0 2em 0;
	}
	.header {
		min-height: 586px;
	}
	.logo img {
		width: 90%;
	}
	.top-header {
		padding: 0.6em 2em 0.6em 2em;
	}
	.logo p {
		font-size: 1.2em;
		padding: 4px 0 4px 15px;
		margin: 8px 0 0px 5px;
	}
	.search input[type="text"] {
		font-size: 15px;
	}
	.yrw {
		margin: 1.3em 0;
	}
}
@media screen and (max-width: 1024px) {	
	i.home2 {
	  background: url('../images/img-sprite.png') no-repeat 13px -5px;
	  display: none;
	}
	i.home1 {
	  background: url('../images/img-sprite.png') no-repeat 13px -65px;
	  display: block;
	}
	i.videos1 {
	  background: url('../images/img-sprite.png') no-repeat -52px -65px;
	  display: none;
	}
	i.videos {
	  background: url('../images/img-sprite.png') no-repeat -52px -5px;
	  display: block;
	}
	i.booking1 {
	  background: url('../images/img-sprite.png') no-repeat -173px -61px;
	  display: none;
	}
	i.booking {
	  background: url('../images/img-sprite.png') no-repeat -173px -1px;
	  display: block;
	}
	i.watching1 {
	  background: url('../images/img-sprite.png') no-repeat -108px -61px;
	  display: none;
	}
	i.contact1 {
	  background: url('../images/img-sprite.png') no-repeat -227px -57px;
	  display: none;
	}
	i.contact {
	  background: url('../images/img-sprite.png') no-repeat -227px 3px;
	  display: block;
	}
	.menu {
		left: 3px;
	}
	.menu ul li a {
		padding: 8px 10px;
	}
	.video iframe {
		min-height: 360px;
	}
	.news {
		padding: 2em 1em;
	}	
	.news-left-grid p {
		font-size: 1.2em;
	}
	.news-left-grid h2 {
		font-size: 2.3em;
		margin: 7px 0;
	}	
	.news-left-grid h4 {
		font-size: 2em;
	}
	.news-right-grid p {
		font-size: 0.95em;
		line-height: 1.7em;
		/*height: 67px;*/
		overflow: hidden;
		margin-top: 0.35em;
	}
	.header {
		min-height: 471px;
	}
	.header-info {
		float: right;
		padding-top: 2em;
		width: 31%;
		margin-right: 2%;
	}
	.header-info h1 {
		font-size: 2.4em;
	}
	p.age {
		font-size: 0.95em;
	}
	p.special {
		margin: 1em 0 1em 0;
		height: 20px;
		overflow: hidden;
	}
	.logo {
		width: 20%;
	}
	.search input[type="submit"] {
		top: 10px;
		right: 1px;
	}
	.logo img {
		width: 85%;
	}
	.logo p {
		font-size: 1.1em;
		padding: 4px 0 4px 13px;
		margin: 8px 0 0px 0px;
	}
	.review-slider {
		padding: 1.5em 0;
	}
	.nbs-flexisel-item > img {
		width: 94%;
		margin: 0 3%;
	}
	.more-reviews {
		padding: 2em 0;
	}
	.top-header {
		padding: 1em 2em 1em 1em;
	}
	.search {
	  padding: 8px 8px;
	  width: 22%;
	  margin-top: 7px;
	}
	.span_top {
		padding: 1em 1em;
	}
	.v-search {
		margin-top: 6px;
	}
	.error-404 h2 {
		font-size: 11em;
		margin-top: 0.3em;
	}
	.error-404 {
		padding-top: 5.5em;
		min-height: 580px;
	}
	.main-contact {
		padding: 3em 3em;
	}
	.main-contact form input[type="submit"] {
		font-size: 1.3em;
		padding: 0.4em 2.5em;
	}
	.map iframe {
		min-height: 280px;
	}
	.reviews-section {
		padding: 2em 1em;
	}
	.side-bar {
		padding: 0;
	}
	a.span {
		font-size: 1em;
	}	
	p.dirctr {
		font-size: 0.95em;
		margin-bottom: 8px;
	}
	.rtm a,.wt a {
		font-size: 0.95em;
	}
	.rtm, .wt {
		width: 36%;
	}	
	p.info {
		font-size: 0.95em;
		margin: 5px 0px;
	}
	.review {
		margin-top: 2.8em;
	}
	.blog-form input[type="button"] {
		padding: 0.9em;
		font-size: 0.95em;
		width: 29%;
	}
	.single h3 {
		font-size: 1.4em;
		margin-bottom: 0.8em;
	}
	.single p {
		font-size: 1.1em;
	}
	.comments-section {
		padding: 2em 0 0 0;
	}
	.story-review p {
		font-size: 0.95em;
	}
	.best-review p {
		margin-top: 0.8em;
		font-size:0.95em;
	}
	.comments-section-grid-image {
		padding: 0;
	}
	p.ratingview {
		font-size: 0.95em;
		margin: 5px 0;
	}
	.rating{
		margin: 5px 10px;
	}
	.yrw {
		margin: 1em 0;
	}
	li.nbs-flexisel-item a img {
	  width: 100%;
	  padding: 0 3%;
	}
}
@media screen and (max-width: 800px) {
	i.home2 {
	  background: url('../images/img-sprite.png') no-repeat 13px 0px;
	  display: none;
	}
	i.home1 {
	  background: url('../images/img-sprite.png') no-repeat 13px -60px;
	  display: block;
	}
	ul#navigation {
		top: 129px;
        display:none;
	}
    
	ul#navigationsmall {
	  top: 109px;
      display:block;
	}
	p.claim {
		width: 80%;
		margin: 8px 0;
	}
	.footer {
		padding: 2em 1em;
	}
	.copyright {
		/*margin-top: 1.5em;*/
	}
	.menu ul li a {
		padding: 5px 5px;
	}
	.news-right-grid {
		margin-top: 2em;
	}
	.news-left-grid p {
		margin-top: 1.7em;
	}
	.video iframe {
		min-height: 320px;
	}
	.logo img {
		width: 100%;
	}
	.logo p {
		font-size: 1.1em;
		padding: 2px 0 4px 13px;
		margin: 7px 0 0px 18px;
		letter-spacing: 1px;
	}
	.logo {
		width: 20%;
	}
	.logo  a {
		width: 100%;
	}
	.header {
		min-height: 353px;
	}
	.header-info h1 {
		font-size: 1.8em;
	}	
	p.review.reviewgo {
		display: none;
	}
	p.age a {
		padding: 4px 8px;
		margin-right: 0.5em;
		border: 1px solid #3bd369;
	}
	.header-info {
		width: 32%;
	}
	a.video {
		display:none;
	}
	a.book {
		font-size: 1.1em;
		padding: 6px 17px 3px 11px;
		width: 47%;
		margin-top: 25px;
	}
	p.review {
		font-size: 1.5em;
	}
	.footer-left.touch {
	  margin-top: 1em;
	}
	.product-grid {
	  margin-top: 1em;
	}	
	.menu {
		top: 45px;
	}
	.search {
	  padding: 8px 8px;
	  width: 23%;
	  margin-top: 4px;
	}
	.search input[type="submit"] {
		top: 10px;
		right: 0px;
	}
	.right-content-heading-left {
		padding: 0 0 11px 0;
	}
	.content-grid {
		width: 30.333%;
	}
	.last-grid {
		display:none;
	}
	.content-grid h3 {
		height: 51px;
		overflow: hidden;
		margin-bottom:0.5em;
	}
	.v-search {
		margin-top: 7px;
	}
	.error-404 h2 {
		font-size: 9em;
		margin-top: 0.3em;
	}
	.error-404 {
		padding-top: 5.5em;
		min-height: 550px;
	}
	a.b-home {
		padding: 0.6em 1.8em;
	}
	.error-404 p {
		font-size: 1.2em;
	}
	.main-contact {
		padding: 2em 1em;
	}
	.side-bar {
	  padding: 0 15px;
	  margin-top: 3em;
	}
	.featured {
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
	}	
	.entertainment {
		border-bottom: 3px solid #000;
	}	
	.comments-section-grid-image {
		width: 15%;
		float: left;
		margin-right:3%;
	}
	.comments-section-grid-text {
		width:80%;
		float:left;
		padding-left:0;
	}
	.top-header {
		 padding: 1em 2em;
	}
}
@media screen and (max-width: 768px) {

    
	.footer-left {
	  margin-top: 1em;
	}
	.header {
		min-height: 390px;
	}
	.search {
		padding: 6px 8px;
		width: 23%;
		margin-top: 9px;
	}
	.search input[type="submit"] {
	  top: 7px;
	  right: 0px;
	}
	.news {
		padding: 2em 0em;
	}
	.news-left-grid h2 {
		font-size: 2.1em;
	}	
	.news-left-grid h3, .news-right-grid h3 {
		font-size: 1.8em;
	}
	.news-left-grid h4 {
		font-size: 1.7em;
	}
	.news-left-grid a {
		padding: 11px 19px 13px 9px;
	}
	.reviews-grids,.side-bar  {
		padding: 0;
	}
	.comments-section-head-text h3,.reply-section-head-text h3  {
		font-size: 1.8em;
		margin-bottom: 1em;
	}
	.comments-section-grid-text h4 a {
		font-size:14px;
	}
	.comments-section-grid {
		margin-bottom: 2.5em;
	}
	.comments-section-grid-text p {
		height: 64px;
		overflow: hidden;
	}
	.comments-section-grid-text span a {
		font-size:18px;
	}
	.team-grid {
	  margin-top: 2em;
	}
}

@media screen and (max-width: 640px) {
	p.claim {
		width: 85%;
		margin: 6px 0;
		font-size: 0.9em;
	}
	.menu ul li a {
		padding: 0px 0px;
	}
	.menu {
		left: 2px;
	}
	.search {
		margin-top: 5px;
	}
	.video iframe {
		min-height: 270px;
	}
	.logo p {
		font-size: 1em;
		padding: 2px 0 4px 10px;
		margin: 1px 0 0px 13px;
		letter-spacing: 0px;
	}
	.header {
		min-height: 325px;
	}
	p.review.reviewgo {
		display:block;
	}
	p.special {
		display:none;
	}
	.header-info h1 {
		font-size: 1.7em;
	}
	.header-info {
		padding-top: 1.5em;
		margin-right: 0%;
	}
	i.book1 {
		width: 30px;
		height: 25px;
		background: url('../images/img-sprite.png') no-repeat -219px -63px;
		margin-right: 5px;
		background-size: 268px;
	}
	a.book {
		font-size: 1em;
		padding: 10px 17px 7px 11px;
		width: 86%;
		margin-top: 25px;
	}
	.content-grid h3 {
		padding:1em 0;
	}
	.right-content {
		padding: 1.5em 1em;
	}
	.v-search {
		margin-top: 5px;
	}
	.error-404 {
		padding-top: 5.5em;
		min-height: 500px;
	}
	.contact-form {
		margin-top: 2em;
	}
	.main-contact form input[type="text"], .main-contact form textarea {
		padding: 8px 12px;
		border: 2px solid #000;
		font-size: 1.1em;
		margin-bottom: 1.2em;
		font-weight: 400;
	}
	.map iframe {
		min-height: 250px;
	}
	.contact_info h3 {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	.main-contact form textarea {
		height: 175px;
	}
	.wt a {
		display:none;
	}
	.rtm{
		width:50%;
	}
	.dropdown {
		width: 40%;
	}
	p.dirctr {
		font-size: 0.9em;
		margin-bottom: 7px;
		height: 22px;
		overflow: hidden;
	}
	p.info {
		font-size: 0.9em;
		margin: 3px 0px;
		height: 20px;
	}
	.single h3 {
		font-size: 1.25em;
		margin-bottom: 0.8em;
	}
	.single p {
		font-size: 1em;
	}
	.comments-section-head-text h3, .reply-section-head-text h3 {
		font-size: 1.65em;
		margin-bottom: 0.8em;
	}
	.blog-form input[type="text"], textarea {
		padding: 8px;
		margin-bottom: 1em;
		font-size: 14px;
	}
    .cssapartment h3 {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 480px) {
	.header-info {
		width: 50%;
		float: left;
		margin-left: 3em;
	}
	ul#navigation {
	  top: 109px;
      display:none;
	}
	ul#navigationsmall {
	  top: 109px;
      display:block;
	}
	a.book {
		width: 49%;
	}
	.product h3 {
		font-size: 2.2em;
	}
	.footer-left h3 {
		margin: 0 0 .5em 0;
	}
	.footer-left h3 {
		font-size: 24px;
	}
	.about-grid h3 {
		font-size: 1.6em;
	}
	.about-grid {
	  margin-top: 1em;
	}
	.about-team h3 {
		font-size: 1.6em;
	}
	.logo {
		width: 20%;
	}
	.logo p {
		display:none;
	}
	p.claim {
		width:100%;
	}
	.news-left-grid p {
		font-size: 1.15em;
	}
	.search {
		width: 35%;
	}
	.logo a {
		width: 100%;
	}
	.span_top {
		padding: 0.5em 1em;
	}
	h3.head {
		font-size: 1.5em;
	}
	.right-content-heading {
		margin: 0 0 2em 0;
	}
	.v-search {
		margin-top: 3px;
	}
	.error-404 {
		padding-top: 5.5em;
		min-height: 450px;
	}
	a.b-home {
		padding: 0.5em 1.7em;
	}
	.error-404 p {
		font-size: 1.1em;
	}
	.error-404 h2 {
		font-size: 7em;
		margin-top: 0.2em;
	}
	.main-contact p {
		font-size: 1em;
		word-spacing: 0px;	
	}
	.main-contact {
		padding: 2em 0em;
	}
	.side-bar {
		width: 72%;
	}
	a.span {
		font-size: 1.3em;
	}			
	p.ratingview {
		font-size: 0.9em;
		margin: 2px 0;
	}
	.rating {
		margin: 2px 10px;
	}
	.dropdown {
		width: 45%;
	}
	.rtm {
		width: 62%;
	}
	.blog-form input[type="button"] {
		padding: 0.8em;
		font-size: 0.9em;
		width: 45%;
	}
	.single h3 {
		font-size: 1em;
	}	
	.best-review h4 {
		font-size: 1.4em;
		margin-bottom: 0.5em;
	}
	.best-review {
		border-top: 2px solid #000;
	}
	.story-review {
		border-top: 2px solid #000;
		padding: 1.2em 0;
		border-bottom: 2px solid #000;
	}
	.c-rating {
		display: none;
	}
    .cssapartment h3 {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 320px) {
    .cssapartment h3 {
        font-size: 9px !important;
    }
    .logo a {
        width: 100%;
    }

    .search {
        padding: 6px 30px 6px 8px;
    }

    i.videos1 {
        background: url('../images/img-sprite.png') no-repeat -52px -60px;
        display: none;
    }

    i.videos {
        background: url('../images/img-sprite.png') no-repeat -52px 0px;
        display: block;
    }

    .header-info {
        width: 67%;
    }

        .header-info h1 {
            font-size: 1.3em;
        }

    .header {
        min-height: 290px;
    }

    .search input[type="text"] {
        font-size: 14px;
    }

    .top-header {
        padding: 1em;
    }

    .news-left-grid h2 {
        font-size: 1.45em;
    }

    .news-left-grid h3, .news-right-grid h3 {
        font-size: 1.5em;
    }

    .news-left-grid h4 {
        font-size: 1.4em;
    }

    i.book {
        width: 40px;
        height: 40px;
        background: url('../images/img-sprite.png') no-repeat -233px 2px;
        margin-right: 8px;
        background-size: 280px;
    }

    .product {
        padding: 0em 1em 2em;
    }

    .about-grid h4 {
        font-size: 1.3em;
    }

    .product h3 {
        font-size: 1.6em;
    }

    .footer {
        padding: 1em 1em;
    }

    .news-left-grid a {
        padding: 9px 17px 11px 7px;
        font-size: 1.1em;
    }

    .news-right-grid h5 {
        font-size: 1.1em;
        margin-bottom: 4px;
    }

    .logo {
        width: 20%;
    }

    .search {
        width: 40%;
    }

    .news-right-grid p {
        margin-top: 0;
    }

    .more-reviews {
        padding: 0 0 1.5em 0;
    }

    .news-grid {
        padding-bottom: 0.5em;
        margin-bottom: 1em;
    }

        .news-grid a {
            font-size: 1.2em;
        }

    .span_top {
        padding: 0.7em 0.8em;
    }

    h3.head {
        font-size: 1.4em;
    }

    .right-content-heading-left h3 {
        font-size: 1.1em;
    }

    .content-grid {
        width: 47%;
    }

    .right-content {
        padding: 1.2em 0.5em;
    }

    .last-grid {
        display: block;
    }

    .review-info {
        width: 100%;
    }

    .rtm {
        width: 63%;
    }

    p.rating {
        font-size: 0.875em;
    }

    .review {
        margin-top: 1.8em;
    }

    .side-bar {
        width: 100%;
    }

    .featured h3, .entertainment h3, .might h4 {
        font-size: 1.4em;
    }

    .error-404 h2 {
        font-size: 7.5em;
    }

    a.b-home {
        padding: 0.4em 1.4em;
    }

    .main-contact p {
        font-size: 0.9em;
    }

    .main-contact form input[type="text"], .main-contact form textarea {
        padding: 7px 11px;
        border: 1px solid #000;
        font-size: 1em;
        margin-bottom: 1em;
        font-weight: 400;
    }

    .contact_info h3 {
        font-size: 1.7em;
    }

    .map iframe {
        min-height: 200px;
    }

    .main-contact form textarea {
        height: 140px;
    }

    .main-contact form input[type="submit"] {
        font-size: 1.1em;
        padding: 0.3em 2em;
    }

    .contact_info {
        margin-top: 1.4em;
    }

    .blog-form input[type="button"] {
        width: 66%;
    }

    .reply-section {
        padding: 2em 0 0 0;
    }

    .story-review p {
        height: 156px;
        overflow: hidden;
    }
}
 ::-webkit-scrollbar {
        width: 5px;
        /*display:none !important;*/
    }
 
    


    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        /*background: #727CB6;*/
        background: #D6D4D4;
    }
    /*window scroll bar style*/
    ::-webkit-scrollbar { /* 1 */
    }

    ::-webkit-scrollbar-button { /* 2 */
    }

    ::-webkit-scrollbar-track { /* 3 */
    }

    ::-webkit-scrollbar-track-piece { /* 4 */
    }

    ::-webkit-scrollbar-thumb { /* 5 */
    }

    ::-webkit-scrollbar-corner { /* 6 */
    }

    ::-webkit-resizer {
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        /* background: #727CB6; */
        background: #D6D4D4;
    }


    
/*SLIDER*/
.slider {width:100%;height:100%;display:inline-block;}
.slider li img {width:100%;height:100%;}

#sequence {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 450px;
        Z-INDEX: -1;
}
#sequence > .sequence-canvas 	{height: 100%;width: 100%;}
#sequence > .sequence-canvas > li 	{position: absolute;width: 100%;height: 100%;z-index: 1;top:0;}
#sequence > .sequence-canvas li > * {position: absolute;-webkit-transition-property: left, opacity;-moz-transition-property: left, opacity;-ms-transition-property: left, opacity;-o-transition-property: left, opacity;transition-property: left, opacity;}

.info {
    left: 95%;
    /*margin-left: -570px;*/
     /*margin-left: -465px;*/
    width: 100%;
    max-width: 1140px;
    opacity: 0;
    top: 80%;
    z-index: 50;
    margin-left: -45%;
}
.animate-in .info {
    left: 45%;
    opacity: 1;
    -webkit-transition-duration: 4s;
    -moz-transition-duration: 4s;
    -ms-transition-duration: 4s;
    -o-transition-duration: 4s;
    transition-duration: 4s;
}
.animate-out .info 	{left:90%;opacity: 0;-webkit-transition-duration:4s;-moz-transition-duration:4s;-ms-transition-duration: 4s;-o-transition-duration:4s;transition-duration: 4s;}

.main-image {
    left: 0;
    bottom: 0;
    opacity: 0;
    position: relative;
    height: 450px !important;
    max-height: 100% !important;
    width: 100%;
    min-width: 100%;
}
.animate-in .main-image 		{left: 0;opacity: 1;-webkit-transition-duration: 4s;-moz-transition-duration: 4s;-ms-transition-duration: 4s;-o-transition-duration: 4s;transition-duration: 4s;}
.animate-out .main-image 	{left: 6%;opacity: 0;-webkit-transition-duration: 4s;-moz-transition-duration:4s;-ms-transition-duration: 4s;-o-transition-duration: 4s;transition-duration: 4s;}

.slider li	{font-size:1em;text-align:left;}
.info h2 {
    color: #3FBFB8;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    display: inline-block;
    margin: 0 0 3px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}
.info p {
    color:#fff;
    font-size: 1.5em;
    background:rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    display: inline-block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}


ul.con-icons li span {
    top: 3px;
    font-size: 18px;
    margin-right: 9px;
}
ul.con-icons li a {
    color: #9caec2;	
	text-decoration:none;
}
ul.con-icons li a:hover {
	color:#FDA30E;
}
ul.con-icons{
	margin:30px 0;
}
.fb_icons{
	margin-bottom:40px;
}
    .fb_icons li a {
        color: #23527c;
    }
.fb_icons  li{
	list-style-type:none;
	display:inline-block;
	margin:0 2px;
	overflow:hidden;
	height:40px;
}
.fb_icons li a{
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #9caec2;
}
.fb_icons  li a.fb{
    background: url(../images/social.png) no-repeat -48px -7px;
}
.fb_icons  li a.twit{
    background: url(../images/social.png) no-repeat -7px -7px;
}
.fb_icons  li a.goog{
    background: url(../images/social.png) no-repeat -88px -7px;
}
.fb_icons li a.pin{
    background: url(../images/social.png) no-repeat -130px -7px;
}
.fb_icons li a.drib{
    background: url(../images/social.png) no-repeat -171px -7px;
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FDA30E;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}