@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');


* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #5d5d5d;
	width: 100%;
	min-width: 1100px;
	height: 100%;
	min-height: 100%;
	font-weight: normal;
	background: #fff;
	position: relative;
}

@media screen and (max-width: 1119px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #5d5d5d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	color: #536373;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	color: #383838;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #ce6500;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left !important;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border: 3px solid #baa785;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #CCC;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #536373;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 20px 12px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #e7c28e;
	text-decoration: none;
	background: #43505c;
}

.a_button1 {
	font-size: 28px;
	line-height: 28px;
	padding: 20px 30px 20px 30px;
	background: #ce8744;
}
.a_button1:hover {
	color: #e7c28e;
	text-decoration: none;
	background: #43505c;
}


/* main styles
-----------------------------------------------------------------------------*/
.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1119px) {
.page_wrapper {
	width: 96%;
}
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 120px;
	background: #fff;
}

#header_logo {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 10px;
}

#header_search {
	width: auto;
	position: absolute;
	right: 0px;
	top: 5px;
	text-align: right;
	color: #546a7f;
}
#header_search #searchBox {
	width: 260px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
}

#header_slogan {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 50px;
	text-align: right;
	color: #546a7f;
	font-size: 27px;
	line-height: 27px;
}

#header_phone {
	width: 135px;
	position: absolute;
	right: 280px;
	top: 90px;
	color: #546a7f;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
	background: url(images/icon_phone.webp) left 2px no-repeat;
}

#header_social {
	width: 300px;
	position: absolute;
	right: 0px;
	top: 80px;
	text-align: right;
}
#header_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 0.9;
}
#header_social a:hover img {
	opacity: 1;
}

@media screen and (max-width: 700px) {
#header_search {
	display: none;
}
#header_slogan {
	display: none;
}
#header_social {
	display: none;
}
#header_phone {
	right: 0px;
}
}

@media screen and (max-width: 440px) {
#header_phone {
	display: none;
}
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 45px;
	background: #546a7f;
}
#menutop ul {
/*
	display: table;
	margin: 0 auto;
*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
#menutop li:last-child {
	float: right;
}

#menutop ul li a {
	display: block;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	height: 31px;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 15px 0px 15px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #ffffd0;
	text-decoration: none;
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	border-top: 3px solid #e7c28e;
	background: #fff;
	min-height: 500px;
	/*
	height: -webkit-calc(100% - 170px);
	height: -moz-calc(100% - 170px);
	height: calc(100% - 170px);
	*/
	height: 100%;
}


/* visualizer
-----------------------------------------------------------------------------*/
.iframe_visualizer {
/*
    display: block;
    border: none;
    width: calc(100% - 0px);
    height: 100vh;
*/
    display: block;
    border: none;
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
