/*
Theme Name:     Karma Child Theme
Theme URI:      
Description:    Child theme for the Karma theme 
Author:         TrueThemes
Author URI:     
Template:       Karma
Version:        0.1.3
*/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url("../Karma/style.css");

body{
  background-color: #021A29 !important;
  color: #404040 !important;
  position: relative;
}


div.scriptContain{
  display:none;
}
/*------background image ----*/
 
 #supersized {
  position: absolute !important;
 }
 #supersized li{
  position: absolute !important;
 }
  #supersized li img{
  max-width: none;
  max-height: none;
  }
#wrapper{
  background-color: transparent;
  position: relative;
 
}
/*
#fullbgImg{
  display: none;
  position: absolute; 
  z-index: -1;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}
 */
#main {
 
    background-color: transparent !important;

}
 
/*------content width -----*/
#main .main-area {
  background-color: #fff;
  width: 1010px;
}

#content{
  padding-left: 15px;
}
#main #content.content_full_width {
 
  padding: 0 35px;
 
}


#main .tools {
  margin-left: 15px;
  margin-right: 15px;
}

#main #sub_nav + #content, #main div + #content {
  padding-left: 0;
}

#main .tools +  #content{
  padding-left: 15px;
}

#main #sub_nav{
  margin-left: 15px;
}

#main #sidebar{
  margin-right: 15px;
}




/*************/
body {
  background-color: #fff;
  color: #000;
  font-family: '나눔고딕', 'NanumGothic', 'Nanum Gothic', "돋움", dotum, sans-serif;
 
}


.testimonials blockquote p, .testimonials_static p {
  font-style: normal;
  font-family: '나눔고딕', 'NanumGothic', 'Nanum Gothic', "돋움", dotum, sans-serif;
  font-size: 14px;
 
}

.contentTitle{
  margin-bottom: 34px;
}

