@import url(font-awesome.min.css);

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*
    COLORS :
        ORANGE  :   #D35D2B
        BLUE    :   #00ACE6
*/

body {
    color: #3E3E3E;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
/*    font-family: 'Source Code Pro', monospace;*/
/*    font-size: 13px;*/
    font-size: 100%;
    font-weight: 300;
    line-height: 1.75em;
}
/*body, input, select, textarea {}*/

img {
/*       -moz-filter: grayscale(100%);*/
/*    -webkit-filter: grayscale(100%);*/
/*            filter: grayscale(100%);*/
}

a {
/*    border-bottom: dotted 1px;*/
    color: #00ACE6;
    color: #5b5b5b;
    text-decoration: none;
}
a:hover {

    border-bottom-color: transparent;
/*    color: #D35D2B !important;*/
/*    color: #D35D2B !important;*/
    text-decoration: none;
    -webkit-transition: color .25s linear 0s;
       -moz-transition: color .25s linear 0s;
         -o-transition: color .25s linear 0s;
            transition: color .25s linear 0s;
/*    color: #D35D2B;*/
/*    color: #FF931E;*/
/*    color: #000;*/
    color: #89b1bb;
}

a:focus {
    outline-color: #89b1bb;
}

strong, b {
/*    color: #5B5B5B;*/
/*    font-weight: 400;*/
}
p {
/*    font-size: 15px;*/
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #5B5B5B;
/*    color: #A0A0A0;*/
/*    color: #00ACE6;*/
/*    color: #00E696;*/
/*    color: #00E641;*/
/*    color: #E6E400;*/
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 1em 0;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
/*    line-height: 1.5em;*/
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}


p, 
ul {
    font-weight: 400;
}

/*
    Form Inputs
*/
input,
textarea,
a.button {
    border: 1px solid #eee;
    box-sizing: border-box;
    margin: 10px 0;
    max-width: 100%;
    padding: 4px 6px;
    
    border-radius: 3px;
}


textarea {
    resize: none;
}
input[type="submit"],
input[type="reset"],
a.button {
    background-color: transparent;
/*    background-color: #D35D2B;*/
/*    background-color: #00ACE6;*/
    border: 3px solid #d9d9d9;
/*    border: 0;*/
/*    color: #FFF;*/
    cursor: pointer;
    
    display: inline-block;
    margin: 8px 0;

    padding: 10px 12px;
    
/*    transition: background-color .3s ease 0s, box-shadow .3s ease 0s;*/
/*    transition: all .3s ease 0s;*/
}
input[type="submit"]:hover,
input[type="reset"]:hover,
a.button:hover {
/*    background-color: #00ACE6;*/
/*    background-color: #00a3d9;*/
    
/*    box-shadow: 1px 1px 4px 0px #717171;*/
    color: #D35D2B;
    border-color: #D35D2B;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="reset"]:focus,
a.button  {
    outline-color: #D35D2B;
    outline-color: #FFF;
}

/*
    Hightlight Color
*/
/* WebKit/Blink Browsers */
::selection {
    background: #00ACE6;
    background: #89b1bb;
}
/* Gecko Browsers */
::-moz-selection {
  background: #00ACE6;
  background: #89b1bb;
}


/*
    Form Actions (Buttons)
*/
.actions {
    padding: 0;
}
.actions li {
    list-style: none;
}
.actions li input[type="submit"],
.actions li input[type="reset"] {
    font-weight: 500;
}



section {
    margin: 0 0 80px;
    border-top: 1px solid #e5e5e5;
    margin: 2em 0 0 0;
    padding: 2em 0 0 0;
}
section:first-child {
/*    margin-top: 40px;*/
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
section p {
    font-weight: 300;
    text-align: justify;
}

#minor,
#major {
    box-sizing: border-box;
/*    padding: 1.6%;*/
/*    padding: 40px;*/
    padding: 6em 3em 3em 3em;
}


/* ============================================================================
    #minor - Side Block
============================================================================ */
#minor {
    float: left;
    width: 30%;
    
    text-align: center;
    line-height: 1.5;
    
    background-color: #FBFBFB;
    
    
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    
    
    background-image: url('../images/overlay.png'),url('../images/bg.jpg');
    background-position: 0 0;
    background-attachment: scroll;
    background-repeat: repeat, no-repeat;
/*    background-size: cover;*/
    background-size: auto, auto 100%;
    
    text-align: right;
/*    padding: 6em 3em 3em 3em;*/
/*    background-image: url('../images/overlay.png'), url('../images/custom/awwwards-california-digitaloperative.jpg');*/
/*    background-position: center center;*/
    
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.53);
}
#minor,
#minor a,
#minor h1 {
/*    color: #fff;*/
    color: #dadada;
}
#minor .avatar {
/*    display: block;*/
/*    margin: 0 auto;*/
/*    text-align: right;*/
    
    float: right;
    margin: 0 0 1em 0;
}
#minor .avatar,
#minor .avatar img {
    display: block;
    border-radius: 100%;
    max-width: 100px;
