
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}


@font-face{
	font-family: 'gotcha';
	src: url('fonts/gotcha/gotcha-regular.eot');
	src: url('fonts/gotcha/gotcha-regular.eot') format('embedded-opentype'),
	url('fonts/gotcha/gotcha-regular.woff') format('woff'),
	url('fonts/gotcha/gotcha-regular.woff2') format('woff2'),
    url('fonts/gotcha/gotcha-regular.ttf') format('truetype'),
    url('fonts/gotcha/gotcha-regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Gotham';
	src: url('fonts/gotham/GothamMedium.eot');
	src: url('fonts/gotham/GothamMedium.eot') format('embedded-opentype'),
	url('fonts/gotham/GothamMedium.woff') format('woff'),
	url('fonts/gotham/GothamMedium.woff2') format('woff2'),
    url('fonts/gotham/GothamMedium.ttf') format('truetype'),
    url('fonts/gotham/GothamMedium.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'GothamLight';
	src: url('fonts/gotham-light/GothamLight.eot');
	src: url('fonts/gotham-light/GothamLight.eot') format('embedded-opentype'),
	url('fonts/gotham-light/GothamLight.woff') format('woff'),
	url('fonts/gotham-light/GothamLight.woff2') format('woff2'),
    url('fonts/gotham-light/GothamLight.ttf') format('truetype'),
    url('fonts/gotham-light/GothamLight.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Mermaid';
	src: url('fonts/mermaid/Mermaid1001.eot');
	src: url('fonts/mermaid/Mermaid1001.eot') format('embedded-opentype'),
	url('fonts/mermaid/Mermaid1001.woff') format('woff'),
	url('fonts/mermaid/Mermaid1001.woff2') format('woff2'),
    url('fonts/mermaid/Mermaid1001.ttf') format('truetype'),
    url('fonts/mermaid/Mermaid1001.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'TimesRoman';
	src: url('fonts/times-ro/times-ro.eot');
	src: url('fonts/times-ro/times-ro.eot') format('embedded-opentype'),
	url('fonts/times-ro/times-ro.woff') format('woff'),
	url('fonts/times-ro/times-ro.woff2') format('woff2'),
    url('fonts/times-ro/times-ro.ttf') format('truetype'),
    url('fonts/times-ro/times-ro.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'butler';
	src: url('fonts/butler-font/Butler_Regular.eot');
	src: url('fonts/butler-font/Butler_Regular.eot') format('embedded-opentype'),
	url('fonts/butler-font/Butler_Regular.woff') format('woff'),
	url('fonts/butler-font/Butler_Regular.woff2') format('woff2'),
    url('fonts/butler-font/Butler_Regular.ttf') format('truetype'),
    url('fonts/butler-font/Butler_Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('/../fonts/Montserrat/Montserrat-Light.eot');
    src: url('/../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
        url('/../fonts/Montserrat/Montserrat-Light.woff') format('woff'),
        url('/../fonts/Montserrat/Montserrat-Light.ttf') format('truetype'),
        url('/../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	text-decoration: none;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



body {
	line-height: 1;
	background-color: var(--white-color);
	font-family: 'Montserrat' !important;
	overflow-x: hidden;
	color: var(--secondary-color);
}

.container_1 {
	width: calc(100% - 150px);
	margin: 0px auto;
}





.control_pan2, .control_pan {
	z-index: 0;
}



@media(max-width: 1350px) {
	.container_1 {
		width: calc(100% - 100px);
	}
}

@media(max-width: 992px) {
	.container_1 {
		width: calc(100% - 40px);
	}
}

@media(max-width: 480px) {
	.container_1 {
		width: calc(100% - 30px);
	}
}















