@font-face {
    font-family: intro;
	src: url(../fonts/myFont.eot);
	src: url('../fonts/myFont.eot?#iefix') format('embedded-opentype'),
		 url(../fonts/myFont.otf) format('opentype'),
		 url(../fonts/myFont.ttf) format('truetype'),
		 url(../fonts/myFont.woff) format('woff'),
		 url(../fonts/myFont.svg) format('svg');
    font-weight: normal;
}
@font-face {
    font-family: MyWebFont;
	src: url(../fonts/Merienda-Regular.eot);
	src: url('../fonts/Merienda-Regular.eot?#iefix') format('embedded-opentype'),
		 url(../fonts/Merienda-Regular.ttf) format('truetype'),
		 url(../fonts/Merienda-Regular.woff) format('woff'),
		 url(../fonts/Merienda-Regular.svg) format('svg');
    font-weight: normal;
}
@font-face {
    font-family: MyFont;
	src: url(../fonts/LucidaCalligraphy-Italic.eot);
	src: url('../fonts/LucidaCalligraphy-Italic.eot?#iefix') format('embedded-opentype'),
		 url(../fonts/LucidaCalligraphy-Italic.ttf) format('truetype'),
		 url(../fonts/LucidaCalligraphy-Italic.woff) format('woff'),
		 url(../fonts/LucidaCalligraphy-Italic.svg) format('svg');
	font-weight: normal;
}

body {
	background:#000 url("../images/home-bg.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	background-attachment: fixed;
   	z-index:-9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #ffffff;
	line-height: 20px;
}
#about-me{
	background:#000000 url("../images/about-me.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}
#my-work{
	background:#000000 url("../images/my-work.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}
#achievement{
	background:#000000 url("../images/achievement.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}
#video-page{
	background:#000000 url("../images/video-bg.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}
#media-page{
	background:#000000 url("../images/media-bg.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}
#picture-gallery{
	background:#000000 url("../images/picture-gallery-bg.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}
#contact{
	background:#000000 url("../images/contant-bg.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}
p {padding:0; margin:0;}
h1{margin: 0; padding-left:0;}
h2 {margin-bottom: 10px; margin-top: 10px; margin-left:10px;}
a:focus{outline:none;}

.no-margin{margin:0;}
.row {margin-left: -5px; margin-right: -5px;}
.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-top-10{margin-top:10px;}
.margin-top-20{margin-top:20px;}
.margin-left-20{margin-left:20px;}
.margin-left-5{margin-left:5px;}
.margin-left-30{margin-left:30px;}
.padding-left-10{padding-left:10px;}
.padding-left-20{padding-left:20px;}
.margin-left{margin-left:30px;}
.margin-auto{margin:0 auto;}
.max-width-400 {max-width:400px;}

.logo {
	display:block;
	margin-top:2%;
	margin-left:1%;
	max-width:400px;
}
.menu-button {
	position: relative;
	left:32px;
	bottom:15px;
}

