.ect1blue_bg { background:#000}
.navbar-inverse{background-color:000;}
.calling{color:#333}
.navbar-inverse .navbar-nav > li > a{color:#fff;font-size:18px}
div.myform{background:#fff;border:1px solid #537BB9}
.btn_ylw{padding:4px 12px;font-size:18px;margin:0px;background:#f8a430;border-radius:2px}
.btn_ylw:hover{background:#DB9C08}
.btn_ylw1{border-radius:2px}
div.caption h2{margin-top:40px;margin-bottom:4px}
img{max-width:100%;height:auto}
.sticky-ads {
    opacity: 0.8;
    transition: opacity .8s;
}
.sticky-ads:hover {
  opacity: 1.0;
  transition: opacity .2s;
}

.myformpop {
  background: #f8a430;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
    border:0px;
}

.myformpop:hover{background:#323232}


#contactForm { 
  display: none;
  z-index:10;
  border: 6px solid #555; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
  
}

#contactForm input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
#contactForm textarea { height: 80px; resize: none; }

input.formBtn { 
  width: 140px;
  display: inline-block;
  color: #333;
  font-weight: 100;
  font-size: 0.9em;
  border: none;
  height: 40px;
  background:#ccc;
}
input.formBtn:hover{background:#ccc;color:#fff;border:0px}




#price {
  text-align: center;
}

.plan {
  display: inline-block;
  margin: 10px 1%;
  font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position:relative;
}

.entry-title {
  background: #eabc48;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.entry-title>h3 {
  background: #db9c08;
  font-size: 16px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color:#fff
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #db9c08;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 26px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.btn {
  padding: 3em 0;
  text-align: center;
}

.btn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}

.btn a:hover{background:#f8a430}

.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 2px;
    font-weight: 700;
}
.basic .entry-title {
  background: #9eb4d6;
}

.basic .entry-title > h3 {
  background: #6e93c9;
}

.basic .price {
  background: #6e93c9;
}

.standard .entry-title {
  background: #dd8282;
}

.standard .entry-title > h3 {
  background: #e25151;
}

.standard .price {
  background: #e25151;
}

.ultimate .entry-title > h3 {
  background: #60b269;
}

.ultimate .entry-title {
  background: #7abf6d;
}

.ultimate .price {
  background: #60b269;
}

@media screen and (max-width: 906px) {

ul.navbar-nav li a{font-size:14px !important;}
}

@media screen and (max-width: 766px) {

p.logo{text-align:center;}
}

@media screen and (max-width: 500px) {

.btn_ylw{font-size:15px;}
  
}