
@charset "utf-8";
/* CSS Document */
/*html*/
body {
	color:#666666;
	/*font-family: arial, sans-serif;*/
  	font-family: arial, sans-serif;
	font-size:14px;
	padding-top:0px;
	position: inherit !important;
}	
.main-container.container {
	padding:0px;
	width:100%;
}
/*lightbox*/
.ekko-lightbox-nav-overlay a:empty {
  top:42% !important;
}

.ekko-lightbox.modal .modal-dialog {
  width:100% !important;
}


.ekko-lightbox.modal .modal-dialog {
	max-width:100% !important;
	width:100% !important;
}
.ekko-lightbox.modal .modal-dialog .modal-body .ekko-lightbox-container img {
	margin:0 auto;
}
.ekko-lightbox .modal-header {
	border:0;
}
.ekko-lightbox .modal-header .close {
	color:#fff;
	font-size:60px;
	opacity:1;
}
.ekko-lightbox .modal-content {
	background:none;
	border:0;
	box-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
	background:none;
	width:50px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -50px;
    font-size: 50px;
}
.carousel-inner {
	height:260px;
	min-height:260px;
}
.carousel-inner > .item > a > img {
	border:7px solid #fff;
	max-height:250px;
}
/*fonts*/
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.main-nav,
section.statistics .stat .info,
section.statistics .stat .desc {
	font-family: arial, sans-serif;
	font-weight:300;
	font-size: 16px;
}
h1, 
h2,
h3{
	font-family: arial, sans-serif;
	font-weight:400;
}
/*nav*/
#main-nav {
	clear:both;
	margin-top:0px;
	padding:0;
}

#navbar-background {
	background:#e4002b;
	min-height:50px;
	height: 50px;
	position: absolute;
	top: 100px;
	width:100%;
	box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #8f111c;
	z-index:999;
}

.centered_nav {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
}


.logo {
	float:left;
}
.logo img {
	height:auto;
	max-width:200px;
}
.navbar-brand {
	height:auto;
	padding:5px 0 5px 15px;
}
.navbar-brand a {
	border:0px !important;
}
nav.main-nav {
	background: #ffffff;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	min-height:75px;
	position: fixed;
	width:100%;
	z-index:998;
}
nav.main-nav ul {
	margin:0;
}
nav.main-nav ul,
nav.main-nav li,
nav.main-nav a {
	font-size:13px;
	text-align: center;
	text-transform:uppercase;
	width:100%;
}
.navbar-nav > li > a {
	color:#ffffff;
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px 0 2px;
}
nav.main-nav a:hover,
nav.main-nav a:focus,
nav.main-nav li.active a {
	background:none;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	text-transform:uppercase;
}
nav.main-nav a:hover {
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}
.navbar-toggle .icon-bar {
	background: #333333;
}
.btn-mobile-nav {
	margin-top:17px;
}
/*header*/
header {
	background:#333333 url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGNxBdpiLLS2Mhh0MeWWnBuolSmKeTYh4OdjXgnja4iDU4QQHNrwJ-AmYKuNEHpSqMOA.png) repeat;
	margin-top:140px;
	min-height:360px;
}
header .header-intro {
	background:rgba(26, 42, 82, 0.75);
	background-color-blend: multiply;
	bottom:auto;
	color:#333333;
	height:auto;
	left:2%;
	padding:10px;
	right:2%;
	text-shadow: none;
	top:160px;
}
header .header-intro .inner_left {
	width: 1%;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	height:100%;
	padding:180px 30px 40px 0px;
	background: url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN0iXiuQ3T7PVIVW1tFdemKt4DGcL7wArVd_5hH4CU0KD04rPUImttIK7Ug-Jx14F3A.png) right center repeat-x;
	background-origin: border-box;
	overflow: hidden;
	display: none;
}


header .header-intro .inner {
	width: 98%;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	height:100%;
	padding:80px 0px 40px 0px;
}

header .header-intro .inner h2{
	margin-top: 0px !important;
}



