/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.3
 * Author: Html Stream
 * Website: http://htmlstream.com/preview/unify
*/


/*Import app.css*/

@import url(app.css);

/*Import Google Fonts*/

.selUni,
.selUniComp {
    cursor: pointer;
}


/*@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);*/

@font-face {
    font-family: "Helvetica Neue LT";
    src: url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica Neue BD";
    src: url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
    font-style: normal;
    font-weight: bold;
}

#preSeleccionUniversidades {
    width: 300px;
}

#preSeleccionIndicadores {
    width: 300px;
}

.btn-cyan {
    color: #fff;
    background-color: #4CC2BF;
    border-color: #1CA19D;
}

.btn-cyan:hover {
    color: #fff;
    background-color: #1CA19D;
    border-color: #1CA19D;
}

.btn-success {
    color: #fff;
    background-color: #BE9E64;
    border-color: #a88647;
}

.btn-success:hover {
    color: #fff;
    background-color: #a88647;
    border-color: #a88647;
}

.btn-gold {
    color: #fff;
    background-color: #BE9E64;
    border-color: #a88647;
}

.btn-gold:hover {
    color: #fff;
    background-color: #a88647;
    border-color: #a88647;
}

.subAmbito {
    font-size: 31px;
    font-family: "Helvetica Neue LT";
    margin-top: -5;
    line-height: 5px;
}


/* texto de portada */

.subPortadaInferior {
    color: #777;
    font-family: "Helvetica Neue LT";
    text-align: left;
}

.portadaInferior {
    color: #0E1116;
    font-family: "Helvetica Neue";
    text-align: left;
}


/* corregir offset del menu sueprior */

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}


/* styling de los select desplegables */


/* -------------------- Select Box Styles: stackoverflow.com Method */


/* -------------------- Source: http://stackoverflow.com/a/5809186 */

select.soflow,
select.soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #888;
    color: #555;
    font-size: 14px;
    margin: 0px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    text-align: center;
}

select.soflow-color {
    color: #fff;
    background-image: url(../img/15xvbd5.png), -webkit-linear-gradient(#d43f3a, #d9534f 40%, #d9534f);
    border: 1px solid #d43f3a;
    ;
    background-color: #d43f3a;
    margin: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 15px;
}


/* correcoin ancho de modales */

.modal-dialog {
    width: 90%;
}


/* hacer tablas mÃ¡s ligeras */

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 0.5px solid #ddd;
}

.event-box-resume .block-share {
    border-top: 1px #E4E4E4 solid;
    text-align: center;
    padding: 12px 0;
}

btn-success {
    color: #fff;
    background-color: rgb(190, 158, 100);
    border-color: rgb(190, 158, 100);
    font-size: 20px;
}

.tituloPortada {
    font-family: "helvetica Neue BD";
    color: white;
    font-size: 40px;
    text-align: left;
}

.subtituloPortada {
    color: rgb(190, 158, 100);
    font-size: 26px;
    font-family: "Helvetica Neue";
    line-height: 42px;
    text-align: left;
}


/* Adecuacion de fuentes */

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Helvetica neue LT', sans-serif;
}

.paso {
    text-decoration: underline;
    font-family: "helvetica neue";
    font-size: 40px;
    color: #dc2323;
}

.texto_paso {
    line-height: 70px;
    font-size: 25px;
    color: #262f3d;
    font-family: 'Helvetica Neue', serif;
    font-weight: 300;
}

.confirmacion_paso {
    line-height: 70px;
    font-size: 28px;
    color: rgb(190, 158, 100);
    font-family: 'Helvetica Neue', serif;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}

.confirmacion_paso:hover {
    color: #9a8052;
}

