/*
Theme Name: cbi customs bonds
Theme URI: http://www.google.com/
Author: Our Theme
Author URI: http://google.com/
Description: Our Theme

*/
@import url(css/bootstrap.min.css);
@import url(css/jquery.bxslider.css);
/*@import url(css/mmenu.css);*/
@import url(css/superfish.css);
@import url(fonts/fonts.css);
@import url(css/ie-only.css);
@import url(css/font-awesome.min.css);
@import url(css/lightbox.css);
@import url(css/hamburgler.css);

/*----- Reset Css -----*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:20%;
	font:inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Karla', sans-serif;
	font-size:17px;
	color:#000;
	line-height:25px;    
	overflow-x: hidden;	
	
}
ol, ul {

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----- Reset Css ends -----*/

/*----- Common Styles -----*/
b,strong {
	font-family: 'Karla';
	font-weight: 700;
}
a{text-decoration:none;}
a:hover {
	text-decoration: none;
}
a{outline:none;}
a:focus{
    outline:0;
}
p{font-family: 'Karla';}
h1, h2, h3, h4, h5, h6{font-family: "Raleway",sans-serif;}
h1 {
  font-size: 24px;
  
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
code {
  white-space: inherit;
  background-color: #f1f1f1;
}

/*----- Common Styles Ends -----*/
/* responsive menu */
.menu_icon {
    z-index: 9999;
}
.mobile_menu_section {
    background: rgba(236, 235, 234, 0.98);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	display:none;
}
.mobile_menu_section .mobile_navigation {
    margin: 0;
    padding: 28px 0 0 0;
}
.mobile_menu_section .mobile_navigation .sf-menu {
    float: none;
    margin: 0;
    padding: 0;
	width:100%;
}
.mobile_menu_section .mobile_navigation .sf-menu li{
	list-style:none;
	margin:0;
	padding:0px 0;
	display:block;
	text-align:center;
	float:none;
	border-bottom:1px solid rgba(106, 168, 58, 0.2);
}
.mobile_menu_section .mobile_navigation .sf-menu li:last-child{
	border-bottom:none;
}
.mobile_menu_section .mobile_navigation .sf-menu li a{
	padding:10px 0;
	margin:0;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	font-weight:500;
	text-decoration:none;
	outline:none;
}
.mobile_menu_section .mobile_navigation .sf-menu li a:hover, .mobile_menu_section .mobile_navigation .sf-menu li a:focus{
	text-decoration:none;
	outline:none;
}
.mobile_menu_section .mobile_navigation .sf-menu li .sub-menu {
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
	display:none;
}
.mobile_menu_section .mobile_navigation .sf-menu li .sub-menu li {
    background: transparent none repeat scroll 0 0;
}
/*----- Not Found -----*/

.not-found p {
     color: #25549A;
    font-size: 150px;
    line-height: 200px;
    text-align: center;
}
.oops {
    color: #c2c2c2;
    font-size: 26px;
    text-align: center;
}
.not-found h1 {
    text-align: center;
}

/*----- Top Bar -----*/

.topbar {
    background: #29282d;
    color: #fff;
    
}

.topbar a {
    color: #c2c2c2;
    font-size: 13px;
    font-family: 'Karla', sans-serif;
    line-height: 48px;
}
.icon-phone{
    float:right;
    color: #c2c2c2;
}
.icon-logo{
    color: #c2c2c2;
}
.topbar .col-lg-9.col-md-9 {
    text-align: right;
}



/*----- Header Logo -----*/

.headerlogo {
	background: #999;
    color: #fff;	
}

.headerlogo a {
	color: #000;	
}

.headerlogo .col-lg-9.col-md-9 {
    text-align: right;
	padding-top: 25px;

}
.logo img {
    max-width: 100%;
    padding: 5px 0;
}

/*----- Menu -----*/
.logo a {
	padding: 0px;
	display: inline-block;
}
.logo .logo-header {
	padding: 7px 14px 7px 0;
}
.logo .logo-header p, .logo .logo-header h1 a {
	padding: 0;
	color: #fff;
}
.logo .logo-header p {
	font-size: 13px;
}
.mobile-logo {
	display: none;
	background: #fff;
	text-align: center;
}
.menu-wrapper {
  width: 100%;
  z-index: 3;
  }
.header.sticky{  position: fixed;  top:0px;  z-index:999;}
.menu-wrapper-bg {
  background: #fff;
  padding: 0px 0;
}
.menu-sp {    
    float: right;
}
.menu-sp ul {
	float: none;
    display: table;
    margin: 0 auto;
}
.menu-sp ul a{
	color: #636465;
    font-family: 'Karla', sans-serif;
	font-size: 15px;
    text-transform: uppercase;
}
.menu-sp ul a:hover {
	color: #25549A;
	transition: color .4s;
}
.menu-sp ul a.current, li.current_page_item > a , li.current_menu_item > a{
  color: #000;
  transition: color .4s;
}
.mm-menu li.current_page_item > a, .mm-menu li.current_menu_item > a {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li.current_page_item:after, .mm-menu .mm-list > li.current_menu_item:after {
	border-color: rgba(0, 0, 0, 0);
}
.menu-sp ul li {
	display: inline-block;
	height: 105px;
}
.menu-sp ul ul li {
  display: block;
}
.menu-sp ul li a {
	padding-top: 40px;
	padding-bottom: 45px;
	padding-left: 8px;
	padding-right: 8px;    
	display: inline-block;
}
.menu-sp ul ul a {
    color: #fff;
}
  .menu-sp ul ul li:after {
    content: "";
  }
 .menu-sp ul li:last-child:after {
    content:"";
  }
.menu-sp ul ul li {
    border-bottom:2px solid rgba(255, 255, 255, 0.3);
  height: 42px;
}
.menu-sp ul ul li:last-child {border-bottom:0px;}
.menu-sp ul ul li a {
  padding-bottom: 10px;
  padding-top: 8px;
}
/* mobile menu */ 
.mm-fixed-top a  img{
	width: 40px;
	height: 40px;
}
.mm-fixed-top { 
	z-index: 4;
}
.mm-fixed-top {
  display: none;
}
/*----- Menu Ends -----*/

/* ---- Slider Starts ---*/
.text-container {
    text-align: left;
}
.text-container h3 {    
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-size:35px;
    margin-bottom:11px;
}
.text-container h1 {        
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
    display: inline-block;
    font-size: 36px;
    text-transform:uppercase;
}
.text-container p {
    margin-top: 10px;
}
.text-container p a {
    font-size: 13px;
    text-transform:uppercase;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    padding: 18px 30px;
    display: inline-block;
    background: #DB2614;
}
.text-container p .fa-angle-right {
    font-size: 16px;
}
.text-container p a:hover{
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: #646464;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { line-height: 1.4; margin: 0 0 0; overflow: hidden; background: #fff; position: relative; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Alternate Caption CSS */
#flex-main { padding: 0 40px; max-width: 1200px; margin: 0 auto; }
.flex-caption { width: 100%; margin: 0; }
.text-container { margin: 0 auto; padding: 20px; width: 70%; }
.text-container a:hover { text-decoration: underline; }
.icon{ display:none}
.phone{ display:none}
.contactpage #gform_wrapper_1 form#gform_1 .gform_footer{
width:85% !important;
float: right;
margin-bottom:0px!important;
padding: 0px!important;
}

#gform_1 .ginput_container {
    width: 85%;
    float: right;
    margin-bottom: 15px;
}
#gform_1 li input.medium {
    width: 100% !important;
	font-size: 16px;
padding-left: 7px;
}
.error { color:#f00}
#gform_1 .gform_body { width:100%}
#gform_wrapper_1 input#gform_submit_button_1 {
    background: #208977;
    color: #fff;
    font-size: 19px;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    padding: 7px 0px;
    width: 100% !important;
    border-radius: 6px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
 #gform_wrapper_1 form#gform_1 .gform_footer {
    width: 85% !important;
    float: right;
    margin-bottom: 0px !important;
    padding: 0px !important;
}
/* 860px and above CSS of Alternate Caption */
@media screen and (min-width: 860px) {
  .flex-caption { width: 100%; margin: 0 auto; position: absolute; top: 15%; z-index: 100; }
  .caption-container { position: relative; width: 100%; margin: 0 auto; padding-left: 2%; }
  .text-container { max-width: 100%; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn; animation: slideIn; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; } }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 35px; height: 73px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0.5; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block;}
.flex-direction-nav a.flex-next:before  {  }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-prev {
    background: url(images/left-arrow.png) no-repeat center left;
    left: 50px !important;
}
.flex-next {
    background: url(images/right-arrow.png) no-repeat center right;
    right: 50px !important;
}
.flex-control-nav {display:none; width: auto; position: absolute; right: 48%; bottom: 0; text-align: -webkit-right; z-index: 2; font-size: 0;} 
.flex-control-nav li {display:inline-block; margin: 11px 2px;   zoom: 2; *display: inline;}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  border: 1px solid #fff;
  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: rgba(253,65,49,0.7); }
.flex-control-paging li a.flex-active { background: rgba(253,65,49,.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
  .flex-caption { background: transparent; }
  
}

/* Alternate Caption slideIn CSS */
/* Will not work properly without JS pull by Ryan Long https://github.com/woothemes/FlexSlider/pull/865 */
@-webkit-keyframes slideIn { 0% { left: 9%; opacity: 0; }
  100% { left: 0; opacity: 1; } }

@-moz-keyframes slideIn { 0% { left: 9%; opacity: 0; }
  100% { left: 0; opacity: 1; } }

@-o-keyframes slideIn { 0% { left: 9%; opacity: 0; }
  100% { left: 0; opacity: 1; } }

@keyframes slideIn { 0% { left: 9%; opacity: 0; }
  100% { left: 0; opacity: 1; } }
/* --- slider Ends ---*/

/* --- Three Column Feature Starts --- */
.three-column-wrapper {
  background: #ecf0f1;
}
.three-column-container {
  text-align: center;
}
.three-column-container .col-md-4.box1, .three-column-container .col-md-4.box2, .three-column-container .col-md-4.box3 {
  padding-top: 35px;
  background: #ecf0f1;
  transition: all .5s;
}
.three-column-container .col-md-4.box1:hover, .three-column-container .col-md-4.box2:hover, .three-column-container .col-md-4.box3:hover {
  background: #e93424;
  color: #fff;
}
.three-column-box {
  padding-bottom: 35px;
}
.three-column-box p{
  margin-bottom: 16px;
}
.three-column-box p a{
  color: #2c2c2c;
}
.three-column-box h1{
  margin-bottom: 9px;
}
.three-column-box h1 a{
  color: #2c2c2c;
}
.three-column-box h1 a:hover{
  color: #fff;
}

/* --- Three Column Feature Ends --- */

/* --- Recent Blogs Starts --- */
.blog-wrapper {
   background: #f1f1f1 none repeat scroll 0 0;
    padding: 100px 0;
}
.blog-wrapper > div > div > div:nth-child(n+1) > div:nth-child(3n+1) {
clear: both;
}
.recent-blog-header {
  text-align: left;
}
.recent-blog-header p.saperator {
  /*background: url(http://cbicustomsbonds.com/images/recent-blog-border-icon.png) repeat-x;
  background-position: center;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 36px;*/
}
.recent-blog-header h1.rbh {
  margin-bottom: 45px;
  padding-bottom:15px;
  position:relative;
  font-family:raleway;
  font-size:26px;
  font-weight:bold;
  color:#013064;
}
.recent-blog-header h1.rbh:after {
    content:"";
    background:#013064;
    width:35px;
    height:2px;
    position:absolute;
    left:0;
    bottom:0;
}
.recent-blog-header p.rbh {
  margin-bottom: 41px;
}
.recent-posts-container { 
  background:#fff;
  overflow: hidden;
  position: relative;
   min-height: 209px;
  margin-bottom: 30px;
  min-height: 315px;
}
.recent-posts-container a.rbh-post-thumbnail {
  text-align:right;
  line-height: 10px;
}
.recent-posts-container img.post-thumb {
  height: auto;
  max-width: 100%;
}
.recent-posts-container img.post-thumb:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: alpha(opacity=85);
-moz-opacity:0.85;
-khtml-opacity: 0.85;
opacity: 0.85;
}
.recent-posts-container h3{
  margin-bottom: 16px;
}
.recent-posts-container h3 a{
  color: #000;
}
.recent-posts-container h3 a:hover {
color: #d93021;
}
.recent-posts-container p {
  text-align: left;

}
p.rbh-post-meta {
  margin-top: 38px;
}
p.rbh-post-meta a {
  color: #d93021;
}
img.rbh-readmore:hover{
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
img.rbh-readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 13px;
  border-top: 1px solid #acacac;
  border-left: 1px solid #acacac;
  background: url(http://cbicustomsbonds.com/images/readmore-icon-red.png) no-repeat center;
}

/* --- hover effect --- */
.recent-posts-container .rbh-post-thumbnail {
	/*background: #b2b2b2 url(http://cbicustomsbonds.com/images/pattern-light.png) repeat fixed;*/
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}
/* --- hover effect ends --- */
/* --- Recent Blogs Starts Ends --- */

/* --- Gallery Starts --- */
.parallax-container {
  background: url(http://cbicustomsbonds.com/images/parallax-image.jpg) 50% 0 repeat fixed;
  min-height: 406px;
  position: relative;
}
.parallax-content {
  position: relative;
}
.parallax-content h1 {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.parallax-content img {
  width: 100%;
  height: 409px;
}
.gallery-wrapper {
  margin-top: -235px;
}
.gallery-tabs {
  overflow: hidden;
  text-align: center;
}
/* Wookmark Css */
#main {
  overflow: hidden;
}

/**
 * Grid items animation
 */
#tiles li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.wookmark-placeholder {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

/**
 * Filters
 */
#filters {
  list-style-type: none;
  display: inline-block;
}

#filters li {
  font-size: 18px;
  float: left;
  padding: 11px 27px 12px 27px;
  cursor: pointer;
  margin: 0 24px 16px 0;
  -webkit-transition: background 0.15s ease-out;
     -moz-transition: background 0.15s ease-out;
       -o-transition: background 0.15s ease-out;
          transition: background 0.15s ease-out;
          border: 1px solid #222;
          background: #fff;
}

