@charset "utf-8";

/* Float Elements 
---------------------------------*/

.fl-lt {
    float: left;
}
.fl-rt {
    float: right;
}

/* Clear Floated Elements
---------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.figure {
    margin: 0;
}
img {
    max-width: 100%;
}
a,
a:hover,
a:active {
    outline: 0px !important;
    color: CB681B;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Primary Styles

---------------------------------*/

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-8px);
    }
}
.blur-in {
    -webkit-animation: blur 2s forwards;
    -moz-animation: blur 2s forwards;
    -o-animation: blur 2s forwards;
    animation: blur 2s forwards;
}
.blur-out {
    -webkit-animation: blur-out 2s forwards;
    -moz-animation: blur-out 2s forwards;
    -o-animation: blur-out 2s forwards;
    animation: blur-out 2s forwards;
}
@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}
@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
@keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
body {
    min-width: 100%;
min-height: 100%;
    background: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0;
}
.pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30%;
    z-index: 1500;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.box {
    background-color: #EEE;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.box img {
    width: 90%;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.box img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.button {
    background-color: #99681B;
    color: #fff;
    margin: auto;
    padding: 10px 0;
    width: 90%;
    display: block;
}
.button:hover {
    background-color: #CB975B;
    color: #fff;
}
.close-button {
    transition: all 0.5s ease;
    position: absolute;
    background-color: #000;
    padding: 1.5px 7px;
    right: 0;
    margin-right: -10px;
    margin-top: -9px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: white;
    width: auto;
    min-height: 25px;
    height: auto;
}
.close-button:hover {
    background-color: #99681B;
    color: #fff;
}
.box h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #99681B;
}
.box p {
    padding: 20px 65px 10px 65px;
    color: dimgray;
}
.arrow {
    text-align: center;
}
video#bgvid{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
h2 {
    font-size: 34px;
    color: #99681B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    color: #CB975B;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}
h5 {
    font-size: 24px;
    color: #99681B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
h6 {
    font-size: 16px;
    color: #99681B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}
hr {
    border-bottom: solid 2px #CB975B;
}
p {
    line-height: 24px;
    margin: 0;
}

/* Header Styles
---------------------------------*/

header {
    text-align: center;
    padding: 10% 0;
}
header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 22px 0;
    color: #99681B;
}
.arrow .bounce .fa-arrow {
    color: #fff;
}
.we-create {
    padding: 0;
    margin: 35px 0 55px;
}
.wp-pic {
    margin-bottom: 20px;
}
.we-create li {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #99681B;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 5px 0 0;
    padding: 0 0 0 15px;
}
.we-create li:first-child {
    background: none;
}
.start-button {
    padding-left: 0px;
}
.start-button li a {
    color: red;
}
.link {
    padding: 15px 35px;
    background: transparent;
    border: 2px #99681B dashed;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.link:hover {
    text-decoration: none;
    color: #99681B !important;
    background: #8f5822;
}
.link:active,
.link:focus {
    background: #fff;
    text-decoration: none;
    color: #8f5822!important;
}

/* Navigation
---------------------------------*/

.main-nav-outer {
    padding: 0;
    border-top: 3px dashed #99681B;
    border-bottom: 3px dashed #99681B;
    box-shadow: 0 5px 5px -4px #000;
    position: relative;
    background: #000;
}
.main-nav {
    text-align: center;
    margin: 10px 0 0px;
    padding: 0;
    list-style: none;
    z-index: 50;
}
.main-nav li {
    display: inline;
    margin: 0 1px;
}
.main-nav li a {
    display: inline-block;
    color: #99681B;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    margin: 10px 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.main-nav li a:hover {
    color: #CB975B;
    text-decoration: underline dashed;
}
.main-section {
    margin-bottom: 15%;
    border-top: 3px dashed #99681B;
    border-bottom: 3px dashed #99681B;
    padding: 90px 0 110px;
    opacity: .98;
    background: #fafafa;
}
.main-section:first-of-type {
    border-top: none;
}
.main-section span .fa-inverse {
    color: #fff;
}

/* dermanns
---------------------------------*/

.dermann-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}
.dermann-list-col1 {
    float: left;
    width: 60px;
}
.dermann-list-col1 i {
    font-style: normal;
    font-size: 38px;
    display: block;
    color: #99681B;
    font-family: 'FontAwesome';
    line-height: 38px;
}
.dermann-list-col2 {
    overflow: hidden;
}

/* Featured Work
---------------------------------*/

.featured-work {
    font-size: 14px;
}
.featured-work h2 {
    text-align: left;
}
.featured-box {
    border: 1px #99681B solid;
    padding: 10px;
    font-size: 14px;
    width: auto;
    text-align: left;
    margin: auto;
    line-height: 4em;
}
.featured-box span {
    font-weight: bold;
    float: right;
}
.featured-box i {
    display: block;
    line-height: 54px;
    font-family: 'FontAwesome';
    font-size: 54px;
    color: #99681B;
    font-style: normal;
    text-align: center;
}
.Learn-More {
    display: inline-block;
    color: #99681B;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: none;
}
.Learn-More i {
    padding-right: 15px;
}
.Learn-More:hover,
.Learn-More:focus {
    text-decoration: none;
    color: #111;
}

/* diewerke
---------------------------------*/

.diewerke-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}
.diewerke-nav li {
    margin: 0 10px;
    display: inline;
}
.diewerke-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #99681B;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.diewerke-nav li a:hover {
    background: #CB975B;
    color: #fff;
    text-decoration: none;
}
.diewerkeContainer {
    margin: 0 auto;
    padding-left: 15px;
}
.diewerke-box {
    text-align: center;
    margin-bottom: 30px;
    height: 350px;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 0;
}
.diewerke-box img {
    margin-bottom: 25px;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.diewerke-box img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.diewerke-nav li a.current {
    background: #CB975B;
    color: #fff;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    padding: 100px 0;
    left: 0;
    background: #000;
}
.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 90%;
    margin-top: 2%;
}
.lightbox:target {
    /** Remove default browser outline */
    outline: none;
    /** Unhide lightbox **/
    display: block;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.main-section.paddind {
    padding-bottom: 60px;
}
.c-logo-part {
    background: #CB975B;
    padding: 25px 0;
    margin-top: 50px;
}
.c-logo-part ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.c-logo-part ul li {
    display: inline-block;
    margin: 0 25px;
}
.c-logo-part ul a img {
    height: 100px;
    width: auto;
}
.main-section.social {
    background: #CB975B;
    padding: 25px 0;
    text-align: center;
    border: none;
}
.main-section.social figure img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    margin: auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(241, 241, 241, 0.80);
}
.main-section.social figure img:hover {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    transform: scale(.95);
    box-shadow: 0px 0px 0px 10px rgba(153, 104, 27, 0.80);
}

