/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Eurotech & Associates
	Version:		1.0
	Last change:	11.15.13 [Created]
	Assigned to:	Titan Web (Jay V. Bastillas)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1. 	Global
	2.	Header
	3.	Top Menu
	4.	Banner
	5.	Content
	6.	Footer
	7.  Gallery
	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Global ]
-------------------------------------------------------------------*/
body {}
h1, h2, h3, h4, h5, h6 {}
h1 {} h2 {} h3 {} h4 {} h5 {} h6 {}
a {}
a:hover, a:focus { text-decoration:none; }
input, button, textarea, select {}
textarea {
  resize:none;
  overflow-y:auto;
}

.DivParent {
  height: 100px;
  border: 1px solid lime;
  white-space: nowrap;
}
.DivWhichNeedToBeVerticallyAligned {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.DivHelper {
  display: inline-block;
  vertical-align: middle;
  height:100%;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('fonts/Roboto-Condensed-webfont.eot');
    src: url('fonts/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Condensed-webfont.woff') format('woff'),
         url('fonts/Roboto-Condensed-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('fonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
         url('fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
         url('fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MerriweatherBold';
    src: url('fonts2/Merriweather-Bold-webfont.eot');
    src: url('fonts2/Merriweather-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts2/Merriweather-Bold-webfont.woff') format('woff'),
         url('fonts2/Merriweather-Bold-webfont.ttf') format('truetype'),
         url('fonts2/Merriweather-Bold-webfont.svg#MerriweatherBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.outer-wrapper{position:relative;width: 100%; max-width: 100%;margin:0 auto; padding:0px 0px 0px 0px; }
.outer-pad {position:relative;z-index: 2;width: 100%; max-width:100%; margin:0 auto; padding:0px 0px 0px 0px;}
/*------------------------------------------------------------------
	[ 2 Header ]
-------------------------------------------------------------------*/
.header {}
.header-wrapper {position:absolute;z-index:2;width: 100%; max-width: 100%;height:119px;max-height:119px;margin:0px;padding:0px;}
.header-pad{background:#ffffff;height:119px;width:960px;margin: 0 auto;position:relative;overflow: visible ;}
.logo-wrapper{height:auto; width:auto;margin:12px 0 0 20px;padding:0px;float:left;}
.headinfo-wrapper{text-align:right;height:auto; width:auto;margin:25px 20px 0px 0px;padding:0px;float:right;}
.headinfo .phnum{font-family:RobotoCondensed;font-weight:normal;font-size:35px;color:#1c2838;height:auto; width:auto;position:relative;top: -6px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;display:block;}
.headinfo-title{font-family:RobotoBoldCondensed;font-weight:normal;font-size:20px;color:#1c2838;height:auto; width:auto;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;display:block;}

/*------------------------------------------------------------------
	[ 3 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper {width: 100%;max-width: 100%;height:auto; position:absolute;z-index:100; top: 119px;}
.menu-pad{width: 100%;height:auto;}
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
  display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-top-menu ul {
  display: none;
  position: absolute;
  z-index: 100;
}
#menu-top-menu li {
  float: left;
  position: relative;
  z-index: 100;
}
#menu-top-menu li:hover > ul {
  display: block;
}
#menu-top-menu > li:hover > ul {
  left: 0;
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
  color: #FFFFFF;
  text-decoration: none;
}
 
/* Top-level Styling */
#top-menu {
  height: 52px;
  width: 960px;
  padding:0px;
  margin:0px auto 0px;
  position:relative;
  top: 0px;
  background: #1c2838;
}
#menu-top-menu {
  height:52px;
  margin: 0px 0px 0px 0px;
  position: relative;
  width: auto;
  float:left;
}
#menu-top-menu > li {
  height: 52px;
}

#menu-top-menu > li > a {
  font-family:RobotoCondensed;
  font-size: 18px;
  font-weight: normal;
  color: #87a1c2;
  text-transform:capitalize;
  height: 52px;
  line-height: 52px;
  padding:0px 22px;
  position:relative;
}
#menu-top-menu > li:first-child > a {
  border-left: none;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
  color: #fff;

}

/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
  background: transparent;
  width: 280px;
  overflow:hidden;
}
#menu-top-menu ul > li {
  width: 280px;
  border-bottom: 1px solid #1e2b3d;
  background: #0d131b;
 }

#menu-top-menu ul > li > a {
  
  font-size: 18px;
  padding: 10px 24px;
  font-family:RobotoCondensed;
  text-transform:capitalize;
  color: #87a1c2;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
  background:url( ../images/menu-hover-bg.png) repeat-x 0 0;
  color: #fff;
 
}
#menu-top-menu li > ul li:hover > ul {
  left: 146px;
  top: 0;
}
/*------------------------------------------------------------------
	[ 4 Banner ]
-------------------------------------------------------------------*/
#banner {position:relative;z-index: 1;}
.banner-wrapper2 #slider4{height:377px;}
.banner-wrapper2 #slider4 .caption-wrapper-outer{display:none;}
.banner-wrapper{position:relative;z-index: 1;width: 100%; max-width: 100%;height:auto;max-height:auto;padding:0px;margin:0px 0px 0px 0px;overflow:visible;}
.banner-pad{position:relative;z-index: 1;width:  100%;max-width:  100%;height:auto;max-height:auto;margin:0 auto;overflow:visible;}
#slider4{position:relative;z-index: 1;width:100%;max-width:100%; height:570px;margin:0px auto;padding:0px 0px 0px 0px;}
#slider4 li{position:relative;text-align:center;width:100%; height:100%;display:block;margin:0px auto;padding:0px 0px 0px 0px;list-style:none;}
.banner-shadow-left{background:url( ../images/gradient-left.png) repeat-y 0 0;width:388px; height:100%;display:block;position:absolute;z-index:2;left:0px;top:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.banner-shadow-right{background:url( ../images/gradient-right.png) repeat-y 0 0;width:388px; height:100%;display:block;position:absolute;z-index:2;right:0px;top:0px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.caption-wrapper-outer{position:absolute;left: 50%;top: 280px;z-index:2;width:960px;height:auto;margin:0px 0px 0px -480px;padding:0px;text-align:left;}
.caption-wrapper{background:url( ../images/banner-bg.png);width:960px;height:auto;margin:0px 0px 0px 0px;padding:0px;text-align:left;}
.caption-wrapper .title{line-height: 47px;font-family:MerriweatherBold;font-weight:normal;font-size:45px;color:#fff;width:auto;height:auto;display:block;margin:0px 0px 0px 0px;padding:20px;}
#slider4 li .readmore{cursor:pointer;background:url( ../images/view-more.png ) no-repeat;width:91px;height:29px;margin: 20px 0px 0px 0px;padding: 0px 0px 0px 0px;float:right;display:block;}
#slider4 li .readmore:hover{background-position: 0 -29px;}
/*------------------------------------------------------------------
	[ 5 Content ]
-------------------------------------------------------------------*/
.content {}
.entry-meta { display:none; }
.entry-utility { display:none; }
.mid-wrapper{position:relative;overflow:visible;width:100%;max-width:100%;height:auto;max-height: auto;margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;float:left;}
.mid-pad{position:relative;z-index:2;overflow:visible ;width: 960px;margin: 0px auto ;height:auto;}
.main-content{position:relative;overflow:visible ;width:  920px;height: auto;margin:0px auto;padding: 0px 0px 0px 0px;}
.main-front-page{position:relative;overflow:visible ;width:960px;height:auto;margin: 25px 0px 0px 0px;padding: 0px 0px 30px 0px;float:left;}
.main-front-page .first-column{width:606px;height: auto;margin: 0px 0px 0px 0px;padding: 0px;float:left;}
.main-front-page .page-title{text-transform: capitalize;font-family:RobotoCondensed;font-weight:normal;font-size:30px;color:#732125;margin: 0px 0px 0px 0px;padding:0px 0px 0px 0px;width:auto;height: auto;display:block;}
.main-front-page .first-column p{line-height: 22px;margin: 10px 0px 0px 0px;padding: 0px 0px 0px 0px;width:auto;height: auto;display:block;text-align:left; font-family:Arial, Helvetica, Tahoma, sans-serif;font-weight: normal;font-size:14px;color:#414141;}
.custom-products-wrapper{width:100%;height: auto;margin: 20px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.custom-products-wrapper li{background:none;list-style:none;margin: 8px 0px 0px 0px ;padding: 0px 0px 0px 0px ;width:293px;height:auto;float:left;display:block;}
.custom-products-wrapper li:first-child{margin-right: 20px;}
.custom-products-wrapper li span.title{margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;width:auto;display:block;text-align:left;font-family:RobotoCondensed;font-weight: normal;font-size:20px;color:#1e487b;}
.custom-products-wrapper li > ul{width:100%;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.custom-products-wrapper li > ul > li{ font-family:Arial, Helvetica, Tahoma, sans-serif;font-weight: normal;font-size:14px;color:#414141;width:100%;height: auto;background:url( ../images/list-style.png ) no-repeat left 4px;margin: 10px 0px 0px 0px ;padding: 0px 0px 0px 20px;display:block;list-style:none;}
.main-front-page .second-column{width:296px;height: auto;margin: 0px 0px 0px 20px;padding: 0px;float:left;}
.main-front-page .second-column .woocommerce,.main-front-page .second-column .woocommerce ul{width:100%;height: auto;margin: 5px 0px 0px 0px;padding: 0px;float:left;}
.main-front-page .second-column .woocommerce,.main-front-page .second-column .woocommerce ul li{background:none;list-style:none;width:100%;height: auto;margin: 0px 0px 10px 0px;padding: 0px;float:left;}
.main-front-page .second-column .woocommerce ul li h3{width:294px;height: auto;margin: 5px 0px 0px 0px;padding: 0px;float:left;text-align:center;text-transform:capitalize;font-family:RobotoRegular;font-weight: normal;font-size:20px;color:#1e487b;}
.main-front-page .second-column .woocommerce .contact-us-box{display:none;}
.main-sub-page,.main-sub-page-contact{position:relative;overflow:visible ;width:auto;height:auto;display:block;margin: 15px 0px 0px 0px;padding: 0px 0px 30px 0px;}
.main-sub-page .page-title,.main-sub-page-contact .page-title{text-transform: capitalize;font-family:RobotoCondensed;font-weight:normal;font-size:30px;color:#732125;margin: 0px 0px 0px 0px !important;padding:0px 0px 0px 0px;width:auto;height: auto;display:block;}
.main-sub-page p,.main-sub-page-contact p{line-height: 22px;margin: 10px 0px 0px 0px;padding: 0px 0px 0px 0px;width:auto;height: auto;display:block;text-align:left; font-family:Arial, Helvetica, Tahoma, sans-serif;font-weight: normal;font-size:14px;color:#414141;}
.main-sub-page h2{width:auto;height: auto;display:block;margin:10px 0px 0px 0px ;padding: 0px 0px 0px 0px;text-align:left;font-family:RobotoCondensed;font-weight:normal;font-size:24px;color:#732125;}
.main-sub-page h3{width:auto;height: auto;display:block;margin:10px 0px 0px 0px ;padding: 0px 0px 0px 0px;text-align:left;font-family:RobotoCondensed;font-weight:normal;font-size:20px;color:#732125;}
.main-sub-page h4{width:auto;height: auto;display:block;margin:10px 0px 0px 0px ;padding: 0px 0px 0px 0px;text-align:left;font-family:RobotoCondensed;font-weight:normal;font-size:16px;color:#732125;}
.main-sub-page ul{width:100%;height: auto;margin: 5px 0px 10px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.main-sub-page ul li{list-style:url( ../images/list-style.png ) inside ;margin: 8px 0px 0px 0px ;padding: 0px 0px 0px 0px ;width:30%;float:left;text-align:left;font-family:Arial, Helvetica, Tahoma, sans-serif;font-weight: normal;font-size:14px;color:#414141;}
.main-sub-page p a{color:#732125;text-decoration:none;}
.main-sub-page p a:hover{text-decoration:underline;}
.main-sub-page ul li a{color:#732125;text-decoration:none;}
.main-sub-page ul li a:hover{text-decoration:underline;}
.attachment-about-us-thumbnail{margin:12px 0px 10px 20px;padding: 3px;float:right;}

.woocommerce-content-wrapper{width:606px;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.titan-woocommerce{position:relative;overflow:visible ;width:auto;height:auto;display:block;margin: 15px 0px 0px 0px;padding: 0px 0px 30px 0px;}
.titan-woocommerce ul li{width: 100%;float:none;}
.titan-woocommerce ul{float:none;}
.titan-woocommerce ul.products{width:606px;height: auto;margin: 25px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.titan-woocommerce .term-description,.titan-woocommerce .page-title{width:606px;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.titan-woocommerce ul.products li.product{border-bottom: 1px solid #c5c5c5;width:606px;height: auto;margin: 0px 0px 30px 0px;padding: 0px 0px 30px 0px; float:left;display:block;}
.titan-woocommerce ul.products li .product-thumbnail{width:210px;height: auto;margin: 4px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.titan-woocommerce ul.products li .products-wrapper{width:374px;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:right;display:block;}
.titan-woocommerce ul.products li h3{
    width: auto;
    height: auto;
    display: block;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: left;
    font-family: RobotoCondensed;
    font-weight: normal;
    font-size: 24px !important;
    color: #732125;
  
}
.titan-woocommerce ul.products li p{width:auto;height: auto;display:block;margin:5px 0px 0px 0px ;padding: 0px 0px 0px 0px;}
.titan-woocommerce ul.products li .view-more{color:#732125;width:auto;height: auto;margin:4px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
.titan-woocommerce ul.products li .view-more:hover{text-decoration:underline;}
.titan-woocommerce .contact-us-box{position:relative;right:0px;top:5px;background:url( ../images/shadow-content.png ) repeat-y center 0;width:333px ;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:right;display:block;}
.titan-woocommerce .contact-us-box-2{background:url( ../images/shadow-top.png ) no-repeat center top;width:333px ;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:right;display:block;}
.titan-woocommerce .contact-us-box-3{background:url( ../images/shadow-bottom.png ) no-repeat center bottom;width:333px ;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:right;display:block;}
.titan-woocommerce .contact-us-box-inner{width:294px ;height: auto;margin: 0px auto;padding: 0px 0px 0px 0px;display:block;}
.titan-woocommerce .contact-us-box .title{text-indent: 20px;text-align:left;font-family:RobotoCondensed;font-weight:normal;font-size:24px;color:#fff;width:294px ;line-height:56px;height:56px;margin: 0px auto;padding: 0px 0px 0px 0px;display:block;}
.titan-woocommerce .contact-us-box .title{
	background: #d5474e; /* Old browsers */
	background: -moz-linear-gradient(top, #d5474e 0%, #752226 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5474e), color-stop(100%,#752226)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d5474e 0%,#752226 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d5474e 0%,#752226 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d5474e 0%,#752226 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d5474e 0%,#752226 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5474e', endColorstr='#752226',GradientType=0 ); /* IE6-9 */
}
.titan-woocommerce .contact-us-box .gform_wrapper{}
.titan-woocommerce .contact-us-box .gform_fields{width:255px;height: auto;margin: 16px auto 0px;padding: 0px 0px 0px 0px;display:block;}
.titan-woocommerce .contact-us-box .gform_fields li{width:100%;height: auto;margin: 0px !important;padding: 0px 0px 0px 0px;display:block;}
.titan-woocommerce .contact-us-box .gform_fields li label{color:#414141 !important;}
.titan-woocommerce .contact-us-box .gform_fields li input,.titan-woocommerce .contact-us-box .gform_fields li textarea{border: 1px solid #c5c5c5 !important;width:95%;}
.titan-woocommerce .contact-us-box .gform_fields li input:focus,.titan-woocommerce .contact-us-box .gform_fields li textarea:focus{border: 1px solid #732125 !important;}
.titan-woocommerce .contact-us-box .gform_fields li textarea{height: 97px !important;}
.titan-woocommerce .contact-us-box .gform_footer input{border-radius: 0px !important;width:121px; height: 29px;display:block !important;float:right !important;margin-top: 0px !important;margin-right: 20px !important;background:url(../images/contact_submit2.png) no-repeat !important;text-indent: -9999px !important;outline: none !important;color: transparent !important;border: none !important;}
.titan-woocommerce .contact-us-box .gform_footer input:hover{background-position: 0 -29px !important;}
.titan-woocommerce .contact-us-box .validation_error{width:255px;margin: 16px auto 0px;padding: 0px 0px 0px 0px;display:block;}
.pagination{text-align:left !important;width: 960px;display:block;margin:0px 0px 0px 0px !important;padding: 30px 0px 0px 0px !important;float:left;color: #fff !important;}
.pagination span.pages{filter: none !important;display:none !important;}
.pagination span.current{text-shadow: 0.5px 0.5px rgba(0,0,0,0.3) !important;-webkit-border-radius: 3px !important;border-radius: 3px !important;padding-left: 11px !important;padding-right: 11px !important;filter: none !important;font-family:Tahoma, Arial,Verdana, sans-serif !important;font-weight: normal;color: #fff !important;border:none !important;box-shadow: none !important;}
.pagination a{-webkit-border-radius: 3px !important;border-radius: 3px !important;filter: none !important;border:none !important;box-shadow: none !important;font-family:Tahoma, Arial,Verdana, sans-serif !important;font-weight: normal !important;color: #fff !important;text-shadow: 0px 0px rgba(0,0,0,0) !important;}
.pagination a.next{text-transform:capitalize;-webkit-border-radius: 3px !important;border-radius: 3px !important;filter: none !important;padding:5px 12px  !important;color: #fff !important;}
.pagination a.previous{text-transform:capitalize;-webkit-border-radius: 3px !important;border-radius: 3px !important;filter: none !important;padding:5px 12px !important;color: #fff !important;}
div.pagination a{color:#fff !important;}
.pagination a,.pagination a.next,.pagination a.previous{
	text-shadow: 0.5px 0.5px rgba(0,0,0,0.3) !important;
	background: #8d3c3e !important; /* Old browsers */
	background: -moz-linear-gradient(top, #8d3c3e 0%, #641a1c 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d3c3e), color-stop(100%,#641a1c)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8d3c3e 0%,#641a1c 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8d3c3e 0%,#641a1c 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8d3c3e 0%,#641a1c 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #8d3c3e 0%,#641a1c 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d3c3e', endColorstr='#641a1c',GradientType=0 ) !important; /* IE6-9 */
}
.pagination span.current,.pagination a:hover{
	background: #324153 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #324153 0%, #151e2b 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324153), color-stop(100%,#151e2b)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #324153 0%,#151e2b 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #324153 0%,#151e2b 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #324153 0%,#151e2b 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #324153 0%,#151e2b 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324153', endColorstr='#151e2b',GradientType=0 ) !important; /* IE6-9 */
}
.titan-woocommerce .single-product{position:relative ;overflow:visible ;width:100%;height:auto;display:block;margin: 0px 0px 0px 0px;padding: 0px 0px 30px 0px;float:left;}
.titan-woocommerce .product_title{font-family:RobotoCondensed;font-weight:normal;font-size:30px;color:#732125;margin: 0px 0px 0px 0px !important;padding:0px 0px 0px 0px;width:auto;height: auto;display:block;}
.woocommerce-breadcrumb{display: block;width:100%;float:left;font-family:Arial, Helvetica, Tahoma, sans-serif;font-weight: normal;font-size:14px;color:#414141;margin: 0px 0px 0px 0px ;padding: 0px 0px 15px 0px ;}
.woocommerce-breadcrumb a{color:#732125;font-weight:normal;}
.woocommerce-breadcrumb a:hover{color:#414141;}
.product-content-bottom,.sku,.titan-woocommerce .single-product h2,.download-wrapper,.titan-woocommerce .single-product .product_title{display:none !important;}
.single-product-price-wrapper{display:none !important;}
.titan-woocommerce .single-product  a.woocommerce-main-image{float:left !important;margin: 16px 20px 10px 0px !important;padding: 0px 0px 0px 0px;}

.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
    display: inline-block;
    text-decoration: none;
}
.titan-woocommerce ul.products li.product-category,.titan-woocommerce ul.products li.product-category h3{background:none;text-align:center;}
.titan-woocommerce .single-product .contact-us-box{position:relative;top:-67px;}
.titan-woocommerce .single-product  .product-content-top {width:626px;height: auto;margin: 0px 0px 0px 0px ;padding: 0px 0px 0px 0px;float:left;display:block;}
/*------------------------------------------------------------------
	[ 6 Footer ]
-------------------------------------------------------------------*/
.footer-wrapper {background:url( ../images/footer-bg.png ) repeat-x 0 0;overflow:visible ;width:100%; max-width: 100%;margin:0px auto 0px; height:86px;max-height:86px;padding:0px 0px 0px 0px;}
.footer-pad{overflow:visible ;width:960px;margin: 0px auto ;height:86px;}
.footer { font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif; font-weight:normald;font-size:12px; color:#132134;}
/* copyright */
.footer .copyright { width:550px; float:left; padding:0 0 5px 0;margin:25px 0px 0px 0px; }
/* footer-menu */
.footer .footer-menu { width:550px; float:left; padding:0 0 10px 0; }
.footer .footer-menu ul { margin:0; padding:0; }
.footer .footer-menu ul li { list-style:none; float:left; display:block; margin:0; padding:0 10px; border-left:1px solid #374d65; }
.footer .footer-menu ul li:first-child { padding-left:0px; border-left:none; }
.footer .footer-menu ul li a { color:#132134; }
.footer .footer-menu ul li a:hover { color:#fff; }
/* titan badge */
.titan-badge a{ color:#132134; }
.titan-badge {text-align:right; width:230px; height:30px; float:right; padding:0 0 10px 20px;margin:25px 0px 0px 0px; }
.titan-badge .titan-title { float:left; display:block; padding:10px 5px 0 0; }
.titan-badge a.titan-logo { float:right; display:block; }


/*------------------------------------------------------------------
	[ 7 Gallery ]
-------------------------------------------------------------------*/
.slideshowlink{display:none;}
.ngg-galleryoverview{width:920px !important;height: auto;margin: 20px 0px 0px 0px !important;padding: 0px 0px 30px 0px;float:left;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box{background:#000;position:relative;width:auto;height: auto;margin:0 12px 15px 0;padding: 0px 0px 0px 0px;float:left;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box.selected{margin-right:0px;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box img{background: #fff;border:3px solid #fff;margin: 0px 0px 0px 0px;padding:0px;float:left;}
.ngg-gallery-thumbnail{position:relative;z-index:1;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box:hover .zoom{position:absolute;z-index: 2;top:50px;left:79px;background:url( ../images/zoom.png) no-repeat 0 0;width: 26px;height: 26px;margin:0px 0px 0px 0px;padding: 0px 0px 0px 0px;display:block;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box img:hover,.ngg-gallery-thumbnail-box-hover img{
	filter: alpha(opacity=70);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
   opacity:0.70;
   -moz-opacity: 0.70;
  
     -webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
border:3px solid #a12026 !important;
}

.ngg-navigation{border-top: 1px solid #c5c5c5;text-align:left !important;text-indent:3px;width: 920px;display:block;height:30px !important; margin:10px 0px 0px 0px !important;padding: 20px 0px 0px 0px;float:left;color: #ffffff !important;}
.ngg-navigation span.current{text-shadow: 0.5px 0.5px rgba(0,0,0,0.3) !important;-webkit-border-radius: 3px !important;border-radius: 3px !important;filter: none !important;width: 25px !important;height:25px !important;line-height:25px !important;display:inline-block !important;text-align:center !important;margin: 0px 3px !important;top:auto !important;visibility:visible !important;padding: 0px !important;filter: none !important;font-size: 12px !important;font-family:Tahoma, Arial,Verdana, sans-serif !important;font-weight: normal;color: #fff !important;border:none !important;}
.ngg-navigation a.page-numbers{-webkit-border-radius: 3px !important;border-radius: 3px !important;filter: none !important;width: 25px !important;height:25px !important;line-height:25px !important;display:inline-block !important;text-align:center !important;margin: 0px 3px !important;padding:0px !important;top:auto !important;visibility:visible !important;filter: none !important;border:none !important;font-size: 12px !important;font-family:Tahoma, Arial,Verdana, sans-serif !important;font-weight: normal !important;color: #ffffff !important;}
.ngg-navigation a.next{font-family:Tahoma, Arial,Verdana, sans-serif !important;font-weight: normal !important;color: #ffffff !important;text-transform:capitalize;-webkit-border-radius: 3px !important;border-radius: 3px !important;filter: none !important;width: auto !important;height:25px !important;line-height:25px !important;display:inline-block !important;text-align:center !important;margin: 0px 3px 0px 3px !important;position:relative;border:none !important;filter: none !important;padding:0px 9px 0px 7px !important;font-size: 12px !important;color: #ffffff !important;}
.ngg-navigation a.prev{font-family:Tahoma, Arial,Verdana, sans-serif !important;font-weight: normal !important;color: #ffffff !important;text-transform:capitalize;-webkit-border-radius: 3px !important;border-radius: 3px !important;filter: none !important;width: auto !important;height:25px !important;line-height:25px !important;display:inline-block !important;text-align:center !important;margin: 0px 3px 0px 3px !important;position:relative;border:none !important;filter: none !important;padding:0px 9px 0px 7px !important;font-size: 12px !important;color: #ffffff !important;}
.ngg-navigation a:hover{color: #fff !important;}
.ngg-navigation a,.ngg-navigation a.next,.ngg-navigation a.prev,.ngg-navigation a.page-numbers{
	text-shadow: 0.5px 0.5px rgba(0,0,0,0.3) !important;
	background: #8c3a3d !important; /* Old browsers */
	background: -moz-linear-gradient(top, #8c3a3d 0%, #651b1d 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c3a3d), color-stop(100%,#651b1d)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8c3a3d 0%,#651b1d 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8c3a3d 0%,#651b1d 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8c3a3d 0%,#651b1d 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #8c3a3d 0%,#651b1d 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c3a3d', endColorstr='#651b1d',GradientType=0 ) !important; /* IE6-9 */
}
.ngg-navigation span.current,.ngg-navigation a:hover{
	background: #324153 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #324153 0%, #151e2b 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324153), color-stop(100%,#151e2b)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #324153 0%,#151e2b 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #324153 0%,#151e2b 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #324153 0%,#151e2b 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #324153 0%,#151e2b 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324153', endColorstr='#151e2b',GradientType=0 ) !important; /* IE6-9 */
}
.ngg-albumoverview{width:172px;height: auto;margin:0 12px 15px 0;padding: 0px 0px 0px 0px;float:left;}
.ngg-albumoverview img{background: #fff;border:3px solid #fff;margin: 5px 0px 0px 0px;padding: 0px;float:left;}
.ngg-albumoverview img:hover{border:3px solid #a12026 !important;}
.ngg-albumoverview .ngg-description{display:none;}
.ngg-albumtitle{width:100%;height:auto;overflow:hidden;margin: 0px auto 0px ;padding: 0px 0px 0px 0px;display:block;}
.ngg-albumtitle a{width:auto;height:auto;overflow:hidden;margin: 0px auto 0px ;padding: 0px 0px 0px 0px;display:block;text-transform:capitalize;text-align:center;font-family:RobotoCondensed;font-weight:normal;font-size:16px;color:#732125;}

/*------------------------------------------------------------------
	[ 9 Form ]
-------------------------------------------------------------------*/
/*forms*/
.gform_wrapper {}
.gform_wrapper .gfield_required, .gform_wrapper .validation_message, .gform_wrapper .validation_error { color: #ee3838;font-family:Arial, Helvetica, Tahoma, sans-serif !important;font-size: 13px; }
.gform_wrapper .validation_error { width: 450px; color: #ee3838;font-family:Arial, Helvetica, Tahoma, sans-serif !important;font-size: 14px;padding: 0 0 15px 0; }
.gform_wrapper .gform_edit_link { font-size: 80%; padding: 10px 0; }
.gform_wrapper .gform_edit_link { font-size: 70%; }
.gform_wrapper .gfield.gform_validation_container { visibility: hidden; position: absolute;}
.gform_wrapper .gform_body input, .gform_wrapper .gform_body select, .gform_wrapper .gform_body textarea {
	padding: 2px 3px;
	width: 200px;
	margin-top: 0;
	font-family:Arial, Helvetica, Tahoma, sans-serif !important;
	font-size: 14px !important;
	line-height: 22px;
	background: #ffffff !important;
	border: 1px solid #b2b2b2 !important;
	color:#818181;
}
.gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body select:focus, .gform_wrapper .gform_body textarea:focus {
	border: 1px solid #732125 !important;
	background: #ffffff !important;
}
.gform_wrapper ul { margin: 0; }
.gform_wrapper .gform_heading { padding: 10px 0 15px 0; font-weight: bold; }
.gform_wrapper .gform_body li {float:none;background:none; width:auto;padding: 0 21px 22px 0 !important; margin: 0 0px 0px 0; list-style: none;display:inline-block;vertical-align:top; }
.gform_wrapper .gform_body li.gfield.clear { clear: both; }
.gform_wrapper .gform_body input { height: 22px; }
.gform_wrapper .gform_body textarea { width: 446px;height: 188px; }
.gform_wrapper .gform_footer input {
	padding: 5px 15px;
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	background: none;
	border: none;
	color: #818181;
	background: #ffffff;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.gform_wrapper .gform_footer input:hover {
	background: #ffffff;
	color: #818181;
	border-color: #732125;
}

/*contact us*/
.contact-wrapper { width: 100%;height: auto; margin: 20px 0px 0px 0px !important;float: left;padding: 0px 0px 40px 0px;}
.contact-wrapper li,.contact-wrapper ul { margin: 0; list-style: none; }
.contact-left { width: 465px; height: auto;  margin: 0px 0px 0px 0px; float:left;padding: 0px 0px 0px 0px;}
.contact-right { width: 449px; height:auto;  margin: 0px 0px 0px 0px; float:right;padding: 0px 0px 0px 0px;}
.contact-right h4{font-family:Arial, Helvetica, Tahoma, sans-serif !important;font-weight:bold !important;font-size:14px !important;color:#414141 !important;margin-top: 10px !important; }
.gfield_label{font-family:Arial, Helvetica, Tahoma, sans-serif !important;font-weight:bold !important;font-size:14px !important;color:#414141 !important;}
.contact-info span{font-family:Arial, Helvetica, Tahoma, sans-serif !important;font-weight: normal !important;font-size:14px !important;color:#414141 !important;}
#gforms_confirmation_message{font-family:Arial, Helvetica, Tahoma, sans-serif !important;font-weight: bold;font-size: 16px;color:#1d3a60 !important ;margin-top: 40px;}
.contact-info li{list-style: none;}
.contact-info{float:left;width: 100% !important;height: auto;margin-top: 0px ;position: relative;top:4px;}
.contact-info li.right{display:block;height: auto;width:50%;  margin: 0px 0px 0px 0px;float: right;}
.contact-info li.right ul.opening_hours{width: 220px;display: block ;float: left;}
.contact-info li.right ul.opening_hours li {width: 220px;font-family:Arial !important;font-weight: regular;font-size: 14px;color: #444444 !important;display: block ;text-align: left;float: left;}
.contact-info li.right ul.opening_hours li span.label{color: #695f4c !important;width: 100px;display:inline-block ;}
.contact-info li span.email_color a{color: #732125 !important;text-decoration:underline;}
.contact-info li.left{width:50%; margin: 0px;float: left;}
.google-maps{width: 447px; height:269px; margin-top: 35px;overflow: hidden;float: left;border:1px solid #b2b2b2 !important;}
.google-maps iframe{width: 447px; height:269px;}
.gform_wrapper .gform_body li input{margin-top: 2px;width:200px;margin-top: 4px !important;height: 22px !important;line-height: 22px !important;padding-left: 8px;}
.gform_wrapper .gform_body li textarea{resize: none;width: 442px;height:226px !important;margin-top: 4px !important;padding-top: 5px;}
.gform_footer input{border-radius: 0px !important;width:81px; height: 30px;display:block !important;float:left !important;margin-top: 0px !important;background:url(../images/contact_submit.png) no-repeat !important;text-indent: -9999px !important;outline: none !important;color: transparent !important;border: none !important;}
.gform_footer input:hover{background-position: 0 -30px !important;}
.gform_edit_link, .gfield_required, .page-numbers,.ngg-navigation span.current{visibility: hidden;position: relative; top: -9999px;}
.gform_wrapper .gform_body li.gfield{padding-right:0px !important;margin-right:23px ;}
.contact-title{border-bottom: 1px solid #d1d1d1;font-family:RobotoCondensed;font-weight:normal;font-size:24px;color:#732125;text-transform:capitalize;margin: 0px 0px 0px 0px ;padding: 0px 0px 8px 0px;display:block;}
.contact-left .contact-title{width: 449px;}

.gravity_form{margin-top: 15px;}
.gform_hidden{display:none !important;}
#gform_wrapper_2{ width: 470px;margin-top: 20px;padding-bottom: 50px;}



/*------------------------------------------------------------------
	[ 10 W00Commerce ]
-------------------------------------------------------------------*/
.woocommerce-info{text-shadow: 0 0px 0 rgba(0, 0, 0, 0.0) !important;border:0px !important;background:none !important;box-shadow:none !important;}
.woocommerce-info:before{background:none !important;}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before{box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.0) inset !important;}
.product-images {
    float:left;
    width: 260px;
}

.product-description {
    float: right;
    width: 360px;
    
}

.attachment-shop_thumbnail{
width: 100px !important;
height: 80px;
padding-right: 10px;
}

ul.products li.product-category.uncategorized{
  display:none;
}