/*------table -----*/
table.grayTlb a:link {
  color: #666;
  font-weight: bold;
  text-decoration:none;
}
table.grayTlb a:visited {
  color: #999999;
  font-weight:bold;
  text-decoration:none;
}
table.grayTlb a:active,
table.grayTlb a:hover {
  color: #bd5a35;
  text-decoration:underline;
}
table.grayTlb {
  
  /*color:#666;*/
  color: #404040;
  font-size:12px;
  text-shadow: 1px 1px 0px #fff;
  background:#eaebec;
  
  border:#ccc 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
table.grayTlb th {
  padding:21px 25px 22px 25px;
  /*border-top:1px solid #fafafa;*/
  border-bottom:1px solid #e0e0e0;

  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.grayTlb th:first-child{
  text-align: left;
  padding-left:20px;
}
table.grayTlb tr:first-child th:first-child{
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
table.grayTlb tr:first-child th:last-child{
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
table.grayTlb tr{
  text-align: center;
  padding-left:20px;
}
table.grayTlb tr td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
}
table.grayTlb tr td {
  padding:18px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.grayTlb tr.even td{
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.grayTlb tr:last-child td{
  border-bottom:0;
}
table.grayTlb tr:last-child td:first-child{
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table.grayTlb tr:last-child td:last-child{
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
table.grayTlb tr:hover td{
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

 
/*blue*/
table.blueTlb a:link {
  color: #666;
  font-weight: bold;
  text-decoration:none;
}
table.blueTlb a:visited {
  color: #999999;
  font-weight:bold;
  text-decoration:none;
}
table.blueTlb a:active,
table.blueTlb a:hover {
  color: #bd5a35;
  text-decoration:underline;
}
table.blueTlb {
  
  color:#404040;
  font-size:12px;
  text-shadow: 1px 1px 0px #fff;
  background:#eaebec;
  
  border:#ccc 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
table.blueTlb th {
  padding:21px 25px 22px 25px;
  /*border-top:1px solid #fafafa;*/
  border-bottom:1px solid #e0e0e0;

  background: #50c387;
  background: -webkit-gradient(linear, left top, left bottom, from(#50c387), to(#50c387));
  background: -moz-linear-gradient(top,  #50c387,  #50c387);
  color: #fff;
  text-shadow:none;
}

table.blueTlb th.warn,table.blueTlb td.warn{


  background: #f499c2 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f499c2), to(#f499c2)) !important;
  background: -moz-linear-gradient(top,  #f499c2,  #f499c2) !important;
  color: #fff !important;
  text-shadow:none !important;
}

 

table.blueTlb th.emp{
  font-size: 1.2em;
  text-transform: uppercase;
}
 
table.blueTlb th:first-child{
  text-align: left;
  padding-left:20px;

}
table.blueTlb tr:first-child th:first-child{
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
   background: #5a5a5a;
  background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#5a5a5a));
  background: -moz-linear-gradient(top,  #5a5a5a,  #5a5a5a); 
  border-bottom: 1px solid #278d65;
  border-right: 1px solid #50c387;
}

table.blueTlb.noFirstColumnDeco tr:first-child th:first-child{
  background: #50c387;
  background: -webkit-gradient(linear, left top, left bottom, from(#50c387), to(#50c387));
  background: -moz-linear-gradient(top,  #50c387,  #50c387);
  border-bottom: 1px solid #e0e0e0;

}

table.blueTlb tr:first-child th:last-child{
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
table.blueTlb tr{
  text-align: center;
  padding-left:20px; 
}
table.blueTlb tr td:first-child,table.blueTlb tr.even td:first-child,
table.blueTlb.activeHover tr:hover td:first-child,table.blueTlb.activeHover tr.even:hover td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
  background: #278d65;
  background: -webkit-gradient(linear, left top, left bottom, from(#278d65), to(#278d65));
  background: -moz-linear-gradient(top,  #278d65,  #278d65);  
  color: #fff;
  text-shadow:none;
  border-bottom: 1px solid #278d65;
}

 
table.blueTlb.noFirstColumnDeco.activeHover tr:hover td:first-child,
table.blueTlb.noFirstColumnDeco.activeHover tr.even:hover td:first-child{
  background: #cde4dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#cde4dc), to(#cde4dc));
  background: -moz-linear-gradient(top,  #cde4dc,  #cde4dc);  
}

table.blueTlb.noFirstColumnDeco tr td:first-child{
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
  color: #404040;
  border-bottom: 1px solid #e0e0e0;
}

table.blueTlb.noFirstColumnDeco tr.even td:first-child{
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
  background: -moz-linear-gradient(top,  #eeeeee,  #eeeeee);
  color: #404040;
  border-bottom: 1px solid #e0e0e0;
}


table.blueTlb tr td {
  padding:18px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;

  
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
}
table.blueTlb tr.even td{
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
  background: -moz-linear-gradient(top,  #eeeeee,  #eeeeee);
}
table.blueTlb tr:last-child td{
  border-bottom:0;
}
table.blueTlb tr:last-child td:first-child{
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table.blueTlb tr:last-child td:last-child{
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
table.blueTlb.activeHover tr:hover td{
  background: #cde4dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#cde4dc), to(#cde4dc));
  background: -moz-linear-gradient(top,  #cde4dc,  #cde4dc);  
}


/*------top toolbar -----*/

#header .top-block{
  background-color: #23282d !important;
}

/*
#header .top-block .top-holder{
  padding: 0;
  height: 39px;
  line-height: 39px;
  font-size: 11px;
}


.top-block, .top-block a, #header .toolbar-left li, #header .toolbar-right li {
    color: #ccc  !important;
}

#header .toolbar-left li a:hover, #header .toolbar-right li a:hover{
	color:#000 !important;
}
*/
/**/
 
 
 

/*------main menu -----*/

#menu-main-nav{

	position: relative;
	top: 6px;
  left: -20px;
}
 
  
/*메뉴 드랍 박스 위치 */  
#menu-main-nav .drop .drop{top:0px !important;}
 
#menu-main-nav   li a strong {
  
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;

  

}
 
#menu-main-nav   li.current-menu-item a strong,
#menu-main-nav   li.current-menu-ancestor a strong 
{
	color: #f2d03b ;
}

#menu-main-nav li.current-menu-item > a  ,
#menu-main-nav li.current-menu-ancestor > a  
{

  color: #f2d03b !important;
}

#menu-main-nav   li.current-menu-item.hover > a    ,
#menu-main-nav   li.current-menu-ancestor.hover > a     
{

  color: #f2d03b !important;
}
/*
#menu-main-nav a:hover strong {color:#f2d03b  !important;}
#menu-main-nav li.menu-item-has-children > a::after{color: #fff !important;}
#menu-main-nav li.menu-item-has-children.hover > a::after{color: #000 !important;}


#menu-main-nav .drop li a {color:#fff !important;
 font-family: '나눔고딕', 'NanumGothic', 'Nanum Gothic', '맑은 고딕', 'Malgun Gothic', "돋움", dotum, sans-serif;

}

#menu-main-nav li.current-menu-item > a  ,
#menu-main-nav li.current-menu-ancestor > a  
{

	color: #fff !important;
}

#menu-main-nav   li.current-menu-item.hover > a    ,
#menu-main-nav   li.current-menu-ancestor.hover > a     
{

	color: #333 !important;
}
 
 #menu-main-nav li.menu-item-has-children.hover strong {color: #333 !important;}

*/

/*------left sub navigation  -----*/

#sub_nav{
  position: static !important; /**/

}


#sub_nav li a{
  color: #2189B8;
  font-size: 14px;


}
 #sub_nav li.current-menu-item a{
  color: #fff !important;
}

#sub_nav ul a:hover  {

 background-image:none !important;
 background-color: #f2d03b !important;
 color: #404040;
}
 /*
#sub_nav ul li.current_page_item a {
 background-image:none !important;
 background-color: #f2d03b !important;
 
 color: #404040 !important;
}
 */
/*extra info*/
 #leftSideExtra{

  height: 150px;
  padding: 0 0 0 0;
  margin-top: 50px;
}

body.page-id-404  #leftSideExtra,
body.page-id-410  #leftSideExtra,
body.page-id-412  #leftSideExtra,
body.page-id-416  #leftSideExtra,
body.page-id-414  #leftSideExtra {
  background: url('/img/product/flexitank/flexitank200w.jpg') no-repeat;
}

body.page-id-407  #leftSideExtra{
  background: url('/img/product/flexitank/flexitank200w.jpg') no-repeat;
}
 

/*------ sidebar -----*/

#sidebar a{
  color:#2189B8;
}
#sidebar a.btn-y{
  background-color: #2189B8;
  color: #fff;
}
#sidebar a.btn-y:hover{
  background-color: #165A78;
  color: #fff;
}

#sidebar ul.sideProductList{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar ul.sideProductList li:before{
  display: none;

}
#sidebar ul.sideProductList li{
  padding: 0 10px 0 0;
}

/*certification slide*/
#sidebar ul#sideCertiMarkSlide{
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-top:10px;
}
#sidebar ul#sideCertiMarkSlide li{
  padding-left: 0 !important;
}
#sidebar ul#sideCertiMarkSlide li:before{
  content: none;
}
/*------content -----*/
#content p,#content ul li{
  color: #404040 ;
}

#content p strong{
  color: #333;
}

#content a.read-more{
  color: #1fa7da;
  font-weight: bold;
  text-decoration: none;

  display: block;
  margin-top: 50px;
}
 
 #content a.read-more:hover{
  text-decoration: underline;
 }

 #content .agent_partner
 {
	margin-top: 50px;
 }
 /*
.content-style-white p, .content-style-white ul, .content-style-white ol, .content-style-white #horizontal_nav ul a {
  color: #404040 !important;
}
*/

 

/*------jquery slider3 -----*/
/*
 #tt-slider-full-width{
	background-color:   #eee !important;

}
#tt-slider-full-width .slider-content-main h2,
#tt-slider-full-width .slider-content-main p{
color: #555 !important;

}

.jquery3-slider-wrap .flex-direction-nav .flex-prev span::before, .jquery3-slider-wrap .flex-direction-nav .flex-next span::before {
    color: #333 !important;
}
*/

/*------karma jquery1 slider  -----*/
.slider-content-main .slider-post-title{
  font-size: 18px;
}

.jquery1-slider-wrap .slider-content-sub{
  margin: 14px 25px 0 0 !important;
}

.jquery1-slider-wrap .slider-content-sub img{
  margin: 0 0 0 14px !important;
}

/*
body.page-id-641 #tt-slider-full-width{

  background: #fff url("/img/bgdivmain.png") repeat scroll 0 0 !important;
 
}

body.page-id-641 #tt-slider-full-width .jquery3-slider-wrap{
  padding: 1px  0 0 0;

}
 */
 
/*footer*/


/*gray style footer*/
/*
#footer{

	border-top: 4px solid #eaeaea !important;
	background-image: none !important;	
} 

#footer-top{

	background-image: none !important;

}

#footer div.footer-overlay{

   
    background-color: #3b3b3b !important;


}
 
#footer_bottom{
	min-height: 50px;
	background-color: #222 !important;
}

#footer_bottom .info{

	padding: 15px 0 15px 8px !important;
	color: #999 !important;
}
 */


/*yellow style footer*/
/*
 #footer{
	border-top: 1px solid #e6e6e6 !important;
	background-image: none !important;

}
#footer-top{

	background-image: none !important;

}
#footer div.footer-overlay{

    background-image: url("/img/footertile.png") !important;
    background-color:  #f2f2f2 !important;
    color: #b1b1b1 !important;

}
 
#footer_bottom{
	min-height: 50px;
	background-color: #f2d03b !important;
}

#footer_bottom .info{

	padding: 15px 0 15px 8px !important;
	color: #666 !important;
}
 
#footer_bottom .info a{
	color: #666 !important;

}

#footer_bottom .info a:hover{
	color: #fff !important;
	
}


#footer .footer-content div > h3{
  color: #3d3d3d;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  position: relative;
  background: url(/img/ybar.gif) no-repeat left bottom; 
 font-family: 'Nanum Gothic',serif;
 
}
*/
 /*
#footer .footer-content div > h3::after {
  background-color: #f7c51e;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
 */


/*------footer -----*/
#foot_right 
{
    width: 500px;
}

 #footer{
    width:1010px;
    margin: 0 auto;

 }
#footer-top{height: 0;}

#footer .footer-content{
  width: 940px;
}
#footer .one_third{
  width: 293px;
}
#footer .one_third_last{
  width: 294px;
}
#footer .footer-overlay .textwidget p{
  color: #fff;

}

