.grid > [class*="col_"], .gallery > [class*="pic_"] {
	border: 0;
	margin: 0;
}

.phone_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	z-index: 999;
	display: none;
}

.phone_menu > ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	padding: 0 20px;
}

.phone_menu > ul:first-child {
	border-bottom: 1px #fff dotted;
}

.phone_menu > ul li {
	margin: 10px 0;
}

.phone_menu {
	width: 60%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #000;
	display: none;
	color: #fff;
	padding-top: 30px;
}

.phone_menu a:link, .phone_menu a:active, .phone_menu a:visited {
	color: #fff;
}

.phone_header {
	background-color: rgba(255, 255, 255, .7);
	border-bottom: 1px solid #ccc;
}

.phone_header ul {
	margin: 10px;
	padding: 0;
}

.phone_header ul li {
	float: left;
	list-style: none;
}

.phone_header ul li:first-child {
	float: left;
}

.phone_header ul li:first-child img {
	max-width: 300px;
}

.phone_header ul li:last-child {
	float: right;
}

.phone_header .phone_menu_button {
	width: 36px;
	height: 5px;
	background-color: #000;
}

.phone_menu_button:before {
	width: 36px;
	height: 5px;
	background-color: #000;
	content: '';
	position: absolute;
	margin-top: 10px;
}

.phone_menu_button:after {
	width: 36px;
	height: 5px;
	background-color: #000;
	content: '';
	position: absolute;
	margin-top: 20px;
}


.phone_menu_mask {
	display: none;
	background: rgba(0,0,0, .7);
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100%;
}

.header {
	margin: 0;
	padding: 0;
	width: 100%;
}

.header .menu {
	position: absolute;
	margin: 0;
	padding: 0;
}

.header .menu li {
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.header div:last-child img {
	width: 100%;
}

#index {
	background-image: url('../images/index_bk.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about {
	background-color: #fff;
}

#about .good {
	background-image: url('../images/good_bk.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}

#about .good .title {
	font-size: 2.25em;
	color: #cb0000;
}

#about .about .grid [class*="col_"] {
	padding: 0 10px;
}

#about .about [class*="col_"]:first-child {
	margin: 30px 0;
	text-align: justify;
	text-justify:inter-ideograph;
	overflow-y: auto;
}

#about .about .[class*="col_"]:last-child {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#news {
	background-image: url('../images/news_bk.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    display: block;
}

#news .title {
	font-size: 2.25em;
	color: #42aabd;
}

#news .multi_slider .grid [class*="col_"] .content {
	display: block;
	background: rgba(0,0,0,.8);
	padding: 10px;
}

#news .multi_slider .grid [class*="col_"] .content .title {
	font-size: 1.25em;
	color: #fff;
}

#news .multi_slider .grid [class*="col_"] .content .date {
	font-size: 1em;
	color: #fff;
}

#news .multi_slider .grid [class*="col_"] {
	cursor: pointer;
}

#news .hide_desktop {
	padding-left: 20px;
	padding-right: 20px;
}

#news .hide_desktop ul {
	margin: 0;
	padding: 0;
}

#news .hide_desktop ul li {
	list-style: none;
	margin: 10px 0;
	border-bottom: 1px dotted #333;
	cursor: pointer;
	color: #268DA3;
}

#news .hide_desktop ul li .date {
	font-size: .85em;
	color: #8F9B9F;
}

#products {
	background-image: url('../images/products_bk.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}

#products .title {
	font-size: 2.25em;
	color: #333;
}

#products .products_menu .grid {
	width: 1140px;
}

#products .products_menu .grid [class*="col_"] {
	background-color: #fff;	
	margin: 5px;
	cursor: pointer;
}

#products > .grid > [class*="col_"]:last-child {
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 1140px;
}

#products .multi_slider .grid [class*="col_"] {
	cursor: pointer;
}

#products .multi_slider .grid [class*="col_"] .title {
	font-size: 1em;
}

#products_details {
	background-color: #cae7eb;
	padding: 50px 0;
	display: block;
}

#products_details ul {
	margin: 0;
	padding: 0;
}

#products_details ul li {
	list-style: none;
}

#products_details ul li .title {	
	color: #333;
	float: left;
}

#products_details ul li .close {
	background-color: #000;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
}

#products_details ul li .close:before {
	width: 26px;
	height: 0;
	border: 2px solid #fff;
	background-color: #fff;
	content: '';
    position: absolute;
    margin: 18px 5px;
    transform:rotate(45deg);
}