@media screen and (max-width: 600px) {
    .paso {
        font-size: 25px;
    }
    .texto_paso {
        font-size: 15px;
        line-height: 35px;
    }
    .confirmacion_paso {
        font-size: 15px;
        line-height: 35px;
        text-align: left;
    }
    .ambito {
        cursor: hand;
        cursor: pointer;
        font-size: 15px;
        font-family: "Helvetica Neue LT";
        line-height: 22px;
        background-color: rgba(255, 255, 255, 0.4);
        border-color: transparent;
    }
    .SELing,
    .SELedu,
    .SELeco,
    .SELsal,
    .SELcien,
    .SELccss {
        cursor: hand;
        cursor: pointer;
        font-size: 15px;
        font-family: "Helvetica Neue LT";
        line-height: 22px;
        background-color: rgba(255, 255, 255, 0.7);
        border-color: transparent;
    }
    h1,
    .h1 {
        font-size: 30px;
    }
}

p {
    font-size: 16px;
}

body {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    /*    font-size: 16px;*/
    line-height: 1.5;
    color: #0E1116;
    font-weight: 300;
    letter-spacing: 0.5px;
}


/* copiado de la web de fundacionc */

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 1px;
}

h1,
.h1 {
    font-size: 24px;
    margin-bottom: 12px
}

@media (min-width: 576px) {
    h1,
    .h1 {
        font-size: 40px;
        margin-bottom: 13.3333333333px
    }
}

h2,
.h2 {
    font-size: 22px;
    margin-bottom: 11px
}

@media (min-width: 576px) {
    h2,
    .h2 {
        font-size: 36px;
        margin-bottom: 12px
    }
}

h3,
.h3 {
    font-size: 20px;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    h3,
    .h3 {
        font-size: 32px;
        margin-bottom: 16px
    }
}

h4,
.h4 {
    font-size: 22px;
    margin-bottom: 11px
}

@media (min-width: 576px) {
    h4,
    .h4 {
        font-size: 26px;
        margin-bottom: 13px
    }
}

h5,
.h5 {
    font-size: 22px;
    margin-bottom: 11px
}

h6,
.h6 {
    font-size: 18px;
    margin-bottom: 9px
}

h7,
.h7 {
    font-size: 13px
}

p {
    margin-bottom: 24px;
    margin-top: 0
}

.ralla {
    border-left: 3px solid #E0241B;
    margin: 20px 0 30px;
    padding-left: 20px;
}

.text-primary {
    color: #E0241B !important
}

.text-secondary {
    color: #262F3D
}

.text-black {
    color: #0E1116
}

.text-white {
    color: #fff
}

.text-gray-medium {
    color: #777
}

.text-gray-light {
    color: #E4E4E4
}

.text-gray-dark {
    color: #364154
}

.text-blue {
    color: #708BB5
}

.text-yellow {
    color: #FFCE54
}

.text-red {
    color: #E0241B
}

.text-green {
    color: #8cc152
}

.text-orange {
    color: #FC6E51
}

.text-gold {
    color: #BE9E64
}

.bg-gold {
    background-color: #BE9E64
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #0E1116
}

.bg-gray-medium {
    background-color: #777
}

.bg-gray-dark {
    background-color: #364154
}

.bg-gray-light {
    background-color: #E4E4E4
}

.bg-blue {
    background-color: #708BB5
}

.bg-red {
    background-color: #E0241B
}

.bg-yellow {
    background-color: #FFCE54
}

.bg-green {
    background-color: #8cc152
}

.bg-orange {
    background-color: #FC6E51
}

.bg-purple {
    background-color: #967ADC
}

.bg-brown {
    background-color: #83576a
}

.bg-primary {
    background-color: #E0241B
}

.bg-secondary {
    background-color: #262F3D
}

.bg-success {
    background-color: #E8F4DA
}

.bg-info {
    background-color: #4CC2BF
}

.bg-warning {
    background-color: #FFDD87
}

.bg-error {
    background-color: #F2838F
}

.push-top-xxl {
    margin-top: 104px
}

.push-top-xl {
    margin-top: 72px
}

.push-top-lg {
    margin-top: 56px
}

.push-top-md {
    margin-top: 32px
}

.push-top-sm {
    margin-top: 24px
}

