@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
html, body{
	height:100%;
}
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
	background-color:#131919;
}
hr{
	border-top:1px solid rgba(39,184,152,0.5);
}
.text-muted {
    color: #777;
}
.rc-anchor-light ,
.rc-anchor-normal,
.rc-anchor{
	margin:auto;
	width:100%;
}
.text-primary {
    color: #27b898;
}

p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}
a {
    color: #27b898;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #25a389;
	text-decoration:none;
}
#links a{
	width:100%;
	margin-bottom:15px;
}
#links{
	background-color:#eeeeee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
}
.intro-text h6 {
	text-transform:none;
    font-weight: normal;
	font-size:1.1em;
}
.intro-text h6 a{
	text-transform: uppercase;
    font-weight: 700;
}
.img-centered {
    margin: 0 auto;
}
.shine1{
	position:absolute;
	width:40px;
	height:auto;
	right:0px;
	top:0;
}
.shine2{
	position:absolute;
	width:25px;
	height:300px;
	left:6px;
	bottom:0;
}
.shine2 img{
	height:100%
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-darkest-gray {
    background-color: #222;
}
.btn-primary {
    border-color: #27b898;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #27b898;
}
.form-control{
	border-radius:0px;
	background-color:rgba(255,255,255,0);
	border:1px solid #777777;
	color:#eeeeee;
}
.btn{
	border-radius:0px;
}
.navbar-toggle {
	border-radius:0px;
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 0px;
}
body.modal-open {
  overflow: inherit;
  padding-right: 0px !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: none;
    color: #fff;
    background-color: #25a389;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.no-padding-right{
	padding-right:0px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #27b898;
    background-color: #27b898;
}
.btn-primary .badge {
    color: #27b898;
    background-color: #fff;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #27b898;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #27b898;
	border-radius:0px;
	border:0px;
}
button#duplicateUser{
	background-color:transparent;
	border:none;
}
#contactForm .btn-xl{
 	margin-top:0px;
}
.urlLeft,
.urlRight{
	float:left;
}
.urlLeft{
	width:15%;
	border-right:0px;
	background-color:transparent;
}
#urlLeft.form-control[readonly]{
	background-color:transparent !important;
	padding-right:0px;
}
.urlRight{
	width:85%;
	border-left:0px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
	color:#999 !important;
	font-weight:700;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #25a389;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #27b898;
    background-color: #27b898;
}
.form-signin{
	padding:0.5em 2em 1em;
	background-color:rgba(34,34,34,0.8);
	border-radius:3px;
}
.form-signin h2{
	color: #27b898;
	font-size:14px;
}
.forgot-pass{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox, .radio {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-xl .badge {
    color: #27b898;
    background-color: #fff;
}

.navbar-toggle .icon-bar.middle-bar{
	  top: 1px;
}

.navbar-toggle .icon-bar.bottom-bar {
  	top: 1px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 300ms ease-in-out;
}
.navbar-toggle.active .icon-bar.top-bar {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar.middle-bar {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar.bottom-bar {
	  top: -6px;
	  transform: rotate(-45deg);
}
.navbar-default {
    border-color: transparent;
    background-color: #222;
}
.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #27b898;
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
	margin-top:-17px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #25a389;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
    border:2px solid #FFFFFF;
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
	border:2px solid #FFFFFF;
}
.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #27b898;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #27b898;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #25a389;
}
.navbar-brand img{
	width:230px;
	margin-top:15px;
}

#result,
#adresult,
#contsuccess{
	background-color: #25a389;
	width:100%;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}
#contresult{
	width:100%;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}
#contactCaptcha{
	padding-left:0px;
}

#result a{
	color:#fff;
	text-transform:uppercase;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 30px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 0px;
    }
    .navbar-default.navbar-shrink {
        padding: 15px 0;
        background-color: #222;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	.navbar-brand.logo-shrink{
    animation-duration: 0.5s;
	-ms-transform: scale(0.7,0.7);
    -webkit-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center bottom;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	height:100%;
}
header .container{
	padding-right:0px;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
	width:55%;
	/*position: relative;
	top:50%;
	transform:translateY(-50%);*/
}
header .intro-text-container {
	padding:10px;
	background-color:rgba(39,184,152,0.5);
	position:relative;
}
header .intro-text-container .side-arrow{
	position:absolute;
	width:50px;
	left:-50px;
	top:40%;
	opacity:0.5;
}
header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;	
}
header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
    font-size: 1em;
    font-weight: 700;
    line-height: 50px;
}
@media(min-width:768px) {
    header .intro-text {
        padding-top: 250px;
        padding-bottom: 200px;
		/*position: absolute;
		top:50%;
		transform:translateY(-50%);*/
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 15px;
        font-style: italic;
        line-height: 2;
    }

    header .intro-text .intro-heading {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
		color: #27b898;
    }
}

