@charset "utf-8";
@font-face {
font-family: A;
src: url('../fonts/BebasNeueBold.otf');
}
@font-face {
font-family: B;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: C;
src: url('../fonts/swis.TTF');
	}
@font-face {
font-family: D;
src: url('../fonts/OpenSans-Regular.ttf');
	}
@font-face {
font-family: E;
src: url('../fonts/MyriadPro-Regular.otf');
	}
@font-face {
font-family: F;
src: url('../fonts/TheSans-Plain.otf');
	}
@font-face {
font-family: G;
src: url('../fonts/OpenSans-Light.ttf');
	}


body {
	margin:0 auto;
	padding: 0;
	background-color:#fff;
	max-width: 1440px;
	background: url(../images+/mainBack.jpg) no-repeat center top fixed;
	}
.container-fluid {
	margin:0 auto;
	padding: 0;
	max-width: 1440px;
	}

/*----------------------------------------------------------------------------------------------------------------- Header --*/
#header1{
	padding: 0;
	margin: 0;
	height: 138px;
	background: url(../images+/headerBackR.gif) repeat-x;
	}
#header2{
	padding: 0 20px 0 20px;
	margin: 0 auto;
	max-width: 920px;
	}

.headerCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}
.headerLogo {
	float: left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.headerLogo:hover {
	opacity: 0.8;
	}


@media only screen and (max-width: 570px) {
	.headerCol {text-align: center;}
	.headerLogo {float: none;text-align: center;margin: 0 auto;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	.headerCol {text-align: center;}
	.headerLogo {float: none;text-align: center;margin: 0 auto;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	.headerCol {text-align: center;}
	.headerLogo {float: none;text-align: center;margin: 0 auto;}
	}

/*-------------------------------- toggle --*/

#toggle_R1 {
	padding:0;
	margin:0;
	}
.mToggle {
	padding:0;
	margin:0;
	}
.toggle_nav {
	padding:0 20px 0 40px;
	margin:0 0 0 0;
	margin-bottom:0px;
	}
.navbar-inverse {
	background-color: #121212;
	border-color: #121212;
	}
.navbar-inverse .navbar-nav > li > a {
	color: #E8E8E8;
	font-family:D;
	text-transform: uppercase;
	font-weight: normal;
	font-size:18px;
	line-height: 17px;
	}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #E8E8E8;
	background-color: transparent;
	}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #E8E8E8;
	background-color: #121212;
	}
.navbar-inverse .navbar-toggle {
	border-color: #121212;
	}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #121212;
	}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #121212;
	}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #E8E8E8;
  background-color: #121212;
}




@media only screen and (max-width: 570px) {
.headerCol1 {padding: 0 0 0 0;  text-align: center;}
.headerLogo {float: none; max-width: 100%; height: auto; margin: 0 auto; text-align: center}
.headerCol2 {display: none;}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
.headerCol1 {text-align: center;}
.headerLogo {float: none; margin: 0 auto; text-align: center}
.headerCol2 {display: none;}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
.headerCol1 {text-align: left;}
.headerLogo {float: left; text-align: left}
.headerCol2 {display: none;}
	}

/*----------------------------------------------------------------------------------------------------------------------------- menu --*/
#menu1{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	max-width: 1440px;
	height: 60px;
	z-index: 310;
	}
#menu2{
	padding: 0 20px 0 20px;
	margin: 0 auto;
	max-width: 920px;
	}

.menuCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 63px;
	text-align: left;
	}

.menu_Bu {
	font-family: A;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	margin-right: 26px;
	margin-left: 26px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
a.menu_Bu:link,a.menu_Bu:visited,a.menu_Bu:active { color:#fff; text-decoration: none}
a.menu_Bu:hover {text-decoration: none; color:#9A9A9A;}


@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
	#menu1{height: 50px;}
	.menuCol {line-height: 53px;}
	.menu_Bu {font-size: 28px;letter-spacing: 1.5px;margin-right: 20px;margin-left: 20px;}
	}


/*---------------------------------------------------------------------------------------------------------------------- space row --*/
#spaceRow {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 600px;
	}
#spaceRow2 {
	padding: 0 20px 0 20px;
	max-width: 920px;
	margin: 0 auto;
	}
.spaceCol {
	padding: 200px 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 120px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	}
.spaceFont1 {
	font-family: B;
	font-size: 40px;
	letter-spacing: 3px;
	}