.push-top-xs {
    margin-top: 12px
}

.push-top-xxs {
    margin-bottom: 4px
}

.push-bottom-xxl {
    margin-bottom: 104px
}

.push-bottom-xl {
    margin-bottom: 72px
}

.push-bottom-lg {
    margin-bottom: 56px
}

.push-bottom-md {
    margin-bottom: 32px
}

.push-bottom-sm {
    margin-bottom: 24px
}

.push-bottom-xs {
    margin-bottom: 12px
}

.push-bottom-xxs {
    margin-bottom: 4px
}

.push-left-xxl {
    margin-left: 104px
}

.push-left-xl {
    margin-left: 72px
}

.push-left-lg {
    margin-left: 56px
}

.push-left-md {
    margin-left: 32px
}

.push-left-sm {
    margin-left: 24px
}

.push-left-xs {
    margin-left: 12px
}

.push-left-xxs {
    margin-left: 4px
}

.push-right-xxl {
    margin-right: 104px
}

.push-right-xl {
    margin-right: 72px
}

.push-right-lg {
    margin-right: 56px
}

.push-right-md {
    margin-right: 32px
}

.push-right-sm {
    margin-right: 24px
}

.push-right-xs {
    margin-right: 12px
}

.push-right-xxs {
    margin-right: 4px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}


/* fin de copia*/