#filters li:hover {
  background: #f03120;
  color: #fff;
  text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.22);
  padding: 12px 28px 13px 28px;
  border: 0;
}

#filters li.active {
  background: #f03120;
  color: #fff;
  text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.22);
  padding: 12px 28px 13px 28px;
  border: 0;
}
#filters li:last-child {
margin-right: 0;
}
/* Wookmark Css Ends */
/* Wookmark Main Starts */
#main {
  margin: 30px 0;
  position: relative;
  text-align: center;
  margin-top: 94px;
}

/**
 * Grid container
 */
#tiles {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

/**
 * Grid items
 */
#tiles li {
  width: 265px;
  background-color: #ffffff;
          border-radius: 3px;
     -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  padding: 2px;
}
#tiles a.wook-hover-button {
position: absolute;
top: 41%;
left: 31%;
padding: 13px 15px 13px 15px;
border: 2px solid rgba(251,251,251,0.8);
border-radius: 4px;
display: none;
background: rgba(0,0,0,0.4);
color: #fff;
transition: background .5s;
}
#tiles a.wook-hover-button:hover {
	background: rgba(0,0,0,1);
}
#tiles > li:nth-child(n):hover {
background: #000;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

/**
 * Grid item text
 */
#tiles li p {
  color: #666;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  font-weight: 200;
  margin: 7px 0 2px 7px;
}

footer {
  text-align: center;

}

footer a {
  color: #435DC5;
  text-decoration: none;
}

/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: -1;
}

.example-tiles {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

.example-tiles li {
  display: block;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 261px;
  height: 302px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}

.example-tiles a:hover {
  background-color: #ddd;
}

/* Wookmark Main Ends */
/* --- Gallery Ends ---*/

/* --- Textimonial Starts --- */
.testimonial-wrapper {
  background: #fff;
  padding-top: 29px;
  text-align:center;
}
.testimonial-inner .testimonial-header {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  text-align: center;
}
.bx-caption span a.arrow {
  position: absolute;
  background: url(http://cbicustomsbonds.com/images/testimonial-arrow.png) no-repeat;
  width: 12px;
  height: 23px;
  left: -12px;
  top: 50px;
}
.bx-caption span p {
  margin-top: 10px;
}
.bx-caption span p a {
  color: #e93424;
}
.bx-caption span p a:hover{
  color: #ab2317;
}
.bx-controls.bx-has-pager.bx-has-controls-direction.bx-has-controls-auto {
  display: inline-block;
}
.testimonial-inner.animated.bottom-to-top.animation_started {
    text-align: center;
 
}
.testimonial-add input{
margin-bottom:10px;
}
.right_sec {
    padding-top: 10px;
}

/* --- Textimonial Ends --- */

/* --- Contact US --- */
.contact-wrapper {
  padding-top: 52px;
  margin-bottom: 9px;
  line-height: 1.4;
}
.contact-header h1 {
  text-align: center;
  margin-bottom: 36px;
}
p.chp {
  text-align: center;
  margin-bottom: 36px;
}
.contact-container {
  text-align: center;
}
.contact-container form label {
  font-size: 21px;
  border: 1px solid #222;
  padding: 11px 18px 14px 18px;
}
.contact-container form input[type='text'], .contact-container form input[type='textarea'] {
  padding: 18px 18px 15px 18px;
  border: 1px solid #222;
  margin-bottom: 25px;
  margin-right: 23px;
  border-left: 0;
}
.contact-container form input[type='text']{
  width: 25%;
  height: 56px;
}
.contact-container form input[type='textarea']{
  width: 46%;
  height: 56px;
}
.contact-container form input[type='submit']{
  font-size: 21px;
  padding: 9px 18px 13px 18px;
  border: 1px solid #a81c10;
  margin-bottom: 25px;
  margin-right: 23px;
  color: #fff;
  background: #e93424;
}
.contact-container .error {
	position: absolute;
	top: 32px;
	left: 0;
	color: red;
}
.contact-container .error.comment {
top: 131px;
left: 180px;
}
.contact-container  .error.email {
top: 50px;
left: 590px;
}
.contact-container .error.name {
top: 50px;
left: 179px;
}
/* social icons */
ul.social-icons {

  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 36px;
  margin-top: 12px;
}
ul.social-icons li.fb a {
  background: url('http://cbicustomsbonds.com/images/social-icon-color.png') no-repeat 0 -1px;
  width: 24px;
  height: 23px;
}
ul.social-icons li.tw a {
  background: url('http://cbicustomsbonds.com/images/social-icon-color.png') no-repeat -29px 0;
  width: 24px;
  height: 24px;
}
ul.social-icons li.gp a {
  background: url('http://cbicustomsbonds.com/images/social-icon-color.png') no-repeat -59px -1px;
  width: 24px;
  height: 23px;
}
ul.social-icons li.rs a {
  background: url('http://cbicustomsbonds.com/images/social-icon-color.png') no-repeat -90px -1px;
  width: 24px;
  height: 23px;
}
ul.social-icons li.pn a {
  background: url('http://cbicustomsbonds.com/images/social-icon-color.png') no-repeat -121px 0;
  width: 24px;
  height: 24px;
}
ul.social-icons li.ln a {
  background: url('http://cbicustomsbonds.com/images/social-icon-color.png') no-repeat no-repeat -152px 0;
  width: 24px;
  height: 24px;
}
/* social icon hover */
ul.social-icons li.fb a:hover {
  background: url('http://cbicustomsbonds.com/images/social-icon-hover.png') no-repeat 0 -1px;
}
ul.social-icons li.tw a:hover {
  background: url('http://cbicustomsbonds.com/images/social-icon-hover.png') no-repeat -29px 0;
}
ul.social-icons li.gp a:hover {
  background: url('http://cbicustomsbonds.com/images/social-icon-hover.png') no-repeat -59px -1px;
}
ul.social-icons li.rs a:hover {
  background: url('http://cbicustomsbonds.com/images/social-icon-hover.png') no-repeat -90px -1px;
}
ul.social-icons li.pn a:hover {
  background: url('http://cbicustomsbonds.com/images/social-icon-hover.png') no-repeat -121px 0;
}
ul.social-icons li.ln a:hover {
  background: url('http://cbicustomsbonds.com/images/social-icon-hover.png') no-repeat no-repeat -152px 0;
}

ul.social-icons li a {
  padding: 0px 12px 9px 12px;
}
ul.social-icons li {
  display: inline-block;
  width: 24px;
  height: 24px;
  background:none !important;
      padding-left: 0px !important;
}
div.saperator{
  background: url(http://cbicustomsbonds.com/images/recent-blog-border-icon.png) repeat-x;
  background-position: center;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
/* social icons ends */

/* --- Contact US Ends --- */

/* ---WP Core Styling Image around Text alignment Start --- */
.alignnone {
    margin: 18px 0px 20px 0;
}
img.alignnone {
    max-width: 100%;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    clear: both;
    margin: 18px auto 18px auto;
}
.alignright {
    box-shadow: 0 4px 23px -8px rgba(171, 171, 171, 0.7);    
    float: right;
    margin:10px 20px 20px;    
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
.alignleft {
     border-radius: 6px;

    float: right;
    margin: 0px 20px 20px;
    padding: 7px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
.aligncenter {
     border-radius: 6px;
    box-shadow: 0 3px 5px #666;
    float: right;
    margin: 18px;
    padding: 7px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
.alignright:hover,
.alignleft:hover,
.aligncenter:hover{
    box-shadow: 0 20px 23px -8px rgba(171, 171, 171, 0.7);
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);  
}
a img.alignright {
    float: right;
    margin: 18px 0 20px 20px;
}
a img.alignnone {
    margin: 18px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 18px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 5px 5px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {
}
.sticky h4 a:link, .sticky h4 a:visited{
    color:red;
    text-transform:Uppercase;
}
.sticky h4 a:hover{
    color:red;
    text-decoration:underline;
}
.gallery-caption {
} 
.bypostauthor{
}
/* ---WP Core Styling Image around Text alignment Ends --- */

/* --- Footer Style Starts --- */
.footer {    
  overflow: hidden;
   background-size:cover;
  background-position:top center;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer h5 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 16px;
}
.footer a {
    color:#000000;
   
}
.footer ul li {  
  margin-bottom: 4px;
}
.footer .wp-caption p.wp-caption-text {
	color: #222;
}
/* --- Footer Menu Starts --- */
#menu-quick-links  a.current, 
#menu-quick-links li.current_page_item > a, 
#menu-quick-links li.current_menu_item > a{
    color:#fff;
    
}
.footer-menu ul#nav ul li {
	min-width: 139px;
	background: #2c2c2c;
	width: 100%;
}
.footer-menu ul#nav ul {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.28);
}
.footer-menu-ul ul li a {
	padding: 10px;
	background: #e93424;
	width: 100%;
}
.footer-menu ul ul li:after {
	content: "";
}
.footer-menu ul ul li {
	background: #2c2c2c;
	min-width: 168px;
	width: 100%;
}
.footer-menu ul#nav {
	position:relative;
}
.footer-menu ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu ul#nav li {
	position: relative;
	float: left;
}
.footer-menu #nav li ul {
	position: absolute;
	left: -50%;
	bottom:79px;
	margin-left:-999em;
}
.footer-menu #nav li ul ul {
	position: absolute;
	left:100%;
	bottom: 0;
}
.footer-menu #nav li.current_page_item > a, .footer-menu #nav li.current_menu_item > a  {
	
}
/* Styles for Menu Items */
/* set dropdown to default */
.footer-menu ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.over ul ul, ul#nav li.over ul ul ul {
	margin-left:-999em;
}
.footer-menu ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.over ul, ul#nav li li.over ul, ul#nav li li li.over ul {
	margin-left:0;
}
/* --- Footer Menu Ends --- */
.tagcloud a {
  padding: 6px;
  border: 1px solid #f97e6e;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all .4s;
}
.tagcloud a:hover {
background: #fff;
color: #c2c2c2;
}
.textwidget, searchform, .footer-columns > ul {
  margin-bottom: 13px;
}
.tagcloud {
  margin-bottom: 3px;
}
/* next gen gallery style in footer */
.ngg-widget.entry-content img {
  border-radius: 50%;
  overflow: hidden;
  width: 78px;
  height: 78px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.ngg-widget.entry-content {
  margin-bottom: 6px;
}
.searchform div {
  position: relative;
}
.searchform div input[type=submit] {
  position: absolute;
  top: 9px;
  right: 9px;
  background: url(http://cbicustomsbonds.com/images/search-button.png) no-repeat;
  border: 0px;
  width: 16px;
  height: 16px;
}
.footer .searchform div input[type=submit] {
	font-size: 0;
}
.footer #search {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  border: 1px solid #ba1e10;
  color: #5c5d5e;
  line-height: 20px;
}
.footer #search:focus {
  color: #000;
}
/* --- Footer Style Ends --- */

