/* ==========================================================================
   layout
   ========================================================================== */
   
html {
	background: #ffffff;
}

html, body {
	height: 100%;
}

html,
body,
table {
	line-height: 28px;
	font-family: 'vitessebook';
	font-size: 16px;
	color: #4a4d4c;
}

h1 {
	line-height: 48px;
	margin-bottom: 35px;
	font-family: 'fs_sinclairregular';
	font-size: 32px;
	color: #f44647;
}

h2 {
	line-height: 28px;
	margin-bottom: 23px;
	font-family: 'fs_sinclairbold';
	font-weight: 400;
	font-size: 16px;
	color: #f44647;	
}

h3,
p,
ul,
ol,
table {
	margin-bottom: 28px;
}

table td {
	padding: 10px 15px;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	outline: 0;
	-ms-interpolation-mode: bicubic;
}

a[href] {
	color: #f44647;
	border: 0;
	outline: 0;
}

a[href]:hover {
	text-decoration: none;
}

strong, b {
	font-family: 'vitessebold';
	font-weight: 400;
}

em, i {
	font-style: italic;
}

.container {
	position: relative;
	margin: 0 auto;
}

.lead {
	font-size: 20px;
	color: #f44647;
}

.additional {
	font-size: 12px;
}

#page {
	width: 100%;
	height: 100%;
	display: table;
}

.header-main,
.content-main,
.footer-main {
	height: 1px;
	display: table-row;
}

.content-main {
	height: auto;
}

[class|="icon"] {
	vertical-align: middle;
}

.section {
	padding: 20px 0;
}

.section-title {
	text-align: center;
}

.box-icon {
	margin-bottom: 28px;
	text-align: center;
	font-size: 55px;
	color: #4A4D4C; 
}

