.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f3501e;
}
h2 {
  font-size: 36px;
  line-height: 36px;
  color: #e7e9e8;
}
h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
}
h4 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 23px;
}
h5 {
  font-size: 18px;
  margin-bottom: 26px;
}
h6 {
  color: #f3501e;
  font: inherit;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 11px;
}
h6 a:hover {
  color: #ffffff;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 21px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 21px;
  background: #ffffff;
  color: #899ca4;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  background: #f3501e;
  color: #ffffff;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 37px;
  height: 37px;
  padding: 0 20px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary:hover {
  background: #ffffff;
  color: #f3501e;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #ffffff;
  color: #f3501e;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  color: #f3501e;
  background: url(../images/more_marker.gif) 100% 50% no-repeat !important;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  border: none;
  padding: 0 10px 0 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-info:hover {
  color: #ffffff;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 80px;
}
.pagination .counter {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  margin: 0 11px 0 0;
  display: inline-block;
}
.pagination ul li .pagenav {
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  padding: 0;
  background: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav {
  color: #ffffff;
}
.pagination ul li a.pagenav {
  color: #f3501e;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #ffffff;
}
.pagination ul li.num span.pagenav {
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 20px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well .hero-unit {
  background: none;
}
html {
  background: url(../images/texture.jpg) 50% 0;
}
html:before {
  position: absolute;
  z-index: -1;
  background: url(../images/top_tail.jpg) 50% 0;
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
}
html body {
  background: none;
}
#wrapper {
  background: url(../images/inner_texture.jpg) 50% 0;
  position: relative;
}
#wrapper:before {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  background: url(../images/inner_light.jpg) 50% 0 no-repeat;
  height: 400px;
  content: '';
}
#wrapper .wrapper-inner {
  position: relative;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  border-top: 1px solid #4f5050;
  border-top: 1px solid rgba(221, 224, 222, 0.25);
  padding: 0 0 2px;
}
#header-row .container {
  padding: 56px 0 36px;
  border-bottom: 1px solid #2f2f2f;
  border-bottom: 1px solid rgba(218, 218, 218, 0.14);
}
.mod-custom__user_menu {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #a5a5a5;
  padding: 26px 0 0;
}
.mod-custom__user_menu.logged_in a {
  margin-right: 10px;
}
.logo {
  text-align: center;
}
.logo .mod-menu .nav.menu li {
  padding: 0;
  background: none;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: url(../images/top_texture.jpg) 50% 0;
  border-top: 1px solid #464747;
  border-top: 1px solid rgba(221, 224, 222, 0.25);
  padding: 17px 0 21px;
}
.select-menu {
  display: none;
}
.navigation {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.navigation ul.sf-menu {
  position: relative;
  display: inline-block;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #f3501e;
}
.navigation ul.sf-menu > li + li {
  margin-left: 52px;
}
.navigation ul.sf-menu > li + li:before {
  pointer-events: none;
  background: url(../images/menu_marker.png);
  width: 7px;
  height: 7px;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -2px;
  left: -30px;
}
.navigation ul.sf-menu > li.deeper:after,
.navigation ul.sf-menu > li.parent:after {
  pointer-events: none;
  background: url(../images/menu_arrow.gif);
  height: 4px;
  width: 5px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  content: '';
  top: 28px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Anton', sans-serif;
  color: #ffffff;
  height: 24px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #f3501e;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 46px;
  left: -10px;
}
.navigation ul.sf-menu ul {
  width: 133px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 133px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 133px;
}
.navigation ul.sf-menu ul {
  background: url(../images/submenu.jpg);
  padding: 12px 0;
}
.navigation ul.sf-menu ul ul {
  background: url(../images/subsubmenu.jpg);
}
.navigation ul.sf-menu ul ul li a,
.navigation ul.sf-menu ul ul li span {
  color: #fff;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 10px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  text-align: left;
  display: block;
  padding: 0px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #f3501e;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #f3501e;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 133px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 133px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 135px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 24px;
  padding-bottom: 24px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 26px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 133px;
  top: 24px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 0 0 5px;
  margin-top: -3px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-top-row {
  border-bottom: 1px solid #2f2f2f;
  border-bottom: 1px solid rgba(218, 218, 218, 0.14);
  margin-bottom: 39px;
}
.top_blocks .item_introtext {
  text-transform: uppercase;
  color: #f3501e;
}
.top_blocks .item_introtext p {
  padding-bottom: 19px;
}
.top_blocks .item_num0 .item_title_part2 {
  display: block;
}
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 53px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 31px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info {
  overflow: hidden;
}
.item_info_dl {
  border-bottom: 1px solid #2f2f2f;
  border-bottom: 1px solid rgba(218, 218, 218, 0.14);
  margin: 0 0 26px;
  padding: 17px 6px 9px 0;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_published {
  color: #f3501e;
}
.item_info_dl dd .item_createdby {
  color: #fff;
}
.item_info_dl dd .item_createdby a {
  color: inherit;
}
.item_info_dl dd .item_createdby a:hover {
  color: #f3501e;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd.komento a span {
  color: #ffffff;
}
.item_info_dl dd.komento a:hover span {
  color: #f3501e;
}
.page-item {
  padding-bottom: 100px;
}
.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -30px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 35px 30px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  margin-bottom: 15px;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 21px 21px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
.page-featured .item_header {
  padding: 29px 0 0;
}
.page-featured .item_header h2 {
  margin-bottom: 0;
}
.page-featured .best {
  color: #f3501e;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  font-size: 60px;
  line-height: 58px;
  display: block;
  margin: 0 0 14px;
}
.page-featured p {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 13px;
}
.page-featured .btn-info {
  padding: 0 55px 0 14px;
  line-height: 64px;
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url(../images/btn_texture.jpg) !important;
}
.page-featured .btn-info:hover {
  background-position: bottom !important;
}
.page-featured .btn-info:after {
  position: absolute;
  background: url(../images/btn_marker.png);
  height: 25px;
  width: 25px;
  top: 20px;
  right: 18px;
  content: '';
}
.page-category__about {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
}
.page-category__about p {
  padding-bottom: 25px;
  font-weight: bold;
}
.page-category__about h2.item_title {
  background: url(../images/title_border.png) 0 33px repeat-x;
  overflow: hidden;
  margin-bottom: 35px;
}
.page-category__about h2.item_title span {
  background: url(../images/inner_light.jpg) -540px -240px;
  padding-right: 27px;
}
.page_header h2,
.page-header h2 {
  background: url(../images/title_border.png) 0 33px repeat-x;
  margin-bottom: 37px;
}
.page_header h2 span,
.page-header h2 span {
  background: url(../images/inner_light.jpg) -35px -240px;
  padding-right: 29px;
}
.page-category__reviews .item_introtext {
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-category__reviews .item {
  margin-bottom: 21px;
}
.body__reviews #content-row {
  padding-bottom: 51px;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  padding: 58px 0 9px;
}
.news h2 {
  color: #fff;
  background: url(../images/title_border.png) 0 33px repeat-x;
  margin-bottom: 35px;
}
.news h2 span {
  background: url(../images/inner_texture.jpg);
  padding-right: 35px;
}
.news .komento {
  float: right;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 10px;
}
.news .komento a span {
  color: #ffffff;
}
.news .komento a:hover span {
  color: #f3501e;
}
.news .btn-info {
  background: #f3501e !important;
  color: #ffffff;
  padding: 0 20px;
  line-height: 37px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.news .btn-info:hover {
  background: #ffffff !important;
  color: #f3501e;
}
.news .item_content {
  overflow: hidden;
  padding: 18px 0 0;
}
.news .item_content p {
  padding-bottom: 25px;
}
.news .item_title {
  border-top: 1px solid #2f2f2f;
  border-top: 1px solid rgba(218, 218, 218, 0.14);
  margin-top: 9px;
  padding-top: 25px;
}
.news .item_published {
  text-transform: uppercase;
  font-size: 10px;
  color: #f3501e;
}
.news .item {
  margin-bottom: 26px;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 0 9px 10px;
  font-weight: bold;
  background: url(../images/list_marker.gif) 0 9px no-repeat;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  color: #a5a5a5;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
  color: #fff;
}
.archive-module li.active a,
.categories-module li.active a,
.mod-menu .nav.menu li.active a,
.list1 ul li.active a,
.archive-module li.current a,
.categories-module li.current a,
.mod-menu .nav.menu li.current a,
.list1 ul li.current a {
  color: #fff;
}
.models {
  background: url(../images/models_texture.jpg);
  padding: 30px 20px 42px 22px;
  margin-top: 7px;
}
.models .moduleTitle {
  padding: 0 0 4px 19px;
}
.models .mod-menu .nav.menu li {
  font-size: 12px;
  background: none;
  padding: 8px 0 7px 19px;
  font-weight: normal;
}
.models .mod-menu .nav.menu li + li {
  background: url(../images/models_border.png) repeat-x;
}
.models .mod-menu .nav.menu li a {
  color: #a5a5a5;
}
.models .mod-menu .nav.menu li a:hover {
  color: #f3501e;
}
.models .mod-menu .nav.menu li .btn-info {
  background: #f3501e !important;
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  line-height: 37px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.models .mod-menu .nav.menu li .btn-info:hover {
  background: #ffffff !important;
  color: #f3501e;
}
.models .mod-menu .nav.menu li.lastItem {
  background: none;
  padding: 16px 0 0 18px;
}
.most_popular h2.moduleTitle {
  background: url(../images/title_border.png) 0 33px repeat-x;
  margin-bottom: 30px;
}
.most_popular h2.moduleTitle span {
  background: url(../images/inner_light.jpg) -835px -240px;
  padding-right: 19px;
}
.most_popular .item_introtext {
  text-transform: uppercase;
  color: #f3501e;
}
.most_popular .item_introtext p {
  padding-bottom: 19px;
}
.most_popular .item {
  margin-bottom: 20px;
}
#aside-right .moduletable {
  margin-bottom: 10px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 41px 0 45px;
}
#mainbottom-row .moduletable {
  margin-bottom: 30px;
}
.vision,
.mission {
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
.vision h2.moduleTitle,
.mission h2.moduleTitle {
  color: #fff;
  margin-bottom: 33px;
  background: url(../images/title_border.png) 0 33px repeat-x;
}
.vision h2.moduleTitle span,
.mission h2.moduleTitle span {
  background: url(../images/inner_texture.jpg);
  padding-right: 25px;
}
.vision .item,
.mission .item {
  margin-bottom: 0;
}
.vision .item p,
.mission .item p {
  padding-bottom: 14px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 0 0 138px;
}
.partners {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
}
.partners h2.moduleTitle {
  color: #fff;
  margin-bottom: 33px;
  background: url(../images/title_border.png) 0 33px repeat-x;
}
.partners h2.moduleTitle span {
  background: url(../images/inner_texture.jpg);
  padding-right: 25px;
}
.partners p {
  padding-bottom: 33px;
}
.partners a.partner {
  margin-left: 8px;
}
.partners a.partner + a.partner {
  margin-left: 136px;
}
/*======================= FOOTER =======================*/
#copyright-row .container {
  border-top: 1px solid #2f2f2f;
  border-top: 1px solid rgba(218, 218, 218, 0.14);
  padding: 41px 0 0;
}
#copyright {
  text-transform: uppercase;
  color: #fff;
}
#copyright .siteName {
  margin-bottom: 4px;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
  color: #808080;
}
#copyright a {
  color: #808080;
}
#copyright a:hover {
  color: inherit;
}
#footer-wrapper {
  position: relative;
}
.contacts {
  line-height: 18px;
  color: #a5a5a5;
  padding-top: 1px;
}
.contacts .address {
  padding: 0 0 43px 32px;
  background: url(../images/icon_home.png) 1px 4px no-repeat;
}
.contacts .phone {
  padding: 0 0 27px 36px;
  background: url(../images/icon_phone.png) 1px 3px no-repeat;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  padding: 24px 0 0;
}
.social li {
  margin: 0 0 0 8px;
}
.social li a {
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.modal {
  background: #000;
  display: none;
}
div.modal .close {
  color: #f3501e;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
}
div.modal .close:hover {
  color: #ffffff;
}
