@CHARSET "ISO-8859-1";
.post-right-inner .popup
{ 
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
}
.post-right-inner .popup:hover 
{ 
	-webkit-transform: scale(1.1); 
	-moz-transition: scale(1.1); 
	transform: scale(1.1);
}
#main-content
{
	margin-top:35px;
}
.top-header 
{
    background-color: rgba(149,36,30,0.92);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    height: 35px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.browserIE7 .top-header,
.browserIE8 .top-header
{ 
    background-color: rgb(149,36,30);
}
.top-header ul
{
	margin: 0px;
	padding: 0px;
}
.top-header ul li, .top-header ul li a, #send-gifts-to-sri-lanka li a 
{
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.25s linear 0s;
    list-style-type: none;
}
.top-header ul li 
{
    float: left;
    list-style-type: none;
}
.top-header ul li:hover
{
	background-color:#731C15;
}
.top-header ul li, .top-header ul li a, #send-gifts-to-sri-lanka li a 
{
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px 5.5px;
    text-decoration: none;
    transition: all 0.25s linear 0s;
    height:15px;
}
.browserIE .top-header ul li, 
.browserIE .top-header ul li a, 
.browserIE #send-gifts-to-sri-lanka li a 
{
	padding-right: 4px;
}
.browserChrome .top-header ul li, 
.browserChrome .top-header ul li a, 
.browserChrome #send-gifts-to-sri-lanka li a 
{
	padding-right: 4px;
}
#my-dashboard 
{
    /*background-image: url("../images/icons/bullet_arrow_down.png");
    background-position: 77px 15px;*/
    background-repeat: no-repeat;
    cursor: pointer;
    width: 90px;
}
.dropdown-menu
{
	position: fixed;
	padding: 0px;
	background: #fff;
	overflow:hidden;
	width: 200px;
	z-index:1999;
	top:34px;
	box-shadow:0px 1px 2px 3px #9A190A;
	border-radius:9px;
	margin: 0px;
}
.browserIE7 .dropdown-menu,
.browserIE8 .dropdown-menu
{
	border:1px solid #9A190A;
}
.dropdown-menu ul
{
	margin:0px;
	padding:0px;
}
.dropdown-menu li
{
	list-style-type: none;
	border-bottom: 1px solid;
	float: none;
	background-repeat:  no-repeat;
}
.dropdown-menu li span
{
	font-style: italic;
}
.dropdown-menu li a 
{
    color: #464646;
    display: block;
    font-size: 12px;
    padding: 3px 7px;
    text-decoration: none;
    width: 100% !important;
}
.dropdown-menu li a:hover
{
	transition:all 0.15s linear 0s;
	color:#fff;		
   	   		
    background:linear-gradient(#9C342E, #9C342E) repeat scroll 0 0 #9C342E;
	
	background: -moz-linear-gradient(center top , #9C342E 10%, #9C342E 100%) repeat scroll 0 0 transparent;
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9C342E), to(#9C342E)); 
      
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #9C342E, #9C342E); 
      
    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #9C342E, #9C342E); 
      
    /* IE 10 */ 
    background: -ms-linear-gradient(top, #9C342E, #9C342E); 
      
    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #9C342E, #9C342E);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C342E', endColorstr='#9C342E');    
   	   
	text-shadow: 0 0 18px rgba(1, 126, 192, 0.25);
}

#dropdown-arrow
{
	position: fixed;
	top:26px;	
	z-index:2000;
}
.revamp li a
{
	font-size: 19px !important;
}
.revamp div
{
	overflow: hidden;
}
.browserChrome .revamp li a
{
	font-size: 18px !important;
}
.revamp ul
{
	padding-left: 0px;
}
.revamp h1
{
	padding:20px;
}
.revamp li 
{
    background-image: url("../images/tick.gif");
    background-position: 0 10px;
    background-repeat: no-repeat;
    font-size: 17px;
    line-height: 45px;
    list-style-type: none;
    padding-left: 35px;
    color:#4F4F4F;
    opacity:0.8;
    cursor:pointer;
	transition:all 0.1s ease-in-out;
}

.revamp li:hover
{
    opacity:1.0;
    color:#9A1A33;
	
	/*transform: scale(1.1);
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);*/
}
.revamp h1 img
{
	float: right;
	cursor: pointer;
	opacity:0.7;
	position:relative;
	z-index:100;
	padding: 5px;
}
.revamp h1 img:hover
{
	opacity:1.0;
	top:-3px;
}
.revamp span 
{
    font-size: 12px;
    position: relative;
    top: -6px;
}
.bullet_points p
{
	background-image: url("../images/tick.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    font-size: 17px !important;
    line-height: 35px;
    list-style-type: none;
    padding-left: 35px;
    color:#4F4F4F;
    background-position: 0px 8px;
    padding-bottom:20px;
    margin-bottom:0px !important;
}
.revamp
{
	box-shadow:0 0 12px rgba(0, 0, 0, 0.4);
}
.revamp img
{
	/*max-width: 310px;*/
}
.learn_more
{
    /*background-image: linear-gradient(#FBC717, #EE5805);*/
    
    background: #299a0b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzM2YjcwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #299a0b 0%, #36b70e 16%, #299a0b 60%, #299a0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(16%,#36b70e), color-stop(60%,#299a0b), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #299a0b 0%,#36b70e 16%,#299a0b 60%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #299a0b 0%,#36b70e 16%,#299a0b 60%,#299a0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #299a0b 0%,#36b70e 16%,#299a0b 60%,#299a0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #299a0b 0%,#36b70e 16%,#299a0b 60%,#299a0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-8 */    
    
    border: 1px solid #299a0b;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 2px 3px rgba(0, 0, 0, 0.15);
    color: white !important;
    text-decoration:none !important;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 33px;
    line-height: 33px;
    margin-top: 15px;
    outline: 0 none;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #B75600;
    transition: all 0.1s ease 0s;
    float:right;
}
.browserIE7 .learn_more,
.browserIE8 .learn_more,
.browserIE9 .learn_more
{
	background-color:#FBC717;
}
.browserIE7 .learn_more:hover,
.browserIE8 .learn_more:hover,
.browserIE9 .learn_more:hover
{
	background-color:#EE5805;
}
.learn_more:hover
{
	 background: #36b70e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzM2YjcwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTlhMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #36b70e 0%, #299a0b 16%, #36b70e 60%, #36b70e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36b70e), color-stop(16%,#299a0b), color-stop(60%,#36b70e), color-stop(100%,#36b70e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #36b70e 0%,#299a0b 16%,#36b70e 60%,#36b70e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #36b70e 0%,#299a0b 16%,#36b70e 60%,#36b70e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #36b70e 0%,#299a0b 16%,#36b70e 60%,#36b70e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #36b70e 0%,#299a0b 16%,#36b70e 60%,#36b70e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b70e', endColorstr='#36b70e',GradientType=0 ); /* IE6-8 */
}


.slick
{
	border-radius:none !important;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	/*box-shadow:0 1px 3px #8493A6;*/
}
.slick div
{
	background-color: #fff;
	margin-top: 0px;
}
.slick div table td
{
	padding: 5px 10px;
}
#overseas_country, #australian_postcode
{
	margin: 0px;
}

.error-class, .error-border
{
    border: 2px solid red !important;
    box-shadow: 0 1px 3px #8493A6;
}
.error-div, #error-div 
{
    background-color: #FFCECE !important;
    background-image: url("../images/icons/no.gif");
    background-position: 11px 7px;
    background-repeat: no-repeat;
    border: 1px solid #D45656;
    color: #DD4100;
    margin: 20px !important;
    padding: 10px 10px 10px 40px;
    width: 90%;
    
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url('border-radius.htc');
    
    font-size:12px;
}
.error-div ul, #error-div ul 
{
    padding-left: 20px;
    padding-top: 5px;
}
.error-div li, #error-div li 
{
	line-height:20px;
}
div.error-class 
{
    background-color: #FFCECE;
    background-image: url("../images/icons/error.png");
    background-position: 8px 13px;
    background-repeat: no-repeat;
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url('border-radius.htc');
    
    color: #DD4100;
    padding: 20px 20px 20px 46px;
    margin:20px 0;
    width:90%;
    line-height: 20px;
}
div.success-class
{
    border: 3px solid #B0DA44 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	background-color: #D5ED95 !important;
    background-image: url("../images/icons/success.png");
    background-position: 8px 13px;
    background-repeat: no-repeat;
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url('border-radius.htc');
    
    color: #000;
    padding: 20px 20px 20px 46px;
    margin:20px 0;
    width:90%;
    line-height: 20px;
}
div.success-class h3
{
	margin: 0px;
	padding-bottom:5px;
}
#kadamandiya-services td
{
	font-size: 15px;
}
#kadamandiya-services img
{
	width: 60px;
}
.like-ad,
.like-post,
.like-post img
{
	cursor: pointer;
}
.like-ad img
{
	position: relative;
	top:10px;
}
#bookmark-div
{
	display: block !important;
	clear: both !important;
	width: 100%;
	padding: 5px 0 15px;
}
.like-ad-div
{
	display: block !important;
	clear: both !important;
	width: 100%;
	padding: 5px 0 15px;
}

#total-competition-points
{
	color:#FE5722;
	font-size: 30px;
	font-weight: bold;
}
#post-right
{
	padding-bottom: 20px;
	text-align: center;
	background-color: #fff !important;
	margin-bottom: 10px;
}
#post-right h2
{
	color: #3B5998;
	margin: 20px 0 10px 0;
	font-size: 20px;
	text-align: center;
}

.listing
{
	
}
.running-man
{
	min-height: 500px;
}
.slide-image 
{
    background-color : transparent !important;
    position: absolute;
    transition:left 0.4s ease 0s;
    -webkit-transition:left 0.4s ease 0s;
	-moz-transition:left 0.4s ease 0s;
    top:110px;
    overflow: hidden;
    z-index: 1;
}
.revamp a
{
	font-size: 19px !important;
}
.slide-image img
{
	float: left;
}
.slide-image .head
{
    position: relative;
    cursor: pointer;
}
#dashboard-intro
{
    left: -560px;
    top:125px;
}
#dashboard-intro .head
{
    top: 250px;
    left:-11px;
}
#new-look
{
	left: 670px;
    top:25px;
}
#new-look .head
{
	top:310px;
	left:1px;
}
#new-look .screenshot 
{
    margin-left:88px;
}
#iphone-image
{
	width: 106%;
	margin-left: 5px;
}
#new-dashboard-image
{
	width: 95%;
	margin-left: 2%;
}
#dashboard-marketplace
{
	left: -560px;
    top:100px;
}
#dashboard-marketplace .head
{
	top:250px;
	margin-left: -3px;
}
#stats-ananlytics
{
	left: 670px;
    top:25px;
}
#stats-ananlytics .head
{
	top:310px;	
}
#analytics-image
{
	margin-left: 88px;
}
#balloons
{
    position: absolute;
    right: 10px;
    top: 10px;
}