/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1{
  color:#006699;
  font-size:26px;
  line-height:32px;
  margin-top:20px;
  margin-bottom:20px;
}
h2{
  color:#006699;
  font-size:24px;
  line-height:30px;
  margin-top:18px;
  margin-bottom:18px;
}

h3{
  color:#006699;
  font-size:22px;
  line-height:28px;
  margin-top:6px;
  margin-bottom:0px;
}

h4{
  font-size:20px;
  line-height:26px;
  margin-top:14px;
  margin-bottom:14px;
}

h5{
  font-size:18px;
  line-height:26px;
  margin-top:12px;
  margin-bottom:12px;
}

h6{
  font-size:16px;
  line-height:26px;
  margin-top:10px;
  margin-bottom:10px;
}

p{
  margin: 5px 0 18px 0;
}

p.button-link{
  margin: 5px 0 5px 0;
}
body, .main-content a{
  font-size:14px;
  line-height:25px;

}

.main-content a{

  margin:5px;
}

a.button-link-dark {background-color: #666 !important;padding:10px 20px 10px 20px;border: none;color: #fff;text-align: center;transition: all 0.5s;cursor: pointer;margin: 10px 10px 5px 10px;box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);  }
a.button-link-dark.hs-tabs__navitem--active {background-color: #666 }
.button-link a{
  font-size:16px;
}

li{
  font-size:14px;
  line-height:25px;
  margin:5px;
}

ul{
  margin-top: 5px;
}


.container-fluid .row-fluid .page-center {
  max-width: 1400px;
}

ul.hs-tabs__nav {
  padding-left:0px;
  padding-bottom:1px;

}
ul.hs-tabs__nav li{
  margin:0px;
}
ul.hs-tabs__nav>li a{

  color:#006699;
}

div.hs-tabs__item{
  border-top:3px solid #006699;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;

}


a.button-link {
  background-color: #006699;
  padding:10px 20px 10px 20px;
  border: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  margin: 10px 10px 5px 10px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

a.button-link{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.button-link:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 10px;
  right: -20px;
  transition: 0.5s;
}

a.button-link:hover{
  padding-right: 24px;
  padding-left:8px;
}

a.button-link:hover:after {
  opacity: 1;
  right: 10px;
}

form h3{
  margin-top:40px;
  padding-top:20px;
  border-top:2px solid #666666;
}


#image_1_content:hover, #image_2_content:hover, #image_3_content:hover, #image_4_content:hover, #image_5_content:hover {
  opacity: 0;
}

#image_1_content:hover:after, #image_2_content:hover:after, #image_3_content:hover:after, #image_4_content:hover:after, #image_5_content:hover:after {
  opacity: 1;
}


div.span4.widget-span.widget-type-cell.main-content{
  padding-top:28px!important;
}

div.row-number-9{
  border-top:3px solid #006699;
}

div.relative-items>.row-depth-1{
  padding:10px 50px 10px 50px;
}

div.row-number-10{
  background:#e5e5e6;
}

.relative-item{
  padding: 20px 10px 20px 10px;
}

.relative-item h3{
  font-size:24px;
}

.hs-tabs__navitem--active {
  background: #006699!important;
}

.carousel {
  border-right: 3px solid #006699!important;
}

.content{
  border-top: 3px solid #006699!important;
}

/* for adjust header design  */
.header-container.container-fluid{
  padding-left:0px;
  padding-right:0px;
}


#hs-search-module input{
  font-size:11px;
}

.search-col{
  line-height:13px;

}

li.hs-breadcrumb-menu-item{
  margin:0px;
  line-height:14px;
}

.template-gray .header-container #custom_header-breadcrumbs{
  background-color: #b4b4b5;
}

div.content{
  display:none;
}

//header width adjustment
div#custom_header-top>div.page-center{
  max-width:966px!important;
}

@media(max-width:1230px){
  a.button-link, a.button-link-dark {display: block;}
}



@media only screen and (min-width: 768px) and (max-width: 1024px)  { 
  .main-product-details{
    margin-top:20px;
    margin-bottom:20px;
    height:600px;
    overflow:auto;
    background:#fff;
  }
}