/*
file:	Main Style Sheet
year:	2020
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

i, i:before {
	transition: all .2s linear;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url("../img/background-cover.jpg") no-repeat center center #fff;
	background-size: cover;
	background-attachment: fixed;
}

div, span, p, em, a, time, tr, th, td, dt, dd, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Manrope", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,0.85);
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
em {
	font-size: 20px;
	color: #1f2835;
	margin: 0;
	font-weight: 700;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
}
a {
	font-size: 18px;
	color: #ed1b35;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background: url("../img/ui.totop.png") no-repeat left top !important;
	z-index: 999999;
}

#toTop:hover {
	background: url("../img/ui.totop.png") no-repeat left -40px !important;
}

#toTopHover, #toTopHover:hover {
	background: none !important;
}

/*slickmenu responsive*/

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 100%;
	margin: 0 0 80px;
	padding: 40px 0;
	display: table;
	background: #fff;
}

header aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

/*logo*/

.logo {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.logo img {
	max-height: 54px;
	display: flex;
}

/*main navigation*/

header nav {
	width: auto;
	float: right;
	margin: 0 20px 0 0;
	padding: 18px 0 0;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li {
	float: left;
	margin: 0 20px 0 0;
}

header nav ul li:last-of-type {
	margin: 0;
}

header nav ul li a {
	font-size: 16px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

header nav ul li a:hover, header nav ul li a.active {
	font-size: 16px;
	color: #ed1b35;
}

/*request quote header btn*/

.request_quote_header_btn {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 8px 0 0;
	padding: 10px 20px 11px;
	float: right;
	background: #1f2835;
	border-radius: 2px;
}

.request_quote_header_btn:hover {
	font-size: 16px;
	color: #fff;
	background: #ed1b35;
}

/*language cnt*/

.language_cnt {
	width: auto;
	float: right;
	margin: 0 20px 0 0;
	padding: 10px 0 0;
}

.language_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}

.language_cnt ul li {
	float: left;
	margin: 0 10px 0 0;
}

.language_cnt ul li:last-of-type {
	margin: 0;
}

.language_cnt ul li a {
	font-size: 12px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 12px 0 13px;
	opacity: 0.60;
	display: block;
}

.language_cnt ul li a:hover, .language_cnt ul li a.active {
	font-size: 12px;
	color: #000;
	opacity: 1;
}

/*header intro cnt*/

.header_intro_cnt {
	width: 100%;
	margin: 0;
	padding: 75px 0 40px;
	display: table;
	clear: both;
}

.header_intro_cnt h1,
.header_intro_cnt em,
.header_intro_cnt p {
	text-align: center;
}

.header_intro_cnt h1 {
	font-size: 20px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0;
}

.header_intro_cnt em,
.header_intro_cnt p {
	font-size: 30px;
	color: rgba(31,40,53,0.75);
	font-weight: 300;
	margin: 0;
	padding: 0 25%;
	line-height: 36px;
}

/*services featured cnt*/

.services_featured_cnt {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	display: table;
	background: #1f2835;
}

.services_featured_cnt aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.services_featured_cnt article {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0 40px;
}

.services_featured_cnt article figure {
	max-width: 200px;
	max-height: 200px;
	display: table;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	border-radius: 2px;
	transition: all .3s linear;
	
	float: none;
	margin: 0 auto;
	padding: 0;
}

.services_featured_cnt article figure img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
	text-align: center;
}

.services_featured_cnt article figure:hover {
	box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.25);
}

.services_featured_cnt article h1,
.services_featured_cnt article em,
.services_featured_cnt article p {
	text-align: center;
}

.services_featured_cnt article h1 {
	margin: 34px 0 9px;
	padding: 0;
	line-height: 26px;
	overflow: hidden;
	height: 51px;
}

.services_featured_cnt article h1, .services_featured_cnt article h1 a {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

.services_featured_cnt article h1 a:hover {
	font-size: 20px;
	color: #fff;
	text-decoration: underline;
}

.services_featured_cnt article em,
.services_featured_cnt article p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	height: 69px;
}

/*start project crew cnt*/

.start_project_crew_cnt {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	display: table;
	background: #ed1b35;
}

.start_project_crew_cnt aside {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}

.start_project_crew_cnt article {
	width: 100%;
	display: table;
}

.start_project_crew_cnt h1 {
	display: none;
}

.start_project_crew_cnt em,
.start_project_crew_cnt p,
.start_project_crew_cnt a {
	display: inline-block;
	vertical-align: middle;
}

.start_project_crew_cnt em {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin: 0 40px;
	padding: 0;
}

.start_project_crew_cnt p {
	padding: 0;
	margin: 0;
}

.start_project_crew_cnt a {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 40px;
	padding: 9px 20px 10px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 2px;
}

.start_project_crew_cnt a:hover {
	font-size: 16px;
	color: #1f2835;
	background: #fff;
}

/*about us services cnt*/

