@font-face {
	font-family: 'swis721_blkcn_btblack';
	src: url('swis721_blkcn_bt_black-webfont.eot');
	src: url('swis721_blkcn_bt_black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('swis721_blkcn_bt_black-webfont.woff2') format('woff2'),
		 url('swis721_blkcn_bt_black-webfont.woff') format('woff'),
		 url('swis721_blkcn_bt_black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	background: #000;
	color: #999;
}
p {
	margin: 0px;
}
.clickable {
	cursor: pointer;
}
.content_text ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0;
}
.content_text li {
	list-style: none;
	padding-left: 1em;
}
.content_text li:before {
	content: "■ ";
	color: #009cff;
}

#site_wrapper {
	position: relative;
	width: 100%;
	height: 85px;
	margin: 0;
	background: url(images/header_bg.png) repeat-x;
}
#header {
	position: relative;
	width: 100%;
	max-width: 720px;
	height: 85px;
	margin: 0 auto;
	background: url(images/header_center_bg.png) no-repeat top center;
}
#header_logo {
	position: absolute;
	z-index: 10;
	top: -10px;
	left: 30px;
	width: 104px;
	height: 104px;
	background: url(images/logo.png) no-repeat;
}
#header_text {
	position: absolute;
	top: 22px;
	left: 154px;
	/*font-family: 'dosislight';*/
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: #868d92;
}
#menu_button {
	position: absolute;
	top: 33px;
	right: 30px;
	width: 28px;
	height: 21px;
	background: url(images/menu_button.png) no-repeat;
	cursor: pointer;
}
#menu_wrapper {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	display: none;
}
#menu_wrapper ul {
	margin: 0;
	padding: 0;
}
#menu_wrapper ul li {
	margin: 0;
	/*padding-left: 30px;*/
	list-style: none;
	width: 100%;
	max-width: 720px;
	height: 49px;
	line-height: 49px;
	vertical-align: middle;
	background: url(images/menu_bg.png) repeat-x;
	border-bottom: 1px solid #353535;
	/*font-family: 'dosislight';*/
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	color: #fff;
}
#menu_wrapper ul li:hover {
	cursor: pointer;
	background: url(images/menu_bg_hover.png) repeat-x;
}
#main_picture {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 12px auto;
	/*background: url(images/main_picture_mobile.png) no-repeat top center;*/
}
#main_picture_dots {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	max-width: 720px;
	height: 100%;
	background: url(images/dots.png) no-repeat top center;
}
#main_picture_bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	z-index: 6;
	width: 100%;
	max-width: 720px;
	height: 12px;
	text-align: center;
}
#middle_wrapper {
	position: relative;
	width: 100%;
	max-width: 720px;
	min-height: 360px;
	margin: 0 auto;
	background: url(images/dotted_bg_top.png) no-repeat top center;
}
#middle {
	position: relative;
	/*width: 100%;*/
	width: 360px;
	margin: 0 auto;
	min-height: 360px;
	padding: 30px 0 20px 0;
}
.title {
	/*font-family: 'dosislight';*/
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	color: #00ccff;
	margin: 11px 0 30px 0;
}
#send_form {
	margin-top: -50px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
input[type="text"] {
	position: relative;
	width: 292px;
	height: 41px;
	padding-left: 10px;
	margin: 6px 0 10px 0;
	border: 0;
	background: url(images/input_text_bg.png) no-repeat top left;
}
input[type="submit"] {
	position: relative;
	width: 209px;
	height: 35px;
	margin: 6px 0 20px 0;
	border: 0;
	cursor: pointer;
	background: url(images/button_bg.png) no-repeat top left;
}
input[type="submit"]:hover {
	background: url(images/button_bg_hover.png) no-repeat top left;
}
::-webkit-input-placeholder {
   color: red;
}
:-moz-placeholder { /* Firefox 18- */
   color: red;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}