/* --- Footer Copyright Starts --- */
.footer-copyright-wrapper {
  background:#013064;
  color: #fff;
  font-size: 14px;
}
.footer-menu {
  float: right;
}
.footer-menu-ul li {
  display: inline-block;
}
.footer-menu-ul li a {
  color: #ffe8e6;
  padding-bottom: 27px;
  padding-top: 27px;
  padding-left: 7px;
  padding-right: 9px;
  display: inline-block;
  transition: color .4s;
}
.footer-menu-ul li a:hover {
  color: #222;
}
.footer-menu ul li:after {
    content: "/";
}
.footer-menu ul li:last-child:after {
    content:"";
}
.footer-copyright p{
  padding-top: 15px;
  padding-bottom: 15px; 
}
.footer menu li {
	margin-bottom: 9px;
}
.footer .sub-menu, .footer .children {
margin-top: 9px;
}
.footer h3, .footer select, .footer .searchform {
	color:#013064;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer .footer-columns { font-size:16px; }
  
.footer select {
	max-width: 100%;
	color: #222;
}
/* --- WP Comments Starts --- */
#commentsbox {
  margin-right: 24px;
  line-height: 1.4;
   margin-bottom: 35px;
}
#commentsbox h3#comments {
	margin-bottom: 20px;
}
.commentlist .reply {}
.commentlist .reply a {
  background: url(http://cbicustomsbonds.com/images/reply-icon.png);
  width: 24px;
  height: 15px;
  position: absolute;
  bottom: 28px;
  right: 16px;
  text-indent: -9999px;
}
.commentlist .comment-body {
  position: relative;
}
.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {
  color: #3d3d3d;
  font-size: 17px;
}
.commentlist .vcard cite.fn {
  margin-left: 20px;
}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {
  float: left;
  margin-bottom: 15px;
  border: 1px solid #c8c8c8;
  padding: 3px;
}
.commentlist .vcard cite.fn a.url {
  color: #3d3d3d;
}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {
  color: #e93424;
}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {
  margin-left: 20px;
  font-size: 14px;
}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .comment .depth-1{}
.commentlist .comment .depth-2{
  margin-left: 37px;
}
.commentlist .comment .depth-3{
  margin-left: 37px;
}
.commentlist .comment .depth-4{
  margin-left: 37px;
}
.commentlist .comment .depth-5{
  margin-left: 37px;
}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {
	list-style: none;
}
.commentlist li p {
  clear: both;
}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}
.commentlist .comment-text {
  border: 1px solid #ececec;
  clear: both;
  color: #555;
  display: block;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 45px;
  position: relative;
}
.logged-in-as {
	margin-bottom: 15px;
}
.logged-in-as a{ 
	color: #2c2c2c;
}
.logged-in-as a:hover{ 
	color: #e93424;
}
.comment-respond {
	display: inline-block;
}
.commentlist .comment-text a.commenttext-arrow {
  background: url(http://cbicustomsbonds.com/images/comment-arrow.png);
  width: 18px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 82px;
}
.commentform_wrapper .post-info {
  display: none;
}
.commentform_wrapper #respond .comment-reply-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.commentform_wrapper .comment-notes {
  margin-bottom: 30px;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
  font-size: 21px;
  border: 1px solid #222;
  padding: 11px 18px 14px 18px;
}
.comment-form-author input[type='text'], .comment-form-email input, .comment-form-url input {
  padding: 18px 18px 15px 18px;
  border: 1px solid #222;
  margin-bottom: 25px;
  margin-right: 23px;
  border-left: 0;
  margin-left: -3px;
  width: 270px;
}
.comment-form-author, .comment-form-url {
  float: left;
}
.comment-form-comment textarea {
  height: 55px;
  width: 382px;
  padding: 16px 12px 16px 12px;
}
.comment-form-url input {
  width: 258px;
}
.form-submit input[type='submit']{
  font-size: 21px;
  padding: 9px 18px 12px 18px;
  border: 1px solid #a81c10;
  margin-right: 23px;
  color: #fff;
  background: #e93424;
  }
.form-allowed-tags {
	display: inline-block;
	float: left;
	margin-bottom: 30px;
	margin-top: 13px;
	font-size: 12px;
	line-height: 19px;
}
/* --- WP Comments Ends --- */

/* --- WP Calendar Widget --- */
#calendar_wrap {
}
#calendar_wrap table, #calendar_wrap th, #calendar_wrap td, #calendar_wrap tr {
  padding: 6px;
  border: 1px solid rgba(0,0,0,0.03);
  border-collapse: collapse;
}
#calendar_wrap #wp-calendar {
  width: 100%;
  margin-bottom: 17px;
}
#calendar_wrap #wp-calendar caption {
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
}
#calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td {
  border: 1px solid rgba(0,0,0,0.03);
  text-align: center;
}
#calendar_wrap th {
  line-height: 20px;
  background: rgba(0,0,0,0.03);
  text-shadow: rgba(0,0,0,0.05) 0 1px 0px;
}
#calendar_wrap #wp-calendar #today, #calendar_wrap #wp-calendar #today {
  background: #e7604a;
}
#calendar_wrap #wp-calendar #today, #calendar_wrap #wp-calendar #today a {
  color: #FFF;
}
/* --- WP Calendar Widget --- */

/* --- Blog Page and Posts Starts --- */
.blogpost-content {
  padding:20px 0 20px;
}
.blogpost-content  .blog-wrapper {
padding-top: 0;

}
.blogpost-content .gallery-wrapper {
margin-top: 0px;
}
.breadcrum-wrapper {

}
.breadcrum h4 {
}
.post-page h1, .post-page h2, .post-page h3 {
	padding-bottom: 10px;
}
.post-page h4, .post-page h5, .post-page h6 {
	padding-bottom: 7px;
}
.post-page h1 a, .breadcrum h4 a {
  color:#767676;
  display: inline-block;
  word-break: break-word;
}
.breadcrum.clearfix div{
   color: #999;
   font-size: 13px;
}
.current{color:#767676;text-transform: capitalize;}
.post-page h1 a:hover, .breadcrum h4 a:hover{
  color: #25549A;
}
.post-page a{
	color: #222;
}
.post-page a:hover{
	color: #25549A;
}
.post-page p {
	padding-bottom:13px;  
}
.post-page ol, .post-page ul {
	margin-left:0px;
}
.post-page ul.meta {
	margin-left: 0;
	margin-bottom: 14px;
}
.post-page ol li, .post-page ul li{
    /*background: rgba(0, 0, 0, 0) url("http://cbicustomsbonds.com/images/check.png") no-repeat scroll left 6px;*/ 
    list-style: outside none none;
    /*margin-top: 7px;*/
    /*padding-left: 21px;*/
	/*margin-bottom: 7px;*/
	/*text-align: center;*/
}
#registerform {
    padding: 0px 35px;
	margin-right: 52px; background:#f3f3f3;
}

 .post-page ol ol, .post-page ul ul  {
 margin-top: 7px;
 }
.post-page .avatar.photo {
	padding: 3px;
	border: 1px solid #adadad;
	display: inline-block;
	text-align:center;
	margin-top: 15px;
	margin-right: 10px;
}
.post-page .auth-title {
	padding-top: 10px;
	padding-bottom: 5px;
}
.post-page ul.social-icons {
	max-width: 100%;
}
.meta li {
  display: inline-block;
  color: #e93424;
  margin-right: 15px;
}
.meta li.comments {
	float: right;
}
.meta li a {
   color: #e93424;
}
.meta li a:hover {
text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}
.meta {
  margin-bottom: 20px;
  font-size: 14px;
}
.post-page {  
  overflow: hidden;
  padding: 12px 12px 12px 12px;
  margin-right: 24px;
  padding: 12px;
}
.post-page h1.post-page-head {
  border-bottom: 1px solid #25549A;
  padding-bottom: 13px;
  margin-bottom: 10px;
}
.post-page img {
  max-width: 100%;
  height: auto;
}

.post-page img.rbh-readmore {
position: relative;
margin-right: -12px;
margin-bottom: -12px;
float: right;
}
.post-page img.rbh-readmore:hover {
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.post-page .contact-container {
	line-height: 1.4;
	margin-top: 40px;
}
.nav-next {
	float: right;
}
#nav-single {
	margin-right: 24px;
	margin-bottom: 30px;	
}
#nav-single a {
	color: #fff;
	padding: 8px;
	background: #e76756;
}
#nav-single a:hover {
	color: #fff;
	background: #2c2c2c;
}
/* --- Blog Page and Posts Ends --- */

/* --- Gallery Starts --- */
.wp-caption-text.gallery-caption {
	font-size: 13px;
}
#gallery-1 img.attachment-thumbnail {
	border: 1px solid #cfcfcf;
	padding: 3px;
}
.att-img {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

/* --- Gallery Ends --- */

/* --- Sidebar Starts --- */
.sidebar {
    background: rgb(37,84,154) none repeat scroll 0 0;
    font-size: 15px;
    margin-bottom: 54px;
    padding: 10px;
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.sidebar select {
  max-width: 100%;
  margin-top: 12px;
margin-bottom: 12px;
}
.sidebar .tagcloud a {
padding: 5px 7px 5px 7px;
border: 1px solid #cfcfcf;
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
transition: all .4s;
background: #dfdfdf;
color: #000;
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07 );
border-radius: 1px;

}
.sidebar .tagcloud a:hover {
  background: #e93424;
  color: #fff;
  border: 1px solid #e18b84;
}
.sidebar .menu ul li a, .footer .menu ul li a {
  padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
display: block;
font-size: 14px;
}
.sidebar .menu ul {
  float: none;
}
 .sidebar .menu ul li,  .footer .menu ul li {
  height: auto;
 }
 .sidebar .menu ul li:after, .footer .menu ul li:after {
content: "";
color: #fff;
}
 .sidebar ul li {
     background: rgba(0, 0, 0, 0) url("http://cbicustomsbonds.com/images/side-right-arrow.png") no-repeat scroll left 10px;    
    list-style: outside none none; 
    line-height: 1.4;    
    padding-left: 21px; 
    padding-bottom:7px;
    margin-bottom: 7px;  
    position: relative;
    border-bottom: 1px dotted #c2c2c2;
    display: block;    
    font-size: inherit;
    font-weight: 400;    
 }
 .sidebar ul li:last-child{
     border-bottom:0px;
 }
 /*.sidebar ul li:before {
    content:"\f101";
    color: #666666;    
    font-family:fontawesome;         
    padding-right: 5px;     
 }*/
 
 
 .sidebar ul li a:hover, .sidebar a.rsswidget:hover {
  color: #000;
}
 .sidebar ul li a, .sidebar a.rsswidget {
  color: #fff;
  text-transform: capitalize;
}
.sidebar h4, .sidebar h3 {
  margin-bottom: 9px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
  color: #fff;
}
.sidebar ul.children, .sidebar ul.sub-menu {
  margin-top: 14px;
}
/* -- sidebar search widget --*/
.sidebar #search, .sidebar #s {
  border: 1px solid #d87040;
  border-radius: 4px;
  padding: 7px 10px 7px 32px;
  width: 100%;
  background: url(http://cbicustomsbonds.com/images/submit-button.png) no-repeat 10px 9px;
  margin-bottom: 15px;
  line-height: 20px;
}
.sidebar .searchform div input[type=submit] {
position: absolute;
top: 1px;
right: 1px;
background: #ff9967 url(http://cbicustomsbonds.com/images/pattern-submit.png);
border-top-right-radius: 4px;
padding: 6px 13px 7px 13px;
border-bottom-right-radius: 4px;
border: 0px;
border-top: 1px solid #ffcdb4;
border-left: 1px solid #f68e4d;
color: #fff;
width: auto;
height: inherit;
line-height: 20px;
}
.screen-reader-text {
	display: none;
}
.sidebar ol, .footer ol, .sidebar ul, .footer ul {
	list-style: none;
}
/* --- Sidebar Ends --- */

/* --- Footer Copyright Ends --- */
/* scroll animation css */
.animated {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration:0.3s;
	transition-duration: 0.3s;
	transition-property:scale;
	-moz-transition-property: scale; /* Firefox 4 */
	-webkit-transition-property: scale; /* Safari and Chrome */
	-o-transition-property:scale; /* Opera */
}
.animated.left-to-right,
.animated.right-to-left,
.animated.bottom-to-top {
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	-ms-transition-duration:1.2s;
	transition-duration: 1.2s;
}
.animation_started.animated {
	-webkit-transform: scale(1) translate3d(0,0,0);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.left-to-right {
	-webkit-transform: scale(1) translate3d(-50%,0,0);
	opacity:0;
}
.right-to-left {
	-webkit-transform: scale(1) translate3d(50%,0,0);
	opacity:0;
}
.bottom-to-top {
	-webkit-transform: scale(1) translate3d(0,50%,0);
	opacity:0;
}


/* About Services */
.about-services {
  /*  background: rgba(105,174,56,1);
background: -moz-linear-gradient(left, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 55%, rgba(246,41,12,1) 55%, rgba(241,241,241,1) 55%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105,174,56,1)), color-stop(55%, rgba(105,174,56,1)), color-stop(55%, rgba(246,41,12,1)), color-stop(55%, rgba(241,241,241,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(left, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 55%, rgba(246,41,12,1) 55%, rgba(241,241,241,1) 55%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(left, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 55%, rgba(246,41,12,1) 55%, rgba(241,241,241,1) 55%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(left, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 55%, rgba(246,41,12,1) 55%, rgba(241,241,241,1) 55%, rgba(241,241,241,1) 100%);
background: linear-gradient(to right, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 55%, rgba(246,41,12,1) 55%, rgba(241,241,241,1) 55%, rgba(241,241,241,1) 100%);*/
/*background: #25549A;*/
}
.about-bg {
    background:#013064;
    padding:77px 0;
}
.about-01 {
    padding-right: 40px;
	padding-left: 40px;
}
.about-01 > h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    padding-bottom:8px;
    position:relative;
    margin-bottom:30px;
}
.about-01 > h2:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:35px;
    height:2px;
    background:#fff;
}
.about-01 > p {
    color: #fff;
   
}
.about-readmore {
    margin-top: 52px;
}
.read_more {
    background:#208977 none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding: 20px 37px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.read_more:hover {
    background: transparent;
    border: 1px solid;
    color: #fff;
}
.services-bg {
    padding: 110px 30px 80px;
    background:#fff;
}