#footer .footer-overlay .textwidget a.read-more{
	color: #F7C51E;
	font-weight: bold;
}

#footer .footer-overlay .textwidget a.read-more:hover{

	text-decoration: underline;

}

#footer .footer-overlay ul > li > a {
  color: #fff;
  display: block;
  padding: 6px 0;
}

#footer .footer-overlay ul > li > a:hover {
  color: #F7C51E;
  text-decoration: underline;
}

#footer_bottom .info{
  width: 940px;
  padding-left: 0;
}

#foot_left{
 width: 500px;
}
#foot_right{
 width: 440px;
}

/*button*/
a.btn-y{
 
  border: 2px solid transparent;
  border-radius: 2px;
 
  line-height: 1;
  padding: 15px 18px;
  transition: all 200ms ease-out 0s;

  text-align: center;
  display: inline-block;
  vertical-align: middle;

  background-color: #f7c51e;
  color: #454545;

  font-weight: bold;
  text-decoration: none;
}

a.btn-y:hover
{
	background-color: #e8b60f;
	text-decoration: none;
}

/*sidebar*/
#footer a.btn-y, .sidebar-widget a.btn-y {
	color: #454545;

}

#sidebar .sidebar-widget a.btn-y:hover {
	text-decoration: none;
}

/*h1,h2,h3*/
.y-title,.g-title{

   border-bottom: 1px solid   #EBEBEB;

    padding-bottom: 15px;
    position: relative;
}