/* derbarbier
---------------------------------*/

.derbarbier-leader-block {
    max-width: 993px;
    margin: 0 auto;
}
.derbarbier-leader-box {
    width: 40%;
    margin-right: 3%;
    overflow: hidden;
    text-align: center;
    float: left;
}
.derbarbier-leader-text {
    width: 50%;
    margin-left: 3%;
    overflow: hidden;
    text-align: left;
    float: right;
}
.derbarbier-leader-box span {
    margin-bottom: 24px;
    display: block;
}
.derbarbier-leader {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.80);
    margin: 7px 7px 25px 7px;
}
.derbarbier-leader-shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}
.derbarbier-leader-shadow a {
    display: block;
    width: 100%;
    height: 100%;
}
.derbarbier-leader:hover .derbarbier-leader-shadow {
    box-shadow: inset 0px 0px 0px 260px rgba(17, 17, 17, 0.80);
}
.derbarbier-leader:hover ul {
    display: block;
    opacity: 1
}
.derbarbier-leader img {
    display: block;
    border-radius: 50%;
}
.derbarbier-leader ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}
.derbarbier-leader ul li {
    display: inline;
    margin: 0 11px;
}
.derbarbier-leader ul li a {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.derbarbier-leader ul li a:hover,
.derbarbier-leader ul li a:focus {
    text-decoration: none;
}
.derbarbier-leader ul li a.fa-instagram:hover {
    color: #CB975B;
}
.derbarbier-leader ul li a.fa-facebook:hover {
    color: #99681B;
}
.derbarbier-leader ul li a.fa-envelope:hover {
    color: #CB975B;
}
.derbarbier-leader ul li a.fa-google-plus:hover {
    color: #dd4b39;
}
dasbarbergirl-leader-block {
    max-width: 993px;
    margin: 0 auto;
}
.dasbarbergirl-leader-box {
    width: 35%;
    margin-left: 3%;
    overflow: hidden;
    text-align: center;
    float: right;
}
.dasbarbergirl-leader-text {
    width: 50%;
    margin-right: 3%;
    overflow: hidden;
    text-align: left;
    float: left;
}
.dasbarbergirl-leader-box span {
    margin-bottom: 24px;
    display: block;
}
.dasbarbergirl-leader {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.80);
    margin: 7px 7px 25px 7px;
}
.dasbarbergirl-leader-shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}
.dasbarbergirl-leader-shadow a {
    display: block;
    width: 100%;
    height: 100%;
}
.dasbarbergirl-leader:hover .dasbarbergirl-leader-shadow {
    box-shadow: inset 0px 0px 0px 260px rgba(17, 17, 17, 0.80);
}
.dasbarbergirl-leader:hover ul {
    display: block;
    opacity: 1
}
.dasbarbergirl-leader img {
    display: block;
    border-radius: 50%;
}
.dasbarbergirl-leader ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}
.dasbarbergirl-leader ul li {
    display: inline;
    margin: 0 11px;
}
.dasbarbergirl-leader ul li a {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.dasbarbergirl-leader ul li a:hover,
.dasbarbergirl-leader ul li a:focus {
    text-decoration: none;
}
.dasbarbergirl-leader ul li a.fa-instagram:hover {
    color: #CB975B;
}
.dasbarbergirl-leader ul li a.fa-facebook:hover {
    color: #99681B;
}
.dasbarbergirl-leader ul li a.fa-envelope:hover {
    color: #CB975B;
}
.dasbarbergirl-leader ul li a.fa-google-plus:hover {
    color: #dd4b39;
}
.main-section.map {
    padding: 0;
}
.main-section.map iframe {
    width: 100%;
    height: 400px;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Contact
---------------------------------*/

.contact-info-box {
    font-size: 15px;
    margin: 0 0 14px 68px;
    padding-left: 0;
}
.contact-info-box h3 {
    font-size: 15px;
    font-weight: 400;
    float: left;
    width: 102px;
    margin-right: 12px;
    line-height: 28px;
}
.contact-info-box h3 i {
    font-style: normal;
    font-size: 18px;
    color: #222222;
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 7px;
}
.contact-info-box span {
    line-height: 28px;
    display: block;
    overflow: hidden;
}
.social-link {
    padding: 35px 0;
    margin: 0 0 0 68px;
    display: block;
    overflow: hidden;
    list-style: none;
}
.social-link li {
    float: left;
    margin-right: 8px;
}
.social-link li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    background: #222222;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.social-link li a:hover,
.social-link li a:focus {
    text-decoration: none;
}
.instagram:hover {
    background: #CB975B;
}
.facebook a:hover {
    background: #99681B;
}
.form {
    margin: 0 66px 0 30px;
}
.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.input-text:focus {
    border: 1px solid #7cc576;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}
.input-text.text-area {
    height: 165px;
    resize: none;
    overflow: auto;
}
.input-btn {
    width: 175px;
    height: 50px;
    background: #7cc576;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.input-btn:hover {
    background: #111;
    color: #fff;
}

/* Footer
---------------------------------*/

.footer {
    background: #000;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.footer img {
    margin: 30px 10px;
    width: 76px;
}
.res-nav_click {
    line-height: 38px;
    font-family: 'FontAwesome';
    font-size: 32px;
    text-decoration: none !important;
    color: #99681B;
    font-style: normal;
    display: none;
    width: 42px;
    height: 42px;
    margin: 15px auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.res-nav_click:hover,
.res-nav_click:active,
.res-nav_click:focus {
    color: #CB975B !important;
}
.diewerkeContainer {
    max-width: 1140px;
}

/* Animation Timers
---------------------------------*/

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.post {
    text-decoration: none;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
    background: #fff;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    opacity: 1;
    transition: all .2s ease;
max-width: 100%;
height: 580px;

}

.post:hover img {
    opacity: .8;
}
.post p {
display: 
    color: #333;
    white-space: pre-wrap;
    overflow-y: auto;
    overflow-x: hidden;

    



}
