/*!
* Author: Łukasz Holeczek
* Template: GotYA - HTML5 Responsive Bootstrap Theme
* Version: 1.0.0 
* Bootstrap version: 2.1.
* Copyright 2013 creativeLabs
* www: http://bootstrapmaster.com
* mail: lukasz@bootstrapmaster.com
* You can buy this theme on WrapBootstrap: https://wrapbootstrap.com/theme/simpliq-flat-responsive-admin-template-WB0N1X0T1
* You can find our other themes on: https://bootstrapmaster.com
*/


/* Import Section
=================================================================== */
/*@import url("icons.css");				/* Icons. */
/*@import url("icons-color.css");			/* Icons. */
/*@import url("social-icons.css");		/* Social Icons */
/*@import url("hover.css");				/* Hover CSS3 Effect */
/*@import url("parallax-slider.css");		/* Parallax Slider */

.clear {
	clear:both;
}

body {
	font-family: 'Droid Sans';
	font-size: 18px;
    line-height: 24px;
	color: #666;
}

#page-title h1 a {
	color: #ff6a03;
}

#page-title h1 {
	color: #ff6a03;
}

#page-title span {
	font-size: 0.9em;
}

.title {
	/*border-bottom: 3px double #f6f6f6;*/
	margin-bottom: 10px;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	/*border-bottom: 5px double #89c236 !important;*/
	margin-bottom: -4px !important;
	display: inline-block !important;
	padding: 0px 10px !important;
	margin-left:15px !important;
	margin-right:15px !important;
}

.btn{
    border-radius: 0px;
    border: 0px;
}

.missing{
    border-color: #ff1318 !important;
}
/* #Lists
================================================== */
	ul, ol { margin: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	/*ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}*/



/* Header
=================================================================== */

header {
	height: 63px;
}

@media (max-width: 992px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}

	.menu {
		-webkit-box-shadow: 0 0 3px 0 #d9d9d9;
		-moz-box-shadow: 0 0 3px 0 #d9d9d9;
		box-shadow: 0 0 3px 0 #d9d9d9;
		z-index: 10000000;
	}
}

#social-links {
	margin-top:20px;
	float: right;
}


.navbar .nav > li > a {
	color: #666;
	text-shadow: none;
	font-size: 16px;
	padding: 20px;

}

.navbar-inverse {
	background-color: #ffffff;
	border-color: #eaeaea;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	border-bottom:4px solid #ff6a03;
	padding-bottom: 16px;
	color: #666;
    vertical-align: middle;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #666;
  	text-decoration: none;
	border-bottom:4px solid #ff6a03;
	padding-bottom: 16px;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar-toggle .icon-bar {
	background-color: #000000 !important;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #b6b6b6;
}

#topbar-wrapper{
	margin-top: 70px;
}

li:hover ul {
	display: block;
	position: absolute;
	z-index:1000000;
}
li:hover li {
	float: none;
	font-size: 15px;

}

li:hover li a:hover {
	padding-left:16px;
	border-left:4px solid #ff6a03;
}

.menu {
    -webkit-box-shadow: 0 0 0 0 #d9d9d9;
    -moz-box-shadow: 0 0 0 0 #d9d9d9;
    box-shadow: 0 0 0 0 #d9d9d9;
	z-index: 10000000;
	background-color: #FFFFFF !important;
}

.signup {
	display: table;
}
.signup p{
	margin-top: 10px;
}
.signup a{
	moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	padding: 10px;
	background-color: #ee5f5b !important;
}


/* Page Title
=================================================================== */

#page-title {
	/*background: url(../image/bg-grey2.png);*/
	display: block;
	margin-top: 0px;
	position: relative;
	z-index: 20;
	border-bottom: 0px solid #e3e3e3;
}

#page-title-inner {
	/*background: rgba(153,204,102, 0.9);*/
	background: rgba(242, 242, 242, 0.90);
	/*-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);*/
	padding: 20px;
}

#page-title i {
	margin: -6px 2px -5px -18px;
	padding: 0px;
}

#page-title h2 {
	display: inline-block;
	font-family: "Tahoma" !important;
    font-weight: bold;
	color: #666;
	padding: 10px 20px 5px 20px;
	font-size: 28px;
}

#page-title span {
	color: #555;
}

.page-heading{
    padding-bottom: 20px;
}

.page-layout{
    background-color: #fff;
    padding: 30px 0 30px 0;
}
/* Home page */
.intro-header {
    /*padding-top: 70px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    /*padding-bottom: 70px;*/
    /*text-align: center;*/
    /*color: #f8f8f8;*/
    background: url(../image/referral-program-banner.png) no-repeat center center;
    background-size: cover;
}

.intro-message-wrapper {
    padding-top: 15%;
    padding-bottom: 15%;
}

.intro-message {
	padding: 40px;
	color: #FFFFFF !important;
}

.intro-message h2 {
	font-size: 24px;
}

.section-header {
    padding-top: 40px;
    padding-bottom: 40px;
}