.services-head > h1 {
    color:#013064;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.services-head > h1:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:35px;
    height:2px;
    background:#013064;
}
.service-01 {
    margin-bottom: 30px;
}
.service-01 > img { 
    float: left;
}
.service-text {
    float: right;
    width: 75%;
}
.service-text h2 {
    color:#208977;
    font-size: 19px;
    font-family:karla;
    margin-bottom:10px;
    text-transform: uppercase;
}
.service-text > p {
  
}
/* Recent clossing */
.recent-closing {
    padding: 112px 0;
}
.recent-heading > h3 {
    color: #7a7a7c;
    font-family: raleway;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.recent-heading > h3:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:35px;
    height:2px;
    background:#7a7a7c;
}
.recent-closing .btn {
    border-radius: 0;
    padding: 9px 15px;
}
.small-padding{
    padding:0 6px;
}
.col-item {
    background: #f1f1f1;
    min-height: 255px;
    padding:50px 30px 20px;
	min-height: 330px;
}
.clossing > h1{
    font-size:27px;
    font-family:karla;
    color:#DB2614;
}
.clossing > p{
    font-family:Source Sans Pro;
    color:#636465;
    padding-top: 10px;
	font-size:18px;
}


/* testimonial */
.testimonial-inner > h1 {
    color:#013064;
    font-family: raleway;
    font-size: 27px;
    font-weight: bold;
    margin: 35px 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.testimonial-inner > h1:after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
    width:35px;
    height:2px;
    background:#013064;
}
.textimonial-icon {
    margin-bottom: 36px;
}
.item blockquote p {
       font-family: karla;
       font-style: italic;
    line-height: 31px;
    margin-bottom:40px;
}
.item blockquote h2 {
    color:#013064;    
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
    
}

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
  display: none;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #999;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.short-contact {
    background:#013064;
    padding: 30px;
    text-align:left;    
    margin-top:50px;
}
.srt-phone,
.srt-email {
    color: #fff;
    font-size: 29px;
}
.srt-phone a,
.srt-email a{color:#fff;position:relative;}
.srt-phone a::before,
.srt-email a::before {
    content: ":";
    left: -10px;
    position: absolute;
}


/* Press Release*/ 
.post-content {
    padding: 30px 30px 25px;
}
.press-release-heading {
    min-height: 130px;
}
.post-content p  a {
        font-size: 21px; margin-bottom:8px; display:block;
    color:#636465;
    text-transform: capitalize;
}
.press-release-heading  a {
    font-family: karla;
    font-size: 19px;
    color:#636465;
    text-transform: capitalize;
}
.post-content span{
    display: block;
    margin-top:26px;
    }
.post-content span a {
    color: #DB2614;
    font-size:14px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.post-content span a:hover {
    border-bottom: 1px solid #DB2614;
    border-top: 1px solid #DB2614;
    padding: 8px;
}
.press-release-container .animation_started {
    height: 241px;
    overflow: hidden;
    text-align: center;
}
/* footer */
.footer-first.footer-columns {
    /*padding-top: 120px;*/
}
.footer-fourth.footer-columns {
    color:#000000;
}
.footer-fourth.footer-columns  span{
    color:#000;
    margin-right:5px;
}
.footer-menu.nav-collapse > p {
    padding-top: 15px;
}
.side-footer-content {
    background:#fff none repeat scroll 0 0;
    padding: 70px 0 59px 0;
}
.side-top-footer {
    background-position: center top;
    background-size: cover;    
    
}
.inner-side-top{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    padding:60px 0;
    }
.top-footer-text > p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.top-footer-btn{text-align:right;}
.top-footer-btn > a {
    background:#208977;
    color: #fff;
    font-size: 19px;
    padding: 16px 70px;
    border-radius:6px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
 
.top-footer-btn > a:hover {
    background: transparent;
    border: 1px solid;
    color: #fff;
}
.top-footer-btn > a > i{
    font-size: 15px;
    padding-left: 7px;
}
.back_bg {
    background:#013064 none repeat scroll 0 0;
    margin-top:60px;
    padding:60px 0px 60px 122px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.background-black{
    position: relative;
     padding: 0 15px;
    height:auto;
}
.background-black:after{
    content:"";
    background:#dcdee0;
    width:100%;
    height:50%;
    position:absolute;
    left:0;
    bottom:0;
}
.news_letter > h1 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.news_letter > p{
    font-family:raleway;
    font-size:15px;
    color:#fff;
}
.news_letter_form{
    clear:both;
    /*margin-top:30px;*/
}
form.Subscribe {
    background: red none repeat scroll 0 0 !important;
    clear: both !important;
    display: block !important;
    margin: 0 auto !important;
    width: 70% !important;
    font-family:raleway !important;
}
.Subscribe_wrapper{
    margin-left:15% !important;
}
.Subscribe .gform_body { 
    float: left;
    width: 60% !important;
}
.Subscribe ul li{
    margin:0px !important;
    padding:0px !important;
    position:relative;
}
.Subscribe ul li div{
    margin:0px !important;
    padding:0px !important;
}
.Subscribe label{
    display:none !important;
}
.Subscribe input[type="text"]{
    width:100% !important;
    border:0px !important;
   padding: 12px !important;
    color:#737679;
    
}
.Subscribe .gform_footer{
    clear: initial !important;
    float: left !important;
    width: 200px !important;
    margin:0 0 0 -15px !important;
    padding:0px !important;
}
.Subscribe input[type="submit"] {
    background: #DB2614 !important;
    border: 0 none !important;    
    padding: 12px 30px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.Subscribe input[type="submit"]:hover{
   background: transparent !important;
    border: 1px solid !important;
    color: #fff;
    padding: 11px 30px;
}


 

/* inner page */
.twincapital {
    background-image: url("images/inner-bg.jpg");
    background-size:cover;
    background-position:center;
}
.twincapital-inner {
    background: rgba(37,84,154, 0.8) none repeat scroll 0 0;
    padding: 130px 0;
    text-align: center;
}
.inner-heading > a {
    color:#292929;
    font-family: raleway;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: bold;
}
.morial-partision {
    background: #fafafa;
    margin-bottom: 30px;
    padding: 20px;
}
.morial-left {
    float: left;
    position: relative;
    width: 80px;
}
.morial-left .fa {
    border: 1px solid #c2c2c2;
    color: #c2c2c2;
    font-size: 40px;
    padding: 10px;
}
.morial-right {
    float: left;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 80px);
   position: relative;
}
.morial-text {
    color: #636465;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.morial-right br {
    margin-bottom: 10px;
    padding-top: 10px;
}
.morial-right h2 {
    color: #666;
    font-weight: 500;
    text-align: right;
}
.post-page > h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 18px 0 5px;
}
/* Contact Page */
/* validation setting */
.validation_error {
    display: none;
}
.gform_wrapper .gfield_description {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 9;
    width:auto !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
     border-bottom: 0px !important;
    border-top: 0px !important;
}
.instruction.validation_message {
    bottom: -3px;
    position: absolute;
    right: 15px;
}
.contact-page .gform_wrapper {
    margin: 0px !important;
    max-width: 100%;
}
.contact-page .gform_description {
    color: #636465;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400 !important;
    margin-bottom: 45px !important;
}
.contact-page input[type="text"]{
    width:100% !important;
    border:1px solid #e6e6e6 !important;
    padding:12px !important;
    border-radius:6px !important;
    font-family: "Raleway",sans-serif  !important;
    font-size:16px !important;
    
    }
.contact-page label{display:none !important;}
.contact-page textarea{
    width:100% !important;
    border:1px solid #e6e6e6 !important;
    padding:12px !important;
    border-radius:6px !important;
    font-family: "Raleway",sans-serif  !important;
    font-size:16px !important;
}
.contact-page input[type="submit"]{
    background:#dc2515!important;
    padding:10px 55px !important;
    border:0px !important;
    color:#fff;
    font-family: "Raleway",sans-serif  !important;
    border-radius:0px !important;
    text-transform:uppercase;
    font-size:14px !important;
}
.contact-page ul li{
    margin:0 !important;
    padding:0 !important;
    margin-bottom:12px !important;
    position:relative;
}
.contact-page ul li > div{
    margin:0 !important;
    padding:0 !important;
}
.contact-details {
    font-size: 16px;
    padding-top: 5px;
    color:#636465;
}
.media-body > a {
    color: #777;
}
.media-left .fa {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color:#1c4f95;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.media-body {
    padding-left: 10px;
    padding-top: 5px;
}

/* Press Release */
.press_release_img img{
    width:100%;
    height:100%;
    
}
.press_release_title {
    padding-top:20px;
    min-height: 130px;
}
.press_release_title h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
}
.press_release_title h2 a{
    color: #333333;
    font-family: raleway;
    font-weight: 500;
    text-transform: uppercase;
}
.press_release p {
    color: #636465;
}
.press-release-container .category-press-release {
    background: #f8f8f8 ;
    margin-bottom: 30px;
     min-height:511px;
}
.inner-heading {
    padding-bottom: 7px;
    position: relative;
    margin-top: 24px;
}
/*.inner-heading::after {
    bottom: 0;
    color: #fff;
    content: "--- ::: ---";
    left: 0;
    position: absolute;
    right: 0;
}*/
#carousel-example {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top:50px;
}
.postimg.post-thumb {
    max-width: 100%;
}
.loop-content .post-page-head {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
     font-family: karla;
}
.loop-content .post-page-head  a{color:#555;}
.loop-category {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 0;
}
.loop-content {
    padding: 15px;
    position:relative;
    min-height: 205px;
}

.read-wrap {
    background:rgba(106,174,55, 0.9);
    display: table-cell;
    height: 100%;
    left: 0;    
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    display:none;
    transition: all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
}
.read-wrap > a {    
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #026103;
    left: 40%;
    margin-left: -20px;
    margin-top: -18px;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
}
.read-wrap > a:hover {   
     color: #026103;
}
.loop-content:hover .read-wrap{
    display:block;
}
.less-right-padding {
    padding-right: 0;
}
.less-left-padding {
    padding-left: 0;
}
/* Changes after testing */
.read_more i {
    padding-left: 7px;
}
.approved {color: #25549A;font-weight: 600;}
.pending {color: #1998d7;font-weight: 600;}
.closed {color: #d2556c;font-weight: 600;}
.link_btn {
    background: #25549A;
    color: #fff !important;
    display: inline-block;
	border-top: 1px solid #25549A;
    border-bottom: 1px solid #25549A;
    margin-bottom: 20px;
    padding: 5px 15px;
    margin-right: 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;}
.link_btn:hover{background:#fff; border-top:1px solid #25549A; border-bottom:1px solid #25549A; color:#25549a!important;}
.no-images {
    margin-top: 30px;
}
.icon-logo span, .icon-phone span {padding:0 10px 0 0;}
/* scroll animation css Ends */
/* -------------------------------------------------------------------------- */
/* -------------------------Media Query Max width------------------------------------ */
/* -------------------------------------------------------------------------- */
/* --- Media Screen 1199 --- */
@media (max-width: 1199px) {
  #main {
    margin-top: 50px;
  }
.comment-form-author input[type='text'], .comment-form-email input, .comment-form-url input {
  width: 200px;
}
.comment-form-url input {
  width: 186px;
}
.comment-form-comment textarea {
  width: 312px;
}
.contact-container .error.comment {
top: 131px;
left: 127px;
}
.contact-container  .error.email {
top: 50px;
left: 490px;
}
.contact-container .error.name {
top: 50px;
left: 130px;
}
.menu-sp ul a{font-size:12px}
.menu-sp ul li a{padding:40px 5px 45px}

}


/* --- Media Screen 991 --- */
@media (max-width: 991px) {
    .icon{ display:block;}
    .menu-wrapper {
    display: none;
    }
    .mm-fixed-top {
    display: block;
    }
    .contact-container form input[type='textarea'] {
    width: 44%;
    }
    .flex-caption {
    top: 9%;
    display: block;
    position:absolute;
    }
    .flex-control-nav {
    top: 5%;
    }
    .text-container h3{font-size:22px;}
    .text-container h1{font-size:24px;}
    .post-page, #commentsbox, #nav-single {
    margin-right: 0;
    }
    .contact-container .error.comment {
    top: 131px;
    left: 74px;
    }
    .contact-container  .error.email {
    top: 50px;
    left: 380px;
    }
    .contact-container .error.name {
    top: 50px;
    left: 74px;
    }
    .mobile-logo {
    display: block;
    }
    .srt-phone ul li:first-child {
    margin-bottom: 20px;
    text-align: center;
    width: 47px;
    }
    .mob-footer {
        display: table-footer-group;
    }
    .mob-header {
        display: table-header-group;
    }
    .press_release_footer{
        display: table-footer-group;
    }
    .press_release_header{
        display: table-header-group;
    }
    .recent-posts-container a.rbh-post-thumbnail {
        line-height: 10px;
        text-align: center;
    }
    .postimg.post-thumb {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .about-bg {    
        padding-right: 15px;
        padding-left:15px;
    
    }
    .top-footer-btn > a{
        padding:16px;
    }
    form.Subscribe{
        width:100% !important;
    }
    .Subscribe .gform_footer{
        width:136px !important;
    }
    .about-services{                
       /* background: rgba(105,174,56,1);
        background: -moz-linear-gradient(top, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 42.7%, rgba(241,241,241,1) 42.7%, rgba(241,241,241,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,174,56,1)), color-stop(42.7%, rgba(105,174,56,1)), color-stop(42.7%, rgba(241,241,241,1)), color-stop(100%, rgba(241,241,241,1)));
        background: -webkit-linear-gradient(top, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 42.7%, rgba(241,241,241,1) 42.7%, rgba(241,241,241,1) 100%);
        background: -o-linear-gradient(top, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 42.7%, rgba(241,241,241,1) 42.7%, rgba(241,241,241,1) 100%);
        background: -ms-linear-gradient(top, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 42.7%, rgba(241,241,241,1) 42.7%, rgba(241,241,241,1) 100%);
        background: linear-gradient(to bottom, rgba(105,174,56,1) 0%, rgba(105,174,56,1) 42.7%, rgba(241,241,241,1) 42.7%, rgba(241,241,241,1) 100%);*/
		background: #7a7a7c;
    }
    .less-right-padding {padding-right: 15px;}
    .less-left-padding {padding-left: 15px;}
    .loop-content {min-height: 261px;}
}


/* --- Media Screen max 767 --- */
@media (max-width: 767px) {
    .contact-container form input[type='textarea'] {
    width: 67%;
    }
    .contact-container form input[type='text'] {
    width: 71%;
    }

    .comment-form-author, .comment-form-url {
    float: none;
    }
    .blog-wrapper > div > div > div:nth-child(n+1) > div:nth-child(3n+1) {
    clear: none;
    }
    .blog-wrapper > div > div > div:nth-child(n+1) > div:nth-child(2n+1) {
    clear: both;
    }
    .contact-container .error.comment {
    top: 212px;
    left: 74px;
    }
    .contact-container  .error.email {
    top: 131px;
    left: 74px;
    }
    .contact-container .error.name {
    top: 50px;
    left: 74px;
    }
    .about-bg {
    background: #25549A none repeat scroll 0 0;
    padding-bottom: 50px;    
    padding-top: 50px;
    }
    .service-01 {
        margin-bottom: 30px;
        text-align: center;
		
    }
    .service-01 > img {
        float: none;
    }
    .service-text {
        float: right;
        width: 100%;
        padding:20px 0;
    }
    .small-padding {
        margin-bottom: 20px;
        padding: 0 6px;
    }
    .srt-phone li, .srt-email li{
        display:block;
        margin-bottom:20px;
        font-size:17px;
        text-align:center;
        width:100% !important;
    }
    .short-contact{padding:30px 0;}
    .footer-first.footer-columns{ padding-top:0px; }
    .side-footer-content{padding:50px 0;}
    .footer-columns {margin-top: 30px;}
    .back_bg{padding:60px 30px;}    
    .recent-closing{padding:50px 0 0}
    .testimonial-inner > h1{margin-bottom:30px;}
    .short-contact{margin-top:0px;}
    .services-bg{padding:50px 30px 50px;}
    .srt-phone a::before,
    .srt-email a::before {display:none;}
    .blog-wrapper {padding: 50px 0;}
    .top-footer-btn {
        display: block;
        margin-top: 50px;
        text-align: center;} 
    .top-footer-text > p {
        font-size: 20px;
        text-align: center;
    }
    .topbar a{line-height:28px;}
    .icon-logo {text-align:center;}
    .icon-logo ul > li, .icon-phone ul > li  {padding: 0;}
    .icon-logo span, .icon-phone span {display: none;}
    .icon-phone{float:none;text-align:center;}
    .footer-copyright p{padding:0; padding-top:8px; text-align:center;}
    .footer-menu.nav-collapse > p{padding-top:5px; text-align;center;}
    .footer-menu {
        float: none;
        text-align: center;
    }
    .flex-direction-nav a{height:40px;}
    .flex-prev{left:10px !important;}
    .flex-next{right:10px !important;}
    .twincapital-inner{padding:20px 0;}
    .inner-heading > a{font-size:22px; line-height:26px;}
    .inner-side-top{padding: 50px 0 0;}
    .less-right-padding {padding-right: 15px;}
    .less-left-padding {padding-left: 15px;}
    .not-found p {Font-size: 130px;}
    .text-container p a {display: none;}
    .flex-caption{top: 30%;}
    .read_more {padding: 12px 20px;}
    .inner-heading {padding-bottom: 0px;}
    .blogpost-content {padding: 20px 0;}
    .alignright {margin: 18px 0 20px 20px;}
    .inner-page-breadcrum{display:none;}
}
@media (max-width: 630px) {
    .press-release-heading {min-height: 184px;}
    .Subscribe .gform_body{width:100% !important;margin-bottom:20px !important;}
.Subscribe .gform_footer {width:100% !important;float: none !important;margin: 50px auto 0 !important;}
.small_press { width: 100%;}
}

/* --- Media Screen max 550 --- */

@media (max-width: 550px) {
  .contact-container form input[type='textarea'] {
    width: 64%;
  }
  .blog-container .col-xs-6 {
    width: 100%;
  }
  .recent-posts-container img.post-thumb {
    width: 100%;
  }
  .bx-wrapper .bx-caption span {
      display: block;
      clear: both;
      margin-left: 0px;
    }
    .Subscribe_wrapper{margin-left:0% !important;}
    .text-container{padding:0; width:80%;}
    .text-container h3{font-size:15px;}
    .text-container h1{font-size:14px;}
    .text-container p a{font-size: 12px;padding: 5px 10px;}
    
}

/* --- Media Screen  479 --- */
@media (max-width: 479px) {
.contact-container form input[type='textarea'] {
    width: 43%;
  }
  .contact-container form input[type='text'] {
    width: 53%;
  }
.comment-form-author input[type='text'], .comment-form-email input, .comment-form-url input {
  width: 100%;
  margin-top: 24px;
  border-left: 1px solid #222;
}
.comment-form-url input {
  width: 100%;
}
.comment-form-comment textarea {
width: 100%;
}
.contact-container .error.comment {
top: 212px;
left: 33px;
}
.contact-container  .error.email {
top: 131px;
left: 33px;
}
.contact-container .error.name {
top: 50px;
left: 33px;
}
.Subscribe .gform_body{width:100% !important;margin-bottom:20px !important;}
.Subscribe .gform_footer {width:100% !important;float: none !important;margin: 50px auto 0 !important;}
.small_press { width: 100%;}
.morial-left {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.morial-left .fa{font-size:24px;}
.morial-right{width:100%; text-align:center;}
.morial-right h2{font-size: 20px;line-height: 30px;text-align: center;}
.logo img {max-width: 70%;}
.link_btn {    
    display: block;    
    text-align: center;    
}
.press-release-container .animation_started{height:auto;}
.press-release-heading {min-height: initial;}

}


/* --- Media Screen 300 Max --- */
@media (max-width: 300px) {

.contact-container form input[type='textarea'] {
width: 36%;
}
 .contact-container form input[type='text'] {
    width: 48%;
  }
  p.rbh-post-meta {
    width: 68%;
  }
  .text-container h1 {
    word-break: break-word;
  }
}
/* -------------------------------------------------------------------------- */
/* -------------------------Media Query Range------------------------------------ */
/* -------------------------------------------------------------------------- */
/* --- Media Screen 992 and 1199 --- */
@media (min-width: 992px) and (max-width: 1199px) {
	.gform_body {
    width: 100%!important;
    float: left;
}
.flex-control-nav {
    bottom: 33%;
  }
  .menu-sp ul a{font-size:12px}
.menu-sp ul li a{padding:18px 5px 21px;}

.col-item{
	min-height:430px;
}

}


/* --- Media Screen 768 and 991 --- */
@media (min-width: 768px) and (max-width: 991px) {
	.cbi-register ul {
    margin-right:0px!important;
    background: #fff;
    padding-top: 10px;
}



.post-page .cbi-register .message {
    border-top: 7px solid #013064;
    color: #013064;
    font-size: 21px;
    margin-right:0px!important;
    background: #fff;
    padding: 20px 30px 20px 15px;
    text-align: center;
    text-transform: uppercase;
}


#registerform {
    padding: 0px 35px;
    margin-right:0px!important;
    background:#f3f3f3;
}

	/*div#theme-my-login {
   width:100%!important;
    margin: auto;
    background: #fff;
    height: 108px;
    border: 1px solid #dcdada;
    padding: 15px;
    float: initial;
    clear: both;
}
.tml-user-avatar {
    width:15%!important;
    float: left;
}
ul.tml-user-links {
    width: 40%;
    float: left;
    line-height: 15px;
}*/
	.itc_register.cbi-login {
    width: 100%!important;
}
.itc_register.cbi-register {
    width: 100%!important;
    float: left;
}
#post-60 .post-page #theme-my-login .itc_register #user_login, #user_pass {
    width: 100%!important;
    height: 40px;
}
#post-60 .post-page #theme-my-login .itc_register #wp-submit {
    background: #208977;
    color: #fff;
    font-size: 19px;
    border: none;
    padding: 7px 70px;
    width:100%!important;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#post-60 .post-page #theme-my-login .itc_register #registerform p input, select {
    width:100%!important;
    height: 40px;
}
		.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium{width: 100%!important;}
	.gform_body {
    width: 100%!important;
    float: left;
}
.gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    /* width: auto !important; */
    margin-right: 14px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
    width: 100%!important;
    zoom: 1;
}
	.gform_body {
    width:100%!important;
    float: left;
}

.back_bg {
    background: #013064 none repeat scroll 0 0;
    margin-top: 115px;
   padding:40px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.flex-control-nav {
    bottom: 33%;
  }
  p.rbh-post-meta {
    width: 69%;
  }.icon{ display:block}
  .headerlogo-bg{display:none}
  .recent-posts-container {
    min-height: 355px;
}

.service-01 {
	min-height:145px;
}
.col-item{
	min-height:555px;
}

}


/* --- Media Screen 480 and 768 --- */
@media (min-width: 480px) and (max-width: 767px) {
	.cbi-register ul {
    margin-right:0px!important;
    background: #fff;
    padding-top: 10px;
}


.post-page .cbi-register .message {
    border-top: 7px solid #013064;
    color: #013064;
    font-size: 21px;
    margin-right:0px!important;
    background: #fff;
    padding: 20px 30px 20px 15px;
    text-align: center;
    text-transform: uppercase;
}


#registerform {
    padding: 0px 35px;
    margin-right:0px!important;
    background: #f3f3f3;
}

		#theme-my-login {
    width:100%!important;
    margin: 0 auto;
}

	/*div#theme-my-login {
   width:100%!important;
    margin: auto;
    background: #fff;
    height: 108px;
    border: 1px solid #dcdada;
    padding: 15px;
    float: initial;
    clear: both;
}
.tml-user-avatar {
    width:20%!important;
    float: left;
}
ul.tml-user-links {
    width: 40%;
    float: left;
    line-height: 15px;
}*/
	.itc_register.cbi-login {
    width: 100%!important;
    
}
	.itc_register.cbi-register {
    width: 100%!important;
    float: left;
}
#post-60 .post-page #theme-my-login .itc_register #user_login, #user_pass {
    width: 100%!important;
    height: 40px;
}
#post-60 .post-page #theme-my-login .itc_register #wp-submit {
    background: #208977;
    color: #fff;
    font-size: 19px;
    border: none;
    padding: 7px 70px;
    width:100%!important;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#post-60 .post-page #theme-my-login .itc_register #registerform p input, select {
    width:100%!important;
    height: 40px;
}
		.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium{width: 100%!important;}
	.gform_body {
    width: 100%!important;
    float: left;
}
.gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    /* width: auto !important; */
    margin-right: 14px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
    width: 100%!important;
    zoom: 1;
}
	.gform_body {
    width:100%!important;
    float: left;
}
.icon{ display:block}
.headerlogo-bg{display:none}
.recent-posts-container {margin: 0 auto 30px; width: 450px;}
}


