body {
    padding-top: 0px !important; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
color:#183843 }

a:hover{
	color:#25c1de;
	text-decoration:none;
}
a:focus{
	outline:none !important;
}
.logo{
	z-index:1000 !important;
	position:relative;
	bottom:-15px;
	width: auto !important;
}
.marg-left{
	margin-left:25% !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
margin-top: 0 !important;
margin-bottom: 5px !important;
color:#083f49 !important;
}

/*--- Nav -------*/
.navbar-inverse {
	background: #25c1de !important;
	background-color: #25c1de !important;
	border-color: #25c1de !important;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow:none !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
	font-size:15px;
	font-weight:normal;
	 padding: 15px 7px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #066475 !important;
	background-color: transparent
}
/*-------------*/
.textinput{
	border:1px solid #fff !important;
	padding:5px 10px  !important;
	box-shadow:none !important;
	border-radius:0px !important;
	margin:10px 10px 5px 10px !important;
	width:90% !important;
	font-size:15px !important;
	height: auto;
}
.textinput1{
	border:1px solid #fff !important;
	padding:3px 5px  !important;
	box-shadow:none !important;
	border-radius:0px !important;
	margin:15px 5px 5px 5px !important;
	width:65% !important;
	font-size:12px !important;
	display:inline-block;
}
.search-btn{
-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);

border:none;
cursor:pointer;
border-radius:5px;
color:#fff;
padding:4px 5px;
margin:10px 0 5px 0;

background: #d9edd8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZWRkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2Q5ZWRkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2M0ZDNjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGQzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d9edd8 0%, #d9edd8 53%, #c4d3c1 56%, #c4d3c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9edd8), color-stop(53%,#d9edd8), color-stop(56%,#c4d3c1), color-stop(100%,#c4d3c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9edd8 0%,#d9edd8 53%,#c4d3c1 56%,#c4d3c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9edd8 0%,#d9edd8 53%,#c4d3c1 56%,#c4d3c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9edd8 0%,#d9edd8 53%,#c4d3c1 56%,#c4d3c1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9edd8 0%,#d9edd8 53%,#c4d3c1 56%,#c4d3c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9edd8', endColorstr='#c4d3c1',GradientType=0 ); /* IE6-8 */

}
.search-btn:hover{
	background: #C4D3C1; 
}
.top-textinput{
	border:1px solid #25c1de !important;
	border-radius:2px !important;
	padding:3px 10px !important;
	margin:5px 0 2px 10px !important;
	box-shadow:none !important;
	width:45% !important;
}
.login-btn,a.submit, input[type="submit"],.button_orange{
-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);

border:none;
cursor:pointer;
border-radius:5px;
color:#fff;
padding:3px 15px;
margin:5px 0 5px 0;

