

body
{
    width: 100%;
    height: 100%;
}

html
{
    width: 100%;
    height: 100%;
}

/* About Wrap & Conf */

#aboutwrap
{
    margin-top: 10px;
    margin-bottom: 80px;
}

.name
{
    text-align: center;
}

.name p
{
    font-size: 22px;
    font-weight: lighter;
    margin-top: 15px;
    letter-spacing: 2px;
}

.name-label
{
    width: 60px;
    height: 60px;
    margin: 0 auto 45px;
    border-top: 1px solid #000;
    background: url(../img/name-label.png) center bottom no-repeat;
    background-size: 35px 35px;
}

.name-zig
{
    width: 73px;
    height: 17px;
    margin: 38px 0 38px;
    background: url(../img/name-zig.png) 0 0 no-repeat;
    background-size: 73px 17px;
}

.name-desc h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 1.45;
    font-weight: 300;
}

/* Process Wrap & Conf */

#contact h3
{
    margin-top: 0;
}

.proc
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px transparent;
}

#process .proc:hover
{
    background-color: #eee;
    border-bottom: solid 2px #2f2f2f;
}

/* portfolio Wrap & Conf */

.portfolio-section, .case-section
{
    padding-top: 50px;
    text-align: center;
    background: #fff;
}

.portfolio-section
{
    background: #eee;
}

.portfolio-item
{
}

.intro-section
{
    display: none;
}

.intro-section .overlay
{
    text-align: center;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    font-size: 1.1em;
}

.about-section
{
    padding-top: 50px;
    background: #fff;
}

h2, a
{
    color: #4A7C59;
}

.about-section h2
{
    color: #333;
}

.about-section h2 strong
{
    color: #4A7C59;
}

#about h5
{
    color: #4A7C59;
}

.process-section
{
    padding-top: 50px;
    text-align: center;
    background: #eee;
}

.writing-section
{
    padding-top: 50px;
    text-align: center;
    background: #eee;
}

.writing-section img
{
    border: 2px #eee solid;
}

.contact-section
{
    padding-top: 60px;
    text-align: center;
    background: #eee;
}

.contact-section .contact
{
    text-align: left;
}

/* Tabs panel */

