/* Web design styles for Assembly21.com @ London
   Author Carolina Sawney
   December 2015 */

/******************/
/* GENERAL STYLES */
/*****************/

/* INITIAL SET UP */

/* Header, body, wrapper, main, etc */

html {
    background-color: #EDEFF4;
}

#header > .inside:after, .clearfix:after, #main > .inside:after {
    content:"";
    display:table;
    clear:both;
}

body {
    font-family: "PT-Serif-Caption", "Helvetica-Neue", sans-serif;
    line-height: 2em;
    color: #262626;
    font-size: 100%;
    margin: 0;
    padding: 0;
    max-width: 2600px;
}

#main {
    margin-top: 1em;
}

/* NAVIGATION */

/* Skip navigation */

.invisible {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: -3000px;
    top: -3000px;
    display: inline;
}

/* Responsive navigation set up */

.rwd-nav {
    display: none;
    font-size: 1rem;
    line-height: 1.83333;
}

.rwd-nav a {
    color: white;
}

/* Checkbox hack */

input#rwd-nav-toggle, input#rwd-search-toggle {
    display: none;
}

/* Main navigation */

#main-nav {
    padding: 0 0 0 0; /* Fixes right hand side gap on iphone 5 */
    clear: both;
}

/* Breadcrumb navigation */

.mod_breadcrumb {
    background: #fff;
}

.mod_breadcrumb ul {
    list-style: none;
    margin: 0;
    background: white;
}

.mod_breadcrumb ul li {
    float: left;
    padding-right: 1em;
    font-size: .9em;
}

/* LINKS */

a {
    color: royalblue;
    font-weight: bold;
}

/* FORM ELEMENTS */

select, input, textarea {
    font-size: 0.8rem;
}

/* IMAGES */

.ie8 img {
    width: auto;
}

img {
    border: 0;
}

figure {
    display: block;
    margin: 0;
    padding: 0;
}

/* Responsive images */

/* Make .image_container and img a unit and display it as a block.
   Hides background color at the bottom of the image */

.image_container img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

/* SEARCH */

.mod_search {
    margin: .1em 0 0 1em;
    padding: 0;
    float: right;
    display: block;
    box-sizing: border-box;
}

.mod_search {
    float: left;
}

.mod_search input#ctrl_keywords_23 {
    border: 0;
    background-color: #dae5ec;
    padding: .3em .2em .3em 0;
    cursor: pointer;
    width: 66%;
    box-sizing: border-box;
}

.mod_search .formbody button#ctrl_submit_23 {
    border: 0;
    background-color: #f2f2ec;
    margin: .7em 0 .4em 0;
    padding: .7em .6em .4em .6em;
    font-size: .8em;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    box-sizing: border-box;
}

.mod_search .formbody button#ctrl_submit_23:hover, .mod_search .formbody button#ctrl_submit_23:focus {
    background-color: #dae5ec;
    color: rgba(0,0,0,.6);
}

/*************/
/* HOME PAGE */
/************/

/* CONTAINERS */

.mod_article.headlines .ce_text {
    cursor: pointer;
    background-color: #fff;
}

/* Containers h1 and p */

.mod_article.headlines .ce_text h1 {
    font-size: 1.2em;
    margin: 0;
    padding: .6em .6em 0 .6em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod_article.headlines .ce_text p {
    margin: 0;
    padding: 0 1em 1em 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Transition on container images */

.mod_article.headlines.container .ce_text figure {
    overflow: hidden;
}

.mod_article.headlines.container .ce_text figure img {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mod_article.headlines.container .ce_text figure img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
}

/* Headline links on containers */

.mod_article.headlines .ce_text.h1 a:link, .mod_article.headlines .ce_text h1 a:visited, .mod_article.headlines .ce_text h1 a:hover, .mod_article.headlines h1 a:active {
    color: #232324;
    text-decoration: underline;
}

.mod_article.headlines:hover {
    opacity: 0.6;
}

/* Background for containers */

#item-3 .image_container {
    background-color: #36C0FF;
}

#item-7 .image_container {
    background-color: #36C0FF /*hsla(61, 60%, 50%, 0.91) /*#34cc6b*/
}

/* SLIDER PROJECT 1 */

.mod_article.headlines#item-1 {
    background-color: #fff;
    overflow: hidden;
}

.artwork.homepage.one, .slider, .slider figure, .photo-1, .photo-2, .photo-3, .photo-4 {
    margin: 0;
    padding: 0;
}

.mod_article.headlines#item-2 {
    background-color: #fff;
    overflow: hidden;
}

/* FOOTER */

footer .inside {
    width: 100%;
    display: block;
    border-top: 3px dashed royalblue;
}

footer .inside .ce_text {
    width: 20%;
    float: left;
    padding: 20px 0 40px 10px;
    box-sizing: border-box;
    line-height: 2.3em;
    font-weight: bold;
    font-size: 1em;
    font-family: "PT-Serif-Caption";
    height: 15em;
}

footer .inside .ce_text p {
    color: inherit;
}

footer .inside .ce_text a:link {
    text-decoration: none;
}

footer .inside .ce_text a:link, footer .inside .ce_text a:visited {
    color: inherit;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted white;
    text-indent: 0.2em;
    transition: color .3s,background-color .3s;
}

footer .inside .ce_text a:hover{
    cursor: pointer;
    color: rgba(0,0,0,.6);
}

/*********/
/* PAGES */
/********/

.mod_article.pages {
    padding-bottom: 10em;
}

.mod_article.pages .ce_text {
    margin: 0 1em 1em 1em;
}

.mod_article.pages .ce_text h1 {
    line-height: 1.5em;
}

.mod_article.pages .ce_text.first h1 {
    margin-top: 0;
}

.mod_article.pages.col-1 {
    background-color: #fff;
}

/* h1, h2 and paragraphs across website */

.mod_article.pages .ce_text h1, {
    font-size: 1.2em;
}

/* Images in pages */

.mod_article.pages figure {
    margin: 1em 0 1em 0;
}

figcaption {
    color: #777;
    font-style: italic;
}

/********************/
/* WEB DEVELOPMENT */
/******************/

.mod_article.pages .ce_text.web-development.first {
    color: royalblue;
}

.mod_article.pages .ce_text.web-development h1 {
    color: royalblue;
}

/* Web development illustrations */


