@import url(//fonts.googleapis.com/css?family=Open+Sans:800,600,400,300|Open+Sans+Condensed:300,700|Varela);

html {
    height: 100%;
}

body {
    background: #fff;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    height: calc(100% - 70px);
    padding-top:70px;
    line-height:normal;
}

p, h1, h3, h4, h5, .shometitle-big, .homep {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.alturamax {
    height: calc(100% - 30px);
}

.alturamax2 {
    min-height: calc(100% - 30px);
}

.border6{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius:6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.control-label.narrow{ width:120px}    
.controls.narrow {margin-left:140px}


.control-group.cg-condensed{
    margin-bottom:10px
}

.contbkg100 {
    border: 1px solid #fff;
    border-radius: 10px;
    padding:20px;
}

.nohaydatos {color: #ccc;margin-top:25px}



.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ff546a;
    background-image: -moz-linear-gradient(top, #ff546a, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff546a), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ff546a, #bd362f);
    background-image: -o-linear-gradient(top, #ff546a, #bd362f);
    background-image: linear-gradient(to bottom, #ff546a, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ff546a;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.label, .badge{font-weight: normal}

.contbkg {
    margin-bottom:80px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 20px;
    padding-right:20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.comment {
    font-size: 11px;
    line-height: 15px;
}

.padfooter {
    padding-bottom:120px;
}

footer {
    color: #BBB;
    opacity: 0.9; 
    color: #ddd;
    padding-top: 8px;
    z-index:10;

}

.foot-fixed-bottom {
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    padding-top:8px;
    padding-bottom:20px;
    background-color: #212f41
}
.foot-fixed-bottom .container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px;
}
.foot-fixed-bottom hr {
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 0 0 5px;
    width: 100%;
}
.foot-fixed-bottom p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}




p{
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 170%;
    margin: 0 0 20px;
}



.smalltext {
    font-size: 11px;
}


.shadowbox {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.pad10 {
    padding:10px
}

.error{
    color: rgb(230, 15, 15);
    font-size: 11px;
}


.errorblink {
    font-weight:bold;
    color: #C30;
}
.cancelblink {
    background-color: #aaa;
}
.reservablink {
    background-color: #aaa;
}


#loadingfull{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#fff;
    opacity: .8;
}
.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}


iframe {
    width: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: 'Varela', sans-serif;
    font-weight: 500;
}


h1 {
    font-size: 36px;
    text-decoration: none;
    font-weight: normal;
    color: #333;
}

h2{
    font-size:30px;
    text-decoration: none;
    line-height: 35px;
}

h2 a {
    color: inherit;
}
h2 a:hover {
    color: inherit;
    text-decoration: none;
}
h2 i {
    margin-top: 0px;
}

h3{
    margin: 10px 10px 10px 0px;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
}
h4{
    margin: 10px 10px 10px 0px;
    font-weight: bold;
    line-height: 25px;
    font-size: 22px;
}

.square {
    list-style: square inside;
}

.square li{
    color: #f2812f;
    border-bottom: 1px solid #E7E8E9;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.orange li{
    color: #e8514e;
    border-bottom: 1px solid #E7E8E9;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.titlfaq{
    font-weight:bold;
}

.alert-heading {
    font-weight: bold;
}

p i {
    margin-top: 2px;
}

.limenutop {
    border-left: 1px solid #bd6653;	
}

.teacherbar {
    background: #3a5f1c !important;
}


.circle-thumbnail {
    border: 5px solid white;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 0;
    width: 100px;
    height: 100px;
}
.circle-thumbnail img {
    width: 100%;
    height: 100%;
}

.section-title h2 {
    padding: 50px 0;
}
.section-title.horizontal-left h2 {
    padding-top: 0;
    padding-bottom: 10px;
}
.section-title.horizontal-left i {
    margin-top: 18px;
}

a, .btn-link {
    color: #ff546a;
} 
a:hover, .btn-link:hover {
    color: #e42c45;
}

.edithover {
    color: #999;
    font-size:20px;
    cursor:pointer;
}
.edithover:hover {
    color:#666;
}


.btn-iconred {
    color: #ccc;
    font-size:20px;
    cursor:pointer
}
.btn-iconred:hover {
    color:#bd362f;
}

.btn {
    text-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-image: none;
}

.rotate5 {
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
}


.colorred {
    color:#b64c3e;
}


.onlinebkg{
     margin: 0px;
    background: url(/img/headsetwomanm.jpg) no-repeat left bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/headsetwomanm.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/headsetwomanm.jpg', sizingMethod='scale')";
}


.onetoone_box {
    position: fixed;
    width:200px;
    height:auto;
    right:110px;
    top:105px;
    text-align:center;
    z-index: 100;
    box-shadow: -2px 2px 6px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.leftmenu ul {
    list-style-type: none;
    margin:0px
}
.leftmenu ul li {
    padding:10px;
    border-bottom: 1px solid #ccc;
    cursor:pointer;
    background: #f8f8f8;
}
.leftmenu ul li:last-child {
  border: none;
}
.leftmenu ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
.leftmenu ul li:hover {
  background: #f1f1f1;
}

/* ***************************
/* mobile class list view
/* *************************** */
.classrow {
    border-bottom: 1px solid #ccc;
}
.classrow .teacherimg {
    width:38px;
    height:38px;
    padding:0px
}
.classrow .teacherimg img{
    padding:0px
}
.classrow .classlevel {
    width: 20px;
    height: 20px;
    padding: 10px;
    text-align: center;
}
.levelnull {
    display:none;
}
.level0 {
    background: #009091;
    color: #fff;
}
.level1 {
    background: #d91444;
    color: #fff;
}
.level2 {
    background: #6aa41f;
    color: #fff;
}
.level3 {
    background: #008bbc;
    color: #fff;
}
.level4 {
    background: #20297e;
    color: #fff;
}
.level5 {
    background: #745d85;
    color: #fff;
}
.classrow .classinfo {
    margin-left:50px;
}
.classrow .title {
    color:#b64c3e;
    font-size:16px;
}
.classrow .teacher {
    color:#aaa;
    font-style:italic;
    font-size:12px;
}
.classrow .details {
    color:#555;
    font-size:12px;
}
.classrow .time {
    font-weight: bold;
}



/* ***************************
/* bootstrap overwrite
/* *************************** */


.alert {
    border: none;
    text-shadow: none;
    font-size:14px;
    text-align:center;
}
.alert p {
    line-height: 100%;
    margin:5px;
    font-size:13px;
}

.modal-header{
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.modal {border:none}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.3;
    filter: alpha(opacity=40);
}

.tooltip {
    z-index: 2000 !important;
}

.menumaintop .caret {
    border-top: 4px solid #fff;
    border-top-color: #fff;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

li {
    line-height:25px;
}
.dropdown-menu li>a:hover,.-menu li>a:focus,.dropdown-submenu:hover>a{
    color:#fff;
    text-decoration:none;
    background-color:#b64c3e !important;
    background-image:none;
}

.dropdown-menu .active>a,.dropdown-menu .active>a:hover{
    color:#333;
    text-decoration:none;
    background-color:#eee;
    background-image:none;
}

.dropdown-menu {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover{color:#ccc}
.dropdown-menu .disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent;background-image:none}
.open{*z-index:1000}
.open>.dropdown-menu{display:block}
.pull-right>.dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}
.dropdown-submenu:hover>.dropdown-menu{display:block}
.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}

.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}
.dropdown-submenu:hover>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}
.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}
.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}


.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #873828 !important;
    color: #fff;
}	


.well{
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    border:1px solid #e3e3e3;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
}

.help-block {font-size:12px;margin-top:5px !important}

/* ##########  */
/*   $HOME   */
/* ##########  */
.homebody{
    margin: 0px;
    background: url(/img/cover2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cover2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cover2.jpg', sizingMethod='scale')";
}

.banner10{
    margin: 0px;
    padding:20px;
    height: 400px;
    background: url(/img/banner10.jpg) no-repeat top right ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/banner10.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/banner10.jpg', sizingMethod='scale')";
}

.hometitle-wrap{
    padding: 10px;
    text-align: left;
    border-radius: 1px solid #eee;
    background-color: #9bc3ff;
}

.hometitle-big{
    font-family: 'Varela', sans-serif;
    line-height: 150%;
    color: #666;
    font-size: 45px;
    padding:10px
}

.hometitle-med{
    border-top: 1px solid #ddd;
    line-height: 150%;
    padding:10px;
    color: #666;
    margin-bottom:20px
}


.shometitle-big{
    font-family: 'Varela', sans-serif;
    line-height: 150%;
    color: #666;
    font-size: 45px;
    padding:10px
}
.or-separe {
    border-top: solid 2px #ccc;	
    text-align: center;
    height: 20px;
}
.or-separe h3{
    position: relative;
    display: inline-block;
    top: -31px;
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold;
    background: #eee;
}
.btn-facebook {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #325183;
    background-image: -moz-linear-gradient(top,#5973a4,#325183);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5973a4),to(#325183));
    background-image: -webkit-linear-gradient(top,#5973a4,#325183);
    background-image: -o-linear-gradient(top,#5973a4,#325183);
    background-image: linear-gradient(to bottom,#5973a4,#325183);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5973a4',endColorstr='#325183',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-facebook:hover{
    background-color: #325183;
    color: #fff
}

/* ##########  */
/*   $listado clases  */
/* ##########  */

.listrow {
    /*border-top: 1px solid #fff; */
    padding-top:10px;
    padding-bottom: 5px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    height:180px;
    position:relative;
}
.listrow p{
    margin:0px;
    line-height:18px;
    color: #666;
}

.listrowllena {
    /*border-top: 1px solid #fff; */
    padding-top:10px;
    padding-bottom: 5px;
    background: #fff;
    border-radius: 5px;
    height:180px;
    position:absolute;
    opacity: 0.8;
    top:0px
}
.clasellena {
    display: block;
    opacity: 1;
    font-size: 24px;
    text-align: center;
    color: #000;
    height:100%;
    padding-top:60px;
}


.listrow .claseocupacion{
    color: #ddd;
    text-align:center;
    padding-top:10px;
}
.listrow .classtname{
    text-align:center;
    margin-top:15px;
    width:130px;
    line-height: 15px;
    font-size:14px;
    font-style: italic;
    color:#666;
}
.listrow .description {
    font-size: 14px;
    line-height: 20px;
}
.listrow .classtime{
    font-size: 35px;
    text-align:center;
}

.listrow .timebox {
    color: #ddd;
    background: #444;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
    margin-bottom:15px;
}


.listrow .classtimg{
    height: 120px;
    width:120px;
}

.listrow .cancelar{
    color:  #C36;
    text-decoration:underline;
    cursor: pointer;
    display:block;
    text-align: center;
    margin-top:5px;
    font-size: 12px;
}
.listrow .reservar{
    width: 100%;
}
.listrow .llena{
    text-align:center;
}
.showcredits{
    position:absolute;
    right: 5px;
    top: 5px;
    padding: 12px;
    background: url(/img/creditframe.png) no-repeat center center;
    width: 35px;
    height: 28px;
    color: #fff;
}


/* ##########  */
/*   $forms   */
/* ##########  */

.formlogin {
    width:80%;
    max-width:350px;
}
input {
    max-width: 100%;
} 

.inputxxl {
    height: 39px !important;
    padding: 8px 10px !important;
    line-height: 22px !important;
    font-size: 18px !important;
}

.control-label {
    font-weight: 600;
    font-size:16px;
    cursor:default;
}

.input-prepend .error {
    color: #C30;
    font-size: 12px;
}

input.full-width {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
}

.helpunder, .help-inline {
    font-size: 11px;
    line-height:16px;
}



/* ########### */
/* $NAVIGATION */
/* ########### */
.navbar {
    height:auto;
}

.navbar .brand {
    margin-top: 0px;
    max-height: 30px;
    width: auto;
    text-shadow:none;
    color: #fff;
}

.navbar .brand img{
    max-height: 30px
}

.navbar .navbar-inner {
    filter: none;
}
.navbarred {
    background: #ff546a;
    color: #fff;
}

.navbar .nav > li > a {
    color: #DDD;
    padding: 10px 10px 11px;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;  
}

.navbar .nav > li > a:hover {
    color: #FFF;
}
.navbar .nav > li.active > a {
    background: none;
    color: #FFF;
}
.navbar .nav > li.active > a:hover {
    background: none;
    color: #FFF;
}


.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
    color: #ffffff;
    background-color: #555;
}





/* ########## */
/*  $NAV HOME */
/* ########## */

.navbarhome .nav > li > a.btnverde {
    color: #fff;
    padding: 10px 10px 11px;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; 
    font-size:14px;
    padding:9px
}
.navbarhome .nav > li > a.btnverde:hover {
    color: #fff;
    background-color: #37816F; 
}

.navbarhome .nav > li > a {
    color: #333;
    padding: 10px 10px 11px;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;  
}

.navbarhome .nav > li > a:hover {
    color: #c60811;
}
.navbarhome .nav > li.active > a {
    background: none;
    color: #c60811;
}
.navbarhome .nav > li.active > a:hover {
    background: none;
    color: #c60811;
}



.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
    color: #ffffff;
    background-color: #555;
}





/* ########## */
/*  $CONCTACT */
/* ########## */
.contact-info {
    text-align: center;
}

/* ######## */
/* $FOOTER  */
/* ######## */
footer p {
    padding-bottom: 0;
}
footer a {
    color: #BBB;
}
footer a:hover {
    color: #BBB;
    text-decoration: underline;
}

.page-header.center {
    text-align: center;
}
.page-header.left {
    text-align: left;
}
.page-header.right {
    text-align: right;
}

.section-title.horizontal-left h2 {
    text-align: left;
}
.listfooter{
    text-align: left;
    font-size:13px;
}

li.liheader{
    color: #fff;
    font-size:16px
}





/* navigation */
.navbar {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

.navbar-inner {
    border: none;
}

.smalltxt {
    font-size: 12px;
}



/* ######## */
/* $PRICING */
/* ######## */
#pricing-table {
    margin: 50px auto;
    text-align: center;
    width: 928px;
    /* total pricing width */
    zoom: 1;
}

#pricing-table:before, #pricing-table:after {
    content: "";
    display: table;
}

#pricing-table:after {
    clear: both;
}

#pricing-table .plan {
    font: 13px 'Open Sans', Helvetica;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    width: 180px;
    float: left;
    _display: inline;
    /* IE6 double margin fix */
    position: relative;
    margin: 0 5px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
}

#pricing-table .plan:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 10px;
    right: 4px;
    width: 80%;
    top: 80%;
    box-shadow: 0 12px 5px rgba(0, 0, 0, 0.3);
    transform: rotate(3deg);
}