.intro-header-sub {
	padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 30px;
	text-align: center;
	color: #f8f8f8;
	background: url(../image/email-list.png) no-repeat center center;
	background-size: cover;

}
.cta-demo {
	padding: 20px 0;
}
.cta-demo h3 {
	color: #0D0D0D;
	font-weight: bold;
}
.try-it-now-section {
	background-color: #F0F0F0;
}
.try-it-now-cta {
	margin-left: 20px;
}
.free {
	font-size: 34px;
	font-weight: 600;
	font-style: italic;
	font-family: "Segoe Script";
	color: #ee5f5b !important;
	text-decoration: #ee5f5b underline;
	padding: 0 8px 0 3px;
}
/* Contact Us page */
.map-marker {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	color: #0e90d2;
}
/* How it works */
.hiw-img {
    width: 200px;
    height: auto;
    padding-bottom: 10px;
}
.showcase-section {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 120px;
}

.showcase-section .showcase-left {
	margin-right: 15px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: left;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.showcase-section .showcase-right {
	margin-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.showcase-section .glyphicon {
	background-color: #EF4D48;
	font-size: 25px;
	padding: 0.5em;
	color: #fff;
	fill: #fff;
}

.showcase-section h4 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.showcase-image-container {
	max-width: 500px;
}
.showcase-image-container img {
	padding: 3em 2em 3em 2em;
}


/* Caption
=================================================================== */
.slide-caption {
	width: auto;
	max-width: 30%;
	padding: 10px 20px;
	margin: 0 0 0px 0px;
	position: absolute;
	display: block;
	left: 20px;
	bottom: 20px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
}

.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}
	
.slide-caption h3 {
	color: #fff;
	font-size: 18px;
	margin:0;
	line-height: 33px;
}
	
.slide-caption p {
	margin:0;
	line-height: 19px;
	color: #bbb;
}

/* Icon Boxes
=================================================================== */
.icons-box-feature {
	border: 1px solid #fff;
	padding: 20px 10px 10px 20px;
}

.icons-box-feature:hover {
	background: #e5e5e5;
	border: 1px solid #f6f6f6;
}
.showcase-icons {
	width: 80px;
	height: 80px;
	webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 34px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	background-color: #EF4D48;
}
.showcase-icons .glyphicon {
	top: 5%;
}
.icons-box-container {
	float:left;
}

.icons-boxes-container {
	float:left;
}

.icons-box {
	text-align: center;
	border: 1px solid #fff;
	padding: 20px 20px 10px 10px;
}

.icons-box:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}

.icons-box h3 {
	margin: 0 auto;
	padding-top: 10px;
	border-bottom: 3px double #f6f6f6;
	margin-bottom: 10px;
}

.icons-box p {
	float: left;
}

.icons-box i {
	float: left;
	margin: -2px 0 0px 0;
}

.icons-box i.circle {
	float: none !important;
	margin: 0 auto !important;
}

.icons-box i.circle-color {
	float: none !important;
	margin: 0 auto !important;
}

.icons-box i.circle-color-full {
	float: none !important;
	margin: 0 auto !important;
}

.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	margin: 0 auto;
	opacity: .1;
}

.big {
	border: 20px solid #fff !important;
}

.ico-color {
	background-image: url("../image/icons/green/glyphicons.png");
	opacity: 1;
}

.mini-color {
  background-image: url("../image/icons/green/glyphicons-mini.png");
  opacity: 1;
}

.circle-color {
	background-color: #fff;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #129bd8;
	   -moz-box-shadow: 0px 0px 0px 3px #129bd8;
		    box-shadow: 0px 0px 0px 3px #129bd8;
	margin: 0 auto;
	opacity: 1;
}

.circle-color-full {
	background-color: #129bd8;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #129bd8;
	   -moz-box-shadow: 0px 0px 0px 3px #129bd8;
		    box-shadow: 0px 0px 0px 3px #129bd8;
	margin: 0 auto;
	opacity: 1;
}

.big-color {
	border: 20px solid #129bd8 !important;
}

.small-feature-container {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
     border-radius: 50em;
     /*position: relative;*/
     z-index: 2;
     border: 5px solid #f6f6f6;
    -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    height: 140px;
    width: 140px;
}

.small-feature-container img {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    /*position: relative;*/
    z-index: 2;
    height: 130px;
    width: 130px;
    display: inline-block;
}

.small-feature {
    /*position: relative;*/
    z-index: 1;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
}

.medium-feature-container {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	/*position: relative;*/
	z-index: 2;
	border: 5px solid #f6f6f6;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	/*height: 100%;*/
	/*width: 100%;*/
}

.medium-feature-container img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	/*position: relative;*/
	z-index: 2;
	/*height: 230px;*/
	width: 100%;
	/*padding: 10px;*/
	display: inline-block;
}

.medium-feature {
	/*position: relative;*/
	z-index: 1;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}


/* Icon Boxes Vert
=================================================================== */
.icons-box-vert-container {
	float:left;
}

.icons-boxes-vert-container {
	float:left;
}

.icons-box-vert {
	border: 1px solid #fff;
	padding: 30px 15px 10px 15px;
}

.icons-box-vert:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}

.icons-box-vert-info {
	float: right;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-left: 20px;
	width: 70%;
}

.icons-box-vert h3 {
	float: left;
	margin-top: -10px;
}

.icons-box-vert p {
	float: left !important;
}

.icons-box-vert i {
	float: left;
}

.icons-box-vert i.circle {
	float: left !important;
}

.icons-box-vert i.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	opacity: .1;
}

.icons-left {
	float: left;
}

/* About
=================================================================== */
.team-name {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	font-family: "Boogaloo";
	font-size: 18px;
	text-align: center;

}

