@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  position: absolute;
  top: 40%;
  display: inline-block;
  text-shadow: 0 1px 10px rgba(61,131,201,0.9);
}

@media screen and (max-width: 640px){
.carousel-caption {
  top: 35%;
}
}

.carousel-caption h2 {
    color: white;
    font-size: 45px;
    font-weight: 600;
}

@media screen and (max-width: 640px){
.carousel-caption h2 {
font-size: 35px;
}
}

/* Declare heights because of positioning of img element */
#myCarousel  .item {
  height: 600px;
  background-color:#bbb;
}
#myCarousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}


#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

header {
  background: #333;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

/*.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}*/

.navbar-toggle {
	outline:0;
}

.divider {
	height:50px;
}
.tmb .divider {
	height:25px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
	
	}
}

#map-canvas {
  	width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 

.bg-4 {
	padding-top:30px;
    background-color:#e6e6e6;
}

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}


/*general start*/
.text-right{
	text-align:right;
}
.text-center{
	text-align:center !important;
}
@media (max-width: 768px) {
.navbar-collapse {
	max-height: 230px !important;
    padding-bottom: 10px;
}
}
.no-padding{
	padding:0 !important;
}
.padding-right-0{
	padding-right:0
}
.padding-left-0{
	padding-left:0
}
.padding-horizontal-0{
	padding-right:0;
	padding-left:0
}
.padding-horizontal-15{
	padding-right:15px;
	padding-left:15px
}
.padding-50 {
    padding: 50px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-right-35{
	padding-right: 35px;
}
@media (max-width: 767px){
	.padding-50 {
		padding: 25px;
	}
	.padding-top-50 {
		 padding-top: 25px;
	}
	.m-padding-0{
		padding:0;
	}
}
.padding-100 {
    padding-top: 100px;
}	
.padding-bottom-0{
	padding-bottom:0;
}
.margin-vertical-0{
	margin-top:0px;
	margin-bottom:0px;
}
.margin-vertical-5{
	margin-top:5px;
	margin-bottom:5px;
}
.margin-vertical-30-20{
	margin-top:30px;
	margin-bottom:20px;
}
.margin-top-5{
	margin-top:5px;
}
.margin-top-8{
	margin-top:8px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-0{
    margin-bottom: 0px;
}
.margin-bottom-5{
    margin-bottom: 5px;
}	
.margin-bottom-10{
	margin-bottom:10px !important;
}
.margin-bottom-15{
	margin-bottom:15px !important;
}
.margin-bottom-20{
	margin-bottom:20px !important;
}
.margin-bottom-30{
	margin-bottom:30px !important;
}
.margin-bottom-50{
	margin-bottom:50px !important;
}
label {
	float: left;
}
.color-black{
	color: black;
}
.color-darkGrey{
	color: #666666;
}
.color-lightGrey{
	color: #9e9e9e;
}
.color-green{
	color: #50b948 !important;
}
.color-white{
	color: white;
}
.font-weight-light{
	font-weight: lighter !important;
}
.btn.btn-outline:hover, .lightGrey .btn.btn-outline:hover , .btn.btn-outline:active, .lightGrey .btn.btn-outline:active {
    color: #ffffff;
    background: #3f9e37;
    border-color: #3f9e37;
}
.btn.btn-outline:hover {
    color: #ffffff;
}
.btn.btn-outline {
    color: white;
    border-color: white;
    border-width: 2px;
    border-radius: 30px;
    max-width: 220px;
    font-size: 18px;
    min-width: inherit;
    display: inline-block;
    margin-bottom: 15px;
}
.lightGrey .btn.btn-outline {
    color: #50b948;
    border-color: #50b948;
}
.fontNormal{
	font-weight:normal !important;
}
.pull-left-center{
	float:left;
}
@media (max-width: 991px){
	.pull-left-center{
		float:none;
	}
}
.collapse.navbar-collapse .active:after{
    content: '';
    width: 100%;
    background: none;
    height: 4px;
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    left: 0px;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	background:#6cc8f7 !important;
}
.divider:after {
  background: #6cc8f7;
}
.divider:after {
    content: "";
    position: relative;
    height: 4px;
    width: 60px;
    display: block;
    text-align: center;
    margin: 13px auto;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
}
.has-error{
	text-align:left;
}
.text-gray{
	color: #3c3c3c;
}
.text-black{
	color: #000;
}
.text-blueTitle{
	color: #087bde;
    font-size: 19px;
	text-align:left;
}		

.text-white{
	color: #fff;
}
.text-justify{
	text-align: justify;
}
.display-block{
	display: block;
}
.z-index--1{
	z-index:-1;
}
/*general end*/

/*signup start*/
#signup form .form-control {
	height: 35px;
    border: 1px solid #cccccc;
}
#signup .divider{
	height:0;
}
li.login a{
	color: #fff !important;
    font-size: 16px;
    background-color: #5cb85c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 15px !important;
    line-height: 10px;
    margin-top: 5px;
}
li.login a:hover, header .navbar-default ul.navbar-nav li.login a:hover:after {
    background-color: #479d47 !important;
}