#pricing-table .popular-plan {
    top: -20px;
    padding: 40px 20px;
}

/* --------------- */
#pricing-table .header {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 40px;
    margin: -20px -20px 20px -20px;
    border-bottom: 8px solid;
    background-color: #eee;
    background-image: linear-gradient(#ffffff, #eeeeee);
}

#pricing-table .popular-plan .header {
    margin-top: -40px;
    padding-top: 60px;
}

#pricing-table .plan1 .header {
    border-bottom-color: #B3E03F;
}

#pricing-table .plan2 .header {
    border-bottom-color: #7BD553;
}

#pricing-table .plan3 .header {
    border-bottom-color: #3AD5A0;
}

#pricing-table .plan4 .header {
    border-bottom-color: #45D0DA;
}

#pricing-table .price {
    font-size: 45px;
}

#pricing-table .monthly {
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999;
}

#pricing-table ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

#pricing-table li {
    padding: 10px 0;
}

#pricing-table .signup {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    opacity: .9;
}

#pricing-table .signup:hover {
    opacity: 1;
}

#pricing-table .signup:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}

#pricing-table .plan1 .signup {
    background: #B3E03F;
}

#pricing-table .plan2 .signup {
    background: #7BD553;
}

#pricing-table .plan3 .signup {
    background: #3AD5A0;
}

