
.container
{
    margin:auto;
}
h1, h2, h3, h4, h5, h6, body{
  font-family: 'Droid Sans', Arial, Tahoma, Sans;
}
h1, h2, h3, h4, h5, h6{
  color: #565757;
  word-spacing: 2px;
  letter-spacing:1px;
}
p{
  font-family: 'Droid Serif', Georgia, Times New Roman, Serif ;
  font-size: 12px;
  line-height: 24px;
  color: #565757;
  letter-spacing:0.5px;
}
li{list-style: none;}
.anchor a{
  font-family: 'Droid Serif', Georgia, Times New Roman, Serif ;
  color:#73d0f6; 
	float: right;
	margin-right: 20px;
	font-size: 11px;
	width: 70px;
	display: block;
	background: url(../img/arrow-right-small.png) no-repeat 100% 6px;
}

.anchor a:hover{
  color:#73d0f6; 
}


.red{ color: #f04e54;}
.tb{
  margin: 10px 0;
}
.left{float: left;}
.right{float: right;}

.tr{text-align: right;}
/* -- Header list
******************************************************************************/
.header{
    width:100%;
	background: url(../img/header-bg.jpg) repeat-x;
	padding-top: 20px;
}

#masthead{
}


#topnav > ul {
	float: right;
	margin-top: 20px;
}
#topnav > ul > li {
	list-style: none;
	display: inline;
	color: #fff;
	margin:0 10px 0 10px;
	padding:0 15px 0 0;
	font-size: 12px;
	border-right: 1px solid #fff;
}
#topnav > ul > li > a{
	color: #fff;
}
#topnav > ul > li.last{
	border-right: none;
}


/* Main Nav Bar */

.home, .login{
	float: left;
}
.home{
	height: 37px;
	margin: 0;
	padding: 0 35px;
	display: block;
	line-height: 0;
	text-indent: -100000px;
	background: url(../img/home.png) no-repeat;
}

.login{
	height: 37px;
	float: right;
	background: url(../img/log-in.png) no-repeat;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 7px 35px;
	margin: 0;
}

.main-nav > .nav > li > .on a {
  color: #000;
}

/* Margin fix for chrome and safari */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.login{
	height: 37px;
	float: right;
	background: url(../img/log-in.png) no-repeat;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 7px 35px;
	margin: 0;
}
}


.login:hover{
	color: #fff;
	text-decoration: none;
}
.main-nav {
	padding: 0;
	height: 37px;
    background-color: #fafafa;
    background-repeat: repeat-x;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #ffffff, #d3d3d3);
}

.main-nav:before,
.main-nav:after {
  display: table;
  line-height: 0;
  content: "";
}

.main-nav:after {
  clear: both;
}

.nav > li > a{
	margin: 0 15px;
}

/*------------- Title Css ------------------------------
_________________________________________________________*/

#page-title h1{
  color: #fff;
  font-weight: bolder;
  padding-bottom: 5px;
}

/*------------- Slider Css ------------------------------
_________________________________________________________*/

#slider-id h2{ color: #fff; letter-spacing: 0; word-spacing: 1px;}
#slider-id p{
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
@-webkit-keyframes spaceboots {
      0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
      10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
      20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
      30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
      40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
      50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
      60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
      70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
      80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
      90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
      100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
    }
    .liquid-slider-wrapper .liquid-slider span {
      display: none;
    }
    .liquid-slider-wrapper .liquid-slider {
      width: 100%;
      color: #fff;
      background: transparent;
    }
    .liquid-slider-wrapper .liquid-nav {
      background: url(../img/slide-nav120.png) no-repeat;    
      position: absolute;
      padding-left: 21px;
      padding-right: 20px;
      padding-top: 2px; 
      top: 322px;
      left: 750px;
      z-index: 1;
    }
    .liquid-slider-wrapper .liquid-nav a {
    	height: 10px;
    	width: 10px;
      background: url(../img/slide-pagination.png) no-repeat;
      text-indent: -100000px;
      margin:0 -3px;
    }
    .liquid-slider-wrapper .liquid-nav a:hover {
    	background: url(../img/slide-pagination-active.png) no-repeat;
    }
    .liquid-slider-wrapper .liquid-nav .current {
    	background: url(../img/slide-pagination-active.png) no-repeat;
    }
    .controls {
      float:right;
      position: relative;
      font-size: 2em;
      margin:-35px 15px 5px 0;
    }
    .controls a {
      font-family: 'iconic';
      font-size:0.7em;
      text-decoration: none;
      color:white; 
    }
    .controls a:hover {
      color:black;
    }
    .liquid-responsive .liquid-slider .panel .panel-wrapper {
      padding: 20px 35px 35px;
    }
    @media only screen and (max-width: 481px) {
      .liquid-slider-wrapper .liquid-nav {
        display:none;
      }
      .controls {
        margin: -70px 15px 5px 0;
        font-size: 4em;
      }
      .liquid-responsive .liquid-slider .panel .panel-wrapper {
        padding: 20px 35px 55px;
      }
    }


 #slider-id .lr{margin: 0 auto;}

 #slider-id .lr a{
 	width: 173px;
 	display: block;
 	background: url(../img/anchor-button.png) no-repeat; 
 	padding: 5px 20px 5px 35px; 
 	margin: 60px auto;
 	color: #232323; 
 	text-decoration: none;
 }

  #slider-id .lr a:hover{
 	background: url(../img/anchor-button-hover.png) no-repeat; 
 	text-decoration: none;
 }

