html,html a {
  -webkit-font-smoothing: antialiased;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
}
#plans,#plans ul,#plans ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pricePlans:after {
  content: '';
  display: table;
  clear: both;
}

#pricePlans {
  zoom: 1;
  z-index: 999;
}

#pricePlans {
  width: 100%; margin-left: 0; 
  vertical-align: center;
  padding-top: 2%;
  overflow: visible;
}

#pricePlans #plans .plan {
  float: both;
  background-color: #F8F8F8;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

.planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #3e4f6a;
  margin: 0;
  padding: .6em 0;
}



.planContainer .price p span {
  color: #8394ae;
}

.planContainer .options {
  margin-top: 10em;
}

.planContainer .options li {
  font-weight: 700;
  color: #364762;
  line-height: 2.5;
}

.planContainer .options li span {
  font-weight: 400;
  color: #979797;
}



@media screen and (min-width: 481px) and (max-width: 768px) {
  *{  text-align: center;}


/* modal code css */
.modaldialog {
    position: static;
    display: none;
    visibility: none;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modaldialog:target {
    opacity:1;
    pointer-events: auto;
    display: block;
}
.modaldialog > div {
    width: auto;
    position: relative;
    margin: 0px;
    padding: none;
    background: #fff;
}


/* end of modal code css*/
#pricePlans #plans .plan {
  width: 49%;
  margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
  margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

/* modal code css */
.modaldialog {
    position: static;
    display: none;
    visibility: none;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modaldialog:target {
    opacity:1;
    pointer-events: auto;
    display: block;
}
.modaldialog > div {
    width: auto;
    position: relative;
    margin: 0px;
    padding: none;
    background: #fff;
}


/* end of modal code css*/
/* modal code css */
.modaldialog {
    position: static;
    display: none;
    visibility: none;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modaldialog:target {
    opacity:1;
    pointer-events: auto;
    display: block;
}
.modaldialog > div {
    width: auto;
    position: relative;
    margin: 0px;
    padding: none;
    background: #fff;
}


/* end of modal code css*/
#pricePlans #plans .plan {
  width: 49%;
  margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
  margin-right: 0;
}

}
@media screen and (min-height: 1025px) {
 

/* modal code css */
.modaldialog {
    position: static;
    display: none;
    visibility: none;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modaldialog:target {
    opacity:1;
    pointer-events: auto;
    display: block;
}
.modaldialog > div {
    width: auto;
    position: relative;
    margin: 0px;
    padding: none;
    background: #fff;
}


/* end of modal code css*/
}
@media screen and (min-width: 1025px) {

#pricePlans {
  margin: auto auto;
}

#pricePlans #plans .plan {
width: 32.4%;
  margin: 0 1.33% 20px 0;

  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

#pricePlans #plans > li:last-child {
  margin-right: 0;
}

.bigger:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.slider {
  background-color:white;
height: 273px;
margin-top: 2%;
margin-bottom: 2%;
border-radius: 5px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
overflow: hidden;}

.pull-right {
  text-align: right;
}
.pull-left{
  text-align:left;
}
.header {
  background-color: white;
 padding-top:0.6em;
}
.logo {
margin-top:0px;
}

.nav {
  overflow: visible;
 padding-top: 1%;
  text-decoration: none;
}
.nav a {
    text-decoration: none;
    font-weight: 500;
    color: #7C7C7C
}
.nav a:hover {
  color: #FF6600;
  text-decoration: none;
}
hr {
color:  #bbb;
background-color: #bbb;
height: 1px;
border-radius: 5px;
border-top:none;
}

#codes {
  text-align: center;
}

.divnum {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 10px;
  background-color: white;
  border-radius: 3px;
  border:1px solid #bbb;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.divnum:hover{
  font-weight: 500;
  border:1px solid #FF6600;
  background-color: white;

   -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.divnum a {
    text-decoration:none;
  color:black;
}
.divnum:hover a {
    text-decoration:none;
  color:#FF6600;
}
/* modal code css */
.modaldialog {
    position: static;
    display: none;
    visibility: none;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modaldialog:target {
    opacity:1;
    pointer-events: auto;
    display: block;
}
.modaldialog > div {
    width: auto;
    position: relative;
    margin: 0px;
    padding: none;
    background: #fff;
}


/* end of modal code css*/
.nospace {
  padding:0 0 0 0;
  margin:0 0 0 0;

}
.container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width:100%;
}

.dropdown li {
  padding:0;
  margin-bottom: 0;
}
.dropdown a {
  text-decoration: none;
  padding: 0;
}

.dropdown [data-toggle="dropdown"] {
display: block;
position: relative;
border: solid 1px transparent;
font-family: 'Lato', sans-serif;
padding: 10px 10px;
margin: 0;
outline: 0;
font-size: 1em;
text-decoration: none;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.dropdown [data-toggle="dropdown"] {
border-color: #d3d3d3;
background: #f8f8f8;
color: #333;
}

.dropdown [data-toggle="dropdown"]:hover {
  background: #2c89c6;
}

.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.6em;
  color: #333;
  top: 14px;
  right: 10px;
}

.dropdown .icon-arrow.open {

  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .icon-arrow.close {

  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .icon-arrow:before {
  content: '\25BC';
}

.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-menu li {
  padding: 0;
}

.dropdown .dropdown-menu li a {
  display: block;
  color: #6e6e6e;
  background: #eeeeee;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}

.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}

.dropdown .show, .dropdown .hide {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown .show {
  display: block;
  max-height: 599px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.dropdown .hide {
  max-height: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

.center {
    text-align: center;
}

form#contact-form .form-group label {
    text-align: left!important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

form#contact-form input,form#contact-form select,form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #c3dee9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.input-group-addon {
    border: 1px solid #c3dee9;
    background-color: #c3dee9;
    border-radius: 0;
    color: #fff;
}
.form-group input, textarea, select {
  width:100%;
  font-family:'Lato';
}
.textarea {
  height:100px;
  min-width:200px;
}
.copyrights {
  font-weight: 200;
  font-size:13px;
  color:#222;
  margin-top: -15px;
}
.black {
  color: #222;
  background-color: #555;
  height: 5px;

}
.find {
  padding-left: 10px;
}

.lhsmall {
 line-height: 110%;
}
.boxd {
  border:1px solid #FFA319; 
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
  background-color: white;
}
.benefits {
   border:1px solid #FFA319; 
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: :15px;
  padding-bottom: 15px;
  
      display: none;
}
.more {
      display: none;
  border:1px solid #FFA319; 
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: :15px;
  padding-bottom: 15px;
  text-align: center;}
.pointer {
  cursor:pointer
}
.under {
  font-size: 13px;
  color: orange;
  text-align: center;
    display: inline-block;
}
.under a {
  z-index: 99;
  position: absolute;
  display: inline-block;

}
.icoa {
  height: 89px;
  content:url("../images/icoa.png")
}
.icob {
  height: 89px;
  content:url("../images/icob.png")
}
.icoc {
  height: 89px;
  content:url("../images/icoc.png")
}
.ecod {
  height: 89px;
  content:url("../images/ecod.png")
}
.icoe {
  height: 89px;
  content:url("../images/icoe.png")
}
.icof {
  height: 89px;
  content:url("../images/icof.png")
}
.icog {
  height: 89px;
  content:url("../images/icog.png")
}
.ico1 {
  height: 89px;
  content:url("../images/ico1.png")
}
.ico1:hover {
  content:url("../images/ico1h.png")
}
.ico2 {
  height: 89px;
  content:url("../images/ico2.png")
}
.ico2:hover {
  content:url("../images/ico2h.png")
}

.ico3 {
  height: 89px;
  content:url("../images/ico3.png")
}
.ico3:hover {
  content:url("../images/ico3h.png")
}

.ico4 {
  height: 89px;
  content:url("../images/ico4.png")
}
.ico4:hover {
  content:url("../images/ico4h.png")
}

.icofb {
  width: 12px;
  height: 12px;
 margin-top: -10px;
 padding-left: 5px;
  content:url("../images/icofb.png")
}
.ico-portal {
  width: 13px;
  height: 13px;
 margin-top: -10px;
 padding-left: 5px;
  content:url("../images/ico-portal.png")
}
.textfb {
  margin-top: -20px;
  padding-top: -20px;
}
.address {
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 13px;
  margin-top:10px;
  font-weight: 600;
  font-size: 12px;
  color: #7C7C7C
}
.icofb:hover {
  content:url("../images/icofb.png")
}
.noen {
  color: black;
  font-style: none;
  text-decoration: none;
}
.noen:hover {
  color: black;
  font-style: none;
}

/* CAPTION STYLE 3 */
  .caption-style-3{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
    width: 100%
  }

  .caption-style-3 li{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
  }

  .caption-style-3 li:hover .caption{
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    -o-transform:translateY(-100px);
  }

  .caption-style-3 li:hover img{
    opacity: 1;



  }


  .caption-style-3 img{
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    border-radius: 4px;
  }


  .caption-style-3 .caption{
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top:100px;
    -webkit-transition:all 0.15s ease-in-out;
    -moz-transition:all 0.15s ease-in-out;
    -o-transition:all 0.15s ease-in-out;
    -ms-transition:all 0.15s ease-in-out;
    transition:all 0.15s ease-in-out;

  }

  .caption-style-3 img{
    -webkit-transition:all 0.15s ease-in-out;
    -moz-transition:all 0.15s ease-in-out;
    -o-transition:all 0.15s ease-in-out;
    -ms-transition:all 0.15s ease-in-out;
    transition:all 0.15s ease-in-out;

  }
  .caption-style-3 .blur{
    background-color: rgba(0, 0, 0,0.85);
    height: 400px;
    width: 460px;
    z-index: 5;
    position: absolute;
    border-radius: 4px;
  }

  .caption-style-3 .caption-text h1{
    text-transform: uppercase;
    font-size: 18px;
  }
  .caption-style-3 .caption-text{
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 400px;
    height: 300px;
    text-align: center;
    top:20px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
        margin-left: 20px;
    margin-right: 20px;
  }

  .captionbig {
        width: 960px;

  }
   .blur2{
    background-color: rgba(0, 0, 0,0.95);
    height: 400px;
    width: 960px;
    z-index: 5;
    position: absolute;
    border-radius: 4px;
  }
  .p1x {
    margin-left: 25px;
    margin-right: 25px;
  }

  .raod {
  background: url("../images/icoraod.png");
  background-position: bottom right;
  background-repeat: no-repeat;
height: 500px;
  }

  .iden {
      background: url("../images/icoiden.png");
  background-position: bottom right;
  background-repeat: no-repeat;
height: 500px;

  }
  .whte {
    cursor: pointer;
    color: white;
  }
    .whte:hover {
    color: orange;
  }
  textarea {
    min-height: 118px
  }



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {
  .pull-right {
    text-align: right;

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

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) { 
 .pull-right {
    text-align: right;

  }

.center {
    text-align: center;
}}

/* Larger than tablet */
@media (min-width: 750px) {
    .pull-right {
    text-align: right;
  }

}

/* Larger than desktop */
@media (min-width: 1000px) {
    .pull-right {
    text-align: right;
  } 

.center {
    text-align: center;
}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    .pull-right {
    text-align: right;
  }

.center {
    text-align: center;
}
}




@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -100%; }
}

body { margin: 0; } 




@media screen and (min-width: 768px) {
div#slider { overflow: hidden; border-radius: 3px; padding-top: 3px; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}}


@media screen and (min-width: 481px) and (max-width: 768px) {
  div#slider { display: none;
 visibility: hidden; }
div#slider figure img {  display: none;
 visibility: hidden;  }
div#slider figure { 
 display: none;
 visibility: hidden; 
}}
.big_price {
  color:orange;
  font-size: 34px;
  font-weight: 600;
}
.skeleton {
visibility: hidden;
}
   .btn2 {
   text-decoration: none;
    color: #FF6600;
   }
   .btn2:visited{
    color:#FF6600;