.spaceFont2 {
	font-family: E;
	font-size: 29px;
	}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { /* iphone 5 */
	#spaceRow {height: 600px;}
	.spaceCol {padding: 200px 0 0 0;font-size: 100px;line-height: 30px;}
	.spaceFont1 {font-size: 35px;letter-spacing: 2px;}
	.spaceFont2 {font-size: 20px; letter-spacing: 1px;}
	}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { /* iphone 5 */ 
	#spaceRow {height: 600px;}
	.spaceCol {padding: 200px 0 0 0;font-size: 100px;line-height: 30px;}
	.spaceFont1 {font-size: 35px;letter-spacing: 2px;}
	.spaceFont2 {font-size: 20px; letter-spacing: 1px;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	#spaceRow {height: 600px;}
	.spaceCol {padding: 170px 0 0 0;font-size: 100px;line-height: 30px;}
	.spaceFont1 {font-size: 35px;letter-spacing: 2px;}
	.spaceFont2 {font-size: 20px; letter-spacing: 1px;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	#spaceRow {height: 500px;}
	.spaceCol {padding: 170px 0 0 0;font-size: 100px;line-height: 30px;}
	.spaceFont1 {font-size: 35px;letter-spacing: 2px;}
	.spaceFont2 {font-size: 20px; letter-spacing: 1px;}
	}


/*----------------------------------------------------------------------------------------------------------------------- About us 1 --*/
#about1_R1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 537px;
	background: url(../images+/aboutBack1.jpg) center top no-repeat;
	}
#about1_R2 {
	padding: 17px 20px 35px 20px;
	margin: 0 auto;
	max-width: 920px;
	}

.about1_col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: A;
	font-size: 55px;
	color: #ed1b24;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}

.about1_col2 {
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	text-align: justify;
	direction: ltr;
	font-family: D;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	word-spacing: -0.5px;
	letter-spacing: 0.1px;
	}


@media only screen and (max-width: 570px) {
	#about1_R1 {background: #fff; height: auto}
	#about1_R2 {padding: 20px 20px 30px 20px;}
	.about1_col2 {padding: 0 0 0 0;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	#about1_R1 {background: #fff; height: auto}
	#about1_R2 {padding: 20px 20px 30px 20px;}
	.about1_col2 {padding: 0 0 0 0;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	#about1_R1 {background: #fff; height: auto}
	#about1_R2 {padding: 20px 20px 30px 20px;}
	.about1_col2 {padding: 0 0 0 0;}
	}
@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
	#about1_R1 {background: #fff; height: auto}
	#about1_R2 {padding: 20px 20px 30px 20px;}
	.about1_col2 {padding: 0 0 0 0;}
	}

/*----------------------------------------------------------------------------------------------------------------------- About us 2 --*/
#about2_R1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
	}
#about2_R2 {
	padding: 0 0 35px 0;
	margin: 0 0 0 0;
	background: url(../images+/aboutBack2.jpg) repeat-x top;
	}
#about2_R3 {
	padding: 0 20px 0 20px;
	margin: 0 auto;
	max-width: 920px;
	}

.about2_col1 {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	}
.about2_col1a {
	padding: 5px 0 0 20px;
	margin: 0 0 0 0;
	height: 73px;
	background: url(../images+/about2Backin.png) repeat-x;
	text-align: left;
	font-family: A;
	font-size: 47px;
	color: #636363;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
.about2_col1b {
	padding: 16px 0 0 0;
	margin: 0 0 0 0;
	text-align: justify;
	font-family: D;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.8px;
	word-spacing: -1.6px;
	line-height: 18px;
	}


.about2_col2 {
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	}
.about2_col2a {
	padding: 5px 0 0 20px;
	margin: 0 0 0 0;
	height: 73px;
	background: url(../images+/about2Backin.png) repeat-x;
	text-align: left;
	font-family: A;
	font-size: 47px;
	color: #636363;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
.about2_col2b {
	padding: 16px 0 0 0;
	margin: 0 0 0 0;
	text-align: justify;
	font-family: D;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.8px;
	word-spacing: -0.8px;
	line-height: 18px;
	}



.about2_col3 {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	}
.about2_col3a {
	padding: 8px 0 0 20px;
	margin: 0 0 0 0;
	height: 73px;
	background: url(../images+/about2Backin.png) repeat-x;
	text-align: left;
	font-family: A;
	font-size: 43px;
	color: #636363;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
.about2_col3b {
	padding: 16px 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: D;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	}


@media only screen and (max-width: 570px) {
	#about2_R2 {padding: 0 0 35px 0;background: #fff;}
	.about2_col1 {padding: 0 0 20px 0;}
	.about2_col1b {line-height: 19px;}
	.about2_col2 {padding: 0 0 20px 0;}
	.about2_col2b {line-height: 19px;}
	.about2_col3 {padding: 0 0 0 0;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	#about2_R2 {padding: 0 0 35px 0;background: #fff;}
	.about2_col1 {padding: 0 0 20px 0;}
	.about2_col1b {line-height: 19px;}
	.about2_col2 {padding: 0 0 20px 0;}
	.about2_col2b {line-height: 19px;}
	.about2_col3 {padding: 0 0 0 0;}
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	#about2_R2 {padding: 0 0 35px 0;background: #fff;}
	.about2_col1 {padding: 0 0 20px 0;}
	.about2_col1b {line-height: 19px;}
	.about2_col2 {padding: 0 0 20px 0;}
	.about2_col2b {line-height: 19px;}
	.about2_col3 {padding: 0 0 0 0;}
	}
@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
	#about2_R2 {padding: 0 0 35px 0;background: #fff;}
	.about2_col1 {padding: 0 0 20px 0;}
	.about2_col1b {line-height: 19px;}
	.about2_col2 {padding: 0 0 20px 0;}
	.about2_col2b {line-height: 19px;}
	.about2_col3 {padding: 0 0 0 0;}
	}


/*-------------------------------------------------------------------------------------------------------------------------- Products --*/
#Pro_R1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.Pro_col1 {
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	height: 73px;
	background-color: #ed1b24;
	}
.Pro_col1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 55px;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}

.Pro_col2 {
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	height: 50px;
	background-color: #2a2a2a;
	}
.Pro_col2a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: G;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	}