/*-----------------Navigation Start--------------------*/
.mobile-menu{display: none;}
.navigation {
	position:absolute;
	top:0;
	right:7%;
	display:block;
	z-index:1000;
	float:left;
	margin-top: 25px;
}
.navigation ul {
	list-style-type:none;
	display:inline;
}
.navigation ul li {
	list-style-type:none;
	display:block;
	float: left;
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
	margin-bottom:93px;
}
.ch-info-wrap
.ch-info{
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border:4px solid #fff;
}
.ch-info-wrap{
	top: 20px;
	left: 20px;
	background: #f9f9f9;
}
.ch-info > div {
	/*display: block;*/
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-back {
	opacity: 0;
	pointer-events: none;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	background: #000;
	/*border:4px solid #fff;*/
}
.about-me {background-image: url(../images/nav-images/about-me.png);}
.my-work {background-image: url(../images/nav-images/my-work.png);}
.achievements {background-image: url(../images/nav-images/achievements.png);}
.video-links {background-image: url(../images/nav-images/video.png);}
.picture-gallery {background-image: url(../images/nav-images/picture-gallery.png);}
.media {	background-image: url(../images/nav-images/media.png);}
.contact-me {background-image: url(../images/nav-images/contact-me.png);}

.ch-info h3{
	color: #fff;
	text-transform: capitalize;
	/*letter-spacing: 2px;*/
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	padding: 15px 0 0 0;
	height: 90px;
	font-family: 'Open Sans', Arial, sans-serif;
	-ms-text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	-moz-text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}
.ch-info h3 a{
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: rgba(255,242,34, 0.8);
}
.ch-item:hover .ch-info-wrap {
	box-shadow:0 0 0 0 rgba(255,255,255,0.8), inset 0 0 3px rgba(115,114, 23, 0.8);
	-ms-box-shadow:0 0 0 0 rgba(255,255,255,0.8), inset 0 0 3px rgba(115,114, 23, 0.8);
	-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.8), inset 0 0 3px rgba(115,114, 23, 0.8);
	-moz-box-shadow:0 0 0 0 rgba(255,255,255,0.8), inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-item:hover .ch-info-front {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 0;
	border:0px solid #fff;
}
.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}
#achieve a h3{
	font-size:14px;
	background-color: rgba(0,0,0,0.8);
    margin-left: -9px;
	margin-top:30px;
    max-height: 30px;
    min-width: 105px;
    padding: 6px 0 0;
}

/*-----------------Navigation End--------------------*/

/*-----------------Mobile Menu Start-----------------*/
.mobile-menu{
	display: none;
	position: absolute;
	right:2%;
	top:3%;
	z-index: 1;
}
.mobile-menu ul li{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 5px;
}
/*-----------------Mobile Menu End-----------------*/