section {
    padding: 100px 0;
}
section#affiliates{
	background-color:#eeeeee;
}
section#events{
	background-color: #27b898;
	padding-bottom:0px;
}
section#events img{
	margin:auto;
}
section#events .section-heading{
	color: #fff;
}
section#events .section-subheading{
	color: #333;
	margin-bottom:20px;
}
section#events #meetUsBlock{
	padding:30px;
	color:#eee;
	margin:auto;
	background-color:#333;
	text-align:center;
	width:300px;
	position:relative;
	text-transform:uppercase;
	cursor:pointer ;
}
section#events #meetUsBlock h2{
	font-size:2em;
}
#meetText h2{
	margin-top:10px;
}
#meetDetails{
	display:none;
	opacity:0;
}
#meetClose{
	padding-bottom:15px;
	color: #25a389;
}
#meetClose:hover{
	color: #ffffff;
	cursor:pointer;
}
section#events #meetUsBlock img{
	position:absolute;
	width:50px;
	bottom:-20px;
	left:50%;
	margin-left:-25px;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
	color: #27b898;
}
section h3.section-subheading {
    margin-bottom: 40px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
	line-height:2;
}
section#contact h3.section-subheading {
	color:#fff;
	margin-bottom:10px;
}
@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}
.service-heading img{
	max-width:250px;
	margin:auto;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}
#portfolio * {
    z-index: 2;
}
@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #27b898;
}
.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}
@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
.team-member {
    margin-bottom: 50px;
    text-align: center;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
aside.clients img {
    margin: 50px auto;
}
section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
	padding:200px 0;
}
section#contact .section-heading {
    color: #fff;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea,
section#contact .form-group select {
    padding: 10px;
}
section#contact .form-group input,
section#contact .form-group select {
	height:auto !important;
}
section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 380px;
}
#conttopic *,
#country *{
	background-color: #222;
}
#countryAd, #countryAd *{
	color: #222;
}
.form-control:focus {
    border-color: #27b898;
    box-shadow: none;
}
section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
section#contact .text-danger {
    color: #e74c3c;
}
footer {
    padding: 25px 0;
    text-align: center;
	background-color:#fff;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #27b898;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
.table>tbody>tr>td,  .table>tfoot>tr>td,  .table>thead>tr>td {
    border-top: 1px solid #0e3e34;
	padding: 20px;
    line-height: 1.42857143;
	font-weight:100;
}
tr.last-ro td{
	padding-bottom:50px !important;
}
.table>tfoot>tr>th, .table>tbody>tr>th, .table>thead>tr>th  {
    background-color: #297c68;
	padding:15px;
	margin-top:10px;
	text-align:center;
	font-size:1.2em;
	text-transform:uppercase;
	border-top: 0px solid #0e3e34;
	font-weight:100;
}
.required-field{
	color: #27b898;
}

.portfolio-modal b{
    font-weight: normal;
}

 .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color:rgba(34,34,34,0.9);
	color:#fff;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #27b898;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #27b898;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #27b898;
}

::selection {
    text-shadow: none;
    background: #27b898;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #27b898;
}
.affBlock:hover{
	opacity:0.7;
}
/*==============================================================================
					Advertisers Wizard Styles
==============================================================================*/
section#advertisers{
	background-color:#FFFFFF;
}
.advert_form{
	border:8px solid rgba(39,184,152,0.5);
	padding:2em;
}
section#contact .section-heading {
    color: #fff;
}
.advert_form .form-group {
    margin-bottom: 25px;
}
.advert_form .form-group input {
    padding: 10px;
	color:#333;
}

