@charset "utf-8";/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 22px;
	font-size: 12px;
}
::-moz-selection {
 background-color: #3fac49;
 color: #fff;
}
::selection {
	background-color: #3fac49;
	color: #fff;
}
#containerMain {
	width: 100%;
}
.header {
	width: 100%;
	height: auto;
	padding-bottom: 6px;
	border-bottom: 4px solid #cccccc;
}
.headermain {
	height: auto;
	width: 100%;
}
.head-in {
	padding-top: 10px;
}
.logo {
}
.head-right {
	text-align: right;
}
.head-right .rightTop {
	width: 100%;
	padding-top: 12px;
}
.head-right .rightTop > span {
	display: inline-block;
	vertical-align: middle;
}
.phone {
	background: url(images/phone.png) no-repeat;
	height: 28px;
	width: 28px;
	font: 0/0 normal;
	margin-right: 4px;
}
.number {
	border-right: 1px solid #000;
	padding-right: 12px;
	margin-right: 12px;
}
.head-right .rightTop .social-links {
	font: 0/0 normal;
	width: 28px;
	height: 30px;
	background: url('images/social-icons.png') no-repeat;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
}
.head-right .rightTop .facebook {
	background-position: 0px 0px;
	margin-left: 4px;
}
.head-right .rightTop .twitter {
	background-position: -30px 0px;
}
.head-right .rightTop .gplus {
	background-position: -60px 0px;
}
.head-right .rightBottom {
}
.head-right .rightBottom .navMenu {
	padding-top: 12px;
}
.navMenu ul {
	border-top: 1px solid #cccccc;
	padding-top: 12px;
	margin: 0px;
	padding: 0px;
}
.navMenu ul li {
	display: inline-block;
}
.navMenu ul li a {
	color: #f78200;
	text-transform: uppercase;
	padding: 0px 0px 0px 18px;
	display: block;
	line-height: 42px;
	font-weight: bold;
}
.navMenu ul li a:hover {
}
.bannerMain {
	width: 100%;
	position: relative;
}
.bannerMain img {
	width: 100%;
}
.mainContent {
	width: 100%;
}
.content {
	padding-top: 0px;
}
.welcome {
	text-align: center;
}
.welcome h1 {
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 30px;
}
.welcomeContent {
	color: #7c7c7c;
}
.btnBlockRow {
	display: block;
	margin: 1.618em 0;
}
.btnBlock {
	display: inline-block;
	background-color: #f7a549;
	padding: 0.618em 3.618em;
	border: 1px solid #e0913c;
	box-shadow: 0px 1px 4px 1px rgba(255, 255, 255, 0.6) inset, 0px 1px 1px 0px rgba(0,0,0,0.3);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	color: #fff;
}
.btnBlock:hover {
	background-color: #f78200;
	color: #fff;
	transition-duration: 0.3s;
	text-decoration: none;
}
.mainTours {
	padding-top: 20px;
}
.departures {
	width: 100%;
}
.headTitle {
	border-bottom: 2px solid #bfbfbf;
	position: relative;
	margin-bottom: 14px;
}
.headTitle h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	/* border-bottom: 2px solid; */
	display: inline-block;
	background: #fff;
	position: absolute;
	top: -30px;
	padding-right: 10px;
}

