@font-face {
    font-family:'bebasregular';
    src: url('font/bebas___-webfont.eot');
    src: url('font/bebas___-webfont.eot?#iefix') format('embedded-opentype'), url('font/bebas___-webfont.woff') format('woff'), url('font/bebas___-webfont.ttf') format('truetype'), url('font/bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 100%;
    color: #303030;
}
h1 {
    font-family:'bebasregular';
    font-size: 3.2em;
    font-weight: normal;
}
h2 {
    font-family:'bebasregular';
    font-size: 2.6em;
    font-weight: normal;
}
h3 {
    font-family:'bebasregular';
    font-size: 2em;
    font-weight: normal;
}
h4 {
    font-family:'bebasregular';
    font-size: 1.8em;
    font-weight: normal;
}
h5 {
    font-family:'bebasregular';
    font-size: 1.4em;
    font-weight: normal;
}
h6 {
    font-family:'bebasregular';
    font-size: 1.2em;
    font-weight: normal;
}
i {
    behavior: url(pie/PIE.htc);
    margin-right: 0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
a {
    font-family:'Open Sans', sans-serif;
    color: #303030;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
    color: #f1c40f;
}
p {
    font-family:'Open Sans', sans-serif;
    line-height: 1.6em;
    font-size: 1em;
    margin: 1em 0;
}
span.yellow {
    color: #f1c40f;
}
span.black {
    color: #303030;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
::-moz-selection {
    background:#f1c40f;
    color:white;
}
::selection {
    background:#f1c40f;
    color:white;
}
.bg-bottom-large img {
    width: 100%;
}
/* -------------------- PRELOADER -------------------- */
 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1c40f;
    z-index: 999999;
    overflow: hidden;
    height: 100%;
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(img/status.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}
/* -------------------- TOP SECTION -------------------- */
 header {
    width:100%;
    z-index: 99999;
}
.top-bg {
    position: relative;
    z-index: 1;
}
.top-background {
    min-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(upload/top-background.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    behavior: url(pie/PIE.htc);
    background-size: cover;
    background-attachment: fixed;
    zoom: 1;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 10;
}
.welcome-message {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.welcome-message h1 {
    color: #fff;
    font-size: 5em;
    line-height: 70px;
}
.welcome-message h1:after, .welcome-message h1:before {
    border-bottom: 1px solid #fff;
}
.welcome-message h2 {
    color: #fff;
}
.title-welcome {
    border-bottom: 1px solid #fff;
    padding: 15px 5%;
    display: inline-block;
}
.top-icon {
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    font-size: 1.4em;
    font-weight: 300;
    padding: 40px 0;
    margin-top: 30px;
    color: #303030;
}
.top-icon p {
    margin: 0 0 20px 0;
    padding: 0 25%;
}
.top-icon a {
    behavior: url(pie/PIE.htc);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #303030;
    padding: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 20px;
}
.top-icon a:hover {
    border: 1px solid #f1c40f;
    background: #f1c40f;
    color: #fff;
}
/* -------------------- LOGO AND TOP NAVIGATION -------------------- */
 .logo h1 {
    font-size: 2.250em;
}
.logo, ul.nav {
    margin: 0 !important;
}
.navbar {
    margin-bottom: 0;
}
.navbar .nav>li>a {
    font-size: 1.25em;
    color: #fff;
    text-shadow: none;
    font-family:'bebasregular';
    padding: 20px 15px;
}
.navbar .nav>li {
    float: none;
    display: inline-block;
}
.navbar .nav>li.active>a, .navbar .nav>li.active>a:hover, .navbar .nav>li.active>a:focus, .navbar .nav>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #303030;
}
.arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #303030 transparent transparent transparent;
    line-height: 0px;
    _border-color: #303030 #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}
.border-bottom {
    border-bottom: 10px solid #303030;
    background: #f1c40f;
    z-index: 99999;
    position: relative;
}
/* -------------------- SECTION GLOBAL -------------------- */
 #services, #about, #portfolio, #blog {
    padding: 150px 0 50px;
    display: block;
}
#contact {
    padding: 150px 0 0;
    display: block;
}
.title-page {
    width: 100%;
    position: relative;
    clear: both;
    display: block;
}
.title-page h2, .related-title h4, .welcome-message h1 {
    display: inline-block;
    position: relative;
}
.title-page h2:after, .title-page h2:before, .related-title h4:after, .related-title h4:before, .welcome-message h1:after, .welcome-message h1:before {
    position: absolute;
    content:'';
    width: 40px;
    height: 0;
    border-bottom: 1px solid;
    top: 50%;
}
.title-page h2:after, .related-title h4:after, .welcome-message h1:after {
    right: -50px;
}
.title-page h2:before, .related-title h4:before, .welcome-message h1:before {
    left: -50px;
}
.slogan p {
    font-family:'Open Sans', sans-serif;
    font-size: 1.4em;
    margin: 0;
    font-weight: 300;
}
/* -------------------- SECTION SERVICE -------------------- */
 .rounded-icon i {
    display: inline-block;
    background-color: #f1c40f;
    border: 4px solid #fff;
    webkit-box-shadow: 0px 0px 0px 4px #f1c40f;
    -moz-box-shadow: 0px 0px 0px 4px #f1c40f;
    box-shadow: 0px 0px 0px 4px #f1c40f;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 185px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product:hover i {
    webkit-box-shadow: 0px 0px 0px 8px #f1c40f;
    -moz-box-shadow: 0px 0px 0px 8px #f1c40f;
    box-shadow: 0px 0px 0px 8px #f1c40f;
}
.service-content, .more-service {
    margin-top: 60px;
}
.more-service-box.span3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: -1px 0px 0px -1px;
    padding: 10px;
    width: 25%;
}

.more-service-box:hover .more-service-icon img {
    background: #f1c40f;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.more-service-icon img {
    background: #303030;
    behavior: url(pie/PIE.htc);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    width: 27px;
    height: 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.more-service-title {
    font-family:'bebasregular';
    font-size: 1.1em;
    margin-left: 5px;
    vertical-align: middle;
}
/* -------------------- SECTION ABOUT -------------------- */
 .our-team {
    margin-top: 200px;
}
.team {
    position: relative;
    background: #f1c40f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(pie/PIE.htc);
}
.team .team-image {
    position: absolute;
    width: 100%;
    top: -166px;
}
.team-image img {
    border: 6px solid #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    behavior: url(pie/PIE.htc);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    width: 200px;
    height: 200px;
	position:relative;
	z-index:150
}
.base-button span {
    height: 106px;
    display: block;
    padding-top: 60px;
}
.team .team-desc {
    padding: 120px 10px 0;
}
.icon {
    width: 100%;
    position: absolute;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
}
.icon.open {
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650); 
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650); 
    -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650); 
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650); 
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650); /* custom */
    /* custom */
}
.icon a.icon-social {
    border: 1px solid #303030;
    background: #303030;
    padding: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    behavior: url(pie/PIE.htc);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon a.icon-social:hover {
    border: 1px solid #f1c40f;
    background: #f1c40f;
}
.open {
    z-index: 50;
    width: 42px;
}
.button-1.open {
    top: -30%;
    left: 0%;
}
.button-2.open {
    top: -55%;
    left: 25%;
}
.button-3.open {
    top: -55%;
    left: 63%;
}
.button-4.open {
    top: -30%;
    left: 87%;
}
.more-about {
    margin-top: 60px;
    margin-bottom: 200px;
}
.testimonial-arrow span {
    margin-top: 60px;
    position: relative;
    z-index: 200;
    width: 13px;
    height: 26px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
span.prev-testimoni {
    background: url(img/prev-arrow.png) no-repeat 160px 0px;
}
span.next-testimoni {
    background: url(img/next-arrow.png) no-repeat 80px 0px;
}
span.prev-testimoni:hover {
    background-position: 160px -31px;
}
span.next-testimoni:hover {
    background-position: 80px -31px;
}
.testimonial-content {
    position: absolute;
}
.client-photo {
    position: absolute;
    width: 100%;
    top: -65px;
    z-index: 100;
}
.client-photo img {
    max-width: 100px;
    behavior: url(pie/PIE.htc);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.client {
    margin-top: 50px;
}
span.client-name {
    font-family:'bebasregular';
    font-size: 1.2em;
}
span.quote-left {
    background: url(img/quote-left.png) no-repeat;
    width: 46px;
    height: 36px;
    display: block;
    margin-top: -22px;
}
span.quote-right {
    background: url(img/quote-right.png) no-repeat;
    width: 46px;
    height: 36px;
    display: block;
    margin-top: 0px;
    float: right;
}
.background-yellow,
.bar.background-yellow{
    background-color:#f1c40f
}
.progress-bar {
    margin-top: 40px;
}
.progress {
    height:35px;
}
.progress .bar {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: none;
    font-size: 14px;
    line-height: 36px;
}
.title-score {
    float:right;
    padding:0px 10px;
    height:100%;
    background:url('img/black20.png')
}
/* -------------------- NEWSLETTER -------------------- */
 .newsletter {
    background: #f1c40f;
    padding: 40px 0px 30px;
    border-bottom: 10px solid #303030;
}
.newsletter h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-family:'Open Sans', sans-serif;
}
#newsletter-box {
    background: #303030;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);
    padding: 20px 10px;
    margin-top: 25px;
}
.input-prepend {
    margin: 0 !important;
}
span.add-on {
    border: none !important;
    text-shadow: none !important;
    padding: 7px 10px !important;
}
.input-prepend input {
    border: none !important;
    background-color: #fff !important;
    text-shadow: none !important;
    padding: 7px 10px !important;
}
span.add-on i {
    font-size: 1.4em !important;
}
input#submit {
    behavior: url(pie/PIE.htc);
    background: #f1c40f;
    color: #303030;
    border: 1px solid #f1c40f;
    padding: 6px 10px;
    font-family:'Open Sans', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input#submit:hover {
    background: #f1c40f;
    color: #303030;
    border: 1px solid #303030;
}
/* -------------------- SECTION PORTFOLIO -------------------- */
 ul#filters {
    list-style: none;
    margin: 0;
}
ul#filters li {
    display: inline-block;
}
ul#filters li a i {
    margin-right: 10px !important;
    font-size: 1.2em;
    vertical-align: middle;
}
.portfolio-item {
    background-image: url(img/portfolio-shadow.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.option-filter {
    margin: 40px auto;
}
#portfolio-container .span4 {
    width: 300px;
    height: 320px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.span4.first-row {
    margin-left: 0;
}
#portfolio-container {
    margin-left: 1.0441%;
}
ul#filters {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0px 14px 0px;
    border-top: 1px solid #e5e5e5;
}
ul#filters li a, ul#filters li a.selected {
    padding: 15px 15px;
    text-decoration: none;
    color: #303030;
    font-family:'bebasregular';
    font-size: 1em;
}
ul#filters li a:hover, ul#filters li a.selected {
    background: #f1c40f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(pie/PIE.htc);
}
.portfolio-img img {
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(pie/PIE.htc);
}
.portfolio-img {
    position: relative;
}
.portfolio-info {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: center;
    opacity: 0;
    width: 80%;
}
.portfolio-info h6 {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    padding: 15px 20px;
    display: inline-block;
    line-height: 30px;
}
.portfolio-info h6 a {
    font-family:'bebasregular';
    font-size: 1.2em;
}
.portfolio-info h6 a:hover {
    opacity: 0.7 !important;
    color: #303030;
}
.portfolio-info p {
    margin: 0;
}
.navigation ul {
    list-style: none;
    margin: 12px 0px;
}
.navigation ul li {
    float: left;
    margin-right: 10px;
}
.navigation ul li a i {
    line-height: 38px;
}
.navigation ul li a {
    display: block;
    background: #303030;
    width: 45px;
    height: 36px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(pie/PIE.htc);
    color: #fff;
    text-align: center;
    font-size: 23px;
}
.navigation ul li a:hover {
    background: #f1c40f;
}
.portfolio-content {
    margin-bottom: 60px;
}
.portfolio-detail h5 {
    margin: 0;
    line-height: 1.2em;
}
.related-project-item {
    position: relative;
    margin-bottom: 20px;
}
.related-project-item .portfolio-info {
    position: absolute;
    left: 0;
    top: 28%;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.related-project-item img {
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(pie/PIE.htc);
}
.button a {
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin: 20px 0;
    display: inline-block;
    background: #303030;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
}
.button a:hover {
    background: #f1c40f;
    color: #fff;
}
.carousel-control {
    opacity: 1;
    background: #303030;
    top: 50%;
    font-size: 25px;
    border: none;
    line-height: 36px;
}
.carousel-control:hover {
    background: #f1c40f;
}
.carousel a i {
    line-height: 38px;
}
/* -------------------- SECTION BLOG -------------------- */
 .blog-pagination ul {
    margin: 30px 0px 20px 5px;
    list-style: none;
}
.blog-pagination ul li {
    display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(pie/PIE.htc);
    color: #303030;
    padding: 8px 14px;
    border: 2px solid #303030;
    font-family:'Open Sans', sans-serif;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-pagination ul li:hover {
    background-color: #f1c40f;
    border: 2px solid #f1c40f;
    color: #fff;
}
.blog-img img {
    width: 338px;
    height: 338px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(pie/PIE.htc);
}
.blog-img {
    position: relative;
}
.blog-link {
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: center;
    opacity: 0;
}
.blog-link h5 {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    padding: 15px 20px;
    display: inline-block;
    line-height: 30px;
}
.blog-link h5 a {
    font-family:'bebasregular';
    font-size: 1.2em;
}
.blog-link h5 a:hover {
    color: #303030;
    opacity: 0.7;
}
.blog-link i.icon-time, .single-blog-info i.icon-time {
    margin-left: 0;
}
.blog-link i, .single-blog-info i {
    margin-left: 10px;
}
.blog-link span, .single-blog-info span {
    font-size: 13px;
    margin-left: 5px;
}
.blog-top .navigation ul li {
    margin-left: 10px;
    margin-right: 0;
}
.related-post {
    padding-bottom: 40px;
}
.related-title h4, .comment-section h4 {
    margin: 40px 0;
}
.comment-section input {
    border: 1px solid #d4d4d4 !important;
    float: none !important;
    min-width: 31.77%;
    height: 30px;
}
.comment-section textarea {
    width: 98.6% !important;
    max-width: 1070px !important;
}
.comment-section .contact-button {
    height: 100%;
    width: 100%;
    border: 3px solid #f1c40f !important;
}
.comment-section .contact-button:hover {
    background: #303030;
    color: #fff;
    border: 3px solid #303030 !important;
}
.the-comment {
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 40px;
}
.user-photo img {
    max-width: 75px;
    border-radius: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    margin: 0px 20px 0 0;
}
.comment-detail {
    overflow: hidden;
}
ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 65px;
}
ul.comment-childern {
    margin: 0;
    padding: 0 0 0 55px;
}
span.user-name {
    font-weight: 600;
    margin-right: 5px;
}
span.comment-date {
    font-size: 13px;
}
span.reply-link a {
    background: #303030;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);
}
span.reply-link a:hover {
    background: #f1c40f;
}
ul.comment-childern {
    margin: 0;
    padding: 0 0 0 55px;
    list-style: none;
}
/* -------------------- SECTION CONTACT -------------------- */

.section-contact {
    background: url(img/bg-contact.jpg) repeat;
    color: #fff;
    padding: 150px 0 60px;
}

/* container under the text */
.contact-info-container {
    margin-top: 40px;
}

/* form wrapper */
#contact-form {
    max-width: 900px;
    margin: 40px auto 0;
    overflow: hidden;              /* simple clearfix */
}