.about_us_services_cnt {
	width: 100%;
	margin: 0 0 80px;
	padding: 80px 0;
	display: table;
	background: #fff;
}

.about_us_services_cnt aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.about_us_services_cnt figure,
.about_us_services_cnt section {
	display: inline-block;
	vertical-align: middle;
}

.about_us_services_cnt figure {
	max-width: 360px;
	max-height: 360px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	border-radius: 500em;
	-webkit-border-radius: 500em;
	
	float: none;
	margin: 0 115px;
	padding: 0;
}

.about_us_services_cnt figure img {
	max-width: 360px;
	max-height: 360px;
	vertical-align: middle;
	text-align: center;
	border-radius: 500em;
	-webkit-border-radius: 500em;
}

.about_us_services_cnt section {
	width: 600px;
	margin: 0;
	padding: 0 40px;
}

.about_us_services_cnt section h1 {
	font-size: 20px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 6px;
	padding: 0;
}

.about_us_services_cnt section em {
	font-size: 30px;
	color: #1f2835;
	font-weight: 300;
	margin: 0 0 35px;
	padding: 0 0 14px;
	line-height: 38px;
	position: relative;
}

.about_us_services_cnt section em:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #1f2835;
	margin: 0;
	padding: 0;
}

.about_us_services_cnt section h2 {
	font-size: 16px;
	color: #1f2835;
	font-weight: 400;
	margin: 0;
	padding: 0 0 40px;
}

.about_us_services_cnt section aside {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}

.about_us_services_cnt section aside:last-of-type {
	margin: 0;
}

.about_us_services_cnt section aside i {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
}

.about_us_services_cnt section aside i:before {
	font-size: 32px;
	color: #1f2835;
	font-weight: normal;
	margin: 0;
	padding: 0;
	
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 72px;
    height: 72px;
    background: transparent;
    border: 1px solid #1f2835;
    border-radius: 500em;
    -webkit-border-radius: 500em;
    transition: all .3s linear;
}

.about_us_services_cnt section aside i:hover:before,
.about_us_services_cnt section aside:hover i:before {
	font-size: 32px;
	color: #fff;
    background: #ed1b35;
    border-color: #ed1b35;
}

.about_us_services_cnt section aside div {
	width: 80%;
	display: inline-block;
	vertical-align: top;
}

.about_us_services_cnt section aside h3,
.about_us_services_cnt section h3 {
	font-size: 18px;
	color: #ed1b35;
	font-weight: 800;
	margin: 24px 0 10px;
	padding: 0;
}

.about_us_services_cnt section aside p,
.about_us_services_cnt section p {
	font-size: 14px;
	color: #1f2835;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

/*aboutus featured home*/

.aboutus_featured_home {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	display: table;
	background: #fff;
	border-top: 1px solid #ebebeb;
}

.aboutus_featured_home article {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}

.aboutus_featured_home article figure,
.aboutus_featured_home article section {
	display: inline-block;
	vertical-align: middle;
}

.aboutus_featured_home article figure {
	max-width: 200px;
	max-height: 200px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0 20px;
	padding: 0;
}

.aboutus_featured_home article figure img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
	text-align: center;
}

.aboutus_featured_home article section {
	width: 640px;
	margin: 0 20px;
}

.aboutus_featured_home article h1 {
	margin: 0 0 7px;
	padding: 0;
}

.aboutus_featured_home article h1, .aboutus_featured_home article h1 a {
	font-size: 20px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
}

.aboutus_featured_home article h1 a:hover {
	font-size: 20px;
	color: #ed1b35;
}

.aboutus_featured_home article em {
	font-size: 22px;
	color: #1f2835;
	font-weight: 300;
	margin: 0 0 27px;
	padding: 0;
}

