
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #EAEAEA;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
        margin-bottom: 20px;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0px;
      }
      
      #main-nav > div {
        max-width: 1024px;
        margin: 0px auto;
      }
      
      #main-nav > div ul {
        list-style: none;
        width: 100%;
      }
      
      #main-nav > div > ul {
        display: table;
      }
      
      #main-nav > div > ul > li {
        width: 20%;
        display: table-cell;
        vertical-align: middle;
        position: relative;
      }
      
      #main-nav > div ul li a {
        color: #1d1d1b;
        font: 26px 'Raleway', Arial, san-serif;
        padding: 8px;
        line-height: 44px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
      }
      
      #main-nav > div > ul li:hover {
        background: #e30613;
      }
      
      #main-nav > div > ul li:hover a {
        color: #EAEAEA;
      }
      
      #main-nav > div > ul > li:hover li a {
        color: #1d1d1b;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 5px;
      }
      
      #main-nav > div > ul > li:hover li:hover a {
        color: #EAEAEA;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        position: absolute;
        display: none;
        width: 200%;
        top: 100%;
        left: 0px;
        background-color: #EAEAEA;
        z-index: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #main-nav > div > ul li:hover ul {
        display: block;
      }
      
      .nav-backup {
        height: 80px;
      }
      /*______ HERO GRID ______*/
      
      .hero-grid {
        margin: -5px;
        overflow: hidden;
      }
      
      .hero-grid > div {
        float: left;
        width: 25%;
        padding: 5px;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
        display: block;
      }
      
      .hero-grid > div:nth-child(6) {
        width: 50%;
      }
      
      .hero-grid > div:nth-child(6) > a {
        padding-top: 0px;
        padding-right: 10px;
				width: 100%;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
      }
      
      .hero-grid > div:nth-child(6) > a > div {
        padding-top: 50%;
      }
      
      .hero-grid > div:nth-child(6) > a > div h1,
      .hero-grid > div:nth-child(6) > a > div h4 {
        position: absolute;
        left: 0px;
      }
      
      .hero-grid > div:nth-child(6) > a > div h1 {
        top: 0px;
      }
      
      .hero-grid > div:nth-child(6) > a > div h4 {
        bottom: 0px;
        color: #a59d96;
        text-transform: uppercase;
      }
      
      .hero-grid > div:nth-child(6) > a:after {
        display: none;
      }
      
      .hero-grid > div > a {
        width: 100%;
        padding-top: 100%;
        position: relative;
        display: block;
      }
      
      .hero-grid > div > a > img {
        position: absolute;
        width: 100%;
        display: block;
        left: 0px;
        top: 0px;
      }
      
      .hero-grid > div > a:after {
        content: "";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      
      .hero-grid > div > a:hover:after {
        background-color: #e30613;
        opacity: 0.6;
        webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
      }
      
      .hero-grid > div > a h3 {
        position: absolute;
        padding: 5px;
        top: 0px;
        left: 0px;
        z-index: 1;
        color: #FFF;
        font-size: 30px;
        opacity: 0;
        webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        text-align: center;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
      }
      
      .hero-grid > div > a h3 span {
      }
      
      .hero-grid > div > a:hover h3 {
      	opacity: 1;
        webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
      }      
      
      
      
      /*______ NEWS LIST ______*/
      
      /*.list-news {
        margin: -10px;
        overflow: hidden;
      }
      
      .list-news > div {
        width: 50%;
        padding: 10px;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
        float: left;
      }
      
      .list-news > div > div {
      	width: 50%;
        float: left;
        height: 170px;
        overflow: hidden;
      }
      
      .list-news > div > div:nth-child(2) {
        padding-left: 10px;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
      }
      
      .list-news img {
        display: block;
        max-width: none;
        height: 240px;
      }
      
      .list-news > div:nth-child(1) {
        float: right;
        height: 380px;
        position: relative;
      }
      
      .list-news > div:nth-child(1) > .hero-panel {
        height: 360px;
        width: 100%;
      }
      
      .list-news > div:nth-child(1) > .hero-panel:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.6);
        border: 10px solid #FFF;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
      }
      
      .list-news > div:nth-child(1) img {
        height: 380px;
      }
      
      .list-news > div:nth-child(1) > .info-panel {
        width: 70%;
        position: absolute;
        top: 10px;
        left: 10px;
      }
      
      .list-news > div:nth-child(1) > .info-panel h4{
        font-size: 30px;
        color: #FFF;
    	}*/
      
      
      
      /*______ LASTEST FEEDS LIST ______*/
      
      .events-widget,
      .news-widget {
        width: 50%;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
      }
      
      .news-widget {
        float: right;
        padding-left: 10px;
      }
      
      .events-widget {
      	float: left;
        padding-right: 10px;
      }
      
      .list-news > div {
        height: 380px;
        position: relative;
      }
      
      .list-news > div > .hero-panel {
        height: 360px;
        width: 100%;
      }
      
      .list-news > div .hero-panel:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.6);
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
      }
      
      .list-news > div img {
        height: 380px;
      }
      
      .list-news > div > .info-panel {
        width: 70%;
        position: absolute;
        top: 20px;
        left: 20px;
      }
      
      .list-news > div > .info-panel h4{
        font-size: 30px;
        color: #FFF;
    	}
      
      .list-news .feed-data {
      }
      .list-news .feed-data p {
        background: ;
        display: inline-block;
        padding: 10px;
        color: #FFF;
      }
      
      .list-news .feed-data p a {
        color: #FFF;
      }
      
      .event-panel {
        overflow: hidden;
        margin-bottom: 20px;
      }
      
      .event-panel img {
        display: block;
        max-width: none;
        height: 240px;
      }
      
      .event-panel .hero-panel {
      	width: 50%;
        float: left;
        height: 170px;
        overflow: hidden;
        position: relative;
      }
      
      .event-panel .info-panel {
        width: 50%;
        float: left;
        padding-left: 10px;
        -moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
      }
      
      .event-panel .location,      
      .event-panel .date {
        bottom: 0px;
        position: absolute;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(227,6,19,0.6);
        color: #FFF;
        font: 28px/38px 'Raleway', Arial, san-serif;
        text-align: center;
        padding: 2px;
      }
      
      .event-panel .location {
        right: 0px;
      }
      
      
      .event-panel .date {
      	left: 0px;
      }
      
      
      .list-event-panel span,
      .event-panel span {
        display: block;
        padding: 5px 0px;
      }
      
      .list-event-panel .month,
      .event-panel .month {
        font-size: 16px;
        line-height: 28px;
        border-bottom: 1px solid #FFF;
        text-transform: uppercase;
      }
      
      .list-event-panel .month {
      	border-bottom: 1px solid #000;
      }
      
      .list-event-panel .event-icon,
      .list-event-panel .location-icon,
      .event-panel .event-icon,
      .event-panel .location-icon {
        font-size: 18px;
        padding: 5px;
      }
      
      .event-panel .location,
      .event-panel .date {
        width: 32px;
        height: 32px;
        webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      
      .event-panel .location a,
      .event-panel .date span {
        opacity: 0;
        webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
 			
      .event-panel .location:hover,
      .event-panel .date:hover {
      	width: 100%;
        height: 170px;
        webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      
      .event-panel .location:hover a,
      .event-panel .date:hover span {
      	opacity: 1;
        webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
      }
      
      .event-panel .location a {
        color: #FFF;
        font-size: 16px;
      }
      
      /*______ DOCUMENTS ______*/
      
      .document-panel {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #FFF;
        min-height: 135px;
      }
      
      .document-panel:last-child {
        border-bottom: none;
      }
      
      .document-panel h4 a {
        text-decoration: none;
      }
      
      .document-panel img {
        float: left;
        border: 1px solid #d7d7d7;
      }
      
      .document-panel .content {
        position: relative;
        margin-left: 108px;
        min-height: 125px;
      }
      
      .widget-content .document-panel p {
        padding-bottom: 10px;
      }
      
      
      [data-section="header"] {
        padding-bottom: 10px;
        position: relative;
      }
      
      .header-link {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        height: 240px;
        width: 100%;
      }
      
      .language-selector {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
      }
      
      .language-selector > div{
        max-width: 940px;
        margin: 0px auto;
        text-align: right;
        color: #4981ab;
        font-size: 19px;
        font-weight: bold;
      }
      
      .language-selector a {
        padding: 5px;
        color: #4981ab;
      }
      .language-selector a:hover {
        color: #CEF2FD;
      }
      
      .header-sentence {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 176px;
        font-size: 18px;
        color: #808080;
      }
      
      .header-content {
        height: 240px;
      }
      
      
      [data-section="footer"] .widget-content {
        background-color: transparent;
      }
      
      /*______ NEWS LIST ______*/
      
      .news-panel-list {
      	display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
      }
      
      .news-panel-list .hero {
      	-ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 50%;
        overflow: hidden;
      }
      
      .news-panel-list .hero img {
        min-width: 620px;
        display: block;
      }
      
      .news-panel-list .panel-info {
        position: relative;
        -ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        min-width: 200px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 20px;
        padding-bottom: 40px;
      }
      
      .news-panel-list .panel-info h4 a {
      	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 30px;
        max-height: 120px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
      }
      
      .news-panel-list .panel-footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        border-left: 2px solid #e30613;
        padding-left: 10px;
      }
      
      .news-panel-list .panel-footer span {
        display: block;
        color: #a59d96;
      }
      
      .news-panel-list .panel-footer span:first-child {
        font-size: 12px;
      }
      
      /* End News List */
      
      /*______ NEWS DETAIL ______*/
      
      .widget-content .summary {
        margin-bottom: 20px;
        color: #a59d96;
      }
      
      .news-author {
        border-left: 2px solid #e30613;
        padding-left: 10px;
        margin-bottom: 20px;
        margin-top: 10px;
      }
      
      .widget-content .news-author p {
        padding-bottom: 0px;
        color: #a59d96;
      }
      
      
      /* End News Detail */
      
      /*______ HEADER ______*/
      
      .switch-button {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 120px;
      }
      
      
      .switch-button input[type="checkbox"]:not(:checked), 
      input[type="checkbox"]:checked { /* :checked here acting as a filter for older browsers */
        position: absolute;
        opacity: 0;
      }
      
      .switch-button label {
        position: relative;
        display: inline-block;
        font: 20px 'Raleway', Arial, san-serif;
        color: #e30613;
        width: 100%;
      }      
      
      .switch-button input[type="checkbox"].switch + span + div {
        width: 40px;
        height: 18px;
        border-radius: 9px;
        background: #FFF;
        box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2) inset;
        background-origin: border-box;
        background-clip: border-box;
        overflow: hidden;
        transition-duration: .4s;
        transition-property: padding,width;
        float: right;
        margin-top: 4px;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div {
        padding-left: 22px;
        width: 18px;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin: 1px;
        border-radius: inherit;
        background: #e30613;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #52D921;
      }
      
      .switch-button input[type="checkbox"].switch:active + span + div:before {
        background-color: #aaa;
      }
      
      
      /*______ ADD INFO ______*/
      
      .ch-profile-custom-info .bold {
        font-weight: bold;
      }
      .ch-profile-custom-info .italic {
        font-style: italic;
      }
      .ch-profile-custom-info a {
        color: ;
      }
      
      .ch-profile-custom-info > div {
        background: ;
        padding: 20px;
        position: relative;
        margin-bottom: 20px;
      }
      
      .ch-profile-custom-info > div div:first-child {
        font-family: 'Raleway', Arial, san-serif;
        font-weight: normal;
        color: #e30613;
        padding-bottom: 15px;
        font-size: 21px;
      }
      
      [data-editable="1"] > div div:first-child {
        cursor: move;
      }
      
      .ch-add-profile-custom-info {
        text-align: center;
        border: 1px dashed ;
        padding: 5px 10px;
        background: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
      }
      
      .ch-add-profile-custom-info:hover {
        color: ;
      }
      
      .self-boxes .widget-content {
        background: transparent;
        padding: 0px;
      }
      
      .widget-actions {
        overflow: hidden;
        margin-bottom: 15px;
        padding: 5px 0px;
      }
      
      .widget-actions a {
        background-color: #e30613;
        color: #FFF;
        font-size: 26px;
        position: relative;
        line-height: 37px;
        display: block;
        width: 37px;
        text-align: center;
        float: right;
        margin-left: 5px;
      }
      
      .widget-actions a:hover {
        background-color: #1d1d1b;
        color: #FFF;
      }
      
      /*______ COORDINATOR ______*/
      
      .project-coordinator-contact {
        position: relative;
        margin-left: 110px;
        min-height: 100px;
      }
      
      .project-coordinator-contact h2 {
        padding-bottom: 10px;
      }
      
      .coordinator-img {
        float: left;
      }
      
      .send-mail {
        width: 26px;
        height: 26px;
        background: url() -52px 0px;
        cursor: pointer;
      }
      
      .send-mail:hover {
        background-position: -52px -26px;
      }
      
      
      /*______ FOOTER ______*/
      
      footer {
        background-color: #1d1d1b;
        text-align: center;
        margin-top: 40px;
      }
      
      footer .widget-content {
        margin-bottom: 0px;
      }
      
      footer .social-media {
        margin-bottom: 20px;
      }
      
      footer .social-media ul {
        list-style: none;
        overflow: hidden;
      }
      
      footer .social-media li {
        white-space: nowrap;
        display: inline-block;
        padding: 0px;
        margin: 0px 10px;
      }
      
      footer .social-media li a{
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #1d1d1b;
        background-color: rgba(255,255,255,0.8);
        line-height: 50px;
        text-align: center;
        font-size: 30px;
      }
      
      footer .social-media li a:hover {
        color: #FFF;
      }
      
      footer .social-media li .fonticon-Twiter:hover {
        background-color: #00aced;
      }
      footer .social-media li .fonticon-Facebook:hover {
        background-color: #4981ab;
      }
      footer .social-media li .fonticon-Mail:hover {
        background-color: #b375fc;
      }
      footer .social-media li .fonticon-Manage:hover {
        background-color: #a4ef8f;
      }
      footer .social-media li .fonticon-Chil:hover {
        background-color: #f18700;
      }
      footer .social-media li a img {
        border-radius: 50%;
        margin-bottom: -12px;
      }
      
      footer h5 {
        color: #FFF;
      }
      
      /*______ SECTORS ______*/
      
      .widget.hero-sector {
        margin-bottom: -140px;
      }
      
      .widget.hero-sector .widget-content {
        padding: 0px;
        margin-top: -20px;
      }
      .widget.hero-sector .widget-content img {
        width: 100%;
        
      }
      
      
      .widget .map-link {
        display: table;
        margin-bottom: 20px;
        padding: 20px 20px 0px 20px;
      }
      
      .widget .map-link p {        
        font-size: 21px;        
        color: #FFF;
        display: table-cell;
        vertical-align: middle;
        position: relative;
      }
      
      .widget .map-link p span{
      	padding: 20px;
        background-color: #e30613;
        display: block;
        margin-right: 20%;
        text-align: center;
        color: #FFF;
      }
      .map-link a {
        display: table-cell;
				vertical-align: middle;
				position: relative;
        width: 280px;
      }
      
      .widget-content em {
        float: left;
        font-size: 26px;
        line-height: 32px;
        color: #a59d96;
        font-style: italic;
        width: 30%;
        padding: 20px;
      }
      
      .widget-content em:before {
        content: '"';
        font-size: 30px;
        padding-left: 20px;
        padding-right: 10px;
      }
      
      .widget-content em:after {
        content: '"';
        font-size: 30px;
        padding-left: 10px;
        padding-right: 20px;
      }
      
      #index-map {
        position: fixed !important;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        margin-top: 60px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1;
      }
      
      .single-detail {
        max-width: 860px;
        margin: 0px auto;
      }
      
      
      /*______ COMPANY PAGE ______*/
      
      .info-box {
        float: right;
        position: relative;
        z-index: 1;
        max-width: 38%;
      }
      
      .info-box img {
        margin: 0px auto 20px auto;
        max-height: 180px;
        display: block;
        
      }
      
      .info-box i {
        color: #FFF;
        position: absolute;
        top: 0px;
        left: -30px;
        padding: 10px 5px;
        line-height: 22px;
      }
      
      .info-box h3 {
        border-left: 30px solid #e30613;
        padding: 10px 5px;
        position: relative;
      }
      
     	.widget-content .company-title-holder h5 {
        font-size: 40px;
        padding-right: 230px;
      }
      
      .widget-content .company-title-holder h3 {
        padding-right: 230px;
      }
      
      
      .widget-content .company-title-holder {
        height: 120px;
        padding: 20px 20px 0px 20px;
	    }
      
      .widget-content .company-title-holder a {
        position: absolute;
        top: 30px;
        right: 50px;
      }
      
      
      /* End company */
      
      .doble-padding .widget-content {
        padding: 50px;
      }
      
      
      /*______ LIST EVENTS ______*/
      
      .list-event-panel {
        margin-bottom: 50px;
      }
      
      .panel-hero{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        clear: both;
        overflow: hidden;
      }
      
      .list-event-panel .date {
        min-width: 200px;
        background-color: #EAEAEA;
        position: static;
        font: 28px/38px 'Raleway', Arial, san-serif;
        text-align: center;
        padding: 2px;
      }
      
      .panel-hero .img-holder {
        width: 100%;
      }
      .img-holder img {
        display: block;
        max-width: 783px;
      }
      
      .list-event-panel .location {
        border-left: 1px solid #e30613;
        padding: 5px; 
        margin-bottom: 10px;
      }
      
      .list-event-panel .location i {
        color: #e30613;
        padding-right: 10px;
      }
      
      .news-author .fonticon-Location {
        color: #e30613;
      }
      
      
      
    
      * {
        padding: 0px;
        margin: 0px;
        background: transparent;
        border-width: 0px;
        line-height: normal;
        box-shadow: none;
        overflow: visible;
        position: static;
        font-weight: normal;
      }
      * a {
        text-decoration: none;
        color: #A14D4D;
        cursor: pointer;
      }
      
      ul, ol {list-style-position: inside;}
      
      html, body {
        height: 100%;
        width: 100%;
        position: relative;
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        line-height: 20px;
        color: #a59d96;
      }
      
      img {
        max-width: 100%;
      }
      
      h1, h2, h3, h4, h5, h6 {
        font-family: 'Raleway', Arial, san-serif;
        font-weight: normal;
        color: #a59d96;
      }
      h4, h5 {
        padding-bottom: 10px;
      }
      
      h4 a,
      h5 a {
        text-decoration: none;
        color: inherit;
      }
      
      h4 {
        font-size: 18px;
        color: ;
      }
      
      h5 {
        font-size: 16px;
        color: #e30613;
      }
      
      
      a:hover,
      li a:hover,
      h5 a:hover,
      h4 a:hover {
        color: #e30613;
      }
      
      .edit-profile-about,
      .remove-section,
      .add-element {
        background-image: none !important;
      }
      
      
      #content {
        margin: 0px auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 1024px;
      }
      
      #content > div {
        margin: -10px;
      }
      
      #content > div > .inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #content > div > div > #main {
        -ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        min-width: 200px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: -width;
      }
      
      #content [data-section] {
        padding: 10px;
      }
      
      #content > div > div > aside {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #column-one {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 280px;
        min-width: 280px;
      }
      
      #column-two {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        width: 0px;
        min-width: 0px;
      }
      
      strong {
        font-weight: 700;
      }
      
      /*______ WIDGETS GENERAL ______*/
      
      .widget-content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
        background-color: #FFF;
        font: 16px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #1d1d1b;
      }
      
      .widget-content h1 {
        margin-bottom: 20px;
        font-size: 60px;
        font-weight: 700;
      }
      
      .widget-content h1 span {
        display: block;
        font-size: 40px;
        font-weight: 700;
        padding-top: 10px;
      }
      
      .widget-content h2 {
        font: 32px 'Raleway', Arial, san-serif;
        color: #a59d96;
        margin-bottom: 15px;
        text-transform: uppercase;
        line-height: 48px;
      }
      
      .widget-content h2:before {
        content: "I";
        padding-right: 10px;
        color: #e30613;
      }
      
      .widget-content h4 {
        font: 20px/30px 'Raleway', Arial, san-serif;
        color: #e30613;
      }
      
      .widget-content h5 {
        font: 20px/30px 'Raleway', Arial, san-serif;
      }
      
      .widget-content li {
        padding-bottom: 5px;
        list-style-position: outside;
        margin-left: 25px;
        color: #EAEAEA;
      }
      
      .widget-content li p {
        padding-bottom: 10px;
      }
      .widget-content li:last-child p {
        padding-bottom: 20px;
      }
      
      .widget-content p {
        padding-bottom: 20px;
        color: #1d1d1b;
      }
      
      .widget-content p span {
        color: #e30613;
      }
      
      .widget-content p a {
      }
      
      @media only screen and (max-width: 600px) {
        #content > div > div {
          flex-direction: column;
        }
      #column-one {
        width: 100% !important;
        min-width: 100% !important;
      }
    }
      
      /*______ VIDEOS ______*/
      
      img[data-role=embed]{
        width: 100%;
      }
      
    