#pricing-table .plan4 .signup {
    background: #45D0DA;
}

.loginmobile {
        background-color:#ff546a;
        color: #fff;
        padding-top:20%;
}
.loginmobile a{
    color: #fff;
}
.loginmobile h2{
    color: #ccc;
}

/* ######## */
/* $QUERIES */
/* ######## */
/* Large desktop */
@media (min-width: 1200px) {


}


/* Portrait tablet*/
@media (max-width: 980px) {
    

    .contbkg {
        margin-top: 30px;
    }

    .limenutop {

        text-align: center;
    }

    /* logo margin fix */
    .navbar {
        margin-bottom: 0;
    }
    .navbar .brand {
        margin-top: 0;
    }
    .navbar .navbar-inner {
        height: auto;
    }

    .navbar .nav > li > a:hover {
        color: white;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }


    .listrow h2{
        font-size: 17px;
        line-height:16px;
        font-weight:bold;
    }
    .listrow .description {
        font-size: 14px;
        line-height: 17px;
    }
    .listrow .infomain{
        margin-left:15px
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {    

    .navbar .navbar-inner {
        padding-left:25px;
        padding-right:25px;
    }

    .limenutop {
        text-align: center;
    }

    .hometitle-big{
        font-size: 30px;
    }

    .contbkg {
        margin-top: 30px;
    }

    .listrow, .listrowllena {
        height: 320px;
        padding-top:0px
    }


    #portfolio-nav li {
        float: left;
        margin-right: 10px;
    }


}


/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        padding-left: 2px;
        padding-right: 2px;
        padding-top:55px;
    }

    .homebody{
        background: none;
    }
    .homebody3{
        background: none;
    }
    .alturamax {
        height: calc(100% - 10px);
    }

    h1{
        font-size: 25px;
    }
    h2{
        font-size: 20px;
    }
    h4{
        font-size: 16px;
    }	
    .pageheader {
        margin:8px;
    }

    .page-header {
        padding-bottom: 3px;
        margin: 5px 0 10px;
        border-bottom: 1px solid #eeeeee;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar .navbar-inner {
        padding:3px;
        padding-left:15px;
    }
    .navbar .brand {
        margin-top: 0px;
        padding: 5px 0px 5px 3px;
        max-height: 35px;
        width: auto;
        text-shadow:none;
        color: #fff;
    }

    .navbar .brand img{
        max-height: 25px
    }
    .navbar-fixed-top {
        margin-left:-2px;
        margin-right:-2px;
    }
    .limenutop {
        width: 50px;
        text-align: center;
    }

    .contbkg {
        margin-top: 0px;
    }

    .hometitle-big{
        font-size: 26px;
    }	

    .formlogin {
        width:90%;
    }

    .listrow h2{
        font-size: 19px;
        line-height:22px;
        font-weight:bold;
    }
    .listrow .description {
        height: 90px;
        font-size: 12px;
        line-height: 18px;
    }
    .listrow, .listrowllena {
        height: 350px;
        padding-top:0px
    }
   
    .listrow .timebox {
        margin-bottom:1px;
    }

    .listrowllena .clasellena{
        padding-top: 100px
    }


    .hero-unit h1 {
        font-size: 40px;
    }


    .margintotop {
        margin-top:30px;
        height:auto;
    }


    .logo2home {
        margin-bottom:80px
    }


    .nav-tabs > li {
        float:none;
    }

    .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
        border: 1px solid #ddd;
        cursor: default;
    }
    .btn-group>.btn-large {
        font-size: 13px;
    }
    .btn-large {
        padding: 6px 9px 6px 9px;
    }

}


