/*
Template Name: beauticon
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license/
*/


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

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Lato', sans-serif;
    background: #fff;
    color: #000;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

}
a, button {
    text-decoration: none;
    cursor: pointer;
}
a{
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}
a, a:hover, a:focus, button:hover, button:focus {
    outline: 0 none !important;
    text-decoration: none;
}
a:focus ,a:hover{
    color: #ddae4a;
}
ul{
    margin: 0;
    padding: 0;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    /*font-weight: 400;*/
    opacity: 1;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}
.form-control:focus{

}
textarea:focus,textArea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: rgba(224, 150, 41, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(224, 150, 41, 0.6) !important;
    outline: 0 none;
}
#page{
    overflow: hidden;
}
.remove-padd{
    padding-left: 0;
    padding-right: 0;
}
.remove-padd-left{
    padding-left: 0;
}
.yellow-text{
    color: #ddae4a;
}
.section-padding{
    padding-top: 100px;
}
.section-small-padding{
    padding-top: 70px;
}
.section-heading{
    text-align: center;
    margin-bottom: 30px;
}
.section-heading > h2 {
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.section-heading h2::before {
    background: #ddae4a;
    content: "";
    height: 2px;
    left: 10%;
    position: absolute;
    top: 40px;
    width: 80%;
    right: 10%;
}
.section-heading h2::after {
    background: #ddae4a;
    content: "";
    height: 2px;
    left: 25%;
    position: absolute;
    top: 50px;
    width: 50%;
}  
.offspace-70{
    margin-top: 70px;
}
.offspace-40{
    margin-top: 40px;
}
.offspace-20{
    margin-top: 20px;
}
.image-head-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/inner-banner.png") no-repeat scroll center top;
    height: 500px;
    position: relative;
}
/*carousel caption*/
/*.carousel-caption {
    left: 16%;
    text-align: left;
    top: 44%;
}*/



/*top header*/
.top-header{
    background-color: #ddae4a;
    padding: 3px 0;
}
.social-grid li {
    display: inline;
}
.social-grid li a {
    background: rgba(0,0,0,0);
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 28px;
    padding: 2px 0;
}
.social-grid a.facebook:hover{
    background: #3B5998;
}
.social-grid a.twitter:hover{
    background: #55ACEE; 
}
.social-grid a.google-plus:hover{
    background: #dd4b39
}
.social-grid a.linkedin:hover{
    background: #007bb5;
}
.logo {
    max-width: 90%;
}

