@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Resuma - Responsive HTML Template
Version:        1.0
Last change:    11/08/2016
Primary use:    Resume & personal portfolio
Author:         BDTASK
URL:            https://themeforest.net/user/bdtask
-------------------------------------------------------------------*/
/*
This file contains the common info of this theme.
*/
/*------------------------------------------------------------------
[Table of contents]
    * Header & Navigation
        * Home
            *Introduction
            *Personal Information
            *Social Media
        * Portfolio
            *Videos & Image
        * Skill
            *Skill Achievement
            *Work Experience
        * Education
        * My blog
        * Contact
            *Address
            *Contact Form
            *Google Map
    * Footer
* ===============================================*/

/*------------------------------------------------------------------
# [Color codes]

# Dark grey (text): #333333
# GreenYellow (header, button) #BAC328
# */

/*selection*/
::selection {
    background: rgb(171,197,2);
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: rgb(171,197,2);
    /* Firefox */
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: rgb(171,197,2);
    /* Safari */
    color: #fff;
    text-shadow: none;
}
/* General */
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f2f2f2 !important;
    height: 100%;
}
a, .form-wrapper .btn-primary{
    text-decoration:none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
a:hover{text-decoration: none;}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

a {
    color: inherit;
/*    color: #BAC328;*/
}

a:active {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
/*    color: #BAC328;*/
}
/*=====================================
 * navber ============================*/
.navbar-default {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    min-height: 40px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0px;
}
.navbar-default .navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 5px 15px;
    height: 40px;
    font-size: 20px;
}
.navbar-default .navbar-brand:hover {
    color: #BAC328;
    background-color: transparent;
}
.navbar-default .navbar-brand img {
    max-height: 38px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #BAC328;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: rgb(171,197,2);
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #BAC328;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #BAC328;
}
@media (min-width: 768px){
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-nav > li::before {
        display: block;
        width: 1px;
        height: 11.6px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4.8px;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        background: #BAC328;
    }

    .navbar-default .navbar-nav > li:first-child::before{
        display:none;
    }
}
@media(min-width:767px) {
    .navbar {
        -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;
    }
}
.about-text-bg {
    background-color: #fff;
    padding: 30px;
    color: #222;
    min-height: 526px;
}
.about-text-bg h5{
    font-weight: 600;
    color:#BAC328
}
.about-text-bg h3 {
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 30px;
}
.about-text-bg p{
    letter-spacing: 0.5px;
}
.about-text-bg h2 {
    font-family: 'Sacramento', cursive;
    text-align: right;
    margin-bottom: 0;
    margin-top: 22px;
}
.title i {
    border: 1px solid #fff;
    padding: 9px;
    height: 40px;
    width: 40px;
    color: #2489c3;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.row-margin{
    margin: 0;
}
.my-padding{
    padding: 0;
}

.my-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.my-image-wrapper figure {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.my-image-wrapper figure img.img-responsive {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
}
.my-image-wrapper figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.my-image-wrapper figure figcaption h3 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 60px;
    letter-spacing: 1px;
}
.personal-details-wrapper {
    /*border: 1px solid rgba(255,255,255,0.3);*/
    padding: 30px;
    min-height: 475px;
}
.personal-details-wrapper h3 {
    text-transform: uppercase;
}
.personal-details-wrapper a {
    color: #BAC328;
}
.personal-details {
    list-style: none;
}
.personal-details li {
    padding: 10px 0;
    color: #BAC328;
    text-align: left;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}