.g-title{
    background: url(/img/gbar.gif) no-repeat left bottom; 
}
.y-title{
    background: url(/img/ybar.gif) no-repeat left bottom; 
}

h1.y-title,h2.y-title,h3.y-title{

    color: #333;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: -0.5px;	
}


/*page 본문크기*/
#content{

	font-size: 14px;
}

#content h6{

  color: #135a7d;
  font-size: 15px;
  margin: 40px 0 25px 0;
  padding: 0;
}

#content ul.list{
  padding: 0;
}

/*page support*/
body.page-id-474 a.tt-icon-box{

	box-shadow: none;
}

body.page-id-474 a.tt-icon-box i.fa-circle{
	color: #fff !important;

}

body.page-id-474 a.tt-icon-box i.fa-inverse{
	color: #555 !important;

}

body.page-id-474 a.tt-icon-box:hover i.fa-circle{
	color: #F2D03B !important;

}

body.page-id-474 a.tt-icon-box:hover i.fa-inverse{
	color: #fff !important;

}

/*page sitemap*/ 
body.page-id-525  #content .one_half{
    width: 600px;
}

body.page-id-525  #content a{
	text-decoration: none;
}

body.page-id-525  #content a:hover{
	color: #F2D03B;
}

/*page contact us*/
body.page-id-515 .sidebar-widget .search-form .text input{
    background:  none repeat scroll 0 0 !important;
  
    border: 0 none !important;
    float: left;
    margin: -2px 0 0 20px;
    padding: 0;
    width: 120px;
}

 
body.page-id-515 .sidebar-widget .search-form .text:before {
  content: "\f002" !important;
  position: absolute 
  left: 8px !important;
  top: 4px !important;
  font-size: 13px !important;
}



