/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
	Sizes
 */
/**
	Colors
 */
.sc_card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff;
  margin: 2em auto;
  width: 100%;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
}
.sc_card h1, .sc_card h2, .sc_card h3, .sc_card h4, .sc_card h5, .sc_card h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 700;
}
.sc_card p {
  font-size: 1em;
}
.sc_card p:last-child {
  margin-bottom: 0;
}
.sc_card p:empty {
  display: none;
  margin-bottom: 0;
}
.sc_card img {
  margin-bottom: 1em;
}
.sc_card .sc_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  margin-top: 15px;
}
.sc_card .sc_company {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 15px;
}
.sc_card .sc_company-logo-wrapper,
.sc_card .sc_person-image-wrapper {
  height: auto;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  max-width: 100%;
  width: auto;
  overflow: hidden;
  margin-bottom: 12px;
}
.sc_card .sc_company-logo-wrapper img,
.sc_card .sc_person-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
}
.sc_card .sc_grey-box {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 16px;
}
.sc_card .sc_grey-box .sc_box-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}
.sc_card .sc_input-group .sc_input-label {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #000;
}
.sc_card .wp-block-structured-content-person__colleague_url {
  font-size: 0.875em;
  word-break: break-word;
}

@media (max-width: 468px) {
  .sc_card p {
    padding: 0 1em 1em;
  }
}
@media (min-width: 469px) {
  .sc_fs_faq__figure {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .sc_fs_faq__figure a {
    display: block;
  }
  .sc_fs_faq__figure a img {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sc_card .sc_row {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .sc_card .sc_company {
    grid-template-columns: 1fr;
  }
  .sc_card .sc_grey-box {
    margin-top: 15px;
  }
}
/** TinyMCE **/
.w-100 {
  width: 100%;
}

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
i.mce-ico.mce-i-structured-content {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgBrZThUcMwDIWfQrgDfiUbdASPkG7ABsAEhU3YAJigsEFHMBtkg+YX9OBi8YyTNmAuuG3enRM7tj/JkhVpzPkaQIFp1OQDWNO9OdYakIER7eZkFtb5cdT/3pv3WzJkty0+XjOcLBzwxIUVP9ehqeG8OugL4AxX05hjE8vGOagC94HTycOA05lyAYe9xTr0tXZwkkEWQN59F3rWeg8LwqqeI4yhxkfe9ocqdkY8TM2vfgScRNsYKvSmtJtHHKC1ObsWyMMP4G7y4jIEPEVZU9q3Z/zlYS+BLv0zTRq2jAF59DmS1UbJi4C8b1dIls/wpx0F0kPGMLkUvYd3o8DCvpc4QhGQ93KJPX4WdGA+CvSlhGTp/0kp7GaPLMcalt6Kt73GASLA9PU89LBSHF/WBOoKk0mbL1wWbz1nKPlvAAAAAElFTkSuQmCC") !important;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}

.mce-window.mce-container.mce-sc_panel .mce-container-body.mce-abs-layout {
  overflow: hidden;
}

/**
 FAQ Summary
 */
.entry-content .sc_fs_faq summary:focus,
.sc_fs_faq summary:focus {
  outline: none;
}
.entry-content .sc_fs_faq summary *,
.sc_fs_faq summary * {
  margin: 0;
  display: inline;
  padding: 0;
}
.entry-content .sc_fs_faq summary + div,
.sc_fs_faq summary + div {
  overflow: hidden;
}
.entry-content .sc_fs_faq summary + div img,
.sc_fs_faq summary + div img {
  margin-top: 0;
}

.sc_fs_card__animate summary {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 1em 1em 1em 2em;
}

.sc_fs_card__animate summary:before {
  content: "";
  position: absolute;
  top: 1.5em;
  left: 1em;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
  border: 0.4rem solid transparent;
  border-left-color: inherit;
}

.sc_fs_card__animate[open] > summary:before {
  transform: rotate(90deg);
}

.sc_fs_card__animate {
  padding: 0;
}

.sc_fs_card__animate .sc_fs_faq__content {
  padding: 0 1em 1em;
}
.sc_fs_card__animate .sc_fs_faq__content > *:first-child {
  margin-top: 0;
}

.sc_business-logo-wrapper,
.sc_business-image-wrapper {
  margin: 0;
}@import url('https://fonts.googleapis.com/css?family=Oxygen');
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}
body{font-size:12px; font-family: 'Oxygen', sans-serif;}
.body2{background-color:#eee;}
.surendra{background:#fff;}
a{color:#000;}
#navigation, 
.nav li ul{background:#fff;}
ol, ul{list-style:none;margin:0;}
a,a:hover{text-decoration:none;}
a,.nav li a{-moz-transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;transition:all 0.2s ease-in;-ms-transition:all 0.2s ease-in;}
small{line-height:11pt;}
.small{font-size:85% !important;}
.tagline{font-size:12px;opacity:.8;}
.hrline,.hrlineB,.hrlineS{width:100% !important;overflow:hidden;padding:0;height:1px;background:url(/wp-content/themes/bolid/images/line-h-l.png) 0 -1px repeat-x;}
.hrlineB{margin-bottom:40px !important;}
.hrlineS{height:15px !important;margin-bottom:40px !important;opacity:.5;}
.hrline span,.hrlineB span{width:30px;background:#999;height:1px;position:absolute;top:0;left:0;}
.sserif{font-family:"Questrial",serif;text-transform:uppercase;margin-bottom:15px;}
.pnormal{font-weight:normal !important;max-height:none;}
.fl{float:left !important;overflow:hidden;}
.fr{float:right !important;overflow:hidden;}
.bottomzero{padding-bottom:0 !important;}
.rad,.scrollTo_top,a#triggernav,a.itembutton,input[type=submit]{-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.boxshadow{-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);}
.container_shadow{-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);}
.shadow-inset{-moz-box-shadow:0px 0px 45px rgba(0, 0, 0, 1) inset;-webkit-box-shadow:0px 0px 45px rgba(0, 0, 0, 1) inset;box-shadow:0px 0px 45px rgba(0, 0, 0, 1) inset;}
.breadcrumb{margin:5px 0 10px 0;font-size:12px;text-transform:uppercase;}
.inn{padding:20px 3.2%;margin:0 0 10px 0;overflow:hidden;}
.top-fix{padding-top:60px !important;}
.bottom-fix{margin-bottom:10px;}
.slant{font-size:85%;font-weight:normal;font-style:italic;}
.lower{text-transform:lowercase !important;}
.italic{font-style:italic !important;}
.fat{font-weight:bold !important;}
#navigation,input[type=submit]{background-image:-moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.03));background-image:-webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03));background-image:-o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03));background-image:-ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03));background-image:no-repeat;}
h1{margin:0px 0 20px 0;padding:0;letter-spacing:-0.025em;text-transform:capitalize;}
h2{margin:10px 0;padding:0;}
h2.post{margin:5px 0 10px 0;padding:0;letter-spacing:-0.04em;}
h2.heading{margin:15px 0;padding:0;letter-spacing:-0.04em;text-transform:capitalize;}
h2.widget{margin:0;padding:15px 0 12px 0;letter-spacing:-0.04em;background:url(/wp-content/themes/bolid/images/texture.png) top repeat-x;}
h2.widget span{padding:0;line-height:.9;opacity:.6;}
h3{margin:10px 0;padding:0 0 0 1px;letter-spacing:-0.02em;}
h4{margin:12px 0;padding:0;}
h5,h6{margin:5px 0;padding:0;}
h3.title{padding:0 0 11px 0;margin:0;font-size:14pt;text-shadow:none;}
h4.leading{margin:-5px 0 30px 0;}
#top-nav{margin-top:-4px;overflow:hidden;padding:5px 0 2px 0;max-height:40px;}
#top-nav p{}
#header{width:100%;float:left;position:relative;z-index:999;}
#header h1{margin:80px 0;line-height:1;font-size:20px;float:left;}
a.homelink{text-shadow:none;overflow:hidden;}
img#logo{margin:35px 0;overflow:hidden;float:left;}
.headad{overflow:hidden;float:right;}
.headad img{overflow:hidden;float:right;margin:25px 0;width:100%;}
#navigation{width:100%;float:left;border-bottom:2px solid #666;margin-bottom:-2px;border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;}
#sec-navigation{width:100%;float:left;margin-top:0;position:relative;z-index:999;border-bottom:1px solid #ddd;}
.nav{z-index:99;position:relative;margin:0 0 -2px 0;padding:0;list-style:none;line-height:1;display:inline-block;float:left;}
.nav a{position:relative;display:block;z-index:100;padding:12px 0;text-decoration:none;text-shadow:none;}
.nav>li>a{display:block;padding:22px 24px 20px 24px;text-decoration:none;line-height:1;border-bottom:2px solid #666;background:url(/wp-content/themes/bolid/images/nav-div.png) no-repeat right center;text-shadow:0 1px 0 #fff;}
.nav>li>a>i{margin-right:5px !important;}
.nav>li:last-child>a{background:none;}
#sec-nav{margin:0 0 0 0;}
#sec-nav>li>a{padding:12px 20px 11px 20px;border-left:1px solid #ddd;border-bottom:none;line-height:1;background:none;opacity:.75;font-size:10px !important;}
.nav>li>a:hover,
.nav>li.sfHover>a,
.nav>li.current-menu-item>a{border-bottom:2px solid #E8D116;}
.nav li{display:inline;position:relative;float:left;overflow:hidden;}
.nav>li{margin:0;}
.nav li ul{margin:0 0 0 0;padding:0 0 0 0;width:200px;position:absolute;z-index:999;}
.nav li ul .sf-sub-indicator{background:url(/wp-content/themes/images/arrow-superfish-right.png) no-repeat;top:54%;}
.nav li ul li a{padding:16px 0;margin:0 20px;border-bottom:1px solid #eee;font-size:9px;text-transform:uppercase;opacity:.9}
.nav li ul li a i{margin-right:8px !important;}
.nav li ul li:last-child a,
#sec-nav li ul li:last-child a{border-bottom:none;}
.nav>li>ul{border:1px solid #ddd;border-top:none;margin:0 0 0 0;-moz-border-radius:0 0 5px 5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:0 0 5px 5px;}
.nav>li>ul>li{width:100%;}
.nav li ul li:first-child a{background:none;}
.nav li ul li a:hover{}
.nav li ul li a.sf-with-ul{padding-right:0;}
.nav li ul li.current_page_item a,
.nav li ul li.current_page_parent a,
.nav li ul li.current-menu-ancestor a,
.nav li ul li.current-cat a,
.nav li ul li.li.current-menu-item a,
.nav li ul li.sfHover a{}
.current_page_ancestor ul li a{}
.nav li ul ul{margin:-44px 0 0 195px;}
.nav li a.sf-with-ul{padding-right:32px;}
.nav li.current_page_item a,
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.li.current-menu-item a,
.nav li.sfHover a{}
.nav .sf-sub-indicator{background:url(/wp-content/themes/bolid/images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:15px;top:40%;width:10px;height:10px;text-indent:-999em;overflow:hidden;opacity:.7;}
#sec-nav li a.sf-with-ul{padding-right:30px;}
#sec-nav .sf-sub-indicator{top:30%;right:10px;background:url(/wp-content/themes/bolid/images/arrow-superfish-inv.png) no-repeat;}
#sec-nav li ul{width:150px;z-index:9999;padding-top:10px;}
#sec-nav li ul li a{padding:6px 0;margin:0 10px;font-size:10px;border-bottom:1px solid #eee;}
.nav li ul{position:absolute;left:-999em;}
.nav li:hover, .nav li.hover{position:static;}
.nav li:hover ul ul,
.nav li.sfhover ul ul,
.nav li:hover ul ul ul,
.nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul,
.nav li.sfhover ul ul ul ul{left:-999em;}
.nav li:hover ul,
.nav li.sfhover ul,
.nav li li:hover ul,
.nav li li.sfhover ul,
.nav li li li:hover ul,
.nav li li li.sfhover ul,
.nav li li li li:hover ul,
.nav li li li li.sfhover ul{left:auto;}
.nav li ul{}
.nav li ul li a{}
.nav li ul li a:hover{}
.hidenav{display:none !important;}
.shownav{display:inline-block !important;}
a#triggernav{text-indent:-9999px;padding:8px;height:30px;width:30px;background-image:url(/wp-content/themes/bolid/images/icons/nav.png);background-position:50% 50%;background-repeat:no-repeat;margin:20px auto 40px auto;display:none;float:none;clear:both;}
a#triggernav:hover{background-image:url(/wp-content/themes/bolid/images/icons/nav.png);}
a#triggernav.active{background-image:url(/wp-content/themes/bolid/images/icons/minus.png);}
a#triggernav-sec{text-indent:-9999px;padding:7px;height:20px;width:20px;background-image:url(/wp-content/themes/bolid/images/icons/nav.png);background-position:50% 50%;background-repeat:no-repeat;margin:0;display:none;float:left;}
a#triggernav-sec:hover{background-image:url(/wp-content/themes/bolid/images/icons/nav.png);}
a#triggernav-sec.active{background-image:url(/wp-content/themes/bolid/images/icons/minus.png);}
.showtrig{display:block !important;float:none;overflow:hidden;}
#core{position:relative;overflow:hidden;margin:25px 0 0 0;}
#content{float:left;width:65.333%;overflow:hidden;}
#sidebar{float:right;width:30.333%;overflow:hidden;}
#core_bg{position:absolute;top:0;left:67.4%;width:1px;border-right:1px solid #ddd;height:100%;}
a.moreposts,.tab span.moreposts{width:100%;text-align:center;float:none;font-size:10px;font-weight:bold;background:url(/wp-content/themes/bolid/images/icons/pointer.png) no-repeat right -2px;padding-right:12px;}
.slidercol{float:left;width:68.5%;overflow:hidden;padding:0;margin:0 1.5% 20px 0;}
.seccol{float:left;width:28%;overflow:hidden;padding:0;margin:0 0 20px 2%;}
.seccol li{font-size:11px;line-height:17px;padding-bottom:10px;margin-bottom:15px;border-bottom:1px dotted #ddd;position:relative;}
.seccol li:first-child p.pnormal{margin-bottom:15px;height:72px;max-height:72px;}
.seccol li:last-child{margin-bottom:8px;}
.seccol img{overflow:hidden;margin-bottom:10px;}
.seccol a{font-weight:bold;overflow:hidden;}
.seccol p a{padding-left:14px;background:url(/wp-content/themes/bolid/images/icons/pointer.png) no-repeat 1px -2px;}
.seccol p{overflow:hidden;margin-bottom:10px;max-height:62px;}
.twinsbox{overflow:hidden;margin:0 0 20px 0;position:relative;padding:0;float:none;clear:both;}
.widgetcol{overflow:hidden;width:46.9%;margin:0 3% 40px 0;padding:0 3% 0 0;position:relative;float:left;border-right:1px dotted #ddd;}
.last{margin:0 0 0 0;padding:0 0 0 0;border:none;}
.widgetcol_big{position:relative;margin-bottom:15px;}
.widgetcol_big iframe{width:100%;height:220px;}
.widgetcol_big h2{font-size:16px;}
.widgetcol_big .teaser{line-height:1.9;margin-bottom:0;padding-right:20%;position:relative;}
.widgetcol_big .teaser span.ribbon{top:14px;left:auto;right:13px;width:34px;height:34px;}
.widgetcol_big span.ribbon_icon{font-size:14px !important;left:6px;top:8px;}
.widgetcol_small{line-height:15px;padding:15px 0 5px 80px;border-top:1px dotted #ddd;height:135px;position:relative;}
.widgetcol_small>a>img{float:left;margin:6px 0 0 -75px;}
.widgetcol_small p{margin-bottom:8px;line-height:17px;}
.widgetcol_small p a{font-weight:bold;font-size:11px;padding-left:14px;background:url(/wp-content/themes/bolid/images/icons/pointer.png) no-repeat 1px -2px;overflow:hidden;}
.widgetcol_small p.pnormal{font-size:11px;}
.widgetcol_small p.meta{border:none;}
.tab-container{overflow:hidden;margin:0 0 30px 0 !important;}
.tabitem{width:99.7%;float:left;padding-bottom:10px;overflow:hidden;border:solid 1px #ededed;}
.tabitem h2{font-size:16px;margin:8px 0 8px 25px;overflow:hidden;}
.tabitem .inn{padding:0 0 0 0;position:relative;overflow:hidden;}
.tabitem iframe,.tabitem img{overflow:hidden;float:left;margin:0 0 10px 0;max-height:400px;position:relative;z-index:7;width:100%;}
.tab{padding:13px 2%;border-left:solid 1px #ededed;border-right:solid 1px #ededed;border-bottom:solid 1px #ededed;overflow:hidden;float:left;width:20.8%;height:145px;margin:0 -1px 0 0;position:relative;}
.tab img{margin:0 0 10px 0;}
.tab a{padding:0;overflow:hidden;float:left;width:100%;line-height:1.4;font-size:10px;opacity:.9;}
.tab a i{line-height:1.6}
.tab a:hover{opacity:1;}
.tab.active{background:url(/wp-content/themes/bolid/images/transparent-light.png);opacity:1}
.tab span.ribbon{top:83px;left:53%;height:30px;width:30px;}
.tab span.ribbon_icon{font-size:14px !important;top:7px;left:3px}
.blogpage{margin:25px auto !important;}
.singlepost{background:#fff;padding-top:40px !important;padding-bottom:40px !important;}
ul.medpost{padding:1px 0;}
ul.medpost>li{margin-bottom:25px;overflow:hidden;}
ul.medpost>li:last-child{margin-bottom:-25px !important;}
ul.medpost li p{margin:0 0 15px 0;}
img.headimg,
img.singleimg,
img.main-single,
.postslider img{float:left;margin:0;overflow:hidden;}
p.image{margin:10px 0 8px 0 !important;font-size:12pt;font-weight:bold;}
p.image i{margin:0 7px 0 0;}
ul.medpost li a.mainbutton{margin:-30px 0 25px 0;position:relative;z-index:9;}
.post-inn{margin:0;}
.blogposts{position:relative;}
.entry{margin:0;padding:20px 0 15px 0;overflow:hidden;position:relative;}
.blogposts .entry{padding:20px 0 15px 0;margin:0;position:relative;}
.entry h2.post{padding-right:55px;}
.entry span.ribbon{left:auto;right:0;top:30px;}
.fullentry{margin:0;padding:20px 0 10px 0;overflow:hidden;}
.entry_item{width:75%;margin-top:65px;}
.entry p a:hover{}
.entry p,.fullentry p{margin:8px 0 8px 0;}
.entryfull{margin:30px 0 0 0;overflow:hidden}
.entryfull p{margin:0 0 10px 0;}
h2.single{padding:0;margin:-5px 0 15px 0;}
h2.singlefull{padding:0;margin:-5px 0 15px 0;}
.format-video>iframe,
.format-audio>iframe{margin:0 0 0 0;padding:0;position:relative;z-index:0;float:left;}
.folioitem>iframe{margin:0 0 35px 0;}
.meta,.comment-meta{    display: none;
font-size:9px !important;line-height:1.4;font-weight:normal;overflow:hidden;border-bottom:1px dotted #ddd;padding:0 0 10px 0;margin:0 0 10px 0;opacity:.6;letter-spacing:0 !important;}
.buttons{overflow:hidden;padding:0 0 0 0;margin:15px 0;}
.buttons iframe{overflow:hidden;margin:0 5.9em 0 0 !important}
.buttons a{margin-top:-5px !important;float:right;}
.tagssingle{overflow:hidden;margin-bottom:10px !important;padding-top:12px;padding-bottom:12px;}
.tagssingle a{margin-right:10px !important;}
h3.additional,
.archivepost h3,
h3#comments-title,
h3#reply-title{margin:0 0 0 0;padding-bottom:8px;font-size:14px;text-transform:uppercase;border-bottom:1px dotted #ddd;}
.postauthor{overflow:hidden;margin:0 0 40px 0;padding-top:10px;position:relative;}
.postauthor img{padding:2px;background:url(/wp-content/themes/bolid/images/transparent.png);float:left;margin:18px 25px 30px 0;}
.authordesc{margin-top:10px;padding:0;}
.related{float:left;width:104.33%;overflow:hidden;margin:15px 0 30px 0;}
.related li{float:left;width:29.7%;margin-right:3.3%;overflow:hidden;position:relative;padding:0 0 0 0;line-height:14px !important;}
.related li span.ribbon{top:223px;left:53%;height:30px;width:30px;}
.related li span.ribbon_icon{font-size:14px !important;top:6px;left:3px}
.archivecontent{padding:5px 10% 0 6% !important;min-height:340px;}
.archivepost{margin:0 0 20px 0;}
.archivepost li{padding:30px 100px 30px 0;overflow:hidden;position:relative;margin:0 0 0 0;border-top:1px solid #ddd;position:relative;}
.archivepost li:first-child{margin:0 0 0 0;}
.archivepost li span.ribbon{left:auto;right:10px;top:50px}
.archivepost a img{float:left;margin:0 25px 20px 0;}
.archivepost h3{margin:0 0 10px 0;padding-bottom:0;background:none;border:none;}
.archivepost .meta{}
.archivepost p{font-size:90%;line-height:2}
.imgwrap{background-image:url(/wp-content/themes/bolid/images/icons/zoom.png);background-repeat:no-repeat;background-position:50% 50%;}
ul.medpost li.format-image img{overflow:hidden;float:left;}
ul.medpost li.format-image a.imgwrap{overflow:hidden;float:left;}
ul.medpost li.format-quote{text-shadow:none;padding:60px 55px 40px 55px;text-align:center;font-size:16pt;line-height:1.5;border:1px solid #ddd;border-right:none;}
p.quuote_author{font-size:10pt}
ul.medpost li.format-quote blockquote{display:block;padding:0 60px;}
ul.medpost li.format-quote blockquote p{padding:60px 0 50px 0;font-weight:bold;}
ul.medpost li.format-quote blockquote:before,
ul.medpost li.format-quote blockquote:after{display:block;font-size:700%;width:50px;}
ul.medpost li.format-quote blockquote:before{content:'\201C';height:0;margin-left:-0.55em;margin-top:-70px;}
ul.medpost li.format-quote blockquote:after{content:'\201D';height:50px;margin-top:-70px;margin-left:400px;}
#comments{clear:both;margin-top:40px;padding-top:30px;border-top:5px solid #ddd;}
#comments .navigation{padding:20px 0;clear:both;overflow:hidden;}
h3#comments-title{margin:0 0 10px 0;}
h3#reply-title{padding:0 0 5px 0;margin:0 0 5px 0;border-bottom:1px solid #eee;}
.commentlist{list-style:none;margin:0 0 0 0;}
ol.commentlist{margin-top:-20px;}
.commentlist li.comment{background:url(/wp-content/themes/bolid/images/line-h-l.png) top repeat-x;line-height:24px;margin:0 0 15px 0;padding:30px 0 0 80px;position:relative;}
.commentlist li:first-child{background:none;}
#comments .comment-body ul,
#comments .comment-body ol{margin-bottom:18px;}
#comments .comment-body p:last-child{margin-bottom:6px;}
#comments .comment-body blockquote p:last-child{margin-bottom:24px;}
.commentlist ol{list-style:decimal;}
.commentlist .avatar{position:absolute;padding:1px;background:url(/wp-content/themes/bolid/images/transparent.png);top:30px;left:0;}
.comment-author{}
.comment-author cite{font-weight:bold;font-style:normal;font-size:16px;color:#000;}
.comment-author .says{display:none;}
.comment-meta{margin:0 0 20px 0;}
.comment-meta a:link,
.comment-meta a:visited{color:#888;text-decoration:none;}
.comment-meta a:active,
.comment-meta a:hover{color:#ff4b33;}
.commentlist .even{}
.commentlist .bypostauthor{}
.reply{padding:0 0 10px 0;overflow:hidden;}
.reply a,
a.comment-edit-link{font-size:10px !important;font-weight:normal;line-height:0;margin:15px 0 !important;float:left;}
a.comment-edit-link{float:right;}
.reply a:hover,
a.comment-edit-link:hover{color:#ff4b33;}
.commentlist .children{list-style:none;margin:0;}
.commentlist .children li{list-style:none;border:none;margin:0;}
.nopassword,
.nocomments{display:none;}
#comments .pingback{border-bottom:1px solid #e7e7e7;margin-bottom:18px;padding-bottom:18px;}
.commentlist li.comment+li.pingback{margin-top:-6px;}
#comments .pingback p{color:#888;display:block;font-size:12px;line-height:18px;margin:0;}
#comments .pingback .url{font-size:13px;font-style:italic;}
#sidebar p input[type=submit]{cursor:pointer;border:none;color:#fff !important;font-weight:bold;}
#respond{margin:0;overflow:hidden;position:relative;}
#respond p{margin:0;clear:right;}
.comment-form-author,
.comment-form-email,
.comment-form-url{width:29.6%;float:left;margin-right:30px !important;}
.comment-form-url{margin-right:0 !important;}
.fullsingle .comment-form-author,
.fullsingle .comment-form-email,
.fullsingle .comment-form-url{width:31.2%;}
.fullsingle #respond textarea{width:96.5%;}
input#author,
input#email,
input#url{width:89% !important;margin-bottom:20px !important;}
#respond .comment-notes{margin-bottom:30px;opacity:.7;font-size:85%;}
.form-allowed-tags{display:none;}
.children #respond{margin:0 48px 0 0;}
#comments-list #respond{margin:0;}
#comments-list ul #respond{margin:0;}
#cancel-comment-reply-link{font-size:10px !important;font-weight:normal;line-height:1;margin-left:10px;}
#respond .required{color:#ff4b33;font-weight:bold;margin-left:3px;}
#respond label{color:#888;font-size:12px;}
#respond input{margin:0;width:96%;}
#respond textarea{width:96%;}
#respond .form-allowed-tags{display:none;}
#respond .form-allowed-tags code{display:none;}
#respond .form-submit{margin:12px 0;}
#respond .form-submit input{font-size:14px;width:auto;margin:20px 1px 20px 1px;}
input, textarea,input checkbox,input radio,select, file{border:1px solid #ddd;padding:7px 10px !important;margin:0 10px 0 0;float:left;font-size:12px !important;}
form#contactform fieldset input{float:none;width:320px;margin-top:30px;}
form#contactform fieldset textarea{margin-top:30px;width:430px;border:1px solid #eee;background:#fff;}
form#contactform fieldset input#submit{width:150px;cursor:pointer;}
#contact{padding:0 0 30px 0;}
submit{cursor:pointer;background:none !important;}
.searchformhead{float:right;position:relative;margin:0 0 0 0;width:16%;width:200px;overflow:hidden;opacity:.7;}
.searchform{position:relative;float:left;width:100%;margin:0;}
.searchformhead input.s{float:right;margin:0;padding:14px 4.3% 13px 4.3% !important;line-height:1;float:right;width:88.5%;border:1px solid #ddd;border-top:none;border-bottom:none;font-size:10px !important;text-transform:uppercase;}
.searchSubmit{background:url(/wp-content/themes/bolid/images/icons/search-submit.png) 0 0 no-repeat !important;position:absolute;height:12px;width:12px;border:none;cursor:pointer;margin:0;overflow:hidden;top:14px;right:3px;}
.searchform input.s{padding:12px 4% !important;margin:0 0 30px 0;color:#999;font-style:normal;width:91.2%;border:1px solid #d9d9d9;box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.03);-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.03);-moz-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.03);-o-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.03);}
.searchform .searchSubmit{height:24px;top:14px;right:8px;}
#sidebar p{margin:0;padding:0 0 6px 0;}
#sidebar h2{margin:5px 0 15px 0;padding:0 0 12px 0;line-height:1;border-bottom:1px solid #ccc;text-transform:uppercase;}
#sidebar h2 i{margin:0 5px 0 0;}
#foliosidebar h2{margin:50px 0 20px 0;padding:0;font-size:18px;border-top:none;}
#sidebar h3{margin:3px 0 5px 0;padding:0;font-size:12px;line-height:16px;}
#sidebar a:hover{text-decoration:none;}
.widgetable{margin:0;overflow:hidden;float:left;width:100%;}
.widgetable>ul,
.widgetable>div>ul{list-style:none;float:none;overflow:hidden;width:100%;margin-bottom:30px;}
.widgetable>ul>li>ul{margin:5px 0 0 15px !important;padding:0;list-style:none;}
.widgetable>ul>li{background:url(/wp-content/themes/bolid/images/line-h.png) bottom repeat-x;padding:7px 0;}
.widgetable>ul>li>ul>li>a,
.widgetable>ul>li>ul>li>ul>li>a{background:url(/wp-content/themes/bolid/images/arrow-superfish-right.png) 0 3px no-repeat;padding-left:15px;}
.widgetable select{margin:15px 0 30px 0;width:100%;font-size:100% !important;}
.widgetable .searchform{margin:0 0 0 0;float:none;clear:both;width:100%;}
.textwidget{margin:0 0 45px 0;}
.tagcloud{margin-bottom:25px;}
ul.lists{list-style:none;overflow:hidden;margin:0;width:106%}
#footer ul.lists{margin-top:0;}
ul.lists li ul, ul.lists li ul li{margin:0 0 0 0 !important;padding:0 0 0 0 !important;width:100%;background:none;}
.lists a{}
.lists a:hover{}
.lists li{background:url(/wp-content/themes/bolid/images/bull.png) 0 4px no-repeat;padding:0 10px 0 26px;margin:0 3% 0 0;float:left;width:31%;list-style:none;}
h2.ads{margin:10px 0 8px 0 !important;border:none !important;text-align:center;font-size:10px !important;padding:0 0 0 0 !important;opacity:.6;font-family:'Arial' !important;font-weight:normal;}
.ad300{margin:0 0 25px 0;overflow:hidden;background:url(/wp-content/themes/bolid/images/transparent-light.png);border:1px solid #ddd;}
.ad300 img{margin:0 auto 15px auto;float:none;display:block;}
ul.ad125{padding:0 0 0 0 !important;overflow:hidden;width:110% !important;margin:0 12px 0 12px !important;}
ul.ad125 li{float:left;margin:0 12px 24px 12px;padding:0;overflow:hidden;background:none !important;}
ul.ad125 li img{float:left;margin:0;padding:0;overflow:hidden;}
img.adFree{padding:0;margin:0 0 30px 0;}
.ad125_fix{clear:both;margin:0;height:12px;overflow:hidden;float:left;}
.widget_fix{clear:both;height:1px;overflow:hidden;float:none;}
.lasttwit{padding:0;position:relative;margin:0 0 20px 0;}
a.twilink{position:absolute;bottom:-25px;right:0;font-weight:bold;}
ul.tweet_list{margin:0 0 10px 0 !important;}
ul.tweet_list li{margin:0 0 15px 0;padding:10px 0 0 60px !important;background:url(/wp-content/themes/bolid/images/line-h-l.png) top repeat-x;}
ul.tweet_list li:first-child{background:none;padding:0 0 0 60px !important;}
ul.tweet_list li img{float:left;margin:8px 0 10px -60px;padding:0 !important;}
.view-twitter{display:none;}
.tweet_avatar{}
#sidebar h2 span,#footer h3 span{color:#0061D8;font-style:normal;}
#sidebar h2 span span,#footer h3 span span,#archives h2 span span{color:#FF1183;}
.flickwrap{position:relative;padding:0;overflow:hidden;width:110%;margin:-5px 0 0 0;}
.flickwrap img{float:left;width:64px;margin:0 !important;padding:0 !important;}
.flickr_badge_image{float:left;margin:10px 22px 10px 0!important;padding:0 !important;}
.flickwrap a:hover img{background:#ccc;}
#footer .flickwrap{margin:-10px 0 0 0;width:110%;}
#footer .flickwrap img{width:60px;}
#footer .flickr_badge_image{margin:10px 19px 10px 0!important;}
img.avatar{}
span.left{float:left;margin:5px 20px 5px 0;}
span.right{float:right;margin:5px 0 5px 20px;}
ul.featured{margin:0 0 30px 0 !important;overflow:hidden;float:left;}
.fblock{background:url(/wp-content/themes/bolid/images/line-h-l.png) top repeat-x !important;padding:25px 0 !important;margin:0 0 0 0 !important;overflow:hidden;position:relative;}
.fblock:first-child{background:none !important;padding:0 0 25px 0 !important;}
.fblock>a>img{margin:0px 20px 0 0;padding:0;overflow:hidden;float:left;}
.serchwidget{overflow:hidden;margin-bottom:0;}
.com_post{overflow:hidden;padding:15px 0 !important;background:url(/wp-content/themes/bolid/images/line-h-l.png) top repeat-x;margin:0 !important;}
.com_post:first-child{background:none;padding:0 0 15px 0 !important;}
.com_post img{float:left;margin:5px 20px 5px 0;padding:2px;background:url(/wp-content/themes/bolid/images/transparent-light.png);}
.com_post span{float:left;margin-right:7px;font-weight:bold;text-transform:uppercase;}
.com_post p{padding:0 0 0 60px !important;margin:0 !important;}
ul.widget-folio{width:112% !important;overflow:hidden;margin-bottom:15px;}
ul.widget-folio li{overflow:hidden;float:left;margin:0 20px 20px 0;padding:0;background:url(/wp-content/themes/bolid/images/icons/search-submit.png) 50% 45% no-repeat;}
ul.widget-folio li img{width:auto;float:left;}
#hometab{float:left;margin:0 0 25px 0;width:99.5%;overflow:hidden;position:relative;border:1px solid #ddd;}
ul#serinfo-nav{position:relative;z-index:6;margin:0 0 0 -1px;}
ul#serinfo-nav>li{padding:10px 5% 9px 5%;float:left;margin-right:0;text-align:center;text-shadow:none;cursor:pointer;background-image:none !important;}
ul#serinfo-nav li a{font-size:12px !important;}
ul#serinfo-nav li a:hover{}
#serinfo-nav li.current{position:relative;z-index:6;border-top:none;overflow:hidden;border-left:1px solid #ddd;border-right:1px solid #ddd;}
li#serpane0,
li#serpane1,
li#serpane2,
li#serpane4,
li#serpane5{margin:0 0 -2px 0;padding:0;}
li#serpane3{padding:15px;}
ul#serinfo{position:relative;float:left;width:100%;padding:0 0 0 0;margin:-1px 0 0 0 !important;overflow:hidden;border-top:1px solid #ddd;}
.tab-post{height:60px;overflow:hidden;background:url(/wp-content/themes/bolid/images/line-h-l.png) bottom repeat-x;margin:0 0 0 0;padding:20px 25px;line-height:17px;}
.tab-post img{padding:0;margin:2px 20px 10px 0 !important;float:left;}
.tab-post .meta{line-height:1 !important;border:none;}
#serinfo-nav li.current{}
#serinfo,#serinfo-nav li.current{}
#footer{margin:0;padding:25px 30px;overflow:hidden;position:relative;text-shadow:none;z-index:10;}
#footer .container{padding:40px 0 10px 0;}
#footer .fourcol{width:31%;margin-left:3.5%;}
#footer h2{font-size:11pt;line-height:1;margin:5px 0 10px 0;padding:0 0 10px 0;overflow:hidden;background:url(/wp-content/themes/bolid/images/line-h-l.png) bottom repeat-x;}
#footer ul{margin:0 0 30px 0;overflow:hidden;}
#footer p{margin:3px 0 15px 0;}
.threecol>ul>li{margin:0 0 10px 14px;padding:0 0 0 0;list-style:square;list-style-position:outside;}
#footer select{overflow:hidden;clear:both;float:none;margin:0 0 30px 0;}
#footer #wp-calendar tbody td{padding:2px;}
.aboutus{width:60%;margin:50px 0 0 0;padding:0 20%;float:none;text-align:center;background:url(/wp-content/themes/bolid/images/line-h-l.png) top repeat-x;overflow:hidden;}
.aboutus img{display:block;margin:30px auto 15px auto;float:none;text-align:center;}
.aboutus p{font-weight:bold;}
.aboutus_social{z-index:1;width:100%;overflow:hidden;margin-top:20px;}
.aboutus_social ul.social-menu{list-style:none;position:relative;float:left;display:block;left:50%;margin:0 !important;overflow:visible !important;}
.aboutus_social ul.social-menu li{position:relative;float:left;display:block;right:50%;}
#copyright{width:100%;max-width:1100px;margin:0 auto 35px auto;font-size:10px;overflow:hidden;padding-top:12px;opacity:.7;background:url(/wp-content/themes/bolid/images/line-h-l.png) top repeat-x;}
#copyright p{margin:0;padding:0 0;}
.post-date{padding-left:5px;font-style:italic;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;float:none;}
img.alignright{margin:4px 1px 10px 20px !important;display:inline;float:right;}
img.alignleft{margin:4px 20px 10px 1px !important;display:inline;float:left;}
.alignright{float:right;}
.alignleft{float:left}
.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.alignleft{float:left;}
.alignright{float:right;}
.wp-caption{text-align:center;padding-top:10px;}
.wp-caption img{margin:0;padding:0;border:0 none;}
.wp-caption p.wp-caption-text{font-size:11px;padding:0 5px 0 5px;margin:5px 0 0 0;}
img.wp-smiley{background:transparent;border:none;margin:0;padding:0;}
.bags,
#map iframe,
.wp-caption{padding:3px;-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);-o-linear-gradient(#2F2727, #1a82f7);background:-moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 transparent;background:-webkit-gradient(linear, left top, left bottom,
from(#fff),
color-stop(0.5, #fff),
to(#EFEFEF));filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffffff', EndColorStr='#EFEFEFEF');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#EFEFEFEF)";-o-linear-gradient(top, #dcdcdc, #c6c6c6);border:1px solid #FFFFFF;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
ul.social-menu{position:relative;overflow:hidden;padding:0;margin:10px 0 20px 0 !important;float:none;}
.tickerwrap ul.social-menu{float:right;position:absolute;right:10px;top:-1px;}
#footer ul.social-menu{margin:0px 0 10px 0 !important;}
ul.social-menu li{display:inline;list-style-type:none;position:relative;float:left;width:22px !important;height:22px !important;margin:0 8px 12px 0 !important;padding:0 0 0 0;background-image:url(/wp-content/themes/bolid/images/social-spirit-black.png);background-repeat:no-repeat;text-indent:-9000px;overflow:hidden;opacity:.4;-moz-transition:opacity 0.3s ease-in;-webkit-transition:opacity 0.3s ease-in;-o-transition:opacity 0.3s ease-in;-moz-border-radius:50%;-khtml-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
#footer ul.social-menu li{background-image:url(/wp-content/themes/bolid/images/social-spirit-black.png);}
#sidebar ul.social-menu li{background-image:url(/wp-content/themes/bolid/images/social-spirit-black.png);}
ul.social-menu li:hover{opacity:1;-moz-transition:opacity 0.3s ease-in;-webkit-transition:opacity 0.3s ease-in;-o-transition:opacity 0.3s ease-in;}
ul.social-menu li.sprite-pinterest{background-position:-5px -108px;width:32px;height:32px;}
ul.social-menu li.sprite-instagram{background-position:-39px -39px;width:32px;height:32px;}
ul.social-menu li.sprite-Icons-full{background-position:0 0;width:32px;height:32px;}
ul.social-menu li.sprite-aim{background-position:0 -34px;width:32px;height:32px;}
ul.social-menu li.sprite-app_store{background-position:0 -68px;width:32px;height:32px;}
ul.social-menu li.sprite-apple{background-position:0 -102px;width:32px;height:32px;}
ul.social-menu li.sprite-bebo{background-position:0 -136px;width:32px;height:32px;}
ul.social-menu li.sprite-behance{background-position:-5px -175px;width:32px;height:32px;}
ul.social-menu li.sprite-bing{background-position:0 -204px;width:32px;height:32px;}
ul.social-menu li.sprite-blogger{background-position:0 -238px;width:32px;height:32px;}
ul.social-menu li.sprite-cloud{background-position:0 -272px;width:32px;height:32px;}
ul.social-menu li.sprite-delicious{background-position:-5px -311px;width:32px;height:32px;}
ul.social-menu li.sprite-deviantart{background-position:-5px -345px;width:32px;height:32px;}
ul.social-menu li.sprite-digg{background-position:0 -374px;width:32px;height:32px;}
ul.social-menu li.sprite-digg_alt{background-position:0 -408px;width:32px;height:32px;}
ul.social-menu li.sprite-dribbble{background-position:0 -442px;width:32px;height:32px;}
ul.social-menu li.sprite-drupal{background-position:0 -476px;width:32px;height:32px;}
ul.social-menu li.sprite-facebook{background-position:-6px -515px;width:32px;height:32px;}
ul.social-menu li.sprite-flickr{background-position:-5px -549px;width:32px;height:32px;}
ul.social-menu li.sprite-friendfeed{background-position:0 -578px;width:32px;height:32px;}
ul.social-menu li.sprite-friendster{background-position:0 -612px;width:32px;height:32px;}
ul.social-menu li.sprite-github{background-position:0 -646px;width:32px;height:32px;}
ul.social-menu li.sprite-google{background-position:-6px -5px;width:32px;height:32px;}
ul.social-menu li.sprite-gowalla{background-position:0 -714px;width:32px;height:32px;}
ul.social-menu li.sprite-gtalk{background-position:0 -748px;width:32px;height:32px;}
ul.social-menu li.sprite-heart{background-position:0 -782px;width:32px;height:32px;}
ul.social-menu li.sprite-hyves{background-position:0 -816px;width:32px;height:32px;}
ul.social-menu li.sprite-icondock{background-position:0 -850px;width:32px;height:32px;}
ul.social-menu li.sprite-icq{background-position:0 -884px;width:32px;height:32px;}
ul.social-menu li.sprite-lastfm{background-position:-6px -922px;width:32px;height:32px;}
ul.social-menu li.sprite-linkedin{background-position:-5px -958px;width:32px;height:32px;}
ul.social-menu li.sprite-metacafe{background-position:0 -986px;width:32px;height:32px;}
ul.social-menu li.sprite-myspace{background-position:-6px -1025px;width:32px;height:32px;}
ul.social-menu li.sprite-netvibes{background-position:0 -1054px;width:32px;height:32px;}
ul.social-menu li.sprite-newsvine{background-position:0 -1088px;width:32px;height:32px;}
ul.social-menu li.sprite-paypal{background-position:0 -1122px;width:32px;height:32px;}
ul.social-menu li.sprite-photobucket{background-position:0 -1156px;width:32px;height:32px;}
ul.social-menu li.sprite-picassa{background-position:0 -1190px;width:32px;height:32px;}
ul.social-menu li.sprite-podcast{background-position:0 -1224px;width:32px;height:32px;}
ul.social-menu li.sprite-posterous{background-position:-5px -1263px;width:32px;height:32px;}
ul.social-menu li.sprite-qik{background-position:0 -1292px;width:32px;height:32px;}
ul.social-menu li.sprite-reddit{background-position:0 -1326px;width:32px;height:32px;}
ul.social-menu li.sprite-retweet{background-position:0 -1360px;width:32px;height:32px;}
ul.social-menu li.sprite-rss{background-position:-6px -1399px;width:32px;height:32px;}
ul.social-menu li.sprite-sharethis{background-position:0 -1428px;width:32px;height:32px;}
ul.social-menu li.sprite-skype{background-position:-5px -1467px;width:32px;height:32px;}
ul.social-menu li.sprite-slashdot{background-position:0 -1496px;width:32px;height:32px;}
ul.social-menu li.sprite-slideshare{background-position:0 -1530px;width:32px;height:32px;}
ul.social-menu li.sprite-squidoo{background-position:0 -1564px;width:32px;height:32px;}
ul.social-menu li.sprite-stumbleupon{background-position:-5px -1604px;width:32px;height:32px;}
ul.social-menu li.sprite-technorati{background-position:0 -1632px;width:32px;height:32px;}
ul.social-menu li.sprite-tumblr{background-position:-5px -1671px;width:32px;height:32px;}
ul.social-menu li.sprite-twitter{background-position:-6px -1705px;width:32px;height:32px;}
ul.social-menu li.sprite-viddler{background-position:0 -1734px;width:32px;height:32px;}
ul.social-menu li.sprite-vimeo{background-position:-5px -1772px;width:32px;height:32px;}
ul.social-menu li.sprite-virb{background-position:0 -1802px;width:32px;height:32px;}
ul.social-menu li.sprite-wiki{background-position:0 -1836px;width:32px;height:32px;}
ul.social-menu li.sprite-windows{background-position:0 -1870px;width:32px;height:32px;}
ul.social-menu li.sprite-wordpress{background-position:0 -1904px;width:32px;height:32px;}
ul.social-menu li.sprite-yahoo{background-position:-5px -1943px;width:32px;height:32px;}
ul.social-menu li.sprite-yelp{background-position:0 -1972px;width:32px;height:32px;}
ul.social-menu li.sprite-youtube{background-position:-39px -5px;width:32px;height:32px;}
ul.social-menu li a{float:left;width:32px;height:32px;padding:0;line-height:1;}
.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;}
.flexslider{margin:0;padding:0;}
.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}
.flexslider .slides img{display:block;}
.flex-pauseplay span{text-transform:capitalize;}
.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .slides{display:block;}
* html .slides{height:1%;}
.no-js .slides > li:first-child{display:block;}
.flexslider{margin:0 0 0 0;position:relative;-webkit-border-radius:4px;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.flexslider .slides{zoom:1;}
.flex-direction-nav li a{width:60px;height:35px;margin:0;display:block;position:absolute;top:240px;z-index:9;cursor:pointer;text-indent:-9999px;}
.flex-direction-nav li a:hover{opacity:1;}
.flex-direction-nav li .disabled{opacity:.3;filter:alpha(opacity=30);cursor:default;}
.flex-control-nav{position:absolute;top:20px;left:20px}
.flex-control-nav li{margin:0 0 0 6px;display:inline-block;zoom:1;*display:inline;}
.flex-control-nav li:first-child{margin:0;}
.flex-control-nav li a{width:11px;height:11px;display:block;background:url(/wp-content/themes/bolid/images/bullet-slide.png) no-repeat 0 0;cursor:pointer;text-indent:-9999px;}
.flex-control-nav li a:hover{}
.flex-control-nav li a.flex-active{background:url(/wp-content/themes/bolid/images/bullet-slide.png) no-repeat 0 -11px;cursor:default;opacity:1}
.mainflex{margin:0 0 10px 0;}
.mainflex .flex-direction-nav li a,
.postslider .flex-direction-nav li a,
.widgetflexslider .flex-direction-nav li a{-moz-border-radius:25px;-khtml-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.mainflex .flex-direction-nav li .flex-next,
.postslider .flex-direction-nav li .flex-next,
.widgetflexslider .flex-direction-nav li .flex-next{right:-35px;background-image:url(/wp-content/themes/bolid/images/icons/nav_right_t.png);background-position:7px 10px;background-repeat:no-repeat;}
.mainflex .flex-direction-nav li .flex-next:hover,
.postslider .flex-direction-nav li .flex-next:hover,
.widgetflexslider .flex-direction-nav li .flex-next:hover{right:-30px;}
.mainflex .flex-direction-nav li .flex-prev,
.postslider .flex-direction-nav li .flex-prev,
.widgetflexslider .flex-direction-nav li .flex-prev{left:-35px;background-image:url(/wp-content/themes/bolid/images/icons/nav_left_t.png);background-position:38px 10px;background-repeat:no-repeat;}
.mainflex .flex-direction-nav li .flex-prev:hover,
.postslider .flex-direction-nav li .flex-prev:hover,
.widgetflexslider .flex-direction-nav li .flex-prev:hover{left:-30px;}
.mainflex img{margin-bottom:20px;}
.mainflex h2{font-size:18px;line-height:24px;}
.mainflex ul.slides li{position:relative;}
.mainflex .teaser{border-bottom:1px dotted #ddd;padding-bottom:14px;margin-bottom:0;line-height:1.9;padding-right:20%;position:relative;}
.mainflex .meta{margin-bottom:15px;}
.mainflex .teaser span.ribbon{left:auto;right:18px;top:13px}
.widgetflexslider{margin-bottom:25px;position:relative;}
.widgetflexslider ul li{padding:0 25px 5px 0;line-height:1.5 !important;}
.widgetflexslider ul.slides{padding-bottom:0px;}
.widgetflexslider ul.slides li{position:relative;}
.widgetflexslider ul li img{padding:0 0 10px 0;}
.widgetflexslider a.title,.related li a.title,.tab-post a.title{font-size:11px;font-weight:bold;background:url(/wp-content/themes/bolid/images/icons/pointer.png) no-repeat 1px -2px;padding-left:14px;margin-bottom:10px;}
.widgetflexslider p.meta{margin:8px 0 8px 0;padding:0 0 10px 0;border-bottom:none;border-bottom:1px dotted #ddd;}
.widgetflexslider .flex-control-nav{}
.widgetflexslider>ol.flex-control-nav{position:absolute;top:-23px;right:0px;left:auto;height:8px;opacity:.5}
.widgetflexslider .flex-control-nav li a{width:8px;height:8px;background:url(/wp-content/themes/bolid/images/bullet-slide-alt.png) no-repeat 0 0;opacity:.7}
.widgetflexslider .flex-control-nav li a.flex-active{background-position:0 -8px;cursor:default;opacity:1}
.widgetflexslider .flex-direction-nav li a{top:110px}
.widgetflexslider span.ribbon{top:223px;left:47%;height:30px;width:30px;}
.widgetflexslider span.ribbon_icon{font-size:14px !important;top:6px;left:3px}
.postslider .flex-direction-nav li a{top:160px}
span.ribbon{z-index:8;position:absolute;top:20px;left:50%;margin-left:-20px;width:40px;height:40px;overflow:hidden;-moz-border-radius:50%;-khtml-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
span.ribbon_icon{color:#fff;position:absolute;text-transform:uppercase;line-height:1;top:7px;left:8px;width:24px;text-align:center;overflow:hidden;z-index:9;font-size:20px;}
span.ribbon_icon i{line-height:1.3 !important;}
.ribbon_icon i.icon-play-circle{padding-left:0 !important;}
.ribbon_icon i.icon-music{margin-left:-2px;}
div.tooltip{display:none;position:absolute;text-align:center;line-height:normal;z-index:100000;opacity:1;filter:alpha(opacity = 95);background:#222;color:#eee;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
div.tooltip p{padding:6px 8px 7px 8px;font-size:10px !important;line-height:1.4 !important;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;text-shadow:none;max-width:150px;text-transform:capitalize;}
.tagcloud{width:104%;overflow:hidden;}
.tagcloud a{float:left;font-size:10px !important;padding:0px 5px;border:1px solid rgba(0, 0, 0, 0.1);margin:0 8px 8px 0;}
.widget_calendar{float:left;}
#wp-calendar{width:100%;margin:0 0 40px 0;}
#wp-calendar caption{text-align:left;color:#333;font-size:12px;margin-top:10px;margin-bottom:15px;}
#wp-calendar thead{font-size:10px;}
#wp-calendar thead th{padding-bottom:10px;}
#wp-calendar tbody{color:#aaa;}
#wp-calendar tbody td{background:#f5f5f5;border:1px solid #fff;text-align:center;padding:8px;}
#wp-calendar tbody td:hover{background:#fff;}
#wp-calendar tbody .pad{background:none;}
#wp-calendar tfoot #next{font-size:10px;text-transform:uppercase;text-align:right;}
#wp-calendar tfoot #prev{font-size:10px;text-transform:uppercase;padding-top:10px;}
.sticky{}
#archives{padding:20px 0 0 0;}
h2.archives-small{font-size:16pt;line-height:22pt;}
::selection{background:#52C8EC;color:#fff;}
::-moz-selection{background:#52C8EC;color:#fff;}
.scrollTo_top{position:fixed;bottom:30px;right:20px;opacity:1;overflow:hidden;z-index:99;}
.scrollTo_top i{font-size:20px;padding:10px 15px;color:#fff;line-height:1 !important;}
.scrollTo_top img{float:left;}
.scrollTo_top a{float:left;}
ul.error{margin-bottom:25px;}
ul.error>li{float:none !important;width:100%;}
a.more-link{display:none;visiblity:hidden;}
a.read-more{display:block;visibility:visible;}
a.mainbutton,#submit,#comments .navigation a,.tagssingle a,.contact-form .submit,a.comment-reply-link,#comment-submit{margin:1px;line-height:1;padding:7px 10px;color:#fff !important;;background:#444;border:none !important;font-weight:bold;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;}
a.mainbutton:hover,a.itembutton:hover,a.itembutton2:hover,#submit:hover,#comments .navigation a:hover,.tagssingle a:hover,.contact-form .submit:hover,a.comment-reply-link:hover{color:#fff !important;background:#353535 !important;}
a.mainbutton{}
.pagination{height:29px;margin:0 0 30px 0;float:none;overflow:hidden;padding:2px 0;position:relative;z-index:99;}
a.page-numbers,
.page-numbers.current{overflow:hidden;font-size:9pt;background:url(/wp-content/themes/bolid/images/transparent-light.png);padding:7px 10px;line-height:1;margin:1px 8px 0 0;-moz-border-radius:2px;-khtml-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.page-numbers.current{font-weight:bold;}
.dots{letter-spacing:1px;margin:0 15px 0 0;}
.wp-pagenavi a,
.wp-pagenavi span{border:none !important;padding:3px 10px 3px 0 !important;margin:0 10px 0 0 !important;}
.wp-pagenavi span.pages{display:none;}
.postnav{margin:10px 0;}
.attachment .headimg{display:none;visibility:hidden;}
#content .wp-smiley{margin:0;}
#content .gallery{margin:0 auto 30px auto;width:100%;}
#content .gallery .gallery-item{float:left;margin:0 1px 1px 0;text-align:center;width:24.8%;height:auto;overflow:hidden;background-image:url(/wp-content/themes/bolid/images/icons/zoom-black.png);background-position:50% 50%;background-repeat:no-repeat;}
#content .gallery img{border:0;float:left;width:100%;}
#content .gallery .gallery-caption{margin-left:0;}
#content .gallery dl{margin:0;}
#content .gallery-caption{color:#888;font-size:12px;margin:-24px 0 24px 0;}
#content .gallery br+br{display:none;}
.tickerwrap{width:100%;padding:0;overflow:hidden;position:relative;}
.tickerwrap>span{position:absolute;left:25px;top:12px;font-size:10px;text-transform:uppercase;}

.tickercontainer{height:30px;width:76%;margin:0;padding:5px 0 7px 0;overflow:hidden;}
.tickercontainer .mask{position:relative;left:100px;top:8px;width:90%;overflow:hidden;}
#singlecontent .tickercontainer,
.entryfull .tickercontainer{padding:6px 0 8px 0;border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
ul.newsticker,
ul.ticker{position:relative;list-style-type:none;margin:0;padding:0;overflow:hidden;height:15px;width:auto;left:10%}
ul.newsticker li{float:left;margin:0;padding:0;line-height:1.5;font-size:10px !important;}
ul.newsticker a{white-space:nowrap;padding:0;margin:0 50px 0 0;font-weight:bold;}
ul.newsticker span{margin:0 5px 0 0;}
h2 label{float:none;}
#subscribe-field{padding:8px 13px;width:91% !important;margin-bottom:15px;}
.sharedaddy{margin-top:20px;}
.post-ratings{height:15px;overflow:hidden;margin-bottom:15px;line-height:1;font-size:10px !important;}
.post-ratings em{font-style:normal !important;}
span.rating img{display:inline-block !important;}
.post-ratings-image{margin-bottom:0 !important;}
span.rating{position:absolute;bottom:15px;right:15px;z-index:9;display:inline-block !important;opacity:.8}
.widgetflexslider span.rating{top:258px;bottom:auto;right:25px;}
.mainflex span.rating{right:8px;}
.seccol li span.rating{right:auto;left:0;bottom:10px;}
.widgetcol_big span.rating{right:0;bottom:10px;}
.widgetcol_small span.rating{right:0;bottom:20px;}
.fblock span.rating{right:15px;bottom:30px;}
.archivepost li span.rating{right:0;bottom:80px;}
.upper .mainflex .meta,
.upper .widgetcol_big .meta,
.upper .nav>li>a,
.upper ul#serinfo-nav li a,
.upper h2.upperfont,
.upper h3.upperfont,
.upper h2.widget,
.upper #footer h2,
.upper h3#reply-title,
.upper a.moreposts,
.upper .tabitem h2,
.upper .tab span.moreposts,
.upper p.meta{text-transform:uppercase !important;letter-spacing:-0.025em}

body.custom-background {
    background-color: #e6e6e659 !important;
}
.comment-meta{display:none;}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/wp-content/themes/bolid/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/wp-content/themes/bolid/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/wp-content/themes/bolid/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/wp-content/themes/bolid/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/bolid/font/fontawesome-webfont.eot');src:url('/wp-content/themes/bolid/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('/wp-content/themes/bolid/font/fontawesome-webfont.woff') format('woff'),
url('/wp-content/themes/bolid/font/fontawesome-webfont.ttf') format('truetype');font-weight:normal;font-style:normal}
[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none!important;background-position:0 0;background-repeat:repeat}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:inline;line-height:.6em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}li [class^="icon-"],li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.35em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.35em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.35em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{height:.75em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.45em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}
.comment-meta{    display: none;
}[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.btn.dropdown-toggle [class^="icon-"],
.btn.dropdown-toggle [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: 1.4em;
}
.centerrow{margin:0;width:105%;overflow:hidden;}
.centerthreecol,.centerfourcol,.centersixcol{margin:0 0 0 0;float:left;min-height:1px;margin-bottom:30px !important;}
.centerrow .centerthreecol{width:21.6%;margin:0 3% 0 0;overflow:hidden;}
.centerrow .centerfourcol{width:29.75%;margin:0 3% 0 0;overflow:hidden;}
.centerrow .centersixcol{width:46%;margin:0 3% 0 0;overflow:hidden;}
.container{width:100%;max-width:1080px;margin:0 auto 30px auto;padding:0 80px;overflow:hidden;position:relative;}
.generalresp{width:1080px !important;max-width:1080px;min-width:1080px !important;}
.onecol, .twocol, .threecol, .fourcol, .fivecol,.fifthcol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol{margin-left:0;float:left;min-height:1px;overflow:hidden;}
.twocol{width:10.75%;margin-left:5%;float:left;}
.threecol{width:23.3%;margin-left:2.2%;float:left;}
#footer .threecol{width:22%;margin-left:4%;margin-bottom:0px;}
.fourcol{width:31.68%;margin:0 0 0 0;padding:0;float:left;position:relative;}
.fifthcol{width:16%;padding:0;margin:0 0 0 4%;float:left;margin-bottom:40px;}
.eightcol{width:65.2%;padding-right:0;padding-left:0;margin:0 3% 0 0;float:left;}
.sixcol{width:47.5%;margin-left:5%;}
.twelvecol{width:90%;float:left;}
.first{margin-left:0px !important;}
object, embed{max-width:100%;}
img{height:auto;}@media screen and (max-width:1026px){.container{width:auto;margin:0 0;padding:0 20px;}
.headad{float:left;margin:0 0 40px 0;}
.headad img{margin:0;}
ul#serinfo-nav>li{padding:10px 3.6% 9px;}
}
@media screen and (max-width:1000px){.imgwrap img,
.tab img,
img.main-single,
.imgwrap img:hover{width:100% !important;}
}
@media screen and (max-width:970px){#clientsbox li{width:24%;}
li.services{width:27%}
.resmode-No{display:none;visibility:hidden;}
.section .container{padding:40px 0 !important;}
#header{padding:0;float:left;margin:0;}
#header a img.logo{margin:0 0 30px 0;}
.flexfull_wrap{max-height:580px !important}
.widgetcol{width:46.2%}
.disres{position:relative !important;top:auto;width:100% !important;}
}
@media screen and (max-width:770px){.flexslider .slides li a img,
.tabitem iframe, .tabitem a img{width:100%;}
.tab{width:20%;}
.ad300 img{width:100%;}
ul#serinfo-nav>li{padding:10px 2% 9px;}
.seccol li:nth-child(4){display:none;}
.tab span.ribbon{top:auto;}
.widgetcol_small{height:auto;}
#footer .flickwrap img{width:55px;}
}
@media handheld, only screen and (max-width:740px){body{font-size:14px;-webkit-text-size-adjust:none;}
body{width:100%;min-width:0;margin-left:0px;margin-right:0px;padding-left:0;padding-right:0;margin-top:0;}
#header,#content, #sidebar,#footer .threecol,
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol,.fifthcol,
#footer .fourcol,
.slidercol,.seccol,.widgetcol{width:auto;float:none !important;margin-left:0;margin-right:0;}
#sec-navigation{float:left;width:100%;clear:both;}
img#logo{float:none;display:block;margin:35px auto;}
#sidebar{padding-left:0;padding-right:0;margin-top:40px;}
#core{margin:0 0 0 0;}
#core_bg{display:none;}
.stuff h1,.stuff h2{font-size:45px;border:none;}
.flex-control-nav{bottom:25px;}
#copyright{padding:0 0;}
#copyright .fr{float:left !important;}
a.imgwrap,
.seccol a img,
.widgetcol_big a img{width:100%;}{width:100% !important}
.pagination{margin-bottom:40px;height:35px;}
.resmode-No{display:none;visibility:hidden;}
img.headimg,
img.singleimg,
.postslider img{width:100%;}
.seccol li:nth-child(4){display:block;}
}
@media only screen and (max-width:639px){.scrollTo_top{visibility:hidden;display:none}
.tmnf-sc-quote.left,
.tmnf-sc-quote.right{width:100%;float:none;margin-left:0;margin-right:0}
.contact-form .forms textarea,
.contact-form .forms input.txt{width:100%;float:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0}
.contact-form .forms label{margin-bottom:10px}
.contact-form .forms .buttons .submit,
.contact-form .forms input#sendCopy{margin-left:0;}
#header a img.logo{display:block;float:none;margin:0 auto 30px auto;}
a#triggernav,
a#triggernav-sec{display:block}
#navigation,
#sec-nav{display:none;margin-bottom:40px;}
#sec-nav{width:200px}
#sec-nav>li{width:100%}
#sec-nav>li>ul{width:100%}
#sec-nav>li:first-child>a{padding-left:27px;}
.nav{width:100%}
.nav li ul{width:100%;border:none;}
#nav>li,#main-nav>li{width:100%;}
.nav{width:100%}
.nav li ul{width:100%;border:none;}
.nav>li>a{background:none;}
.tab{width:45.5%;}
iframe{width:100%;max-height:350px}
#top-nav{max-height:none;}
.tickerwrap ul.social-menu{position:relative;float:left;right:auto;margin:10px 0 10px 20px !important}
.aboutus{width:100%;padding:0 0;}
.widgetflexslider span.ribbon{display:none;}
.related li{width:100%;margin-right:0;}
.related li a img{width:100%;}
.related li span.ribbon{display:none;}
}
@media only screen and (max-width:429px){#nav>li,#main-nav>li{width:100%;}
iframe{max-height:250px}
.tabitem iframe{max-height:250px}
.imgwrap{background-image:none !important;}
.aboutus img,
img.alignleft,
img.alignright,
img.aligncenter,
.wp-caption,
.wp-caption img{width:100%;margin:5px 0 30px 0;}
.aboutus img{margin:30px 0 30px 0}
.tab span.ribbon{display:none;}
}


/**********************start changes by vivek**********************/

@media only screen and (max-width:429px){.wpgmp_map_container{display:none!important;}
#sidebar,#lspanish  {display:none!important;}}


@media screen and (max-width:1026px){.wpgmp_map_container{display:none!important;}
#sidebar,#lspanish  {display:none!important;}}




@media screen and (max-width:970px){.wpgmp_map_container{display:none!important;}
#sidebar,#lspanish {display:none!important;}}


@media screen and (max-width:770px){.wpgmp_map_container{display:none!important;}
#sidebar,#lspanish  {display:none!important;}}


@media handheld, only screen and (max-width:740px){.wpgmp_map_container{display:none!important;}
#sidebar,#lspanish  {display:none!important;}}

@media only screen and (max-width:639px){.wpgmp_map_container{display:none!important;}
#sidebar,#lspanish  {display:none!important;}}

/**********************end changes by vivek**********************/