header .header-intro .inner_right {
	width: 1%;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	height:100%;
	padding:180px 0px 40px 30px;
	background: url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN0iXiuQ3T7PVIVW1tFdemKsCUxw5LJbf2bHJ6Q7FMshgXHINrZ4efGKBh0hT5LmB8A.png) left center repeat-x;
	background-origin: border-box;
	overflow: hidden;
	display: none;
}
h1.intro {
	color:#fff;
	font-size:42px;
	margin-top:0;
}
header h2 {
	color:#fff;
	font-family: arial, sans-serif;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
}
header hr {
	display:none;
}
/*buttons*/
.links {
	margin-top:40px;
}
.btn-bar {
	position:absolute;
	right:30px;
	top:0px;
}
.btn.btn-outline,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
	background:#686b6b !important;
	border:0px;
	border-radius:0px;
	color:#fff;
	font-family: arial, sans-serif;
	font-size:12px;
	padding:10px 20px;
	position: relative;
	text-transform: uppercase;
}
.btn-brochure, .btn-offers, .btn-quotes, .btn-auction {
	margin-left: 20px;
}
.ca {
	display:none !important;
	bottom:0px;
	left:0px;
	position:fixed;
	right:auto;
	width:100%;
}
.ca .btn.btn-outline {
	background:#b1b1b1 !important;
	color:#fff;
	font-size:14px;
	margin:0;
	padding:10px 20px;
	position:relative;
	width:100%;
}
/*main body*/
.main.container-fluid {
	min-height:400px;
	padding:0px;
}
section {
	background:#fff;
	padding:80px 15px;
}
section .col-sm-4,
section .col-sm-6,
section .col-sm-3 {
	margin-bottom:60px;
}
section .col-sm-4:last-child,
section .col-sm-6:last-child,
section .col-sm-3:last-child {
	margin-bottom:0px;
}
section .section-title {
	text-align:center;
}
section .section-title h2 {
	background:#fff;
	color:#e4002b;
	display: inline-block;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 44px 0;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	z-index:996;
}
section h3.subtitle {
	display: block;
	color:#666666;
	font-size: 20px;
	font-weight: 500;
	line-height:36px;
	margin: 20px 0 0 0;
	text-align: left;
}
section h3.subtitle.first {
	margin-top:0px;
}
section hr {
	display:none;
	border-top: 2px solid #e4002b;
  	height: 1px;
	margin: -83px 0 83px 0;
}
section .content {
	margin-top:0px;
	line-height:24px;
}
section img.pull-left {
	padding:0 15px 5px 0;
}
section img.pull-right {
	padding:0 0 5px 15px;
}
section.photo-section {
  background: #ededeb;
  color: #666;
}
section.photo-section h2 {
	background:#ededeb;
}
section.photo-section a,
section.photo-section a:hover {
	color:#fff;
}
section.photo-section a:hover {
	text-decoration: underline;
}
section.statistics {
	background:#e4002b;
	padding: 80px 15px;
}
section.statistics .inner {
	background-blend-mode: multiply;
	padding: 10px 0;
	background-attachment: scroll;
	background-position: center;
	text-align: center;
}
section.statistics .stat {
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
	width:100%;
	padding-bottom: 50px;
}
section.statistics .icon {
	border-radius:60px;
	border: 3px solid #ffffff;
	display:inline-block;
	font-size:40px;
	height:120px;
	width:120px;
}
section.statistics .icon .fa {
	margin-top:32px;
}
section.statistics .icon span {
	border:1px solid #999999;
	border-radius:30px;
	display:inline-block;
	height:50px;
	margin-top:5px;
	width:50px;
}
section.statistics .stat .info {
	font-weight:100;
	font-size:41px;
}
section.map, 
section.statistics {
	padding:0px;
}
section.map .map_address {
	background:#f1efe9;
	font-size:12px;
	padding:10px 15px;
	text-align:center;
}
section .photos img {
	max-height: 250px;
}
section ul li {
	margin-bottom:15px;
}
/*contacts*/
section.contacts {
	text-align:left;
}
section.contacts .contacts_wrapper {
	display:block;
	width:100%;
}
section.contacts .contact {
	display:block;
	margin:0;
	padding:0 5px 40px 5px;
	text-align:left;
	vertical-align: top;
	width:100%;
}
section.contacts .contact a {
	color:#e4002b;
	font-size:16px;
}
section.contacts img {
	margin-top:40px;
}
/*tables*/
table {
	border:0px;
	width:100%;
}
table th,
table td {
	padding:12px 8px;
}
table th {
	background:none;
	color:#333333;
}
table tr:nth-child(even) {
	background: #ededeb;
}