/*signup end*/


/*product*/
.btn-circle {
	border-radius: 10em !important;
}	
.tmb>.t-inside {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tmb .t-inside {
    background-clip: content-box;
}
.tmb .t-entry-text{
    -webkit-backface-visibility: hidden;
    text-align: left;
}
.tmb  h3{
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}
.tmb  h4{
	color: #087bde;
}
.pl2{
position: absolute !important;
right: 0;
}
@media (max-width: 991px){
	.pl2{
		position: relative !important;
	}
}

#product.row-container .row-parent .single-internal-gutter .uncont>* {
    margin-top: 36px;
}

/*.owl-carousel-wrapper {
    overflow: hidden;
}*/
#product .row-container {
    position: relative;
    clear: both;
    border: 0;
}
#product .row-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    min-width: 100%;
    width: auto;
}
.row-inner {
    display: table-row;
}
.owl-height-equal.owl-carousel .owl-item {
    height: 100%;
    display: table-cell;
}
.owl-item  div:hover{
    -webkit-box-shadow: inset 0 0 0 5px #03a9f4;
    -moz-box-shadow: inset 0 0 0 5px #03a9f4;
    box-shadow: inset 0 0 0 5px #03a9f4;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none;
    display: inline-table;
    table-layout: fixed;
    vertical-align: top;
	float: left;
}
.owl-height-equal.owl-carousel .owl-item>.tmb>.t-inside {
    height: 100%;
    display: table;
    table-layout: fixed;
}
.white-bg {
    background-color: white;
}

.shift_y_neg_triple {
    margin-top: -108px!important;
}
.owl-height{
	height: 100%;
    display: table;
    position: absolute;
	left:0
}
.owl-stage{
    table-layout: fixed;
    /*height: 490px;*/
}
.owl-stage > div:nth-child(1){
    border-right: 1px solid #eaeaea;
}
@media (max-width: 768px){
.owl-stage > div:nth-child(1){
	border-right: 0;
    border-bottom: 1px solid #eaeaea;
}
}
.owl-height-equal.owl-carousel .owl-item>.tmb {
    height: 100%;
    display: block;
}
.row-background, .column-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.main-container .row-container .exa-bottom-padding {
    /*padding-bottom: 180px;*/
	padding-bottom: 100px;
}
.main-container .row-container .quad-top-padding {
    padding-top: 144px;
}
.main-container .row-container .single-h-padding {
    padding-left: 36px;
    padding-right: 36px;
}
.main-container .row {
    width: 100%;
    table-layout: fixed;
}
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
	margin: 0;
	text-align: center;
}
body{margin:0px; padding:0px;}
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -400px 0;}
}
 
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -400px 0;}
}
.product-bg {
	background: url("../img/product.jpg");
	background-repeat:no-repeat;
    float: left;
    padding: 0px 0 100px;
    width: 100%;
    color: #fff !important;
    min-height: 400px;
    /*-webkit-animation: backgroundScroll 50s linear infinite;
    animation: backgroundScroll 50s linear infinite;*/
    /*background-size: auto 100%;*/
    background-position: top;
    background-attachment: fixed;
    background-color: #1843ad;
	z-index: 0;
}
.product2-bg {
    background-color: #f7f7f7;
}

.style-color-xsdn-bg {
    background-color: #ffffff;
}
.triple-block-padding {
    padding: 25px;
}
#product .btn-submit {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 25px;
    background-color: #10c17a;
    box-shadow: 0 3px 10px 0 #345e85;
    -webkit-transition: box-shadow 200ms ease,background-color 200ms ease;
    transition: box-shadow 200ms ease,background-color 200ms ease;
    font-family: Roboto,sans-serif;
    letter-spacing: .2px;
    color: white;
    text-decoration: none;
    border-width: 2px;
    max-width: 195px;
    font-size: 18px;
    min-width: inherit;
    display: inline-block;
}
#product .btn-submit:hover{
	 background-color:#36e09c;
}