.box-actions {
    background: #FDFDFD;
    border: 1px solid #E4E4E4;
    padding: 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-actions h4 {
    font-size: 18px;
    margin-top: 8px
}

.box-actions p {
    margin-bottom: auto
}

.box-actions svg {
    margin-top: auto
}

.box-actions dl {
    margin: 0
}

.roboto {
    font-family: 'Helvetica Neue', serif;
    font-weight: 300;
    color: #E0241B;
}

.robotoTitulo {
    font-family: 'Helvetica Neue BD', serif;
    color: #262F3D;
    font-size: 40px;
}

.cuerpo {
    font-family: 'Arial';
    font-size: 16px;
}


/* Sub encabezado */

@media (min-width: 770px) .subheader-big {
    padding: 24px 0;
}

.subheader-big {
    color: #fff;
    background-color: #262F3D;
    /*padding: 8px 0;*/
    padding: 24px 0;
}

.dataTables>thead {
    background-color: #262f3d;
    color: white;
}

.boloRojo {
    list-style-image: url("../img/dot.png");
}

.bolos {
    width: 22px;
    height: 22px;
    margin: 2px;
}

.bolosM {
    width: 15;
    height: 15px;
    margin: 2px;
}

.filaSeleccionada {
    background-color: #eeeeee;
}

.table-striped>tbody>tr.filaSeleccionadaRojo:nth-child(odd)>td {
    background-color: #4CC2BF;
}

.ambito {
    cursor: hand;
    cursor: pointer;
    font-size: 17px;
    font-family: "Helvetica Neue LT";
    line-height: 42px;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: transparent;
}

.SELing,
.SELedu,
.SELeco,
.SELsal,
.SELcien,
.SELccss {
    cursor: hand;
    cursor: pointer;
    font-size: 17px;
    font-family: "Helvetica Neue LT";
    line-height: 42px;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
}

.filaSeleccionadaRojo {
    background-color: #4CC2BF !important;
}

.idSeleccionado {
    font-weight: bold;
}

.seleccionado {
    font-weight: bold;
}

.table .verticalText {
    text-align: center;
    vertical-align: middle;
    width: 20px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}


/*Block Headline*/

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2,
.headline h3,
.headline h4 {
    color: #585f69;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}

.headline h2 {
    font-size: 23px;
}

.headline-md h2 {
    font-size: 21px;
}

.headline-md {
    margin-bottom: 15px;
}


/*Purchase Block*/

.purchase {
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: inset 0 0 4px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.purchase p {
    margin-bottom: 0;
}

.purchase span {
    color: #666;
    display: block;
    font-size: 28px;
    font-weight: 200;
    line-height: 35px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.purchase a.btn-buy {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 22px;
    font-weight: bold;
    background: #72c02c;
    display: inline-block;
    text-decoration: none;
    padding: 12px 28px 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #51a00b;
}

.purchase a.btn-buy:hover {
    color: #fff;
    background: #68af28;
    text-decoration: none;
    box-shadow: 0 0 5px #c0c2c1;
}


/*Service*/

.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

.service:hover {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.service:hover i {
    color: #656565;
}

.service .desc {
    padding: 0 15px;
    overflow: hidden;
}

.service .desc h4 {
    font-size: 22px;
    line-height: 25px;
}

.service .service-icon {
    float: left;
    padding: 10px;
    color: #72c02c;
    font-size: 45px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service .service-icon.icon-cogs {
    font-size: 37px;
}

.service .service-icon.icon-plane {
    font-size: 43px;
}


/* Recent Work  */

.recent-work a {
    text-align: center;
    background: #fcfcfc;
    display: inline-block;
}

.recent-work a:hover {
    text-decoration: none;
}

.recent-work a:hover strong {
    color: #555;
}

.recent-work em.overflow-hidden {
    display: block;
}

.recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee;
}

.recent-work a strong {
    color: #555;
    display: block;
}

.recent-work a i {
    color: #777;
}

.recent-work a img {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.0) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
    border-bottom: solid 2px #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*Blockquote*/

blockquote p {
    font-size: 16px;
    font-weight: 200;
}

blockquote:hover {
    border-left-color: #72c02c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hero {
    padding: 18px;
    color: #000000;
    font-size: 16px;
    background: #e5e5e5;
    border-left: 4px solid #94c564;
    font-family: 'Open Sans', sans-serif;
}

.hero h1,
.hero p {
    text-shadow: 1px 1px 0 #fff;
}

.hero-unify p {
    font-size: 13px;
    line-height: 20px;
}


/* Work */

.work {
    margin-top: 6px;
}

.work .details {
    padding: 10px;
}

.work .caption {
    display: block;
    padding-top: 5px;
    color: #585f69 !important;
    font-size: 18px !important;
}

.work .caption:hover {
    cursor: pointer;
    color: #444 !important;
    text-decoration: underline;
}


/*Footer*/

.footer {
    color: #DADADA;
    margin-top: 0px;
    padding: 20px 0 0px;
    background: #262F3D;
}

.footer.margin-top-0 {
    margin-top: 0;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    text-shadow: none;
    font-weight: normal !important;
}

.footer p,
.footer a {
    font-size: 13px;
}

.footer p {
    color: #dadada;
}

.footer a {
    color: #72c02c;
}

.footer a:hover {
    color: #a8f85f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer h2,
.footer h3,
.footer h4 {
    color: #e4e4e4;
    background: none;
    text-shadow: none;
}


/*Footer Subsribe*/

.footer .footer-subsribe {
    width: 85%;
}


/*Blog Posts*/

.footer .blog-list {
    margin: 0;
    padding: 0;
    color: #dadada;
    list-style: none;
}

.footer .blog-list li {
    padding: 0 0;
    margin-bottom: 7px;
}

.footer .blog-list li span {
    color: #818488;
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
    border: none !important;
    background: none !important;
}

.footer .dl-horizontal a {
    color: #dadada;
}

.footer .dl-horizontal a:hover {
    color: #a8f85f !important;
}

.footer .dl-horizontal img {
    border-color: #888 !important;
}


/*Copyright*/

.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #505050;
    border-top: solid 1px #777;
}

.copyright p {
    color: #dadada;
}

.copyright p.copyright-space {
    margin-top: 12px;
}

.copyright a {
    margin: 0 5px;
    color: #72c02c;
}

.copyright a:hover {
    color: #a8f85f;
}


/*Page (Features)
------------------------------------*/


/*Thumbnail*/

a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.thumbnail-style {
    padding: 5px;
    margin-bottom: 20px;
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail-style h3 {
    margin: 5px 0 0 0;
}

.thumbnail-style h3 a {
    font-size: 20px;
}

.thumbnail-style h3 a:hover {
    color: #72c02c;
    text-decoration: none;
}

.thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 10px;
}

.thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #72c02c;
    display: inline-block;
}

.thumbnail-style a.btn-more:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #377500;
}

.thumbnail-style:hover a.btn-more {
    right: 10px;
}

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}


/*Servive Blocks*/

.servive-block .servive-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
    background: #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.servive-block .servive-block-in:hover {
    box-shadow: 0 0 8px #ddd;
}

.servive-block .servive-block-in h4 {
    line-height: 25px;
}

.servive-block .servive-block-in h4 a:hover {
    color: #72c02c;
    text-decoration: none;
}

.servive-block .servive-block-in:hover h4,
.servive-block .servive-block-in:hover i {
    color: #72c02c;
}

.servive-block .servive-block-in i {
    color: #565656;
    font-size: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.servive-block .servive-block-red {
    background: #ed1c24;
}

.servive-block .servive-block-sea {
    background: #1abc9c;
}

.servive-block .servive-block-blue {
    background: #3498db;
}

.servive-block .servive-block-grey {
    background: #959595;
    text-align: left;
}

.servive-block .servive-block-yellow {
    background: #f1c40f;
}

.servive-block .servive-block-orange {
    background: #e67e22;
}

.servive-block .servive-block-green {
    background: #2ecc71;
}

.servive-block .servive-block-colored i,
.servive-block .servive-block-colored p,
.servive-block .servive-block-colored h4,
.servive-block .servive-block-colored:hover i,
.servive-block .servive-block-colored:hover h4 {
    color: #fff;
}

.servive-block .servive-block-colored:hover {
    opacity: 0.8;
    box-shadow: none;
}


/*Service Alternative Block*/

.service-alternative .service:hover {
    background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 {
    color: #fff;
}


/*Servive Block Versions*/

.service-v1 h2 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 28px;
}

.service-v1 p {
    text-align: justify;
}


/*Posts*/

.posts .dl-horizontal {
    margin-bottom: 0;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt img {
    width: 60px;
    height: 60px;
    padding: 2px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    color: #72c02c;
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #72c02c;
    border-color: #72c02c !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*Breadcrumbs*/

.breadcrumbs {
    padding: 10px 0 6px;
    box-shadow: inset 0 0 4px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
    color: #686868;
    font-size: 26px;
    margin-top: 12px;
}

.breadcrumb {
    top: 9px;
    padding-right: 0;
    background: none;
    position: relative;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #72c02c;
    text-decoration: none;
}


/*Pegination*/

.pagination li a {
    color: #777;
    padding: 5px 15px;
}


/* Testimonials */

.testimonials {
    margin-bottom: 10px;
}

.testimonials .testimonial-info {
    color: #72c02c;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px;
}

.testimonials .testimonial-info span {
    top: 3px;
    position: relative;
}

.testimonials .testimonial-info em {
    color: #777;
    display: block;
    font-size: 13px;
}

.testimonials .testimonial-info img {
    width: 60px;
    float: left;
    height: 60px;
    padding: 2px;
    margin-right: 15px;
    border: solid 1px #ccc;
    border-radius: 50% !important;
}

.testimonials .testimonial-author {
    overflow: hidden;
}

.testimonials .carousel-arrow {
    top: -65px;
    position: relative;
}

.testimonials .carousel-arrow i {
    color: #777;
    font-size: 20px;
    padding: 2px 8px;
    background: #fafafa;
}

.testimonials .carousel-arrow i:hover {
    color: #fff;
    background: #72c02c;
}

.testimonials .carousel-control {
    opacity: 1;
    width: 100%;
    text-align: right;
    text-shadow: none;
    position: absolute;
}

.testimonials .carousel-control.left {
    right: 27px;
    left: auto;
}

.testimonials .carousel-control.right {
    right: 0px;
}

.testimonials.testimonials-v1 .item p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    position: relative;
    background: #fafafa;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -20px;
    display: block;
    position: absolute;
}

.testimonials.testimonials-v1 .item p:after {
    border-top: 22px solid #fafafa;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-right-style: inset;
    /*FF fixes*/
}

.testimonials.testimonials-v2 .testimonial-info {
    padding: 0 20px;
}

.testimonials.testimonials-v2 p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #fafafa;
    padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
    top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
    width: 0;
    height: 0;
    left: 8%;
    content: " ";
    bottom: 45px;
    display: block;
    position: absolute;
}

.testimonials.testimonials-v2 .item p:after {
    border-top: 20px solid #fafafa;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-right-style: inset;
    /*FF fixes*/
}


/*Tabs v1*/

.tab-v1 .nav-tabs {
    border: none;
    background: none;
    border-bottom: solid 2px #72c02c;
}

.tab-v1 .nav-tabs a {
    font-size: 14px;
    padding: 5px 15px;
}

.tab-v1 .nav-tabs>.active>a,
.tab-v1 .nav-tabs>.active>a:hover,
.tab-v1 .nav-tabs>.active>a:focus {
    color: #fff;
    border: none;
    background: #72c02c;
}

.tab-v1 .nav-tabs>li>a {
    border: none;
}

.tab-v1 .nav-tabs>li>a:hover {
    color: #fff;
    background: #72c02c;
}

.tab-v1 .tab-content {
    padding: 10px 0;
}

.tab-v1 .tab-content img {
    margin-top: 4px;
    margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
    margin-top: 7px;
}


/*Tabs v2*/

.tab-v2 .nav-tabs {
    border-bottom: none;
}

.tab-v2 .nav-tabs li a {
    padding: 9px 16px;
    background: none;
    border: none;
}

.tab-v2 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 2px #72c02c;
    border-bottom: none !important;
}

.tab-v2 .tab-content {
    padding: 10px 16px;
    border: solid 1px #eee;
}


/*Tabs v3*/

.tab-v3 .nav-pills li a {
    color: #262f3d;
    ;
    font-size: 15px;
    padding: 4px 8px;
    margin-bottom: 3px;
    background: #fafafa;
    border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
    color: #fff;
    background: #72c02c;
    border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
    width: 1.25em;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.tab-v3 .tab-content {
    padding: 15px;
    /*  background: #fafafa;
    border: solid 1px #eee;*/
}


/*Accardion v1*/

.acc-v1 .panel-heading {
    padding: 0;
    box-shadow: none;
}

.acc-v1 .panel-heading a {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    background: #fefefe;
}

.acc-icon a.accordion-toggle i {
    color: #585f69;
    margin-right: 8px;
}

.acc-icon a.accordion-toggle:hover i {
    color: #39414c;
}


/*Carousel v1*/

.carousel-v1 .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
    color: #fff;
    margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
    opacity: 1;
    font-size: 30px;
    height: inherit;
    width: inherit;
    background: none;
    text-shadow: none;
    position: inherit;
}

.carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: 0.6;
    background: #000;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute;
}

