@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);



/* #PAGE STYLES */

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preload.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}



/* #Navigation
================================================== */

body,
html {
    overflow: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -ms-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
}

section {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

article {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
}

article i {
    position: relative;
    font-size: 30px;
    margin-top: 100px !important;
    display: inline-block !important;
    color: #fff;
}

article i:before {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block !important;
    line-height: 100px;
}



article .cnt {
    text-align: left;
    line-height: 24px;
    font-size: 20px;
}

.off {
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}



#menu-wrap {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, .9);
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .04);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .04);
}


.logo {
    position: absolute;
    background: url('../img/oriunda_logo.png') no-repeat center center;
    background-size: 102px auto;
    width: 158px;
    left: 50%;
    margin-left: -80px;
    top: 0px;
    height: 102px;
    z-index: 1002;
}


.menu-collapser {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 48px;
    padding-top: 70px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.collapse-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    width: 40px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 18px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.collapse-button:hover,
.collapse-button:focus {
    background-color: #040404;
    color: #FFF;
}

.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
    text-align: center;
    margin-top: 90px;
}

ul.slimmenu li {
    position: relative;
    display: inline-block;
}

ul.slimmenu>li {}

ul.slimmenu>li:first-child {
    border-left: 0
}

ul.slimmenu>li:last-child {
    margin-right: 0
}

ul.slimmenu li a {
    display: block;
    color: #292929;
    padding: 10px 0px;
    margin: 0px 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(29, 29, 29, 0);
    font-size: 12px;
    background-size: 0 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

ul.slimmenu li a:hover {
    border-bottom: 4px solid #28a7df;
    text-decoration: none;
}

ul.slimmenu li .sub-collapser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

ul.slimmenu li .sub-collapser>i {
    color: #333;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}

ul.slimmenu li ul li {
    background-color: #BBB
}

ul.slimmenu li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}

ul.slimmenu li>ul>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul.slimmenu.collapsed {
    padding: 0;
    margin: 0;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}

ul.slimmenu.collapsed li>ul {
    display: none;
    position: static;
}



/* #Home
================================================== */

#home {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}




/* #Video
================================================== */


#video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

#video_pattern {
    background-color: #000;
    position: absolute;
    opacity: 0.3;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rotator {
    z-index: 100;
}

.slidecontent {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50px;
    text-align: center;
    z-index: 100;
}

.slidecontent h1 {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 70px;
    margin-top: 20px;
    padding: 0;
    color: #fff;
    line-height: 65px;
}

.slidecontent .headersur {
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: 'Lato', sans-serif;
    color: #fff;
    display: block;
    font-weight: 400;
}




















.link-to-right {
    position: absolute;
    top: 200px;
    right: 0;
    height: 50px;
    width: 60px;
    z-index: 200000;
    overflow: hidden;
}

.link-to-right h6 {
    width: 100%;
    text-align: left;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    background: url('../images/right-arrow.png') no-repeat bottom left;
    padding-bottom: 25px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.link-to-right:hover h6 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.link-to-right h4 {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0;
}

.link-to-right:hover h4 {
    right: 0;
    opacity: 1;
}



.link-to-left {
    position: absolute;
    top: 200px;
    left: -120px;
    height: 50px;
    width: 180px;
    z-index: 200000;
    overflow: hidden;
}

.link-to-left h6 {
    width: 100%;
    text-align: right;
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    background: url('../images/left-arrow.png') no-repeat bottom right;
    padding-bottom: 25px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.link-to-left:hover h6 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.link-to-left h4 {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    text-align: right;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}

.link-to-left:hover h4 {
    left: 0;
    opacity: 1;
}

.subtext {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #C0C0C0;
    padding-bottom: 20px;
}

.line-separator {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed rgba(60, 60, 60, .1);
    margin-bottom: 40px;
    padding-bottom: 40px;
}


/* #About Us
================================================== */
#about {
    overflow-y: auto;
}

#about h1 {
    padding-top: 180px;
    padding-bottom: 20px;
    color: #474747;
}

#about h1 span {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #28a7df;
    vertical-align: text-top;
    color: #28a7df;
}



.process {
    position: relative;
    width: 100%;
}

.process .border-wrap {
    position: relative;
    border: 10px double rgba(0, 0, 0, 0.03);
}

.process img {
    width: 100%;
    height: auto;
    display: block;
}

.process h5 {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: right;
}

.process h5 span {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid rgba(60, 60, 60, .7);
    color: rgba(60, 60, 60, .7);
    vertical-align: text-top;
}

.process p {
    text-align: right;
    color: #474747;
}

#owl-demo {
    position: relative;
    width: 100%;
}

#owl-demo1 {
    position: relative;
    width: 100%;
}

.team-wrap {
    position: relative;
    width: 100%;
}

.team-wrap .border-wrap {
    position: relative;
}