.table-responsive {
	border:0px;
}
/*footer*/
footer {
	background:#222222 url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN6oEyNpEc0bEw_IEZD5GdqhVv_KkX-C4xaTynKYWrSD_xO94R8_UpHEX_gP9OiKOUA.png) repeat center top;
	color:rgba(255,255,255,0.6);
	min-height:80px;
	padding:0;
	position: relative;
	text-align:center;
	font-size:14px;
}
footer a {
  color:#fff;
	display:inline-block;
	margin:10px;
}
footer a:hover,
footer a:focus {
  color:#fff;
	text-decoration:none;
}
footer .btn-top {
	border:1px solid #fff;
	color:#fff;
	display:inline-block;
	margin-bottom:20px;
	opacity:1;
	padding:4px 8px;
	font-size:22px;
}
footer .btn-top:hover,
footer .btn-top:focus {
	background:#fff;
	color:#b1b1b1;
	opacity:1;
}
footer .social {
  font-size:40px;	
}
footer .social a {
	margin:0 10px;
}
/*footer ::after {background: rgba(104,107,107, .75);}*/

footer .footer_bgd {
    background: rgba(104,107,107, .75) !important;
    z-index: 9;
    min-height: 80px;
    padding: 35px 0px 40px 15px;
    width: 100%;
    height: 100%;
}
.footer-links > a {
    vertical-align:middle;
}
#google_translate_element {
	display:inline-block;
    margin:0px 10px;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	color:#fff;
	font-family: arial, sans-serif;
	font-size:14px;
}
#google_translate_element .goog-te-gadget-simple {
	background:none;
	border:0px;
}
#google_translate_element span {
	border:none !important;
}
#google_translate_element span:hover {
	color:#fff !important;
}
#google_translate_element img {
	display:none;
}
#google_translate_element span a span:last-child {
	display: none;
}
/*modal*/
.tech-supp-form {
	color:#333;
	font-family: "Arial",sans-serif;
	font-size:14px;
	font-weight: 300;
}
.tech-supp-form p {
	margin: 5px 0 10px 0;
}
.tech-supp-form label {
	vertical-align: top;
	padding-right: 10px;
	display: inline;
}
.tech-supp-form .form-label {
	clear:both;
	float: left;
	text-align: left;
	margin-top: 8px;
	width: 100%;
}
.tech-supp-form textarea {
	resize: none;
	width: 100%;
	height: 100px;
	margin-top: 8px;
}
.tech-supp-form input[type="text"] {
	width: 100%;
	margin-top: 8px;
}
.tech-supp-form .captcha-image {
	margin: 10px 0 0 0px;
	float: left;
	width:auto;
}
.tech-supp-form .captcha-image img {
	max-width:228px;
}
.tech-supp-form #captcha_reload_btn {
	display: inline-block;
	height: 21px;
	width: 21px;
	margin: 20px 0 0 20px;
	background: white;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .55;
	background: url(/images/recaptcha-sprite.png) -63px;
}
.tech-supp-form .captcha-response-label {
	margin: 10px 0 0 0px;
}
.tech-supp-form #captcha-response {
	margin: 10px 0 0 0px;
}
#send-success {
	font-family: "Arial",sans-serif;
	font-size: 11pt;
}
.ui-widget-overlay {
	background:rgba(0,0,0,0.8);
}
.ui-widget {
	font-size: 13px;
}
.ui-dialog .ui-dialog-buttonpane {
	border-width: 0;
}
.ui-front {
	z-index: 9500;
}
.ui-widget-header {
	background:#b1b1b1; 
	border:0;
	border-bottom:1px solid #b1b1b1;
	border-radius:0px;
	color:#fff;
	font-family: "Arial",sans-serif;
	font-size:16px;
	font-weight: 400;
}
.ui-dialog {
	border:1px solid #b1b1b1;
	border-radius:0px;
	color:#333;
	font-family: "Arial",sans-serif;
	font-weight: 300;
	max-width:300px;
	padding:0px;
	width:100% !important;
}
.ui-dialog .ui-dialog-content {
	height:auto!important;
}
.ui-dialog ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
.ui-dialog ol li {
	list-style-type: decimal;
}
.ui-dialog ol.lower-alpha li {
	list-style-type: lower-alpha;
}
.ui-dialog ul {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
.ui-dialog ul li {
	list-style-type: disc;
}
.ui-dialog ul.main-dlg li {
	line-height: 2em;
}
.ui-dialog a:link {
	color: #0645AD;
	font-weight: normal;
}
.ui-dialog a:visited {
	color: #0645AD;
	font-weight: normal;
}
.ui-dialog a:hover {
	color: #0645AD;
	font-weight: normal;
}
.ui-dialog a:active {
	color: #0645AD;
	font-weight: normal;
}	
.ui-dialog .ui-dialog-buttonpane {
	border-top:1px solid #b1b1b1;
}
.ui-widget-content,
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
	color:#333;
	font-family: "Arial",sans-serif;
	font-size:14px;
	font-weight: 300;
}
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea {
	border:1px solid #ccc;
	border-radius:0px;
	font-size:12px;
	padding:1px 10px;
}
.ui-widget-content label {
	font-size:14px;
	font-weight:300;
	padding-right:10px;
	vertical-align: top;
}
#question {
	width:100%;
}
.ui-widget-content .ui-state-default{
	background: #fff;
	border-color: #ccc;
	color: #333;
}
.ui-widget-content .ui-state-default:hover {
	background: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
#support-choice {
	min-height:246px !important;
	max-width:300px;
}
#support-choice fieldset input[type="text"] {
	width:100%;
}
#support-choice div:first-child {
	width:100% !important;
}
#support-choice div:last-child {
	width:100% !important;
}
/**********************************************************desktop & tablet**********************************************/
@media (min-width: 768px) {
	/*html*/
	body{
		font-size:16px;
	}
	.main-wrapper.container {
		padding:0 15px;
	}
	
section {
	background:#fff;
	padding:80px 15px 60px 15px;
}
	section .col-sm-4,
	section .col-sm-6,
	section .col-sm-3 {
		margin-bottom:0px;
	}
	/*nav*/
	#main-nav {
		clear:none;
	}
	.navbar-brand {
		padding:25px 0 5px 15px;
	}
	nav.main-nav ul {
		margin:8px 15px 10px 0;
		text-align: center;
	}
	nav.main-nav {
	  background:rgba(255,255,255,1);
		min-height:150px;
	}
	nav.main-nav ul,
	nav.main-nav li,
	nav.main-nav a {
		display: inline-block;
		width:auto;
	}
	nav.main-nav a {
		text-transform:uppercase;
	}
	nav.main-nav a:focus,
	nav.main-nav li.active a {
	  border-bottom:1px solid #ffffff;
	}
	/*header*/
	h1.intro {
		font-size:46px;
	}
	header h2 {
		font-size:22px;
	}
	header .logo_intro {
	  max-width:300px;
  }
	header .header-intro {
	  bottom:auto;
		left:0;
		right:0;
		top:340px;	
	}
	/*buttons*/
	.ca {
	  left:auto;
		right:0;
		width:auto;	
	}
	.ca .btn.btn-outline {
	  font-size:16px;
		width:auto;	
	}
	.ca .btn.btn-outline .fa {
		font-size:16px;
	}
	/*main body*/
	section .section-title h2 {
		font-size:50px;
		padding:10px 44px;
	}
	section h3.subtitle {
		font-size:24px;
	}
	section.statistics .stat {
		width:50%;
	}
	section .content {
		line-height:28px;
	}
	section hr {
	  display:block;	
	}
	/*contacts*/
	section.contacts .contacts_wrapper {
		display:block;
		width:100%;
	}
	section.contacts .contact {
		display:inline-block;
		vertical-align: top;
		width:24%;
	}
	section.contacts .contact a {
	  font-size:18px;
  }
	/*footer*/
	footer a {
		margin:20px 10px;
	}
	#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	  font-size:14px;	
	}
	/*modal*/
	.tech-supp-form .form-label {
		text-align:right;
		width: 100px;
	}
	.tech-supp-form textarea {
		width: 325px;
	}
	.tech-supp-form input[type="text"] {
		width: 325px;
	}
	.tech-supp-form .captcha-image {
		float: left;
		margin: 10px 0 0 100px;
		width:auto;
	}
	.tech-supp-form .captcha-image img {
		max-width:none;
	}
	.tech-supp-form .captcha-response-label {
		margin: 10px 0 0 100px;
	}
	.tech-supp-form #captcha-response {
		margin: 10px 0 0 100px;
	}
	.tech-supp-form #captcha_reload_btn {
		display: inline-block;
		margin: 30px 0 0 10px;
	}
	.ui-dialog {
		max-width:none;	
		width:auto !important;
	}
	#question {
		width:325px;
	}
	#support-choice {
		min-height:120px !important;
		max-width:none;
		overflow-x:hidden;
	}
	#support-choice fieldset input[type="text"] {
		width:250px;
	}
	#support-choice div:first-child {
		width:280px !important;
	}
	#support-choice div:last-child {
		width:280px !important;
	}
}