.Pro_deMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(../images+/proBack.jpg) top center no-repeat;
	}

.Pro_LeftMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.Pro_Left_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 173px;
	background: url(../images+/proBackLeft.jpg) center center no-repeat;
	border-right: 1px solid #fff;
	}
.Pro_Left_1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 55px;
	color: #fff;
	line-height: 173px;
	}

.Pro_Left_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-right: 1px solid #fff;
	}

.left_ACC1_col1 {
	padding:  10px 20px 20px 45px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: D;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	}
.sapDIV {
	border-bottom: 1px solid #AFAFAF; 
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family: E;
	}
.left_ACC1_col2 {
	padding:  0 0 20px 10px;
	margin: 0 0 0 0;
	text-align: right;
	}
.left_ACC1_col2img {
	float: right;
	}

.left_ACC2_col1 {
	padding:  10px 20px 20px 45px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: D;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	}
.sapDIV {
	border-bottom: 1px solid #AFAFAF; 
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family: E;
	}
.left_ACC2_col2 {
	padding:  0 0 20px 10px;
	margin: 0 0 0 0;
	text-align: right;
	}
.left_ACC2_col2img {
	float: right;
	}

.left_ACC3_col1 {
	padding:  10px 20px 20px 45px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: D;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	}
.sapDIV {
	border-bottom: 1px solid #AFAFAF; 
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family: E;
	}
.left_ACC3_col2 {
	padding:  0 0 20px 10px;
	margin: 0 0 0 0;
	text-align: right;
	}
.left_ACC3_col2img {
	float: right;
	}




.Pro_RightMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.Pro_Right_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 173px;
	background: url(../images+/proBackRight.jpg) center center no-repeat;
	}
.Pro_Right_1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 55px;
	color: #fff;
	line-height: 173px;
	}

.Pro_Right_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.Right_ACC1_col1 {
	padding:  10px 20px 20px 45px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: D;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	}
.sapDIV {
	border-bottom: 1px solid #AFAFAF; 
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family: E;
	}
.Right_ACC1_col2 {
	padding:  0 0 20px 10px;
	margin: 0 0 0 0;
	text-align: right;
	}
.Right_ACC1_col2img {
	float: right;
	}

.Right_ACC2_col1 {
	padding:  10px 20px 20px 45px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: D;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	}
.sapDIV {
	border-bottom: 1px solid #AFAFAF; 
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-family: E;
	}
.Right_ACC2_col2 {
	padding:  0 0 20px 10px;
	margin: 0 0 0 0;
	text-align: right;
	}
.Right_ACC2_col2img {
	float: right;
	}