/* two columns on desktop */
.comment-form-input,
.comment-form-textarea {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

/* ICON + INPUT ROWS (name + email) */
.comment-form-input .input-prepend {
    position: relative;
    margin-bottom: 20px;
}

/* yellow icon box */
.comment-form-input .add-on {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
    background-color: #f1c40f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-form-input .add-on i {
    font-size: 24px;
    color: #303030;
}

/* text inputs */
.comment-form-input input {
    width: 100%;
    height: 56px;
    border: none;
    padding: 0 10px 0 70px;   /* room for icon */
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* MESSAGE BOX */
.comment-form-textarea textarea {
    width: 100%;
    min-height: 140px;
    border: none;
    padding: 15px 10px 10px 40px;   /* for pencil bg */
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

/* SEND BUTTON */
input.contact-button {
    width: 100%;
    margin-top: 20px;
    display: block;
    background: #f1c40f;
    color: #303030;
    border: 2px solid #f1c40f;
    padding: 13px 25px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input.contact-button:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

/* map area */
.contact-map {
    margin: 40px 0 0 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.contact-map iframe {
    width: 100%;
    height: 50%;
}

/* success/error messages */
.message-alert {
    display: none;
}

/* Center the slogan text block */
.slogan {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* ==================== MOBILE LAYOUT (≤ 767px) ==================== */

@media (max-width: 767px) {

    /* smaller top padding under menu */
    #contact {
        padding-top: 110px;
    }

    /* form full-width and centred */
    .contact-info-container {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }

    /* stack fields in one column */
    .comment-form-input,
    .comment-form-textarea {
        float: none;
        width: 100%;
        padding: 0;
    }

    /* each row full-width */
    .comment-form-input .input-prepend {
        width: 100%;
    }

    /* icons: keep them, but smaller and not blocking taps */
    .comment-form-input .add-on {
        width: 50px;
        height: 48px;
    }

    .comment-form-input input {
        height: 48px;
        padding-left: 60px;       /* still room for icon */
        font-size: 1em;
    }

    .comment-form-textarea textarea {
        width: 100%;
        max-width: 100%;
        padding-left: 40px;
        box-sizing: border-box;
        margin-top: 10px;
    }

    input.contact-button {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        box-sizing: border-box;
    }
}
/* === Disable sticky header on phones so it doesn't cover the contact form === */
@media (max-width: 767px) {
    #sticker {
        position: static !important;
        top: auto !important;
    }

    .border-bottom {
        position: static !important;
    }
}
/* === Make sure nothing in the contact section blocks taps === */
.section-contact,
.section-contact * {
    pointer-events: auto !important;
}

/* By default, hide the mobile form */
#contact-form-mobile {
    display: none;
}

/* Simple styling for the mobile form fields */
#contact-form-mobile {
    max-width: 90%;
    margin: 40px auto 0;
}

#contact-form-mobile input[type="text"],
#contact-form-mobile input[type="email"],
#contact-form-mobile textarea {
    width: 100%;
    border: none;
    height: 48px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#contact-form-mobile textarea {
    min-height: 140px;
}

#contact-form-mobile input[type="submit"] {
    background: #f1c40f;
    color: #303030;
    border: 2px solid #f1c40f;
    border-radius: 5px;
    padding: 13px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
}

#contact-form-mobile input[type="submit"]:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/* === MOBILE: show the simple form, hide the complex one === */
@media (max-width: 767px) {
    #contact-form {
        display: none !important;
    }

    #contact-form-mobile {
        display: block !important;
    }
}
/* === FINAL CONTACT FORM SELECTION === */
/* Always hide the old complex form */
#contact-form {
    display: none !important;
}

/* Always show the new simple form */
#contact-form-mobile {
    display: block !important;
}
