@charset "utf-8";
/* CSS Document */

        body {
            background-color: #000000;
        }
        .modal {
            background: rgba(0,87,145,1);
            background: -moz-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,87,145,1)), color-stop(100%, rgba(1,68,112,1)));
            background: -webkit-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: -o-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: -ms-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: linear-gradient(to bottom, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005791', endColorstr='#014470', GradientType=0 );
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            height:80%;
            min-height: 800px;
            width: 650px;
        }
        .modal.end {
            background: rgba(0,87,145,1);
            background: -moz-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,87,145,1)), color-stop(100%, rgba(1,68,112,1)));
            background: -webkit-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: -o-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: -ms-linear-gradient(top, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            background: linear-gradient(to bottom, rgba(0,87,145,1) 0%, rgba(1,68,112,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005791', endColorstr='#014470', GradientType=0 );
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            min-height: 600px;
            width: 650px;
        }
        .border {
            border: 3px solid #FFFFFF;
            position: absolute;
            margin: auto;
            top: 20px;
            left: 20px;
            bottom: 20px;
            right: 20px;
			padding:0 10px;
        }
        .logo {
            position: absolute;
            bottom: -3px;
            right: 14px;
        }
        h1 {
            text-align: center;
            font-family: Arial;
            color: #FFFFFF;
            margin-top: 50px;
        }
        h3 {
            text-align: center;
            font-family: Arial;
            color: #FFFFFF;
            margin-top: 20px;
        }
        .modal p {
            text-align: center;
            font-family: Arial;
            color: #FFFFFF;
            width: 500px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 36px;
        }

		.ex1 { direction: rtl; unicode-bidi: bidi-override; }

      	.tour {
            height: 100%;
            width: 100%;
        }
		
        form[id^="mktoForm_"].active {
            display: block;
            position: fixed;
            z-index: 1000;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            background: #426bba;
            width: 100% !important;
        }
        form[id^="mktoForm_"] .mktoFormRow, form[id^="mktoForm_"] .mktoButtonRow {
            width: 400px;
            margin: 0 auto;
        }
        form[id^="mktoForm_"] .mktoButtonRow {
            display: block;
        }
        form[id^="mktoForm_"] .mktoButtonRow .mktoSimple {
            margin-left: 0px !important;
        }
        form[id^="mktoForm_"] input {
            border: 0px;
            outline: none;
            box-shadow: none;
            height: 30px;
            font-size: 18px;
            width: 250px !important;
            background: rgba(255,255,255,0.2);
            color: #FFFFFF;
            padding: 0 3px;
        }
        form[id^="mktoForm_"] select {
            border: 0px;
            outline: none;
            box-shadow: none;
            height: 30px;
            font-size: 18px;
            width: 250px !important;
            background: rgba(255,255,255,0.2);
            color: #FFFFFF;
            padding: 0 3px;
        }
        form[id^="mktoForm_"] option {
            color: #000000;
        }
        form[id^="mktoForm_"] label {
            font-size: 12px;
            text-transform: uppercase;
            color: #FFFFFF;
            width: 120px !important;
        }
        form[id^="mktoForm_"] .mktoOffset {
            width: 0px !important;
        }
        form[id^="mktoForm_"] .mktoFormRow.info {
            text-align: left;
            margin-bottom: 30px;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 30px;
            font-weight: 300;
            text-transform: uppercase;
        }
        form[id^="mktoForm_"] .mktoButton {
            border: 0px!important;
            padding: 10px!important;
            width: 98% !important;
            background: rgba(0,0,0,0.1)!important;
        }
        form[id^="mktoForm_"] {
            text-align: left;
            margin-left: auto;
            margin-right: auto;
            width: 390px!important;
            margin-top: 40px!important;
        }
        .mktoFormRow, .mktoButtonRow {
            width: 390px!important;
            margin: 0 auto!important;
        }
        .mktoButtonRow {
            display: block!important;
        }
        .mktoButtonRow .mktoSimple {
            margin-left: 0px !important;
        }
        .mktoButton {
            border: 0px;
            padding: 10px;
            width: 98% !important;
            background: rgba(0,0,0,0.1);
            margin-top: 15px;
            color: #FFFFFF;
            cursor: pointer;
        }
		
        @media (max-width: 660px) {
            .modal {
                width: 480px;
            }
            h1 {
                margin-top: 22px;
                font-size: 24px;
            }
            p {
                width: 350px;
            }
        }
        @media (max-width: 482px) {
            .modal {
                width: 100%;
                height: 100%;
            }
            p {
                width: 300px;
                margin-top: 10px;
                font-size: 14px;
            }
            form[id^="mktoForm_"] {
                width: 270px!important;
            }
            form[id^="mktoForm_"] .mktoButtonRow {
                width: 390px!important;
            }
            form[id^="mktoForm_"] .mktoButton {
                width: 64% !important;
            }
            .mktoButton {
                width: 100% !important;
                font-size: 11px;
            }
            .mktoButtonRow {
                width: 250px!important
            }
        }
        @media (max-height: 715px) {
            body { margin:0; }
            .modal {
                height:880px; position:relative!important;
            }
            h1 {
                margin-top: 20px;
                font-size: 24px;
            }
            p {
                margin-top: 10px;
                font-size: 14px;
            }
            form[id^="mktoForm_"] {
                margin-top: 18px!important;
            }

        }
        @media (max-height: 715px) and (max-width: 482px) {
            h1 {
                font-size: 20px;
            }
            p {
                width:auto!important;
            }
            .mktoButtonRow {
                width: 248px!important;
            }
            .mktoButton {
                width: 79% !important;
                font-size: 9px;
                margin-top: 0px;
            }
        }
        .loader {
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 10;
            display: none;
        }
@media (max-width: 380px) {
    .mktoFormRow, .mktoButtonRow {
        width: 200px!important;
    }
    form[id^="mktoForm_"] {
        width: 235px!important;
    }
    form[id^="mktoForm_"] input, form[id^="mktoForm_"] select {
        width: 200px !important;
    }
    form[id^="mktoForm_"] .mktoButton { width:200px!important; }
}