@media only screen and (max-width: 570px) {
	.Pro_Left_1 {border-right: 0px solid #fff;}
	.Pro_Left_1 {border-right: 0px solid #fff;}
	.Pro_col1 {height: 56px;}
	.Pro_col1a {text-align: center;font-size: 45px;letter-spacing: 0.5px;}
	.Pro_col2 {height: auto; padding: 8px 0 8px 0}
	.Pro_col2a {font-size: 12px;line-height: 40px; line-height: 17px}
	}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	.Pro_Left_1 {border-right: 0px solid #fff;}
	.Pro_col1 {height: 56px;}
	.Pro_col1a {text-align: center;font-size: 45px;letter-spacing: 0.5px;}
	.Pro_col2 {height: auto; padding: 8px 0 8px 0}
	.Pro_col2a {font-size: 12px;line-height: 40px; line-height: 17px}
	}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	.Pro_Left_1 {border-right: 0px solid #fff;}
	.Pro_Left_1 {border-right: 0px solid #fff;}
	.Pro_col1 {height: 56px;}
	.Pro_col1a {text-align: center;font-size: 45px;letter-spacing: 0.5px;}
	.Pro_col2 {height: auto; padding: 8px 0 8px 0}
	.Pro_col2a {font-size: 13px;line-height: 40px; line-height: 17px}
	}

@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
	}
@media (min-width: 992px) and (max-width: 1199px) { /* tab land */
	}


/*-------------------------------------------------------------------------------------------------------------------------- services --*/
#ser_R1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.ser_col1 {
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	height: 73px;
	background-color: #ed1b24;
	}
.ser_col1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 55px;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}

.ser_deMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
	}

/* ------------------- left --*/
.ser_LeftMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.ser_Left_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 173px;
	background: url(../images+/serBackLeft.jpg) center center no-repeat;
	border-right: 1px solid #fff;
	}
.ser_Left_1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 45px;
	color: #fff;
	line-height: 173px;
	}

.ser_Left_2 {
	padding: 20px 130px 20px 55px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: E;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	}

/* ------------------- Middle --*/
.ser_MidMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.ser_Mid_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 173px;
	background: url(../images+/serBackMid.jpg) center center no-repeat;
	border-right: 1px solid #fff;
	}
.ser_Mid_1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 45px;
	color: #fff;
	line-height: 173px;
	}

.ser_Mid_2 {
	padding: 20px 30px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: E;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	}

/* ------------------- Right --*/
.ser_RightMain {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.ser_Right_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 173px;
	background: url(../images+/serBackRight.jpg) center center no-repeat;
	border-right: 1px solid #fff;
	}
.ser_Right_1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 45px;
	color: #fff;
	line-height: 173px;
	}

.ser_Right_2 {
	padding: 20px 30px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: E;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	}



@media only screen and (max-width: 570px) {
	/* ------------------- left --*/
	.ser_Left_1a {font-size: 40px;}
	.ser_Left_2 {padding: 20px 0 20px 40px;line-height: 19px; font-size: 14px}
	/* ------------------- Middle --*/
	.ser_Mid_1a {font-size: 40px;}
	.ser_Mid_2 {padding: 20px 20px 20px 20px;line-height: 19px; font-size: 14px}
	/* ------------------- Right --*/
	.ser_Right_1a {font-size: 40px;}
	.ser_Right_2 {padding: 20px;line-height: 19px; font-size: 14px}
	}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	/* ------------------- left --*/
	.ser_Left_1a {font-size: 40px;}
	.ser_Left_2 {padding: 20px 0 20px 40px;line-height: 19px; font-size: 14px}
	/* ------------------- Middle --*/
	.ser_Mid_1a {font-size: 40px;}
	.ser_Mid_2 {padding: 20px 20px 20px 20px;line-height: 19px; font-size: 14px}
	/* ------------------- Right --*/
	.ser_Right_1a {font-size: 40px;}
	.ser_Right_2 {padding: 20px;line-height: 19px; font-size: 14px}
	}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	/* ------------------- left --*/
	.ser_Left_1a {font-size: 40px;}
	.ser_Left_2 {padding: 20px 0 20px 95px;line-height: 19px; font-size: 14px}
	/* ------------------- Middle --*/
	.ser_Mid_1a {font-size: 40px;}
	.ser_Mid_2 {padding: 20px 70px 20px 95px;line-height: 19px; font-size: 14px}
	/* ------------------- Right --*/
	.ser_Right_1a {font-size: 40px;}
	.ser_Right_2 {padding: 20px 70px 20px 95px;line-height: 19px; font-size: 14px}
	}

@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
	/* ------------------- left --*/
	.ser_Left_1a {font-size: 30px;}
	.ser_Left_2 {padding: 20px 0 20px 15px;line-height: 18px; font-size: 12px}
	/* ------------------- Middle --*/
	.ser_Mid_1a {font-size: 35px;}
	.ser_Mid_2 {padding: 20px;line-height: 18px; font-size: 12px}
	/* ------------------- Right --*/
	.ser_Right_1a {font-size: 35px;}
	.ser_Right_2 {padding: 20px 0 20px 15px;line-height: 18px; font-size: 12px}
	}

