<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************************** GENERAL ******************************************************************/
#body {background: #E7ECEF url(../img/bg-top.jpg) repeat-x center top;}

/****************************************************************** HEADER ******************************************************************/
#header .logo {float:left;display: inline-block;height: 112px;vertical-align: middle;}
#header .logo img {max-height: 112px; margin-top: 30px;}
@media (max-width: 468px) {
    #header .logo img {margin: 15px 0;}
}
#header .contact {position: relative;top: 35px;right: -10px;float: right;}
#header .contact li {padding: 0 10px;display: inline;float: left;border-left: 1px solid #cdcdcd;text-transform: uppercase;}
#header .contact li:first-child {border-left: 0}
#header .contact li,
#header .contact li a,
#header .contact li span {color: #5e5e5e;font: 300 14px/20px "Oswald", "Trebuchet MS", Arial, Sans-Serif;display: inline-block;vertical-align: top;}
#header .contact li a:hover {color: #0095d4; cursor: pointer}
#header .contact li span:hover {color: #3A3A3A; text-decoration: none; cursor: pointer}

/* NAVIGATION */
#topmenu .navbar {background: url(../img/bg-menu.png) repeat-x #010101;  border: 0;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0; margin: 0;width: 100%;overflow: visible;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)}
#topmenu .navbar ul.navbar-nav {margin: 0}
#topmenu .navbar ul.navbar-nav &gt; li {list-style: none;margin: 0;padding: 0;position: relative;}
#topmenu .navbar ul.navbar-nav &gt; li:first-child {background: none}
#topmenu .navbar ul.navbar-nav &gt; li:last-child {}
#topmenu .navbar ul.navbar-nav &gt; li &gt; a {font: 400 14px/18px "Oswald", "Trebuchet MS", Arial, Sans-Serif;color: #d4d4d4;text-transform: uppercase;display: block;margin: 0 1px;padding: 18px 35px;background: none;}
#topmenu .navbar ul.navbar-nav &gt; li &gt; a:hover,
#topmenu .navbar-default .navbar-nav &gt; .open &gt; a,
#topmenu .navbar-default .navbar-nav &gt; .open &gt; a:hover,
#topmenu .navbar-default .navbar-nav &gt; .open &gt; a:focus,
#topmenu .navbar-default .navbar-nav &gt; li.active &gt; a,
#topmenu .navbar-default .navbar-nav&gt;.active&gt;a,
#topmenu .navbar-default .navbar-nav&gt;.active&gt;a:hover,
#topmenu .navbar-default .navbar-nav&gt;.active&gt;a:focus {color: #fff;background: #000;}
#topmenu .navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {border-top: 5px solid rgba(0, 0, 0, 0); border-left: 5px solid #CCC;border-right: 0px solid rgba(0, 0, 0, 0);border-bottom: 5px solid rgba(0, 0, 0, 0);vertical-align: 3%;margin-left: 10px;margin-right: -10px;}
#topmenu .navbar-default .navbar-nav &gt; li &gt; a:hover &gt; a.caret,
#topmenu .navbar-default .navbar-nav &gt; .open &gt; a .caret,
#topmenu .navbar-default .navbar-nav &gt; .open &gt; a:hover .caret,
#topmenu .navbar-default .navbar-nav &gt; .open &gt; a:focus .caret,
#topmenu .navbar-default .navbar-nav&gt;.dropdown&gt;a:hover .caret,
#topmenu .navbar-default .navbar-nav&gt;.dropdown&gt;a:focus .caret {border-top: 5px solid rgba(0, 0, 0, 0); border-left: 5px solid #FFF;border-right: 0px solid rgba(0, 0, 0, 0);border-bottom: 5px solid rgba(0, 0, 0, 0);}

