<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
#switcher,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline
}

html,
body {
    height: 100%;
}

html {}

body {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d3d3d;
    font-family: 'Open Sans Condensed';
    font-weight: 300;
    line-height: 1.2em;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h2 {
    font-size: 28px;
    margin-bottom: 13px;
}

h2 span {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    color: #838383;
    font-size: 12px;
    display: inline-block;
    text-transform: none;
    margin: 5px 0 0 10px;
}

h2 img {
    float: left;
    margin: 3px 10px 0 0;
}

.footer-widgets h2 {
    color: #f8f8f8;
    background: url(../images/aside-divider.gif) 0 bottom repeat-x;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

p {
    margin: 0 0 18px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

a {
    color: #00B0F0;
    text-decoration: underline;
    outline: 0;
}

a.nounder {
    text-decoration: none;
}

a.nounder:hover {
    text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: none;
}

p a,
p a:visited {
    line-height: inherit;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}


/*   Logo    */

#logo {
    color: #aaabab;
    /*	float:left;*/
    padding: 10px 0 0 0;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
}

#logo a {
    color: #00B0F0;
    text-decoration: none;
    font-size: 36px;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    display: block;
    overflow: hidden;
    line-height: 1.2em;
}

#logo a span {
    font-weight: 300;
    color: #5d5d5d;
}

#logo span.tagline {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: -5px;
    color: #989898;
}

h2.slogan {
    font-family: 'Open Sans Condensed';
    color: #3d3d3d;
    font-size: 28px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

h2.slogan span {
    color: #00B0F0;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    font-size: 28px;
    line-height: 1.2em;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    display: inline;
}

.address {
    background: url(../images/mail.png) 0 3px no-repeat;
    padding-left: 62px;
    margin-bottom: 27px;
}

.contacts {
    background: url(../images/phone-big.png) 0 3px no-repeat;
    padding-left: 62px;
}

header {
    border-top: #00B0F0 3px solid;
    border-bottom: #00B0F0 3px solid;
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    background: url(../images/bac4.png) top repeat-x #FFFFFF;
    text-align: center;
}

.header-inner {
    /*	border-top:#e8e8e8 17px solid;*/
    margin-top: 10px;
}


/* Phone */

nav#menu {
    margin: 22px 0 0 0;
    /*	float:right;*/
    text-align: center;
}

nav#menu ul {
    list-style: none;
    display: inline-block;
}

nav#menu&gt;ul&gt;li {
    margin-bottom: 0;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    font-family: 'Open Sans';
    margin-left: 38px;
}

nav#menu&gt;ul&gt;li:first-child {
    margin-left: 0;
}

nav#menu&gt;ul&gt;li&gt;a {
    color: #5d5d5d;
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 300;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: uppercase;
}

nav#menu li a span {
    font-style: italic;
    display: block;
    text-align: center;
    text-transform: lowercase;
    color: #838383;
    text-shadow: none;
    font-weight: normal;
}

nav#menu&gt;ul&gt;li&gt;a:hover,
nav#menu&gt;ul&gt;li.current&gt;a {
    color: #00B0F0;
}


/*HOVER*/

nav#menu li a:hover,
nav#menu li.current a {}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 174px;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: -70%;
    top: 68px;
    /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

.sf-menu ul {
    background: #00B0F0;
    padding: 3px 0;
}

.sf-menu .corner {
    width: 10px;
    height: 8px;
    background: url(../images/submenu-corner.png) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -8px;
    display: block;
}

.sf-menu ul li {
    padding: 0 3px;
}

.sf-menu ul li a {
    display: block;
    width: 158px;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
    text-shadow: 1px 1px 1px #bb0000;
    padding: 13px 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -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;
}

.sf-menu&gt;li&gt;ul&gt;li&gt;a:hover,
.sf-menu&gt;li.sfHover&gt;ul&gt;li&gt;a .sf-menu&gt;li&gt;ul&gt;li&gt;a.current {
    background: #fff;
    text-shadow: 1px 1px 1px #fff;
    color: #00B0F0;
}

.mobile_nav {
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.mobile_menu {
    display: none
}

.info {
    font-family: 'Open Sans';
    color: #3d3d3d;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 40px 22px 27px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url(../images/info-bg.png) 0 0 repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    width: 354px;
}

.info-title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2em;
    color: #3c3c3c;
    text-transform: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.info-button,
#sign-up input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 18px;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    background-image: url(../images/info-marker.gif);
    background-color: #00B0F0;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border: none;
    -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;
}

.info-button:hover,
#sign-up input[type="submit"]:hover {
    background-color: #3c3c3c;
    cursor: pointer;
}