@media (min-width: 992px) and (max-width: 1199px) { /* tab land */
	/* ------------------- left --*/
	.ser_Left_1a {font-size: 35px;}
	.ser_Left_2 {padding: 20px 0 20px 35px;line-height: 19px;}
	/* ------------------- Middle --*/
	.ser_Mid_1a {font-size: 35px;}
	.ser_Mid_2 {padding: 20px;line-height: 19px;}
	/* ------------------- Right --*/
	.ser_Right_1a {font-size: 35px;}
	.ser_Right_2 {padding: 20px 0 20px 35px;line-height: 19px;}
	}



/*----------------------------------------------------------------------------------------------------------------------- Contact us --*/
#contacts_R1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.contacts_col1 {
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
	height: 73px;
	background-color: #ed1b24;
	}
.contacts_col1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	font-size: 55px;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}

.contacts_col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #2a2a2a;
	}
.contacts_col22 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:  url(../images+/contactsMAP.jpg) no-repeat center center;
	}
.contacts_col2a {
	padding: 30px 20px 30px 20px;
	margin: 0 auto;
	float: none;
	max-width: 920px;
	text-align: left;
	color: #ebebeb;
	font-family: D;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 24px;
	}

#contacts_col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #3f3f3f;
	}
#contacts_col3a {
	padding: 0 0 0 0;
	margin: 0 auto;
	float: none;
	max-width: 920px;
	}
.contacts_col3b {
	padding: 30px 0 30px 0;
	margin: 0 0 0 0;
	}


.cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #6c6c6c;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	color: #dcdcdc;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.cFormF:focus {
	background: #323232;
	padding-left: 10px;
	}

.FormBu {
	width:100%;
	border-bottom: 0px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	background-color: #2a2a2a;
	color: #838383;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.FormBu:hover {
	background-color:#dcdcdc;
	color:#000;
	border-bottom: 0px solid #000;
	}




/*---------------------------------------------------------------------------------------------------------------------------- footer --*/
#footerR1 {
	padding: 30px 0 60px 0;
	margin: 0;
	background-color: #f3f3f3;
	}
#footerR2  {
	padding: 0 20px 0 20px;
	margin: 0 auto;
	max-width: 920px;
	}
.footerCol1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: Arial;
	color: #7e7e7e;
	font-size: 13px;
	}
.footerCol2 {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	}
.footerIMG {
	width: 27px;
	height: auto;
	margin-right: 3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.footerIMG:hover {
	opacity: 0.8;
	}

.NDlink {
	float: right;
	}
.NDimg {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.NDimg:hover {
	opacity: 0.6;
	}



@media only screen and (max-width: 570px) {
#footerR1 {padding: 30px 0 35px 0;}
.footerCol1 {text-align: center;font-size: 11px;}
.footerCol2 {padding: 10px 0 0 0; text-align: center;}
.footerIMG {width: 25px;height: auto;margin-right: 2px;}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
#footerR1 {padding: 30px 0 40px 0;}
.footerCol1 {text-align: center;font-size: 12px;}
.footerCol2 {padding: 10px 0 0 0; text-align: center;}
.footerIMG {width: 27px;height: auto;margin-right: 3px;}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
#footerR1 {padding: 30px 0 40px 0;}
.footerCol1 {text-align: center;font-size: 13px;}
.footerCol2 {padding: 10px 0 0 0; text-align: center;}
.footerIMG {width: 27px;height: auto;margin-right: 3px;}
}
@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
#footerR1 {padding: 30px 0 40px 0;}
.footerCol1 {text-align: center;font-size: 13px;}
.footerCol2 {padding: 10px 0 0 0; text-align: center;}
.footerIMG {width: 27px;height: auto;margin-right: 3px;}
}
@media (min-width: 992px) and (max-width: 1199px) { /* tab land */
#footerR1 {padding: 30px 0 40px 0;}
.footerCol1 {text-align: center;font-size: 13px;}
.footerCol2 {padding: 10px 0 0 0; text-align: center;}
.footerIMG {width: 27px;height: auto;margin-right: 3px;}
}
	
/*---------------------------------------------------------------------------------------------------------------------------- logos --*/
#logosR {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ebebeb;
	min-height: 122px;
	}
.logosCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 122px;
	text-align: center;
	}
.logoIMG {
	float: none;
	text-align: center;
	margin: 0 auto;
	}










@media only screen and (max-width: 570px) {
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { /* iphone 5 */
	}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { /* iphone 5 */ 
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	}
@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
	}
@media (min-width: 992px) and (max-width: 1199px) { /* tab land */
	}