@import url(http://fonts.googleapis.com/css?family=Lato:400,300,900);

.artwork.word-slider .words {
    margin: 0;
}

.artwork.word-slider .words div {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background-color: royalblue;
}

.artwork.word-slider .words-left {
    text-align: center;
    font-weight: 300;
    font-size:1.5em;
    padding-top: 3em;
}

.artwork.word-slider .words-left p:first-child {
    margin-bottom: 0;
}
.artwork.word-slider .words-left p:nth-child(2) {
    margin: 0
}

.artwork.word-slider .words-right {
    text-align: center;
    overflow: hidden;
    font-weight: 900;
    font-size:1.5em;
    display: block;
    white-space: nowrap;
    padding-bottom: 2em;
}

.artwork.word-slider .words-right p {
    margin: 0;
}

.artwork.word-slider .scroller {
    height: 6em;
    line-height: 6em;
    overflow: hidden;
}

.artwork.word-slider .scroller .word-itself {
    -webkit-animation: scroll 10s ease infinite;
    -moz-animation: scroll 10s ease infinite;
    -o-animation: scroll 10s ease infinite;
    animation: scroll 10s ease infinite;
}

@-webkit-keyframes scroll {
    0%  	{
        margin-top: 0;
    }
    15% 	{
        margin-top: 0;
    }

    25%  {
        margin-top: -6em;
    }
    40%  {
        margin-top: -6em;
    }

    50%  {
        margin-top: -12em;
    }
    65%  {
        margin-top: -12em;
    }

    75%  {
        margin-top: -18em;
    }
    90%  {
        margin-top: -18em;
    }

    100% {
        margin-top: 0;
    }
}

@-moz-keyframes scroll {

    0%  	{
        margin-top: 0;
    }
    15% 	{
        margin-top: 0;
    }

    25%  {
        margin-top: -6em;
    }
    40%  {
        margin-top: -6em;
    }

    50%  {
        margin-top: -12em;
    }
    65%  {
        margin-top: -12em;
    }

    75%  {
        margin-top: -18em;
    }
    90%  {
        margin-top: -18em;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes scroll {
    0%  	{
        margin-top: 0;
    }
    15% 	{
        margin-top: 0;
    }

    25%  {
        margin-top: -6em;
    }
    40%  {
        margin-top: -6em;
    }

    50%  {
        margin-top: -12em;
    }
    65%  {
        margin-top: -12em;
    }

    75%  {
        margin-top: -18em;
    }
    90%  {
        margin-top: -18em;
    }

    100% {
        margin-top: 0;
    }
}

/*************/
/* TRAINING */
/***********/

.mod_article.pages .ce_text.training.first {
    color: royalblue;
}

.mod_article.pages .ce_text.course-list h1 {
    font-size: 1.5em;
}

.mod_article.pages .ce_text.training h1 a:link {
    color: royalblue;
}

.mod_article.pages .ce_text.training h1 a:visited {
    color: royalblue;
}

.mod_article.pages .ce_text.training h1 a:hover {
    opacity: 0.5;
}

/******************/
/* COURSE PAGES  */
/****************/

.mod_article.pages .ce_text.course.first {
    color: royalblue;
}

.mod_article.pages .ce_text.course h2 {
    color: royalblue;
}

/******************/
/* HTML          */
/*****************/

.artwork.html-css {
    overflow: hidden;
    margin-top: 5em;
}

.book.html-css {
    display: block;
    position: relative;
    height: 62em;
    width: 25em;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #393939;
}

.book.html-css .cover-design {
    display: block;
    position: absolute;
    height: 38em;
    width: 38em;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: sans-serif;
    color: #EEE;
}

.book.html-css .diamond-frame {
    position: relative;
    height: 10em;
    width: 10em;
    top: 107.8%;
    left: 31.5%;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    border-left: 2em solid #AFA;
    border-right: 2em solid #CCC;
    border-top: 2em solid #FF7300;
    border-bottom: 2em solid #0BF;
}

.book.html-css .box {
    position: absolute;
    height: 2.1em;
    width: 2.1em;
    z-index: 1000;
}
.book.html-css .a {background: #840;
    top: -32px;
    left: -33px;
}
.book.html-css .b {
    background: #b40;
    top: -32px;
    right: -33px;
}
.book.html-css .c {
    background: #077;
    bottom: -32px;
    right: -32px;
}

.book.html-css .d {
    background: #0A9;
    bottom: -32px;
    left: -33px;}

.book.html-css .book-title {
    position:relative;
    width: 100%;
    font-size: 2em;
    top: 60%;
    text-align: center;
}

.book.html-css .book-subtitle {
    position: absolute;
    width: 100%;
    font-size: .9em;
    top: 100.3%;
    text-align: center;
}

.book.html-css .book-author {
    display: block;
    position: absolute;
    width: 100%;
    top: 93%;
    text-transform: uppercase;
    color: #777;
    font-size: 1em;
    font-family: sans-serif;
    letter-spacing: 2px;
    text-align: center;
}

.book.html-css span {color: #F57D11;}

/*******************/
/* CSS ANIMATIONS */
/*****************/


/* Experimenting with animated texts */

/* Main styles */

.artwork.css-animations {
    overflow: hidden;
    background: #36C0FF;
    color: #FFF;
    width: 75%;
    padding: 5em 1em 5em 1em;
    margin: 5em auto;
}

.artwork.css-animations .illustrations {
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font: bold 10vmax/.8 'Alegreya Sans SC', sans-serif;
    transform: skew(-10deg);
}

/* Clipped text */

.artwork.css-animations .clipped-text {
    background-image: url(images/sunflowers-mendoza.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: 25% -75%;
}

/* Animating the background position */

.artwork.css-animations .animated-text-fill {
    background-image: -webkit-linear-gradient(#FF0056 50%, #F3F7F7 50%);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% 50px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

/* With minus the effect is the strips moves upwards, positive they move downwards. */

@-webkit-keyframes stripes {
    100% {
        background-position: 20px -50px;
    }
}

@keyframes stripes {
    100% {
        background-position: 20px -50px;
    }
}

/******************/
/* JAVASCRIPT    */
/*****************/

.artwork.javascript {
    overflow: hidden;
    margin-top: 5em;
}

.book.javascript {
    display: block;
    position: relative;
    height: 62em;
    width: 25em;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #393939;
}

.book.javascript .cover-design {
    display: block;
    position: absolute;
    height: 38em;
    width: 38em;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: sans-serif;
    color: #EEE;
}

.book.javascript .diamond-frame {
    position: relative;
    height: 10em;
    width: 10em;
    top: 107.8%;
    left: 31.5%;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    border-left: 2em solid #AFA;
    border-right: 2em solid #CCC;
    border-top: 2em solid #FF7300;
    border-bottom: 2em solid #0BF;
}

.book.javascript .box {
    position: absolute;
    height: 2.1em;
    width: 2.1em;
    z-index: 1000;
}
.book.javascript .a {background: #840;
    top: -32px;
    left: -33px;
}
.book.javascript .b {
    background: #b40;
    top: -32px;
    right: -33px;
}
.book.javascript .c {
    background: #077;
    bottom: -32px;
    right: -32px;
}

.book.javascript .d {
    background: #0A9;
    bottom: -32px;
    left: -33px;}

.book.javascript .book-title {
    position:relative;
    width: 100%;
    font-size: 1.7em;
    top: 55%;
    text-align: center;
}

.book.javascript .book-title p {
    margin: 0;
}

.book.javascript .book-subtitle {
    position: absolute;
    width: 100%;
    font-size: .9em;
    top: 104%;
    text-align: center;
}

.book.javascript .book-subtitle p {
    margin: -1em;
}

.book.javascript .book-author {
    display: block;
    position: absolute;
    width: 100%;
    top: 93%;
    text-transform: uppercase;
    color: #777;
    font-size: 1em;
    font-family: sans-serif;
    letter-spacing: 2px;
    text-align: center;
}

.book.javascript span {color: #F57D11;}

/*************/
/* REVIEWS */
/***********/

.mod_article.pages .ce_text.reviews h1 {
    color: #2CD1B3;
}

.mod_article.pages .ce_text.reviews h1 a:link {
    color: #2CD1B3;
}

.mod_article.pages .ce_text.reviews h1 a:visited {
    color: #2CD1B3;
}

.mod_article.pages .ce_text.reviews h1 a:hover {
    opacity: 0.5;
}



/**********/
/* ABOUT */
/********/

/* Colored paragraphs */

.mod_article.pages .ce_text.about.first {
    color: #ff6900;
}

.mod_article.pages .ce_text.about h1 {
    color: #ff6900;
}

.profile-highlights ul {
    list-style-type: disc;
    padding-left: 26px;
    line-height: 1.4;
}

.profile-highlights ul li {
    margin-bottom: 15px;
}

/* Social icons */

.socialicons .fa-3x {
    padding-right: .25em;
    text-decoration: none;
}

.socialicons a.fa {
    text-decoration: none;
    margin-right: 15px;
}

.socialicons a.fa-twitter-square, .socialicons a.fa-twitter-square:visited {
    color: #33CCFF;
}

.socialicons a.fa-linkedin-square, .socialicons a.fa-linkedin-square:visited {
    color: #006699;
}

.socialicons .fa-github-square, .socialicons a.fa-github-square:visited {
    color: black;
}

.socialicons a.fa:hover {
    background: #fff;
    color: #666;
}

/* Blog posts by author */

.mod_article.pages .ce_text.about h2 a:link {
    color: #ff6900;
}

.mod_article.pages .ce_text.about h2 a:visited {
    color: #ff6900;
}

.mod_article.pages .ce_text.about h2 a:hover {
    opacity: 0.5;
}

.mod_article.pages .ce_text.blog-list h2 {
    font-size: 1.5em;
}

/*************/
/* ATENEO 21 */
/************/

.mod_article.ateneo21 h1, .mod_article.ateneo21 .ce_text.intro p {
    color: royalblue;
}

.mod_article.ateneo21 .ce_text figure {
    background-color: #36C0FF;
}


/******************/
/* PLANETA ALEPH */
/****************/

.mod_article.planeta-aleph h1, .mod_article.planeta-aleph .ce_text.intro p {
    color: royalblue;
}

.mod_article.planeta-aleph .ce_text.desktop-version figure {
    background-color: #36C0FF;
}

.mod_article.planeta-aleph .ce_text.logo-design figure {
    background-color: #36C0FF;
}


/***************/
/* E-COMMERCE */
/*************/

.mod_article.pages.e-commerce h1 {
    color: #009999;
}

.mod_article.pages.e-commerce .ce_text.first p {
    color: #009999;
}

/******************/
/* HTML EMAIL    */
/****************/

.inbox {
    width: 300px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: auto;
    position: relative;
    height: 330px;
    overflow: hidden;
    cursor: pointer;
    z-index: 200;
}
.inbox:hover .cover {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.inbox:hover .check {
    top: 10px;
    opacity: 1;
    -moz-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    -webkit-transition: all 0.3s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.3s 0.2s;
}

.envelope {
    width: 100%;
    height: 200px;
    background: #3E71DA;
    position: absolute;
    bottom: 0;
}
.envelope:after, .envelope:before {
    content: '';
    position: absolute;
    bottom: 0;
    border-style: solid;
    z-index: 4;
}
.envelope:after {
    right: 0;
    border-color: transparent #96DDFC;
    border-width: 200px 285px 0px 0px;
}
.envelope:before {
    left: 0;
    border-color: transparent #36BBF7;
    border-width: 200px 0px 0px 285px;
}

.cover {
    background: #3760C9;
    width: 300px;
    height: 20px;
    position: absolute;
    top: 110px;
    z-index: 15;
    -moz-animation: 2s open 2 alternate;
    -webkit-animation: 2s open 2 alternate;
    animation: 2s open 2 alternate;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -moz-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    -webkit-transition: all 0.3s;
    -webkit-transition-delay: 0.2s;
    transition: all 0.3s 0.2s;
}
.cover:after {
    content: '';
    position: absolute;
    border: 147px solid transparent;
    border-bottom: 110px solid #3760C9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    bottom: 15px;
    left: 3px;
}

.check {
    width: 80px;
    height: 150px;
    border-bottom: 30px solid #E5E5E5;
    border-right: 30px solid #E5E5E5;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 135px;
    top: 150px;
    z-index: 3;
    opacity: 0;
    -moz-animation: 1s move 1s 2 alternate;
    -webkit-animation: 1s move 1s 2 alternate;
    animation: 1s move 1s 2 alternate;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
}

@-moz-keyframes open {
    100% {
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2;
    }
}
@-webkit-keyframes open {
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2;
    }
}
@keyframes open {
    100% {
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2;
    }
}
@-moz-keyframes move {
    70% ,100% {
        top: 10px;
        opacity: 1;
    }
}
@-webkit-keyframes move {
    70% ,100% {
        top: 10px;
        opacity: 1;
    }
}
@keyframes move {
    70% ,100% {
        top: 10px;
        opacity: 1;
    }
}

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

/* Containers in home page: featured projects and training */

.mod_article.featuredArticle {
    width: 24.5%;
    cursor: pointer;
}

.mod_article.featuredArticle .ce_text {
    background-color: #fff;
}

/* h1 and p in featured projects */

/* Headlines section */

.mod_article#headlines h1.ce_headline.first {
    font-size: 1.2rem;
    background-color: #fff;
    padding: 1em 2em 1em .5em;
    display: inline-block;
    width: 10%;
    float: left;
}

.mod_article#headlines .ce_text {
    width: 20%;
    float: left;
    height: 10em;
    background-color: #f7f7f7;
}

.mod_article#headlines .artwork.homepage.one {
    width: 15%;
    padding: 12%;
    position: relative;
    background-color: #36C0FF;
    float: left;
}


.mod_article.featuredArticle .ce_text h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 0.9em 0 0 0.9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod_article.featuredArticle .ce_text p {
    margin: 0;
    padding: 0.3em 0 0.9em 0.9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Background for containers */

#article-1 .image_container {
    background-color: #36C0FF;
}

#article-2 .image_container {
    background-color: #36C0FF;
}

#article-4 .image_container {
    background-color: #FF6600;
}

#article-9 .image_container {
    background-color: #36C0FF /*hsla(61, 60%, 50%, 0.91) /*#34cc6b*/
}

/* Training section */

#article-5 .ce_text, #article-6 .ce_text, #article-7 .ce_text, #article-8 .ce_text {
    background: #f7f7f7;
}

.ce_text .training {
    background-color: #fff;

}

/***************/
/* TERMS      */
/*************/

.mod_article.pages .ce_text.terms.web h1 {
    color: #009999;
}

.mod_article.pages .ce_text.terms.training h1 {
    color: royalblue;
}

/********************/
/* SEARCH RESULTS  */
/******************/

.mod_search.search-results {
    padding: 0 1em 1em 1em;
}

.mod_search.search-results h1 {
    color: royalblue;
}

.mod_search.search-results .even {
    color: royalblue;
}

.mod_search.search-results .even h3 a {
    color: royalblue;
}

.mod_search.search-results .odd {
    color: #262626;
}

.mod_search.search-results .odd h3 a {
    color: #262626;
}

.mod_search.search-results form input.text {
    height: 2em;
    font-size: 0.875rem;
    border: 0.0625rem solid #dcdcdc;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5rem 0.5rem 0.4375rem;
    line-height: 1.4;
    outline: none;
    -webkit-appearance: none;
}

.mod_search.search-results form input.submit {
    background-color: #ff6900;
    list-style-type: none;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    /* margin: 20px 10px 2em 10px; */
    padding: 0.35rem 0.625rem;
    outline: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    transition-property: background;
    transition-duration: 1s;
}

.mod_search.search-results form input.submit:hover{
    background-color: #2CD1B3;
    color: #fff
    text-transform: uppercase;
}

.mod_search.search-results p {
    padding-top: .5em;
}

/***********/
/* CONTACT */
/**********/

.contact .ce_form {
    width: 50%;
    float: left;
}

.ce_form label {
    width: 40%;
    padding: .6em .2em .0em 10px;
    display: block;
    cursor: pointer;
    margin: 7px 10px 7px 0;
}

.ce_form input, .ce_form textarea {
    width: 60%;
    padding: .4em .04em 0.4em 0.4em;
    margin: .4em;

}

.ce_form {
    font-size: 1.2em;
    width: 98%;
    margin: 0;
    font-family: Georgia;
}

p {
    margin: 0.1em 0 0.1em 0;
}

.ce_form label em {
    color: red;
    padding: 0.2em;
}

.ce_form input[type=text], form input[type=email], form input[type=tel]{
    height: 2em;
    margin: 0 10px 0 10px;
    font-size: 0.875rem;
    border: 0.0625rem solid #dcdcdc;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5rem 0.5rem 0.4375rem;
    line-height: 1.4;
    outline: none;
    -webkit-appearance: none;
}

.ce_form input#ctrl_8 {
    height: 10em;
    border: 0.0625rem solid #dcdcdc;
    margin: 0 10px 0 10px;
}

