@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 22px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 3.3em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.7em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#003049;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#bf271d;
}

::-moz-selection { background: rgba(191,39,29,.7); color: #fff; }
::selection { background: rgba(191,39,29,.7); color: #fff; }

.dred-col{color:#721c1d;}
.dred-bg{background:#721c1d;}
.dblue-col{color:#003049;}
.dblue-bg{background:#003049;}

.txt-edit .dred-col{color:#721c1d !important;}
.txt-edit .dred-bg{background:#721c1d !important;}
.txt-edit .dblue-col{color:#003049 !important;}
.txt-edit .dblue-bg{background:#003049 !important;}

menu{
	margin: 0;
}

header{
	width: 100%;
	position: relative;
	z-index: 999;
	padding: 20px 0;
    background: rgb(114,28,29); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(114,28,29,1) 0%, rgba(192,40,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(114,28,29,1) 0%,rgba(192,40,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(114,28,29,1) 0%,rgba(192,40,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#721c1d', endColorstr='#c0281d',GradientType=0 ); /* IE6-9 */
}

header ul{
	float: left;
}

header ul li{
	float: left;
	position: relative;
}



header ul li a{
	display: block;
	padding: 20px 30px;
	text-align: center;
    cursor: pointer;
	text-transform: uppercase;
	color: #fff;
}

header ul li a.active{
	background: #721c1d;
	font-weight: 900;
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top:20px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: rgb(114,28,29); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(114,28,29,1) 0%, rgba(192,40,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(114,28,29,1) 0%,rgba(192,40,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(114,28,29,1) 0%,rgba(192,40,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#721c1d', endColorstr='#c0281d',GradientType=0 ); /* IE6-9 */
	transition: 1s 0.4s;
	width: 100%;
	height: 100%;
	font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}

.master-slider .ms-layer{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.15em;
}

.master-slider .pat{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	z-index: 2;
}



section.bg{
	background: #dadae2 url(../img/bg.jpg) top no-repeat;
}



/* PARALLAX SECTION IS HERE */
#prlx{
	background: url(../img/prlx-bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	position:relative;
	background-size: cover;
}

#prlx .container{
	position:relative;
	z-index:2;
}

.listsolutions a{
	display: block;
	position: relative;
}

.listsolutions .img-bg{
	width: 100%;
	padding: 30% 0;
}

.listsolutions a .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	text-align: center;
	background: rgba(255,255,255,.7);
	box-sizing: border-box;

	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}

.listsolutions a:hover .overlay{
	background: rgba(114,28,29,.85);
	color: #fff;
}

.slider-nav .img-bg{
	width: 100%;
	padding: 50% 0;
}

.slider-for .slick-slide,
.slider-nav .slick-slide{
	padding: 0 15px;
}

.slider-nav .slick-slide div.border{
	padding: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}
.slider-nav .slick-slide.slick-active div.border{
	border: 1px solid #bf271d;
}

.abouttxt{
	padding: 45px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.insideimg .img-bg{
	width: 100%;
	padding: 12% 0;
}

.insideimg .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: rgba(0,0,0,.3);
}

.categhd, .controls{
	text-align: center !important;
}

.categhd a,
.controls button{
	display: inline-block;
	padding: 10px 25px;
	border: none;
	outline: none;
	font-size: inherit;
	cursor: pointer;
}

.controls button.mixitup-control-active,
.categhd a.active,
.contactform input[type="submit"]{
	background: rgb(114,28,29); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(114,28,29,1) 0%, rgba(191,39,29,1) 50%, rgba(114,28,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(114,28,29,1) 0%,rgba(191,39,29,1) 50%,rgba(114,28,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(114,28,29,1) 0%,rgba(191,39,29,1) 50%,rgba(114,28,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#721c1d', endColorstr='#721c1d',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.contactform input[type="submit"]:hover{
	background: rgb(114,28,29); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(114,28,29,1) 0%, rgba(114,28,29,1) 50%, rgba(114,28,29,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(114,28,29,1) 0%,rgba(114,28,29,1) 50%,rgba(114,28,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(114,28,29,1) 0%,rgba(114,28,29,1) 50%,rgba(114,28,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#721c1d', endColorstr='#721c1d',GradientType=0 ); /* IE6-9 */
}

.categlist{
	background: #fff;
}

.categlist .categhd{
	background: #f0f0f5;
	padding: 10px 20px;
}

.categlist .controls {
	padding: 20px;
}

.categlist .controls button{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.filtercontainer a{
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
}

.filtercontainer figure{
	background: #ebebeb;
	margin: 0;
}

.filtercontainer figure .img-bg{
	width: 100%;
	padding: 50% 0;
}

.filtercontainer .row.pad-15{
	text-align: center;
	font-size: .9em;
}

.address > div{
	background: url(../img/globe.png) top no-repeat;
	padding: 17% 0 5% 0;
}

.address > div span[class^="icon-"]{
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	font-size: 1.3em;
	border: 1px solid #000;
}


footer{
	background: #003049;
	color: #fff;
}

footer a{
	color: #fff;
}

footer .row > ul > li{
	padding: 5px 0;
	border-bottom: 1px solid #2f61b3;
}

footer .row > ul > li ul{
	padding: 0 0 0 25px;
	margin: 5px 0;
}

footer .fttitle{
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

footer .fttitle:after{
	width: 45px;
	height: 4px;
	background: #2f61b3;
	position: absolute;
	top: 100%;
	margin-top: 8px;
	left: 0;
	content: "";
}

footer .sign{
	background: #181818;
	padding: 15px 0;
	font-size: .85em;
}

footer .map iframe{
	width: 100% !important;
	height: 300px !important;
}



.displaynone
{
	display:none
}
.captcha-error
{
	color:red;
	font-size:12px;
}
.FormResult
{
	color:green;
	font-size:14px;
	padding-top:5px;
}
.vError
{
	border:1px solid red !important
}
.filter
{
	filter: brightness(0) invert(1);
}
.no-pd p
{
	padding:0 !important;
	margin:0 !important
}
.products-description
{
	width:80%;
	margin:0 auto;
	padding:50px 0;
}
.products-description table
{
	width:100%
}



.products-description table
{
	width:100% !important;
	border:0 !important;
	border-spacing:2px !important;;
}

.products-description tr
{
	width:50% !important;
	border:0 !important;
}

.products-description tr td
{
    background: rgba(218,218,226,.5);
    padding: 10px;
	width:30%;border:0 !important;
	text-align:right
}


.products-description tr td:nth-child(2n+2)
{
	background: rgba(218,218,226,.7);
	text-align:left;
	width:70%
}
.mw-100
{
	max-width:100%
}
.products_details table
{
	width:100%;
}.products_details table
{
	width:100%;
}table, td, th {
  border: 1px solid black;
  padding:5px;
}