/***************************************************desktop only********************************************************/
@media (min-width: 992px) {
  /*header*/
	h1.intro {
		font-size:48px;
	}
	header h2 {
		font-size:18px;
	}
	
	header .header-intro .inner_left {
	width: 30%;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	height:100%;
	padding:180px 30px 40px 0px;
	/* background: url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN0iXiuQ3T7PVIVW1tFdemKt4DGcL7wArVd_5hH4CU0KD04rPUImttIK7Ug-Jx14F3A.png) right center repeat-x; */
	background-origin: border-box;
	overflow: hidden;
	display: inline-block;
}


header .header-intro .inner {
	width: 40%;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	height:100%;
	padding:80px 0px 40px 0px;
}

header .header-intro .inner h2{
	margin-top: 0px !important;
}



header .header-intro .inner_right {
	width: 30%;
	float: left;
	position: relative;
	min-height: 1px;
	box-sizing: border-box;
	height:100%;
	padding:180px 0px 40px 30px;
	background: url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGN0iXiuQ3T7PVIVW1tFdemKsCUxw5LJbf2bHJ6Q7FMshgXHINrZ4efGKBh0hT5LmB8A.png) left center repeat-x;
	background-origin: border-box;
	overflow: hidden;
	display: inline-block;
}
	
	section {
   	 	background: #fff;
    	padding: 80px 15px;
}
	section.statistics { 
		/* background-image: url(https://my.rcm1.com/files/LerF4MEgaB48WfEbqbnGNxS9n8EkaD0qdLcM12exx26W9AM-oAfc4f0R94o9Gmlb.jpg) !important;  */
		background-repeat: no-repeat; 
		background-position: center;
		background-attachment: scroll;       
		/*	webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;     
		margin: 160px 0px; */
	}

	

	/*main body*/
	section.statistics .stat {
		width:25%;
		padding: 200px 10px 140px 10px;
			margin: 0 0 50px 0;
	}
}