.ce_form input:focus, textarea:focus {
    background-color: #EEEEEE;
}

.ce_form span.captcha_text {
    display: block;
    padding-left: .5em;
}

.ce_form input[type="submit"]{
    background-color: #262626;
    list-style-type: none;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin: 20px 10px 2em 10px;
    padding: 0.6875rem 0.625rem;
    outline: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    transition-property: background;
    transition-duration: 1s;
}

.ce_form input[type="submit"]:hover{
    background-color: #2CD1B3;
    color: #fff
    text-transform: uppercase;
}

footer {
    clear: both;
}

/* TERMS, FAQ, QUESTIONNAIRE  */

.mod_article.first#faq h1, .mod_article.first#faq-reader, .mod_article#planning-the-website h1, .mod_faqreader h1 {

    margin: 20px 0 0 10px;
}

.mod_faqlist h2 {
    margin: 10px 0 0 10px;
}

.mod_faqreader p.info, .mod_faqreader p.back {
    margin-left: 10px;
}

.mod_faqreader p.info {
    font-style: italic;
    color:  #2800c1;
}

/*****************************/
/* THANK YOU MAIL ANIMATION */
/***************************/

.artwork.paper-plane {
    background-color: #36C0FF;
}

.planePath {
    stroke: #fff;
    stroke-width: .1%;
    stroke-width: .5%;
    stroke-dasharray: 1% 2%;
    stroke-linecap: round;
    fill: none;
}

.fil1 {
    fill: #EDEFF4;
}

.fil2 {
    fill: #E1E1E9;
}

.fil4 {
    fill: #D7DADD;
}

.fil3 {
    fill: #DDDEE3;
}

/***************************************/
/* STYLES FOR DESKTOPS INCLUDING IMACS */
/**************************************/

@media screen and (min-width: 1201px) {

    /* Layout */

    #wrapper {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    /* Header */

    header {
        float: left;
        width: 18%;
        height: 100%;
        position: relative;
    }

    #main {
        max-width: 1400px;
        /*min-width: 1001px;*/
        margin: 0;
    }

    #container {
        float: left;
        width: 82%;
    }

    .logo {
        position: absolute;
        top: 65px;
        left: -50px;
        transform: rotate(-90deg);
    }


    #main-nav {
        padding: 12em 0 0 0;
        clear: both;
    }

    .mod_navigation {
        margin: 12em 1em 1em 1em;
        padding: 0;
        height: 100%;
        float: left;
    }

    .mod_navigation ul {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        list-style: none;
    }

    .mod_navigation ul li {
        margin: 0;
        padding: 0 10px 0 0;
        float; none;
        box-sizing: border-box;
    }

    /* .active is a Contao class. If switched off, menu goes up and style changes.
     A is not the same as a:link. A: link is an unvisited link and when active highlights the active link changing the color of the underline to light */

