html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* LINK */
a,
a:hover {
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;

}

button:hover {
    opacity: .8;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

button:focus {
    outline: 0;
}

.with-separation-top,
.with-separation-bottom {
    position: relative;
}

.with-separation-bottom:after {
    content: "";
    background-image: url("images/breaker.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 90px;
}

.with-separation-top:before {
    content: "";
    background-image: url("images/breaker-bottom3.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}

::selection {
    color: #FFF;
}

::-moz-selection {
    color: #FFF;
}

/* SCROLL TOP */
#scroll-top {
    position: fixed;
    right: 42px;
    display: none;
    bottom: 120px;
    z-index: 5;
    font-size: 2em;
    color: rgba(50, 50, 50, .6);
    background: rgba(186, 220, 255, 0.8);
    padding: 0 10px;
    border-radius: 40%;
}

#scroll-top:hover {
    color: rgba(50, 50, 50, 1);
    background: rgba(255, 255, 255, 1);
}

/*PAGE LOADER*/
#loader {
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
}

#loading-logo {
    position: relative;
    top: 50%;
    margin: 0 auto;
}

/*BOXED LAYOUT*/

body.boxed #page #navigation {
    width: 100%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HEADER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#header,
#header a {
    color: #FFF;

}

#header {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    font-size: 1em;

}

#header-canvas {

    position: relative;
    z-index: 3;
}

#header-slider {
    width: 100%;
    height: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#header-slider img {
    width: 100%;
    height: 100%;
}

#sliderPrev,
#sliderNext {
    font-size: 2em;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 4;
    opacity: .4;
}

#sliderPrev:hover,
#sliderNext:hover {
    opacity: 1;
}

#sliderPrev {
    left: 50px;
}

#sliderNext {
    right: 50px;
}

#header {
    max-height: 480px;
}

#header.big {
    min-height: 420px;
}

/*HEADER VIDEO*/
#header-video {
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#header-video video {
    width: 100% !important;
}

/* TOP NAVIGATION */
#top-navigation ul {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 6;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(0, 234, 255, .4);
}

#top-navigation ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, .2);
    opacity: .8;
    position: relative;
}

#top-navigation ul li:first-child {
    border-left: none;
}

#top-navigation ul li:hover {
    opacity: 1;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#top-navigation ul li em {
    padding: 0 8px 0 8px;
}

#top-navigation ul li.menu-item-has-children ul {
    display: none;
}

#top-navigation ul.sub-menu {
    position: absolute;
    right: -15px;
    border-bottom: 0;
    width: 220px;
    top: 30px;
    z-index: 4;
}

#top-navigation ul.sub-menu.open {
    display: block;
    z-index: 4;
}

#top-navigation ul.sub-menu li {
    font-weight: normal;
    line-height: 20px;
    opacity: 1;
}

#top-navigation span.navigation-social {
    padding-right: 6px;
}

/* SEARCHFORM */
#header #search-container {
    display: none;
}

#header #search-container.clicked {
    display: inline-block;
}

#header #search-toggle {
    display: inline-block;
}

#header #search-toggle i:before {
    content: "\f002";
}

#header #search-toggle.clicked i:before {
    content: "\f00d";
}

#header #search-container input,
#header #search-container button {
    background: transparent;
    border: 0;
    padding: 0;
}

#header #search-container button:hover {
    opacity: .6;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

/* MENU */
#navigation {
    position: fixed;
    z-index: 3;
    top: 60px;
    width: 100%;
    font-family: "Arimo", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#left-navigation {
    text-align: right;
    padding-left: 0;
    position: relative;
    display: block;
    width: 42%;
    float: left;
}

#right-navigation {
    text-align: left;
    padding-left: 0;
    position: relative;
    display: block;
    width: 42%;
    float: left;
}

#navigation ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
    padding: 10px 0 16px 0;
    text-align: center;
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

#navigation ul li a i.fa {
    padding-right: 6px;
}

#navigation ul li a:after {
    color: aqua;
    text-decoration: none;
    content: attr(data-description);
    font-size: 12px;
    display: block;
    line-height: 0;
    margin: 10px 0 -3px;
    text-align: center;
    text-transform: none;
}