/*************************************************collapse on tablet********************************************************/
@media (max-width: 991px) {
	.navbar-brand {
		padding:5px 0 5px 15px;
	}
	nav.main-nav {
	  min-height:75px;	
	}
	.navbar-header {
			float: none;
	}
	.navbar-left,.navbar-right {
			float: none !important;
	}
	.navbar-toggle {
			display: block;
	}
	.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
			top: 0;
			border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
			display: none!important;
	}
	

	.navbar-nav {
			float: none!important;
			margin-top: 7.5px;
	}
	.navbar-nav>li {
			float: none;
	}
	.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.collapse.in{
			display:block !important;
	}
	nav.main-nav ul {
		border-top:1px solid #cccccc;
		clear:both;
		float:none;
		margin:0;
		background:#e4002b;
		-webkit-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}
	#main-nav {
		clear:both;
		padding:0;
	}
	nav.main-nav ul, 
	nav.main-nav li, 
	nav.main-nav a {
		text-align: center;
		width: 100%;
	}
	.navbar-nav > li {
			float: none;
	}
	nav.main-nav a:hover,
	nav.main-nav a:focus,
	nav.main-nav li.active a {
		background:none;
		color:#333333;
	}
	/*main body*/
	section .section-title h2 {
		padding:10px 0;
	}
	/*nav*/
	nav.main-nav a:focus,
	nav.main-nav li.active a {
	  border:1px solid #fff !important;
	}
	/*buttons*/
	.btn-bar {
		right:58px;
		top:22px;
	}
	.btn-bar .btn.btn-outline, 
	.btn-bar .btn.btn-outline:hover {
		display:inline-block;
		height:24px;
		margin:0px;
		text-align:center;
		width:30px;
	}
	.ca {
		display:none !important;
	}
	/*sections*/
	section hr {
	  display:none;	
	}
}  
   