.team-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.team-wrap h5 {
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: left;
}

.team-wrap h5 span {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid rgba(60, 60, 60, .7);
    color: rgba(60, 60, 60, .7);
    vertical-align: text-top;
    text-transform: none;
    padding-bottom: 4px;
}

.team-wrap p {
    text-align: left;
    color: #4d4d4d;
}

.subtext-team {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    color: rgba(60, 60, 60, .7);
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 25px;
    font-style: italic;
}




.social-team {
    position: relative;
    padding-top: 30px;
    height: 40px;
    text-align: left;
}

.team-social li {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    border-right: 1px solid rgba(60, 60, 60, .2);
}

.team-social li:last-child {
    border-right: none;
}

.team-social li.icon-team a {
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    color: #4d4d4d;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-social li:hover {}

.team-social li:hover.icon-team a {
    color: #000;
    opacity: 1;
}





/* #Services
================================================== */
#services {
    overflow-y: auto;
}

#services h1 {
    padding-top: 180px;
    padding-bottom: 20px;
}

#services h1 span {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #000;
    vertical-align: text-top;
}

.border-left-ser {
    border-left: 1px dashed rgba(60, 60, 60, .3);
}

.border-left-ser li {
    padding-left: 20px;
}



#sync1 .item {
    position: relative;
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
}

#sync1 .item img {
    width: 200px;
    height: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#sync1 .item h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#sync1 .item p {
    text-align: center;
}

#sync1 .item a {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    margin: 0 auto;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: .8em;
}

#sync1 .item a:hover,
#sync1 .item a:focus {
    outline: none;
}

#sync1 .item .cl-effect-7 a {
    padding: 6px 0;
}

#sync2 .item {
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

#sync2 .item img {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    display: block;
    border: 1px double rgba(255, 255, 255, .2);
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#sync2 .synced .item img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#sync2 .item img:hover {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.services-offers {
    position: relative;
    width: 100%;
}

.line-separator-ser {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.services-offers img {
    height: 60px;
}

.services-offers h5 {
    text-align: left;
}

.services-offers p {
    text-align: left;
    color: #4d4d4d;
}

.services-offers h5 span {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(60, 60, 60, .7);
    vertical-align: text-top;
    text-transform: none;
    padding-bottom: 4px;
    padding-left: 50px;
}

.background-ser1 {
    background: url('../images/ser1.png') no-repeat left center;
    background-size: 30px 30px;
}

.background-ser2 {
    background: url('../images/ser2.png') no-repeat left center;
    background-size: 30px 30px;
}

.background-ser3 {
    background: url('../images/ser3.png') no-repeat left center;
    background-size: 30px 30px;
}



#owl-demo2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#owl-demo2 img {
    width: 200px;
    display: block;
    margin: 50px auto;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#owl-demo2 img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}



/* #Portfolio
================================================== */

#folio {
    overflow-y: auto;
    width: 100%;
}

#folio h1 {
    padding-top: 180px;
    padding-bottom: 20px;
}

#folio h1 span {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #28a7df;
    vertical-align: text-top;
    color: #28a7df;
}

#portfolio {
    position: relative;
    width: 100%;
    max-width: 2000px;
    overflow: hidden;
    z-index: 2;
}

.portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.portfolio-box {
    position: relative;
    width: 25%;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.portfolio-box img {
    width: 100%;
    height: auto;
    display: block;
}

.portfolio-box .folio-mask1 {
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 10;
    opacity: .9;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-box:hover .folio-mask1 {
    left: 0;
}

.portfolio-box .folio-mask2 {
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 10;
    opacity: .9;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-box:hover .folio-mask2 {
    right: 0;
}

.portfolio-box h6 {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: -30px;
    z-index: 20;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-box:hover h6 {
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}

.portfolio-box p {
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    position: absolute;
    margin-bottom: -40px;
    opacity: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-box:hover p {
    opacity: 1;
    bottom: 50%;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}

.portfolio-box p span {
    border-top: 1px solid rgba(255, 255, 255, .7);
    padding-top: 10px;
}




/* #Contact
================================================== */


#contact {
    overflow-y: auto;
    width: 100%;
}

#contact h1 {
    padding-top: 180px;
    padding-bottom: 20px;
}

#contact h1 span {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #28a7df;
    vertical-align: text-top;
    color: #28a7df;
}

#ajax-form {
    width: 100%;
    font: 14px/22px 'Open Sans', sans-serif;
    color: #7a7a7a;
    margin: 0 auto;
}

label {
    display: block;
    font: 15px/34px 'Open Sans', sans-serif;
}

input {
    width: 96%;
    border: none;
    margin-bottom: 10px;
    font: 13px/22px 'Open Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

textarea {
    width: 96%;
    font: 13px/22px 'Open Sans', sans-serif;
    height: 120px;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

.error {
    font: 16px/22px 'Open Sans', sans-serif;
    display: none;
    color: #28a7df;
}

#ajaxsuccess {
    background: #f5f5f5;
    color: #000;
    font: 20px/60px 'Open Sans', sans-serif;
    height: 60px;
    display: none;
    padding-left: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#ajaxsuccess-trabajo {
    background: #f5f5f5;
    color: #000;
    font: 20px/60px 'Open Sans', sans-serif;
    height: 60px;
    display: none;
    padding-left: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#button-con {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

#button-con button {
    width: 100%;
    height: 40px;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    background: #28a7df;
    text-transform: uppercase;
}

#adjuntar-cv-trabajo {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

#adjuntar-cv-trabajo button {
    width: 100%;
    height: 40px;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    background: #28a7df;
    text-transform: uppercase;
}
.button2 {
    background: rgba(0, 0, 0, 0.4) !important;
    color: #FFFFFF;
}
.button2:hover {
    background: rgba(0, 0, 0, 0.4) !important;
    color: #FFFFFF;
}
.text-align-center {
    text-align: center;
    padding-top: 10px;
}

#ajax-form textarea:active,
#ajax-form input:active {
    color: #333333;
    border-bottom: 1px solid rgba(100, 100, 100, .3);
}

