	@import url('https://fonts.googleapis.com/css?family=Dosis:400,700');
			
			html, body, div, span, applet, object, iframe,
			h1, h2, h3, h4, h5, h6, p, blockquote, pre,
			a, abbr, acronym, address, big, cite, code,
			del, dfn, em, img, ins, kbd, q, s, samp,
			small, strike, strong, sub, sup, tt, var,
			b, u, i, center,
			dl, dt, dd, ol, ul, li,
			fieldset, form, label, legend,
			table, caption, tbody, tfoot, thead, tr, th, td,
			article, aside, canvas, details, embed, 
			figure, figcaption, footer, header, hgroup, 
			menu, nav, output, ruby, section, summary,
			time, mark, audio, video { 
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 100%;
			font: inherit;
			vertical-align: baseline;
			}
			/* HTML5 display-role reset for older browsers */
			article, aside, details, figcaption, figure, 
			footer, header, hgroup, menu, nav, section {
			display: block;
			}
			body {
			line-height: 1;
			font-family: 'Dosis', sans-serif;
            background-color: #fff;
			}
			ol, ul {
			list-style: none;
			}
			blockquote, q {
			quotes: none;
			}
			blockquote:before, blockquote:after,
			q:before, q:after {
			content: '';
			content: none;
			}
			table {
			border-collapse: collapse;
			border-spacing: 0;
			}			
			input, select, textarea, input[type="text"],button[type="button"] { -moz-appearance: none;box-shadow: none !important; }
			input:focus, button:focus, textarea:focus, select:focus { outline: none; }
			
			[type="submit"]{    background: none;
			border: 0;
			margin: 0;
			padding: 0; -moz-appearance: none;box-shadow: none !important; }
			input:focus, textarea:focus, select:focus { outline: none; }
			
			.container {
			margin:0 auto;
			padding:0 !important;
			}
			@media (min-width: 768px) {
			.container {
			width:768px !important;
			}
			.rightBar {
			width: 145px !important;
			left: 67px;
			height: 490px !important;
			}
			}
			
			
			
			.container .row {
			margin:0 !important;
			}
			
			[class*="col-"] {
			padding:0 !important;
			}
			[class*="col-"] img {
			display:block;
			width:100%;
			border:0;
			padding:0;
			margin:0;
			}
			
			.form_wrap{padding:30px 0;}
			.form_wrap > img.back{position:absolute;z-index:-5;left:0;top:0;width:100%;height:100%;}
			.grid1{padding:0 10px;display:grid;grid-template-columns:25px calc(100% - 25px);align-items:center;}
			.grid1 .self{}
			.grid1 .self.number{text-align:center;font-size:2.8em;filter: blur(2.5px);color:#d6dee1;}
			.grid1 .self.form_item{padding:10px;}
			.grid1 .self.form_item input,
			.grid1 .self.form_item textarea,
			.grid1 .self.form_item select{
			background:url(img/x/form_item_back.jpg?a1) repeat;background-size:auto 100%;
			padding:0 10px;
			display:block;width:100%;
			border:1px solid #cbcbcb;
			box-sizing:border-box;
			border-radius:10px;
			box-shadow:0px 0px 10px 0 #ddd!important;
			}
			.grid1 .self.form_item input{height:50px;}
			.grid1 .self.form_item select{height:50px;color: #757575;}
			.grid1 .self.form_item textarea{height:170px;padding:10px 10px;}
			
			.form1_submit_button {
			background: none;
			border: 0 !important;
			margin-bottom: -3px !important;
			}
			
			.color {display:none;}
			h2 {
    font-size: 190%;
    text-align: left;
}
div#success_message {
    text-align: left;
}
p#demo {
    font-size: 200%;
}

body {
    font-size: 17px;
}

textarea {
    font-size: 24px !important;
}

input[type=text], input[type=email], input[type=tel], select {
    height: 65px !important;
    font-size: 24px !important;
}

@media only screen and (max-width: 999px) {
    select {
        text-indent: 0;
        line-height: 1 !important;
    }
}