.tourItems {
	height: auto;
	width: 100%;
}
.tourItems ul {
	margin: 0;
	padding: 0;
}
.tourItems ul li {
	list-style: none;
	height: auto;
	border: 1px solid #cccccc;
	display: inline-block;
	margin: 20px 0;
	padding: 14px;
}
.tourItems ul li:last-child {
	margin-right: 0px;
}
.tourItems ul li img {
	width: 100%;
	height: auto;
}
.tourItems ul li h1 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}
.tour-info {
	border-top: 1px solid #e1e1e1;
	padding: 10px 0px;
}
.tour-info > span {
	display: inline-block;
	vertical-align: middle;
}
.duration {
	background: url(images/duration.jpg) no-repeat;
	height: 16px;
	width: 16px;
	font: 0/0 normal;
	margin-right: 6px;
}
.price {
	background: url(images/price.jpg) no-repeat;
	height: 16px;
	width: 16px;
	font: 0/0 normal;
	margin-right: 6px;
}
.activity {
	background: url(images/activity.png) no-repeat;
	height: 16px;
	width: 16px;
	font: 0/0 normal;
	margin-right: 6px;
}
.direction {
	background: url(images/direction.png) no-repeat;
	height: 16px;
	width: 16px;
	font: 0/0 normal;
	margin-right: 8px;
}
.flight {
	background: url(images/best-season.png) no-repeat;
	height: 16px;
	width: 16px;
	font: 0/0 normal;
	margin-right: 6px;
}
.difficulty {
	background: url(images/difficulty.png) no-repeat;
	height: 16px;
	width: 16px;
	font: 0/0 normal;
	margin-right: 6px;
}
.info {
	color: #7c7c7c;
}
.btnBlockRowTour {
	display: block;
	margin-top: 4px;
}
.btnBlockTour {
	display: inline-block;
	background-color: #f7a549;
	padding: 0.350em 1.618em;
	border: 1px solid #e0913c;
	box-shadow: 0px 1px 4px 1px rgba(255, 255, 255, 0.6) inset, 0px 1px 1px 0px rgba(0,0,0,0.3);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	color: #fff;
}
.btnBlockTour:hover {
	background-color: #f78200;
	color: #fff;
	transition-duration: 0.3s;
	text-decoration: none;
}
.tourDesc {
	color: #7c7c7c;
	margin-bottom: 14px;
}
.featured-tourItems ul {
	margin: 0;
	padding: 0;
}
.featured-tourItems ul li {
	list-style: none;
	height: auto;
	margin: 20px 0;
	padding: 0px;
}
.featured-tourItems ul li:last-child {
	margin-right: 0px;
}
.featured-tourItems ul li img {
	width: 100%;
	height: auto;
}
.featured-tourItems ul li h1 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	border: 1px solid #cccccc;
	border-top: none;
	text-align: center;
}
.bottomContent {
	padding-top: 20px;
	padding-bottom: 40px;
}
.bottomContent-left {
	width: 100%;
	height: auto;
}
.bottomContent-right {
	width: 100%;
	height: auto;
}
.specialTour {
	height: auto;
	width: 100%;
}
.specialTour ul {
	margin: 0;
	padding-top: 0px;
}
.specialTour ul li {
	list-style-type: none;
	border: 1px solid #cccccc;
	padding: 14px;
	width: 100%;
	float: left;
	margin: 10px 0px;
}
.specialTour ul li img {
	margin-right: 14px;
	float: left;
}
.specialTour ul li h1 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	line-height: 18px;
	border-bottom: none;
	padding-left: 0px;
}
.specialTour ul li h1 > a{color:#3eac46;}
.specialTour ul li h1:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.specialTour ul li > span {
	display: block;
	margin: 5px 0px;
}

.specialTourduration {
	font-style: italic;
	color: #7c7c7c;
	font-size: 13px;
}
.specialTourPrice {
	color: #3fac49;
	font-size: 15px;
	font-weight: bold;
}
.testimonials {
	height: auto;
}
.testimonials-headTitle {
	border-bottom: 2px solid #bfbfbf;
	position: relative;
	margin-bottom: 14px;
}
.testimonials-headTitle h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	/* border-bottom: 2px solid; */
	display: inline-block;
	background: #fff;
	position: absolute;
	top: -28px;
	padding-right: 10px;
}
.testimonials ul {
	margin: 0;
	margin-top: 34px;
	border: 1px solid #cccccc;
	padding: 14px;
}
.testimonials ul li {
	list-style-type: none;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
}
.testimonials ul li h1 {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	line-height: 23px;
	font-weight: bold;
}
.country {
	color: #7c7c7c;
	font-style: italic;
}
.testimonials ul li:first-child {
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 22px;
}
.testimonials ul li:last-child {
	border-bottom: none;
	margin-top: -11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.error, .errorbox {color: #F00;}
.sub-bx {color:#3fac49;}
.testimonials ul li > span {
	display: block;
}
.testiDesc {
	color: #7c7c7c;
}
.adbanner {
	width: 100%;
	padding: 14px;
	border: 1px solid #cccccc;
	margin-top: 20px;
}
.adbanner img {
	width: 100%;
}
.footer {
	background: #333333;
	width: 100%;
}
.footTop {
	border-bottom: 1px solid #262626;
	padding-bottom: 20px;
}
.footbottom {
	border-top: 1px solid #575757;
	padding: 16px 0px;
}
.footerIn {
	padding-top: 14px;
}
.footerIn h1 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}
.quickLinks {
}
.quickLinks ul {
	margin: 0;
}
.quickLinks ul li {
	list-style: none;
	border-bottom: 1px solid #4f4f4f;
	line-height: 30px;
}
.quickLinks ul li:last-child {
	border-bottom: none;
}
.quickLinks ul li a {
	color: #fff;
	font-size: 12px;
}
.quickLinks ul li a:hover {
}
.associated {
}
.associated ul {
	margin: 0;
	padding-top: 10px;
}
.associated ul li {
	list-style: none;
	display: inline-block;
}
.contact {
	font-size: 12px;
	color: #fff;
}
.facebookBox {
}
.bottomLink {
	height: auto;
	color: #fff;
	font-size: 11px;
}
.bottomLink .bottomLink-left {
	width: 100%;
}
.bottomLink .bottomLink-left a {
	font-size: 13px;
	font-weight: bold;
}
.bottomLink .bottomLink-left > span {
	display: block;
}
.bottomLink .bottomLink-right {
	text-align: right;
	color: #fff;
}
.bottomLink-right > span {
	vertical-align: middle;
	display: inline-block;
}
.bottomLink-right .social-links {
	font: 0/0 normal;
	width: 28px;
	height: 30px;
	background: url('images/social-icons.png') no-repeat;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
}
.bottomLink-right .social-links:hover {
	opacity: 0.6;
}
.bottomLink-right .facebook {
	background-position: 0px 0px;
	margin-left: 4px;
}
.bottomLink-right .twitter {
	background-position: -30px 0px;
}
.bottomLink-right .gplus {
	background-position: -60px 0px;
}
.shadow {
	width: 100%;
	position: absolute;
	z-index: 100;
	height: 1px;
	/* background: #000; */
	box-shadow: 0px 4px 10px rgba(0,0,0,0.6);
}
.breadcumb {
	border-bottom: 1px dotted #cccccc;
	padding: 8px 0;
}
.breadcumb ul {
	margin: 0;
}
.breadcumb ul li {
	list-style: none;
	display: inline-block;
}
.breadcumb ul li a {
	color: #f78200;
}
.breadcumb ul li:after {
	content: url(images/breadcumb-after.png) no-repeat;
	padding: 0px 8px;
}
.breadcumb ul li:last-child:after {
	content: '';
	padding: 0px 8px;
}
.p-desc {
}
.p-desc h1 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}
.desc {
	margin-bottom: 32px;
}
.s-desc {
	font-size: 13px;
}
.desc h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 0;
	text-transform: none;
}
.l-p {
	padding-top: 20px;
}
.r-p {
}
.l-p ul {
	margin: 0;
}
.l-p ul li {
	list-style: none;
	padding: 2px 0;
	color: #7c7c7c;
}
.b-in {
	position: relative;
}
.bg {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.bg-in h1 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
}
.itemWraper {
	position: relative;
	cursor: pointer;
}
.itemWraper img {
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s, .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: .3s, .3s;
	transition-timing-function: ease-in-out;
	width: 100%;
}
.itemWraper:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.destination-imageFade {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 4px solid #faa74b;
	position: relative;
}
.destination-imageFade2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 4px solid #3eac46;
	position: relative;
}
.destination-imageFade3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.img-overlay {
	position: absolute;
	background: rgba(30, 29, 35, 0.7);
	z-index: 500;
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	left: 0;
	top: 0;
}
.lb-image {
	position: relative;
}
.lb-image:hover .img-overlay {
	opacity: 1;
}
span.img-overlay-inside {
	position: absolute;
	background: rgba(62, 172, 70, 0.8);

	padding: 7px;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -30px;
	content: URL('images/travel.png');
	border-radius: 80px;
	height: 60px;
	width: 60px;
}
span.img-overlay-inside:before {
	position: absolute;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	left: 50%;
	top: 50%;
	z-index: 500;
	text-align: center;
	color: #fff;
	font-family: FontAwesome;
	padding-top: 12px;
}
.uparrow {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 30px;
	right: 38px;
	display: none;
	text-indent: -9999px;
	background: url('images/up-arrow.png') no-repeat;
	opacity: 0.6;
}
.uparrow:hover {
	opacity: 1;
}
.outline-it ul {
	margin: 0;
	padding: 0;
}
.outline-it ul li {
	margin: 8px 0;
	list-style: none;
	background: URL('images/tick.png') no-repeat 0px 6px;
	padding: 0px 20px;
	font-size: 13px;
}
.cost {
}
.include h1 {
	margin: 0;
	font-size: 18px;
	color: #000;
	line-height: 18px;
}
.include ul {
	margin: 0;
}
.include ul li {
	list-style: none;
	background: URL('images/tick.png') no-repeat 0px 6px;
	padding: 0 18px;
	margin: 8px 0;
}
.exclude h1 {
	margin: 0;
	font-size: 18px;
	color: #000;
	line-height: 18px;
}
.exclude ul {
	margin: 0;
}
.exclude ul li {
	list-style: none;
	background: URL('images/cross.png') no-repeat 0px 6px;
	padding: 0 18px;
	margin: 8px 0;
}
.enquiry {
	width: 100%;
	background: #f78200;
	text-align: center;
	height: auto;
	padding: 6px 0;
	margin: 20px 0;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	text-transform: uppercase;
}
.enquiry a, .book a, .print a {color: #fff;}
.enquiry a:hover, .book a:hover, .print a:hover {color: #fff;}
.book {
	width: 100%;
	background: #3fac49;
	text-align: center;
	height: auto;
	padding: 6px 0;
	margin: 20px 0;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	text-transform: uppercase;
}
.print {
	width: 100%;
	background: #333333;
	text-align: center;
	height: auto;
	padding: 6px 0;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	text-transform: uppercase;
}
.enquiry:hover, .print:hover, .book:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
}
.i-box {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
	margin-bottom: 32px;
}
.i-box > span > h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 12px;
	padding: 0 10px;
}
.i-box ul {
	margin: 0;
	padding: 0;
}
.i-box ul li {
	list-style: none;
	display: block;
	padding: 12px;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #e1e1e1;
}
.i-box ul li:first-child {
	padding-top: 0px;
}
.i-box ul li:last-child {
	border-bottom: none;
}
.i-box ul li img {
	width: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #cccccc;
	padding: 2px;
}
.i-box ul li > h1 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 0;
	line-height: 18px;
	border-bottom: none;
}
.i-box ul li > span {
	font-size: 12px;
	color: #000;
	margin: 0;
	line-height: 18px;
	border-bottom: none;
}
.min {
	padding-top: 12px;
}
.read-more {
	color: #f78200;
	font-size: 12px;
}
.l-bar {
	margin-top: 6px;
}
.r-bar {
	margin-top: 6px;
}
.d-box {
	position: relative;
}
.d-box img {
	width: 100% !important;
	border: 1px solid #e1e1e1;
	padding: 4px !important;
}
.d-box img:hover {
	opacity: 0.7;
	cursor: pointer;
}
.about img {
	float: right;
	margin: 0 0 12px 12px;
	padding: 4px;
	border: 1px solid #cccccc;
	width: 42%;
}
.y-l {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
	margin-bottom: 40px;
}
.y-l h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #c2c2c2;
	padding: 0 10px;
	position: relative;
}
.borderTop {
background: #3eac46;
height: 4px;
width: 100%;
}
.y-l-lower {padding:12px;}
.destinations {
}
.destinations ul {
	margin: 0;
}
.destinations ul li {
	margin: 0;
	display: block;
	float: left;
	padding: 12px;
	border: 1px solid #cccccc;
	margin-bottom: 32px;
	width: 100%;
}
.destinations ul li:last-child, .specialTour ul li:last-child {
margin-bottom: 0px;
}
.destinations ul li img {
	border: 1px solid #e1e1e1;
	padding: 4px;
}
.c-desc {
	font-size: 12px;
}
.c-name {
	margin: 10px 0;
}
.c-name > span {
	vertical-align: middle;
	display: inline-block;
}
.flag-Nepal {
	width: 29px;
	height: 30px;
	background: url('images/flag-np.png');
	font: 0/0 normal;
}
.flag-Tibet {
	width: 29px;
	height: 30px;
	background: url('images/flag-tb.png');
	font: 0/0 normal;
}
.flag-Bhutan {
	width: 29px;
	height: 30px;
	background: url('images/flag-bt.png');
	font: 0/0 normal;
}
.flag-India {
	width: 29px;
	height: 30px;
	background: url('images/flag-in.png');
	font: 0/0 normal;
}
.nm {
	font-size: 18px;
	color: #000;
	margin: 0;
	text-transform: uppercase;
}