body.page-id-515 h3.y-title,g-title{

    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

body.page-id-515 .contact-submit input.ka-form-submit{
	background-color: #f2d03b  ;
	border-color: #f2d03b;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	 background-image: none  ;

	 color: #404040  ;
	 padding: 15px 18px  ;
	 border-radius: 2px  ;

	
	 font-size: 14px;
	 line-height: 1;
	 font-weight: 800;

	 text-align: center;
     vertical-align: middle; 

}

body.page-id-515  #tt-contact-notify {
	margin-top: 30px;
}

body.page-id-515 .karma_notify.message_green{
  background-color: #1abc9c ;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  box-shadow: none;
  border-radius: 0px;
  border: 0 none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 30px 17px 55px;
  position: relative;
   
  
}
 
body.page-id-515 .karma_notify.message_green.tt-contact-notify p{
	color: #fff !important;

}

body.page-id-515 .message_green p:before {
   color: #fff !important;
}


body.page-id-515 .message_yellow    {

  background-color: #f2d03b ;
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  box-shadow: none;
  border-radius: 0px;
  border: 0 none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 30px 17px 55px;
  position: relative;
   
}


body.page-id-515 .message_yellow p{
	color: #fff !important;
}

body.page-id-515 .message_yellow p:before {
   color: #fff !important;
}


body.page-id-515 .message_green.tt-contact-notify{

	margin-bottom: 50px
}

body.page-id-515 #tt-contact-notify.form-error{
	margin-top: 50px;

}

body.page-id-515 .rev_slider_wrapper{

	margin-top: 0px !important;
	margin-bottom: 60px !important;
}

 
 

/*page about us*/
body.page-id-395 .rev_slider_wrapper{

	margin-top: 0px;
	margin-bottom: 70px !important;
}


/*page gcc-home*/
body.page-id-641 .productHr{
  margin:10px 0 0 0;
  height: 30px;
}

body.page-id-641 #certiMak{
  margin-bottom: 30px;
}

body.page-id-641 #certiMak img{
  display:block;
  width: 400px;
 
  margin: 0 auto;
}


body.page-id-641 .textlist{



}

body.page-id-641 .textlist h5{

	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;


}


body.page-id-641  .icon-contain{

	color: #fcc71f;
}


body.page-id-641  .textlist-list-title{

	color: #333;
	text-transform: uppercase;
}

body.page-id-641 .textlist p{
  margin: 0 0 10.5px;

}


body.page-id-641 #content a.read-more{
	font-weight: normal;
}


.textblock a.read-more{
    color: #1fa7da;
    font-weight: bold;
    text-decoration: none;

}

.textblock a.read-more:hover{
	text-decoration: underline;

}

.textblock .textImgBox{
	margin: 5px 15px 0 0 ;
	float:left; 
}

.textblock .textImgBox img{
	display: block;
	margin-bottom: 10px;

}

.textImgBox img.textImgBoxLastImg{

}

body.page-id-641 #productList{
  margin-top: 0px;
}
body.page-id-641 #productList .shadow_three_col_large{
/*	 height: 157px !important;
	max-height: 157px !important;
	margin-bottom : 0px;
	 
 */
}

body.page-id-641 #productList h4{
 
 	margin-top: 15px;
	margin-bottom: 15px;

	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

/*
#productList .imgbox{
    
    max-width: 292px;
    max-height: 154px;

}

#productList .imgbox img{
    
  max-width:292px; max-height:154px; 
  width: 100%; heigh: auto;  

}
*/

#productList .productDescription{

}




#productList h3{
	margin-top: 5px;
	margin-bottom: 35px;
}

#productList .tt-column{

  border: 1px solid #ccc;
  background-color: #FAFAFA;

  padding: 0 !important;
 
   box-shadow: 0 1px 2px #d1d1d1;
   border-radius: 3px;

}

#productList .tt-column .columTitle{
  padding: 0 12px;
  border-bottom: 
}

#productList .tt-column .columnContent{

  padding: 0 12px;
  min-height: 110px;
}

 
#productList .tt-column .more{
  padding: 10px 12px ;
  margin:0;
  background-color: #ECECEC;
  
  border-top:1px solid #e0e0e0;
}

#productList a.read-more{
  
    color: #1fa7da;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin:0;
}


#productList a.read-more:hover{
  text-decoration: underline;
  color: #1fa7da;
}


