@import url(css/iconz.css);
/*
Theme Name: u-seek
Template: u-design
Author: Slawek Amielucha @ iSeek
Author URI: http://www.iseek.ie/
Description: Design by iSeek
Version: 3.0
*/
/* fontello: */
@font-face {
  font-family: 'sofia_pro_lightregular';
  src: url('fonts/sofiaprolight-webfont.eot');
  src: url('fonts/sofiaprolight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sofiaprolight-webfont.woff') format('woff'), url('fonts/sofiaprolight-webfont.ttf') format('truetype'), url('fonts/sofiaprolight-webfont.svg#sofia_pro_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'serifa_btroman';
  src: url('fonts/serifan-webfont.eot');
  src: url('fonts/serifan-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/serifan-webfont.woff') format('woff'), url('fonts/serifan-webfont.ttf') format('truetype'), url('fonts/serifan-webfont.svg#serifa_btroman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Colors */
/* footer highlights */
/* animations */
a,
input,
a > span,
img,
i {
  -webkit-transition-property: margin, text-shadow, color, background-color, box-shadow;
  -webkit-transition-duration: 0.5s, 0.26s, 0.26s, 0.26s;
  -webkit-transition-timing-function: ease-out, ease-in, ease-in, linear;
  -o-transition-property: margin, text-shadow, color, background-color, box-shadow;
  -o-transition-duration: 0.5s, 0.26s, 0.26s, 0.26s;
  -o-transition-timing-function: ease-out, ease-in, ease-in, linear;
  -moz-transition-property: margin, text-shadow, color, background-color, box-shadow;
  -moz-transition-duration: 0.5s, 0.26s, 0.26s, 0.26s;
  -moz-transition-timing-function: ease-out, ease-in, ease-in, linear;
  transition-property: margin, text-shadow, color, background-color, box-shadow;
  transition-duration: 0.5s, 0.26s, 0.26s, 0.26s;
  transition-timing-function: ease-out, ease-in, ease-in, linear;
}
.clip {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.c2a {
  border: none;
  background: #56845b;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 2px 16px;
  margin-top: 12px;
  color: #fff;
  border-radius: 3px;
  font-family: 'sofia_pro_lightregular', sans-serif;
  font-size: 18px;
  background: #56845b;
  background: -moz-linear-gradient(top, #56845b 0%, #375d3b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56845b), color-stop(100%, #375d3b));
  background: -webkit-linear-gradient(top, #56845b 0%, #375d3b 100%);
  background: -o-linear-gradient(top, #56845b 0%, #375d3b 100%);
  background: -ms-linear-gradient(top, #56845b 0%, #375d3b 100%);
  background: linear-gradient(to bottom, #56845b 0%, #375d3b 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#56845b, endColorstr=#375d3b,GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#56845b, endColorstr=#375d3b,GradientType=0 );
}
.c2a:hover,
.c2a:focus {
  color: #ffffff;
  background: #375d3b;
  background: -moz-linear-gradient(top, #375d3b 0%, #56845b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #375d3b), color-stop(100%, #56845b));
  background: -webkit-linear-gradient(top, #375d3b 0%, #56845b 100%);
  background: -o-linear-gradient(top, #375d3b 0%, #56845b 100%);
  background: -ms-linear-gradient(top, #375d3b 0%, #56845b 100%);
  background: linear-gradient(to bottom, #375d3b 0%, #56845b 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#375d3b, endColorstr=#56845b,GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#375d3b, endColorstr=#56845b,GradientType=0 );
}
.text-right {
  text-align: right;
}
/* Gradient (top to bottom) */
/* remove backgrounds */
#top-wrapper,
#c3-header,
#wrapper-1,
#home-page-content,
#page-content,
#main-menu {
  background: none;
}
/* iSeek logo */
.iseek {
  margin: 14px 10px 12px;
  text-align: right;
}
.iseek a {
  color: #000;
}
#iseek-replace {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2px;
  height: 26px;
  width: 48px;
  background: url("images/iseek_dark.png") left top no-repeat;
  color: rgba(0, 0, 1, 0);
}
/* @nav */
#navigation-menu {
  right: auto;
  left: 0;
}
#navigation-menu ul.sf-menu {
  margin-right: 0;
}
#navigation-menu ul.sf-menu > li {
  margin-left: 0;
}
#footer {
  padding-top: 12px;
}
strong {
  font-weight: 600;
}
html {
  background: #ffffff;
}
body {
  font-family: 'sofia_pro_lightregular', sans-serif;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
}
a,
#footer a {
  color: #9a1818;
}
a:hover,
#footer a:hover,
a:focus,
#footer a:focus {
  color: #cccc99;
}
a:active,
#footer a:active {
  color: #f3f3bc;
}
a:hover,
#footer a:hover {
  color: #375d3b;
}
#navigation-menu ul.sf-menu > li > a,
#navigation-menu ul.sf-menu > li.current-menu-item > a {
  padding-right: 15px;
}
#navigation-menu ul.sf-menu > li > a  > span,
#navigation-menu ul.sf-menu > li.current-menu-item > a  > span {
  padding-left: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'sofia_pro_lightregular', sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 30px!important;
  font-weight: bold;
}
h2 {
  font-size: 24px !important;
}
h3 {
  font-size: 18px !important;
}
h4 {
  font-size: 16px !important;
}
h5 {
  font-size: 14px !important;
}
h6 {
  font-size: 12px !important;
}
.attn {
  color: #9a1818;
  text-transform: uppercase;
}
/* red homepage headings style on h3 */
.foot {
  color: #375d3b;
  text-transform: uppercase;
  text-shadow: 0 1px #f3f3bc;
}
/* footer headings style on h2 */
#logo {
  padding-left: 0;
  top: 30px;
}
#main-menu {
  background: #375d3b;
  padding: 6px 0;
  border-bottom: 1px solid #56845b;
}
#the_tel {
  color: #ffffff;
  font-family: 'sofia_pro_lightregular', sans-serif;
  font-size: 16px;
  padding-top: 10px;
  text-align: right;
}
#slider-bg {
  background: #030403;
}
#the_slider {
  position: relative;
  width: 960px;
  height: 400px;
  margin: 0 auto;
}
#the_slider a {
  outline: 0;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-navigation-prev,
