@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {}
@font-face {
font-family: 'trebuc';
src: url('../fonts/trebuc.eot');
src: url('../fonts/trebucd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/trebuc.woff') format('woff'),
url('../fonts/trebuc.ttf') format('truetype'),
url('../fonts/trebuc.svg#trebuc') format('svg');
}

/*---------------------------------*/
img{
max-width:100%;
}
body{
font-family:trebuc,tahoma;
font-size:14px;
color:#333;
}
*:focus, input:focus{
outline: 0;
}
@media screen and (min-width: 1200px) {
.wrapper{
width:1170px;
margin:0 auto;
position:relative;
}
}

/*NAV*/
/* line 491, ../sass/style.scss */
#n-menu {
  display: none;
  margin-top: -45px;
}

/* line 494, ../sass/style.scss */
#pc-n-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 494, ../sass/style.scss */
  #pc-n-menu {
    display: block;
  }
}
/* line 2, ../sass/_nav.scss */
.nav {
position: relative;
float: right;
font-size: 15px;
z-index: 10;
display: inline-block;
/*text-transform: uppercase;*/
height: 15px;
}

/* line 11, ../sass/_nav.scss */
.nav ul {
padding: 0;
margin: 0 auto;
/*width: 600px;
height: 40px;*/
}

/* line 17, ../sass/_nav.scss */
.nav li {
display: inline;
float: left;
font-family: 'trebuc';
font-size: 20px;
}

/* line 23, ../sass/_nav.scss */
.nav li.disable a {
display: inline;
float: left;
cursor: default;
}

/* line 28, ../sass/_nav.scss */
.nav ul#n-menu li ul.sub-menu a {
display: inline;
float: left;
cursor: pointer;
}

/* line 33, ../sass/_nav.scss */
.nav a {
color: #FFF;
display: inline-block;
text-align: center;
text-decoration: none;
padding-left: 35px;
letter-spacing:1px;
}

/* line 40, ../sass/_nav.scss */
.nav li:last-child a {
border-right: 0;
}

/* line 43, ../sass/_nav.scss */
.nav a:hover, nav a:active {
/*background-color: #8c99a4;*/
color: #fff100;
}

/* line 47, ../sass/_nav.scss */
.nav a#pull {
display: none;
}

@media screen and (max-width: 991px) {
/* line 51, ../sass/_nav.scss */
.nav {
height: auto;
float: none;
width: 100%;
}

/* line 56, ../sass/_nav.scss */
.nav li {
display: block;
float: none;
width: 100%;
}

/* line 61, ../sass/_nav.scss */
.nav li a {
margin-bottom:1px;
padding:15px 20px;
font-size: 16px;
text-align: center;
letter-spacing:2px;
}

/* line 66, ../sass/_nav.scss */
.nav a {
text-align: left;
width: 100%;
background-color:rgba(170, 28, 27, 0.9);
}

/* line 71, ../sass/_nav.scss */
.nav ul {
display: none;
height: auto;
}

/* line 75, ../sass/_nav.scss */
.nav a#pull {
font-size: 20px;
display: inline-block;
background-color: #777;
width: 45px;
height: 40px;
position: relative;
float: right;
}

/* line 84, ../sass/_nav.scss */
.nav a#pull:after {
width: 45px;
height: 40px;
display: inline-block;
position: absolute;
right: 15px;
top: 5px;
float: right;
}