section#content {
    padding-bottom: 50px;
    /*border-bottom:#e8e8e8 17px solid;*/
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cff6f7+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cff6f7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cff6f7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #cff6f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #cff6f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #cff6f7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #cff6f7 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cff6f7', GradientType=0);
    /* IE6-9 */
}

.divider0 {
    background: url(../images/divider-bg.gif) 0 0 repeat-x;
    height: 3px;
    margin: 0px 0 15px 0;
}

.divider {
    background: url(../images/divider-bg.gif) 0 0 repeat-x;
    height: 3px;
    margin: 42px 0;
}

.divider1 {
    height: 1px;
    background: #e8e8e8;
    margin: 10px 0 30px 0;
}

.dividerup {
    background: url(../images/divider-bg.gif) 0 0 repeat-x;
    height: 3px;
    margin: 42px 0 0 0;
}

.dividerdown {
    background: url(../images/divider-bg.gif) 0 0 repeat-x;
    height: 3px;
    margin: 0 0 42px 0;
}

.sign-up {
    background: #fff;
    padding: 30px 48px 30px 28px;
    margin-bottom: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.sign-up .left {
    float: left;
    width: 445px;
    margin-right: 46px;
}

.sign-up .right {
    float: left;
    width: 367px;
}

#sign-up input[type="text"] {
    padding: 12px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2em;
    color: #838383;
    font-style: italic;
    background: #efefef;
    border: #dadada 1px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
}

#search-form {
    width: 204px;
    position: relative;
    overflow: hidden;
    padding-right: 14px;
    float: right;
    margin-top: -5px;
}

#search-form input[type="text"] {
    padding: 12px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2em;
    color: #838383;
    font-style: italic;
    background: #efefef;
    border: #dadada 1px solid;
    border-right: none;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    width: 100%;
}

#search-form input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    background-image: url(../images/link-marker.gif);
    background-color: #00B0F0;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border: none;
    -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;
}

#search-form input[type="submit"]:hover {
    background-color: #3c3c3c;
    cursor: pointer;
}

.comment-form-container {
    margin-top: 25px;
}

.comment-form-container h2 {
    margin-bottom: 20px;
}

#comment-form,
#contact-form {
    position: relative;
    /*overflow: hidden;*/
}

#contact-form {
    margin-top: 10px;
}

#contact-form .request {
    padding: 0 0 10px 0;
    font-weight: bold;
    font-style: italic;
    color: #00B0F0;
    display: none;
}

#comment-form label,
#contact-form label {
    display: block;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 25px;
    position: relative;
}

#comment-form label span,
#contact-form label span {
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
}

#comment-form input[type="text"],
#contact-form input[type="text"] {
    padding: 12px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2em;
    color: #232323;
    font-style: italic;
    background: #efefef;
    border: #dadada 1px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 95%;
    margin-top: 5px;
    position: relative;
}

#comment-form textarea,
#contact-form textarea {
    padding: 12px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2em;
    color: #232323;
    font-style: italic;
    background: #efefef;
    border: #dadada 1px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 95%;
    margin-top: 5px;
    height: 146px;
}


/*-------------------------------*/

.footer-widgets {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c3c+0,557f0f+100 */
    background: #3c3c3c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3c3c3c 0%, #557f0f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #557f0f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #557f0f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3c3c3c 0%, #557f0f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3c3c3c 0%, #557f0f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3c3c3c 0%, #557f0f 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#557f0f', GradientType=0);
    /* IE6-9 */
    border-top: #00B0F0 3px solid;
    border-bottom: #00B0F0 3px solid;
    padding: 23px 0 47px 0;
    color: #f8f8f8;
}

.social-list {
    margin-left: -10px;
    margin-top: -10px;
}

.social-list li {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.social-list li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
}