.carousel-v1 .carousel-arrow a i:hover {
    opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
    left: 0;
}

.carousel-v1 .carousel-arrow a.right i {
    right: 0;
}


/*About Page
------------------------------------*/

.team ul.team-socail {
    text-align: right;
}

.team ul.team-socail li {
    padding: 0 !important;
    margin: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
    text-decoration: none;
}

.team ul.team-socail li i {
    color: #aaa;
    padding: 3px;
    min-width: 30px;
    font-size: 20px;
    text-align: center;
    background: #f7f7f7;
    display: inline-block;
}

.team ul.team-socail li i:hover {
    color: #fff;
    background: #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
    padding: 12px;
}

.team .thumbnail-style small {
    display: block;
    font-size: 12px;
}

.team .thumbnail-style h3 {
    margin-bottom: 10px;
}

.team .thumbnail-style:hover h3 a {
    color: #72c02c !important;
}


/*Gallery Page
------------------------------------*/

.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none;
}

.gallery-page .thumbnails {
    margin-bottom: 6px;
}


/*Privacy Page
------------------------------------*/

.privacy a {
    text-decoration: underline;
}

.privacy a:hover {
    color: #72c02c;
    text-decoration: none;
}


/*Portfolio Item Page v1
------------------------------------*/

.portfolio-item h2 {
    color: #555;
    font-size: 24px;
    margin: 0 0 15px;
}

