@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face {
    font-family: "Suedtirol";
    font-style: normal;
    font-weight: normal;
    src: url("css/suedtiro-webfont.eot?#iefix") format("embedded-opentype"),
	url("css/suedtiro-webfont.woff") format("woff"),
	url("css/suedtiro-webfont.ttf") format("truetype"),
	url("css/suedtiro-webfont.svg#suedtirolregular") format("svg");
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-top: 0px !important;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto', sans-serif;
    background-color: #edeceb;
    /*background: url('img/bodybg.jpg') no-repeat center right;
    background-size: cover;
    background-attachment: fixed;*/
    overflow-x: hidden;
}

.loading {
    display: none;
    background: rgba(255,255,255,0.7);
    text-align: center;
    padding-top: 200px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000000000000;
    top: 0px;
    left: 0px;
    color: #666;
    font-size: 16px;
}
    .loading_cnt {
        display: block;
        width: 300px;
        padding: 40px;
        background: #fff;
        border: 1px solid #ebebeb;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.5);
    }
    .loading .loading_text {
        margin-top: 20px;
    }


.vgl_header {
	display: block;
	width: 100%;
	background: #a4a09a;
    position: relative;
    /*animation: 2s ease-in-out 0s normal none 1 running act_anim;*/
}
@keyframes act_anim {
	0% { transform: scale(1.1); top: 20px; opacity: 0;  }
	100% { transform: scale(1); top: 0px; opacity: 1; }
}

	.vgl_logo {
		display: block;
		position: absolute;
		top: 40px;
		left: 200px;
		z-index: 2;
        opacity: 0;
	}
	.vgl_dolo {
		display: block;
		position: absolute;
		top: 50px;
		right: 40px;
		z-index: 2;
	}
	.sud_logo {
		display: none;
		position: absolute;
		top: 40px;
		right: 80px;
		z-index: 2;
	}

    #anim_h1 {
        display: block;
        position: absolute;
        z-index: 4;
        width: 100%;
        bottom: 50%;
        text-align: center;
        font-family: 'Suedtirol', Sans-serif;
        font-size: 22px;
        color: #fff;
        /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);*/
        opacity: 0;
    }
        #anim_h1 h1 {
            display: block;
            width: 50%;
            margin: 0;
            padding: 0;
            margin: 0 auto;
        }


