﻿	/* Common CSS Start */
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var,
	b, i,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
	    margin:0;
	    padding:0;
	    border:0;
	    outline:0;
	    font-size:100%;
	    vertical-align:baseline;
	    background:transparent;
	}
	
	body {
	    line-height:1;
	   -ms-word-break: normal;
		word-break: normal;
	}
	h2 {
		-ms-word-break: normal;
		word-break: normal;
	}
	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section { 
		display:block;
	}
	
	nav ul {
	    list-style:none;
	}
	
	blockquote, q {
	    quotes:none;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after {
	    content:'';
	    content:none;
	}
	
	a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		color: #000000;
		text-decoration: none;
		outline: none;
		-webkit-transition-property:color, text;
		-webkit-transition-duration: 0.3s, 0.3s;
		-webkit-transition-timing-function: linear, ease-in;
		-moz-transition-property:color, text;
		-moz-transition-duration:0.3s;
		-moz-transition-timing-function: linear, ease-in;
		-o-transition-property:color, text;
		-o-transition-duration:0.3s;
		-o-transition-timing-function: linear, ease-in;
	}
	a:hover {
		vertical-align: baseline;
		background: transparent;
		color: #009CE0;
		text-decoration: none;
	}
	ins {
	    background-color:#ff9;
	    color:#000;
	    text-decoration:none;
	}
	mark {
	    background-color:#ff9;
	    color:#000; 
	    font-style:italic;
	    font-weight:bold;
	}
	del {
	    text-decoration: line-through;
	}
	abbr[title], dfn[title] {
	    border-bottom:1px dotted;
	    cursor:help;
	}
	table {
	    border-collapse:collapse;
	    border-spacing:0;
	}
	hr {
	    display:block;
	    height:1px;
	    border:0;   
	    border-top:1px solid #cccccc;
	    margin:1em 0;
	    padding:0;
	}
	
	input, select {
	    vertical-align:middle;
	}
	/* Common CSS Ends */
	
	
	
	/* Scrolling for android & IOS 
	::-webkit-scrollbar {
	    width: 6px;
	    height: 6px;
	}
	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	}
	::-webkit-scrollbar-thumb {
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    background: rgba(204,204,204,0.8); 
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
	::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(255,0,0,0.4); 
	}
	 Scrolling for android & IOS Ends */
	
	
	
	/* Start */
	body, .footer {
		background-color: #691963;
	}
	.container {
		width: 100%;
		max-width: 1200px;
		background-color:#6f2469;
		margin: 0px auto;
	    padding: 0;
	    border: 0;
	    outline: 0;
	}
	
	.img-1, .img-2, .img-3, .img-4, .img-5, .img-6, .img-1 img, .img-2 img, .img-3 img, .img-4 img, .img-5 img, .img-6 img {
		width: 100%;
		max-width: 1200px;
		float:left;
	}
	.img-1 {
		position: relative;
	}
	.mazhavil-logo {
	    width: 13%;
	    height: 67%;
	    position: absolute;
	    z-index: 1;
	    top: 14%;
	    right: 4%;
	}
	.footer {
		font-family: Arial;
		font-size: 13px;
		color: #FFFFFF;
		line-height: 130%;
		padding: 30px 10px;
		overflow: hidden;
	}
	/* Ends */
	
	
	
	/* Social networks Start */
	.share {
		top: 10%;
		left: 3%;
		position: absolute;
		z-index: 2;
	}
	.share, .share-in {
	    text-align: center;
	    display: inline-block;
	    overflow: hidden;
	}
	.share-in {
		display: inline-block;
	}
	.share .share-icon {
		text-align: center;
		float: left;
		/*-webkit-filter: grayscale(100%);
	    filter: grayscale(100%);*/
	}
	/*.share .share-icon:hover {
		-webkit-filter: grayscale(1%);
	    filter: grayscale(1%);
	}*/
	.share-icon {
		width: 32px;
		margin: 10px 6px;
		display: block;
		cursor: pointer;
	}
	.share-icon img {
		width: 100%;
		display: block;
		-moz-filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.72));
	    -webkit-filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.72));
	    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.72));
	}
	.share-icon#wts_share {
		display: none;
	}
	.social-networks {
		/*width: auto;
		height: 30px;
		text-align: center;
		top: 350px;
		left: 37% !important;*/
		padding: 0px 0px 0px 0px;
		/*margin: 15px 0px 0px 0px;
		overflow: visible;
		position: absolute;
		z-index: 100;*/
	}
	/*@-moz-document url-prefix() {
		.social-networks {
			top: 100%;
		}
	}
	.social-networks:hover {
		height: 625px;
	}*/
	.social-networks .facebook {
		/*width: 120px;*/
		height: 23px;
		vertical-align: middle;
		text-align: right;
		padding: 0px;
		margin: 10px 0px 0px 0px;
		/*overflow: visible;
		display: inline;
		float: left;*/
	}
	/*.social-networks .facebook:hover {
		height: 625px;
	}*/
	/* Social networks End */
	
	
	
	
	/* Responsive Media Queries */
	@media screen and (max-width:2560px)
	{
		
	}
	
	@media screen and (max-width:1920px)
	{
		
	}
	
	@media screen and (max-width:1366px)
	{
		
	}
	
	@media screen and (max-width:1280px)
	{
		
	}
	
	@media screen and (max-width:1024px)
	{
			
	}
	
	@media screen and (max-width:980px)
	{
		
	}
	
	@media screen and (max-width:800px)
	{
		.share-icon#wts_share {
		    display: block;
		}
	}
	
	@media screen and (max-width:768px)
	{
		
	}
	
	@media screen and (max-width:700px)
	{
		
	}
	
	@media screen and (max-width:640px)
	{
		
	}
	
	@media screen and (max-width:600px)
	{
			
	}
	
	@media screen and (max-width:540px)
	{
			
	}
	
	@media screen and (max-width:480px)
	{
		
	}
	
	@media screen and (max-width:360px)
	{
		
	}
	
	@media screen and (min-width:1921px) and (max-width:2560px)
	{
		
	}
	
	@media screen and (min-width:1367px) and (max-width:1920px)
	{
		
	}
	
	@media screen and (min-width:1281px) and (max-width:1366px)
	{
		
	}
	
	@media screen and (min-width:1025px) and (max-width:1280px)
	{
		
	}
	
	@media screen and (min-width:981px) and (max-width:1024px)
	{
		
	}
	
	@media screen and (min-width:801px) and (max-width:980px)
	{
		
	}
	
	@media screen and (min-width:769px) and (max-width:800px)
	{
		
	}
	
	@media screen and (min-width:701px) and (max-width:768px)
	{
		
	}
	
	@media screen and (min-width:641px) and (max-width:700px)
	{
		
	}
	
	@media screen and (min-width:601px) and (max-width:640px)
	{
		
	}
	
	@media screen and (min-width:541px) and (max-width:600px)
	{
		
	}
	
	@media screen and (min-width:481px) and (max-width:540px)
	{
		
	}
	
	@media screen and (min-width:361px) and (max-width:480px)
	{
		
	}
	
	@media screen and (min-width:321px) and (max-width:360px)
	{
		
	}
	
	@media screen and (max-width:320px)
	{
		
	}