/* List styling */
.prodcfeatureList, .prodcfeatureList ul , .prodcfeatureList2, .prodcfeatureList2 ul{
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
}
.prodcfeatureList li:before, .prodcfeatureList2 li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
  font-size: 20px;
  margin-top: -4px;
}
.prodcfeatureList li.tick:before {
  content: "\2713";
  color: #50b948;
}
.prodcfeatureList2 li.tick:before {
  content: "\2713";
  color: white;
}
.lightGrey .prodcfeatureList2 li.tick:before {
  color: #50b948;
}
.prodcfeatureList li{
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
.prodcfeatureList2 li{
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.pfl_subheader{
    margin-bottom: 0;
    text-decoration: underline;
}
li.tick p{
	margin-bottom:0px;
}
/****end of product**/

/** Subscribe**/
.cold, a.cold:hover {
    color: #3452ff !important;
}
.module-container {
    margin: 0 0 4.5rem;
}
.pricing-table.green{
    background: #50b948;
	background-color: #50b948 !important;
    color: white;
	border-radius: 4px;
    margin: 0 0 2em;
    position: relative;
	overflow:hidden;
}
.pricing-table.lightGrey {
    background: #e8e8e8;
    background-color: #e8e8e8 !important;
    color: white;
    border-radius: 4px;
    margin: 0 0 2em;
    position: relative;
    /*overflow: hidden;*/
}
.panel>.list-group .list-group-item {
    background-color: #50b948;
    border: 0;
    padding: 0;
    text-align: left;
}
.pricing-table h1, .pricing-table h4 {
	display: block;
	color:black;
	font-weight: normal;
	font-size:16px;
}
.pricing-table .panel-heading {
    border:0;
	padding: 0px;
}
.pricing-table .panel-footer {
    padding: 30px 15px;
    background-color: #50b948;
    border-top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.lightGrey .panel-footer {
	background-color: #e8e8e8;
}
.pricing-table .panel-heading h1 {
    font-size: 25px;
    margin: 10px 0;
	font-weight: bold;
}
.pricing-object .small {
    position: relative;
}
.pricing-object-lg .small, .pricing-object-xl .small {
    font-size: 14px;
}
.pricing-object-lg .small-top, .pricing-object-xl .small-top {
    top: -10px;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: top;
}
.pricing-object > * {
    margin-top: 0;
}
.pricing-object-lg .small-bottom, .pricing-object-xl .small-bottom {
    bottom: -4px;
    margin-left: 3px;
    vertical-align: bottom;
}
.pricing-object-lg, .pricing-object-xl {
    line-height: .7;
    /*font-size: 70px;*/
	font-size: 52px;
	padding: 30px 0;
}
@media (min-width: 768px){
.pricing-object-lg, .pricing-object-xl {
    /*font-size: 70px;*/
	font-size: 63px;
	margin-bottom: 45px;
	margin-top: 45px;
	padding: 0 15px;
}
}
.pricing-table-header {
    position: relative;
    background-color:#5fd058;
    padding: 15px;
	border-radius: 4px 4px 0 0;
	
}
.pricing-table-header:after {
    content: '';
    position: absolute;
    left: calc(50% - 11px);
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 11px 0 11px;
    border-color: #5fd058 transparent transparent transparent;
    z-index: 1;
}
.lightGrey .pricing-table-header {
    background-color:#f6f6f6;	
}
.lightGrey .pricing-table-header:after {
    border-color: #f6f6f6 transparent transparent transparent;
}

.text-spacing-50 {
	font-weight: 700;
    color: #151515;
	line-height: 1;
    font-size: 56px;
    margin-top: 0;
}
@media (max-width: 480px){
h3.text-spacing-50 {
    font-size: 36px;
}
}
/*.btn-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    letter-spacing: .0em;
    border-radius: 30px;
    max-width: 195px;
    font-size: 18px;
    min-width: inherit;
}*/
.btn-cta {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
    padding: 12px 44px;
}	
.btn-block {
    min-width: 30px;
    max-width: 100%;
}
.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px; }
  @media (min-width: 768px) {
    .shell,
    .shell-wide {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .shell,
    .shell-wide {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .shell,
    .shell-wide {
      max-width: 1200px; } }

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index:1;
}

/* Custom styles */

.corner-ribbon.sticky{
  /*position: fixed;*/
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 28px;
  left: -48px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.blue{background: #585bde;}

.button-more{
	text-align:left;	
}
.button-more a:hover{
	color:#585bde;
	cursor:pointer
}
.pricing-table-container {
	width: 100%;
    /*overflow: hidden;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.md{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.md-flex-bottom-wrap{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.txt-below-buttonSUN{
   width: 100%;
   display: inline-block;
   text-align:left; 
   margin-top: 0;	
}
.txt-below{
	margin: 20px 0 10px;
}
.buttonSUN_stext{
	display: block;
	/* text-align: left; */
	font-size: 14px;
	font-weight: normal;
}
.text-promotion{
	text-align:right;
}
.txt-so{
	text-align: center;
    padding: 10px;
    color: #50b948;
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e4e4e4;
}
 @media (max-width: 991px) {
.md-flex-bottom-wrap{
	position: relative;
}
.txt-below-buttonSUN{
   text-align:justify;   
}
.txt-below, .text-promotion{
	text-align:center;
}
}

/*steps*/
.tile-sections__step-title {
    margin-bottom: 5px;
    font-weight: 800;
    color: #000;
}
.step1, .step2, .step3{
	text-align: center;
    width: 100%;
}

.step1:before, .step2:before {
    content: "\f061";
    color: white;
    font: normal normal normal 16px/1 FontAwesome;
}
.step1:before{
	top: 50px;
    right: -20px;
    /*width: 48px;
    height: 48px;*/
    border-radius: 50%;
    position: absolute;
    margin: 0 0 -24px -24px;
    /*background-color: #00d664;*/
	color: #00d664;
    /*transform: rotate(90deg);*/
}
.step2:before{
	top: 50px;
    right: 18px;
    /*width: 48px;
    height: 48px;*/
    border-radius: 50%;
    position: absolute;
    margin: 0 0 -24px -24px;
    /*background-color: #00d664;*/
	color: #00d664;
    /*transform: rotate(90deg);*/
}
/*.step2:after {
    top: 50%;
    right: -7px;
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    background: #f9d8ac;
    transform: rotate(-45deg);
	z-index:1;
}*/
.subscription-panel{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: #fff;
    border: 2px solid #00d664;
    border-radius: 5px;
    box-shadow: 0 10px 32px rgba(0,0,0,.1);
}
/*.subscription-panel:before {
    top: 344px;
    position: absolute;
    content: " ";
    width: calc(100% - 42px);
    height: 2px;
    background-color: #ccc;
}*/
.s1{
	display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*background-color: #fcebd5;*/
	padding: 10px;
}
.s2{
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*background-color: #f9d8ac;*/
	padding: 10px;
}
.s3{
	display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*background-color: #f6bf76;*/
	padding: 10px;
}

@media (max-width: 991px){
.step1:before, .step2:before {
    top: 90%;
    right: 49%;
	transform: rotate(90deg);
}
}



/** end of Subscribe**/

/*launching banner*/
.banner{
	z-index: 1;
    position: relative;
	height:50px;
    top: 50px;
}
.banner-animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-name: fadeInDownBig; 
    animation-name: fadeInDownBig; 
} 
.headerstrip {
  background: linear-gradient(145deg, #6d47d9, #4772d9);
}
.headerstrip .headerstrip-canvas {
  margin: auto auto;
}
.headerstrip .headerstrip-content {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.is-hidden-tablet-and-above .headerstrip-content {
  background-position: -500px 0;
}
.headerstrip .headerstrip-text {
  color: white;
  text-decoration: none;
  font-weight: 100;
}
.headerstrip .is-hidden-phone .headerstrip-text {
  padding: 0 0 0 10px; font-size: 20px; letter-spacing: 0.6px; margin: 5px 0;
}

.headerstrip .is-hidden-tablet-and-above .headerstrip-text {
  padding: 5px 0 0 10px; text-decoration: underline; font-size: 14px; letter-spacing: 0.6px;
}
.headerstrip .headerstrip-text strong {
  font-weight: 500;
}
.headerstrip .headerstrip-cta {
    position: relative;
    top: 0px;
    padding:10px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    width: 125px;
    text-align: center;
    margin: 5px auto;
}
.headerstrip .banner__dismiss {
  position: absolute;
  opacity: 0.5;
  color: #aca7ee;
  top: 15px;
  right: 5px;
  text-decoration: none;
}
/*end of launching banner*/

/*event*/
.post-content{
	text-align:justify;
	padding: 0 0 15px;
    border-bottom: 1px solid #dedede;
	margin-bottom:15px
}
.list-bordered{
	padding:0 5px;
	display:inline-block;
}
.badge {
    font-weight: normal;
	background-color: #bdbdbd;
}
/*end of event*/

/*ibutton - bootstrap tooltip*/
.owl-item  div.ib_ranking:hover, .owl-item  div.ib_screener:hover, .owl-item  div.ib_stats:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ib_ranking h4, .ib_screener h4, .ib_stats h4{
	display:inline-block
}
.ib_ranking a, .ib_screener a, .ib_stats a{
	bottom: 5px;
    position: relative;
    color: #f8a742;
	cursor:pointer;
}
.ib_ranking a:hover, .ib_screener a:hover, .ib_stats a:hover{
    color: #ad7127;
}
.tooltip-inner {
	max-width: 1000px;
	width: 1000px;
	overflow: hidden;
	max-height: 600px;
	padding:6px;
	box-shadow: none !important;
}
.tooltip-inner img{
	width: 100%;
}
.tooltip.right .tooltip-arrow {
    display:none;
}
.tooltip{
	box-shadow: none !important;
}
.help-block.text-danger ul{
	display:none
}

/*end of ibutton - bootstrap tooltip*/