#ajax-form textarea:active,
#ajax-form input:hover {
    color: #333333;
    border-bottom: 1px solid rgba(100, 100, 100, .3);
}

#ajax-form textarea,
#ajax-form input {
    color: #333333;
    border-bottom: 1px solid rgba(100, 100, 100, .3);
}

#ajax-form input[type="text"] {
    padding-left: 2%;
    padding-right: 2%;
}

#ajax-form input[type="text"],
textarea {
    padding-left: 2%;
    padding-right: 2%;
}


/* #Blog
================================================== */


#blog {
    overflow-y: auto;
    width: 100%;
}

#blog h1 {
    padding-top: 180px;
    padding-bottom: 20px;
}

#blog h1 span {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #28a7df;
    vertical-align: text-top;
    color: #28a7df;
}

.blog-wrap {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-wrap img {
    width: 100%;
    height: auto;
}

.blog-wrap li {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}


.blog-wrap li:last-child {
    border-bottom: 1px dashed rgba(60, 60, 60, .05);
}

.blog-wrap li h6 {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 10px;
}

.blog-wrap li a h6 {
    color: rgba(60, 60, 60, .9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.blog-wrap li a h6:hover {
    color: rgba(60, 60, 60, .5);
}

.blog-wrap li p {
    text-align: left;
    padding-top: 10px;
}

.blog-wrap li p a {
    color: rgba(60, 60, 60, .9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.blog-wrap li p a:hover {
    color: rgba(60, 60, 60, .5);
}

.video-wrap {
    width: 100%;
}

iframe {
    width: 100%;
}







/* #Footer
================================================== */


.footer {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.footer h6 {
    text-align: center;
    padding-bottom: 20px;
}

.footer p {
    text-align: center;
    color: #000;
    padding-bottom: 8px;
    font-size: .9em;
}

.footer p span {
    color: rgba(60, 60, 60, .7);
}

.footer .icon-footer {
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 10px;
    color: #000;
}

.border-right-footer {
    border-right: 1px dashed rgba(60, 60, 60, .3);
}

.padding-left {
    padding-left: 0;
}

.cl-effect-7 a {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: .6em;
    padding: 3px 0;
    color: #000;
    text-shadow: none;
}

.cl-effect-7 a span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(60, 60, 60, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cl-effect-7 a:hover span {
    border-bottom: 1px solid rgba(60, 60, 60, .6);
}

.cl-effect-7 a:hover,
.cl-effect-7 a:focus {
    outline: none;
}


.facebook-color {
    color: #3b5998;
}

.twitter-color {
    color: #00aced;
}

.google-color {
    color: #dd4b39;
}

.vimeo-color {
    color: #aad450;
}


.footer .footer-bottom {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed rgba(60, 60, 60, .1);
}

.footer .footer-bottom p {
    text-align: center;
}

.footer .footer-bottom img {
    width: 90px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
}




/* #Media Queries
================================================== */


@media only screen and (max-width: 800px) {
    h1 {
        font-size: 40px;
        line-height: 80px;
    }

    #menu-wrap {
        padding-top: 70px;
    }

    .link-to-right {
        display: none;
    }

    .link-to-left {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .slidecontent {
        top: 55%;
    }

    .slidecontent h1 {
        font-size: 40px;
        margin-top: 10px;
        line-height: 40px;
    }

    .slidecontent .headersur {
        font-size: 16px;
    }

    .portfolio-box {
        width: 50%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slidecontent {
        top: 55%;
    }

    .slidecontent h1 {
        font-size: 30px;
        margin-top: 0;
        line-height: 30px;
    }

    .slidecontent .headersur {
        font-size: 14px;
    }

    .process h5 {
        padding-top: 0;
        text-align: center;
    }

    .process p {
        text-align: center;
    }

    .team-wrap h5 {
        padding-top: 20px;
        text-align: center;
    }

    .team-wrap p {
        text-align: center;
    }

    .subtext-team {
        text-align: center;
    }

    .social-team {
        text-align: center;
    }

    .footer h6 {
        text-align: center;
    }

    .footer p {
        text-align: center;
    }

    .cl-effect-7 a {
        text-align: center;
    }

    .padding-left {
        padding-left: 0;
    }

    .border-right-footer {
        border-right: none;
    }

    .portfolio-box {
        width: 50%;
    }

    .blog-wrap li h6 {
        text-align: center;
        padding-top: 20px;
    }

    .blog-wrap li p {
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .slidecontent {
        top: 55%;
    }

    .slidecontent h1 {
        font-size: 24px;
        margin-top: 0;
        line-height: 24px;
    }

    .slidecontent .headersur {
        font-size: 13px;
    }

    .process h5 {
        padding-top: 0;
        text-align: center;
    }

    .process p {
        text-align: center;
    }

    .team-wrap h5 {
        padding-top: 20px;
        text-align: center;
    }

    .team-wrap p {
        text-align: center;
    }

    .subtext-team {
        text-align: center;
    }

    .social-team {
        text-align: center;
    }

    .footer h6 {
        text-align: center;
    }

    .footer p {
        text-align: center;
    }

    .cl-effect-7 a {
        text-align: center;
    }

    .padding-left {
        padding-left: 0;
    }

    .border-right-footer {
        border-right: none;
    }

    .portfolio-box {
        width: 100%;
    }

    .blog-wrap li h6 {
        text-align: center;
        padding-top: 20px;
    }

    .blog-wrap li p {
        text-align: center;
    }

    .nosotros-experiencia {
        margin-top: 10px !important;
    }

    .bolsa-de-trabajo {
        float: none !important;
    }
}

@media only screen and (max-width: 319px) {
    .slidecontent {
        top: 55%;
    }

    .slidecontent h1 {
        font-size: 18px;
        margin-top: 0;
        line-height: 18px;
    }

    .slidecontent .headersur {
        font-size: 10px;
    }

    .process h5 {
        padding-top: 0;
        text-align: center;
    }

    .process p {
        text-align: center;
    }

    .team-wrap h5 {
        padding-top: 20px;
        text-align: center;
    }

    .team-wrap p {
        text-align: center;
    }

    .subtext-team {
        text-align: center;
    }

    .social-team {
        text-align: center;
    }

    .footer h6 {
        text-align: center;
    }

    .footer p {
        text-align: center;
    }

    .cl-effect-7 a {
        text-align: center;
    }

    .padding-left {
        padding-left: 0;
    }

    .border-right-footer {
        border-right: none;
    }

    .portfolio-box {
        width: 100%;
    }

    .blog-wrap li h6 {
        text-align: center;
        padding-top: 20px;
    }

    .blog-wrap li p {
        text-align: center;
    }

    .nosotros-experiencia {
        margin-top: 10px !important;
    }

    .bolsa-de-trabajo {
        float: none !important;
    }
}

.sixteen h4 {
    color: #474747;
}

.eight h5 {
    color: #474747;
}

.vision,
.nosotros-experiencia span {
    color: #28a7df !important;
}

.nosotros-experiencia {
    font-size: 26px;
    margin-top: 50%;
    line-height: 30px;
    font-weight: 500;
}

.nosotros2 {
    color: #28a7df !important;
    font-size: 28px !important;
    border-bottom: 0 !important;
    vertical-align: baseline !important;
}

.bolsa-de-trabajo {
    float: right ;
    width:98px !important;
}

.bolsa-trabajo-text {
    border-left: 1px dashed #C9C9C9 !important;
    padding-left: 20px;
}

.header-logo {
    background : url('../img/oriunda_blanco.png') no-repeat center center !important;
    background-size: 102px auto !important;
}

.header-color-red {
    background : #28a7df !important;
}

.header-color-red ul.slimmenu li a {
    color : #FFFFFF !important;
}

.header-color-red ul.slimmenu li a:hover {
    border-bottom: 4px solid #FFFFFF !important;
}

.text-nosotros {
    font-size: 17px;
}

.pagination {
    text-align: center;
    display: block;
    margin-top: 0;
}
.pagination li {
    display: inline-block;
    margin-top: 7px;
}
.pagination li.active a {
    background: #28a7df;
    border-color: #28a7df;
    color: #fff;
}
.pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    margin-top: 5px;
    color: #232323;
    font-weight: 800;
    background-color: #fff;
    border: 1px solid #dee2e6;
}