#navigation ul li a:hover,
#navigation ul li a:hover:after {
    color: aqua;
    text-decoration: none;

}

/* SUBMENU */
#navigation ul.sub-menu .menu-item-has-children {
    position: relative;
}

#navigation ul.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    width: 250px;
    padding-left: 0;
    z-index: 4;


}

#navigation ul.sub-menu.open {
    display: block;
    z-index: 4;
}

#navigation ul.sub-menu li,
#top-navigation ul.sub-menu li {
    position: relative;
    text-shadow: none;
    margin: 0;

    text-align: left;
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid;
}

#navigation ul.sub-menu li:last-child,
#navigation ul.sub-menu li:last-child:hover,
#top-navigation ul.sub-menu li:last-child,
#top-navigation ul.sub-menu li:last-child:hover {
    border-bottom: 0;
}

#navigation ul.sub-menu li a,
#top-navigation ul.sub-menu li a {
    text-transform: inherit;
    font-size: 0.8em;
    width: 100%;
    line-height: 1.1em;
    display: block;
    margin: 0;
    padding: 12px 10px 10px 10px;
}

#navigation ul.sub-menu li a:hover,
#top-navigation ul.sub-menu li a:hover {
    opacity: 1;
}

#navigation ul.sub-menu li:hover,
#top-navigation ul.sub-menu li:hover {
    border-bottom: 1px solid;
}

#navigation ul.sub-menu li:hover:after {
    border: 0;
    border-color: transparent;
}

/* LANGUAGE SWITCHER IN MAIN MENU */
#navigation ul li.language-switcher {
    border-bottom: 0 !important;
}

#navigation ul li.language-switcher:after {
    border: 0 !important;
}

#navigation ul li.language-switcher a {
    top: -10px;
    position: relative;
}

/* LOGO */
a#logo-navigation {
    text-align: center;
    display: block;
    width: 15%;
    padding-bottom: 5px;
    position: relative;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

a#logo-navigation:hover {
    opacity: .5;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#logo-navigation span {
    opacity: .9;
    position: absolute;
    font-size: .9em;
    bottom: -12px;
    display: block;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    width: 100%;

}


/* LOGO2 */
a#logo-navigationes {
    text-align: center;
    display: block;
    width: 15%;
    padding-bottom: 5px;
    position: relative;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

a#logo-navigationes:hover {
    opacity: .5;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#logo-navigationes span {
    opacity: .9;
    position: absolute;
    font-size: .9em;
    bottom: -12px;
    display: block;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    width: 100%;

}

/* LOGO3 */
a#logo-navigationesrun {
    text-align: center;
    display: block;
    width: 15%;
    padding-bottom: 5px;
    position: relative;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

a#logo-navigationesrun:hover {
    opacity: .5;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#logo-navigationesrun span {
    opacity: .9;
    position: absolute;
    font-size: .9em;
    bottom: -12px;
    display: block;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    width: 100%;

}
/* LOGO4 */
a#logo-navigationesbio {
    text-align: center;
    display: block;
    width: 15%;
    padding-bottom: 5px;
    position: relative;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

a#logo-navigationesbio:hover {
    opacity: .5;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#logo-navigationesbio span {
    opacity: .9;
    position: absolute;
    font-size: .9em;
    bottom: -12px;
    display: block;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    width: 100%;

}
/* LOGO2 */
a#logo-navigationesbike {
    text-align: center;
    display: block;
    width: 15%;
    padding-bottom: 5px;
    position: relative;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}

a#logo-navigationesbike:hover {
    opacity: .5;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#logo-navigationesbike span {
    opacity: .9;
    position: absolute;
    font-size: .9em;
    bottom: -12px;
    display: block;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    width: 100%;

}

/* NAVIGATION FIXED*/
#navigation.navigation-fixed {
    background: #FFF;
    z-index: 100;
    top: 0;
    height: 56px;
}

#navigation.navigation-fixed:before {
    content: "";
    background-image: url("images/breaker-bottom.svg");
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center top;
    position: absolute;
    top: 50px;
    z-index: 0;
    width: 100%;
    height: 65px;
}