.my-image-wrapper figure figcaption p {
    display:block;
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.my-image-wrapper figure figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-color: #444;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.my-image-wrapper figure figcaption {
    display: block;
    position: absolute;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-image-wrapper figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.my-image-wrapper figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.my-image-wrapper figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
.shown {
    display: inline-block;
    overflow: hidden;

    text-align: left;
    vertical-align: top;
}
.shown {
    display: none;
    float: left;
}
.shown {
    display: block;
}
.shown a, .shown img {
    display: block;
    outline: none;
    border: none;
}
.shown a {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.shown a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100.5%;
    border: 0px solid transparent;
    background: rgba(0,0,0,0);
    content: '';
    -webkit-transition: border-width 0.2s, border-color 0.2s;
    transition: border-width 0.2s, border-color 0.2s;
}
.shown:hover > a::before {
    border-width: 14px;
    border-color: #2E3444;
}
shown img, .shown h3 {
    visibility: visible;
}
.shown h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    width: 100%;
    background: #2E3444;
    color: #D3EEE2;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 1em;
    -webkit-transition: -webkit-transform 0.2s, color 0.2s;
    transition: transform 0.2s, color 0.2s;
}
.shown:hover h3 {
    color: #fff;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.social-link{
    background-color: #fff;
    padding: 10px;
    min-height: 526px;
    border-left: 1px solid #ddd;
}
.social-link ul {
    overflow: hidden;
    list-style: none;
    margin-bottom: 0;
    margin: 113px 0;
    text-align: center;
}
.social-link ul li a {
    line-height: 2em;
    font-size: 26px;
    position: static;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    color: #222;
    font-family: 'Oswald', sans-serif;
}
.social-link ul li a.facebook:hover{
    color: #3b5998;
}
.social-link ul li a.twitter:hover{
    color:#4099FF;
}
.social-link ul li a.google-plus:hover{
    color:#D34836;
}
.social-link ul li a.linkedin:hover{
    color:#0077b5;
}
.social-link ul li a.pinterest:hover{
    color:#C92228;
}
.image-source-link {
    color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-title {
    display: none;
}
/*============================================
 * Simple fade transition ==================*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*================================#****#========================================
                            portfoloi section
==================================#****#======================================*/
.portfolio-title h2 {
    margin: 0 0 20px;
    font-family: 'Oswald', sans-serif;
    margin-left: 5px;
    letter-spacing: 1px;
    color:rgb(171,197,2);
}
.portfolio {
    background: #fff;
    padding: 30px 20px;
    min-height: 526px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
.portfolio-sorting {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 5px;
}
.portfolio-sorting li a {
    text-decoration: none;
    padding: 5px 12px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-size: 12px;
}
.portfolio-sorting li a:hover,
.portfolio-sorting li a.active {
    color: #fff;
    background-color: #BAC328;
}
.portfolio-item{
    margin:  5px;
}
.portfolio-item a img{
    height: 175px;
    width: 100%;
}
.img-hover{
    position: relative;
    display: block;
}
.img-hover span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 176px;
    color: rgba(27,54,81,0.8);
    text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
    font-size: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    background: rgb(171,197,2);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(171,197,2,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(171,197,2,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(171,197,2,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(171,197,2,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(171,197,2,1) 100%);
    background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(171,197,2,1) 100%);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.img-hover:hover span{
    opacity: 1;
    filter: alpha(opacity=99); /* internet explorer */
}
/*================================#****#========================================
                            profile section
==================================#****#======================================*/
.profile-wrapper {
    background: #fff;
    padding: 30px 20px;
    min-height: 526px;
}
.profile-wrapper h2 {
    margin: 0 0 40px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: #BAC328;
}

.owl-demo .item{
    display: block;

}
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
    border-radius: 0;
    background: #BAC328;
    opacity: 1;
    margin: 1px;
}
.owl-theme .owl-buttons i{
    margin-top: 2px;
}
/* To move navigation buttons outside use these settings: */
.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: -66px;
    right: 0;
}
.progressText {
    color: #333;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}
.tooltip{ 
    position:relative;
    float:right;
}
.tooltip > .tooltip-inner {
    background-color: #BAC328;
    padding: 4px 8px;
    color: rgb(23,44,66);
    font-weight: bold;
    font-size: 10px;
}
.popOver + .tooltip > .tooltip-arrow { 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #BAC328;
}
.progress {
    border-radius: 0;
    overflow: visible;
    height: 4px;
    box-shadow: none;
    background-color: #eaeaea;
    margin-bottom: 28px;
}
.progress-bar{
    background:#BAC328; 
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}
blockquote {
    padding: 5px 14px;
    margin: 0 0 25px;
    font-size: 17.5px;
    border-left: 2px solid #BAC328;
}
blockquote h4 {
    font-family: 'Oswald', sans-serif;
    margin-top: 0px;
    letter-spacing: 0.5px;
}
blockquote div {
    font-size: 14px;
    color: #5D5D5D;
}
/*================================#****#========================================
                            my blog section
==================================#****#======================================*/
.blog-wrapper {
    background: #fff;
    min-height: 526px;
    padding: 30px 15px;
}
.blog-wrapper h2 {
    margin: 0 0 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    color:#BAC328;
}
.blog-post h3 {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin: 10px 0 0;
}
.blog-post h3 a {
    color: #333;
}
.blog-post h3 a:hover,
.blog-post .btn-read:hover{
    color: #BAC328;
}
.blog-post img {
    height: 215px;
    width: 315px;
}
.blog-post .img-hover span {
    line-height: 219px;
}
.blog-post .img-hover:hover span{
    opacity: 1;
    filter: alpha(opacity=99); /* internet explorer */
}
.blog-post p {
    margin: 10px 0;
    letter-spacing: 0.5px;
}
.blog-post .btn-read {
    font-family: 'Oswald', sans-serif;
    color: #000;
    letter-spacing: 1px;
    float: right;
}
.blog-entry-meta {
    position: relative;
    border-top: 4px double #d5d5d5;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 4px double #d5d5d5;
}
.blog-entry-meta a {
    color: #000;
    font-size: 11px;
    margin-right: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}
.blog-entry-meta a i {
    font-size: 13px;
    margin-right: 5px;
}
/*=================================
modal ======================*/
@media (min-width: 768px){
    .modal-dialog {
        margin: 70px auto;
    }
}

.modal-content{
    border-radius: 0px;
}
.modal-body {
    position: relative;
    padding: 30px;
}
.modal-body-text h2{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin: 0;
}
.modal-body-text p{
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.social-share-btn{
    margin:15px 0;
}
.social-share-btn ul,
.social-share-btn ul  li{
    display: inline-block;
}

.social-share-btn ul li a {
    display: inline-block;
    width: 98px;
    height: 35px;
    text-decoration: none;
    color: #fff;
    line-height: 35px;
    padding: 0 0 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-share-btn ul li a i {
    float: left;
    margin: 10px 0 0 0;
}
.social-share-btn ul li a span {
    display: inline-block;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    letter-spacing: 1px;
}
.social-share-btn ul li a.facebook {
    background: #516eab;
}
.social-share-btn  ul li a.twitter {
    background-color: #4db2ec;
}
.social-share-btn ul li a.google {
    background-color: #eb4026;
}
.social-share-btn ul li a.pinterest {
    background-color: #ca212a;
}
.social-share-btn ul li a:hover{
    opacity: 0.8;
}

.modal-footer {
    padding: 10px 15px;

}
/*================================#****#========================================
                            contact section
==================================#****#======================================*/
.contact-wrapper {
    background: #fff;
    min-height: 526px;
}
.form-wrapper {
    padding: 30px 20px;
}
.profile-wrapper .form-wrapper {
    padding: 0;
}
.form-wrapper h2 {
    margin: 0 0 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color:rgb(171,197,2);
}
.address-wrap {
    padding: 30px 20px;
    border-right: 1px solid #ddd;
    min-height: 526px;
}
.address-wrap h2 {
    margin: 0 0 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color:rgb(171,197,2);
}
.address-wrap .address-panel {
    position: relative;
    line-height: 1.6;
    margin-bottom: 0;
}
.address-panel i{
    position: absolute;
    font-size: 15px;
    top: 5px;
    color: #828282;
}
.address-panel a {
    color: #9b9b9b;
}
.address-panel .address-panel-name {
    color: #828282;
    font-weight: 600;
    margin-left: 30px;
    font-size: 15px;
}
.address-panel p {
    color: #9B9B9B;
    margin-left: 30px;
    margin-bottom: 1.07em;
    font-size: 14px;
}
/*=================================
social icon ================*/
.social {
    padding: 0;
    bottom: 20px;
    /*margin-top: 120px;*/
}
.social ul {
    margin: 0;
    padding: 0;
}
.social ul li {
    margin: 0;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 35px;
    height: 35px;
    color: #FFF;
    background-color: #BAC328;
    font-size: 14px;
    text-align: center;
    padding-top: 12px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover { /* facebook icon*/
    background: #4060A5;
}
.social .fa-twitter:hover  { /* twitter icon*/
    background: #00ABE3;
}

.social .fa-google-plus:hover  { /* google plus icon*/
    background: #e64522;
}
.social .fa-pinterest:hover  { /* pinterest icon*/
    background: #cb2027;
}

.social .fa-dribbble:hover  { /* dribble icon*/
    background: #F46899;
}
/*===================================
form ==============================*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.input__field {
    position: relative;
    border: none;
    border-radius: 0;
    font-weight: 500;
    -webkit-appearance: none;
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #595F6E;
}

textarea.input__field{
    height: 118px !important;
    margin-top: 30px;
    margin-bottom: 5px;
}
.input__field:focus {
    outline: none;
}
.input__label {
    display: inline-block;
    float: right;
    color: #9B9B9B;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.input__label-content {
    display: block;
    padding: 1.6em 0;
    width: 100%;
    position: absolute;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}
.input__label::before,
.input__label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    border-bottom: 1px solid #B9C1CA;
}
.input__label::after {
    margin-top: 0px;
    border-bottom: 2px solid #222;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__field:focus + .input__label::after,
.input--filled .input__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.input__field:focus + .input__label .input__label-content,
.input--filled .input__label-content {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}
@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}
@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}
/*================================#****#========================================
                            partner section
==================================#****#======================================*/
.partner-wrapper {
    background: #fff;
    padding: 20px;
    min-height: 526px;
}
.partner-wrapper h2 {
    margin: 0 0 40px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    color:rgb(171,197,2);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0; 
}
.media a img {
    float: left;
    height: 100px;
    width: 100px;
    margin-right: 15px;
}
.media-heading{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}
.media-body h5{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}

.media-body .year {
    font-family: 'Oswald', sans-serif;
    background-color: #BAC328;
    padding: 2px 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.media-body p{
    margin: 10px 0;
}
.partner-content .media-left,
.partner-content .media>.pull-left {
    padding-right: 40px;
}
.partner-content:nth-child(2),
.partner-content:nth-child(4) {
    border-right: 0;
}
.partner-content:nth-child(3),
.partner-content:nth-child(4) {
    padding-top: 30px;
    border-bottom: 0;
}

.form-wrapper .btn-primary {
    color: #fff;
    background-color: #BAC328;
    border-color: #BAC328;
    border-radius: 0;
    margin-top: 30px;
    padding: 6px 20px;
    letter-spacing: 0.5px;
}
.form-wrapper .btn-primary:hover{
    background-color: #222;
    border-color: #222;
    color: #fff;
}
#map {
    width: 100%;
    height: 200px;
}
@media(min-width:767px) {
    .partner-content {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 526px;
    }
}
/*================================#****#========================================
                            footer section
==================================#****#======================================*/
.footer_wrapper {
    margin-top: 595px;
    position: relative;
}
.footer-center {
    display: block;
    padding: 10px 16px;
    text-align: right;
    font-size: 12px;
}
.footer-border {
    border-bottom: 4px double #000;
    display: block;
    float: left;
    width: 200px;
    margin-top: 9px;
}
.copyright {
    display: block;
}
.copyright span{
    color: #9b9b9b;
}

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: url(../pictures/297.gif) center no-repeat #fff;
}
/*================================#****#========================================
                            responsive
==================================#****#======================================*/
@media (max-width: 767px) {
    .navbar-default{
        padding: 0px;
        border-bottom: 1px solid #e7e7e7;
        z-index: 1090;
    }
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: rgb(171,197,2);
        background-color: #fff;
    }
    .navbar-default .navbar-brand {
        padding: 10px 15px;
        height: 50px;
    }
    #home{
        margin-top: 65px;
    }
    .media a img {
        float: none;
        margin-right: 15px;
        border: 1px solid #ddd;
        padding: 5px;
        margin-bottom: 10px;
    }
    .partner-content:nth-child(2),
    .partner-content:nth-child(3),
    .partner-content:nth-child(4) {
        padding-top: 30px;
        border-bottom: 0;
    }
    .portfolio-item a img{
        height: auto;
    }
    .social-link {
        padding: 10px;
        min-height: auto;
        border: 0;
        margin: 20px 0;
        display: none;
    }
    .profile-wrapper, .blog-wrapper {
        margin: 20px 0;
    }
    .social-link ul{
        margin: 50px 0;
    }
    .social {
        margin-top: 20px;
    }
    .blog-post .btn-read {
        float: none;
        margin: 15px 0;
        display: block;
    }
    .blog-post img {
        height: auto;
        width: 100%;
    }
    .blog-post .img-hover span {
        line-height: 150px;
    }
    .modal-dialog {
        margin: 60px 10px 10px;
    }
    .address-wrap {
        border: 0;
    }
    .footer_wrapper {
        position: relative;
        margin-top: 20px;
        background-color: #fff;
    }
    .footer-border{
        display: none;
    }
    .footer-center {
        width: auto;
    }
}
@media(min-width:768px) and (max-width:992px){
    #pp-nav.right {
        right: 0px;
    }
    .my-image-wrapper figure figcaption h3{
        margin-bottom: 10px;
    }
    .about-text-bg {
        padding: 25px;
    }
    blockquote {
        padding: 5px 0px;
        border-left: 0;
    }
    .blog-post img {
        height: auto;
        width: 100%;
    }
    .blog-post .img-hover span {
        line-height: 138px;
        font-size: 28px;
    }
    .social{
        margin: 0;
    }
    media-heading {
        font-size: 18px;
    }
    .media a img {
        height: 100px;
        width: 100px;
        margin-right: 10px;
    }
    .media-body p {
        font-size: 13px;
    }
    .address-wrap {
        border: 0;
    }
    .address-panel i{
        display: none;
    }
    .address-panel .address-panel-name {
        margin-left: 0;
    }
    .address-panel p {
        margin-left: 0;
    }
}

/** WL **/
.wl_bg {
    min-height: 526px;
    background-color: #BAC328;
}

a.extern {
    font-size: 0.8em;
}

a.extern:before {
    content: url(../pictures/arrow.gif);
    margin-right: 2px;
}

a.page-scroll {
    cursor: pointer;
}

.partner {
    height: 170px;
    overflow: hidden;
    margin-bottom: 20px;
}

.project {
    height: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}

blockquote {
    height: 100%;
}

@media (max-width: 767px) {
    div.variable {
        min-height: 0;
    }
    .partner, .project {
        height: auto;
    }
}

#cookieCheck { 
	/* fixed position a zero-height full width container */
	position: fixed;
	left: 0;
	right: 0;
	height: 0;
	/* center all inline content */
	text-align: center;
	z-index: 250;
}

#cookieCheck > div {
	/* make the block inline */
	display: inline-block;
	/* reset container's center alignment */
	text-align: left;
	width: 100%;
	padding: 15px;
    border-top: 2px solid rgb(186, 195, 40);
    font-size: 13px;
}

#cookieCheck > div > button {
	position: absolute;
	right: 18px;
	top: 0px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    background: transparent none repeat scroll 0 0;
    font-size: 12px;
    padding: 5px;
    color: rgb(186, 195, 40);
}

#cookieCheck > div > button:hover {
    color: #222;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

#privacy .description {
    font-size: 12px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: #222;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

input:required, textarea:required {
    box-shadow: none;
}

.f-form {
    display: none;
}