.social-list li a:hover {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.recent-posts {}

.recent-posts li {
    margin-top: 20px;
}

.sidebar .recent-posts li {}

.recent-posts li:first-child {
    margin-top: 0;
}

.recent-posts li a.thumb {
    float: left;
    border-color: #545454;
    border-width: 3px;
    border-style: solid;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}

.sidebar .recent-posts li a.thumb {
    border-color: #dadada;
    border-width: 1px;
}

.recent-posts li img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.sidebar .recent-posts li img {
    width: 62px;
    height: 62px;
}

.recent-posts li a.thumb:hover {
    border-color: #00B0F0;
}

.recent-posts li .date {
    font-style: italic;
    display: block;
    padding: 5px 0;
}

.sidebar .recent-posts li .date {
    font-style: italic;
    color: #838383;
    font-size: 12px;
}

.recent-posts li a.comments-count {
    display: inline-block;
    background: url(../images/comment-count-bg.png) 0 2px no-repeat;
    padding-left: 20px;
    font-style: italic;
    text-decoration: none;
    color: #f8f8f8;
}

.sidebar .recent-posts li a.comments-count {
    background: url(../images/sb-comments-count-bg.png) 0 3px no-repeat;
    color: #838383;
    font-size: 12px;
}

.recent-posts li a.comments-count:hover {
    text-decoration: underline;
}

.butt {
    display: inline-block;
    text-decoration: none;
    color: #3c3c3c;
    background: #efefef;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 12px 33px 12px 23px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -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;
}

.butt span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    background-image: url(../images/link-marker.gif);
    background-color: #00B0F0;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border: none;
}

.butt:hover {
    padding-right: 43px;
    margin-right: -10px;
}

.butt1 {
    display: inline-block;
    text-decoration: none;
    color: #f3f3f3;
    background: #3c3c3c;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 12px 33px 12px 23px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -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;
}

.butt1 span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    background-image: url(../images/link-marker.gif);
    background-color: #00B0F0;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border: none;
}

.butt1:hover {
    padding-right: 43px;
    margin-right: -10px;
}

.aside-list {}

.aside-list li {
    margin-top: 15px;
    background: url(../images/link-marker.gif) 0 6px no-repeat;
    padding-left: 13px;
}

.aside-list li:first-child {
    margin-top: 0;
}

.aside-list li a {
    color: #f8f8f8;
    text-decoration: none;
}

.aside-list li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    color: #3d3d3d;
    padding: 25px 0;
}

.footer-bottom a {
    color: #3d3d3d;
}

.top45 {
    padding-top: 45px;
}

.top40 {
    padding-top: 40px;
}

.top30 {
    padding-top: 30px;
}

.top25 {
    padding-top: 25px;
}

.portfolio_cont {}

.portfolio .columns {
    margin-bottom: 45px;
}

.portfolio .column {
    margin-bottom: 45px;
}

#filter {}

#filter li {
    float: right;
    margin-left: 1px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.2em;
}

#filter li a {
    text-decoration: none;
    color: #3d3d3d;
    display: inline-block;
    padding: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -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 li a.selected,
#filter li a:hover {
    text-decoration: none;
    color: #fff;
    background: #00B0F0;
}


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/*===============================*/

.portfolio-page-title {
    float: left;
}