/*------------- Testimonial Slider Css ------------------------------
_________________________________________________________________________*/
#testimonial {
  position: absolute;
  margin-top: -140px;
  height: auto;
}

#testimonial-slider li{  
    width:696px;
    min-height:81px;
    overflow:hidden; 
    }

#testimonial-slider h4{
  text-align: center;
}
#testimonial-slider blockquote{
  border: none;
  background: url(../img/bg_quote.png) no-repeat;
  margin: 0;
  padding: 5px 0;

}

#testimonial-slider blockquote p{
  font-size: 14px;
  line-height: 30px;
  color: #959696;
  padding-left: 55px;
}
#prevBtn, #nextBtn,
  #testimonial-slider1next, #testimonial-sliderprev,
  #nextBtn, #testimonial-slidernext,                      
  #prevBtn a, #nextBtn a,
  #slider1next a, #testimonial-sliderprev a, 
  #nextBtn a, #testimonial-slidernext a{ 
    visibility: hidden;
    display: none;
    } 

.name{
  font-size: 16px;
  font-weight: bold;
}
/*------------- Call To Action Buttons Css ------------------------------
_________________________________________________________________________*/

#cta {
	height: 35px;
	background: url(../img/cta-border.jpg) repeat-x -15px 0;
	margin-bottom: 20px;
}
#cta > #btn {
	max-height: 25px;
	background: #fff;
	
}
#cta > ul > li {
	list-style: none;
	display: inline;
	margin: 0 10px;
}

#cta > ul > li > a{
	min-width: 100px;
	color: #a8a8a8;
	text-decoration: none;
	border:1px solid #a8a8a8;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 5px 10px;
}