@media only screen and (max-width: 767px) {
    input[type=text], input[type=email], input[type=tel], select {
        height: 45px !important;
        font-size: 19px !important;
    }
    textarea {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 375px) {
    input[type=text], input[type=email], input[type=tel], select {
        font-size: 17px !important;
    }
    textarea {
        font-size: 17px !important;
    }
}

input[type=text], input[type=email], input[type=tel], textarea, select {
    border-color: #787878 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 10px #787878 !important;
    -moz-box-shadow: inset 0 0 10px #787878 !important;
    box-shadow: inset 0 0 10px #787878 !important;
    background: transparent;
    outline: none;
    background-color: #fff;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
    border-color: #3399ff !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 10px #3399ff !important;
    -moz-box-shadow: inset 0 0 10px #3399ff !important;
    box-shadow: inset 0 0 10px #3399ff !important;
    background: transparent;
    outline: none;
    background-color: #fff;
}

.select-container select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.select-container {
    position: relative;
}

.select-container::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    width: 0;
    z-index: 2;
}

@media only screen and (max-width: 999px) {
    .select-container::after {
        border-left-width: 10px;
        border-right-width: 10px;
        border-top-width: 10px;
        right: 15px !important;
    }
}

.strike {
    text-decoration: line-through;
}

.wrapper {
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    position: relative;
}

.wrapper a {
    display: inline-block;
}

.wrapper img, .wrapper input[type=image] {
    max-width: 100%;
}

.wrapper .container {
    width: 100%;
}

.fixed {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 15px;
}

.scroll-to-top {
    position: fixed;
    font-size: 19px;
    bottom: 5vw;
    right: 5vw;
    width: 44px;
    height: 44px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 20;
}

.shadow-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    z-index: 10;
}

@media only screen and (max-width: 999px) {
    .shadow-top:before {
        height: 4vw;
    }
}

.shadow-top.reverse:before {
    background-image: url(../images/shadow-bottom.png);
}

.shadow-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: 10;
}

@media only screen and (max-width: 999px) {
    .shadow-bottom:after {
        height: 4vw;
    }
}

.shadow-bottom.reverse:after {
    background-image: url(../images/shadow-top.png);
}

.shadow-top, .shadow-bottom {
    position: relative;
}

.shadow-top {
    padding-top: 40px;
}

@media only screen and (max-width: 999px) {
    .shadow-top {
        padding-top: 4vw;
    }
}

.shadow-bottom {
    padding-bottom: 40px;
}

@media only screen and (max-width: 999px) {
    .shadow-bottom {
        padding-bottom: 4vw;
    }
}

.heading.shadow-top, .heading.shadow-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.product .button-select-product {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
}

.product .button-select-product .selected {
    display: none;
}

.product.selected .button-select-product img {
    display: none;
}

.product.selected .button-select-product .selected {
    display: inline-block;
}

.checkout-form .form {
    position: relative;
}

.success {
    padding-top: 50px;
    padding-bottom: 50px;
}

.success p {
    text-align: left;
    line-height: 1;
}

.success .info {
    font-size: 18px;
}

.success .message {
    text-align: center;
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    padding: 30px;
}

.success .message.alt {
    font-weight: 300;
    margin-top: 30px;
}

@media only screen and (max-width: 999px) {
    .success {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .success .message {
        font-size: 6vw;
        line-height: 8vw;
        padding: 3vw;
    }
    .success .message.alt {
        margin-top: 0;
    }
    .success .info {
        font-size: 6vw;
    }
}

@media only screen and (max-width: 375px) {
    .success .message {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-video .modal-dialog {
        width: 715px;
    }
}

.modal-video .modal-body {
    position: relative;
    padding: 0;
}

.modal-video .modal-body iframe {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    height: 400px;
}

.modal-video .modal-body .close {
    position: absolute;
    top: 0;
    right: -40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background-color: #ff3333;
    color: #fff;
    opacity: 1;
    z-index: 10;
    text-shadow: none;
}

@media only screen and (max-width: 767px) {
    .modal-video .modal-body .close {
        top: 0;
        right: 0;
    }
}