/**
 *	Chromium Theme
 *
 *	Developed by: Arlind Nushi (www.arlindnushi.com)
 *	Design by: Art Ramadani (www.artramadani.com)
 *
 *	Follow us at (also buy this theme on our profile)
 *	Envato Marketplace Profile: http://themeforest.net/user/Laborator
 *
 * 	Date Finished: May 2013
 
 DO NOT UPDATE THEME
 */
 
 .page .container a:visited {color:#54496E;}
 
.page .main_menu li li a:visited { color: #FFF !important; }

 .main_menu li a:hover {color:#26bec8;}
 #footer strong {color:#FFF !important;}
 #footer a {color:#FFF !important;}
#footer {color:#FFF !important;}
#footer .textwidget {color:#FFF !important;}

 #descrblock{
 width: 520px;
margin: 0 auto;
}
#wvicon {
float: left;
margin-top: -20px;
margin-bottom: 10px;
}

 #descrblock > h1 {
 float: left;
margin-top: 10px;
 }
 
 #donatebutton {
 float:left;
 display:  block;
 font-size: 16px;
 font-weight:bold;
 padding: 10px 15px;
 color:#26bec8;
 background-color: none;
 margin-right:10px;
 //-moz-border-radius: 15px;
 //border-radius: 15px;
  height: 20px;
}