/*    margin:0 auto;*/
}
#minor .avatar img {
/*    box-shadow: 1px 1px 5px 1px #333;*/
}
#minor h1 {
    clear: right;
    font-size: 1.25em;
    line-height: 1.75em;
    margin-top: 20px;
}
#minor h1 br {
    display: block;
}
#minor strong {
    color: #FFF;
}


/* ============================================================================
    #major - Main Content Area
============================================================================ */
#major {
    float: right;
    width: 70%;
    
    
/*    background: #000;*/
/*    color: #FFF;*/
    
    background: #FBFBFB;
}
#major h2 {
    font-size: 2em;
    font-weight: 900;
}
#major h3 {
/*    font-size: 1.75em;*/
    font-size: 1.5em;
    
    font-weight: 300;
}


.sub-section {
    border-top: 1px solid #e5e5e5;
/*    margin: 4em 0 0 0;*/
/*    padding: 4em 0 0 0;*/
    margin: 2em 0 0 0;
    padding: 2em 0 0 0;
}
.sub-section:first-child {
    border-top: 0;
    margin: 0;
    padding: 0;
}

#info h1 {
    font-size: 2.5em;
/*    font-weight: 700;*/
    line-height: 1.25em;
    
    margin-bottom: .25em;
}
#info h2 {
    font-size: 1.25em;
    font-weight: 300;
/*    line-height: 1em;*/
}
/* ============================================================================
    #skills - 
============================================================================ */
#skills .intro {
    text-align: justify;
    letter-spacing: .75px;
}
#skills h3 {
    margin-bottom: 0;
}
ul.columns-list {
    padding-left: 10px;
    -webkit-columns: 3 100px;
       -moz-columns: 3 100px;
            columns: 3 100px;
}

@media only screen and (max-width: 640px) {
  ul.columns-list {
    -webkit-columns: 2 100px;
       -moz-columns: 2 100px;
            columns: 2 100px;
  }
}

ul.columns-list li {
    list-style: disc;
    margin-left: 10px
}


.section-additional {
    margin-top: 1em;
}
.section-additional a {
/*    margin-left: 1em;*/
}
.section-additional ul {
    display: none;
/*    height: 0;*/
/*    overflow: hidden;*/
    margin: 0;
}
.section-additional ul.active {
    display: block;
/*    height: auto;*/
/*    overflow: visible;*/
}

/* ============================================================================
    #page-bottom - Contact Form & Info
============================================================================ */
#contact-form-block {
/*    width: 70%;*/
}
#contact-form-block input {
/*    width: 100%;*/
}
#contact-form-block textarea {
/*    width: 100%;*/
}
#contact-info-block {
/*    width: 30%;*/
}

.contact-list {
    padding-left: 0;
/*    text-align: center;*/
}
.contact-list li {
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    margin-bottom: 1em;
}
.contact-list .fa {
    min-width: 25px;
    text-align: center;
}
/*.contact-list {}*/


/* ============================================================================
    #footer 
============================================================================ */
#footer {
    clear: both;
    
    
        position: absolute;
        right: 3em;
        bottom: 3em;
}
#footer ul {
    list-style: none;
    padding-left: 0;
}
#footer ul li {
    display: inline-block;
    margin-left: .75em;
    font-size: 1.5em;
}
#footer ul li:first-child {
    margin-left: 0;
}
#footer ul li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    
}
#footer ul li a:hover {
/*    color: rgba(255, 255, 255, 1);*/
    color: #89b1bb;
}
/*#footer .icons {}*/

.copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    padding-bottom: 5px;
}


/* ============================================================================
    EXTRA
*/
.side-left {
    float: left;
}
.side-right {
    float: right;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}


.main-carousel{
    margin-top: 1em;
    
/*    max-width: 800px;*/
/*    margin-left: auto;
    margin-right: auto;*/
}
.flickity-viewport {
    
}

.flickity-slider .carousel {
/*    width: 200px;*/
}
.flickity-slider .carousel-cell {
/*    padding: 20px 40px;*/
/*    margin-right: 25px;*/
    text-align: center;
}
.flickity-slider .carousel-cell img {
    display: block;
    transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) .2s;
    opacity: 0;
}
.flickity-slider .carousel-cell img.flickity-lazyloaded,
.flickity-slider .carousel-cell img.flickity-lazyerror {
    opacity: 1;
}

.flickity-slider .carousel-cell .cell-title {
    font-size: 13px;
    font-weight: 700;
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -10px;*/
}
/*.flickity-slider .carousel-cell.is-selected {}*/




.fa-file-pdf-o {
    margin-right: 10px;
}

/* ============================================================================
    #work
============================================================================ */
/*#work {}*/
#work .work-list {
/*    margin-left: -5%;*/
}
#work h3 {
    /*font-weight: 400;*/
}
#work .work-list .work-item {
    display: block;
/*    float: left;*/
/*    margin-left: 5%;*/
/*    width: 45%;*/
    
    /*margin-bottom: 2em;*/
    position: relative;
    
    