/*middle part of header*/
.middle-header{
    background-color: #ffffff;
    color: #000000;
    padding: 15px 0;
}
.middle-header a{
    color: #000000;
}
.middle-header-block-equal-set ul li > p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.middle-header-block-equal-set ul li{
    display: inline-block;
}
/*.middle-header-block-equal-set ul li + li {
    margin-left: 65px;
}*/
.middle-header-block > div{
    padding-left: 0;
    padding-right: 0;
}
.middle-header-block-equal-set {
    margin-top: 20px;
}
.middle-header-block-equal-set h5{
    font-size: 12px;
}
/*nav bar*/
.navbar-default {
    background: rgba(0, 0, 0, 0);
    border: none;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 20;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background-color: #000000;
    color: #fff;
    border-radius: 20px 0;

}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    background-color: #000000;
    color: #fff;
    border-radius: 20px 0;
    transition: all 0.5s ease-in-out;
}
.nav > li > a{
    padding: 8px 12px;
    color: #fff;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-size: 16px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
}
.navbar-nav li +li{
    margin-left: 15px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddae4a;
    height: 3px;
}
.navbar-default .navbar-toggle {
    border: none;
}
/*search box*/
/*search*/
.search-bar{
    margin-top: 6px;
}
.search-bar .inner-search::after {
    background: #7F2998;
    border-radius: 0 0 5px 5px;
    bottom: -11px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: -4px;
    transform: rotate(-45deg);
    width: 4px;
}
.search-bar .inner-search {
    border: 3px solid #7F2998;
    border-radius: 100px;
    display: inline-block;
    line-height: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

#search {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    padding: 0 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 15px;
    z-index: 5;
    cursor: pointer;
}
#search:focus {
    outline: none;
    width: 150px;
}
.welcome-block p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
/*service block*/
.service-details {
    border: 1px dotted #ddd;
    padding: 25px 15px;
    /*    transform: translate3d(0px, 0px, 0px);
        transition: all 0.9s ease 0s;*/
}
.service-details h4 a{
    color: #000
}
.service-details h4 a:hover{
    color: #ddae4a;
}
.service-details h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-details  p {
    font-size: 14px;
    line-height: 20px;
}
.service-image {
    margin-bottom: 40px;
}
/*gallery block*/
.gallery-image {
    backface-visibility: hidden;
    background: #000 none repeat scroll 0 0;
    display: block;
    height: auto;
    opacity: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.gallery-image .overlay {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
}
.gallery-image:hover img {
    opacity: 0.3;
}
.gallery-image:hover .overlay {
    opacity: 1;
}
.gallery-image{
    margin-bottom: 30px;
}
.gallery-image {
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
}
/*appointment block*/
.appointment-block-inner{
    background-color: #1B1B1B;
    padding: 60px 0;
    color: #fff;
}
.appointment-block-inner h3 {
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.appointment-block-inner  p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.appointement-link-btn {
    border: 1px solid;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 26px 24px;
}
.appointement-link-btn:hover{
    background: #ddae4a;
    color: #fff;
    border-color: #ddae4a;
}
.welcome-block {
    box-shadow: 1px 7px 15px #ddd;
    padding-bottom: 75px;
}
/*custom css*/
/*body{
    background-color: #E8EDDF;
}
.section-padding{
    padding-top: 70px;
    padding-bottom: 70px;
}
.service-block{
    background-color: #fff;
}*/
.next-to-block {
    position: relative;
    top: 0;
}
.next-to-block a {
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translate(-50%, 0px);
}
.section-heading > p {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 45px;
    text-transform: capitalize;
}

/* Common style for animation */
.grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    max-width: 268px;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    /*opacity: 0.8;*/
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    /*background: #ddae4a;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/



figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px;
}
figure.effect-goliath h4 {
    bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    left: 0;
    margin-bottom: 2px;
    opacity: 0;
    padding: 0 0 0 15px;
    position: absolute;
}
figure.effect-goliath p {
    letter-spacing: 2px;
    padding-left: 15px;
    text-transform: capitalize;
}

figure.effect-goliath p, figure.effect-goliath h4 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover{
    background: #ddae4a;
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-50px,0);
}


figure.effect-goliath:hover p, figure.effect-goliath:hover h4 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.staff-social-grid li + li{
    margin-top: 3px;
}
.staff-social-grid a {
    background: #1b1b1b;
    display: inline-block;
    height: 30px;
    text-align: center;
    transform: rotate(20deg);
    width: 30px;
}
.staff-social-grid a i{
    transform: rotate(-20deg);
}
.information h1 {
    font-weight: 800;
    letter-spacing: 4px;
    margin: 40px 0;
}
.information > h5 {
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}
/*counter*/
.icon-block > a {
    background: #deb049 none repeat scroll 0 0;
    border-radius: 50% 0;
    display: inline-block;
    padding: 20px;
}
/*news*/
.news-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 555px;
    position: relative;
}
.news-image-footer-text {
    background: rgba(222,176,73,0.7);
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 15px;
}
.news-image-footer-text > h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.news-image-footer-text > h3 a:hover{
    color: #7F2998;
}
.news-image-footer-text li > a{
    text-transform: capitalize;
}
.news-image-footer-text li > a:hover{
    color: #000;
}
.news-image-footer-text li > a + a {
    margin-left: 10px;
}
.news-image-footer-text li > a span{
    margin-left: 5px;
}
.news-block p.news-para {
    font-size: 16px;
    margin: 25px 0;
    text-align: justify;
}
.read-more {
    border: 1px solid;
    color: #000;
    display: inline-block;
    padding: 4px 12px;
}
.read-more:hover{
    background-color: #ddae4a;
    border-color: #ddae4a;
    color: #fff;
}
.news-listing > div{
    margin-bottom: 40px;
}
.news-listing > div:nth-last-child(-n+2) {
    margin-bottom: 0;
}

/*footer*/
footer{
    padding: 35px 0 20px 0;
    /*background: #202121;*/
    margin-top: 100px;
    background-color: #000;
    color: #fff;
}
.footer-details > h4, .tag-list h3 {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 65px;
    text-transform: uppercase;
    font-weight: 600;
}
.tag-list h3{
    margin-top: 80px;
    margin-bottom: 35px;
}
.footer-links li + li, .time-schedule-list li + li{
    margin-top: 15px;
}
.footer-links li a, .time-schedule-list li {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.change-col{
    color: #ddae4a !important;
}
.footer-social-icon a{
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.footer-social-icon a:hover{
    color: #fff;
}
.footer-social-icon a:hover i{
    background: #ddae4a;
    border-color: #ddae4a;
}
.footer-social-icon .fa{
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 2px solid;
    border-radius: 50% 0;    
}

.footer-social-icon a + a {
    margin-left: 5px;
}
.footer-social-icon .fa:hover {
    opacity: 0.7;
}
.tag-list li{
    display: inline-block;
}
.tag-list li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tag-list li a:hover, .footer-links li a:hover, .footer-links li.active a{
    color: #ddae4a;
}
.tag-list li {
    margin: 6px;
}
.tag-list .group-sm {
    margin-left: -5px;
}
.instagram-images{
    padding-left: 15px;
    padding-right: 15px;
}
.instagram-images #instafeed > div{
    padding: 5px;
}
.copyright {
    font-size: 1.15em;
    letter-spacing: 2px;
    margin-top: 40px;
}
.copyright a {
    color: #ddae4a;
}
.copyright a:hover {
    color: #fff;
}

/*testimonial bg*/
.testimonial-bg{
    background-color: #f0f3f8;
}
/*book block*/
.book-block-full-image {
    background-image: url("../images/appointment.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #fff;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    margin: 0;
    padding: 70px 0;
}
.book-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    height: 40px;
    color: #fff;
}
.action-buttons .btn {
    background: #ddae4a;
    border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid rgba(0,0,0,0);
}
.action-buttons .btn:hover{
    border-color: #ddae4a;
    background: rgba(0,0,0,0);
    color: #ddae4a;
}
.book-form .form-control::-moz-placeholder {
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
}
/*about block*/
.about-block p, .advantage-block p{
    line-height: 28px;
}
.about-block p + p{
    margin-top: 20px;
}
.about-image{
    margin-left: auto;
    margin-right: auto;
}
.inner-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.inner-wrapper h1 {
    color: #fff;
    font-family: "exotc350_dmbd_btdemi-bold";
    font-size: 40px;
    position: relative;
}
.inner-wrapper h1::after {
    background: #ddae4a;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50%;
}
.inner-wrapper h1::before {
    background: #ddae4a;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.inner-wrapper h1 span {
    background: #ddae4a;
    border-radius: 50% 0 0;
    padding: 0 10px;
}
#back-to-top {
    background: #ddae4a;
    bottom: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 9999;
}
#back-to-top:hover {
    background: #333;
}
#back-to-top > span {
    display: block;
}