.mod_navigation ul li.sibling.first {
    white-space: nowrap;
}

    .mod_navigation ul li a:link, .mod_navigation ul li a:visited {
        margin-right: 2px;
        display: block;
        width: auto;
        min-width: 6em;
        height: 3em;
        line-height: 4em;
        font-family: "PT-Serif-Caption";
        font-size: 1em;
        font-weight: bold;
        vertical-align: baseline;
        text-decoration: none;
        text-indent: 0.2em;
        color: inherit;
        letter-spacing: 0.1em;
        transition: color .3s,background-color .3s;

    }

    .mod_navigation ul li:hover {
        color: #262626;
    }

    .mod_navigation ul li .active {
        margin-right: 2px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 3em;
        line-height: 4em;
        font-family: "PT-Serif-Caption";
        font-size: 1em;
        font-weight: bold;
        vertical-align: baseline;
        text-decoration: none;
        text-indent: 0.2em;
        color: #262626
        letter-spacing: 0.1em
    transition: color .3s,background-color .3s;
    }

    /* SEARCH */

    .mod_search {
        width: 20%;
        height: 3.2em;
        margin: 0;
        padding: 0;
        float: right;
        /*border-bottom: .08em solid #252525; */
        display: none;
        box-sizing: border-box;
        background-color: white;
    }

    .mod_search {
        float: left;
    }

    .mod_search input#ctrl_keywords_23 {
        border: 0;
        background-color: #dae5ec;
        padding: 1em 1em 1em 1em;
        cursor: pointer;
        width: 66%;
        box-sizing: border-box;
    }

    .mod_search .formbody button#ctrl_submit_23 {
        border: 0;
        background-color: #f2f2ec;
        padding: 1em 1em 1em 1em;
        font-size: .8em;
        color: #252525;
        text-align: center;
        text-transform: uppercase;
        width: 30%;
        box-sizing: border-box;
    }

    .mod_search .formbody button#ctrl_submit_23:hover, .search .formbody button#ctrl_submit_23:focus {
        background-color: #dae5ec;
        color: rgba(0,0,0,.6);
    }

    /* LOGO */

    .logo img {
        float: left;
        background-color: #ffff00;
        padding: 1em 1.5em 1em 1em;
    }

    /* Item containers */

    .mod_article.headlines .item {
        margin: 0 0 0 0;
    }

    .mod_article.headlines#item-1 {
        width: 42%;
        float: left;
        margin: 0 1em 1em 0;
    }

    .mod_article.headlines#item-2 {
        width: 42%;
        float: left;
        margin: 0 1em 1em 0;
    }

    .mod_article.headlines .item.one.ce_text {
        width: 15%;
        float: left;
    }

    .mod_article.headlines .item.one.ce_text {
        float: left;
        width: 100%;
    }

    /* Paragraphs */

    .mod_article.headlines .ce_text p {
        white-space: normal;
    }

    /* COLUMNS IN HEADLINES */

    .mod_article.headlines.square {
        width: 25%;
        float: left;
    }

    .mod_article.headlines.sm-square {
        width: 16%;
        float: left;
    }

    .mod_article.headlines.col-40 {
        width: 40%;
    }

    .mod_article.headlines.rectangle {
        width: 42%;
        float: left;
    }

    .mod_article.headlines.lg-rectangle {
        width: 15.9%;
        float: left;
    }

    /* MARGINS BETWEEN CONTAINERS */

    .mod_article.headlines.container.margin-right {
        margin: 0 1em 1em 0;
    }

    .mod_article.headlines.container.no-margin-right {
        margin: 0 0 1em 0;
    }

    /* CLEAR FLOATS */

    .mod_article.new-row {
        clear: both;
    }

    /* CONTAINERS */

    .mod_article.headlines#item-3 {
        clear: both;
    }

    /* SLIDER 1 */

    .artwork.homepage.one {
        width: 32%;
        padding: 34%;
        position: relative;
        background-color: #36C0FF;
        float: right;
    }

    .artwork.homepage.one .slider-1 {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slider-1 .photo-1, .slider-1 .photo-2, .slider-1 .photo-3, .slider-1 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 0.5em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-1 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/slider/contao-cms-laptop.png) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/christ-to-coke/icons-london.png) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/design-materials.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/technological-development.png) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* keyframes*/

    @keyframes slideShow {
        0% {
            opacity: 0;
            transform:scale(1);
            -ms-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            transform:scale(1.1);
            -ms-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            transform:scale(1);
            -ms-transformm:scale(1);
        }
    }

    @-o-keyframes slideShow {
        0% {
            opacity: 0;
            -o-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -o-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -o-transformm:scale(1);
        }
    }

    @-moz-keyframes slideShow {
        0% {
            opacity: 0;
            -moz-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -moz-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -moz-transformm:scale(1);
        }
    }

    @-webkit-keyframes slideShow {
        0% {
            opacity: 0;
            -webkit-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -webkit-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -webkit-transformm:scale(1);
        }
    }


    /* SLIDER 2 */

    .artwork.homepage.two {
        width: 32%;
        padding: 34%;
        position: relative;
        background-color: #36C0FF;
        float: right;
    }

    .artwork.homepage.two .slider-2 {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 0.5em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-2 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/slider/customer-journey.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/museum.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/art-design-code.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/class.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* keyframes*/

    @keyframes slideShow {
        0% {
            opacity: 0;
            transform:scale(1);
            -ms-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            transform:scale(1.1);
            -ms-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            transform:scale(1);
            -ms-transformm:scale(1);
        }
    }

    @-o-keyframes slideShow {
        0% {
            opacity: 0;
            -o-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -o-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -o-transformm:scale(1);
        }
    }

    @-moz-keyframes slideShow {
        0% {
            opacity: 0;
            -moz-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -moz-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -moz-transformm:scale(1);
        }
    }

    @-webkit-keyframes slideShow {
        0% {
            opacity: 0;
            -webkit-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -webkit-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -webkit-transformm:scale(1);
        }
    }

/* PAGES */

    .mod_article.pages.col-1 {
        width: 60%;
        float: left;
    }

    .mod_article.pages.col-2 {
        width: 40%;
        float: left;
    }

    .mod_breadcrumb {
        width: 60%;
    }

    .mod_breadcrumb ul {
        padding: .5em 0 6.5em 1em;
        margin-bottom: 1em;
    }

    /* ATENEO 21 */

    /* Bookmark container */

    .mod_article.ateneo21 .ce_text figure {
        background-color: #36C0FF;
        height: 480px;
    }

    .mod_article.ateneo21 .ce_text.bookmark figure.image_container img {
        padding: 100px 3px 0 3px;
    }

    .mod_article.ateneo21 .ce_text.business-card figure.image_container img {
        padding: 8em 0 0 0;
    }

    /* PLANETA ALEPH */

    /* Main photo container */

    .mod_article.planeta-aleph .ce_text.desktop-version figure {
        background-color: #36C0FF;
        height: 480px;
    }

    /* Logo container */

    .mod_article.planeta-aleph .ce_text.logo-design figure.image_container img {
        padding: 3em;
    }

    /* ABOUT */

    /* Social icons */

    .socialicons {
        margin: 2.5em 1em 2.5em 1em;
    }

    /* FREQUENTLY ASKED QUESTIONS */

    .mod_faqlist h1 {
        margin: 15px 0 0 0;
    }

    .mod_faqlist ul {
        margin-top: 30px;
    }

    .mod_faqlist ul a:link, .mod_faqlist ul a:visited {
        text-decoration: underline;
    }

    .mod_faqlist ul a:focus, .mod_faqlist ul a:active {
        text-decoration: none;
        color: #353530;
    }

    .mod_faqreader p.info {
        color: #666;
        margin: 5px 0 20px 10px;
    }

    .mod_faqreader p.back a:link, .mod_faqreader p.back a:visited {
        text-decoration: underline;
        color: #353530;
    }

    .mod_faqreader p.back a:focus, .mod_faqreader p.back a:active {
        text-decoration: none;
    }

    /* FOOTER */


    #footer-text p a {
        margin: 0 1em 0 0;
        text-transform: uppercase;
    }

}

/**************************************************************/
/* STYLES FOR BIG TABLETS LIKE IPAD PRO PORTRAIT ORIENTATION */
/*************************************************************/

