.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 680px;
	margin: 0 auto;
	top:0;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:absolute;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 45%;
	margin-right: 13%;
	top: 30%;
	background: url("../images/line-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ei-title h2, .ei-title h3{
	text-align: right;
}

.ei-title h2 {
    color: #FFFFFF;
    float: right;
    font-family: 'Playfair Display',serif;
    font-size: 12px;
    font-style: italic;
    line-height: 50px;
    text-align: right;
	width:100%;
	background:url(../images/photor.png);
	background-position: right;
	background-repeat:no-repeat;
	padding-right:70px;
	/*margin-top:-50px;*/
}

.ei-title h3{
	text-transform: uppercase;
	color: #FFF;
	font:700 50px/45px "futura-pt",Arial Narrow,Helvetica Neue,Arial,Helvetica,sans-serif;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0;
}
.ei-slider-thumbs{
	height: 150px;
	margin: 0 auto;
	position: relative;
	top:200px;
	z-index:99;
	right:-45%;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 20px;
	width:20px;
	margin-top:5px;
	margin-bottom:5px;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
	text-indent: -9000px;
	background: url("../images/bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:25px;
	height:25px;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	
	background: url("../images/bullet.png") no-repeat scroll -46px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 23px;
/*	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;*/
}
.ei-slider-thumbs li a:hover{
	background: url("../images/bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ei-slider-thumbs li img{
	border:#FFF 5px solid;
	position: absolute;
	right: 73px;
	bottom:-20px;
	opacity: 0;
	z-index: 999;
	max-width: 190px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
       
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.glossymenu{
	display:none;
}
.moblogo{
	display:none;
	background:#fff;
	padding-bottom:0;
	padding-top:0;
}
.mobmenu{
	display:none;
}
.wrapper{
	display:block;
}

#ei-slider{
	display:block;
}


/* SHOW MORE */
#profile-description {
    width: 60%; 
	margin-top: 0; 
	position:relative;
}
#profile-description .text {
    width: 97%; 
	margin-bottom: 5px; 
	color: #777; 
	padding: 0 15px; 
	position:relative; 
	font-family: Arial; 
	font-size: 14px; 
	display: block;
}
#profile-description .show-more {
    width: 100%; 
	color:#FFF; 
	position:relative; 
	font-size: 12px; 
	padding-top: 5px; 
	height: 22px; 
	text-align: center;
	background:url(../images/more.png) center center;
	background-repeat:no-repeat; 
	cursor: pointer;
	margin-bottom:20px;
	margin-top:10px;
}
#profile-description .show-more:hover { 
    color:#CCC;
}
#profile-description .show-more-height { 
	height: 500px;
	overflow:hidden; }