.specialTour ul li:first-child {
	margin-top: 0px;
}
.specialTour ul li > span {
	font-size: 12px;
}
.g-info {
	margin: 0;
}
.g-info ul li a {
	color: #000 !important;
}
.g-info ul li {
	padding: 6px 12px;
}
.g-info ul li a:hover {text-decoration:none;}
.g-info ul li a:before {
	content: "»" !important;
	margin-right: 6px;
	
}
.photoBoxWrap {
width: 33%;
float: left;
height: 270px;
}
.photoBoxWrap .photoBox {
	padding: 1em 12px;
}
.photoBoxWrap .photoBox a {
	color: #c66402;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.541em;
	display: inline-block;
}

.photo-desc {
 padding: 10px 0px;
}
.photo-desc .photo-name {
font-size: 16px;
color: #56595E;
font-weight: normal;
font-family: 'Roboto', sans-serif;
font-weight: 300;
margin-bottom: 10px;
}
.photo-ad {
font-size: 12px;
color: #767676;
}
.rowBlock {
margin: 16px 0 !important;
}
.c-frm input[type="checkbox"] {
margin-top: -2px;
}
.c-frm input[type="radio"] {
margin-top: -2px;
}
.c-frm input[type='text'], .c-frm select {
padding: 5px 10px;
border: 1px solid rgba(153, 153,153, 0.5);
font-size: 12px;
height: 30px;
width: 100%;
border-radius: 0;
/* text-transform: capitalize; */
color: #005580;
background: rgba(153, 153,153, 0.2);
}
.c-frm textarea {
	padding: 5px 10px;
border: 1px solid rgba(153, 153,153, 0.5);
font-size: 12px;
height: 150px;
width: 100%;
border-radius: 0;
/* text-transform: capitalize; */
color: #005580;
background: rgba(153, 153,153, 0.2);
	}
.c-frm input[type='button'], .c-frm button, .c-frm input[type='reset'] {
text-transform: capitalize;
background: #f78200;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
color: #ffffff;
font-weight: normal;
font-style: normal;
font-size: 12px;
padding: 8px 20px;
display: inline-block;
margin: 5px 16px 6px 0px;
text-transform: uppercase;
border: none;
}
.c-frm input[type='button'], .c-frm button, .c-frm button[type='submit'], .c-frm input[type='submit'] {
text-transform: capitalize;
background: #3fac49;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
color: #ffffff;
font-weight: normal;
font-style: normal;
font-size: 12px;
padding: 8px 20px;
display: inline-block;
margin: 5px 16px 6px 0px;
text-transform: uppercase;
border: none;
}
.c-frm input[type='submit']:hover, .c-frm input[type='reset']:hover, .c-frm button:hover, .c-frm button[type='submit']:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
transition: opacity .3s;
-moz-transition: opacity .3s;
-webkit-transition: opacity .3s;
-o-transition: opacity .3s;
}
.bttnRow {text-align: center;}
.fb-like-box{
background:#FFFFFF !important;
}