@media screen and (min-width: 901px) and (max-width: 1200px){

    /* LAYOUT */

    #wrapper {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    header {
        float: left;
        width: 25%;
        height: 100%;
        position: relative;
    }

    #main {
        max-width: 1300px;
        /*min-width: 1001px;*/
        margin: 0;
    }

    #container {
        float: left;
        width: 75%;
    }

    /* LOGO */

    .logo {
        position: absolute;
        top: 65px;
        left: -50px;
        transform: rotate(-90deg);
    }

    .logo img {
        float: left;
        background-color: #ffff00;
        padding: 1em 1.5em 1em 1em;
    }

    /* NAVIGATION */

    #main-nav {
        padding: 9em 0 0 0;
        clear: both;
    }

    .mod_navigation {
        margin: 12em 1em 1em 1em;
        padding: 0;
        height: 100%;
        float: left;
    }

    .mod_navigation ul {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        list-style: none;
    }

    .mod_navigation ul li {
        margin: 0;
        padding: 0 10px 0 0;
        float; none;
        box-sizing: border-box;
    }

    /* .active is a Contao class. If switched off, menu goes up and style changes.
     A is not the same as a:link. A: link is an unvisited link and when active highlights the active link changing the color of the underline to light */

    .mod_navigation ul li.sibling.first {
        white-space: nowrap;
    }

    .mod_navigation ul li a:link, .mod_navigation ul li a:visited {
        margin-right: 2px;
        display: block;
        width: auto;
        min-width: 6em;
        height: 3em;
        line-height: 4em;
        font-family: "PT-Serif-Caption";
        font-size: 1em;
        font-weight: bold;
        vertical-align: baseline;
        text-decoration: none;
        text-indent: 0.2em;
        color: inherit;
        letter-spacing: 0.1em;
        transition: color .3s,background-color .3s;

    }

    .mod_navigation ul li:hover {
        color: #262626;
    }

    .mod_navigation ul li .active {
        margin-right: 2px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 3em;
        line-height: 4em;
        font-family: "PT-Serif-Caption";
        font-size: 1em;
        font-weight: bold;
        vertical-align: baseline;
        text-decoration: none;
        text-indent: 0.2em;
        color: #262626;
    letter-spacing: 0.1em
    transition: color .3s,background-color .3s;
    }

    /*
    .mod_navigation ul li a:hover, .mod_navigation ul li a:focus {
        color: cadetblue;
    }

    .mod_navigation ul li.active span.active {
        color: black;
    } */

    /* SEARCH */

    .mod_search {
        width: 20%;
        height: 3.2em;
        margin: 0;
        padding: 0;
        float: right;
        /*border-bottom: .08em solid #252525; */
        display: none;
        box-sizing: border-box;
        background-color: white;
    }

    .mod_search {
        float: left;
    }

    .mod_search input#ctrl_keywords_23 {
        border: 0;
        background-color: #dae5ec;
        padding: 1em 1em 1em 1em;
        cursor: pointer;
        width: 66%;
        box-sizing: border-box;
    }

    .mod_search .formbody button#ctrl_submit_23 {
        border: 0;
        background-color: #f2f2ec;
        padding: 1em 1em 1em 1em;
        font-size: .8em;
        color: #252525;
        text-align: center;
        text-transform: uppercase;
        width: 30%;
        box-sizing: border-box;
    }

    .mod_search .formbody button#ctrl_submit_23:hover, .search .formbody button#ctrl_submit_23:focus {
        background-color: #dae5ec;
        color: rgba(0,0,0,.6);
    }

    /* Item containers */

    .mod_article.headlines .item {
        margin: 0 0 0 0;
    }

    .mod_article.headlines#item-1 {
        width: 49%;
        float: left;
        margin: 0 .5em 1em 0;
    }

    .mod_article.headlines#item-2 {
        width: 49%;
        float: left;
        margin: 0 0 1em 0;
    }

    .mod_article.headlines .item.one.ce_text {
        width: 15%;
        float: left;
    }

    .mod_article.headlines .item.one.ce_text {
        float: left;
        width: 100%;
    }

    /* Paragraphs */

    .mod_article.headlines .ce_text p {
        white-space: normal;
    }

    /* COLUMNS IN HEADLINES */

    .mod_article.headlines.square {
        width: 29%;
        float: left;
    }

    .mod_article.headlines.sm-square {
        width: 19%;
        float: left;
    }

    .mod_article.headlines.rectangle {
        width: 49%;
        float: left;
    }

    .mod_article.headlines.lg-rectangle {
        width: 19%;
        float: left;
    }

    /* MARGINS BETWEEN CONTAINERS */

    .mod_article.headlines.container.margin-right {
        margin: 0 1% 1em 0;
    }

    .mod_article.headlines.container.no-margin-right {
        margin: 0 0 1em 0;
    }

    /* CLEAR FLOATS */

    .mod_article.new-row {
        clear: both;
    }

    /* CONTAINERS */

    .mod_article.headlines#item-3 {
        clear: both;
    }

    .mod_article.headlines.container {
        cursor: pointer;
    }

    /* SLIDER 1 */

    .artwork.homepage.one {
        width: 32%;
        padding: 34%;
        position: relative;
        background-color: #36C0FF;
        float: right;
    }

    .artwork.homepage.one .slider-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slider-1 .photo-1, .slider-1 .photo-2, .slider-1 .photo-3, .slider-1 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 0.5em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-1 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/slider/contao-cms-laptop.png) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/e-commerce-for-mobile-devices.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/design-materials.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/technological-development.png) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* keyframes*/

    @keyframes slideShow {
        0% {
            opacity: 0;
            transform:scale(1);
            -ms-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            transform:scale(1.1);
            -ms-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            transform:scale(1);
            -ms-transformm:scale(1);
        }
    }

    @-o-keyframes slideShow {
        0% {
            opacity: 0;
            -o-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -o-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -o-transformm:scale(1);
        }
    }

    @-moz-keyframes slideShow {
        0% {
            opacity: 0;
            -moz-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -moz-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -moz-transformm:scale(1);
        }
    }

    @-webkit-keyframes slideShow {
        0% {
            opacity: 0;
            -webkit-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -webkit-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -webkit-transformm:scale(1);
        }
    }


    /* SLIDER 2 */

    .artwork.homepage.two {
        width: 32%;
        padding: 34%;
        position: relative;
        background-color: #36C0FF;
        float: right;
    }

    .artwork.homepage.two .slider-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 0.5em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-2 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/Images/customer-journey.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/world-spheres-big-bang-data.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/art-design-code.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/the-life-of-pi.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* keyframes*/

    @keyframes slideShow {
        0% {
            opacity: 0;
            transform:scale(1);
            -ms-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            transform:scale(1.1);
            -ms-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            transform:scale(1);
            -ms-transformm:scale(1);
        }
    }

    @-o-keyframes slideShow {
        0% {
            opacity: 0;
            -o-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -o-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -o-transformm:scale(1);
        }
    }

    @-moz-keyframes slideShow {
        0% {
            opacity: 0;
            -moz-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -moz-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -moz-transformm:scale(1);
        }
    }

    @-webkit-keyframes slideShow {
        0% {
            opacity: 0;
            -webkit-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -webkit-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -webkit-transformm:scale(1);
        }
    }

    /* PAGES */

    .mod_article.pages.col-1 {
        width: 75%;
        float: left;
    }

    .mod_article.pages.col-2 {
        width: 25%;
        float: left;
    }

    /* Breadcrumb navigation */

    .mod_breadcrumb {
        width: 75%;
        background: #fff;
    }

    .mod_breadcrumb ul {
        padding: .5em 0 4.5em 1em;
    }

    /* ATENEO 21 */

    /* Bookmark container */

    .mod_article.ateneo21 .ce_text figure {
        background-color: #36C0FF;
        height: 480px;
    }

    .mod_article.ateneo21 .ce_text.bookmark figure.image_container img {
        padding: 100px 3px 0 3px;
    }

    .mod_article.ateneo21 .ce_text.business-card figure.image_container img {
        padding: 8em 0 0 0;
    }

    /* PLANETA ALEPH */

    /* Main photo container */

    .mod_article.planeta-aleph .ce_text.desktop-version figure {
        background-color: #36C0FF;
        height: 480px;
    }

    /* Logo container */

    .mod_article.planeta-aleph .ce_text.logo-design figure.image_container img {
        padding: 3em;
    }

    /* ABOUT */

    /* Social icons */

    .socialicons {
        margin: 2.5em 1em 2.5em 1em;
    }

    /* FREQUENTLY ASKED QUESTIONS */

    .mod_faqlist h1 {
        margin: 15px 0 0 0;
    }

    .mod_faqlist ul {
        margin-top: 30px;
    }

    .mod_faqlist ul a:link, .mod_faqlist ul a:visited {
        text-decoration: underline;
    }

    .mod_faqlist ul a:focus, .mod_faqlist ul a:active {
        text-decoration: none;
        color: #353530;
    }

    .mod_faqreader p.info {
        color: #666;
        margin: 5px 0 20px 10px;
    }

    .mod_faqreader p.back a:link, .mod_faqreader p.back a:visited {
        text-decoration: underline;
        color: #353530;
    }

    .mod_faqreader p.back a:focus, .mod_faqreader p.back a:active {
        text-decoration: none;
    }

    /* FOOTER */


    #footer-text p a {
        margin: 0 1em 0 0;
        text-transform: uppercase;
    }

}

/*****************************/
/* THANK YOU MAIL ANIMATION */
/***************************/

.artwork.mail {
    background-color: #28505D;
}

.planePath {
    stroke: #f6f7f7;
    stroke-width: .1%;
    stroke-width: .6%;
    stroke-dasharray: 1% 2%;
    stroke-linecap: round;
    fill: none;
}


.fil1 {
    fill: #F2F3F3;
}

.fil2 {
    fill: #D4D5D5;
}

.fil4 {
    fill: #c5c6c6;
}

.fil3 {
    fill: #cacbcc;
}

/************************************************************/
/* STYLES FOR TABLETS LIKE IPAD AIR LANDSCAPE ORIENTATION  */
/**********************************************************/