.preloader {
    background: url(../images/preload_img.gif) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.img-container {
    border-color: #dadada;
    border-width: 3px;
    border-style: solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    -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;
}

.img-container:hover {
    border-color: #00B0F0;
}

.img-bottom-indent {
    margin-bottom: 15px;
}

.portfolio-title {
    text-transform: none;
    color: #3d3d3d;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

a[rel^='prettyPhoto'] {
    display: block;
    position: relative;
    z-index: 99;
}

.zoom {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.paged {
    display: inline-block;
    background: url(../images/pager-bg.gif) 0 0 no-repeat;
    padding: 0 11px 0 11px;
    font-weight: bold;
}

.pager {}

.pager li {
    float: left;
    background: url(../images/pager-bg.gif) 0 0 no-repeat;
    padding: 0 8px 0 10px;
    font-weight: bold;
}

.pager li:first-child {
    background: none;
    padding-left: 0;
}

.pager li a {
    text-decoration: none;
    color: #545454;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pager li a:hover {
    color: #00B0F0;
}

.blog-content {}

.post {
    border-top: #e8e8e8 1px solid;
    padding-top: 30px;
    margin-top: 45px;
}

.post:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.post-meta a {
    color: #00B0F0;
    text-decoration: none;
}

.post-meta a:hover {
    text-decoration: underline;
}

.read-more {
    display: inline-block;
    text-decoration: none;
    color: #3d3d3d;
    background: url(../images/read-more-marker.gif) right 8px no-repeat;
    padding-right: 13px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.read-more:hover {
    background: url(../images/read-more-marker-hover.gif) right 8px no-repeat;
    color: #00B0F0;
}

.post-meta {
    font-style: italic;
    margin-bottom: 15px;
}

.post h2 {
    margin-bottom: 5px;
}

.quote {
    background: url(../images/quote.png) 1px 20px no-repeat;
    border-top: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 1px solid;
    padding: 16px 0 17px 70px;
    font-style: italic;
}

.sidebar {}

.widget {
    margin-top: 40px;
}

.widget:first-child {
    margin-top: 0;
}

.widget h2 {
    background: url(../images/divider-bg.gif) 0 bottom repeat-x;
    padding-bottom: 5px;
}

.widget-list {}

.widget-list li {
    margin-top: 20px;
}

.widget-list li:first-child {
    margin-top: 0;
}

.widget-list li a {
    display: inline-block;
    background: url(../images/widget-marker.gif) 0 6px no-repeat;
    text-decoration: none;
    color: #3d3d3d;
    padding-left: 13px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.widget-list li a:hover {
    color: #00B0F0;
    background: url(../images/widget-marker-hover.gif) 0 6px no-repeat;
}

#flickr {
    overflow: hidden;
    margin: -9px 0 0 -9px;
}

#flickr li {
    float: left;
    margin: 9px 0 0 9px;
}

#flickr li a {
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
}

#flickr li a:hover {
    border-color: #00B0F0;
}

.tweet-container {}

.tweet {
    margin-top: 20px;
}

.tweet:first-child {
    margin-top: 0px;
}

.tweet .date {
    font-style: italic;
    font-size: 12px;
    padding: 8px 0 0 0;
}

.tweet a {
    color: #00B0F0;
    text-decoration: none;
}

.tweet a:hover {
    text-decoration: underline;
}

.comments {
    padding-top: 15px;
    background: url(../images/divider-bg.gif) 0 bottom repeat-x;
    padding-bottom: 50px;
}

.comments h2 {
    margin-bottom: 20px;
}

.comments-list {
    padding-bottom: 4px;
    border-bottom: #e8e8e8 1px solid;
}

.comments-list li {
    margin-top: 4px;
    border-top: #e8e8e8 1px solid;
    padding-top: 20px;
    padding-bottom: 15px;
}

.comments-list&gt;li:first-child {
    margin-top: 0;
}

.comments-list li img {
    float: left;
    margin: 2px 18px 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
}

.comments-list li .comment-author {
    display: block;
    font-weight: bold;
    color: #3d3d3d;
    font-size: 16px;
    margin-bottom: 3px;
}

.comments-list li .comment-date {
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comments-list li a.reply {
    display: inline-block;
    margin-right: 12px;
    margin-top: 5px;
    color: #00B0F0;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
}

.comments-list li a.reply:hover {
    text-decoration: underline;
}

.comments-list ul li {
    padding: 4px 0 0 0;
}

.comments-list ul li .comment-inner {
    background: #e8e8e8;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.comments-list ul li .comment-text {
    padding-right: 30px;
}

.extr {
    overflow: hidden;
}

#map {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 45px;
}

.add-info-title {
    font-size: 16px;
    display: block;
    margin-bottom: 22px;
}

#hero {
    text-align: center;
}

#hero img {
    width: 100%;
    height: auto;
}

#hero .slogan {
    margin-top: 30px;
}

#bollismo {
    background-image: url(../images/bollismo.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

#bollismo .one-third.column {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    margin-bottom: 30px;
}

#bollismo .bolle {
    padding: 20px;
    font-size: 16px;
    min-height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
}

#bollismo h1 {
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 2px 2px #00B0F0;
}

section.homecontent {
    padding-bottom: 0 !important;
}

#hero table {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
    background: rgb(240, 249, 255);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 20px;
    color: #4b4b4b;
    font-weight: bold;
    max-width: 460px;
    display: inline-block;
}

#hero table td {
    padding: 5px 15px;
}

#hero table tr:first-child td {
    padding-top: 15px;
}

#hero table tr:last-child td {
    padding-bottom: 15px;
}

#hero table tr:nth-child(even) td {
    color: #00B0F0;
}

#listini a {
    text-decoration: none;
}

#listini a:hover {
    text-decoration: underline;
}

@media only screen and (min-width:768px) and (max-width:959px) {
    nav#menu &gt; ul &gt; li &gt; a {
        font-size: 11.5px;
    }
}

/*CORREZIONE VALIDAZIONE*/
div [class*=formError] {
    margin-left: -100px;
}

.formError .formErrorContent {
    width: auto;
}

/*PRIVACY*/

.privacy {
    text-align: justify;
    padding-top: 40px;
}

.privacy table {
    width: 100%;
    border: 2px solid gray;
    border-collapse: separate;
    border-spacing: 0;
}

.privacy th,
.privacy td {
    padding-left: 15px;
    padding-right: 15px;
}

.privacy th,
.privacy td {
    border: 1px solid gray;
}

.privacy h3 {
    font-size: 26px;
}

.privacy h4 {
    font-size: 20px;
}

@media only screen and (max-width:479px) {
    .privacy table {
        font-size: 9px;
    }
}</pre></body></html>