background: #eb7a43; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViN2E0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2ViN2E0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2Q1NmIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNTZiMzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eb7a43 0%, #eb7a43 54%, #d56b39 55%, #d56b39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb7a43), color-stop(54%,#eb7a43), color-stop(55%,#d56b39), color-stop(100%,#d56b39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eb7a43 0%,#eb7a43 54%,#d56b39 55%,#d56b39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eb7a43 0%,#eb7a43 54%,#d56b39 55%,#d56b39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eb7a43 0%,#eb7a43 54%,#d56b39 55%,#d56b39 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eb7a43 0%,#eb7a43 54%,#d56b39 55%,#d56b39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7a43', endColorstr='#d56b39',GradientType=0 ); /* IE6-8 */
}
.login-btn:hover, a.submit:hover,input[type="submit"]:hover, a.button_orange:hover{
	background: #d56b39; 
}
a.login-btn:hover, a.button_orange:hover{color: #fff;}
input[type="submit"],a.submit{
   padding: 3px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.text-desk-right{
	text-align:right !important;
}
.border-right{
	border-right:1px solid #25c1de;
}
.heading{
	color:#083f49;
	font-size:21px;
	font-family:"Century Gothic", "Open Sans", sans-serif;
	line-height:25px;
	margin:10px 0 20px 0;
}
.subheading{
	color:#ea7b44;
	font-size:17px;
	font-family:"Century Gothic", "Open Sans", sans-serif;
	line-height:22px;
	margin:10px 0 10px 0;
}
.tbl td{
	padding:5px;
}
.tbl span{
	font-size:11px;
}
.heading-tbl{
	color:#fff;
	background:#25c1de;
	text-align:center;
	border:1px solid #fff;
	border-radius:6px 6px 0 0;
	text-transform:uppercase;
	padding:7px 10px;
	min-height:30px;
}
.lineheight30{
	line-height:30px !important;
}
.display-inline{
	display:inline-block !important;
}
.social-link{
	background:#25c1de;
	padding:0 10px;
	margin:20px 0 10px 0;
}
.social-link a{
	color:#fff;
	font-size:40px;
}
.social-link ul {
    margin: 0;
    padding: 0;
}

.social-link li {
    display: inline-block;
    line-height: 25px;
    margin-bottom: -1px;
    margin-top: 10px;
    padding: 5px 10px 0;
}

.social-link li.active {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 0 0;
}
.social-link li.active a {
    color: #083f49;
}
.social-link a:hover{
	color:#083f49;
}
.moveup{
	top:-10px !important;
}
.link{
	font-size:10px !important;
	color: #444;
	line-height:10px !important;
}
.recommed_area textarea{
	border:1px solid #25c1de !important;
	padding:5px !important;
	min-height:80px !important;
	border-radius:0 !important;
	box-shadow:none !important;
	width:100% !important;
	margin-top:10px;
	font-size: 13px;
}
.recommed_area .submit {
    float: right;
    margin-top: 10px;
}
.recommed_area #ReviewShareEmails{height: 80px;}
.emailadd-sect{
	background:#c5e8f2;
	border:1px solid #25c1de;
	padding:5px;
	text-align:right;
	color:#62cae3;
	margin:-7px 0 0 0;
}
.friend-sect{
	background:#E8FAFC;
	padding:10px 20px;
	margin:10px 0;
}

.friend-sect .comment-sect{
	padding:10px 0 20px 0;
	border-bottom:1px solid #BAEEF4;
	color:#083f49;
	font-size:16px;
}
.comment-sect{
	padding:15px 0 20px 0;
	border-bottom:1px solid #e5e5e1;
	color:#083f49;
	font-size:14px;
}
.imground{
	border:1px solid #fff;
	border-radius:6px;
	margin:0 0 5px 0;
	
}
.white-txt{
	color:#fff !important;
}

.view-btn{
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q2ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 1%, #d7d6d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#d7d6d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#d7d6d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#d7d6d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#d7d6d5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#d7d6d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d6d5',GradientType=0 ); /* IE6-8 */

padding:5px 30px 5px 20px;
text-align:center;
color:#e97942;
font-size:12px;
line-height:14px;
border:1px solid #f1f1f1;
border-radius:5px;

margin-top:40px;
}
.view-btn span{
	/*position:absolute;*/
	display:inline-block;
	float:right;
	margin:-8px -22px 0 0;
}
.popover-content{
	color:#666 !important;
}
.customer-heading{
	border-bottom: 1px solid #25c1de;
	color:#083f49;
	padding:5px 0px;
	font-size:21px;
	margin:10px 0 15px 0;	
	font-weight: bold;
}
.customer-sect .display-block-desk{
	color:#25c1de;
}
.name {
    color: #123f49;
    font-size: 14px;
    font-weight: bold;
}
.name a{
	text-decoration:none;
	color:#428bca;
}
.name a:hover{
	text-decoration:none !important;
	color:#123f49;
}
.user_box .user_info {
    margin-left: 8px;
}

.user_info .user-friend-count, .user_info .user-rev-count{
	color: #333;font-size: 12px;font-weight: normal;
}
.date {
    background: none repeat scroll 0 0 #f4f4f4;
    border-radius: 3px;
    color: #555;
    display: inline;
    font-size: 14px;
    padding: 2px 6px;
}
.user_info .user-location{font-weight: bold; color: #333;font-size: 12px;}

.action-link-list li {
    display: table;
    margin-bottom: 0;
    width: 80%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.action-link-list li{
    border-bottom: 1px solid #f1f1f1;
}
.action-link-list{padding: 0px; margin-top: 5px; clear: both; color: #428bca;
	opacity: 0;
    font-size: 13px;}
    .comment-sect:hover .action-link-list{opacity: 1}
    .action-link-list a {
    font-size: 12px;
    font-weight: bold;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	width:90% !important;
}
footer{
	background:#25c1de;
	padding:20px 20px;
	margin:60px 0 0 0 !important;
}
footer a{
	display:inline-block;
	margin:5px 10px 5px 0;
	color:#fff;
	text-decoration:none;
}
footer a:hover{
	color:#123f49;
	text-decoration:none;
}
.desk-align-right{
	text-align:right;
}
.desk-align-left{
	text-align:left;
}
.mail-icon{
	text-align:right;
}
.info-icon{
	margin-left:-23px !important;
	float:left;
	margin-top: 48px !important;
}
.popover-content {
color: #666 !important;
font-size:12px !important;
line-height:15px;
width:100% !important;
}
.tasks-menu{
	background:#ccc;
	position:relative;
	float:right;
	padding:1px 3px 1px 3px;
	border-radius:7px 0 0 0;
	margin:5px -10px 0 0 !important;
}
.table-sect{
	background:#c5e8f2;
	color:#083f49;
	font-size:13px;
	text-align:center;
}
.table-sect th{
	background:#25c1de;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding:5px 10px;
	text-align:center;
	margin:0 10px;
}
.table-sect th, .table-sect td {
	border:2px solid #fff;
}
.display-block-desk{
	display:block;
}
.comment-text{
	overflow:hidden;
	margin-bottom:5px;
	margin-top:5px;
}
@media (max-width:1200px){
.heading-tbl{
	color:#fff;
	background:#25c1de;
	text-align:center;
	border:1px solid #fff;
	border-radius:6px 6px 0 0;
	text-transform:uppercase;
	padding:7px 10px;
	min-height:55px;
}
}
@media (max-width:1160px){
	.marg-left{
	margin-left:5%;
}
.logo{
	z-index:1000 !important;
	position:relative;
	bottom:0;
}
.desk-align-left{
	text-align:center;
}
}
@media (max-width:1000px){
.mail-icon{
	text-align:left;
}
.border-right{
	border-right: none;
	border-bottom:1px solid #25c1de;
	margin:10px 0 20px 0;
}
.text-desk-right{
	text-align:center !important;
}
.marg-left{
	margin-left:0;
}
.heading-tbl{
	color:#fff;
	background:#25c1de;
	text-align:center;
	border:1px solid #fff;
	border-radius:6px 6px 0 0;
	text-transform:uppercase;
	padding:7px 10px;
	min-height:40px;
}
.info-icon{
	margin-left:-23px !important;
	float:left;
	margin-top: 12px !important;
}
.view-btn{
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q2ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 1%, #d7d6d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#d7d6d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#d7d6d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#d7d6d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#d7d6d5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#d7d6d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d6d5',GradientType=0 ); /* IE6-8 */

padding:5px 30px 5px 20px;
text-align:center;
color:#e97942;
font-size:12px;
line-height:14px;
border:1px solid #f1f1f1;
border-radius:5px;

margin-top:5px;
}
.display-block-desk{
	display:inline-block;
	margin-right:10px;
}
}
@media (max-width:750px){
.heading-tbl{
	color:#fff;
	background:#25c1de;
	text-align:center;
	border:1px solid #fff;
	border-radius:6px 6px 0 0;
	text-transform:uppercase;
	padding:7px 10px;
	font-size:12px;
}
.tasks-menu {
background: #ccc;
position: relative;
float: right;
padding: 1px 3px 1px 3px;
border-radius: 7px 0 0 0;
margin: 12px -10px 0 0 !important;
}
.desk-align-right{
	text-align:left;
	margin-top:20px;
}
}
@media (max-width:540px){
.heading-tbl{
	color:#fff;
	background:#25c1de;
	text-align:center;
	border:1px solid #fff;
	border-radius:6px 6px 0 0;
	text-transform:uppercase;
	padding:7px 10px;
	font-size:13px;
	min-height:50px;
}
.tasks-menu {
background: #ccc;
position: relative;
float: right;
padding: 1px 3px 1px 3px;
border-radius: 7px 0 0 0;
margin: 3px -10px 0 0 !important;
}
.comment-sect {
padding: 5px 0 10px 0;
color: #083f49;
font-size: 14px;
}
.comment-sect1{
	padding:5px 0 10px 0;
	border-bottom:1px solid #083f49;
	color:#083f49;
	font-size:14px;
}
}

@media (max-width:480px){
	.top-textinput{
	border:1px solid #25c1de !important;
	border-radius:2px !important;
	padding:3px 10px !important;
	margin:5px 0 2px 10px !important;
	text-align:right !important;
	box-shadow:none !important;
	width:85% !important;
}

.tasks-menu {
background: #ccc;
position: relative;
float: right;
padding: 1px 3px 1px 3px;
border-radius: 7px 0 0 0;
margin: 5px -10px 0 0 !important;
}
.desk-align-right{
	text-align:left;
	margin-top:20px;
}
.social-link a {
    color: #fff;
    font-size: 40px;
    margin: 0 5px;
}
}
@media (max-width:350px){

.tasks-menu {
background: #ccc;
position: relative;
float: right;
padding: 1px 3px 1px 3px;
border-radius: 7px 0 0 0;
margin: 5px -10px 0 0 !important;
}
.friend-sect h3{
	font-size:19px !important;
	color:#fff !important;
	border-bottom:1px solid #fff;
	padding:10px 0;
}
.customer-heading{
	background:#e6e7e8;
	color:#083f49;
	padding:5px 10px;
	font-size:18px;
	margin:10px 0 15px 0;	
}
footer a{
	display:block;
	margin:5px 10px 5px 0;
	color:#fff;
	text-decoration:none;
}
.desk-align-right{
	text-align:left;
	margin-top:20px;
}
.tbl{
	width:370px;
}

}

.form-control{height: auto;}
.login_box .checkbox {
    display: inline;
    font-size: 12px;
    margin-right: 40px;
}
.login_box .checkbox > input {
    vertical-align: bottom;
}
.login_box .checkbox label{padding-left: 0px}
.login_box a {
    font-size: 12px;
}
.connect_links li {
    display: inline-block;
    list-style-type: none;
    width: auto;
}
.connect_links .btn {
    padding: 3px 5px;
}
.login_box .btn-group {
    margin-top: 30px;
}
.sidebar .module {
    background: none repeat scroll 0 0 #25c1de;
    border-radius: 0 0 5px 5px;
    color: #fff;
    margin: 25px 0;
    padding: 20px 20px 20px  20px;
}
#recommend_code_input label {
    padding: 10px 5px;
    text-align: right;
}
#recommend_code_input .submit {
    text-align: right;
}
.module.apps .col-md-5 {
    padding-left: 5px;
}

.module.apps .col-md-7 {
    color: #276273;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding-right: 0;
    padding-top: 10px;
}
.col-md-7 img {
    margin-top: 10px;
}
.module.apps{padding-bottom: 20px}

.tired{background: url(../img/tired_graphic.gif) no-repeat;   
	color: #fff;
    font-size: 22px;
    height: 152px;
    padding-left: 100px;
    padding-top: 50px;
    width: 368px;}

    .signup_graphic{   background: url(../img/signup_graphic.png) no-repeat;
      color: #fff;
    font-size: 18px;
    height: 260px;
    line-height: 22px;
    margin-top: 40px;
    padding-left: 70px;
    padding-right: 30px;
    padding-top: 90px;
    text-align: right;
    width: 390px;

}
.recommend_graphic{background: url(../img/recommend_graphic.png) no-repeat;   
    color: #fff;
    float: right;
    font-size: 20px;
    height: 152px;
    line-height: 25px;
    padding-left: 80px;
    padding-right: 150px;
    padding-top: 35px;
    width: 440px;}

    
.award_graphic{background: url(../img/award_graphic.gif) no-repeat;   
  clear: both;
    color: #000;
    display: block;
    font-size: 20px;
    height: 216px;
    line-height: 25px;
    margin-left: 90px;
        padding-right: 35px;
    padding-top: 4px;
    position: relative;
    text-align: right;
    top: 65px;
    width: 258px;}

   .home_page .col-md-5,  .home_page .col-md-7{padding-left: 0px;}

   .listing-grid-row{
 padding: 10px 5px;
    border: 1px solid #55bede;
    border-top: none;
}
   .listing-grid-row:first-child {
    border-top: 1px solid #55bede;
}

.index_filter {margin-bottom: 20px;}
.listing-grid-row img {
    border-radius: 3px;
}
.recommend_count {
    background-image: url("../img/relyy_small.png");
    background-position: 0 20px;
    background-repeat: no-repeat;
    height: 60px;
	font-family:"Open Sans", sans-serif;
	 letter-spacing: -0.5px;
	 font-weight: bold;
	    }

	    .recommend_count a{color: #000}
	    .pagination {
    float: right;
}
.featured-listings .listing-grid-row {
    background: none repeat scroll 0 0 #FFFFC4;
    border:1px solid #EFEF92;
    border: medium none;
    margin-bottom: 10px;
}

.featured-listings .label.label-warning {
    display: inline-block;
    margin-bottom: 4px;
    margin-left: -10px;
}

.offer_block{border-top: 1px solid #25C1DE;margin-top: 20px;}

.offer_heading{
    font-family: "Century Gothic","Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.offer_right .offer_heading{
font-weight: bolder;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px;
margin-bottom: 0px;
}
.offer_block .offer_left, .offer_block .offer_right{padding: 10px;  margin-top: 10px; margin-bottom: 20px;}
.border-left{
	border-left:1px solid #ccc;
}
.offer_block  .offer_right{padding-left: 30px;}
.qty {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
}
.qty input {
    margin-right: 2px;
    width: 45%;
}

.header_buy {font-weight: bold; font-size: 12px;}
.buy_section .row{margin-bottom: 10px;}
.offer_type {
    background: none repeat scroll 0 0 #55bede;
    border-radius: 0 0 8px 8px;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 5px 10px;
    text-transform: uppercase;
        font-family: "Century Gothic","Open Sans",sans-serif;
   font-size: 15px;
    font-weight: bold;
}
.offer_left {
    clear: left;
}
.offer_block input {
    color: #333;
}
.buy_section p {
    margin: 0;
}

@media (max-width:480px){
	.tired{width: 100% !important;
   padding-left: 130px !important;
    padding-top: 20px!important;
    font-size: 20px!important;}
    .signup_graphic {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 67px;
    width: 100% ;

}
.recommend_graphic {
    font-size: 18px;
    line-height: 20px;
    padding-left: 140px;
    padding-right: 120px;
    width: auto;
}
.connect_links {
    padding-left: 0;
    text-align: left !important;
}
.award_graphic{margin-left: 35px;top: 0px;}
.login_box .btn-group{margin-top: 0px; margin-bottom: 10px;}
.recommend_count{
	 background-position: 0 0;text-align: right;
}
}

@media (min-width:800px){

.col-md-3 .recommend_count{height: 80px;
background-position: 0 40px;}
}


@media (min-width:750px){
.login_box .btn-group{margin-top: 10px; margin-bottom: 10px;}

.col-sm-2 .recommend_count{height: 80px;
background-position: 0 40px;}
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin-left: 0px;
	vertical-align:top;
	position: inherit;
	margin-right: 5px;
}

.friend-review-list > div
{
    border-bottom: 1px solid #ccc;
    padding: 10px
}
.friend-review-list > div:last-child {
    border-bottom: medium none;
}

.arrow-splitter {
    background: url("../img/social-arrow.png") no-repeat scroll 35% 20px rgba(0, 0, 0, 0);
    height: 110px;
    margin-bottom: 15px;
}

.my-account .tab-content {
    padding: 30px 20px;
}

.recent_activity .user_avatar {
    float: left;
    width: 60px;
}

.recent_activity {
    margin-bottom: 20px;
}

h3{margin-bottom: 20px !important;}

.bizowner_footer {
    color: #fff;
    font-size: 12px;
    padding-left: 0;
    border-right: 1px solid #fff;
}
.bizowner_footer  h5{font-weight: bold;}
.bizowner_footer .login-btn{font-weight: bold;font-size: 13px;margin-top: 15px;}
.bizowner_footer div {
    padding: 0;
}
.bizowner_footer .col-sm-4 {
    text-align: center;
}
.day_activity {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

 .day_activity .date {
    color: #276273;
    float: right;
    font-size: 14px;
}
.btn-user-avatar {
    padding: 2px 5px;
}
.reward_header{font-size: 12px; color: #878787}
.lead_add .col-lg-3{text-align: center;    color: #757575;
}
.lead_add h2{text-align: center;}
.lead_add_title {
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
    font-size: 16px
}

.ready .text {
    color: #fff;
    font-size: 2.5em;
}

.ready {
    background: none repeat scroll 0 0 #347aa8;
    text-align: center;
    margin-top: 20px;
}
.ready .login-btn {
    font-size: 25px;
    }
    .business_form {
    margin-top: 30px;
}
.offer_purchases_search .input {
    float: left;
    margin-right: 30px;
    width: 20%;
}

.offer_purchases_search .submit {
    float: left;
    margin-top: 20px;
}
.checkout input[type="submit"] {
    float: right;
    font-size: 18px;
    padding: 4px 50px;
    margin-top: 20px;
}

#cc_fields {
    float: right;
    width: 50%;
}
#cc_fields label {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}
.listing_view .address {
    font-size: 13px;
}

h3.listing_title {
    margin-bottom: 0px !important;
}
.tagline{color: #858585}

.address .fa {
    color: #858585;
    margin-right: 5px;
}
.listing_operation_hours .timing {
    padding: 0;
}


.listing_operation_hours .dash {
    width: 15px;
}

.listing_view .listing_thumbs {
    margin-top: 23px;
}

.listing_view_recommend{margin-top: 20px;}
.user_box .user_pic img {
    border-radius: 5px;
}


.review-images{margin-top: 15px;}
.review-images img {
    border-radius: 5px;
}
.review-images a {
    margin-right: 20px;
}
.comment-sect .review_text {
    margin-top: 35px;
}
.comment-sect .review_text:first-child {
    margin-top: 0;
}

table tr td{

	border-right: none;
	background: none;
	text-align: left;
}
table{border: none;}

.main_left {
    border-right: 1px solid #e2e2e2;
    padding-right: 40px;
}


	.deal-management-view {
    border: 1px solid #ccc;
    margin: 20px;
    padding: 10px;
    font-size: 13px;
}

.purchase h3{color: #c41200 !important;} .purchase h4{margin-top: 30px !important;border-bottom: 1px solid #e2e2e2; padding-bottom: 5px;
	}

.deal-description  h3 {
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
}
.fine-print {
    color: #999;
    font-size: 11px;
}
.deal-info > ul, .deal-info li {
    padding-left: 10px;
}
.deal-management-view .col-lg-2 {
    padding-right: 0;
}

.print-deal-div {
    margin-top: 8px;
}
.listing-grid-row .address, .listing-grid-row .description {
    font-size: 13px;
}

.distance{color: #f0ad4e}

.profile_common {
    font-size: 12px;
}
.user_basic_info {
    margin-bottom: 15px;
    margin-top: 15px;
}
.user_basic_info > div {
    margin-bottom: 10px;
}

.user_setting_link {
    background: none repeat scroll 0 0 #fffae8;
    line-height: 12px;
    padding: 5px;
}

#buy_gift_certificate .border-left {
    min-height: 230px;
}

.wishlist_info {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.wishlist_info .address{font-size: 13px;}
.tab-pane .view-btn {
    padding: 5px 30px 5px 10px;
}
.friend_record, #user_followings_list {
    font-size: 13px;
}
.copy_to_clipboard_section {
    margin-top: 15px;
}
.near_by_recommendations, .reward_points_received {
    margin-top: 40px;
}
.review_images > ul {
    margin-top: 10px;
    padding: 0;
}
.review_images ul li {
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 0;
    width: 20%;
}

.review_images  .image a {
    display: block;
    font-size: 12px;
}
.readm-more, .readm-less {
    color: #000;
    cursor: pointer;
    font-size: 13px;
}
#OfferOrderRewardPoints {
    background: none repeat scroll 0 0 #fceba6;
    color: #000;
    font-weight: bold;
    width: 60px;
    font-size: 14px;
}
#pay_form .table {
    float: right;
    width: 35%;
}
#pay_form .table td:first-child {
    font-size: 13px;
    font-weight: bold;
}

.coupon_code {
    border: 1px dashed #000;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    width: auto;
}

.review-images .viewall {
    font-size: 12px;
    vertical-align: bottom;
}

.review_text .action-link-list li {
    border-bottom: medium none;
    display: inline;
    margin-right: 10px;
    margin-top: 10px;
}
.view_recomm {
    color: #d56b39;
    font-size: 15px;
}

.point_available a{
    color: #d56b39;
    font-size: 13px;
    font-weight: 600;
}

.connect_links img{margin-top: 5px}
.fb_connect{cursor: pointer;}

li.biz_login, li.biz_faqs{display: none;}

.buy_section .select2-chosen, .buy_section .select2-choice > span:first-child, .buy_section .select2-container .select2-choices .select2-search-field input{padding: 6px;}
.recommend_page #recommend_code_input {
    background: none repeat scroll 0 0 #eee;
    margin: 20px 0;
    padding: 30px;
    width: 50%;
}
.signup {
    background: none repeat scroll 0 0 #e27441;
}

.water_marked
{
	/*
    color:lightgrey;
    font-size:120px;
    transform:rotate(300deg);
    -webkit-transform:rotate(300deg);
    */
    color:lightgrey;
    font-size:90px;
    z-index:99999;
    
}

.offer_purchases_search .text input {
    padding-bottom: 6px;
    padding-top: 7px;
}
.table th:first-child {
    border-left: 1px solid #bbb;
}
.business_stats_form .input {
    float: left;
    width: 320px;
}
.business_stats_form label {
    display: block;
}
.business_stats_form .text input {
    border-radius: 3px 0 0 3px;
    height: 32px;
    width: 250px;
}
.business_stats_form .btn {
    border-radius: 0 3px 3px 0;
    padding: 5px 12px;
    vertical-align: top;
}
.business_stats_form .submit {
    float: left;
    margin-top: 20px;
}
#business_report_main_div th {
    font-size: 12px;
    padding: 5px 3px !important;
}

#business_monthly_summary_main_div th{font-size: 13px;}
.each_block {
    border-bottom: 1px solid #ccc;
}
.each_block:last-child {
    border: medium none;
}