#the_slider .jquery-slider-theme-carbono .jquery-slider-navigation-next {
  bottom: 0;
  top: 0;
  width: 180px;
  height: auto;
  background: red;
  margin-top: 0;
  background: #030403;
  background: url(images/gradl.png) left top repeat-y;
  background: -moz-linear-gradient(left, #030403 0%, rgba(3, 4, 3, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #030403), color-stop(100%, rgba(3, 4, 3, 0)));
  background: -webkit-linear-gradient(left, #030403 0%, rgba(3, 4, 3, 0) 100%);
  background: -o-linear-gradient(left, #030403 0%, rgba(3, 4, 3, 0) 100%);
  background: -ms-linear-gradient(left, #030403 0%, rgba(3, 4, 3, 0) 100%);
  background: linear-gradient(to right, #030403 0%, rgba(3, 4, 3, 0) 100%);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr=@{c1}, endColorstr=@{c2},GradientType=1 )";
	filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr=@{c1}, endColorstr=@{c2},GradientType=1 )";*/

  display: block!important;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-navigation-prev:before,
#the_slider .jquery-slider-theme-carbono .jquery-slider-navigation-next:before {
  content: " ";
  width: 28px;
  height: 43px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(images/arrows.png) left center no-repeat;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-navigation-next {
  background: rgba(3, 4, 3, 0);
  background: url(images/gradr.png) right top repeat-y;
  background: -moz-linear-gradient(left, rgba(3, 4, 3, 0) 0%, #030403 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(3, 4, 3, 0)), color-stop(100%, #030403));
  background: -webkit-linear-gradient(left, rgba(3, 4, 3, 0) 0%, #030403 100%);
  background: -o-linear-gradient(left, rgba(3, 4, 3, 0) 0%, #030403 100%);
  background: -ms-linear-gradient(left, rgba(3, 4, 3, 0) 0%, #030403 100%);
  background: linear-gradient(to right, rgba(3, 4, 3, 0) 0%, #030403 100%);
  /*-ms-filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr=@{c1}, endColorstr=@{c2},GradientType=1 )";
	filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr=@{c1}, endColorstr=@{c2},GradientType=1 )";*/

}
#the_slider .jquery-slider-theme-carbono .jquery-slider-navigation-next:before {
  background-position: right 50%;
  left: auto;
  right: 20px;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 110px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px!important;
}
#before-content {
  background: #ffffff;
  padding-bottom: 0;
}
#before-cont-box-1 > .column-content-wrapper {
  width: 100%;
  font-family: 'serifa_btroman', sans-serif;
  font-size: 18px;
  color: #a9a9a9;
}
#before-cont-box-1 > .column-content-wrapper .cont_col_1 {
  padding: 10px 0;
}
#before-cont-box-1 > .column-content-wrapper .before_cont_title {
  font-family: 'serifa_btroman', sans-serif !important;
  font-size: 25px !important;
  text-align: center;
  padding: 40px 0 0;
  border-top: 1px solid #d8d8d8;
  background: url(images/shadow.png) no-repeat center top;
  box-shadow: inset 0 1px 0 #ffffff;
}
#home-page-content #main-content .main-content-padding {
  padding: 0 0 20px;
  overflow: hidden;
}
#home-page-content #main-content .home-cont-box {
  text-align: center;
}
#home-page-content #main-content .home-cont-box h3 {
  font-family: 'serifa_btroman', sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase;
  color: #9a1818;
  white-space: nowrap;
  background: none;
}
#home-page-content #main-content .home-cont-box i {
  font-size: 50px;
  color: #333333;
}
#home-page-content #main-content .home-cont-box:hover i,
#home-page-content #main-content .home-cont-box:active i {
  color: #9a1818;
}
.column-content-wrapper h4 {
  color: #030403 !important;
}
#bottom-bg {
  background: #cccc99 url(images/...png) 0 49px repeat-x;
  box-shadow: inset 0 1px 0 #f3f3bc, inset 0 -1px 0 #f3f3bc;
  border-top: 1px solid #375d3b;
  border-bottom: 1px solid #375d3b;
}
#bottom {
  font-family: 'sofia_pro_lightregular', sans-serif;
  font-size: 16px;
  color: #333333;
}
#bottom .bottom-col-title {
  font-family: 'serifa_btroman', sans-serif !important;
  font-size: 25px !important;
  text-transform: uppercase;
  text-shadow: 1px 1px #f3f3bc;
  color: #375d3b;
  display: inline-block;
  background: #cccc99;
  padding: 10px;
}
#bottom i {
  font-size: 120%;
}
#bottom .menu {
  margin-left: -40px;
}
#bottom .menu li {
  width: 45%;
  margin-left: 5%;
  float: left;
}
#bottom .menu li a {
  line-height: 1.2em;
  min-height: 43px;
  background: none;
}
#bottom a {
  color: #333333;
}
#bottom .bottom-content-padding {
  padding: none;
}
#bottom_2 .one_fourth {
  text-align: right;
  color: #375d3b;
}
#bottom_2 .bottom-col-title {
  margin-left: 60px;
}
#bottom .widget_recent_entries li,
#bottom .widget_categories li,
#bottom .widget_pages li,
#bottom .widget_subpages li,
#bottom .widget_archive li,
#bottom .widget_links li,
#bottom .widget_rss li,
#bottom .widget_meta li,
#bottom .loginform li,
#bottom .widget_nav_menu li {
  background-image: url(images/gt.png);
}
#footer-bg {
  background: url(images/stripes.png);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) inset;
  padding-bottom: 20px;
  padding-top: 5px;
}