#navigation.navigation-fixed #logo-navigation span {
    display: none;
}

#navigation.navigation-fixed a#logo-navigation {
    top: 0;
}

#navigation.navigation-fixed #logo-navigationes span {
    display: none;
}

#navigation.navigation-fixed a#logo-navigationes {
    top: 0;
}

#navigation.navigation-fixed #logo-navigationesrun span {
    display: none;
}

#navigation.navigation-fixed a#logo-navigationesrun {
    top: 0;
}
#navigation.navigation-fixed #logo-navigationesbio span {
    display: none;
}

#navigation.navigation-fixed a#logo-navigationesbio {
    top: 0;
}

#navigation.navigation-fixed #logo-navigationesbike span {
    display: none;
}

#navigation.navigation-fixed a#logo-navigationesbike {
    top: 0;
}

#navigation.navigation-fixed #left-navigation,
#navigation.navigation-fixed #right-navigation {
    margin-bottom: 0;
}

#navigation.navigation-fixed ul li {
    padding: 0;
    line-height: 55px;
}

#navigation.navigation-fixed ul.sub-menu li {
    line-height: 26px;
}

#navigation.navigation-fixed ul li {
    text-shadow: none;
}

#navigation.navigation-fixed ul li a:after {
    display: none;
}

#navigation.navigation-fixed ul.sub-menu li a,
#navigation.navigation-fixed ul li.current-menu-item a,
#navigation.navigation-fixed ul li a:hover {
    opacity: 1;
}

#navigation.navigation-fixed ul li.language-switcher a {
    top: 0;
}

#navigation.navigation-fixed ul.sub-menu {
    z-index: 4;
    right: -80px;
}

/* MOBILE MENU */
#navigation-mobile,
#close-navigation-mobile,
#show-mobile-menu {
    display: none;
}

#show-mobile-menu {
    position: fixed;
    z-index: 10;
    left: 40px;
    font-size: 2em;
    top: 50px;
}

#navigation #show-mobile-menu.mobile-button-left {
    left: 240px;
}

#navigation-mobile.display-nav-menu {
    left: 0px;
}

#navigation-mobile {
    position: fixed;
    width: 200px;
    z-index: 10;
    top: 0;
    height: 100%;
    left: 0;
    padding: 20px;
    left: -400px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

#header a#close-navigation-mobile {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 1.4em;
}

#header a#close-navigation-mobile:hover {
    color: #FFF;
}

#navigation-mobile #left-navigation,
#navigation-mobile #right-navigation {
    float: none;
    text-align: left;
    width: 100%;
    list-style-type: none;
}

#navigation-mobile li {
    line-height: 30px;
}

#header #navigation-mobile li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#header #navigation-mobile li a:hover,
#header #navigation-mobile li.current-menu-item a {
    color: #FFF;
}

#header #navigation-mobile ul.sub-menu li {
    list-style-type: none;
    font-size: .9em;
    line-height: 20px;
}

#header #navigation-mobile #logo-navigation {
    display: none;
}

#header #navigation-mobile #logo-navigationes {
    display: none;
}

#header #navigation-mobile #logo-navigationesbike {
    display: none;
}

#header #navigation-mobile #logo-navigationesrun {
    display: none;
}

#header #navigation-mobile ul.sub-menu li a {
    border-bottom: 0;
}

/* SCROLL BOTTOM */
#scroll-bottom {
    position: fixed;
    bottom: 450px;
    width: 100%;
    z-index: 4;
    text-align: center;
}

#scroll-bottom a {
    color: rgba(255, 255, 255, 1);
    font-size: 2em;
}

#scroll-bottom a:hover {
    color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* TEXT TICKER */
#ticker {
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 40%;
}

#ticker h4 {
    font-size: 1.2em;
    text-transform: none;
    margin-bottom: 10px;
    position: relative;
}

#ticker-text ul li {
    text-align: center;
    padding: 0 40px;
    list-style-type: none;
    font-size: 4em;
}

#ticker-text ul {
    width: 100%;
}

