@font-face {
	font-family: 'Levenim MT';
	font-style: normal;
	font-weight: normal;
	src: local('Levenim MT'), url('../assets/fonts/lvnm.ttf') format('woff');
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px;
    }
}

body.site{
	background: #000;
	color: #fff;
	padding: 0;
}
.logo{ position: absolute; top: 55px;  left: 12px; }
.links{ padding: 13px  0 0 0; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
.links a{ color: #fff;  text-decoration: none; line-height: 29px; margin-left: 3px; font-size: 13px; }
.links a.social-last { margin-right: 57px; }
.links a.social-phone { margin-right: 50px; }
.links a.social-info { margin-right: 20px; }
.padding-title{ padding-top: 160px;  }
.services{ font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-weight: normal; font-size: 20px !important;  line-height: 30px !important;
 background-image: url("../images/bg-service.png"); background-repeat: no-repeat; padding: 20px 0 0 16px; margin: 37px 0 0 -10px;  }
.services ul { margin-left: 20px; }
.services ul li { color: #808080; list-style-type: circle;  font-size: 20px !important;  line-height: 32px !important; }
.builder{ }
h5{ font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-weight:normal; font-size: 20px !important;  line-height: 32px !important; }
h6{ font-family: 'Levenim MT'; font-weight:normal; font-size: 14px !important;  line-height: 20px !important; }
.footer{ padding-left: 80px; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
.footer p{ color: #808080; font-size: 20px !important; line-height: 20px !important; }

@media screen and (min-width: 769px) {
    /* STYLES HERE */
	.links a.social-last { margin-right: 5px; }
	.links a.social-phone { margin-right: 10px; }
	.links a.social-info { margin-right: 10px; }
	#builder{ width: 100% }
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    /* STYLES HERE */
	.links a.social-last { margin-right: 5px;  }
	.links a.social-phone { margin-right: 10px; }
	.links a.social-info { margin-right: 10px; }
	#builder{ width: 100% }
}

@media only screen and (max-device-width: 480px) {
    /* STYLES HERE */
	.links a.social-last { margin-right: 5px;  }
	.links a.social-phone { margin-right: 10px; }
	.links a.social-info { margin-right: 10px; }
	#builder{ width: 100% }
}