#profile-description .show-more-height ul{
	list-style:circle outside;
	padding-left:20px;
}
#profile-description .show-more-height li{
	list-style:circle outside;
	line-height:20px;
}
/* SHOW MORE */
.section1{
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1000px;
	background:none;
	padding-top:0;
}
.row1{
	width:60%;
	display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
	clear:both;
}
.row2{
	width:25%;
	display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
/* FOOTER */
.fmenu{
	width:525px;
	height:40px;
	float:left;
	border-right:#036 1px solid;
	margin-right:10px;
	font-size:12px;
	color:#CCC;
	line-height:20px;
}
.fmenu a{
	color:#CCC;
	padding-left:10px;
	padding-right:10px;
	border-right:#036 1px solid;
	text-transform:uppercase;
}
.fmenu a.last{
	color:#CCC;
	padding-left:10px;
	padding-right:10px;
	border-right:none;
	clear:both;
}
.fmenu a:hover{
	color:#FFF;
}
.fmenu p{
	line-height:0;
	padding-left:10px;
	color:#CCC;
}
/* FOOTER */
/* FOOTER ICON */
.icon_1{
	width:auto;
	height:28px;
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_1:hover{
	opacity:1;
}
.icon_2{
	width:25px;
	height:28px;
	background:url(../images/icon_pr.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_2:hover{
	opacity:1;
}
.icon_3{
	width:20px;
	height:28px;
	background:url(../images/icon_t.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_3:hover{
	opacity:1;
}
.icon_4{
	width:29px;
	height:28px;
	background:url(../images/icon_y.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_4:hover{
	opacity:1;
}
.icon_5{
	width:28px;
	height:28px;
	background:url(../images/icon_g.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_5:hover{
	opacity:1;
}
.icon_6{
	width:13px;
	height:28px;
	background:url(../images/icon_f.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_6:hover{
	opacity:1;
}
/* FOOTER ICON */
/* COMMUNITY */
.community p{
	line-height:10px;
	padding:0;
	margin:0;
	color:#CCC;
	font:600 17px/26px "futura-pt",Arial Narrow,Helvetica Neue,Arial,Helvetica,sans-serif;
}
.community img{
	margin-left:-34px;
}
/* COMMUNITY */
.ficons{
	padding-top:25px;
	width:840px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
}
.footer {
    background: none repeat scroll 0 0 #244590;
    float: left;
    height: 135px;
    margin-bottom: -60px;
    position: relative;
    width: 100%;
    z-index: 99;
}
.back-to-top {
    bottom: 135px;
    display: none;
    position: fixed;
    right: 0;
    z-index: 2147483647;
	
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #244590;
}
.back-to-top:hover {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 35px solid #00adef;
}
.here{
    height: 17px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
	background:url(../images/title.png) left bottom no-repeat;
	float:left;
}
.here img{
	float:left;
	position:relative;
	margin-right:10px;
}
.here span{
	padding:0;
	height:25px;
	margin:0;
	padding-left:0px;
	padding-right:0px;
	color:#1550d6;
	font-size:12px;
	float:left;
	position:relative;
}
.here span a{
	color:#1550d6;
}
.here span img{
	margin:0;
	padding:0;
	margin:4px 3px;
	padding-left:3px;
	padding-right:3px;
}
.pagetitle{
	width:986px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:176px;
	background:url(../images/pagetitle.png);
	margin-top:-19px;
	margin-bottom:-157px;
	z-index:9999;
	position:relative;
	display:block;
}
.pagetitlemob{
	display:none;
	width:986px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:176px;
	background:url(../images/pagetitle.png);
	margin-top:-19px;
	margin-bottom:-157px;
	z-index:9999;
	position:relative;
}
/* PHOTO */
.photoscat{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	margin-bottom:200px;
}
.photoimg{
	position:relative;
	float:left;
	width:1000px;
	height:auto;
}
.photoimg img{
	position:relative;
	float:left;
	min-width:1000px;
	max-height:500px
}
.tumbimg{
	position:relative;
	float:left;
	width:106px;
	height:auto;
	margin:8px;
}
.tumbimg img{
	position:relative;
	float:left;
	width:106px;
	height:60px;
}
.photohere{
	margin-bottom: -178px;
	margin-left: 131px;
	padding-top: 140px;
}
/* PHOTO */
.phototitles{
	background:#eeeeee;
	height:auto;
	width:100%;
	float:left;
}
.phototitles p{
	padding:10px;
	color:#666666;
	text-align:center;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	z-index:9;
	display:none;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:9;
	display:none;
}
.contact1{
	border-right:1px solid #eee; 
	padding-right:30px; 
	padding-top:15px;
	width:40%;
	float:left;
	position:relative;
	text-align:right;
}
.contact2{
	padding-right:30px; 
	padding-top:15px;
	width:50%;
	float:left;
	position:relative;
}
.videocontainer{
	position:relative;
	float:left;
	width:650px;
	height:auto;
	display:block;
}
.videocomments{
	position:relative;
	float:left;
	width:650px;
	height:auto;
	display:block;
	background:#eeeeee;
}
.videocomments p{
	position:relative;
	float:left;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
}
.relatedvideos{
	width:305px;
	height:auto;
	float:left;
	position:relative;
	margin-left:10px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:#CCC solid 1px;
	padding-left:10px;
}
.relatedvideos h3{
	font-size:16px;
	width:305;
	height:auto;
	color:#036;
	background:#eeeeee;
	margin-left:-10px;
	margin-top:-10px;
	padding:10px;
	padding-left:13px;
}
.videosrel{
	width:120px;
	height:110px;
	float:left;
	position:relative;
	background:#244590;
	padding:8px;
	margin:5px;
}
.videosrel:hover{
	cursor:pointer;
	background:#6b9ee0;
}
.videosrel img{
	width:120px;
	height:80px;
}
.videosrel p{
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	font-size:12px;
	color:#FFF;
	line-height:14px;
}
.videocommentsmob{
	display:none;	
	width:100%;
	float:left;
	position:relative;
	height:auto;
}
.socialicons{
	padding-left: 0;
    position: relative;
    width: 100%;
}
.here span.mob{
	display:none;
	padding:0;
	height:25px;
	margin:0;
	padding-left:0px;
	padding-right:0px;
	color:#1550d6;
	font-size:12px;
	width:8px;
	float:left;
	position:relative;
}
.ticketform{
	float:left;
	width:100%;
	position:relative;
	height:auto;
}

/* VALID */
.contactus{
	height:auto;
	position:relative;
	width:100%;
	padding:10px;	
}
.label {
  width:100px;
  text-align:right;
  float:left;
  padding-right:10px;
  font-weight:bold;
}
#register-form label.error {
 	clear: both;
    color: #FB3A3A;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    padding-left: 24%;
    position: relative;
    text-align: left;
    width: 100%;
}
/* VALID */
/* MOBBBBB */
.lang{
	background: none repeat scroll 0 0 #003399;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 15px;
    margin-top: 45px;
    padding: 6px;
    position: fixed;
    right: 0;
    width: 50px;
    z-index: 2147483647;
	box-shadow: 0 1px 5px #fff;
	font-size:12px;
}
.lang a{
	color:#FFF;
}
.back-to-top {
    bottom: 135px;
    display: none;
    position: fixed;
    right: 0;
    z-index: 2147483647;
	
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #244590;
}
.back-to-top img{
	display:block;
}
.back-to-top:hover {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 35px solid #00adef;
}
.container{	
}
.cont1{
	background:url(../images/naadam_pic.png) #FFF;
    padding: 79px 0;
	padding-bottom:10px;
    position: relative;
    width: 100%;
    z-index: 999;
}
.moreto{
	height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -120px;
    width: 49px;
    z-index: 999;
	padding-left:852px;
	display:block;
}
.relatedphotos{
	position:relative;
	height:auto;
	width:102%;
	float:left;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:20px;
	padding:0;	
}
@media screen and (max-width: 830px) {
.moreto{
	height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -120px;
    width: 49px;
    z-index: 999;
	padding-left:852px;
	display:none;
}
.container{
	display:block;
}
.back-to-top {
    bottom: 1px;
    display: none;
    position:fixed;
    right: 0;
    z-index: 0;
	width:1px;
	height:1px;
	
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #244590;
	opacity:0.1;
}
.back-to-top img{
	display:none;
}
.back-to-top:hover {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #00adef;
	opacity:0.1;
	display:none;
	width:1px;
	height:1px;
}
.lang{
	background: none repeat scroll 0 0 #003399;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 15px;
    margin-top: -50px;
    padding: 6px;
    position:relative;
    right: 0;
    width: 50px;
    z-index: 2147483647;
	box-shadow: 0 1px 5px #fff;
	font-size:12px;
}
.lang a{
	color:#FFF;
}
/* VALID */
.contactus{
	height:auto;
	position:relative;
	width:100%;
	padding:10px;	
}
.label {
  width:100px;
  text-align:right;
  float:left;
  padding-right:10px;
  font-weight:bold;
}
#register-form label.error {
 	clear: both;
    color: #FB3A3A;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    padding-left: 24%;
    position: relative;
    text-align: left;
    width: 100%;
}
/* VALID */
.here{
    height: 17px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
	background:url(../images/title.png) left bottom no-repeat;
	float:left;
}
.here span.mob{
	width:8px;
	display:block;
	padding:0;
	height:25px;
	margin:0;
	padding-left:3px;
	padding-right:3px;
	color:#1550d6;
	font-size:12px;
	float:left;
	position:relative;
}
.here img{
	display:none;
}
.here span{
	padding:0;
	height:25px;
	margin:0;
	padding-left:0px;
	padding-right:0px;
	color:#1550d6;
	font-size:12px;
	float:left;
	position:relative;
}
.here span a{
	color:#1550d6;
}
.here span img{
	margin:0;
	padding:0;
	margin-left:3px;
	margin-right:3px;
	display:none;
}
.socialicons{
	float: left;
    padding-left: 24%;
    position: relative;
    width: 70%;
}
.videocommentsmob{
	display:block;	
}
.videocommentsmob p{
	text-align:center;
	padding:10px;
	
}

.relatedvideos{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin-left:10px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:#CCC solid 1px;
	padding-left:10px;
}
.videosrel{
	width:120px;
	height:110px;
	float:left;
	position:relative;
	background:#244590;
	padding:8px;
	margin:5px;
}
.videosrel:hover{
	cursor:pointer;
	background:#6b9ee0;
}
.videosrel img{
	width:120px;
	height:80px;
}
.videosrel p{
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	font-size:12px;
	color:#FFF;
	line-height:14px;
}

.videocontainer{
	position:relative;
	float:left;
	width:650px;
	height:auto;
	display:none;	
}
.contact1{
	border-right:none; 
	padding-right:0; 
	padding-top:15px;
	width:100%;
	float:left;
	position:relative;
	text-align:center;
}
.contact2{
	padding-right:0; 
	padding-top:15px;
	width:100%;
	float:left;
	position:relative;
	text-align:center;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	z-index:9;
	display:block;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:block;
}

.phototitles{
	background:#244590;
	height:auto;
	width:100%;
	float:left;
}
.phototitles p{
	padding:10px;
	color:#FFF;
	text-align:center;
	width:95%;
}
/* PHOTO */
.photohere{
	margin-bottom: -50px;
	margin-left: 0;
	padding-top: 10px;
}
.photoscat{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	margin-bottom:200px;
}
.photoimg{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.photoimg img{
	position:relative;
	float:left;
	min-width:400px;
	max-height:500px;
	width:100%;
}
.tumbimg{
	position:relative;
	float:left;
	width:106px;
	height:auto;
	margin:8px;
}
.tumbimg img{
	position:relative;
	float:left;
	width:106px;
	height:60px;
}
/* PHOTO */
.pagetitle{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:176px;
	background:#FFF;
	margin-top:0;
	margin-bottom:-157px;
	z-index:9999;
	position:relative;
	display:block;
}
.pagetitlemob{
	display:none;
	width:986px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:176px;
	background:url(../images/pagetitle.png);
	margin-top:-19px;
	margin-bottom:-157px;
	z-index:9999;
	position:relative;
}
.pagetitlemob

/* COMMUNITY */
.community{
	color: #CCCCCC;
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
    padding-top: 3px;
    width: 100%;
	position:relative;
}
.community p{
	line-height:10px;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	color:#CCC;
	font:600 17px/26px "futura-pt",Arial Narrow,Helvetica Neue,Arial,Helvetica,sans-serif;
}
.community img{
	margin-left:-34px;
}
/* COMMUNITY */
/* FOOTER ICON */
.icon_1{
	width:25px;
	height:28px;
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_1:hover{
	opacity:1;
}
.icon_2{
	width:25px;
	height:28px;
	background:url(../images/icon_pr.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_2:hover{
	opacity:1;
}
.icon_3{
	width:20px;
	height:28px;
	background:url(../images/icon_t.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_3:hover{
	opacity:1;
}
.icon_4{
	width:29px;
	height:28px;
	background:url(../images/icon_y.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_4:hover{
	opacity:1;
}
.icon_5{
	width:28px;
	height:28px;
	background:url(../images/icon_g.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_5:hover{
	opacity:1;
}
.icon_6{
	width:13px;
	height:28px;
	background:url(../images/icon_f.png);
	cursor:pointer;
	opacity:0.6;
	float:left;
	margin-left:8px;
	margin-right:8px;
}
.icon_6:hover{
	opacity:1;
}
/* FOOTER ICON */
/* FOOTER */
.fmenu{
	width:100%;
	height:40px;
	float:left;
	border-right:#036 1px solid;
	margin-right:0;
	font-size:12px;
	color:#CCC;
	line-height:20px;
}
.fmenu a{
	color:#CCC;
	padding-left:10px;
	padding-right:10px;
	border-right:#036 1px solid;
	text-transform:uppercase;
	float:left;
}
.fmenu a.last{
	color:#CCC;
	padding-left:10px;
	padding-right:10px;
	border-right:none;
	clear:both;
}
.fmenu a:hover{
	color:#FFF;
}
.fmenu p{
	color: #CCCCCC;
    float: left;
    line-height: 0;
    padding-left: 0;
    position: relative;
    text-align: center;
}
/* FOOTER */
	/* SHOW MORE */
#profile-description {
    width: 100%; 
	margin-top: 0; 
	position:relative;
}
#profile-description .text {
    width: 90%; 
	margin-bottom: 5px; 
	color: #666; 
	padding: 0 15px; 
	position:relative; 
	font-family: Arial; 
	font-size: 14px; 
	display: block;
}
#profile-description .show-more {
    width: 100%; 
	color:#FFF; 
	position:relative; 
	font-size: 12px; 
	padding-top: 5px; 
	height: 22px; 
	text-align: center;
	background:url(../images/more.png) center center;
	background-repeat:no-repeat; 
	cursor: pointer;
	margin-bottom:20px;
	margin-top:10px;
}
#profile-description .show-more:hover { 
    color:#CCC;
}
#profile-description .show-more-height { 
	height: 500px;
	overflow:hidden; }
/* SHOW MORE */
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: 220px;
		background: #244590;
		opacity:0.8;
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
	.ei-slider-thumbs{
		top:360px;
	}
	.ei-slider-thumbs{
		top:60px;
	}
	.section1{
		width:97%;
		padding-top:20px;
	}
	.cont1{
		background:url(../images/naadam_pic.png) #FFF;
		padding: 60px 0;
		position: relative;
		width: 98%;
		z-index: 999;
	}
	.row1{
		width:90%;
		margin-left:0;
	}
	.row2{
		width:94%;
		margin-left:0;
		padding-left:20px;
	}
	h3{
		width:100%;
	}
	p{
		width:100%;
	}
	.menus{
		display:none;
	}
	.ei-slider-large li img{
		width:910px;
	}
	.photo{
		height: 150px;
		margin: 0 auto;
		position:relative;
		top:150px;
		z-index:99;
		right:-86%;
	}
	.ei-title h2:after {
		content: "";
			display: inline-block;
			position: absolute;
			right: 15px;
			top: -208px;
			width: 28px;
			height: 21px;
			/*background: url("../images/photo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
			background-repeat:no-repeat;
		}
	.ei-title h2{
		font-size: 14px;
		line-height: 30px;
		font-family: 'Playfair Display', serif;
		font-style: italic;
		color: #fff;
		text-align:right;
		float:right;
		margin-right:40px;
		margin-top:-198px;
		padding-left:10px;
		padding-right:10px;
		display:inline-block;
		text-shadow:1px 1px #000;
		background:none;
	}
/* FOOTER */
.footer {
    background: none repeat scroll 0 0 #244590;
    float: left;
    height: auto;
    margin-bottom: -60px;
    position: relative;
    width: 100%;
    z-index: 99;
}
.ficons{
	padding-top:25px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	float:left;
	text-align:center;
}
.fmenu{
	width:100%;
	height:auto;
	float:left;
	border-right:none;
	margin-right:0;
	font-size:12px;
	color:#CCC;
	line-height:20px;
	text-align:center;
}
.fmenu a{
	color:#CCC;
	padding-left:10px;
	padding-right:10px;
	border-right:none;
	text-transform:uppercase;
	width:94%;
}
.fmenu a.last{
	color:#CCC;
	padding-left:10px;
	padding-right:10px;
	border-right:none;
	clear:both;
}
.fmenu a:hover{
	color:#FFF;
}
.moblogo{
	display:block;
}
.mobmenu{
	background:#3b5998; 
	height:43px; 
	padding-top:8px; 
	margin-bottom:-10px;
	display:block;
}

/* MOBMENU   */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/
border-bottom-width: 0;
display:block;
border-top:#CCC 1px solid;
}

.glossymenu a.menuitem{
	background: none repeat scroll 0 0 #3B5998;
    border-bottom: 1px solid #2A467F;
    color: #FFFFFF;
    display: block;
    font: 12px "Arial","Trebuchet MS",Verdana,Helvetica,sans-serif;
    padding: 14px 0 14px 4px;
    position: relative;
    text-decoration: none;
    width: auto;
	text-transform:uppercase;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background:#30b6e4;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
    margin: -10px 0 10px;
    padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #808080;
    height: 20px;
    line-height: 0;
    margin: 0 0 -10px;
    padding: 0;
}

.glossymenu div.submenu ul li a{
	color: #3154a3;
    display: block;
    font: 12px "Arial","Trebuchet MS",Verdana,Helvetica,sans-serif;
    padding: 2px 0 2px 5px;
    text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

-->
</style>
.wrapper{
	display:none;
}

#ei-slider{
	display:none;
}
}