/*single blog*/
.title-name h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.title-name h5 {
    color: #ddae4a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}
.single-blog-image img {
    margin: 0 auto;
    padding: 20px 0;
}
.single-blog-desc > p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: justify;
}
.p_bq {
    border-left: 5px solid #ddae4a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 20px;
    padding: 10px 20px;
    text-align: justify;
}
.comment-form h3 {
    color: #ddae4a;
    font-weight: 600;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.comment-form .form-control{
    border: 1px solid;
    border-radius: 0;
}
.comment-form textarea{
    min-height: 150px;
}
.comment-form textarea{
    margin: 20px 0;
}
.comment-form .submit-btn{
    background-color: #ddae4a;
    border: none;
    padding: 8px 25px;
    color: #fff;
}
.comment-form .submit-btn:hover{
    background-color: #7f2998;
}
.single-blog-footer {
    background: #333 none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
}
.footer-sgwidget {
    margin: 70px auto 0 auto;
    overflow: hidden;
}
.single-blog-footer h2::after {
    background: #ddae4a;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 110px;
}
.single-blog-footer h2 {
    border-bottom: 2px solid #444;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.single-blog-footer .label-size a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 10px 12px;
    transition: initial;
}
.single-blog-footer .label-size {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 4px 4px 0;
}
.single-blog-footer .label-size a::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: none;
    transition: initial;
}
.single-blog-footer .label-size a:hover {
    background-color: #ddae4a;
}
.popular-posts ul li{
    position: relative;
    padding-left: 12px;
}
.popular-posts ul li::before {
    color: #ddae4a;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 17px;
    font-variant: normal;
    font-weight: 600;
    left: 0;
    position: absolute;
}
.popular-posts ul li + li {
    margin-top: 15px;
}
.item-title a {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: none;
    font-size: 13px;
}
.item-title{
    text-align: left;
}
.item-title a{
    color: rgba(255, 255, 255, 0.65);
}
.item-title a:hover{
    color: #ddae4a;
}
.follow-by-email-inner .follow-by-email-address {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px 0 0 2px;
    color: #666;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.follow-by-email-inner .follow-by-email-submit {
    background: #ddae4a;
    border: medium none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 42px;
    line-height: 43.5px;
    margin: 0;
    transition: all 0.2s ease 0s;
    width: 80px;
}
.follow-by-email-inner .follow-by-email-submit:hover{
    background: #7f2998;
}
.feedback-list{
    margin: 48px 0 0 0;
}
.media.response-info {
    margin-top: 48px;
}
.response-text-right p {
    color: #555;
    line-height: 24px;
    margin: 0 0 15px;
}
.response-text-right ul li {
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    margin-right: 1em;
}
.response-text-right ul li a{
    color: #ddae4a;
}
.response-text-left h5 {
    font-size: 17px;
    margin-top:15px;
}
/*contact page*/
.contact-left-block > h3, .contact-form > h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.contact-left-block > h3 > span, .contact-form > h3 > span {
    color: #ddae4a;
}
.contact-left-block > p {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 15px;
}
.contact-left-block a{
    color: #000;
}
.contact-left-block > p i {
    background: #ddae4a;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    margin-left: 5px;
}
.contact-form form {
    margin-top: 15px;
}
.contact-form form .form-control {
    margin-bottom: 15px;
    border-radius: 0;
}
.contact-form form textarea {
    min-height: 140px;
}
.contact-form .submit-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 4px 10px;
    text-transform: uppercase;
}
.contact-form .submit-btn:hover{
    background:  #ddae4a;
    border-color: #ddae4a;
    color: #fff;
}
/*instafeed images*/
#instafeed .likes {
    background: rgba(224,150,41, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    top: 0;
    transition: opacity 100ms ease 0s;
    width: 100%;
}
#instafeed a img{
    max-width: 100%;
}
.insta-image {
    max-width: 150px;
    position: relative;
}

#instafeed a:hover .likes {
    opacity:1;
}
.footer-block .image img{
    /*max-width: 64%;*/
}
.animated.flipInX {
    display: block;
    /*float: left;*/
    position: relative;
}