/**
 *	Silicon Theme
 *
 *	Developed by: Arlind Nushi (www.arlindnushi.com)
 *	Design by: Art Ramadani
 *
 *	Follow us at (also buy this theme on our profile)
 *	Envato Marketplace Profile: http://codecanyon.net/user/Laborator
 *
 * 	Date Finished: December 2012
 */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: #444444;
  text-decoration: none;
}
a:hover,
a.active {
  color: #002f5d;
  text-decoration: none;
}
a:active {
  color: #282828;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.3;
  position: relative;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  background: url(../images/h2_icons.png) no-repeat left center;
  width: 20px;
  height: 20px;
}
h1 i.pencil,
h2 i.pencil,
h3 i.pencil,
h4 i.pencil,
h5 i.pencil {
  background-position: -20px 0;
}
h1 i.chat,
h2 i.chat,
h3 i.chat,
h4 i.chat,
h5 i.chat,
h1 i.pencil,
h2 i.pencil,
h3 i.pencil,
h4 i.pencil,
h5 i.pencil {
  top: 5px;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 13px;
}
ul,
ol {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;

}
ul li,
ol li {
  margin: 0;
  padding: 0;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
}
.block_title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.block_title .bottom_line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-top: 1px solid #f1f1f1;
}
p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-smooth: always;
  word-break: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
ul li,
ol li {
  margin: 0px;
  padding: 0px;
}
form {
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
textarea {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #f4f4f4;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  border-color: #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #b4b4b4;
  color: #8a8a8a;
}
.btn-black {
  background: #000;
  color: #FFF;
  border-color: #000;
}
.btn-black:active {
  color: #666666;
}
.placeholder {
  position: relative;
  max-width: 100%;
  white-space: normal;
}
.placeholder label {
  /*position: absolute;*/
  padding: 7px;
  font-weight: 300;
  font-size: 13px;
  -webkit-transition: color ease-in-out 200ms;
  -moz-transition: color ease-in-out 200ms;
  -o-transition: color ease-in-out 200ms;
  -ms-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
  -webkit-transition: all color ease-in-out 200ms ease-out;
  -moz-transition: all color ease-in-out 200ms ease-out;
  transition: all color ease-in-out 200ms ease-out;
}
.placeholder input,
.placeholder textarea {
  width: 92.5%;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transition: 250ms ease-in-out 200ms;
  -moz-transition: 250ms ease-in-out 200ms;
  -o-transition: 250ms ease-in-out 200ms;
  -ms-transition: 250ms ease-in-out 200ms;
  transition: 250ms ease-in-out 200ms;
  -webkit-transition: all 250ms ease-in-out 200ms ease-out;
  -moz-transition: all 250ms ease-in-out 200ms ease-out;
  transition: all 250ms ease-in-out 200ms ease-out;
  padding-top: 7px;
  padding-bottom: 5px;
}
.placeholder.focused input,
.placeholder.focused textarea {
  color: #666666;
}
.placeholder.focused label {
  color: #666666;
}
.placeholder.focused input,
.placeholder.focused textarea {
  border-color: #666666;
}
:-moz-placeholder {
  color: #cecece !important;
  font-weight: normal;
  font-style: italic;
}
::-webkit-input-placeholder {
  color: #cecece !important;
  font-weight: normal;
  font-style: italic;
}
::selection {
  background: rgba(0, 47, 93, 0.9);
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: rgba(0, 47, 93, 0.9);
  color: #FFF;
  text-shadow: none;
}
.logo_txt {
  font-family: 'Pacifico', cursive !important;
  font-size: 35px;
  text-decoration: none;
}
.row.cpm {
  margin: 0;
  padding: 0;
}
.row.cpm .wpb_heading {
  line-height: 1;
  margin-bottom: 0;
}
.sep {
  border-bottom: 1px solid #f4f4f4;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.sep_2 {
  border-bottom: 1px solid #f4f4f4;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 50%;
}
.justify {
  text-align: justify;
}
.double_margin {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.vspacer {
  height: 25px;
}
.no_bottom_margin,
.outer_title_table.no_bottom_margin {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.block_margin {
  margin-top: 25px;
}
.block_margin_2 {
  margin-top: 45px;
}
.relative {
  position: relative;
}
.right {
  float: right;
}
.left {
  float: left;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.padding {
  padding: 15px;
}
.dropcap:first-letter {
  float: left;
  font-size: 25px;
  padding: 9px 10px;
  line-height: 1;
  display: block;
  text-align: center;
  margin: 0;
  margin-right: 8px;
  margin-top: 5px;
}
.dropcap.dc2:first-letter {
  background: #666666;
  color: #ffffff;
}
.dropcap.dc3:first-letter {
  background: #282828;
  color: #ffffff;
}
.dropcap.dc4:first-letter {
  background: #f4f4f4;
  color: #444444;
}
.mob {
  display: none !important;
}
.normal {
  display: block !important;
}
.sixteen.columns .outer_title_table {
  margin-top: 15px;
}
.columns:not(.sixteen) .outer_title_table {
  margin-bottom: 10px;
}
.outer_title_table {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.outer_title_table .text_env {
  padding-right: 10px;
  white-space: nowrap;
  line-height: 1;
  text-shadow: 0px 1px 0px #ffffff, 0 0 0 #808080;
}
.outer_title_table .right_border {
  width: 99%;
  background: url(../images/gray_pixel.png) repeat-x center;
}
.outer_title_table .page_top a {
  display: block;
  position: relative;
  margin-left: 10px;
  background: url(../images/arrow_up.png) no-repeat;
  width: 11px;
  height: 13px;
  text-indent: 11px;
  overflow: hidden;
  top: -2px;
}
.outer_title_table .right_content_title {
  padding-left: 10px;
}
.title_2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  margin-top: 25px;
  zoom: 1;
}
.title_2:before,
.title_2:after {
  display: table;
  content: "";
}
.title_2:after {
  clear: both;
}
.bordered_title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.feature_block,
.outer_title_table {
  background-color: #ffffff;
}
.font-raleway header #site_header #site_menu .main_menu > ul > li {
  font-weight: 500;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
}
.font-raleway header #site_header #site_menu .main_menu > ul > li ul li a {
  font-size: 12px;
}
.font-oswald header #site_header #site_menu .main_menu > ul li {
  font-weight: 300;
}
header {
  background: #ffffff;
  width: 960px;
  padding: 0px 15px 0px 15px;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
  z-index: 10000;
  margin-bottom: 35px;
}
header #site_header {
  background: #ffffff;
  margin-bottom: 0;
  zoom: 1;
}
header #site_header:before,
header #site_header:after {
  display: table;
  content: "";
}
header #site_header:after {
  clear: both;
}
header #site_header .logo_env .site_logo {
  display: inline-block;
  line-height: 90px;
  padding: 15px 0px 10px 0px;
}
header #site_header .logo_env .site_logo img {
  line-height: 1;
}
header #site_header .logo_env .logo_txt {
  display: inline-block;
  padding-top: 22px;
  padding-bottom: 37px;
}
header #site_header .logo_env .logo_txt span {
  color: #666666;
}
header #site_header .logo_env .logo_txt:hover {
  color: #282828;
}
header #site_header #site_menu .main_menu > ul,
header #site_header #site_menu .main_menu {
  position: relative;
  float: right;
  margin-bottom: 0;
  z-index: 150;
  zoom: 1;
}
header #site_header #site_menu .main_menu > ul:before,
header #site_header #site_menu .main_menu:before,
header #site_header #site_menu .main_menu > ul:after,
header #site_header #site_menu .main_menu:after {
  display: table;
  content: "";
}
header #site_header #site_menu .main_menu > ul:after,
header #site_header #site_menu .main_menu:after {
  clear: both;
}
header #site_header #site_menu .main_menu > ul > li,
header #site_header #site_menu .main_menu > li {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-left: 35px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 15px;
}
header #site_header #site_menu .main_menu > ul > li.has_sub > a,
header #site_header #site_menu .main_menu > li.has_sub > a {
  margin-right: 20px;
}
header #site_header #site_menu .main_menu > ul > li > a,
header #site_header #site_menu .main_menu > li > a {
  display: block;
  padding-bottom: 10px;
  transition: text-shadow ease-in-out 700ms, color ease-in-out 200ms, border-color ease-in-out 200ms;
  -webkit-transition: text-shadow ease-in-out 700ms, color ease-in-out 200ms, border-color ease-in-out 200ms;
  -moz-transition: text-shadow ease-in-out 700ms, color ease-in-out 200ms, border-color ease-in-out 200ms;
  -o-transition: text-shadow ease-in-out 700ms, color ease-in-out 200ms, border-color ease-in-out 200ms;
  border-bottom: 3px solid transparent;
}
header #site_header #site_menu .main_menu > ul > li > a > .has_sub,
header #site_header #site_menu .main_menu > li > a > .has_sub {
  position: absolute;
  right: 0px;
  top: 50%;
  background: url('../images/has_submenu_black.png') no-repeat center bottom;
  width: 7px;
  height: 7px;
  margin-top: 2px;
}
header #site_header #site_menu .main_menu > ul > li > a:hover .has_sub,
header #site_header #site_menu .main_menu > li > a:hover .has_sub {
  background-position: center top;
}
header #site_header #site_menu .main_menu > ul > li:hover > a,
header #site_header #site_menu .main_menu > li:hover > a {
  color: #666666;
  border-color: #666666;
}
header #site_header #site_menu .main_menu > ul > li.current_page_item > a > .has_sub,
header #site_header #site_menu .main_menu > li.current_page_item > a > .has_sub,
header #site_header #site_menu .main_menu > ul > li:hover > a > .has_sub,
header #site_header #site_menu .main_menu > li:hover > a > .has_sub {
  background-position: center top;
}
header #site_header #site_menu .main_menu > ul > li.current_page_item > a,
header #site_header #site_menu .main_menu > li.current_page_item > a,
header #site_header #site_menu .main_menu > ul > li.current-menu-item > a,
header #site_header #site_menu .main_menu > li.current-menu-item > a,
header #site_header #site_menu .main_menu > ul > li.current_page_parent > a,
header #site_header #site_menu .main_menu > li.current_page_parent > a {
  color: #666666;
  border-bottom-color: #666666;
}
header #site_header #site_menu .main_menu > ul > li ul,
header #site_header #site_menu .main_menu > li ul {
  position: absolute;
  top: 80px;
  left: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  z-index: 100;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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;
}
header #site_header #site_menu .main_menu > ul > li ul.noheight,
header #site_header #site_menu .main_menu > li ul.noheight {
  height: 0;
  overflow: hidden;
}
header #site_header #site_menu .main_menu > ul > li ul li,
header #site_header #site_menu .main_menu > li ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 14px;
  border-top: 1px solid #e2e2e2;
  width: 160px;
}
header #site_header #site_menu .main_menu > ul > li ul li.has_sub > a,
header #site_header #site_menu .main_menu > li ul li.has_sub > a {
  background-image: url('../images/has_submenu_sub_orange.png');
  background-repeat: no-repeat;
  background-position: 95% -2px;
}
header #site_header #site_menu .main_menu > ul > li ul li.has_sub > a:hover,
header #site_header #site_menu .main_menu > li ul li.has_sub > a:hover {
  background-position: 95% -82px;
}
header #site_header #site_menu .main_menu > ul > li ul li:first-child,
header #site_header #site_menu .main_menu > li ul li:first-child {
  border-top: 0;
}
header #site_header #site_menu .main_menu > ul > li ul li a,
header #site_header #site_menu .main_menu > li ul li a {
  display: block;
  line-height: 1.5;
  padding: 6px 10px;
  -webkit-transition: background 200ms linear,color 200ms ease-in-out;
  -moz-transition: background 200ms linear,color 200ms ease-in-out;
  -o-transition: background 200ms linear,color 200ms ease-in-out;
  -ms-transition: background 200ms linear,color 200ms ease-in-out;
  transition: background 200ms linear,color 200ms ease-in-out;
  -webkit-transition: all background 200ms linear, color 200ms ease-in-out ease-out;
  -moz-transition: all background 200ms linear, color 200ms ease-in-out ease-out;
  transition: all background 200ms linear, color 200ms ease-in-out ease-out;
}
header #site_header #site_menu .main_menu > ul > li ul li:hover > a,
header #site_header #site_menu .main_menu > li ul li:hover > a {
  background-color: #f4f4f4;
  color: #666666;
}
header #site_header #site_menu .main_menu > ul > li ul li:hover.has_sub > a,
header #site_header #site_menu .main_menu > li ul li:hover.has_sub > a {
  background-position: 95% -41px;
}
header #site_header #site_menu .main_menu > ul > li ul li.current-menu-item.has_sub > a,
header #site_header #site_menu .main_menu > li ul li.current-menu-item.has_sub > a {
  background-position: 95% -41px;
}
header #site_header #site_menu .main_menu > ul > li ul li.current-menu-item > a,
header #site_header #site_menu .main_menu > li ul li.current-menu-item > a {
  color: #666666;
}
header #site_header #site_menu .main_menu > ul > li ul ul,
header #site_header #site_menu .main_menu > li ul ul {
  left: 160px;
  top: -1px;
}
header #site_header #site_menu .main_menu > ul.bluring_menu > li > a:not(.hover_element),
header #site_header #site_menu .main_menu.bluring_menu > li > a:not(.hover_element) {
  color: transparent !important;
  text-shadow: 0px 0px 2px rgba(40, 40, 40, 0.6);
}
header #site_header #site_menu .main_menu > ul.bluring_menu > li.current_page_item > a:not(.hover_element),
header #site_header #site_menu .main_menu.bluring_menu > li.current_page_item > a:not(.hover_element) {
  border-bottom: 1px solid #FFF;
}
header #site_header .mobile_menu {
  display: none;
  background: #FAFAFA;
  border: 1px solid #ededed;
  margin-top: 15px;
  position: relative;
  margin-bottom: 20px;
}
header #site_header .mobile_menu .mm_placeholder {
  padding: 9px;
  line-height: 1;
  color: #282828;
  font-weight: bold;
  background: url(../images/mm_menu_dropdown.png) no-repeat 97.5% center;
}
header #site_header .mobile_menu .selectnav {
  margin: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
header #site_header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;
  top: -125px;
  -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-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
header #site_header.fixed.visible {
  top: 0px;
  -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;
  -webkit-transition: 400ms ease-in-out 200ms;
  -moz-transition: 400ms ease-in-out 200ms;
  -o-transition: 400ms ease-in-out 200ms;
  -ms-transition: 400ms ease-in-out 200ms;
  transition: 400ms ease-in-out 200ms;
  -webkit-transition: all 400ms ease-in-out 200ms ease-out;
  -moz-transition: all 400ms ease-in-out 200ms ease-out;
  transition: all 400ms ease-in-out 200ms ease-out;
}
header #site_header.fixed .fixed_header {
  width: 960px;
  margin: 0 auto;
}
header #site_header.fixed .fixed_header .logo_txt {
  padding-top: 0;
  padding-bottom: 0;
}
header #site_header.fixed .fixed_header #site_header_ul > li {
  padding-top: 15px;
  padding-bottom: 0;
}
header #site_header.fixed .fixed_header #site_header_ul > li > ul {
  top: 50px;
}
header #site_header.fixed .fixed_header #site_header_ul > li > ul li {
  padding-top: 0px;
}
header #site_header.fixed .fixed_header #site_header_ul > li > ul li ul {
  top: 0;
}
header #header_widget {
  padding: 15px 0;
  margin: 0;
  zoom: 1;
}
header #header_widget:before,
header #header_widget:after {
  display: table;
  content: "";
}
header #header_widget:after {
  clear: both;
}
header #header_widget #searchform {
  margin-left: 5px;
}
header #header_widget #searchform #s {
  border: none;
  padding: 5px 0;
  background: url(../images/classic-search.png) no-repeat left 6px;
  padding-left: 20px;
  width: 80%;
  margin-bottom: 0px !important;
}
header #header_widget #searchform #searchsubmit {
  display: none;
}
header #header_widget .social_networks_head a {
  display: inline-block;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  background: url('../images/header_social_icons_orange.png') left top no-repeat;
  overflow: hidden;
  text-indent: 25px;
  -webkit-transition: background-color ease-in-out 200ms;
  -moz-transition: background-color ease-in-out 200ms;
  -o-transition: background-color ease-in-out 200ms;
  -ms-transition: background-color ease-in-out 200ms;
  transition: background-color ease-in-out 200ms;
  -webkit-transition: all background-color ease-in-out 200ms ease-out;
  -moz-transition: all background-color ease-in-out 200ms ease-out;
  transition: all background-color ease-in-out 200ms ease-out;
}
header #header_widget .social_networks_head a:hover {
  background-color: #f4f4f4;
}
header #header_widget .social_networks_head a.facebook {
  background-position: 0px 0px;
}
header #header_widget .social_networks_head a.facebook:hover {
  background-position: -25px 0px;
}
header #header_widget .social_networks_head a.twitter {
  background-position: 0px -25px;
}
header #header_widget .social_networks_head a.twitter:hover {
  background-position: -25px -25px;
}
header #header_widget .social_networks_head a.dribbble {
  background-position: 0px -50px;
}
header #header_widget .social_networks_head a.dribbble:hover {
  background-position: -25px -50px;
}
header #header_widget .social_networks_head a.skype {
  background-position: 0px -75px;
}
header #header_widget .social_networks_head a.skype:hover {
  background-position: -25px -75px;
}
header #header_widget .social_networks_head a.linkedin {
  background-position: 0px -100px;
}
header #header_widget .social_networks_head a.linkedin:hover {
  background-position: -25px -100px;
}
header #header_widget .left_col > div,
header #header_widget .left_col > form {
  float: left;
}
header #header_widget .right_col > div,
header #header_widget .right_col > form {
  float: right;
}
header #header_widget .right_col #searchform #s {
  width: 350px;
  background-position: right center;
  text-align: right;
  padding-right: 20px;
  padding-left: 5px;
}
header #header_widget .right_col .social_networks_head a {
  margin-left: 0;
  margin-right: 5px;
}
#slider_container {
  margin-top: 25px;
}
#slider_container #cycle_slider {
  display: block;
  background: #666666;
  margin-bottom: 20px;
  zoom: 1;
}
#slider_container #cycle_slider:before,
#slider_container #cycle_slider:after {
  display: table;
  content: "";
}
#slider_container #cycle_slider:after {
  clear: both;
}
#slider_container #cycle_slider .slides {
  position: relative;
  background: #ffffff;
  zoom: 1;
}
#slider_container #cycle_slider .slides:before,
#slider_container #cycle_slider .slides:after {
  display: table;
  content: "";
}
#slider_container #cycle_slider .slides:after {
  clear: both;
}
#slider_container #cycle_slider .slides .slide {
  position: relative;
  display: none;
  background: #666666;
  zoom: 1;
}
#slider_container #cycle_slider .slides .slide:before,
#slider_container #cycle_slider .slides .slide:after {
  display: table;
  content: "";
}
#slider_container #cycle_slider .slides .slide:after {
  clear: both;
}
#slider_container #cycle_slider .slides .slide:first-child {
  display: block;
}
#slider_container #cycle_slider .slides .slide .image {
  width: 600px;
  float: left;
}
#slider_container #cycle_slider .slides .slide .image img {
  display: block;
  min-width: 100%;
}
#slider_container #cycle_slider .slides .slide .caption {
  display: none;
}
#slider_container #cycle_slider .slides .slide .text_caption {
  padding-top: 5px;
  width: 340px;
  float: right;
  color: #ffffff;
}
#slider_container #cycle_slider .slides .slide .text_caption a {
  color: #ffffff;
}
#slider_container #cycle_slider .slides .slide .text_caption a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#slider_container #cycle_slider .slides .slide .text_caption > h1 {
  margin: 10px 20px;
  border-bottom: 1px solid #f6a751;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#slider_container #cycle_slider .slides .slide .text_caption > h1 a {
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
#slider_container #cycle_slider .slides .slide .text_caption > h1 a:hover {
  text-decoration: none;
  color: #cacaca;
}
#slider_container #cycle_slider .slides .slide .text_caption > .content {
  margin: 0 20px;
}
#slider_container #cycle_slider .slides .slide .text_caption > .content p {
  margin-bottom: 10px;
}
#slider_container #cycle_slider .slides .slide .text_caption > .content a {
  color: #cccccc;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
#slider_container #cycle_slider .slides .slide .text_caption > .content a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#slider_container #cycle_slider .control_nav {
  position: absolute;
  right: 355px;
  top: 5px;
  z-index: 100;
}
#slider_container #cycle_slider .control_nav a {
  display: block;
  border: 1px solid #666666;
  background-color: #666666;
  margin-bottom: 5px;
  overflow: hidden;
  text-indent: 6px;
  width: 6px;
  height: 6px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
#slider_container #cycle_slider .control_nav a:hover {
  background-color: #4c6d8d;
}
#slider_container #cycle_slider .control_nav a.active {
  background-color: #fff3f3;
}
#slider_container .wideslider_env #wideslider {
  position: relative;
  z-index: 15;
  height: 205px;
}
#slider_container .wideslider_env #wideslider li {
  position: relative;
  /*background: #666666;*/
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  max-width: 660px;
  line-height: 1.3;
  padding: 15px 20px;
  visibility: hidden;
}
#slider_container .wideslider_env #wideslider li:first-child {
  visibility: visible;
}
#slider_container .wideslider_env #wideslider li img {
  display: none;
}
#slider_container .wideslider_env #wideslider li span {
  display: block;
}
#slider_container .wideslider_env #wideslider li span.strong {
  font-weight: 600;
}
#slider_container .wideslider_env #wideslider li strong {
  color: #ffffff;
}
#slider_container .wideslider_env .wideslider_nextprev {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 25;
}
#slider_container .wideslider_env .wideslider_nextprev a {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  margin-top: -13px;
  background: no-repeat left top url(../images/features_blocks_nav.png) #666666;
  overflow: hidden;
  text-indent: 26px;
  -webkit-transition: 150ms ease-in-out 200ms;
  -moz-transition: 150ms ease-in-out 200ms;
  -o-transition: 150ms ease-in-out 200ms;
  -ms-transition: 150ms ease-in-out 200ms;
  transition: 150ms ease-in-out 200ms;
  -webkit-transition: all 150ms ease-in-out 200ms ease-out;
  -moz-transition: all 150ms ease-in-out 200ms ease-out;
  transition: all 150ms ease-in-out 200ms ease-out;
  margin-left: 5px;
}
#slider_container .wideslider_env .wideslider_nextprev a.prev {
  background-position: -26px -26px;
}
#slider_container .wideslider_env .wideslider_nextprev a.next {
  background-position: -26px 0;
}
#slider_container .wideslider_env .wideslider_nextprev a:hover {
  background-color: #282828;
}
#slider_container .sl-slider-wrapper {
  margin-bottom: 20px;
}
#slider_container .sl-slider-wrapper .sl-slider blockquote,
#slider_container .sl-slider-wrapper .sl-slider h2,
#slider_container .sl-slider-wrapper .sl-slider cite {
  background: none;
  padding: 100px 30px 10px 30px;
  width: 80%;
  max-width: 960px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  font-style: normal;
}
#slider_container .sl-slider-wrapper .sl-slider blockquote p,
#slider_container .sl-slider-wrapper .sl-slider h2 p,
#slider_container .sl-slider-wrapper .sl-slider cite p {
  color: #FFF;
  font-style: normal;
}
#slider_container .sl-slider-wrapper .sl-slider blockquote .quotes,
#slider_container .sl-slider-wrapper .sl-slider h2 .quotes,
#slider_container .sl-slider-wrapper .sl-slider cite .quotes {
  display: none;
}
#slider_container .sl-slider-wrapper .sl-slider h2 {
  font-size: 82px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#slider_container .sl-slider-wrapper .sl-slider blockquote,
#slider_container .sl-slider-wrapper .sl-slider blockquote p {
  font-size: 28px;
  padding-top: 10px;
  font-weight: 300;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}
#slider_container .sl-slider-wrapper .sl-slider cite {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-top: 30px;
  display: inline-block;
  padding-left: 0;
}
.revslider_container {
  margin-bottom: 25px;
}
.revslider_container .fullwidthbanner-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.admin-bar .ocm-menu {
  top: 28px;
}
/*.font-vollkorn #features_blocks .features_blocks .feature_block .on_hover { top: @padding; }
.font-oswald #features_blocks .features_blocks .feature_block .on_hover {  top: @padding - 1px;  height: 40px + 2 * @padding_2 + 1px; }
.font-nunito #features_blocks .features_blocks .feature_block .on_hover {  top: @padding;  height: 40px + 2 * @padding_2 + 1px; }*/
#features_blocks .blocks_env {
  position: relative;
  margin-top: 20px;
  margin-bottom: 45px;
  z-index: 10;
  zoom: 1;
}
#features_blocks .blocks_env:before,
#features_blocks .blocks_env:after {
  display: table;
  content: "";
}
#features_blocks .blocks_env:after {
  clear: both;
}
#features_blocks .blocks_env .features_blocks_nav a {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  background: no-repeat left top url(../images/features_blocks_nav.png);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
}
#features_blocks .blocks_env .features_blocks_nav a.prev {
  background-position: 0px -26px;
  left: -36px;
}
#features_blocks .blocks_env .features_blocks_nav a.prev:hover {
  background-position: -26px -26px;
}
#features_blocks .blocks_env .features_blocks_nav a.next {
  background-position: 0px 0px;
  right: -36px;
}
#features_blocks .blocks_env .features_blocks_nav a.next:hover {
  background-position: -26px 0px;
}
#features_blocks .blocks_env .features_blocks_nav a:hover {
  background-color: #cacaca;
}
#features_blocks .features_blocks {
  overflow: hidden;
  zoom: 1;
}
#features_blocks .features_blocks:before,
#features_blocks .features_blocks:after {
  display: table;
  content: "";
}
#features_blocks .features_blocks:after {
  clear: both;
}
#features_blocks .features_blocks .columns {
  width: 220px;
  margin-right: 20px;
}
#features_blocks .features_blocks .feature_block {
  position: relative;
  height: 205px;
  padding: 15px;
  text-align: center;
  border: 1px solid #ebebeb;
  white-space: normal;
  display: block;
  cursor: default;
  background: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#features_blocks .features_blocks .feature_block:hover h3 {
  border-color: #666666;
}
#features_blocks .features_blocks .feature_block .on_hover {
  position: absolute;
  background: #666666;
  width: 0%;
  height: 55px;
  left: 50%;
  top: 15px;
  z-index: 5;
  display: block;
}
#features_blocks .features_blocks .feature_block .tab_icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  background: center center #666666;
  padding: 0;
  position: relative;
  z-index: 10;
  color: #FFF;
  text-align: center;
}
#features_blocks .features_blocks .feature_block .tab_icon i {
  display: inline-block;
  color: #FFF;
  font-size: 55px;
  margin: 0 !important;
  vertical-align: middle;
  line-height: 50px;
  width: auto;
  height: auto;
}
#features_blocks .features_blocks .feature_block .tab_icon.map {
  background-image: url(../images/icon_map.png);
}
#features_blocks .features_blocks .feature_block .tab_icon.settings {
  background-image: url(../images/icon_settings.png);
}
#features_blocks .features_blocks .feature_block .tab_icon.broadcast {
  background-image: url(../images/icon_broadcast.png);
}
#features_blocks .features_blocks .feature_block .tab_icon.images {
  background-image: url(../images/icon_images.png);
}
#features_blocks .features_blocks .feature_block h3 {
  border-bottom: 1px solid #ebebeb;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-transition: border ease-in-out 200ms;
  -moz-transition: border ease-in-out 200ms;
  -o-transition: border ease-in-out 200ms;
  -ms-transition: border ease-in-out 200ms;
  transition: border ease-in-out 200ms;
  -webkit-transition: all border ease-in-out 200ms ease-out;
  -moz-transition: all border ease-in-out 200ms ease-out;
  transition: all border ease-in-out 200ms ease-out;
}
#features_blocks .features_blocks .feature_block h3,
#features_blocks .features_blocks .feature_block .content {
  position: relative;
  z-index: 10;
}
#features_blocks .features_blocks a.feature_block {
  cursor: pointer;
  color: #999999;
}
#features_blocks .features_blocks a.feature_block:hover {
  color: #999999;
}
#features_blocks .features_blocks .sliding_door {
  white-space: nowrap;
  zoom: 1;
}
#features_blocks .features_blocks .sliding_door:before,
#features_blocks .features_blocks .sliding_door:after {
  display: table;
  content: "";
}
#features_blocks .features_blocks .sliding_door:after {
  clear: both;
}
#portfolio_items {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
}
#portfolio_items:before,
#portfolio_items:after {
  display: table;
  content: "";
}
#portfolio_items:after {
  clear: both;
}
#portfolio_items .portfolio_item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 235px;
  height: 210px;
  margin: 0;
  float: left;
}
#portfolio_items .portfolio_item a img {
  display: block;
  width: 100%;
}
#portfolio_items .portfolio_item a > div {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 93, 0.85);
  color: #ffffff;
}
#portfolio_items .portfolio_item a > div h3 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#portfolio_items .portfolio_item a > div .text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
#portfolio_items .portfolio_item a > div .text p {
  margin-bottom: 10px;
  line-height: 1.5;
}
#homepage_posts {
  margin-left: 0px;
  margin-right: 0px;
  width: 720px;
}
#homepage_posts .post_entry {
  float: left;
  width: 220px;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 15px;
}
#homepage_posts .post_entry .post_image {
  background: #FAFAFA;
  margin-bottom: 10px;
  position: relative;
}
#homepage_posts .post_entry .post_image .thumb {
  display: block;
  position: relative;
}
#homepage_posts .post_entry .post_image .thumb img {
  max-width: 100%;
  display: block;
}
#homepage_posts .post_entry .post_image .hover {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  overflow: hidden;
  transition: none '';
  -webkit-transition: none '';
  -moz-transition: none '';
  -o-transition: none '';
  zoom: 1;
}
#homepage_posts .post_entry .post_image .hover:before,
#homepage_posts .post_entry .post_image .hover:after {
  display: table;
  content: "";
}
#homepage_posts .post_entry .post_image .hover:after {
  clear: both;
}
#homepage_posts .post_entry .post_image .hover a {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 30px;
  height: 30px;
  background: #666666 url(../images/blog_item_hover.png) no-repeat left center;
  overflow: hidden;
  text-indent: -300px;
  -webkit-transition: background ease-in-out 400ms;
  -moz-transition: background ease-in-out 400ms;
  -o-transition: background ease-in-out 400ms;
  -ms-transition: background ease-in-out 400ms;
  transition: background ease-in-out 400ms;
  -webkit-transition: all background ease-in-out 400ms ease-out;
  -moz-transition: all background ease-in-out 400ms ease-out;
  transition: all background ease-in-out 400ms ease-out;
}
#homepage_posts .post_entry .post_image .hover a.fav {
  background-position: 0px 0px;
}
#homepage_posts .post_entry .post_image .hover a.comments {
  background-position: -30px 0px;
}
#homepage_posts .post_entry .post_image .hover a.readmore {
  background-position: -60px 0px;
}
#homepage_posts .post_entry .post_image .hover a:hover {
  background-color: #282828;
}
#homepage_posts .post_entry .post_title {
  position: relative;
  margin-bottom: 5px;
  color: #444444;
  font-size: 14px;
}
#homepage_posts .post_entry .post_title a {
  color: #444444;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
#homepage_posts .post_entry .post_title a:hover {
  color: #666666;
}
#homepage_posts .post_entry .sep_2 {
  margin: 5px 0;
  margin-top: 10px;
}
#homepage_posts .post_entry .post_excerpt {
  font-size: 12px;
}
#homepage_posts .post_entry .post_excerpt p {
  font-size: 12px;
}
.partners_carousel {
  margin: 0px;
  padding: 0px;
  height: 45px;
  margin-top: 25px;
  margin-bottom: 25px;
  zoom: 1;
}
.partners_carousel:before,
.partners_carousel:after {
  display: table;
  content: "";
}
.partners_carousel:after {
  clear: both;
}
.partners_carousel li {
  display: block;
  float: left;
  padding: 0px 10px;
  margin: 0px !important;
  width: 215px;
  text-align: center;
}
footer.expanded {
  background: #666666;
}
footer.expanded #footer {
  margin-bottom: 0;
}
footer.expanded .footer_bottom {
  margin-bottom: 0;
}
footer #footer {
  padding-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
  zoom: 1;
}
footer #footer:before,
footer #footer:after {
  display: table;
  content: "";
}
footer #footer:after {
  clear: both;
}
footer #footer .sixteen.columns {
  background: #666666;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer #footer a {
  color: #fafafa;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
footer #footer a:hover {
  color: #cccccc;
}
footer #footer strong {
  color: #ffffff;
}
footer #footer .footer_block {
  float: left;
  width: 273px;
  margin-left: 20px;
  margin-right: 20px;
}
footer #footer .footer_block .title {
  color: #ffffff;
  border-bottom: 1px solid #f6a751;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer #footer .footer_block .testimonials {
  position: relative;
  z-index: 5;
}
footer #footer .footer_block .testimonials li {
  display: none;
}
footer #footer .footer_block .testimonials li:first-child {
  display: block;
}
footer #footer .footer_block .testimonials li p {
  background: url(../images/quote_open.png) no-repeat left top, url(../images/quote_close.png) no-repeat right bottom;
  padding: 15px;
  padding-bottom: 10px;
  margin: 0;
}
footer #footer .footer_block .testimonials li .author {
  border-top: 1px solid #f6a751;
  position: relative;
  margin-top: 15px;
  padding-top: 10px;
}
footer #footer .footer_block .testimonials li .author .arrow {
  background: #666666 url('../images/testimonial_author_arrow_orange@2x.png') no-repeat center center;
  width: 14px;
  height: 8px;
  position: relative;
  display: block;
  top: -11px;
  left: 20px;
}
footer #footer .footer_block .testimonials li .author a {
  color: #ffffff;
  font-weight: 600;
}
footer #footer .footer_block .testimonials li .author a:hover {
  color: #cccccc;
}
footer #footer .footer_block .testimonials_nav {
  zoom: 1;
  text-align: right;
  position: relative;
  top: -18px;
  z-index: 10;
}
footer #footer .footer_block .testimonials_nav:before,
footer #footer .footer_block .testimonials_nav:after {
  display: table;
  content: "";
}
footer #footer .footer_block .testimonials_nav:after {
  clear: both;
}
footer #footer .footer_block .testimonials_nav a {
  display: inline-block;
  background: #ffffff;
  width: 7px;
  height: 7px;
  overflow: hidden;
  text-indent: 7px;
  margin-left: 4px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  background: rgba(255, 255, 255, 0.5);
}
footer #footer .footer_block .testimonials_nav a.active {
  background: #ffffff;
}
footer #footer .footer_block .footer_social .line {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
footer #footer .footer_block .footer_social .line strong,
footer #footer .footer_block .footer_social .line span {
  color: #ffffff;
}
footer .footer_bottom {
  background: #ea7f0c;
  padding: 15px 0;
  margin-bottom: 20px;
  zoom: 1;
}
footer .footer_bottom:before,
footer .footer_bottom:after {
  display: table;
  content: "";
}
footer .footer_bottom:after {
  clear: both;
}
footer .footer_bottom.boxed_footer {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .footer_bottom.boxed_footer .footer_text {
  margin-left: 0;
}
footer .footer_bottom.boxed_footer .footer_links {
  margin-right: 15px;
}
footer .footer_bottom .footer_text {
  padding: 0px;
  margin: 0 0;
  margin-left: 15px;
  color: #FFF;
}
footer .footer_bottom .footer_text a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition: all all 200ms linear ease-out;
  -moz-transition: all all 200ms linear ease-out;
  transition: all all 200ms linear ease-out;
}
footer .footer_bottom .footer_text a:hover {
  color: #ebebeb;
  border-color: #FFF;
}
footer .footer_bottom .footer_links {
  float: right;
}
footer .footer_bottom .footer_links li {
  display: inline-block;
  margin: 0 3px;
  transition: none '';
  -webkit-transition: none '';
  -moz-transition: none '';
  -o-transition: none '';
}
footer .footer_bottom .footer_links li:before {
  content: '|';
  color: #FFF;
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
footer .footer_bottom .footer_links li:nth-child(1):before {
  display: none;
}
footer .footer_bottom .footer_links li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #f2f2f2;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
footer .footer_bottom .footer_links li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.social_links {
  margin-top: 20px;
  zoom: 1;
}
.social_links:before,
.social_links:after {
  display: table;
  content: "";
}
.social_links:after {
  clear: both;
}
.social_links a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: 25px;
  overflow: hidden;
  background: rgba(40, 40, 40, 0.4) left top no-repeat url('../images/footer_social_orange.png');
  margin-right: 5px;
  margin-bottom: 5px;
}
.social_links a.facebook {
  background-position: 0px 0;
}
.social_links a.facebook:hover {
  background-position: 0px -25px;
}
.social_links a.twitter {
  background-position: -25px 0;
}
.social_links a.twitter:hover {
  background-position: -25px -25px;
}
.social_links a.skype {
  background-position: -50px 0;
}
.social_links a.skype:hover {
  background-position: -50px -25px;
}
.social_links a.linkedin {
  background-position: -75px 0;
}
.social_links a.linkedin:hover {
  background-position: -75px -25px;
}
.social_links a.dribbble {
  background-position: -100px 0;
}
.social_links a.dribbble:hover {
  background-position: -100px -25px;
}
.social_links a.rss {
  background-position: -125px 0;
}
.social_links a.rss:hover {
  background-position: -125px -25px;
}
.social_links a.wordpress {
  background-position: -150px 0;
}
.social_links a.wordpress:hover {
  background-position: -150px -25px;
}
.social_links a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
  position: relative;
}
.ws_images_container {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  overflow: hidden;
  height: 399px;
  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: #e7e7e7;
  width: 100%;
}
.ws_progress_timer_container span {
  display: block;
  height: 3px;
  background: #666666;
  width: 0%;
}
footer.gray.expanded {
  background: #eeeeee;
}
footer.gray #footer {
  color: #8b8b8b;
}
footer.gray #footer .sixteen.columns {
  background: #eeeeee;
}
footer.gray #footer a {
  color: #727272;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  -webkit-transition: all all ease-in-out 200ms ease-out;
  -moz-transition: all all ease-in-out 200ms ease-out;
  transition: all all ease-in-out 200ms ease-out;
}
footer.gray #footer a:hover {
  color: #585858;
}
footer.gray #footer strong {
  color: #8a8a8a;
}
footer.gray #footer .footer_block .title {
  color: #202020;
  border-bottom-color: #dfdfdf;
}
footer.gray #footer .footer_block .testimonials li .author {
  border-top: 1px solid #dfdfdf;
}
footer.gray #footer .footer_block .testimonials li .author .arrow {
  background: #eeeeee url(../images/testimonial_author_arrow_gray@2x.png) no-repeat;
}
footer.gray #footer .footer_block .testimonials li .author a {
  color: #8b8b8b;
}
footer.gray #footer .footer_block .testimonials_nav a {
  background: #c8c8c8;
}
footer.gray #footer .footer_block .testimonials_nav a.active {
  background: rgba(32, 32, 32, 0.5);
}
footer.gray #footer .footer_block .footer_social .line {
  color: rgba(139, 139, 139, 0.8) !important;
}
footer.gray #footer .footer_block .footer_social .line strong {
  color: #7e7e7e;
}
footer.gray #footer .footer_block .footer_social a {
  color: #8b8b8b;
}
footer.gray #footer .footer_block .footer_social a:hover {
  color: #727272;
}
footer.gray #footer .footer_block .footer_social .social_links {
  zoom: 1;
}
footer.gray #footer .footer_block .footer_social .social_links:before,
footer.gray #footer .footer_block .footer_social .social_links:after {
  display: table;
  content: "";
}
footer.gray #footer .footer_block .footer_social .social_links:after {
  clear: both;
}
footer.gray #footer .footer_block .footer_social .social_links a {
  background-color: #282828;
  background-image: url(../images/footer_social_black.png) !important;
}
footer.gray #footer .footer_block .footer_social .social_links a:hover {
  background-color: #ffffff;
}
footer.gray #footer .footer_text {
  border-top-color: #dfdfdf;
}
footer.gray #footer .footer_text a {
  color: #727272;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  -webkit-transition: all all ease-in-out 200ms ease-out;
  -moz-transition: all all ease-in-out 200ms ease-out;
  transition: all all ease-in-out 200ms ease-out;
}
footer.gray #footer .footer_text a:hover {
  color: #585858;
}
footer.gray .footer_bottom {
  background: #e4e4e4;
}
footer.gray .footer_bottom .footer_text,
footer.gray .footer_bottom .footer_text a {
  color: #8b8b8b !important;
}
footer.gray .footer_bottom .footer_links li:before {
  content: '|';
  display: inline-block;
  margin-right: 7px;
  color: #dfdfdf;
}
footer.gray .footer_bottom .footer_links li a {
  color: #727272;
}
footer.gray .footer_bottom .footer_links li a:hover {
  color: rgba(139, 139, 139, 0.9);
}
.post_entries .post_entry {
  position: relative;
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
  zoom: 1;
}
.post_entries .post_entry:before,
.post_entries .post_entry:after {
  display: table;
  content: "";
}
.post_entries .post_entry:after {
  clear: both;
}
.post_entries .post_entry .post_thumb {
  float: left;
  position: relative;
  width: 240px;
  height: 220px;
  overflow: hidden;
}
.post_entries .post_entry .post_thumb .image {
  position: relative;
  display: block;
  zoom: 1;
}
.post_entries .post_entry .post_thumb .image:before,
.post_entries .post_entry .post_thumb .image:after {
  display: table;
  content: "";
}
.post_entries .post_entry .post_thumb .image:after {
  clear: both;
}
.post_entries .post_entry .post_thumb .image img {
  display: block;
  position: relative;
}
.post_entries .post_entry .post_thumb .image .hover {
  position: absolute;
  display: block;
  background: #666666;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 12px;
  border-top: 3px solid #ebebeb;
  visibility: hidden;
}
.post_entries .post_entry .post_thumb .image .hover .comments_num {
  color: #ffffff;
  background: url(../images/post-comments-icon.png) no-repeat left center;
  padding-left: 22px;
  font-weight: 600;
}
.post_entries .post_entry .post_thumb .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffffff;
  color: #282828;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 11px;
}
.post_entries .post_entry .post_thumb .date span {
  display: block;
  font-size: 25px;
  line-height: 1;
}
.post_entries .post_entry .post_details {
  float: left;
  position: relative;
  width: 398px;
  height: 220px;
  zoom: 1;
}
.post_entries .post_entry .post_details:before,
.post_entries .post_entry .post_details:after {
  display: table;
  content: "";
}
.post_entries .post_entry .post_details:after {
  clear: both;
}
.post_entries .post_entry .post_details.no_thumb {
  width: 100%;
}
.post_entries .post_entry .post_details > h3,
.post_entries .post_entry .post_details .excerpt,
.post_entries .post_entry .post_details .post_meta {
  padding-left: 15px;
  padding-right: 15px;
}
.post_entries .post_entry .post_details > h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post_entries .post_entry .post_details > h3 i {
  width: auto;
  padding-right: 0px;
  font-size: 35px;
  line-height: 15px;
}
.post_entries .post_entry .post_details > h3 a {
  -webkit-transition: color ease-in-out 200ms;
  -moz-transition: color ease-in-out 200ms;
  -o-transition: color ease-in-out 200ms;
  -ms-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
  -webkit-transition: all color ease-in-out 200ms ease-out;
  -moz-transition: all color ease-in-out 200ms ease-out;
  transition: all color ease-in-out 200ms ease-out;
}
.post_entries .post_entry .post_details .post_meta {
  position: absolute;
  border-top: 1px solid #f1f1f1;
  bottom: 0px;
  left: 0;
  right: 0;
  zoom: 1;
}
.post_entries .post_entry .post_details .post_meta:before,
.post_entries .post_entry .post_details .post_meta:after {
  display: table;
  content: "";
}
.post_entries .post_entry .post_details .post_meta:after {
  clear: both;
}
.post_entries .post_entry .post_details .post_meta > div:first-child {
  margin-left: 0px;
}
.post_entries .post_entry .post_details .post_meta > div:last-child {
  border-right: 0;
}
.post_entries .post_entry .post_details .post_meta:before {
  content: '';
  display: block;
  border-top: 1px solid #f1f1f1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -3px;
}
.post_entries .post_entry .post_details .post_meta .categories,
.post_entries .post_entry .post_details .post_meta .tags,
.post_entries .post_entry .post_details .post_meta .author,
.post_entries .post_entry .post_details .post_meta .comments,
.post_entries .post_entry .post_details .post_meta .date,
.post_entries .post_entry .post_details .post_meta .pub_date {
  float: left;
  display: block;
  background: url('../images/post_details_icons_orange.png') no-repeat -10px -2px;
  line-height: 40px;
  white-space: nowrap;
  font-size: 11px;
  padding-left: 20px;
  padding-right: 10px;
  border-right: 1px solid #f1f1f1;
  margin-left: 10px;
  -webkit-transition: color ease-in-out 200ms;
  -moz-transition: color ease-in-out 200ms;
  -o-transition: color ease-in-out 200ms;
  -ms-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
  -webkit-transition: all color ease-in-out 200ms ease-out;
  -moz-transition: all color ease-in-out 200ms ease-out;
  transition: all color ease-in-out 200ms ease-out;
}
.post_entries .post_entry .post_details .post_meta .categories.date,
.post_entries .post_entry .post_details .post_meta .tags.date,
.post_entries .post_entry .post_details .post_meta .author.date,
.post_entries .post_entry .post_details .post_meta .comments.date,
.post_entries .post_entry .post_details .post_meta .date.date,
.post_entries .post_entry .post_details .post_meta .pub_date.date,
.post_entries .post_entry .post_details .post_meta .categories.pub_date,
.post_entries .post_entry .post_details .post_meta .tags.pub_date,
.post_entries .post_entry .post_details .post_meta .author.pub_date,
.post_entries .post_entry .post_details .post_meta .comments.pub_date,
.post_entries .post_entry .post_details .post_meta .date.pub_date,
.post_entries .post_entry .post_details .post_meta .pub_date.pub_date {
  background: url(../images/date_small.png) no-repeat left 48%;
}
.post_entries .post_entry .post_details .post_meta .categories.categories:hover,
.post_entries .post_entry .post_details .post_meta .tags.categories:hover,
.post_entries .post_entry .post_details .post_meta .author.categories:hover,
.post_entries .post_entry .post_details .post_meta .comments.categories:hover,
.post_entries .post_entry .post_details .post_meta .date.categories:hover,
.post_entries .post_entry .post_details .post_meta .pub_date.categories:hover {
  background-position: -10px -122px;
}
.post_entries .post_entry .post_details .post_meta .categories.tags,
.post_entries .post_entry .post_details .post_meta .tags.tags,
.post_entries .post_entry .post_details .post_meta .author.tags,
.post_entries .post_entry .post_details .post_meta .comments.tags,
.post_entries .post_entry .post_details .post_meta .date.tags,
.post_entries .post_entry .post_details .post_meta .pub_date.tags {
  background-position: -10px -82px;
}
.post_entries .post_entry .post_details .post_meta .categories.tags:hover,
.post_entries .post_entry .post_details .post_meta .tags.tags:hover,
.post_entries .post_entry .post_details .post_meta .author.tags:hover,
.post_entries .post_entry .post_details .post_meta .comments.tags:hover,
.post_entries .post_entry .post_details .post_meta .date.tags:hover,
.post_entries .post_entry .post_details .post_meta .pub_date.tags:hover {
  background-position: -10px -202px;
}
.post_entries .post_entry .post_details .post_meta .categories.author,
.post_entries .post_entry .post_details .post_meta .tags.author,
.post_entries .post_entry .post_details .post_meta .author.author,
.post_entries .post_entry .post_details .post_meta .comments.author,
.post_entries .post_entry .post_details .post_meta .date.author,
.post_entries .post_entry .post_details .post_meta .pub_date.author {
  background-position: -10px -42px;
}
.post_entries .post_entry .post_details .post_meta .categories.author:hover,
.post_entries .post_entry .post_details .post_meta .tags.author:hover,
.post_entries .post_entry .post_details .post_meta .author.author:hover,
.post_entries .post_entry .post_details .post_meta .comments.author:hover,
.post_entries .post_entry .post_details .post_meta .date.author:hover,
.post_entries .post_entry .post_details .post_meta .pub_date.author:hover {
  background-position: -10px -162px;
}
.post_entries .post_entry .post_details .post_meta .categories a,
.post_entries .post_entry .post_details .post_meta .tags a,
.post_entries .post_entry .post_details .post_meta .author a,
.post_entries .post_entry .post_details .post_meta .comments a,
.post_entries .post_entry .post_details .post_meta .date a,
.post_entries .post_entry .post_details .post_meta .pub_date a {
  white-space: nowrap;
  display: inline-block;
}
.pagination,
.comments_pagination {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  zoom: 1;
}
.pagination:before,
.comments_pagination:before,
.pagination:after,
.comments_pagination:after {
  display: table;
  content: "";
}
.pagination:after,
.comments_pagination:after {
  clear: both;
}
.pagination.center,
.comments_pagination.center {
  text-align: center;
}
.pagination.right,
.comments_pagination.right {
  text-align: right;
}
.pagination.right li,
.comments_pagination.right li {
  margin-right: 0px;
  margin-left: 5px;
}
.pagination.full,
.comments_pagination.full {
  text-align: center;
}
.pagination.full .first_page,
.comments_pagination.full .first_page,
.pagination.full .prev,
.comments_pagination.full .prev {
  float: left;
}
.pagination.full .last_page,
.comments_pagination.full .last_page,
.pagination.full .next,
.comments_pagination.full .next {
  float: right;
  margin-right: 0px !important;
  margin-left: 5px !important;
}
.pagination.comments_pagination a,
.comments_pagination.comments_pagination a {
  margin-right: 10px;
}
.pagination.comments_pagination a:nth-child(2),
.comments_pagination.comments_pagination a:nth-child(2) {
  float: right;
  margin-right: 0px;
}
.pagination li,
.comments_pagination li {
  display: inline-block;
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
}
.pagination li.active a,
.comments_pagination li.active a {
  border: 1px solid #e57c0c;
  background-color: #666666;
  color: #ffffff;
  font-weight: bold;
}
.pagination a,
.comments_pagination a {
  display: inline-block;
  color: #444444;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  padding: 5px 8px;
  text-align: center;
  min-width: 15px;
  font-size: 13px;
  -webkit-transition: 250ms ease-in-out 200ms;
  -moz-transition: 250ms ease-in-out 200ms;
  -o-transition: 250ms ease-in-out 200ms;
  -ms-transition: 250ms ease-in-out 200ms;
  transition: 250ms ease-in-out 200ms;
  -webkit-transition: all 250ms ease-in-out 200ms ease-out;
  -moz-transition: all 250ms ease-in-out 200ms ease-out;
  transition: all 250ms ease-in-out 200ms ease-out;
}
.pagination a:hover,
.comments_pagination a:hover {
  background: #f8f8f8;
}
.sidebar_entry {
  margin-bottom: 25px;
}
.sidebar_entry #searchform {
  margin-bottom: 0;
}
.sidebar_entry #searchform #s {
  width: 217px;
  padding: 12px 20px;
  background: #ffffff url(../images/search-btn.png) no-repeat 95%;
  border-color: #f1f1f1;
  padding-right: 40px;
  color: #282828;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}
.sidebar_entry #searchform #s:focus {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.sidebar_entry #searchform #searchsubmit,
.sidebar_entry #searchform .screen-reader-text {
  display: none;
}
.sidebar_entry ul li {
  color: #d3d3d3;
  padding-bottom: 4px;
  font-size: 13px;
}
.sidebar_entry ul li a {
  color: #777777;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry ul li a:hover {
  color: #5e5e5e;
}
.sidebar_entry p {
  color: #777777;
}
.sidebar_entry .bordered {
  border: 1px solid #f1f1f1;
  padding: 10px 15px;
}
.sidebar_entry .bordered .sidebar_title {
  position: relative;
  color: #282828;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.sidebar_entry .bordered .sidebar_title:after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #f1f1f1;
  bottom: -3px;
  position: absolute;
}
.sidebar_entry .bordered .sidebar_title .double_border_none {
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #f1f1f1;
  bottom: -3px;
  position: absolute;
}
.sidebar_entry .bordered .subscribe {
  zoom: 1;
}
.sidebar_entry .bordered .subscribe:before,
.sidebar_entry .bordered .subscribe:after {
  display: table;
  content: "";
}
.sidebar_entry .bordered .subscribe:after {
  clear: both;
}
.sidebar_entry .bordered .subscribe form {
  margin-top: 15px;
  zoom: 1;
}
.sidebar_entry .bordered .subscribe form:before,
.sidebar_entry .bordered .subscribe form:after {
  display: table;
  content: "";
}
.sidebar_entry .bordered .subscribe form:after {
  clear: both;
}
.sidebar_entry .bordered .subscribe .subscribe_input {
  border-color: #f1f1f1;
  background: #ffffff;
  width: 145px;
  float: left;
}
.sidebar_entry .bordered .subscribe .subscribe_input::-webkit-input-placeholder,
.sidebar_entry .bordered .subscribe .subscribe_input::-moz-placeholder {
  color: rgba(138, 138, 138, 0.5) !important;
  font-style: normal;
}
.sidebar_entry .bordered .subscribe button {
  float: left;
  margin-left: 5px;
  margin-top: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.sidebar_entry.sidebar_entry {
  border: 1px solid #f1f1f1;
  padding: 10px 15px;
}
.sidebar_entry.sidebar_entry .sidebar_title {
  position: relative;
  color: #282828;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.sidebar_entry.sidebar_entry .sidebar_title:after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #f1f1f1;
  bottom: -3px;
  position: absolute;
}
.sidebar_entry.sidebar_entry .sidebar_title .double_border_none {
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #f1f1f1;
  bottom: -3px;
  position: absolute;
}
.sidebar_entry.sidebar_entry .subscribe {
  zoom: 1;
}
.sidebar_entry.sidebar_entry .subscribe:before,
.sidebar_entry.sidebar_entry .subscribe:after {
  display: table;
  content: "";
}
.sidebar_entry.sidebar_entry .subscribe:after {
  clear: both;
}
.sidebar_entry.sidebar_entry .subscribe form {
  margin-top: 15px;
  zoom: 1;
}
.sidebar_entry.sidebar_entry .subscribe form:before,
.sidebar_entry.sidebar_entry .subscribe form:after {
  display: table;
  content: "";
}
.sidebar_entry.sidebar_entry .subscribe form:after {
  clear: both;
}
.sidebar_entry.sidebar_entry .subscribe .subscribe_input {
  border-color: #f1f1f1;
  background: #ffffff;
  width: 145px;
  float: left;
}
.sidebar_entry.sidebar_entry .subscribe .subscribe_input::-webkit-input-placeholder,
.sidebar_entry.sidebar_entry .subscribe .subscribe_input::-moz-placeholder {
  color: rgba(138, 138, 138, 0.5) !important;
  font-style: normal;
}
.sidebar_entry.sidebar_entry .subscribe button {
  float: left;
  margin-left: 5px;
  margin-top: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.sidebar_entry.widget_search,
.sidebar_entry.widget_simpleadswidget {
  border: none;
  padding: 0;
}
.sidebar_entry.widget_laboratorblogstats .stats li {
  zoom: 1;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 28px;
  color: #999999;
}
.sidebar_entry.widget_laboratorblogstats .stats li:before,
.sidebar_entry.widget_laboratorblogstats .stats li:after {
  display: table;
  content: "";
}
.sidebar_entry.widget_laboratorblogstats .stats li:after {
  clear: both;
}
.sidebar_entry.widget_laboratorblogstats .stats li span {
  display: block;
  float: left;
  background: #666666;
  color: #ffffff;
  padding: 5px;
  font-size: 16px;
  margin-right: 7px;
  line-height: 1;
}
.sidebar_entry #recentcomments li {
  margin-bottom: 10px;
}
.sidebar_entry #recentcomments li a.url {
  font-weight: bold;
  color: #666666;
}
.sidebar_entry.widget_pages ul > li,
.sidebar_entry.widget_nav_menu ul > li {
  border-top: 1px solid #EEE;
  padding: 0;
}
.sidebar_entry.widget_pages ul > li:first-child,
.sidebar_entry.widget_nav_menu ul > li:first-child {
  border-top: none;
}
.sidebar_entry.widget_pages ul > li > a,
.sidebar_entry.widget_nav_menu ul > li > a {
  display: block;
  padding: 5px 0;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry.widget_pages ul > li > a:hover,
.sidebar_entry.widget_nav_menu ul > li > a:hover {
  color: #666666;
  background: #FAFAFA;
}
.sidebar_entry.widget_pages ul > li > a:before,
.sidebar_entry.widget_nav_menu ul > li > a:before {
  content: '» ';
  color: #999999;
  margin-left: 3px;
}
.sidebar_entry.widget_pages ul > li ul li,
.sidebar_entry.widget_nav_menu ul > li ul li {
  padding: 0;
  margin: 0;
}
.sidebar_entry.widget_pages ul > li ul li a,
.sidebar_entry.widget_nav_menu ul > li ul li a {
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  display: block;
  padding: 5px 5px;
}
.sidebar_entry.widget_pages ul > li ul li a:before,
.sidebar_entry.widget_nav_menu ul > li ul li a:before {
  content: '» ';
  color: #999999;
}
.sidebar_entry.widget_pages ul > li ul li a:hover,
.sidebar_entry.widget_nav_menu ul > li ul li a:hover {
  color: #666666;
  background: #FAFAFA;
}
.sidebar_entry.widget_pages .current_page_item > a,
.sidebar_entry.widget_nav_menu .current_page_item > a {
  background: #FAFAFA;
  color: #666666;
}
.sidebar_entry.widget_meta li,
.sidebar_entry.widget_archive li,
.sidebar_entry.widget_categories li,
.sidebar_entry.widget_recent_entries li {
  border-top: 1px solid #EEE;
  padding: 0;
}
.sidebar_entry.widget_meta li:first-child,
.sidebar_entry.widget_archive li:first-child,
.sidebar_entry.widget_categories li:first-child,
.sidebar_entry.widget_recent_entries li:first-child {
  border-top: none;
}
.sidebar_entry.widget_meta li > a,
.sidebar_entry.widget_archive li > a,
.sidebar_entry.widget_categories li > a,
.sidebar_entry.widget_recent_entries li > a {
  padding: 5px 0;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  display: block;
}
.sidebar_entry.widget_meta li > a:hover,
.sidebar_entry.widget_archive li > a:hover,
.sidebar_entry.widget_categories li > a:hover,
.sidebar_entry.widget_recent_entries li > a:hover {
  color: #666666;
  background: #FAFAFA;
}
.sidebar_entry.widget_meta li > a:before,
.sidebar_entry.widget_archive li > a:before,
.sidebar_entry.widget_categories li > a:before,
.sidebar_entry.widget_recent_entries li > a:before {
  content: '» ';
  color: #999999;
  margin-left: 3px;
}
.sidebar_entry.widget_categories li {
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry.widget_categories li:hover {
  background: #FAFAFA;
}
.sidebar_entry.widget_categories li:hover > a {
  color: #666666;
}
.sidebar_entry.widget_categories li a {
  display: inline-block;
}
.sidebar_entry.widget_categories li a:hover {
  background: none;
}
.sidebar_entry.widget_recent_entries li a {
  max-width: 100%;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar_entry.widget_laboratortweets .tweets li {
  padding: 10px;
  padding-left: 30px;
  background: url(../images/tweet-bird-gray.png) no-repeat 8px 12px;
  color: #969696;
  -webkit-transition: background-color ease-in-out 200ms;
  -moz-transition: background-color ease-in-out 200ms;
  -o-transition: background-color ease-in-out 200ms;
  -ms-transition: background-color ease-in-out 200ms;
  transition: background-color ease-in-out 200ms;
  -webkit-transition: all background-color ease-in-out 200ms ease-out;
  -moz-transition: all background-color ease-in-out 200ms ease-out;
  transition: all background-color ease-in-out 200ms ease-out;
}
.sidebar_entry.widget_laboratortweets .tweets li:hover {
  background-color: #FAFAFA;
}
.sidebar_entry.widget_laboratortweets .tweets li a:hover {
  color: #666666;
}
.sidebar_entry.widget_laboratortweets .tweets_nav {
  border-top: 1px solid #F0F0F0;
  margin-top: 10px;
  padding-top: 5px;
}
.sidebar_entry.widget_laboratortweets .tweets_nav a {
  margin-right: 3px;
  font-family: Helvetica, sans-serif;
  font-size: 9px;
  background: #F6F6F6;
  color: #999999;
  display: inline-block;
  padding: 0 4px;
}
.sidebar_entry.widget_laboratortweets .tweets_nav a.active {
  background: #666666;
  color: #FFF;
  font-weight: bold;
}
.sidebar_entry.widget_views ul li {
  border-top: 1px solid #EEE;
  padding: 5px 5px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry.widget_views ul li:hover {
  background: #FAFAFA;
}
.sidebar_entry.widget_views ul li:first-child {
  border-top: none;
}
.sidebar_entry.widget_views ul li a {
  display: inline-block;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry.widget_views ul li a:hover {
  color: #666666;
}
.sidebar_entry .sb_tabs .sb_tabs_title {
  position: relative;
  margin-bottom: -1px;
  zoom: 1;
}
.sidebar_entry .sb_tabs .sb_tabs_title:before,
.sidebar_entry .sb_tabs .sb_tabs_title:after {
  display: table;
  content: "";
}
.sidebar_entry .sb_tabs .sb_tabs_title:after {
  clear: both;
}
.sidebar_entry .sb_tabs .sb_tabs_title a {
  display: block;
  float: left;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-bottom-color: #f1f1f1;
  margin-right: 5px;
  padding: 8px 10px 7px 10px;
  min-width: 100px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry .sb_tabs .sb_tabs_title a:hover {
  background-color: #f9f9f9;
}
.sidebar_entry .sb_tabs .sb_tabs_title a.active {
  color: #282828;
  border-color: #e5e5e5;
  border-bottom-color: #ffffff;
  background-color: #ffffff;
}
.sidebar_entry .sb_tabs .sb_tabs_content {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  padding-top: 7px;
  zoom: 1;
}
.sidebar_entry .sb_tabs .sb_tabs_content:before,
.sidebar_entry .sb_tabs .sb_tabs_content:after {
  display: table;
  content: "";
}
.sidebar_entry .sb_tabs .sb_tabs_content:after {
  clear: both;
}
.sidebar_entry .sb_tabs .sb_tabs_content > div {
  padding: 10px 15px;
  display: none;
}
.sidebar_entry .sb_tabs .sb_tabs_content > div:first-child {
  display: block;
}
.sidebar_entry .advertisement {
  zoom: 1;
}
.sidebar_entry .advertisement:before,
.sidebar_entry .advertisement:after {
  display: table;
  content: "";
}
.sidebar_entry .advertisement:after {
  clear: both;
}
.sidebar_entry .advertisement a {
  border: 1px solid #f1f1f1;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry .advertisement a img {
  display: block;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
.sidebar_entry .advertisement.large a,
.sidebar_entry .advertisement .ads_one_one a {
  width: 285px !important;
}
.sidebar_entry .advertisement.small a,
.sidebar_entry .advertisement .ads_half_two a {
  float: left;
  width: 128px !important;
  margin-right: 20px;
}
.sidebar_entry .advertisement.small a:nth-child(2n),
.sidebar_entry .advertisement .ads_half_two a:nth-child(2n) {
  margin-right: 0;
}
.sidebar_entry .tagcloud {
  zoom: 1;
  margin-top: 10px;
}
.sidebar_entry .tagcloud:before,
.sidebar_entry .tagcloud:after {
  display: table;
  content: "";
}
.sidebar_entry .tagcloud:after {
  clear: both;
}
.sidebar_entry .tagcloud a {
  display: block;
  float: left;
  padding: 5px 10px;
  background: #e4e4e4;
  color: #444444;
  margin-right: 5px;
  margin-bottom: 4px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.sidebar_entry .tagcloud a:hover {
  background-color: #666666;
  color: #ffffff;
}
.sidebar_entry .decent-comments > ul > li {
  border-top: 1px solid #fbfbfb;
  padding-top: 15px;
  margin-top: 5px;
  zoom: 1;
}
.sidebar_entry .decent-comments > ul > li:before,
.sidebar_entry .decent-comments > ul > li:after {
  display: table;
  content: "";
}
.sidebar_entry .decent-comments > ul > li:after {
  clear: both;
}
.sidebar_entry .decent-comments > ul > li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.sidebar_entry .decent-comments .comment ul li {
  zoom: 1;
}
.sidebar_entry .decent-comments .comment ul li:before,
.sidebar_entry .decent-comments .comment ul li:after {
  display: table;
  content: "";
}
.sidebar_entry .decent-comments .comment ul li:after {
  clear: both;
}
.sidebar_entry .decent-comments .comment .comment-avatar {
  display: block;
  float: left;
}
.sidebar_entry .decent-comments .comment .comment-avatar img {
  width: 48px;
  height: 48px;
  border: 1px solid #f1f1f1;
  -webkit-transition: 250ms ease-in-out 200ms;
  -moz-transition: 250ms ease-in-out 200ms;
  -o-transition: 250ms ease-in-out 200ms;
  -ms-transition: 250ms ease-in-out 200ms;
  transition: 250ms ease-in-out 200ms;
  -webkit-transition: all 250ms ease-in-out 200ms ease-out;
  -moz-transition: all 250ms ease-in-out 200ms ease-out;
  transition: all 250ms ease-in-out 200ms ease-out;
  background: #ffffff;
  padding: 1px;
}
.sidebar_entry .decent-comments .comment .comment-details {
  display: block;
  float: right;
  width: 185px;
  zoom: 1;
}
.sidebar_entry .decent-comments .comment .comment-details .comment-author a,
.sidebar_entry .decent-comments .comment .comment-details .comment-link a {
  display: inline;
  float: none;
}
.sidebar_entry .decent-comments .comment .comment-details .comment-author.comment-author a,
.sidebar_entry .decent-comments .comment .comment-details .comment-link.comment-author a {
  color: #444444;
}
.sidebar_entry .decent-comments .comment .comment-details .comment-author.comment-link a:hover,
.sidebar_entry .decent-comments .comment .comment-details .comment-link.comment-link a:hover {
  color: #282828;
}
.sidebar_entry .decent-comments .comment .comment-details .comment-excerpt {
  display: block;
  margin: 0px;
  margin-top: 4px;
  color: #8a8a8a;
  font-size: 13px;
}
.sidebar_entry .decent-comments .comment .comment-details:before,
.sidebar_entry .decent-comments .comment .comment-details:after {
  display: table;
  content: "";
}
.sidebar_entry .decent-comments .comment .comment-details:after {
  clear: both;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: 1px solid #e57c0c;
  background-color: #666666;
  color: #ffffff;
  padding: 7px 15px;
  margin: 0;
}
.separated_list {
  position: relative;
  margin-top: -1px;
}
.separated_list li {
  display: inline-block;
  padding: 0 8px;
}
.separated_list li a {
  font-size: 14px;
}
.separated_list li a:hover {
  text-decoration: underline;
  color: #444444;
}
.separated_list li.active a {
  color: #666666;
}
.separated_list li.active a:hover {
  text-decoration: none;
}
.separated_list li.list_sep {
  padding: 0;
  padding-bottom: 10px;
}
#portfolio_filter {
  display: none;
}
.right_content_title #portfolio_filter {
  display: block;
}
.full_post .post_image img {
  display: block;
  width: 100%;
}
.full_post .post_title {
  font-size: 18px;
  padding: 20px 0;
}
.full_post .post_title i {
  font-size: 35px;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
}
.full_post .post_title a {
  color: #282828;
}
.full_post .post_meta {
  border: 1px solid #f1f1f1;
  border-left: 0;
  border-right: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.full_post .post_meta:before,
.full_post .post_meta:after {
  display: table;
  content: "";
}
.full_post .post_meta:after {
  clear: both;
}
.full_post .post_meta .share_post_buttons {
  float: right;
  padding-top: 10px;
  zoom: 1;
}
.full_post .post_meta .share_post_buttons:before,
.full_post .post_meta .share_post_buttons:after {
  display: table;
  content: "";
}
.full_post .post_meta .share_post_buttons:after {
  clear: both;
}
.full_post .post_meta .share_post_buttons .btn {
  display: block;
  float: left;
}
.full_post .post_meta .share_post_buttons .btn.tweet {
  width: 90px;
}
.full_post .post_meta .share_post_buttons .btn.google {
  width: 70px;
}
.full_post .post_meta.post_meta_bottom {
  border-bottom: 0;
}
.full_post .post_meta .top_line,
.full_post .post_meta .bottom_line {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #f1f1f1;
}
.full_post .post_meta .top_line {
  top: -3px;
}
.full_post .post_meta .bottom_line {
  bottom: -3px;
}
.full_post .post_meta .pe_entry {
  float: left;
  padding: 6.666666666666667px 15px;
  border-right: 1px solid #f1f1f1;
}
.full_post .post_meta .pe_entry.last {
  border-right: 0;
}
.full_post .post_meta .pe_entry.right {
  border-right: 0;
  float: right;
}
.full_post .post_meta .pe_entry.right.last {
  padding-right: 0;
}
.full_post .post_meta .pe_entry .date {
  text-align: center;
  color: #282828;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
}
.full_post .post_meta .pe_entry .date span {
  display: block;
  font-size: 18px;
  line-height: inherit;
}
.full_post .post_meta .pe_entry .categories,
.full_post .post_meta .pe_entry .tags,
.full_post .post_meta .pe_entry .author,
.full_post .post_meta .pe_entry .share,
.full_post .post_meta .pe_entry .next {
  display: block;
  background: url('../images/post_details_icons_orange.png') no-repeat -10px -9px;
  line-height: 25px;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 17px;
  -webkit-transition: color ease-in-out 200ms;
  -moz-transition: color ease-in-out 200ms;
  -o-transition: color ease-in-out 200ms;
  -ms-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
  -webkit-transition: all color ease-in-out 200ms ease-out;
  -moz-transition: all color ease-in-out 200ms ease-out;
  transition: all color ease-in-out 200ms ease-out;
  margin-top: 2px;
}
.full_post .post_meta .pe_entry .categories.categories:hover,
.full_post .post_meta .pe_entry .tags.categories:hover,
.full_post .post_meta .pe_entry .author.categories:hover,
.full_post .post_meta .pe_entry .share.categories:hover,
.full_post .post_meta .pe_entry .next.categories:hover {
  background-position: -10px -129px;
}
.full_post .post_meta .pe_entry .categories.tags,
.full_post .post_meta .pe_entry .tags.tags,
.full_post .post_meta .pe_entry .author.tags,
.full_post .post_meta .pe_entry .share.tags,
.full_post .post_meta .pe_entry .next.tags {
  background-position: -10px -88px;
}
.full_post .post_meta .pe_entry .categories.tags:hover,
.full_post .post_meta .pe_entry .tags.tags:hover,
.full_post .post_meta .pe_entry .author.tags:hover,
.full_post .post_meta .pe_entry .share.tags:hover,
.full_post .post_meta .pe_entry .next.tags:hover {
  background-position: -10px -208px;
}
.full_post .post_meta .pe_entry .categories.author,
.full_post .post_meta .pe_entry .tags.author,
.full_post .post_meta .pe_entry .author.author,
.full_post .post_meta .pe_entry .share.author,
.full_post .post_meta .pe_entry .next.author {
  background-position: -10px -49px;
}
.full_post .post_meta .pe_entry .categories.author:hover,
.full_post .post_meta .pe_entry .tags.author:hover,
.full_post .post_meta .pe_entry .author.author:hover,
.full_post .post_meta .pe_entry .share.author:hover,
.full_post .post_meta .pe_entry .next.author:hover {
  background-position: -10px -169px;
}
.full_post .post_meta .pe_entry .categories.share,
.full_post .post_meta .pe_entry .tags.share,
.full_post .post_meta .pe_entry .author.share,
.full_post .post_meta .pe_entry .share.share,
.full_post .post_meta .pe_entry .next.share {
  background-position: -10px -249px;
}
.full_post .post_meta .pe_entry .categories.share:hover,
.full_post .post_meta .pe_entry .tags.share:hover,
.full_post .post_meta .pe_entry .author.share:hover,
.full_post .post_meta .pe_entry .share.share:hover,
.full_post .post_meta .pe_entry .next.share:hover {
  background-position: -10px -289px;
}
.full_post .post_meta .pe_entry .categories.next,
.full_post .post_meta .pe_entry .tags.next,
.full_post .post_meta .pe_entry .author.next,
.full_post .post_meta .pe_entry .share.next,
.full_post .post_meta .pe_entry .next.next {
  padding-left: 0;
  padding-right: 0px;
  background: none !important;
}
.full_post .post_meta .pe_entry .categories.next a,
.full_post .post_meta .pe_entry .tags.next a,
.full_post .post_meta .pe_entry .author.next a,
.full_post .post_meta .pe_entry .share.next a,
.full_post .post_meta .pe_entry .next.next a {
  overflow: hidden;
  max-width: 229px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.full_post .post_meta .pe_entry .categories.next:hover,
.full_post .post_meta .pe_entry .tags.next:hover,
.full_post .post_meta .pe_entry .author.next:hover,
.full_post .post_meta .pe_entry .share.next:hover,
.full_post .post_meta .pe_entry .next.next:hover {
  background-position: 105% -368px;
}
.full_post .post_meta .pe_entry .categories a,
.full_post .post_meta .pe_entry .tags a,
.full_post .post_meta .pe_entry .author a,
.full_post .post_meta .pe_entry .share a,
.full_post .post_meta .pe_entry .next a {
  white-space: nowrap;
  display: inline-block;
}
.full_post .post_content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.author_info {
  border: 1px solid #e3e3e3;
  background-color: #f9f9f9;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  zoom: 1;
}
.author_info:before,
.author_info:after {
  display: table;
  content: "";
}
.author_info:after {
  clear: both;
}
.author_info .image {
  float: left;
  width: 105px;
}
.author_info .image img {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.author_info .info {
  float: right;
  width: 495px;
}
.author_info .info h4 {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  padding-top: 5px;
}
.author_info .info h4 span.articles_num {
  float: right;
  color: #8a8a8a;
  font-weight: normal;
  font-size: 13px;
}
.author_info .info h4 span.articles_num strong {
  color: #444444;
  font-weight: normal;
}
.author_info .info h4 .bottom_line {
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}
.author_info .info .about {
  margin-top: 15px;
}
.comments {
  margin-top: 25px;
}
.comments .comments_list .in_reply_to {
  text-align: right;
  color: #b7b7b7;
  font-size: 12px !important;
}
.comments .comments_list .in_reply_to a {
  color: #444444;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.comments .comments_list .in_reply_to a:hover {
  color: #666666;
}
.comments .comments_list .in_reply_to .comment_id {
  color: #666666;
}
.comments .comments_list .comment {
  margin-bottom: 10px;
  zoom: 1;
}
.comments .comments_list .comment:before,
.comments .comments_list .comment:after {
  display: table;
  content: "";
}
.comments .comments_list .comment:after {
  clear: both;
}
.comments .comments_list .comment .in_reply_to {
  font-size: 12px;
  text-align: right;
  padding-bottom: 5px;
  zoom: 1;
}
.comments .comments_list .comment .in_reply_to:before,
.comments .comments_list .comment .in_reply_to:after {
  display: table;
  content: "";
}
.comments .comments_list .comment .in_reply_to:after {
  clear: both;
}
.comments .comments_list .comment .in_reply_to a {
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.comments .comments_list .comment .in_reply_to a span {
  color: #666666;
}
.comments .comments_list .comment .image {
  float: left;
  width: 70px;
}
.comments .comments_list .comment .image img {
  display: block;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 1px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  max-width: 100%;
  width: 100%;
}
.comments .comments_list .comment .comment_text {
  float: right;
  width: 515px;
  padding: 15px;
  border: 1px solid #e4e4e4;
  position: relative;
  zoom: 1;
}
.comments .comments_list .comment .comment_text:before,
.comments .comments_list .comment .comment_text:after {
  display: table;
  content: "";
}
.comments .comments_list .comment .comment_text:after {
  clear: both;
}
.comments .comments_list .comment .comment_text .arrow {
  background: url(../images/comment_arrow.png) no-repeat;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: -10px;
}
.comments .comments_list .comment .comment_text .comment_header {
  font-size: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  zoom: 1;
}
.comments .comments_list .comment .comment_text .comment_header:before,
.comments .comments_list .comment .comment_text .comment_header:after {
  display: table;
  content: "";
}
.comments .comments_list .comment .comment_text .comment_header:after {
  clear: both;
}
.comments .comments_list .comment .comment_text .comment_header .author {
  color: #666666;
}
.comments .comments_list .comment .comment_text .comment_header .timespan {
  color: #b7b7b7;
  display: inline-block;
  margin-left: 5px;
  font-style: italic;
  font-size: 13px;
}
.comments .comments_list .comment .comment_text .comment_header .comment_reply_link,
.comments .comments_list .comment .comment_text .comment_header .comment-reply-link {
  float: right;
  display: block;
  background: url(../images/comment_reply.png) left center no-repeat;
  padding-left: 15px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: color ease-in-out 200ms;
  -moz-transition: color ease-in-out 200ms;
  -o-transition: color ease-in-out 200ms;
  -ms-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
  -webkit-transition: all color ease-in-out 200ms ease-out;
  -moz-transition: all color ease-in-out 200ms ease-out;
  transition: all color ease-in-out 200ms ease-out;
}
.comments .comments_list .comment .comment_text .comment_header .comment-edit-link {
  float: right;
  margin-right: 10px;
}
.comments .comments_list .comment .comment_text .comment_content {
  color: #868686;
  font-size: 13px;
}
.comments .comments_list .comment .comment_text .comment_content ul,
.comments .comments_list .comment .comment_text .comment_content ol,
.comments .comments_list .comment .comment_text .comment_content dl {
  margin: 0;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 10px;
}
.comments .comments_list .comment .comment_text .comment_content ul ul,
.comments .comments_list .comment .comment_text .comment_content ol ul,
.comments .comments_list .comment .comment_text .comment_content dl ul,
.comments .comments_list .comment .comment_text .comment_content ul ol,
.comments .comments_list .comment .comment_text .comment_content ol ol,
.comments .comments_list .comment .comment_text .comment_content dl ol,
.comments .comments_list .comment .comment_text .comment_content ul dl,
.comments .comments_list .comment .comment_text .comment_content ol dl,
.comments .comments_list .comment .comment_text .comment_content dl dl {
  padding-left: 15px;
  margin-bottom: 10px;
}
.comments .comments_list .comment .comment_text .comment_content ul li,
.comments .comments_list .comment .comment_text .comment_content ol li,
.comments .comments_list .comment .comment_text .comment_content dl li {
  margin: 0;
  padding: 0;
}
.comments .comments_list .comment .comment_text .comment_content ul dt,
.comments .comments_list .comment .comment_text .comment_content ol dt,
.comments .comments_list .comment .comment_text .comment_content dl dt {
  font-weight: bold;
}
.comments .comments_list .comment .comment_text .comment_content ul dd,
.comments .comments_list .comment .comment_text .comment_content ol dd,
.comments .comments_list .comment .comment_text .comment_content dl dd {
  margin-bottom: 10px;
}
.comments .comments_list .comment .comment_text .comment_content ul {
  list-style: circle;
}
.comments .comments_list .comment .comment_text .comment_content ol {
  list-style: lower-alpha;
}
.comments .comments_list .comment .comment_text .comment_content address {
  border-left: 5px solid #f1f1f1;
  background: #FAFAFA;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
}
.comments .comments_list .comment .comment_text .comment_content table {
  border: 1px solid #f1f1f1;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.comments .comments_list .comment .comment_text .comment_content table th {
  background: #f5f5f5;
  border-bottom: 1px solid #f1f1f1;
  font-weight: bold;
}
.comments .comments_list .comment .comment_text .comment_content table th,
.comments .comments_list .comment .comment_text .comment_content table td {
  padding: 5px;
}
.comments .comments_list .comment .comment_text .comment_content table td {
  border-bottom: 1px solid rgba(241, 241, 241, 0.8);
}
.comments .comments_list .comment .comment_text .comment_content table tr:nth-child(2n + 1) td {
  background: #FAFAFA;
}
.comments .comments_list .comment .comment_text .comment_content a {
  color: #666666;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.comments .comments_list .comment .comment_text .comment_content a:hover {
  color: #6f6f6f;
}
.comments .comments_list .comment .comment_text h1,
.comments .comments_list .comment .comment_text h2,
.comments .comments_list .comment .comment_text h3,
.comments .comments_list .comment .comment_text h4,
.comments .comments_list .comment .comment_text h5,
.comments .comments_list .comment .comment_text h6 {
  margin-bottom: 10px;
}
.comments .comments_list ul {
  margin: 0;
  padding: 0;
}
.comments .comments_list ul li {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.comments .comments_list ul li .comment .in_reply_to {
  font-size: 11px;
}
.comments .comments_list ul li ul {
  padding-left: 88px;
}
.comments .comments_list ul li ul li {
  padding-top: 8px;
}
.comments .comments_list ul li ul li .comment .comment_text {
  width: 430px !important;
  background-color: #f7f7f7;
}
.comments .comments_list ul li ul li .comment .comment_text .arrow {
  background-image: url(../images/comment_arrow_2.png);
  left: -9px;
}
.comments .comments_list ul li ul li ul li .comment .comment_text {
  width: 345px !important;
}
.comments .comments_list ul li ul li ul li ul li .comment .comment_text {
  width: 258px !important;
}
.comments .comments_list ul li ul li ul li ul li ul {
  padding-left: 0;
}
#commentform {
  padding: 15px 0;
  zoom: 1;
}
#commentform:before,
#commentform:after {
  display: table;
  content: "";
}
#commentform:after {
  clear: both;
}
#commentform input,
#commentform textarea {
  width: 92%;
}
#commentform .author_details {
  float: left;
  width: 48%;
}
#commentform .author_details .comment_field {
  padding-bottom: 10px;
}
#commentform .comment_text_field {
  float: right;
  width: 48%;
  zoom: 1;
}
#commentform .comment_text_field:before,
#commentform .comment_text_field:after {
  display: table;
  content: "";
}
#commentform .comment_text_field:after {
  clear: both;
}
#commentform .comment_text_field.full_size {
  width: 100%;
}
#commentform .comment_text_field.full_size textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#commentform .comment_text_field textarea {
  float: right;
  height: 122px;
}
#commentform .bottom_part {
  zoom: 1;
}
#commentform .bottom_part:before,
#commentform .bottom_part:after {
  display: table;
  content: "";
}
#commentform .bottom_part:after {
  clear: both;
}
#commentform .bottom_part .commenting_infos {
  float: left;
  width: 75%;
}
#commentform .bottom_part .submit_btn {
  float: right;
  width: 24%;
  text-align: right;
}
#commentform .commenting_notes {
  float: left;
}
#commentform .form-submit {
  float: right;
}
#commentform .form-submit input {
  width: 100%;
}
.search_results {
  zoom: 1;
}
.search_results:before,
.search_results:after {
  display: table;
  content: "";
}
.search_results:after {
  clear: both;
}
.search_results .search_result {
  padding: 15px 20px;
  border: 1px solid rgba(226, 223, 223, 0.7);
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.06);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.06);
  box-shadow: 0 0 3px rgba(0,0,0,.06);
  margin-bottom: 20px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  zoom: 1;
}
.search_results .search_result:before,
.search_results .search_result:after {
  display: table;
  content: "";
}
.search_results .search_result:after {
  clear: both;
}
.search_results .search_result .image {
  float: left;
  width: 109px;
}
.search_results .search_result .image img {
  display: block;
  max-width: 100%;
  border: 1px solid rgba(157, 157, 157, 0.3);
  background: #FFF;
  padding: 1px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.06);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.06);
  box-shadow: 0 0 3px rgba(0,0,0,.06);
}
.search_results .search_result .details {
  float: right;
  width: 290px;
  min-height: 100px;
}
.search_results .search_result .details h3 {
  line-height: 1;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.search_results .search_result.no_thumb .details {
  float: none !important;
  width: auto !important;
}
.search_results .search_result:hover {
  background: #FAFAFA;
}
.blog_1_column .post_entry {
  border: none;
  zoom: 1;
}
.blog_1_column .post_entry:before,
.blog_1_column .post_entry:after {
  display: table;
  content: "";
}
.blog_1_column .post_entry:after {
  clear: both;
}
.blog_1_column .post_entry .post_thumb {
  float: none;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}
.blog_1_column .post_entry .post_thumb .image {
  position: relative;
}
.blog_1_column .post_entry .post_thumb .hover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 93, 0.5);
  z-index: 5;
  visibility: hidden;
}
.blog_1_column .post_entry .post_thumb .hover span {
  display: block;
  position: absolute;
  left: 50%;
  top: 30%;
}
.blog_1_column .post_entry .post_thumb .hover span.zoom {
  color: #FFF;
  font-size: 55px;
  line-height: 100%;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin-left: -15px;
}
.blog_1_column .post_entry .post_thumb .date {
  top: auto;
  left: 60px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  height: 75px;
  z-index: 10;
}
.blog_1_column .post_entry .post_thumb .date span {
  margin-top: 6px;
  font-size: 40px;
}
.blog_1_column .post_entry .post_details {
  position: relative;
  width: 720px;
  overflow: hidden;
  height: auto;
  padding: 30px;
  margin-top: -90px;
  background: #FFF;
  margin-right: 160px;
  left: 160px;
  z-index: 12;
  zoom: 1;
}
.blog_1_column .post_entry .post_details:before,
.blog_1_column .post_entry .post_details:after {
  display: table;
  content: "";
}
.blog_1_column .post_entry .post_details:after {
  clear: both;
}
.blog_1_column .post_entry .post_details.no_thumb {
  width: auto;
  left: 0;
  margin: 0;
  padding: 0;
}
.blog_1_column .post_entry .post_details > h2,
.blog_1_column .post_entry .post_details .excerpt,
.blog_1_column .post_entry .post_details .post_meta {
  padding-left: 15px;
  padding-right: 15px;
}
.blog_1_column .post_entry .post_details > h2 i,
.blog_1_column .post_entry .post_details .excerpt i,
.blog_1_column .post_entry .post_details .post_meta i {
  width: auto;
  padding-right: 0px;
  font-size: 35px;
  line-height: 15px;
}
.blog_1_column .post_entry .post_details > h2 {
  margin-bottom: 10px;
}
.blog_1_column .post_entry .post_details > h2 a {
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.blog_1_column .post_entry .post_details .excerpt {
  height: auto;
}
.blog_1_column .post_entry .post_details .post_meta {
  position: relative;
  border: none;
}
.blog_1_column .post_entry .post_details .post_meta:before {
  display: none;
}
.blog_1_column .post_entry .post_details .post_meta .categories,
.blog_1_column .post_entry .post_details .post_meta .tags,
.blog_1_column .post_entry .post_details .post_meta .author,
.blog_1_column .post_entry .post_details .post_meta .pub_date {
  border-right: 0;
  display: block;
  clear: both;
  float: left;
  margin: 0;
  line-height: 30px;
  font-size: 13px;
  background-position: -10px -7px;
}
.blog_1_column .post_entry .post_details .post_meta .categories.categories:hover,
.blog_1_column .post_entry .post_details .post_meta .tags.categories:hover,
.blog_1_column .post_entry .post_details .post_meta .author.categories:hover,
.blog_1_column .post_entry .post_details .post_meta .pub_date.categories:hover {
  background-position: -10px -127px;
}
.blog_1_column .post_entry .post_details .post_meta .categories.tags,
.blog_1_column .post_entry .post_details .post_meta .tags.tags,
.blog_1_column .post_entry .post_details .post_meta .author.tags,
.blog_1_column .post_entry .post_details .post_meta .pub_date.tags {
  background-position: -10px -85px;
}
.blog_1_column .post_entry .post_details .post_meta .categories.tags:hover,
.blog_1_column .post_entry .post_details .post_meta .tags.tags:hover,
.blog_1_column .post_entry .post_details .post_meta .author.tags:hover,
.blog_1_column .post_entry .post_details .post_meta .pub_date.tags:hover {
  background-position: -10px -205px;
}
.blog_1_column .post_entry .post_details .post_meta .categories.author,
.blog_1_column .post_entry .post_details .post_meta .tags.author,
.blog_1_column .post_entry .post_details .post_meta .author.author,
.blog_1_column .post_entry .post_details .post_meta .pub_date.author {
  background-position: -10px -44px;
}
.blog_1_column .post_entry .post_details .post_meta .categories.author:hover,
.blog_1_column .post_entry .post_details .post_meta .tags.author:hover,
.blog_1_column .post_entry .post_details .post_meta .author.author:hover,
.blog_1_column .post_entry .post_details .post_meta .pub_date.author:hover {
  background-position: -10px -164px;
}
.blog_2_columns .post_entry {
  float: none;
  border: none;
  zoom: 1;
}
.blog_2_columns .post_entry:before,
.blog_2_columns .post_entry:after {
  display: table;
  content: "";
}
.blog_2_columns .post_entry:after {
  clear: both;
}
.blog_2_columns .post_entry .post_thumb {
  float: none;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}
.blog_2_columns .post_entry .post_thumb .image img {
  max-width: 100%;
}
.blog_2_columns .post_entry .post_thumb .hover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 93, 0.5);
  z-index: 5;
  visibility: hidden;
}
.blog_2_columns .post_entry .post_thumb .hover span {
  display: block;
  position: absolute;
  left: 50%;
  top: 42%;
}
.blog_2_columns .post_entry .post_thumb .hover span.zoom {
  background: url(../images/an_thumb_img_hover.png) no-repeat center center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 30px;
  margin-left: -15px;
}
.blog_2_columns .post_entry .post_thumb .date {
  left: 20px;
  top: 20px;
  background: rgba(0, 47, 93, 0.75);
  color: #ffffff;
  z-index: 10;
}
.blog_2_columns .post_entry .post_details {
  position: relative;
  width: auto;
  height: auto;
  padding: 15px 15px;
  margin: 0 20px;
  margin-top: -50px;
  background: #FFF;
  z-index: 11;
  zoom: 1;
}
.blog_2_columns .post_entry .post_details:before,
.blog_2_columns .post_entry .post_details:after {
  display: table;
  content: "";
}
.blog_2_columns .post_entry .post_details:after {
  clear: both;
}
.blog_2_columns .post_entry .post_details.no_thumb {
  margin: 0;
  padding: 0;
}
.blog_2_columns .post_entry .post_details > h3,
.blog_2_columns .post_entry .post_details h2 {
  margin-top: 0;
  line-height: 1.3;
}
.blog_2_columns .post_entry .post_details > h3 i,
.blog_2_columns .post_entry .post_details h2 i {
  width: auto;
  padding-right: 0px;
  font-size: 35px;
  line-height: 15px;
}
.blog_2_columns .post_entry .post_details .excerpt {
  margin-bottom: 10px;
}
.blog_2_columns .post_entry .post_details > h2,
.blog_2_columns .post_entry .post_details > h3,
.blog_2_columns .post_entry .post_details .excerpt,
.blog_2_columns .post_entry .post_details .post_meta {
  padding-left: 0;
  padding-right: 0;
}
.blog_2_columns .post_entry .post_details > h2,
.blog_2_columns .post_entry .post_details > h3 {
  margin-bottom: 10px;
}
.blog_2_columns .post_entry .post_details > h2 a,
.blog_2_columns .post_entry .post_details > h3 a {
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.blog_2_columns .post_entry .post_details .excerpt {
  height: auto;
}
.blog_2_columns .post_entry .post_details .post_meta {
  position: relative;
}
.blog_2_columns .post_entry .post_details .post_meta:before {
  content: '';
  display: block;
  border-top: 1px solid #f1f1f1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -3px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories,
.blog_2_columns .post_entry .post_details .post_meta .tags,
.blog_2_columns .post_entry .post_details .post_meta .author,
.blog_2_columns .post_entry .post_details .post_meta .comments,
.blog_2_columns .post_entry .post_details .post_meta .pub_date {
  display: block;
  float: left;
  margin: 0;
  line-height: 30px;
  font-size: 13px;
  background-position: -10px -6px;
  margin-right: 10px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.right,
.blog_2_columns .post_entry .post_details .post_meta .tags.right,
.blog_2_columns .post_entry .post_details .post_meta .author.right,
.blog_2_columns .post_entry .post_details .post_meta .comments.right,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.right {
  float: right;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.categories:hover,
.blog_2_columns .post_entry .post_details .post_meta .tags.categories:hover,
.blog_2_columns .post_entry .post_details .post_meta .author.categories:hover,
.blog_2_columns .post_entry .post_details .post_meta .comments.categories:hover,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.categories:hover {
  background-position: -10px -126px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.tags,
.blog_2_columns .post_entry .post_details .post_meta .tags.tags,
.blog_2_columns .post_entry .post_details .post_meta .author.tags,
.blog_2_columns .post_entry .post_details .post_meta .comments.tags,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.tags {
  background-position: -10px -85px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.tags:hover,
.blog_2_columns .post_entry .post_details .post_meta .tags.tags:hover,
.blog_2_columns .post_entry .post_details .post_meta .author.tags:hover,
.blog_2_columns .post_entry .post_details .post_meta .comments.tags:hover,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.tags:hover {
  background-position: -10px -205px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.author,
.blog_2_columns .post_entry .post_details .post_meta .tags.author,
.blog_2_columns .post_entry .post_details .post_meta .author.author,
.blog_2_columns .post_entry .post_details .post_meta .comments.author,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.author {
  background-position: -10px -46px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.author:hover,
.blog_2_columns .post_entry .post_details .post_meta .tags.author:hover,
.blog_2_columns .post_entry .post_details .post_meta .author.author:hover,
.blog_2_columns .post_entry .post_details .post_meta .comments.author:hover,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.author:hover {
  background-position: -10px -166px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.comments,
.blog_2_columns .post_entry .post_details .post_meta .tags.comments,
.blog_2_columns .post_entry .post_details .post_meta .author.comments,
.blog_2_columns .post_entry .post_details .post_meta .comments.comments,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.comments {
  background-position: -10px -405px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.comments:hover,
.blog_2_columns .post_entry .post_details .post_meta .tags.comments:hover,
.blog_2_columns .post_entry .post_details .post_meta .author.comments:hover,
.blog_2_columns .post_entry .post_details .post_meta .comments.comments:hover,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.comments:hover {
  background-position: -10px -445px;
}
.blog_2_columns .post_entry .post_details .post_meta .categories.last,
.blog_2_columns .post_entry .post_details .post_meta .tags.last,
.blog_2_columns .post_entry .post_details .post_meta .author.last,
.blog_2_columns .post_entry .post_details .post_meta .comments.last,
.blog_2_columns .post_entry .post_details .post_meta .pub_date.last {
  margin-right: 0;
  padding-right: 0;
}
.contact_form .placeholder input,
.contact_form .placeholder textarea {
  margin-bottom: 25px;
}
.contact_form .placeholder textarea {
  width: 96.5%;
  height: 135px;
}
.contact_form .send {
  font-size: 16px;
  padding: 7px 30px;
}
.map_and_address {
  position: relative;
  margin-top: -35px;
}
.map_and_address .map_env {
  height: 410px;
}
.map_and_address .address_block,
.map_and_address .contact_info {
  position: absolute;
  background: #ffffff;
  color: #999999;
  font-size: 20px;
  line-height: 1.5;
  padding: 25px;
  bottom: 20px;
}
.map_and_address .address_block strong,
.map_and_address .contact_info strong {
  font-weight: 300;
  color: #666666;
}
.map_and_address .address_block {
  font-size: 12px;
  left: 10px;
}
.map_and_address .contact_info {
  right: 10px;
  line-height: 1.3;
}
.list_grid_icons a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  overflow: hidden;
  text-indent: 22px;
  background: url(../images/list_grid.png) no-repeat 1px 1px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.list_grid_icons a:hover,
.list_grid_icons a.active {
  background-color: #666666;
}
.list_grid_icons a.grid {
  background-position: -19px 0px;
}
.list_grid_icons a.grid:hover,
.list_grid_icons a.grid.active {
  background-position: -19px -19px;
}
.list_grid_icons a.list:hover,
.list_grid_icons a.list.active {
  background-position: 1px -19px;
}
.gallery {
  zoom: 1;
}
.gallery:before,
.gallery:after {
  display: table;
  content: "";
}
.gallery:after {
  clear: both;
}
.gallery .album {
  position: relative;
  float: left;
  width: 220px;
  margin: 10px;
  margin-bottom: 20px;
  zoom: 1;
}
.gallery .album:before,
.gallery .album:after {
  display: table;
  content: "";
}
.gallery .album:after {
  clear: both;
}
.gallery .album .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 7px;
}
.gallery .album .image a {
  position: relative;
  display: block;
}
.gallery .album .image .hover_blank {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #666666 url(../images/open-blank.png) no-repeat center center;
  padding: 10px;
  visibility: hidden;
}
.gallery .album .image img {
  display: block;
  max-width: 100%;
}
.gallery .album .image .count {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #ffffff;
  padding: 5px 10px;
  color: #444444;
  font-size: 18px;
  text-align: center;
  min-width: 18px;
}
.gallery .album .album_title {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  margin-bottom: 10px;
}
.gallery .album .album_title a {
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.gallery .album .album_title .double_border {
  position: absolute;
  border-bottom: 1px solid #f1f1f1;
  left: 0;
  right: 0;
  bottom: -3px;
}
.gallery .album .excerpt {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  min-height: 40px;
}
.gallery.list .album {
  width: auto;
  float: none;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.gallery.list .album .image {
  float: left;
  width: 220px;
}
.gallery.list .album .details {
  float: right;
  width: 700px;
}
.gallery.list .album .details .excerpt {
  line-height: 1.5;
  font-size: 12px;
}
.gallery.list .details {
  margin-left: 20px;
}
.gallery.list:last-child {
  border-bottom: 0;
}
blockquote {
  position: relative;
  background: #f2f2f2;
  color: #444444;
  border: none;
  padding: 20px !important;
  font-size: 13px;
  font-style: normal;
  margin-bottom: 25px;
}
blockquote p {
  margin: 0;
}
blockquote .quotes {
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/quotes-o.png) no-repeat center center;
  left: -4px;
  top: -10px;
  background-color: #ffffff;
  padding: 5px;
}
blockquote .quotes.close {
  background-image: url(../images/quotes-c.png);
  top: auto;
  left: auto;
  right: -4px;
  bottom: -10px;
}
pre {
  position: relative;
  font-family: 'Courier New', sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  background: #f2f2f2 url(../images/pre-stripes.png) left -15px;
  display: block;
  padding: 5px 20px;
  margin-bottom: 25px;
  white-space: pre-wrap;
  word-break: break-word;
}
pre .hash {
  position: absolute;
  display: block;
  width: 21px;
  height: 24px;
  background: url(../images/hash.png) no-repeat center center;
  left: -7px;
  top: -10px;
}
.tabs {
  margin-bottom: 20px;
}
.tabs .ui-tabs-hide {
  display: none;
}
.tabs .ui-tabs-nav {
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 12;
  top: 1px;
  zoom: 1;
}
.tabs .ui-tabs-nav:before,
.tabs .ui-tabs-nav:after {
  display: table;
  content: "";
}
.tabs .ui-tabs-nav:after {
  clear: both;
}
.tabs .ui-tabs-nav li {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
}
.tabs .ui-tabs-nav li a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  font-size: 13px;
  color: #999999;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.tabs .ui-tabs-nav li a:hover {
  background-color: #fcfcfc;
  color: #444444;
}
.tabs .ui-tabs-nav li.ui-state-active a {
  background-color: #ffffff;
  border-top-width: 2px;
  color: #282828;
  border-color: #f1f1f1;
  border-bottom-color: #fff;
}
.tabs .ui-tabs-panel {
  border: 1px solid #f1f1f1;
  padding: 10px;
  position: relative;
  z-index: 10;
}
.tabs .ui-tabs-panel p:last-child {
  margin-bottom: 0px;
}
.accordion,
.wpb_accordion {
  border: 1px solid #f1f1f1 !important;
  margin-bottom: 20px !important;
  zoom: 1;
}
.accordion:before,
.wpb_accordion:before,
.accordion:after,
.wpb_accordion:after {
  display: table;
  content: "";
}
.accordion:after,
.wpb_accordion:after {
  clear: both;
}
.accordion .wpb_accordion_section h3,
.wpb_accordion .wpb_accordion_section h3,
.accordion h3,
.wpb_accordion h3 {
  background: none !important;
  margin: 0px 10px !important;
  outline: none !important;
  border-bottom: 1px solid #f1f1f1 !important;
  zoom: 1;
}
.accordion .wpb_accordion_section h3:before,
.wpb_accordion .wpb_accordion_section h3:before,
.accordion h3:before,
.wpb_accordion h3:before,
.accordion .wpb_accordion_section h3:after,
.wpb_accordion .wpb_accordion_section h3:after,
.accordion h3:after,
.wpb_accordion h3:after {
  display: table;
  content: "";
}
.accordion .wpb_accordion_section h3:after,
.wpb_accordion .wpb_accordion_section h3:after,
.accordion h3:after,
.wpb_accordion h3:after {
  clear: both;
}
.accordion .wpb_accordion_section h3 a,
.wpb_accordion .wpb_accordion_section h3 a,
.accordion h3 a,
.wpb_accordion h3 a {
  outline: none !important;
  display: block !important;
  padding: 15px 0px !important;
  color: #7f7e7e !important;
  font-size: 13px !important;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.accordion .wpb_accordion_section h3 a:hover,
.wpb_accordion .wpb_accordion_section h3 a:hover,
.accordion h3 a:hover,
.wpb_accordion h3 a:hover {
  color: #666666 !important;
}
.accordion .wpb_accordion_section h3 .ui-icon,
.wpb_accordion .wpb_accordion_section h3 .ui-icon,
.accordion h3 .ui-icon,
.wpb_accordion h3 .ui-icon {
  float: right !important;
  width: 18px !important;
  height: 20px !important;
  display: block;
  background: url('../images/accordion_plus_minus_orange.png') no-repeat center top;
  margin-top: 13px !important;
  margin-right: 0;
  position: static !important;
}
.accordion .wpb_accordion_section h3.ui-state-active a,
.wpb_accordion .wpb_accordion_section h3.ui-state-active a,
.accordion h3.ui-state-active a,
.wpb_accordion h3.ui-state-active a {
  color: #444444;
  font-weight: 400;
}
.accordion .wpb_accordion_section h3.ui-state-active a:hover,
.wpb_accordion .wpb_accordion_section h3.ui-state-active a:hover,
.accordion h3.ui-state-active a:hover,
.wpb_accordion h3.ui-state-active a:hover {
  color: #666666;
}
.accordion .wpb_accordion_section h3.ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_section h3.ui-state-active .ui-icon,
.accordion h3.ui-state-active .ui-icon,
.wpb_accordion h3.ui-state-active .ui-icon {
  background-position: center bottom;
}
.accordion .ui-accordion-content,
.wpb_accordion .ui-accordion-content {
  padding: 0 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: auto;
  zoom: 1;
}
.accordion .ui-accordion-content:before,
.wpb_accordion .ui-accordion-content:before,
.accordion .ui-accordion-content:after,
.wpb_accordion .ui-accordion-content:after {
  display: table;
  content: "";
}
.accordion .ui-accordion-content:after,
.wpb_accordion .ui-accordion-content:after {
  clear: both;
}
.accordion .ui-accordion-content > div,
.wpb_accordion .ui-accordion-content > div {
  padding: 10px 0 !important;
}
.column .alert,
.columns .alert {
  margin-left: 0;
  margin-right: 0;
}
.column .alert strong,
.columns .alert strong {
  color: inherit;
  text-decoration: none;
}
.alert,
.wpb_alert {
  border: 1px solid #ddd087 !important;
  background: no-repeat 15px center !important;
  background-color: #fbf7d9 !important;
  padding: 10px 15px !important;
  padding-left: 40px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 20px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alert .messagebox_text,
.wpb_alert .messagebox_text {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.alert.alert,
.wpb_alert.alert,
.alert.wpb_alert,
.wpb_alert.wpb_alert {
  color: #b3a54c !important;
  background-image: url(../images/alert_warning.png) !important;
}
.alert.alert-info,
.wpb_alert.alert-info,
.alert.wpb_alert-info,
.wpb_alert.wpb_alert-info {
  border: 1px solid #a4c2d0 !important;
  background-clip: padding-box !important;
  background-color: #d7ebf5 !important;
  color: #568ca5 !important;
  background-image: url(../images/alert_info.png) !important;
}
.alert.alert-success,
.wpb_alert.alert-success,
.alert.wpb_alert-success,
.wpb_alert.wpb_alert-success {
  border: 1px solid #c9d4a1 !important;
  background-clip: padding-box !important;
  background-color: #e3ebc5 !important;
  color: #727f40 !important;
  background-image: url(../images/alert_success.png) !important;
}
.alert.alert-error,
.wpb_alert.alert-error,
.alert.wpb_alert-error,
.wpb_alert.wpb_alert-error {
  border: 1px solid #debabc !important;
  background-clip: padding-box !important;
  background-color: #f9e5e5 !important;
  color: #ac585d !important;
  background-image: url(../images/alert_error.png) !important;
}
.slideshow {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.slideshow img {
  display: block;
  max-width: 100%;
}
.team_members_env {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 20px;
}
.team_members_env .team_members_nav a {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  background: no-repeat left top url(../images/features_blocks_nav.png);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
}
.team_members_env .team_members_nav a.prev {
  background-position: 0px -26px;
  left: -36px;
}
.team_members_env .team_members_nav a.prev:hover {
  background-position: -26px -26px;
}
.team_members_env .team_members_nav a.next {
  background-position: 0px 0px;
  right: -36px;
}
.team_members_env .team_members_nav a.next:hover {
  background-position: -26px 0px;
}
.team_members_env .team_members_nav a:hover {
  background-color: #cacaca;
}
.team_members_env .sliding_door {
  white-space: nowrap;
  zoom: 1;
}
.team_members_env .sliding_door:before,
.team_members_env .sliding_door:after {
  display: table;
  content: "";
}
.team_members_env .sliding_door:after {
  clear: both;
}
.team_members {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.team_members .columns {
  width: 220px !important;
  margin-right: 20px !important;
}
.team_members .member {
  margin-bottom: 25px;
  zoom: 1;
}
.team_members .member:before,
.team_members .member:after {
  display: table;
  content: "";
}
.team_members .member:after {
  clear: both;
}
.team_members .member .image {
  position: relative;
  margin-bottom: 10px;
}
.team_members .member .image img {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.team_members .member .image .hover {
  margin-top: 20px;
  zoom: 1;
  margin-top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
}
.team_members .member .image .hover:before,
.team_members .member .image .hover:after {
  display: table;
  content: "";
}
.team_members .member .image .hover:after {
  clear: both;
}
.team_members .member .image .hover a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: 25px;
  overflow: hidden;
  background: rgba(40, 40, 40, 0.4) left top no-repeat url('../images/footer_social_orange.png');
  margin-right: 5px;
  margin-bottom: 5px;
}
.team_members .member .image .hover a.facebook {
  background-position: 0px 0;
}
.team_members .member .image .hover a.facebook:hover {
  background-position: 0px -25px;
}
.team_members .member .image .hover a.twitter {
  background-position: -25px 0;
}
.team_members .member .image .hover a.twitter:hover {
  background-position: -25px -25px;
}
.team_members .member .image .hover a.skype {
  background-position: -50px 0;
}
.team_members .member .image .hover a.skype:hover {
  background-position: -50px -25px;
}
.team_members .member .image .hover a.linkedin {
  background-position: -75px 0;
}
.team_members .member .image .hover a.linkedin:hover {
  background-position: -75px -25px;
}
.team_members .member .image .hover a.dribbble {
  background-position: -100px 0;
}
.team_members .member .image .hover a.dribbble:hover {
  background-position: -100px -25px;
}
.team_members .member .image .hover a.rss {
  background-position: -125px 0;
}
.team_members .member .image .hover a.rss:hover {
  background-position: -125px -25px;
}
.team_members .member .image .hover a.wordpress {
  background-position: -150px 0;
}
.team_members .member .image .hover a.wordpress:hover {
  background-position: -150px -25px;
}
.team_members .member .image .hover a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
  position: relative;
}
.team_members .member .image .hover a {
  background-color: #666666;
  background-image: url(../images/footer_social_black.png);
  display: inline-block;
  margin: 0 3px 5px 3px;
  position: relative;
  transition: background 200ms linear;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  top: 100px;
}
.team_members .member .image .hover a:hover {
  background-color: #f4f4f4;
}
.team_members .member .name {
  margin-bottom: 5px;
}
.team_members .member .position {
  color: #898989;
  font-size: 11px;
  display: block;
}
.team_members .member .about {
  border-top: 1px solid #e4e4e4;
  margin-top: 7px;
  padding-top: 7px;
  white-space: normal;
}
.progress_bars {
  margin-bottom: 20px;
  zoom: 1;
}
.progress_bars:before,
.progress_bars:after {
  display: table;
  content: "";
}
.progress_bars:after {
  clear: both;
}
.progress_bars .bar {
  position: relative;
  margin-bottom: 15px;
  background: #ebebeb;
  padding: 8px 10px;
  font-size: 13px;
  color: #ffffff;
}
.progress_bars .bar span {
  display: block;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #666666;
  z-index: 0;
}
.progress_bars .bar strong {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
html[dir="rtl"] .progress_bars .bar span {
  left: auto;
  right: 0;
}
.testimonials_2 {
  position: relative;
}
.testimonials_2 li blockquote {
  position: relative;
  padding: 15px;
  font-size: 13px;
  margin: 0px;
  margin-bottom: 7px;
}
.testimonials_2 li blockquote p {
  font-size: 13px;
}
.testimonials_2 li blockquote p:last-child {
  margin-bottom: 0;
}
.testimonials_2 li blockquote .quotes {
  background-color: transparent !important;
}
.testimonials_2 li blockquote .quotes.open {
  left: -11px;
  top: 3px;
}
.testimonials_2 li blockquote .quotes.close {
  bottom: 2px;
  right: -10px;
}
.testimonials_2 li blockquote .arrow {
  position: absolute;
  width: 19px;
  height: 15px;
  bottom: -15px;
  left: 10px;
  background: url(../images/testimonials_2_arrow.png) no-repeat center top;
}
.testimonials_2 li .author {
  padding-left: 35px;
}
.testimonials_2 li .author a {
  color: #666666;
}
.testimonials_2 li .author a:hover {
  text-decoration: underline;
}
.portfolio_item_details {
  position: relative;
  overflow: hidden;
}
.portfolio_item_details .images {
  position: relative;
}
.portfolio_item_details .images a {
  display: block;
  visibility: hidden;
}
.portfolio_item_details .images a:first-child {
  display: block;
  visibility: visible;
}
.portfolio_item_details .images img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.portfolio_item_details .details {
  position: absolute;
  height: 280px;
  bottom: 0;
  left: 0;
  right: 0;
  zoom: 1;
  overflow: hidden;
  z-index: 10;
}
.portfolio_item_details .details:before,
.portfolio_item_details .details:after {
  display: table;
  content: "";
}
.portfolio_item_details .details:after {
  clear: both;
}
.portfolio_item_details .details .project_info {
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
  float: left;
  height: 280px;
  width: 450px;
  position: relative;
}
.portfolio_item_details .details .project_info h1 span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f1f1;
}
.portfolio_item_details .details .project_info .share_post_buttons {
  padding-bottom: 10px;
  zoom: 1;
}
.portfolio_item_details .details .project_info .share_post_buttons:before,
.portfolio_item_details .details .project_info .share_post_buttons:after {
  display: table;
  content: "";
}
.portfolio_item_details .details .project_info .share_post_buttons:after {
  clear: both;
}
.portfolio_item_details .details .project_info .share_post_buttons .btn {
  display: block;
  float: left;
}
.portfolio_item_details .details .project_info .share_post_buttons .btn.tweet {
  width: 90px;
}
.portfolio_item_details .details .project_info .share_post_buttons .btn.google {
  width: 70px;
}
.portfolio_item_details .details .project_info .description {
  margin-top: 15px;
  width: 100%;
  height: 185px;
  overflow: auto;
}
.portfolio_item_details .details .project_info .close {
  display: block;
  position: absolute;
  background: url(../images/portfolio-details-close.png) no-repeat center top;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 15px;
}
.portfolio_item_details .details .project_info .close:hover {
  background-position: center bottom;
}
.portfolio_item_details .details .info_list {
  position: relative;
  float: left;
  margin-left: 15px;
  width: 220px;
}
.portfolio_item_details .details .info_list ul {
  background: #ffffff;
}
.portfolio_item_details .details .info_list ul li {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
}
.portfolio_item_details .details .info_list ul li span {
  color: #8a8a8a;
  font-style: italic;
}
.portfolio_item_details .details .info_list ul li h3 {
  color: #8a8a8a;
  font-style: italic;
}
.portfolio_item_details .details .info_list .launch {
  display: block;
  margin-top: 15px;
  background: #666666 url(../images/arrow-right.png) no-repeat 90% center;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.portfolio_item_details .details .info_list .launch:hover {
  background-color: #666666;
}
.portfolio_item_details .details .info_link {
  position: relative;
  float: left;
  display: block;
  margin-left: 15px;
  width: 38px;
  height: 38px;
  background: #ffffff no-repeat center top;
  background-image: url(../images/info-icon.png);
  overflow: hidden;
  text-indent: 38px;
  -webkit-transition: background-color ease-in-out 200ms;
  -moz-transition: background-color ease-in-out 200ms;
  -o-transition: background-color ease-in-out 200ms;
  -ms-transition: background-color ease-in-out 200ms;
  transition: background-color ease-in-out 200ms;
  -webkit-transition: all background-color ease-in-out 200ms ease-out;
  -moz-transition: all background-color ease-in-out 200ms ease-out;
  transition: all background-color ease-in-out 200ms ease-out;
  z-index: 10;
}
.portfolio_item_details .details .info_link.active {
  background-color: #666666;
  background-position: center bottom;
}
.portfolio_item_details .details .prev_next_nav {
  position: relative;
  float: left;
}
.portfolio_item_details .details .prev_next_nav a {
  display: block;
  background: #ffffff url(../images/next_prev_arrows.png) no-repeat left top;
  margin-left: 15px;
  float: left;
  width: 38px;
  height: 38px;
  text-indent: 38px;
  overflow: hidden;
  -webkit-transition: background-color ease-in-out 200ms;
  -moz-transition: background-color ease-in-out 200ms;
  -o-transition: background-color ease-in-out 200ms;
  -ms-transition: background-color ease-in-out 200ms;
  transition: background-color ease-in-out 200ms;
  -webkit-transition: all background-color ease-in-out 200ms ease-out;
  -moz-transition: all background-color ease-in-out 200ms ease-out;
  transition: all background-color ease-in-out 200ms ease-out;
}
.portfolio_item_details .details .prev_next_nav a:hover {
  background-color: #666666;
}
.portfolio_item_details .details .prev_next_nav a.prev {
  background-position: left bottom;
}
.portfolio_item_details .details .prev_next_nav a.prev:hover {
  background-position: right bottom;
}
.portfolio_item_details .details .prev_next_nav a.next {
  background-position: left top;
}
.portfolio_item_details .details .prev_next_nav a.next:hover {
  background-position: right top;
}
.portfolio_item_details.is_hidden .project_info,
.portfolio_item_details.is_hidden .info_list,
.portfolio_item_details.is_hidden .info_link,
.portfolio_item_details.is_hidden .prev_next_nav {
  -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;
}
.portfolio_item_details.is_hidden .project_info.info_link .active,
.portfolio_item_details.is_hidden .info_list.info_link .active,
.portfolio_item_details.is_hidden .info_link.info_link .active,
.portfolio_item_details.is_hidden .prev_next_nav.info_link .active {
  background: #ffffff no-repeat center top;
}
.jspScrollable {
  outline: none;
}
.jspScrollable .jspVerticalBar {
  width: 7px;
}
.jspScrollable .jspTrack {
  background: #f4f4f4;
}
.jspScrollable .jspDrag {
  background: #8a8a8a;
}
.album_info .album_title {
  position: relative;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.album_info .album_title .double_border {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cacaca;
  bottom: -3px;
}
.album_info .album_description {
  font-size: 11px;
  max-height: 150px;
}
.album_info .info_list {
  border-top: 1px solid #f1f1f1;
  margin: 10px 0;
}
.album_info .info_list li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.album_info .info_list li span {
  color: #444444;
}
.album_info .info_caption {
  background: #f6f6f6;
  margin: 15px 0;
}
.album_info .info_caption > h4 {
  padding: 8px 15px;
  border-bottom: 1px solid #FFF;
  background: url(../images/info-icon-black.png) no-repeat 93% center;
}
.album_info .info_caption .desc {
  padding: 8px 15px;
  font-size: 11px;
}
.album_info .info_caption .desc p:last-child {
  margin-bottom: 0;
}
.showing_image {
  position: relative;
  background: url(../images/gallery_loading.gif) no-repeat center center;
  min-height: 250px;
}
.showing_image img {
  display: block;
  max-width: 100%;
}
.showing_image .controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
  zoom: 1;
}
.showing_image .controls:before,
.showing_image .controls:after {
  display: table;
  content: "";
}
.showing_image .controls:after {
  clear: both;
}
.showing_image .controls .popup {
  display: none !important;
}
.showing_image .controls .nav {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5) url(../images/an_slider_controls.png) no-repeat left top;
  overflow: hidden;
  text-indent: 30px;
  margin-left: 10px;
  -webkit-transition: background-color ease-in-out 200ms;
  -moz-transition: background-color ease-in-out 200ms;
  -o-transition: background-color ease-in-out 200ms;
  -ms-transition: background-color ease-in-out 200ms;
  transition: background-color ease-in-out 200ms;
  -webkit-transition: all background-color ease-in-out 200ms ease-out;
  -moz-transition: all background-color ease-in-out 200ms ease-out;
  transition: all background-color ease-in-out 200ms ease-out;
}
.showing_image .controls .nav:hover {
  background-color: #666666;
}
.showing_image .controls .nav.next {
  background-position: right top;
}
.album_images .gallery_item {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.album_images .gallery_item.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #666666;
  -moz-box-shadow: inset 0px 0px 0px 2px #666666;
  box-shadow: inset 0px 0px 0px 2px #666666;
}
.album_images .gallery_item img {
  display: block;
  width: 100%;
  -webkit-transition: opacity ease-in-out 200ms;
  -moz-transition: opacity ease-in-out 200ms;
  -o-transition: opacity ease-in-out 200ms;
  -ms-transition: opacity ease-in-out 200ms;
  transition: opacity ease-in-out 200ms;
  -webkit-transition: all opacity ease-in-out 200ms ease-out;
  -moz-transition: all opacity ease-in-out 200ms ease-out;
  transition: all opacity ease-in-out 200ms ease-out;
}
.album_images .gallery_item .hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 47, 93, 0.9) url(../images/an_thumb_img_hover.png) no-repeat center center;
  background-size: 16px;
  visibility: hidden;
}
.archive_months {
  background: #efefef;
  margin: 0;
  padding: 8px 10px;
  margin-bottom: 20px;
  zoom: 1;
}
.archive_months:before,
.archive_months:after {
  display: table;
  content: "";
}
.archive_months:after {
  clear: both;
}
.archive_months li {
  float: left;
  width: 8.3%;
  text-align: center;
}
.archive_months li.active a {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.06);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.06);
  box-shadow: 0 0 4px rgba(0,0,0,.06);
}
.archive_months li.disabled_month a {
  color: #CCC;
  cursor: not-allowed;
}
.archive_months li a {
  display: block;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  border: 1px solid transparent;
  padding-top: 7px;
  padding-bottom: 7px;
}
.archive_months li a:hover {
  background: rgba(204, 204, 204, 0.1);
}
.archive_entries_list {
  zoom: 1;
  margin-bottom: 20px;
}
.archive_entries_list:before,
.archive_entries_list:after {
  display: table;
  content: "";
}
.archive_entries_list:after {
  clear: both;
}
.archive_entries_list li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 15px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  zoom: 1;
}
.archive_entries_list li a:before,
.archive_entries_list li a:after {
  display: table;
  content: "";
}
.archive_entries_list li a:after {
  clear: both;
}
.archive_entries_list li a span.date {
  float: right;
}
.archive_entries_list li a:hover {
  background: #fbfbfb;
  color: #666666;
}
.archive_entries_list li a:hover .date {
  color: #999999;
}
.archive_entries_list li a i {
  font-size: 30px;
  width: auto;
  padding-right: 5px;
}
.page_404 {
  background: url(../images/page-404-pattern.png);
}
.page_404.layout-boxed .container_404 {
  padding: 50px 0;
  margin-top: 50px;
}
.container_404 {
  text-align: center;
  margin-top: 150px;
}
.container_404 .sad_icon {
  width: 250px;
  height: 250px;
  position: relative;
  background: #666666 url(../images/page-404-emoticon.png) no-repeat center center;
  display: inline-block;
}
.container_404 h1,
.container_404 h3,
.container_404 a {
  font-family: Helvetica, sans-serif;
}
.container_404 h1 {
  font-size: 80px;
  color: #666666;
  font-weight: 300;
}
.container_404 h3 {
  font-size: 30px;
  color: #666666;
  font-weight: 200;
}
.container_404 a {
  font-size: 18px;
}
.pricing_entry {
  border: 1px solid #dcdcdc;
  text-align: center;
  margin-bottom: 25px;
}
.pricing_entry.selected {
  border-color: #f52e5d;
  -webkit-box-shadow: 0 0 10px rgba(245,46,93,.07);
  -moz-box-shadow: 0 0 10px rgba(245,46,93,.07);
  box-shadow: 0 0 10px rgba(245,46,93,.07);
}
.pricing_entry.selected .action a {
  border: 1px solid #d81d44;
  background-color: #f52d5d;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.08);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.08);
  box-shadow: 0 1px 6px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.08);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iLjE1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,.15)),color-stop(100%,rgba(255,255,255,.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.pricing_entry .head {
  padding: 15px;
}
.pricing_entry .head h3,
.pricing_entry .head h1,
.pricing_entry .head span {
  line-height: 1.3;
  font-family: Helvetica, sans-serif;
  margin: 0;
}
.pricing_entry .head h3 {
  font-size: 20px;
  color: #c0c0c0;
}
.pricing_entry .head h1 {
  color: #666666;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 5px;
}
.pricing_entry .head span {
  display: block;
  color: #c8c8c8;
  font-style: italic;
}
.pricing_entry .features,
.pricing_entry .action {
  background: #f9f9f9;
}
.pricing_entry .features {
  margin: 0;
  padding: 0;
}
.pricing_entry .features li {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #eeeeee;
  color: #878787;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}
.pricing_entry .action {
  border-top: 1px solid #dcdcdc;
  padding: 20px 10px;
  zoom: 1;
}
.pricing_entry .action:before,
.pricing_entry .action:after {
  display: table;
  content: "";
}
.pricing_entry .action:after {
  clear: both;
}
.pricing_entry .action a {
  display: inline-block;
  background-color: #bbb;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.05), inset 0 0 0 1px rgba(0,0,0,.08);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.05), inset 0 0 0 1px rgba(0,0,0,.08);
  box-shadow: 0 1px 6px rgba(0,0,0,.05), inset 0 0 0 1px rgba(0,0,0,.08);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIuMTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iLjE1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,.15)),color-stop(100%,rgba(255,255,255,.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(255,255,255,.15) 100%);
  color: #454545;
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  padding: 5px 20px;
  font-family: Helvetica, sans-serif;
  -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: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.pricing_entry .action a:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIuMTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iLjE1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(255,255,255,.15)),color-stop(100%,rgba(0,0,0,.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
  background-image: linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,0,0,.15) 100%);
}
footer .blog_stats p {
  font-size: 13px;
}
footer .blog_stats .stats li {
  zoom: 1;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 28px;
}
footer .blog_stats .stats li:before,
footer .blog_stats .stats li:after {
  display: table;
  content: "";
}
footer .blog_stats .stats li:after {
  clear: both;
}
footer .blog_stats .stats li span {
  display: block;
  float: left;
  background: #ffffff;
  color: #666666;
  padding: 5px;
  font-size: 16px;
  margin-right: 7px;
  line-height: 1;
}
footer .tweets {
  position: relative;
}
footer .tweets li {
  margin-bottom: 10px;
  background: url(../images/tweet-bird.png) no-repeat left 5px;
  padding-left: 28px;
}
footer .tweets li a {
  font-weight: bold;
}
footer .tweets_nav {
  zoom: 1;
  border-top: 1px solid #f6a751;
  padding-top: 5px;
}
footer .tweets_nav:before,
footer .tweets_nav:after {
  display: table;
  content: "";
}
footer .tweets_nav:after {
  clear: both;
}
footer .tweets_nav a {
  display: inline-block;
  background: #ffffff;
  width: 7px;
  height: 7px;
  overflow: hidden;
  text-indent: 7px;
  margin-right: 5px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
  background: rgba(255, 255, 255, 0.5);
}
footer .tweets_nav a.active {
  background: #ffffff;
}
/*
.row .column, .row .columns {
	margin: 0;
	padding: 0;
	
	.columns, .column {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		
		
		.vc_text_separator {
			padding-left: 0 !important;
		}
	}
	
}*/
.row .columns .columns,
.row .column .columns,
.row .columns .column,
.row .column .column {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row .columns .columns .vc_text_separator,
.row .column .columns .vc_text_separator,
.row .columns .column .vc_text_separator,
.row .column .column .vc_text_separator {
  padding-left: 0 !important;
  margin-left: 0;
}
.row .columns .columns .vc_text_separator.separator_align_right,
.row .column .columns .vc_text_separator.separator_align_right,
.row .columns .column .vc_text_separator.separator_align_right,
.row .column .column .vc_text_separator.separator_align_right {
  margin-right: 0px;
}
.row .columns .columns .vc_text_separator.separator_align_right div,
.row .column .columns .vc_text_separator.separator_align_right div,
.row .columns .column .vc_text_separator.separator_align_right div,
.row .column .column .vc_text_separator.separator_align_right div {
  padding-left: 10px;
}
.row .columns .columns .vc_text_separator div,
.row .column .columns .vc_text_separator div,
.row .columns .column .vc_text_separator div,
.row .column .column .vc_text_separator div {
  padding-left: 0 !important;
  top: 15px;
}
.social_networks_header {
  text-align: right;
}
.social_networks_header .header {
  -webkit-transition: background-color ease-in-out 200ms;
  -moz-transition: background-color ease-in-out 200ms;
  -o-transition: background-color ease-in-out 200ms;
  -ms-transition: background-color ease-in-out 200ms;
  transition: background-color ease-in-out 200ms;
  -webkit-transition: all background-color ease-in-out 200ms ease-out;
  -moz-transition: all background-color ease-in-out 200ms ease-out;
  transition: all background-color ease-in-out 200ms ease-out;
  padding: 5px;
}
.social_networks_header .header a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -webkit-transition: all none !important ease-out;
  -moz-transition: all none !important ease-out;
  transition: all none !important ease-out;
}
.social_networks_header .header a i {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -webkit-transition: all none !important ease-out;
  -moz-transition: all none !important ease-out;
  transition: all none !important ease-out;
}
.social_networks_header .header:hover {
  background-color: #f4f4f4;
}
.social_21 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
  padding: 3px;
}
.social_21 i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.fb i {
  background-position: 0px 0px;
}
.social_21.fb:hover i {
  background-position: 0px -21px;
}
.social_21.fb-c i {
  background-position: -21px 0px;
}
.social_21.fb-c:hover i {
  background-position: -21px -21px;
}
.social_21.tw i {
  background-position: -42px 0px;
}
.social_21.tw:hover i {
  background-position: -42px -21px;
}
.social_21.tw-c i {
  background-position: -63px 0px;
}
.social_21.tw-c:hover i {
  background-position: -63px -21px;
}
.social_21.gp i {
  background-position: -84px 0px;
}
.social_21.gp:hover i {
  background-position: -84px -21px;
}
.social_21.gp-c i {
  background-position: -105px 0px;
}
.social_21.gp-c:hover i {
  background-position: -105px -21px;
}
.social_21.pi i {
  background-position: -126px 0px;
}
.social_21.pi:hover i {
  background-position: -126px -21px;
}
.social_21.tu i {
  background-position: -147px 0px;
}
.social_21.tu:hover i {
  background-position: -147px -21px;
}
.social_21.tu-c i {
  background-position: -168px 0px;
}
.social_21.tu-c:hover i {
  background-position: -168px -21px;
}
.social_21.in i {
  background-position: -189px 0px;
}
.social_21.in:hover i {
  background-position: -189px -21px;
}
.social_21.in-c i {
  background-position: -210px 0px;
}
.social_21.in-c:hover i {
  background-position: -210px -21px;
}
.social_21.dr i {
  background-position: -231px 0px;
}
.social_21.dr:hover i {
  background-position: -231px -21px;
}
.social_21.dr-c i {
  background-position: -252px 0px;
}
.social_21.dr-c:hover i {
  background-position: -252px -21px;
}
.social_21.su i {
  background-position: -273px 0px;
}
.social_21.su:hover i {
  background-position: -273px -21px;
}
.social_21.su-c i {
  background-position: -294px 0px;
}
.social_21.su-c:hover i {
  background-position: -294px -21px;
}
.social_21.af i {
  background-position: -315px 0px;
}
.social_21.af:hover i {
  background-position: -315px -21px;
}
.social_21.af-c i {
  background-position: -336px 0px;
}
.social_21.af-c:hover i {
  background-position: -336px -21px;
}
.social_21.sk i {
  background-position: -357px 0px;
}
.social_21.sk:hover i {
  background-position: -357px -21px;
}
.social_21.sk-c i {
  background-position: -378px 0px;
}
.social_21.sk-c:hover i {
  background-position: -378px -21px;
}
.social_21.sc i {
  background-position: -399px 0px;
}
.social_21.sc:hover i {
  background-position: -399px -21px;
}
.social_21.ig i {
  background-position: -420px 0px;
}
.social_21.ig:hover i {
  background-position: -420px -21px;
}
.social_21.db i {
  background-position: -441px 0px;
}
.social_21.db:hover i {
  background-position: -441px -21px;
}
.social_21.be i {
  background-position: -462px 0px;
}
.social_21.be:hover i {
  background-position: -462px -21px;
}
.social_21.fl i {
  background-position: -483px 0px;
}
.social_21.fl:hover i {
  background-position: -483px -21px;
}
.social_21.fl-c i {
  background-position: -504px 0px;
}
.social_21.fl-c:hover i {
  background-position: -504px -21px;
}
.social_21.vm i {
  background-position: -525px 0px;
}
.social_21.vm:hover i {
  background-position: -525px -21px;
}
.social_21.vm-c i {
  background-position: -546px 0px;
}
.social_21.vm-c:hover i {
  background-position: -546px -21px;
}
.social_21.yt i {
  background-position: -567px 0px;
}
.social_21.yt:hover i {
  background-position: -567px -21px;
}
.social_21:hover {
  background-color: #000;
}
.social_21.pink {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.pink i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.pink.fb i {
  background-position: 0px -42px;
}
.social_21.pink.fb:hover i {
  background-position: 0px -63px;
}
.social_21.pink.fb-c i {
  background-position: -21px -42px;
}
.social_21.pink.fb-c:hover i {
  background-position: -21px -63px;
}
.social_21.pink.tw i {
  background-position: -42px -42px;
}
.social_21.pink.tw:hover i {
  background-position: -42px -63px;
}
.social_21.pink.tw-c i {
  background-position: -63px -42px;
}
.social_21.pink.tw-c:hover i {
  background-position: -63px -63px;
}
.social_21.pink.gp i {
  background-position: -84px -42px;
}
.social_21.pink.gp:hover i {
  background-position: -84px -63px;
}
.social_21.pink.gp-c i {
  background-position: -105px -42px;
}
.social_21.pink.gp-c:hover i {
  background-position: -105px -63px;
}
.social_21.pink.pi i {
  background-position: -126px -42px;
}
.social_21.pink.pi:hover i {
  background-position: -126px -63px;
}
.social_21.pink.tu i {
  background-position: -147px -42px;
}
.social_21.pink.tu:hover i {
  background-position: -147px -63px;
}
.social_21.pink.tu-c i {
  background-position: -168px -42px;
}
.social_21.pink.tu-c:hover i {
  background-position: -168px -63px;
}
.social_21.pink.in i {
  background-position: -189px -42px;
}
.social_21.pink.in:hover i {
  background-position: -189px -63px;
}
.social_21.pink.in-c i {
  background-position: -210px -42px;
}
.social_21.pink.in-c:hover i {
  background-position: -210px -63px;
}
.social_21.pink.dr i {
  background-position: -231px -42px;
}
.social_21.pink.dr:hover i {
  background-position: -231px -63px;
}
.social_21.pink.dr-c i {
  background-position: -252px -42px;
}
.social_21.pink.dr-c:hover i {
  background-position: -252px -63px;
}
.social_21.pink.su i {
  background-position: -273px -42px;
}
.social_21.pink.su:hover i {
  background-position: -273px -63px;
}
.social_21.pink.su-c i {
  background-position: -294px -42px;
}
.social_21.pink.su-c:hover i {
  background-position: -294px -63px;
}
.social_21.pink.af i {
  background-position: -315px -42px;
}
.social_21.pink.af:hover i {
  background-position: -315px -63px;
}
.social_21.pink.af-c i {
  background-position: -336px -42px;
}
.social_21.pink.af-c:hover i {
  background-position: -336px -63px;
}
.social_21.pink.sk i {
  background-position: -357px -42px;
}
.social_21.pink.sk:hover i {
  background-position: -357px -63px;
}
.social_21.pink.sk-c i {
  background-position: -378px -42px;
}
.social_21.pink.sk-c:hover i {
  background-position: -378px -63px;
}
.social_21.pink.sc i {
  background-position: -399px -42px;
}
.social_21.pink.sc:hover i {
  background-position: -399px -63px;
}
.social_21.pink.ig i {
  background-position: -420px -42px;
}
.social_21.pink.ig:hover i {
  background-position: -420px -63px;
}
.social_21.pink.db i {
  background-position: -441px -42px;
}
.social_21.pink.db:hover i {
  background-position: -441px -63px;
}
.social_21.pink.be i {
  background-position: -462px -42px;
}
.social_21.pink.be:hover i {
  background-position: -462px -63px;
}
.social_21.pink.fl i {
  background-position: -483px -42px;
}
.social_21.pink.fl:hover i {
  background-position: -483px -63px;
}
.social_21.pink.fl-c i {
  background-position: -504px -42px;
}
.social_21.pink.fl-c:hover i {
  background-position: -504px -63px;
}
.social_21.pink.vm i {
  background-position: -525px -42px;
}
.social_21.pink.vm:hover i {
  background-position: -525px -63px;
}
.social_21.pink.vm-c i {
  background-position: -546px -42px;
}
.social_21.pink.vm-c:hover i {
  background-position: -546px -63px;
}
.social_21.pink.yt i {
  background-position: -567px -42px;
}
.social_21.pink.yt:hover i {
  background-position: -567px -63px;
}
.social_21.pink:hover {
  background-color: #dc1355;
}
.social_21.green {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.green i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.green.fb i {
  background-position: 0px -84px;
}
.social_21.green.fb:hover i {
  background-position: 0px -105px;
}
.social_21.green.fb-c i {
  background-position: -21px -84px;
}
.social_21.green.fb-c:hover i {
  background-position: -21px -105px;
}
.social_21.green.tw i {
  background-position: -42px -84px;
}
.social_21.green.tw:hover i {
  background-position: -42px -105px;
}
.social_21.green.tw-c i {
  background-position: -63px -84px;
}
.social_21.green.tw-c:hover i {
  background-position: -63px -105px;
}
.social_21.green.gp i {
  background-position: -84px -84px;
}
.social_21.green.gp:hover i {
  background-position: -84px -105px;
}
.social_21.green.gp-c i {
  background-position: -105px -84px;
}
.social_21.green.gp-c:hover i {
  background-position: -105px -105px;
}
.social_21.green.pi i {
  background-position: -126px -84px;
}
.social_21.green.pi:hover i {
  background-position: -126px -105px;
}
.social_21.green.tu i {
  background-position: -147px -84px;
}
.social_21.green.tu:hover i {
  background-position: -147px -105px;
}
.social_21.green.tu-c i {
  background-position: -168px -84px;
}
.social_21.green.tu-c:hover i {
  background-position: -168px -105px;
}
.social_21.green.in i {
  background-position: -189px -84px;
}
.social_21.green.in:hover i {
  background-position: -189px -105px;
}
.social_21.green.in-c i {
  background-position: -210px -84px;
}
.social_21.green.in-c:hover i {
  background-position: -210px -105px;
}
.social_21.green.dr i {
  background-position: -231px -84px;
}
.social_21.green.dr:hover i {
  background-position: -231px -105px;
}
.social_21.green.dr-c i {
  background-position: -252px -84px;
}
.social_21.green.dr-c:hover i {
  background-position: -252px -105px;
}
.social_21.green.su i {
  background-position: -273px -84px;
}
.social_21.green.su:hover i {
  background-position: -273px -105px;
}
.social_21.green.su-c i {
  background-position: -294px -84px;
}
.social_21.green.su-c:hover i {
  background-position: -294px -105px;
}
.social_21.green.af i {
  background-position: -315px -84px;
}
.social_21.green.af:hover i {
  background-position: -315px -105px;
}
.social_21.green.af-c i {
  background-position: -336px -84px;
}
.social_21.green.af-c:hover i {
  background-position: -336px -105px;
}
.social_21.green.sk i {
  background-position: -357px -84px;
}
.social_21.green.sk:hover i {
  background-position: -357px -105px;
}
.social_21.green.sk-c i {
  background-position: -378px -84px;
}
.social_21.green.sk-c:hover i {
  background-position: -378px -105px;
}
.social_21.green.sc i {
  background-position: -399px -84px;
}
.social_21.green.sc:hover i {
  background-position: -399px -105px;
}
.social_21.green.ig i {
  background-position: -420px -84px;
}
.social_21.green.ig:hover i {
  background-position: -420px -105px;
}
.social_21.green.db i {
  background-position: -441px -84px;
}
.social_21.green.db:hover i {
  background-position: -441px -105px;
}
.social_21.green.be i {
  background-position: -462px -84px;
}
.social_21.green.be:hover i {
  background-position: -462px -105px;
}
.social_21.green.fl i {
  background-position: -483px -84px;
}
.social_21.green.fl:hover i {
  background-position: -483px -105px;
}
.social_21.green.fl-c i {
  background-position: -504px -84px;
}
.social_21.green.fl-c:hover i {
  background-position: -504px -105px;
}
.social_21.green.vm i {
  background-position: -525px -84px;
}
.social_21.green.vm:hover i {
  background-position: -525px -105px;
}
.social_21.green.vm-c i {
  background-position: -546px -84px;
}
.social_21.green.vm-c:hover i {
  background-position: -546px -105px;
}
.social_21.green.yt i {
  background-position: -567px -84px;
}
.social_21.green.yt:hover i {
  background-position: -567px -105px;
}
.social_21.green:hover {
  background-color: #88c100;
}
.social_21.blue {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.blue i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.blue.fb i {
  background-position: 0px -126px;
}
.social_21.blue.fb:hover i {
  background-position: 0px -147px;
}
.social_21.blue.fb-c i {
  background-position: -21px -126px;
}
.social_21.blue.fb-c:hover i {
  background-position: -21px -147px;
}
.social_21.blue.tw i {
  background-position: -42px -126px;
}
.social_21.blue.tw:hover i {
  background-position: -42px -147px;
}
.social_21.blue.tw-c i {
  background-position: -63px -126px;
}
.social_21.blue.tw-c:hover i {
  background-position: -63px -147px;
}
.social_21.blue.gp i {
  background-position: -84px -126px;
}
.social_21.blue.gp:hover i {
  background-position: -84px -147px;
}
.social_21.blue.gp-c i {
  background-position: -105px -126px;
}
.social_21.blue.gp-c:hover i {
  background-position: -105px -147px;
}
.social_21.blue.pi i {
  background-position: -126px -126px;
}
.social_21.blue.pi:hover i {
  background-position: -126px -147px;
}
.social_21.blue.tu i {
  background-position: -147px -126px;
}
.social_21.blue.tu:hover i {
  background-position: -147px -147px;
}
.social_21.blue.tu-c i {
  background-position: -168px -126px;
}
.social_21.blue.tu-c:hover i {
  background-position: -168px -147px;
}
.social_21.blue.in i {
  background-position: -189px -126px;
}
.social_21.blue.in:hover i {
  background-position: -189px -147px;
}
.social_21.blue.in-c i {
  background-position: -210px -126px;
}
.social_21.blue.in-c:hover i {
  background-position: -210px -147px;
}
.social_21.blue.dr i {
  background-position: -231px -126px;
}
.social_21.blue.dr:hover i {
  background-position: -231px -147px;
}
.social_21.blue.dr-c i {
  background-position: -252px -126px;
}
.social_21.blue.dr-c:hover i {
  background-position: -252px -147px;
}
.social_21.blue.su i {
  background-position: -273px -126px;
}
.social_21.blue.su:hover i {
  background-position: -273px -147px;
}
.social_21.blue.su-c i {
  background-position: -294px -126px;
}
.social_21.blue.su-c:hover i {
  background-position: -294px -147px;
}
.social_21.blue.af i {
  background-position: -315px -126px;
}
.social_21.blue.af:hover i {
  background-position: -315px -147px;
}
.social_21.blue.af-c i {
  background-position: -336px -126px;
}
.social_21.blue.af-c:hover i {
  background-position: -336px -147px;
}
.social_21.blue.sk i {
  background-position: -357px -126px;
}
.social_21.blue.sk:hover i {
  background-position: -357px -147px;
}
.social_21.blue.sk-c i {
  background-position: -378px -126px;
}
.social_21.blue.sk-c:hover i {
  background-position: -378px -147px;
}
.social_21.blue.sc i {
  background-position: -399px -126px;
}
.social_21.blue.sc:hover i {
  background-position: -399px -147px;
}
.social_21.blue.ig i {
  background-position: -420px -126px;
}
.social_21.blue.ig:hover i {
  background-position: -420px -147px;
}
.social_21.blue.db i {
  background-position: -441px -126px;
}
.social_21.blue.db:hover i {
  background-position: -441px -147px;
}
.social_21.blue.be i {
  background-position: -462px -126px;
}
.social_21.blue.be:hover i {
  background-position: -462px -147px;
}
.social_21.blue.fl i {
  background-position: -483px -126px;
}
.social_21.blue.fl:hover i {
  background-position: -483px -147px;
}
.social_21.blue.fl-c i {
  background-position: -504px -126px;
}
.social_21.blue.fl-c:hover i {
  background-position: -504px -147px;
}
.social_21.blue.vm i {
  background-position: -525px -126px;
}
.social_21.blue.vm:hover i {
  background-position: -525px -147px;
}
.social_21.blue.vm-c i {
  background-position: -546px -126px;
}
.social_21.blue.vm-c:hover i {
  background-position: -546px -147px;
}
.social_21.blue.yt i {
  background-position: -567px -126px;
}
.social_21.blue.yt:hover i {
  background-position: -567px -147px;
}
.social_21.blue:hover {
  background-color: #009aff;
}
.social_21.red {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.red i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.red.fb i {
  background-position: 0px -252px;
}
.social_21.red.fb:hover i {
  background-position: 0px -273px;
}
.social_21.red.fb-c i {
  background-position: -21px -252px;
}
.social_21.red.fb-c:hover i {
  background-position: -21px -273px;
}
.social_21.red.tw i {
  background-position: -42px -252px;
}
.social_21.red.tw:hover i {
  background-position: -42px -273px;
}
.social_21.red.tw-c i {
  background-position: -63px -252px;
}
.social_21.red.tw-c:hover i {
  background-position: -63px -273px;
}
.social_21.red.gp i {
  background-position: -84px -252px;
}
.social_21.red.gp:hover i {
  background-position: -84px -273px;
}
.social_21.red.gp-c i {
  background-position: -105px -252px;
}
.social_21.red.gp-c:hover i {
  background-position: -105px -273px;
}
.social_21.red.pi i {
  background-position: -126px -252px;
}
.social_21.red.pi:hover i {
  background-position: -126px -273px;
}
.social_21.red.tu i {
  background-position: -147px -252px;
}
.social_21.red.tu:hover i {
  background-position: -147px -273px;
}
.social_21.red.tu-c i {
  background-position: -168px -252px;
}
.social_21.red.tu-c:hover i {
  background-position: -168px -273px;
}
.social_21.red.in i {
  background-position: -189px -252px;
}
.social_21.red.in:hover i {
  background-position: -189px -273px;
}
.social_21.red.in-c i {
  background-position: -210px -252px;
}
.social_21.red.in-c:hover i {
  background-position: -210px -273px;
}
.social_21.red.dr i {
  background-position: -231px -252px;
}
.social_21.red.dr:hover i {
  background-position: -231px -273px;
}
.social_21.red.dr-c i {
  background-position: -252px -252px;
}
.social_21.red.dr-c:hover i {
  background-position: -252px -273px;
}
.social_21.red.su i {
  background-position: -273px -252px;
}
.social_21.red.su:hover i {
  background-position: -273px -273px;
}
.social_21.red.su-c i {
  background-position: -294px -252px;
}
.social_21.red.su-c:hover i {
  background-position: -294px -273px;
}
.social_21.red.af i {
  background-position: -315px -252px;
}
.social_21.red.af:hover i {
  background-position: -315px -273px;
}
.social_21.red.af-c i {
  background-position: -336px -252px;
}
.social_21.red.af-c:hover i {
  background-position: -336px -273px;
}
.social_21.red.sk i {
  background-position: -357px -252px;
}
.social_21.red.sk:hover i {
  background-position: -357px -273px;
}
.social_21.red.sk-c i {
  background-position: -378px -252px;
}
.social_21.red.sk-c:hover i {
  background-position: -378px -273px;
}
.social_21.red.sc i {
  background-position: -399px -252px;
}
.social_21.red.sc:hover i {
  background-position: -399px -273px;
}
.social_21.red.ig i {
  background-position: -420px -252px;
}
.social_21.red.ig:hover i {
  background-position: -420px -273px;
}
.social_21.red.db i {
  background-position: -441px -252px;
}
.social_21.red.db:hover i {
  background-position: -441px -273px;
}
.social_21.red.be i {
  background-position: -462px -252px;
}
.social_21.red.be:hover i {
  background-position: -462px -273px;
}
.social_21.red.fl i {
  background-position: -483px -252px;
}
.social_21.red.fl:hover i {
  background-position: -483px -273px;
}
.social_21.red.fl-c i {
  background-position: -504px -252px;
}
.social_21.red.fl-c:hover i {
  background-position: -504px -273px;
}
.social_21.red.vm i {
  background-position: -525px -252px;
}
.social_21.red.vm:hover i {
  background-position: -525px -273px;
}
.social_21.red.vm-c i {
  background-position: -546px -252px;
}
.social_21.red.vm-c:hover i {
  background-position: -546px -273px;
}
.social_21.red.yt i {
  background-position: -567px -252px;
}
.social_21.red.yt:hover i {
  background-position: -567px -273px;
}
.social_21.red:hover {
  background-color: #d62121;
}
.social_21.orange {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.orange i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.orange.fb i {
  background-position: 0px -168px;
}
.social_21.orange.fb:hover i {
  background-position: 0px -189px;
}
.social_21.orange.fb-c i {
  background-position: -21px -168px;
}
.social_21.orange.fb-c:hover i {
  background-position: -21px -189px;
}
.social_21.orange.tw i {
  background-position: -42px -168px;
}
.social_21.orange.tw:hover i {
  background-position: -42px -189px;
}
.social_21.orange.tw-c i {
  background-position: -63px -168px;
}
.social_21.orange.tw-c:hover i {
  background-position: -63px -189px;
}
.social_21.orange.gp i {
  background-position: -84px -168px;
}
.social_21.orange.gp:hover i {
  background-position: -84px -189px;
}
.social_21.orange.gp-c i {
  background-position: -105px -168px;
}
.social_21.orange.gp-c:hover i {
  background-position: -105px -189px;
}
.social_21.orange.pi i {
  background-position: -126px -168px;
}
.social_21.orange.pi:hover i {
  background-position: -126px -189px;
}
.social_21.orange.tu i {
  background-position: -147px -168px;
}
.social_21.orange.tu:hover i {
  background-position: -147px -189px;
}
.social_21.orange.tu-c i {
  background-position: -168px -168px;
}
.social_21.orange.tu-c:hover i {
  background-position: -168px -189px;
}
.social_21.orange.in i {
  background-position: -189px -168px;
}
.social_21.orange.in:hover i {
  background-position: -189px -189px;
}
.social_21.orange.in-c i {
  background-position: -210px -168px;
}
.social_21.orange.in-c:hover i {
  background-position: -210px -189px;
}
.social_21.orange.dr i {
  background-position: -231px -168px;
}
.social_21.orange.dr:hover i {
  background-position: -231px -189px;
}
.social_21.orange.dr-c i {
  background-position: -252px -168px;
}
.social_21.orange.dr-c:hover i {
  background-position: -252px -189px;
}
.social_21.orange.su i {
  background-position: -273px -168px;
}
.social_21.orange.su:hover i {
  background-position: -273px -189px;
}
.social_21.orange.su-c i {
  background-position: -294px -168px;
}
.social_21.orange.su-c:hover i {
  background-position: -294px -189px;
}
.social_21.orange.af i {
  background-position: -315px -168px;
}
.social_21.orange.af:hover i {
  background-position: -315px -189px;
}
.social_21.orange.af-c i {
  background-position: -336px -168px;
}
.social_21.orange.af-c:hover i {
  background-position: -336px -189px;
}
.social_21.orange.sk i {
  background-position: -357px -168px;
}
.social_21.orange.sk:hover i {
  background-position: -357px -189px;
}
.social_21.orange.sk-c i {
  background-position: -378px -168px;
}
.social_21.orange.sk-c:hover i {
  background-position: -378px -189px;
}
.social_21.orange.sc i {
  background-position: -399px -168px;
}
.social_21.orange.sc:hover i {
  background-position: -399px -189px;
}
.social_21.orange.ig i {
  background-position: -420px -168px;
}
.social_21.orange.ig:hover i {
  background-position: -420px -189px;
}
.social_21.orange.db i {
  background-position: -441px -168px;
}
.social_21.orange.db:hover i {
  background-position: -441px -189px;
}
.social_21.orange.be i {
  background-position: -462px -168px;
}
.social_21.orange.be:hover i {
  background-position: -462px -189px;
}
.social_21.orange.fl i {
  background-position: -483px -168px;
}
.social_21.orange.fl:hover i {
  background-position: -483px -189px;
}
.social_21.orange.fl-c i {
  background-position: -504px -168px;
}
.social_21.orange.fl-c:hover i {
  background-position: -504px -189px;
}
.social_21.orange.vm i {
  background-position: -525px -168px;
}
.social_21.orange.vm:hover i {
  background-position: -525px -189px;
}
.social_21.orange.vm-c i {
  background-position: -546px -168px;
}
.social_21.orange.vm-c:hover i {
  background-position: -546px -189px;
}
.social_21.orange.yt i {
  background-position: -567px -168px;
}
.social_21.orange.yt:hover i {
  background-position: -567px -189px;
}
.social_21.orange:hover {
  background-color: #666666;
}
.social_21.purple {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.purple i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.purple.fb i {
  background-position: 0px -210px;
}
.social_21.purple.fb:hover i {
  background-position: 0px -231px;
}
.social_21.purple.fb-c i {
  background-position: -21px -210px;
}
.social_21.purple.fb-c:hover i {
  background-position: -21px -231px;
}
.social_21.purple.tw i {
  background-position: -42px -210px;
}
.social_21.purple.tw:hover i {
  background-position: -42px -231px;
}
.social_21.purple.tw-c i {
  background-position: -63px -210px;
}
.social_21.purple.tw-c:hover i {
  background-position: -63px -231px;
}
.social_21.purple.gp i {
  background-position: -84px -210px;
}
.social_21.purple.gp:hover i {
  background-position: -84px -231px;
}
.social_21.purple.gp-c i {
  background-position: -105px -210px;
}
.social_21.purple.gp-c:hover i {
  background-position: -105px -231px;
}
.social_21.purple.pi i {
  background-position: -126px -210px;
}
.social_21.purple.pi:hover i {
  background-position: -126px -231px;
}
.social_21.purple.tu i {
  background-position: -147px -210px;
}
.social_21.purple.tu:hover i {
  background-position: -147px -231px;
}
.social_21.purple.tu-c i {
  background-position: -168px -210px;
}
.social_21.purple.tu-c:hover i {
  background-position: -168px -231px;
}
.social_21.purple.in i {
  background-position: -189px -210px;
}
.social_21.purple.in:hover i {
  background-position: -189px -231px;
}
.social_21.purple.in-c i {
  background-position: -210px -210px;
}
.social_21.purple.in-c:hover i {
  background-position: -210px -231px;
}
.social_21.purple.dr i {
  background-position: -231px -210px;
}
.social_21.purple.dr:hover i {
  background-position: -231px -231px;
}
.social_21.purple.dr-c i {
  background-position: -252px -210px;
}
.social_21.purple.dr-c:hover i {
  background-position: -252px -231px;
}
.social_21.purple.su i {
  background-position: -273px -210px;
}
.social_21.purple.su:hover i {
  background-position: -273px -231px;
}
.social_21.purple.su-c i {
  background-position: -294px -210px;
}
.social_21.purple.su-c:hover i {
  background-position: -294px -231px;
}
.social_21.purple.af i {
  background-position: -315px -210px;
}
.social_21.purple.af:hover i {
  background-position: -315px -231px;
}
.social_21.purple.af-c i {
  background-position: -336px -210px;
}
.social_21.purple.af-c:hover i {
  background-position: -336px -231px;
}
.social_21.purple.sk i {
  background-position: -357px -210px;
}
.social_21.purple.sk:hover i {
  background-position: -357px -231px;
}
.social_21.purple.sk-c i {
  background-position: -378px -210px;
}
.social_21.purple.sk-c:hover i {
  background-position: -378px -231px;
}
.social_21.purple.sc i {
  background-position: -399px -210px;
}
.social_21.purple.sc:hover i {
  background-position: -399px -231px;
}
.social_21.purple.ig i {
  background-position: -420px -210px;
}
.social_21.purple.ig:hover i {
  background-position: -420px -231px;
}
.social_21.purple.db i {
  background-position: -441px -210px;
}
.social_21.purple.db:hover i {
  background-position: -441px -231px;
}
.social_21.purple.be i {
  background-position: -462px -210px;
}
.social_21.purple.be:hover i {
  background-position: -462px -231px;
}
.social_21.purple.fl i {
  background-position: -483px -210px;
}
.social_21.purple.fl:hover i {
  background-position: -483px -231px;
}
.social_21.purple.fl-c i {
  background-position: -504px -210px;
}
.social_21.purple.fl-c:hover i {
  background-position: -504px -231px;
}
.social_21.purple.vm i {
  background-position: -525px -210px;
}
.social_21.purple.vm:hover i {
  background-position: -525px -231px;
}
.social_21.purple.vm-c i {
  background-position: -546px -210px;
}
.social_21.purple.vm-c:hover i {
  background-position: -546px -231px;
}
.social_21.purple.yt i {
  background-position: -567px -210px;
}
.social_21.purple.yt:hover i {
  background-position: -567px -231px;
}
.social_21.purple:hover {
  background-color: #662d91;
}
.social_21.gray {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.gray i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.gray.fb i {
  background-position: 0px -294px;
}
.social_21.gray.fb:hover i {
  background-position: 0px -315px;
}
.social_21.gray.fb-c i {
  background-position: -21px -294px;
}
.social_21.gray.fb-c:hover i {
  background-position: -21px -315px;
}
.social_21.gray.tw i {
  background-position: -42px -294px;
}
.social_21.gray.tw:hover i {
  background-position: -42px -315px;
}
.social_21.gray.tw-c i {
  background-position: -63px -294px;
}
.social_21.gray.tw-c:hover i {
  background-position: -63px -315px;
}
.social_21.gray.gp i {
  background-position: -84px -294px;
}
.social_21.gray.gp:hover i {
  background-position: -84px -315px;
}
.social_21.gray.gp-c i {
  background-position: -105px -294px;
}
.social_21.gray.gp-c:hover i {
  background-position: -105px -315px;
}
.social_21.gray.pi i {
  background-position: -126px -294px;
}
.social_21.gray.pi:hover i {
  background-position: -126px -315px;
}
.social_21.gray.tu i {
  background-position: -147px -294px;
}
.social_21.gray.tu:hover i {
  background-position: -147px -315px;
}
.social_21.gray.tu-c i {
  background-position: -168px -294px;
}
.social_21.gray.tu-c:hover i {
  background-position: -168px -315px;
}
.social_21.gray.in i {
  background-position: -189px -294px;
}
.social_21.gray.in:hover i {
  background-position: -189px -315px;
}
.social_21.gray.in-c i {
  background-position: -210px -294px;
}
.social_21.gray.in-c:hover i {
  background-position: -210px -315px;
}
.social_21.gray.dr i {
  background-position: -231px -294px;
}
.social_21.gray.dr:hover i {
  background-position: -231px -315px;
}
.social_21.gray.dr-c i {
  background-position: -252px -294px;
}
.social_21.gray.dr-c:hover i {
  background-position: -252px -315px;
}
.social_21.gray.su i {
  background-position: -273px -294px;
}
.social_21.gray.su:hover i {
  background-position: -273px -315px;
}
.social_21.gray.su-c i {
  background-position: -294px -294px;
}
.social_21.gray.su-c:hover i {
  background-position: -294px -315px;
}
.social_21.gray.af i {
  background-position: -315px -294px;
}
.social_21.gray.af:hover i {
  background-position: -315px -315px;
}
.social_21.gray.af-c i {
  background-position: -336px -294px;
}
.social_21.gray.af-c:hover i {
  background-position: -336px -315px;
}
.social_21.gray.sk i {
  background-position: -357px -294px;
}
.social_21.gray.sk:hover i {
  background-position: -357px -315px;
}
.social_21.gray.sk-c i {
  background-position: -378px -294px;
}
.social_21.gray.sk-c:hover i {
  background-position: -378px -315px;
}
.social_21.gray.sc i {
  background-position: -399px -294px;
}
.social_21.gray.sc:hover i {
  background-position: -399px -315px;
}
.social_21.gray.ig i {
  background-position: -420px -294px;
}
.social_21.gray.ig:hover i {
  background-position: -420px -315px;
}
.social_21.gray.db i {
  background-position: -441px -294px;
}
.social_21.gray.db:hover i {
  background-position: -441px -315px;
}
.social_21.gray.be i {
  background-position: -462px -294px;
}
.social_21.gray.be:hover i {
  background-position: -462px -315px;
}
.social_21.gray.fl i {
  background-position: -483px -294px;
}
.social_21.gray.fl:hover i {
  background-position: -483px -315px;
}
.social_21.gray.fl-c i {
  background-position: -504px -294px;
}
.social_21.gray.fl-c:hover i {
  background-position: -504px -315px;
}
.social_21.gray.vm i {
  background-position: -525px -294px;
}
.social_21.gray.vm:hover i {
  background-position: -525px -315px;
}
.social_21.gray.vm-c i {
  background-position: -546px -294px;
}
.social_21.gray.vm-c:hover i {
  background-position: -546px -315px;
}
.social_21.gray.yt i {
  background-position: -567px -294px;
}
.social_21.gray.yt:hover i {
  background-position: -567px -315px;
}
.social_21.gray:hover {
  background-color: #b6b6b8;
}
.social_21.header {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
}
.social_21.header i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.header.fb i {
  background-position: 0px -294px;
}
.social_21.header.fb:hover i {
  background-position: 0px -168px;
}
.social_21.header.fb-c i {
  background-position: -21px -294px;
}
.social_21.header.fb-c:hover i {
  background-position: -21px -168px;
}
.social_21.header.tw i {
  background-position: -42px -294px;
}
.social_21.header.tw:hover i {
  background-position: -42px -168px;
}
.social_21.header.tw-c i {
  background-position: -63px -294px;
}
.social_21.header.tw-c:hover i {
  background-position: -63px -168px;
}
.social_21.header.gp i {
  background-position: -84px -294px;
}
.social_21.header.gp:hover i {
  background-position: -84px -168px;
}
.social_21.header.gp-c i {
  background-position: -105px -294px;
}
.social_21.header.gp-c:hover i {
  background-position: -105px -168px;
}
.social_21.header.pi i {
  background-position: -126px -294px;
}
.social_21.header.pi:hover i {
  background-position: -126px -168px;
}
.social_21.header.tu i {
  background-position: -147px -294px;
}
.social_21.header.tu:hover i {
  background-position: -147px -168px;
}
.social_21.header.tu-c i {
  background-position: -168px -294px;
}
.social_21.header.tu-c:hover i {
  background-position: -168px -168px;
}
.social_21.header.in i {
  background-position: -189px -294px;
}
.social_21.header.in:hover i {
  background-position: -189px -168px;
}
.social_21.header.in-c i {
  background-position: -210px -294px;
}
.social_21.header.in-c:hover i {
  background-position: -210px -168px;
}
.social_21.header.dr i {
  background-position: -231px -294px;
}
.social_21.header.dr:hover i {
  background-position: -231px -168px;
}
.social_21.header.dr-c i {
  background-position: -252px -294px;
}
.social_21.header.dr-c:hover i {
  background-position: -252px -168px;
}
.social_21.header.su i {
  background-position: -273px -294px;
}
.social_21.header.su:hover i {
  background-position: -273px -168px;
}
.social_21.header.su-c i {
  background-position: -294px -294px;
}
.social_21.header.su-c:hover i {
  background-position: -294px -168px;
}
.social_21.header.af i {
  background-position: -315px -294px;
}
.social_21.header.af:hover i {
  background-position: -315px -168px;
}
.social_21.header.af-c i {
  background-position: -336px -294px;
}
.social_21.header.af-c:hover i {
  background-position: -336px -168px;
}
.social_21.header.sk i {
  background-position: -357px -294px;
}
.social_21.header.sk:hover i {
  background-position: -357px -168px;
}
.social_21.header.sk-c i {
  background-position: -378px -294px;
}
.social_21.header.sk-c:hover i {
  background-position: -378px -168px;
}
.social_21.header.sc i {
  background-position: -399px -294px;
}
.social_21.header.sc:hover i {
  background-position: -399px -168px;
}
.social_21.header.ig i {
  background-position: -420px -294px;
}
.social_21.header.ig:hover i {
  background-position: -420px -168px;
}
.social_21.header.db i {
  background-position: -441px -294px;
}
.social_21.header.db:hover i {
  background-position: -441px -168px;
}
.social_21.header.be i {
  background-position: -462px -294px;
}
.social_21.header.be:hover i {
  background-position: -462px -168px;
}
.social_21.header.fl i {
  background-position: -483px -294px;
}
.social_21.header.fl:hover i {
  background-position: -483px -168px;
}
.social_21.header.fl-c i {
  background-position: -504px -294px;
}
.social_21.header.fl-c:hover i {
  background-position: -504px -168px;
}
.social_21.header.vm i {
  background-position: -525px -294px;
}
.social_21.header.vm:hover i {
  background-position: -525px -168px;
}
.social_21.header.vm-c i {
  background-position: -546px -294px;
}
.social_21.header.vm-c:hover i {
  background-position: -546px -168px;
}
.social_21.header.yt i {
  background-position: -567px -294px;
}
.social_21.header.yt:hover i {
  background-position: -567px -168px;
}
.social_21.header i {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.social_21.header:hover {
  background-color: #f4f4f4;
}
.social_21.footer {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 21px;
  height: 21px;
  background-color: rgba(40, 40, 40, 0.4);
  padding: 3px;
}
.social_21.footer i {
  width: 21px;
  height: 21px;
  background: url("../images/social_icons_21.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 21px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_21.footer.fb i {
  background-position: 0px -189px;
}
.social_21.footer.fb:hover i {
  background-position: 0px -168px;
}
.social_21.footer.fb-c i {
  background-position: -21px -189px;
}
.social_21.footer.fb-c:hover i {
  background-position: -21px -168px;
}
.social_21.footer.tw i {
  background-position: -42px -189px;
}
.social_21.footer.tw:hover i {
  background-position: -42px -168px;
}
.social_21.footer.tw-c i {
  background-position: -63px -189px;
}
.social_21.footer.tw-c:hover i {
  background-position: -63px -168px;
}
.social_21.footer.gp i {
  background-position: -84px -189px;
}
.social_21.footer.gp:hover i {
  background-position: -84px -168px;
}
.social_21.footer.gp-c i {
  background-position: -105px -189px;
}
.social_21.footer.gp-c:hover i {
  background-position: -105px -168px;
}
.social_21.footer.pi i {
  background-position: -126px -189px;
}
.social_21.footer.pi:hover i {
  background-position: -126px -168px;
}
.social_21.footer.tu i {
  background-position: -147px -189px;
}
.social_21.footer.tu:hover i {
  background-position: -147px -168px;
}
.social_21.footer.tu-c i {
  background-position: -168px -189px;
}
.social_21.footer.tu-c:hover i {
  background-position: -168px -168px;
}
.social_21.footer.in i {
  background-position: -189px -189px;
}
.social_21.footer.in:hover i {
  background-position: -189px -168px;
}
.social_21.footer.in-c i {
  background-position: -210px -189px;
}
.social_21.footer.in-c:hover i {
  background-position: -210px -168px;
}
.social_21.footer.dr i {
  background-position: -231px -189px;
}
.social_21.footer.dr:hover i {
  background-position: -231px -168px;
}
.social_21.footer.dr-c i {
  background-position: -252px -189px;
}
.social_21.footer.dr-c:hover i {
  background-position: -252px -168px;
}
.social_21.footer.su i {
  background-position: -273px -189px;
}
.social_21.footer.su:hover i {
  background-position: -273px -168px;
}
.social_21.footer.su-c i {
  background-position: -294px -189px;
}
.social_21.footer.su-c:hover i {
  background-position: -294px -168px;
}
.social_21.footer.af i {
  background-position: -315px -189px;
}
.social_21.footer.af:hover i {
  background-position: -315px -168px;
}
.social_21.footer.af-c i {
  background-position: -336px -189px;
}
.social_21.footer.af-c:hover i {
  background-position: -336px -168px;
}
.social_21.footer.sk i {
  background-position: -357px -189px;
}
.social_21.footer.sk:hover i {
  background-position: -357px -168px;
}
.social_21.footer.sk-c i {
  background-position: -378px -189px;
}
.social_21.footer.sk-c:hover i {
  background-position: -378px -168px;
}
.social_21.footer.sc i {
  background-position: -399px -189px;
}
.social_21.footer.sc:hover i {
  background-position: -399px -168px;
}
.social_21.footer.ig i {
  background-position: -420px -189px;
}
.social_21.footer.ig:hover i {
  background-position: -420px -168px;
}
.social_21.footer.db i {
  background-position: -441px -189px;
}
.social_21.footer.db:hover i {
  background-position: -441px -168px;
}
.social_21.footer.be i {
  background-position: -462px -189px;
}
.social_21.footer.be:hover i {
  background-position: -462px -168px;
}
.social_21.footer.fl i {
  background-position: -483px -189px;
}
.social_21.footer.fl:hover i {
  background-position: -483px -168px;
}
.social_21.footer.fl-c i {
  background-position: -504px -189px;
}
.social_21.footer.fl-c:hover i {
  background-position: -504px -168px;
}
.social_21.footer.vm i {
  background-position: -525px -189px;
}
.social_21.footer.vm:hover i {
  background-position: -525px -168px;
}
.social_21.footer.vm-c i {
  background-position: -546px -189px;
}
.social_21.footer.vm-c:hover i {
  background-position: -546px -168px;
}
.social_21.footer.yt i {
  background-position: -567px -189px;
}
.social_21.footer.yt:hover i {
  background-position: -567px -168px;
}
.social_21.footer:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.social_16 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
  padding: 3px;
}
.social_16 i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.fb i {
  background-position: 0px 0px;
}
.social_16.fb:hover i {
  background-position: 0px -16px;
}
.social_16.fb-c i {
  background-position: -16px 0px;
}
.social_16.fb-c:hover i {
  background-position: -16px -16px;
}
.social_16.tw i {
  background-position: -32px 0px;
}
.social_16.tw:hover i {
  background-position: -32px -16px;
}
.social_16.tw-c i {
  background-position: -48px 0px;
}
.social_16.tw-c:hover i {
  background-position: -48px -16px;
}
.social_16.gp i {
  background-position: -64px 0px;
}
.social_16.gp:hover i {
  background-position: -64px -16px;
}
.social_16.gp-c i {
  background-position: -80px 0px;
}
.social_16.gp-c:hover i {
  background-position: -80px -16px;
}
.social_16.pi i {
  background-position: -96px 0px;
}
.social_16.pi:hover i {
  background-position: -96px -16px;
}
.social_16.tu i {
  background-position: -112px 0px;
}
.social_16.tu:hover i {
  background-position: -112px -16px;
}
.social_16.tu-c i {
  background-position: -128px 0px;
}
.social_16.tu-c:hover i {
  background-position: -128px -16px;
}
.social_16.in i {
  background-position: -144px 0px;
}
.social_16.in:hover i {
  background-position: -144px -16px;
}
.social_16.in-c i {
  background-position: -160px 0px;
}
.social_16.in-c:hover i {
  background-position: -160px -16px;
}
.social_16.dr i {
  background-position: -176px 0px;
}
.social_16.dr:hover i {
  background-position: -176px -16px;
}
.social_16.dr-c i {
  background-position: -192px 0px;
}
.social_16.dr-c:hover i {
  background-position: -192px -16px;
}
.social_16.su i {
  background-position: -208px 0px;
}
.social_16.su:hover i {
  background-position: -208px -16px;
}
.social_16.su-c i {
  background-position: -224px 0px;
}
.social_16.su-c:hover i {
  background-position: -224px -16px;
}
.social_16.af i {
  background-position: -240px 0px;
}
.social_16.af:hover i {
  background-position: -240px -16px;
}
.social_16.af-c i {
  background-position: -256px 0px;
}
.social_16.af-c:hover i {
  background-position: -256px -16px;
}
.social_16.sk i {
  background-position: -272px 0px;
}
.social_16.sk:hover i {
  background-position: -272px -16px;
}
.social_16.sk-c i {
  background-position: -288px 0px;
}
.social_16.sk-c:hover i {
  background-position: -288px -16px;
}
.social_16.sc i {
  background-position: -304px 0px;
}
.social_16.sc:hover i {
  background-position: -304px -16px;
}
.social_16.ig i {
  background-position: -320px 0px;
}
.social_16.ig:hover i {
  background-position: -320px -16px;
}
.social_16.db i {
  background-position: -336px 0px;
}
.social_16.db:hover i {
  background-position: -336px -16px;
}
.social_16.be i {
  background-position: -352px 0px;
}
.social_16.be:hover i {
  background-position: -352px -16px;
}
.social_16.fl i {
  background-position: -368px 0px;
}
.social_16.fl:hover i {
  background-position: -368px -16px;
}
.social_16.fl-c i {
  background-position: -384px 0px;
}
.social_16.fl-c:hover i {
  background-position: -384px -16px;
}
.social_16.vm i {
  background-position: -400px 0px;
}
.social_16.vm:hover i {
  background-position: -400px -16px;
}
.social_16.vm-c i {
  background-position: -416px 0px;
}
.social_16.vm-c:hover i {
  background-position: -416px -16px;
}
.social_16.yt i {
  background-position: -432px 0px;
}
.social_16.yt:hover i {
  background-position: -432px -16px;
}
.social_16:hover {
  background-color: #000;
}
.social_16.pink {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.pink i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.pink.fb i {
  background-position: 0px -32px;
}
.social_16.pink.fb:hover i {
  background-position: 0px -48px;
}
.social_16.pink.fb-c i {
  background-position: -16px -32px;
}
.social_16.pink.fb-c:hover i {
  background-position: -16px -48px;
}
.social_16.pink.tw i {
  background-position: -32px -32px;
}
.social_16.pink.tw:hover i {
  background-position: -32px -48px;
}
.social_16.pink.tw-c i {
  background-position: -48px -32px;
}
.social_16.pink.tw-c:hover i {
  background-position: -48px -48px;
}
.social_16.pink.gp i {
  background-position: -64px -32px;
}
.social_16.pink.gp:hover i {
  background-position: -64px -48px;
}
.social_16.pink.gp-c i {
  background-position: -80px -32px;
}
.social_16.pink.gp-c:hover i {
  background-position: -80px -48px;
}
.social_16.pink.pi i {
  background-position: -96px -32px;
}
.social_16.pink.pi:hover i {
  background-position: -96px -48px;
}
.social_16.pink.tu i {
  background-position: -112px -32px;
}
.social_16.pink.tu:hover i {
  background-position: -112px -48px;
}
.social_16.pink.tu-c i {
  background-position: -128px -32px;
}
.social_16.pink.tu-c:hover i {
  background-position: -128px -48px;
}
.social_16.pink.in i {
  background-position: -144px -32px;
}
.social_16.pink.in:hover i {
  background-position: -144px -48px;
}
.social_16.pink.in-c i {
  background-position: -160px -32px;
}
.social_16.pink.in-c:hover i {
  background-position: -160px -48px;
}
.social_16.pink.dr i {
  background-position: -176px -32px;
}
.social_16.pink.dr:hover i {
  background-position: -176px -48px;
}
.social_16.pink.dr-c i {
  background-position: -192px -32px;
}
.social_16.pink.dr-c:hover i {
  background-position: -192px -48px;
}
.social_16.pink.su i {
  background-position: -208px -32px;
}
.social_16.pink.su:hover i {
  background-position: -208px -48px;
}
.social_16.pink.su-c i {
  background-position: -224px -32px;
}
.social_16.pink.su-c:hover i {
  background-position: -224px -48px;
}
.social_16.pink.af i {
  background-position: -240px -32px;
}
.social_16.pink.af:hover i {
  background-position: -240px -48px;
}
.social_16.pink.af-c i {
  background-position: -256px -32px;
}
.social_16.pink.af-c:hover i {
  background-position: -256px -48px;
}
.social_16.pink.sk i {
  background-position: -272px -32px;
}
.social_16.pink.sk:hover i {
  background-position: -272px -48px;
}
.social_16.pink.sk-c i {
  background-position: -288px -32px;
}
.social_16.pink.sk-c:hover i {
  background-position: -288px -48px;
}
.social_16.pink.sc i {
  background-position: -304px -32px;
}
.social_16.pink.sc:hover i {
  background-position: -304px -48px;
}
.social_16.pink.ig i {
  background-position: -320px -32px;
}
.social_16.pink.ig:hover i {
  background-position: -320px -48px;
}
.social_16.pink.db i {
  background-position: -336px -32px;
}
.social_16.pink.db:hover i {
  background-position: -336px -48px;
}
.social_16.pink.be i {
  background-position: -352px -32px;
}
.social_16.pink.be:hover i {
  background-position: -352px -48px;
}
.social_16.pink.fl i {
  background-position: -368px -32px;
}
.social_16.pink.fl:hover i {
  background-position: -368px -48px;
}
.social_16.pink.fl-c i {
  background-position: -384px -32px;
}
.social_16.pink.fl-c:hover i {
  background-position: -384px -48px;
}
.social_16.pink.vm i {
  background-position: -400px -32px;
}
.social_16.pink.vm:hover i {
  background-position: -400px -48px;
}
.social_16.pink.vm-c i {
  background-position: -416px -32px;
}
.social_16.pink.vm-c:hover i {
  background-position: -416px -48px;
}
.social_16.pink.yt i {
  background-position: -432px -32px;
}
.social_16.pink.yt:hover i {
  background-position: -432px -48px;
}
.social_16.pink:hover {
  background-color: #dc1355;
}
.social_16.green {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.green i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.green.fb i {
  background-position: 0px -64px;
}
.social_16.green.fb:hover i {
  background-position: 0px -80px;
}
.social_16.green.fb-c i {
  background-position: -16px -64px;
}
.social_16.green.fb-c:hover i {
  background-position: -16px -80px;
}
.social_16.green.tw i {
  background-position: -32px -64px;
}
.social_16.green.tw:hover i {
  background-position: -32px -80px;
}
.social_16.green.tw-c i {
  background-position: -48px -64px;
}
.social_16.green.tw-c:hover i {
  background-position: -48px -80px;
}
.social_16.green.gp i {
  background-position: -64px -64px;
}
.social_16.green.gp:hover i {
  background-position: -64px -80px;
}
.social_16.green.gp-c i {
  background-position: -80px -64px;
}
.social_16.green.gp-c:hover i {
  background-position: -80px -80px;
}
.social_16.green.pi i {
  background-position: -96px -64px;
}
.social_16.green.pi:hover i {
  background-position: -96px -80px;
}
.social_16.green.tu i {
  background-position: -112px -64px;
}
.social_16.green.tu:hover i {
  background-position: -112px -80px;
}
.social_16.green.tu-c i {
  background-position: -128px -64px;
}
.social_16.green.tu-c:hover i {
  background-position: -128px -80px;
}
.social_16.green.in i {
  background-position: -144px -64px;
}
.social_16.green.in:hover i {
  background-position: -144px -80px;
}
.social_16.green.in-c i {
  background-position: -160px -64px;
}
.social_16.green.in-c:hover i {
  background-position: -160px -80px;
}
.social_16.green.dr i {
  background-position: -176px -64px;
}
.social_16.green.dr:hover i {
  background-position: -176px -80px;
}
.social_16.green.dr-c i {
  background-position: -192px -64px;
}
.social_16.green.dr-c:hover i {
  background-position: -192px -80px;
}
.social_16.green.su i {
  background-position: -208px -64px;
}
.social_16.green.su:hover i {
  background-position: -208px -80px;
}
.social_16.green.su-c i {
  background-position: -224px -64px;
}
.social_16.green.su-c:hover i {
  background-position: -224px -80px;
}
.social_16.green.af i {
  background-position: -240px -64px;
}
.social_16.green.af:hover i {
  background-position: -240px -80px;
}
.social_16.green.af-c i {
  background-position: -256px -64px;
}
.social_16.green.af-c:hover i {
  background-position: -256px -80px;
}
.social_16.green.sk i {
  background-position: -272px -64px;
}
.social_16.green.sk:hover i {
  background-position: -272px -80px;
}
.social_16.green.sk-c i {
  background-position: -288px -64px;
}
.social_16.green.sk-c:hover i {
  background-position: -288px -80px;
}
.social_16.green.sc i {
  background-position: -304px -64px;
}
.social_16.green.sc:hover i {
  background-position: -304px -80px;
}
.social_16.green.ig i {
  background-position: -320px -64px;
}
.social_16.green.ig:hover i {
  background-position: -320px -80px;
}
.social_16.green.db i {
  background-position: -336px -64px;
}
.social_16.green.db:hover i {
  background-position: -336px -80px;
}
.social_16.green.be i {
  background-position: -352px -64px;
}
.social_16.green.be:hover i {
  background-position: -352px -80px;
}
.social_16.green.fl i {
  background-position: -368px -64px;
}
.social_16.green.fl:hover i {
  background-position: -368px -80px;
}
.social_16.green.fl-c i {
  background-position: -384px -64px;
}
.social_16.green.fl-c:hover i {
  background-position: -384px -80px;
}
.social_16.green.vm i {
  background-position: -400px -64px;
}
.social_16.green.vm:hover i {
  background-position: -400px -80px;
}
.social_16.green.vm-c i {
  background-position: -416px -64px;
}
.social_16.green.vm-c:hover i {
  background-position: -416px -80px;
}
.social_16.green.yt i {
  background-position: -432px -64px;
}
.social_16.green.yt:hover i {
  background-position: -432px -80px;
}
.social_16.green:hover {
  background-color: #88c100;
}
.social_16.blue {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.blue i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.blue.fb i {
  background-position: 0px -96px;
}
.social_16.blue.fb:hover i {
  background-position: 0px -112px;
}
.social_16.blue.fb-c i {
  background-position: -16px -96px;
}
.social_16.blue.fb-c:hover i {
  background-position: -16px -112px;
}
.social_16.blue.tw i {
  background-position: -32px -96px;
}
.social_16.blue.tw:hover i {
  background-position: -32px -112px;
}
.social_16.blue.tw-c i {
  background-position: -48px -96px;
}
.social_16.blue.tw-c:hover i {
  background-position: -48px -112px;
}
.social_16.blue.gp i {
  background-position: -64px -96px;
}
.social_16.blue.gp:hover i {
  background-position: -64px -112px;
}
.social_16.blue.gp-c i {
  background-position: -80px -96px;
}
.social_16.blue.gp-c:hover i {
  background-position: -80px -112px;
}
.social_16.blue.pi i {
  background-position: -96px -96px;
}
.social_16.blue.pi:hover i {
  background-position: -96px -112px;
}
.social_16.blue.tu i {
  background-position: -112px -96px;
}
.social_16.blue.tu:hover i {
  background-position: -112px -112px;
}
.social_16.blue.tu-c i {
  background-position: -128px -96px;
}
.social_16.blue.tu-c:hover i {
  background-position: -128px -112px;
}
.social_16.blue.in i {
  background-position: -144px -96px;
}
.social_16.blue.in:hover i {
  background-position: -144px -112px;
}
.social_16.blue.in-c i {
  background-position: -160px -96px;
}
.social_16.blue.in-c:hover i {
  background-position: -160px -112px;
}
.social_16.blue.dr i {
  background-position: -176px -96px;
}
.social_16.blue.dr:hover i {
  background-position: -176px -112px;
}
.social_16.blue.dr-c i {
  background-position: -192px -96px;
}
.social_16.blue.dr-c:hover i {
  background-position: -192px -112px;
}
.social_16.blue.su i {
  background-position: -208px -96px;
}
.social_16.blue.su:hover i {
  background-position: -208px -112px;
}
.social_16.blue.su-c i {
  background-position: -224px -96px;
}
.social_16.blue.su-c:hover i {
  background-position: -224px -112px;
}
.social_16.blue.af i {
  background-position: -240px -96px;
}
.social_16.blue.af:hover i {
  background-position: -240px -112px;
}
.social_16.blue.af-c i {
  background-position: -256px -96px;
}
.social_16.blue.af-c:hover i {
  background-position: -256px -112px;
}
.social_16.blue.sk i {
  background-position: -272px -96px;
}
.social_16.blue.sk:hover i {
  background-position: -272px -112px;
}
.social_16.blue.sk-c i {
  background-position: -288px -96px;
}
.social_16.blue.sk-c:hover i {
  background-position: -288px -112px;
}
.social_16.blue.sc i {
  background-position: -304px -96px;
}
.social_16.blue.sc:hover i {
  background-position: -304px -112px;
}
.social_16.blue.ig i {
  background-position: -320px -96px;
}
.social_16.blue.ig:hover i {
  background-position: -320px -112px;
}
.social_16.blue.db i {
  background-position: -336px -96px;
}
.social_16.blue.db:hover i {
  background-position: -336px -112px;
}
.social_16.blue.be i {
  background-position: -352px -96px;
}
.social_16.blue.be:hover i {
  background-position: -352px -112px;
}
.social_16.blue.fl i {
  background-position: -368px -96px;
}
.social_16.blue.fl:hover i {
  background-position: -368px -112px;
}
.social_16.blue.fl-c i {
  background-position: -384px -96px;
}
.social_16.blue.fl-c:hover i {
  background-position: -384px -112px;
}
.social_16.blue.vm i {
  background-position: -400px -96px;
}
.social_16.blue.vm:hover i {
  background-position: -400px -112px;
}
.social_16.blue.vm-c i {
  background-position: -416px -96px;
}
.social_16.blue.vm-c:hover i {
  background-position: -416px -112px;
}
.social_16.blue.yt i {
  background-position: -432px -96px;
}
.social_16.blue.yt:hover i {
  background-position: -432px -112px;
}
.social_16.blue:hover {
  background-color: #009aff;
}
.social_16.red {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.red i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.red.fb i {
  background-position: 0px -192px;
}
.social_16.red.fb:hover i {
  background-position: 0px -208px;
}
.social_16.red.fb-c i {
  background-position: -16px -192px;
}
.social_16.red.fb-c:hover i {
  background-position: -16px -208px;
}
.social_16.red.tw i {
  background-position: -32px -192px;
}
.social_16.red.tw:hover i {
  background-position: -32px -208px;
}
.social_16.red.tw-c i {
  background-position: -48px -192px;
}
.social_16.red.tw-c:hover i {
  background-position: -48px -208px;
}
.social_16.red.gp i {
  background-position: -64px -192px;
}
.social_16.red.gp:hover i {
  background-position: -64px -208px;
}
.social_16.red.gp-c i {
  background-position: -80px -192px;
}
.social_16.red.gp-c:hover i {
  background-position: -80px -208px;
}
.social_16.red.pi i {
  background-position: -96px -192px;
}
.social_16.red.pi:hover i {
  background-position: -96px -208px;
}
.social_16.red.tu i {
  background-position: -112px -192px;
}
.social_16.red.tu:hover i {
  background-position: -112px -208px;
}
.social_16.red.tu-c i {
  background-position: -128px -192px;
}
.social_16.red.tu-c:hover i {
  background-position: -128px -208px;
}
.social_16.red.in i {
  background-position: -144px -192px;
}
.social_16.red.in:hover i {
  background-position: -144px -208px;
}
.social_16.red.in-c i {
  background-position: -160px -192px;
}
.social_16.red.in-c:hover i {
  background-position: -160px -208px;
}
.social_16.red.dr i {
  background-position: -176px -192px;
}
.social_16.red.dr:hover i {
  background-position: -176px -208px;
}
.social_16.red.dr-c i {
  background-position: -192px -192px;
}
.social_16.red.dr-c:hover i {
  background-position: -192px -208px;
}
.social_16.red.su i {
  background-position: -208px -192px;
}
.social_16.red.su:hover i {
  background-position: -208px -208px;
}
.social_16.red.su-c i {
  background-position: -224px -192px;
}
.social_16.red.su-c:hover i {
  background-position: -224px -208px;
}
.social_16.red.af i {
  background-position: -240px -192px;
}
.social_16.red.af:hover i {
  background-position: -240px -208px;
}
.social_16.red.af-c i {
  background-position: -256px -192px;
}
.social_16.red.af-c:hover i {
  background-position: -256px -208px;
}
.social_16.red.sk i {
  background-position: -272px -192px;
}
.social_16.red.sk:hover i {
  background-position: -272px -208px;
}
.social_16.red.sk-c i {
  background-position: -288px -192px;
}
.social_16.red.sk-c:hover i {
  background-position: -288px -208px;
}
.social_16.red.sc i {
  background-position: -304px -192px;
}
.social_16.red.sc:hover i {
  background-position: -304px -208px;
}
.social_16.red.ig i {
  background-position: -320px -192px;
}
.social_16.red.ig:hover i {
  background-position: -320px -208px;
}
.social_16.red.db i {
  background-position: -336px -192px;
}
.social_16.red.db:hover i {
  background-position: -336px -208px;
}
.social_16.red.be i {
  background-position: -352px -192px;
}
.social_16.red.be:hover i {
  background-position: -352px -208px;
}
.social_16.red.fl i {
  background-position: -368px -192px;
}
.social_16.red.fl:hover i {
  background-position: -368px -208px;
}
.social_16.red.fl-c i {
  background-position: -384px -192px;
}
.social_16.red.fl-c:hover i {
  background-position: -384px -208px;
}
.social_16.red.vm i {
  background-position: -400px -192px;
}
.social_16.red.vm:hover i {
  background-position: -400px -208px;
}
.social_16.red.vm-c i {
  background-position: -416px -192px;
}
.social_16.red.vm-c:hover i {
  background-position: -416px -208px;
}
.social_16.red.yt i {
  background-position: -432px -192px;
}
.social_16.red.yt:hover i {
  background-position: -432px -208px;
}
.social_16.red:hover {
  background-color: #d62121;
}
.social_16.orange {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.orange i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.orange.fb i {
  background-position: 0px -128px;
}
.social_16.orange.fb:hover i {
  background-position: 0px -144px;
}
.social_16.orange.fb-c i {
  background-position: -16px -128px;
}
.social_16.orange.fb-c:hover i {
  background-position: -16px -144px;
}
.social_16.orange.tw i {
  background-position: -32px -128px;
}
.social_16.orange.tw:hover i {
  background-position: -32px -144px;
}
.social_16.orange.tw-c i {
  background-position: -48px -128px;
}
.social_16.orange.tw-c:hover i {
  background-position: -48px -144px;
}
.social_16.orange.gp i {
  background-position: -64px -128px;
}
.social_16.orange.gp:hover i {
  background-position: -64px -144px;
}
.social_16.orange.gp-c i {
  background-position: -80px -128px;
}
.social_16.orange.gp-c:hover i {
  background-position: -80px -144px;
}
.social_16.orange.pi i {
  background-position: -96px -128px;
}
.social_16.orange.pi:hover i {
  background-position: -96px -144px;
}
.social_16.orange.tu i {
  background-position: -112px -128px;
}
.social_16.orange.tu:hover i {
  background-position: -112px -144px;
}
.social_16.orange.tu-c i {
  background-position: -128px -128px;
}
.social_16.orange.tu-c:hover i {
  background-position: -128px -144px;
}
.social_16.orange.in i {
  background-position: -144px -128px;
}
.social_16.orange.in:hover i {
  background-position: -144px -144px;
}
.social_16.orange.in-c i {
  background-position: -160px -128px;
}
.social_16.orange.in-c:hover i {
  background-position: -160px -144px;
}
.social_16.orange.dr i {
  background-position: -176px -128px;
}
.social_16.orange.dr:hover i {
  background-position: -176px -144px;
}
.social_16.orange.dr-c i {
  background-position: -192px -128px;
}
.social_16.orange.dr-c:hover i {
  background-position: -192px -144px;
}
.social_16.orange.su i {
  background-position: -208px -128px;
}
.social_16.orange.su:hover i {
  background-position: -208px -144px;
}
.social_16.orange.su-c i {
  background-position: -224px -128px;
}
.social_16.orange.su-c:hover i {
  background-position: -224px -144px;
}
.social_16.orange.af i {
  background-position: -240px -128px;
}
.social_16.orange.af:hover i {
  background-position: -240px -144px;
}
.social_16.orange.af-c i {
  background-position: -256px -128px;
}
.social_16.orange.af-c:hover i {
  background-position: -256px -144px;
}
.social_16.orange.sk i {
  background-position: -272px -128px;
}
.social_16.orange.sk:hover i {
  background-position: -272px -144px;
}
.social_16.orange.sk-c i {
  background-position: -288px -128px;
}
.social_16.orange.sk-c:hover i {
  background-position: -288px -144px;
}
.social_16.orange.sc i {
  background-position: -304px -128px;
}
.social_16.orange.sc:hover i {
  background-position: -304px -144px;
}
.social_16.orange.ig i {
  background-position: -320px -128px;
}
.social_16.orange.ig:hover i {
  background-position: -320px -144px;
}
.social_16.orange.db i {
  background-position: -336px -128px;
}
.social_16.orange.db:hover i {
  background-position: -336px -144px;
}
.social_16.orange.be i {
  background-position: -352px -128px;
}
.social_16.orange.be:hover i {
  background-position: -352px -144px;
}
.social_16.orange.fl i {
  background-position: -368px -128px;
}
.social_16.orange.fl:hover i {
  background-position: -368px -144px;
}
.social_16.orange.fl-c i {
  background-position: -384px -128px;
}
.social_16.orange.fl-c:hover i {
  background-position: -384px -144px;
}
.social_16.orange.vm i {
  background-position: -400px -128px;
}
.social_16.orange.vm:hover i {
  background-position: -400px -144px;
}
.social_16.orange.vm-c i {
  background-position: -416px -128px;
}
.social_16.orange.vm-c:hover i {
  background-position: -416px -144px;
}
.social_16.orange.yt i {
  background-position: -432px -128px;
}
.social_16.orange.yt:hover i {
  background-position: -432px -144px;
}
.social_16.orange:hover {
  background-color: #666666;
}
.social_16.purple {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.purple i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.purple.fb i {
  background-position: 0px -160px;
}
.social_16.purple.fb:hover i {
  background-position: 0px -176px;
}
.social_16.purple.fb-c i {
  background-position: -16px -160px;
}
.social_16.purple.fb-c:hover i {
  background-position: -16px -176px;
}
.social_16.purple.tw i {
  background-position: -32px -160px;
}
.social_16.purple.tw:hover i {
  background-position: -32px -176px;
}
.social_16.purple.tw-c i {
  background-position: -48px -160px;
}
.social_16.purple.tw-c:hover i {
  background-position: -48px -176px;
}
.social_16.purple.gp i {
  background-position: -64px -160px;
}
.social_16.purple.gp:hover i {
  background-position: -64px -176px;
}
.social_16.purple.gp-c i {
  background-position: -80px -160px;
}
.social_16.purple.gp-c:hover i {
  background-position: -80px -176px;
}
.social_16.purple.pi i {
  background-position: -96px -160px;
}
.social_16.purple.pi:hover i {
  background-position: -96px -176px;
}
.social_16.purple.tu i {
  background-position: -112px -160px;
}
.social_16.purple.tu:hover i {
  background-position: -112px -176px;
}
.social_16.purple.tu-c i {
  background-position: -128px -160px;
}
.social_16.purple.tu-c:hover i {
  background-position: -128px -176px;
}
.social_16.purple.in i {
  background-position: -144px -160px;
}
.social_16.purple.in:hover i {
  background-position: -144px -176px;
}
.social_16.purple.in-c i {
  background-position: -160px -160px;
}
.social_16.purple.in-c:hover i {
  background-position: -160px -176px;
}
.social_16.purple.dr i {
  background-position: -176px -160px;
}
.social_16.purple.dr:hover i {
  background-position: -176px -176px;
}
.social_16.purple.dr-c i {
  background-position: -192px -160px;
}
.social_16.purple.dr-c:hover i {
  background-position: -192px -176px;
}
.social_16.purple.su i {
  background-position: -208px -160px;
}
.social_16.purple.su:hover i {
  background-position: -208px -176px;
}
.social_16.purple.su-c i {
  background-position: -224px -160px;
}
.social_16.purple.su-c:hover i {
  background-position: -224px -176px;
}
.social_16.purple.af i {
  background-position: -240px -160px;
}
.social_16.purple.af:hover i {
  background-position: -240px -176px;
}
.social_16.purple.af-c i {
  background-position: -256px -160px;
}
.social_16.purple.af-c:hover i {
  background-position: -256px -176px;
}
.social_16.purple.sk i {
  background-position: -272px -160px;
}
.social_16.purple.sk:hover i {
  background-position: -272px -176px;
}
.social_16.purple.sk-c i {
  background-position: -288px -160px;
}
.social_16.purple.sk-c:hover i {
  background-position: -288px -176px;
}
.social_16.purple.sc i {
  background-position: -304px -160px;
}
.social_16.purple.sc:hover i {
  background-position: -304px -176px;
}
.social_16.purple.ig i {
  background-position: -320px -160px;
}
.social_16.purple.ig:hover i {
  background-position: -320px -176px;
}
.social_16.purple.db i {
  background-position: -336px -160px;
}
.social_16.purple.db:hover i {
  background-position: -336px -176px;
}
.social_16.purple.be i {
  background-position: -352px -160px;
}
.social_16.purple.be:hover i {
  background-position: -352px -176px;
}
.social_16.purple.fl i {
  background-position: -368px -160px;
}
.social_16.purple.fl:hover i {
  background-position: -368px -176px;
}
.social_16.purple.fl-c i {
  background-position: -384px -160px;
}
.social_16.purple.fl-c:hover i {
  background-position: -384px -176px;
}
.social_16.purple.vm i {
  background-position: -400px -160px;
}
.social_16.purple.vm:hover i {
  background-position: -400px -176px;
}
.social_16.purple.vm-c i {
  background-position: -416px -160px;
}
.social_16.purple.vm-c:hover i {
  background-position: -416px -176px;
}
.social_16.purple.yt i {
  background-position: -432px -160px;
}
.social_16.purple.yt:hover i {
  background-position: -432px -176px;
}
.social_16.purple:hover {
  background-color: #662d91;
}
.social_16.gray {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.gray i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.gray.fb i {
  background-position: 0px -224px;
}
.social_16.gray.fb:hover i {
  background-position: 0px -240px;
}
.social_16.gray.fb-c i {
  background-position: -16px -224px;
}
.social_16.gray.fb-c:hover i {
  background-position: -16px -240px;
}
.social_16.gray.tw i {
  background-position: -32px -224px;
}
.social_16.gray.tw:hover i {
  background-position: -32px -240px;
}
.social_16.gray.tw-c i {
  background-position: -48px -224px;
}
.social_16.gray.tw-c:hover i {
  background-position: -48px -240px;
}
.social_16.gray.gp i {
  background-position: -64px -224px;
}
.social_16.gray.gp:hover i {
  background-position: -64px -240px;
}
.social_16.gray.gp-c i {
  background-position: -80px -224px;
}
.social_16.gray.gp-c:hover i {
  background-position: -80px -240px;
}
.social_16.gray.pi i {
  background-position: -96px -224px;
}
.social_16.gray.pi:hover i {
  background-position: -96px -240px;
}
.social_16.gray.tu i {
  background-position: -112px -224px;
}
.social_16.gray.tu:hover i {
  background-position: -112px -240px;
}
.social_16.gray.tu-c i {
  background-position: -128px -224px;
}
.social_16.gray.tu-c:hover i {
  background-position: -128px -240px;
}
.social_16.gray.in i {
  background-position: -144px -224px;
}
.social_16.gray.in:hover i {
  background-position: -144px -240px;
}
.social_16.gray.in-c i {
  background-position: -160px -224px;
}
.social_16.gray.in-c:hover i {
  background-position: -160px -240px;
}
.social_16.gray.dr i {
  background-position: -176px -224px;
}
.social_16.gray.dr:hover i {
  background-position: -176px -240px;
}
.social_16.gray.dr-c i {
  background-position: -192px -224px;
}
.social_16.gray.dr-c:hover i {
  background-position: -192px -240px;
}
.social_16.gray.su i {
  background-position: -208px -224px;
}
.social_16.gray.su:hover i {
  background-position: -208px -240px;
}
.social_16.gray.su-c i {
  background-position: -224px -224px;
}
.social_16.gray.su-c:hover i {
  background-position: -224px -240px;
}
.social_16.gray.af i {
  background-position: -240px -224px;
}
.social_16.gray.af:hover i {
  background-position: -240px -240px;
}
.social_16.gray.af-c i {
  background-position: -256px -224px;
}
.social_16.gray.af-c:hover i {
  background-position: -256px -240px;
}
.social_16.gray.sk i {
  background-position: -272px -224px;
}
.social_16.gray.sk:hover i {
  background-position: -272px -240px;
}
.social_16.gray.sk-c i {
  background-position: -288px -224px;
}
.social_16.gray.sk-c:hover i {
  background-position: -288px -240px;
}
.social_16.gray.sc i {
  background-position: -304px -224px;
}
.social_16.gray.sc:hover i {
  background-position: -304px -240px;
}
.social_16.gray.ig i {
  background-position: -320px -224px;
}
.social_16.gray.ig:hover i {
  background-position: -320px -240px;
}
.social_16.gray.db i {
  background-position: -336px -224px;
}
.social_16.gray.db:hover i {
  background-position: -336px -240px;
}
.social_16.gray.be i {
  background-position: -352px -224px;
}
.social_16.gray.be:hover i {
  background-position: -352px -240px;
}
.social_16.gray.fl i {
  background-position: -368px -224px;
}
.social_16.gray.fl:hover i {
  background-position: -368px -240px;
}
.social_16.gray.fl-c i {
  background-position: -384px -224px;
}
.social_16.gray.fl-c:hover i {
  background-position: -384px -240px;
}
.social_16.gray.vm i {
  background-position: -400px -224px;
}
.social_16.gray.vm:hover i {
  background-position: -400px -240px;
}
.social_16.gray.vm-c i {
  background-position: -416px -224px;
}
.social_16.gray.vm-c:hover i {
  background-position: -416px -240px;
}
.social_16.gray.yt i {
  background-position: -432px -224px;
}
.social_16.gray.yt:hover i {
  background-position: -432px -240px;
}
.social_16.gray:hover {
  background-color: #b6b6b8;
}
.social_16.header {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
}
.social_16.header i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.header.fb i {
  background-position: 0px -224px;
}
.social_16.header.fb:hover i {
  background-position: 0px -128px;
}
.social_16.header.fb-c i {
  background-position: -16px -224px;
}
.social_16.header.fb-c:hover i {
  background-position: -16px -128px;
}
.social_16.header.tw i {
  background-position: -32px -224px;
}
.social_16.header.tw:hover i {
  background-position: -32px -128px;
}
.social_16.header.tw-c i {
  background-position: -48px -224px;
}
.social_16.header.tw-c:hover i {
  background-position: -48px -128px;
}
.social_16.header.gp i {
  background-position: -64px -224px;
}
.social_16.header.gp:hover i {
  background-position: -64px -128px;
}
.social_16.header.gp-c i {
  background-position: -80px -224px;
}
.social_16.header.gp-c:hover i {
  background-position: -80px -128px;
}
.social_16.header.pi i {
  background-position: -96px -224px;
}
.social_16.header.pi:hover i {
  background-position: -96px -128px;
}
.social_16.header.tu i {
  background-position: -112px -224px;
}
.social_16.header.tu:hover i {
  background-position: -112px -128px;
}
.social_16.header.tu-c i {
  background-position: -128px -224px;
}
.social_16.header.tu-c:hover i {
  background-position: -128px -128px;
}
.social_16.header.in i {
  background-position: -144px -224px;
}
.social_16.header.in:hover i {
  background-position: -144px -128px;
}
.social_16.header.in-c i {
  background-position: -160px -224px;
}
.social_16.header.in-c:hover i {
  background-position: -160px -128px;
}
.social_16.header.dr i {
  background-position: -176px -224px;
}
.social_16.header.dr:hover i {
  background-position: -176px -128px;
}
.social_16.header.dr-c i {
  background-position: -192px -224px;
}
.social_16.header.dr-c:hover i {
  background-position: -192px -128px;
}
.social_16.header.su i {
  background-position: -208px -224px;
}
.social_16.header.su:hover i {
  background-position: -208px -128px;
}
.social_16.header.su-c i {
  background-position: -224px -224px;
}
.social_16.header.su-c:hover i {
  background-position: -224px -128px;
}
.social_16.header.af i {
  background-position: -240px -224px;
}
.social_16.header.af:hover i {
  background-position: -240px -128px;
}
.social_16.header.af-c i {
  background-position: -256px -224px;
}
.social_16.header.af-c:hover i {
  background-position: -256px -128px;
}
.social_16.header.sk i {
  background-position: -272px -224px;
}
.social_16.header.sk:hover i {
  background-position: -272px -128px;
}
.social_16.header.sk-c i {
  background-position: -288px -224px;
}
.social_16.header.sk-c:hover i {
  background-position: -288px -128px;
}
.social_16.header.sc i {
  background-position: -304px -224px;
}
.social_16.header.sc:hover i {
  background-position: -304px -128px;
}
.social_16.header.ig i {
  background-position: -320px -224px;
}
.social_16.header.ig:hover i {
  background-position: -320px -128px;
}
.social_16.header.db i {
  background-position: -336px -224px;
}
.social_16.header.db:hover i {
  background-position: -336px -128px;
}
.social_16.header.be i {
  background-position: -352px -224px;
}
.social_16.header.be:hover i {
  background-position: -352px -128px;
}
.social_16.header.fl i {
  background-position: -368px -224px;
}
.social_16.header.fl:hover i {
  background-position: -368px -128px;
}
.social_16.header.fl-c i {
  background-position: -384px -224px;
}
.social_16.header.fl-c:hover i {
  background-position: -384px -128px;
}
.social_16.header.vm i {
  background-position: -400px -224px;
}
.social_16.header.vm:hover i {
  background-position: -400px -128px;
}
.social_16.header.vm-c i {
  background-position: -416px -224px;
}
.social_16.header.vm-c:hover i {
  background-position: -416px -128px;
}
.social_16.header.yt i {
  background-position: -432px -224px;
}
.social_16.header.yt:hover i {
  background-position: -432px -128px;
}
.social_16.header i {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.social_16.header:hover {
  background-color: #f4f4f4;
}
.social_16.footer {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 16px;
  height: 16px;
  background-color: rgba(40, 40, 40, 0.4);
  padding: 3px;
}
.social_16.footer i {
  width: 16px;
  height: 16px;
  background: url("../images/social_icons_16.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 16px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_16.footer.fb i {
  background-position: 0px -144px;
}
.social_16.footer.fb:hover i {
  background-position: 0px -128px;
}
.social_16.footer.fb-c i {
  background-position: -16px -144px;
}
.social_16.footer.fb-c:hover i {
  background-position: -16px -128px;
}
.social_16.footer.tw i {
  background-position: -32px -144px;
}
.social_16.footer.tw:hover i {
  background-position: -32px -128px;
}
.social_16.footer.tw-c i {
  background-position: -48px -144px;
}
.social_16.footer.tw-c:hover i {
  background-position: -48px -128px;
}
.social_16.footer.gp i {
  background-position: -64px -144px;
}
.social_16.footer.gp:hover i {
  background-position: -64px -128px;
}
.social_16.footer.gp-c i {
  background-position: -80px -144px;
}
.social_16.footer.gp-c:hover i {
  background-position: -80px -128px;
}
.social_16.footer.pi i {
  background-position: -96px -144px;
}
.social_16.footer.pi:hover i {
  background-position: -96px -128px;
}
.social_16.footer.tu i {
  background-position: -112px -144px;
}
.social_16.footer.tu:hover i {
  background-position: -112px -128px;
}
.social_16.footer.tu-c i {
  background-position: -128px -144px;
}
.social_16.footer.tu-c:hover i {
  background-position: -128px -128px;
}
.social_16.footer.in i {
  background-position: -144px -144px;
}
.social_16.footer.in:hover i {
  background-position: -144px -128px;
}
.social_16.footer.in-c i {
  background-position: -160px -144px;
}
.social_16.footer.in-c:hover i {
  background-position: -160px -128px;
}
.social_16.footer.dr i {
  background-position: -176px -144px;
}
.social_16.footer.dr:hover i {
  background-position: -176px -128px;
}
.social_16.footer.dr-c i {
  background-position: -192px -144px;
}
.social_16.footer.dr-c:hover i {
  background-position: -192px -128px;
}
.social_16.footer.su i {
  background-position: -208px -144px;
}
.social_16.footer.su:hover i {
  background-position: -208px -128px;
}
.social_16.footer.su-c i {
  background-position: -224px -144px;
}
.social_16.footer.su-c:hover i {
  background-position: -224px -128px;
}
.social_16.footer.af i {
  background-position: -240px -144px;
}
.social_16.footer.af:hover i {
  background-position: -240px -128px;
}
.social_16.footer.af-c i {
  background-position: -256px -144px;
}
.social_16.footer.af-c:hover i {
  background-position: -256px -128px;
}
.social_16.footer.sk i {
  background-position: -272px -144px;
}
.social_16.footer.sk:hover i {
  background-position: -272px -128px;
}
.social_16.footer.sk-c i {
  background-position: -288px -144px;
}
.social_16.footer.sk-c:hover i {
  background-position: -288px -128px;
}
.social_16.footer.sc i {
  background-position: -304px -144px;
}
.social_16.footer.sc:hover i {
  background-position: -304px -128px;
}
.social_16.footer.ig i {
  background-position: -320px -144px;
}
.social_16.footer.ig:hover i {
  background-position: -320px -128px;
}
.social_16.footer.db i {
  background-position: -336px -144px;
}
.social_16.footer.db:hover i {
  background-position: -336px -128px;
}
.social_16.footer.be i {
  background-position: -352px -144px;
}
.social_16.footer.be:hover i {
  background-position: -352px -128px;
}
.social_16.footer.fl i {
  background-position: -368px -144px;
}
.social_16.footer.fl:hover i {
  background-position: -368px -128px;
}
.social_16.footer.fl-c i {
  background-position: -384px -144px;
}
.social_16.footer.fl-c:hover i {
  background-position: -384px -128px;
}
.social_16.footer.vm i {
  background-position: -400px -144px;
}
.social_16.footer.vm:hover i {
  background-position: -400px -128px;
}
.social_16.footer.vm-c i {
  background-position: -416px -144px;
}
.social_16.footer.vm-c:hover i {
  background-position: -416px -128px;
}
.social_16.footer.yt i {
  background-position: -432px -144px;
}
.social_16.footer.yt:hover i {
  background-position: -432px -128px;
}
.social_16.footer:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.social_13 {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
  padding: 3px;
}
.social_13 i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.fb i {
  background-position: 0px 0px;
}
.social_13.fb:hover i {
  background-position: 0px -13px;
}
.social_13.fb-c i {
  background-position: -13px 0px;
}
.social_13.fb-c:hover i {
  background-position: -13px -13px;
}
.social_13.tw i {
  background-position: -26px 0px;
}
.social_13.tw:hover i {
  background-position: -26px -13px;
}
.social_13.tw-c i {
  background-position: -39px 0px;
}
.social_13.tw-c:hover i {
  background-position: -39px -13px;
}
.social_13.gp i {
  background-position: -52px 0px;
}
.social_13.gp:hover i {
  background-position: -52px -13px;
}
.social_13.gp-c i {
  background-position: -65px 0px;
}
.social_13.gp-c:hover i {
  background-position: -65px -13px;
}
.social_13.pi i {
  background-position: -78px 0px;
}
.social_13.pi:hover i {
  background-position: -78px -13px;
}
.social_13.tu i {
  background-position: -91px 0px;
}
.social_13.tu:hover i {
  background-position: -91px -13px;
}
.social_13.tu-c i {
  background-position: -104px 0px;
}
.social_13.tu-c:hover i {
  background-position: -104px -13px;
}
.social_13.in i {
  background-position: -117px 0px;
}
.social_13.in:hover i {
  background-position: -117px -13px;
}
.social_13.in-c i {
  background-position: -130px 0px;
}
.social_13.in-c:hover i {
  background-position: -130px -13px;
}
.social_13.dr i {
  background-position: -143px 0px;
}
.social_13.dr:hover i {
  background-position: -143px -13px;
}
.social_13.dr-c i {
  background-position: -156px 0px;
}
.social_13.dr-c:hover i {
  background-position: -156px -13px;
}
.social_13.su i {
  background-position: -169px 0px;
}
.social_13.su:hover i {
  background-position: -169px -13px;
}
.social_13.su-c i {
  background-position: -182px 0px;
}
.social_13.su-c:hover i {
  background-position: -182px -13px;
}
.social_13.af i {
  background-position: -195px 0px;
}
.social_13.af:hover i {
  background-position: -195px -13px;
}
.social_13.af-c i {
  background-position: -208px 0px;
}
.social_13.af-c:hover i {
  background-position: -208px -13px;
}
.social_13.sk i {
  background-position: -221px 0px;
}
.social_13.sk:hover i {
  background-position: -221px -13px;
}
.social_13.sk-c i {
  background-position: -234px 0px;
}
.social_13.sk-c:hover i {
  background-position: -234px -13px;
}
.social_13.sc i {
  background-position: -247px 0px;
}
.social_13.sc:hover i {
  background-position: -247px -13px;
}
.social_13.ig i {
  background-position: -260px 0px;
}
.social_13.ig:hover i {
  background-position: -260px -13px;
}
.social_13.db i {
  background-position: -273px 0px;
}
.social_13.db:hover i {
  background-position: -273px -13px;
}
.social_13.be i {
  background-position: -286px 0px;
}
.social_13.be:hover i {
  background-position: -286px -13px;
}
.social_13.fl i {
  background-position: -299px 0px;
}
.social_13.fl:hover i {
  background-position: -299px -13px;
}
.social_13.fl-c i {
  background-position: -312px 0px;
}
.social_13.fl-c:hover i {
  background-position: -312px -13px;
}
.social_13.vm i {
  background-position: -325px 0px;
}
.social_13.vm:hover i {
  background-position: -325px -13px;
}
.social_13.vm-c i {
  background-position: -338px 0px;
}
.social_13.vm-c:hover i {
  background-position: -338px -13px;
}
.social_13.yt i {
  background-position: -351px 0px;
}
.social_13.yt:hover i {
  background-position: -351px -13px;
}
.social_13:hover {
  background-color: #000;
}
.social_13.pink {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.pink i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.pink.fb i {
  background-position: 0px -26px;
}
.social_13.pink.fb:hover i {
  background-position: 0px -39px;
}
.social_13.pink.fb-c i {
  background-position: -13px -26px;
}
.social_13.pink.fb-c:hover i {
  background-position: -13px -39px;
}
.social_13.pink.tw i {
  background-position: -26px -26px;
}
.social_13.pink.tw:hover i {
  background-position: -26px -39px;
}
.social_13.pink.tw-c i {
  background-position: -39px -26px;
}
.social_13.pink.tw-c:hover i {
  background-position: -39px -39px;
}
.social_13.pink.gp i {
  background-position: -52px -26px;
}
.social_13.pink.gp:hover i {
  background-position: -52px -39px;
}
.social_13.pink.gp-c i {
  background-position: -65px -26px;
}
.social_13.pink.gp-c:hover i {
  background-position: -65px -39px;
}
.social_13.pink.pi i {
  background-position: -78px -26px;
}
.social_13.pink.pi:hover i {
  background-position: -78px -39px;
}
.social_13.pink.tu i {
  background-position: -91px -26px;
}
.social_13.pink.tu:hover i {
  background-position: -91px -39px;
}
.social_13.pink.tu-c i {
  background-position: -104px -26px;
}
.social_13.pink.tu-c:hover i {
  background-position: -104px -39px;
}
.social_13.pink.in i {
  background-position: -117px -26px;
}
.social_13.pink.in:hover i {
  background-position: -117px -39px;
}
.social_13.pink.in-c i {
  background-position: -130px -26px;
}
.social_13.pink.in-c:hover i {
  background-position: -130px -39px;
}
.social_13.pink.dr i {
  background-position: -143px -26px;
}
.social_13.pink.dr:hover i {
  background-position: -143px -39px;
}
.social_13.pink.dr-c i {
  background-position: -156px -26px;
}
.social_13.pink.dr-c:hover i {
  background-position: -156px -39px;
}
.social_13.pink.su i {
  background-position: -169px -26px;
}
.social_13.pink.su:hover i {
  background-position: -169px -39px;
}
.social_13.pink.su-c i {
  background-position: -182px -26px;
}
.social_13.pink.su-c:hover i {
  background-position: -182px -39px;
}
.social_13.pink.af i {
  background-position: -195px -26px;
}
.social_13.pink.af:hover i {
  background-position: -195px -39px;
}
.social_13.pink.af-c i {
  background-position: -208px -26px;
}
.social_13.pink.af-c:hover i {
  background-position: -208px -39px;
}
.social_13.pink.sk i {
  background-position: -221px -26px;
}
.social_13.pink.sk:hover i {
  background-position: -221px -39px;
}
.social_13.pink.sk-c i {
  background-position: -234px -26px;
}
.social_13.pink.sk-c:hover i {
  background-position: -234px -39px;
}
.social_13.pink.sc i {
  background-position: -247px -26px;
}
.social_13.pink.sc:hover i {
  background-position: -247px -39px;
}
.social_13.pink.ig i {
  background-position: -260px -26px;
}
.social_13.pink.ig:hover i {
  background-position: -260px -39px;
}
.social_13.pink.db i {
  background-position: -273px -26px;
}
.social_13.pink.db:hover i {
  background-position: -273px -39px;
}
.social_13.pink.be i {
  background-position: -286px -26px;
}
.social_13.pink.be:hover i {
  background-position: -286px -39px;
}
.social_13.pink.fl i {
  background-position: -299px -26px;
}
.social_13.pink.fl:hover i {
  background-position: -299px -39px;
}
.social_13.pink.fl-c i {
  background-position: -312px -26px;
}
.social_13.pink.fl-c:hover i {
  background-position: -312px -39px;
}
.social_13.pink.vm i {
  background-position: -325px -26px;
}
.social_13.pink.vm:hover i {
  background-position: -325px -39px;
}
.social_13.pink.vm-c i {
  background-position: -338px -26px;
}
.social_13.pink.vm-c:hover i {
  background-position: -338px -39px;
}
.social_13.pink.yt i {
  background-position: -351px -26px;
}
.social_13.pink.yt:hover i {
  background-position: -351px -39px;
}
.social_13.pink:hover {
  background-color: #dc1355;
}
.social_13.green {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.green i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.green.fb i {
  background-position: 0px -52px;
}
.social_13.green.fb:hover i {
  background-position: 0px -65px;
}
.social_13.green.fb-c i {
  background-position: -13px -52px;
}
.social_13.green.fb-c:hover i {
  background-position: -13px -65px;
}
.social_13.green.tw i {
  background-position: -26px -52px;
}
.social_13.green.tw:hover i {
  background-position: -26px -65px;
}
.social_13.green.tw-c i {
  background-position: -39px -52px;
}
.social_13.green.tw-c:hover i {
  background-position: -39px -65px;
}
.social_13.green.gp i {
  background-position: -52px -52px;
}
.social_13.green.gp:hover i {
  background-position: -52px -65px;
}
.social_13.green.gp-c i {
  background-position: -65px -52px;
}
.social_13.green.gp-c:hover i {
  background-position: -65px -65px;
}
.social_13.green.pi i {
  background-position: -78px -52px;
}
.social_13.green.pi:hover i {
  background-position: -78px -65px;
}
.social_13.green.tu i {
  background-position: -91px -52px;
}
.social_13.green.tu:hover i {
  background-position: -91px -65px;
}
.social_13.green.tu-c i {
  background-position: -104px -52px;
}
.social_13.green.tu-c:hover i {
  background-position: -104px -65px;
}
.social_13.green.in i {
  background-position: -117px -52px;
}
.social_13.green.in:hover i {
  background-position: -117px -65px;
}
.social_13.green.in-c i {
  background-position: -130px -52px;
}
.social_13.green.in-c:hover i {
  background-position: -130px -65px;
}
.social_13.green.dr i {
  background-position: -143px -52px;
}
.social_13.green.dr:hover i {
  background-position: -143px -65px;
}
.social_13.green.dr-c i {
  background-position: -156px -52px;
}
.social_13.green.dr-c:hover i {
  background-position: -156px -65px;
}
.social_13.green.su i {
  background-position: -169px -52px;
}
.social_13.green.su:hover i {
  background-position: -169px -65px;
}
.social_13.green.su-c i {
  background-position: -182px -52px;
}
.social_13.green.su-c:hover i {
  background-position: -182px -65px;
}
.social_13.green.af i {
  background-position: -195px -52px;
}
.social_13.green.af:hover i {
  background-position: -195px -65px;
}
.social_13.green.af-c i {
  background-position: -208px -52px;
}
.social_13.green.af-c:hover i {
  background-position: -208px -65px;
}
.social_13.green.sk i {
  background-position: -221px -52px;
}
.social_13.green.sk:hover i {
  background-position: -221px -65px;
}
.social_13.green.sk-c i {
  background-position: -234px -52px;
}
.social_13.green.sk-c:hover i {
  background-position: -234px -65px;
}
.social_13.green.sc i {
  background-position: -247px -52px;
}
.social_13.green.sc:hover i {
  background-position: -247px -65px;
}
.social_13.green.ig i {
  background-position: -260px -52px;
}
.social_13.green.ig:hover i {
  background-position: -260px -65px;
}
.social_13.green.db i {
  background-position: -273px -52px;
}
.social_13.green.db:hover i {
  background-position: -273px -65px;
}
.social_13.green.be i {
  background-position: -286px -52px;
}
.social_13.green.be:hover i {
  background-position: -286px -65px;
}
.social_13.green.fl i {
  background-position: -299px -52px;
}
.social_13.green.fl:hover i {
  background-position: -299px -65px;
}
.social_13.green.fl-c i {
  background-position: -312px -52px;
}
.social_13.green.fl-c:hover i {
  background-position: -312px -65px;
}
.social_13.green.vm i {
  background-position: -325px -52px;
}
.social_13.green.vm:hover i {
  background-position: -325px -65px;
}
.social_13.green.vm-c i {
  background-position: -338px -52px;
}
.social_13.green.vm-c:hover i {
  background-position: -338px -65px;
}
.social_13.green.yt i {
  background-position: -351px -52px;
}
.social_13.green.yt:hover i {
  background-position: -351px -65px;
}
.social_13.green:hover {
  background-color: #88c100;
}
.social_13.blue {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.blue i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.blue.fb i {
  background-position: 0px -78px;
}
.social_13.blue.fb:hover i {
  background-position: 0px -91px;
}
.social_13.blue.fb-c i {
  background-position: -13px -78px;
}
.social_13.blue.fb-c:hover i {
  background-position: -13px -91px;
}
.social_13.blue.tw i {
  background-position: -26px -78px;
}
.social_13.blue.tw:hover i {
  background-position: -26px -91px;
}
.social_13.blue.tw-c i {
  background-position: -39px -78px;
}
.social_13.blue.tw-c:hover i {
  background-position: -39px -91px;
}
.social_13.blue.gp i {
  background-position: -52px -78px;
}
.social_13.blue.gp:hover i {
  background-position: -52px -91px;
}
.social_13.blue.gp-c i {
  background-position: -65px -78px;
}
.social_13.blue.gp-c:hover i {
  background-position: -65px -91px;
}
.social_13.blue.pi i {
  background-position: -78px -78px;
}
.social_13.blue.pi:hover i {
  background-position: -78px -91px;
}
.social_13.blue.tu i {
  background-position: -91px -78px;
}
.social_13.blue.tu:hover i {
  background-position: -91px -91px;
}
.social_13.blue.tu-c i {
  background-position: -104px -78px;
}
.social_13.blue.tu-c:hover i {
  background-position: -104px -91px;
}
.social_13.blue.in i {
  background-position: -117px -78px;
}
.social_13.blue.in:hover i {
  background-position: -117px -91px;
}
.social_13.blue.in-c i {
  background-position: -130px -78px;
}
.social_13.blue.in-c:hover i {
  background-position: -130px -91px;
}
.social_13.blue.dr i {
  background-position: -143px -78px;
}
.social_13.blue.dr:hover i {
  background-position: -143px -91px;
}
.social_13.blue.dr-c i {
  background-position: -156px -78px;
}
.social_13.blue.dr-c:hover i {
  background-position: -156px -91px;
}
.social_13.blue.su i {
  background-position: -169px -78px;
}
.social_13.blue.su:hover i {
  background-position: -169px -91px;
}
.social_13.blue.su-c i {
  background-position: -182px -78px;
}
.social_13.blue.su-c:hover i {
  background-position: -182px -91px;
}
.social_13.blue.af i {
  background-position: -195px -78px;
}
.social_13.blue.af:hover i {
  background-position: -195px -91px;
}
.social_13.blue.af-c i {
  background-position: -208px -78px;
}
.social_13.blue.af-c:hover i {
  background-position: -208px -91px;
}
.social_13.blue.sk i {
  background-position: -221px -78px;
}
.social_13.blue.sk:hover i {
  background-position: -221px -91px;
}
.social_13.blue.sk-c i {
  background-position: -234px -78px;
}
.social_13.blue.sk-c:hover i {
  background-position: -234px -91px;
}
.social_13.blue.sc i {
  background-position: -247px -78px;
}
.social_13.blue.sc:hover i {
  background-position: -247px -91px;
}
.social_13.blue.ig i {
  background-position: -260px -78px;
}
.social_13.blue.ig:hover i {
  background-position: -260px -91px;
}
.social_13.blue.db i {
  background-position: -273px -78px;
}
.social_13.blue.db:hover i {
  background-position: -273px -91px;
}
.social_13.blue.be i {
  background-position: -286px -78px;
}
.social_13.blue.be:hover i {
  background-position: -286px -91px;
}
.social_13.blue.fl i {
  background-position: -299px -78px;
}
.social_13.blue.fl:hover i {
  background-position: -299px -91px;
}
.social_13.blue.fl-c i {
  background-position: -312px -78px;
}
.social_13.blue.fl-c:hover i {
  background-position: -312px -91px;
}
.social_13.blue.vm i {
  background-position: -325px -78px;
}
.social_13.blue.vm:hover i {
  background-position: -325px -91px;
}
.social_13.blue.vm-c i {
  background-position: -338px -78px;
}
.social_13.blue.vm-c:hover i {
  background-position: -338px -91px;
}
.social_13.blue.yt i {
  background-position: -351px -78px;
}
.social_13.blue.yt:hover i {
  background-position: -351px -91px;
}
.social_13.blue:hover {
  background-color: #009aff;
}
.social_13.red {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.red i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.red.fb i {
  background-position: 0px -156px;
}
.social_13.red.fb:hover i {
  background-position: 0px -169px;
}
.social_13.red.fb-c i {
  background-position: -13px -156px;
}
.social_13.red.fb-c:hover i {
  background-position: -13px -169px;
}
.social_13.red.tw i {
  background-position: -26px -156px;
}
.social_13.red.tw:hover i {
  background-position: -26px -169px;
}
.social_13.red.tw-c i {
  background-position: -39px -156px;
}
.social_13.red.tw-c:hover i {
  background-position: -39px -169px;
}
.social_13.red.gp i {
  background-position: -52px -156px;
}
.social_13.red.gp:hover i {
  background-position: -52px -169px;
}
.social_13.red.gp-c i {
  background-position: -65px -156px;
}
.social_13.red.gp-c:hover i {
  background-position: -65px -169px;
}
.social_13.red.pi i {
  background-position: -78px -156px;
}
.social_13.red.pi:hover i {
  background-position: -78px -169px;
}
.social_13.red.tu i {
  background-position: -91px -156px;
}
.social_13.red.tu:hover i {
  background-position: -91px -169px;
}
.social_13.red.tu-c i {
  background-position: -104px -156px;
}
.social_13.red.tu-c:hover i {
  background-position: -104px -169px;
}
.social_13.red.in i {
  background-position: -117px -156px;
}
.social_13.red.in:hover i {
  background-position: -117px -169px;
}
.social_13.red.in-c i {
  background-position: -130px -156px;
}
.social_13.red.in-c:hover i {
  background-position: -130px -169px;
}
.social_13.red.dr i {
  background-position: -143px -156px;
}
.social_13.red.dr:hover i {
  background-position: -143px -169px;
}
.social_13.red.dr-c i {
  background-position: -156px -156px;
}
.social_13.red.dr-c:hover i {
  background-position: -156px -169px;
}
.social_13.red.su i {
  background-position: -169px -156px;
}
.social_13.red.su:hover i {
  background-position: -169px -169px;
}
.social_13.red.su-c i {
  background-position: -182px -156px;
}
.social_13.red.su-c:hover i {
  background-position: -182px -169px;
}
.social_13.red.af i {
  background-position: -195px -156px;
}
.social_13.red.af:hover i {
  background-position: -195px -169px;
}
.social_13.red.af-c i {
  background-position: -208px -156px;
}
.social_13.red.af-c:hover i {
  background-position: -208px -169px;
}
.social_13.red.sk i {
  background-position: -221px -156px;
}
.social_13.red.sk:hover i {
  background-position: -221px -169px;
}
.social_13.red.sk-c i {
  background-position: -234px -156px;
}
.social_13.red.sk-c:hover i {
  background-position: -234px -169px;
}
.social_13.red.sc i {
  background-position: -247px -156px;
}
.social_13.red.sc:hover i {
  background-position: -247px -169px;
}
.social_13.red.ig i {
  background-position: -260px -156px;
}
.social_13.red.ig:hover i {
  background-position: -260px -169px;
}
.social_13.red.db i {
  background-position: -273px -156px;
}
.social_13.red.db:hover i {
  background-position: -273px -169px;
}
.social_13.red.be i {
  background-position: -286px -156px;
}
.social_13.red.be:hover i {
  background-position: -286px -169px;
}
.social_13.red.fl i {
  background-position: -299px -156px;
}
.social_13.red.fl:hover i {
  background-position: -299px -169px;
}
.social_13.red.fl-c i {
  background-position: -312px -156px;
}
.social_13.red.fl-c:hover i {
  background-position: -312px -169px;
}
.social_13.red.vm i {
  background-position: -325px -156px;
}
.social_13.red.vm:hover i {
  background-position: -325px -169px;
}
.social_13.red.vm-c i {
  background-position: -338px -156px;
}
.social_13.red.vm-c:hover i {
  background-position: -338px -169px;
}
.social_13.red.yt i {
  background-position: -351px -156px;
}
.social_13.red.yt:hover i {
  background-position: -351px -169px;
}
.social_13.red:hover {
  background-color: #d62121;
}
.social_13.orange {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.orange i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.orange.fb i {
  background-position: 0px -104px;
}
.social_13.orange.fb:hover i {
  background-position: 0px -117px;
}
.social_13.orange.fb-c i {
  background-position: -13px -104px;
}
.social_13.orange.fb-c:hover i {
  background-position: -13px -117px;
}
.social_13.orange.tw i {
  background-position: -26px -104px;
}
.social_13.orange.tw:hover i {
  background-position: -26px -117px;
}
.social_13.orange.tw-c i {
  background-position: -39px -104px;
}
.social_13.orange.tw-c:hover i {
  background-position: -39px -117px;
}
.social_13.orange.gp i {
  background-position: -52px -104px;
}
.social_13.orange.gp:hover i {
  background-position: -52px -117px;
}
.social_13.orange.gp-c i {
  background-position: -65px -104px;
}
.social_13.orange.gp-c:hover i {
  background-position: -65px -117px;
}
.social_13.orange.pi i {
  background-position: -78px -104px;
}
.social_13.orange.pi:hover i {
  background-position: -78px -117px;
}
.social_13.orange.tu i {
  background-position: -91px -104px;
}
.social_13.orange.tu:hover i {
  background-position: -91px -117px;
}
.social_13.orange.tu-c i {
  background-position: -104px -104px;
}
.social_13.orange.tu-c:hover i {
  background-position: -104px -117px;
}
.social_13.orange.in i {
  background-position: -117px -104px;
}
.social_13.orange.in:hover i {
  background-position: -117px -117px;
}
.social_13.orange.in-c i {
  background-position: -130px -104px;
}
.social_13.orange.in-c:hover i {
  background-position: -130px -117px;
}
.social_13.orange.dr i {
  background-position: -143px -104px;
}
.social_13.orange.dr:hover i {
  background-position: -143px -117px;
}
.social_13.orange.dr-c i {
  background-position: -156px -104px;
}
.social_13.orange.dr-c:hover i {
  background-position: -156px -117px;
}
.social_13.orange.su i {
  background-position: -169px -104px;
}
.social_13.orange.su:hover i {
  background-position: -169px -117px;
}
.social_13.orange.su-c i {
  background-position: -182px -104px;
}
.social_13.orange.su-c:hover i {
  background-position: -182px -117px;
}
.social_13.orange.af i {
  background-position: -195px -104px;
}
.social_13.orange.af:hover i {
  background-position: -195px -117px;
}
.social_13.orange.af-c i {
  background-position: -208px -104px;
}
.social_13.orange.af-c:hover i {
  background-position: -208px -117px;
}
.social_13.orange.sk i {
  background-position: -221px -104px;
}
.social_13.orange.sk:hover i {
  background-position: -221px -117px;
}
.social_13.orange.sk-c i {
  background-position: -234px -104px;
}
.social_13.orange.sk-c:hover i {
  background-position: -234px -117px;
}
.social_13.orange.sc i {
  background-position: -247px -104px;
}
.social_13.orange.sc:hover i {
  background-position: -247px -117px;
}
.social_13.orange.ig i {
  background-position: -260px -104px;
}
.social_13.orange.ig:hover i {
  background-position: -260px -117px;
}
.social_13.orange.db i {
  background-position: -273px -104px;
}
.social_13.orange.db:hover i {
  background-position: -273px -117px;
}
.social_13.orange.be i {
  background-position: -286px -104px;
}
.social_13.orange.be:hover i {
  background-position: -286px -117px;
}
.social_13.orange.fl i {
  background-position: -299px -104px;
}
.social_13.orange.fl:hover i {
  background-position: -299px -117px;
}
.social_13.orange.fl-c i {
  background-position: -312px -104px;
}
.social_13.orange.fl-c:hover i {
  background-position: -312px -117px;
}
.social_13.orange.vm i {
  background-position: -325px -104px;
}
.social_13.orange.vm:hover i {
  background-position: -325px -117px;
}
.social_13.orange.vm-c i {
  background-position: -338px -104px;
}
.social_13.orange.vm-c:hover i {
  background-position: -338px -117px;
}
.social_13.orange.yt i {
  background-position: -351px -104px;
}
.social_13.orange.yt:hover i {
  background-position: -351px -117px;
}
.social_13.orange:hover {
  background-color: #666666;
}
.social_13.purple {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.purple i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.purple.fb i {
  background-position: 0px -130px;
}
.social_13.purple.fb:hover i {
  background-position: 0px -143px;
}
.social_13.purple.fb-c i {
  background-position: -13px -130px;
}
.social_13.purple.fb-c:hover i {
  background-position: -13px -143px;
}
.social_13.purple.tw i {
  background-position: -26px -130px;
}
.social_13.purple.tw:hover i {
  background-position: -26px -143px;
}
.social_13.purple.tw-c i {
  background-position: -39px -130px;
}
.social_13.purple.tw-c:hover i {
  background-position: -39px -143px;
}
.social_13.purple.gp i {
  background-position: -52px -130px;
}
.social_13.purple.gp:hover i {
  background-position: -52px -143px;
}
.social_13.purple.gp-c i {
  background-position: -65px -130px;
}
.social_13.purple.gp-c:hover i {
  background-position: -65px -143px;
}
.social_13.purple.pi i {
  background-position: -78px -130px;
}
.social_13.purple.pi:hover i {
  background-position: -78px -143px;
}
.social_13.purple.tu i {
  background-position: -91px -130px;
}
.social_13.purple.tu:hover i {
  background-position: -91px -143px;
}
.social_13.purple.tu-c i {
  background-position: -104px -130px;
}
.social_13.purple.tu-c:hover i {
  background-position: -104px -143px;
}
.social_13.purple.in i {
  background-position: -117px -130px;
}
.social_13.purple.in:hover i {
  background-position: -117px -143px;
}
.social_13.purple.in-c i {
  background-position: -130px -130px;
}
.social_13.purple.in-c:hover i {
  background-position: -130px -143px;
}
.social_13.purple.dr i {
  background-position: -143px -130px;
}
.social_13.purple.dr:hover i {
  background-position: -143px -143px;
}
.social_13.purple.dr-c i {
  background-position: -156px -130px;
}
.social_13.purple.dr-c:hover i {
  background-position: -156px -143px;
}
.social_13.purple.su i {
  background-position: -169px -130px;
}
.social_13.purple.su:hover i {
  background-position: -169px -143px;
}
.social_13.purple.su-c i {
  background-position: -182px -130px;
}
.social_13.purple.su-c:hover i {
  background-position: -182px -143px;
}
.social_13.purple.af i {
  background-position: -195px -130px;
}
.social_13.purple.af:hover i {
  background-position: -195px -143px;
}
.social_13.purple.af-c i {
  background-position: -208px -130px;
}
.social_13.purple.af-c:hover i {
  background-position: -208px -143px;
}
.social_13.purple.sk i {
  background-position: -221px -130px;
}
.social_13.purple.sk:hover i {
  background-position: -221px -143px;
}
.social_13.purple.sk-c i {
  background-position: -234px -130px;
}
.social_13.purple.sk-c:hover i {
  background-position: -234px -143px;
}
.social_13.purple.sc i {
  background-position: -247px -130px;
}
.social_13.purple.sc:hover i {
  background-position: -247px -143px;
}
.social_13.purple.ig i {
  background-position: -260px -130px;
}
.social_13.purple.ig:hover i {
  background-position: -260px -143px;
}
.social_13.purple.db i {
  background-position: -273px -130px;
}
.social_13.purple.db:hover i {
  background-position: -273px -143px;
}
.social_13.purple.be i {
  background-position: -286px -130px;
}
.social_13.purple.be:hover i {
  background-position: -286px -143px;
}
.social_13.purple.fl i {
  background-position: -299px -130px;
}
.social_13.purple.fl:hover i {
  background-position: -299px -143px;
}
.social_13.purple.fl-c i {
  background-position: -312px -130px;
}
.social_13.purple.fl-c:hover i {
  background-position: -312px -143px;
}
.social_13.purple.vm i {
  background-position: -325px -130px;
}
.social_13.purple.vm:hover i {
  background-position: -325px -143px;
}
.social_13.purple.vm-c i {
  background-position: -338px -130px;
}
.social_13.purple.vm-c:hover i {
  background-position: -338px -143px;
}
.social_13.purple.yt i {
  background-position: -351px -130px;
}
.social_13.purple.yt:hover i {
  background-position: -351px -143px;
}
.social_13.purple:hover {
  background-color: #662d91;
}
.social_13.gray {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.gray i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.gray.fb i {
  background-position: 0px -182px;
}
.social_13.gray.fb:hover i {
  background-position: 0px -195px;
}
.social_13.gray.fb-c i {
  background-position: -13px -182px;
}
.social_13.gray.fb-c:hover i {
  background-position: -13px -195px;
}
.social_13.gray.tw i {
  background-position: -26px -182px;
}
.social_13.gray.tw:hover i {
  background-position: -26px -195px;
}
.social_13.gray.tw-c i {
  background-position: -39px -182px;
}
.social_13.gray.tw-c:hover i {
  background-position: -39px -195px;
}
.social_13.gray.gp i {
  background-position: -52px -182px;
}
.social_13.gray.gp:hover i {
  background-position: -52px -195px;
}
.social_13.gray.gp-c i {
  background-position: -65px -182px;
}
.social_13.gray.gp-c:hover i {
  background-position: -65px -195px;
}
.social_13.gray.pi i {
  background-position: -78px -182px;
}
.social_13.gray.pi:hover i {
  background-position: -78px -195px;
}
.social_13.gray.tu i {
  background-position: -91px -182px;
}
.social_13.gray.tu:hover i {
  background-position: -91px -195px;
}
.social_13.gray.tu-c i {
  background-position: -104px -182px;
}
.social_13.gray.tu-c:hover i {
  background-position: -104px -195px;
}
.social_13.gray.in i {
  background-position: -117px -182px;
}
.social_13.gray.in:hover i {
  background-position: -117px -195px;
}
.social_13.gray.in-c i {
  background-position: -130px -182px;
}
.social_13.gray.in-c:hover i {
  background-position: -130px -195px;
}
.social_13.gray.dr i {
  background-position: -143px -182px;
}
.social_13.gray.dr:hover i {
  background-position: -143px -195px;
}
.social_13.gray.dr-c i {
  background-position: -156px -182px;
}
.social_13.gray.dr-c:hover i {
  background-position: -156px -195px;
}
.social_13.gray.su i {
  background-position: -169px -182px;
}
.social_13.gray.su:hover i {
  background-position: -169px -195px;
}
.social_13.gray.su-c i {
  background-position: -182px -182px;
}
.social_13.gray.su-c:hover i {
  background-position: -182px -195px;
}
.social_13.gray.af i {
  background-position: -195px -182px;
}
.social_13.gray.af:hover i {
  background-position: -195px -195px;
}
.social_13.gray.af-c i {
  background-position: -208px -182px;
}
.social_13.gray.af-c:hover i {
  background-position: -208px -195px;
}
.social_13.gray.sk i {
  background-position: -221px -182px;
}
.social_13.gray.sk:hover i {
  background-position: -221px -195px;
}
.social_13.gray.sk-c i {
  background-position: -234px -182px;
}
.social_13.gray.sk-c:hover i {
  background-position: -234px -195px;
}
.social_13.gray.sc i {
  background-position: -247px -182px;
}
.social_13.gray.sc:hover i {
  background-position: -247px -195px;
}
.social_13.gray.ig i {
  background-position: -260px -182px;
}
.social_13.gray.ig:hover i {
  background-position: -260px -195px;
}
.social_13.gray.db i {
  background-position: -273px -182px;
}
.social_13.gray.db:hover i {
  background-position: -273px -195px;
}
.social_13.gray.be i {
  background-position: -286px -182px;
}
.social_13.gray.be:hover i {
  background-position: -286px -195px;
}
.social_13.gray.fl i {
  background-position: -299px -182px;
}
.social_13.gray.fl:hover i {
  background-position: -299px -195px;
}
.social_13.gray.fl-c i {
  background-position: -312px -182px;
}
.social_13.gray.fl-c:hover i {
  background-position: -312px -195px;
}
.social_13.gray.vm i {
  background-position: -325px -182px;
}
.social_13.gray.vm:hover i {
  background-position: -325px -195px;
}
.social_13.gray.vm-c i {
  background-position: -338px -182px;
}
.social_13.gray.vm-c:hover i {
  background-position: -338px -195px;
}
.social_13.gray.yt i {
  background-position: -351px -182px;
}
.social_13.gray.yt:hover i {
  background-position: -351px -195px;
}
.social_13.gray:hover {
  background-color: #b6b6b8;
}
.social_13.header {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
}
.social_13.header i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.header.fb i {
  background-position: 0px -182px;
}
.social_13.header.fb:hover i {
  background-position: 0px -104px;
}
.social_13.header.fb-c i {
  background-position: -13px -182px;
}
.social_13.header.fb-c:hover i {
  background-position: -13px -104px;
}
.social_13.header.tw i {
  background-position: -26px -182px;
}
.social_13.header.tw:hover i {
  background-position: -26px -104px;
}
.social_13.header.tw-c i {
  background-position: -39px -182px;
}
.social_13.header.tw-c:hover i {
  background-position: -39px -104px;
}
.social_13.header.gp i {
  background-position: -52px -182px;
}
.social_13.header.gp:hover i {
  background-position: -52px -104px;
}
.social_13.header.gp-c i {
  background-position: -65px -182px;
}
.social_13.header.gp-c:hover i {
  background-position: -65px -104px;
}
.social_13.header.pi i {
  background-position: -78px -182px;
}
.social_13.header.pi:hover i {
  background-position: -78px -104px;
}
.social_13.header.tu i {
  background-position: -91px -182px;
}
.social_13.header.tu:hover i {
  background-position: -91px -104px;
}
.social_13.header.tu-c i {
  background-position: -104px -182px;
}
.social_13.header.tu-c:hover i {
  background-position: -104px -104px;
}
.social_13.header.in i {
  background-position: -117px -182px;
}
.social_13.header.in:hover i {
  background-position: -117px -104px;
}
.social_13.header.in-c i {
  background-position: -130px -182px;
}
.social_13.header.in-c:hover i {
  background-position: -130px -104px;
}
.social_13.header.dr i {
  background-position: -143px -182px;
}
.social_13.header.dr:hover i {
  background-position: -143px -104px;
}
.social_13.header.dr-c i {
  background-position: -156px -182px;
}
.social_13.header.dr-c:hover i {
  background-position: -156px -104px;
}
.social_13.header.su i {
  background-position: -169px -182px;
}
.social_13.header.su:hover i {
  background-position: -169px -104px;
}
.social_13.header.su-c i {
  background-position: -182px -182px;
}
.social_13.header.su-c:hover i {
  background-position: -182px -104px;
}
.social_13.header.af i {
  background-position: -195px -182px;
}
.social_13.header.af:hover i {
  background-position: -195px -104px;
}
.social_13.header.af-c i {
  background-position: -208px -182px;
}
.social_13.header.af-c:hover i {
  background-position: -208px -104px;
}
.social_13.header.sk i {
  background-position: -221px -182px;
}
.social_13.header.sk:hover i {
  background-position: -221px -104px;
}
.social_13.header.sk-c i {
  background-position: -234px -182px;
}
.social_13.header.sk-c:hover i {
  background-position: -234px -104px;
}
.social_13.header.sc i {
  background-position: -247px -182px;
}
.social_13.header.sc:hover i {
  background-position: -247px -104px;
}
.social_13.header.ig i {
  background-position: -260px -182px;
}
.social_13.header.ig:hover i {
  background-position: -260px -104px;
}
.social_13.header.db i {
  background-position: -273px -182px;
}
.social_13.header.db:hover i {
  background-position: -273px -104px;
}
.social_13.header.be i {
  background-position: -286px -182px;
}
.social_13.header.be:hover i {
  background-position: -286px -104px;
}
.social_13.header.fl i {
  background-position: -299px -182px;
}
.social_13.header.fl:hover i {
  background-position: -299px -104px;
}
.social_13.header.fl-c i {
  background-position: -312px -182px;
}
.social_13.header.fl-c:hover i {
  background-position: -312px -104px;
}
.social_13.header.vm i {
  background-position: -325px -182px;
}
.social_13.header.vm:hover i {
  background-position: -325px -104px;
}
.social_13.header.vm-c i {
  background-position: -338px -182px;
}
.social_13.header.vm-c:hover i {
  background-position: -338px -104px;
}
.social_13.header.yt i {
  background-position: -351px -182px;
}
.social_13.header.yt:hover i {
  background-position: -351px -104px;
}
.social_13.header i {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.social_13.header:hover {
  background-color: #f4f4f4;
}
.social_13.footer {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 100%;
  width: 13px;
  height: 13px;
  background-color: rgba(40, 40, 40, 0.4);
  padding: 3px;
}
.social_13.footer i {
  width: 13px;
  height: 13px;
  background: url("../images/social_icons_13.png");
  display: inline-block;
  overflow: hidden;
  text-indent: 13px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-transition: all background 200ms linear ease-out;
  -moz-transition: all background 200ms linear ease-out;
  transition: all background 200ms linear ease-out;
}
.social_13.footer.fb i {
  background-position: 0px -117px;
}
.social_13.footer.fb:hover i {
  background-position: 0px -104px;
}
.social_13.footer.fb-c i {
  background-position: -13px -117px;
}
.social_13.footer.fb-c:hover i {
  background-position: -13px -104px;
}
.social_13.footer.tw i {
  background-position: -26px -117px;
}
.social_13.footer.tw:hover i {
  background-position: -26px -104px;
}
.social_13.footer.tw-c i {
  background-position: -39px -117px;
}
.social_13.footer.tw-c:hover i {
  background-position: -39px -104px;
}
.social_13.footer.gp i {
  background-position: -52px -117px;
}
.social_13.footer.gp:hover i {
  background-position: -52px -104px;
}
.social_13.footer.gp-c i {
  background-position: -65px -117px;
}
.social_13.footer.gp-c:hover i {
  background-position: -65px -104px;
}
.social_13.footer.pi i {
  background-position: -78px -117px;
}
.social_13.footer.pi:hover i {
  background-position: -78px -104px;
}
.social_13.footer.tu i {
  background-position: -91px -117px;
}
.social_13.footer.tu:hover i {
  background-position: -91px -104px;
}
.social_13.footer.tu-c i {
  background-position: -104px -117px;
}
.social_13.footer.tu-c:hover i {
  background-position: -104px -104px;
}
.social_13.footer.in i {
  background-position: -117px -117px;
}
.social_13.footer.in:hover i {
  background-position: -117px -104px;
}
.social_13.footer.in-c i {
  background-position: -130px -117px;
}
.social_13.footer.in-c:hover i {
  background-position: -130px -104px;
}
.social_13.footer.dr i {
  background-position: -143px -117px;
}
.social_13.footer.dr:hover i {
  background-position: -143px -104px;
}
.social_13.footer.dr-c i {
  background-position: -156px -117px;
}
.social_13.footer.dr-c:hover i {
  background-position: -156px -104px;
}
.social_13.footer.su i {
  background-position: -169px -117px;
}
.social_13.footer.su:hover i {
  background-position: -169px -104px;
}
.social_13.footer.su-c i {
  background-position: -182px -117px;
}
.social_13.footer.su-c:hover i {
  background-position: -182px -104px;
}
.social_13.footer.af i {
  background-position: -195px -117px;
}
.social_13.footer.af:hover i {
  background-position: -195px -104px;
}
.social_13.footer.af-c i {
  background-position: -208px -117px;
}
.social_13.footer.af-c:hover i {
  background-position: -208px -104px;
}
.social_13.footer.sk i {
  background-position: -221px -117px;
}
.social_13.footer.sk:hover i {
  background-position: -221px -104px;
}
.social_13.footer.sk-c i {
  background-position: -234px -117px;
}
.social_13.footer.sk-c:hover i {
  background-position: -234px -104px;
}
.social_13.footer.sc i {
  background-position: -247px -117px;
}
.social_13.footer.sc:hover i {
  background-position: -247px -104px;
}
.social_13.footer.ig i {
  background-position: -260px -117px;
}
.social_13.footer.ig:hover i {
  background-position: -260px -104px;
}
.social_13.footer.db i {
  background-position: -273px -117px;
}
.social_13.footer.db:hover i {
  background-position: -273px -104px;
}
.social_13.footer.be i {
  background-position: -286px -117px;
}
.social_13.footer.be:hover i {
  background-position: -286px -104px;
}
.social_13.footer.fl i {
  background-position: -299px -117px;
}
.social_13.footer.fl:hover i {
  background-position: -299px -104px;
}
.social_13.footer.fl-c i {
  background-position: -312px -117px;
}
.social_13.footer.fl-c:hover i {
  background-position: -312px -104px;
}
.social_13.footer.vm i {
  background-position: -325px -117px;
}
.social_13.footer.vm:hover i {
  background-position: -325px -104px;
}
.social_13.footer.vm-c i {
  background-position: -338px -117px;
}
.social_13.footer.vm-c:hover i {
  background-position: -338px -104px;
}
.social_13.footer.yt i {
  background-position: -351px -117px;
}
.social_13.footer.yt:hover i {
  background-position: -351px -104px;
}
.social_13.footer:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.wpb_heading {
  margin-bottom: 15px;
}
.wpb_content_element {
  margin-bottom: 25px;
}
.wpb_content_element p img {
  max-width: 100%;
  height: auto;
}
.wpb_toggle {
  font-size: 13px;
  background: #FAFAFA !important;
  padding: 8px 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-left: 40px !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transition: all all 250ms ease-in-out ease-out;
  -moz-transition: all all 250ms ease-in-out ease-out;
  transition: all all 250ms ease-in-out ease-out;
}
.wpb_toggle.wpb_toggle_title_active {
  margin-bottom: 0;
}
.wpb_toggle.wpb_toggle_title_active:before {
  background: #ebebeb;
  color: #6b6b6b;
}
.wpb_toggle:before {
  content: '\2b';
  font-family: entypo;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: block;
  background: #666666;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  padding-top: 6px;
  font-size: 17px;
  -webkit-transition: 200ms ease-in-out 200ms;
  -moz-transition: 200ms ease-in-out 200ms;
  -o-transition: 200ms ease-in-out 200ms;
  -ms-transition: 200ms ease-in-out 200ms;
  transition: 200ms ease-in-out 200ms;
  -webkit-transition: all 200ms ease-in-out 200ms ease-out;
  -moz-transition: all 200ms ease-in-out 200ms ease-out;
  transition: all 200ms ease-in-out 200ms ease-out;
}
.wpb_toggle_content {
  padding: 10px 10px;
  margin-top: 0;
  background: #fdfdfd;
  margin-bottom: 10px;
}
.is_hidden {
  visibility: hidden;
}
.no_entries,
.no_comments {
  font-size: 35px;
  color: #e6e6e6;
  text-align: center;
  margin: 40px 0;
}
.no_entries.no_comments,
.no_comments.no_comments {
  font-size: 13px;
  color: #6f6f6f;
  min-height: 100px;
  margin-top: 25px;
  text-align: left;
}
.archive_no_posts {
  min-height: 120px;
  font-size: 14px;
}
.post_details .post_date_alt {
  display: inline-block;
  background: #999;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  line-height: 1;
}
.password_protected_post {
  background: #FAFAFA;
  border: 1px solid #EEE;
  padding: 15px;
  margin-bottom: 50px;
  margin-top: 15px;
}
.wpb_teaser_grid .teaser_grid_container .post-title {
  font-size: 13px;
  margin-bottom: 10px;
  min-height: 35px;
}
.wpb_teaser_grid .teaser_grid_container .span6 .post-title {
  min-height: 0;
  font-size: 16px;
}
.wpb_teaser_grid .teaser_grid_container .post-thumb {
  background: #FAFAFA;
  border: 1px solid #EEE;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.wpb_teaser_grid .teaser_grid_container .post-thumb img {
  display: block;
  line-height: 100%;
  width: 100%;
}
.wpb_teaser_grid .teaser_grid_container .post-thumb .link_image {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.laborator_latest_portfolio_items_widget .outer_title_table {
  margin-bottom: 20px;
}
.wpb_tabs {
  margin-bottom: 20px !important;
}
.wpb_tabs .ui-tabs-hide {
  display: none !important;
}
.wpb_tabs .ui-tabs-nav {
  margin: 0px !important;
  padding: 0px !important;
  position: relative !important;
  z-index: 12 !important;
  top: 1px !important;
  zoom: 1;
}
.wpb_tabs .ui-tabs-nav:before,
.wpb_tabs .ui-tabs-nav:after {
  display: table;
  content: "";
}
.wpb_tabs .ui-tabs-nav:after {
  clear: both;
}
.wpb_tabs .ui-tabs-nav li {
  float: left !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-right: 10px !important;
}
.wpb_tabs .ui-tabs-nav li a {
  display: block !important;
  padding: 10px 20px !important;
  border: 1px solid #f4f4f4 !important;
  background: #f4f4f4 !important;
  font-size: 13px !important;
  color: #999999 !important;
}
.wpb_tabs .ui-tabs-nav li a:hover {
  background-color: #fcfcfc !important;
  color: #444444 !important;
}
.wpb_tabs .ui-tabs-nav li.ui-state-active a {
  background-color: #ffffff !important;
  border-top-width: 2px !important;
  color: #282828 !important;
  border-color: #f1f1f1 !important;
  border-bottom-color: #fff !important;
}
.wpb_tabs .wpb_tab {
  border: 1px solid #f1f1f1 !important;
  padding: 10px !important;
  position: relative !important;
  z-index: 10 !important;
  background: #FFF !important;
}
.wpb_tabs .wpb_tab p:last-child {
  margin-bottom: 0px !important;
}
.wpb_tabs .wpb_tab .wpb_content_element {
  margin: 0 !important;
}
.vc_text_separator {
  margin-right: 10px;
  margin-bottom: 0px !important;
}
.vc_text_separator div {
  color: #444444;
  font-size: 20px;
  top: 15px !important;
  padding-left: 0 !important;
}
ol.list,
ul.list {
  padding-left: 15px;
  margin-bottom: 15px;
}
ul.list {
  list-style: circle;
}
ol.list {
  list-style: decimal-leading-zero;
  padding-left: 25px;
}
.post_content strong {
  font-family: Times, sans-serif;
}
.post_content .gallery {
  margin-bottom: 25px !important;
}
.footer_block.widget_categories ul li,
.footer_block.widget_meta ul li,
.footer_block.widget_archive ul li,
.footer_block.widget_recent_entries ul li,
.footer_block.widget_pages ul li {
  border-top: 1px solid #f6a751;
  padding: 5px 0;
}
.footer_block.widget_categories ul li:before,
.footer_block.widget_meta ul li:before,
.footer_block.widget_archive ul li:before,
.footer_block.widget_recent_entries ul li:before,
.footer_block.widget_pages ul li:before {
  content: '» ';
}
.footer_block.widget_categories ul li:first-child,
.footer_block.widget_meta ul li:first-child,
.footer_block.widget_archive ul li:first-child,
.footer_block.widget_recent_entries ul li:first-child,
.footer_block.widget_pages ul li:first-child {
  border-top: none;
}
.footer_block.widget_search #s {
  width: 170px;
  display: inline-block;
  margin-right: 10px;
  padding: 4px;
  top: -2px;
  position: relative;
}
.footer_block.widget_simpleadswidget .advertisement {
  zoom: 1;
}
.footer_block.widget_simpleadswidget .advertisement:before,
.footer_block.widget_simpleadswidget .advertisement:after {
  display: table;
  content: "";
}
.footer_block.widget_simpleadswidget .advertisement:after {
  clear: both;
}
.footer_block.widget_simpleadswidget .advertisement .ads_one_one a,
.footer_block.widget_simpleadswidget .advertisement .ads_half_two a {
  float: left;
  display: block;
  border: 3px solid #ffffff;
  margin-bottom: 10px;
}
.footer_block.widget_simpleadswidget .advertisement .ads_one_one a img,
.footer_block.widget_simpleadswidget .advertisement .ads_half_two a img {
  display: block;
  line-height: 100%;
}
.footer_block.widget_simpleadswidget .advertisement .ads_one_one a img {
  width: 260px;
}
.footer_block.widget_simpleadswidget .advertisement .ads_half_two a {
  margin-right: 10px;
}
.footer_block.widget_simpleadswidget .advertisement .ads_half_two a img {
  width: 120px;
}
.ocm-menu {
  background: #666666;
}
.ocm-menu li {
  font-family: Helvetica, sans-serif;
}
.ocm-menu li a {
  color: #ffffff;
}
.ocm-menu #site_header_ul > li {
  border-color: #f6a751 !important;
}
.ocm-menu #site_header_ul > li a {
  -webkit-transition: background 250ms linear;
  -moz-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  -ms-transition: background 250ms linear;
  transition: background 250ms linear;
  -webkit-transition: all background 250ms linear ease-out;
  -moz-transition: all background 250ms linear ease-out;
  transition: all background 250ms linear ease-out;
}
.ocm-menu #site_header_ul > li a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.ocm-menu #site_header_ul > li.current-menu-parent > a,
.ocm-menu #site_header_ul > li.current-menu-item > a {
  background: rgba(255, 255, 255, 0.25);
}
.ocm-menu #site_header_ul > li ul {
  display: none !important;
}
.ocm-menu #site_header_ul > li.current-menu-parent ul,
.ocm-menu #site_header_ul > li.current-menu-item ul {
  display: block !important;
}
.ocm-menu #site_header_ul > li.current-menu-parent ul a,
.ocm-menu #site_header_ul > li.current-menu-item ul a {
  display: block;
  padding: 3px;
  padding-left: 6px;
}
.ocm-menu #site_header_ul > li.current-menu-parent ul .current-menu-item > a,
.ocm-menu #site_header_ul > li.current-menu-item ul .current-menu-item > a {
  background: rgba(255, 255, 255, 0.25);
}
.menu_block {
  padding: 15px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}
#menu-link {
  display: block;
  position: absolute;
  left: 0px;
  top: 25px;
  background: #666666 url(../images/menu-link.png) no-repeat center center;
  overflow: hidden;
  text-indent: 40px;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transition: all all 200ms ease-in-out ease-out;
  -moz-transition: all all 200ms ease-in-out ease-out;
  transition: all all 200ms ease-in-out ease-out;
}
.js-menu #menu-link {
  background-color: rgba(0, 47, 93, 0.5);
}
.block_bg_color {
  background: #666666;
  color: #666666;
}
.container_404 {
  margin-bottom: 20px;
}
#lang_sel_list {
  height: auto !important;
  width: auto !important;
  margin-bottom: 5px;
  zoom: 1;
}
#lang_sel_list:before,
#lang_sel_list:after {
  display: table;
  content: "";
}
#lang_sel_list:after {
  clear: both;
}
#lang_sel_list ul,
#lang_sel_list ul li,
#lang_sel_list ul li a {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  zoom: 1;
}
#lang_sel_list ul:before,
#lang_sel_list ul li:before,
#lang_sel_list ul li a:before,
#lang_sel_list ul:after,
#lang_sel_list ul li:after,
#lang_sel_list ul li a:after {
  display: table;
  content: "";
}
#lang_sel_list ul:after,
#lang_sel_list ul li:after,
#lang_sel_list ul li a:after {
  clear: both;
}
#lang_sel_list ul {
  border-color: #f1f1f1 !important;
}
#lang_sel_list ul li {
  display: block;
  clear: left !important;
}
#lang_sel_list ul li a {
  border-color: #f1f1f1 !important;
}
#lang_sel_list ul li a.lang_sel_sel {
  background: #EEE;
}
#lang_sel_footer {
  border: none !important;
}
#lang_sel_footer ul li a.lang_sel_sel {
  background: #F5F5F5;
  border: 1px solid #EEE;
}
footer.gray #lang_sel_list ul li a {
  color: #444444 !important;
}
.footer_block #lang_sel_list ul {
  border: none;
}
.footer_block #lang_sel_list ul li a {
  background: none;
  color: #ffffff;
  border: none;
  padding-left: 0;
  -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;
}
.footer_block #lang_sel_list ul li a.lang_sel_sel {
  -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;
}
.footer_block #lang_sel_list ul li a:hover {
  color: #cccccc;
  -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;
}
.wpb_tour h2 {
  margin-bottom: 20px;
}
.wpb_tour .ui-tabs-nav .ui-state-default {
  background: #FFF !important;
  color: #282828 !important;
  font-size: 14px !important;
  padding: 5px 0px !important;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5 !important;
  position: relative !important;
  border-right: 1px solid #e5e5e5 !important;
}
.wpb_tour .ui-tabs-nav .ui-state-default:first-child {
  border-top: none !important;
}
.wpb_tour .ui-tabs-nav .ui-state-default.ui-tabs-selected,
.wpb_tour .ui-tabs-nav .ui-state-default.ui-state-active {
  background: #f8f8f8 !important;
  font-weight: bold;
}
.wpb_tour .ui-tabs-nav .ui-state-default.ui-tabs-selected:after,
.wpb_tour .ui-tabs-nav .ui-state-default.ui-state-active:after {
  content: ' ';
  background: url(../images/featured-tab-active.png);
  width: 9px;
  height: 18px;
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -9px;
}
.wpb_tour .wpb_tour_next_prev_nav .wpb_next_slide,
.wpb_tour .wpb_tour_next_prev_nav .wpb_prev_slide {
  width: auto;
  text-decoration: none !important;
  border: none !important;
  margin-right: 4px;
}
.wpb_tour .wpb_tour_next_prev_nav .wpb_next_slide.wpb_next_slide a,
.wpb_tour .wpb_tour_next_prev_nav .wpb_prev_slide.wpb_next_slide a {
  background-position: right center;
}
.wpb_tour .wpb_tour_next_prev_nav .wpb_next_slide a,
.wpb_tour .wpb_tour_next_prev_nav .wpb_prev_slide a {
  width: 9px;
  height: 12px;
  display: block;
  background: url(../images/features-tabs-next-prev.png) no-repeat left center;
  text-indent: 20px;
  overflow: hidden;
  text-decoration: none !important;
  border: none !important;
}
.wpb_call_to_action {
  margin-bottom: 20px;
}
.wpb_button {
  background: #666666 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  border: none  !important;
  text-shadow: none  !important;
  -webkit-border-radius: 0  !important;
  -moz-border-radius: 0  !important;
  border-radius: 0  !important;
  -webkit-border-top-right-radius: 0  !important;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0  !important;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0  !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 15px !important;
}
.wpb_button:hover {
  background: #f6a247;
  color: #ffffff;
  text-shadow: none;
}
.wpb_call_to_action {
  border-color: #dcdcdc !important;
}
.wpb_call_to_action .wpb_call_text {
  color: #8c8c8c !important;
  margin-top: 5px  !important;
}
.wpb_call_to_action.cta_align_left .wpb_call_text {
  text-align: right;
}
.admin-bar #site_header.fixed {
  margin-top: 28px;
}
/*.font-raleway .features_blocks .feature_block i { line-height: 50px !important; }
//.font-oswald .features_blocks .feature_block i { line-height: 30px !important; }
.font-oswald .features_blocks .feature_block i { line-height: 30px !important; }
.font-nunito .features_blocks .feature_block i { line-height: 52px !important; }
.font-arimo .features_blocks .feature_block i { line-height: 49px !important; }*/
/* Diamonds */
.diamonds {
  font-size: 0;
  margin: 40px auto;
  margin-bottom: 40px;
  margin-top: 55px;
}
@media only screen and (min-width: 1348px) {
  .csstransforms .diamonds {
    max-width: 1270px;
  }
  .csstransforms .diamonds > li:nth-child(9n+6) {
    margin-left: 135px;
  }
  .csstransforms .diamonds > li:nth-child(9n+5) {
    margin-right: 0;
  }
  .csstransforms .diamonds > li:nth-child(n+5) {
    margin-top: -55px;
  }
}
@media only screen and (max-width: 1347px) and (min-width: 1078px) {
  .csstransforms .diamonds {
    max-width: 1000px;
  }
  .csstransforms .diamonds > li:nth-child(7n+5) {
    margin-left: 135px;
  }
  .csstransforms .diamonds > li:nth-child(7n+4) {
    margin-right: 0;
  }
  .csstransforms .diamonds > li:nth-child(n+4) {
    margin-top: -55px;
  }
}
@media only screen and (max-width: 1077px) and (min-width: 808px) {
  .csstransforms .diamonds {
    max-width: 730px;
  }
  .csstransforms .diamonds > li:nth-child(5n+4) {
    margin-left: 135px;
  }
  .csstransforms .diamonds > li:nth-child(5n+3) {
    margin-right: 0;
  }
  .csstransforms .diamonds > li:nth-child(n+3) {
    margin-top: -55px;
  }
}
@media only screen and (max-width: 807px) and (min-width: 538px) {
  .csstransforms .diamonds {
    max-width: 460px;
  }
  .csstransforms .diamonds > li:nth-child(3n+3) {
    margin-left: 135px;
  }
  .csstransforms .diamonds > li:nth-child(3n+2) {
    margin-right: 0;
  }
  .csstransforms .diamonds > li:nth-child(n+2) {
    margin-top: -55px;
  }
}
.csstransforms .diamonds {
  padding: 39px 0;
}
@media only screen and (max-width: 537px) {
  .csstransforms .diamonds {
    padding: 0;
    text-align: left;
  }
}
.no-csstransforms .diamonds {
  max-width: 1060px;
}
.diamonds > li {
  display: inline-block;
  font-size: 18px;
  margin-right: 80px;
}
@media only screen and (max-width: 537px) {
  .diamonds > li {
    margin-right: 0;
    width: 140px;
  }
  .diamonds > li img {
    width: 120% !important;
    left: -10px !important;
    position: relative !important;
  }
  .diamonds > li .icon_block {
    left: 35%;
    top: 32%;
  }
  .diamonds > li h2 {
    font-size: 16px;
  }
  .diamonds > li p {
    font-size: 12px;
  }
}
.no-csstransforms .diamonds > li {
  margin: 0 20px 20px 0;
}
.diamonds .diamond {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #eeeeee;
  -moz-box-shadow: 0 0 0 1px #eeeeee;
  box-shadow: 0 0 0 1px #eeeeee;
  color: #000;
  display: block;
  height: 190px;
  overflow: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  position: relative;
  text-decoration: none;
  width: 190px;
}
.csstransforms .diamonds .diamond {
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 537px) {
  .diamonds {
    width: 420px;
    margin: 0 auto;
  }
  .csstransforms .diamonds .diamond {
    height: 139px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 139px;
    margin-bottom: 0px;
  }
}
.diamonds .content {
  display: table-cell;
  height: 190px;
  padding: 0 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  vertical-align: middle;
  width: 190px;
}
@media only screen and (max-width: 537px) {
  .csstransforms .diamonds .content {
    height: 130px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .diamonds > li {
    margin-right: 0;
    width: 150px;
  }
  .diamonds {
    width: 300px;
    margin: 0 auto;
  }
  .csstransforms .diamonds .diamond {
    height: 150px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 150px;
    margin-bottom: 0px;
  }
  .csstransforms .diamonds .content {
    height: 150px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 150px;
  }
}
.diamond_entry h2 {
  color: #666666;
}
.diamond_entry p {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  display: inline-block;
}
.diamond_entry .diamond_image_icon img,
.diamond_entry .diamond_image_only img {
  position: relative;
  left: -75px;
}
.diamond_entry .diamond_image_icon.diamond_image_icon .icon_block,
.diamond_entry .diamond_image_only.diamond_image_icon .icon_block {
  background: none;
}
.diamond_entry .diamond_image_icon.diamond_image_icon .icon_block .icon,
.diamond_entry .diamond_image_only.diamond_image_icon .icon_block .icon {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.diamond_entry .diamond_icon_only .icon_block {
  -webkit-transition: 100ms ease-in-out 200ms;
  -moz-transition: 100ms ease-in-out 200ms;
  -o-transition: 100ms ease-in-out 200ms;
  -ms-transition: 100ms ease-in-out 200ms;
  transition: 100ms ease-in-out 200ms;
  -webkit-transition: all 100ms ease-in-out 200ms ease-out;
  -moz-transition: all 100ms ease-in-out 200ms ease-out;
  transition: all 100ms ease-in-out 200ms ease-out;
}
@-webkit-keyframes moveUpComeDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -o-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
  }
  51% {
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -o-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes moveUpComeDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -o-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
  }
  51% {
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -o-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes moveUpComeDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -o-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
  }
  51% {
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -o-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes moveUpComeDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -o-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
  }
  51% {
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -o-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveUpComeDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -o-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
  }
  51% {
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -o-transform: translateY(180px);
    -ms-transform: translateY(180px);
    transform: translateY(180px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes textMove1 {
  0% {
    left: 0;
  }
  33% {
    left: -5px;
  }
  66% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes textMove1 {
  0% {
    left: 0;
  }
  33% {
    left: -5px;
  }
  66% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes textMove1 {
  0% {
    left: 0;
  }
  33% {
    left: -5px;
  }
  66% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes textMove1 {
  0% {
    left: 0;
  }
  33% {
    left: -5px;
  }
  66% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@keyframes textMove1 {
  0% {
    left: 0;
  }
  33% {
    left: -5px;
  }
  66% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes textMove2 {
  0% {
    left: 0;
  }
  33% {
    left: 5px;
  }
  66% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes textMove2 {
  0% {
    left: 0;
  }
  33% {
    left: 5px;
  }
  66% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes textMove2 {
  0% {
    left: 0;
  }
  33% {
    left: 5px;
  }
  66% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes textMove2 {
  0% {
    left: 0;
  }
  33% {
    left: 5px;
  }
  66% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
@keyframes textMove2 {
  0% {
    left: 0;
  }
  33% {
    left: 5px;
  }
  66% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.diamond_entry .diamond_image_only img {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transition: all all 250ms ease-in-out ease-out;
  -moz-transition: all all 250ms ease-in-out ease-out;
  transition: all all 250ms ease-in-out ease-out;
}
.diamond_entry .diamond_image_only:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.diamond_entry .diamond_image_icon:hover .icon_block .icon {
  -webkit-animation: moveUpComeDown .8s alternate;
  -moz-animation: moveUpComeDown .8s alternate;
  -o-animation: moveUpComeDown .8s alternate;
  -ms-animation: moveUpComeDown .8s alternate;
  animation: moveUpComeDown .8s alternate;
}
.diamond_entry .diamond_title_excerpt:hover .content h2 {
  -webkit-animation: textMove1 .5s alternate;
  -moz-animation: textMove1 .5s alternate;
  -o-animation: textMove1 .5s alternate;
  -ms-animation: textMove1 .5s alternate;
  animation: textMove1 .5s alternate;
}
.diamond_entry .diamond_title_excerpt:hover .content p {
  position: relative;
  -webkit-animation: textMove2 .5s alternate;
  -moz-animation: textMove2 .5s alternate;
  -o-animation: textMove2 .5s alternate;
  -ms-animation: textMove2 .5s alternate;
  animation: textMove2 .5s alternate;
}
.diamond_entry .diamond_icon_only:hover .icon_block {
  -webkit-animation: scaleIcon .2s alternate;
  -moz-animation: scaleIcon .2s alternate;
  -o-animation: scaleIcon .2s alternate;
  -ms-animation: scaleIcon .2s alternate;
  animation: scaleIcon .2s alternate;
}
.diamond_entry .icon_block {
  position: absolute;
  left: 19%;
  top: 42%;
  width: 50px;
  height: 50px;
  background: #666666;
}
.diamond_entry .icon_block .icon {
  color: #FFF;
  width: 100%;
  height: 100%;
  font-size: 50px;
  line-height: 1;
  display: block;
  position: relative;
  top: -5px;
}
.diamond_entry .diamond_icon_only .icon_block {
  left: 38%;
  top: 38%;
}
/* Boxed Layout */
.layout-boxed {
  background: #EEE;
}
.layout-boxed.pt_01 {
  background-image: url(../images/pattern/pt_01.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_02 {
  background-image: url(../images/pattern/pt_02.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_03 {
  background-image: url(../images/pattern/pt_03.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_04 {
  background-image: url(../images/pattern/pt_04.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_05 {
  background-image: url(../images/pattern/pt_05.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_06 {
  background-image: url(../images/pattern/pt_06.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_07 {
  background-image: url(../images/pattern/pt_07.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_08 {
  background-image: url(../images/pattern/pt_08.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_09 {
  background-image: url(../images/pattern/pt_09.png) !important;
  background-repeat: repeat;
}
.layout-boxed.pt_10 {
  background-image: url(../images/pattern/pt_10.png) !important;
  background-repeat: repeat;
}
.layout-boxed #wrap {
  background: #FFF;
  width: 980px;
  margin: 0 auto;
}
.layout-boxed header {
  padding: 0;
  width: auto;
}
.layout-boxed #features_blocks .features_blocks_nav .prev {
  left: -46px !important;
}
.layout-boxed #features_blocks .features_blocks_nav .next {
  right: -46px !important;
}
.layout-boxed .team_members_env .team_members_nav .prev {
  left: -46px !important;
}
.layout-boxed .team_members_env .team_members_nav .next {
  right: -46px !important;
}
.layout-boxed footer.gray {
  background: #e1e1e1;
}
.layout-boxed footer.gray #footer .sixteen.columns {
  background: #e1e1e1 !important;
}
.layout-boxed footer.gray .footer_bottom {
  background: #d4d4d4 !important;
}
.layout-boxed .sl-slider-wrapper {
  width: 960px;
}
.layout-boxed .outer_title_table {
  background: #FFF !important;
}
.layout-boxed footer.expanded .footer_bottom {
  width: auto !important;
}
.layout-boxed footer.expanded .footer_bottom .footer_links {
  margin-right: 0 !important;
}
.layout-boxed .footer_bottom {
  width: 940px;
  margin: 0 auto;
}
.layout-boxed .footer_bottom.boxed_footer {
  margin-bottom: 0;
}
.layout-boxed .footer_bottom .footer_text {
  margin-left: 0;
}
.layout-boxed .footer_bottom .footer_links {
  margin-right: 20px;
}
.layout-boxed .revslider_container .fullwidthbanner-container .tp-rightarrow {
  left: 940px !important;
}
.wpb_separator {
  border-color: #f4f4f4 !important;
}
.sticky {
  -webkit-box-shadow: 0px, 0px, 0px, 3px, rgba(255, 115, 143, 0.35);
  -moz-box-shadow: 0px, 0px, 0px, 3px, rgba(255, 115, 143, 0.35);
  box-shadow: 0px, 0px, 0px, 3px, rgba(255, 115, 143, 0.35);
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 115, 143, 0.35);
  -moz-box-shadow: 0px 0px 0px 3px rgba(255, 115, 143, 0.35);
  box-shadow: 0px 0px 0px 3px rgba(255, 115, 143, 0.35);
  border: 1px solid #fcaab9 !important;
}
.status-private {
  -webkit-box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.35);
  -moz-box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.35);
  box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.35);
  border: 1px solid #dbdbdb !important;
}
.post-password-required {
  -webkit-box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.35);
  -moz-box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.35);
  box-shadow: 0 0 0 3px rgba(221, 221, 221, 0.35);
  border: 1px solid #dbdbdb !important;
}
.full_post.sticky,
.full_post.post-password-required,
.full_post.status-private {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.blog_and_sidebar .tags,
.blog_and_sidebar .categories {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar_position_left .blog_env {
  float: right;
}
/* Images */
h3[id] {
  clear: both;
  zoom: 1;
  margin-bottom: 10px;
}
h3[id]:before,
h3[id]:after {
  display: table;
  content: "";
}
h3[id]:after {
  clear: both;
}
.alignleft {
  float: left;
  margin: 10px;
  margin-left: 0;
}
.alignright {
  float: right;
  margin: 10px;
  margin-right: 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */

  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
.post_content embed {
  max-width: 100%;
}
.full_post .tags {
  max-width: 250px;
  white-space: normal !important;
}
i.icon {
  line-height: 92%;
}
.rtl .logo_env {
  float: right;
}
.rtl header #site_header #site_menu .main_menu > ul,
.rtl header #site_header #site_menu .main_menu {
  float: left;
}
.rtl header #site_header #site_menu .main_menu > ul > li,
.rtl header #site_header #site_menu .main_menu > li {
  margin-left: 0;
  margin-right: 35px;
}
.rtl .ui-tabs-nav li {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.rtl .testimonials_nav {
  float: left;
}
.rtl footer .blog_stats .stats li span {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl footer #footer .footer_block .testimonials li .author .arrow {
  left: -20px;
}
.rtl .full_post .post_meta .pe_entry {
  float: right;
  border-left: 0;
  border-right: 1px solid #f1f1f1;
}
.rtl .full_post .post_meta .pe_entry:first-child {
  border-right: none !important;
}
.rtl .author_info .info h4 span.articles_num {
  float: left;
}
.rtl .author_info .info h4 span.articles_num strong {
  float: left;
  margin-right: 5px;
}
.rtl .no_entries.no_comments,
.rtl .no_comments.no_comments {
  text-align: right;
}
.rtl .outer_title_table .text_env {
  padding-right: 0;
  padding-left: 10px;
}
.win #features_blocks .features_blocks .feature_block .tab_icon i {
  line-height: 0 !important;
}
.win #features_blocks .features_blocks .feature_block .tab_icon i:before {
  line-height: .5;
  display: inline-block;
}
.laborator_latest_blog_posts {
  zoom: 1;
}
.laborator_latest_blog_posts:before,
.laborator_latest_blog_posts:after {
  display: table;
  content: "";
}
.laborator_latest_blog_posts:after {
  clear: both;
}
.laborator_latest_blog_posts .four.columns {
  width: 220px;
}
.wpb_teaser_grid {
  width: 100%;
}
.wpb_teaser_grid .isotope-item {
  width: 49.5%;
}
.xvc_vc_teaser_grid {
  margin-left: 0;
  margin-right: 0;
}
.xvc_vc_teaser_grid .wpb_teaser_grid .wpb_teaser_grid_heading {
  margin-left: 10px;
  margin-right: 10px;
}
.xvc_vc_teaser_grid .wpb_teaser_grid .four.columns {
  width: 220px;
  margin-right: 10px;
  margin-left: 10px;
}
.xvc_vc_teaser_grid .columns_count_4 .wpb_teaser_grid_heading {
  margin-left: 0;
}
.silicon-icon-collection-fontawesome i {
  font-size: 115% !important;
}
.silicon-icon-collection-fontawesome .feature_block .tab_icon i {
  font-size: 35px !important;
  line-height: 58px !important;
  text-align: center;
  position: relative;
  left: 0;
}
.silicon-icon-collection-fontawesome .icon_block .icon {
  font-size: 35px !important;
  line-height: 58px !important;
}
.super_caption {
  margin: 20px 0;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  color: #6f6f6f;
}
.super_caption span,
.super_caption p,
.super_caption div {
  display: block;
  margin: 0;
}
.super_caption span strong,
.super_caption p strong,
.super_caption div strong {
  font-weight: 500 !important;
  color: #666666 !important;
}
.post_excerpt,
.excerpt {
  word-break: break-word;
}
.post_image img {
  max-width: 100%;
}
.go_back_portfolio {
  display: inline-block;
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-right: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 959px) {
  header {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .block_title {
    font-size: 16.200000000000003px;
  }
  .layout-boxed #wrap {
    width: 778px;
    overflow-x: hidden;
  }
  header #site_header #site_menu .main_menu > ul > li {
    margin-left: 30px;
    width: auto !important;
  }
  header #site_header #site_menu .main_menu > ul > li > a {
    font-size: 12.96px;
    width: auto !important;
  }
  header #site_header #site_menu .main_menu > ul > li > a .has_sub {
    right: 2px;
  }
  header #site_header #site_menu .main_menu > ul ul li {
    width: 140px !important;
  }
  header #site_header #site_menu .main_menu > ul ul li a {
    font-size: 10.530000000000001px;
  }
  header #site_header #site_menu .main_menu > ul ul li ul {
    left: 140px;
  }
  header #site_header #site_menu .main_menu > ul ul li.has_sub > a {
    background-position: 95% -4px !important;
  }
  header #site_header #site_menu .main_menu > ul ul li.has_sub:hover > a {
    background-position: 95% -44px !important;
  }
  #slider_container #cycle_slider .slides {
    width: auto;
  }
  #slider_container #cycle_slider .slides .slide .image {
    width: 100%;
  }
  #slider_container #cycle_slider .slides .slide .image img {
    width: 100%;
  }
  #slider_container #cycle_slider .slides .slide .text_caption {
    width: 100%;
  }
  #slider_container #cycle_slider .control_nav {
    top: 5px;
    right: 15px;
  }
  #slider_container #cycle_slider .control_nav a {
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  #slider_container .wideslider_env #wideslider {
    height: 265px;
  }
  #slider_container .wideslider_env #wideslider li {
    font-size: 25px;
    max-width: 500px;
  }
  .ws_images_container {
    height: 300px;
    margin-top: 170px;
  }
  .ws_images_container img {
    height: 100%;
    min-height: 100%;
    min-width: auto;
    width: auto;
  }
  .ws_progress_timer_container {
    top: 470px;
  }
  #features_blocks .blocks_env .columns {
    width: 172px;
  }
  #features_blocks .blocks_env .features_blocks_nav {
    padding-left: 10px;
    padding-right: 10px;
    zoom: 1;
  }
  #features_blocks .blocks_env .features_blocks_nav:before,
  #features_blocks .blocks_env .features_blocks_nav:after {
    display: table;
    content: "";
  }
  #features_blocks .blocks_env .features_blocks_nav:after {
    clear: both;
  }
  #features_blocks .blocks_env .features_blocks_nav a {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  #features_blocks .blocks_env .features_blocks_nav a.prev,
  #features_blocks .blocks_env .features_blocks_nav a.next {
    float: left;
    top: 0;
    left: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #cacaca;
    border: 1px solid rgba(202, 202, 202, 0.2);
  }
  #features_blocks .blocks_env .features_blocks_nav a:hover {
    background-color: #FFF;
  }
  #features_blocks .blocks_env .features_blocks_nav a.prev {
    background-position: -26px -26px;
  }
  #features_blocks .blocks_env .features_blocks_nav a.prev:hover {
    background-position: 0 -26px;
  }
  #features_blocks .blocks_env .features_blocks_nav a.next {
    background-position: -26px 0;
  }
  #features_blocks .blocks_env .features_blocks_nav a.next:hover {
    background-position: 0 0;
  }
  #features_blocks .feature_block {
    height: 240px;
  }
  #features_blocks .feature_block h3 {
    font-size: 14.580000000000002px;
  }
  #portfolio_items .portfolio_item {
    width: 187px;
    height: 170px;
  }
  #homepage_posts {
    width: 576px;
  }
  #homepage_posts .post_entry {
    width: 172px;
  }
  .partners_carousel li {
    width: 229px;
  }
  footer #footer .footer_block {
    width: 209px;
  }
  .super_caption {
    font-size: 28px;
  }
  .double_margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .post_entries .post_entry {
    zoom: 1;
  }
  .post_entries .post_entry:before,
  .post_entries .post_entry:after {
    display: table;
    content: "";
  }
  .post_entries .post_entry:after {
    clear: both;
  }
  .post_entries .post_entry .post_thumb {
    width: 160px;
    height: 147px;
  }
  .post_entries .post_entry .post_thumb .image img {
    display: block;
    width: 160px;
  }
  .post_entries .post_entry .post_thumb .date {
    padding: 1px 5px;
    font-size: 10px;
  }
  .post_entries .post_entry .post_thumb .date span {
    font-size: 20.25px;
  }
  .post_entries .post_entry .post_details {
    width: 346px;
    height: 147px;
    zoom: 1;
  }
  .post_entries .post_entry .post_details:before,
  .post_entries .post_entry .post_details:after {
    display: table;
    content: "";
  }
  .post_entries .post_entry .post_details:after {
    clear: both;
  }
  .post_entries .post_entry .post_details > h3 {
    font-size: 14.580000000000002px;
  }
  .post_entries .post_entry .post_details .excerpt {
    max-height: 52px;
    max-height: 38px;
    overflow: hidden;
    font-size: 12px;
  }
  .post_entries .post_entry .post_details .post_meta .categories,
  .post_entries .post_entry .post_details .post_meta .tags,
  .post_entries .post_entry .post_details .post_meta .author {
    line-height: 30px;
  }
  .post_entries .post_entry .post_details .post_meta .categories.categories,
  .post_entries .post_entry .post_details .post_meta .tags.categories,
  .post_entries .post_entry .post_details .post_meta .author.categories {
    background-position: -10px -7px;
  }
  .post_entries .post_entry .post_details .post_meta .categories.categories:hover,
  .post_entries .post_entry .post_details .post_meta .tags.categories:hover,
  .post_entries .post_entry .post_details .post_meta .author.categories:hover {
    background-position: -10px -127px;
  }
  .post_entries .post_entry .post_details .post_meta .categories.tags,
  .post_entries .post_entry .post_details .post_meta .tags.tags,
  .post_entries .post_entry .post_details .post_meta .author.tags {
    background-position: -10px -86px;
  }
  .post_entries .post_entry .post_details .post_meta .categories.tags:hover,
  .post_entries .post_entry .post_details .post_meta .tags.tags:hover,
  .post_entries .post_entry .post_details .post_meta .author.tags:hover {
    background-position: -10px -206px;
  }
  .post_entries .post_entry .post_details .post_meta .categories.author,
  .post_entries .post_entry .post_details .post_meta .tags.author,
  .post_entries .post_entry .post_details .post_meta .author.author {
    background-position: -10px -46px;
  }
  .post_entries .post_entry .post_details .post_meta .categories.author:hover,
  .post_entries .post_entry .post_details .post_meta .tags.author:hover,
  .post_entries .post_entry .post_details .post_meta .author.author:hover {
    background-position: -10px -166px;
  }
  .sidebar_entry #searchform #s {
    width: 157px;
    background-position: 95%;
  }
  .sidebar_entry .subscribe .subscribe_input {
    width: 100px !important;
  }
  .sidebar_entry .sb_tabs .sb_tabs_title {
    zoom: 1;
  }
  .sidebar_entry .sb_tabs .sb_tabs_title:before,
  .sidebar_entry .sb_tabs .sb_tabs_title:after {
    display: table;
    content: "";
  }
  .sidebar_entry .sb_tabs .sb_tabs_title:after {
    clear: both;
  }
  .sidebar_entry .sb_tabs .sb_tabs_title a {
    min-width: 50px;
  }
  .sidebar_entry .advertisement.large a {
    width: 220px;
  }
  .sidebar_entry .advertisement.small a {
    width: 98px !important;
  }
  .sidebar_entry .tagcloud a {
    font-size: 12px;
  }
  .sidebar_entry .decent-comments .comment .comment-avatar img {
    width: 38px;
    height: 38px;
  }
  .sidebar_entry .decent-comments .comment .comment-details {
    width: 135px;
    font-size: 10.530000000000001px;
  }
  .sidebar_entry .decent-comments .comment .comment-details .comment-excerpt {
    font-size: 10.530000000000001px;
  }
  .full_post .post_image img {
    display: block;
    max-width: 100%;
  }
  .full_post .post_title {
    font-size: 16.200000000000003px;
  }
  .author_info .image {
    width: 90px;
  }
  .author_info .info {
    width: 382px;
  }
  .comments .comments_list .comment {
    margin-bottom: 10px;
  }
  .comments .comments_list .comment .image {
    width: 60px;
  }
  .comments .comments_list .comment .comment_text {
    width: 385px;
  }
  .comments .comments_list ul li ul {
    padding-left: 91px;
  }
  .comments .comments_list ul li ul li .comment .comment_text {
    width: 295px !important;
  }
  .comments .comments_list ul li ul li ul {
    padding-left: 72px;
  }
  .comments .comments_list ul li ul li ul li .comment .comment_text {
    width: 225px !important;
  }
  .comments .comments_list ul li ul li ul li ul {
    padding-left: 83px;
  }
  .comments .comments_list ul li ul li ul li ul li .comment .comment_text {
    width: 143px !important;
  }
  .comments .comments_list ul li ul li ul li ul li ul {
    padding-left: 0;
  }
  #commentform {
    padding: 15px 0;
    zoom: 1;
  }
  #commentform:before,
  #commentform:after {
    display: table;
    content: "";
  }
  #commentform:after {
    clear: both;
  }
  #commentform input,
  #commentform textarea {
    width: 92%;
  }
  #commentform .author_details {
    float: left;
    width: 48%;
  }
  #commentform .author_details .comment_field {
    padding-bottom: 10px;
  }
  #commentform .comment_text_field {
    float: right;
    width: 48%;
    zoom: 1;
  }
  #commentform .comment_text_field:before,
  #commentform .comment_text_field:after {
    display: table;
    content: "";
  }
  #commentform .comment_text_field:after {
    clear: both;
  }
  #commentform .comment_text_field textarea {
    float: right;
    height: 122px;
  }
  #commentform .bottom_part {
    zoom: 1;
  }
  #commentform .bottom_part:before,
  #commentform .bottom_part:after {
    display: table;
    content: "";
  }
  #commentform .bottom_part:after {
    clear: both;
  }
  #commentform .bottom_part .commenting_infos {
    float: left;
    width: 75%;
  }
  #commentform .bottom_part .submit_btn {
    float: right;
    width: 24%;
    text-align: right;
  }
  .blog_1_column .post_entry {
    border: none;
    zoom: 1;
  }
  .blog_1_column .post_entry:before,
  .blog_1_column .post_entry:after {
    display: table;
    content: "";
  }
  .blog_1_column .post_entry:after {
    clear: both;
  }
  .blog_1_column .post_entry .post_thumb {
    float: none;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .blog_1_column .post_entry .post_thumb .image img {
    width: auto;
    max-width: 100%;
  }
  .blog_1_column .post_entry .post_thumb .date {
    top: auto;
    left: 65px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1;
    height: 75px;
  }
  .blog_1_column .post_entry .post_thumb .date span {
    margin-top: 6px;
    font-size: 40px;
  }
  .blog_1_column .post_entry .post_details {
    position: relative;
    width: 548px;
    height: auto;
    padding: 20px;
    margin-top: -90px;
    background: #FFF;
    margin-right: 160px;
    left: 160px;
    zoom: 1;
  }
  .blog_1_column .post_entry .post_details:before,
  .blog_1_column .post_entry .post_details:after {
    display: table;
    content: "";
  }
  .blog_1_column .post_entry .post_details:after {
    clear: both;
  }
  .blog_1_column .post_entry .post_details > h2,
  .blog_1_column .post_entry .post_details .excerpt,
  .blog_1_column .post_entry .post_details .post_meta {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog_1_column .post_entry .post_details > h2 {
    margin-bottom: 10px;
  }
  .blog_1_column .post_entry .post_details .excerpt {
    height: auto;
  }
  .blog_1_column .post_entry .post_details .post_meta {
    position: relative;
    border: none;
    padding-top: 15px;
  }
  .blog_1_column .post_entry .post_details .post_meta:before {
    display: none;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories,
  .blog_1_column .post_entry .post_details .post_meta .tags,
  .blog_1_column .post_entry .post_details .post_meta .author {
    background-position: -10px -7px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.categories:hover,
  .blog_1_column .post_entry .post_details .post_meta .tags.categories:hover,
  .blog_1_column .post_entry .post_details .post_meta .author.categories:hover {
    background-position: -10px -127px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.tags,
  .blog_1_column .post_entry .post_details .post_meta .tags.tags,
  .blog_1_column .post_entry .post_details .post_meta .author.tags {
    background-position: -10px -85px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.tags:hover,
  .blog_1_column .post_entry .post_details .post_meta .tags.tags:hover,
  .blog_1_column .post_entry .post_details .post_meta .author.tags:hover {
    background-position: -10px -205px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.author,
  .blog_1_column .post_entry .post_details .post_meta .tags.author,
  .blog_1_column .post_entry .post_details .post_meta .author.author {
    background-position: -10px -44px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.author:hover,
  .blog_1_column .post_entry .post_details .post_meta .tags.author:hover,
  .blog_1_column .post_entry .post_details .post_meta .author.author:hover {
    background-position: -10px -164px;
  }
  .blog_2_columns .post_entry {
    float: none;
  }
  .blog_2_columns .post_entry .post_thumb {
    float: none;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .blog_2_columns .post_entry .post_thumb .image img {
    width: 100%;
    max-width: 100%;
  }
  .blog_2_columns .post_entry .post_thumb .date {
    left: 20px;
    top: 20px;
    background: rgba(0, 47, 93, 0.75);
    color: #ffffff;
  }
  .blog_2_columns .post_entry .post_details {
    position: relative;
    width: auto;
    height: auto;
    padding: 15px 15px;
    margin: 0 20px;
    margin-top: -50px;
    background: #FFF;
    zoom: 1;
  }
  .blog_2_columns .post_entry .post_details:before,
  .blog_2_columns .post_entry .post_details:after {
    display: table;
    content: "";
  }
  .blog_2_columns .post_entry .post_details:after {
    clear: both;
  }
  .blog_2_columns .post_entry .post_details > h3,
  .blog_2_columns .post_entry .post_details h2 {
    margin-top: 0;
    line-height: 1.2;
  }
  .blog_2_columns .post_entry .post_details .excerpt {
    margin-bottom: 15px;
  }
  .blog_2_columns .post_entry .post_details > h2,
  .blog_2_columns .post_entry .post_details > h3,
  .blog_2_columns .post_entry .post_details .excerpt,
  .blog_2_columns .post_entry .post_details .post_meta {
    padding-left: 0;
    padding-right: 0;
  }
  .blog_2_columns .post_entry .post_details > h2,
  .blog_2_columns .post_entry .post_details > h3 {
    margin-bottom: 10px;
  }
  .blog_2_columns .post_entry .post_details .excerpt {
    height: auto;
  }
  .blog_2_columns .post_entry .post_details .post_meta {
    position: relative;
    margin-top: 10px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories,
  .blog_2_columns .post_entry .post_details .post_meta .tags,
  .blog_2_columns .post_entry .post_details .post_meta .author,
  .blog_2_columns .post_entry .post_details .post_meta .comments {
    display: block;
    float: left;
    margin: 0;
    line-height: 30px;
    font-size: 10.530000000000001px;
    background-position: -10px -6px;
    margin-right: 10px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.right,
  .blog_2_columns .post_entry .post_details .post_meta .tags.right,
  .blog_2_columns .post_entry .post_details .post_meta .author.right,
  .blog_2_columns .post_entry .post_details .post_meta .comments.right {
    float: right;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.categories:hover,
  .blog_2_columns .post_entry .post_details .post_meta .tags.categories:hover,
  .blog_2_columns .post_entry .post_details .post_meta .author.categories:hover,
  .blog_2_columns .post_entry .post_details .post_meta .comments.categories:hover {
    background-position: -10px -126px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.tags,
  .blog_2_columns .post_entry .post_details .post_meta .tags.tags,
  .blog_2_columns .post_entry .post_details .post_meta .author.tags,
  .blog_2_columns .post_entry .post_details .post_meta .comments.tags {
    background-position: -10px -85px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.tags:hover,
  .blog_2_columns .post_entry .post_details .post_meta .tags.tags:hover,
  .blog_2_columns .post_entry .post_details .post_meta .author.tags:hover,
  .blog_2_columns .post_entry .post_details .post_meta .comments.tags:hover {
    background-position: -10px -205px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.author,
  .blog_2_columns .post_entry .post_details .post_meta .tags.author,
  .blog_2_columns .post_entry .post_details .post_meta .author.author,
  .blog_2_columns .post_entry .post_details .post_meta .comments.author {
    background-position: -10px -46px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.author:hover,
  .blog_2_columns .post_entry .post_details .post_meta .tags.author:hover,
  .blog_2_columns .post_entry .post_details .post_meta .author.author:hover,
  .blog_2_columns .post_entry .post_details .post_meta .comments.author:hover {
    background-position: -10px -166px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.comments,
  .blog_2_columns .post_entry .post_details .post_meta .tags.comments,
  .blog_2_columns .post_entry .post_details .post_meta .author.comments,
  .blog_2_columns .post_entry .post_details .post_meta .comments.comments {
    background-position: -10px -405px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.comments:hover,
  .blog_2_columns .post_entry .post_details .post_meta .tags.comments:hover,
  .blog_2_columns .post_entry .post_details .post_meta .author.comments:hover,
  .blog_2_columns .post_entry .post_details .post_meta .comments.comments:hover {
    background-position: -10px -445px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.last,
  .blog_2_columns .post_entry .post_details .post_meta .tags.last,
  .blog_2_columns .post_entry .post_details .post_meta .author.last,
  .blog_2_columns .post_entry .post_details .post_meta .comments.last {
    margin-right: 0;
    padding-right: 0;
  }
  .contact_form .placeholder input {
    width: 90%;
  }
  .contact_form .placeholder textarea {
    width: 95.5%;
  }
  .contact_form .send {
    font-size: 12.96px;
  }
  .map_and_address .map_env {
    height: 330px;
  }
  .map_and_address .address_block,
  .map_and_address .contact_info {
    font-size: 16.200000000000003px;
    padding: 15px;
    bottom: 15px;
  }
  .map_and_address .address_block {
    font-size: 20.25px;
  }
  .map_and_address .contact_info {
    font-size: 14.580000000000002px;
  }
  .gallery .album {
    width: 172px;
  }
  .gallery .album .image .count {
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    font-size: 14.580000000000002px;
  }
  .gallery .album .album_title {
    font-size: 14.580000000000002px;
  }
  .gallery.list .album {
    margin-bottom: 25px;
  }
  .gallery.list .album .image {
    width: 172px;
  }
  .gallery.list .album .details {
    width: 550px;
  }
  .team_members_env .team_members .columns {
    width: 172px !important;
    margin-right: 20px !important;
  }
  .team_members_env .team_members_nav {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -8px;
    zoom: 1;
  }
  .team_members_env .team_members_nav:before,
  .team_members_env .team_members_nav:after {
    display: table;
    content: "";
  }
  .team_members_env .team_members_nav:after {
    clear: both;
  }
  .team_members_env .team_members_nav a {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  .team_members_env .team_members_nav a.prev,
  .team_members_env .team_members_nav a.next {
    float: left;
    top: 0;
    left: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #cacaca;
    border: 1px solid rgba(202, 202, 202, 0.2);
  }
  .team_members_env .team_members_nav a:hover {
    background-color: #FFF;
  }
  .team_members_env .team_members_nav a.prev {
    background-position: -26px -26px;
  }
  .team_members_env .team_members_nav a.prev:hover {
    background-position: 0 -26px;
  }
  .team_members_env .team_members_nav a.next {
    background-position: -26px 0;
  }
  .team_members_env .team_members_nav a.next:hover {
    background-position: 0 0;
  }
  .portfolio_item_details .details {
    height: 230px;
  }
  .portfolio_item_details .details .project_info {
    width: 300px;
    height: 230px;
  }
  .portfolio_item_details .details .project_info .description {
    height: 145px;
  }
  .portfolio_item_details .details .info_list ul li {
    padding: 10px;
  }
  .portfolio_item_details .details .info_list ul li h3 {
    font-size: 14.580000000000002px;
  }
  .album_info .album_title {
    font-size: 20.25px;
  }
  .album_info .album_description {
    max-height: 120px;
  }
  .album_info .info_list li {
    padding: 7px 0;
  }
  .archive_months li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .archive_months li a {
    font-size: 10.530000000000001px;
  }
  #header_widget .right_col #searchform #s {
    width: 250px !important;
  }
  .no_entries {
    font-size: 20px;
  }
  .eight.columns .search_result .image {
    width: 70px;
  }
  .eight.columns .search_result .details {
    width: 230px;
  }
  .footer_block.widget_simpleadswidget .advertisement .ads_one_one a img {
    width: 200px;
  }
  .footer_block.widget_simpleadswidget .advertisement .ads_half_two a img {
    width: 87px;
  }
  #site_header.fixed {
    display: none;
  }
  .blog_and_sidebar .post_entry .post_details h3 i {
    font-size: 25px;
  }
  .blog_and_sidebar .post_entry .post_details .post_meta {
    position: absolute;
    bottom: 0;
  }
  .blog_and_sidebar .post_entry .post_details .post_meta .tags {
    display: none;
  }
  header #site_header #site_menu .main_menu > ul > li,
  header #site_header #site_menu .main_menu > li {
    margin-left: 20px;
  }
  header #site_header #site_menu .main_menu > ul > li > a,
  header #site_header #site_menu .main_menu > li > a {
    font-size: 12.96px;
  }
  header #site_header #site_menu .main_menu > ul > li ul li,
  header #site_header #site_menu .main_menu > li ul li {
    font-size: 10.530000000000001px;
  }
  .laborator_latest_blog_posts {
    zoom: 1;
  }
  .laborator_latest_blog_posts:before,
  .laborator_latest_blog_posts:after {
    display: table;
    content: "";
  }
  .laborator_latest_blog_posts:after {
    clear: both;
  }
  .laborator_latest_blog_posts .four.columns {
    width: 172px;
  }
  .boxed_footer {
    width: 748px !important;
  }
}
@media only screen and (max-width: 767px) {
  .layout-boxed #wrap {
    width: auto;
  }
  .sep {
    margin-left: 0;
    margin-right: 0;
  }
  .mob {
    display: block !important;
  }
  .normal {
    display: none !important;
  }
  
#site_menu  {
    display: none;
  }

  
.main_menu li {

	float:none !important;
	width:100% !important;
	margin:0px !important;
	padding:0px !important;
  }
  
  .main_menu li ul {
	  display:none !important;
  }
  header #site_header .mobile_menu {
    display: block;
  }
  header #site_header .selectnav {
    width: 420px;
  }
  header #site_header .logo_env {
    text-align: center;
  }
  header #site_header .logo_env .site_logo {
    line-height: 1.5;
    padding-bottom: 0;
  }
  header #site_header .logo_env .logo_txt {
    padding-bottom: 10px;
  }
  header #header_widget .left_col {
    width: 49%;
  }
  header #header_widget .right_col {
    width: 49%;
  }
  #slider_container #cycle_slider .slides .slide .image {
    width: 100%;
    float: none;
  }
  #slider_container #cycle_slider .slides .slide .image img {
    width: 100%;
  }
  #slider_container #cycle_slider .slides .slide .text_caption {
    width: 100%;
  }
  #slider_container #cycle_slider .slides .slide .text_caption h1 {
    font-size: 20px;
  }
  #slider_container #cycle_slider .control_nav {
    right: 5px;
    top: 5px;
    white-space: nowrap;
  }
  #slider_container #cycle_slider .control_nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: 10px;
    margin-left: 5px;
  }
  #slider_container .wideslider_env #wideslider {
    height: 265px;
  }
  #slider_container .wideslider_env #wideslider li {
    font-size: 25px;
    max-width: 500px;
  }
  .ws_images_container {
    height: 300px;
    margin-top: 170px;
  }
  .ws_images_container img {
    max-height: 100%;
    min-height: 100%;
    min-width: auto;
    width: auto;
  }
  .ws_progress_timer_container {
    top: 470px;
  }
  #features_blocks .blocks_env .columns {
    width: 420px;
  }
  #features_blocks .blocks_env .features_blocks_nav {
    padding-left: 0;
    padding-right: 0;
    zoom: 1;
  }
  #features_blocks .blocks_env .features_blocks_nav:before,
  #features_blocks .blocks_env .features_blocks_nav:after {
    display: table;
    content: "";
  }
  #features_blocks .blocks_env .features_blocks_nav:after {
    clear: both;
  }
  #features_blocks .blocks_env .features_blocks_nav a {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  #features_blocks .blocks_env .features_blocks_nav a.prev,
  #features_blocks .blocks_env .features_blocks_nav a.next {
    float: left;
    top: 0;
    left: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #cacaca;
    border: 1px solid rgba(202, 202, 202, 0.2);
  }
  #features_blocks .blocks_env .features_blocks_nav a:hover {
    background-color: #FFF;
  }
  #features_blocks .blocks_env .features_blocks_nav a.prev {
    background-position: -26px -26px;
  }
  #features_blocks .blocks_env .features_blocks_nav a.prev:hover {
    background-position: 0 -26px;
  }
  #features_blocks .blocks_env .features_blocks_nav a.next {
    background-position: -26px 0;
  }
  #features_blocks .blocks_env .features_blocks_nav a.next:hover {
    background-position: 0 0;
  }
  #features_blocks .blocks_env .features_blocks .columns {
    margin-right: 25px;
  }
  #portfolio_items .portfolio_item {
    width: 210px;
    height: 188px;
  }
  #portfolio_items .portfolio_item a img {
    width: 102%;
  }
  #homepage_posts {
    width: 420px;
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
  }
  #homepage_posts .post_entry {
    margin-left: 0;
    margin-right: 0;
    width: 420px;
  }
  #homepage_posts .post_entry .post_image {
    background: #FAFAFA;
    margin-bottom: 10px;
  }
  .partners_carousel li {
    width: 190px;
  }
  footer {
    background: #666666;
  }
  footer #footer {
    margin-bottom: 0;
  }
  footer #footer .footer_block {
    width: 420px;
    margin-left: 0;
    margin-right: 0;
  }
  footer #footer .footer_block .title {
    margin-top: 25px;
  }
  footer #footer .footer_block:first-child .title {
    margin-top: 0;
  }
  footer #footer .footer_text {
    margin: 0;
  }
  .super_caption {
    font-size: 20px;
  }
  .double_margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .post_entries .post_entry {
    zoom: 1;
  }
  .post_entries .post_entry:before,
  .post_entries .post_entry:after {
    display: table;
    content: "";
  }
  .post_entries .post_entry:after {
    clear: both;
  }
  .post_entries .post_entry .post_thumb {
    width: auto;
    height: 314px;
    clear: both;
  }
  .post_entries .post_entry .post_thumb .image img {
    display: block;
    width: 100%;
  }
  .post_entries .post_entry .post_thumb .date {
    padding: 1px 5px;
    font-size: 10px;
  }
  .post_entries .post_entry .post_thumb .date span {
    font-size: 20px;
  }
  .post_entries .post_entry .post_details {
    width: 100%;
    height: auto;
    zoom: 1;
  }
  .post_entries .post_entry .post_details:before,
  .post_entries .post_entry .post_details:after {
    display: table;
    content: "";
  }
  .post_entries .post_entry .post_details:after {
    clear: both;
  }
  .post_entries .post_entry .post_details .excerpt {
    max-height: auto;
  }
  .post_entries .post_entry .post_details .post_meta {
    position: relative;
  }
  .pagination li {
    margin-bottom: 10px;
  }
  .sidebar_entry #searchform #s {
    width: 359px;
    background-position: 97%;
  }
  .sidebar_entry .subscribe .subscribe_input {
    width: 300px !important;
  }
  .sidebar_entry .advertisement.large a {
    width: 420px !important;
  }
  .sidebar_entry .advertisement.small a {
    width: 198px !important;
  }
  .sidebar_entry .tagcloud a {
    font-size: 12px;
  }
  .sidebar_entry .decent-comments .comment .comment-details {
    width: 325px;
  }
  .blog_1_column .post_entry {
    border: none;
  }
  .blog_1_column .post_entry .post_thumb {
    float: none;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .blog_1_column .post_entry .post_thumb .image img {
    width: auto;
    max-width: 100%;
  }
  .blog_1_column .post_entry .post_thumb .date {
    top: 10px;
    left: 10px;
    bottom: auto;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 0 20px;
    font-size: 11px;
    line-height: 1;
    height: auto;
    padding: 5px 10px;
    padding-bottom: 10px;
  }
  .blog_1_column .post_entry .post_thumb .date span {
    margin-top: 0px;
    font-size: 25px;
  }
  .blog_1_column .post_entry .post_details {
    position: relative;
    width: auto;
    height: auto;
    padding: 20px 0;
    margin-top: 0px;
    background: #FFF;
    margin-right: 0px;
    left: 0px;
    zoom: 1;
  }
  .blog_1_column .post_entry .post_details:before,
  .blog_1_column .post_entry .post_details:after {
    display: table;
    content: "";
  }
  .blog_1_column .post_entry .post_details:after {
    clear: both;
  }
  .blog_1_column .post_entry .post_details > h2,
  .blog_1_column .post_entry .post_details .excerpt,
  .blog_1_column .post_entry .post_details .post_meta {
    padding-left: 0;
    padding-right: 0;
  }
  .blog_1_column .post_entry .post_details > h2 {
    margin-bottom: 10px;
  }
  .blog_1_column .post_entry .post_details .excerpt {
    height: auto;
  }
  .blog_1_column .post_entry .post_details .post_meta:before {
    display: none;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories,
  .blog_1_column .post_entry .post_details .post_meta .tags,
  .blog_1_column .post_entry .post_details .post_meta .author {
    background-position: -10px -7px;
    clear: none;
    float: left;
    margin-left: 5px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.categories:hover,
  .blog_1_column .post_entry .post_details .post_meta .tags.categories:hover,
  .blog_1_column .post_entry .post_details .post_meta .author.categories:hover {
    background-position: -10px -127px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.tags,
  .blog_1_column .post_entry .post_details .post_meta .tags.tags,
  .blog_1_column .post_entry .post_details .post_meta .author.tags {
    background-position: -10px -85px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.tags:hover,
  .blog_1_column .post_entry .post_details .post_meta .tags.tags:hover,
  .blog_1_column .post_entry .post_details .post_meta .author.tags:hover {
    background-position: -10px -205px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.author,
  .blog_1_column .post_entry .post_details .post_meta .tags.author,
  .blog_1_column .post_entry .post_details .post_meta .author.author {
    background-position: -10px -44px;
  }
  .blog_1_column .post_entry .post_details .post_meta .categories.author:hover,
  .blog_1_column .post_entry .post_details .post_meta .tags.author:hover,
  .blog_1_column .post_entry .post_details .post_meta .author.author:hover {
    background-position: -10px -164px;
  }
  .contact_form .placeholder input {
    width: 94%;
  }
  .contact_form .placeholder textarea {
    width: 94%;
  }
  .contact_form .send {
    font-size: 12.8px;
  }
  .map_and_address .map_env {
    height: 230px;
    margin-bottom: 30px;
  }
  .map_and_address .address_block,
  .map_and_address .contact_info {
    font-size: 16px;
    padding: 15px;
    bottom: 15px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background: rgba(204, 204, 204, 0.05);
  }
  .map_and_address .address_block {
    font-size: 20px;
    left: auto;
  }
  .map_and_address .contact_info {
    font-size: 14.4px;
    right: auto;
    border-top: 1px solid rgba(204, 204, 204, 0.15);
  }
  .gallery {
    zoom: 1;
  }
  .gallery:before,
  .gallery:after {
    display: table;
    content: "";
  }
  .gallery:after {
    clear: both;
  }
  .gallery .album {
    margin-left: 0;
    margin-right: 10px;
    width: 200px;
  }
  .gallery .album:nth-child(2n) {
    margin-right: 0;
    margin-left: 10px;
  }
  .gallery .album .image img {
    width: 100%;
  }
  .gallery .album .image .count {
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    font-size: 14.4px;
  }
  .gallery .album .album_title {
    font-size: 20px;
  }
  .gallery.list .album {
    margin: 0;
    margin-bottom: 25px;
  }
  .gallery.list .album .image {
    width: 100%;
  }
  .gallery.list .album .album_title {
    font-size: 20px;
  }
  .gallery.list .album .details {
    width: auto;
    float: none;
  }
  .team_members_env .team_members .columns {
    width: 420px !important;
    margin-right: 20px !important;
  }
  .team_members_env .team_members_nav {
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
    top: -8px;
    zoom: 1;
  }
  .team_members_env .team_members_nav:before,
  .team_members_env .team_members_nav:after {
    display: table;
    content: "";
  }
  .team_members_env .team_members_nav:after {
    clear: both;
  }
  .team_members_env .team_members_nav a {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  .team_members_env .team_members_nav a.prev,
  .team_members_env .team_members_nav a.next {
    float: left;
    top: 0;
    left: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #cacaca;
    border: 1px solid rgba(202, 202, 202, 0.2);
  }
  .team_members_env .team_members_nav a:hover {
    background-color: #FFF;
  }
  .team_members_env .team_members_nav a.prev {
    background-position: -26px -26px;
  }
  .team_members_env .team_members_nav a.prev:hover {
    background-position: 0 -26px;
  }
  .team_members_env .team_members_nav a.next {
    background-position: -26px 0;
  }
  .team_members_env .team_members_nav a.next:hover {
    background-position: 0 0;
  }
  .team_members_env .columns {
    margin-right: 10px;
  }
  .portfolio_item_details .details {
    position: static;
    height: auto;
  }
  .portfolio_item_details .details .project_info {
    float: none;
    width: 420px;
    height: auto !important;
    padding: 0;
    margin: 15px 0;
  }
  .portfolio_item_details .details .project_info .description {
    height: auto !important;
  }
  .portfolio_item_details .details .project_info .close {
    display: none;
  }
  .portfolio_item_details .details .info_list {
    float: none;
    width: 100%;
    margin: 0;
  }
  .portfolio_item_details .details .info_list ul li {
    padding: 10px 0;
  }
  .portfolio_item_details .details .info_list ul li h3 {
    font-size: 16px;
  }
  .portfolio_item_details .details .info_list .launch {
    background-position: 96% center;
  }
  .portfolio_item_details .details .info_link {
    position: relative;
    display: none;
  }
  .portfolio_item_details .details .prev_next_nav {
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 11;
  }
  .portfolio_item_details .details .prev_next_nav a {
    margin-left: 10px;
  }
  .album_info .album_description {
    max-height: 300px;
  }
  .showing_image {
    min-height: 0;
  }
  .showing_image .controls {
    position: relative;
    top: 3px;
    margin-top: 5px;
  }
  .showing_image .controls .nav {
    background-color: #282828;
  }
  .album_images {
    zoom: 1;
    text-align: justify;
  }
  .album_images:before,
  .album_images:after {
    display: table;
    content: "";
  }
  .album_images:after {
    clear: both;
  }
  .album_images .columns {
    float: left;
    display: inline-block;
    width: 126px !important;
    margin-right: 20px;
  }
  .album_images .columns:nth-child(3n) {
    margin-right: 0;
  }
  .archive_months li {
    width: 25%;
    margin-bottom: 5px;
  }
  .archive_entries_list li span.date {
    background: #f4f4f4;
    padding: 5px;
    font-size: 14px;
  }
  .container_404 {
    margin-top: 20px;
  }
  .container_404 .sad_icon {
    width: 150px;
    height: 150px;
    background-size: 100px;
  }
  .container_404 h1 {
    font-size: 50px;
  }
  .container_404 h3 {
    font-size: 15px;
  }
  .container_404 a {
    font-size: 14.4px;
  }
  #header_widget .right_col #searchform #s {
    width: 180px !important;
  }
  .no_entries {
    font-size: 28px;
  }
  .eight.columns .search_result .image {
    width: 90px;
  }
  .eight.columns .search_result .details {
    width: 265px;
  }
  .gallery.list .details {
    margin-left: 0px;
  }
  .gallery .album:nth-child(2n) {
    margin-left: 0 !important;
  }
  #commentform .commenting_notes {
    display: block;
    padding-bottom: 10px;
    zoom: 1;
  }
  #commentform .commenting_notes:before,
  #commentform .commenting_notes:after {
    display: table;
    content: "";
  }
  #commentform .commenting_notes:after {
    clear: both;
  }
  #commentform .form-submit {
    float: none;
    zoom: 1;
    margin-bottom: 25px;
  }
  #commentform .form-submit:before,
  #commentform .form-submit:after {
    display: table;
    content: "";
  }
  #commentform .form-submit:after {
    clear: both;
  }
  .comments .comments_list .comment {
    margin-bottom: 10px;
  }
  .comments .comments_list .comment .image {
    width: 60px;
  }
  .comments .comments_list .comment .comment_text {
    width: 300px;
  }
  .comments .comments_list ul li ul {
    padding-left: 89px;
  }
  .comments .comments_list ul li ul li .comment .image {
    width: 50px;
  }
  .comments .comments_list ul li ul li .comment .comment_text {
    width: 220px !important;
  }
  .comments .comments_list ul li ul li ul {
    padding-left: 0px;
  }
  .comments .comments_list ul li ul li ul li .comment .comment_text {
    width: 220px !important;
  }
  .comments .comments_list ul li ul li ul li ul {
    padding-left: 0;
  }
  .comments .comments_list ul li ul li ul li ul li .comment .comment_text {
    width: 220px !important;
  }
  .comments .comments_list ul li ul li ul li ul li ul {
    padding-left: 0;
  }
  .author_info {
    zoom: 1;
  }
  .author_info:before,
  .author_info:after {
    display: table;
    content: "";
  }
  .author_info:after {
    clear: both;
  }
  .author_info .image {
    width: 75px !important;
  }
  .author_info .image img {
    width: 75px;
    height: 75px;
  }
  .author_info .info {
    width: 300px;
  }
  .vc_text_separator {
    margin-right: 0;
  }
  .wpb_call_to_action {
    margin-left: 0;
    margin-right: 0;
  }
  #site_header.fixed {
    display: none;
  }
  .footer_bottom .footer_text {
    display: block !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
  }
  .footer_bottom .footer_links {
    float: none !important;
  }
  #wrap .blog_2_columns .post_entry .post_details,
  #wrap .blog_1_column .post_entry .post_details {
    box-sizing: border-box;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  #wrap .blog_2_columns .post_entry.sticky .post_details,
  #wrap .blog_1_column .post_entry.sticky .post_details,
  #wrap .blog_2_columns .post_entry.post-password-required .post_details,
  #wrap .blog_1_column .post_entry.post-password-required .post_details,
  #wrap .blog_2_columns .post_entry.status-private .post_details,
  #wrap .blog_1_column .post_entry.status-private .post_details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .laborator_latest_blog_posts {
    zoom: 1;
  }
  .laborator_latest_blog_posts:before,
  .laborator_latest_blog_posts:after {
    display: table;
    content: "";
  }
  .laborator_latest_blog_posts:after {
    clear: both;
  }
  .laborator_latest_blog_posts .four.columns {
    width: 100%;
  }
  .laborator_latest_blog_posts #homepage_posts {
    border-top: none;
    padding-top: 5px;
  }
  .footer_bottom {
    width: auto !important;
  }
  .footer_bottom .footer_text {
    margin-left: 15px;
  }
  .footer_bottom .footer_links {
    float: none;
  }
  body {
    overflow-x: hidden;
  }
  .full_post .post_meta .share_post_buttons {
    float: none;
    clear: both;
    margin-bottom: 5px;
    border-top: 1px solid #f1f1f1;
    padding-top: 5px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  header #site_header .selectnav {
    width: 300px;
  }
  #slider_container #cycle_slider {
    margin-top: 25px;
  }
  #slider_container #cycle_slider .slides {
    width: 100%;
  }
  #slider_container #cycle_slider .slides .slide .text_caption h1 {
    font-size: 17.5px;
  }
  #slider_container #cycle_slider .control_nav {
    top: -5px;
    right: 0px;
  }
  #slider_container #cycle_slider .control_nav a {
    text-indent: 20px;
    width: 20px;
    height: 20px;
  }
  #slider_container #cycle_slider .control_nav a.active {
    background: #FFF;
  }
  #portfolio_items .portfolio_item {
    width: 300px;
    height: 269px;
  }
  #portfolio_items .portfolio_item a img {
    width: 102%;
  }
  #homepage_posts {
    width: 300px;
  }
  #homepage_posts .post_entry {
    margin-left: 0;
    margin-right: 0;
    width: 300px;
  }
  #homepage_posts .post_entry .post_image {
    margin-bottom: 10px;
  }
  .partners_carousel li {
    width: 130px;
  }
  .partners_carousel li img {
    height: 35px;
  }
  footer #footer .footer_block {
    width: 300px;
  }
  footer #footer .footer_block .title {
    margin-top: 25px;
  }
  .super_caption {
    font-size: 18px;
  }
  .post_entries .post_entry {
    zoom: 1;
  }
  .post_entries .post_entry:before,
  .post_entries .post_entry:after {
    display: table;
    content: "";
  }
  .post_entries .post_entry:after {
    clear: both;
  }
  .post_entries .post_entry .post_thumb {
    height: 224px;
  }
  .post_entries .post_entry .post_details > h3 {
    font-size: 16px;
  }
  .post_entries .post_entry .post_details .excerpt {
    font-size: 12px;
  }
  .sidebar_entry #searchform #s {
    width: 238px;
    background-position: 95%;
  }
  .sidebar_entry .subscribe .subscribe_input {
    width: 180px !important;
  }
  .sidebar_entry .advertisement.large a {
    width: 300px !important;
  }
  .sidebar_entry .advertisement.small a {
    width: 138px !important;
  }
  .sidebar_entry .decent-comments .comment .comment-details {
    width: 205px;
  }
  .blog_1_column .post_entry .post_thumb {
    width: auto;
    height: auto;
  }
  .blog_1_column .post_entry .post_details {
    padding-top: 10px;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories,
  .blog_2_columns .post_entry .post_details .post_meta .tags,
  .blog_2_columns .post_entry .post_details .post_meta .author,
  .blog_2_columns .post_entry .post_details .post_meta .comments {
    display: block;
    float: left;
    clear: both;
    border-right: 0;
    margin-left: 0;
  }
  .blog_2_columns .post_entry .post_details .post_meta .categories.right,
  .blog_2_columns .post_entry .post_details .post_meta .tags.right,
  .blog_2_columns .post_entry .post_details .post_meta .author.right,
  .blog_2_columns .post_entry .post_details .post_meta .comments.right {
    float: left;
  }
  .contact_form .placeholder input {
    width: 92%;
  }
  .contact_form .placeholder textarea {
    width: 92%;
  }
  .contact_form .send {
    font-size: 11.2px;
  }
  .gallery .image img {
    width: 100%;
  }
  .gallery .album {
    padding-left: 0;
    padding-right: 0px;
    width: 300px;
  }
  .tabs .ui-tabs-nav li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .portfolio_item_details .details .project_info {
    width: 300px;
  }
  .album_images {
    zoom: 1;
  }
  .album_images:before,
  .album_images:after {
    display: table;
    content: "";
  }
  .album_images:after {
    clear: both;
  }
  .album_images .columns {
    width: 60px !important;
  }
  .album_images .columns:nth-child(3n) {
    margin-right: 20px;
  }
  .album_images .columns:nth-child(4n) {
    margin-right: 0px;
  }
  .archive_months li {
    width: 33.3%;
  }
  #header_widget .right_col,
  #header_widget .left_col {
    float: none;
  }
  #header_widget #searchform,
  #header_widget .right_col #searchform {
    float: none;
  }
  #header_widget #searchform #s,
  #header_widget .right_col #searchform #s {
    width: 100% !important;
    box-sizing: border-box !important;
    background-position: left center !important;
    padding-left: 20px !important;
    padding-right: 5px !important;
    text-align: left !important;
  }
  #header_widget .right_col #searchform {
    margin-top: 5px;
  }
  .eight.columns .search_result .image {
    width: 50px;
  }
  .eight.columns .search_result .details {
    width: 185px;
  }
  #commentform .comment_text_field,
  #commentform .author_details {
    width: 100% !important;
  }
  .comments .comments_list .comment {
    margin-bottom: 10px;
  }
  .comments .comments_list .comment .image {
    width: 45px;
  }
  .comments .comments_list .comment .comment_text {
    width: 195px;
  }
  .comments .comments_list ul li ul {
    padding-left: 0;
  }
  .comments .comments_list ul li ul li .comment .image {
    width: 50px;
  }
  .comments .comments_list ul li ul li .comment .comment_text {
    width: 195px !important;
  }
  .comments .comments_list ul li ul li ul {
    padding-left: 0px;
  }
  .comments .comments_list ul li ul li ul li .comment .comment_text {
    width: 195px !important;
  }
  .comments .comments_list ul li ul li ul li ul {
    padding-left: 0;
  }
  .comments .comments_list ul li ul li ul li ul li .comment .comment_text {
    width: 195px !important;
  }
  .comments .comments_list ul li ul li ul li ul li ul {
    padding-left: 0;
  }
  .author_info {
    zoom: 1;
  }
  .author_info:before,
  .author_info:after {
    display: table;
    content: "";
  }
  .author_info:after {
    clear: both;
  }
  .author_info .image {
    width: 55px !important;
  }
  .author_info .image img {
    width: 55px;
    height: 55px;
  }
  .author_info .info {
    width: 205px;
  }
  .blog_and_sidebar .post_entry .post_meta > div {
    float: none !important;
    display: block !important;
    border-right: none !important;
    margin-left: 0 !important;
  }
  #features_blocks .blocks_env .columns {
    width: 300px;
  }
  #team_members .team_members .columns {
    width: 300px !important;
    margin-right: 20px !important;
  }
 
}