#products_details ul li .close:after {
	width: 26px;
	height: 0;
	border: 2px solid #fff;
	background-color: #fff;
	content: '';
    position: absolute;
    margin: 18px 5px;
    transform:rotate(135deg);
}

#products_details ul li .close:hover {
	background-color: #ccc;
	cursor: pointer;
	-webkit-animation: products_details_close_hover .2s linear;
	-moz-animation: products_details_close_hover .2s linear;
	-o-animation: products_details_close_hover .2s linear;
	animation: products_details_close_hover .2s linear;
}

@-webkit-keyframes products_details_close_hover {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(90deg);
	}
}
@-moz-keyframes products_details_close_hover {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(90deg);
	}
}
@-o-keyframes products_details_close_hover {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(90deg);
	}
}
@keyframes products_details_close_hover {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(90deg);
	}
}

#phone_products_list {
	background-image: url('../images/phone_products_bk.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}

#download {
	background-color: #f1f1f1;
}

#download .grid > .title {
	font-size: 2.25em;
	color: #e0924c;
}

#download ul {
	width: 95%;
	margin: 0;
	padding: 5px 0 3px 0;
	border-bottom: 1px solid #5bb6e8;
	display: inline-table;
}

#download ul li {
	float: left;
	list-style: none;
}

#download ul .title {
	color: #3b708f;
	margin-left: 10px;
	margin-top: 5px;
}

#download ul .download {
	float: right;
	margin-top: 3px;
}

#download ul .download a:link, #download ul .download a:active, #download ul .download a:visited {
	line-height: 32px;
	color: #333;
	text-decoration: none;
}

#download ul .download a:hover {
	line-height: 32px;
	color: #666;
	text-decoration: underline;
}

#contact {
	padding: 60px 0;
}

#contact .title {
	font-size: 2.25em;
	color: #333;
}

#contact .grid [class*="col_"]:nth-child(4), #contact .grid [class*="col_"]:nth-child(5) {
	padding: 0 40px;
}

#contact .grid > [class*="col_"]:last-child {
	line-height: 2em;
	color: #666;
}

#contact button[type="submit"] {
	margin-top: 10px;
	width: 126px;
	height: 36px;
	line-height: 36px;
	font-size: 1em;
	color: #fff;
	border: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,626262+100 */
	background: #c9c9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9c9c9 0%, #626262 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9c9c9 0%,#626262 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9c9c9 0%,#626262 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#626262',GradientType=0 ); /* IE6-9 */
}

#footer {
	background-image: url('../images/footer_bk.jpg');
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}

#footer .hide_desktop {
	font-size: .85em;
}

/* placeholder */
.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ff0000;
}

.error::-moz-placeholder { /* Firefox 19+ */
  color: #ff0000;
}

.error:-ms-input-placeholder { /* IE 10+ */
  color: #ff0000;
}

.error:-moz-placeholder { /* Firefox 18- */
  color: #ff0000;
}

@media screen and (max-width: 767px) {
	.menu {
		font-size: 1em;
	}

	#download .grid [class*="col_"]:last-child {
		margin-left: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#download {
		padding: 50px 10px 50px 10px;
	}

	#footer .grid [class*="col_"]:first-child {
		text-align: center;
	}

	#about .good .title, #news > .grid > [class*="col_"]:first-child > .title, #products > .grid > [class*="col_"]:first-child > .title,
	#products_details li .title, #download > .grid .grid > .title, #contact > .grid > [class*="col_"]:first-child > .title,
	#phone_products_list > .grid > [class*="col_"]:first-child.title, #phone_products_list > .grid .lightbox_content .title2 {
		font-size: 1.25em;
	}

	#products_details li .title {
		line-height: 40px;
	}

	#phone_products_list {
		padding-left: 30px;
		padding-right: 30px;
	}

	#phone_products_list .lightbox {
		border-bottom: 1px solid #4A4A4A;
		color: #4A4A4A;
		padding-left: 0;
		padding-right: 0;
	}

	#contact .grid > [class*="col_"]:last-child {
		margin-top: 20px;
		font-size: 1.25em;
	}

	#footer {
		padding: 10px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 899px) {
	.menu {
		font-size: .6875em;
		letter-spacing: 0px;
	}

	#about .good [class*="col_"]:nth-child(2) [class*="col_"] {
		font-size: 1em;
	}

	#products .products_menu .grid .col_2 {
		font-size: 1em;
	}

	#download > .grid [class*="col_"] {
		padding: 0 20px;
	}

	#download > .grid [class*="col_"]:last-child {
		padding: 50px 0;
		overflow-y: auto;
	}

	#download .grid [class*="col_"]:last-child {
		margin-left: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#about .good .title, #news > .grid > [class*="col_"]:first-child > .title, #products > .grid > [class*="col_"]:first-child > .title,
	#products_details li .title, #download > .grid .grid > .title, #contact > .grid > [class*="col_"]:first-child > .title {
		font-size: 1.25em;
	}

	#products_details li .title {
		line-height: 40px;
	}

	#download .grid [class*="col_"]:last-child {
		padding: 20px 0;
	}

	#footer {
		padding: 20px 0;
	}
}