.portfolio-item li {
    padding: 3px 0;
}

.portfolio-item p a {
    text-decoration: underline;
}

.portfolio-item p a:hover {
    text-decoration: none;
}


/*Portfolio Item v1*/

.portfolio-item1 ul {
    margin: 10px 0 20px;
}

.portfolio-item1 li {
    font-size: 16px;
    margin-bottom: 3px;
}

.portfolio-item1 li i {
    font-size: 18px;
    margin-right: 4px;
}


/*Sidebar Features
------------------------------------*/


/*Blog Tags*/

ul.blog-tags li {
    display: inline-block;
}

ul.blog-tags a {
    font-size: 13px;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0;
    display: inline-block;
}

ul.blog-tags a i {
    color: #666;
}

ul.blog-tags a:hover {
    background: #72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*Blog Photo Stream*/

.blog-photos li {
    display: inline;
}

.blog-photos li img {
    opacity: 0.6;
    width: 58px;
    height: 58px;
    margin: 0 2px 8px;
}

.blog-photos li img:hover {
    opacity: 1;
    box-shadow: 0 0 0 2px #72c02c;
}


/*Blog Latest Tweets*/

.blog-twitter .blog-twitter-inner {
    padding: 10px;
    position: relative;
    background: #fafafa;
    margin-bottom: 15px;
    border-top: solid 2px #eee;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
    border-top: 15px solid #f0f0f0;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-right-style: inset;
    /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-bottom-style: inset;
    /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
    border-color: #72c02c;
    border-top-color: #72c02c;
}

.blog-twitter .blog-twitter-inner:hover:after {
    border-top-color: #72c02c;
}

.blog-twitter .blog-twitter-inner span {
    color: #777;
    display: block;
    font-size: 11px;
}

.blog-twitter .blog-twitter-inner a {
    color: #72c02c;
    text-decoration: none;
}

.blog-twitter .blog-twitter-inner a:hover {
    text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.icon-twitter {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}


/*Choose Block*/

.who li {
    margin-bottom: 6px;
}

.who li i {
    top: 2px;
    color: #72c02c;
    font-size: 18px;
    margin-right: 8px;
    position: relative;
}

.who li:hover i,
.who li:hover a {
    color: #777;
}

.who li:hover a:hover {
    text-decoration: none;
}


/*Sidebar Menu
------------------------------------*/


/*Sidebar Menu v1*/

.sidebar-nav-v1 li {
    padding: 0;
}

.sidebar-nav-v1 li a {
    display: block;
    padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
    text-decoration: none;
}

.sidebar-nav-v1 li.active,
.sidebar-nav-v1 li.active:hover {
    background: #f5f5f5;
    border-color: #ddd;
}

.sidebar-nav-v1 li.active a {
    color: #555;
}

.sidebar-nav-v1 span.badge {
    margin-top: 10px;
    margin-right: 10px;
}

.sidebar-nav-v1 span.badge-green {
    background: #2ecc71;
}

.sidebar-nav-v1 span.badge-red {
    background: #e74c3c;
}

.sidebar-nav-v1 span.badge-blue {
    background: #3498db;
}

.sidebar-nav-v1 span.badge-sea {
    background: #1abc9c;
}


/*Tag Boxes
------------------------------------*/

.tag-box {
    padding: 20px;
    margin-bottom: 30px;
}

.tag-box h2 {
    font-size: 20px;
    line-height: 25px;
}

.tag-box p {
    margin-bottom: 0;
}


/*Tag Boxes v1*/

.tag-box-v1 {
    border: solid 1px #eee;
    border-top: solid 2px #72c02c;
}


/*Tag Boxes v2*/

.tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #72c02c;
}


/*Tag Boxes v3*/

.tag-box-v3 {
    border: solid 2px #eee;
}


/*Tag Boxes v4*/

.tag-box-v4 {
    border: dashed 1px #bbb;
}


/*Tag Boxes v5*/

.tag-box-v5 {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc;
}

.tag-box-v5 span {
    color: #555;
    font-size: 28px;
    margin-bottom: 0;
}


/*Tag Boxes v6*/

.tag-box-v6 {
    background: #fafafa;
    border: solid 1px #eee;
}


/*Tag Boxes v7*/

.tag-box-v7 {
    border: solid 1px #eee;
    border-bottom: solid 2px #72c02c;
}


/*Panels (Portlets)
------------------------------------*/


/*Panel Table*/

.panel .table {
    margin-bottom: 0;
}


/*Panel Blue*/

.panel-blue {
    border-color: #3498db;
}

.panel-blue>.panel-heading {
    color: #fff;
    background: #3498db;
}


/*Panel Red*/

.panel-red {
    border-color: #262f3d;
}

.panel-red>.panel-heading {
    color: #fff;
    background: #262f3d;
}


/*Panel Green*/

.panel-green {
    border-color: #2ecc71;
}

.panel-green>.panel-heading {
    color: #fff;
    background: #2ecc71;
}


/*Panel Sea*/

.panel-sea {
    border-color: #1abc9c;
}

.panel-sea>.panel-heading {
    color: #fff;
    background: #1abc9c;
}


/*Panel Orange*/

.panel-orange {
    border-color: #e67e22;
}

.panel-orange>.panel-heading {
    color: #fff;
    background: #e67e22;
}


/*Panel Yellow*/

.panel-yellow {
    border-color: #f1c40f;
}

.panel-yellow>.panel-heading {
    color: #fff;
    background: #f1c40f;
}


/*Panel Grey*/

.panel-grey {
    border-color: #95a5a6;
}

.panel-grey>.panel-heading {
    color: #fff;
    background: #8F8F8F;
}


/*Promo Page
------------------------------------*/


/*Slider Part*/

.fullwidthbanner-container.slider-promo {
    max-height: 460px !important;
}

.slider-promo-info-bg {
    padding: 25px 20px 20px;
    background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: 0 !important;
}

.slider-promo-info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}