.vgl_subhead {
	display: block;
	width: 100%;
	background: #a4a09a;
}
	.vgls_l { display: block; float: left; width: 35%; padding: 40px 40px 40px 40px; }
		.vgls_l h1 { font-size: 34px; color: #fff; font-weight: 300; margin: 0px 0px 20px 0px; padding: 20px 0px 0px 0px; font-family: 'Suedtirol', Sans-serif; }
		.vgls_l h2 { font-size: 18px; color: #fff; font-weight: 300; margin: 0px; padding: 0px;}
	.vgls_c { display: block; float: left; width: 45%; padding: 40px 20px 40px 20px; text-align: center; }
		.vlgs_video { width: 100%; padding: 0px;  }
	.vgls_r { display: block; float: left; width: 20%; padding: 40px 40px 40px 40px; }
        a.vlg_icon_request { display: block; width: 100%; max-width: 200px; padding: 10px; margin: 0 auto; margin-bottom: 40px; color: #fff; text-align: center; border: 1px solid #a4a09a; cursor: pointer;}
        a.vlg_icon_request:hover { border: 1px solid #fff; }
            a.vlg_icon_request span { display: block; }
        a.vlg_icon_call { display: block; width: 100%; max-width: 200px; padding: 10px; margin: 0 auto; color: #fff; text-align: center; border: 1px solid #a4a09a; cursor: pointer;  }
        a.vlg_icon_call:hover { border: 1px solid #fff; }
            a.vlg_icon_call span { display: block; }





.vgl_wrap {
    display: block;
    width: 100%;
    padding: 20px 40px 80px 40px;
    margin: 0 auto;
    background: rgba(0,44,0,0.85);
}
    .vgl_intro {
        text-align: center;
        font-size: 20px;
        color: #fff;
        width: 80%;
        margin: 0 auto;
        display: block;
        padding-top: 0px;
        padding-bottom: 10px;
        /*border-bottom: 1px dotted #a4a09a;*/
        margin-bottom: 30px;
    }
    .vgl_intro a, .vgl_intro a:link, .vgl_intro a:visited, .vgl_intro a:active {
        color: #fff !important;
    }
    .vgl_offers {
        display: block;
        float: left;
        width: 70%;
    }
        .vgl_offer {
            background: #fff;
            /*border: 1px solid #a4a09a;*/
            font-size: 14px;
            margin-bottom: 20px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
            -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
            -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
        }
            .vgl_offer_thumb {
                display: block;
                float: left;
                width: 35%;
                -webkit-transition: all 400ms ease;
            	-moz-transition: all 400ms ease;
            	-o-transition: all 400ms ease;
            	-ms-transition: all 400ms ease;
            	transition: all 400ms ease;
            }
            .vgl_offer_content {
                display: block;
                float: right;
                width: 65%;
                color: #595753;
            }
                .vgl_offer_title {
                    color: #e2001a;
                    margin: 0px 0px 0px 0px;
                    padding: 10px 20px 0px 20px;
                    font-family: 'Suedtirol', Sans-serif;
                    font-size: 30px;
                    font-weight: 300;
					cursor: pointer;
                }
                .vgl_offer_date {
                    font-size: 15px;
                    color: #8c8883;
                    font-weight: bold;
                    padding: 0px 20px 15px 20px;
                }
                .vgl_offer_more {
                    margin: 0px 20px 10px 20px;
                    padding: 10px 0px 10px 30px;;
                    font-weight: bold;
                    font-size: 16px;
                    background: url('img/down_a.png') no-repeat left center;
                    cursor: pointer;
                }
                    .vgl_offer_more:hover {
                        color: #e2001a;
                        background: url('img/down_b.png') no-repeat left center;
                    }
                        .vgl_offer_more.open {
                            background: url('img/up_a.png') no-repeat left center;
                        }
                        .vgl_offer_more.open:hover {
                            background: url('img/up_b.png') no-repeat left center;
                        }




                .vgl_offer_text {
                    display: none;
                    padding: 10px 20px 20px 20px;
                    height: 0px;
                }
                    .vgl_offer_text.visible {
                        display: block;
                        height: auto;
                        animation: 0.3s ease-in-out 0s normal none 1 running text_anim;
                    }
                    @keyframes text_anim {
                        0% { padding-left: 80px; opacity: 0.5 }
                        100% { padding-left: 20px; opacity: 1 }
                    }


        .vgl_offer_bt_in {


        }



        .vgl_offer_bt {
            /*background: #dbd9d7;*/
            background: #edeceb;
            box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        }


            .vgl_offer_bt_l {
                display: block;
                float: left;
                width: 35%;
                padding: 20px;
                font-weight: bold;
                color: #fff;
                background: #a4a09a;
                font-family: 'Suedtirol', Sans-serif;
                font-size: 22px;
                text-align: center;
                text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);

                background-color: #a4a09a;
                background-image: -webkit-linear-gradient(top, #a6a39d 0%, #9c9892 48%, #a4a09a 49%, #a4a09a 82%, #b1aea9 100%);
                background-image: -moz-linear-gradient(top, #a6a39d 0%, #9c9892 48%, #a4a09a 49%, #a4a09a 82%, #b1aea9 100%);
                background-image: -o-linear-gradient(top, #a6a39d 0%, #9c9892 48%, #a4a09a 49%, #a4a09a 82%, #b1aea9 100%);
                background-image: linear-gradient(top, #a6a39d 0%, #9c9892 48%, #a4a09a 49%, #a4a09a 82%, #b1aea9 100%);
                border-color: hsl(0, 0%, 56%);
                /*-webkit-box-shadow: inset 0 0 1px 1px #c3c1bd, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                -moz-box-shadow: inset 0 0 1px 1px #c3c1bd, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                box-shadow: inset 0 0 1px 1px #c3c1bd, 0 0 1px 3px rgba(0, 0, 0, 0.15);*/
                
				/*-webkit-text-shadow: 1px 1px 1px #000;
                -moz-text-shadow: 1px 1px 1px #000;
                -o-text-shadow: 1px 1px 1px #000;
                text-shadow: 1px 1px 1px #000;*/

            }
            .vgl_offer_bt_c {
                display: block;
                float: left;
                width: 40%;
                padding: 20px;
                font-size: 16px;
            }
            .vgl_offer_bt_r {
                display: block;
                /*float: right;
                width: 25%;*/
                padding: 10px 20px 10px 20px;
                text-align: right;
                width: 100%;
                background: #f5f5f5;
                margin: 0px;
            }
                .vgl_offer_bt_r a.add_offer {
                    display: inline-block;
                    padding: 10px 30px 10px 30px;

                    color: #fff;
                    font-size: 19px;
                    text-align: center;
                    text-decoration: none;
                    font-family: 'Suedtirol', Sans-serif;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    min-width: 200px;

                    background-color: #d20018;
                    background-image: -webkit-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
                    background-image: -moz-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
                    background-image: -o-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
                    background-image: linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
                    border-color: hsl(353, 38%, 44%);
                    -webkit-box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
                    -moz-box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
                    box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
                   
					/*-webkit-text-shadow: 1px 1px 1px #7c000e;
                    -moz-text-shadow: 1px 1px 1px #7c000e;
                    -o-text-shadow: 1px 1px 1px #7c000e;
                    text-shadow: 1px 1px 1px #7c000e;*/

                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;



                }
                    .vgl_offer_bt_r a.add_offer:hover {
                        background-color: #f1001c;
                        background-image: -webkit-linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                        background-image: -moz-linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                        background-image: -o-linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                        background-image: linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                        border-color: hsl(353, 38%, 47%);
                        -webkit-box-shadow: inset 0 0 1px 1px #ff495e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                        -moz-box-shadow: inset 0 0 1px 1px #ff495e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                        box-shadow: inset 0 0 1px 1px #ff495e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                        
						/*
						-webkit-text-shadow: 1px 1px 1px #8b0010;
                        -moz-text-shadow: 1px 1px 1px #8b0010;
                        -o-text-shadow: 1px 1px 1px #8b0010;
                        text-shadow: 1px 1px 1px #8b0010;
						*/
                    }

                .vgl_offer_bt_r a.rem_offer {
                    display: none;
                    padding: 10px 30px 10px 30px;
                    background: #666;
                    color: #fff;
                    font-size: 17px;
                    text-align: center;
                    text-decoration: none;
                    font-family: 'Suedtirol', Sans-serif;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    min-width: 200px;
                }
                    .vgl_offer_bt_r a.rem_offer:hover {
                        background: #333;
                    }


    .vgl_request {
        display: block;
        float: right;
        width: 28%;
        background: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        color: #333333;
    }
        .vgl_request h3 {
            padding: 10px 20px 10px 20px;
            color: #fff;
            /*background: #a4a09a;*/
            /*text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);*/
            font-size: 24px;
            font-family: 'Suedtirol', Sans-serif;
            display: block;
            margin: 0px;
            width: 100%;

            background-color: #d20018;
            background-image: -webkit-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            background-image: -moz-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            background-image: -o-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            background-image: linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            border-color: hsl(353, 38%, 44%);
            -webkit-box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
            -moz-box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
            box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
            
			/*
			-webkit-text-shadow: 1px 1px 1px #7c000e;
            -moz-text-shadow: 1px 1px 1px #7c000e;
            -o-text-shadow: 1px 1px 1px #7c000e;
            text-shadow: 1px 1px 1px #7c000e;
			*/
        }

        .vgl_request form {
            padding: 10px 20px 20px 20px;
        }

        input, select, textarea, email {
            padding: 4px;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            border: 1px solid #a4a09a;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
        textarea {
            width: 99%;
            height: 40px;
        }
        input[type="text"], input[type="email"] {
            width: 99%;
        }
        #anrede {
            width: 29%;
        }
        #vorname {
            width: 69%;
        }

        .frm_line {
            padding-bottom: 2px;
            border-bottom: 1px solid #b7b6b5;
            margin-bottom: 2px;
        }

        .frm_l_50, .frm_r_50 {
            display: block;
            float:left;
            width: 48%;
            padding: 0px;
        }
        .frm_r_50 {
            float: right;
        }

        .frm_l {
            display: block;
            width: 30%;
            float: left;

            line-height: 32px;
        }
        .frm_r {
            display: block;
            width: 66%;
            float: right;

        }

        .frm_l_p {
            display: block;
            width: 10%;
            float: left;
            text-align: left;
            padding: 0px;
            min-width: 25px;
        }
        .frm_r_p {
            display: block;
            width: 90%;
            float: right;
        }
            .frm_r_p a {
                text-decoration: underline;
                color: #6e6b65;
            }
            .frm_r_p a:hover {
                color: #333;
            }

        .space10 { display: block; clear: both; height: 3px; }
        .space20 { display: block; clear: both; height: 8px; }


        .calend {
            width: 100%;
            max-width: 140px;
            background: #fff url('img/calend.png') no-repeat center right;
        }

        .frm_send {
            display: block;
            clear: both;
            margin-top: 20px;
            text-align: right;
        }

        .request_send {
            display: inline-block;
            padding: 10px 30px 10px 30px;
            background: #e2001a;
            color: #fff;
            font-size: 19px;
            border: none;
            text-align: center;
            text-decoration: none;
            font-family: 'Suedtirol', Sans-serif;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;

            background-color: #d20018;
            background-image: -webkit-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            background-image: -moz-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            background-image: -o-linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            background-image: linear-gradient(top, #e7001b 0%, #e7243a 48%, #d20018 49%, #d20018 82%, #fe001d 100%);
            border-color: hsl(353, 38%, 44%);
            -webkit-box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
            -moz-box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
            box-shadow: inset 0 0 1px 1px #ff3a50, 0 0 1px 2px rgba(0, 0, 0, 0.10);
			cursor: pointer;
            
			/*
			-webkit-text-shadow: 1px 1px 1px #7c000e;
            -moz-text-shadow: 1px 1px 1px #7c000e;
            -o-text-shadow: 1px 1px 1px #7c000e;
            text-shadow: 1px 1px 1px #7c000e;
			*/

            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }
            .request_send:hover {
                background-color: #f1001c;
                background-image: -webkit-linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                background-image: -moz-linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                background-image: -o-linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                background-image: linear-gradient(top, #f6001d 0%, #e83247 48%, #f1001c 49%, #f1001c 82%, #ff0e2a 100%);
                border-color: hsl(353, 38%, 47%);
                -webkit-box-shadow: inset 0 0 1px 1px #ff495e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                -moz-box-shadow: inset 0 0 1px 1px #ff495e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                box-shadow: inset 0 0 1px 1px #ff495e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
                
				/*
				-webkit-text-shadow: 1px 1px 1px #8b0010;
                -moz-text-shadow: 1px 1px 1px #8b0010;
                -o-text-shadow: 1px 1px 1px #8b0010;
                text-shadow: 1px 1px 1px #8b0010;
				*/
            }



        .choosen-offer {
            display: block;
            padding: 5px;
            border: 1px solid #a4a09a;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            margin: 10px 0px 10px 0px;
            background: #fff;
        }
            .choosen-offer input {
                display: block;
                width: 7%;
                min-width: 25px;
                float: left;
            }
            .choosen-offer .ch_right {
                display: block;
                width: 90%;
                float: right;
                border-left: 1px solid #c9c8c7;
                padding: 0px 10px 0px 10px;
            }
                .choosen-offer .ch_right .selectText {
                    font-weight: bold;
                    font-size: 18px !important;
                    color: #e2001a !important;
                    font-family: 'Suedtirol', Sans-serif;
                }
                .choosen-offer .ch_right .selectText {
                    font-weight: bold;
                    font-size: 16px;
                    color: #666;
                }
                .choosen-offer .ch_right .validDate {
                    font-weight: bold;
                }




.continue {
    display: block;
    width: 100%;
    height: 100px;
    background: url('img/continue.png') no-repeat center center;
    opacity: 0.3;
    margin-top: 20px;
}


.vgl_footer {
	display: block;
	width: 100%;
}
    .vgl_awards {
        /*background: rgba(0,44,0,0) url('img/awards_bg.png') no-repeat center -10px;*/
        /*background: url('img/footerbg.jpg') no-repeat top center; */
        background-size: 100% auto;
        background-attachment: fixed;
        display: block;
        width: 100%;
        text-align: center;
    }
        .awards {

        }
        .awards_bg {
            display: block;
            padding: 40px 0px 40px 0px;
            width: 100%;
            background: rgba(0,44,0,0.6);
            /*background: url('img/awards_bg.png') no-repeat center 95px;*/
            text-align: center;
        }
		.vgl_awards .footer_logo {
			width: 230px;
			margin: 0px 10px 0px 10px;
		}
		.footer_logo_bpg {
			margin: 0px 10px 0px 10px;
		}

    .vgl_footer_cnt {
        display: block;
        width: 100%;
        background: rgba(0,44,0,0.9);
    }
    .vgl_footer_left { display: block; float: left; width: 34%; padding: 40px; position: relative; }
    .vgl_footer_center { display: block; float: left; width: 33%; padding: 40px; position: relative; }
    .vgl_footer_right { display: block; float: right; width: 33%; padding: 40px; position: relative; cursor:pointer; }


    .video_cover {
        display: block;
        width: 560px;
        height: 315px;
        background: url('img/videocover.jpg') no-repeat center center;
        background-size: cover;
        cursor: pointer;
    }
        .video_cover:hover {
            opacity: 0.8;
        }



        .vgl_arrival {  }
            .vgl_fbtn_arrival {
                display: none;
                padding: 10px 40px 10px 40px;
                text-align: center;
                text-decoration: none;
                font-size: 22px;
                color: #fff;
                border: 1px solid #dad9d6;
                background: #a4a09a;
                position: absolute;
                left: 20px;
                top: 40px;
                z-index: 2;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }
            .vgl_fbtn_arrival:hover {
                background: #8e8b86;
                border: 1px solid #fff;
            }



                .vgl_fbtn_contact {
                    display: none;
                    padding: 10px 40px 10px 40px;
                    text-align: center;
                    text-decoration: none;
                    font-size: 22px;
                    color: #fff;
                    border: 1px solid #dad9d6;
                    background: #a4a09a;
                    position: absolute;
                    left: 40px;
                    top: 40px;
                    z-index: 2;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }
                .vgl_fbtn_contact:hover {
                    background: #8e8b86;
                    border: 1px solid #fff;
                }



        .vgl_fbtn_gallery {
            display: none;
            padding: 10px 40px 10px 60px;
            text-align: center;
            text-decoration: none;
            font-size: 22px;
            color: #fff;
            border: 1px solid #dad9d6;
            position: absolute;
            left: 40px;
            top: 40px;
            z-index: 2;
            background: #a4a09a;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
        .vgl_fbtn_gallery:hover {
            background: #8e8b86;
            border: 1px solid #fff;
        }

        .gallery_thumb_container {
            display: block;
            width: 100%;

            /*border-top: 1px solid #dbd9d7;
            border-bottom: 1px solid #dbd9d7;*/
            /*border: 1px solid #dbd9d7;*/
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .footer_gallery_thumb {
                display: block;
                width: 31.2%;
                min-height: 120px;
                float: left;
                margin: 0% 1% 1% 0%;
                border: 1px solid #001732;
                cursor: pointer;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
                filter: grayscale(0%);

            }
                .footer_gallery_thumb:hover {
                    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
                    filter: grayscale(100%);

                }



            .vgl_footer_address {
                display: block;
                margin-top: 80px;
                font-size: 18px;
                color: #fff;
                width: 100%;
                padding: 10px 0px 30px 0px;
                line-height: 30px;
            }
                .vgl_footer_address span {
                    display: block;
                    margin-bottom: 10px;
                    font-size: 24px;
                    font-weight: bold;
                    font-family: 'Suedtirol', Sans-serif;
                }

        .footer_title {
            display: block;
            padding-top: 10px;
            padding-bottom: 20px;
            width: 100%;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            border-top: 1px solid rgba(255,255,255,0.4);
        }


        .fbt {
            display: block;
            width: 100%;
            background: rgba(0,30,0,1);
        }
            .fbt .footer_title {
                border-top: none;
                color: rgba(255,255,255,0.5);
                padding-bottom: 25px;
				display: none;
            }
            .fbt_left {
                display: block;
                float: none;
                width: 100%;
                padding: 40px;
				text-align: center;
            }
                .fbt_left img {
                    margin-right: 25px;
                    max-height: 35px;
                }
                    .fbt_left img:last-child {
                        margin-right: 0px;
                    }
            .fbt_center {
                display: none;
                float: left;
                width: 33%;
                padding: 40px;
            }
            .fbt_right {
                display: none;
                float: right;
                width: 33%;
                padding: 40px;
            }


            .fbt_l2 {
                display: block;
                float: left;
                padding-right: 20px;
            }
            .fbt_r2 {
                display: block;
                float: left;
                line-height: 30px;
            }
            a.fbt_r2 {
                color: #fff;
                font-size: 20px;
                text-decoration: none;
            }


        .vgl_copyright {
            display: block;
            padding: 20px 40px 20px 40px;
            color: #dbd9d7;
            font-size: 12px;
            /*background: #8e8b86;*/
            text-align: right;
        }
            .vgl_copyright a {
                color: #dbd9d7;
                text-decoration: none;
                display: inline-block;
                padding: 0px 25px 0px 25px;
                border-left: 1px solid #8e8b86;
            }
                .vgl_copyright a:first-child {
                    border-left: none;
                }
            .vgl_copyright a:hover {
                text-decoration: underline;
            }





.vgl_pop {
    display: none;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 150px 60px 100px 60px !important;
    border: 10px solid #002800;
    z-index: 1000;
    background: #fff;

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.vgl_pop_v {
    display: none;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 80px 0px 0px 0px !important;
    border: 10px solid #002800;
    z-index: 1000;
    background: #002800;

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
    .vgl_pop_head {
        display: block;
        position: fixed;
        width: 99%;
        height: 73px;
        background: #002800;
        padding: 10px;
        z-index: 20000;
        margin: -150px -60px -60px -60px;
    }
    .vgl_pop_head_v {
        display: block;
        position: fixed;
        width: 99%;
        height: 73px;
        background: #002800;
        padding: 10px;
        z-index: 20000;
        margin: -80px 0px 0px 0px;
    }
        .vgl_pop_logo {
            position: absolte;
            top: 20px;
            left: 20px;
            z-index: 2;
            max-width: 250px !important;
        }

        .vgl_pop_close {
            display: block;
            position: absolute;
            width: 46px;
            height: 46px;
            text-decoration: none;
            z-index: 2;
            right: 15px;
            top: 15px;
            padding: 10px;
            background: url('img/icn_close.png') no-repeat center center;
            cursor: pointer;
            border: 1px solid #dbd9d7;
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            border-radius: 36px;
        }
            .vgl_pop_close:hover {
                border: 1px solid #fff;
            }


#pop_gallery {
    overflow: hidden;
    padding: 0px !important;
    border: 10px solid #002800;
    z-index: 1000;
    background: #002800;
}
    #pop_gallery .vgl_pop_head {
        display: block;
        background: #002800;
        padding: 10px;
        z-index: 20000;
        margin: 0px !important;
    }

#pop_video {
    overflow: hidden;
    padding: 0px !important;
    border: 10px solid #002800;
    z-index: 1000;
    background: #000;
}
    #pop_video .vgl_pop_head {
        display: block;
        background: #002800;
        padding: 10px;
        z-index: 20000;
        margin: 0px !important;
    }


.bshadow
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0) inset;
}
.bshadow:before, .bshadow:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.4);
    box-shadow:0 0 20px rgba(0,0,0,0.4);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.bshadow:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



.vgl_pop a {
    color: #e2001a;
    text-decoration: none;
}
    .vgl_pop a:hover {
        text-decoration: underline;
    }


/*.bshadow
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;


}
.bshadow:before, .bshadow:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.bshadow:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}*/

@keyframes fadein {
    from { opacity: 0; margin-left: 100%; }
    to   { opacity: 1; margin-left: 0%; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; margin-left: 100%; }
    to   { opacity: 1; margin-left: 0%; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; margin-left: 100%; }
    to   { opacity: 1; margin-left: 0%; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; margin-left: 100%; }
    to   { opacity: 1; margin-left: 0%; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; margin-left: 100%; }
    to   { opacity: 1; margin-left: 0%; }
}




@media screen and (max-width: 1150px) {
    .request_send {
        padding: 10px 10px 10px 10px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1050px) {
    .request_send {
        padding: 10px 10px 10px 10px;
        font-size: 18px;
        width: 100%;
    }
}



@media screen and (max-width: 1000px) {

  /*  body {
          background: url('img/bodybg.jpg') no-repeat center right fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
    }
    body:after{
          content:"";
          position:fixed; 
          top:0;
          height:100vh; 
          left:0;
          right:0;
          z-index:-1; 
          background: url('img/bodybg.jpg') center right;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
    }*/

    .vgl_pop img {
        width: 100%;
    }


    .request_send {
        font-size: 19px;
    }


    #anim_h1 {
        font-size: 14px;
		line-height: 30px;
    }
    #anim_h1 h1 {
        display: block;
        width: 98%;
        margin: 0;
        padding: 0;
        margin: 0 auto;
    }

    .vgl_wrap {
        padding: 10px 20px 40px 10px;
    }

    .vgl_intro {
        text-align: justify;
        font-size: 14px;
        width: 100%;
    }

    .vgl_offer_thumb, .vgl_offer_content, .vgl_offers, .vgl_request, .vgl_footer_left, .vgl_footer_center, .vgl_footer_right, .fbt_left, .fbt_center, .fbt_right {
        float: none;
        width: 100%;
    }


    .vgl_awards {
          background: url('img/footerbg.jpg') no-repeat center center;
          background-attachment: scroll;
    }



    .awards {
        width: 90%;
    }

    .fbt_left, .fbt_center, .fbt_right {
        text-align: center;
    }

    .fbt_l2 {
        width: 40px;
        text-align: center;
        float: none;
        padding-right: 0px;
        margin: 0 auto;
    }

    .fbt_r2 {
        width: 100%;
        text-align: center;
        float: none;
        line-height: 30px;
    }

    .vgl_copyright a {
        display: block;
        border: none;
        border-bottom: 1px solid #4d6074;
        padding: 20px;
        text-align: center;
    }
    .vgl_request {
        font-size: 12px;
        color: #333333;
        margin-top: 40px;
    }
    .frm_l {
        width: 30%;
    }
    .frm_r {
        width: 60%;
    }

    .footer_gallery_thumb {
        width: 32.2%;
    }

    .fbt_left img {
        margin: 15px;
    }

    .vgl_offer_bt_r a.add_offer, .vgl_offer_bt_r a.rem_offer {
        width: 100%;
    }
    .request_send {
        display: block;
        width: 100%;
    }

    .frm_l_p {
        display: block;
        width: 10%;
    }
    .frm_r_p {
        width: 89%;
    }

    .choosen-offer input {
        width: 10%;
    }

    .choosen-offer .ch_right {
        width: 85%;
    }

	.vgl_offer_title {
		font-size: 28px;
		line-height: 24px;
	}

}


@media screen and (max-width: 800px) {
	
	.vgl_logo {
		width: 200px;
	}
	
	.sud_logo {
		top: 56px !important;
		right: 15px;
		width: 65px;
	}

		.header_scrolled {
			
		}
}