#header .with-breaker:after {
    display: none;
    font-family: "century gothic";
}

#header .with-breaker {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#header .with-breaker:before {
    width: 320px;
    margin-left: -155px;
    bottom: -10px;
    opacity: .6;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* MAIN CONTAINER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.main-container {
    padding: 0px 0 20px 0;
    z-index: 5;
    position: relative;
}

.with-breaker {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-family: "helvetica";
    font-size: 35px;
}


.with-breaker:before {
    width: 140px;
    height: 2px;
    z-index: 3;
    display: block;
    content: "";
    left: 50%;
    margin-left: -70px;
    background: #E7E7E7;
    position: absolute;
    bottom: 20px;
}

.with-breaker:after {
    content: "\f02e";
    font-weight: normal;
    font-style: normal;
    font-family: "FontAwesome";
    display: block;
    margin-top: 9px;
    font-size: .6em;
}

.with-breaker span {
    display: block;
    font-size: .6em;
    text-transform: none;
    margin-top: 10px;
    letter-spacing: normal;
}

---- .with-breakerr {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    font-family: "helvetica";
    font-size: 10px;
}


.with-breakerr:before {
    width: 140px;
    height: 2px;
    z-index: 3;
    display: block;
    content: "";
    left: 50%;
    margin-left: -70px;
    background: #E7E7E7;
    position: absolute;
    bottom: 20px;
}

.with-breakerr:after {
    content: "\f02e";
    font-weight: normal;
    font-style: normal;
    font-family: "FontAwesome";
    display: block;
    margin-top: 9px;
    font-size: .6em;
}

.with-breakerr span {
    display: block;
    font-size: .6em;
    text-transform: none;
    margin-top: 10px;
    letter-spacing: normal;
}

.main-container a:hover {
    opacity: .4;
}

.main-container code {
    font-size: .8em;
    position: relative;
    top: -1px;
    color: #FFF;
    border-radius: 2px;
}

.main-container hr {
    border: 0;
    margin: 40px auto;
    width: 60px;
    border-top: 2px solid;
}

.main-container hr.align-left {
    border: 0;
    margin: 0px 0 20px 0;
    width: 60px;
    border-top: 2px solid;
}

.main-container ul,
.main-container ol {
    margin: 20px 0;
}

.main-container li {
    line-height: 2em;
}

.main-container blockquote {
    border: none;
    font-size: 1.2em;
    line-height: 1.9em;
    margin: 30px 0 20px 0;
    padding: 0;
}

.main-container blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 1.4em;
    float: left;
    margin: 0 20px -18px 0;
}

.main-container pre {
    border: none;
}

.main-container .center {
    text-align: center;
}

.main-container .btn {
    margin: 10px;
    border: 0;
    padding: 15px 30px 14px 30px;
    font-size: .9em;
}

.main-container .btn em {
    padding-right: 6px;
}

.main-container .icon {
    font-size: 3em;
    text-align: center;
    margin: 20px 0 0 0;
    
}

.main-container .surline {
    background: #FBFF9E;
    padding: 2px 3px;
    border-radius: 1px;
}

.main-container .dropcap {
    font-size: 2.5em;
    float: left;
    margin: 10px 20px 10px 0;
}

.main-container .welcome-message {
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 10%;
    line-height: 1.5em;
}

/* FAQ */
.main-container .faqs-container {
    padding: 0 20px;
}

.main-container li.faq {
    list-style-type: none;
}

.main-container h4.faq-link {
    border-bottom: 1px solid;
    padding: 16px 0;
    margin: 20px 0;
}

.main-container h4.faq-link a:hover em {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.main-container h4.faq-link em {
    padding-right: 10px;
    position: relative;
}

.main-container .faq-content {
    display: none;
}

/* SOCIAL ICONS */
.main-container ul.social-list {
    margin-top: 10px;
    padding-left: 0;
}

.main-container ul.social-list li {
    display: inline-block;
    padding-right: 15px;
    font-size: 1.2em;
}

.main-container ul.social-list li:hover a {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}

.main-container ul.share-buttons {
    padding-left: 0;
    text-align: center;
    list-style-type: none;
    margin: 0;
}

.main-container ul.share-buttons li {
    display: inline;
}

.main-container ul.share-buttons li a.button-facebook {
    background: #3B5998;
    color: #FFF;
}

.main-container ul.share-buttons li a.button-twitter {
    background: #00ACED;
    color: #FFF;
}

/* SEARCHFORM */
#container-search-container {
    text-align: center;
    width: 80%;
    margin: auto;
}

