@font-face {
    font-family: 'cuprumregular';
    src: url('../fonts/Cuprum-Regular-webfont.eot');
    src: url('../fonts/Cuprum-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cuprum-Regular-webfont.woff') format('woff'),
         url('../fonts/Cuprum-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Cuprum-Regular-webfont.svg#cuprumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  height: 100%;
}
body {
  color: #000;
  font-size: 16px;
  font-family: 'cuprumregular', sans-serif;
  height: auto;
  min-height: 100%;
  position: relative;
}

p {
  margin: 0 0 20px 0;
}

small {
  font-size: 11px;
}
section {
  margin: 0;
  padding: 0;
}
a {
  color:#888;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

a:active {
 outline: none;
 }

 a:focus {
 -moz-outline-style: none;
}

ul {
  padding-left: 0;
  padding-right:20px;
  margin-bottom: 30px;
}

li {
  margin-bottom: 5px;
}

input[type="text"], textarea{
  border:1px solid #cdcdcd;
  border-radius: 2px;
  padding: 9px 5px
}

label, input[type="text"],textarea {
  display: block;
}
label {
  margin-bottom: 4px;
  line-height:1;
  color: #2b2023;
}

input[type="text"] {
margin-bottom: 18px;
}

form {
  margin-bottom: 20px;
}

.overhidden {
  overflow: hidden;
}
.pageLayout {
    padding-bottom: 155px;
    min-width: 1190px;
}

.header-page {
  height: 140px;
  padding: 25px 0 0 0;
  background: #E7E6E5 url(../img/main-header-shadow.png) no-repeat center bottom;
}

.welcome-page {
    text-align: justify;
}
.welcome-page ul {
    list-style-position: inside;
}
.welcome-page li {
    text-align: left;
}

.header-page .logo {
  margin: 0 0 0 -15px;
}

/*************** NAVIGATION *****************/

.language-navigation {
    height: 11px;
    line-height: 1;
    float:right;
    margin-top: -15px;

}
.language-navigation a {
    width: 16px;
    height: 11px;
    display: block;

}
.language-navigation span {
    margin-left: 8px;
    display: inline-block;
}
.language-navigation .language-ru {
    background: url(../img/flag_rus.png);
}
.language-navigation .current .language-ru {
    background: url(../img/flag_rus_active.png);
}
.language-navigation .language-en {
    background: url(../img/flag_en.png);
}
.language-navigation .current .language-en {
    background: url(../img/flag_en_active.png);
}

.main-navigation {
  color: #888;
  line-height: 1;
  font-size: 23px;
  padding: 25px 0 0 0;
}

.main-navigation li {
  display: inline-block;
  margin-left: 30px;
}

.main-navigation li:first-child {
  margin-left: 5px;
}
.main-navigation  a{
  color: #888;
  border-bottom: 1px solid #888;
  text-decoration: none;
}

.main-navigation .current *{
  border-bottom: 1px solid #f09c71;
  cursor: default;
}


.main-navigation  a:hover, .sub-navigation a:hover {
  color: #000;
  border-color: #000;
}

.sub-navigation {
  font-size: 18px;
  line-height: 1;
  padding: 40px 0 25px 0;
  background: url(../img/aside-nav-shadow.png) no-repeat right top;
}

.sub-navigation li {
  padding: 0 0 25px 0;
}
.sub-navigation .current * {
  cursor: default;
}
.sub-navigation .current:before {
  content: ">";
  color: #fc894a;
  margin: -1px 5px 0 -12px;
  position: relative;
  display: inline-block;
  top: -1px;
  font-size: 20px;
}
/*************** WELCOME PAGE *****************/

.inner-content {
  width: 1190px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
.back-link {
  content: "";
  float:left;
  margin-left: -50px;
  margin-right: 0px;
  margin-top: 300px;
  width: 25px;
  height: 42px;
  background: url(../img/back-btn.png) no-repeat 0 0;
}
.grey-color-bg {
  background-color: #E7E6E5;
}
.welcome-page  .orange-color-bg{
  background: #F76927;
  border-top: 1px solid #c55928;
}

.welcome-page  .white-color-bg{
  background: #fff;
}
/*.grey-color-bg.top {
  background: url(../img/shadow-01.gif) repeat-x left bottom;
  background-size: 100% 225px;
}*/


/*************** intro block *****************/

.intro-box   {
  padding-bottom: 50px;
}

.intro-box  .inner {
  font-size: 28px;
  color: #fff;
  background: #f37022;
  height: 248px;
  padding: 50px 60px 0 32px;
  box-shadow: 0 20px 20px -10px rgba(243,112,34,0.8);
  line-height: 1;
}

.intro-box a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;

}
.intro-box .heading {
  color: #fff;
  text-decoration: none;
  font-size: 68px;
  float: left;
  margin-right: 38px;
  text-transform: uppercase;
  margin-left: 15px;
}

.intro-box .content {
  overflow: hidden;
  line-height: 1.2;
  font-size: 25px;
}

/*************** promo boxes *****************/

.promo-box-01 {
  color: #9b9b9b;
  position: relative;
  /*background: url(../img/shadow-01.gif) repeat-x left bottom;*/
  height: 225px;
  background-size: 100% 225px;
}

.promo-box-01 .heading {
  font-weight: bold;
  font-size: 43px;
  margin: 0 0 0 26px;
  padding: 0 0 0 30px;
  border-left: 5px solid #f37022;
  color: #f37022;
  float: left;
}
.promo-box-01 .heading a {
  color: #f37022;
}
.promo-box-01 .heading a:hover {
  color: #444;
}
.promo-box-01 .content {
  float: left;
  font-size: 15px;
  width: 315px;
  margin: 0 0 0 70px;
}

.promo-box-01 .illustration {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: 0;
  width: 391px;
  height: 304px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 100;
}

.pinpoint-link {
    text-decoration: none;
    border-bottom: 1px solid #e2aa8e;
}

.pinpoint-link:hover, .pinpoint-link:visited {
    text-decoration: none;
}
.pinpoint-illustration {
    margin-left:12px;
    margin-top:12px;
    width: 366px;
    height: 242px;
    display: block;
}

.promo-box-02 {
  font-size: 18px;
  height: auto;
  min-height: 530px;
  padding: 60px 0 0 135px;
  position: relative;
  background: url(../img/gear-icon.png) no-repeat 10px 45px;
  color: #ababab;
  padding-bottom: 50px;
}

.promo-box-02 a {
  color: #3f3d3e;
}

.promo-box-02 .heading {
  font-size: 66px;
  color: #3f3d3e;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 40px 0;
}

.promo-box-02 .heading  a {
  color: #3f3d3e;
  text-decoration: none;
}

.promo-box-02 .content {
  width: 630px;
  font-size: 17px;
  line-height: 1em;
}
.promo-box-02 .content ul {
  margin-top:6px;
}

.promo-box-02 .illustration {
  width: 222px;
  height: 544px;
  background: url(../img/figure-01.png) no-repeat 0 0;
  position: absolute;
  right: 50px;
  bottom: -40px;
  z-index: 10;
}

.promo-box-03 {
  height: 315px;
  color: #fff;
  font-size: 17px;
  padding: 37px 0 0 275px;
  position: relative;
}

.promo-box-03 a {
  color: #fff;
}

.promo-box-03 .heading {
  font-size: 116px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #b15219;
  line-height: 1;
}
.promo-box-03 .heading a {
  color: #fff;
  text-decoration: none;
}
.promo-box-03 .content {
    width: 750px;
}

.promo-box-03  .line {
  background: #fff;
  width: 50px;
  height: 10px;
}

.promo-box-03 .illustration {
  width: 203px;
  height: 364px;
  background: url(../img/figure-03.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.promo-box-04 .heading{
  font-size: 150px;
  text-transform: uppercase;
  letter-spacing: 20px;
  color: #3f3d3e;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
}

.promo-box-04 .content {
  width: 1035px;
  padding: 38px 37px 205px;
  color: #ababab;
  background:  #fff url(../img/page-bg.gif) repeat-y 515px top;
}

.promo-box-04 .content-footer {
  background: #fff url(../img/book-footer-shadow.jpg) no-repeat 0 bottom;
  width: 1035px;
  height: 36px;
  position: relative;
  margin-bottom: 45px;
}
.promo-box-04 .content-footer:after{
  content:"";
  position: absolute;
  bottom: -45px;
  left: 50%;
  height: 273px;
  width: 250px;
  background: url(../img/cube.png) no-repeat 0 0;
  margin: 0 0 0 -130px;


}
.promo-box-04 .content .float-left {
    width: 50%;
    padding: 0 30px 0 0;
}

.promo-box-04 .content .float-right{
    width: 50%;
    padding: 5px 20px 0 45px;
}
.promo-box-04 .content .float-right ul {
    padding-right: 0;
}




/*************** // WELCOME PAGE *****************/


/***************** SIDEBAR ***********************/

.page-sidebar {
  width: 295px;
  padding: 35px 112px 0 37px;
  background: url(../img/tool2-icon.png) no-repeat 175px 390px;
}

.page-sidebar .content {
 color: #969696;
}

.page-sidebar a {
 color: #969696;
 text-decoration: none;
}

.page-sidebar.float-right {
  width: 380px;
  padding: 75px 0 0 25px;
  background: none;
}

.page-sidebar.float-right .content {
  color: #000;
}

.page-sidebar .partition-teasers {
    padding: 0;
    margin: 0
}
.page-sidebar .partition-teasers p {
    font-size: 16px;
    margin-bottom: 10px;
}

.page-sidebar .partition-teasers .item{
  margin: 0;
  padding: 33px 0 10px;
}

.page-sidebar .partition-teasers .item p a {
  color:#000
}



.page-sidebar .partition-teasers .header, .section-subtitle, .page-sidebar .partition-teasers .header a {
  color: #e56f18;
  font-size: 18px;
}

.partition-link, .section-title, .partition-link a {
  color: #3f3d3e;
  font-size: 30px;
}

.partition-teasers.accordion .item {
  display: none;
}

.partition-teasers.accordion .item:first-child {
  display: block;
}
.partition-link {
  height: 84px;
  line-height: 84px;
  vertical-align: middle;
  background: url(../img/sep.gif) no-repeat 0 0;
  margin: 15px 0 0 0;
}
.partition-link:first-child {
  margin:0;
  background: none;
}

.accordion-controll {
  position: relative;
}

.partition-link .arr{
  background: url(../img/play-btn-1.png) no-repeat right -143px;
  display: block
}
.partition-link  .arr.opened{
  background: url(../img/play-btn-1.png) no-repeat right 30px;
  display: block
}
.partition-teasers-thumb {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  line-height: 65px;
  float: left;
  margin-right: 12px;
}
.teasers-list li {
    cursor: pointer;
}

.title-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}

.tool-icon {
  background-image: url(../img/tool-icon.png) ;
}

.character-icon {
  background-image: url(../img/character-icon.png);
}

.tool-icon.small-size {
  background-image: url(../img/tool-small-icon.png);
  background-position: center 10px;
}

.character-icon.small-size {
  background-image: url(../img/character-small-icon.png);
  background-position: center 8px;
}

.title-icon.note-icon {
  background-image: url(../img/note-icon.png) ;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 -3px;
}

.title-icon.business-icon {
  background-image: url(../img/business-icon.png) ;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
}

.title-icon.award-icon {
  background-image: url(../img/award-icon.png);
}
.title-icon.case-icon {
  background-image: url(../img/case-icon.png);
  background-position: left 2px;
}
.fulltext-link {
    text-decoration: none;
    border-bottom: 1px solid #e2aa8e;
}

.fulltext-link:hover {
    color: #000;
}

/***************** MAIN CONTEN COLUMN  ***********************/

article p,
article ul {
  font-size: 18px;
  color: #3f3d3e;
  margin-right: 35px;
}

article header {
  margin-bottom: 20px;
  line-height: 1;
}

article header .section-subtitle {
 margin-top: 20px;
}

.main-content {
  overflow: hidden;
  padding: 30px 0 0px 0;
}

.main-content.separ-shadow {
  background: url(../img/sidebar-shadow.png) no-repeat right 50%;
  padding-right: 40px;
  background-size: contain;
}

.partition-illustration {
  float: left;
  width: 280px;
  height: 246px;
  background: url(../img/figure-05.jpg) no-repeat 0 0;
}

.main-content ul {
  padding-left: 20px;
}

.partition-header {
 margin: 0 0 60px 0;
}

.partition-header .content {
  overflow: hidden;
  padding: 0 0 0 80px;
}

.partition-title {
  color: #f57129;
  font-size: 60px;
  margin: 0 0 35px 0;
  line-height: 1;
}

.decorated-list {
  list-style: disc;
  font-size: 18px;
}

.decorated-list li {
  margin: 0 0 10px 20px;
  color: #f1592a;

}

.decorated-list li * {
  color: #6b696c;
}

.partition-header .decorated-list {
  font-size: 18px;
  padding-left: 0;
}
.showcase-list {
  padding: 0;
}
.showcase-list li {
  padding: 55px 50px 57px;
  margin: 0;
  background: url(../img/showcase-shadow.png) no-repeat center top;
  font-size: 18px;
}
.showcase-list li:first-of-type {
  background: none;

}
.showcase-list li:nth-child(odd) {
  background-color: #e9e9e9;
}

.showcase-list .content{
  padding: 20px 10px 24px 54px;
  border-left: 4px solid #ff7526;
  cursor: pointer;
}

.showcase-list .showcase-image {
  width: 178px;
  height: 132px;
  float: left;
  margin: 0 47px 0 0;
}

.showcase-list .showcase-title {
  color: #888888;
  font-weight: normal;
  font-size: 24px;
}

.showcase-list  .full-text-link {
  border-bottom: 1px dotted #ff7526;
  text-decoration: none;
  line-height: 1;
}

.filter-outer {
  padding: 0 80px 0 100px;
  margin: 0;
}

.all-filter {
  padding: 3px 0 0 15px;
  display: table-cell;
  width: 80px;
  vertical-align: top;
}
.all-filter a {
  color: #ff7526;
  text-decoration: none;
  border-bottom: 1px dotted #ff7526;
}

.filter-area {
  width: 100%;
  display: table;
}

.filter-form {
  display: table-cell;
  padding-bottom: 20px;

}
.filter-form select {
  width: 100%;
}

.filter-swither {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  height: 31px;
  padding-left: 15px;
  border-radius: 3px;
}


.filter-swither .cntrl {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  line-height: 31px;
  cursor: pointer;
  background: #e9e9e9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #e9e9e9 0%, #cbcbcb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#cbcbcb));
  background: -webkit-linear-gradient(top,  #e9e9e9 0%,#cbcbcb 100%);
  background: -o-linear-gradient(top,  #e9e9e9 0%,#cbcbcb 100%);
  background: -ms-linear-gradient(top,  #e9e9e9 0%,#cbcbcb 100%);
  background: linear-gradient(to bottom,  #e9e9e9 0%,#cbcbcb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#cbcbcb',GradientType=0 );
}
.filter-swither .cntrl:hover {
    color: #fff;
}

.filter-swither .and-switch:after {
  content: "";
  background: url(../img/switcher-sep.png) no-repeat 0 0;
  position: absolute;
  height: 31px;
  width: 2px;
  left: 49px;
  top: 5px;
}

.filter-swither .and-switch{
  height: 31px;
  width: 50px;
  border-radius: 3px 0 0 3px;
  position: relative;
}

.filter-swither .or-switch {
  height: 31px;
  width: 54px;
  border-radius: 0 3px 3px 0;
}

.filter-swither .cntrl.active {
  text-shadow: -1px 0 1px #999;
  color: #fff;
  background: #fcddcb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZGRjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjg2NDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-color: -moz-linear-gradient(top,  #fcddcb 0%, #ff8640 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcddcb), color-stop(100%,#ff8640));
  background: -webkit-linear-gradient(top,  #fcddcb 0%,#ff8640 100%);
  background: -o-linear-gradient(top,  #fcddcb 0%,#ff8640 100%);
  background: -ms-linear-gradient(top,  #fcddcb 0%,#ff8640 100%);
  background: linear-gradient(to bottom,  #fcddcb 0%,#ff8640 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcddcb', endColorstr='#ff8640',GradientType=0 );
}

.filter-case-map {
  display: table-cell;
  vertical-align: top;
  padding: 0 18px 0 0;
  font-size: 14px;
  width: 155px;
  color:#000
}

.filter-case-map a {
  color:#000;
  white-space: nowrap;
  text-decoration: none;
}
.filter-case-map img{
  background: url(../img/bussines-case-map.png) no-repeat 0 0;
  width: 113px;
  height: 92px;
  margin: -20px 0 0 -85px;
  vertical-align: top;
}
.filter-case-map .title {
 display: inline-block;
 margin: 5px 0 0 0;
 cursor: pointer;

}


.bread-crumbs {
  margin: 0 0 30px 0;
}
.bread-crumbs.bc-indent {
    margin-left: 50px;
    margin-bottom: 50px;
    display: block;
}

.bread-crumbs, .bread-crumbs a{
  color: #b5b5b5;
  text-decoration: none;
  text-transform: uppercase;
}
.bread-crumbs a:hover {
  color: #000;
}

.partition-subinfo {
  font-size: 14px;
  margin: 25px 0;
  border-bottom: 1px solid #dcdcdc;
}
.partition-subinfo .title {
  font-size: 20px;
}
.partition-subinfo .row {
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
}

.article-sidebar {
  float:left;
  width: 180px;
  padding: 0 35px 0 10px;
  font-size: 12px;
}

.article-sidebar strong {
    display: block;
    font-weight: normal;
    color: #cccccc;
    font-size: 16px;
}

/*************PAGINATOR********************/

.pagination-nav{
  padding: 0;
}

.pagination-nav  li {
  display: inline-block;
  color: #b5b5b5;
  padding: 0 10px;
}

.pagination-nav a {
  text-decoration: none;
  color: #b5b5b5;
  padding: 0 5px;
}

.pagination-nav a:hover {
  color: #000;
}

.pagination-nav  .current span {
  border-bottom: 1px solid #ffac7d;
  color: #000;
  padding: 0 5px;
}

.pagination-nav .step-link {
  padding: 0;
}

.pagination-nav .step-link a {
    background: #fff;
    box-shadow: 2px 2px 2px rgba(00,00,00,0.3);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 24px;
    display: block;
    line-height: 1;
}
.noindent {
  padding: 0 !important
}

/************** FOOOTER ***************/

.footer-page {
  background: url(../img/footer-bg.png) repeat-x 0 0;
  padding: 14px 0 0 0;
  color: #949494;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  min-width: 1190px;
}

.footer-page .outer{
  padding: 30px 0 25px 0;
  background: #d2d1cd;
}

.footer-page a  {
  color: #949494;
  text-decoration: none;
  border-bottom: 1px solid #e2aa8e;
}

.footer-page .developers  {
  text-align: right;
}
.footer-page .copyrights  {
  padding: 18px 0 18px 60px;
  line-height: 1;
  background: url(../img/clearway-integration-logo-small.png) no-repeat 0 0;
}

.developers .designer {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/heart-icon.gif) no-repeat 0 0;
  vertical-align: middle;
}

.social {
    line-height: 1;
    padding-right: 40px;
}
.social ul {
  margin-bottom: 0;
}

.social li {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-left: 10px;
}
.social li a {
    width: 33px;
    height: 33px;
    display: block;
    text-decoration: none;
    border-bottom: none;
    margin-left: 5px;
}

.social li .twitter {
    background: url(../img/twitter.png);
}

.social li .facebook {
    background: url(../img/facebook.png);
}

.social li .linkedin {
    background: url(../img/linkedin.png);
}

.teasers-list li .showcase-image {
  float:left;
   width:64px;
   height:64px;
}

.search-width {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}​