.tabbable-panel
{
    border: 1px solid #e0e0e0;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

/* Default mode */

.tabbable-line > .nav-tabs
{
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li
{
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a
{
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i
{
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover
{
    border-bottom: 4px solid rgba(100,  184,  108, 0.34);
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a
{
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i
{
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu
{
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active
{
    border-bottom: 4px solid #4A7C59;
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a
{
    border: 0;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i
{
    color: #404040;
}

.tabbable-line > .tab-content
{
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content
{
    padding-bottom: 0;
}

.tab-pane .row
{
    margin-bottom: 5px;
}

/*end tabs*/

/* what I do */

.box > .icon
{
    text-align: center;
    position: relative;
}

.box > .icon > .image
{
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 66px;
    border-radius: 50%;
    background: #4A7C59;
    vertical-align: top;
}

.box > .icon:hover > .image
{
    background: #333;
}

.box > .icon > .image > i
{
    font-size: 36px !important;
    color: #fff !important;
}

.box > .icon:hover > .image > i
{
    color: white !important;
}

.box > .icon > .info
{
    margin-top: -24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

.box > .icon:hover > .info
{
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.box > .icon > .info > h3.title
{
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.box > .icon > .info > p
{
    font-family: "Roboto",sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a
{
    color: #222;
}

.box > .icon > .info > .more a
{
    font-family: "Roboto",sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box > .icon:hover > .info > .more > a
{
    color: #fff;
    padding: 6px 8px;
    background-color: #4A7C59;
}

.box .space
{
    height: 30px;
}

/* what I do */

/* portfolio panels */

.panel-image img.panel-image-preview
{
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.panel-heading ~ .panel-image img.panel-image-preview
{
    border-radius: 0px;
}

.panel:hover
{
    border-color: rgba(100,  184,  108, 0.34);
}

.panel-image ~ .panel-footer a
{
    padding: 0px 10px;
    font-size: 0.9em;
    color: rgb(100, 100, 100);
}

.panel-image ~ .panel-footer span.foothead
{
    font-size: 1.1em;
    color: rgb(80, 80, 80);
}

/* portfolio panels */

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before, .clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

@media (min-width:767px)
{
    .navbar
    {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse
    {
        padding: 0;
    }
    .intro-section
    {
        display: none;
    }
    #aboutwrap
    {
        margin-top: 50px;
    }
}

@media (min-width:1279px)
{
    .intro-section
    {
        display: table;
        height: 100%;
        width: 100%;
        padding-top: 150px;
        position: relative;
        background: url(../img/bg2.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* gggthyjrujynynty */

.post-preview > a
{
    color: #404040;
    text-align: left;
}

.post-preview > a:hover,
.post-preview > a:focus
{
    text-decoration: none;
    color: #0085a1;
}

.post-preview > a > .post-title
{
    font-size: 30px;
    margin-bottom: 10px;
}

.post-preview > a > .post-subtitle
{
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}

/* carousel */

.portfolio-item #quote-carousel, .portfolio-item #quote-carousel2, .portfolio-item #quote-carousel3
{
    padding: 0 10px 30px 30px;
    margin-top: 30px;
}

/* Control buttons  */

.portfolio-item #quote-carousel .carousel-control, .portfolio-item #quote-carousel2 .carousel-control, .portfolio-item #quote-carousel3 .carousel-control
{
    background: none;
    color: #4A7C59;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */

.portfolio-item #quote-carousel .carousel-control.left, .portfolio-item #quote-carousel2 .carousel-control.left
{
    left: -12px;
    top: 35%;
}

.portfolio-item #quote-carousel3 .carousel-control.left
{
    left: -20px;
    top: 35%;
}

/* Next button  */

.portfolio-item #quote-carousel .carousel-control.right, .portfolio-item #quote-carousel2 .carousel-control.right, .portfolio-item #quote-carousel3 .carousel-control.right
{
    right: -12px !important;
    top: 35%;
}

/* Changes the position of the indicators */

.portfolio-item #quote-carousel .carousel-indicators, .portfolio-item #quote-carousel2 .carousel-indicators, .portfolio-item #quote-carousel3 .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */

.portfolio-item #quote-carousel .carousel-indicators li, .portfolio-item #quote-carousel2 .carousel-indicators li, .portfolio-item #quote-carousel3 .carousel-indicators li
{
    background: #c0c0c0;
}

.portfolio-item #quote-carousel .carousel-indicators .active, .portfolio-item #quote-carousel2 .carousel-indicators .active, .portfolio-item #quote-carousel3 .carousel-indicators .active
{
    background: #333333;
}

.item img
{
    margin: 0 auto;
}

/* End carousel */

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px)
{
    .portfolio-item #quote-carousel, .portfolio-item #quote-carousel2, .portfolio-item #quote-carousel3
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */

@media (max-width: 768px)
{
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    .portfolio-item #quote-carousel .carousel-indicators, .portfolio-item #quote-carousel2 .carousel-indicators, .portfolio-item #quote-carousel3 .carousel-indicators
    {
        bottom: -20px !important;
    }
    .portfolio-item #quote-carousel .carousel-indicators li, .portfolio-item #quote-carousel2 .carousel-indicators li, .portfolio-item #quote-carousel3 .carousel-indicators li
    {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    .portfolio-item #quote-carousel .carousel-indicators li.active, .portfolio-item #quote-carousel2 .carousel-indicators li.active, .portfolio-item #quote-carousel3 .carousel-indicators li.active
    {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.portfolio-modal .modal-content
{
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2
{
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img
{
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details
{
    margin: 30px 0;
}

.portfolio-modal .close-modal
{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover
{
    opacity: .3;
}

.portfolio-modal .close-modal .lr
{
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl
{
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-item h1
{
    margin-top: 0;
}

h1 .breadcrumb
{
    font-size: 0.6em;
}

/*taaaaaaabs */

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

body
{
    padding-top: 60px;
}

.nav.nav-justified > li > a
{
    position: relative;
}

.nav.nav-justified > li > a:hover,
.nav.nav-justified > li > a:focus
{
    background-color: transparent;
}

.nav.nav-justified > li > a > .quote
{
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #13c0ba;
    border-radius: 15px;
    color: #fff;
}

.nav.nav-justified > li.active > a > .quote
{
    opacity: 1;
}

.nav.nav-justified > li > a > img
{
    box-shadow: 0 0 0 5px #13c0ba;
}

.nav.nav-justified > li > a > img
{
    max-width: 100%;
    margin: 5px;
    opacity: .3;
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img
{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-pane .tab-inner
{
    padding: 30px 0 20px;
}

@media (min-width: 768px)
{
    .nav.nav-justified > li > a > .quote
    {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }
}