.advert_form::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}
.advert_form:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}
.advert_form::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}
.advert_form:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}
.advert_form p{
	font-size:12px;
}
.advert_form h3{
	color:#27b898;
}
.advert_form .navbar{
	margin-bottom: 0px;
}
.advert_form .navbar-inner .container{
	padding:0px;
}
.advert_form .btn#Submit_SignupInfo{
	width:100%;
}
.advert_form .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	border-radius:0px;
	background-color: #27b898;
}
 .advert_form .nav-pills>li>a {
    border-radius: 0px;
	color:#333;
	border:1px solid rgba(39,184,152,0.5);
	height:50px;
	margin-bottom:5px;
	text-align:center;
}
.advert_form .nav-pills>li>a:hover {
	background-color: transparent;
	color: #fff;
}
.advert_form .nav-pills>li {
	width:33.2%;
	
}
.advert_form .pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #27b898;
	opacity:0.5;
	margin-right:2px;
	text-transform:uppercase;
}
.advert_form .nav-pills>li>a:before {
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    border-width:20px 20px 0px 0px;
    border-style:solid;
    border-color: transparent #fff transparent #fff;
}
.advert_form .pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #27b898;
    border: 0px solid #ddd;
    border-radius: 0px;
	color:#fff;
	margin-right:2px;
	text-transform:uppercase;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: rgba(39,184,152,0.5);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{
	width:0px;
	background-color: #27b898;
}
.valResponse{
	width:100%;
	text-align:center;
	color: #e74c3c;
}
.disableForward{
	pointer-events: none;
}
#affiliates img.screenDisplay {
	max-width:250px;
	margin:auto;
}

/*==============================================================================
					Wizard Styles
==============================================================================*/
.mobileTabs{
	display:none;
}
.signup_form{
	border:8px solid rgba(39,184,152,0.5);
	padding:2em;
}
.signup_form p{
	font-size:12px;
}
.signup_form h3{
	color:#27b898;
}
.signup_form .navbar{
	margin-bottom: 0px;
}
.signup_form .navbar-inner .container{
	padding:0px;
}
.btn#Submit_SignupInfo{
	width:100%;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	border-radius:0px;
	background-color: #27b898;
}
.nav-pills>li>a {
    border-radius: 0px;
	color:#fff;
	border:1px solid rgba(39,184,152,0.5);
	height:50px;
	margin-bottom:5px;
}
.nav-pills>li>a:hover {
	background-color: transparent;
	color: #27b898;
}
.nav-pills>li {
	/*width:24.7%;*/
	width:33.2%;
}
.navGroup{
	background-color:#333;
	padding:20px 50px 10px;
	margin-bottom:20px;
}
.navGroup p{
	margin-bottom:0px;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #27b898;
	opacity:0.5;
	margin-right:2px;
	text-transform:uppercase;
}
.nav-pills>li>a:before {
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    border-width:20px 20px 0px 0px;
    border-style:solid;
    border-color: transparent #333 transparent #333;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #27b898;
    border: 0px solid #ddd;
    border-radius: 0px;
	color:#fff;
	margin-right:2px;
	text-transform:uppercase;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: rgba(39,184,152,0.5);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{
	width:0px;
	background-color: #27b898;
}
.valResponse{
	width:100%;
	text-align:center;
	color: #e74c3c;
	padding:10px;
}
.disableForward{
	pointer-events: none;
}
#affiliates img.screenDisplay {
	max-width:250px;
	margin:auto;
}
/*==============================================================================
					Offer It Styles
==============================================================================*/
.action-message{
	padding:30px;
	border:1px solid #27b898;
	margin-bottom:20px;
	position:relative;
}
.action-title{
	color:#CD171A;
	font-size:2em;
}
.close-action{
	position:absolute;
	right:10px;
	top:10px;
}
.external-wrap-center{
	border:10px solid rgba(39,184,152,0.5);
	padding:10px;
}
.ext-title h2{
	color: #27b898;
    font-size: 14px;
}
.edit-form-text-short{
	border-radius: 0px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #777777;
    color: #eeeeee;
	height: 34px;
    padding: 6px 12px;
	width:95% !important;
}
.table-container4,
.data-row-even-last{
	width:100%;
}
.tools .button{
	border:none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #27b898;
	width:100%;
	height: 34px;
    padding: 6px 12px;
}
a.setLink{
	float:none !important;
	display:block;
	height:45px;
	line-height:45px;
}