/*Promo Box*/

.promo-box {
    padding: 20px;
    margin: 25px 0 20px;
    text-align: center;
}

.promo-box i {
    display: block;
    font-size: 50px;
}

.promo-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
    color: #555;
    font-size: 20px;
    display: block;
    margin: 20px 0 15px;
    font-weight: 200;
}

.promo-box:hover strong,
.promo-box:hover strong a {
    color: #e74c3c;
}


/*Promo Service*/

.promo-service {
    margin-bottom: 20px;
}

.promo-service a.btn-u {
    margin: 0 20px 10px 0;
}


/*Promo Elements*/

.title-box {
    margin: 20px 0;
    padding: 40px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
    color: #555;
    display: block;
    font-size: 35px;
    font-weight: 200;
}

.block-blockquote {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc;
}

.block-blockquote-inner {
    padding: 15px;
}

.block-blockquote p {
    font-size: 26px;
    margin-bottom: 0;
}


/*Info Blocks*/

.info-blocks {
    margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
    color: #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.info-blocks i.icon-info-blocks {
    float: left;
    color: #777;
    font-size: 30px;
    margin-top: 5px;
    min-width: 50px;
    text-align: center;
}

.info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
    color: #555;
    font-size: 20px;
    line-height: 28px;
}

.info-blocks .info-blocks-in p {
    font-size: 12px;
}