@media screen and (max-width: 900px) and (min-width: 601px) {

   /* LAYOUT */

    #wrapper {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #header .inside, #centerblock .inside, #main .inside, #footer .inside {
        margin: 0;
    }

    /* LOGO */

    .logo {
        padding: 1em 0 0.5em 1em;
        background-color: #ffff00;
    }

    /* NAVIGATION */

    .rwd-nav {
        display: block;
        overflow: hidden;
        width: 100%;
        text-indent: 10px;
    }

    .rwd-nav .browse {
        width: 60%;
        background: rgb(255, 105, 0);
        float: left;
        color: #fff;
        text-decoration: none;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    /* Make label as big as browse button to make it clickable */

    .rwd-nav label {
        display: block;
        padding: 10px 0 10px 3px;
    }

    .rwd-nav .browse label {
        padding: 13px 0 13px 5px;
    }

    .rwd-nav .browse label:hover {
        background-color: #2CD1B3;
    }

    .rwd-nav .search-icon label {
        text-align: right;
        padding-right: 25px;

    }

    .rwd-nav .browse a {
        text-decoration: none;
    }

    label span.fa.fa-long-arrow {
        color:grey;
    }


    input#rwd-nav-toggle:checked ~ .mod_navigation {
        display: block;
    }

    input#rwd-search-toggle:checked ~  .mod_search {
        display: block;
    }

    .mod_search.search-results {
        display: block;
    }

    input[type="search"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;;
    }

    .mod_navigation {
        display: none;
        margin: 0.03em 0 0 0;
        padding: 0 0 0 0;
        width: 60%;
        height: 100%;
    }

    .mod_navigation ul {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        list-style: none;
    }

    .mod_navigation ul li {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        border: none;
        border-right:.08em solid rgba(0,0,0,.05);
    }

    .mod_navigation li:first-child a {
        border-top: .08em solid rgba(0,0,0,.1);
    }

    .mod_navigation li a {
        padding: 13px 0 13px 15px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 1.75em;
        line-height: 1.83333em;
        font-size: 1rem;
        text-align: left;
        text-decoration: none;
        border-bottom: .08em solid #ffffff;
        background-color: rgb(255, 105, 0);
        color: #fff;
    }

    .mod_navigation li a:hover {
        background-color: #2CD1B3;
        color: #fff;
    }

    .mod_navigation ul li .active {
        padding: 13px 0 13px 15px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 1.75em;
        line-height: 1.83333em;
        font-size: 1rem;
        text-align: left;
        text-decoration: none;
        border-bottom: .08em solid #ffffff;
        background-color: rgb(255, 105, 0);
        color: #fff
    }

    .rwd-nav .search-icon {
        background-color: #f2f2ec;
        /*  background: #f2f2ec url("../img/spritemap.png") no-repeat 50% -35px; */
        border-left: 1px solid #fff;
        width: 39.5%;
        float: left;
        padding: 0;
        margin: 0 0 0 0;
        box-sizing: border-box;

    }

    .rwd-nav .search-icon:hover {
        background-color: #dae5ec;
    }

    .mod_search.search.rwd {
        display: none;
    }

    .mod_search {
        width: 100%;
        margin: 1px 0 0 0;
        padding: 0;
        float: left;
        box-sizing: border-box;
    }

    .mod_search input#ctrl_keywords_23 {
        border: none;
        background-color: #dae5ec;
        margin: 0.03px 0 0 0;
        padding: 21px 10px 18px 13px;
        cursor: pointer;
        width: 60%;
        box-sizing: border-box;
        float: left;
    }

    .mod_search .formbody button#ctrl_submit_23 {
        border: none;
        background-color: #f2f2ec;
        margin: 0 0 0 1px;
        padding: 13px 10px 12px 13px;
        color:  #ff6900;
        font-size: 1rem;
        text-align: left;
        text-transform: uppercase;
        width: 39.5%;
        box-sizing: border-box;
        float: left;
    -webkit-border-radius: 0;
        border-radius:0;
        -webkit-appearance: none;
        line-height: 1.83333;
    }

    .mod_search .formbody button#ctrl_submit_23:hover, .mod_search .formbody button#ctrl_submit_23:focus {
        background-color: #dae5ec;
        color: rgba(0,0,0,.6);
    }

    /* CONTAINERS IN HOME PAGE */

    /* COLUMNS IN HEADLINES */

    /* Item containers */

    .mod_article.headlines#item-1 {
        width: 48%;
        float: left;
    }

    .mod_article.headlines#item-2 {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.square {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.sm-square {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.rectangle {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.lg-rectangle {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.odd{
        margin: 0 .5em 0.5em .5em;
    }

    .mod_article.headlines.even {
        margin: 0 .5em 0.5em 0;
    }

    /* SLIDER 1 */

    .artwork.homepage.one, .slider-1, .slider-1 figure, .slider-1 .photo-1, .slider-1 .photo-2, .slider-1 .photo-3, .slider-1 .photo-4 {
        margin: 0;
        padding: 0;
    }

    .artwork.homepage.one {
        width: 100%;
        padding: 29%;
        position: relative;
        background-color: #36C0FF;
    }

    .artwork.homepage.one .slider-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 64%;
        height: 100%;
        overflow: hidden;
    }

    .slider-1 .photo-1, .slider-1 .photo-2, .slider-1 .photo-3, .slider-1 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 1em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-1 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/slider/contao-cms-laptop.png) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/e-commerce-for-mobile-devices.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/design-materials.png) no-repeat center left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/technological-development.png) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* keyframes*/

    @keyframes slideShow {
        0% {
            opacity: 0;
            transform:scale(1);
            -ms-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            transform:scale(1.1);
            -ms-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            transform:scale(1);
            -ms-transformm:scale(1);
        }
    }

    @-o-keyframes slideShow {
        0% {
            opacity: 0;
            -o-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -o-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -o-transformm:scale(1);
        }
    }

    @-moz-keyframes slideShow {
        0% {
            opacity: 0;
            -moz-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -moz-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -moz-transformm:scale(1);
        }
    }

    @-webkit-keyframes slideShow {
        0% {
            opacity: 0;
            -webkit-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -webkit-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -webkit-transformm:scale(1);
        }
    }

    /* SLIDER 2 */


    .artwork.homepage.two, .slider-2, .slider-2 figure, .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        margin: 0;
        padding: 0;
    }

    .artwork.homepage.two {
        width: 100%;
        padding: 29%;
        position: relative;
        background-color: #36C0FF;
    }

    .artwork.homepage.two .slider-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 64%;
        height: 100%;
        overflow: hidden;
    }

    .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 1em;
        opacity:0;
        width: 100%;
        /*animation*/

        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-2 .photo-1 {
        opacity: 1;
        /*       background: url(/files/assembly21/Projects/Ateneo21/ateneo21-mobile-portrait.png) no-repeat top center; */
        background: url(/files/assembly21/slider/customer-journey.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/world-spheres-big-bang-data.jpg) no-repeat top left;
        /*  background: url(/files/assembly21/Projects/Ateneo21/ateneo21-tablet-horizontal.png) no-repeat top center; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/art-design-code.jpg) no-repeat top left;
        /*   background: url(/files/assembly21/Projects/Ateneo21/ateneo21-small-desktop-portrait.png) no-repeat top center; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/the-life-of-pi.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    /* PAGES */

    .mod_article.pages.col-1 {
        width: 80%;
        float: left;
    }

    .mod_article.pages.col-2 {
        width: 20%;
        float: left;
    }

    .mod_breadcrumb {
        width: 80%;
    }

    .mod_breadcrumb ul {
        padding: .5em 0 4.5em 1em;
    }


    /* ATENEO 21 */

    .mod_article.ateneo21 .ce_text.bookmark figure.image_container img {
        padding: 90px 0 90px 0;
        margin: 0 auto;
    }

    .mod_article.ateneo21 .ce_text.business-card figure.image_container img {
        padding: 90px 5px 90px 20px;
        margin: 0 auto;
    }

    /* PLANETA ALEPH */

    .mod_article.planeta-aleph .ce_text.logo-design figure {
        padding: 2.5em;
    }

    /* ABOUT */

    /* Social icons */

    .socialicons {
        padding: 1.2em 1em 2.2em 1em;
    }

    .ce_text.featuredProject.sm {
       /* width: 100%; */
        float: left;
    }

    /* BLOG */


    /* CONTACT FORM */

    .contact .ce_form {
        width: 100%;
        float: left;
    }

    .ce_form label {
        width: 95%;
        padding: .2em .2em .2em 10px;
        display: block;
        cursor: pointer;
        margin: 7px 10px 7px 0;
    }

    .captcha_text {
        margin-left: 10px;
    }

    .ce_form input, .ce_form textarea {
        width: 95%;
        padding: .4em .04em 0.4em 0.4em;
        margin: .4em;
        border: 0.0625rem solid #dcdcdc;

    }

    /* FOOTER */

    footer .inside .ce_text {
        width: 50%;
    }

}

/*********************************************/
/* STYLES FOR MOBILES LANDSCAPE ORIENTATION */
/*******************************************/