.aboutus_featured_home article p {
	font-size: 16px;
	color: #1f2835;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

/*other development offers*/

.other_development_offers {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	display: table;
	background: #fff;
	border-top: 1px solid #ebebeb;
}

.other_development_offers aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.other_development_offers h1 {
	font-size: 32px;
	color: #000;
	font-weight: 300;
	margin: 0 0 70px;
	padding: 0;
	text-align: center;
}

.other_development_offers article {
	width: 400px;
	float: left;
	margin: 0;
	padding: 35px 20px 40px;
	border-right: 1px solid rgba(0,0,0,0.20);
}

.other_development_offers article:nth-of-type(3) {
	border-left: 1px solid rgba(0,0,0,0.20);
}

.other_development_offers article h1,
.other_development_offers article em {
	text-align: center;
}

.other_development_offers article h1 {
	margin: 0 0 8px;
	padding: 0;
}

.other_development_offers article h1, .other_development_offers article h1 a {
	font-size: 22px;
	color: #1f2835;
	font-weight: 800;
}

.other_development_offers article h1 a:hover {
	font-size: 22px;
	color: #ed1b35;
}

.other_development_offers article em {
	font-size: 16px;
	color: #1f2835;
	font-weight: 400;
	margin: 0 0 40px;
	padding: 0;
	line-height: 20px;
	overflow: hidden;
	height: 82px;
}

.qote_btn_other {
	font-size: 12px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 10px 20px 11px;
	display: table;
	background: #ed1b35;
	border-radius: 2px;
}

.qote_btn_other:hover {
	font-size: 12px;
	color: #fff;
	background: #1f2835;
}

/*other - first two articles*/

.other_development_offers article:nth-of-type(1),
.other_development_offers article:nth-of-type(2) {
	width: 580px;
	padding: 0;
	border: none;
}

.other_development_offers article:nth-of-type(1) {
	margin: 0 40px 40px 0;
	background: #1b9eed;
}

.other_development_offers article:nth-of-type(2) {
	margin: 0 0 40px;
	background: #ed6a1b;
}

.other_development_offers article:nth-of-type(1) h1,
.other_development_offers article:nth-of-type(2) h1 {
	margin-top: 31px;
	padding: 0 40px;
	text-align: left;
}

.other_development_offers article:nth-of-type(1) h1,
.other_development_offers article:nth-of-type(1) h1 a,
.other_development_offers article:nth-of-type(2) h1,
.other_development_offers article:nth-of-type(2) h1 a {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

.other_development_offers article:nth-of-type(1) h1 a:hover,
.other_development_offers article:nth-of-type(2) h1 a:hover {
	font-size: 24px;
	color: #fff;
	text-decoration: underline;
}

.other_development_offers article:nth-of-type(1) em,
.other_development_offers article:nth-of-type(2) em {
	color: rgba(255,255,255,0.75);
	font-weight: 300;
	text-align: left;
	padding: 0 40px;
	margin: 0 0 35px;
	line-height: 20px;
	overflow: hidden;
	height: 62px;
}

.other_development_offers article:nth-of-type(1) .qote_btn_other,
.other_development_offers article:nth-of-type(2) .qote_btn_other {
	font-size: 16px;
	margin: 0 40px;
	padding: 10px 20px 11px;
	background: #1f2835;
}

.other_development_offers article:nth-of-type(1) .qote_btn_other:hover,
.other_development_offers article:nth-of-type(2) .qote_btn_other:hover {
	font-size: 16px;
	background: #ed1b35;
}

.other_development_offers article figure {
	display: none;
}

.other_development_offers article:nth-of-type(1) figure,
.other_development_offers article:nth-of-type(2) figure {
	display: table-cell;
}

.other_development_offers article figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.other_development_offers article:nth-of-type(1) figure:before {
	background: linear-gradient(#1b9eed, transparent);
	background: -webkit-linear-gradient(#1b9eed, transparent);
}

.other_development_offers article:nth-of-type(2) figure:before {
	background: linear-gradient(#ed6a1b, transparent);
	background: -webkit-linear-gradient(#ed6a1b, transparent);
}

.other_development_offers article figure {
	max-width: 580px;
	max-height: 300px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.other_development_offers article figure img {
	max-width: 580px;
	max-height: 300px;
	vertical-align: middle;
	text-align: center;
}

/*blog featured homepage*/

.blog_featured_homepage {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	display: table;
	background: url("../img/blog-background-pattern-image.jpg") no-repeat left center #fff;
	background-size: contain;
}

.blog_featured_homepage aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.blog_featured_homepage h1.blog_headline {
	font-size: 26px;
	color: #1f2835;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	margin: 0 0 32px;
	padding: 0;
}

.blog_featured_homepage article {
	width: 370px;
	float: left;
	margin: 0 45px 0 0;
	padding: 0;
	transition: all .3s linear;
}

.blog_featured_homepage article:hover {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
}

.blog_featured_homepage article:nth-of-type(3n) {
	margin-right: 0;
}

.blog_featured_homepage article section {
	width: 100%;
	margin: 0;
	padding: 23px 30px;
	display: table;
	background: #fff;
	min-height: 340px;
}

.blog_featured_homepage article figure {
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.blog_featured_homepage article figure img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.blog_featured_homepage article h1 {
	margin: 0 0 12px;
	padding: 0;
	line-height: 26px;
	overflow: hidden;
	height: 81px;
}

.blog_featured_homepage article h1, .blog_featured_homepage article h1 a {
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

.blog_featured_homepage article h1 a:hover {
	font-size: 22px;
	color: #ed1b35;
}

.blog_featured_homepage article em {
	font-size: 16px;
	color: #1f2835;
	font-weight: 400;
	margin: 0 0 9px;
	padding: 0;
}

.read_more_btn_blog {
	font-size: 14px;
	color: #000;
	font-weight: 800;
	margin: 0;
	padding: 0;
	display: table;
}

.read_more_btn_blog:hover,
.read_more_btn_blog:focus {
	font-size: 14px;
	color: #ed1b35;
	text-decoration: underline;
}

/*technologies featured*/

.technologies_featured {
	width: 100%;
	margin: 0 0 80px;
	padding: 80px 0;
	display: table;
	background: #1f2835;
}

.technologies_featured aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.technologies_featured h1 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0 42% 20px;
	text-align: center;
}

.technologies_featured ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	max-width: 62%;
	text-align: center;
}

.technologies_featured ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
}

.technologies_featured ul li img {
	max-height: 96px;
	display: flex;
}

/*our clients cnt*/

.our_clients_cnt {
	width: 100%;
	margin: 0 0 80px;
	padding: 80px 0;
	display: table;
	background: #fff;
}

.our_clients_cnt aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.our_clients_cnt h1 {
	font-size: 28px;
	color: #ed1b35;
	font-weight: 800;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

.our_clients_cnt em {
	font-size: 16px;
	color: rgba(31,40,53,0.75);
	font-weight: 400;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

.our_clients_cnt article {
	width: 600px;
	float: left;
	margin: 0;
	padding: 30px 40px;
	border-right: 1px solid rgba(0,0,0,0.20);
}

.our_clients_cnt article:nth-of-type(2n) {
	border: none;
}

.our_clients_cnt article figure {
	max-width: 200px;
	max-height: 200px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}

.our_clients_cnt article figure img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
	text-align: center;
}

.our_clients_cnt article:nth-of-type(3) figure,
.our_clients_cnt article:nth-of-type(4) figure {
	float: right;
	margin: 0 0 0 40px;
}

.our_clients_cnt article h1 {
	margin: 30px 0 6px;
	padding: 0;
	text-align: left;
	line-height: 22px;
	overflow: hidden;
	/*height: 23px;*/
	height: 45px;
}

.our_clients_cnt article h1, .our_clients_cnt article h1 a {
	font-size: 20px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
}

.our_clients_cnt article h1 a:hover {
	font-size: 20px;
	color: #ed1b35;
}

.our_clients_cnt article em {
	font-size: 14px;
	color: rgba(31,40,53,0.85);
	font-weight: 400;
	margin: 0 0 23px;
	padding: 0;
	text-align: left;
	line-height: 18px;
	overflow: hidden;
	height: 56px;
}

.clients_url_link {
	font-size: 14px;
	color: #1f2835;
	font-weight: 500;
	text-decoration: underline;
	margin: 0;
	padding: 2px 0 5px 34px;
	background: url("../img/url-link-icon.png") no-repeat center left;
}

.clients_url_link:hover {
	font-size: 14px;
	color: #000;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	display: table;
	background: #ed1b35;
}

footer aside {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

/*footer social*/

.footer_social {
	list-style: none;
	margin: 0 auto 34px;
	padding: 0;
	display: table;
}

.footer_social li {
	float: left;
	margin: 0 20px 0 0;
}

.footer_social li:last-of-type {
	margin: 0;
}

.footer_social li a {
	display: flex;
}

.footer_social li a i {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.footer_social li a i:hover,
.footer_social li a:hover i {
	font-size: 24px;
	color: rgba(255,255,255,0.75);
}

/*footer navigation*/

footer nav {
	width: auto;
	margin: 0 auto 11px;
	padding: 0;
	display: table;
}

footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer nav ul li {
	float: left;
	margin: 0 20px 0 0;
}

footer nav ul li:last-of-type {
	margin: 0;
}

footer nav ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

footer nav ul li a:hover,
footer nav ul li a.active {
	font-size: 14px;
	color: #fff;
}

/*footer copyright*/

footer p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 31px;
	padding: 0;
	display: block;
	text-align: center;
}

footer p a {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

footer p a:hover {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}

/*footer company data*/

footer span {
	font-size: 12px;
	color: rgba(255,255,255,0.75);
	font-weight: 300;
	font-style: italic;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0 0 80px;
	padding: 80px 0;
	display: table;
	background: #fff;
}




/*BASIC CSS*/

/*left submenu*/

.main_container nav {
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
}

.main_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main_container nav ul li:first-of-type {
	border-top: 1px solid rgba(0,0,0,0.10);
}

.main_container nav ul li a {
	font-size: 14px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 10px 20px 12px;
	display: block;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active {
	font-size: 14px;
	color: #fff;
	background: #ed1b35;
}

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

/*
.contact_form div {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: table;
}
*/

.contact_form div {
	width: 550px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.contact_form div:nth-of-type(2n) {
	margin-right: 0;
}

.contact_form div.cnt_form_div_note,
.contact_form div.queryfor {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: none;
	margin: 0;
	padding: 0 !important;
}

.contact_form .consent_data dt {
	display: inherit;
}

.contact_form dt label {
	font-size: 13px;
	color: #555;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 10px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	background: #1f2835 !important;
	box-shadow: none !important;
	border-radius: 2px !important;
	border: 1px solid #1f2835 !important;
	padding: 8px 20px 9px !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 10px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 14px !important;
	color: #fff !important;
	background: #1f2835 !important;
	border: 1px solid #1f2835 !important;
	opacity: 1;
}

.buttons_action input[type="submit"] {
	background: #ed1b35 !important;
	border: 1px solid #ed1b35 !important;
	box-shadow: none !important;
	border-radius: 2px !important;
	padding: 8px 20px 9px !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, .buttons_action input[type="submit"]:valid:focus {
	font-size: 14px !important;
	color: #fff !important;
	background: #ed1b35 !important;
	border: 1px solid #ed1b35 !important;
	opacity: 1;
}

.contact_form dl a {
	color: #ed1b35;
}

.contact_form dd input#service_name {
	background: #1f2835 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 800;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	padding: 12px 20px;
	margin: 0 !important;

	background: transparent !important;
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid rgba(0,0,0,0.20) !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 14px !important;
	font-weight: 600;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: transparent !important;
	border-color: rgba(0,0,0,0.40) !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: transparent !important;
	border-color: rgba(0,0,0,0.40) !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: transparent !important;
	border-color: rgba(0,0,0,0.40) !important;
	box-shadow: none !important;
}

.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s linear;
}
.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	text-transform: uppercase;
	opacity: 1;
	transition: all .3s linear;
}
.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	text-transform: uppercase;
	opacity: 1;
	transition: all .3s linear;
}
.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s linear;
}
.contact_form input:focus::-webkit-input-placeholder,
.contact_form textarea:focus::-webkit-input-placeholder {
	font-size: 14px;
	color: transparent;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s linear;
}
.contact_form input:focus:-moz-placeholder,
.contact_form textarea:focus:-moz-placeholder {
	font-size: 14px;
	color: transparent;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s linear;
}
.contact_form input:focus::-moz-placeholder,
.contact_form textarea:focus::-moz-placeholder {
	font-size: 14px;
	color: transparent;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s linear;
}
.contact_form input:focus:-ms-input-placeholder,
.contact_form textarea:focus:-ms-input-placeholder {
	font-size: 14px;
	color: transparent;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s linear;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.contact_form dd textarea {
	min-height: 160px;
	max-height: 160px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.contact_form dd select {
	padding: 11px 20px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border-bottom: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border-bottom: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 25px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*filter content*/

.filter_content {
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

.filter_content h1 {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	width: auto;
	float: left;
	margin: 9px 20px 0 0;
	padding: 0;
}

.filter_content form {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div.filter_btns {
	padding-top: 0;
	padding-left: 20px;
}

.filter_content form label {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 10px 0 0;
	float: left;
}

.filter_content form input,
.filter_content form select,
.filter_content form textarea {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	width: 220px;
	max-width: 220px;
	transition: all .3s linear;
	float: left;
}

.filter_content form input:hover,
.filter_content form select:hover,
.filter_content form textarea:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.filter_content form input:focus,
.filter_content form select:focus,
.filter_content form textarea:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.filter_content form input[type="reset"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 15px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="reset"]:hover,
.filter_content form input[type="reset"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

.filter_content form input[type="submit"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 11px 15px;
	display: block;
	background: #231f21;
	border: 1px solid #231f21;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="submit"]:hover,
.filter_content form input[type="submit"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

/*sorter*/

.sorter {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 240px !important;
	max-width: 240px !important;
	margin: 0;
	padding: 7px 8px 8px;
	font-size: 11px !important;
	color: #696969;
	font-weight: normal;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
}

/*paging content*/

.paging_content {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
	display: table;
	clear: both;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 12px;
	color: #414141;
	font-weight: 600;
	margin: 0 -1px 0 0;
	padding: 8px 15px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 0;
}

.paging_content .paging a:last-of-type {
	border-radius: 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 90px;
}

.paging_content .paging .paging_right_cnt {
	float: left;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: table;
}

.basic_site_inner_content article:last-of-type {
	margin: 0;
}

.basic_site_inner_content h1 {
	font-size: 32px;
	color: #ed1b35;
	font-weight: 800;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content h2 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content h3 {
	font-size: 24px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content figure {
	max-width: 520px;
	max-height: 390px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: left;
	margin: 0 40px 40px 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	max-width: 520px;
	max-height: 390px;
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content ul {
	padding: 10px 0 15px 32px;
}

.basic_site_inner_content ul li {
	font-size: 16px;
	font-weight: 700;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

/*
.basic_site_inner_content_contact article {
	width: 640px;
	float: left;
	margin: 0;
	padding: 0;
}
*/

.basic_site_inner_content_contact article {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: table;
}

.basic_site_inner_content_contact h1 {
	font-size: 32px;
	color: #ed1b35;
	font-weight: 800;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h2 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content_contact h3 {
	font-size: 24px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

/*
.right_column_contact {
	width: 480px;
	float: right;
	margin: 0;
	padding: 40px;
	background: rgba(0,0,0,0.05);
}
*/

.right_column_contact {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
	padding: 40px;
	background: rgba(0,0,0,0.05);
}

.basic_site_inner_content_contact iframe {
	width: 100%;
	height: 480px;
	margin: 0;
	padding: 0;
	border: none !important;
}

/*services container*/

.services_container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.main_container .services_container nav {
	float: left;
}

.services_container h1 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 32px;
	padding: 0;
	text-align: center;
}

.services_container article {
	width: 880px;
	float: right;
	margin: 0;
	padding: 0;
}

.services_container article section,
.services_container article figure {
	display: inline-block;
	vertical-align: middle;
}

.services_container article section {
	width: 435px;
	margin: 0;
}

.services_container article figure {
	max-width: 400px;
	max-height: 400px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0 40px 0 0;
	padding: 0;
}

.services_container article figure img {
	max-width: 400px;
	max-height: 400px;
	vertical-align: middle;
	text-align: center;
}

.services_container article h1 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 800;
	text-transform: none;
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
}

.services_container article em {
	font-size: 18px;
	color: rgba(0,0,0,0.85);
	font-weight: 500;
	margin: 0 0 30px;
	padding: 0;
}

.services_container article p {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 400;
	margin: 0 0 36px;
	padding: 0;
}

.services_container article .qote_btn_services {
	font-size: 14px;
	color: #fff;
	margin: 0;
	background: #1f2835;
}

.services_container article .qote_btn_services:hover {
	font-size: 14px;
	color: #fff;
	background: #ed1b35;
}

.qote_btn_services {
	font-size: 12px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 10px 20px 11px;
	display: table;
	background: #fff;
	border-radius: 2px;
}

.qote_btn_services:hover {
	font-size: 12px;
	color: #fff;
	background: #1f2835;
}

/*services container details*/

.services_container_details {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.services_container_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.services_container_details h1 {
	font-size: 32px;
	color: #1f2835;
	font-weight: 800;
	margin: 0;
	padding: 0 0 10px;
}

.services_container_details h2 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.services_container_details h3 {
	font-size: 24px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.services_container_details figure {
	max-width: 360px;
	/*max-height: 270px;*/
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: left;
	margin: 10px 40px 80px 0;
	padding: 0;
}

.services_container_details figure img {
	max-width: 360px;
	/*max-height: 270px;*/
	vertical-align: middle;
	text-align: center;
}

.services_container_details figure figcaption {
	position: absolute;
	right: 50%;
	bottom: 50%;
	text-align: center;
	background: rgba(255,255,255,0.50);
	border-radius: 500em;
	-webkit-border-radius: 500em;
	padding: 40px;
	transform: translateY(50%) translateX(50%);
	/*opacity: 0.5;*/
}

.services_container_details figure figcaption i:before {
	font-size: 48px;
	color: #1f2835;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.services_container_details .qote_btn_services {
	font-size: 16px;
	color: #fff;
	margin: 0;
	background: #ed1b35;
}

.services_container_details .qote_btn_services:hover {
	font-size: 16px;
	color: #fff;
	background: #1f2835;
}

/*solutions container*/

.solutions_container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.solutions_container h1 {
	font-size: 32px;
	color: #1f2835;
	font-weight: 800;
	margin: 0 0 32px;
	padding: 0;
	text-align: center;
}

.solutions_container article {
	width: 45%;
	float: left;
	margin: 2.5%;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.solutions_container article aside {
	width: 100%;
	margin: 0;
	padding: 40px 40px 0;
	display: table;
}

.solutions_container article h1 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.solutions_container article h1, .solutions_container article h1 a {
	font-size: 24px;
	color: #ed1b35;
	font-weight: 800;
	text-transform: uppercase;
}

.solutions_container article h1 a:hover {
	font-size: 24px;
	color: #1f2835;
}

.solutions_container article em,
.solutions_container article p {
	font-size: 16px;
	color: #1f2835;
	font-weight: 500;
	margin: 10px 0 20px;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	height: 91px;
}

.solutions_container article figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*
	background: linear-gradient(to top, transparent, #ffffff 85%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom, transparent, #ffffff 85%, #ffffff 100%);
	*/
	
	/*
	background: linear-gradient(to top, transparent, #ffffff 90%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom, transparent, #ffffff 90%, #ffffff 100%);
	*/
}

.solutions_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.solutions_container article figure img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

/*solutions container details*/

.solutions_container_details {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.solutions_container_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.solutions_container_details figure,
.solutions_container_details aside {
	display: inline-block;
	vertical-align: middle;
}

.solutions_container_details figure {
	max-width: 580px;
	max-height: 300px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.solutions_container_details figure img {
	max-width: 580px;
	max-height: 300px;
	vertical-align: middle;
	text-align: center;
}

.solutions_container_details aside {
	width: 575px;
	margin: 0 40px 0 0;
}

.solutions_container_details h1 {
	font-size: 32px;
	color: #ed1b35;
	font-weight: 800;
	margin: 0;
	padding: 0 0 10px;
}

.solutions_container_details h2 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.solutions_container_details h3 {
	font-size: 24px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.solutions_container_details ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.solutions_container_details ul li:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 10px;
	width: 5px;
	height: 5px;
	background: #1f2835;
	border-radius: 500em;
	-webkit-border-radius: 500em;
}

.solutions_container_details ul li {
	font-size: 18px;
	color: #1f2835;
	font-weight: 700;
	border-bottom: 1px solid #ed1b35;
	display: table;
	position: relative;
	padding: 0;
	margin: 0 0 10px 20px;
}

.solutions_container_details ul li:last-of-type {
	margin-bottom: 0;
}

.solutions_container_details .qote_btn_services {
	font-size: 16px;
	color: #fff;
	margin: 0;
	background: #1f2835;
}

.solutions_container_details .qote_btn_services:hover {
	font-size: 16px;
	color: #fff;
	background: #ed1b35;
}

/*references container*/

.references_container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.references_container h1 {
	font-size: 24px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 33px;
	padding: 0;
	text-align: center;
}

/*
.references_container article {
	width: 400px;
	float: left;
	margin: 0 0 80px;
	padding: 0 0 40px;
	transition: all .3s linear;
}
*/

.references_container article {
	width: 360px;
	float: left;
	margin: 0 60px 80px 0;
	padding: 0 0 40px;
	transition: all .3s linear;
	min-height: 613px;
}

.references_container article:nth-of-type(3n) {
	margin-right: 0;
}

.references_container article:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	position: relative;
	z-index: 250;
}

.references_container article figure:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,40,53,0.20);
	transition: all .3s linear;
}

.references_container article figure:hover:before,
.references_container article:hover figure:before {
	background: transparent;
}

.references_container article figure {
	max-width: 360px;
	max-height: 360px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	transition: all .3s linear;
	
	float: none;
	margin: 0;
	padding: 0;
}

.references_container article figure img {
	max-width: 360px;
	max-height: 360px;
	vertical-align: middle;
	text-align: center;
}

.references_container article h1 {
	margin: 33px 0 9px;
	padding: 0 40px;
	text-align: left;
	line-height: 26px;
	overflow: hidden;
	height: 55px;
}

.references_container article h1, .references_container article h1 a {
	font-size: 22px;
	color: #ed1b35;
	font-weight: 700;
	text-transform: none;
}

.references_container article h1 a:hover {
	font-size: 22px;
	color: #1f2835;
}

.references_container article em {
	font-size: 14px;
	color: rgba(31,40,53,0.85);
	font-weight: 400;
	margin: 0 0 11px;
	padding: 0 40px;
	text-align: left;
	line-height: 18px;
	overflow: hidden;
	height: 56px;
}

.references_container .clients_url_link {
	font-size: 16px;
	color: #1f2835;
	font-weight: 500;
	text-decoration: underline;
	margin: 0 40px;
	padding: 2px 0 5px 34px;
	background: url("../img/url-link-icon-black.png") no-repeat center left;
	display: block;
	max-height: 49px;
	overflow: hidden;
}

.references_container .clients_url_link:hover {
	font-size: 16px;
	color: #ed1b35;
}

.references_container .clients_url_link:empty {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.references_container .clients_url_link:blank {
	display: none;
	opacity: 0;
	visibility: hidden;
}

/*references container details*/

.references_container_details {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.references_container_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.references_container_details figure,
.references_container_details aside {
	display: inline-block;
	vertical-align: middle;
}

.references_container_details figure {
	max-width: 400px;
	max-height: 400px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0 40px 0 0;
	padding: 0;
}

.references_container_details figure img {
	max-width: 400px;
	max-height: 400px;
	vertical-align: middle;
	text-align: center;
}

.references_container_details aside {
	width: 755px;
}

.references_container_details h1 {
	font-size: 32px;
	color: #1f2835;
	font-weight: 800;
	margin: 0;
	padding: 0 0 10px;
}

.references_container_details h2 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.references_container_details h3 {
	font-size: 24px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.references_container_details dl {
	width: auto;
	margin: 0 0 20px;
	padding: 0;
	display: table;
}

.references_container_details dl div {
	width: auto;
	display: table;
}

.references_container_details dl dt,
.references_container_details dl dd {
	font-size: 14px;
	color: rgba(0,0,0,0.75);
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.references_container_details dl dt {
	font-weight: 500;
	min-width: 120px;
}

.references_container_details dl dd {
	font-weight: 700;
	color: #1f2835;
	text-decoration: underline;
}

.references_container_details ul.tech_icons_work {
	list-style: none;
	margin: 0 0 20px;
	padding: 10px 20px;
	display: table;
	background: #ed1b35;
}

.references_container_details ul.tech_icons_work li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
}

.references_container_details ul.tech_icons_work li img {
	max-height: 64px;
	display: flex;
}

.references_container_details .clients_url_link {
	font-size: 18px;
	color: #1f2835;
	font-weight: 700;
	text-decoration: underline;
	margin: 0;
	padding: 2px 0 5px 34px;
	background: url("../img/url-link-icon.png") no-repeat center left;
	display: table;
}

.references_container_details .clients_url_link:hover {
	font-size: 18px;
	color: #ed1b35;
}

.references_container_details article p:empty {
	display: none;
}

/*blog container*/

.blog_container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.blog_container aside {
	width: 880px;
	float: left;
	margin: 0;
	padding: 0;
}

.blog_container article {
	width: 100%;
	margin: 0 0 40px;
	padding: 0 0 40px;
	display: table;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.blog_container article:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}

.blog_container article figure {
	max-width: 880px;
	max-height: 380px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.blog_container article figure img {
	max-width: 880px;
	max-height: 380px;
	vertical-align: middle;
	text-align: center;
}

.blog_container article section {
	width: 90%;
	margin: -10% auto 0;
	padding: 40px;
	display: table;
	background: #fff;
	position: relative;
}

.blog_container article h1 {
	margin: 0 0 6px;
	padding: 0;
}

.blog_container article h1, .blog_container article h1 a {
	font-size: 28px;
	color: #1f2835;
	font-weight: 700;
}

.blog_container article h1 a:hover {
	font-size: 28px;
	color: #ed1b35;
}

.blog_container article em, .blog_container article p {
	font-size: 17px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	margin: 0 0 25px;
	padding: 0;
}

.blog_container article div {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.blog_container article time,
.blog_container article div a {
	font-size: 14px;
	color: #1f2835;
	font-weight: 700;
	margin: 0 15px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.blog_container article div a {
	color: #ed1b35;
	text-decoration: underline;
}

.blog_container article div a:hover {
	color: #000;
}

/*blog container details*/

.blog_container_details {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.blog_container_details article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.blog_container_details h1 {
	font-size: 32px;
	color: #ed1b35;
	font-weight: 800;
	margin: 0 0 35px;
	padding: 0;
}

.blog_container_details h2 {
	font-size: 28px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.blog_container_details h3 {
	font-size: 24px;
	color: #1f2835;
	font-weight: 700;
	margin: 0;
	padding: 0 0 5px;
}

.blog_container_details div {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.blog_container_details time,
.blog_container_details div a {
	font-size: 16px;
	color: #1f2835;
	font-weight: 700;
	margin: 0 15px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.blog_container_details div a {
}

.blog_container_details div a:hover {
	color: #000;
}

.blog_container_details figure {
	max-width: 660px;
	max-height: 285px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: left;
	margin: 0 40px 40px 0;
	padding: 0;
}

.blog_container_details figure img {
	max-width: 660px;
	max-height: 285px;
	vertical-align: middle;
	text-align: center;
}




/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: 10px solid rgba(0,0,0,0.05);
}

.ecms_gallery_box h1,
.ecms_gallery_box h2 {
	font-size: 20px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
	text-decoration: underline;
}

.ecms_gallery_box p {
	font-size: 15px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 18.6%;
	float: left;
	margin: 20px 20px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(5n) {
	margin-right: 0;
}

.ecms_gallery_box a img {
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 0;
}

.ecms_gallery_box em {
	font-size: 16px;
	color: rgba(0,0,0,0.80);
	font-weight: 600;
	margin: 0;
	padding: 15px 0 0;
	line-height: 22px;
	overflow: hidden;
	height: 60px;
}

/*download*/

.document_category {
	width: 100%;
	margin: 40px 0 0;
	padding: 25px 20px 20px;
	clear: both;
	display: table;
	background: #f5f5f5;
	border-radius: 0;
}

.document_category h1,
.document_category h2 {
	font-size: 16px;
	color: #1f2835;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 20px;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31.4%;
	margin: 0 30px 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	max-height: 67px;
	max-width: 85%;
}

.document_category ul li a:hover {
	font-size: 14px;
	color: #ed1b35;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	margin: 40px 0 0 !important;
	padding: 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 6px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 13px;
	color: #1f2835;
	font-weight: 700;
	margin: 3px 10px 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a,
.blog_container_details div.social_toolbar_inside a {
	display: flex;
	margin: 0;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .3s linear;
	border-radius: 2px;
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	opacity: 0.75;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box #hist {
	float: none;
	clear: both;
	display: table;
	padding-top: 30px;
}

#hist a {
	font-size: 14px;
	color: #1f2835;
	font-weight: 800;
	margin: 0;
	padding: 8px 20px 10px;
	display: table;
	background: #cdcdcd;
	border-radius: 2px;
}

#hist a:hover {
	font-size: 14px;
	color: #fff;
	background: #1f2835;
}

/*FANCYBOX*/

.fancybox-skin {
	background: #fff !important;
}

.fancybox-lock {
	overflow: inherit !important;
}

/*FIGURE IMG GLOBAL*/

figure img {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

figure img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}