.white_background {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
/* 
	Skin name: Main
*/
/* Images */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
a:hover {
  color: #26bec8;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background-color: #FFF;
  color: #CCC !important;
  font-family: 'Bitter', serif;
}
.white_background {
  background-color: #f8f6f7;
  position: relative;
  z-index: 1000;
}
.white_background p:last-child {
  margin-bottom: 0;
}
.white_background.padding {
  padding: 15px;
}
::selection {
  background: #ffbf00;
  color: #ffffff;
}
::-moz-selection {
  background: #333333;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bitter', serif;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #54496e;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
body {
  background: #54496e center top;
  font-family: 'Bitter', serif;
  font-size: 12px;
}
.ft_clearer {
  margin-bottom: 25px;
}
.feature_block {
color:#6D6D6D;
  background: #f8f6f7;
  /* -webkit-border-radius: 2px; */
  -moz-border-radius: 2px;
  /* border-radius: 2px; */
  -moz-background-clip: padding;
  /* -webkit-background-clip: padding-box; */
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 15px 0;
  text-align: center;
  height: 220px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.feature_block.clickable {
  cursor: pointer;
}
.feature_block.clickable * {
  cursor: pointer;
}
.feature_block i {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 34px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 64px;
  margin-right: .1em;
  color: #6D6D6D;
}
.feature_block .content {
  padding: 0px 20px;
  line-height: 18px;
  
}
.feature_block h3 {
  font-size: 18px;
  margin-bottom: -10px;
  color:#54496e;
}
.feature_block:hover {
  z-index: 1000;
 /* background: #333333;
  color: #ffffff;
  
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);*/
  
  -webkit-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  //z-index: 9999;
 
  
  
  
}
.feature_block:hover i {
  
}
#site_header {
  background: #ffffff;
  /* -webkit-border-radius: 2px; */
  -moz-border-radius: 2px;
  /* border-radius: 2px; */
  -moz-background-clip: padding;
  /* -webkit-background-clip: padding-box; */
  /* background-clip: padding-box; */
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  margin-top: 25px;
  height: 90px;
  border: 1px dashed #040404;
  position: relative;
  z-index: 2000;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.logo_txt {
  font-family: 'Bitter', serif;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  display: block;
  padding: 30px 20px;
}
.logo_img {
  display: inline-block;
  padding: 0px;
  line-height: 80px;
}
.logo_img img {
  vertical-align: middle;
}
.saw {
  //background: url(../images/saw.png) repeat-y;
  height: 100%;
  width: 8px;
  position: absolute;
  right: -10px;
  top: 0px;
}
.saw_h {
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  background: url(../images/saw_h.png) repeat-x;
}
header {
  position: relative;
  z-index: 20000;
}
header .mobile_menu {
  display: none;
  position: relative;
}
header .mobile_menu select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 0;
  /* Safari 1.x */

  -khtml-opacity: 0;
  opacity: 0;
}
.social_networks_head {
  display: inline-block;
  float: right;
}
a.social_icon {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 35px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 45px;
  margin-right: .1em;
  color: #666;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.social_icon:hover.facebook {
  color: #3b5998;
}
a.social_icon:hover.twitter {
  color: #00aced;
}
a.social_icon:hover.dribbble {
  color: #C73B6F;
}
a.social_icon:hover.instagram {
  color: #517fa4;
}
a.social_icon:hover.linkedin {
  color: #007bb6;
}
a.social_icon:hover.pinterest {
  color: #cb2027;
}
.main_menu {
  margin: 0px;
  padding: 0px;
  padding-right: 20px;
  float: right;
}
.main_menu > li .uparrow,
.main_menu > li.current-menu-item:after,
.main_menu > li.current-menu-ancestor:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid #545454;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}
.main_menu > li.current-menu-item,
.main_menu > li.current-menu-ancestor {
  /* border-bottom: 1px solid #545454; */
}
.main_menu > li.current-menu-item > a,
.main_menu > li.current-menu-ancestor > a {
  color: #333333;
}
.main_menu li {
  text-align: center;
  font-family: 'Bitter', serif;
  font-size: 13px;
  display: inline-block;
  margin: 0px;
  padding-top: 35px;
  margin-left: 40px;
  height: 54px;
  position: relative;
}
.main_menu li a {
  font-weight: 600;
  color: #777;
}
.main_menu li a span {
  display: block;
  font-size: 11px;
  color: #666;
  font-style: italic;
  font-weight: normal;
}
.main_menu li li.active > a,
.main_menu li li.current-menu-ancestor > a,
.main_menu li li.current-menu-item > a {
  background-color: #454a4e;
}
.main_menu li li.menu-item-has-children > a {
  background-image: url(../images/has_sub.png);
  background-position: 93% center;
  background-repeat: no-repeat;
}
.main_menu li ul {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 200px;
  background: #3b4043;
  padding: 0px;
  top: 77px;
  left: -40px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main_menu li ul li {
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: left;
  height: auto;
  border-bottom: 1px solid #373b3e;
  position: relative;
}
.main_menu li ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  display: block;
  padding: 7px 10px;
}
.main_menu li ul li > ul {
  left: 200px;
  top: 0;
  margin: 0;
}
.main_menu li ul li:last-child {
  border: 0px;
}
.main_menu li ul li:hover {
  background-color: #454a4e;
}
.main_menu li ul li:hover > ul {
  display: block;
}
.main_menu > li {
  display: block;
  float: left;
}
.main_menu.css_hover li ul {
  display: none;
}
.main_menu.css_hover li:hover > ul {
  display: block;
  -webkit-opacity: 1;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 1;
  /* Safari 1.x */

  -khtml-opacity: 1;
  opacity: 1;
}
.partners_carousel {
  height: 100px;
  padding-top: -10px;
  margin: 0;
  zoom: 1;
}
.partners_carousel:before,
.partners_carousel:after {
  display: table;
  content: "";
}
.partners_carousel:after {
  clear: both;
}
.partners_carousel:before,
.partners_carousel:after {
  display: table;
  content: "";
}
.partners_carousel:after {
  clear: both;
}
.partners_carousel li {
  float: right;
  padding: 0px 10px;
  width: 220px;
  text-align: center;
  display: table;
  vertical-align: middle;
  position: relative;
  margin: 0 !important;
  height: 45px;
}
.partners_carousel li a {
  display: table-cell;
  table-layout: auto;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.partners_carousel li a img {
  position: relative;
  z-index: 1000;
  max-width: 100%;
  max-height: 85px;
}
.slides {
  width: 960px;
}
.slides .slide {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.slides .slide p {
  margin-top: 10px;
}
.slides .slide .image {
  position: relative;
}
.slides .slide .text_caption {
  top: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
  padding: 40px;
  width: 500px;
}
.slides .slide .text_caption h1 {
  font-size: 45px;
  line-height: 55px;
}
.slides .slide .text_caption a {
  color: #e8bd20;
  text-shadow: -5px 4px 4px rgba(0, 0, 0, 0.81);

}
.slides .slide img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.slides .slide .ol {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.slides .slidesjs-control .slide {
  display: none;
}
.slides .slidesjs-control > .slide:first-child {
  display: block;
}
.post_entry {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  width: 500px;
  position: relative;
}
.post_entry p:last-child {
  margin-bottom: 0;
}
.post_entry.padding {
  padding: 15px;
}
.post_entry .date_details {
  border: 1px dashed #DDD;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 10px 0px;
  background: #EEE;
  font-size: 12px;
}
.post_entry .date_details li {
  color: #999;
  float: left;
  list-style: none;
  margin: 0px;
  margin-right: 25px;
}
.post_entry .date_details span {
  color: #333333;
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 22px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post_entry .post_title {
  font-size: 16px;
  margin-bottom: 5px;
}
.post_entry .post_title em {
  font-weight: normal;
}
.post_entry .post_excerpt {
  padding: 20px;
}
.post_entry .post_excerpt .large {
  display: block;
  margin-bottom: 15px;
  zoom: 1;
}
.post_entry .post_excerpt .large:before,
.post_entry .post_excerpt .large:after {
  display: table;
  content: "";
}
.post_entry .post_excerpt .large:after {
  clear: both;
}
.post_entry .post_excerpt .large:before,
.post_entry .post_excerpt .large:after {
  display: table;
  content: "";
}
.post_entry .post_excerpt .large:after {
  clear: both;
}
.post_entry .post_excerpt .large img {
  position: relative;
  z-index: 1000;
  max-width: 100%;
  width: 100%;
  float: none;
}
.post_entry .post_details {
  border-top: 1px solid #EEE;
  padding: 15px;
  font-weight: bold;
}
.post_entry .post_details a {
  font-size: 12px;
  color: #999;
}
.post_entry .post_details a span {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 20px;
  color: #999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post_entry .post_details .fav {
  padding: 0;
  margin-right: 30px;
}
.post_entry .post_details .comments {
  margin-right: 30px;
  padding: 0;
}
.post_entry .post_details .share {
  margin-right: 30px;
}
.post_entry .post_details .readmore {
  margin-right: 30px;
  padding: 0;
}
.post_entry .post_details .tags {
  margin-right: 30px;
}
.prev:before {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "\E75D";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  display: block;
  -webkit-transition: all all 0.1s ease-out ease-out;
  -moz-transition: all all 0.1s ease-out ease-out;
  transition: all all 0.1s ease-out ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.prev:before.block {
  padding: 15px;
}
.prev:hover:before {
  background: #EEE;
}
.next:before {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "\E75E";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  display: block;
  -webkit-transition: all all 0.1s ease-out ease-out;
  -moz-transition: all all 0.1s ease-out ease-out;
  transition: all all 0.1s ease-out ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.next:before.block {
  padding: 15px;
}
.next:hover:before {
  background: #EEE;
}
.categories_dropdown {
  padding: 0px;
  margin: 0px;
  position: relative;
}
.categories_dropdown:after {
  content: "\E75C";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 0px;
}
.categories_dropdown li {
  display: none;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #EEE;
}
.categories_dropdown li:first-child {
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  display: block;
  border: none;
}
.latest_portfolio .item {
  margin-bottom: 0px !important;
}
.portfolio .introduction {
  padding: 15px 20px;
}
.portfolio .introduction .icon {
  float: right;
  margin: 0px;
}
.portfolio .introduction h1 {
  font-size: 20px;
  margin-bottom: 15px;
  /* border-bottom: 1px dashed #EEE; */
  padding-bottom: 15px;
  color: #e8bd20;
}
.portfolio .item {
  position: relative;
  /* background: #FFF; */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all all 0.2s ease-out ease-out;
  -moz-transition: all all 0.2s ease-out ease-out;
  transition: all all 0.2s ease-out ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introduction.item p {color:#FFF;}
.portfolio .item img {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: auto;
}
.portfolio .item .details {
  color: #ffffff;
  font-size: 13px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio .item .likes {
  display: none;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  transition: all none ease-out;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.portfolio .item .likes:hover {
  background: #FAFAFA;
  color: #333333;
}
.portfolio .item .likes.liked {
  background: #FFF;
  color: #d4292d;
}
.portfolio .item .likes:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 26px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 20px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  content: "\2665";
}
.portfolio .item:hover {
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio .item:hover .likes {
  display: block;
}
.portfolio .item .item_info {
  position: relative;
  padding: 10px 15px;
  background-color: #fff;
  min-height: 40px;
}
.portfolio .item .item_info h1 {
  font-size: 22px;
  color: #686868;
}
.portfolio .item .item_info span {
  font-size: 11px;
  color: #666666;
  display: none;
}
.portfolio .item .item_info span p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 0;
}
.project .project_images a {
  display: block;
  position: relative;
}
.project .project_images a img {
  display: block;
  width: 640px;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.project .project_images {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.project .project_images .prev_next_nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1000;
}
.project .project_images .prev_next_nav a {
  display: block;
  float: left;
  margin-top: -20px;
  -webkit-opacity: 0;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 0;
  /* Safari 1.x */

  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all all 350ms ease-out;
  -moz-transition: all all 350ms ease-out;
  transition: all all 350ms ease-out;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms;
}
.project .project_images .prev_next_nav .prev {
  -webkit-border-top-right-radius: 0 2px 2px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 2px 2px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 2px 2px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.project .project_images .prev_next_nav .next {
  float: right;
  -webkit-border-top-right-radius: 2px 0 0 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px 0 0 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px 0 0 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.project .project_images:hover .prev_next_nav a {
  -webkit-opacity: 1;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 1;
  /* Safari 1.x */

  -khtml-opacity: 1;
  opacity: 1;
}
.project .project_info {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.project .project_info.block {
  padding: 15px;
}
.project .project_info h1 {
  margin-bottom: 10px;
  border-bottom: 1px dashed #DDD;
  padding-bottom: 10px;
}
.project .project_info h1:after {
  content: "\E705";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  float: right;
}
.project .project_services {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
.project .project_services.block {
  padding: 15px;
}
.project .project_services h1 {
  margin-bottom: 10px;
  border-bottom: 1px dashed #DDD;
  padding-bottom: 10px;
}
.project .project_services h1:after {
  content: "\2699";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  float: right;
}
.project .project_services ul {
  margin: 0;
  list-style: disc;
  margin-left: 2px;
}
.project .project_services ul li {
  list-style-position: inside;
  line-height: 26px;
  padding: 0px;
  margin: 0px;
}
.project .views {
  display: inline-block;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-size: 13px;
  float: right;
}
.project .views.block {
  padding: 15px;
}
.project .views span {
  font-weight: bold;
}
.project .views:before {
  content: "\E70A";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 38px;
  margin-right: 10px;
  border-right: 1px solid #EEE;
  padding-right: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.project .likes {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
.project .likes.block {
  padding: 15px;
}
.project .likes.full_width {
  float: none;
  width: 100%;
}
.project .likes.liked:before {
  content: "\2665";
  -webkit-transition: all all 0.1s ease-out ease-out;
  -moz-transition: all all 0.1s ease-out ease-out;
  transition: all all 0.1s ease-out ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #d4292d;
}
.project .likes span {
  font-weight: bold;
}
.project .likes:before {
  -webkit-transition: all all 0.1s ease-out ease-out;
  -moz-transition: all all 0.1s ease-out ease-out;
  transition: all all 0.1s ease-out ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  content: "\2665";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 38px;
  margin-right: 10px;
  border-right: 1px solid #EEE;
  padding-right: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.related h1 {
  padding-bottom: 10px;
}
.gallery .item {
  position: relative;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  -webkit-transition: all all 0.2s ease-out ease-out;
  -moz-transition: all all 0.2s ease-out ease-out;
  transition: all all 0.2s ease-out ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .item img {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: 140px;
}
.gallery .item .image_counts {
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  top: 10px;
  right: 10px;
  padding: 3px 10px;
}
.gallery .item_info {
  position: relative;
  padding: 10px 15px;
}
.gallery .item_info h1 {
  font-size: 13px;
}
.gallery .item_info span {
  font-size: 11px;
  color: #666666;
}
.gallery .album .album_info {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
.gallery .album .album_info.block {
  padding: 15px;
}
.gallery .album .album_info:after {
  content: "\1F304";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
}
.gallery .album .album_info h1 {
  margin-bottom: 20px;
}
.gallery .album .album_info p {
  margin: 0px;
  color: #666;
  width: 90%;
}
.gallery .album .place {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
.gallery .album .place.block {
  padding: 15px;
}
.gallery .album .place:after {
  content: "\E724";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 50px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 25px;
}
.gallery .album .place p {
  margin: 0px;
  color: #666;
  width: 90%;
}
.gallery .album .date {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
.gallery .album .date.block {
  padding: 15px;
}
.gallery .album .date:after {
  content: "\1F4C5";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 25px;
}
.gallery .album .date p {
  margin: 0px;
  color: #666;
  width: 90%;
}
.gallery .album .album_frame {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  background: url(../images/loading.gif) no-repeat center center;
  min-height: 100px;
}
.gallery .album .album_frame img {
  width: 640px;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gallery .album .album_frame .controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1000;
}
.gallery .album .album_frame .controls a {
  display: block;
  float: left;
  margin-top: -20px;
  -webkit-opacity: 0;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 0;
  /* Safari 1.x */

  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all all 350ms ease-out;
  -moz-transition: all all 350ms ease-out;
  transition: all all 350ms ease-out;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -ms-transition: all 350ms;
  transition: all 350ms;
}
.gallery .album .album_frame .controls .prev {
  -webkit-border-top-right-radius: 0 2px 2px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 2px 2px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 2px 2px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.gallery .album .album_frame .controls .next {
  float: right;
  -webkit-border-top-right-radius: 2px 0 0 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px 0 0 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px 0 0 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.gallery .album .album_frame:hover .controls a {
  -webkit-opacity: 1;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 1;
  /* Safari 1.x */

  -khtml-opacity: 1;
  opacity: 1;
}
.gallery .album_images {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin: 0px;
  padding-bottom: 0px;
}
.gallery .album_images.block {
  padding: 15px;
}
.gallery .album_images li {
  float: left;
  margin: 0px;
  margin-right: 14px;
  margin-bottom: 14px;
}
.gallery .album_images li:nth-child(10n) {
  margin-right: 0px;
  float: right;
  margin-bottom: 15px;
}
.gallery .album_images li a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.gallery .album_images li a img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 80px;
  height: 80px;
}
.gallery .album_images li a:hover {
  opacity: 0.7;
}
.gallery .album_images li a:after {
  position: absolute;
  content: "\1F50D";
}
.blog .post_entry {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.blog .post_entry.post-password-required {
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.blog .post_entry.post-password-required:before {
  content: url('../images/post_private.png');
  position: absolute;
  left: 10px;
}
.blog .post_entry.post-password-required.no_thumb .post_title {
  padding-left: 40px;
}
.blog .post_entry.sticky {
  box-shadow: 0px 0px 0px 4px rgba(255, 175, 0, 0.3), 0px 0px 0px 1px #ffaf00;
}
.blog .post_entry.sticky:before {
  content: url('../images/post_sticky.png');
  position: absolute;
  left: 10px;
  z-index: 1101;
}
.blog .post_entry.sticky.no_thumb .post_title {
  padding-left: 40px;
}
.blog .post_entry.has_thumb .post_content {
  width: 380px;
}
.blog .post_entry img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 200px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.blog .post_entry .post_content {
  float: left;
}
.blog .post_entry .post_content p {
  text-align: justify ;
  margin-bottom: 0px;
}
.blog .post_entry .post_details {
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(240, 240, 240, 0.55);
  padding: 15px;
  font-weight: bold;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog .post_entry .post_details span {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 26px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.blog .post_entry .post_details .comments {
  float: right;
  margin: 0px;
  color: #333333;
}
.blog .post_entry .post_details .comments span {
  color: #333333;
}
.blog .post_entry .post_details a:hover {
  color: #333333;
}
.blog .post_entry .post_details a:hover span {
  color: #333333;
}
.blog .post_entry .post_details a span {
  padding-right: 5px;
}
.blog .post_entry.post_single .post_content {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .post_entry.post_single .post_content .content_text {
  word-break: break-word;
}
.blog .post_entry.post_single .post_content .content_text > p {
  margin-bottom: 15px;
  text-align: left;
  zoom: 1;
}
.blog .post_entry.post_single .post_content .content_text > p:before,
.blog .post_entry.post_single .post_content .content_text > p:after {
  display: table;
  content: "";
}
.blog .post_entry.post_single .post_content .content_text > p:after {
  clear: both;
}
.blog .post_entry.post_single .post_content .content_text > p:before,
.blog .post_entry.post_single .post_content .content_text > p:after {
  display: table;
  content: "";
}
.blog .post_entry.post_single .post_content .content_text > p:after {
  clear: both;
}
.blog .post_entry.post_single .post_content .content_text > p:last-child {
  margin-bottom: 0;
}
.blog .post_entry.post_single .post_content .content_text dl {
  text-align: left;
}
.blog .post_entry.post_single .post_content .content_text dl dt {
  font-weight: bold;
}
.blog .post_entry.post_single .post_content .content_text dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.blog .post_entry.post_single .post_content .content_text ul,
.blog .post_entry.post_single .post_content .content_text ol {
  list-style: disc;
  text-align: left;
  margin-bottom: 15px;
}
.blog .post_entry.post_single .post_content .content_text ul li,
.blog .post_entry.post_single .post_content .content_text ol li {
  margin-left: 20px;
  margin-top: 5px;
}
.blog .post_entry.post_single .post_content .content_text ol {
  list-style: decimal;
}
.blog .post_entry.post_single .post_content .content_text img {
  position: relative;
  z-index: 1000;
  max-width: 100%;
  max-width: 100% !important;
  height: auto !important;
  float: none;
  width: auto;
}
.blog .post_entry.post_single .post_content .content_text .alignleft {
  float: left;
  margin: 0.0857142857rem 0.714285714rem 0.857142857rem 0;
}
.blog .post_entry.post_single .post_content .content_text .alignright {
  float: right;
  margin: 0.0857142857rem 0 0.857142857rem 0.714285714rem;
  clear: both;
}
.blog .post_entry.post_single .post_content .content_text .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.blog .post_entry.post_single .post_content .content_text .wp-caption-text {
  font-style: italic;
  margin-bottom: 15px !important;
  display: block;
}
.blog .post_entry.post_single .post_content .content_text .wp-caption {
  max-width: 100% !important;
}
.blog .post_entry.post_single .post_content .content_text address {
  border-left: 5px solid #6a6a6a;
  background: #FAFAFA;
  padding: 20px;
  display: block;
  margin-bottom: 10px;
}
.blog .post_entry.post_single .post_content .content_text pre {
  position: relative;
  font-family: 'Courier New', sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  background: #fcfcfc url(../images/pre-stripes.png) left -15px;
  display: block;
  padding: 5px 20px;
  margin-bottom: 10px;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}
.blog .post_entry.post_single .post_content .content_text cite {
  font-style: italic;
}
.blog .post_entry.post_single .post_content .content_text acronym {
  border-bottom: 1px dashed #DDD;
}
.blog .post_entry.post_single .post-password-form label[for] {
  margin-top: 10px;
}
.blog .post_entry.post_single .post-password-form input[type="password"] {
  margin-bottom: 10px;
}
.blog .post_entry.post_single .post-password-form input[type="submit"] {
  background: #ffffff;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
}
.blog .post_entry.post_single .post_pagination {
  padding-top: 15px;
  zoom: 1;
  font-weight: bold;
  border-top: 1px solid #f7f7f7;
  margin-top: 20px;
  text-align: center;
}
.blog .post_entry.post_single .post_pagination:before,
.blog .post_entry.post_single .post_pagination:after {
  display: table;
  content: "";
}
.blog .post_entry.post_single .post_pagination:after {
  clear: both;
}
.blog .post_entry.post_single .post_pagination:before,
.blog .post_entry.post_single .post_pagination:after {
  display: table;
  content: "";
}
.blog .post_entry.post_single .post_pagination:after {
  clear: both;
}
.blog .post_entry.post_single .post_pagination span {
  background: #fcfcfc;
  border: 1px solid #f7f7f7;
  padding: 5px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  min-width: 18px;
}
.blog .post_entry.post_single .post_pagination a {
  -webkit-opacity: 0.5;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 0.5;
  /* Safari 1.x */

  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
}
.blog .post_entry.post_single .post_pagination a:hover {
  -webkit-opacity: 1;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 1;
  /* Safari 1.x */

  -khtml-opacity: 1;
  opacity: 1;
}
.blog.post .post_entry img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 20px;
}
.blog.post .post_entry .post_title {
  margin: 20px 0;
  line-height: 25px;
}
.blog.post .post_entry .post_content {
  float: left;
  width: auto;
}
.blog.post .post_entry .post_content p {
  text-align: justify ;
  margin-bottom: 0px;
}
.blog .author_info {
  margin-bottom: 20px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  background: #333;
  color: #ffffff;
  padding: 15px;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px #000000;
}
.blog .author_info p:last-child {
  margin-bottom: 0;
}
.blog .author_info.padding {
  padding: 15px;
}
.blog .author_info .author_image {
  float: left;
  margin-right: 20px;
}
.blog .author_info .author_image img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog .author_info .author_content p {
  margin: 0px;
  color: #AAA;
}
.blog .author_info h3 {
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog .author_info h3 span {
  font-weight: normal;
}
.blog .title_icon {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  float: left;
  margin-right: 10px;
}
.blog .comments .comment_head {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  padding: 15px;
  margin-bottom: 20px;
}
.blog .comments .comment_head p:last-child {
  margin-bottom: 0;
}
.blog .comments .comment_head.padding {
  padding: 15px;
}
.blog .comments .comment_head h1 {
  float: left;
}
.blog .comments .comment_head .reply,
.blog .comments .comment_head .comment-reply-link {
  color: #666;
  float: right;
  margin-top: 0;
}
.blog .comments .comment_head i {
  margin-top: 0;
}
.blog .comments .comment_list .children {
  margin: 0;
}
.blog .comments .comment_list .children .children {
  margin-left: 80px;
}
.blog .comments .comment_list .children .children .children .children {
  margin-left: 0px;
}
.blog .comments .comment_list .comment {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  padding: 15px;
}
.blog .comments .comment_list .comment p:last-child {
  margin-bottom: 0;
}
.blog .comments .comment_list .comment.padding {
  padding: 15px;
}
.blog .comments .comment_list .comment.replied {
  margin-left: 80px;
  background: #FAFAFA;
  position: relative;
}
.blog .comments .comment_list .comment.replied .reply_icon {
  width: 38px;
  height: 53px;
  position: absolute;
  top: 0 ;
  left: -60px;
  background: url(../images/reply.png) no-repeat;
}
.blog .comments .comment_list .comment .comment_text > p {
  margin-bottom: 15px;
  text-align: left;
  zoom: 1;
}
.blog .comments .comment_list .comment .comment_text > p:before,
.blog .comments .comment_list .comment .comment_text > p:after {
  display: table;
  content: "";
}
.blog .comments .comment_list .comment .comment_text > p:after {
  clear: both;
}
.blog .comments .comment_list .comment .comment_text > p:before,
.blog .comments .comment_list .comment .comment_text > p:after {
  display: table;
  content: "";
}
.blog .comments .comment_list .comment .comment_text > p:after {
  clear: both;
}
.blog .comments .comment_list .comment .comment_text > p:last-child {
  margin-bottom: 0;
}
.blog .comments .comment_list .comment .comment_text dl {
  text-align: left;
}
.blog .comments .comment_list .comment .comment_text dl dt {
  font-weight: bold;
}
.blog .comments .comment_list .comment .comment_text dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.blog .comments .comment_list .comment .comment_text ul,
.blog .comments .comment_list .comment .comment_text ol {
  list-style: disc;
  text-align: left;
  margin-bottom: 15px;
}
.blog .comments .comment_list .comment .comment_text ul li,
.blog .comments .comment_list .comment .comment_text ol li {
  margin-left: 20px;
  margin-top: 5px;
}
.blog .comments .comment_list .comment .comment_text ol {
  list-style: decimal;
}
.blog .comments .comment_list .comment .comment_text img {
  position: relative;
  z-index: 1000;
  max-width: 100%;
  max-width: 100% !important;
  height: auto !important;
  float: none;
  width: auto;
}
.blog .comments .comment_list .comment .comment_text .alignleft {
  float: left;
  margin: 0.0857142857rem 0.714285714rem 0.857142857rem 0;
}
.blog .comments .comment_list .comment .comment_text .alignright {
  float: right;
  margin: 0.0857142857rem 0 0.857142857rem 0.714285714rem;
  clear: both;
}
.blog .comments .comment_list .comment .comment_text .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.blog .comments .comment_list .comment .comment_text .wp-caption-text {
  font-style: italic;
  margin-bottom: 15px !important;
  display: block;
}
.blog .comments .comment_list .comment .comment_text .wp-caption {
  max-width: 100% !important;
}
.blog .comments .comment_list .comment .comment_text address {
  border-left: 5px solid #6a6a6a;
  background: #FAFAFA;
  padding: 20px;
  display: block;
  margin-bottom: 10px;
}
.blog .comments .comment_list .comment .comment_text pre {
  position: relative;
  font-family: 'Courier New', sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  background: #fcfcfc url(../images/pre-stripes.png) left -15px;
  display: block;
  padding: 5px 20px;
  margin-bottom: 10px;
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
}
.blog .comments .comment_list .comment .comment_text cite {
  font-style: italic;
}
.blog .comments .comment_list .comment .comment_text acronym {
  border-bottom: 1px dashed #DDD;
}
.blog .comments .comment_list .comment .comment_text > p {
  margin-bottom: 15px !important;
  font-size: 12px;
}
.blog .comments .comment_list .comment .comment_text > p:last-child {
  margin-bottom: 0 !important;
}
.blog .comments .comment_list .comment ul {
  display: block;
  float: none;
}
.blog .comments .comment_list .comment li {
  margin-left: 50px;
  position: relative;
}
.blog .comments .comment_list .comment .reply,
.blog .comments .comment_list .comment .comment-reply-link {
  position: absolute;
  right: 0;
  font-size: 13px;
  top: 0;
  color: #ffaf00;
}
.blog .comments .comment_list .comment .reply i,
.blog .comments .comment_list .comment .comment-reply-link i {
  margin-right: 5px;
}
.blog .comments .comment_list .comment .commentor_image {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 1000;
  padding: 3px;
  float: left;
  position: relative;
  margin-left: -30px;
}
.blog .comments .comment_list .comment .commentor_image p:last-child {
  margin-bottom: 0;
}
.blog .comments .comment_list .comment .commentor_image.padding {
  padding: 15px;
}
.blog .comments .comment_list .comment .commentor_image img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
}
.blog .comments .comment_list .comment .comment_content {
  float: right;
  width: 90%;
  position: relative;
}
.blog .comments .comment_list .comment .comment_content span {
  color: #999;
  line-height: 26px;
  font-size: 11px;
}
.blog .comments .comment_list .comment .comment_content p {
  margin: 0px;
}
.blog .comments .infobox {
  margin-bottom: 20px;
}
.blog .comments textarea {
  width: 90% !important;
}
.blog .comments .contact_form .send {
  margin: 0px;
  padding: 15px;
  margin-top: 20px;
  width: auto;
  float: right;
}
.blog .left_sidebar {
  float: right;
}
.blog .comments_pagination {
  zoom: 1;
}
.blog .comments_pagination:before,
.blog .comments_pagination:after {
  display: table;
  content: "";
}
.blog .comments_pagination:after {
  clear: both;
}
.blog .comments_pagination:before,
.blog .comments_pagination:after {
  display: table;
  content: "";
}
.blog .comments_pagination:after {
  clear: both;
}
.blog .comments_pagination a {
  margin-bottom: 15px;
  display: inline-block;
  padding: 7px 13px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px rgba(0, 0, 0, 0.1), 0px 1px rgba(255, 255, 255, 0.6);
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
}
.blog .comments_pagination a p:last-child {
  margin-bottom: 0;
}
.blog .comments_pagination a.padding {
  padding: 15px;
}
.blog .comments_pagination a + a {
  float: right;
}
.blog .comment-form {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  padding: 15px;
  margin-bottom: 20px;
}
.blog .comment-form.block {
  padding: 15px;
}
.blog .comment-form:before,
.blog .comment-form:after {
  display: table;
  content: "";
}
.blog .comment-form:after {
  clear: both;
}
.blog .comment-form:before,
.blog .comment-form:after {
  display: table;
  content: "";
}
.blog .comment-form:after {
  clear: both;
}
.blog .comment-form input[type="text"],
.blog .comment-form textarea {
  background: #F0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  font-family: 'Bitter', serif;
  border: 0px;
  outline: 0;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.blog .comment-form .author_fields {
  float: left;
  width: 49%;
}
.blog .comment-form .author_fields p {
  margin-bottom: 10px;
}
.blog .comment-form .author_fields p input {
  margin-bottom: 0;
}
.blog .comment-form .comment-form-comment {
  float: right;
  width: 49%;
}
.blog .comment-form .comment-form-comment #comment {
  height: 164px;
}
.blog .comment-form .comment-form-comment.logged_in {
  width: 100%;
  float: none;
}
.blog .comment-form .comment-form-comment.logged_in #comment {
  height: 120px;
}
.blog .comment-form #submit {
  background: #ffffff;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  background: #333333;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #666;
}
.text_block {
  padding: 30px 20px;
}
.text_block h1 {
  font-size: 24px;
}
.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
  margin-bottom: 20px;
}
.pagination li {
  float: left;
  display: block;
  margin-right: 10px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
}
.pagination li p:last-child {
  margin-bottom: 0;
}
.pagination li.padding {
  padding: 15px;
}
.pagination li:hover {
  background: #F0F0F0;
}
.pagination li a {
  padding: 7px 13px;
  display: block;
  font-weight: bold;
}
.pagination li.active {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px rgba(0, 0, 0, 0.1), 0px 1px rgba(255, 255, 255, 0.6);
}
.pagination li.active a {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.pagination li .dots {
  padding: 7px 12px;
  display: inline-block;
}
.pagination li .dots:hover {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
}
.pagination li .dots:hover p:last-child {
  margin-bottom: 0;
}
.pagination li .dots:hover.padding {
  padding: 15px;
}
.subscribe {
  padding: 20px;
}
.subscribe .placeholder {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.subscribe .placeholder input {
  background: #F0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  font-family: 'Bitter', serif;
  border: 0px;
  outline: 0;
}
.subscribe .btn-dark {
  display: none;
}
.sidebar_block {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  zoom: 1;
}
.sidebar_block:before,
.sidebar_block:after {
  display: table;
  content: "";
}
.sidebar_block:after {
  clear: both;
}
.sidebar_block:before,
.sidebar_block:after {
  display: table;
  content: "";
}
.sidebar_block:after {
  clear: both;
}
.sidebar_block .subscribe_inp {
  background: #F0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  font-family: 'Bitter', serif;
  border: 0px;
  outline: 0;
}
.sidebar_block #searchform {
  position: relative;
}
.sidebar_block #searchform input,
.sidebar_block #searchform textarea {
  padding: 15px;
  float: left;
}
.sidebar_block #searchform:after {
  content: '\1F50D';
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 30px;
  line-height: 45px;
  display: block;
  float: right;
  margin-right: 15px;
}
.sidebar_block #searchform label,
.sidebar_block #searchform #searchsubmit {
  display: none;
}
.sidebar_block #searchform .title_icon {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 30px;
  line-height: 45px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  float: right;
  margin-right: 15px;
}
.sidebar_block .title {
  padding: 15px;
  border-bottom: 1px dashed #DDD;
}
.sidebar_block .title h1 {
  line-height: 20px;
}
.sidebar_block .title h1 span {
  font-weight: normal;
}
.sidebar_block .title .title_icon {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  float: left;
  margin-right: 10px;
}
.sidebar_block > div,
.sidebar_block > ul {
  padding: 20px;
}
.sidebar_block > select {
  margin: 20px;
}
.sidebar_block > ul,
.sidebar_block .menu-sample-menu-container > ul {
  margin: 0;
}
.sidebar_block > ul li,
.sidebar_block .menu-sample-menu-container > ul li {
  color: #999;
  font-style: italic;
  margin-left: 5px;
}
.sidebar_block > ul li a,
.sidebar_block .menu-sample-menu-container > ul li a {
  display: inline-block;
  border-bottom: 1px dotted #EEE;
  font-style: normal;
}
.sidebar_block > ul li .post-date,
.sidebar_block .menu-sample-menu-container > ul li .post-date {
  display: block;
  font-size: 10px;
  padding-top: 2px;
}
.sidebar_block > ul ul,
.sidebar_block .menu-sample-menu-container > ul ul {
  margin-left: 5px;
}
.sidebar_block .tagcloud {
  padding: 20px;
  zoom: 1;
}
.sidebar_block .tagcloud:before,
.sidebar_block .tagcloud:after {
  display: table;
  content: "";
}
.sidebar_block .tagcloud:after {
  clear: both;
}
.sidebar_block .tagcloud:before,
.sidebar_block .tagcloud:after {
  display: table;
  content: "";
}
.sidebar_block .tagcloud:after {
  clear: both;
}
.sidebar_block .tagcloud a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px !important;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0 10px 0 12px;
  background: #333333;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.sidebar_block .tagcloud a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #333333 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.sidebar_block .tagcloud a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px #004977;
  -webkit-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
}
.sidebar_block .tagcloud a:hover {
  background: #555;
}
.sidebar_block .tagcloud a:hover:before {
  border-color: transparent #555 transparent transparent;
}
.sidebar_block .tweets_pagination {
  zoom: 1;
  padding: 0 20px;
  padding-bottom: 20px;
}
.sidebar_block .tweets_pagination:before,
.sidebar_block .tweets_pagination:after {
  display: table;
  content: "";
}
.sidebar_block .tweets_pagination:after {
  clear: both;
}
.sidebar_block .tweets_pagination:before,
.sidebar_block .tweets_pagination:after {
  display: table;
  content: "";
}
.sidebar_block .tweets_pagination:after {
  clear: both;
}
.sidebar_block .tweets_pagination a {
  display: block;
  float: left;
  margin-right: 3px;
  width: 8px;
  height: 8px;
  background: rgba(51, 51, 51, 0.2);
  text-indent: 15px;
  overflow: hidden;
  -webkit-transition: all all 250ms ease-out;
  -moz-transition: all all 250ms ease-out;
  transition: all all 250ms ease-out;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.sidebar_block .tweets_pagination a.active {
  background: #333333;
}
.sidebar_block .content {
  padding: 20px;
}
.sidebar_block .content ul {
  padding: 0px;
  margin: 0px;
}
.sidebar_block .content ul li {
  padding-top: 5px;
}
.sidebar_block .content ul li a {
  border-bottom: 1px dotted #EEE;
  display: inline-block;
}
.sidebar_block .content ul li i {
  color: #999;
  font-style: italic;
  margin-left: 5px;
}
.sidebar_block .content ul li.comment {
  border-bottom: 1px solid #EEE;
}
.sidebar_block .content ul li.comment:last-child {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
.sidebar_block .content ul li.comment .comment_content {
  float: right;
  width: 170px;
  padding-left: 10px;
  color: #999;
  line-height: 17px;
}
.sidebar_block .content ul li.comment .comment_content span {
  font-weight: bold;
  color: #333333;
  font-style: normal;
  padding: 0px;
  margin-bottom: 5px;
}
.sidebar_block .content ul li.comment .comment_content p {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin: 0px;
}
.sidebar_block .content ul li.comment .avatar {
  float: left;
  width: 60px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar_block .content ul li.comment .avatar img {
  border: 1px solid #CCC;
  padding: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar_block .content .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar_block .content .tags li,
.sidebar_block .content .tags li a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.sidebar_block .content .tags a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #333333;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.sidebar_block .content .tags a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #333333 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.sidebar_block .content .tags a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px #004977;
  -webkit-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
}
.sidebar_block .content .tags a:hover {
  background: #555;
}
.sidebar_block .content .tags a:hover:before {
  border-color: transparent #555 transparent transparent;
}
#map-canvas {
  width: 590px;
  height: 285px;
  position: relative;
}
.map {
  position: relative;
}
.contact_box {
  padding: 22px 15px;
  padding-left: 55px;
  color: #666;
}
.contact_box h1,
.contact_box h2,
.contact_box h3 {
  color: #333333;
  margin-bottom: 10px;
}
.contact_box.address {
  border-bottom: 1px dashed #DDD;
}
.contact_fields {
  padding: 15px 5px;
}
.contact_page .icon {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 70px;
  display: block;
  float: left;
  width: 40px;
  text-align: right !important;
}
.infobox {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  padding: 10px;
  color: #ffffff;
}
.infobox span,
.infobox em {
  font-weight: bold;
}
.infobox.error {
  background: #d62121;
  -webkit-box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.infobox.error:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\2716";
}
.infobox.alert {
  background: #ffa509;
  -webkit-box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.infobox.alert:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\26A0";
}
.infobox.success {
  background: #35a417;
  -webkit-box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.infobox.success:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\2713";
}
.infobox.info {
  background: #3d7df3;
  -webkit-box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.infobox.info:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\2139";
}
.quote {
  padding: 30px 20px;
}
.quote h1 {
  line-height: 28px;
  font-size: 18px;
}
.quote h1,
.quote h2,
.quote h3,
.quote h4,
.quote h5,
.quote h6 {
  font-weight: normal;
}
.quote h1 span,
.quote h2 span,
.quote h3 span,
.quote h4 span,
.quote h5 span,
.quote h6 span {
  font-weight: bold;
}
.btn {
  background: #ffffff;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
}
.btn-dark {
  background: #ffffff;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  background: #333333;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #666;
}
.placeholder {
  position: relative;
  white-space: normal;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.placeholder label {
  position: absolute;
  padding: 16px;
  font-weight: 300;
  font-size: 12px;
  transition: color linear 200ms;
  -webkit-transition: color linear 200ms;
  -moz-transition: color ease-in-out 200ms;
  -o-transition: color ease-in-out 200ms;
}
.placeholder input,
.placeholder textarea {
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 8px 16px;
  background: none;
  font-size: 12px;
  line-height: 1.5;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.placeholder input:focus,
.placeholder textarea:focus {
  border: 0;
}
.placeholder.focused input,
.placeholder.focused textarea {
  color: #ffbf00;
}
.placeholder.focused label {
  color: #ffbf00;
}
.placeholder.focused input,
.placeholder.focused textarea {
  border-color: #ffbf00;
}
.placeholder + .btn {
  margin-top: 15px;
}
form.contact_form {
  zoom: 1;
}
form.contact_form:before,
form.contact_form:after {
  display: table;
  content: "";
}
form.contact_form:after {
  clear: both;
}
form.contact_form:before,
form.contact_form:after {
  display: table;
  content: "";
}
form.contact_form:after {
  clear: both;
}
form.contact_form .columns.right {
  float: right;
}
form.contact_form .message_area textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.contact_form .send {
  background: #ffffff;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  margin-right: -18px;
  width: 100%;
}
form.contact_form .send {
  font-size: 13px;
  padding: 10px 5px;
}
.error_404 {
  padding-top: 50px;
  text-align: center;
  line-height: 30px;
}
.error_404:before {
  content: "\26A0";
  text-shadow: 0px 3px 0px #ffffff;
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 600px;
  line-height: 300px;
  margin: 50px 0;
  font-weight: normal;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.error_404 #searchform {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  margin: 0 auto;
  padding: 0px;
}
.error_404 #searchform.block {
  padding: 15px;
}
.error_404 #searchform input,
.error_404 #searchform textarea {
  padding: 15px;
  float: left;
}
.error_404 #searchform .title_icon {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 30px;
  line-height: 45px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  float: right;
  margin-right: 15px;
}
.grey {
  background: #FAFAFA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.white {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.white.block {
  padding: 15px;
}
.icon {
  margin: 0px;
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  height: 20px;
  color: #333333;
  line-height: 25px;
  display: block;
  float: left;
  width: auto;
  margin-right: 10px;
  text-align: left;
}
footer .copyright {
  padding-bottom: 20px !important;
  color: #FFF !important;;
}
footer .copyright_links {
  text-align: right;
}
footer #footer {
  overflow: hidden !important;
}
footer #footer > .footer_block:last-child:after {
  display: none;
}
footer .sidebar_entry {
  padding-left: 15px;
  padding-right: 15px;
  color: white !important;
}
footer .sidebar_entry.widget_laboratorsubscribe .subscribe {
  padding: 0;
}
footer .sidebar_entry.widget_laboratorsubscribe .subscribe .btn-dark {
  display: block;
  margin-top: 15px;
}
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination {
  zoom: 1;
}
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination:before,
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination:after {
  display: table;
  content: "";
}
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination:after {
  clear: both;
}
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination:before,
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination:after {
  display: table;
  content: "";
}
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination:after {
  clear: both;
}
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination a {
  display: block;
  float: left;
  margin-right: 3px;
  width: 8px;
  height: 8px;
  background: rgba(51, 51, 51, 0.2);
  text-indent: 15px;
  overflow: hidden;
  -webkit-transition: all all 250ms ease-out;
  -moz-transition: all all 250ms ease-out;
  transition: all all 250ms ease-out;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
footer .sidebar_entry.widget_laborator_twitter_v2 .tweets_pagination a.active {
  background: #333333;
}
footer .sidebar_entry.widget_laboratorsubscribe .placeholder {
  float: left;
}
footer .sidebar_entry.widget_laboratorsubscribe .btn {
  margin-top: 0;
  margin-left: 10px;
}
footer .footer_block {
  color: #666;
  font-family: 'Bitter', serif;
  font-size: 12px;
  color: #888888;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
footer .footer_block:after {
  content: '';
  display: block;
  width: 0px;
  height: 600px;
  position: absolute;
  right: -10px;
  top: 0px;
  border-right: 1px dashed #DDD;
}
footer .footer_block .block_content {
  padding: 0 20px;
}
footer .footer_block .block_content .icon {
  margin: 0px;
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  height: 20px;
  color: #333333;
  line-height: 25px;
  display: block;
  float: left;
  width: auto;
  margin-right: 10px;
  text-align: left;
}
footer .footer_block ul li {
  border-bottom: 1px dashed #EEE;
  padding: 5px 0;
  line-height: auto;
  margin: 0;
  margin-bottom: 2px;
}
footer .footer_block ul li.menu-item a:before {
  //content: '» ';
}
footer .footer_block ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
footer .footer_block h1,
footer .footer_block h3.head {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 18px;
  color: #444444;
  margin-bottom: 10px;
}
footer .footer_block h1.large,
footer .footer_block h3.head.large {
  font-size: 25px;
  padding: 0px 0px 10px 0;
}
footer .footer_block h3.head {
  margin-bottom: 25px;
  color: #FFF;
}
footer .white_background {
  margin-bottom: 25px;
}
footer .white_background .footer_block:last-child {
  border: 0px;
}
div.container.search > .row {
  margin-bottom: 0;
}
.search #searchform {
  position: relative;
}
.search #searchform input,
.search #searchform textarea {
  padding: 3px;
}
.search #searchform:after {
  content: "\1F50D";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -5px;
}
.search .result {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  zoom: 1;
}
.search .result.block {
  padding: 15px;
}
.search .result:before,
.search .result:after {
  display: table;
  content: "";
}
.search .result:after {
  clear: both;
}
.search .result:before,
.search .result:after {
  display: table;
  content: "";
}
.search .result:after {
  clear: both;
}
.search .result img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
.search .result .content {
  zoom: 1;
}
.search .result .content:before,
.search .result .content:after {
  display: table;
  content: "";
}
.search .result .content:after {
  clear: both;
}
.search .result .content:before,
.search .result .content:after {
  display: table;
  content: "";
}
.search .result .content:after {
  clear: both;
}
.search .result .content h3 {
  font-size: 16px;
}
.search .result .content p {
  margin: 0px;
  color: #999;
  margin-bottom: 10px;
}
.archives {
  position: relative;
  z-index: 10000;
}
.archives .archive_title {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.archives .archive_title.block {
  padding: 15px;
}
.archives .archive_title h1:before {
  content: "\E800";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  text-align: right;
  float: left;
  margin-right: 10px;
}
.archives .archives_list {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
.archives .archives_list.block {
  padding: 15px;
}
.archives .archives_list ul {
  margin: 0px;
}
.archives .archives_list ul li {
  margin: 0px;
  border-bottom: 1px solid #EEE;
  line-height: 20px;
}
.archives .archives_list ul li a {
  padding: 15px;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.archives .archives_list ul li a span {
  float: right;
  color: #999;
}
.archives .archives_list ul li a:hover {
  background: #f4f4f4;
}
.archives .archive_months {
  zoom: 1;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
.archives .archive_months:before,
.archives .archive_months:after {
  display: table;
  content: "";
}
.archives .archive_months:after {
  clear: both;
}
.archives .archive_months:before,
.archives .archive_months:after {
  display: table;
  content: "";
}
.archives .archive_months:after {
  clear: both;
}
.archives .archive_months.block {
  padding: 15px;
}
.archives .archive_months ul {
  margin-bottom: 0px;
  display: table-row;
}
.archives .archive_months ul li {
  margin-bottom: 0px;
  font-size: 13px;
  padding: 0px;
  display: table-cell;
  width: 8.29%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:before {
					content: " - ";
				}
				
				&:first-child {	

					&:before {
						content: "";
					}
					
				}*/

}
.archives .archive_months ul li a {
  display: block;
  padding: 15px 13px;
  box-shadow: 1px 0px 0px #EEE;
  margin-right: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.archives .archive_months ul li a:hover,
.archives .archive_months ul li a.active {
  background: #F3F3F3;
}
.archives .archive_months ul li a.no_posts {
  color: #d0d0d0;
  background: #FDFDFD;
}
.archives .archive_months ul li a em {
  font-style: italic;
  color: #DDD;
  display: block;
}
.archives .archive_months ul li a div.icon {
  display: inline-block;
  font-size: 11px;
}
.archives .archive_months ul li:last-child a {
  box-shadow: none;
}
.action_button {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button_black {
  background: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  margin: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0 ease 0;
  -moz-transition: all 0 ease 0;
  -o-transition: all 0 ease 0;
  -ms-transition: all 0 ease 0;
  transition: all 0 ease 0;
}
.button_black:hover {
  background: #1a1a1a;
  color: #ffffff;
}
.button_black:visited {
  color: #ffffff;
}
#searchform input,
#searchform textarea {
  border: 0px;
  margin: 0px;
  padding: 15px 5px;
}
.sbHolder {
  position: relative;
  height: 40px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}
.sbHolder.block {
  padding: 15px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #EBB52D;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #888888;
  outline: none;
  text-decoration: none;
}
.sbOptions a:link,
.sbOptions a:visited {
  text-decoration: none;
}
.sbOptions {
  list-style: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 39px !important;
  right: 0;
  z-index: 1;
  overflow-y: auto;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 0 0 2px 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 2px 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 2px 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  padding: 0;
}
.sbOptions.block {
  padding: 15px;
}
.sbOptions a {
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
  color: #888888;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
.sbOptions .sbGroup {
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbDisabled {
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions li {
  padding: 0 7px;
  margin: 0;
  border-bottom: solid 1px #eee;
}
.sbOptions li.last {
  border-bottom: none;
}
.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbToggleOpen {
  background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbSelector {
  display: block;
  height: 40px;
  left: 0;
  line-height: 30px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  line-height: 40px;
  color: #888888;
}
.sbSelector:after {
  content: "\E75C";
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 40px;
  width: 20px;
  font-weight: normal;
  display: block;
  vertical-align: middle;
  position: absolute;
  right: 13px;
  top: 0px;
}
.sbToggleOpen + .sbSelector:after {
  content: "\E75F";
}
.sbToggleOpen:hover {
  background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbToggle:hover {
  background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggle {
  display: none;
}
.r {
  position: relative;
  z-index: 1000;
}
#sb-container {
  z-index: 1000000;
}
.slidesjs-pagination {
  position: absolute;
  bottom: 0px;
  right: 25px;
  color: #fff;
  z-index: 9999;
}
.slidesjs-pagination li {
  float: left;
}
.slidesjs-pagination a {
  display: block;
  width: 8px;
  height: 8px;
  box-shadow: 0px 0px 0px 2px #FFF;
  border-radius: 15px;
  margin: 15px;
  background: none !important;
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  margin-right: 0px;
}
.slidesjs-pagination a:hover,
.slidesjs-pagination a.active {
  background: #fff !important;
}
.slides:hover .slidesjs-navigation {
  -webkit-opacity: 1;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 1;
  /* Safari 1.x */

  -khtml-opacity: 1;
  opacity: 1;
}
.slidesjs-navigation {
  position: absolute;
  display: block;
  left: 20px;
  bottom: 15px;
  z-index: 1000;
  -webkit-opacity: 0;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@hundred)";
  /* IE 5-7 */

  filter: alpha(opacity=0);
  /* Netscape */

  -moz-opacity: 0;
  /* Safari 1.x */

  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all all 500ms ease-out;
  -moz-transition: all all 500ms ease-out;
  transition: all all 500ms ease-out;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}
.slidesjs-navigation.slidesjs-stop:after,
.slidesjs-navigation.slidesjs-play:after {
  content: '\2016';
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
}
.slidesjs-navigation.slidesjs-stop.slidesjs-play:after,
.slidesjs-navigation.slidesjs-play.slidesjs-play:after {
  content: '\25B6';
}
.dropcap:first-letter {
  float: left;
  padding-right: 10px;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.dropcap.dc2:first-letter {
  background: #333333;
  color: #FFF;
  padding-left: 10px;
  margin-right: 10px;
  margin-top: 4px;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  margin-top: 15px;
}
ul.ul {
  list-style: disc;
  margin-left: 25px;
}
.tabs.ui-tabs.ABs-tabs,
.sec_wrapped .ABs-tabs.ui-tabs.ABs-tabs {
  margin-bottom: 20px;
}
.tabs.ui-tabs.ABs-tabs li.ui-tabs-active:after,
.sec_wrapped .ABs-tabs.ui-tabs.ABs-tabs li.ui-tabs-active:after {
  display: none;
}
.tabs.ui-tabs .ui-tabs-nav,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
  top: 1px;
  zoom: 1;
}
.tabs.ui-tabs .ui-tabs-nav:before,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav:before,
.tabs.ui-tabs .ui-tabs-nav:after,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav:after {
  display: table;
  content: "";
}
.tabs.ui-tabs .ui-tabs-nav:after,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav:after {
  clear: both;
}
.tabs.ui-tabs .ui-tabs-nav:before,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav:before,
.tabs.ui-tabs .ui-tabs-nav:after,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav:after {
  display: table;
  content: "";
}
.tabs.ui-tabs .ui-tabs-nav:after,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav:after {
  clear: both;
}
.tabs.ui-tabs .ui-tabs-nav li,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
.tabs.ui-tabs .ui-tabs-nav li a,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 10px 15px;
  background: #f2f2f2;
  -webkit-border-top-right-radius: 3px 3px 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px 3px 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px 3px 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  border: 1px solid #dddddd;
}
.tabs.ui-tabs .ui-tabs-nav li.ui-state-active a,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a {
  background: #FFF;
  border-bottom: 1px solid #FFF;
}
.tabs.ui-tabs .ui-tabs-panel,
.sec_wrapped .ABs-tabs.ui-tabs .ui-tabs-panel {
  background: #FFF;
  border: solid 1px #dddddd;
  padding: 15px;
  position: relative;
  z-index: 50;
}
.accordion.ui-accordion.ABs-accordion.ui-accordion,
.sec_wrapped .ABs-accordion.ui-accordion.ABs-accordion.ui-accordion {
  margin-bottom: 20px;
}
.accordion.ui-accordion h3,
.sec_wrapped .ABs-accordion.ui-accordion h3 {
  display: block;
  background: #FFF;
  padding: 10px;
  border: 1px solid #dddddd;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px !important;
  outline: none;
  font-size: 12px;
  font-weight: normal;
}
.accordion.ui-accordion h3 a,
.sec_wrapped .ABs-accordion.ui-accordion h3 a {
  display: block;
}
.accordion.ui-accordion h3 a:hover,
.sec_wrapped .ABs-accordion.ui-accordion h3 a:hover {
  color: #888888;
}
.accordion.ui-accordion h3.ui-state-active .ui-icon,
.sec_wrapped .ABs-accordion.ui-accordion h3.ui-state-active .ui-icon {
  line-height: 18px;
}
.accordion.ui-accordion h3.ui-state-active .ui-icon:after,
.sec_wrapped .ABs-accordion.ui-accordion h3.ui-state-active .ui-icon:after {
  content: '–' !important;
  font-size: 15px !important;
  font-weight: bold !important;
}
.accordion.ui-accordion h3 .ui-icon,
.sec_wrapped .ABs-accordion.ui-accordion h3 .ui-icon {
  position: static;
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  color: #FFF;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.accordion.ui-accordion h3 .ui-icon:after,
.sec_wrapped .ABs-accordion.ui-accordion h3 .ui-icon:after {
  content: '+' !important;
  color: #FFF !important;
  font-size: 9px !important;
  font-weight: normal !important;
  position: relative;
  top: -3px;
}
.accordion.ui-accordion h3 .ui-icon:before,
.sec_wrapped .ABs-accordion.ui-accordion h3 .ui-icon:before {
  display: none;
}
.accordion.ui-accordion .ui-accordion-content,
.sec_wrapped .ABs-accordion.ui-accordion .ui-accordion-content {
  margin: 0;
  padding: 15px;
  padding-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 0 !important;
}
.ws_images_container {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
.ws_images_container img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  min-width: 100%;
  cursor: pointer;
  z-index: 1;
}
.ws_progress_timer_container {
  top: 399px;
  position: absolute;
  background: #ddd;
  width: 100%;
}
.ws_progress_timer_container span {
  display: block;
  height: 3px;
  background: #ffbf00;
  width: 0%;
}
.wideslider_env #wideslider {
  position: relative;
  z-index: 15;
  height: 205px;
}
.wideslider_env #wideslider li {
  position: absolute;
  bottom: 0;
  left: -10px;
  background: rgba(255, 191, 0, 0.8);
  color: #ffffff;
  font-size: 22px;
  display: inline-block;
  max-width: 660px;
  line-height: 1.5;
  padding: 15px 15px;
  visibility: hidden;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.wideslider_env #wideslider li:first-child {
  visibility: visible;
}
.wideslider_env #wideslider li img {
  display: none;
}
.wideslider_env #wideslider li span {
  display: block;
}
.wideslider_env #wideslider li span.strong {
  font-weight: 600;
}
.wideslider_env #wideslider li strong {
  color: #ffffff;
}
.wideslider_env .wideslider_nextprev {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 25;
}
.wideslider_env .wideslider_nextprev a {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-top: -12.5px;
  overflow: hidden;
  margin-left: 5px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 6px;
}
.wideslider_env .wideslider_nextprev a.prev {
  text-indent: -3px;
}
.wideslider_env .wideslider_nextprev a.next {
  text-indent: -2px;
}
.normal {
  display: block;
}
.mobile {
  display: none;
}
.r {
  max-width: 100%;
}
.no_records {
  font-size: 15px;
  font-weight: normal;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
}
.no_records.block {
  padding: 15px;
}
.arthref {
  z-index: 100000;
}
.blog_stats p {
  margin-bottom: 10px;
}
.blog_stats .stats li {
  border-bottom: 0;
}
.blog_stats .stats li span {
  background: #333333;
  color: #ffffff;
  padding: 5px 0;
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.blog_stats .stats li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
table {
  background: rgba(106, 106, 106, 0.05);
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.5);
}
table td,
table th {
  padding: 5px 8px;
  text-align: left;
  border-bottom: none;
}
table th {
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}
table tbody th {
  border-bottom: none;
}
table tbody tr:nth-child(odd) {
  background: #FBFBFB;
}
table a {
  text-decoration: none;
  color: #333333;
}
table a:hover {
  color: #333333;
}
.input-text {
  background: #F0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  font-family: 'Bitter', serif;
  border: 0px;
  outline: 0;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.contact_form_v2 {
  padding: 15px 10px;
}
.contact_form_v2 form {
  zoom: 1;
}
.contact_form_v2 form:before,
.contact_form_v2 form:after {
  display: table;
  content: "";
}
.contact_form_v2 form:after {
  clear: both;
}
.contact_form_v2 form:before,
.contact_form_v2 form:after {
  display: table;
  content: "";
}
.contact_form_v2 form:after {
  clear: both;
}
.contact_form_v2 form .fields_left {
  float: left;
  width: 49%;
}
.contact_form_v2 form .fields_right {
  float: right;
  width: 49%;
}
.contact_form_v2 form .fields input[type="text"],
.contact_form_v2 form .fields textarea {
  background: #F0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  font-family: 'Bitter', serif;
  border: 0px;
  outline: 0;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.contact_form_v2 form .fields textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_form_v2 form button {
  background: #ffffff;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #DDD;
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  background: #333333;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #333333, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: 1px dashed #666;
}
.sec_wrapped .ABs_row {
  zoom: 1;
  margin-bottom: 20px;
}
.sec_wrapped .ABs_row:before,
.sec_wrapped .ABs_row:after {
  display: table;
  content: "";
}
.sec_wrapped .ABs_row:after {
  clear: both;
}
.sec_wrapped .ABs_row:before,
.sec_wrapped .ABs_row:after {
  display: table;
  content: "";
}
.sec_wrapped .ABs_row:after {
  clear: both;
}
.sec_wrapped .ABs_row .ABs_span1,
.sec_wrapped .ABs_row .ABs_span2,
.sec_wrapped .ABs_row .ABs_span3,
.sec_wrapped .ABs_row .ABs_span4,
.sec_wrapped .ABs_row .ABs_span5,
.sec_wrapped .ABs_row .ABs_span6,
.sec_wrapped .ABs_row .ABs_span7,
.sec_wrapped .ABs_row .ABs_span8,
.sec_wrapped .ABs_row .ABs_span9,
.sec_wrapped .ABs_row .ABs_span10,
.sec_wrapped .ABs_row .ABs_span11,
.sec_wrapped .ABs_row .ABs_span12 {
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.08);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.sec_wrapped .ABs_row .ABs_span1.block,
.sec_wrapped .ABs_row .ABs_span2.block,
.sec_wrapped .ABs_row .ABs_span3.block,
.sec_wrapped .ABs_row .ABs_span4.block,
.sec_wrapped .ABs_row .ABs_span5.block,
.sec_wrapped .ABs_row .ABs_span6.block,
.sec_wrapped .ABs_row .ABs_span7.block,
.sec_wrapped .ABs_row .ABs_span8.block,
.sec_wrapped .ABs_row .ABs_span9.block,
.sec_wrapped .ABs_row .ABs_span10.block,
.sec_wrapped .ABs_row .ABs_span11.block,
.sec_wrapped .ABs_row .ABs_span12.block {
  padding: 15px;
}
.sec_wrapped .icon-download-alt {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sec_wrapped .ABs_alert_warning,
.sec_wrapped .ABs_alert_info,
.sec_wrapped .ABs_alert_success,
.sec_wrapped .ABs_alert_error {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  /* Safari/Chrome, other WebKit */

  /* Firefox, other Gecko */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */

  font-family: 'Bitter', serif;
  padding: 10px;
  color: #ffffff;
  margin-bottom: 25px;
}
.sec_wrapped .ABs_alert_warning span,
.sec_wrapped .ABs_alert_info span,
.sec_wrapped .ABs_alert_success span,
.sec_wrapped .ABs_alert_error span,
.sec_wrapped .ABs_alert_warning em,
.sec_wrapped .ABs_alert_info em,
.sec_wrapped .ABs_alert_success em,
.sec_wrapped .ABs_alert_error em {
  font-weight: bold;
}
.sec_wrapped .ABs_alert_warning.error,
.sec_wrapped .ABs_alert_info.error,
.sec_wrapped .ABs_alert_success.error,
.sec_wrapped .ABs_alert_error.error {
  background: #d62121;
  -webkit-box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_alert_warning.error:before,
.sec_wrapped .ABs_alert_info.error:before,
.sec_wrapped .ABs_alert_success.error:before,
.sec_wrapped .ABs_alert_error.error:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\2716";
}
.sec_wrapped .ABs_alert_warning.alert,
.sec_wrapped .ABs_alert_info.alert,
.sec_wrapped .ABs_alert_success.alert,
.sec_wrapped .ABs_alert_error.alert {
  background: #ffa509;
  -webkit-box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_alert_warning.alert:before,
.sec_wrapped .ABs_alert_info.alert:before,
.sec_wrapped .ABs_alert_success.alert:before,
.sec_wrapped .ABs_alert_error.alert:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\26A0";
}
.sec_wrapped .ABs_alert_warning.success,
.sec_wrapped .ABs_alert_info.success,
.sec_wrapped .ABs_alert_success.success,
.sec_wrapped .ABs_alert_error.success {
  background: #35a417;
  -webkit-box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_alert_warning.success:before,
.sec_wrapped .ABs_alert_info.success:before,
.sec_wrapped .ABs_alert_success.success:before,
.sec_wrapped .ABs_alert_error.success:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\2713";
}
.sec_wrapped .ABs_alert_warning.info,
.sec_wrapped .ABs_alert_info.info,
.sec_wrapped .ABs_alert_success.info,
.sec_wrapped .ABs_alert_error.info {
  background: #3d7df3;
  -webkit-box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_alert_warning.info:before,
.sec_wrapped .ABs_alert_info.info:before,
.sec_wrapped .ABs_alert_success.info:before,
.sec_wrapped .ABs_alert_error.info:before {
  font-family: "Entypo", "EntypoSocial", "fontello";
  font-size: 32px;
  font-weight: normal;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  content: "\2139";
}
.sec_wrapped .ABs_alert_warning .ABs_alert_box_close,
.sec_wrapped .ABs_alert_info .ABs_alert_box_close,
.sec_wrapped .ABs_alert_success .ABs_alert_box_close,
.sec_wrapped .ABs_alert_error .ABs_alert_box_close {
  background: none;
  color: #FFF;
  top: 13px;
}
.sec_wrapped .ABs_alert_warning {
  background: #ffa509;
  -webkit-box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #ffa509, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_alert_error {
  background: #d62121;
  -webkit-box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #d62121, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_alert_success {
  background: #35a417;
  -webkit-box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #35a417, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_alert_info {
  background: #3d7df3;
  -webkit-box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 2px #3d7df3, 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.sec_wrapped .ABs_progress_bar .ABs_meter {
  margin-left: 0;
  height: 35px;
  clear: both;
}
.sec_wrapped .ABs_progress_bar .ABs_meter span {
  height: 35px;
  line-height: 35px;
  background: #ffbf00 !important;
}
.sec_wrapped .ABs_prettyprint .linenums li {
  margin-bottom: 0;
}
#lang_sel_footer ul li img {
  top: 7px;
}
#lang_sel img.iclflag {
  top: 6px;
}