#container-search-container #s {
    width: 100%;
    display: inline-block;
    padding-top: 23px;
    padding-bottom: 23px;
    width: 50%;
    box-shadow: none;
    top: 2px;
    position: relative;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SKILLS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PORTFOLIO
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* CUSTOM SECTION SHORTCODE
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.custom-section-container {
    padding: 20px 0 10px 0;
    color: #FFF;
    position: relative;
}

.custom-section-container .container:before {
    content: "\f0c0";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15em;
    opacity: .2;
    left: -30px;
    top: -20px;
}

.custom-section-container .container {
    padding: 30px 0 25px 0;
}

.custom-section-text,
.custom-section-buttons {
    width: 50%;
    float: left;
}

.custom-section-text {
    padding-right: 10%;
    border-right: 1px solid #FFF;
}

.custom-section-text p {
    opacity: .7;
}

.custom-section-text h2 {
    margin: 15px 0 15px 0;
}

.custom-section-buttons {
    text-align: right;
    padding-top: 20px;
    position: relative;
}

.custom-section-buttons:before {
    content: "\f0da";
    position: absolute;
    font-family: "FontAwesome";
    left: -0.5px;
    top: 50%;
}

.main-container .custom-section-buttons .btn {
    background: transparent;
    z-index: 10;
    position: relative;
    border: 1px solid #FFF;
    color: #FFF;
}

.main-container .custom-section-buttons a.btn:hover {
    background: #FFF;
    border-color: #FFF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ABOUT
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* TEAM SHORTCODE */
.team-single {
    text-align: center;
    margin-top: 20px;
}

.team-single img {
    border-radius: 50%;
    width: 140px;
}

.team-single h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PARTNERS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.partners-slide img {
    max-width: 100%;
}

.partners-slide a {
    opacity: .5;
    width: 70%;
    display: block;
    margin: 10px auto;
}

.partners-slide a:hover {
    opacity: 1;
}

#partners-slider .flex-direction-nav a {
    margin: -40px 0 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BLOG
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* CONTACT
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* FORM PROCESSING*/
#form_processing .alert-success,
#form_processing .alert-danger {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0;
    padding-top: 10%;
}

/* CONTACT MAP */
#GoogleMap {
    width: 100%;
    height: 290px;
    margin: 35px 0;
    border-radius: 5px;
}

/* CONTACT FORM */
#contact-form,
#comment-form {
    margin: 35px 0;
}

#contact-form .control-group,
#comment-form .control-group {
    margin: 25px 0;
}

#contact-form input.form-control,
#contact-form textarea.form-control,
#contact-form select.form-control,
#comment-form input.form-control,
#comment-form textarea.form-control,
#comment-form select.form-control {
    width: 100%;
    display: block;
    box-shadow: none;
}

/* CONTACT SHORTCODE */
.contact-boxes {
    width: 100%;
    table-layout: fixed;
    display: table;
}

