@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../../fonts/futuran-webfont.eot');
    src: url('../../fonts/futuran-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/futuran-webfont.woff') format('woff'),  url('../fonts/futuran-webfont.ttf') format('truetype'),  url('../fonts/futuran-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0px;
    padding: 0px;
}
/****************************************************************************
 Topband start here
*****************************************************************************/
.TopBandMain {
    top: 0px;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    z-index: 99999 !important;
}
.logorow {
    background-color: #1d1f1e;
    height: 43px;
}
.logo_menucontainer {
    max-width: 998px;
    margin: 0px auto;
    border: 0px solid #BC171A;
}
.logo {
    text-align: left;
    margin-left: -10px;
}
.menurow {
    background: rgba(29, 31, 30, 0.84);
}
.loginchatmain {
    margin: 0px auto;
    text-align: center;
}
.loginchat {
    padding-top: 9px;
}
.textyellow12 {
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    color: #f9d421;
    text-decoration: none;
}
.textyellow12 a {
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    color: #f9d421;
    text-decoration: none;
}
.textyellow12 a:hover {
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.textgray12 {
    padding-top: 11px;
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    color: #737373;
    text-decoration: none;
    text-align: right;
}
.icons {
    margin-right: 50px;
}
/****************************************************************************
 header banner
*****************************************************************************/
#main-slider {
    width: 100%;
    height: 600px;
    position: relative;
}
#content-slider {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
#content-slider ul {
    padding: 0;
    list-style: none;
    position: relative;
}
#content-slider ul li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#slider-overlay {
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 80;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.slider-heading {
    margin: 0;
    padding: 0;
}
.caption-yellow {
    background: #f9d421;
    font-family: 'futura_bk_btbook';
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 10px;
}
.caption-white {
    background: #fff;
    padding: 10px 10px;
}
.caption-black {
    background: #131516;
    font-family: 'futura_bk_btbook';
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    padding: 10px 20px 0px 20px;
}
.textreadmore {
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    color: #f9d421;
    text-align: right;
    line-height: 30px;
    border-top: solid 1px #bdbec0;
}
.textblack36 {
    font-family: 'futura_bk_btbook';
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
#header-banner {
    margin-bottom: 40px;/*background: url(../img/header-banner.jpg) center 0 no-repeat;*/
}
.banner-overlay {
    padding: 20px 0;
    background: rgba(235, 235, 235, 0.8);
}
#header-banner h1 {
    color: #474747;
    margin: 0;
}
#home-page {
    position: relative;
    z-index: 92;
    margin-top: -300px;
}
#page {
    margin-bottom: 10px;
}
/****************************************************************************
Products Boxes
*****************************************************************************/
.productsboxes {
    max-width: 998px;
    margin: 20px auto;
}
.textblack22 {
    font-family: 'futura_bk_btbook';
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.textblack26 {
    font-family: 'futura_bk_btbook';
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
}
.proboxdesc {
    font-family: 'futura_bk_btbook';
    font-size: 13px;
    color: #000;
    line-height: 15px;
}
.viewall {
    padding: 10px 0px;
}
.products .prodImg {
    position: relative;
    overflow: hidden
}
.products .prodImg .details {
    background: rgba(249,212,33,0.90);
    ;
    bottom: 0;
    height: 41px;
    padding: 5px 10px 10px 10px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.products .prodImg:hover {
    cursor: pointer
}
.products .prodImg:hover .details {
    height: 70%;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    cursor: pointer
}
/****************************************************************************
Testimonials panel
*****************************************************************************/
.testimonialsbox {
    border-top: solid 0px #000;
    background: url(../../img/testimonials_bg.jpg) no-repeat center top #050605;
    padding: 25px 0px;
}
.testimonials_content {
    max-width: 998px;
    margin: 0px auto;
}
.text_testimonils_head {
    font-family: 'futura_bk_btbook';
    font-size: 22px;
    color: #bcbdbf;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.text_testimonils_desc {
    font-family: 'futura_bk_btbook';
    font-size: 13px;
    color: #bcbdbf;
    line-height: 20px;
}
.text_yellow14 {
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    color: #f5d015;
    text-decoration: none;
}
.text_darkgray13 {
    font-family: 'futura_bk_btbook';
    font-size: 13px;
    color: #606060;
    text-decoration: none;
}
.dashed_border {
    background: url(../../img/dashed_border.png) repeat-x center center;
    padding: 10px 0px;
}
/****************************************************************************
Content area start here
*****************************************************************************/
.contentarea {
    max-width: 998px;
    margin: 20px auto 30px auto;
}
.principalbox {
    background: #f3f3f3;
    border: solid 1px #a7a7a7;
    padding: 5px 10px 10px 10px;
}
.plantlocation {
    background: #eeeeee;
    padding: 5px 10px 10px 10px;
    margin-top: 20px;
}
.newsbox {
    background: #fff;
    border: solid 1px #a7a7a7;
    padding: 5px 10px 10px 10px;
}
.eventsbox {
    background: #fff;
    border: solid 1px #a7a7a7;
    padding: 5px 10px 10px 10px;
    margin-top: 20px;
}
.text_boxesheading {
    font-family: 'futura_bk_btbook';
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}
#slideshow {
    position: relative;
    height: 80px;
    margin: 0px auto;
    text-align: center;
}
#slideshow IMG {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 8;
    opacity: 0.0;
    transform: translateX(-50%);
}
#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshow IMG.last-active {
    z-index: 9;
}
.text_newsdesc {
    font-family: 'futura_bk_btbook';
    font-size: 13px;
    color: #000;
    text-decoration: none;
    line-height: 20px;
}
.facebookbox {
    margin: 0px;
    padding: 0px;
}
.newslettersbox {
    background: #f9d421;
    padding: 10px 10px 10px 10px;
    margin-top: 20px;
}
.text_newsletterhead {
    font-family: 'futura_bk_btbook';
    font-size: 17px;
    color: #222222;
    padding-bottom: 5px;
}
.textfield_newsletter {
    background: #fff;
    border: solid 1px #b9b9b9;
    border-radius: 5px;
    font-family: 'futura_bk_btbook';
    font-size: 13px;
    color: #222222;
    width: 100%;
    padding: 8px 5px;
}
.newsletter_btn {
    background: #222222;
    border: solid 0px #b9b9b9;
    border-radius: 20px;
    font-family: 'futura_bk_btbook';
    font-size: 13px;
    color: #fff;
    width: 35px;
    height: 35px;
}
/****************************************************************************
Inner pages start here
*****************************************************************************/
.topbandinner {
    background: url(../../img/topbandinner.jpg) no-repeat center top;
    margin: 0px;
    height: 145px;
}
.topbandinner_heading {
    width: 998px;
    margin: 0px auto;
    font-family: 'futura_bk_btbook';
    color: #f9d421;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 100px;
}
.text_subheading {
    font-family: 'futura_bk_btbook';
    color: #f8f8f8;
    font-size: 22px;
    text-transform: capitalize;
}
.text_subsubheading {
    font-family: 'futura_bk_btbook';
    color: #ECECEC;
    font-size: 17px;
    text-transform: capitalize;
}
.textblue16 {
    font-family: 'futura_bk_btbook';
    color: #0e2a62;
    font-size: 16px;
}
.collage_inner {
    max-width: 998px;
    margin: 0px auto;
    padding: 0px;
}
.contentareainner {
    max-width: 998px;
    margin: 20px auto 30px auto;
}
.textblackcontent {
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 20px;/*text-align: justify;	*/
}
.textblackcontent ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}
.textblackcontent ul li {
    list-style: disc;
    margin: 0px 0px 0px 12px;
    padding: 7px 0px 7px 0px;
    line-height: 16px;
}
.footerbanner {
    margin: 0px auto;
}
.row1 {
    background: #3d4044;
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.row2 {
    background: #dcdddd;
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.bottomimages {
    margin: 0px;
    padding: 0px;
}
/****************************************************************************
Footer css start here
*****************************************************************************/
.footermenu {
    background: #f9d421;
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    color: #545454;
    text-decoration: none;
    text-align: center;
    padding: 12px 0px 1px 0px;
    line-height: 20px;
}
.footermenu a {
    font-size: 12px;
    color: #545454;
    text-decoration: none;
    padding: 0px 3px;
}
.footermenu a:hover {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.copyright {
    background: #1d1f1e;
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    color: #737373;
    text-decoration: none;
    text-align: center;
    padding: 13px 0px 13px 0px;
}
/****************************************************************************
news css start here
*****************************************************************************/
.news-content {
    width: 100%;
    height: 300px;
    border: 1px #f00 solid;
}
.col-sm-4, .col-sm-12 strong {
    color: #8f8f8f;
}
.col-sm-4, .col-sm-12 > span {
    font-size: 13px;
}
.col-sm-4 > a {
    color: #000;
    text-decoration: underline;
}
.col-sm-4 > a:hover {
    color: #8f8f8f;
}
.bott-area {
    width: 100%;
    height: 25px;
    border-bottom: 1px #000 dotted;
    margin-bottom: 25px;
}
.empty {
    width: 100%;
    height: 60px;
    float: left;
}
/****************************************************************************
photographs css start here
*****************************************************************************/	
.photograph {
    width: 100%;
    height: auto;
    margin-bottom: 28px;
}
.topimg-head {
    color: #000;
    font-size: 17px;
    background: #e9e9e9;
    border-bottom: 3px #bbbbbb solid;
    height: 53px;
    line-height: 53px;
}
.topimg-head > a {
    color: #000;
    font-size: 17px;
    background: #e9e9e9;
    /*height: 53px;
    line-height: 53px;*/
    padding-left: 20px;
    text-decoration: none;
}
.topimg-head > a:hover {
    color: #666;
    text-decoration: none;
}
.topimg-head img {
    float: right;
    margin: 13px 20px;
}
.photo-empty {
    /*height:32px;*/
    float: right;
}
.sub-text {
    font-size: 17px !important;
    padding-left: 20px !important;
}
.care-head {
    color: #fff;
    font-size: 14px;
    background-color: #161616;
    padding: 12px 14px;
    border-bottom: 1px solid #fff;
}
.care-head2 {
    color: #fff;
    font-size: 14px;
    background-color: #161616;
    padding: 12px 14px;
    border: 1px solid #ccc;
}
.col-text {
}
.col-text td {
    color: #000;
    font-size: 14px;
    background-color: #fff;
    padding: 12px 14px;
    border: 1px solid #ccc;
    width: 0px !important;
}
.click-heaad {
    font-size: 14px;
    font-weight: bolder;
    color: #000;
    text-decoration: none;
}
.row1 {
}
.row1 td {
    color: #000;
    font-size: 14px;
    background-color: #f4eac7;
    padding: 12px 14px;
    border-bottom: 1px solid #fff;
}
.cont {
    height: 82px;
    width: 100%;
    background: #f4f1e9;
    padding: 12px 15px;
    margin-bottom: 10px;
}
.cont strong {
    color: #000;
}
.add b {
    color: #1758a1;
}
.add > span {
    font-size: 13px;
}
.add {
    margin: 25px 17px 0 15px;
}
.cont-empty {
    width: 98%;
    height: 15px;
    border-bottom: 1px #5d5d5b solid;
    margin-left: 1.4%;
}
.our-add {
    margin: 15px 0 0 15px;
}
.our-add > span {
    font-size: 13px;
    color: #000;
}
.enq {
    float: right;
    color: #757575;
    margin-top: -15px;
}
.enq a {
    color: #757575;
    font-style: italic;
    font-size: 13px;
    text-decoration: none;
}
.our-enq span {
    font-size: 14px;
    color: #000;
}
.our-enq a {
    font-size: 14px;
    color: #000;
}
.enq-empty {
    height: 25px;
}
.enq > span {
    font-style: italic;
}
.our-enq > img {
    margin: 4px 8px 8px;
}
.testo-line {
    width: 100%;
    height: 20px;
    border-bottom: 1px #666 dotted;
    margin-bottom: 20px;
}
.testo-form {
    width: 100%;
}
.testo-form span {
    font-size: 17px;
}
.form-area {
    width: 100%;
    margin-top: 15px;
}
.form-area span {
    font-size: 14px;
    font-style: italic;
}
.form-area input {
    width: 380px;
    height: 34px;
    border-radius: 3px;
    border: 1px #ccc solid;
    margin-left: 105px;
    background: #f0f0f0;
}
.test-area {
    width: 380px;
    height: 34px;
    border-radius: 3px;
    border: 1px #ccc solid;
    margin-left: 105px;
    background: #f0f0f0;
    height: 92px;
}
.purch-text {
    color: #000;
}
.yes-butt {
    width: 85px;
    height: 30px;
    background: #112c63;
    border: none;
    color: #fff;
    margin-right: 15px;
}
.main-area {
    background: #dddddd;
}

/****************************************************************************
Media Screen css start here
*****************************************************************************/
@media screen and (max-width : 800px) {
.productsboxes {
    max-width: 96%;
    margin: 20px auto;
}
.textblack26 {
    font-family: 'futura_bk_btbook';
    font-size: 19px;
}
.products .prodImg .details {
    height: 33px;
    padding: 5px 10px 10px 10px;
}
.products .prodImg:hover .details {
    height: 33px;
    cursor: pointer
}
.testimonials_content {
    max-width: 96%;
    margin: 0px auto;
}
.contentarea {
    max-width: 96%;
    margin: 20px auto 30px auto;
}
.contentareainner {
    max-width: 96%;
    margin: 20px auto 30px auto;
}
.text_newsletterhead {
    font-size: 14px;
}
.newslettersbox {
    padding: 10px 5px 10px 5px;
}
.topbandinner_heading {
    width: 96%;
    margin: 0px auto;
}
.topimg-head {
    padding-left: 23px;
}
.btn-default {
    width: 116px !important;
}
}

@media screen and (max-width : 640px) {
.collage {
    margin-top: 120px;
}
.logorow {
    height: 120px;
}
.textgray12 {
    text-align: center;
}
.logo {
    text-align: center;
    margin: 0px auto;
}
.icons {
    float: left;
}
.productsboxes {
    max-width: 90%;
    margin: 20px auto;
}
.rowmargin {
    margin-top: 20px;
}
.testimonials_content {
    max-width: 90%;
    margin: 0px auto;
}
.contentarea {
    max-width: 90%;
    margin: 20px auto 30px auto;
}
.contentareainner {
    max-width: 90%;
    margin: 20px auto 30px auto;
}
.text_newsletterhead {
    font-size: 17px;
}
.topbandinner_heading {
    width: 90%;
    margin: 80px auto 0px auto;
}
}

@media screen and (max-width : 768px) {
.topimg-head {
    padding-left: 8px;
}
.topimg-head img {
    float: right;
    margin: 13px 6px;
}
.topimg-head > a {
    font-size: 16px;
    padding-left: 6px;
}
.sub-text {
    font-size: 14px !important;
    padding-left: 6px !important;
}
}
.question {
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bold;/*margin-left:30px;*/
}
.answer {
    background: #F3F3F3;
    /*margin-left: 30px;*/
    padding: 15px;
}
.faqcontainer {
    margin-bottom: 25px;
}
.news-events-block {
  height: 94px;
  border-bottom: 1px #000 dotted;
  margin-bottom: 25px;
}

.icon {
	background: #1d1f1e;
	text-align: center;
	padding: 13px 0px 0px 0px;
}
.icon a{
	 margin:5px;
}

/* Newsletter Popup Starts */
#subscribePopup{
	z-index:99999;
}

#subscribePopup .modal-content{
	background:#f9d421;
	padding: 10px;
}

#subscribePopup .modal-header{
	border-bottom:0px;
}

#subscribePopup .text_newsletterhead{
	color:#615c50;
	font-size:20px;
}

#subscribePopup .help-inline{
	font-size:13px;
	color:red;
}

#subscribePopup input{
	height:45px;
	border-radius:0px;
}

.newsletter_btn2 {
    background: #222222;
    border: solid 0px #b9b9b9;
    border-radius: 20px;
    font-family: 'futura_bk_btbook';
    font-size: 13px;
    color: #fff;
    width: 35px;
    height: 35px;
}


#subscribePopup .newsletter_btn2{
	border-radius: 0px;
	width:100%;
	height:45px;
	font-size: 20px;
}

.tbl_contact td{vertical-align:top !important;}
.aligntop{vertical-align:top !important;}
/* Newsletter Popup Ends */