@media screen and (min-width: 900px) and (max-width: 1023px) {
	.menu {
		font-size: .8125em;
	}

	#about .good [class*="col_"]:nth-child(2) [class*="col_"] {
		font-size: 1em;
	}

	#products .products_menu .grid .col_2 {
		font-size: 1em;
	}

	#download > .grid [class*="col_"] {
		padding: 0 10px;
	}

	#download > .grid [class*="col_"]:last-child {
		margin-left: 10px;
		padding: 50px 0;
		overflow-y: auto;
	}

	#about .good .title, #news > .grid > [class*="col_"]:first-child > .title, #products > .grid > [class*="col_"]:first-child > .title,
	#products_details li .title, #download > .grid .grid > .title, #contact > .grid > [class*="col_"]:first-child > .title {
		font-size: 1.5em;
	}

	#products_details li .title {
		line-height: 40px;
	}

	#download .grid [class*="col_"]:last-child {
		padding: 30px 0;
	}

	#contact .grid > [class*="col_"]:last-child {
		margin-top: 20px;
		font-size: 1.25em;
	}

	#footer {
		padding: 30px 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.menu {
		font-size: .8125em;
	}

	#about .good [class*="col_"]:nth-child(2) [class*="col_"] {
		font-size: 1.25em;
	}

	#products .products_menu .grid .col_2 {
		font-size: 1.25em;
	}

	#download > .grid [class*="col_"] {
		padding: 0 10px;
	}

	#download > .grid [class*="col_"]:last-child {
		margin-left: 10px;
		padding: 50px 0;
		overflow-y: auto;
	}

	#about .good .title, #news > .grid > [class*="col_"]:first-child > .title, #products > .grid > [class*="col_"]:first-child > .title,
	#products_details li .title, #download > .grid .grid > .title, #contact > .grid > [class*="col_"]:first-child > .title {
		font-size: 1.5em;
	}

	#products_details li .title {
		line-height: 40px;
	}

	#contact .grid > [class*="col_"]:last-child {
		margin-top: 20px;
		font-size: 1.25em;
	}

	#footer {
		padding: 30px 0;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
	.menu {
		font-size: 1em;
	}

	#about .good [class*="col_"]:nth-child(2) [class*="col_"] {
		font-size: 1.25em;
	}

	#products .products_menu .grid .col_2 {
		font-size: 1.25em;
	}

	#download > .grid [class*="col_"] {
		padding: 0 10px;
	}

	#download > .grid [class*="col_"]:last-child {
		margin-left: 10px;
		padding: 50px 0;
		overflow-y: auto;
	}

	#about .good .title, #news > .grid > [class*="col_"]:first-child > .title, #products > .grid > [class*="col_"]:first-child > .title,
	#products_details li .title, #download > .grid .grid > .title, #contact > .grid > [class*="col_"]:first-child > .title {
		font-size: 2.25em;
	}

	#products_details li .title {
		line-height: 40px;
	}

	#contact .grid > [class*="col_"]:last-child {
		margin-top: 20px;
		font-size: 1.625em;
	}

	#footer {
		padding: 30px 0;
	}
}

@media screen and (min-width: 1920px) {
	.menu {
		font-size: 1em;
	}

	#about .good [class*="col_"]:nth-child(2) [class*="col_"] {
		font-size: 1.25em;
	}

	#products .products_menu .grid .col_2 {
		font-size: 1.25em;
	}

	#download > .grid [class*="col_"] {
		padding: 0 10px;
	}

	#download > .grid [class*="col_"]:last-child {
		margin-left: 10px;
		padding: 50px 0;
		overflow-y: auto;
	}

	#about .good .title, #news > .grid > [class*="col_"]:first-child > .title, #products > .grid > [class*="col_"]:first-child > .title,
	#products_details li .title, #download > .grid .grid > .title, #contact > .grid > [class*="col_"]:first-child > .title {
		font-size: 2.25em;
	}

	#products_details li .title {
		line-height: 40px;
	}

	#contact .grid > [class*="col_"]:last-child {
		margin-top: 20px;
		font-size: 1.625em;
	}

	#footer {
		padding: 30px 0;
	}
}