/* --- Media Screen 300 and 479 --- */
@media (min-width: 300px) and (max-width: 479px) {
	.cbi-register ul {
    margin-right: 0px;
    background: #fff;
    padding-top: 10px;
	margin-right:0px!important;
}



.post-page .cbi-register .message {
    border-top: 7px solid #013064;
    color: #013064;
    font-size: 21px;
	margin-right:0px!important;
    background: #fff;
    padding: 20px 30px 20px 15px;
    text-align: center;
    text-transform: uppercase;
}


#registerform {
    padding: 0px 35px;
    margin-right:0px;
    background:#f3f3f3;
}


	
#theme-my-login {
    width:100%!important;
    margin: 0 auto;
}

	/*div#theme-my-login {
   width:100%!important;
    margin: auto;
    background: #fff;
    height: 108px;
    border: 1px solid #dcdada;
    padding: 15px;
    float: initial;
    clear: both;
}
.tml-user-avatar {
    width:20%!important;
    float: left;
}
ul.tml-user-links {
    width: 40%;
    float: left;
    line-height: 15px;
}*/
	.itc_register.cbi-login {
    width: 100%!important;
    float: right;
    background: #fff;
    /* width: 95%; */
    margin-top: 15px;
    /* margin-right: 30px; */
 
}
	#post-63 .post-page #theme-my-login {    
    width:100%!important;
    margin: 0 auto;
	border: 1px solid #bfbfbf;
    padding: 15px;
	background: #fff;
	}
	.itc_register.cbi-register {
    width: 100%!important;
    float: left;
}
#post-60 .post-page #theme-my-login .itc_register #user_login, #user_pass {
    width: 100%!important;
    height: 40px;
}
#post-60 .post-page #theme-my-login .itc_register #wp-submit {
    background: #208977;
    color: #fff;
    font-size: 19px;
    border: none;
    padding: 7px 70px;
    width:100%!important;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#post-60 .post-page #theme-my-login .itc_register #registerform p input, select {
    width:100%!important;
    height: 40px;
}
	.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium{width: 100%!important;}
	.gform_body {
    width: 100%!important;
    float: left;
}
.gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    /* width: auto !important; */
    margin-right: 14px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
    width: 100%!important;
    zoom: 1;
}
#main {
  margin-top: 0;
}
.icon{ display:block}
.headerlogo-bg{display:none}
.phone{ display:block}
.desktop{ display:none }