.contact-box {
    color: #FFF;
    display: table-cell;
    padding: 60px 25px 50px 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.contact-box:before {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15em;
    opacity: .4;
    left: -30px;
    top: 20px;
}

.contact-box.contact-box-email:before {
    content: "\f003";
}

.contact-box.contact-box-facebook:before {
    content: "\f09a";
}

.contact-box.contact-box-twitter:before {
    content: "\f099";
}

.contact-box.contact-box-google:before {
    content: "\f0d5";
}

.contact-box.contact-box-skype:before {
    content: "\f083";
}

.contact-box.contact-box-email {
    background: #444;
}

.contact-box.contact-box-facebook {
    background: #3b5998;
}

.contact-box.contact-box-twitter {
    background: #55acee;
}

.contact-box.contact-box-google {
    background: #dd4b39;
}

.contact-box.contact-box-skype {
    background: #CBC8BF;
}

.contact-box.contact-box-email a.btn.btn-default:hover {
    color: #444;
}

.contact-box.contact-box-facebook a.btn.btn-default:hover {
    color: #3b5998;
}

.contact-box.contact-box-twitter a.btn.btn-default:hover {
    color: #55acee;
}

.contact-box.contact-box-google a.btn.btn-default:hover {
    color: #dd4b39;
}

.contact-box.contact-box-skype a.btn.btn-default:hover {
    color: #00aff0;
}

.contact-box h2 {
    margin: 0 0 20px 0;
}

.contact-box p {
    color: #FFF;
    opacity: .8;
    font-size: 18px;
    min-height: 25px;
}

.contact-box a.btn.btn-default {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, 1);
}

.contact-box a.btn.btn-default:hover {
    border: 1px solid #FFF;
    background: #FFF;
    opacity: 1;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* FOOTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
    padding-top: 70px;
}

#footer a:hover {
    opacity: .6;
}

/* WIDGETS */
#widgets {
    padding-bottom: 45px;
}

.widgetz {
    padding: 0 0px;
}

.widgetz h4 {
    font-size: 1.4em;
    padding-bottom: 15px;
    color: #fff;
    font-family: "Arimo", sans-serif;
}

.widgetz a.btn.btn-default {
    margin-top: 15px;
    background: transparent;
    font-size: .9em;
    border-radius: 2px;
}

.widgetz a.btn.btn-default:hover {
    border-color: white;
}

.widgetz a.btn.btn-default em {
    padding-right: 8px;
}

.widgetz ul {
    padding-left: 5px;
    list-style-type: none;
    margin: 0;
}

.widgetz ul li {
    line-height: 1.8em;
    color: #fff;
}

.widgetz ul li:before {
    content: "\f105";
    padding-right: 10px;
    font-family: "FontAwesome";
}

.widgetz ul.widget-social {
    margin-top: 10px;
}

.widgetz ul.widget-social li {
    display: inline-block;
    padding-right: 15px;
}

.widgetz ul.widget-social li:before {
    content: "";
    padding-right: 0;
}

.widgetz ul.widget-social li:hover a {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

#widgets .widget ul li.contact-address:before,
#widgets .widget ul li.contact-phone:before {
    color: #FFF;
}

.widgetz ul li.contact-address:before {
    content: "\f0f7";
}

.widgetz ul li.contact-phone:before {
    content: "\f095";
}

#footer-logo {
    width: 160px;
    margin-bottom: 30px;
}

#footer-logo1 {
    width: 160px;
    margin-bottom: 30px;
}

#footer-logo2 {
    width: 160px;
    margin-bottom: 30px;
}

/* COPYRIGHT */
#copyright {
    background: rgba(0, 0, 0, .3);
    padding: 15px 0 0 10px;
    font-size: .9em;

}

#copyright p {
    display: inline-block;
    color: #dcdcdc;

}

#footer-navigation {
    display: inline;
    padding-left: 10px;
}

#footer-navigation li {
    display: inline-block;
}

#footer-navigation li:after {
    content: "|";
    padding: 0 10px;
}