@media screen and (min-width: 451px) and (max-width: 600px) {
    #wrapper {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #header .inside, #centerblock .inside, #main .inside, #footer .inside {
        margin: 0;
    }

    /* LOGO */

    .logo {
        padding: 1em 0 0.5em 1em;
        background-color: #ffff00;
    }

    /* NAVIGATION */

    .rwd-nav {
        display: block;
        overflow: hidden;
        width: 100%;
        text-indent: 10px;
    }

    .rwd-nav .browse {
        width: 60%;
        background: rgb(255, 105, 0);
        float: left;
        color:  #fff;
        text-decoration: none;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    /* Make label as big as browse button to make it clickable */

    .rwd-nav label {
        display: block;
        padding: 10px 0 10px 3px;
    }

    .rwd-nav .browse label {
        padding: 13px 0 13px 5px;
    }

    .rwd-nav .browse label:hover {
        background-color: #2CD1B3;
    }

    .rwd-nav .search-icon label {
        text-align: right;
        padding-right: 25px;

    }

    .rwd-nav .browse a {
        text-decoration: none;
    }

    label span.fa.fa-long-arrow {
        color:grey;
    }


    input#rwd-nav-toggle:checked ~ .mod_navigation {
        display: block;
    }

    input#rwd-search-toggle:checked ~  .mod_search {
        display: block;
    }

    .mod_search.search-results {
        display: block;
    }

    input[type="search"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;;
    }

    .mod_navigation {
        display: none;
        margin: 0.03em 0 0 0;
        padding: 0 0 0 0;
        width: 60%;
        height: 100%;
    }

    .mod_navigation ul {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        list-style: none;
    }

    .mod_navigation ul li {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        border: none;
        border-right:.08em solid rgba(0,0,0,.05);
    }

    .mod_navigation li:first-child a {
        border-top: .08em solid rgba(0,0,0,.1);
    }

    .mod_navigation li a {
        padding: 13px 0 13px 15px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 1.75em;
        line-height: 1.83333em;
        font-size: 1rem;
        text-align: left;
        text-decoration: none;
        border-bottom: .08em solid #ffffff;
        background-color: rgb(255, 105, 0);
        color: #fff;
    }

    .mod_navigation li a:hover {
        background-color: #2CD1B3;
        color: #fff;
    }

    .mod_navigation ul li .active {
        padding: 13px 0 13px 15px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 1.75em;
        line-height: 1.83333em;
        font-size: 1rem;
        text-align: left;
        text-decoration: none;
        border-bottom: .08em solid #ffffff;
        background-color: #2CD1B3;
        color: #f6f6f6;
    }

    .rwd-nav .search-icon {
        background-color: #f2f2ec;
        /*  background: #f2f2ec url("../img/spritemap.png") no-repeat 50% -35px; */
        border-left: 1px solid #fff;
        width: 39.5%;
        float: left;
        padding: 0;
        margin: 0 0 0 0;
        box-sizing: border-box;

    }

    .rwd-nav .search-icon:hover {
        background-color: #dae5ec;
    }

    .mod_search.search.rwd {
        display: none;
    }

    .mod_search {
        width: 100%;
        margin: 1px 0 0 0;
        padding: 0;
        float: left;
        box-sizing: border-box;
    }

    .mod_search input#ctrl_keywords_23 {
        border: none;
        background-color: #dae5ec;
        margin: 0.03px 0 0 0;
        padding: 21px 10px 18px 13px;
        cursor: pointer;
        width: 60%;
        box-sizing: border-box;
        float: left;
    }

    .mod_search .formbody button#ctrl_submit_23 {
        border: none;
        background-color: #f2f2ec;
        margin: 0 0 0 1px;
        padding: 13px 10px 12px 13px;
        color:  #ff6900;
        font-size: 1rem;
        text-align: left;
        text-transform: uppercase;
        width: 39.5%;
        box-sizing: border-box;
        float: left;
        -webkit-border-radius: 0;
        border-radius:0;
        -webkit-appearance: none;
        line-height: 1.83333;
    }

    .mod_search .formbody button#ctrl_submit_23:hover, .mod_search .formbody button#ctrl_submit_23:focus {
        background-color: #dae5ec;
        color: rgba(0,0,0,.6);
    }

    /* CONTAINERS IN HOME PAGE */


    /* COLUMNS IN HEADLINES */

    /* Item containers */

    .mod_article.headlines#item-1 {
        width: 48%;
        float: left;
    }

    .mod_article.headlines#item-2 {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.square {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.sm-square {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.rectangle {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.lg-rectangle {
        width: 48%;
        float: left;
    }

    .mod_article.headlines.odd{
        margin: 0 5px 5px 5px;
    }

    .mod_article.headlines.even {
        margin: 0 5px 5px 0;
    }

    /* SLIDER 1 */


    .artwork.homepage.one, .slider-1, .slider-1 figure, .slider-1 .photo-1, .slider-1 .photo-2, .slider-1 .photo-3, .slider-1 .photo-4 {
        margin: 0;
        padding: 0;
    }

    .artwork.homepage.one {
        width: 100%;
        padding: 29%;
        position: relative;
        background-color: #36C0FF;
    }

    .artwork.homepage.one .slider-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 64%;
        height: 100%;
        overflow: hidden;
    }

    .slider-1 .photo-1, .slider-1 .photo-2, .slider-1 .photo-3, .slider-1 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 1em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-1 .photo-1 {
        opacity: 1;
        /*       background: url(/files/assembly21/Projects/Ateneo21/ateneo21-mobile-portrait.png) no-repeat top center; */
        background: url(/files/assembly21/contao/contao-cms-laptop.png) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/e-commerce-for-mobile-devices.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/design-materials.png) no-repeat center left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/technological-development.png) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* keyframes*/

    @keyframes slideShow {
        0% {
            opacity: 0;
            transform:scale(1);
            -ms-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            transform:scale(1.1);
            -ms-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            transform:scale(1);
            -ms-transformm:scale(1);
        }
    }

    @-o-keyframes slideShow {
        0% {
            opacity: 0;
            -o-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -o-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -o-transformm:scale(1);
        }
    }

    @-moz-keyframes slideShow {
        0% {
            opacity: 0;
            -moz-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -moz-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -moz-transformm:scale(1);
        }
    }

    @-webkit-keyframes slideShow {
        0% {
            opacity: 0;
            -webkit-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -webkit-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -webkit-transformm:scale(1);
        }
    }

    /* SLIDER 2 */


    .artwork.homepage.two, .slider-2, .slider-2 figure, .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        margin: 0;
        padding: 0;
    }

    .artwork.homepage.two {
        width: 100%;
        padding: 29%;
        position: relative;
        background-color: #36C0FF;
    }

    .artwork.homepage.two .slider-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 64%;
        height: 100%;
        overflow: hidden;
    }

    .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 1em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-2 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/slider/customer-journey.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/world-spheres-big-bang-data.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/art-design-code.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/the-life-of-pi.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    /* PAGES */

    .mod_article.pages {
        width: 100%;
        float: left;
    }

    /* BREADCRUMB NAVIGATION */

    .mod_breadcrumb {
        display: none;
    }

    /* ATENEO 21 */

    .mod_article.ateneo21 .ce_text.bookmark figure.image_container img {
        padding: 90px 0 90px 0;
        margin: 0 auto;
    }

    .mod_article.ateneo21 .ce_text.business-card figure.image_container img {
        padding: 90px 5px 90px 20px;
        margin: 0 auto;
    }

    /* PLANETA ALEPH */

    .mod_article.planeta-aleph .ce_text.logo-design figure {
        padding: 2.5em;
    }

    /* ABOUT */

    /* Social icons */

    .socialicons {
        padding: 1.2em 1em 2.2em 1em;
    }

    .ce_text.featuredProject.sm {
        /* width: 100%; */
        float: left;
    }

    /* BLOG */

    /* CONTACT FORM */

    .contact .ce_form {
        width: 100%;
        float: left;
    }

    .ce_form label {
        width: 95%;
        padding: .2em .2em .2em 10px;
        display: block;
        cursor: pointer;
        margin: 7px 10px 7px 0;
    }

    .captcha_text {
        margin-left: 10px;
    }

    .ce_form input, .ce_form textarea {
        width: 95%;
        padding: .4em .04em 0.4em 0.4em;
        margin: .4em;
        border: 0.0625rem solid #dcdcdc;

    }

    /* FOOTER */

    footer .inside .ce_text {
        width: 50%;
    }
}


/***********************/
/* STYLES FOR MOBILES */
/*********************/