.follow-me {
	font-family:verdana;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	position:relative;
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,0.4);
	padding: 0 2px;
}
.follow-me a{color:#fff;}
.facebook{border:2px solid #fff; border-radius:50%; padding:3px 5px;}
.welcome-text{
	position:absolute;
	left:2%;
	width:30%;
	font-family:intro;
	font-size:25px;
	color:#fce6bd;
	line-height:28px;
	padding:20px;
	margin-top:20px;
}
.welcome-text .namaste {font-size:48px;}
.quote {	margin-top:-35px;}
.welcome-text-mobile{display:none;}
.mobile-view-image{display:none;}
.footer{
	background-color:rgba(0,0,0,0.5);
	font-family:verdana;
	font-size:11px;
	color:#fff;
	position:absolute;
	bottom:0;
	margin-left:1%;
	padding:2px 5px;
	width:auto;
}
.footer a{
	color:#fff;
	text-decoration:none;
}
.main-content {
	width:45%;
	position: absolute;
	left:37%;
	padding:15px;
	min-height:75%;
	top:10%;
}
.scroll-content{max-height:500px;}
.page-heading {
	font-family: MyWebFont;
	font-size: 23px;
	font-weight:600;
	color: #f9d7ba;
	border-bottom:2px solid #f9d7ba;
}
.sub-heading{
	font-family: MyWebFont;
	font-size: 16px;
	color: #edacbe;
	margin-top:14px;
	font-weight:normal;
}
.main-content p{
	color:#e7ecf4;
	font-family:MyFont;
	font-size:14px;
	line-height:22px;
	margin:10px 0;
}
.main-content ul{
	list-style-type: none;
	margin-top:20px;
}
.main-content ul li{
	background-image: url(../images/list-icon.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding:0 0 0 20px;
	margin: 0 0 10px -25px;
	font-family: MyFont;
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
}
.main-content ul li a{
	text-decoration:none;
	color: #fff;
}
.main-content ul li a:hover{
	text-decoration:underline;
}
.main-content ul ul{
	margin-top:10px;
}
.main-content ul ul li{
	list-style-type: none;
	background-image:none;
	padding:0 0 0 5px;
}
.img-thumbnail {
    background-color:transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.icon{outline:none;}
.contact-form{
	width:70%;
	margin:20px auto 0;
	padding:20px;
	border:1px solid #ccc;
	border-radius:5px;
}
label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}
#pic-gallery h3{padding: 8px 0 0 0;}
.label-height{min-height:40px; margin:20px 0 0 0; font-family: MyFont;}
.highlight-text{color:#f1c9a7; font-size:16px;}
.gallery{margin:0 auto;}
.gallery-img {
	display: table-cell;
    vertical-align: middle;
	text-align:center;
	width:180px;
    height: 180px;
	border: 1px solid #ccc;
    margin: 10px;
}
.image-thumb{max-height:170px; max-width:170px;}
#loader{
	 z-index:999999;
	 display:block;
	 position:fixed;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
 }

.main-content .nav-tabs {border-bottom: none;}
.main-content .nav-tabs li {background-image:none; margin: 5px 0 5px 0;}
.nav-tabs > li > a {font-family:verdana; font-size:bold; font-size:16px;}
.nav-tabs > li > a:hover{border-color:transparent; text-decoration:none;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #333;
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: 0;
    color: #fff;
    cursor: default;
	width:55%;
}
.nav > li > a:hover, .nav > li > a:focus {background-color:transparent;}

.play {color:#fff; font-size:22px; position:absolute; right:220px; top:8px;}
.play a {color:#ffffff;}
.play a:hover, .play a:focus {color:#ffffff;}


/*Resposive*/
@media (min-width: 1280px) and (max-width: 1366px) {
.mobile-menu{display: none;}
.navigation {right:0;}
.ch-item {margin-bottom:80px;}
.ch-info-wrap .ch-info{width: 77px; 	height: 77px;}
.ch-info h3{font-size: 14px; padding: 8px 0 0 0; height: 85px;}
.ch-info h3 a{color: #fff; font-size:13px;}
.menu-button {left:23px;}
#achieve a h3{
	font-size:13px;
	margin-left: -15px;
	margin-top:20px;
    max-height: 25px;
}
#pic-gallery h3{padding: 1px 0 0 0;}
.scroll-content{max-height:450px;}
.main-content {left:39%; width:48%}
.image-thumb{max-height:150px; max-width:150px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  width:65%;
}
.play {right:130px; top:8px;}

}


@media only screen and (max-width: 1280px) {
.mobile-menu{display: none;}
.navigation {right:0;}
.ch-item {margin-bottom:80px;}
.ch-info-wrap .ch-info{width: 77px; height: 77px;}
.ch-info h3{font-size: 14px; padding: 10px 0 0 0; height: 90px;}
.ch-info h3 a{color: #fff;}
.menu-button {left:23px;}
.welcome-text{width:30%;}
.scroll-content{max-height:450px;}
.welcome-text .namaste {font-size: 40px;}
.welcome-text{
	width:35%;
	font-size:22px;
	padding:3% 1%;
	padding-bottom:0;
}
.play {right:130px; top:8px;}

}


@media (min-width: 992px) and (max-width: 1279px) {
.welcome-text{                                                                   /*Sayali_CSS*/
	line-height:23px; padding:20px;}
.welcome-text .namaste {font-size:38px;}
.menu-button {left:25px;}
.mobile-menu{display: none;}
.navigation {right:0;}
.ch-item{margin-bottom:82px;}
.ch-info-wrap .ch-info{
	width: 80px;
	height: 80px;
}
.ch-info-wrap{
	top: 20px;
	left: 20px;
	background: #f9f9f9 ;
}
#achieve a h3{
	font-size:13px;
	margin-left: -15px;
	margin-top:20px;
    max-height: 25px;
    min-width: 105px;
    padding: 6px 0 0;
}
#pic-gallery h3{	padding: 1px 0 0 0;}
.main-content {
	/* background:rgba(0,0,0,.9); */
	width:48%;
	left:37%;
	z-index:10;
}
.scroll-content{max-height:400px;}
.main-content p{color:#ffffff;}
.contact-form{width:80%;}
.image-thumb{max-height:130px; max-width:130px;}
.nav-tabs > li > a {font-size:14px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   width:80%;}
.play {right:130px; top:8px;}
}

@media (min-width: 769px) and (max-width: 991px) {
.logo img{width:300px;}
.mobile-menu{display: none;}
.navigation{right:0; top:1%;}
.ch-info  a h3{font-size: 12px; padding: 10px 0 0 0; height: 90px;}
.ch-item{margin-bottom:80px;}
.ch-info-wrap .ch-info{width: 78px; height: 78px;}
#achieve a h3{
	font-size:12px;
	margin-left: -15px;
	margin-top:20px;
    max-height: 25px;
    min-width: 105px;
    padding: 6px 0 0;
}
#pic-gallery h3{	padding: 1px 0 0 0;}
.menu-button {left:25px;}
.welcome-text{left:2%; width:35%; padding:20px;}
.welcome-text .namaste{font-size:28px;}
.welcome-text .quote{height:12px; width:18px; margin-top:-25px;}
.welcome-text p{font-size:21px; line-height:24px;}
.gallery-image{
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.gallery-img {	
	width:120px;
    height: 120px;	
}
.contact-form{width:90%;}
.main-content {width:48%; top:7%; left: 37%;}
.scroll-content{max-height:350px;}
.main-content p{color:#ffffff;}
.image-thumb{max-height:100px; max-width:100px;}
.nav-tabs-margin {margin-left:40px;}
.nav-tabs > li > a {font-size:14px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   width:100%;}
.play {right:120px; top:15px;}
}


@media (min-width: 481px) and (max-width: 768px) {
body {
	background:#611314 url("../images/home-bg-767.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	background-attachment: fixed;
   	z-index:-9;
}
#about-me{background:#000000;}
#my-work{background:#000000;}
#achievement{background:#000000;}
#video-page{background:#000000;}
#picture-gallery{background:#000000;}
#media-page{background:#000000;}
#contact{background:#000000;}
.logo {margin-top:1%; margin-left:1%; width:250px;}
.welcome-text{background-color:rgba(0,0,0,0.2); #611314; left:1%; width:32%; padding:20;}
.welcome-text .namaste{font-size:25px;}
.welcome-text .quote{height:10px; width:15px; margin-top:-22px;}
.welcome-text p{font-size:18px; line-height:20px;}
.navigation {display: none;}
.mobile-menu{display: block;}
.mobile-view-image{display:block;}
 #achieve h3 >a{
	font-size:11px;
	background-color:rgba(0,0,0,0.8);
	margin-left:-6px;
}
#pic-gallery h3{	padding:0;}
.navigation{right:1%;}
.ch-item {margin-bottom:71px;}
.ch-info-wrap .ch-info{
	width: 68px;
	height: 68px;
	border:3px solid #fff
}
.ch-info h3{	padding:0; height: 70px;}
.ch-info h3 a{color: #fff; font-size: 12px; font-weight: normal;}
.menu-button {left:20px;}
.main-content {
	background:#000;
	width:80%;
	left:2%;
	top:270px;
	margin-top:0;
	z-index:10;
}
.contact-form{width:75%;}
.image-thumb{max-height:140px; max-width:140px;}
.nav-tabs > li > a {font-size:14px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   width:100%;}
.play {right:130px; top:20px;}
}


@media only screen and (max-width: 480px) {
body{
	background:url("../images/mobi-bg.jpg") no-repeat;
	background-position: 50% 0%;
}
#about-me{background:#000000;}
#my-work{background:#000000;}
#achievement{background:#000000;}
#video-page{background:#000000;}
#picture-gallery{background:#000000;}
#media-page{background:#000000;}
#contact{background:#000000;}
.navigation {display: none;}
.mobile-menu{display: block;}
.mobile-view-image{display:block;}
.follow-me {font-size:11px; padding:2px;}
.welcome-text{    
	background-color: rgba(0, 0, 0, 0.6);								/*Sayali_CSS*/
	bottom:7%;									
	left:1%;
	width:95%;
	padding:2% 3%;
}
.welcome-text p{font-size:20px; line-height:20px;}
.welcome-text .namaste{font-size:26px;}
.main-content {
	background:#000;
	width:80%;
	left:4%;
	margin-top:0;
	z-index:10;
	top:250px;
}
.contact-form{width:75%;}
.main-content p{font-size:13px; line-height:20px;}
.highlight-text{font-size:13px;}
.image-thumb{max-height:140px; max-width:140px;}
.main-content .nav-tabs li {background-image: none; margin: 0; padding:0;}
.nav-tabs > li > a {font-size:11px;}
.nav > li > a {padding: 10px 5px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   width:100%;}
.play {right:100px; top:2px; z-index:1;}
}


@media (min-width: 321px) and (max-width: 479px) { 
body{
	background:url("../images/mobi-bg.jpg") no-repeat;
	background-position: 50% 0%;
}
#about-me{background:#000000;}
#my-work{background:#000000;}
#achievement{background:#000000;}
#video-page{background:#000000;}
#picture-gallery{background:#000000;}
#media-page{background:#000000;}
#contact{background:#000000;}
.logo {width:65%;}
.navigation {display: none;}
.mobile-menu{
	display: block;
	position: absolute;
	right:3%;
	top:3%;
}
.mobile-menu ul li{
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 10px;
}
.welcome-text{                                               /*Sayali_CSS*/
	bottom:7%;									
	left:1%;
	width:85%;
	font-size:18px;
	line-height:22px;
	padding:2% 3%;
}
.footer{text-align:center;}

.main-content {
	background-color: rgba(0, 0, 0, 0.9);
	width:80%;
	left:3%;
	margin-top:15px;
	z-index:10;
}
.contact-form{width:95%;}
.image-gallery{
	width: 90px;
	height: 90px;
	line-height: 100px;
}
.media-gallery{
	width: 90px;
	height: 90px;
	line-height: 100px;
}
.gallery-img {width:120px;  height: 120px;}
.image-thumb{max-height:100px; max-width:100px;}
.nav-tabs > li > a {font-size:11px;}
.nav > li > a {padding: 10px 5px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   width:100%;}
.play {right:80px; top:2px; z-index:1; font-size:18px;}
}


@media only screen and (max-width:320px) {
body{
	background:url("../images/mobi-bg.jpg") no-repeat;
	background-position: 50% 0%;
}
#about-me{background-color:#000; background-image:none;}
#my-work{background:#000000;}
#achievement{background:#000000;}
#video-page{background:#000000;}
#video-page{background:#000000;}
#picture-gallery{background:#000000;}
#media-page{background:#000000;}
#contact{background:#000000;}
.mobile-view-image{display:block;}
.logo {display:block; width:170px; height:auto;}
.navigation{display: none;}
.mobile-menu{display: block;}
.mobile-view-image{display:block;}
.mobile-view-image img{width:75%;}

.welcome-text{
	width:83%;
	bottom:7%;									
	left:1%;
	padding:2% 3%;
	height:auto;
}
.footer{font-size:10px;}
.main-content {
	background-color:#000000;
	width:80%;
	left:2%;
	margin-top:0;
}
.contact-form{width:95%;}
.image-gallery{
	width: 90px;
	height: 90px;
	line-height: 100px;
}
.media-gallery{
	width: 90px;
	height: 90px;
	line-height: 100px;
}
.scroll-content {max-height: 300px;}
.image-thumb{max-height:100px; max-width:100px;}
.mCSB_dragger_bar{background-color:#fff !important;}
.mCSB_scrollTools .mCSB_draggerRail {background-color: rgba(255,255,255,0.3) !important;}
.margin-left{margin-left:10px;}
.gallery-img {width:100px;height: 100px;}
.nav-tabs > li > a {font-size:11px;}
.nav > li > a {padding: 10px 5px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   width:100%;}
.play {right:80px; top:2px; z-index:1; font-size:18px;}
}

/*Resposive*/

.ss-error{
	color: red;
}
#thank-you{
	color: red;
	display:none;
}
#ss-success{
	color: red;
}