:-ms-input-placeholder {  
   color: red;  
}
.send_ok {
	color: #00ccff;
}
.bottom_line {
	position: relative;
	float: left;
	width: 100%;
	max-width: 720px;
	height: 15px;
	margin: 0 auto 20px auto;
	background: url(images/main_picture_bottom.png) no-repeat top center;
}
.title_bg {
	position: relative;
	width: 300px;
	height: 41px;
	padding-top: 6px;
	margin-left: 30px !important;
	margin-bottom: 7px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	background: url(images/title_bg.png) no-repeat top center;
	color: #009cff;
}
.title_bg p a {
	color: #009cff;
}
.title_bg_2 {
	position: relative;
	width: 300px;
	height: 41px;
	padding-top: 6px;
	margin-left: 30px !important;
	margin-bottom: 7px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	background: url(images/title_bg.png) no-repeat top center;
	color: #ffac40;
}
.subtitle {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	color: #00ccff;
}
.subtitle_2 {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	color: #ffac40;
}
.content_text {
	font-size: 14px;
	line-height: 20px;
}
.content_text a {
	color: #ffac40;
	text-decoration: none;
}
.column {
	position: relative;
	float: left;
	max-width: 360px;
	min-height: 360px;
	margin: 0 auto;
}
.column_text {
	max-width: 300px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 30px;
}
.column a {
	color: #ffac40;
	text-decoration: none;
}

.box {
	position: relative;
	float: left;
	width: 159px;
	height: 137px;
	margin-bottom: 12px;
}
.box_text {
	position: absolute;
	right: 0;
	bottom: 8px;
	width: 98%;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: #fff;
}
.main_pictures {
	width: 350px;
	margin: 0 auto 4px auto;
}
.first_small_image, .small_image {
	display: inline;
}
.first_small_image {
	margin-left: 0;
}
.small_image {
	margin-left: 3px;
}
#footer_wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 107px;
	margin: 0 auto;
	text-align: center;
	background: url(images/footer_bg.png) repeat-x;
}
#footer {
	position: relative;
	width: 360px;
	height: 107px;
	margin: 0 auto;
}

@media (max-width: 780px) {
	.title_bg, .title_bg_2 {
		margin-left: 20px;
	}
	.content_text {
		padding: 0 20px;
	}
	.title_bg {
		margin-left: 0;
	}
	.title_bg_2 {
		margin-left: 0;
	}
}

@media (max-width: 680px) {
	#send_form {
		border-bottom: 2px solid #2e2e2e;
	}
}

@media (max-width: 380px) {
	#header_logo {
		left: 10px;
	}
	#header_text {
		left: 134px;
	}
	#menu_button {
		right: 10px;
	}
	.box {
		width: 154px;
	}
	.box_text {
		bottom: 6px;
	}
}
@media (max-width: 320px) {
	#header {
		max-width: 320px;
	}
	#menu_wrapper {
		max-width: 320px;
	}
	#menu_wrapper ul li {
		max-width: 320px;
	}
	#main_picture {
		max-width: 320px;
	}
	#main_picture img {
		max-width: 320px !important;
	}
	#header_picture {
		max-width: 320px;
	}
	#main_picture_bottom {
		max-width: 320px;
	}
	#middle_wrapper {
		max-width: 320px;
	}
	#middle {
		max-width: 320px;
	}
	.column {
		max-width: 320px;
		margin-left: 10px !important;
		padding-left: 0 !important;
	}
	#send_form {
		padding: 0;
	}
	.title_bg, .title_bg_2  {
		margin-left: 0 !important;
	}
	#middle img {
		max-width: 320px !important;
	}
	.bottom_line {
		max-width: 320px;
	}
	.box_wrapper {
		max-width: 320px !important;
	}
	#footer {
		max-width: 320px;
	}
	#footer img {
		max-width: 320px !important;
	}
	.main_pictures {
		max-width: 310px;
	}
	#pics_3 {
		margin-top: -10px;
	}
	.img_1 {
		width: auto;
		height: 59px;
	}
	.img_2 {
		width: auto;
		height: 57px;
	}
	.img_3 {
		width: auto;
		height: 55px;
	}
}