/* line 93, ../sass/_nav.scss */
.nav-ctrl {
margin: 0;
padding: 0;
height: 0;
position: absolute;
/* width: 100%; */
left: 0;
top: 163px;
}
}
/*NEW NAV*/
@media screen and (min-width: 992px) {
.nav ul {
padding: 0;
margin: 45px auto;
}
.nav a {
color: #FFF;
display: inline-block;
text-align: center;
text-decoration: none;
padding-left: 0px;
}
.nav-min li a {
color: #90278E;
padding-top: 23px;
}
.nav-min li a:hover {
color: #90278E !important;
border-bottom: 1px #90278E solid !important;
}
.nav-box {
display: inline-block;
position: absolute;
right: -15px;
}
.nav ul#n-menu li ul.sub-menu {
visibility: hidden;
position: absolute;
top: -10px;
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0px 5px 10px 0px;
z-index: 20;
height: 0;
}
.nav ul#n-menu li:hover ul.sub-menu {
visibility: visible;
position: absolute;
top: 15px;
left: 0;
right: 0;
opacity: 1;
z-index: 20;
height: auto;
min-height: 30px;
}
.nav ul#n-menu li ul.sub-menu li {
width: auto;
position: relative;
top: 55px;
}
.nav ul#n-menu li ul.sub-menu a {
padding: 0;
/*margin-bottom:1px;*/
border-bottom: #FFF 1px solid;
padding: 5px 5px 10px 10px;
text-align: left;
background: #777;
min-width: 135px !important;
font-size: 17px;
color: #FFF;
border-radius: 0px;
max-height: 36px;
width: 110px;
}
.nav ul#n-menu li ul.sub-menu a:hover {
background: #ef3b24;
}
ul#n-menu li {
position: relative;
}
ul#n-menu li #n-menu li i.fa {
display: none;
}
ul#n-menu li #n-menu li a:hover {
border-bottom: 1px #FFF solid;
color: #16407a;
padding-bottom: 1px;
}
ul#n-menu li #n-menu li a .active {
border-bottom: 1px #FFF solid;
color: #FFF;
padding-bottom: 1px;
}
}
@media screen and (min-width: 992px) {
#n-menu li.home-nav .active {
border-bottom: 1px #FFF solid;
}
#n-menu li .active {
border-bottom: 1px #90278E solid;
}
}
@media screen and (min-width: 991px) {
button.lines-button {
display: none;
}
}
#pc-n-menu li{
margin-left:40px;
}
#pc-n-menu li:last-child{
margin-right:15px;
}
@media screen and (max-width: 991px) {
.lines-button {
display: inline-block;
padding: 10px 20px;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
cursor: pointer;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
background: none;
border:none;
border-radius: 5px;
position: absolute;
right: 0;
top: 37px;
z-index:2000;
}
.lines-button:hover {
opacity: 1;
}
.lines-button:active {
-moz-transition: 0;
-o-transition: 0;
-webkit-transition: 0;
transition: 0;
background: rgba(0, 0, 0, 0.1);
}
.lines {
display: inline-block;
width: 3rem;
height: 0.42857rem;
background: #fff;
-moz-transition: 0.2s;
-o-transition: 0.2s;
-webkit-transition: 0.2s;
transition: 0.2s;
position: relative;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
/*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines:before, .lines:after {
display: inline-block;
width: 3rem;
height: 0.42857rem;
background: #fff;
-moz-transition: 0.2s;
-o-transition: 0.2s;
-webkit-transition: 0.2s;
transition: 0.2s;
position: absolute;
left: 0;
content: '';
-moz-transform-origin: 0.21429rem center 50%;
-ms-transform-origin: 0.21429rem center 50%;
-webkit-transform-origin: 0.21429rem center 50%;
transform-origin: 0.21429rem center 50%;
}
.lines:before {
top: 0.75rem;
}
.lines:after {
top: -0.75rem;
}
.lines-button.x.closed .lines {
/*hide the middle line*/
background: transparent;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
/*overlay the lines by setting both their top values to 0*/
}
.lines-button.x.closed .lines:before, .lines-button.x.closed .lines:after {
-moz-transform-origin: 50% 50% 50%;
-ms-transform-origin: 50% 50% 50%;
-webkit-transform-origin: 50% 50% 50%;
transform-origin: 50% 50% 50%;
top: 0;
width: 3rem;
}
.lines-button.x.closed .lines:before {
-moz-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.closed .lines:after {
-moz-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
}
}
/*END NAV*/

.header-bar{
padding-top:15px;
padding-bottom:15px;
position:absolute;
z-index:1000;
}
.logo{
padding-top:10px;
}
.logo img{
max-width:160px;
width:100%;
}
.obj-fit{
height: 110px;
width: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.item .caption{
position:absolute;
bottom:100px;
left:0px;
width:100%;
min-height:155px;
max-width:100%;
padding:20px;
color:#fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.item .caption h2{
font-size:70px;
margin:0;
margin-bottom:10px;
font-weight:bold;
text-transform:uppercase;
line-height:65px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.item .caption p{
margin:0;
line-height:24px;
font-size:20px;
}
#owl-demo2 .item .caption{
position:absolute;
bottom:-15px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width:100%;
color:#fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#owl-demo2 .item .caption h1{
text-align:center;
margin:0;
font-size:50px;
font-weight:bold;
letter-spacing:2px;
}
.cms-area{
margin:15px 0;
}
.cms-area img{
max-width:100%;
}
.cms-area table{
max-width:100%;
}
.cms-area h3{
margin:0;
font-weight:bold;
margin-bottom:10px;
font-size:24px;
}
.cms-area p{
line-height:28px;
font-size:16px;
}
.cms-area iframe{
max-width:100%;
}
.cms-area video{
max-width: 100%;
}
.red-line{
height:3px;
width:100%;
background:#aa1c1b;
}
.footer-box{
width: 100%;
min-height: 65px;
bottom:0;
background-color: #333;
}
.footer-fix{
min-height: 65px;
}
.copyright{
text-align:right;
font-size:11px;
color:#fff;
padding:13px 15px;
line-height:18px;
text-transform:uppercase;
background-color: #333;
}
.send-btn {
color: #fff;
background-color: #AA1C1B;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.send-btn:hover {
color: #fff;
background-color: #7B2827;
}
.contact-us{
padding-top:20px;
}
.product-area ul li{
width:49.5%;
display:inline-block;
margin-top:10px;
margin-bottom:10px;
border:1px #AA1C1B dashed;
border-radius:3px;
}
.product-caption{
background:#757575;
text-align:center;
color:#fff;
padding:10px 0;
border-radius:0 0 3px 3px;
}
.randomtext { 
    text-align: center;
    background-color:#DDD;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: bold;
	border-radius: 4px;
}
.randomtext #textcap { padding-right:10px; }
@media screen and (max-width: 1024px) { /*Fix iPad*/
.footer-fix{
min-height: 0px;
}
.footer-box{
width: 100%;
min-height: 65px;
position:relative;
bottom:0;
background-color: #333;
}
}
@media screen and (max-width: 991px) {
.cms-area h3{
margin-top:15px;
}
.item .caption{
/*bottom:15px;*/
top:-350px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.item .caption h2{
font-size:30px;
line-height:normal;
}	
}
@media screen and (max-width: 767px) {
.product-area ul li{
width:100%;
}
.sample-cms{
padding:0;
}
}