#cta > ul > li > a.active,
#cta > ul > li > a:hover{
	min-width: 100px;
    background-color: #fb646a;
	background-image: -moz-linear-gradient(top, #fb646a, #cb1d24);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb646a), to(#cb1d24));
  	background-image: -webkit-linear-gradient(top, #fb646a, #cb1d24);
  	background-image: -o-linear-gradient(top, #fb646a, #cb1d24);
  	background-image: linear-gradient(to bottom, #fb646a, #cb1d24);
    background-image: -ms-linear-gradient(top, #fb646a 0%, #cb1d24 100%);
	color: #fff;
	text-decoration: none;
	border:none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 6px 10px;
}

/*-------------  Side Bar CSS  -------------------------------------
_________________________________________________________________________*/

.menu2{
  margin: 20px 0;
  border: 1px solid #e1e1e1;
  padding:10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  font-family: 'Droid Sans', Arial, Tahoma, Sans;
}
.menu2 > ul > li {margin: 5px 0;}

.menu2 > ul > li > a {
  color: #b2b2b2;
  font-size: 13px;
  padding-left: 12px;
  background: url(../img/arrow-small.png) no-repeat 0 2px;
}

.menu2 > ul > li > a:hover{
  color: #ef3b42;
  background: url(../img/arrow-small.png) no-repeat 0 -12px;
  text-decoration: none;
}


/*-------------  Main Content CSS  -------------------------------------
_________________________________________________________________________*/

.box { 
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
}
#player > ul, #player > ul > li, #player > ul > li > a, #player > ul > li > a > img {
  margin: 0;
  padding: 0;
}

#cnt{
  min-height: 170px;
  border: 1px solid #e1e1e1;
  padding: 0 10px 10px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
} 

#cnt h5{
  line-height: 28px;
  padding-bottom: 5px;
  letter-spacing:2px;
  word-spacing: 1px;
}
.button-red a{
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    background-color: #fb646a;
    background-image: -moz-linear-gradient(top, #fb646a, #cb1d24);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb646a), to(#cb1d24));
    background-image: -webkit-linear-gradient(top, #fb646a, #cb1d24);
    background-image: -o-linear-gradient(top, #fb646a, #cb1d24);
    background-image: linear-gradient(to bottom, #fb646a, #cb1d24);
    color: #fff;
    text-decoration: none;
    border:none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 5px 20px;
    margin: 0 20px;

}

/* Margin fix for chorme and safari */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .login{
    height: 37px;
    float: right;
    background: url(../img/log-in.png) no-repeat;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 7px 35px;
    margin: 0;
  }
  .button-red a{
    margin: 0 20px;
  }

}

#price {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  padding: 0 10px 10px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
}

#price h1{
  padding: 15px;
  text-align: center;
}
#pricing-table {
    margin: 20px auto 20px auto;
    text-align: center;
    width: 700px; /* total computed width = 222 x 3 */
  }

  #pricing-table .plan {
    font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    text-shadow: 0 1px rgba(255,255,255,.8);        
    background: #fff;      
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    width: 180px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
    float: left;
    position: relative;
  }
 
  #pricing-table .uniquePlan {
    font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    text-shadow: 0 1px rgba(255,255,255,.8);        
    background: #fff;      
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    width: 620px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
    float: left;
    position: relative;
  }
   
  #pricing-table #most-popular {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
  }
 
  #pricing-table #thePlan {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
  }

  #pricing-table .plan:nth-child(1) {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;        
  }

  #pricing-table .plan:nth-child(4) {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;        
  }
  
  /* --------------- */ 

  #pricing-table .price {
    padding: 20px;
    margin: -20px -20px 10px -20px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
  }

  #pricing-table .price h3{
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 0
  }

   #pricing-table .price .amount{
    font-size: 36px;
   }
  
  #pricing-table #most-popular .price {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee,#ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;     
  }

    #pricing-table #most-popular .price .amount{
      font-size: 46px;
    }
  
  #pricing-table .plan:nth-child(1) .price {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;       
  }

  #pricing-table .plan:nth-child(4) .price {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;       
  } 
  
  /* --------------- */

  #pricing-table > ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
  }

  #pricing-table > ul > li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }
  
  /* --------------- */
    
  #pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 10px 0 0 0;  
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;       
    background-color: #72ce3f;
    background-image: -moz-linear-gradient(#72ce3f, #62bc30);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
    background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
    background-image: -o-linear-gradient(#72ce3f, #62bc30);
    background-image: -ms-linear-gradient(#72ce3f, #62bc30);
    background-image: linear-gradient(#72ce3f, #62bc30);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;     
    text-shadow: 0 1px 0 rgba(0,0,0,.3);        
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
  }

  #pricing-table .signup:hover {
    background-color: #62bc30;
    background-image: -moz-linear-gradient(#62bc30, #72ce3f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
    background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
    background-image: -o-linear-gradient(#62bc30, #72ce3f);
    background-image: -ms-linear-gradient(#62bc30, #72ce3f);
    background-image: linear-gradient(#62bc30, #72ce3f); 
  }

  #pricing-table .signup:active, #pricing-table .signup:focus {
    background: #62bc30;       
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
  }

/* testi monial of pricing page */
#qoutes-price {
  margin-bottom: 20px;
}
.priceq{
  margin-top: -3px;
  margin-left: 20px;
  padding-left: 25px;
  padding-top: 5px;
  background: url(../img/qoute-bubbles.png) no-repeat;
}

/* Social Links Styles */
#social{
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  max-height: 48px;
  background: url(../img/red-social-bg.png) repeat-x;
}
#links{
  margin: 14px 0;
}
#links > li {  
  display: inline;
}
#links > li > a {
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  color: #fff;
}
#scl-links > span {
  margin: 14px 15px;
  margin-left: 175px;
}

/* footer styles */

#footer{
  background: #1d1d1d;
  padding: 20px 0;
  color: #fff;
}

.widget > ul{
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.widget > ul > li {
  background: url(../img/arrow-small-dark.png) no-repeat 0 7px;
  margin: 1px 0;
  padding-left: 10px;
}

.widget > ul > li > a {
  font-size: 12px;
  color: #919191;
  padding: 0;
  margin: 0;
}

.widget-title > img {
  padding-bottom: 20px;
}

.widget > p {
  font-size: 12px;
  color: #919191;
}

#or .widget-title,#or ul{
  padding-left: 10px;
}