.owl-theme .owl-nav
{
	top:-55px;
}

.owl-carousel .owl-stage-outer
{
	margin-top:40px;
}
}

/* -------------------------yaten------------------------------------ */
@media only screen and (min-width:280px) and (max-width:517px){
	.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_4 .ginput_container {
    width: 100%!important;
    float: right;
    margin-bottom: 15px;
}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_3 .ginput_container {
    width:100%!important;
    float: right;
    margin-bottom: 15px;
}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_2 .ginput_container {
    width:100%!important;
    float: right;
    margin-bottom: 15px;
}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1 .ginput_container {
    width:100%!important;
    float: right;
    margin-bottom: 15px;
}

	
	
}

@media only screen and (min-width:768px) and (max-width:912px){
	.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_4 .ginput_container {
    width: 100%!important;
    float: right;
    margin-bottom: 15px;
}
.contactpage #gform_wrapper_1 form#gform_1 .gform_footer { width:100% !important; float:none }	
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_3 .ginput_container {
    width:100%!important;
    float: right;
    margin-bottom: 15px;
}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_2 .ginput_container {
    width:100%!important;
    float: right;
    margin-bottom: 15px;
}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1 .ginput_container {
    width:100%!important;
    float: right;
    margin-bottom: 15px;
}


	a.mininav_1 {    
width: 46%!important;
    float: left;
    margin-bottom: 0px !important;
    padding: 15px 0; }
.radiosec input {
  margin-left: 0px!important;
  
}
	
}

@media only screen and (min-width:280px) and (max-width:767px){ 
.stb-buttontop {
    display: table;
    width: 100%;
	margin-top:10px;
}
.footer-first.footer-columns {
    text-align: center;
}


.footer h3{ text-align: center; margin-top:15px;
}

.footer-second.footer-columns {
    text-align: center;
}

.footer-fourth.footer-columns {
   text-align: center;
}
.footer-third.footer-columns {
    text-align: center;
}

a.mininav_1 {    
font-size: 14px!important;
width: 46%!important;
    float: left;
    margin-bottom: 0px !important;
    padding: 15px 0; }
.radiosec input {
  margin-left: 0px!important;
  
}

.right-sidebar{
    padding: 0 15px!important;
    padding-top: 10px;
}
/*.custombondform .effective-date-cus [class*="col-"] {
    padding-left: 0 !important;
}*/
.bg-bond input[type="radio"] {
    width: 6%!important;
    margin-left: 0 !important;
}
.custombondform .custopdiv {
   margin-bottom:0px!important;
    display: table;
    width: 100%;
}
.top-footer-btn {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.custombondform .stb-buttontop input {
    background: #208977;
    color: #fff;
    padding: 10px 50px;
    margin:0px!important;
	    width: 100%;
}
.stb-buttontop a {
    background-color: #208977;
    color: #ffffff;
    margin: 30px 0;
    width: 100%;
    text-align: center;
    display: table;
    padding: 10px 50px;
}
.cus-first-row input {
    padding: 5px;
    width:86%!important;
    margin-bottom: 10px!important;
}
}




/* -------------------------------------------------------------------------- */
/* -------------------------Browsers hack------------------------------------ */
/* -------------------------------------------------------------------------- */
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari-Opera specific declarations here */
  .contact-container form label {
padding: 9px 18px 16px 18px;
}
  .contact-container form input[type="text"], .contact-container form input[type="textarea"] {
    padding: 18px 18px 18px 18px;
  }

  ::i-block-chrome,.contact-container form input[type="text"], .contact-container form input[type="textarea"] {
    padding: 18px 18px 18px 18px;
  }
   ::i-block-chrome,.contact-container form label {
      padding: 9px 18px 16px 18px;
  }

}

/* opera */
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
       .contact-container form label { 
          padding: 10px 18px 18px;
      }
}


.media {
    margin-bottom: 20px;
}
.loc{margin-bottom:8px; color:#000000;}

.imgsiz .postimg.post-thumb {
    padding-top: 25px;
    padding-right: 14px;
}


.owl-theme .owl-dots
{
	display:none;
}


.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev
{


}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next
{

background-color: #db2614 !important;
border:1px solid #bd1a0a !important;
color: #db2614 !important;
border-radius: 0px !important;
text-align: center !important;

}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next:before
{
color: #FFF;
content: "\f054";
font: normal normal normal 14px/1 FontAwesome !important;
font-size: 14px;
text-align: center;
position: absolute;
top: 10px;
right: 15px;




}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev
{

background-color:#db2614 !important;
border:1px solid #bd1a0a !important;
color: #db2614 !important;
border-radius: 0px !important;
text-align: center !important;
opacity: 1;

}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev:before
{
color: #FFF;
content: "\f053";
font: normal normal normal 14px/1 FontAwesome !important;
font-size: 14px;
position: absolute;
top: 10px;
left: 15px;




}
.background-black .back_bg .news_letter .news_letter_form  #gform_wrapper_4 #gform_4  input#gform_submit_button_4{
	background: #208977;
    color: #fff;
    font-size: 19px;
	border: none;
    padding:7px 70px;
    /*border-radius: 6px;*/
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.background-black .back_bg .news_letter .news_letter_form  #gform_wrapper_4 #gform_4  input#gform_submit_button_4:hover{background: transparent;
    border: 1px solid;
    color: #fff;}

#click-menu {
    display: none!important;
}

.itc_register.cbi-register {
    width: 50%;
    float: left;
}
#post-60 .post-page #theme-my-login .itc_register #registerform p input, select{
	
	border: 1px solid #e0dede; padding:7px;
	
}
.itc_register select  {width:100%;}

#post-60 .post-page #theme-my-login .itc_register #user_login, #user_email, #pass1, #pass2{
    width:100%;
height:36px;padding-left: 10px;}

#post-60 .post-page #theme-my-login .itc_register #user_pass{
    width: 100%;
height:36px;
padding-left: 10px;
}
#post-60 .post-page #theme-my-login .itc_register #wp-submit{
	background: #208977;
    color: #fff;
    font-size: 19px;
    border: none;
    padding: 7px 70px;
	width:100%;
	height:40px!important;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#post-60 .post-page #theme-my-login .itc_register #wp-submit:hover{
	background: #013064;


    color: #fff;}
lable{width:100%!important;}

	
	
	#post-17 .post-page #gform_wrapper_1  form#gform_1 .gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both!important;
   width:100%!important;
    float: left;
}
#post-17 .post-page #gform_wrapper_1  form#gform_1 .gform_body {
    width: 100%;
    float: left;
}
#post-17 .post-page #gform_wrapper_1  form#gform_1 li  input.medium{
    width: 100%!important;
}
	#post-17 .post-page #gform_wrapper_1  form#gform_1 input#gform_submit_button_1{
        background: #208977;
    color: #fff;
    font-size: 19px;
    border: none;
    padding: 7px 0px;
	width:100%!important;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#post-17 .post-page #gform_wrapper_1  form#gform_1 input#gform_submit_button_1:hover{
	background: #013064;
    color: #fff;
}

input,textarea{border:1px solid #e0dede;}
input:focus,textarea:focus{border-color: #0095ff!important;
    box-shadow: inset 0 0 4px #eff0f1, 0 0 5px rgba(0,149,255,0.5)!important;
outline: 0!important;}


#post-63 .post-page #theme-my-login {    
    width:45%;
    margin: 0 auto;
	box-shadow: rgba(100, 100, 100, 0.498039) 0px 2px 6px!important;
	background: #fff;
	}
	#lostpasswordform{padding: 15px;}
	input#user_login {
    width: 100%;
	height:38px;
}
#post-63 .post-page .message {
    color: #000;
    font-size: 14px;
    text-align: center;
}
input#wp-submit{
	background: #208977;
    color: #fff;
    font-size:17px;
    border: none;
    padding: 7px 70px;
	width: 100%;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