/* Navigation levels */
#topmenu .navbar ul.navbar-nav &gt; li.dropdown:hover .dropdown-menu {display: block}
#topmenu .navbar ul.navbar-nav .dropdown-menu:before {position: absolute; z-index: 2000; top: -6px; left: 9px; display: inline-block; border-right: 6px solid rgba(0, 0, 0, 0); border-bottom: 6px solid #FFF; border-left: 6px solid rgba(0, 0, 0, 0); border-bottom-color: #fff; content: '';}
#topmenu .navbar ul.navbar-nav &gt; li &gt; ul {top: 53px; left: 0px; margin: 0; padding: 8px;border: 0; -webkit-border-radius: 6px 6px 6px 6px; -moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;min-width: 210px;}
#topmenu .navbar ul.navbar-nav &gt; li &gt; ul &gt; li {border-top: 1px solid #e3e4e4;display: block;width: 100%;}
#topmenu .navbar ul.navbar-nav &gt; li &gt; ul &gt; li.first,
#topmenu .navbar ul.navbar-nav &gt; li &gt; ul &gt; li:first-child {border: none}
#topmenu .navbar ul.navbar-nav &gt; li &gt; ul &gt; li &gt; a {font: 400 12px "Oswald", "Trebuchet MS", Arial, Sans-Serif; text-transform: uppercase;padding: 8px 10px;color: #000;}
#topmenu .navbar ul.navbar-nav &gt; li &gt; ul &gt; li &gt; a:hover {text-decoration: underline; color: #0095d4; background: none;}
#topmenu .navbar ul.navbar-nav &gt; li &gt; ul &gt; .arrow {background: url(../img/icons/submenu-arrow.png) no-repeat;   width: 14px; height: 8px;position: absolute;top: -8px;left: 20px;display: none;}
.navbar-collapse {padding: 0;}
#topmenu .navbar-default .navbar-collapse,
#topmenu .navbar-default .navbar-form {border: 0;padding: 0;}
#topmenu .navbar-default .navbar-toggle {border: 0;}
#topmenu .navbar-default .navbar-toggle:hover,
#topmenu .navbar-default .navbar-toggle:focus {background-color: #0095d4;}
#topmenu .navbar-default .navbar-toggle:hover .icon-bar,
#topmenu .navbar-default .navbar-toggle:focus .icon-bar {background-color:#fff }
@media (min-width: 768px) {
    #topmenu .navbar ul.navbar-nav &gt; li {background: url(../img/bg-menu-separator.png) repeat-y;}
}
@media (max-width: 768px) {
    #topmenu .navbar ul.navbar-nav &gt; li.dropdown:hover .dropdown-menu {left: 10px}
}