body.page-id-641 .tt-icon-box{
  padding: 0px;
  box-shadow:none;
}
/*
body.page-id-641 a.tt-icon-box i.fa-circle{
  color: #F2D03B !important;

}
*/
body.page-id-641 a.tt-icon-box i.fa-inverse{
  color: #fff !important;

}



body.page-id-641 .tt-testimonial-wrapper{
  margin-bottom: 0;
  padding-bottom: 0;
}

body.page-id-641 h4.y-title{
  font-size: 18px;
}

/*page gcc-flexitank-features  */
 
body.page-id-410 .twoImg p{
   max-width: 200px;
   text-align: center;

}


/*page gcc-flexitank-loading-procedure*/
body.page-id-416 #installProcess tbody td{
  vertical-align: top;

}

body.page-id-416 #installProcess .modern_img_frame{
  margin-bottom: 0;
}

/*page gcc-flexitank  */
body.page-id-404 #mainAfterSlider  {
  margin-top: 34px;
   
}


/*page certification  */
body.page-id-425 #certiRowImg{
  display:block;
  width: 510px;
  margin: 50px auto;
}

body.page-id-425 #certiTable .certiDesc{
  width:100%; 
  text-align:center
}


body.page-id-425 #certiTable .certiImgBox{
  height: 250px; 
  width: 200px; 
  margin: 0 10px 10px 0;

}

body.page-id-425 #certiTable .certi1{
  background: url('/img/guarantee/certification/certification1.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi2{
  background: url('/img/guarantee/certification/certification2.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi3{
  background: url('/img/guarantee/certification/certification3.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi4{
  background: url('/img/guarantee/certification/certification4.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi5{
  background: url('/img/guarantee/certification/certification5.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi6{
  background: url('/img/guarantee/certification/certification6.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi7{
  background: url('/img/guarantee/certification/certification7.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi8{
  background: url('/img/guarantee/certification/certification8.jpg') no-repeat center center; 
}

body.page-id-425 #certiTable .certi9{
  background: url('/img/guarantee/certification/certification9.jpg') no-repeat center center; 
}
body.page-id-425 #certiTable .certi10{
  background: url('/img/guarantee/certification/certification10.jpg') no-repeat center center; 
}




/*flexitank application*/
body.page-id-407 .applyImgBox{
  margin: 10px 0;

}
body.page-id-407 #main .applyImgBox img{
  width:150px;
  height:150px;
  margin-right: 10px;
}

/*bulkliner price*/
body.page-id-1649 #priceSpec
{
	margin-top:50px; 
	background-image: url(http://www.worldgcc.com/img/whychoose_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;    
    padding: 10px 40px 50px;
}

body.page-id-1649 #priceSpec h6
{
	color:#fff; text-shadow:none;font-size:17px;
}
/*bulkliner application*/
body.page-id-1644 #main .applyImgBox img{
  width:150px;
  height:150px;
  margin-right: 10px;
}

/*bulkliner load*/
.drybulk_load_c
{
	margin-top: 10px;
}

.drybulk_load
{
	float: left;
	text-align: center;
}

.load_right{
	margin-left: 30px;
}

.drybulk_discharge
{
	float: left;
	text-align: center;
}

.drybulk_discharge img
{
	width: 223px;
}

.discharge_right
{
	margin-left: 30px;
}

/*bulkliner type*/
.drybulk_sort_c{
	margin-bottom: 30px;
}

.drybulk_sort{
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

 

.drybulk_sort img
{
	width: 239px;
}

.drybulk_sort_desc
{
	float: left;
	margin-left: 20px;
	width: 250px;

}


/*blog*/
.post_comments{
display:none;
}

body.single-post .tools .search-form, body.blog .tools .search-form ,body.archive .tools .search-form,
body.tag .tools .search-form{
 display:none;
}

body.single-post .heading-horizontal, body.blog .heading-horizontal, body.archive .heading-horizontal{
padding-right: 0px !important ;
margin-right: 102px !important;
color: #1fa7da !important;
}

body.single-post div.hr , body.blog div.hr,body.archive div.hr {
margin-right: 102px !important;
}

body.single-post  div.hr_shadow, body.blog div.hr_shadow,body.archive div.hr_shadow {
max-width: 555px !important;
}

body.single-post a.read-more, body.blog a.read-more,body.archive a.read-more{
margin-top: 20px !important;
}

.post_content{
padding-top: 20px !important;
}