/*    width: 100%;*/
    clear: both;
    /*margin-bottom: 2em;*/
    
    /*border-bottom: 1px solid #e5e5e5;*/
    padding-bottom: 2em;
}
#work .work-list .work-item .work-details {
    padding: 1em 1em 0;
    box-sizing: border-box;
}

.project-link {
    display: inline-block;
    margin-bottom: 5px;
}
.project-link .title {
    font-size: 1.5em;
    font-weight: 700;
}
.project-link .url {
    font-size: 1em;
    font-weight: 300;
    
}
.project-link .url:before {
    content: '- ';
}


#work .work-list .work-item .work-details ul {
    padding-left: 20px;
    font-size: .9em;
    font-weight: 300;
    margin-top: 4px;
}

#work .work-list .work-item .work-details h3 {
    margin-bottom: 4px;
}
#work .work-list .work-item img {
    border-radius: 5px;
    display: block;
    max-width: 100%;
    width: 100%;
    
    opacity: 1;
}
#work .work-list .work-item:nth-child(odd) a.thumb,
#work .work-list .work-item:nth-child(odd) .works-carousel {
    float: left;
    width: 50%;
    
    box-sizing: border-box;
}
#work .work-list .work-item:nth-child(odd) .work-details {
    float: right;
    width: 50%;
    
/*    text-align: right;*/
}
#work .work-list .work-item:nth-child(even) a.thumb,
#work .work-list .work-item:nth-child(even) .works-carousel {
    float: right;
    width: 50%;
}
#work .work-list .work-item:nth-child(even) .work-details {
    float: left;
    width: 50%;
    
    
}
#work .work-list .work-item a.thumb {
    display: block;
    position: relative;
}
#work .work-list .work-item a.thumb:before,
#work .work-list .work-item a.thumb:after {
    opacity: 0;
    transition: opacity .3s linear .1s;
}
#work .work-list .work-item a.thumb:hover:before,
#work .work-list .work-item a.thumb:hover:after {
    opacity: 1;
}
#work .work-list .work-item a.thumb:before {
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#work .work-list .work-item a.thumb:after {
    bottom: 0;
    color: #FFF;
    content: 'VIEW';
    border: 2px solid #FFF;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    left: 0;
    letter-spacing: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    max-width: 80%;
    width: 100px;
}
.work-item h3 {
    font-size: 1em;
    margin: 0 0 0.5em 0;
}


.work-item p {
/*    font-size: 0.8em;*/
    line-height: 1.5em;
    margin: 0;
}




/*
    MEDIA QUERIES
*/


/*
    TABLET
*/
@media only screen and (max-width: 768px) {
    #footer {
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #footer ul {
        margin: 0;
    }
    #footer ul li {
        font-size: 1.25em;
        min-width: 30px;
    }
    #minor {
        float: none;
        width: 100%;
        position: static;
        background-size: 100%;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.53);
        z-index: 5;
        background-size: auto, cover;
        position: relative;
        /*padding: 6em 4em;*/
        padding: 2em 4em 4em;
    }
    #minor .avatar {
        float: left;
    }
    #minor h1 br:first-child {
        display: none;
    }
    #major {
        float: none;
        padding-top: 3em;
        width: 100%;
    }
    #work .work-list .work-item .work-details {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

/*
    MOBILE
*/
@media only screen and (max-width: 640px) {
    #minor {
        padding: 4.5em 1.5em;
    }
    #major {
        padding: 2.25em 1.5em 0.25em 1.5em;
    }
    #work .work-list .work-item {
        /*margin-bottom: 1em;*/
        padding-bottom: 0;
    }
    #work .work-list .work-item:nth-child(odd) a.thumb,
    #work .work-list .work-item:nth-child(even) a.thumb,
    #work .work-list .work-item:nth-child(odd) .work-details,
    #work .work-list .work-item:nth-child(even) .work-details {
        float: none;
        width: 100%;
    }
    #work .work-list .work-item .work-details {
        padding-left: 0;
    }
    #work .work-list .work-item img {
        margin: 0;
    }
    #page-bottom {
        margin-bottom: 2em;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    #minor {
        padding: 2.5em 1.5em;
    }
    #info h1 {
        font-size: 2em;
    }
    #info h2 {
        font-size: 1em;
    }
    .contact-list li {
        font-size: 20px;
    }
}

@media only screen and (min-width: 640px) {
    .actions li {
        display: inline-block;
        margin: 0 10px;
    }
}



/* ===== */
#skills ul.columns-list li {
  font-size: 18px;
  font-weight: 300;
  list-style: none;
  margin-bottom: 3px;
}
#skills ul.columns-list li i {
  color: #d25f29;
  color: #7d7d7d;
  margin-right: 3px;
  min-width: 25px;
}

.project-link i {
  margin-right: 5px;
}

.project-link .title {
  border-right: 1px solid #9d9d9d;
  padding-right: 7px;
  margin-right: 7px;
}


#work .sub-section {
  /*border-top: 0;*/
}