/* SUBLINE*/
.subline {background: url(../img/subline.png) no-repeat; height: 70px; position: relative; margin-bottom: 40px;clear: both;}
.subline .breadcrumbs {height: 70px; overflow: hidden;}
.subline .more {background: url(../img/bg-btn.png) repeat-x; color: #fff;font: 14px/70px "Oswald-Light", "Trebuchet MS", Arial;text-transform: uppercase;text-align: center;vertical-align: middle;height: 70px;overflow: hidden;}
@media (max-width: 468px) {
    .subline .more {background: none}
}

/* LANGUAGE */
.lang {position: absolute;top: 0;right: 10px;z-index: 1000;width: auto;margin: 0;}
.lang li {float: left;list-style: none;display: inline-block;background: 0;}
.lang li a {padding: 19px 10px; color: #aaa; font: 12px "Oswald", "Trebuchet MS", Arial, Sans-Serif;display: block;}
.lang li a:hover,
.lang li a.active {color: #fff; text-decoration: none;background: none;}

/* SLIDERS */
.slider-wrapper {position: relative;background: url(../img/bg-slider.jpg) repeat-x center 0;overflow: hidden;}
.slider-wrapper.main {min-height: 421px;}
.slider-wrapper .nivo-caption {background: url(../img/slider-caption.png);text-align: left;padding: 15px 30px 20px;}
.slider-wrapper .nivo-caption h2 {font: 50px/64px "Oswald", "Trebuchet MS", Arial;color: #fff;text-transform: uppercase;text-shadow: 1px 1px rgba(0,0,0,0.5);margin: 0;}
.slider-wrapper .nivo-caption h3 {color: #fff;font: 22px "Oswald", "Trebuchet MS", Arial;text-transform: uppercase;margin: 0;text-shadow: 1px 1px rgba(0,0,0,0.5);}
.slider-wrapper .nivo-directionNav a {background: url(../img/slider-arrows.png) no-repeat;text-indent: -9999px; height: 145px; width: 45px;top: 33%;opacity: 0.5;}
.slider-wrapper .nivo-directionNav a:hover {opacity: 1}
.slider-wrapper .nivo-directionNav .nivo-prevNav {left: -100px;}
.slider-wrapper .nivo-directionNav .nivo-nextNav {background-position: -50px 0;right: -100px;}
.slider-wrapper .nivo-controlNav {position: absolute; z-index: 10;right: 30px; bottom: 15px;}
.slider-wrapper .nivo-controlNav a {background: url(../img/slider-buttons.png) no-repeat -12px 0;text-indent: -9999px;display: inline-block;width: 10px;height: 10px;margin: 0 1px;}
.slider-wrapper .nivo-controlNav a.active {background-position: 0 0;}

.slider-wrapper.small .nivo-caption {background: none;bottom: auto;top: 10%;line-height: normal;}
.slider-wrapper.small h2 {font: 70px "Oswald-Bold", "Trebuchet MS", Arial; color: #000;text-shadow: 1px 1px #fff;}
.slider-wrapper.small h3 {color: #0095d4; text-shadow: 1px 1px #fff; font-size: 20px; line-height: 12px;}
@media (max-width: 768px) {
    .slider-wrapper.small h2 {font-size: 40px;}
    .slider-wrapper.small h3 {font-size: 15px;}
}
@media (max-width: 992px) {
    .slider-wrapper.small h2 {font-size: 55px;}
    .slider-wrapper.small h3 {font-size: 18px;}
}
.slider-wrapper.small .nivo-directionNav a {background: url(../img/slider-arrows2.png) no-repeat;width: 25px;height: 70px;display: none}
.slider-wrapper.small .nivo-directionNav .nivo-prevNav {left: -40px;}
.slider-wrapper.small .nivo-directionNav .nivo-nextNav {background-position: -20px 0;right: -40px;}
.slider-wrapper.small .nivo-controlNav {display: none}

.slider-line {position: relative;width: 100%;float: left;height: 29px;margin: 10px 0 0;}
.slider-line .line {background: url(../img/slider-line.png) repeat-x; height: 10px;  width: 81%;  float: left;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;position: relative;}
.slider-line .line.active {background: url(../img/slider-line-active.png) repeat-x; position: absolute;z-index: 5;top: 0;left: 0;}
.slider-line .line.value {background: url(../img/slider-line-value.png) repeat-x; width: 58px !important; height: 29px;  text-align: center; font: 12px/25px "Oswald-Light", "Trebuchet MS", Arial, Sans-Serif; color: #fff; position: relative;z-index: 6;margin-top: -9px;margin-left: -55px;}
.slider-line .slider-line-caption {float: right;  font: 12px/12px "Oswald", "Trebuchet MS", Arial, Sans-Serif; color: #656d71;text-transform: uppercase;width: 15%;}

.carousel-wrapper {height: 70px; position: relative; background: url(../img/icons/news.png) no-repeat 40px center; }
.carousel-caption {left: 0;  top: 16px; bottom: 0;position: relative;padding: 0;height: 70px;text-shadow: none;}
.carousel-inner {width: 67%; left: 90px;}
.carousel p {color: #fff;padding: 0;border: 0;display: block;float: left;overflow: hidden;text-align: left;}
.carousel-indicators {display: none;}
.carousel-controlNav {position: absolute; right: 10%;top: 35%;width: 43px;}
.carousel-controlNav a.carousel-control {background: url(../img/slider-arrows3.png) no-repeat; width: 20px; height: 20px;display: inline-block;opacity: 1;}
.carousel-controlNav a.carousel-control.left {background-position: 0 0;}
.carousel-controlNav a.carousel-control.left:hover {background-position: 0 -22px;}
.carousel-controlNav a.carousel-control.right {background-position: -23px 0;}
.carousel-controlNav a.carousel-control.right:hover {background-position: -23px -22px;}

/****************************************************************** MIDDLE ******************************************************************/
#center_column {float: left;width: 560px;padding:0;margin: 0;position: relative;}
#center_column p {}
#center_column a {text-decoration: underline;}
#center_column a:hover {text-decoration: none}
#center_column .block_title {font: bold 14px "Oswald", "Trebuchet MS", Arial, sans-serif;text-transform: uppercase;color: #000;margin: 0 0 16px;}

#article a {text-decoration: underline}
#article strong {color: #000;}
#article img.pull-left {margin-right: 16px;}
#article img.pull-right {margin-left: 16px}
#article ul {margin: 0 20px 20px;}
#article ul li {background: url(../img/icons/bullet4.png) no-repeat 0 5px; padding-left: 14px; margin: 5px;list-style: none;}
#article ul li a { }

/* PHOTOGALLERY */
.gallery {}
.gallery img {margin: 8px; width: 140px;}

/* IMAGES */
.whitebg {background: #fff}
.whitebg .title span {background: #fff}
.bwimg {position: relative;text-align: left;display: inline-block;overflow: hidden;}
.blurimg img {-webkit-transition: all .15sease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.blurimg: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);}
.blurimg-off:hover img {-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}

/* IMAGE OVERLAY */
.overlayed {overflow: hidden; position: relative; text-align: center;}
.overlayed .overlay {width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; filter: alpha(opacity=0); opacity: 0; background:#000; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.overlayed:hover .overlay {filter: alpha(opacity=100); opacity: 1; background:rgba(0,0,0,0.6);}
.overlayed img {display: block; position: relative; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.overlayed:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.overlayed .overlay-rectangle {width: 96px; height: 38px; line-height: 38px; position: absolute; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; filter: alpha(opacity=0); left:50%; margin-left: -48px; top: 50%; margin-top: -19px; background: #0095d4; color: #fff;}
.overlayed .overlay-rectangle:hover {background: #0095d4;}
.overlayed .overlay-hexagon {position: absolute; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;  -ms-transition: all 0.2s linear; transition: all 0.2s linear; filter: alpha(opacity=0); left:50%; top: 50%; background: #0095d4; color: #fff; width: 94px; height: 52px; line-height: 52px; margin-left: -47px; margin-top: -26px; display: inline-block; text-align: center;}
.overlayed .overlay-hexagon:before {content: ""; width: 0; height: 0; border-bottom: 26px solid #0095d4; border-left: 47px solid transparent; border-right: 47px solid transparent; position: absolute; top: -26px; left: 0; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.overlayed .overlay-hexagon:after {content: ""; width: 0; position: absolute; left: 0; bottom: -26px; border-top: 26px solid #0095d4;
    border-left: 47px solid transparent; border-right: 47px solid transparent; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.overlayed .overlay-hexagon:hover {background: #125171;}
.overlayed .overlay-hexagon:hover:before {border-bottom-color: #125171;}
.overlayed .overlay-hexagon:hover:after {border-top-color: #125171;}

/* BOX AND ROWS STYLE */
.boxes .box {margin-bottom: 30px;position: relative;}
.boxes .box a:hover {text-decoration: none;}
.boxes .box a:hover h2,
.boxes .box a:hover h3 {text-decoration: underline}
.boxes.style1 .box .inner {background: url(../img/bg-box1.png) no-repeat 100% 0; padding: 20px 20px;text-align: center;}
.boxes.style1 .box h2 {font: 20px/20px "Oswald-Light", "Trebuchet MS", Arial, Sans-Serif; text-transform: uppercase; color:#0095d4; margin: 20px 0 10px;}
.boxes.style1 .box p {line-height: 20px}
.boxes.style1 .box:hover {opacity: 0.9;}
.boxes.style2 .box .more {text-transform: uppercase; font: 14px "Oswald", "Trebuchet MS", Arial, Sans-Serif; color: #0095d4}
.boxes.style2 .box h3 {font: 20px/40px "Oswald-Light", "Trebuchet MS", Arial, sans-serif; text-transform: uppercase; margin: 0 0 5px;color: #000000;}
.boxes.style2 .box p {line-height: 20px}
.boxes.style2 .box a {text-decoration: underline}
.boxes.style3 .box {text-align: center; }
.boxes.style3 .box .date {background: url(../img/backgrounds.png) no-repeat 0 -150px; width: 107px; height: 28px;  font: 11px "Oswald", "Trebuchet MS", Arial, Sans-Serif; line-height: 28px;text-transform: uppercase; color: #fff; text-align: center; position: absolute; z-index: 10; top: 70%; left: 24%;}
.boxes.style3 .box .title {background: url(../img/backgrounds.png) no-repeat 0 -120px; width: 107px; height: 28px;  font: 11px "Oswald", "Trebuchet MS", Arial, Sans-Serif; line-height: 28px;text-transform: uppercase; color: #fff; text-align: center; position: absolute; z-index: 10; top: 77%; left: 50%;right: 50%;margin: 0 0 0 -54px;}
.boxes.style3 .box:hover .title {background-position: 0 -150px;}
.boxes.style3 .box .read {background: url(../img/backgrounds.png) no-repeat 0 -120px; width: 107px; height: 28px;  font: 11px "Oswald", "Trebuchet MS", Arial, Sans-Serif; line-height: 28px;text-transform: uppercase; color: #fff; text-align: center; position: absolute; z-index: 10; top: 40%; left: 24%;display: none;}
.boxes.style3 .box .magn {background: url(../img/search.png) no-repeat; width: 67px; height: 28px;  font: 11px "Oswald", "Trebuchet MS", Arial, Sans-Serif; line-height: 28px;text-transform: uppercase; color: #fff; text-align: center; position: absolute; z-index: 10; top: 75%; left: 50%;right: 50%;margin-left: -35px;}
.boxes.style3 .box h3 {font: 400 14px "Oswald", "Trebuchet MS", Arial, Sans-Serif; text-transform: uppercase; color: #000000;margin: 12px 0 8px;}
.boxes.style3 .box p {color: #656d71}
.boxes.style3 .box a {}
.boxes.style3 .box .image {position: relative; overflow: hidden; z-index: 1;}
.boxes.style3 .box .image img {left: 0; /* Chrome Fix */}
.boxes.style4 {background: #cddbdd; margin: 0;}
.boxes.style4 .title {background-image: url(../img/separator3.png); margin: 0 0 10px;}
.boxes.style4 .title span {background: #cddbdd;color: #000000;text-shadow: 1px 1px rgba(255,255,255,0.2);}
.boxes.style4 p {color: #404040;text-shadow: 1px 1px rgba(255,255,255,0.2);}
.boxes.style5 .title1 {background: url(../img/title.png) no-repeat right top; width: 100%; height: 65px;color: #fff;text-align: left;padding-left: 30px;margin: 0; font: 20px/65px "Oswald-Light", "Trebuchet MS", Arial, Sans-Serif; text-transform: uppercase}
.boxes.style5 .title2 {background: #f0f3f3; height: 50px; padding-left: 30px; text-transform: uppercase; color: #171717; font: 17px/50px "Oswald-Light", "Trebuchet MS", Arial, sans-serif;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);}
.boxes.style5 .price {background: #f0f3f3;  vertical-align: middle;font: 20px "Oswald-Bold", "Trebuchet MS", Arial, sans-serif; color: #171717; text-shadow: 1px 1px rgba(255,255,255,0.5);  padding: 25px 25px 35px;text-transform: uppercase;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);text-align: center;}
.boxes.style5 .price .small {font-size: 14px; font-weight: 500;}
.boxes.style5 ul {background: white;margin: 0;padding: 20px 28px 15px;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);}
.boxes.style5 .btn {background: url(../img/backgrounds.png) no-repeat 0 -180px; max-width: 170px; width: auto;height: 28px; color: #fff; font: 12px/28px "Oswald-Light", "Trebuchet MS", Arial, sans-serif; text-align: center;text-transform: uppercase;position: relative;left: 50%;right: 50%;margin-left: -85px;bottom: 13px;z-index: 100;}
.boxes.style5 [class*='box']:hover .title1 {background-position: 100% -70px;}
.boxes.style5 [class*='box']:hover ul li {background-image: url(../img/icons/bullet5.png)}
.boxes.style5 [class*='box']:hover ul li.disabled {background-image: url(../img/icons/bullet9.png)}
.boxes.style5 [class*='box']:hover .btn {background-position: 0 -210px;}

.row.highlight {background: #f6f8f9; border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca;padding: 10px 20px;margin: 10px 0;overflow: hidden;}
.row.highlight .header {text-transform: uppercase; color: #000; font: 14px "Oswald-Light", Arial, sans-serif;margin: 5px 0;}
.row.highlight p {line-height: 20px}
.row.highlight img {margin-left: -5px}

/* BANNERS AND LOGOS */
.banner {position: relative; padding: 0;}
.banner .inner {width: 104%; left: -20px; position: relative}
.banner .tag {background: url(../img/tag-big.png) no-repeat; font: 56px "Oswald-Light", "Trebuchet MS", Arial, Sans-Serif; color: #fff; text-align: center; width: 163px;height: 163px;line-height: 130px;vertical-align: middle;float: left;position: absolute;z-index: 100;top: 40px;left: 30px;}
.banner .text {position: absolute; z-index: 100; top: 35px; left: 240px; float: left;width: 330px;}
.banner h2 {text-transform: uppercase; color: #171717; font: 35px/40px "Oswald", "Trebuchet MS", Arial, sans-serif;font-size: 2.9vw;}
.banner h3 {font: 20px/30px "Oswald", "Trebuchet MS", Arial, sans-serif; font-size: 1.9vw;color: #171717; text-transform: uppercase;margin: 10px 0 0;}
.banner p {color: #939393; font: 15px/22px "Oswald-Light", "Trebuchet MS", Arial, sans-serif; width: 80%;}
.logos table {width: 100%;margin: 0 auto;}
@media (min-width: 990px) {
    .logos table {width: 1020px;}
}
.logos table td {text-align: center;vertical-align: middle;position: relative;}

/* COMMENTS */
.comment {background: #f6f8f9; border-top: 1px solid #cacaca; border-bottom: 1px solid #cacaca;padding: 18px 20px;margin: 15px 0;overflow: hidden;}
.comment .image {float: left;width: 50px;margin-right: 18px;}
.comment .text {overflow: hidden;}
.comment .text p {padding: 5px 0 8px;}
.comment .text a {color: #0095d4; text-decoration: none !important;}
.comment .text a:hover {text-decoration: underline !important;}
.comment .date {color: #000;font-size: 11px;}
.comment.level2 {margin-left: 10%;}
.comment.level3 {margin-left: 20%;}
.comment-form {margin: 0 -20px -20px;}

/* BLOG */
.blog .panel {background: url(../img/bg-box1.png) no-repeat 100% 0; width: 100%; min-height: 180px;padding: 25px;margin: 0 0 17px;border: 0;border-radius: 0;}
.blog .panel h2 {font: 17px/24px "Oswald-Bold", "Trebuchet MS", Arial, sans-serif; text-transform: uppercase; color: #000; margin: 0 0 0;}
.blog .panel a:hover {opacity: 0.9}
.blog .panel:hover a h2,
.blog .panel:hover h2 a {text-decoration: underline; color: #0095d4}
.blog .panel .image {float: left; margin: 0 20px 10px 0; position: relative}
.blog .panel .image .info {position: absolute; z-index: 10; bottom: 7%; left: 0; width: 100%;}
.blog .panel .image .date { background: url(../img/backgrounds.png) no-repeat 100% -280px #fff; font: 11px/16px "Oswald", "Trebuchet MS", Arial, sans-serif; color: #fff; padding: 6px 15px;text-transform: uppercase; width: 120px; float: left; position: relative; z-index: 10;}
.blog .panel .image .comments {  background: url(../img/backgrounds.png) no-repeat 100% -250px; font: 11px "Oswald", "Trebuchet MS", Arial, sans-serif; color: #000000;  padding: 6px 15px 6px 8px;  width: 55px;  float: left;  position: relative;  z-index: 9;}
.blog .panel .image .comments img {margin: 0 6px 0 0;}
.blog .panel .text {max-height: 565px;}
.blog .panel a:hover {text-decoration: none}
.blog .dark.panel {background-image: url(../img/bg-box2.png);}
.blog .dark.panel h2 {color: #fff}
.blog .dark.panel p {color: #b5b5b5;text-transform: none;}
.blog .panel .highlight {text-transform: uppercase; color: #0095d4; font: 13px/16px "Oswald-Light", "Trebuchet MS", Arial, sans-serif; margin: 10px 0;}
.blog p {padding: 0;}

/* UNORDERED LIST STYLES */
ul[class*="style"] {margin: 0; list-style: none;}
ul[class*="style"] li:first-child {padding-top: 0; margin-top: 0;border: 0;}
ul[class*="style"] li .number {background: #0095d4; width: 20px; height: 20px; text-align: center; color: #fff; font: 11px/20px "Oswald", "Trebuchet MS", Arial, sans-serif; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;display: inline-block;margin-right: 8px;vertical-align: top;}
ul.style1 li {background: url(../img/icons/bullet5.png) no-repeat 0 2px; list-style: none; padding-left: 25px; padding-bottom: 10px;}
ul.style2 li {background: url(../img/icons/bullet6.png) no-repeat 0 2px; list-style: none; padding-left: 25px; padding-bottom: 10px;}
ul.style2 li.disabled {background-image: url(../img/icons/bullet7.png)}
ul.style3 li {background: url(../img/icons/bullet4.png) no-repeat 0 center; padding-left: 14px; margin: 15px 6px 10px;font: 12px "Oswald", "Trebuchet MS", Arial, sans-serif;color: #4b4b4b;text-transform: uppercase;}
ul.style3 li,
ul.style3 li a {color: #4b4b4b; font: 12px "Oswald", "Trebuchet MS", Arial, sans-serif;}
ul.style4 li {background: none; padding: 12px 0 0px 8px; margin: 12px 0 0 -5px;border-top: 1px solid #d3e2e4;font: 12px "Oswald", "Trebuchet MS", Arial, sans-serif;color: #4b4b4b;text-transform: uppercase;}
ul.style4 li,
ul.style4 li a {color: #4b4b4b; font: 12px "Oswald", "Trebuchet MS", Arial, sans-serif;}
ul.style5 li {background: none; padding: 16px 0 0 8px; margin: 16px 0 10px -5px;border-top: 1px solid #d3e2e4;color: #4b4b4b;}
ul.style5 li .header {color: #0095d4;}
ul.style5 li .header strong {color: #000;}
ul.style6 li {background: none; padding: 8px 0 13px; margin: 0;border-top: 1px solid #d3e2e4;font: 12px "Oswald", "Trebuchet MS", Arial, sans-serif;color: #4b4b4b;text-transform: uppercase;vertical-align: middle;}
ul.style6 li:first-child {border-top: 1px solid #d3e2e4;padding: 7px 0;margin-top: 6px;}
ul.style6 li:last-child {padding-bottom: 5px;}
ul.style6 li a {font: 12px "Oswald", "Trebuchet MS", Arial, sans-serif;color: #4b4b4b;text-transform: uppercase;vertical-align: 0;}
ul.style6 li strong {color: #0095d4;width: 60px;display: inline-block;line-height: 20px;}

/* OBJECTS AND IFRAMES */
iframe.map {background: #fff; padding: 8px; width: 100%; min-height: 400px;}
object {}

/* TABLES */
table {border-collapse: collapse;border-spacing: 0;}
table thead th {color: #000; padding: 4px 10px; border-bottom: 1px solid #dbe4e5;}
table tbody td {padding: 4px 10px;}
table.style1 {width: 100%}
table.style1 th {border: 1px solid #6b6b6b;}
table.style1 td {border: 1px solid #fff;}
table.style1 thead th {padding: 12px 18px; font: 13px "Oswald", Arial, sans-serif; text-transform: uppercase; color: #fff; background: #3a3a3a;  border: 1px solid #6b6b6b;}
table.style1 tbody td {padding: 14px 18px; text-shadow: 1px 1px rgba(255,255,255,0.5)}
table.style1 tr:nth-child(odd) {background: #f6f8f9;}
table.style1 tr:nth-child(even) {background: #ebf1f2;}
table.style1 tr:hover {background: #dbe4e5; cursor: pointer}

/* BREADCRUMBS */
.breadcrumbs {float: left;padding-left: 18px;margin: 0;}
.breadcrumbs li {float: left; background: url(../img/icons/bullet1.png) no-repeat 0 center; padding: 0 15px;line-height: 70px;list-style: none;}
.breadcrumbs li:first-child {background: none}
.breadcrumbs a,
.breadcrumbs span {font: 14px/70px "Oswald", "Trebuchet MS", Arial, Sans-Serif; color: #fff; text-transform: uppercase}

/* PAGINATION */
.pagination {background: #0095d4; width: 100%;height: auto; position: relative; margin: 5px 0 21px; clear: both;border-radius: 0;padding: 15px 20px;}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span,
.pagination &gt; li &gt; strong {font: 12px/28px "Oswald-Bold", "Trebuchet MS", Arial, sans-serif;display:inline-block;padding: 0 5px;text-align: center; background: #3AD;color: #fff;text-decoration: none;margin: 0 2px 2px 0;min-width: 32px;height: 28px;border: 0;border-radius: 0;text-transform: uppercase;}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {opacity: 0.9;background-color: #3AD;}
.pagination &gt; li.active &gt; a,
.pagination &gt; li.active &gt; span,
.pagination &gt; li.active &gt; a:hover,
.pagination &gt; li.active &gt; span:hover,
.pagination &gt; li.active &gt; a:focus,
.pagination &gt; li.active &gt; span:focus {background: #fff;border-radius: 0;color: #000;}
.pagination &gt; li.last &gt; a {background: url(../img/backgrounds.png) no-repeat 100% -310px;padding: 0 20px 0 10px;}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span,
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {border-radius: 0}

/* SIDEBAR */
.sidebar .title { background: url(../img/title.png) no-repeat right top; width: 100%; height: 64px; color: #FFF; text-align: left; line-height: 65px; padding-left: 30px; margin: 0;}
.sidebar .well p strong {color: #000}
.sidebar .block .blue {background: #0095d4;}
.sidebar .search form { width: 100%;}
.sidebar .search form .search_query { background: #057db1; box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, 0.3); border-radius: 5px; border: 0; border-bottom: 1px solid #75c6e8;  color: #fff; font: 12px/14px "Oswald-Light", "Trebuchet MS", Arial;   text-transform: uppercase;padding: 5px 30px 7px 10px;margin: 0;width: 100%;}
.sidebar .search form .search_button {width: 35px; height: 100%; position: absolute; z-index: 10; right: 0; top: 0;background: url(../img/icons/search.png) no-repeat center center;border: 0;}


/****************************************************************** FOOTER ******************************************************************/
#footer-wide {background: url(../img/bg-footer.jpg) repeat-x center 0 #060606; padding: 45px 0 20px;}
#footer [class*="box"] {margin-bottom: 30px;}
#footer [class*="box"]:first-child {margin-left: 0; padding-left: 0}
@media (min-width: 992px) {
    #footer [class*="box"] {width: 30%;background: url(../img/footer-separator.png) no-repeat 0 0; margin: 0 0 20px 45px; padding: 0 0 0 40px;}
}

#footer .header {color: #fff; font: 20px "Oswald-Light", "Trebuchet MS", Arial, Sans-Serif;text-transform: uppercase;margin: 0 0 12px;}
#footer [class*="box"] ul {margin: 0}
#footer [class*="box"] p,
#footer [class*="box"] li,
#footer [class*="box"] li a {color: #a5a5a5; line-height: 22px; }
#footer [class*="box"] li a {text-decoration: underline}
#footer [class*="box"] li {list-style: none;padding: 0 0 10px;}
#footer [class*="box"] li img {vertical-align: middle; margin-right: 14px;}
#footer [class*="box"] form {max-width: 270px;margin: 8px 0;}
#footer [class*="box"] input.query {background: url(../img/backgrounds.png) no-repeat; border: 0; height: 32px; width: 100%; color: #858585;font-size: 12px;padding-left: 12px;margin: 0;border-radius: 4px;}
#footer [class*="box"] input.button {text-indent: -9999px; position: absolute; top: 0; right: 0; width: 40px; height: 35px; z-index: 10;background: url(../img/backgrounds.png) no-repeat 100% 0;border-radius: 0 0 4px 4px;}

#footer .addthis_toolbox {margin: 10px 0 0;padding: 0;width: 100%;}
#footer .addthis_toolbox a {padding: 0 1px; cursor: pointer; float: left;}
#footer .addthis_toolbox a span {width: 32px !important;height: 32px !important; display: inline-block}
#footer .addthis_toolbox a span span {text-indent: -9999px; background-color: #313131 !important;border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;}
#footer .addthis_toolbox a:hover,
#footer .addthis_toolbox a:hover span,
#footer .addthis_toolbox a span:hover {opacity: 1 !important;}
#footer .addthis_toolbox a:hover span span {background-color: #0095d4 !important; border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;}
#footer .addthis_button_facebook span {background: url(../img/icons/social-icons.png) no-repeat 12px center !important;}
#footer .addthis_button_email span {background: url(../img/icons/social-icons.png) no-repeat -23px center !important;}
#footer .addthis_button_twitter span {background: url(../img/icons/social-icons.png) no-repeat -58px center !important;}
#footer .addthis_button_google_plusone_share span {background: url(../img/icons/social-icons.png) no-repeat -90px center !important;}
#footer .addthis_button_in span {background: url(../img/icons/social-icons.png) no-repeat -124px center !important;}
#footer .addthis_button_rss span {background: url(../img/icons/social-icons.png) no-repeat -158px center !important;}
#footer .addthis_button_compact span {background: url(../img/icons/social-icons.png) no-repeat -193px center !important;}</pre></body></html>