

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#pricing {
	zoom: 1;
}

#pricing {
	max-width: 100%;
	margin: 0 auto;
}

#pricing #plans .plan {
	background: #fff;
	float: left;
	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: 1.625em;
	font-weight: 300;
	color: #777777;
	margin: 0;
	padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #777777;

	background: -webkit-linear-gradient(top, #aaa9a9, #777777);
	background: -moz-linear-gradient(top, #aaa9a9, #777777);
	background: -o-linear-gradient(top, #aaa9a9, #777777);
	background: -ms-linear-gradient(top, #aaa9a9, #777777);
	background: linear-gradient(top, #aaa9a9, #777777);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer .price p {
	background: #777777;
	background: -webkit-linear-gradient(top, #aaa9a9, #777777);
	background: -moz-linear-gradient(top, #aaa9a9, #777777);
	background: -o-linear-gradient(top, #aaa9a9, #777777);
	background: -ms-linear-gradient(top, #aaa9a9, #777777);
	background: linear-gradient(top, #aaa9a9, #777777);
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	height: 2.6em;
	line-height: 1.2em;
	margin: 0 0 1em;
        text-align: center;
}

.planContainer .price p.bestPlanPrice {
	background: #ae1318;
}

.planContainer .price p.p1 {
	background: #a8a8a8;
}

.planContainer .price p.p2 {
	background: #071053;
}

.planContainer .price p.p3 {
	background: #4267b1;
}

.planContainer .price p.p4 {
	background: #ee7595;
}

.planContainer .price p.p5 {
	background: #963230;
}


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

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

.planContainer .options li {
	font-weight: 500;
	color: #676767;
	
}

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

.planContainer .button2 a {
	text-transform: uppercase;
        text-align: match-parent;
	text-decoration: none;
	color: #071053;
	border: 2px solid #071053;
	display: inline-block;
	height: 2.5em;
        width: 60%;
        border-radius: 4px;
	margin: 1.5em 0 1.8em;
        line-height: 2.2em;
}

.planContainer .button3 a{
	text-transform: uppercase;
        text-align: match-parent;
	text-decoration: none;
	color: #bababa;
	border: 2px solid #bababa;
	display: inline-block;
	height: 2.5em;
        width: 60%;
        border-radius: 4px;
	margin: 1.5em 0 1.8em;
        line-height: 2.2em;
        pointer-events: none;
        cursor: default;
}

.planContainer .button2 a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

.cabec {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  
  color: white;
}
.cabec .header-content-cabec {
  position: relative;
  padding: 100px 15px 100px;
  width: 100%;
}
.cabec .header-content-cabec .header-content-inner-cabec h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
.cabec .header-content-cabec .header-content-inner-cabec hr {
  margin: 30px auto;
}
.cabec .header-content-cabec .header-content-inner-cabec p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}

.btn-login {
  color: white;
  background-color: #e4893a;
  border-color: #e4893a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-login:hover,
.btn-login:focus,
.btn-login.focus,
.btn-login:active,
.btn-login.active,
.open > .dropdown-toggle.btn-login {
  color: white;
  background-color: #e4893a;
  border-color: #e4893a;
}
.btn-login:active,
.btn-login.active,
.open > .dropdown-toggle.btn-login {
  background-image: none;
}
.btn-login.disabled,
.btn-login[disabled],
fieldset[disabled] .btn-login,
.btn-login.disabled:hover,
.btn-login[disabled]:hover,
fieldset[disabled] .btn-login:hover,
.btn-login.disabled:focus,
.btn-login[disabled]:focus,
fieldset[disabled] .btn-login:focus,
.btn-login.disabled.focus,
.btn-login[disabled].focus,
fieldset[disabled] .btn-login.focus,
.btn-login.disabled:active,
.btn-login[disabled]:active,
fieldset[disabled] .btn-login:active,
.btn-login.disabled.active,
.btn-login[disabled].active,
fieldset[disabled] .btn-login.active {
  background-color: #e4893a;
  border-color: #e4893a;
}
.btn-login .badge {
  color: #e4893a;
  background-color: white;
}

.btn-l {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {

#pricing #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

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

}

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

#pricing #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

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

}

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

#pricing {
	
}

#pricing #plans .plan {
	width: 18%;
	margin: 0 1% 0 1%;

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

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

#pricing #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button2 a:hover {
	background: #071053;
	color: #fff;
}

.planContainer .button2 a.bestPlanButton:hover {
	background: #3e4f6a;
	border: 2px solid #ae1318;
}

}

@media screen and (min-width: 768px) {
  .cabec {
    min-height: 100%;
  }
  .cabec .header-content-cabec {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  .cabec .header-content-cabec .header-content-inner-cabec {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .cabec .header-content-cabec .header-content-inner-cabec h1 {
    font-size: 50px;
  }
  .cabec .header-content-cabec .header-content-inner-cabec p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