#footer-navigation li:last-child:after {
    content: "";
    padding: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PLUGINS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* FANCYBOX */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 14px;
    height: 14px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(images/fancybox/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    opacity: .2;
    visibility: visible
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible;
    opacity: 1
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


        .actualizacion {
            text-align: right;

        }


/* FLEXSLIDER */
/*
 * jQuery FlexSlider v2.2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    background-image: url(images/backgrounds/bg13.jpg);
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
    float: left;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides div {
    display: block;
    overflow: hidden;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0px auto 0 auto;
    width: 100%;
    position: relative;
    zoom: 1;
    background-image: url(images/backgrounds/bg13.jpg);
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.flex-viewport {
    width: 100%;
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    margin: 0 !important;
    padding: 0 !important;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 50px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 20px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 20px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    padding-top: 15px;
    font-size: 40px;
    display: inline-block;
    content: "\f104";
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/*COLOR FONT AWESOME SOCIAL ICONS */
.social-list a:hover .fa-adn {
    color: #504e54;
}

.social-list a:hover .fa-apple {
    color: #aeb5c5;
}

.social-list a:hover .fa-android {
    color: #A5C63B;
}

.social-list a:hover .fa-bitbucket,
.social-list .fa-bitbucket-square {
    color: #003366;
}

.social-list a:hover .fa-bitcoin,
.social-list .fa-btc {
    color: #F7931A;
}

.social-list a:hover .fa-css3 {
    color: #1572B7;
}

.social-list a:hover .fa-dribbble {
    color: #F46899;
}

.social-list a:hover .fa-dropbox {
    color: #018BD3;
}

.social-list a:hover .fa-facebook,
.social-list .fa-facebook-square {
    color: #3C599F;
}

.social-list a:hover .fa-flickr {
    color: #FF0084;
}

.social-list a:hover .fa-foursquare {
    color: #0086BE;
}

.social-list a:hover .fa-github,
.social-list .fa-github-alt,
.social-list .fa-github-square {
    color: #070709;
}

.social-list a:hover .fa-google-plus,
.social-list .fa-google-plus-square {
    color: #CF3D2E;
}

.social-list a:hover .fa-html5 {
    color: #E54D26;
}

.social-list a:hover .fa-instagram {
    color: #A1755C;
}

.social-list a:hover .fa-linkedin,
.social-list .fa-linkedin-square {
    color: #0085AE;
}

.social-list a:hover .fa-linux {
    color: #FBC002;
    color: #333;
}

.social-list a:hover .fa-maxcdn {
    color: #F6AE1C;
}

.social-list a:hover .fa-pagelines {
    color: #241E20;
    color: #3984EA;
}

.social-list a:hover .fa-pinterest,
.social-list .fa-pinterest-square {
    color: #CC2127;
}

.social-list a:hover .fa-renren {
    color: #025DAC;
}

.social-list a:hover .fa-skype {
    color: #01AEF2;
}

.social-list a:hover .fa-stack-exchange {
    color: #245590;
}

.social-list a:hover .fa-stack-overflow {
    color: #FF7300;
}

.social-list a:hover .fa-trello {
    color: #265A7F;
}

.social-list a:hover .fa-tumblr,
.social-list .fa-tumblr-square {
    color: #314E6C;
}

.social-list a:hover .fa-twitter,
.social-list .fa-twitter-square {
    color: #32CCFE;
}

.social-list a:hover .fa-vimeo-square {
    color: #229ACC;
}

.social-list a:hover .fa-vk {
    color: #375474;
}

.social-list a:hover .fa-weibo {
    color: #D72B2B;
}

.social-list a:hover .fa-windows {
    color: #12B6F3;
}

.social-list a:hover .fa-xing,
.social-list .fa-xing-square {
    color: #00555C;
}

.social-list a:hover .fa-youtube,
.social-list .fa-youtube-play,
.social-list .fa-youtube-square {
    color: #C52F30;
}

.imgti {
    margin: 8px;
    padding: 10px 0px 0px 0px
}


.espacio {
    margin-bottom: -400px
}
.espacios {
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    .espacio {
        margin-bottom: 0px
    }

}


.titulos h3 {
    font-family: "helvetica";
    font-size: 27px;
    font-weight: 200;

}

.imagen {
    padding-right: 20px;
    padding-bottom: 50px;

    display: block;
}

.forzar {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.cux {
    max-width: 680px;
    margin: auto;
}



.gris {
    background: #F7F7F7;
}

.paddingtit {
    padding-top: 60%
}

@media only screen and (max-width: 768px) {
    .paddingtit {
        padding-top: 0%
    }

}

.paddingti {
    padding-top: 15%;
    z-index: 222
}


@media only screen and (max-width: 768px) {
    .paddingti {
        padding-top: 0%
    }


    .paddingti2 {
        padding-top: 30%
    }


    @media only screen and (max-width: 768px) {
        .paddingti2 {
            padding-top: 50%
        }