.box-icon [class|="icon"] {
	width: 170px;
	height: 170px;
	line-height: 170px;
	display: inline-block;
	border: 3px solid #e3e9e7;
	-webkit-border-radius: 85px;
       -moz-border-radius: 85px;
    		border-radius: 85px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


.table.list {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	font-family: 'vitessemedium';
	color: #f44647;
}

.table.list td {
	border-left: 3px solid #ffffff;
}

.table.list td:first-child {
	text-align: left;
	border: 0;
}

.table.list .odd {
	background: #e3e9e7;
}

.empty-line {
	height: 28px;
	line-height: 0;
	font-size: 0;
}

.text-red {
	color: #F44647;
}


/* ==========================================================================
   header
   ========================================================================== */

.header-main {
	height: 450px;
}

.head-nav-bar {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
}

.header-main .head-nav-bar-bg {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -120px;
	background: #000000;
	z-index: -1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE 8 */
	filter: alpha(opacity=85); /* IE 5-7 */
	-moz-opacity: 0.85; /* Netscape */
	-khtml-opacity: 0.85; /* Safari 1.x */
	opacity: 0.85; /* Good browsers */
}

.head-nav-bar .box-logo {
	display: table;
	position: absolute;
	left: 0;
	top: 15px;
}

.head-nav-bar .logo {
	display: table-cell;
	margin: 0;
	text-transform: uppercase;
	font-family: 'fs_sinclairbold';
	font-size: 24px;
	font-weight: 400;
	vertical-align: middle;
	color: #ffffff;	
}

.head-nav-bar .logo [class|="icon"] {
	display: inline-block;
	margin-top: -4px;
	font-size: 15px;
}

.head-nav-bar .top-menu {
	font-family: 'fs_sinclairregular';
	position: absolute;
	right: 0;
	top: 30px;
	text-transform: uppercase;
	color: #ffffff;
}

.head-nav-bar .top-menu li {
	display: inline-block;
	margin-left: 80px;
}

.head-nav-bar .top-menu li:first-child {
	margin-left: 0 !important;
}

.head-nav-bar .top-menu a {
	position: relative;
	text-decoration: none;
	color: inherit;
}

.head-nav-bar .top-menu a:after {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #f44647;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.head-nav-bar .top-menu a:hover:after,
.head-nav-bar .top-menu .current a:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.head-sub-content {
	width: 100%;
	height: 450px;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url('../img/main.jpg');
	background-repeat: no-repeat;
	background-position: 0 -30px;
	background-size: cover;
	z-index: -1;	
}

.head-sub-content .container {
	height: 100%;
}

.head-sub-content .lead {
	line-height: 50px;
	bottom: 55px;
	margin: auto;
	font-family: 'vitesselight';
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	padding-top: 120px;
}

.head-sub-content .lead strong {
	font-family: 'vitessemedium';
}

.head-sub-content .lead .text-next-line {
	display: block;
}

.btn-nav {
	width: 40px;
	height: 40px;
	line-height: 2px;
	display: none;
	position: absolute;
	right: 15px;
	top: 25px;
	padding: 10px 10px;
	text-align: center;
	z-index: 5;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-nav:hover {
	color: #3f5666;
	background-color: #ffffff;
}

.btn-nav .line {
    	width: 16px;
	height: 2px;
	line-height: 2px;
	display: inline-block;
	margin: 2px 0;
	background-color: #ffffff;
	overflow: hidden;
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
}

.btn-nav:hover .line {
	background-color: #3f5666;
}

.btn-close {
    	width: auto;
    	height: auto;
	cursor: pointer;
	display: none;
	position: absolute;
    	right: 0;
    	top: 0px;
    	padding-right: 20px;
    	z-index: 10;
    	text-align: right;
}

.btn-close:hover {
	color: #f44647;
}

.btn-close:after {
	display: none;
}


/* ==========================================================================
   content
   ========================================================================== */

.content-main {
	position: relative;
	background: #ffffff;
	z-index: 2;
}

.service-info p {
	margin-bottom: 0;
}

.services .article-list {
	margin-top: -28px;
}

.services article {
	margin-top: 28px;
	text-align: center;
}

.services article .title {
	text-transform: uppercase;
}

.services article .perex {
	margin-bottom: 0;
}

.remote-help article {
	text-align: center !important;
}

.remote-help article div {
        text-align: center !important;
        margin: 0 auto;
}

.contact {
        color: #f8f8f8;
        background-image: url('../img/bgred.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        background-attachment: fixed;
        background-size: cover;
        text-align: left;
}

.contact article {
        margin: auto;
}

.contact .space {
        width: 10px;
        height: 1px;
}

.contact article .perex {
        margin-bottom: 0;
        margin-left: 70px;
}

.contact h1 {
	color: #ffcece !important;
}

.qr-img {
        width: 200px;
        height: 200px;
        background-image: url('../img/QR.png');
        margin-left: 70px;
}


/* ==========================================================================
   footer
   ========================================================================== */

.footer-main {
	text-transform: uppercase;
	font-family: 'fs_sinclairregular';
	background: #ffffff;	
}

.footer-main p {
	margin-bottom: 0;
}

.footer-main > .box-in {
	padding-top: 28px;
}

.footer-main .content {
	padding-top: 28px;
	padding-bottom: 28px;
	border-top: 3px solid #e3e9e7;
}

.signature {
	float: left;
}

.social-links {
	float: right;
}

.social-links .social-link {
	display: inline-block;
	margin: 0 20px;
	text-decoration: none;
	color: #4a4d4c;
}

.social-links .social-link [class|="icon"] {
	line-height: 32px;
	font-size: 27px;
	vertical-align: middle;
}

.social-links .social-link.last {
	margin-right: 0;
}

.social-links .social-link:hover {
	color: #f44647;
}


/* layout responsive
   ========================================================================== */

@media (max-width: 1199px) {
	
	.head-sub-content .lead .text-next-line {
		display: inline;
	}
}

@media (max-width: 991px) {
	
	.head-nav-bar {
		height: 105px;
	}
	
	.head-nav-bar .box-logo {
		width: 100%;
		top: 0;
		text-align: center;
	}
	
	.head-nav-bar .top-menu {
		width: 100%;
		top: 50px;
		right: auto;
		left: 0;
		text-align: center;
	}
	
	.head-sub-content .lead {
		line-height: 32px;
		font-size: 28px;
		bottom: 70px;
	}
	
	
	.signature {
		float: none;
	}
	
	.social-links {
		float: none;
		margin-top: 28px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	
	.head-sub-content {
		padding: 0 20px;
	}	
}

@media (max-width: 680px) {

	.head-nav-bar .top-menu li {
		margin-left: 40px;
	}
}

@media (max-width: 568px) {
}

@media (max-width: 480px) {
	
	
	.head-nav-bar {
		height: 80px;
	}
	
	.head-nav-bar .box-logo {
		width: auto;
		top: 15px;
		left: 15px;
		text-align: left;
	}
	
	.head-nav-bar .top-menu {
		width: 200px;
		height: 100%;
		position: fixed;
		left: auto;
		right: -200px;
		top: 0;
		background: #000000;
		z-index: 10;
	}
	
	.head-nav-bar .top-menu ul {
		padding-top: 30px;
	}
	
	.head-nav-bar .top-menu  li {
		display: block;
		position: static !important;
		margin: 0 0 20px 0;
	}
	
	.head-nav-bar .top-menu a {
		display: block;
	}
	
	.head-nav-bar .top-menu a:after {
		display: none;
	}
	
	.head-nav-bar .top-menu a:hover {
		color: #f44647;
	}

	
	
	.btn-nav {
		display: block;
	}
	
	.btn-close {
		display: block;
	}
	
	
	.social-links .env {
	    display: block;
	}
	
	.social-links .social-link:first-child {
		margin-left: 0;
	}
}

@media (max-width: 380px) {	
}

@media (max-width: 320px) {
}