input#wp-submit:hover{
	background: #013064;
    color: #fff;
}

.itc_register.cbi-login {
    width: 43%;
    float: right;
    background: #f3f3f3; 
    
    /* width: 95%; */
    /* margin-right: 30px; */
    /*box-shadow: rgba(100, 100, 100, 0.498039) 0px 2px 6px;*/
}
.itc_register.cbi-login #loginform{padding:0px 35px;}

.itc_register.cbi-register {
   width: 51%;
   /*border-right:1px solid #dad8d8;*/
    float: left;
    margin-right: 30px;
    background: url(http://cbicustomsbonds.com/images/bar.png) no-repeat center right;
    margin-bottom: 20px;
   
}


#registerform {
    padding: 0px 35px 0px 35px;
}
.tml-action-links {
   padding: 0px 0px 15px 15px;
}

#post-60 p.forgetmenot label{width:auto !important;}
/*
#post-60 div#theme-my-login {
   width: 45%;
    margin: auto;
    background: #fff;
    height:90px;
    border: 1px solid #dcdada;
    padding: 15px;
    float: initial;
    clear: both;
}
.tml-user-avatar {
    width:15%;
    float: left;
}
ul.tml-user-links {
    width: 40%;
    float: left;
    line-height: 15px;
}*/
#post-60 .post-page #theme-my-login .itc_register form#loginform{box-shadow:none!important;}
.blogpost-wrapper .left-sidebar .sidebar-box{background-color:#f3f3f3!important;padding-top: 15px;}

h1.cl_title {
    color: #000;
    font-size:19px;
	    padding: 15px 0px 15px;

}
p.btn_5, p.btn_6 {
	margin-left: 15px;
	padding: 10px 0px;
     border-top: 1px rgba(101, 101, 101, 0.15) solid ;
}
p.btn_6 +p.btn_6{ border-top: 1px rgba(101, 101, 101, 0.15) solid ; }
p.btn_5:last-child, p.btn_6:last-child{border-bottom: 1px rgba(101, 101, 101, 0.15) solid ;}

 p.btn_5  a, p.btn_6 a,a{ color:#208977;}
.manage-discounts th  a  { color:#fff;text-decoration: underline;}


.remove-slider .blogpost-wrapper .blogpost-content{padding:0px 0px 0px!important;}
.col_1 {
    font-size: 32px;
    text-align: center;
    margin-top: 25px;
    color: #002a61;
}
.col_2 {
    text-align: center;
    line-height: 3;
}


.login_1 {
    width: 100%!important;
	   /* margin-top: 25px;*/
}
.login_1 form {

	margin-bottom:25px!important;
}


form#loginForm {
 
	    padding: 15px 0px;
}
.blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal div{/*width:100%!important;*/}
.blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal ul li input{width:100%!important;margin-left:0%!important;}
.blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal ul li input[type=radio]#radio1, .blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal ul li input[type=radio]#radio2, .blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal ul li input[type=radio]#radio3{width:2%!important;margin-left:0%!important;}
.blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal p font{margin-right:0px!important; padding-left:0px!important;}
.blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal p input{padding-left: 10px;margin-bottom:15px!important;margin-top: 6px;
}
.blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal div{/*margin:0px!important;*/}
li{list-style:none!important;}

.blogpost-wrapper .left-sidebar .right-sidebar .login_1 #loginForm font{    
   
    margin-right: 20px;
    padding-left:0px!important;
}
.blogpost-wrapper .left-sidebar .right-sidebar .login_1 #loginForm .stb-buttontop input{background: #208977;
color: #fff;
font-size: 17px;
border: none;
padding: 7px 70px;
/*border-radius: 6px;*/
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
margin-bottom:15px;
}


table#table {
	width: 100%;
	margin-top: 25px;
}

table#table thead tr td{padding: 10px 0px;}
.blogpost-wrapper .blogpost-content .left-sidebar table#table thead{    
    background:#26a28e!important;
    color: #fff;}
.blogpost-wrapper .blogpost-content .left-sidebar table#table thead tr th{ 
      text-align:center!important;	
	  border:1px solid #36af9b!important;
	  	padding:10px 5px;
    }
	.blogpost-wrapper .blogpost-content .left-sidebar table#table tbody {background: #f3f3f3!important; }
.blogpost-wrapper .blogpost-content .left-sidebar table#table  tbody  tr:nth-child(even)
{
  background:#dffdf8;
}
.blogpost-wrapper .blogpost-content .left-sidebar table#table  tbody  tr{
	
	border:1px solid #c1c1c1;
}	
	
	.blogpost-wrapper .blogpost-content .left-sidebar table#table tbody tr td{
		
		 text-align:center!important;	
	  border-right:1px solid #dedede!important;
	  	padding:10px 0px;
	}
	input.backbutton{background: #208977;
    color: #fff;
    font-size: 17px;
    border: none;
    padding: 7px 70px;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-top: 15px;margin-bottom: 15px;}
	
	input.backbutton:hover{
	background: #002c64 !important;
    color: #fff;}
	
	input.backbutton2{    background: #208977;
    color: #fff;
    font-size: 17px;
    border: none;
    padding: 7px 49px;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-top: 15px;
    margin-bottom: 15px;
}

input.backbutton2:hover{background: #002c64 !important;
    color: #fff;}
	.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form{
	 padding: 15px 0;
    display: inline-block;
    width: 100%;
	}
	
	.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form input#user-search-input{
	width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
}
	}
	.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login{width:100%!important;}
	.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form input#search-submit,input#search-submit1 {
	background: #208977!important;
    color: #fff;
    font-size: 17px;
    border: none;
    padding: 7px 70px;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form input#search-submit:hover{
	background: #002c64 !important;
    color: #fff;
	}
a.mininav_1 {
    margin-top: 25px; margin-right:8px; border:none; padding:10px;
	margin-left:0px !important;
}
.mininav_1 { background:#013064 !important }
.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form#loginForm p input,textarea{
    width: 100%!important;
    height: 36px;
	margin-bottom:10px;
	    padding-left: 10px;
}

.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form#loginForm p input[type="checkbox"]{
    width:1.5%!important;
	 height:15px!important;
}
.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form#loginForm p label{
	    width: 100%!important;
		    margin-left: 0%!important;
}
.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form#loginForm  p:last-child input{
	background: #208977!important;
    color: #fff;
    font-size: 19px;
    border: none;
    padding: 7px 70px;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.remove-slider .blogpost-wrapper .left-sidebar .right-sidebar .login form#loginForm  p:last-child input:hover{
	background: #002c64 !important;
    color: #fff;
}
input.edit-certi {
	    background: #208977;
    color: #fff;
    font-size: 17px;
    border: none;
    padding: 7px 45px;
    /* border-radius: 6px; */
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-top: 15px;
    margin-bottom: 15px;
}
input.edit-certi:hover, input#search-submit1:hover{    
    background: #002c64 !important;
    color: #fff;
}

.remove-slider .blogpost-wrapper .blogpost-content .left-sidebar .right-sidebar .formtop .form-innr{
    margin: 0px 0px 0px 0px!important;
    /* background-color: #efefef; */
    /* padding: 20px; */
	}
	
	#theme-my-login {
    width:85%;
    margin: 0 auto;
}
.post-page .message {
    border-top: 7px solid #013064 ;
    color: #013064;
    font-size: 21px;  
    padding: 20px 30px 10px 15px;
    text-align: center;
	text-transform: uppercase;
}

 .post-page .cbi-register .message {
    border-top: 7px solid #013064 ;
    color: #013064;
    font-size: 21px; margin-right:52px;
    background:#f3f3f3;
    padding: 20px 30px 20px 15px;
    text-align: center;
	text-transform: uppercase;
}
.cbi-register ul{ margin-right:52px; background:#f3f3f3; padding-top:10px;}


.tml-action-links a {
    text-align: center !important;
    text-decoration: underline;
    padding-bottom: 88px;
    margin: 12px 0px 0px;
}

.remove-slider .blogpost-wrapper .blogpost-content .right-sidebar .formtop .form{
	 max-with:0px;
    height:0px;
    border:none!important;
    box-shadow:none!important;
	margin-bottom: 15px;

}

.remove-slider .blogpost-wrapper .blogpost-content .right-sidebar .formtop .form #loginForm ul li #input3{
	    margin-left:0%!important;
}
input.btnn{
background: #208977!important;
color: #fff;
font-size: 19px;
border: none;
padding: 7px 70px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;

}
.custombond-inner {
    background: rgba(37,84,154, 0.9) none repeat scroll 0 0;
    padding: 28px 0;
    text-align: center;
}

.custombond-inner .inner-heading{ padding-bottom:0px;}

#loginForm p.western {
	margin-bottom:0px!important;
    border: 0px solid hsl(221, 33%, 30%)!important;
    padding:0px!important;
}

.right-sidebar.login_1 {
    width: 100%!important;
    margin-top:0px!important;
}

input, select{border-radius: 2px;}

.right-sidebar{padding: 0 40px;padding-top: 10px;}
p.western {
   margin-bottom:0px!important;
    border: 0px solid hsl(221, 33%, 30%);
    padding:0px!important;
}
.formtop .btnn {
    background: none repeat scroll 0 0 #208977!important;
    border:none!important;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 17px !important;
    padding: 9px 30px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0px!important;
	clear:both;
}
.formtop .btnn:hover{
	background: #002c64 !important;
    color: #fff;
}
/*input#datepicker {
    width: 100%;
    height: 40px;
	padding-left:10px;
}
*/
.box-shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
   height:3px; width:100%; clear:both;padding:0px;
}
.breadcrum-inner .col-md-12{padding:0px!important;}
hr {
    margin-top: 20px;
    margin-bottom:0px!important;
    border: 0;
    border-top: 1px solid #eee;
}
.formtop .form div{
	max-width: 100%;
   /**  height:0px!important; **/
    background:none!important;
}

#registerform span{
	position: absolute;
	left: 93%;
	top: 34px;
    color: #3e3e3e;
}
#registerform .icondiv{position:relative; margin-bottom:10px;font-size: 15px;}

#loginform .icondiv{position:relative;margin-bottom:10px;font-size: 15px;}

.loginform  span{
	position: absolute;
	left: 93%;
	top: 34px;
	color: #3e3e3e;
}
.twincapital .twincapital-inner .container .inner-heading a, .breadcrum h4 a, .current{color:#fff;}
.breadcrum h4 a:hover{ color:#ddd;}

/*#page .blogpost-wrapper {
    background: #eaeaea !important;
}
*/
.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0; 
  margin:0 0 0 0!important;
    clear: inherit;
    width: 100%!important;
    float: left;
}
.tml-action-links li{text-align:center!important;}
.tml-action-links li a{font-size:15px;}
.forgetmenot,#lostpasswordform p label {
    font-size: 15px;
}

.srt-phone .list-inline { text-align:center}
.right-sidebar #loginform  span{position:inherit; }

.right-sidebar #crumbs a{color:#767676;}
.right-sidebar #crumbs .current{color:#767676;} 

.item  { font-size:20px;}
.termform abbr[data-original-title], abbr[title] { border:none !important }

.termform abbr[title] {
  border:none !important 
}
.termform abbr[title], .termform  acronym[title] {
       text-decoration-style: none !important;
}
#lostpasswordform input{ padding-left:8px;}

