html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
/*input,*/
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    .form-home2 #selectuniv {width: 30%;}
    .form-home2 #selectgrau {width: 30%;}
    .form-home2 #selectassig {width: 30%;}
    .form-home2 .submit-home {width: 10%;}
    .form-home2 #submit-troba{width: 100% !important;}
}
@media (min-width: 992px) {
    .container {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .container {
        width: auto;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
    float: left;
}
.col-xs-24 {
    width: 100%;
}
.col-xs-23 {
    width: 95.83333333%;
}
.col-xs-22 {
    width: 91.66666667%;
}
.col-xs-21 {
    width: 87.5%;
}
.col-xs-20 {
    width: 83.33333333%;
}
.col-xs-19 {
    width: 79.16666667%;
}
.col-xs-18 {
    width: 75%;
}
.col-xs-17 {
    width: 70.83333333%;
}
.col-xs-16 {
    width: 66.66666667%;
}
.col-xs-15 {
    width: 62.5%;
}
.col-xs-14 {
    width: 58.33333333%;
}
.col-xs-13 {
    width: 54.16666667%;
}
.col-xs-12 {
    width: 50%;
}
.col-xs-11 {
    width: 45.83333333%;
}
.col-xs-10 {
    width: 41.66666667%;
}
.col-xs-9 {
    width: 37.5%;
}
.col-xs-8 {
    width: 33.33333333%;
}
.col-xs-7 {
    width: 29.16666667%;
}
.col-xs-6 {
    width: 25%;
}
.col-xs-5 {
    width: 20.83333333%;
}
.col-xs-4 {
    width: 16.66666667%;
}
.col-xs-3 {
    width: 12.5%;
}
.col-xs-2 {
    width: 8.33333333%;
}
.col-xs-1 {
    width: 4.16666667%;
}
.col-xs-pull-24 {
    right: 100%;
}
.col-xs-pull-23 {
    right: 95.83333333%;
}
.col-xs-pull-22 {
    right: 91.66666667%;
}
.col-xs-pull-21 {
    right: 87.5%;
}
.col-xs-pull-20 {
    right: 83.33333333%;
}
.col-xs-pull-19 {
    right: 79.16666667%;
}
.col-xs-pull-18 {
    right: 75%;
}
.col-xs-pull-17 {
    right: 70.83333333%;
}
.col-xs-pull-16 {
    right: 66.66666667%;
}
.col-xs-pull-15 {
    right: 62.5%;
}
.col-xs-pull-14 {
    right: 58.33333333%;
}
.col-xs-pull-13 {
    right: 54.16666667%;
}
.col-xs-pull-12 {
    right: 50%;
}
.col-xs-pull-11 {
    right: 45.83333333%;
}
.col-xs-pull-10 {
    right: 41.66666667%;
}
.col-xs-pull-9 {
    right: 37.5%;
}
.col-xs-pull-8 {
    right: 33.33333333%;
}
.col-xs-pull-7 {
    right: 29.16666667%;
}
.col-xs-pull-6 {
    right: 25%;
}
.col-xs-pull-5 {
    right: 20.83333333%;
}
.col-xs-pull-4 {
    right: 16.66666667%;
}
.col-xs-pull-3 {
    right: 12.5%;
}
.col-xs-pull-2 {
    right: 8.33333333%;
}
.col-xs-pull-1 {
    right: 4.16666667%;
}
.col-xs-pull-0 {
    right: 0%;
}
.col-xs-push-24 {
    left: 100%;
}
.col-xs-push-23 {
    left: 95.83333333%;
}
.col-xs-push-22 {
    left: 91.66666667%;
}
.col-xs-push-21 {
    left: 87.5%;
}
.col-xs-push-20 {
    left: 83.33333333%;
}
.col-xs-push-19 {
    left: 79.16666667%;
}
.col-xs-push-18 {
    left: 75%;
}
.col-xs-push-17 {
    left: 70.83333333%;
}
.col-xs-push-16 {
    left: 66.66666667%;
}
.col-xs-push-15 {
    left: 62.5%;
}
.col-xs-push-14 {
    left: 58.33333333%;
}
.col-xs-push-13 {
    left: 54.16666667%;
}
.col-xs-push-12 {
    left: 50%;
}
.col-xs-push-11 {
    left: 45.83333333%;
}
.col-xs-push-10 {
    left: 41.66666667%;
}
.col-xs-push-9 {
    left: 37.5%;
}
.col-xs-push-8 {
    left: 33.33333333%;
}
.col-xs-push-7 {
    left: 29.16666667%;
}
.col-xs-push-6 {
    left: 25%;
}
.col-xs-push-5 {
    left: 20.83333333%;
}
.col-xs-push-4 {
    left: 16.66666667%;
}
.col-xs-push-3 {
    left: 12.5%;
}
.col-xs-push-2 {
    left: 8.33333333%;
}
.col-xs-push-1 {
    left: 4.16666667%;
}
.col-xs-push-0 {
    left: 0%;
}
.col-xs-offset-24 {
    margin-left: 100%;
}
.col-xs-offset-23 {
    margin-left: 95.83333333%;
}
.col-xs-offset-22 {
    margin-left: 91.66666667%;
}
.col-xs-offset-21 {
    margin-left: 87.5%;
}
.col-xs-offset-20 {
    margin-left: 83.33333333%;
}
.col-xs-offset-19 {
    margin-left: 79.16666667%;
}
.col-xs-offset-18 {
    margin-left: 75%;
}
.col-xs-offset-17 {
    margin-left: 70.83333333%;
}
.col-xs-offset-16 {
    margin-left: 66.66666667%;
}
.col-xs-offset-15 {
    margin-left: 62.5%;
}
.col-xs-offset-14 {
    margin-left: 58.33333333%;
}
.col-xs-offset-13 {
    margin-left: 54.16666667%;
}
.col-xs-offset-12 {
    margin-left: 50%;
}
.col-xs-offset-11 {
    margin-left: 45.83333333%;
}
.col-xs-offset-10 {
    margin-left: 41.66666667%;
}
.col-xs-offset-9 {
    margin-left: 37.5%;
}
.col-xs-offset-8 {
    margin-left: 33.33333333%;
}
.col-xs-offset-7 {
    margin-left: 29.16666667%;
}
.col-xs-offset-6 {
    margin-left: 25%;
}
.col-xs-offset-5 {
    margin-left: 20.83333333%;
}
.col-xs-offset-4 {
    margin-left: 16.66666667%;
}
.col-xs-offset-3 {
    margin-left: 12.5%;
}
.col-xs-offset-2 {
    margin-left: 8.33333333%;
}
.col-xs-offset-1 {
    margin-left: 4.16666667%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
        float: left;
    }
    .col-sm-24 {
        width: 100%;
    }
    .col-sm-23 {
        width: 95.83333333%;
    }
    .col-sm-22 {
        width: 91.66666667%;
    }
    .col-sm-21 {
        width: 87.5%;
    }
    .col-sm-20 {
        width: 83.33333333%;
    }
    .col-sm-19 {
        width: 79.16666667%;
    }
    .col-sm-18 {
        width: 75%;
    }
    .col-sm-17 {
        width: 70.83333333%;
    }
    .col-sm-16 {
        width: 66.66666667%;
    }
    .col-sm-15 {
        width: 62.5%;
    }
    .col-sm-14 {
        width: 58.33333333%;
    }
    .col-sm-13 {
        width: 54.16666667%;
    }
    .col-sm-12 {
        width: 50%;
    }
    .col-sm-11 {
        width: 45.83333333%;
    }
    .col-sm-10 {
        width: 41.66666667%;
    }
    .col-sm-9 {
        width: 37.5%;
    }
    .col-sm-8 {
        width: 33.33333333%;
    }
    .col-sm-7 {
        width: 29.16666667%;
    }
    .col-sm-6 {
        width: 25%;
    }
    .col-sm-5 {
        width: 20.83333333%;
    }
    .col-sm-4 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 12.5%;
    }
    .col-sm-2 {
        width: 8.33333333%;
    }
    .col-sm-1 {
        width: 4.16666667%;
    }
    .col-sm-pull-24 {
        right: 100%;
    }
    .col-sm-pull-23 {
        right: 95.83333333%;
    }
    .col-sm-pull-22 {
        right: 91.66666667%;
    }
    .col-sm-pull-21 {
        right: 87.5%;
    }
    .col-sm-pull-20 {
        right: 83.33333333%;
    }
    .col-sm-pull-19 {
        right: 79.16666667%;
    }
    .col-sm-pull-18 {
        right: 75%;
    }
    .col-sm-pull-17 {
        right: 70.83333333%;
    }
    .col-sm-pull-16 {
        right: 66.66666667%;
    }
    .col-sm-pull-15 {
        right: 62.5%;
    }
    .col-sm-pull-14 {
        right: 58.33333333%;
    }
    .col-sm-pull-13 {
        right: 54.16666667%;
    }
    .col-sm-pull-12 {
        right: 50%;
    }
    .col-sm-pull-11 {
        right: 45.83333333%;
    }
    .col-sm-pull-10 {
        right: 41.66666667%;
    }
    .col-sm-pull-9 {
        right: 37.5%;
    }
    .col-sm-pull-8 {
        right: 33.33333333%;
    }
    .col-sm-pull-7 {
        right: 29.16666667%;
    }
    .col-sm-pull-6 {
        right: 25%;
    }
    .col-sm-pull-5 {
        right: 20.83333333%;
    }
    .col-sm-pull-4 {
        right: 16.66666667%;
    }
    .col-sm-pull-3 {
        right: 12.5%;
    }
    .col-sm-pull-2 {
        right: 8.33333333%;
    }
    .col-sm-pull-1 {
        right: 4.16666667%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-push-24 {
        left: 100%;
    }
    .col-sm-push-23 {
        left: 95.83333333%;
    }
    .col-sm-push-22 {
        left: 91.66666667%;
    }
    .col-sm-push-21 {
        left: 87.5%;
    }
    .col-sm-push-20 {
        left: 83.33333333%;
    }
    .col-sm-push-19 {
        left: 79.16666667%;
    }
    .col-sm-push-18 {
        left: 75%;
    }
    .col-sm-push-17 {
        left: 70.83333333%;
    }
    .col-sm-push-16 {
        left: 66.66666667%;
    }
    .col-sm-push-15 {
        left: 62.5%;
    }
    .col-sm-push-14 {
        left: 58.33333333%;
    }
    .col-sm-push-13 {
        left: 54.16666667%;
    }
    .col-sm-push-12 {
        left: 50%;
    }
    .col-sm-push-11 {
        left: 45.83333333%;
    }
    .col-sm-push-10 {
        left: 41.66666667%;
    }
    .col-sm-push-9 {
        left: 37.5%;
    }
    .col-sm-push-8 {
        left: 33.33333333%;
    }
    .col-sm-push-7 {
        left: 29.16666667%;
    }
    .col-sm-push-6 {
        left: 25%;
    }
    .col-sm-push-5 {
        left: 20.83333333%;
    }
    .col-sm-push-4 {
        left: 16.66666667%;
    }
    .col-sm-push-3 {
        left: 12.5%;
    }
    .col-sm-push-2 {
        left: 8.33333333%;
    }
    .col-sm-push-1 {
        left: 4.16666667%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-offset-24 {
        margin-left: 100%;
    }
    .col-sm-offset-23 {
        margin-left: 95.83333333%;
    }
    .col-sm-offset-22 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-21 {
        margin-left: 87.5%;
    }
    .col-sm-offset-20 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-19 {
        margin-left: 79.16666667%;
    }
    .col-sm-offset-18 {
        margin-left: 75%;
    }
    .col-sm-offset-17 {
        margin-left: 70.83333333%;
    }
    .col-sm-offset-16 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-15 {
        margin-left: 62.5%;
    }
    .col-sm-offset-14 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-13 {
        margin-left: 54.16666667%;
    }
    .col-sm-offset-12 {
        margin-left: 50%;
    }
    .col-sm-offset-11 {
        margin-left: 45.83333333%;
    }
    .col-sm-offset-10 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-9 {
        margin-left: 37.5%;
    }
    .col-sm-offset-8 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-7 {
        margin-left: 29.16666667%;
    }
    .col-sm-offset-6 {
        margin-left: 25%;
    }
    .col-sm-offset-5 {
        margin-left: 20.83333333%;
    }
    .col-sm-offset-4 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
        margin-left: 12.5%;
    }
    .col-sm-offset-2 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-1 {
        margin-left: 4.16666667%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
        float: left;
    }
    .col-md-24 {
        width: 100%;
    }
    .col-md-23 {
        width: 95.83333333%;
    }
    .col-md-22 {
        width: 91.66666667%;
    }
    .col-md-21 {
        width: 87.5%;
    }
    .col-md-20 {
        width: 83.33333333%;
    }
    .col-md-19 {
        width: 79.16666667%;
    }
    .col-md-18 {
        width: 75%;
    }
    .col-md-17 {
        width: 70.83333333%;
    }
    .col-md-16 {
        width: 66.66666667%;
    }
    .col-md-15 {
        width: 62.5%;
    }
    .col-md-14 {
        width: 58.33333333%;
    }
    .col-md-13 {
        width: 54.16666667%;
    }
    .col-md-12 {
        width: 50%;
    }
    .col-md-11 {
        width: 45.83333333%;
    }
    .col-md-10 {
        width: 41.66666667%;
    }
    .col-md-9 {
        width: 37.5%;
    }
    .col-md-8 {
        width: 33.33333333%;
    }
    .col-md-7 {
        width: 29.16666667%;
    }
    .col-md-6 {
        width: 25%;
    }
    .col-md-5 {
        width: 20.83333333%;
    }
    .col-md-4 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 12.5%;
    }
    .col-md-2 {
        width: 8.33333333%;
    }
    .col-md-1 {
        width: 4.16666667%;
    }
    .col-md-pull-24 {
        right: 100%;
    }
    .col-md-pull-23 {
        right: 95.83333333%;
    }
    .col-md-pull-22 {
        right: 91.66666667%;
    }
    .col-md-pull-21 {
        right: 87.5%;
    }
    .col-md-pull-20 {
        right: 83.33333333%;
    }
    .col-md-pull-19 {
        right: 79.16666667%;
    }
    .col-md-pull-18 {
        right: 75%;
    }
    .col-md-pull-17 {
        right: 70.83333333%;
    }
    .col-md-pull-16 {
        right: 66.66666667%;
    }
    .col-md-pull-15 {
        right: 62.5%;
    }
    .col-md-pull-14 {
        right: 58.33333333%;
    }
    .col-md-pull-13 {
        right: 54.16666667%;
    }
    .col-md-pull-12 {
        right: 50%;
    }
    .col-md-pull-11 {
        right: 45.83333333%;
    }
    .col-md-pull-10 {
        right: 41.66666667%;
    }
    .col-md-pull-9 {
        right: 37.5%;
    }
    .col-md-pull-8 {
        right: 33.33333333%;
    }
    .col-md-pull-7 {
        right: 29.16666667%;
    }
    .col-md-pull-6 {
        right: 25%;
    }
    .col-md-pull-5 {
        right: 20.83333333%;
    }
    .col-md-pull-4 {
        right: 16.66666667%;
    }
    .col-md-pull-3 {
        right: 12.5%;
    }
    .col-md-pull-2 {
        right: 8.33333333%;
    }
    .col-md-pull-1 {
        right: 4.16666667%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-push-24 {
        left: 100%;
    }
    .col-md-push-23 {
        left: 95.83333333%;
    }
    .col-md-push-22 {
        left: 91.66666667%;
    }
    .col-md-push-21 {
        left: 87.5%;
    }
    .col-md-push-20 {
        left: 83.33333333%;
    }
    .col-md-push-19 {
        left: 79.16666667%;
    }
    .col-md-push-18 {
        left: 75%;
    }
    .col-md-push-17 {
        left: 70.83333333%;
    }
    .col-md-push-16 {
        left: 66.66666667%;
    }
    .col-md-push-15 {
        left: 62.5%;
    }
    .col-md-push-14 {
        left: 58.33333333%;
    }
    .col-md-push-13 {
        left: 54.16666667%;
    }
    .col-md-push-12 {
        left: 50%;
    }
    .col-md-push-11 {
        left: 45.83333333%;
    }
    .col-md-push-10 {
        left: 41.66666667%;
    }
    .col-md-push-9 {
        left: 37.5%;
    }
    .col-md-push-8 {
        left: 33.33333333%;
    }
    .col-md-push-7 {
        left: 29.16666667%;
    }
    .col-md-push-6 {
        left: 25%;
    }
    .col-md-push-5 {
        left: 20.83333333%;
    }
    .col-md-push-4 {
        left: 16.66666667%;
    }
    .col-md-push-3 {
        left: 12.5%;
    }
    .col-md-push-2 {
        left: 8.33333333%;
    }
    .col-md-push-1 {
        left: 4.16666667%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-offset-24 {
        margin-left: 100%;
    }
    .col-md-offset-23 {
        margin-left: 95.83333333%;
    }
    .col-md-offset-22 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-21 {
        margin-left: 87.5%;
    }
    .col-md-offset-20 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-19 {
        margin-left: 79.16666667%;
    }
    .col-md-offset-18 {
        margin-left: 75%;
    }
    .col-md-offset-17 {
        margin-left: 70.83333333%;
    }
    .col-md-offset-16 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-15 {
        margin-left: 62.5%;
    }
    .col-md-offset-14 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-13 {
        margin-left: 54.16666667%;
    }
    .col-md-offset-12 {
        margin-left: 50%;
    }
    .col-md-offset-11 {
        margin-left: 45.83333333%;
    }
    .col-md-offset-10 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 37.5%;
    }
    .col-md-offset-8 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-7 {
        margin-left: 29.16666667%;
    }
    .col-md-offset-6 {
        margin-left: 25%;
    }
    .col-md-offset-5 {
        margin-left: 20.83333333%;
    }
    .col-md-offset-4 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 12.5%;
    }
    .col-md-offset-2 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-1 {
        margin-left: 4.16666667%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
        float: left;
    }
    .col-lg-24 {
        width: 100%;
    }
    .col-lg-23 {
        width: 95.83333333%;
    }
    .col-lg-22 {
        width: 91.66666667%;
    }
    .col-lg-21 {
        width: 87.5%;
    }
    .col-lg-20 {
        width: 83.33333333%;
    }
    .col-lg-19 {
        width: 79.16666667%;
    }
    .col-lg-18 {
        width: 75%;
    }
    .col-lg-17 {
        width: 70.83333333%;
    }
    .col-lg-16 {
        width: 66.66666667%;
    }
    .col-lg-15 {
        width: 62.5%;
    }
    .col-lg-14 {
        width: 58.33333333%;
    }
    .col-lg-13 {
        width: 54.16666667%;
    }
    .col-lg-12 {
        width: 50%;
    }
    .col-lg-11 {
        width: 45.83333333%;
    }
    .col-lg-10 {
        width: 41.66666667%;
    }
    .col-lg-9 {
        width: 37.5%;
    }
    .col-lg-8 {
        width: 33.33333333%;
    }
    .col-lg-7 {
        width: 29.16666667%;
    }
    .col-lg-6 {
        width: 25%;
    }
    .col-lg-5 {
        width: 20.83333333%;
    }
    .col-lg-4 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 12.5%;
    }
    .col-lg-2 {
        width: 8.33333333%;
    }
    .col-lg-1 {
        width: 4.16666667%;
    }
    .col-lg-pull-24 {
        right: 100%;
    }
    .col-lg-pull-23 {
        right: 95.83333333%;
    }
    .col-lg-pull-22 {
        right: 91.66666667%;
    }
    .col-lg-pull-21 {
        right: 87.5%;
    }
    .col-lg-pull-20 {
        right: 83.33333333%;
    }
    .col-lg-pull-19 {
        right: 79.16666667%;
    }
    .col-lg-pull-18 {
        right: 75%;
    }
    .col-lg-pull-17 {
        right: 70.83333333%;
    }
    .col-lg-pull-16 {
        right: 66.66666667%;
    }
    .col-lg-pull-15 {
        right: 62.5%;
    }
    .col-lg-pull-14 {
        right: 58.33333333%;
    }
    .col-lg-pull-13 {
        right: 54.16666667%;
    }
    .col-lg-pull-12 {
        right: 50%;
    }
    .col-lg-pull-11 {
        right: 45.83333333%;
    }
    .col-lg-pull-10 {
        right: 41.66666667%;
    }
    .col-lg-pull-9 {
        right: 37.5%;
    }
    .col-lg-pull-8 {
        right: 33.33333333%;
    }
    .col-lg-pull-7 {
        right: 29.16666667%;
    }
    .col-lg-pull-6 {
        right: 25%;
    }
    .col-lg-pull-5 {
        right: 20.83333333%;
    }
    .col-lg-pull-4 {
        right: 16.66666667%;
    }
    .col-lg-pull-3 {
        right: 12.5%;
    }
    .col-lg-pull-2 {
        right: 8.33333333%;
    }
    .col-lg-pull-1 {
        right: 4.16666667%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-push-24 {
        left: 100%;
    }
    .col-lg-push-23 {
        left: 95.83333333%;
    }
    .col-lg-push-22 {
        left: 91.66666667%;
    }
    .col-lg-push-21 {
        left: 87.5%;
    }
    .col-lg-push-20 {
        left: 83.33333333%;
    }
    .col-lg-push-19 {
        left: 79.16666667%;
    }
    .col-lg-push-18 {
        left: 75%;
    }
    .col-lg-push-17 {
        left: 70.83333333%;
    }
    .col-lg-push-16 {
        left: 66.66666667%;
    }
    .col-lg-push-15 {
        left: 62.5%;
    }
    .col-lg-push-14 {
        left: 58.33333333%;
    }
    .col-lg-push-13 {
        left: 54.16666667%;
    }
    .col-lg-push-12 {
        left: 50%;
    }
    .col-lg-push-11 {
        left: 45.83333333%;
    }
    .col-lg-push-10 {
        left: 41.66666667%;
    }
    .col-lg-push-9 {
        left: 37.5%;
    }
    /* .col-lg-push-8 {
        left: 33.33333333%;
    } */
    .col-lg-push-7 {
        left: 29.16666667%;
    }
    .col-lg-push-6 {
        left: 25%;
    }
    .col-lg-push-5 {
        left: 20.83333333%;
    }
    .col-lg-push-4 {
        left: 16.66666667%;
    }
    .col-lg-push-3 {
        left: 12.5%;
    }
    .col-lg-push-2 {
        left: 8.33333333%;
    }
    .col-lg-push-1 {
        left: 4.16666667%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-offset-24 {
        margin-left: 100%;
    }
    .col-lg-offset-23 {
        margin-left: 95.83333333%;
    }
    .col-lg-offset-22 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-21 {
        margin-left: 87.5%;
    }
    .col-lg-offset-20 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-19 {
        margin-left: 79.16666667%;
    }
    .col-lg-offset-18 {
        margin-left: 75%;
    }
    .col-lg-offset-17 {
        margin-left: 70.83333333%;
    }
    .col-lg-offset-16 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-15 {
        margin-left: 62.5%;
    }
    .col-lg-offset-14 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-13 {
        margin-left: 54.16666667%;
    }
    .col-lg-offset-12 {
        margin-left: 50%;
    }
    .col-lg-offset-11 {
        margin-left: 45.83333333%;
    }
    .col-lg-offset-10 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 37.5%;
    }
    .col-lg-offset-8 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-7 {
        margin-left: 29.16666667%;
    }
    .col-lg-offset-6 {
        margin-left: 25%;
    }
    .col-lg-offset-5 {
        margin-left: 20.83333333%;
    }
    .col-lg-offset-4 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 12.5%;
    }
    .col-lg-offset-2 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-1 {
        margin-left: 4.16666667%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    margin: 0 auto;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    min-height: 85%;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.referal-info-red {
    color: red !important;
}
.btn-handsOn {
    background-color: #F44336 !important;
    color: #FFF;
    position: relative;
}
.btn-handsOn:hover {
    background-color: #B71C1C !important;
    color: #FFF;
}
.btn-handsOn:active {
    background-color: #B71C1C !important;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        min-height: 85%;
    }
}
/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
    font-family: "foundation-icons";
    src: url("../webfonts/foundation-icons.eot");
    src: url("../webfonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../webfonts/foundation-icons.woff") format("woff"), url("../webfonts/foundation-icons.ttf") format("truetype"), url("../webfonts/foundation-icons.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fi {
    font-size: 16px;
}
.fi-2x {
    font-size: 20px;
}
.fi-3x {
    font-size: 30px;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
}
.fi-address-book:before {
    content: "\f100";
}
.fi-alert:before {
    content: "\f101";
}
.fi-align-center:before {
    content: "\f102";
}
.fi-align-justify:before {
    content: "\f103";
}
.fi-align-left:before {
    content: "\f104";
}
.fi-align-right:before {
    content: "\f105";
}
.fi-anchor:before {
    content: "\f106";
}
.fi-annotate:before {
    content: "\f107";
}
.fi-archive:before {
    content: "\f108";
}
.fi-arrow-down:before {
    content: "\f109";
}
.fi-arrow-left:before {
    content: "\f10a";
}
.fi-arrow-right:before {
    content: "\f10b";
}
.fi-arrow-up:before {
    content: "\f10c";
}
.fi-arrows-compress:before {
    content: "\f10d";
}
.fi-arrows-expand:before {
    content: "\f10e";
}
.fi-arrows-in:before {
    content: "\f10f";
}
.fi-arrows-out:before {
    content: "\f110";
}
.fi-asl:before {
    content: "\f111";
}
.fi-asterisk:before {
    content: "\f112";
}
.fi-at-sign:before {
    content: "\f113";
}
.fi-background-color:before {
    content: "\f114";
}
.fi-battery-empty:before {
    content: "\f115";
}
.fi-battery-full:before {
    content: "\f116";
}
.fi-battery-half:before {
    content: "\f117";
}
.fi-bitcoin-circle:before {
    content: "\f118";
}
.fi-bitcoin:before {
    content: "\f119";
}
.fi-blind:before {
    content: "\f11a";
}
.fi-bluetooth:before {
    content: "\f11b";
}
.fi-bold:before {
    content: "\f11c";
}
.fi-book-bookmark:before {
    content: "\f11d";
}
.fi-book:before {
    content: "\f11e";
}
.fi-bookmark:before {
    content: "\f11f";
}
.fi-braille:before {
    content: "\f120";
}
.fi-burst-new:before {
    content: "\f121";
}
.fi-burst-sale:before {
    content: "\f122";
}
.fi-burst:before {
    content: "\f123";
}
.fi-calendar:before {
    content: "\f124";
}
.fi-camera:before {
    content: "\f125";
}
.fi-check:before {
    content: "\f126";
}
.fi-checkbox:before {
    content: "\f127";
}
.fi-clipboard-notes:before {
    content: "\f128";
}
.fi-clipboard-pencil:before {
    content: "\f129";
}
.fi-clipboard:before {
    content: "\f12a";
}
.fi-clock:before {
    content: "\f12b";
}
.fi-closed-caption:before {
    content: "\f12c";
}
.fi-cloud:before {
    content: "\f12d";
}
.fi-comment-minus:before {
    content: "\f12e";
}
.fi-comment-quotes:before {
    content: "\f12f";
}
.fi-comment-video:before {
    content: "\f130";
}
.fi-comment:before {
    content: "\f131";
}
.fi-comments:before {
    content: "\f132";
}
.fi-compass:before {
    content: "\f133";
}
.fi-contrast:before {
    content: "\f134";
}
.fi-credit-card:before {
    content: "\f135";
}
.fi-crop:before {
    content: "\f136";
}
.fi-crown:before {
    content: "\f137";
}
.fi-css3:before {
    content: "\f138";
}
.fi-database:before {
    content: "\f139";
}
.fi-die-five:before {
    content: "\f13a";
}
.fi-die-four:before {
    content: "\f13b";
}
.fi-die-one:before {
    content: "\f13c";
}
.fi-die-six:before {
    content: "\f13d";
}
.fi-die-three:before {
    content: "\f13e";
}
.fi-die-two:before {
    content: "\f13f";
}
.fi-dislike:before {
    content: "\f140";
}
.fi-dollar-bill:before {
    content: "\f141";
}
.fi-dollar:before {
    content: "\f142";
}
.fi-download:before {
    content: "\f143";
}
.fi-eject:before {
    content: "\f144";
}
.fi-elevator:before {
    content: "\f145";
}
.fi-euro:before {
    content: "\f146";
}
.fi-eye:before {
    content: "\f147";
}
.fi-fast-forward:before {
    content: "\f148";
}
.fi-female-symbol:before {
    content: "\f149";
}
.fi-female:before {
    content: "\f14a";
}
.fi-filter:before {
    content: "\f14b";
}
.fi-first-aid:before {
    content: "\f14c";
}
.fi-flag:before {
    content: "\f14d";
}
.fi-folder-add:before {
    content: "\f14e";
}
.fi-folder-lock:before {
    content: "\f14f";
}
.fi-folder:before {
    content: "\f150";
}
.fi-foot:before {
    content: "\f151";
}
.fi-foundation:before {
    content: "\f152";
}
.fi-graph-bar:before {
    content: "\f153";
}
.fi-graph-horizontal:before {
    content: "\f154";
}
.fi-graph-pie:before {
    content: "\f155";
}
.fi-graph-trend:before {
    content: "\f156";
}
.fi-guide-dog:before {
    content: "\f157";
}
.fi-hearing-aid:before {
    content: "\f158";
}
.fi-heart:before {
    content: "\f159";
}
.fi-home:before {
    content: "\f15a";
}
.fi-html5:before {
    content: "\f15b";
}
.fi-indent-less:before {
    content: "\f15c";
}
.fi-indent-more:before {
    content: "\f15d";
}
.fi-info:before {
    content: "\f15e";
}
.fi-italic:before {
    content: "\f15f";
}
.fi-key:before {
    content: "\f160";
}
.fi-laptop:before {
    content: "\f161";
}
.fi-layout:before {
    content: "\f162";
}
.fi-lightbulb:before {
    content: "\f163";
}
.fi-like:before {
    content: "\f164";
}
.fi-link:before {
    content: "\f165";
}
.fi-list-bullet:before {
    content: "\f166";
}
.fi-list-number:before {
    content: "\f167";
}
.fi-list-thumbnails:before {
    content: "\f168";
}
.fi-list:before {
    content: "\f169";
}
.fi-lock:before {
    content: "\f16a";
}
.fi-loop:before {
    content: "\f16b";
}
.fi-magnifying-glass:before {
    content: "\f16c";
}
.fi-mail:before {
    content: "\f16d";
}
.fi-male-female:before {
    content: "\f16e";
}
.fi-male-symbol:before {
    content: "\f16f";
}
.fi-male:before {
    content: "\f170";
}
.fi-map:before {
    content: "\f171";
}
.fi-marker:before {
    content: "\f172";
}
.fi-megaphone:before {
    content: "\f173";
}
.fi-microphone:before {
    content: "\f174";
}
.fi-minus-circle:before {
    content: "\f175";
}
.fi-minus:before {
    content: "\f176";
}
.fi-mobile-signal:before {
    content: "\f177";
}
.fi-mobile:before {
    content: "\f178";
}
.fi-monitor:before {
    content: "\f179";
}
.fi-mountains:before {
    content: "\f17a";
}
.fi-music:before {
    content: "\f17b";
}
.fi-next:before {
    content: "\f17c";
}
.fi-no-dogs:before {
    content: "\f17d";
}
.fi-no-smoking:before {
    content: "\f17e";
}
.fi-page-add:before {
    content: "\f17f";
}
.fi-page-copy:before {
    content: "\f180";
}
.fi-page-csv:before {
    content: "\f181";
}
.fi-page-delete:before {
    content: "\f182";
}
.fi-page-doc:before {
    content: "\f183";
}
.fi-page-edit:before {
    content: "\f184";
}
.fi-page-export-csv:before {
    content: "\f185";
}
.fi-page-export-doc:before {
    content: "\f186";
}
.fi-page-export-pdf:before {
    content: "\f187";
}
.fi-page-export:before {
    content: "\f188";
}
.fi-page-filled:before {
    content: "\f189";
}
.fi-page-multiple:before {
    content: "\f18a";
}
.fi-page-pdf:before {
    content: "\f18b";
}
.fi-page-remove:before {
    content: "\f18c";
}
.fi-page-search:before {
    content: "\f18d";
}
.fi-page:before {
    content: "\f18e";
}
.fi-paint-bucket:before {
    content: "\f18f";
}
.fi-paperclip:before {
    content: "\f190";
}
.fi-pause:before {
    content: "\f191";
}
.fi-paw:before {
    content: "\f192";
}
.fi-paypal:before {
    content: "\f193";
}
.fi-pencil:before {
    content: "\f194";
}
.fi-photo:before {
    content: "\f195";
}
.fi-play-circle:before {
    content: "\f196";
}
.fi-play-video:before {
    content: "\f197";
}
.fi-play:before {
    content: "\f198";
}
.fi-plus:before {
    content: "\f199";
}
.fi-pound:before {
    content: "\f19a";
}
.fi-power:before {
    content: "\f19b";
}
.fi-previous:before {
    content: "\f19c";
}
.fi-price-tag:before {
    content: "\f19d";
}
.fi-pricetag-multiple:before {
    content: "\f19e";
}
.fi-print:before {
    content: "\f19f";
}
.fi-prohibited:before {
    content: "\f1a0";
}
.fi-projection-screen:before {
    content: "\f1a1";
}
.fi-puzzle:before {
    content: "\f1a2";
}
.fi-quote:before {
    content: "\f1a3";
}
.fi-record:before {
    content: "\f1a4";
}
.fi-refresh:before {
    content: "\f1a5";
}
.fi-results-demographics:before {
    content: "\f1a6";
}
.fi-results:before {
    content: "\f1a7";
}
.fi-rewind-ten:before {
    content: "\f1a8";
}
.fi-rewind:before {
    content: "\f1a9";
}
.fi-rss:before {
    content: "\f1aa";
}
.fi-safety-cone:before {
    content: "\f1ab";
}
.fi-save:before {
    content: "\f1ac";
}
.fi-share:before {
    content: "\f1ad";
}
.fi-sheriff-badge:before {
    content: "\f1ae";
}
.fi-shield:before {
    content: "\f1af";
}
.fi-shopping-bag:before {
    content: "\f1b0";
}
.fi-shopping-cart:before {
    content: "\f1b1";
}
.fi-shuffle:before {
    content: "\f1b2";
}
.fi-skull:before {
    content: "\f1b3";
}
.fi-social-500px:before {
    content: "\f1b4";
}
.fi-social-adobe:before {
    content: "\f1b5";
}
.fi-social-amazon:before {
    content: "\f1b6";
}
.fi-social-android:before {
    content: "\f1b7";
}
.fi-social-apple:before {
    content: "\f1b8";
}
.fi-social-behance:before {
    content: "\f1b9";
}
.fi-social-bing:before {
    content: "\f1ba";
}
.fi-social-blogger:before {
    content: "\f1bb";
}
.fi-social-delicious:before {
    content: "\f1bc";
}
.fi-social-designer-news:before {
    content: "\f1bd";
}
.fi-social-deviant-art:before {
    content: "\f1be";
}
.fi-social-digg:before {
    content: "\f1bf";
}
.fi-social-dribbble:before {
    content: "\f1c0";
}
.fi-social-drive:before {
    content: "\f1c1";
}
.fi-social-dropbox:before {
    content: "\f1c2";
}
.fi-social-evernote:before {
    content: "\f1c3";
}
.fi-social-facebook:before {
    content: "\f1c4";
}
.fi-social-flickr:before {
    content: "\f1c5";
}
.fi-social-forrst:before {
    content: "\f1c6";
}
.fi-social-foursquare:before {
    content: "\f1c7";
}
.fi-social-game-center:before {
    content: "\f1c8";
}
.fi-social-github:before {
    content: "\f1c9";
}
.fi-social-google-plus:before {
    content: "\f1ca";
}
.fi-social-hacker-news:before {
    content: "\f1cb";
}
.fi-social-hi5:before {
    content: "\f1cc";
}
.fi-social-instagram:before {
    content: "\f1cd";
}
.fi-social-joomla:before {
    content: "\f1ce";
}
.fi-social-lastfm:before {
    content: "\f1cf";
}
.fi-social-linkedin:before {
    content: "\f1d0";
}
.fi-social-medium:before {
    content: "\f1d1";
}
.fi-social-myspace:before {
    content: "\f1d2";
}
.fi-social-orkut:before {
    content: "\f1d3";
}
.fi-social-path:before {
    content: "\f1d4";
}
.fi-social-picasa:before {
    content: "\f1d5";
}
.fi-social-pinterest:before {
    content: "\f1d6";
}
.fi-social-rdio:before {
    content: "\f1d7";
}
.fi-social-reddit:before {
    content: "\f1d8";
}
.fi-social-skillshare:before {
    content: "\f1d9";
}
.fi-social-skype:before {
    content: "\f1da";
}
.fi-social-smashing-mag:before {
    content: "\f1db";
}
.fi-social-snapchat:before {
    content: "\f1dc";
}
.fi-social-spotify:before {
    content: "\f1dd";
}
.fi-social-squidoo:before {
    content: "\f1de";
}
.fi-social-stack-overflow:before {
    content: "\f1df";
}
.fi-social-steam:before {
    content: "\f1e0";
}
.fi-social-stumbleupon:before {
    content: "\f1e1";
}
.fi-social-treehouse:before {
    content: "\f1e2";
}
.fi-social-tumblr:before {
    content: "\f1e3";
}
.fi-social-twitter:before {
    content: "\f1e4";
}
.fi-social-vimeo:before {
    content: "\f1e5";
}
.fi-social-windows:before {
    content: "\f1e6";
}
.fi-social-xbox:before {
    content: "\f1e7";
}
.fi-social-yahoo:before {
    content: "\f1e8";
}
.fi-social-yelp:before {
    content: "\f1e9";
}
.fi-social-youtube:before {
    content: "\f1ea";
}
.fi-social-zerply:before {
    content: "\f1eb";
}
.fi-social-zurb:before {
    content: "\f1ec";
}
.fi-sound:before {
    content: "\f1ed";
}
.fi-star:before {
    content: "\f1ee";
}
.fi-stop:before {
    content: "\f1ef";
}
.fi-strikethrough:before {
    content: "\f1f0";
}
.fi-subscript:before {
    content: "\f1f1";
}
.fi-superscript:before {
    content: "\f1f2";
}
.fi-tablet-landscape:before {
    content: "\f1f3";
}
.fi-tablet-portrait:before {
    content: "\f1f4";
}
.fi-target-two:before {
    content: "\f1f5";
}
.fi-target:before {
    content: "\f1f6";
}
.fi-telephone-accessible:before {
    content: "\f1f7";
}
.fi-telephone:before {
    content: "\f1f8";
}
.fi-text-color:before {
    content: "\f1f9";
}
.fi-thumbnails:before {
    content: "\f1fa";
}
.fi-ticket:before {
    content: "\f1fb";
}
.fi-torso-business:before {
    content: "\f1fc";
}
.fi-torso-female:before {
    content: "\f1fd";
}
.fi-torso:before {
    content: "\f1fe";
}
.fi-torsos-all-female:before {
    content: "\f1ff";
}
.fi-torsos-all:before {
    content: "\f200";
}
.fi-torsos-female-male:before {
    content: "\f201";
}
.fi-torsos-male-female:before {
    content: "\f202";
}
.fi-torsos:before {
    content: "\f203";
}
.fi-trash:before {
    content: "\f204";
}
.fi-trees:before {
    content: "\f205";
}
.fi-trophy:before {
    content: "\f206";
}
.fi-underline:before {
    content: "\f207";
}
.fi-universal-access:before {
    content: "\f208";
}
.fi-unlink:before {
    content: "\f209";
}
.fi-unlock:before {
    content: "\f20a";
}
.fi-upload-cloud:before {
    content: "\f20b";
}
.fi-upload:before {
    content: "\f20c";
}
.fi-usb:before {
    content: "\f20d";
}
.fi-video:before {
    content: "\f20e";
}
.fi-volume-none:before {
    content: "\f20f";
}
.fi-volume-strike:before {
    content: "\f210";
}
.fi-volume:before {
    content: "\f211";
}
.fi-web:before {
    content: "\f212";
}
.fi-wheelchair:before {
    content: "\f213";
}
.fi-widget:before {
    content: "\f214";
}
.fi-wrench:before {
    content: "\f215";
}
.fi-x-circle:before {
    content: "\f216";
}
.fi-x:before {
    content: "\f217";
}
.fi-yen:before {
    content: "\f218";
}
.fi-zoom-in:before {
    content: "\f219";
}
.fi-zoom-out:before {
    content: "\f21a";
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
    .panel-body{
        display: none;
    }
    .izq{
        width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/* General */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
img {
    max-width: 100%;
}
/* Typography */
h1,
.h1 {
    font-size: 59px;
    line-height: 66px;
    margin-top: 40px;
    margin-bottom: 20px;
}
h2,
.h2 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 40px;
    margin-bottom: 20px;
}
h3,
.h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4,
.h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
p,
ul,
ol,
pre,
table,
blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Sanitation */
hr {
    border: 1px solid;
    margin: -1px 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
b,
strong,
em,
small,
code {
    line-height: 1;
}
sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub {
    top: 0.4em;
}
/* Gardients */
.gb {
    background-image: -o-linear-gradient(-89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -moz-linear-gradient(-89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -ms-linear-gradient(-89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.gt {
    background-image: -o-linear-gradient(-89deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(-89deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(-89deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
/* Opacity */
/* Colors */
.bg-w {
    background: white;
}
.bg-w25 {
    background: rgba(255, 255, 255, 0.25);
}
.bg-w50 {
    background: rgba(255, 255, 255, 0.5);
}
.bg-w75 {
    background: rgba(255, 255, 255, 0.75);
}
.bg-b {
    background: black;
}
.bg-b25 {
    background: rgba(0, 0, 0, 0.25);
}
.bg-b50 {
    background: rgba(0, 0, 0, 0.5);
}
.bg-b75 {
    background: rgba(0, 0, 0, 0.75);
}
/* Borders */
.border {
    border: 1px solid #dbdbdb;
}
.border-left {
    border-left: 1px solid #dbdbdb;
}
.border-right {
    border-right: 1px solid #dbdbdb;
}
.border-top {
    border-top: 1px solid #dbdbdb;
}
.border-bottom {
    border-bottom: 1px solid #dbdbdb;
}
.divider {
    height: 1px;
    background-color: #dbdbdb;
}
/* Helpers */
.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
.pl0 {
    padding-left: 0px;
}
.pr0 {
    padding-right: 0px;
}
.p10 {
    padding: 10px;
}
.px10 {
    padding-right: 10px;
    padding-left: 10px;
}
.py10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p20 {
    padding: 20px;
}
.px20 {
    padding-right: 20px;
    padding-left: 20px;
}
.py20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p30 {
    padding: 30px;
}
.px30 {
    padding-right: 30px;
    padding-left: 30px;
}
.py30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p40 {
    padding: 40px;
}
.px40 {
    padding-right: 40px;
    padding-left: 40px;
}
.py40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p50 {
    padding: 50px;
}
.px50 {
    padding-right: 50px;
    padding-left: 50px;
}
.py50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mt0 {
    margin-top: 0px;
}
.m10 {
    margin: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mr10 {
    margin-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml10 {
    margin-left: 10px;
}
.m20 {
    margin: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mr20 {
    margin-right: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml20 {
    margin-left: 20px;
}
.m30 {
    margin: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mr30 {
    margin-right: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml30 {
    margin-left: 30px;
}
.m40 {
    margin: 40px;
}
.mt40 {
    margin-top: 40px;
}
.mr40 {
    margin-right: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.ml40 {
    margin-left: 40px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.ctr {
    margin: auto;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.t0 {
    top: 0;
}
.r0 {
    right: 0;
}
.b0 {
    bottom: 0;
}
.l0 {
    left: 0;
}
.oh {
    overflow: hidden;
}
.dblock {
    display: block;
}
.dinline {
    display: inline;
}
.dinlineblock {
    display: inline-block;
}
/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.cf:after {
    clear: both;
}
/* For IE 6/7 only */
/*.cf {
    *zoom: 1;
}*/
body {
    /* background-image: url('../img/backgrounds/bkg-3.jpg');
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_bkg.jpg', sizingMethod='scale');
     -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_bkg.jpg', sizingMethod='scale')";
     background-repeat: no-repeat;
     background-position: center center;*/

}
iframe {
    width: 100%;
    height: 850px;
}
.tit {
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-size: 43px;
    line-height: 60px;
    padding: 0 20px;
    margin-bottom: 5px;
}
.txt_main {
    color: #fff;
    font-size: 20px;
    /*font-weight: 600;*/
    float: none;
   /* margin: 10px auto;*/

}
.back-main {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
}
.box-height {
    min-height: 165px;
}
.claim_text {
    font-size: 24px;
    font-style: oblique;
    color: #004766;
    padding: 30px 30px 30px 30px;
}
.right_align {
    margin-right: 12.5%;
}
.claim {
    background-color: rgba(255, 255, 255, 0.85);
    margin-top: 100px;
    min-width: 75%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
}
.ribbon {
    top: 50%;
    margin-top: -68px;
    height: 136px;
}
.mt100 {
    margin-top: 20px;
}
.l4px {
    left: 4px;
}
.r4px {
    right: 4px;
}
.l50 {
    left: 50px;
}
.buttons {
    margin-top: 100px;
    margin-bottom: 100px;
}
.profesor {
    min-width: 150px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    padding-bottom: 10px;
}
.profe_txt {
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
.txt_info_bottom {
    font-size: 18px;
    padding: 10px 20px;
}
.btn-clase {
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    width: 100px;
    display: block;
    background-color: #004766;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    padding: 8px;
    color: #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.btn-troba {
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    width: 80px;
    height: 34px;
    display: block;
    background-color: #004766;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    padding: 4px;
    color: #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;

}
.btn-troba2 {
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    width: 150px;
    height: 34px;
    display: block;
    background-color: #004766;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    padding: 4px;
    color: #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;

}

.btn-troba-new {
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    width: 50px;
    height: 34px;
    display: block;
    margin-bottom: 2px;
    background-color: #004766;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    padding: 4px;
    color: #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.btn-troba-new:hover {
    text-decoration: none !important;
    color: #fff;
    background-color: #00354d;
}

.btn-troba-new span {
    color: #fff !important;
    margin: 4px 12px;
}

.btn-clase:hover {
    text-decoration: none !important;
    color: white;
    background-color: #00354d;
}
.btn-clase:active {
    background-color: #002433;
}
.btn-profe {
    background-color: #1E7229;

}
.btn-profe:hover {
    background-color: #195e22;
    color: #FFF;
}
.btn-profe:active {
    background-color: #134a1a;

}
.btn-booking {
    float: right;
    min-width: 150px;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    margin-top: 0;
    font-size: 14px;
    margin-right: 15px;
    border: 2px solid #1E7229;
    background: white;
    color: #1E7229 !important;
}
.btn-booking:hover {
    background: rgba(30,114,41,0.10) !important;
    color: #1E7229 !important;
}
.clase {
    min-width: 150px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
}
.pl25 {
    padding-left: 25px;
}
.pr25 {
    padding-right: 25px;
}
@media (max-width: 991px) {
    .pl0 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .pr0 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .tit {
        font-size: 43px;
        line-height: 50px;
    }
    .txt_main {
        font-size: 18px;
        max-width: 710px;
    }

    .buttons {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .modal-content {
        /*min-height: 1000px;*/
    }
    iframe {
        height: 1000px;
    }
    .mt100 {
        margin-top: 50px;
    }
    .claim {
        margin-top: 50px;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box;
    }
    .profesor {
        margin-top: 50px;
    }
    .buttons {
        margin-top: 0px;
    }
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    overflow-y: auto;
}

.form-control{
    margin-bottom: 10px;
    font-size: 16px;
    height: 34px;
}
.form-control2 {height: 50px;}

.form-control-troba > .dropdown-toggle {
    border-right: none;
}

.form-control-troba{
    margin-bottom: 10px;
    font-size: 14px;
    height: 35px;
}

.form-box{
    /*width: 60%;
    margin-left:20%;*/
    min-height: 60px;

    padding:0px;
    padding-top: 12px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: 10%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;

}

.form-box2{
    min-height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: visible;
    display: block;
    position: relative;
}
.barraizq{

    /* margin-left: 10%;*/
    margin-top:10px;
    padding: 0px;
}
.barraizq2{


    margin-top:10px;
    padding: 0px;
}
.barrader{
    padding-left:10px;
    margin-top:10px;
    padding: 0px;
}
.izq{

}
.der{
    margin-top:10px;

}
.der2{
    margin-left: 5px;
}

/*
.prop-col2{
    float:left;
    width:543px;
    padding:10px;
}*/
.prop-col2{
    padding: 10px;
    margin-left: 250px;
}
/*
.capsatex{
    width:350px;
    margin-left: 6px;
    float:left;
}*/

/*
.titol {
    font-size: 15px;
    color:#333;
    font-weight: 600;
}*/
.titol {
    font-size: 15px;
    color:#333;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    max-height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.descr{
    text-align: justify;
    color: #555;
    display: block;
    display: -webkit-box;
    max-height: 80px;
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.despl{
    margin-top:10px;
}


.loctag{
    color:#004465;
}
.noform{
    margin-top:50px;
}
.panel-default>.panel-heading {
    background-image: none;
}
.btn-default{
    background-image: none;
    text-shadow:none;
}
.glyphiconBIG-comment:before {
    content: "\e111";
    font-size:100px;
}
.glyphiconBIG-tag:before {
    content: "\e041";
    font-size:100px;
}
.ctextarea{
    min-height: 100px;
}
.avatar-big{
    width:100%;
}
.avatar-ltl{
    height:30px;
    margin-top:-5px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload /*input*/.upload {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.hiddenbtn{
    display:none;
}
.displayline{

}
.navbar-sharing{
    height: 90px;
    background-color:rgba(0,0,0,0.2);
    border-bottom:rgba(255,255,255,0.3) 1px solid;
}
.navbar-sharing2{
    height: 60px;
    background-color:#fff;
    border-bottom:#E3E5E2 1px solid;
    color:#333;
}
.navbar-text-sa{
    color: #fff;
    font-size: 12pt;
    font-weight: 500;
    /*vertical-align: middle;*/
    margin-top: 32px;
    margin-right: 20px;
    float:left;
}
.navbar-text-sa2{
    color: #333;
    font-size: 12pt;
    font-weight: 500;
    /*vertical-align: middle;*/
    margin-top: 20px;
    margin-left: 32px;
    margin-right: 0px;
    float:left;
}
.navbar-text-sa:hover{
    color: #fff;
}
.navbar-brand {
    margin-top: 14px;
}

.calltoaction{
    margin: 10px 10px 10px 25px;
    font-size: 12pt;
    font-weight: bold;
    width: auto;
    background-color: #FFC100;
    color: #333;
    padding: 8px 13px 8px 13px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.calltoaction:hover{
    background-color: #e8ae00;
    color: #333;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.calltoaction:active{
    background-color: #d39e00;
    color: #333;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.calltoaction_base{
    margin-top: 11px;
}
.contenedor_custom{
    position: absolute;
    margin: 200px auto 0 auto;
    left: 0;
    width: 100%;
}
.frase-home{
    float: none;
    display: block;
    margin: 0 auto;

}
.capa-fosca{
    position: relative;
    height: 600px;
    margin-bottom: -600px;
    background-color:rgba(0,0,0,0.25);

}

/*.capa-fosca:before{
    content: "";
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.capa-fosca:after{
    content: "";
    background: url(../img/backgrounds/bkg-1.jpg) no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}*/
.row-portada{
    background-color:rgba(0,0,0,0.6);
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;


}
.select1{
    width: 300px;
    float: left;
    margin-left: 20px;
    vertical-align: middle;
}
.select2{
    width: 300px;
    float: left;
}
.select3{
    width: 300px;
    float: left;
}
.select1b{
    width: 242px;
    float: left;

}

.select_btx{
    width: 93%;
    float: left;
    margin-left: 20px;
    vertical-align: middle;
}
/*SELECTORES*/
.select:before {
    content: '\25be' !important;
    position: absolute;
    pointer-events: none;
    color: #333;
    top: 0;
    bottom: 1px;
    padding-top: 0.7em;
    line-height: 1;
    right: 0;
    width: 2em;
    text-align: center;
}
.select{
    position: relative;
}
.live-search{
    max-height: 120px;
    width: 199px;
    background-color: #ffffff;
    position: absolute;
    margin-top: 30px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #DEDEDE;
    border-top: 0;
    display:none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow-x:hidden;
    overflow-y:scroll;
}
.liveuniv-row{
    width:400px;
    margin: 5px 5px 5px 5px;
    cursor: pointer;
}
.separador-livesearch{
    margin: 3px 0 3px 0;
    height: 1px;
    width: 100%;
    background-color: #DEDEDE;
}
.live-search > ul {
    margin-bottom: 5px;
}
.live-search > ul > li {
    list-style: none;
    width:400px;
    margin-left: -30px;
    cursor: pointer;
}
.live-search > ul > li > mark {
    color: #004766;
    background-color: transparent;
}
.ls2 {
    width: 320px;
    margin-left: 220px;
}
.ls3{
    width: 199px;
    margin-left: 420px;
    z-index: 1;
}

.submit-home{
    width: 80px;
    float: left;
    margin-left: 0;
    left: 0;
}
.btn-profe-home{
    float: left;
    font-weight: bold;
    border-radius: 0px 4px 4px 0px;
    background-color: #004766;
}
.btn-profe-home:hover{
    background:#00354D;
}
.form-control-home{
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}
.form-control-home2{
    border-radius: 4px 0px 0px 4px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}
.form-control-troba{
    border-radius: 4px 0px 0px 4px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.form-home2{
    background-color: #E5E5E5;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding: 7px;
    min-height: 50px;
    margin-top: 0px;
    width:100%;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 5px;
    pointer-events: none;
    font-size: 1.2em;
    vertical-align: middle;
    color: #9999A0;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  35px; }
.right-addon input { padding-right: 30px; }




@media (max-width: 768px) {
    .select_btx{
        width: 100%;
    }
    .row-portada{
        margin-top: -40px;
        height: 200px !important;
    }
    .select1{
        float:none !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .select2{
        float:none !important;
        width: 100% !important;
    }
    .select3{
        float:none !important;
        width: 100% !important;
    }
    .select1b{
        border-radius: 4px 4px 4px 4px !important;
        width: 100% !important;
    }
    .submit-home{
        width: 100% !important;
    }
    .btn-profe-home{
        border-radius: 4px 4px 4px 4px;
        width: 100%;
    }
    .form-control{
        height: 34px;
    }
    .form-control-home{
        border-radius: 4px 4px 4px 4px;
    }
    .form-control-home2{
        border-radius: 4px 4px 4px 4px;
    }
    .form-home{
        margin-top: 0 !important;
    }
    .form-home2{
        min-height: 182px;
        overflow: hidden;
    }
    .frase-home{
        margin-top:-150px !important;
    }
}


.form-home{
    float: none;
    display: block;
    margin: 0 auto;
    width: 750px;
}

.img-perfil-nav{
    /*float: left;*/
    width: 40px;
    height: 40px;
    margin-top: 25px;
    margin-right: 0;
}
.text-user-nav{
    color:#fff;
    font-size: 12pt;
}
.dropdown-sa{
    /* float:left;*/
    background: none !important;
    border: 0 solid;
    color: #fff;
    font-size: 12pt;
    margin-top: 20px;
    text-shadow: 0 0px 0 rgba(255,255,255,0) !important;
}
.dropdown-sa:hover{
    background: none !important;
    color: #fff !important;
}
.dropdown-sa:focus{
    background: none !important;
    color: #fff !important;
}
.dropdown-sa:visited{
    background: none !important;
    color: #fff !important;
}
.dropdown-sa:active{
    background: none !important;
    color: #fff !important;
}
.dropdown-sa:link{
    background: none !important;
    color: #fff !important;
}
.dropdown-menu-sa > li{
    padding: 5px 0px 5px 0px;
    vertical-align: middle;
}
.dropdown-menu-sa{
    border-radius: 4px 4px 4px 4px !important;
    border: 0 solid;
}
.dropdown2-sa{
    /* float:left;*/
    background: none !important;
    border: 0 solid;
    color: #333;
    font-size: 12pt;
    margin-top: 20px;
    text-shadow: 0 0px 0 rgba(255,255,255,0) !important;
}
.dropdown2-sa:hover{
    background: none !important;
    color: #333 !important;
}
.dropdown2-sa:focus{
    background: none !important;
    color: #333 !important;
}
.dropdown2-sa:visited{
    background: none !important;
    color: #333 !important;
}
.dropdown2-sa:active{
    background: none !important;
    color: #333 !important;
}
.dropdown2-sa:link{
    background: none !important;
    color: #333 !important;
}
.dropdown2-menu-sa > li{
    padding: 5px 0px 5px 0px;
    vertical-align: middle;
}
.dropdown2-menu-sa{
    border-radius: 4px 4px 4px 4px !important;
    border: 0 solid;
}
.arrow-up {
    margin: -10px auto 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
}
.footer-1>.content {
    text-align: center;
    margin-top: 200px;
}
@media (min-width: 768px){
    .product-info-8 li {
        float: left;
        width: 33.3333333333%;
    }

}
@media (max-width: 991px) {

    .row-portada{
        background-color:rgba(0,0,0,0.6);
        height: 108px;
        position: absolute;
        width: 100%;
        right: 0;
    }
    .select1{
        width: 25%;
        float: left;
        margin-left: 20px;
    }
    .select2{
        width: 25%;
        float: left;
    }
    .select3{
        width: 25%;
        float: left;
    }
    .submit-home{
        width: 80px;
        float: left;
        margin-left: 0;
        left: 0;
    }
    .select1b{
        width:198px;
    }
    .calltoaction{
        font-size: 10pt;
        float: right;

    }
    .form-home{

        margin: 0 auto;
        width: 100%;
    }
    .nav>li {
        float: left;
    }
    .img-perfil-nav{
        display: none;
    }
    .navbar-text-sa{
        float: right;
    }
    .product-info-8 li {
        display:block !important;
        float: none;
        width: 100%;
    }
    .footer-1>.content {
        text-align: center;
        margin-top: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .select1b{
        width: 271px;
    }
    .txt_main{
        min-width: 810px;
    }
}
@media (max-width: 768px) {
    ul.navbar-right > li > a {
        /* padding: 10px 5px;*/
    }
    .calltoaction {
        margin-right: 5px;

        margin-top: 11px;
        margin-left: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
}
/* CSS part de sota de la home */
.product-info-8 {
    margin-top: 150px;
}
.product-info-8 h2, .product-info-8 h3 {
    max-width: 458px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20pt;
    line-height: 20pt;
}
.product-info-8 p {
    max-width: 458px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16pt;
    line-height: 20pt;
}
.module {
    text-align: center;
    padding: 1.125rem;

}
.product-info-8>.background>.content, .product-info-8>.content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
}
.module>.content {
    max-width: 100rem;
    margin: 0 auto 60px auto;

}
.module>.wrapper>.content {
    max-width: 100rem;
    margin: 0 auto 40px auto;

}
.product-info-8 img {
    max-width: 8rem;
    max-height: 8rem;
}
.product-info-8 ul {
    margin-left: -8px;
    margin-right: -8px;
}
.product-info-8 ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.product-info-8 li>div {
    margin-left: 8px;
    margin-right: 8px;
}
.product-info-8 h2, .product-info-8 h3, .product-info-8 p {
    max-width: 458px;
    margin-left: auto;
    margin-right: auto;
}
.footer-1 p {
    margin-top: 25px;
    margin-bottom: 0;
    color: rgba(0,0,0,.4);
    font-size: 18pt;
}
/* imgs background */

#bkg-1{
    background: /*url(../img/backgrounds/bkg-1.jpg)*/ no-repeat center bottom;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#bkg-2{
    background: /*url(../img/backgrounds/bkg-2.jpg)*/ no-repeat center bottom;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}
#bkg-3{
    background: /*url(../img/backgrounds/bkg-3.jpg)*/ no-repeat center bottom;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
}
#bkg-4{
    background: /*url(../img/backgrounds/bkg-4.jpg)*/ no-repeat center bottom;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -4;
}
.btn-transition, .btn-transition:hover, .btn-transition:active, .btn-transition:focus{
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.footer-1{
    clear: both;
}
.margin-form{
    margin-bottom: 10px;
}
.tab-content{
    padding:20px !important;
}
.nav-tabs>li {
    width: 50%;
    text-align: center;
    background-color: #DEDEDE;
    border: 0 !important;


}
.nav-tabs .active{
    font-weight: bold;

}
.modal-content{
    overflow: hidden !important;
    height: auto;

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color:#1E7229 !important;
    border-radius: 0 !important;
    border: 0;
    width: 100%;
}
.nav-tabs>li>a {
    color: #333 !important;
    border: 0 !important;
    margin-right: 0 !important;
}

/* SQUARED TWO */
.squaredTwo {
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    margin-left: -3px;
    border-radius: 4px;
    margin-top: 9px;
}

.squaredTwo label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 4px;
    top: 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
}

.squaredTwo label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #1E7229;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
/*input[type=checkbox] {
    visibility: hidden;
}*/
/* SQUARED ONE */
.squaredOne {
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    margin-left: -3px;
    border-radius: 4px;
}

.squaredOne label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 4px;
    top: 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
}

.squaredOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #1E7229;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.label-checkbox{
    float: left;
    margin-left: 13px;
    margin-top: 6px;
    margin-bottom: 10px;
    width: 85%;
}

.link-bold, .link-bold:visited, .link-focus:visited {
    font-weight: bold;
    color: #1E7229;
    cursor: pointer;
}
.link-bold:hover {
    color: #195E22;
    text-decoration: underline;
}
.link-bold:active {
    color: #134A1A;
}
.link-sa, .link-sa:visited, .link-sa:focus {
    color: #1E7229;
    cursor: pointer;
}
.link-sa:hover {
    color: #195E22;
    text-decoration: underline;
}
.link-sa:active {
    color: #134A1A;
}
.link-gray, .link-gray:visited, .link-gray:focus {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
.link-gray:hover {
    color: #1E7229;
    text-decoration: underline;
}
.link-gray:active {
    color: #195E22;
    text-decoration: underline;
}

.label-checkbox>a:hover{
    color: #195E22 !important;
}
.label-checkbox>a :visited{
    color: #134A1A !important;
}
.content-tabs-sa{
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
button[disabled], button[disabled]:hover, button[disabled]:active, button[disabled]:focus {
    background-color: #c9c9c9;
}
.block-center-sa{
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    width: 400px;
    min-height: 300px;
    margin: 100px auto 0 auto;
    padding: 20px;
    background-color: #fff;
}
.center-text{
    text-align: center;
}
.verd{
    color: #1E7229;
}
.label-red{
    display: none;
    color: #B7191A;
    margin-top:-5px;
    margin-bottom:5px;
}


.btn-ordre{
    background-color: #004664;
    color: #fff;
    height: 36px;
}
.btn-ordre:hover{
    background-color: #023143;
    color: #fff;
}
.btn-ordre:active{
    background-color: #012533;
    color: #fff;
}
.btn-unselected{
    background-color: #fff;
    color: #333;
}

.ordenacio-text{
    float: left;
    /*margin-top: 8px;*/

}
.foto-troba{
    width: 110px;
    height: 110px;
}
.estudis{
    color: #555;
    font-size: 13px;
}
.universitat{
    color: #555;
    font-size: 13px;
    font-style: italic;
}
.preu-text{
    font-size: 20px;
    font-weight: 300;
    color:#333;
}
.btn-cita, .btn-cita:hover, .btn-cita:active{
    margin-top:10px;
    color:#fff !important;
    width: 100%;
}
.assignatura{
    font-size: 14px;
    font-weight: bold;
    color:#004766;
}
.assignatura span{
    margin-right: 5px;
}
.panel-sa{
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}
.panel-sa-heading{
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    padding:10px;
    background-color:#E5E5E5;
}
.panel-sa-heading2{
    font-weight: 600;
    font-size: 22px;
    height: 40px;
    padding:10px;
    color: #004562;
    background-color:#E5E5E5;
}
.checkbox-dies{
    background-color: #F5F5F5;
    border-radius: 4px;
    border: 1px solid #E3E5E2;
    height:40px;
    margin-bottom: 10px;
}
.checkbox-dies input[type=checkbox]{
    visibility: visible;
    margin: 0 auto;
    background-color: #fff;
    width:100%;
    margin-top: 5px;
}
.checkbox-dies label{
    margin-bottom: -5px;
    text-align: center;
}
.btn-hores{
    width: 33%;
    /*margin: 0;*/
    margin: 0 auto;
    /*border: 0;
    border-top: 1px solid #E3E5E2;
    border-bottom: 1px solid #E3E5E2;*/
}
.btn-hores-middle{
    margin: 0 -5px 0 -5px;
    border-radius: 0;
    width: 34%;
}
.btn-hores-left{
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #E3E5E2;
}
.btn-hores-right{
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #E3E5E2;
}
.filtre-img{
    width: 80px;
    height:80px;
    background-repeat: no-repeat;
    /*background-position: 0 0;*/
    background-position: -80px 0px;
    cursor:pointer;
    /* -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;*/
}
.filtre-individual-img{
    background-image: url('/assets/img/filtres/individual.png');
}
/*.filtre-img:hover{
    background-position: -80px 0;
}*/
.filtre-left{
    float:left;
    text-align: center;
    margin-left: 10%;
}
.filtre-right{
    float:right;
    text-align: center;
    margin-right: 10%;
}
.filtre-grup-img{
    background-image: url('/assets/img/filtres/grup.png');

}
.filtre-row{
    height: 100px;
    margin-top: 10px;
    /* margin-bottom: 30px;*/
}
.filtrepreu-row{
    margin-bottom: 25px;
}
.filtre-presencial-img {
    background-image: url('/assets/img/filtres/presencial.png');
}
.filtre-btn {
    /*background-image: url('/img/filtres/presencial.svg');
    background-size: 160px 80px;*/
    width: 80px;
    height: 80px;
    background-color: #ccc;
    border-radius: 5px;
    color: #fff;
    font-size: 53px;
    cursor: pointer;
}
.filtre-btn-active {
    background-color: #004766;
}
.filtre-btn:hover {
    background-color: #00354D;
}
.filtre-btn:active{
    background-color: #002433;
}
.filtre-btn > [class^="icon-"]:before {
    line-height: 80px;
}
.filtre-distancia-img{
    background-image: url('/assets/img/filtres/adistancia.png');
}
.filtre-home-img{
    background-image: url('/assets/img/filtres/home.png');
}
.filtre-dona-img{
    background-image: url('/assets/img/filtres/dona.png');
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0 !important;
    border: 1px solid #fff !important;
    background: none !important;
    background-color: #004664 !important;
    border-radius: 25px !important;
    height: 25px !important;
    margin-top: -2px !important;
    width: 25px !important;
    outline: 0 !important;
}
.ui-state-active, .ui-state-hover{
    outline-color: none !important;
}
.ui-widget-header {
    background: none !important;
    background-color: #012533 !important;
}
.ui-widget-content {
    border: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid #DDDDDD !important;
    background: #F5F5F5 !important;
}*/
.navbar-sright:hover {
    text-decoration: underline;
}
.navbar-nav.navbar-right:last-child{
    margin:0;
}
.navbar-nav.navbar-right2:last-child{
    margin: -14 0 0 0;
}
.filtre-poblacio{
    opacity: 100;
    margin: 0 auto 0 auto;
    width: 175px;
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}
.filtre-poblacio-row{
    margin-top: 20px;
    height:34px;
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}
.input-group-btn-error{
    border: 1px solid #a94442;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.input-group-btn-success{
    border: 1px solid #3c763d;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.separador-filtre{
    margin: 20px 0 20px 0;
    height:1px;
    background-color: #DEDEDE;
    width:100%;


}

.img-perfil{
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #DEDEDE;
}
.btn-blau{
    background-color: #004664;
    display: table;
    height: 45px;
    margin-bottom: 18px;
}
.btn-blau:hover{
    background-color: #023143;
}
.btn-blau:active{
    background-color: #012533;
}
.btn-blau > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
}
.tick{
    background-image: url(../img/tick.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    display: block;
    float: left;
    margin-right: 8px;
}
.panel-sa-line{
    height: 40px;
    display: table;
}
.panel-sa-linein{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
}


.perfil-pub-info{
    font-size: 16px;
}
.perfil-pub-descrip{
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.perfil-pub-marks{
    margin-top:30px;
}
.perfil-pub-marks-box{
    width: 137px;
    height: 142px;
    text-align: center;
    float:left;
}
.perfil-pub-marks-text{
    margin-top: 18px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.perfil-pub-marks-text-no{
    margin-top: 18px;
    color:#E5E4E3;
}
.perfil-pub-cert{
    background: url(../img/validacion-blue.svg) no-repeat top center;
    height: 66px;
    width: 100%;
    color:#fff;
    font-size: 32px;
    padding: 20px 0 0 0;
}
.perfil-pub-comm{
    background: url(../img/comentarios-blue.svg) no-repeat top center;
    height: 66px;
    width: 100%;
    color:#fff;
    font-size: 32px;
    padding: 17px 3px 0 0;
}
.perfil-pub-marks-starbox{
    display: inline-block;
    color: #FFC100;
    width: 237px;
    height: 142px;
    font-size: 36px;

    text-align: center;
    padding-top: 20px;
}
.valoracions-fila{
    width:100%;
    min-height: 185px;
    padding:44px;

}
.valoracions-foto{
    float:left;
    margin-right:29px;
}
.valoracions-text{
    margin-left: 110px;
    word-break: break-word;
}
.valoracions-foto img{
    width: 77px;
    height: 77px;
}
.valoracions-foto .valoracions-linkbox{
    text-align: center;
}
.valoracions-foto .valoracions-link:hover {
    text-decoration: underline;
}

.valoracions-stars{
    float:left;
    width: 88px;
    color: #F3F3F3;
}
.valoracions-star-ok{
    color: #FFC000;
}
.stars .glyphicon-star::before {
    vertical-align: sub;
}
.valoracions-star-label {
    display: inline-block;
    font-size: 10px;
    margin-left: 8px;
    color: #555;
}
.valoracions-separador{
    width: 100%;
    border-bottom: 1px solid #DEDEDE;

}
.center{
    display: block;
    width: 250px;
    margin: auto;
}
.linker{
    cursor: pointer;
}
.pagination{
    margin-bottom:44px;
    height: 34px;
}
.pagination >li > a{
    color: #004664;
}
.pagination .active > a, .pagination .active > a:hover{
    background-color: #004664;
    border-color: #004664;
    color:#ffffff;
}
.valoracions{
    max-height: 549px;
}
.pagination > .prev > a, .pagination > .next > a {
    background-color: #ffffff !important;
    color: #004664 !important;
    border: 1px solid #ddd;
}
.certificacio{
    width:33%;
    float: left;
    height: 139px;
    text-align: center;
}
.certificacio >img{
    margin: auto;
    vertical-align: middle;
    height: 98px;
}
.certificacio-text{
    margin-top: 21px;
    font-weight: 600;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}
.alert-success {
    display: block;
    background-image: none !important;
    border:0 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}
.alert {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.alert-error{
    color:#a94442;
}
.anotation-blue { color: #004766; font-size: 14px; font-style: italic; margin: 5px; text-align: center;font-weight: normal;}
.transition {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.transition-fast {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}



.header-messages {position: relative;margin-top: 2px; border-right: 1px solid #ccc;}
@media (max-width: 765px) {
    .header-messages {
        border-right: 0;
    }
}
.header-messages .header-messages-unread {
    position: absolute;
    top: 15px;
    border: 2px solid #FFF;
    right: 6px;
    min-width: 20px;
    height: 22px;
    border-radius: 12px;
    line-height: 15px;
    padding: 2px 6px;
    background-color: #bf142c;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
    font-weight: bold;
    text-shadow: none;
}
.header-messages .header-messages-icon {position: relative;color: #000;font-size: 32px;line-height: 32px;display: block;margin-top: 10px;text-shadow: none;}

.headerHome-messages {position: relative;margin-top: 2px;}
.headerHome-messages > a {}
.headerHome-messages > a:hover {background-color: transparent !important;}
.headerHome-messages .headerHome-messages-unread {position:absolute;top: 25px;right: 6px;min-width:20px;height:20px;border-radius: 10px;line-height:16px;padding: 2px 6px;background-color: #007433;text-align: center;color:#FFFFFF;z-index: 1;font-weight: bold;text-shadow: none;}
.headerHome-messages .headerHome-messages-icon {position: relative;color: #ffffff;font-size: 32px;line-height: 32px;display: block;margin-top: 10px;text-shadow: none;}


/*  Footer styles  */
.pagefooter {background-color: #303030;color:#FFFFFF;overflow: hidden;margin: 0;text-align: left;padding: 20px 10px 10px 10px;font-size: 16px;}
.pagefooter .footertitle {margin: 10px auto; font-weight: bold; }
.pagefooter .language-selector { background:#303030; color:#FFF; margin-top:20px;}
.pagefooter .footersocial {margin: 15px auto;}
.pagefooter .footersocial .sociallist {overflow: hidden;padding: 0;}
.pagefooter .footersocial .socialitem {display: inline-block;}
.pagefooter .footersocial .sociallink {color:#FFFFFF;margin:30px;}
.pagefooter .footersocial .sociallink > img {height: 20px;}
.pagefooter .footerlegal {margin: 0 0 10px 0;}
.pagefooter .footerlegal .legallist {overflow: hidden;padding: 0; list-style-type: none; display:block; text-align: center; margin-top: 10px;}
.pagefooter .footerlegal .legalitem {font-size: 14px; text-align: left; display:block;}
.pagefooter { color:#FFFFFF;overflow: hidden;margin: 0;text-align: left;padding: 20px 10px 10px 10px;font-size: 16px; }
@media (max-width: 765px) {
    .pagefooter .footerlegal .legalitem {width: 100%;}
}
.pagefooter .footerlegal .legallink {text-decoration: none;}
.pagefooter .footersocial .sociallink:hover, .pagefooter .footerlegal .legallink:hover {text-decoration: underline;}
.cursor-pointer{
    cursor: pointer;
}

.adress-load{
    position: relative;
    font-size: 30px;
    left: 10px;
    top: 7px;
    display:none;
}
.adress-load .icon-arocompleto{
    position: absolute; z-index: 1;
    color: #ccc;
}
.adress-load .icon-frag {
    position: absolute; z-index: 2;
    -webkit-animation: spin 1.5s infinite linear;
    color: #777;

}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.btn-troba > .adress-load {
    font-size: 15px;
    float: right;
    left: -115px;
    top: 3px;
}

.noselection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-blue {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #004766;
    display: table;
}
.btn-blue span {
    display: table-cell;
    vertical-align: middle;
}
.btn-blue:hover {
    color: #fff;
    background-color: #00354D;
}
.btn-blue:active {
    color: #fff;
    background-color: #002433;
}
.btn-green {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #1E7229;
    display: table;
}
.btn-green span {
    display: table-cell;
    vertical-align: middle;
}
.btn-green:hover {
    color: #fff;
    background-color: #195E22;
}
.btn-green:active {
    color: #fff;
    background-color: #134A1A;
}
.btn-lightgreen {
    color: #fff;
    background-color: #38C800;
}
.btn-lightgreen:hover {
    color: #fff;
    background-color: rgb(66, 234, 0);
}
.btn-lightgreen:active {
    color: #fff;
    background-color: #33B301;
}

/* Highlight text selection style */
::selection {
    background: #FFC100;
    color: #1E7229;
}

/* Media Queries */

@media (max-width: 768px) {

    .container-home-bottom .double-line .persona,
    .container-home-bottom .double-line .advance .line {
        width: 100%;
        height: auto;
    }
    .container-home-bottom .double-line .persona .persona-btn {
        float: none;
    }
    .container-home-bottom .double-line .advance .line .explicat {
        width: 100%;
    }
    .container-home-bottom .double-line .advance .line {
        margin-bottom: 20px;
        margin-top: 20px;
    }

}
@media (max-width: 768px) {
    .modal-sa-mobile {}
    .modal-sa-mobile .modal-dialog {margin: 0;height: 100%;}
    .modal-sa-mobile .modal-content {position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin-top: 0!important;height: 100%;}
}
.fb_iframe_widget { position: inherit !important; }

.fb_iframe_widget span { position: inherit !important; }
.selectedUni {
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 35px;
}

/* RADIO-SA */
.radio-sa {
    width: 26px;
    height: 26px;
    position: relative;
    display: inline-block;
}

.radio-sa label {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;

    width: 90%;
    height: 90%;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
}

.radio-sa label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    background: #000;

    width: 50.1%;
    height: 50.1%;
    top: 25%;
    left: 25%;
    border-radius: 10px;

}

.radio-sa label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.radio-sa input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.radio-sa input[type=radio] {
    visibility: hidden;
    /*width: 20px;
    height: 20px;*/
}

/* RIBBON-SA */
.ribbon-sa {
    padding: 0 10px;
    margin: 10px auto 10px auto;
    display: inline-block;
    position: relative;
    color: #333;
    text-align: center;
    background: #FF0;
    font-size: 12px;
    font-weight: normal;
}
.ribbon-sa::after, .ribbon-sa::before {
    content: "";
    width: 17px;
    bottom: 0;
    position: absolute;
    display: block;
    border: 8px solid #FF0;
    margin-bottom: 2.5px;
}
.ribbon-sa::after {
    right: -20px;
    border-right-color: rgba(0, 0, 0, 0);
}
.ribbon-sa::before {
    left: -20px;
    border-left-color: rgba(0, 0, 0, 0);
}

a.underlinehover:hover {
    text-decoration: underline;
}

/* offer box */
.offer-box{
    background-color: #F93701;
    height: 50px;
    top: 0;
    overflow: hidden;
}
.offer-box .title-offer-box{
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.offer-active{
    top: 50px;
}
.offer-box .offer-box-content{
    width: 71%;
    margin: 0 auto;
}
.offer-box .subtitle-offer-box{
    color: #FFC100;
    font-weight: bold;
    font-size: 34px;
    line-height: 34px;
    margin: 40px 0;
}
.offer-box .image-offer{
    width: 200px;
    height: 200px;
}
.offer-box .text-offer{
    margin: 40px 0 ;
    padding-left: 20px;
}
.offer-box .offer-btn{
    margin: 0 auto;
    font-size: 26px;
    padding: 15px 45px;
    font-weight: normal;
    border-radius: 9px;
    float:none;
}
.offer-box .close-offer{
    position: absolute;
    right: 17px;
    top: 17px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}
.offer-box .close-offer:hover{
    opacity: 1;
}
.offer-box .body-offer{
    font-size: 18px;
}
.offer-box .image-offer-box{
    display: block;
}

@media (max-width: 768px) {
    .offer-box .title-offer-box{
        font-size: 15px;
    }
    .offer-box .image-offer-box{
        display: none;
    }
    .offer-box .text-offer{
        margin: 10px 0;
        padding-left: 0;
        text-align: center;
    }
    .offer-box .subtitle-offer-box{
        font-size: 30px;
        line-height: 30px;
        margin: 10px 0;
    }
    .offer-box .offer-btn{
        margin: 30px auto;
    }
}

.flex{
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.flex-center{
    -webkit-align-items: center;align-items: center;
}
.link-hover-sa:hover{
    text-decoration: underline;
}

.separator-box .separator, .pagefooter .separator-f {
    background-color: #ccc;
    height: 1px;
    margin: 10px auto;
}
.btn-disabled, .btn-disabled:active, .btn-disabled:hover {
    background-color: #cccccc;
    pointer-events: none !important;
    cursor: default !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/*  Earn Money  */

.row-howto {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}
.box-howto {
    /*padding: 39px 60px;*/
}
.row-howto .media-text-howto {
    color: #FFFFFF;
    padding-left: 20px;
    font-size: 24px;
    line-height: 28px;
}
.row-howto .row-footer-howto {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    color: #FFF;
}
.howto-col {
    margin-bottom: 40px;
    text-align: center;
}

/* howto box */
.howto-box{
    background-color: #00B1FB;
    height: 600px;
    margin-top: -600px;
    top: 0;
    overflow: hidden;
    position: relative;
}
.howto-box::before {
    content: "";
    background-image: url(/assets/img/home/gplay.png);
    background-repeat: repeat;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.howto-box .title-howto-box{
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.howto-active{
    top: 50px;
}
.howto-box .howto-btn{
    margin: 0 auto;
    font-size: 26px;
    padding: 15px 45px;
    font-weight: normal;
    border-radius: 9px;
    float:none;
}
.howto-box .close-howto{
    position: absolute;
    right: 17px;
    top: 50px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    z-index: 999;
}
.howto-box .close-howto:hover{
    opacity: 1;
}
.howto-div-bg {
    width: 250px;
    height: 250px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.footer-howto {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}
.howto-link, .howto-link:focus {
    color: #DDD;
    text-decoration: underline;
}
.howto-link:hover {
    color: #EEE;
    text-decoration: underline;
}
.howto-link:active {
    color: #FFF;
    text-decoration: underline;
}
@media (max-width: 1201px) {
    .howto-box {
        height: 1100px;
        margin-top: -1100px;
    }
    .row-howto {
        margin-top: 20px;
    }
    .howto-col {
        margin-bottom: 0;
    }

}



.vertical-center {
    /*min-height: 100%; */
    /* min-height: 100vh;*/

    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;


    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
}

/* NEW STYLES (Humberto) */

.navbar-nav li {
    overflow: hidden;
}

.inviteFriendsMobile {
    display: none !important;
}

.inviteFriends {
}

.inviteFriends > a > span {
    color: red;
    font-size: 39px;
    margin: 7px auto auto;
}

.inviteFriends > a > div {
    padding: 0 0 0 10px;
    float: right;
    margin-top: -4px;
}

.dropdown {
    overflow: visible !important;
}
@media (max-width: 767px) {
    .inviteFriendsMobile {
        display: block !important;
        margin-right: 20px !important;
    }
}

/* LANGUAGE CHOICE */
.dropdown-lang {
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-right: 1px solid #ccc !important;
    height: 59px;
    padding-top: 8px !important;
    display: flex !important;
}
.nameLang {
    padding: -2px 10px 10px 10px;
    line-height: 42px;
    color: white;
}

.navbar-sharing2 .nameLang {
    color: black;
}

#lang-selector {
    min-width: 110px !important;
}

@media (max-width: 765px) {
    .nameLang {
        color: #333 !important;
        margin:0 auto;
    }
    #choosed-lang {
        color: #333 !important;
    }

    #lang-selector {
        display: none;
    }
    .open #lang-selector {
        display: block;
    }
    .open #lang-selector a {
        line-height: 59px;
        padding: 0;
        text-align: center;
        background-color: rgba(0,0,0,0.1);
    }
    .navbar-collapse {
        border-top:0 !important;
    }
    .navbar-nav li {
        margin-top:-1px;
    }
}


.nav-tabs>li:hover {margin-bottom: -2px !important;}
.sa-selector {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
}
.sa-selector .sa-selector-buttons {

}
.sa-selector .form-home {
    width: auto;
}
.sa-selector .list-buttons {
    width: 40%;
    border: 0 !important;
}
.sa-selector .list-buttons-item {
    width: 49.5%;
    margin-right: 0.25%;
    background: transparent;
    overflow: hidden;
}
.sa-selector .list-buttons .list-buttons-item:first-child,
.sa-selector .list-buttons .list-buttons-item:first-child a {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.sa-selector .list-buttons .list-buttons-item:last-child,
.sa-selector .list-buttons .list-buttons-item:last-child a {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.sa-selector .list-buttons-item {
    padding-top: 2px;
}
.sa-selector .list-buttons-item.active {
    padding-top: 0;
    width: 30%;
}
.sa-selector .list-buttons-item.active a,
.sa-selector .list-buttons-item.active a:active,
.sa-selector .list-buttons-item.active a:focus {
    background: #F5F5F5;
    cursor: pointer;
    color: #333 !important;

    padding-top: 10px;
    padding-bottom: 10px;
}
.sa-selector .list-buttons-item a,
.sa-selector .list-buttons-item a:hover,
.sa-selector .list-buttons-item a:focus {
    background: #DEDEDE;
    color: #333 !important;

    padding-top: 9px;
    padding-bottom: 9px;
}
.sa-selector .list-buttons-item a:hover {
    background: #AEAEAE;
}

.sa-selector .sa-selector-content {
    background: #F5F5F5;
    padding: 8px !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 4px !important;
    border-top-left-radius: 0 !important;
}
.sa-selector .select_btx, .sa-selector .select1b,
.sa-selector .select_btx, .sa-selector .select1 {
    margin-left: 0 !important;
    width: auto;
}
.sa-selector .selectarrow:before {
    width: 2em;
    z-index: 4;
}
.sa-selector .form-control {
    margin-bottom: 0 !important;
    /*height: 33px;*/
    border: none;
    border-radius: 0;
}
.sa-selector .btn-icon {
    margin-top: 11px;
}
.sa-selector .selectbox1, .sa-selector .selectbox2, .sa-selector .selectbox3 {
    margin-right: 8px;
    width: 292px;
}
.sa-selector .btn-troba {
    height: 33px;
    background: #004766;
    border-radius: 4px;
}
.sa-selector .btn-troba span {
    font-size: 20px;
}
.sa-selector .submit-home {
    width: auto;
}
.sa-selector #submit-trobabtx {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sa-selector #divassigbtx {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control-troba .dropdown-menu {
    top: 90%;
    margin: 0 0 0 !important;
}

#Packs {
    padding: 60px 0;
    /* background: url(/assets/img/home2018/present-dk.pn) no-repeat 0% 30%, -webkit-linear-gradient(top, rgba(210,250,80,0.47) 0%,rgba(255,255,255,0.47) 100%); */
    background:-webkit-linear-gradient(top, rgba(49,224,205,0.47) 0%, rgba(210,250,80,0.47) 100%)
    
}
#Packs p.packssub {
    font-size:17px; line-height: 27px; margin:10px 30px; border-radius: 15px;
}
#Packs p.packssubfirst {
    background: -webkit-radial-gradient(center, ellipse cover, rgba(253,251,227,1) 0%,rgba(253,251,227,1) 50%,rgba(253,251,227,0) 100%);
    background: radial-gradient(ellipse at center, rgba(253,251,227,1) 0%,rgba(253,251,227,1) 50%,rgba(253,251,227,0) 100%);
}

#packpresent {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}
#packpresent > div {
    width: 34%;
    margin: 10px 0;
    padding: 15px;
    text-align: center;
    position: relative;
    height: 250px;
    background: rgba(246, 246, 246, 0.94);
    border: 2px solid #ccc;
    cursor: pointer;
}
#packpresent > div a { color:#333; }
#packpresent h3 { text-transform:uppercase; font-weight:bold; margin-bottom: 2px; margin-top:10px; }
#packpresent h4 { margin-top: 0; text-transform: uppercase;}
#packpresent div.plan1:nth-child(1) { border-right:0; }
#packpresent div:nth-child(3) { border-left:0; }
#packpresent .plan1 p {color: #c11f59}
#packpresent .plan2 {
    margin: 0 !important;
    height: 270px;
    color: #fff;
    background: #c11f59;
    border: 0;
}
#packpresent .plan2 h3, #packpresent .plan2 h4 {
    color: #fdfbe0;
}
#packpresent .plan2 p {
    margin: 35px 0 10px;
    color:#FFF;
}
#packpresent div p  {
    font-size: 46px;
    font-weight: bold;
}
#packpresent div span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    color: #555;
    /*text-align:left;*/
}
#packpresent div.plan2 span { color: #fff; }
#packpresent button {
    padding: 8px 14px;
    border:0;
    border-radius: 3px;
    background-color: #c11f59;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    min-width: 130px;
    transform: translate(-50%, -50%);
    margin: 8px auto;
}
#packpresent .plan2 button {
    background-color: #FFCC00;
    color: #000;
}
#packpresent > div:hover button {
    padding: 10px 16px;
    position: absolute;
    bottom: -4px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 4px auto;
    background-color: #de2b6b;
}
#packpresent > div:hover p {
    color: #de2b6b;
}
#packpresent > div.plan2:hover p { color: #fff; }
#packpresent > div.plan1:hover p { color: #de2b6b; }
#packpresent > div:hover { background: #fff; border-color: #de2b6b; }
#packpresent > div.plan2:hover { background: #de2b6b; }
#packpresent > div.plan2:hover button { background: #FFCC00; }

.subscriptionclarify { font-size: 14px !important; margin:20px 40px;}

@media (max-width:1201px) {
    #Packs { padding:40px 0;
        background:-webkit-linear-gradient(top, rgba(49,224,205,0.47) 0%, rgba(210,250,80,0.47) 100%)

    }
    #packpresent  h3, #packpresent  h3 {margin-top:8px;}
    #packpresent .plan1, #packpresent .plan3 {height:260px;}
    #packpresent .plan2 { height:280px;}
    #packpresent .plan1 button, #packpresent .plan3 button {margin-bottom:6px;}
}

@media (max-width:765px) {
    #Packs {
    background:-webkit-linear-gradient(top, rgba(49,224,205,0.47) 0%, rgba(210,250,80,0.47) 100%)
    }
    #packpresent { flex-wrap: wrap; margin-top: 24px;}
    #packpresent > div { width: 100%; margin:0; border:0; padding: 6px;}
    
    #packpresent h4 { margin-bottom:0px; }

    #packpresent > div a { width: 100%; }
    #packpresent > div:nth-child(1) { border-top:2px solid #ccc;}
    #packpresent > div:nth-child(3) { border-bottom:2px solid #ccc;}
    #packpresent .plan2 p {
        margin: initial;
    }

    .plan1,.plan2,.plan3 {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        height: auto !important;
        padding: 20px 10px !important;
    }
    .plan1 > div, .plan2 > div, .plan3 > div { width: 100% !important; }
    #packpresent span { padding: 0 !important; font-size: 12px !important; /*display: inline-block !important;*/ }
    #packpresent div p { font-size: 32px; margin:10px !important; display: inline-block; }
    .plan1 button, .plan2 button, .plan3 button { position: static !important; transform: none !important;}
    .plan1 div h3,.plan2 div h3,.plan3 div h3 { line-height:23px; margin: 0 !important; padding-bottom:0 !important; font-size: 18px;}
}