@media screen and (max-width: 450px){

    /* LOGO */

    .logo {
        padding: 1em 0 0.5em 1em;
        background-color: #ffff00;
    }

    /* NAVIGATION */

    .rwd-nav {
        display: block;
        overflow: hidden;
        width: 100%;
        text-indent: 10px;
    }

    .rwd-nav .browse {
        width: 60%;
        background: rgb(255, 105, 0);
        float: left;
        color: #fff;
        text-decoration: none;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    /* Make label as big as browse button to make it clickable */

    .rwd-nav label {
        display: block;
        padding: 10px 0 10px 3px;
    }

    .rwd-nav .browse label {
        padding: 13px 0 13px 5px;
    }

    .rwd-nav .browse label:hover {
        background-color: #2CD1B3;
    }

    .rwd-nav .search-icon label {
        text-align: right;
        padding-right: 25px;

    }

    .rwd-nav .browse a {
        text-decoration: none;
    }

    label span.fa.fa-long-arrow {
        color:grey;
    }


    input#rwd-nav-toggle:checked ~ .mod_navigation {
        display: block;
    }

    input#rwd-search-toggle:checked ~  .mod_search {
        display: block;
    }

    .mod_search.search-results {
        display: block;
    }

    input[type="search"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;;
    }

    .mod_navigation {
        display: none;
        margin: 0.03em 0 0 0;
        padding: 0 0 0 0;
        width: 60%;
        height: 100%;
    }

    .mod_navigation ul {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        list-style: none;
    }

    .mod_navigation ul li {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        border: none;
        border-right:.08em solid rgba(0,0,0,.05);
    }

    .mod_navigation li:first-child a {
        border-top: .08em solid rgba(0,0,0,.1);
    }

    .mod_navigation li a {
        padding: 13px 0 13px 15px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 1.75em;
        line-height: 1.83333em;
        font-size: 1rem;
        text-align: left;
        text-decoration: none;
        border-bottom: .08em solid #ffffff;
        background-color: rgb(255, 105, 0);
        color: #fff;
    }

    .mod_navigation li a:hover {
        background-color: #2CD1B3;
        color: #fff;
    }

    .mod_navigation ul li .active {
        padding: 13px 0 13px 15px;
        display: block;
        width: auto;
        min-width: 3em;
        height: 1.75em;
        line-height: 1.83333em;
        font-size: 1rem;
        text-align: left;
        text-decoration: none;
        border-bottom: .08em solid #ffffff;
        background-color: #2CD1B3;
        color:  #fff;
    }

    .rwd-nav .search-icon {
        background-color: #f2f2ec;
        /*  background: #f2f2ec url("../img/spritemap.png") no-repeat 50% -35px; */
        border-left: 1px solid #fff;
        width: 39.5%;
        float: left;
        padding: 0;
        margin: 0 0 0 0;
        box-sizing: border-box;

    }

    .rwd-nav .search-icon:hover {
        background-color: #dae5ec;
    }

    .mod_search.search.rwd {
        display: none;
    }

    .mod_search {
        width: 100%;
        margin: 1px 0 0 0;
        padding: 0;
        float: left;
        box-sizing: border-box;
    }

    .mod_search input#ctrl_keywords_23 {
        border: none;
        background-color: #dae5ec;
        margin: 0.03px 0 0 0;
        padding: 21px 10px 16px 13px;
        cursor: pointer;
        width: 60%;
        box-sizing: border-box;
        float: left;
    }

    .mod_search .formbody button#ctrl_submit_23 {
        border: none;
        background-color: #f2f2ec;
        margin: 0.03px 0 0 1px;
        padding: 14px 10px 10px 13px;
        color:  #262626;
        font-size: 1rem;
        text-align: left;
        text-transform: uppercase;
        width: 39.5%;
        box-sizing: border-box;
        float: left;
        -webkit-border-radius: 0;
        border-radius:0;
        -webkit-appearance: none;
        line-height: 1.83333;
    }

    .mod_search .formbody button#ctrl_submit_23:hover, .mod_search .formbody button#ctrl_submit_23:focus {
        background-color: #dae5ec;
        color: rgba(0,0,0,.6);
    }


    h1.ce_headline.first {
       padding: 1.5em 1em 1em 0.5em;
    }

    /* BIG HEADINGS */

    .mod_article h1.ce_headline.first {
        font-size: 1.3rem;
        width: 80%;
        margin: 0;
    }

    /* MARGINGS FOR CONTAINERS */

    #wrapper {
        box-sizing: border-box;
    }

    .mod_article.headlines {
        margin: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mod_article.headlines#item-3 {
        overflow: hidden;
    }

    /* SLIDER */

    /* Fixes overflow in iPhone 5 */

    .featuredProject {
        overflow: hidden;
    }

    .artwork.homepage.one, .slider, .slider figure, .photo-1, .photo-2, .photo-3, .photo-4 {
        margin: 0;
        padding: 0;
    }

    .artwork.homepage.one {
        width: 100%;
        padding: 38%;
        position: relative;
        background-color: #36C0FF;
        overflow: hidden;
    }

    .artwork.homepage.one .slider-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 58%;
        height: 100%;
        overflow: hidden;
    }

    .slider-1 .photo-1, .slider-1 .photo-2, .slider-1 .photo-3, .slider-1 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 1em;
        opacity:0;
        width: 100%;
        /*animation*/

        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }

    .slider-1 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/slider/contao-cms-laptop.png) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/e-commerce-for-mobile-devices.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/design-materials.png) no-repeat center left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-1 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/technological-development.png) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* keyframes*/

    @keyframes slideShow {
        0% {
            opacity: 0;
            transform:scale(1);
            -ms-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            transform:scale(1.1);
            -ms-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            transform:scale(1);
            -ms-transformm:scale(1);
        }
    }

    @-o-keyframes slideShow {
        0% {
            opacity: 0;
            -o-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -o-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -o-transformm:scale(1);
        }
    }

    @-moz-keyframes slideShow {
        0% {
            opacity: 0;
            -moz-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -moz-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -moz-transformm:scale(1);
        }
    }

    @-webkit-keyframes slideShow {
        0% {
            opacity: 0;
            -webkit-transform:scale(1);
        }
        4% {
            opacity: 1
        }
        24% {
            opacity: 1;
        }
        28% {
            opacity: 0;
            -webkit-transform:scale(1.1);
        }
        100% {
            opacity: 0;
            -webkit-transformm:scale(1);
        }
    }

    /* SLIDER 2 */

    .artwork.homepage.two, .slider, .slider-2 figure, .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        margin: 0;
        padding: 0;
    }

    .artwork.homepage.two {
        width: 100%;
        padding: 38%;
        position: relative;
        background-color: #36C0FF;
        overflow: hidden;
    }

    .artwork.homepage.two .slider-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 58%;
        height: 100%;
        overflow: hidden;
    }

    .slider-2 .photo-1, .slider-2 .photo-2, .slider-2 .photo-3, .slider-2 .photo-4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 1em;
        opacity:0;
        width: 100%;
        animation: slideShow 24s linear infinite 0s;
        -o-animation: slideShow 24s linear infinite 0s;
        -moz-animation: slideShow 24s linear infinite 0s;
        -webkit-animation: slideShow 24s linear infinite 0s;
    }


    .slider-2 .photo-1 {
        opacity: 1;
        background: url(/files/assembly21/slider/customer-journey.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-2 {
        animation-delay: 6s;
        -o-animation-delay: 6s;
        -moz--animation-delay: 6s;
        -webkit-animation-delay: 6s;
        background: url(/files/assembly21/slider/world-spheres-big-bang-data.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-3 {
        animation-delay: 12s;
        -o-animation-delay: 12s;
        -moz--animation-delay: 12s;
        -webkit-animation-delay: 12s;
        background: url(/files/assembly21/slider/art-design-code.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-2 .photo-4 {
        animation-delay: 18s;
        -o-animation-delay: 18s;
        -moz--animation-delay: 18s;
        -webkit-animation-delay: 18s;
        background: url(/files/assembly21/slider/the-life-of-pi.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mod_article.pages {
        width: 100%;
    }

    .mod_breadcrumb {
        display: none;
    }

    /* ATENEO 21 */

    .mod_article.ateneo21 .ce_text.ateneo21 figure.image_container img {
        margin: 0 auto;
    }

    .mod_article.ateneo21 .ce_text.ateneo21.desktop-version figure {
        padding: 5em 5px 5em 5px;
    }

    .mod_article.ateneo21 .ce_text.ateneo21.bookmark figure {
        padding: 5em 5px 5em 5px;
    }

    .mod_article.ateneo21 .ce_text.ateneo21.business-card figure {
        padding: 5em 5px 5em 5px;
    }


    /* PLANETA ALEPH */

    /* Logo container */

    .mod_article.planeta-aleph .ce_text.logo-design figure {
        padding: 2em;
    }

    /* ABOUT */

    /* Social icons */

    .socialicons {
        margin: 1em 1em;
    }

    .socialicons a.fa {
        text-decoration: none;
        margin-right: .05em;
    }

    /* WEB DEVELOPMENT ILLUSTRATIONS */

    .words {
        margin: .5em;
    }

    /* BLOG */

    /* FOOTER */

    footer .inside .ce_text {
        width: 100%;
    }

    /* CONTACT */

    .mod_article.contact.col-1 {
        width: 98%;
        float: left;
    }

    .mod_article.contact.col-1 {
        margin-top: 25px;
    }

    /* THANK YOU */

    .mod_article.pages {
        padding-bottom: 0em;
    }

}

/* PRINT STYLES */

@media print {
    html {
        background-color: white;
    }

    body {
        color: #262626;
        background: white;
        font-size: 9pt;
    }

    header {
    display: none;
    }

    .mod_article.pages.col-2 {
    display: none;
    }

    .mod_article.pages.col-1 figure.image_container img {
    display: none;
    }

    .mod_article.pages.col-1 .ce_text h1 {
        font-size: 11pt;
        font-weight: normal;
        color: #262626;
        margin: 0;
    }

    .mod_article.pages.col-1 .ce_text h2 {
        font-size: 11pt;
        font-weight: normal;
        color: #262626;
        margin: 0;
    }

    .mod_article.pages.col-1 .ce_text.first {
        color: #262626;
    }

    a {
        color: #262626;
        text-decoration: underline;
        font-weight: normal;
    }

    .mod_article.pages.col-1 .ce_text figure.image_container {
        margin: 2em 0 2em 0;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em; 
    }

    .mod_breadcrumb {
        display: none;
    }

    .mod_article.pages.col-1 .artwork {
        display: none;
    }

    .mod_article.pages.col-1 .ce_text.web-development {
         clear: both;
    }

    footer {
    display: none;
    }

}
