/*
Inspired by the dribble shot http://dribbble.com/shots/1285240-Freebie-Flat-Pricing-Table?list=tags&tag=pricing_table
*/

/*--------- Font ------------*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

@font-face {
    font-family: 'harabara_maisharabaramaisdemo';
    src: url('../fonts/harabara_mais_demo.woff2') format('woff2'),
         url('../fonts/harabara_mais_demo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}

body {
    background: #fff url("../images/bg.png") 0 0 no-repeat;
    font-family: 'Droid Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 16px;  
    background-size: 100% 39%;	
}
.wrapper {
    
}
.container{max-width:1200px;width:100%;margin:0 auto;}
.logo{display: inline-block;}
.logo img{width:165px;}
header {
    z-index: 99;
    padding: 30px 0;
    box-shadow: 0 2px 7px #eee;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}
.right-head a {
    text-decoration: none;
    padding: 10px 0;
    color: #53585f;
    border-radius: 4px;
    margin-left: 10px;
}
section.main-section {
    margin-top:108px;
}
.right-head a:hover{color:#539051;}
.login{background: #539051;}
.signup{background:#53585f;}
.right-head { float: right;margin: 5px 0;}
.pricing-table {
    width:100%;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    padding-right: 0;
}
.pricing-table .heading {
    color: #53585f;
    font-size: 36px;
    margin: 3rem 0;
    letter-spacing: 1px;
    line-height: 48px;
    font-family: 'harabara_maisharabaramaisdemo';
    text-shadow: 0 1px 1px #999;
    text-transform: capitalize;
}
.pricing-table .heading span{color:#539051;}
.block{
    width:30%;    
    margin: 0 15px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
	box-shadow: 0 2px 7px #eee;
/*    border: 1px solid red;*/
}
/*Shared properties*/
.title,.pt-footer{
    color:#539051;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
	margin: 0;
}
.content{
    position: relative;
    color: #53585f;
    padding:10px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;display:none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
	margin: 0;
}
.price span{    
    font-size:28px;
    letter-spacing: 1px;
    font-weight: bold;        
}
.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
}
.hint{
    font-style: italic;
    font-size: 0.9rem;
}
.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding:18px 16% 12px;
    font-size: 0.9rem;
}
.features li {
    padding: 6px 0;
    width: 100%;
    font-size: 1.5rem;
    color: #53585f;
    line-height: 20px;
}
.features li span {
    padding-right: 0.4rem;
    padding-bottom: 14px;
    float: left;
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
	line-height: 3;
}
/*PERSONAL*/
.personal .title{        
    background: #fff;    
}
.personal .content,.personal .pt-footer{
    background: #fff;
}
.personal .content:after{	
	border-top-color: #82DACA;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #FFF;
}
.professional .content,.professional .pt-footer{
    background: #FFF;
}
.professional .content:after{	
	border-top-color: #53CFE9;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background:#fff;
}
.business .content,.business .pt-footer{
    background: #fff;
}
.business .content:after{	
	border-top-color: #EB6379;	
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;	
}
.pt-footer input{
    color: #53585f;
    text-decoration: none;
    font-size: 20px;
    display: block;
    border:1px #53585f solid;
    width: 70%;
    margin: 0 auto 25px;
    border-radius: 50px;
	background: #fff;
	height: 48px;
    line-height: 48px;
	outline:none;
}
.pt-footer input:hover{ color: #fff; border:1px #539051 solid;background:#539051;}
.pricing-plan {
    margin: 55px 0 60px;
    float: left;
    width: 100%;
}
.nav-tabs>li {
    display: inline-block;float:none;width:14%;margin: 0 5px;border-bottom: 1px #eee solid;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;color:#539051;border-bottom:1px #539051 solid;background: transparent;
}
.nav-tabs{border:none;display:none;}
.nav-tabs>li>a {color: #53585f; border: none;}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:none;
	border:none;
	background:transparent;
}
footer{background:#1c1c1c;padding:50px 0 25px;color:#b4b4b4;}
.fttrtitle{font-size:18px;margin-bottom: 15px;color:#fff;}
.text-small a {color: #b4b4b4;text-decoration:none;}
.text-small { line-height: 25px;font-size:14px;}
.adress ul li {list-style: none;font-size: 14px;line-height: 25px;}
.adress ul li a{color:#b4b4b4;text-decoration:none;}
.adress ul li a:focus,.adress ul li a:hover{color:#539051;}
.fttrbttm {padding:25px 0 0;display: inline-block;font-size: 12px;text-align: center;border-top: 1px #363636 solid;width: 100%;margin-top: 35px;}
.pricing-table h2 {font-size:28px;font-weight: 600;color: #53585f;margin-bottom: 0;    margin-bottom:0px;}
.right-head a i {padding-right: 8px;}
.pricing-table h2 span {
    display: block;
    font-size:14px;
    font-weight: normal;
    padding: 12px 0 38px;
}
.text-dec li {
    margin-left: 17px;
}
.block h2 {
    font-weight: normal;font-size:24px;
}



label.drfftr-dialog {
    width: 100%;
    /*padding: 10px 0 15px;*/
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
textarea{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;resize:none;height:80px;
}

.login-box {
    background-color: #ffffff;
    margin: 5% auto 15% auto;
    border: 1px solid #ffffff;
    width: 600px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #ddd;
}

/* Set a style for all buttons */
button {
  background-color: #539051;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 1;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width:165px;
}

span.psw {
  float: right;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width:600px; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
.pricing-table table {
    width: 100%;
    text-align: center;
    display: table;
	margin-bottom: 30px;
	background:#fff;
}
.pricing-table table th {
    background: #eee;
    color: #53585f;
    border: 1px #d3d3d3 solid;
    font-weight: 600;
    padding: 16px 10px;
    font-size: 14px;
}
.pricing-table table td {
    text-align: left;
    border: 1px #d3d3d3 solid;
    padding: 16px 10px;
    border-collapse: collapse;
	font-size: 12px;
	 color: #53585f;
}
body.thankspage {
    background-position: 0 0;
    background-size: 100% 335px;
}
.text-dec {
    font-size: 16px;
    line-height: 28px;
    color: #6f6f6f;
	text-align:left;
}
.content-text a {
    color: #53585f;
    text-decoration: none;
}

.billing-address {
    display: inline-block;
    width: 100%;
    margin:20px 0 0;;
    text-align: left;
}
.billing-address h2 {
    font-size: 22px;
    margin: 10px 0 0px;
	padding: 15px 0;
}
.draddress {
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    float: left;
    width: 100%;
	border: 1px #d3d3d3 solid;
}
.draddress p {
    line-height: 24px;
    margin-bottom: 6px;
}
.adress.icon .text-small {
    padding-left: 22px;
    position: relative;
    background: url(../images/target.png) 0 0 no-repeat;
    background-size: 12px 12px;
    background-position: 0 6px;
}
.content-text p {
    font-size: 14px;
    line-height: 22px;color: #53585f;
}
.billing-address.content-text {
    margin-top: 85px;
    display: inline-block;
}
.padding-left-dir {
    padding-left: 17px;
}
.content-text h4 {
    margin-top: 25px;
}
.homepage {
    color: #53585f;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    border: 1px #53585f solid;
    width: 218px;
    margin: 35px auto 0;
    border-radius: 50px;
    background: #fff;
    height: 48px;
    line-height: 48px;
    outline: none;
    text-align: center;
}

.homepage:focus,.homepage:hover{text-decoration:none;color: #fff;border: 1px #539051 solid;background: #539051;}




@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width:768px) {
.block {width: 29%;}	
}




/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {display: block;float: none;}
.cancelbtn {width: 100%;}
}

@media screen and (max-width:767px) {
header {text-align: center;padding:20px 0;}
.right-head {margin: 12px 0 0;float:left;width:100%;}
.logo img {width: 130px;}
.right-head a {padding: 8px;font-size: 13px;margin-left: 3px;}
.pricing-table .heading {font-size: 2.3rem;margin: 0rem 0 3rem;line-height: 26px;}
.block {width: 100%;margin: 0 0 20px;}
.nav-tabs>li {width: 100%;margin: 0 0;}
.pricing-table.group {padding: 10px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border: none;color: #fff;background: #539051;border-radius: 0;}
.price span {font-size: 4rem;}
.text-dec {font-size: 14px;text-align: justify;}
.pricing-table {margin: 25px auto 0px;}
body {background-size: 100% 182px;}
.pricing-plan {margin: 30px 0 60px;}
body.thankspage {background-size: 100% 182px;}
.billing-address.content-text {margin-top: 20px;text-align: justify;}
}

