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%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body, html {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    animation: 0.3s ease-out 0s 1 normal none running;
}

button {
    font-family: 'Open Sans', sans-serif !important;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none !important;
    }

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;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

/***** toast *****/
#toast-container {
	top: 40%;
}

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 600px;
        margin-bottom: 10px;
    }

@media (max-width: 1200px) {
	#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
		width: 35%;
	}
}

@media (max-width: 992px) {
	#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
		width: 45%;
	}
}

@media (max-width: 768px) {
	#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
		width: 55%;
	}
}

@media (max-width: 528px) {
	#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
		width: 85%;
	}
}
@media(min-width:992px){
    #toast-container{
        width:768px;
        margin-left:25%;
        margin-right:25%;
    }
}
.toast-title {
	font-family: 'venetian301_bd_btbold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

.toast-message {
	font-family: 'venetian301_btitalic';
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 18px;
	padding-right: 30px;
	padding-top: 5px;
}

#toast-container > .toast-error {
	background-position: 27px !important
}

#toast-container > .toast-error {
	background-position: 27px !important
}

#toast-container > .toast-success {
	background-position: 27px !important
}

#toast-container > div {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 35px 15px 35px 75px !important;
}

@media (max-width: 528px) {
	#toast-container > div {
		padding: 20px 15px 20px 59px !important;
	}
}

.toast-close-button {
	top: -1.9em;
}

@media (max-width: 480px) and (min-width: 241px) {
	#toast-container .toast-close-button {
		top: -0.9em;
	}
}

