/***************  RESPONSIVE STYLES  ***************/

@media (max-width:1024px) {


    .column-1 {
        width: 100%;
        left: inherit;
        float: inherit;
    }


    .column-2-pull {
        width: 100%;
        right: inherit;
        float: inherit;
        padding-right: 0px;
    }

    .small-slider-wrapper, .small-box-wrapper {
        width: 400px;
        margin: 20px auto;
    }

    .content-info {
        margin: 0 auto;
        width: 280px;
    }

    .contact-column .text-1 {
        width: 200px;
    }

    footer p {
        font-size: 13px;
    }

    .address-column {
        width: 20%;
    }

    .credits-column {
        width: 35%;
    }

    .logo img {
        width: 600px;
        padding-top: 16px;
    }
}


@media (max-width:960px) {
    .container {
        width: 100%;
    }

    .container-bg-top, .container-bg-bottom, .container-bg-top:after, .container-bg-bottom:after {
        width: 100%;
    }

    footer {
        padding: 0px 30px;
        box-sizing: border-box;
    }
}

@media (max-width:767px) {

    .column-1 h1 {
        text-align: center;
    }

    p {
        margin-bottom: 5px !important;
        line-height: 16px;
    }

    .slider .item .caption, .content-page .caption {
        display: none;
    }

    .small-slider-wrapper, .small-box-wrapper {
        width: 100%;
    }

    footer {
        padding: 0px 10px;
    }

    .contact-column, .address-column, .credits-column {
        width: 100%;
        float: inherit;
        margin-bottom: 20px;
    }

    .top-header:after,
    .top-header:before {
        background: transparent;
    }

    .logo img {
        width: 100%;
        padding-top: 0px;
    }

    .top-header {
        min-height: inherit;
        height: auto;
    }



    .navigation-mobile {
        display: block;
        position: absolute;
        bottom: -37px;
        right: 30px;
        width: 65px;
        height: 37px;
        box-sizing: border-box;
        z-index: 12;
        background: url(../images/nav-mobile-bg.png) no-repeat center;
    }

    .navigation {
        display: none;
        background: rgba(115,66,19,0.8);
        left: 10px;
        margin-top: 40px;
        right: 10px;
        border-radius: 12px;
    }

        .navigation li {
            display: block;
        }

            .navigation li a:after {
                background: none;
            }

            .navigation li a {
                padding: 12px;
            }
}

@media (max-width:540px) {
	
	 .contact-form .field-5 input[type=text] {
        width: 35%;
		
    }
}



@media (max-width:420px) {
    .contact-form .field-1,
    .contact-form .field-2,
    .contact-form .field-3,
    .contact-form .field-4,
	.contact-form .field-5 	{
        margin-bottom: 0px;
    }


    .contact-form .form-control {
        width: 100% !important;
        float: inherit !important;
         margin-bottom: 12px;
    }
	
	 .contact-form  .field-5 input[type=text]{
		 width:70% !important;
	 }

    .contact-info p {
        margin-bottom: 10px !important;
    }
}


@media (max-width:380px) {
    .contact-column .text-1 {
        width: 100%;
    }
}