.team-name span {
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.team-about p {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

/* Testimonial's Carousel
=================================================================== */
.testimonial-container {
	position: relative;
}

.testimonials {
	background: #fff;
	border: 1px solid #f6f6f6;
	padding: 20px;
	line-height: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.testimonials-bg {
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}	

.testimonials-author {
	color: #666;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials-author span {
	color:#a0a0a0
}

/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next, 
.mr-rotato-prev {
	border: 1px solid #f6f6f6;
	display: inline-block;
	margin-right: 1px;
	height: 21px;
	width: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
	position: absolute;
	margin-top: -40px;
}

.mr-rotato-next {
	background: url(../image/testimonials-right-01.png) no-repeat 50%;
	background-color: #fff;
	right: -1px;
	z-index: 6;
}

.mr-rotato-prev {
	background: url(../image/testimonials-left-01.png) no-repeat 50%;
	background-color: #fff;
	right: 25px;
	-webkit-box-shadow:  3px 0px 0px 0px #fff;
	box-shadow:  3px 0px 0px 0px #fff;
	z-index: 5;
}

.mr-rotato-next:hover {
	background: url(../image/testimonials-right-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover {
	background: url(../image/testimonials-left-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover {
	background-color: #72b626;
	border-color: #72b626;
}


/* Tabs
=================================================================== */
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}


.tabs-nav li a {
	background-color: #fcfcfc;
	border: 1px solid #f6f6f6;
	border-right: none;
	border-bottom: 1px solid #f6f6f6;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}

.tabs-nav li:first-child a {border-left: 1px solid #f6f6f6;}
.tabs-nav li:last-child a {border-right: 1px solid #f6f6f6;}

.tabs-nav li.active a {	color: #444; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50);}
				
.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.tabs-container {
	border: 1px solid #f6f6f6;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

/* Progress Bar
=================================================================== */
.progress-bar h5 {
	margin-bottom:6px;
}

.progress-bar li {
	margin-bottom:12px;
	list-style: none;
}

.meter { 
	height: 23px; 
	position: relative;
	background: #fcfcfc;
}

.meter > span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	overflow: hidden;
}

.meter > span:after, 
.animate > span > li.current {
	background:#89c236;
}

/* Dropcaps
=================================================================== */
.dropcap {
	background: #fcfcfc;
	color: #666;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
	border: 1px solid #f6f6f6;
}

	.dropcap.dark {
		background: #3a3a3a;
		color: #fff;
	}
	
	.dropcap.color {
		background: #89c236;
		color: #fff;
	}


/* Clients List
=================================================================== */

.clients-carousel {
	border: 1px solid #f6f6f6;
	overflow: hidden;
}

.clients-carousel li {
	
	float: left;
	width: 120px;
	padding: 0px 20px;
	overflow: hidden;
	border-right: 1px solid #f6f6f6;
	margin-left: 1px;
	
}

.clients-carousel ul.clients {
	background: #fcfcfc;
}

.clients-carousel li img {
	float: none !important;
	margin: 0 auto !important;
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  	-webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
}

.clients-carousel li:hover {
	background: #fafafa;
}

.clients-carousel li img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

/* Pricing Tables
=================================================================== */

.pricing-table h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 6px 0;
	margin: 0;
}

.pricing-table ul {
    padding-left:0;
}

.pricing-table ul span{
    font-size: 32px;
    color: #5e5e5e;
    line-height: 40px;

}

.pricing-table li {
	color: #888;
	background: #fff;
	text-align: center;
	padding: 11px 0;
	border-bottom: 1px solid #fff;
}

.pricing-table li:nth-child(2n) {
	background: #f6f6f6;
}
	
.pricing-table h4 {
	padding:0 0 10px
}

a.buy {
	text-align: center;
	display: block;
	color: #fff;
	padding: 12px 0;
	font-weight: bold;
	font-size: 24px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a.buy:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.nav-pills-subscribe {
	background-color: #337ab7;
	color: #ffffff;
	padding: 7px;
	border-radius: 5px;
}
.nav-plans-menu {
	max-width: 268px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 7px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}
.nav-plans-menu li {
	border: solid 1px #337ab7;
	width: 116px;
}
.nav-plans-menu li.active > a {
	border: solid 1px #7fc6fd;
	background-color: #7fc6fd !important;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nav-plans-menu li.active > a:hover {
	background-color: #7fc6fd !important;
}
.nav-plans-menu a {
	border: solid 1px #337ab7;
	color: #7fc6fd;
}
.nav-plans-menu a:hover {
	background-color: #337ab7 !important;
	color: #ffffff;
}
.plan-heading {
	color: #325a93 !important;
}
.plan-heading .glyphicon {
	color: #ff6600;
	margin-right: 20px;
}
.nav-plans .tab-content {
	min-height: 280px;
}

.title-custom-or-whitelabel {
	color: #da4f49;
	font-weight: 600;
}

/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4 {
	color: #fff;
	margin: 0;
	min-height: 30px;
}

.pricing-table h4 {
	padding: 15px 0;
	min-height: 70px;
}

.price,
.time,
.most{
	display: block;
	text-align: center;
	line-height: 20px;
}

.price {
	font-size: 20px;
	font-weight: normal;
}

.time {
	font-size: 12px;
	font-weight: normal;
}

.most {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
}

/* Color Schemes
=================================================================== */

/* Color - 1 */
.pricing-table .color-cccddd h3, .color-cccddd .buy {background-color: #ccc;}
.pricing-table .color-cccddd h4 {background-color: #ddd;}
.pricing-table-bordered {
    border: 1px;
    border-style:solid;
    border-color: #d9d9d9;
}

/* Color - 2 */
.pricing-table .color-666777 h3, .color-666777 .buy {background-color: #666;}
.pricing-table .color-666777 h4 {background-color: #777;}
.pricing-table .color-666777 h4 {background-color: #777;}

/* Color - 3 */
/*.pricing-table .color-custom h3, .color-custom .buy {background-color: #111; padding: 15px 0;}
.pricing-table .color-custom h4 {background-color: #222; padding: 13px 0;}*/

.color-custom {
	/*margin-top:-37px;*/
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}

.pricing-table {
	position: relative !important;
	z-index: 5 !important;
	margin: 30px 0px;
	padding: 0px !important;
}

.pricing-table > thead tr > th, .pricing-table > tfoot tr > td {
	padding: 0px !important;
}

.pricing-table.best-option {
	position: relative !important;
	z-index: 6 !important;
}

.pricing-table-footer {
    position: relative !important;
    z-index: 5 !important;
    margin: -50px 0px;
    font-size: 14px;
    font-weight: normal;
}

.pricing-table .color-custom h3, .color-custom .buy {background-color: #da6908;}
.pricing-table .color-custom h4 {background-color: #ff6702;}


/* Google Map
=================================================================== */
#googlemaps-container-top {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	height: 20px;
}

#googlemaps-container-bottom {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	height: 20px;
	margin-top: -40px;
	border-bottom: 5px solid #f6f6f6;
	margin-bottom: 20px;
}

#googlemaps{
	position: relative;
	z-index: 1;
	height: 400px;
	width: 100%;
	top: -20px;
}



#small-map-container {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
    margin-left: auto;
    margin-right: auto;
	z-index: 2;
	border: 5px solid #f6f6f6;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	height: 220px;
	width: 220px;
	/*margin-bottom: -215px;*/
}

#small-map-container a {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
    z-index: 2;
	/*height: 220px;
	width: 220px;
	display: block;*/
}
	
#small-map {
	/*position: relative;
	z-index: 1;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	/*margin-left: 5px;*/
    margin-left: auto;
    margin-right: auto;
}

/* Footer
====================================================================== */
#footer-menu {
	height: 50px;
	border-top: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
	margin-top: 20px;
}
#footer-menu-links {
	list-style: none;
	color:#FFFFFF;
	padding:0;
	margin:0;
}
#footer-menu-links a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Droid Sans';
	padding: 10px 15px 10px 0px;
	margin: 0px 10px 0px 0px;
}


#footer-menu-links a:hover {
	color: #b8b8b8;

}
#footer {
	border-bottom: 4px solid #f6f6f6;
	background-color: #2e2e2e;
	color: #FFFFFF;
	padding: 20px 0;
	margin-bottom: -5px
;
}
.footer-area-1 p {
	font-size: 16px;
	font-weight: 300;
}
#footer h3 {
	font-size: 20px;
	color: #fff;
	position: relative;
	margin-bottom: 35px;
}
#footer h3:before {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 40px;
	height: 2px;
	content: "";
	background: #EF4D48;
}
#copyright {
	background-color: #1f1f1f;
	padding: 20px 0px;
}
#copyright p {
	margin: 0 auto;
	width: 380px;
	text-align: center;
	color: #FFF;
    font-size: 0.7em;
}

/* Custom Buttons Colors
====================================================================== */

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #006dcc;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #89c236, #89c236);
  background-image: -ms-linear-gradient(top, #89c236, #89c236);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89c236), to(#89c236));
  background-image: -webkit-linear-gradient(top, #89c236, #89c236);
  background-image: -o-linear-gradient(top, #89c236, #89c236);
  background-image: linear-gradient(top, #89c236, #89c236);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'89c236, endColorstr='#'89c236, GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #89c236;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-gray {
	background-color: #8c8c8c;
	color: #ffffff;
	border-color: #8c8c8c;
}

.btn-warning {
  background-color: #faa732;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #fbb450, #fbb450);
  background-image: -ms-linear-gradient(top, #fbb450, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #fbb450, #fbb450);
  background-image: -o-linear-gradient(top, #fbb450, #fbb450);
  background-image: linear-gradient(top, #fbb450, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'fbb450, endColorstr='#'fbb450, GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #fbb450;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -ms-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -o-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: linear-gradient(top, #ee5f5b, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ee5f5b, endColorstr='#'ee5f5b, GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #ee5f5b}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #89c236, #89c236);
  background-image: -ms-linear-gradient(top, #89c236, #89c236);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89c236), to(#89c236));
  background-image: -webkit-linear-gradient(top, #89c236, #89c236);
  background-image: -o-linear-gradient(top, #89c236, #89c236);
  background-image: linear-gradient(top, #89c236, #89c236);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'89c236, endColorstr='#'89c236, GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #89c236;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -ms-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -o-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: linear-gradient(top, #5bc0de, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'5bc0de, endColorstr='#'5bc0de, GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #5bc0de;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

.centering {
    float:none;
    margin:0 auto;
}

.toppadding20 {
    padding-top: 20px;
}

.toppadding10 {
    padding-top: 10px;
}

.padding3010 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.padding40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80{
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding100{
	padding-top: 80px;
	padding-bottom: 80px;
}
.padding30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding20{
	padding: 20px 0  20px 0;
}

.white-text {
	color: #ffffff !important;
}

/*Softoasis Technologie*/

.wrapper_out{width:700px;
    margin:0px auto;
    padding:0px;}

.left{float:left;
    width:50%;
    margin:0px;
    padding:0px;}

.left p{font:13px Verdana, Geneva, sans-serif;
    float:left;
    width:100%;
    color: #898989;}

.left p b{ color: #9E9E9E;}



.right p{color: #868686;
    float: left;
    font: 13px Verdana,Geneva,sans-serif;
    width: 100%;}


.right p b{
    color: #030200;
    float: left;
    font: 15px/23px arial;
    overflow: hidden;
    width: 321px;
    word-wrap: break-word;
}

.right{float:left;
    margin:0px;
    padding:0px 0 20px 12px;
    width:48%;
    min-height: 378px;
    background:#f2f2f2;
    border:1px solid #c5c5c5;}

.table td{margin:0px;
    padding:0px;}

/*
.table{ background-color: #FFFFFF;
    border: 1px solid #000000;
    float: left;
    font: 14px Verdana,Geneva,sans-serif;
    height: auto;
    margin: 0;
         box-shadow: 0 1px 16px #909090 inset;
    padding: 5px 0 21px 16px;
    width: 96%;
}
*/
.in_box{ border: 1px solid #CDCDCD;
    border-radius: 0 0 0 0;
    box-shadow: 0 5px 23px -3px #D5D5D5;
    float: left;
    font: bold 18px Verdana,Geneva,sans-serif;
    height: 26px;
    margin: 3px 0 2px -2px;
    padding: 0;
    width: 201px;
}


/*--------congratulations-----*/


.congratulations{float:left;
    width:47%;
    margin:0px;
    border: 1px solid #E0E0E0;
    height:auto;
    background-color: #FFFFFF;
    min-height: 412px;
    padding:0px;}

.congratulations h1{ color: #000000;
    font: 25px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 22px 0 0;
    text-align: center;
    text-transform: uppercase;}

.congratulations h2{ color: #FF0000;
    font: 17px Verdana,Geneva,sans-serif;
    margin: 0 auto;
    padding: 17px 0 0;
    text-align: center;
    width: 50%;}


.participation{ background: none repeat scroll 0 0 #e6e6e6;
    border: 1px solid #C5C5C5;
    float: left;
    margin: 0 0 0 0px;
    padding: 0 0 20px 10px;
    /*min-height: 359px; */
    min-height: 390px;
    width: 48%;}


.participation h1{font:25px Verdana, Geneva, sans-serif;
    color:#000;
    text-transform:uppercase;
    margin:0px;
    text-align:center;
    padding:13px 0 0 0px;}

.contact_in{ background: none repeat scroll 0 0 #E4E4E4;
    border: 1px solid #969696;
    float: left;
    margin: 20px 5px 10px 0;
    padding: 7px 0 9px 2px;
    width: 116px;}

.contact_in span{width:100%;
    margin:0px;
    padding: 0 0 7px;
    float:left;
    text-align:center;
    font:15px Verdana, Geneva, sans-serif;}


.contact_in b{width:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    float:left;
    font:bold 16px Verdana, Geneva, sans-serif;}


.search_out{width:100%;
    margin:0px;
    padding:17px 0 0 0;
    float:left;}

.ss{float:right;
    margin:0px;
    padding:0px;
    height:auto;}


.in_box_b{ border: 1px solid #DADADA;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 3px 14px 2px #C5C5C5;
    float: left;
    height: 32px;
    margin: 0 0 0 -2px;
    padding: 0;
    font: bold 18px Verdana,Geneva,sans-serif;
    width: 220px;}


h1.achieve{ color: #BE252E !important;
    float: left;
    font: bold 13px Verdana,Geneva,sans-serif !important;
    margin: 0 !important;
    padding: 18px 0 9px !important;
    text-transform: lowercase !important;
    width: 97%;}


.link_url{float:left;
    margin:0px;
    padding:0px;
    width:100%;}

.link_url h3{float:left;
    margin:0px;
    font:15px Verdana, Geneva, sans-serif;
    padding:4px 0 0 8px;
    width:49%;}


.url{ border: 1px solid #C8C8C8;
    float: left;
    margin: 0;
    padding: 7px 0 5px;
    width: 169px;}


/*----------giveaway-------*/


.participation h3{float:left;
    width:96%;
    font:13px/21px Verdana, Geneva, sans-serif;
    margin:0px;
    color:#868686;
    padding:0px;}

.participation h3 b{
    color: #000000;
    float: left;
    font: 13px/21px Verdana,Geneva,sans-serif;
    overflow: hidden;
    padding: 14px 0 41px 0;
    text-transform: uppercase;
    width: 320px;
    word-wrap: break-word;
}


h1.achieve_new{ color: #FF0000;
    float: left;
    font: 8px Verdana, Geneva, sans-serif;
    padding: 18px 0 9px;
    width: 100%;}

h1.achieve_new a{ color: #000000;
    text-decoration: none;}

h1.achieve_new a b{ color: #ff0000;}


.in_box_b_c{ border: 1px solid #DDDDDD;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 2px 22px 2px #DCDCDC;
    float: left;
    height: 29px;
    margin: 0 0 0 -2px;
    font:bold 18px Verdana,Geneva,sans-serif;
    padding: 0;
    width: 220px;}


/********Main site css start from here**************/

.wrapper_out {
    width:1343px;
    margin:0px auto;
    padding:0px;
    height:auto;
}
.wrapper_in {
    width:100%;
    margin:0px;
    float:left;
    padding:0px;
    height:auto;
}
.header_out {
    width:1000px;
    margin:0px auto;
    padding:0px;
    height:auto;
}
.header_in {
    width:100%;
    margin:0px;
    padding:0px;
    float:left;
    height:auto;
}
line {
    width:100%;
    padding:0px;
    margin:0px auto;
}

.form {
    margin:0px auto;
    padding:0px;
    height:auto;
}
.form_in {
    border-radius: 12px 12px 12px 12px;
    height: auto;
    margin: 11px 0 0px 0;
    padding: 21px 0 10px 19px;
    width: 99%;
}
.left {
    float:left;
    margin:0px;
    padding:0 0 0 239px;
    width:49%;
    border-right:none;
    min-height:398px;
    border:1px solid #C5C5C5;
}

.leftnew {

    float: left;
    margin: 0;
    min-height: 367px;
    padding: 0 0 0 239px;
    width: 49%;
}

.input_form {
    float:left;
    width:100%;
    margin:0px;
    font:17px Verdana, Geneva, sans-serif;
    padding:0px;
    color: #074DB0;
}
.aa {
    border: 1px solid #D2D2D2;
    float: left;
    height: 39px;
    margin: 10px 0;
    padding: 0;
    width: 321px;
}
h1.small {
    float: left;
    font: 15px Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    color: #606060;
    width: 100%;
}
.rightn {
    float: left;
    margin: 0;
    padding: 0 0 0 50px;
    width: 44%;
    display:none;
}
.rightn h1 {
    color: #0066CC;
    font: 22px Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 9px 0 12px;
}
.rightn p {
    font: 17px/24px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 0;
    color: #7F7F7F;
}
img.ss {
    float: left;
    margin: 29px 0 8px 3px;
    padding: 0;
}

p.copy{ color: #FFFFFF;
    float: left;
    font: 12px Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 9px 0 7px;
    text-align: center;
    width: 100%;}


.socil_icon{ float: right;
    height: auto;
    margin: 17px 0 0;
    padding: 0;
    width: 140px;}


h1.b_heading{width:100%;
    height:auto;
    text-align:center;
    float:left;
    padding:0 0 45px 0;
    font:16px verdana;}


/*--------sign in------*/


.sign_in_wrapper {
    width:100%;
    height:auto;
    margin:0px;
    float:left;
    background-color:#0066CC;
    background-image: linear-gradient(bottom, rgb(110,170,230) 15%, rgb(183,211,235) 58%, rgb(205,228,252) 79%);
    background-image: -o-linear-gradient(bottom, rgb(110,170,230) 15%, rgb(183,211,235) 58%, rgb(205,228,252) 79%);
    background-image: -moz-linear-gradient(bottom, rgb(110,170,230) 15%, rgb(183,211,235) 58%, rgb(205,228,252) 79%);
    background-image: -webkit-linear-gradient(bottom, rgb(110,170,230) 15%, rgb(183,211,235) 58%, rgb(205,228,252) 79%);
    background-image: -ms-linear-gradient(bottom, rgb(110,170,230) 15%, rgb(183,211,235) 58%, rgb(205,228,252) 79%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.15, rgb(110,170,230)), color-stop(0.58, rgb(183,211,235)), color-stop(0.79, rgb(205,228,252)) );
}
.sign_box {
    width:375px;
    margin:0px auto;
    padding:0px;
    height:auto;
}
.sign_box_in {
    background-color: #F8F8F8;
    border: 1px solid #C0C0C0;
    border-radius:6px;
    box-shadow: 1px 2px 9px #E0E0E0;
    float: left;
    height:auto;
    margin: 120px 0 171px;
    width: 100%;
    padding:10px 30px 10px 30px;
}
.logo_b {
    float: left;
    margin: 0 0 0 0px;
}
.main_in {
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 33px;
    margin: 0 0 18px 18px;
    width: 88%;
}
a.link {
    color: #B6B6B6;
    float: right;
    font: 13px Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 0 30px 0 0;
    text-decoration: none;
}
img.ss_a {
    float: left;
    margin: 15px 0 8px 215px;
    padding: 0;
}


/*-------------dashboard------*/


.top_menu {
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.a_top {
    float: left;
    margin: 0;
    /*padding: 0 36px 0 0px;
    width: 165px;*/
}
.a_top h1 {
    font:35px Verdana, Geneva, sans-serif;
    color: #149cd8;
    margin:0px;
    /*padding:0 0 0 41px;*/
    text-align:center;
}
.a_top h2 {
    font:35px Verdana, Geneva, sans-serif;
    color:#149cd8;
    margin:0px;
    /*padding:0 0 0 19px;*/
    text-align: center;
}
.a_top span {
    color: #808080;
    float: left;
    font: 17px Verdana, Geneva, sans-serif;
    text-align: center;
    width: 100%;
}
img.qq {
    margin: -0 0 0 0;
    padding: 0;
}

span.cus_name {
    float: right;
    /* font: 20px Verdana,Geneva,sans-serif; */
    font:15px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 11px 0 0;
    text-align: right;
    /*width: 28%; */
    width: 26%;
}

/*-------------campaign_detail-----*/

.top_line_b {
    float:left;
    margin:0px;
    padding:0px;
    width:100%;
    background-color:#d8d8d8;
}
.top_line_b_in {
    margin:0px auto;
    padding:0px;
    width:1000px;
}
ul.dash {
    /*float:left;*/
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
}
ul.dash li {
    float: left;
    font:20px Verdana, Geneva, sans-serif;
    display: inline;
    color:#FFF;
    margin:0px;
    height:auto;
    padding: 5px 42px 5px 12px;

}
h1.Participants_List {
    color: #7D787C;
    float: left;
    font: bold 24px Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 20px 0 7px;
    text-align: center;
    width: 100%;
}
.b_textarea {
    border: 1px solid #333333;
    float: left;
    margin: 34px 0 0;
    max-height: 15px;
    min-height: 125px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 98%;
}



h1.api_name{font:bold 26px Verdana, Geneva, sans-serif;
    color:#3a6592;
    margin:0px;
    padding:0px;}

h2.s_head{ color: #797E7A;
    float: left;
    font: bold 21px/33px Verdana,Geneva,sans-serif;
    padding: 20px 0 27px;}


h1.unique_key{ color: #797E7A;
    float: left;
    font: 19px Verdana,Geneva,sans-serif;
    padding: 17px 0 18px;
    width:100%;}

.inn_box{ border: 1px solid #C6C6C6;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 30px;
    font:bold 18px verdana;
    margin: 0;
    padding: 0;
    width: 250px;}


a.save_but{ float: left;
    margin: -4px 0 0;
    padding: 0 0 0 30px;}


/*--------reward page------*/
.reward {
    padding-bottom: 20px;
}
.reward h1{
    padding-top: 10px;
    color:#43648F;
    font: bold 24px Verdana,Geneva,sans-serif !important;
}

.cam_input{
    /*float:left;
    width:100%;*/
    margin:0px;
    padding: 10px 0 0;
}

.cam_input span{ color: #768292;
    font: 16px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 14px 21px 0 16px;}

.aa_new {
    border: 1px solid #D2D2D2;
    height: 32px;
    margin: 10px 0;
    padding: 0;
    width: 237px;
    color: #ff6702;
    font:bold 16px Verdana,Geneva,sans-serif;}

a.onchange{ border: 2px solid #D2D2D2;
    color: #000;
    font: bold 16px calibri;
    padding: 2px 12px 4px 10px;
    text-decoration: none;}

.cam_input span.bb{
    color: #768292;
    font: 16px/29px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 4px 4px 0 4px;
}

.cam_input span.bb b{
    color: #000;
    font:bold 18px Verdana,Geneva,sans-serif;
}

.mssgbox{width:250px;
    margin:0px auto;
    padding:0px;}

.box_text{background: none repeat scroll 0 0 #FFBC02;
    border-radius: 6px 6px 6px 6px;
    float: left;
    font: 16px/23px verdana;
    height: auto;
    color:#FFF;
    padding: 12px;
    width: 100%;}

img.next_but{float: right;
    margin: 123px 40px 0 0;}

/****change text css***********/
a.onchange input.change{
    border: medium none;
    color: #000;
    font: bold 16px calibri;
    width: 140px;
}



/*--------new css------*/

.nn_class{ float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}


span.msg_name{ color: #6D6D6D;
    float: left;
    font: 29px verdana;
    margin: 0;
    text-align: center;
//width: 100%;

    overflow: hidden;
    width: 324px;
    word-wrap: break-word;}


.block_out{width:1000px;
    margin:0px auto;}


/**************Css for campaign creation links*****************/
a.custlink{
    border:none;
    background:none !important;
    text-decoration:none;
    padding:0px !important;
    margin:0px !important;
    color:#ffffff;
    float:left;

}

a.custlink:hover{
    border:none;
    background:none !important;
    text-decoration:none;
    padding:0px;
    margin:0px;

}



.socil_icon img {float:left;
    margin: -25px 0 0 16px;
}


/*----------account setting-----*/
h1.ac_s{ color: #0457BD;
    float: left;
    font: 25px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 19px 0 37px 15px;}

.change{width:100%;
    background:#e1f0ff;
    margin: 0 0 42px;
    float:left;
    height:auto;
    padding:0px;}


.change_delete{width:100%;
    margin:0px;
    float:left;
    height:auto;
    padding:0px;}



.change_p{width:1000px;
    margin:0px auto;
    padding:0px;}


.change_p_content{float:left;
    width:100%;
    margin:0px;
    padding: 0 0 13px;}


.change_table{float:left;
    border:none;
    margin:0px;
    color: #768292;
    font: 16px Verdana,Geneva,sans-serif;
    padding: 0 0 24px 11px;}

.change_table b{ color: #0457BD;
    float: left;
    font: 23px Verdana,Geneva,sans-serif;
    padding: 10px 0 15px;}


h1.del_ac{ color: #0457BD;
    float: left;
    margin:0px;
    width:100%;
    font: 23px Verdana,Geneva,sans-serif;
    padding: 10px 0 15px 14px;}


p.del_p{ color: #768292;
    float: left;
    font: 16px/29px Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 0 0 24px 14px;}


/*----------bill----*/

p.bil{ color: #768292;
    font: 16px/33px Verdana,Geneva,sans-serif;
    padding: 0 0 0 13px;}

p.nofraud {
    color: #8b8b8b;
    font: 12px Verdana,Geneva,sans-serif;
}

/*------new edot css----*/


img.bbb{margin: 3px 0 0 22px;}
img.bbb_n{margin:0px;
    padding:0px;
    float:left;}

.table h1{font:9px/17px arial;}

.table h1 b{font:9px/17px arial;
    color:#ff0000;}

.lock{ float: left;
    padding: 7px 0 0;
    width: 100%;}

.lock h1{color: #949494;
    float: left;
    font: 11px/16px arial;
    margin: 0;
    padding: 1px 0 0 7px;
    width: 90%;}


h2.bottom_text { color: #000000;
    float: left;
    font: 9px/16px verdana;
    margin: 0;
    padding: 22px 0 0 7px;
    width: 90%;}

h2.bottom_text b{color:blue;}

.ss_out_new{float:left;
    margin:0px;
    width:95%;
    border: 2px solid #A8A8A8;
    border-bottom:none;
    padding: 5px 0 6px;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #d3d3d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#d3d3d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#d3d3d3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%,#d3d3d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */}

.ss_out_new h1{ float: left;
    margin: 0;
    padding: 3px 46px 0 0;
    width: 100px;}

.ss_out_new h2{ border: 1px solid #bababa;
    float: left;
    margin: 0 0 0 7px;
    padding: 0;
}

.ss_out_new h1 b{ color: #353535;
    float: right;
    font: bold 11px Verdana,Geneva,sans-serif;
    margin: 3px 0 0;
    padding: 0 0 0 5px;}

.new_in_box{ border-left: medium none;
    border-right: 1px solid #dddddd;
    border-top: medium none;
    box-shadow: none;
    float: left;
    font: bold 18px Verdana,Geneva,sans-serif;
    height: 21px;
    margin: 0;
    padding: 0;
    width: 132px;}

.song_over{ border: 2px solid #A8A8A8;
    /*height: 237px; */
    height: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 95%;}



.participation_new{ background: none repeat scroll 0 0 #fff;
    border: 1px solid #C5C5C5;
    float: left;
    margin: 0 0 0 7px;
    padding: 0 0 20px 10px;
    min-height: 359px;
    width: 50%;}


.participation_new h1{font:25px Verdana, Geneva, sans-serif;
    color:#000;
    text-transform:uppercase;
    margin:0px;
    text-align:center;
    padding:13px 0 0 0px;}


.r_image{float:right;}



h1.achieve_social{ float: left;
    font: 14px verdana;
    padding: 13px 0 0 6px;}


.social_second{ float: right;
    margin: 8px 16px 0 0;}


h4.rr{ border: 1px solid #BABABA;
    float: right;
    margin: 0 11px 0 0;
    padding: 0;}


b.charc{ float: left;
    font: 28px arial;
    margin: -3px 0 0;
    padding: 0 0 0 29px;}




/**********Custom css after 19 june*********/
.tablen{ background-color: #FFFFFF;
    border: 1px solid #000000;
    float: left;
    font: 14px Verdana,Geneva,sans-serif;
    height: auto;
    margin: 0;
    box-shadow: 0 1px 16px #909090 inset;
    padding: 5px 0 21px 16px;
    width: 96%;
}

/************ start page campaign type selection *************/
.selectionpadding{
    padding: 60px 0 30px 0;

}

.progselection{
    background-color: #FDFDFD;
    border:1px solid #c5c5c5;
    border-radius: 8px 8px 8px 8px;
    padding: 0 15px 30px 15px;
	min-height: 440px;
    }

.progselection h1{
    background-color: #F2F2F2;
    font: 30px arial;
    color:#0457BD;
    border-radius: 8px 8px 0px 0px;
    padding: 11px 0 14px 31px;
}

/************ user registration *************/

.example1 {
	padding: 150px 0 150px 0;
	background-image: url('/public/image/examples/ecommerce.jpg');
	background-size:     cover;                      /* <------ */
	background-repeat:   no-repeat;
	background-position: center center;
}

.example2 {
	padding: 150px 0 150px 0;
	background-image: url('/public/image/examples/travel.jpg');
	background-size:     cover;                      /* <------ */
	background-repeat:   no-repeat;
	background-position: center center;
}

.example3 {
	padding: 150px 0 150px 0;
	background-image: url('/public/image/examples/subscribe.jpg');
	background-size:     cover;                      /* <------ */
	background-repeat:   no-repeat;
	background-position: center center;
}

/*Capterra Landing page*/

.landing-header {
	background-color: #f3f3f3;
	border-bottom: solid 1px #d3d3d3;
	padding: 10px;
}

.landing-header h1 {
	font-size: 48px;
}


.landing-intro-message-wrapper {
	background-image: url('/public/image/referral-marketing5.png');
	/*background-color: #eaeaea;*/
	position: relative;
	padding-top: 4%;
	padding-bottom: 1%;

}

.layer {
	background-color: rgba(0, 0, 0, 0.60);
	/*position: absolute;*/
	/*top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}

.landing-intro-message-wrapper h1{
	color: #3e3e3e !important;

}

.landing-intro-message {
	margin-top: 20px;
	padding: 20px;
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.50);
}

.admin-screen {
	position: static;
	padding-top: 20px;
}

.admin-screen img{
	position: static;
	float:none;
	margin:0 auto;
	padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
	.admin-screen {
		position: relative;
		height: auto;
	}

	.admin-screen img{
		position: absolute;
		top: -120px;
		right: 10px;
	}
}