.breadcrum {
    display: none;
}
.custombondform { margin-top:30px; }
.custombondform .custopdiv { margin-bottom:27px; display:table; width:100% }
.custombondform .custopdiv input{ width:100%; }
.custombondform .custopdiv input[type="radio"]{ width:auto; }
.custombondform .effective-date-cus [class*="col-"]{ padding-right:0 !important}
.custombondform .effective-date-cus { margin:15px 0;  padding: 10px 0 10px 2px; display:table; width:100%;  }
.custombondform .effective-date-cus b {
    display: inline-block;
  
}
.custombondform .effective-date-cus input{ width:100%; padding:7px 5px  }
.custombondform input:read-only { border:none; padding:0; background:none; font-weight:bold}
.custombondform input:-moz-read-only { border:none;padding:0; background:none;font-weight:bold}
.cus-first-row { margin: 20px 0 0 0;    padding: 15px 0 15px 23px; background-color: #efefef;clear: both}
.cus-first-row input{
 
    padding: 5px;
    width: 90%;
 }
[readonly]:focus { box-shadow:none !important; border:none !important }
.bg-bond{
 background:#EFEFEF;
   padding: 0;
    width: 100%;
    float: left;
    padding: 27px 25px 25px 25px;
    margin: 33px 0 0 0;}

.bg-bond  .row{ margin-bottom:10px;}
.bg-bond input{ width:93%; padding:5px; }
.custombondform p{ color:#F00}
.custombondform .stb-buttontop input{background: #208977; color:#fff; padding:10px 50px; margin:30px 0;  border-radius:0
}
.custombondform .stb-buttontop input:hover {
    background: #142b5d;
    color: #fff;
}

.stb-buttontop input{background: #208977; color:#fff; padding:10px 50px; margin:24px 0; 
}
.bg-bond input[type="radio"]{ width:6%; margin-left:0 !important}
.radiosec { margin-top:15px;}
.radiosec input{ margin-left: 14px;}
.cus-first-row [class*="col-"] {
    padding-right: 0 !important;
}
.cuserror{color:#f00; margin-bottom:10px;}
.stb-page input{ padding:7px; width:96%}
.stb-page select{ padding:7px; width:97% !important; margin-bottom: 18px;}
.stb-page .stbrow { margin-bottom:10px}
.stb-page label{ margin-bottom:6px;}
.right-sidebar .table-responsive a{ text-decoration:underline !important}
.cbs-form .row{ margin-bottom:10px; }
.cbs-form input[type="text"] { width:100%; padding:7px;}
.btr-page .row{ margin-bottom:10px; }
.btr-page input[type="text"] { width:100%; padding:7px;}

.custopdiv input:-moz-read-only {
    border: none!important;
    padding: 0;
    background: none;
    font-weight: bold;
}
.custopdiv input:read-only {
    border: none!important;
    padding: 0;
    background: none;
    font-weight: bold;
}
.martop{margin-top: 30px;
    clear: both;
    float: left;
    width: 100%;}
.mrtop12{ margin-top:15px; float:left; width:100%}
	.custopdiv {    width: 100%;
    float: left;
    clear: both;}
	
.contactpage .loc{margin-bottom:10px;}
.contactpage .loc i{font-size:26px; color:#013064;padding-top:3px;}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li input, textarea#input_1_4{ padding-left:10px;}

.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1  labe{float: left;width:10%;}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_1 .ginput_container{width:85%;
float: right;margin-bottom:15px;
}

.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_2  labe{float: left;width:10%;}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_2 .ginput_container{width:85%;
float: right;margin-bottom:15px;
}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_3  labe{float: left;width:10%;}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_3 .ginput_container{width:85%;
float: right;margin-bottom:15px;
}

.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_4  labe{float: left;width:10%;}
.contactpage #gform_wrapper_1 form#gform_1 .gform_body ul#gform_fields_1 li#field_1_4 .ginput_container{width:85%;
float: right; margin-bottom:15px;
}

.contactpage{padding-top: 30px;}
.loc span{
	height: 88px;
  float: left;
}
.loc {clear:both;}
.labeltext{width:20%; float:left;padding-top: 10px;}
.inputtext{    
width: 80%;
    float: right;}
	.inputtext input{width:100%; height:40px;padding-left: 10px;}
	.btnsub{width:100%; clear:both;float: left; margin-bottom:10px;}
	.ssntext{width:45%; float:left;padding-top:10px;}
	.ssntextinput{width: 45%;
    float: left; }
	.ssntextinput input{width:100%; height:40px;margin-bottom:15px;padding-left:10px; }
	.subwidth{width:100%; clear:both; height:auto;}
	
	.labeltextbond{width:15%; float:left; padding-top:10px;}
	.inputtextbond{width:45%;
    float: left;}
	
	.gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: -4px!important;
}
.stb-buttontop {
    display: table; width:100%; 
}
.stb-buttontop a {
    
    background-color: #208977;
    color: #ffffff;
    margin: 30px 0; display:table;
    padding: 10px 50px;
	border-radius: 3px;
   
}

.stb-buttontop a:hover {
  
    background-color: #142b5d;
    color: #ffffff;
}
.stb-buttontop .col-md-2, .stb-buttontop .col-lg-2, .stb-buttontop .col-sm-2, .stb-buttontop .col-md-3,{ padding-left:0}


.stb-buttontop input[type="submit"] {border-radius: 3px!important;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #208977;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffff;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}

.stb-buttontop input[type="submit"]:hover {

    background-color: #142b5d !important;
   
    color: #ffffff;
}
.formconter form#loginForm .bg-bond .row input{width:100%!important; margin-bottom: 10px;}

.tml-user-links, .tml-user-avatar{
	    width: 100%;
    clear: both;
    text-align: center;
	
}
.tml-user-avatar{
    width: 100%;
    clear: both;    
	margin-bottom:25px;
	
}

#theme-my-login ul.tml-user-avatar li{float: left!important;}

.bg-bond .tml-user-links a{   
 background: none repeat scroll 0 0 #208977!important;
    border: none!important;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 17px !important;
    padding: 10px!important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin:10px 0px!important;
    clear: both;display: inherit;}
	
.bg-bond .tml-user-links a:hover {
    background: #002c64 !important;
    color: #fff;
}

.cargo-imp .row .col-xs-12 input[type="text"], select{width:100%!important; height:40px!important; margin-bottom:15px!important;padding-left:10px;}

.cargo-imp .row .col-xs-12 input[type="checkbox"]{ }
.cargo-imp .row .col-sm-4 input[type="Back"].backbutton{padding-left:0px!important;}


.custom-div font{ width:39%; float:left; line-height:35px;}
.custom-div input#email{ width:35% !important;}    
.custom-div{margin-bottom:20px !important;margin-top: 10px;}

.effective-date-sec{ width:33% !important; float:left; padding:15px 0px;}
.effective-date-sec font{ width:20% !important; line-height:54px;}
.effective-date-sec input#effective_date{ width:50% !important;} 
.effective-date-sec input#email{ width:45% !important;}

.importersec{ width:100% !important; float:left; margin-bottom:10px;}  
.importersec font{width:33% !important; display:inline-block;}
.importersec input#input3{ width:35%;}
.importersec .first-width{ width:39.7%; float: left;
}

.importersec input#email{ width:35% !important;}
.importersec .first-width label{ padding:5px;}

.login_1 form .stb-buttontop input{ margin-left:0px;} 
.blogpost-wrapper .blogpost-content .right-sidebar .login_1 form #jpedal p input{ margin-bottom:6px !important;}
.login_1 form .stb-buttontop input:hover{ border:none;} 

.heading-please{    width: 100% !important;
    float: left;}
	
.importersec1 font{ width:37% !important;} 

.importersec1 font.width-36{ width:36% !important;}
.importersec1 font.width-40-5{ width:40.5% !important;}
.custom-div1{ width:50% !important; float:left;}
.custom-div1 font{ width:32% !important;}
.custom-div1 input#email{ width:58% !important;} 
	
.custom-div1 input:-moz-read-only { /* For Firefox */
   border:none;
   font-weight:700;
}

.custom-div1 input:read-only {
	border:none;
	 font-weight:700;
}
.custom-div1 input:focus{border:none;box-shadow:none!important;}

/*#effective_date{ border:none !important; font-weight:700;}*/

.effective-date-sec .date-sec{ background:none; border:none; font-weight:700;}

.custom-div font.width-40-2{ width:40.2%;}


@media only screen and (min-width:768px) and (max-width:1100px)
{ 
	 #gform_1 .ginput_container {
    width: 70% !important;
  margin-bottom: 8px !important;
  
}


#gform_wrapper_1 form#gform_1 .gform_footer {
    width: 69% !important;
 
}
h1.cl_title {
    color: #000;
    font-size: 16px;
    padding: 15px 0px 15px;
}
p.btn_5 a, p.btn_6 a, a {
    color: #208977;
    font-size: 16px;
}
/*table#table {
    width:930px!important;
    margin-top: 25px;
}*/
.radiosec input {
    margin-left:0px!important;
}
.bg-bond input {
    width: 100%!important;
    padding: 5px;
}
.custombondform .effective-date-cus {
    margin: 15px 0;
    padding: 10px 0 10px 0px!important;
    display: table;
    width: 100%!important;
    background-color: #efefef;
}
}


@media only screen and (min-width:1100px) and (max-width:1300px)
{ 
	.custom-div1 font{ width:40% !important; font-size:15px;} 
	.custom-div1 input#email{ width:50% !important;}
    .effective-date-sec font{ font-size:15px !important;} 
	.importersec .first-width label{ font-size:15px !important;}
	.importersec font{ width:34% !important; font-size:15px;} 
	.importersec .first-width{ width:43%;}
		.importersec1 font{ font-size:15px; width:40% !important;}
	.font-s{ font-size:15px;}
	.custom-div font{ font-size:15px;}
	.importersec #input1{ padding:7px 35px 8px 5px !important;}
	.importersec #input2{ padding:7px 35px 8px 5px !important;}
	.effective-date-sec input#email{ font-size:15px;}
	.effective-date-sec input#effective_date{ font-size:15px !important;}
}
.effective-date-sec input#email{border:none; font-weight:bold;}
.effective-date-sec input#email:focus{border:none;box-shadow:none!important;}



/*--------------------------------------------------------------
# DASHBOARD STATS
--------------------------------------------------------------*/
.dashboard-stat {
    display: block;
    padding: 30px 15px;
    text-align: right;
    position: relative;
    min-height: 133px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
border-radius: 4px;}
    .number {
        font-size: 28px;
        display: block;
    }
    .bg-icon {
        position: absolute;
        font-size: 80px;
        opacity: 0.4;
        left: 0;
        bottom: 0;
    }
    &:hover {
        background: $black-color !important;
    }
}
.dashboard-stat-2 {
    display: block;
    .stat-content {
        padding: 20px 15px 15px;
        text-align: center;
        position: relative;
    }
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    border: 1px solid darken($gray-color, 5%);
    border-radius: 4px;
    .number {
        font-size: 28px;
        display: block;
    }
    .stat-footer {
        background: $white-color;
        color: $black-color;
        text-align: center;
        display: block;
        padding: 8px;
        font-size: 90%;
    }
    &:hover {
        background: $black-color !important;
    }
}
@media (max-width: 768px) {
	
	
	 #gform_1 .ginput_container {
    width: 70% !important;
  margin-bottom: 8px !important;
  
}


#gform_wrapper_1 form#gform_1 .gform_footer {
    width: 69% !important;
 
}
	
    .dashboard-stat {
        margin-bottom: 10px;
    }
    .dashboard-stat-2 {
        margin-bottom: 10px;
    }
}
.dashboard-stat .bg-icon {
    position: absolute;
    font-size: 80px;
    opacity: 0.4;
    left: 0;
    bottom: 0;
}
.dashboard-stat:hover {
    background:#259f8b !important;
	color:#fff !important;
}
.mrtopdesk{margin-top:25px;}
	.name{
	font-size: 23px;
    display: block;}
	
.bg-primary,.bg-danger, .bg-warning, .bg-success 
 {
    color:#0a7d69 !important;
}
.table-responsive{border:none!important;}
a.bg-primary:focus, a.bg-primary:hover {
    background-color:none!important;}
	
.custombondform .effective-entry-date-cus {
    margin: 15px 0 0 0 ;
    padding: 10px 0 0px 2px;
    display: table;
    width: 100%;
}

.mrtopdesk a:focus{ color:#FFF !important; text-decoration:none}

@media only screen and (min-width:280px) and (max-width:517px)

{
 #gform_1 .ginput_container {
    width: 100% !important;
    float: right;
    margin-bottom: 0px !important;
    padding: 0px !important;
}	
.contactpage #gform_wrapper_1 form#gform_1 .gform_footer { width:100% !important; float:none }	
}

@media only screen and (min-width:250px) and (max-width:767px){
.footer-columns {
    margin-bottom: 25px;
    margin-top: 10px;
}}


.gform_wrapper textarea.medium {
    height: 150px; font-size:16px; padding-left:5px;
}

#menu-item-25 span {
    background: #f90;
padding: 10px 20px;}