address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
#access a,
blockquote cite,
h6 {
    text-transform: uppercase;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -webkit-text-size-adjust: none;
}
:focus {
    outline: 0;
}
ol,
ul {
    list-style: none;
    margin: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a img {
    border: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
body,
input,
textarea {
    color: #777;
    font: 13px 'PT Sans',sans-serif;
    line-height: 20px;
    word-wrap: break-word;
}
blockquote,
cite,
em,
i {
    font-style: italic;
}
body {
    background: url("images/body-bg.png") #ececec;
}
.wrapper {
    max-width: 1038px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    overflow: visible;
}
blockquote,
code,
kbd,
pre {
    background-color: #F9F9F9;
}
.container {
    margin: 0 auto;
    max-width: 978px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: Philosopher,sans-serif;
    color: #555;
}
h1 {
    font-size: 30px;
    line-height: 36px;
}
h2 {
    font-size: 28px;
    line-height: 35px;
}
h3 {
    font-size: 26px;
    line-height: 32px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}
h5 {
    font-size: 22px;
    line-height: 28px;
}
h6 {
    font-size: 19px;
    line-height: 25px;
}
.no-margin-top {
    margin-top: 0!important;
}
.no-margin-bottom {
    margin-bottom: 0!important;
}
.no-margin-left {
    margin-left: 0!important;
}
.no-margin-right {
    margin-right: 0!important;
}
.no-padding-top {
    padding-top: 0!important;
}
.no-padding-bottom {
    padding-bottom: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
.no-padding-right {
    padding-right: 0!important;
}
blockquote,
pre {
    padding: 20px;
    margin-bottom: 20px;
}
.no-border-top {
    border-top: 0 none!important;
}
.no-border-bottom {
    border-bottom: 0 none!important;
}
.no-border-left {
    border-left: 0 none!important;
}
.no-border-right {
    border-right: 0 none!important;
}
hr {
    border-color: #eaeaea;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 0 0 40px;
}
p {
    margin-bottom: 15px;
}
strong {
    font-weight: 700;
}
pre {
    overflow: auto;
}
code,
kbd,
pre {
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 14px;
    line-height: 19px;
}
abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
}
sub,
sup {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
blockquote {
    font-weight: 400;
    border-left: 4px solid #05a9c5;
}
blockquote p {
    margin: 0;
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.breadcrumb {
    float: right;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb,
.breadcrumb a:hover {
    color: #666;
}
input,
textarea {
    -webkit-border-radius: 0;
}
input[type=email],
input[type=password],
input[type=search],
input[type=text],
textarea {
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
}
input[type=email],
input[type=password],
input[type=text],
textarea {
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 100%;
    margin: 0 0 30px;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
textarea:focus {
    border: 1px solid #ccc;
}
input.s {
    background: url("images/search.png") right 6px no-repeat #fff;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: width,background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: width,background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 0.4s;
    -o-transition-property: width,background;
    -o-transition-timing-function: ease;
    width: 0;
    padding: 3px 33px 3px 0;
    height: 22px;
    color: #bbb;
    font-style: italic;
    margin: 0;
    border-color: transparent;
    cursor: pointer;
    text-indent: 25px;
}
input.s:focus {
    width: 100px;
    padding-left: 10px;
    border-color: #eaeaea;
    text-indent: 0;
}
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid #0596AF;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    margin-bottom: 30px;
    padding: 0 25px;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    cursor: pointer;
    background: #06B8D7;
    background: -webkit-linear-gradient(#06B8D7,#05aac6);
    background: -moz-linear-gradient(#06B8D7,#05aac6);
    background: -ms-linear-gradient(#06B8D7,#05aac6);
    background: -o-linear-gradient(#06B8D7,#05aac6);
    background: -webkit-gradient(#06B8D7,#05aac6);
    background: linear-gradient(#06B8D7,#05aac6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
img,
img.size-full,
img.size-large {
    max-width: 100%;
    height: auto;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: -webkit-linear-gradient(#06C0E1,#05aac6);
    background: -moz-linear-gradient(#06C0E1,#05aac6);
    background: -ms-linear-gradient(#06C0E1,#05aac6);
    background: -o-linear-gradient(#06C0E1,#05aac6);
    background: -webkit-gradient(#06C0E1,#05aac6);
    background: linear-gradient(#06C0E1,#05aac6);
}
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
a {
    color: #05a9c5;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
figure {
    margin: 0;
    text-align: center;
}
img {
    vertical-align: top;
}
.comment-content img,
.entry-content img,
.widget img {
    max-width: 100%;
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 1.625em;
}
img#wpstats {
    display: none;
}
.assistive-text {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto!important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clearfix-third {
    clear: both;
}
a.readmore {
    border: 1px solid #0596AF;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 8px 2px;
    float: right;
    background: #06B8D7;
    background: -webkit-linear-gradient(#06B8D7,#05aac6);
    background: -moz-linear-gradient(#06B8D7,#05aac6);
    background: -ms-linear-gradient(#06B8D7,#05aac6);
    background: -o-linear-gradient(#06B8D7,#05aac6);
    background: -webkit-gradient(#06B8D7,#05aac6);
    background: linear-gradient(#06B8D7,#05aac6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
#access,
#access ul li ul li {
    border-bottom: 1px solid #EAEAEA;
}
a.readmore:hover {
    background: -webkit-linear-gradient(#06C0E1,#05aac6);
    background: -moz-linear-gradient(#06C0E1,#05aac6);
    background: -ms-linear-gradient(#06C0E1,#05aac6);
    background: -o-linear-gradient(#06C0E1,#05aac6);
    background: -webkit-gradient(#06C0E1,#05aac6);
    background: linear-gradient(#06C0E1,#05aac6);
}
a.readmore:active {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}
a.more-link:hover {
    text-decoration: underline;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}
.aligncenter,
.back-to-top a,
.hgroup-wrap a {
    display: block;
}
.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.back-to-top a {
    width: 35px;
    height: 50px;
    /*background-image: url("images/back-to-top.png");*/
}
#branding {
    margin-top: 30px;
}
.hgroup-wrap {
    padding-top: 20px;
    padding-bottom: 51px;
}
#site-logo {
    float: left;
    margin-top: 32px;
}
#site-title {
    font: 36px Philosopher,sans-serif;
    line-height: 42px;
}
#site-title a {
    color: #555;
}
#site-title a img {
    vertical-align: inherit;
    max-width: 978px;
}
#site-title a span,
#site-title a:active,
#site-title a:focus,
#site-title a:hover {
    color: #05a9c5;
}
#site-description {
    font: 13px 'PT Sans',sans-serif;
    line-height: 20px;
    color: #777;
}
.hgroup-right {
    float: right;
    margin-top: 38px;
}
.social-profiles {
    float: left;
}
.social-profiles ul {
    margin: -10px 0 0;
    float: right;
}
.social-profiles ul li {
    margin-top: 10px;
    float: left;
}
.social-profiles ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background-image: url("images/social-icons.png");
    background-position: right bottom;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#access li.default-menu,
#access select,
li.default-menu {
    display: none;
}
.social-profiles ul li.facebook a {
    background-position: 0 0;
}
.social-profiles ul li.facebook a:hover {
    background-position: 0 -40px;
}
.social-profiles ul li.twitter a {
    background-position: -40px 0;
}
.social-profiles ul li.twitter a:hover {
    background-position: -40px -40px;
}
.social-profiles ul li.google-plus a {
    background-position: -80px 0;
}
.social-profiles ul li.google-plus a:hover {
    background-position: -80px -40px;
}
.social-profiles ul li.pinterest a {
    background-position: -120px 0;
}
.social-profiles ul li.pinterest a:hover {
    background-position: -120px -40px;
}
.social-profiles ul li.linkedin a {
    background-position: -160px 0;
}
.social-profiles ul li.linkedin a:hover {
    background-position: -160px -40px;
}
.social-profiles ul li.tumblr a {
    background-position: -200px 0;
}
.social-profiles ul li.tumblr a:hover {
    background-position: -200px -40px;
}
.social-profiles ul li.vimeo a {
    background-position: -240px 0;
}
.social-profiles ul li.vimeo a:hover {
    background-position: -240px -40px;
}
.social-profiles ul li.my-space a {
    background-position: -280px 0;
}
.social-profiles ul li.my-space a:hover {
    background-position: -280px -40px;
}
.social-profiles ul li.flickr a {
    background-position: -320px 0;
}
.social-profiles ul li.flickr a:hover {
    background-position: -320px -40px;
}
.social-profiles ul li.you-tube a {
    background-position: -360px 0;
}
.social-profiles ul li.you-tube a:hover {
    background-position: -360px -40px;
}
.social-profiles ul li.rss a {
    background-position: -400px 0;
}
.social-profiles ul li.rss a:hover {
    background-position: -400px -40px;
}
.social-profiles ul li.dribbble a {
    background-position: -440px 0;
}
.social-profiles ul li.dribbble a:hover {
    background-position: -440px -40px;
}
.social-profiles ul li.wordpress a {
    background-position: -480px 0;
}
.social-profiles ul li.wordpress a:hover {
    background-position: -480px -40px;
}
.social-profiles ul li.deviantart a {
    background-position: -520px 0;
}
.social-profiles ul li.deviantart a:hover {
    background-position: -520px -40px;
}
.social-profiles ul li.aim a {
    background-position: -560px 0;
}
.social-profiles ul li.aim a:hover {
    background-position: -560px -40px;
}
.social-profiles ul li.github a {
    background-position: -600px 0;
}
.social-profiles ul li.github a:hover {
    background-position: -600px -40px;
}
.social-profiles ul li.blogger a {
    background-position: -640px 0;
}
.social-profiles ul li.blogger a:hover {
    background-position: -640px -40px;
}
.social-profiles ul li.stumbleupon a {
    background-position: -680px 0;
}
.social-profiles ul li.stumbleupon a:hover {
    background-position: -680px -40px;
}
.social-profiles ul li.skype a {
    background-position: -720px 0;
}
.social-profiles ul li.skype a:hover {
    background-position: -720px -40px;
}
.social-profiles ul li.foursquare a {
    background-position: -760px 0;
}
.social-profiles ul li.foursquare a:hover {
    background-position: -760px -40px;
}
.social-profiles ul li.picasa a {
    background-position: -800px 0;
}
.social-profiles ul li.picasa a:hover {
    background-position: -800px -40px;
}
.social-profiles ul li.path a {
    background-position: -840px 0;
}
.social-profiles ul li.path a:hover {
    background-position: -840px -40px;
}
.social-profiles ul li.slideshare a {
    background-position: -880px 0;
}
.social-profiles ul li.slideshare a:hover {
    background-position: -880px -40px;
}
.social-profiles ul li.paypal a {
    background-position: -920px 0;
}
.social-profiles ul li.paypal a:hover {
    background-position: -920px -40px;
}
.social-profiles ul li.delicious a {
    background-position: -960px 0;
}
.social-profiles ul li.delicious a:hover {
    background-position: -960px -40px;
}
.social-profiles ul li.lastfm a {
    background-position: -1000px 0;
}
.social-profiles ul li.lastfm a:hover {
    background-position: -1000px -40px;
}
.social-profiles ul li.behance a {
    background-position: -1040px 0;
}
.social-profiles ul li.behance a:hover {
    background-position: -1040px -40px;
}
.social-profiles ul li.netvibes a {
    background-position: -1080px 0;
}
.social-profiles ul li.netvibes a:hover {
    background-position: -1080px -40px;
}
.social-profiles ul li.digg a {
    background-position: -1120px 0;
}
.social-profiles ul li.digg a:hover {
    background-position: -1120px -40px;
}
.social-profiles ul li.reddit a {
    background-position: -1160px 0;
}
.social-profiles ul li.reddit a:hover {
    background-position: -1160px -40px;
}
.social-profiles ul li.mail a {
    background-position: -1200px 0;
}
.social-profiles ul li.mail a:hover {
    background-position: -1200px -40px;
}
.social-profiles ul li.instagram a {
    background-position: -1240px 0;
}
.social-profiles ul li.instagram a:hover {
    background-position: -1240px -40px;
}
.header-image {
    width: 100%;
    height: auto;
}
#access {
    border-top: 1px solid #EAEAEA;
}
#access li {
    float: left;
    position: relative;
    padding: 0 20px 0 0;
}
#access a,
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
    display: block;
}
#access a {
    color: #777;
    float: left;
    font-size: 14px;
    padding: 16px 0 0;
    height: 39px;
}
#access a:hover,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
    color: #05A9C5;
}
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 9999;
}
#access ul li ul {
    position: absolute;
    background-color: #fff;
    border-top: 4px solid #05A9C5;
    top: 55px;
    left: 0;
    width: 190px;
}
#access ul li ul li {
    float: none;
    padding: 0;
}
#access ul li ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current-menu-item ul li a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current_page_item ul li a {
    float: none;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    padding: 6px 10px;
    color: #777;
    text-transform: capitalize;
}
#access ul li ul li a:hover,
#access ul li ul li:hover > a,
#access ul li.current-menu-item ul li a:hover {
    background-color: #F9F9F9;
    color: #05A9C5;
}
#access ul li ul li ul {
    left: 190px;
    top: -4px;
}
.slogan-wrap {
    font-family: Philosopher,sans-serif;
    background-color: #05a9c5;
    padding: 24px 0;
    margin-bottom: 4px;
}
.slogan-wrap .slogan {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    width: 80%;
    float: left;
}
.slogan-wrap .slogan span {
    font: 13px 'PT Sans',sans-serif;
    line-height: 20px;
    display: block;
    padding-top: 5px;
}
.slogan-wrap .view-work {
    color: #494949;
    font-size: 18px;
    float: right;
    display: block;
    border: 2px solid #fff;
    text-align: center;
    height: 28px;
    padding: 8px 15px 0;
    margin-top: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #b5e6ee;
    background: -webkit-linear-gradient(#d0eef4,#b5e6ee);
    background: -moz-linear-gradient(#d0eef4,#b5e6ee);
    background: -ms-linear-gradient(#d0eef4,#b5e6ee);
    background: -o-linear-gradient(#d0eef4,#b5e6ee);
    background: -webkit-gradient(#d0eef4,#b5e6ee);
    background: linear-gradient(#d0eef4,#b5e6ee);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    text-shadow: 0 1px 0 rgba(251,251,251,.7);
}
.slogan-wrap .view-work:hover {
    background: -webkit-linear-gradient(#E3F5F9,#b5e6ee);
    background: -moz-linear-gradient(#E3F5F9,#b5e6ee);
    background: -ms-linear-gradient(#E3F5F9,#b5e6ee);
    background: -o-linear-gradient(#E3F5F9,#b5e6ee);
    background: -webkit-gradient(#E3F5F9,#b5e6ee);
    background: linear-gradient(#E3F5F9,#b5e6ee);
}
.slogan-wrap .view-work:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.featured-slider,
.featured-slider .slider-cycle {
    position: relative;
    margin-top: -1px;
    margin-bottom: 4px;
}
.featured-slider .displayblock {
    display: block;
}
.featured-slider .displaynone {
    display: none;
}
.featured-text {
    position: absolute;
    bottom: 55px;
    right: 30px;
    text-align: right;
    color: #fff;
}
.featured-text .featured-title {
    font: 24px Philosopher,sans-serif;
    line-height: 30px;
    padding: 10px 20px;
    background: #05A9C5;
    background: rgba(5,169,197,.9);
    float: right;
    max-width: 525px;
}
.featured-text .featured-title a {
    color: #fff;
}
.featured-text .featured-content {
    padding: 20px;
    background: #555;
    background: rgba(85,85,85,.9);
    margin-top: 4px;
    float: right;
    clear: right;
    max-width: 355px;
}
#controllers {
    text-align: center;
    line-height: 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 9999;
}
#controllers a {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}
#controllers a.active,
#controllers a:hover {
    background-color: #05A9C5;
    color: #05A9C5;
}
#branding .searchform {
    float: right;
}
#main {
    padding: 50px 0 10px;
}
#main form input,
#main form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    padding-bottom: 9px;
}
#content ul {
    list-style-type: disc;
}
#content ol,
#content ul {
    margin: 0 0 20px 30px;
}
#content ol a,
#content ul a {
    color: #777;
}
#content ol a:hover,
#content ul a:hover {
    text-decoration: none;
    color: #05A9C5;
}
.entry-title,
.entry-title a,
.page-title,
.page-title a {
    color: #555;
}
#content ol {
    list-style-type: decimal;
}
#content ol ol {
    list-style: upper-alpha;
}
#content ol ol ol {
    list-style: lower-roman;
}
#content ol ol ol ol {
    list-style: lower-alpha;
}
#content ol ol,
#content ol ul,
#content ul ol,
#content ul ul {
    margin-bottom: 0;
}
.service-item {
    padding-bottom: 15px;
}
.service-item .service-icon {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: rgba(0,0,0,.6);
    float: left;
    display: block;
    margin-right: 20px;
    text-align: center;
}
.service-item .service-icon img {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#content .service-item .service-title {
    font-size: 20px;
    line-height: 25px;
    color: #555;
    display: block;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 0;
}
.sticky {
    background-color: #E6E6E6;
    padding: 20px;
}
#primary {
    float: left;
    margin-left: 3.06%;
}
#content .post {
    padding-top: 10px;
    padding-bottom: 40px;
    border-top: 1px solid #eaeaea;
}
.page-title-wrap {
    background-color: #F9F9F9;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0;
}
.page-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    float: left;
    padding-top: 2px;
}
.entry-title {
    font: 24px Philosopher,sans-serif;
    line-height: 30px;
}
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover {
    color: #05A9C5;
}
.entry-meta-bar {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 7px 0;
    clear: both;
}
.entry-meta {
    width: 84.89%;
    float: left;
    padding-top: 2px;
}
.entry-meta a {
    color: #555;
}
.entry-meta a:hover {
    color: #05A9C5;
}
.entry-meta span {
    padding: 0 5px;
    display: inline-block;
}
.column a,
.post-featured-image a {
    display: block;
}
.tags {
    margin-bottom: 50px;
}
.tags a {
    color: #888;
    padding: 0 0 0 10px;
}
.tags a:hover {
    color: #05A9C5;
}
.post-featured-image {
    margin-bottom: 30px;
    max-width: 700px;
}
.comment-content dt,
.entry-content dt {
    font-weight: 700;
}
.comment-content dd,
.entry-content dd {
    margin-bottom: 20px;
}
.entry-content {
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
}
.comment-content table,
.entry-content table {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    width: 100%;
}
.comment-content th,
.entry-content th {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
.comment-content td,
.entry-content td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
}
.column {
    margin-left: -3.06%;
}
.column a {
    margin-bottom: 10px;
}
.one-fourth,
.one-half,
.one-third {
    float: left;
    margin: 0 0 0 2.97%;
    padding-bottom: 20px;
}
.one-half {
    width: 47.03%;
}
.one-fourth {
    width: 22.02%;
}
#secondary {
    float: left;
    margin-left: 3.06%;
    width: 31.28%;
}
.left-sidebar-template #primary {
    float: right;
}
@media screen and (max-width:1080px) {
    .left-sidebar-template #primary {
        float: none;
    }
}
.left-sidebar-template #secondary {
    float: left;
}
.one-column-template .wrapper {
    width: 708px;
}
.one-column-template .container {
    width: 668px;
}
.custom-gallery #main {
    padding-bottom: 20px;
}
#content .gal-filter {
    list-style: none;
    margin-left: 0;
}
#content .gal-filter li {
    display: inline-block;
    padding: 0 8px;
}
#content .gal-filter li.active a {
    color: #05A9C5;
}
.custom-gallery #main .column {
    margin-left: -30px;
}
.custom-gallery #main .one-fourth,
.custom-gallery #main .one-half,
.custom-gallery #main .one-third {
    margin-left: 30px;
}
.custom-gallery #main .one-half {
    width: 474px;
}
.custom-gallery #main .one-third {
    width: 306px;
}
.custom-gallery #main .one-fourth {
    width: 222px;
}
#content .custom-gallery-title,
.custom-gallery-title a {
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    color: #555;
    padding-bottom: 0;
}
.custom-gallery-title a:hover {
    color: #05A9C5;
}
.comments-area article header a,
.comments-area article header time {
    color: #5e5e5e;
    text-decoration: none;
}
.blog-medium .post-featured-image {
    width: 34.57%;
    float: left;
    margin-right: 4.67%;
}
.blog-medium .entry-content {
    padding-bottom: 0;
}
.map-location {
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 26px;
    padding: 5px;
}
.contact #primary .form label {
    display: block;
    padding-bottom: 5px;
}
.wpcf7 p {
    margin-bottom: 0;
}
.single .entry-meta {
    float: none;
    width: 100%;
}
.single .entry-meta-bar {
    padding-bottom: 10px;
}
.single #content .post {
    border-top: 0 none;
    padding-top: 0;
}
.wide-layout .wrapper {
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0 0 #ddd;
    -moz-box-shadow: 0 0 0 #ddd;
    box-shadow: 0 0 0 #ddd;
}
.wide-layout #branding,
.wide-layout #colophon {
    margin: 0;
}
.image-attachment div.attachment {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 0 -8.9% 1.625em;
    overflow: hidden;
    padding: 1.625em 1.625em 0;
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto 1.625em;
    max-width: 100%;
}
.image-attachment div.attachment a img {
    border-color: #f9f9f9;
}
.image-attachment div.attachment a:active img,
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img {
    border-color: #ddd;
    background: #fff;
}
.image-attachment .entry-caption p {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}
.comments-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    padding-bottom: 15px;
}
#content .comments-area ol,
#content .comments-area ul {
    margin: 0 0 30px 30px;
}
#content .comments-area ol ol,
#content .comments-area ul ul {
    margin-bottom: 0;
}
.comments-area article {
    margin: 1.714285714rem 0;
}
.comments-area article header {
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 6.071428571rem;
}
.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143;
}
.comments-area article header time {
    line-height: 1.714285714;
    font-size: 12px;
    font-size: 0.857142857rem;
}
.comments-area article header cite a:hover,
.widget_article .article-title a:hover {
    text-decoration: underline;
}
.comments-area article header a:hover {
    color: #21759b;
}
.comments-area article header cite a {
    color: #444;
}
.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: 400;
    color: #fff;
    background: #0088d0;
    background: -moz-linear-gradient(top,#009cee,#0088d0);
    background: -ms-linear-gradient(top,#009cee,#0088d0);
    background: -webkit-linear-gradient(top,#009cee,#0088d0);
    background: -o-linear-gradient(top,#009cee,#0088d0);
    background: linear-gradient(top,#009cee,#0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 0.357142857rem;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}
a.comment-reply-link {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}
a.comment-reply-link:hover {
    color: #21759b;
}
.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 1.714285714rem;
}
.commentlist .children {
    margin-left: 3.428571429rem;
}
#respond {
    margin-top: 3.428571429rem;
}
#respond h3#reply-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    padding-bottom: 15px;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 0.714285714rem;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.857142857rem;
}
#respond form {
    margin: 1.714285714rem 0;
}
#respond form p {
    margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 1.714285714rem;
}
#respond form label {
    display: block;
    line-height: 1.714285714;
}
#respond form input[type=text],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 0.714285714rem;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}
.required {
    color: red;
}
label~span.required {
    display: block;
    float: left;
    margin: -1.285714286rem 0 0 -1.142857143rem;
}
.img-border {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
}
#wp_page_numbers {
    margin-bottom: 40px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 7px 0;
}
#wp_page_numbers ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    float: right;
}
#wp_page_numbers ul li {
    float: left;
    margin-left: 7px;
}
#wp_page_numbers ul li.page_info {
    padding: 3px 8px 0;
    color: #999;
}
#wp_page_numbers ul li a {
    color: #777;
    display: block;
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 8px 2px;
}
#wp_page_numbers ul li a:hover,
#wp_page_numbers ul li.active_page a {
    border: 1px solid #0596AF;
    color: #fff;
    background: #06B8D7;
    background: -webkit-linear-gradient(#06B8D7,#05aac6);
    background: -moz-linear-gradient(#06B8D7,#05aac6);
    background: -ms-linear-gradient(#06B8D7,#05aac6);
    background: -o-linear-gradient(#06B8D7,#05aac6);
    background: -webkit-gradient(#06B8D7,#05aac6);
    background: linear-gradient(#06B8D7,#05aac6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
#wp_page_numbers ul li a:active {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}
.wp-pagenavi {
    margin-bottom: 40px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 7px 0;
    text-align: center;
}
.wp-pagenavi .pages {
    padding: 3px 7px 0;
    color: #999;
}
.wp-pagenavi .current,
.wp-pagenavi a {
    display: inline-block;
    color: #777;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 8px 2px;
    margin-left: 4px;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
    border: 1px solid #0596AF;
    color: #fff;
    background: #06B8D7;
    background: -webkit-linear-gradient(#06B8D7,#05aac6);
    background: -moz-linear-gradient(#06B8D7,#05aac6);
    background: -ms-linear-gradient(#06B8D7,#05aac6);
    background: -o-linear-gradient(#06B8D7,#05aac6);
    background: -webkit-gradient(#06B8D7,#05aac6);
    background: linear-gradient(#06B8D7,#05aac6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
.wp-pagenavi a:active {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}
#content ul.default-wp-page {
    margin: 0 0 40px;
    list-style: none;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 7px 0 0;
}
ul.default-wp-page li {
    padding-bottom: 7px;
}
ul.default-wp-page li.previous {
    float: left;
}
ul.default-wp-page li.next {
    float: right;
}
ul.default-wp-page li a {
    display: inline-block;
    color: #777;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 8px 2px;
}
ul.default-wp-page li a:hover {
    border: 1px solid #0596AF;
    color: #fff!important;
    background: #06B8D7;
    background: -webkit-linear-gradient(#06B8D7,#05aac6);
    background: -moz-linear-gradient(#06B8D7,#05aac6);
    background: -ms-linear-gradient(#06B8D7,#05aac6);
    background: -o-linear-gradient(#06B8D7,#05aac6);
    background: -webkit-gradient(#06B8D7,#05aac6);
    background: linear-gradient(#06B8D7,#05aac6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
ul.default-wp-page li a:active {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}
.pagination {
    margin-bottom: 40px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 7px 0;
    text-align: center;
    color: #999;
}
.pagination span {
    display: inline-block;
    color: #fff;
    background-color: #06B8D7;
    border: 1px solid #0596AF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 8px 2px;
    margin-left: 3px;
}
.pagination a span {
    background-color: inherit;
    border: 1px solid #fff;
    color: #777;
}
.pagination a:hover span {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    font-size: 13px;
}
#bbpress-forums div.bbp-search-form {
    float: none;
    text-align: center;
}
#bbpress-forums ol,
#bbpress-forums ul {
    margin: 0;
}
#bbpress-forums #bbp-search-form #bbp_search {
    width: 70%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
    padding: 0 3%;
    height: 42px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin: 0 0 0 -3px;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
    display: inline-block;
    line-height: 20px;
    margin-top: 5px;
}
div.bbp-search-form button,
div.bbp-search-form input {
    padding: 10px;
}
#bbpress-forums button {
    border: 1px solid #0596AF;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 25px;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    cursor: pointer;
    background: #06B8D7;
    background: -webkit-linear-gradient(#06B8D7,#05aac6);
    background: -moz-linear-gradient(#06B8D7,#05aac6);
    background: -ms-linear-gradient(#06B8D7,#05aac6);
    background: -o-linear-gradient(#06B8D7,#05aac6);
    background: -webkit-gradient(#06B8D7,#05aac6);
    background: linear-gradient(#06B8D7,#05aac6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
.widget {
    margin-bottom: 40px;
}
.widget ul li a {
    color: #777;
}
.widget ul li a:hover {
    color: #05a9c5;
}
.widget-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
}
.widget-title,
.widget-title a {
    color: #555;
}
.widget-title a:hover {
    color: #05A9C5;
}
.widget_search input.s {
    width: 100%;
    height: 40px;
    padding: 0 35px 0 15px;
    color: #777;
    background-color: #f9f9f9;
    background-position: right 10px;
    border-color: #eaeaea;
    cursor: text;
    text-indent: 0;
}
.widget_search input.s:focus {
    border-color: #ccc;
}
.widget_calendar #wp-calendar tfoot td,
.widget_calendar #wp-calendar th {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar {
    color: #555;
    width: 95%;
    text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    text-align: center;
}
.widget_calendar #wp-calendar caption {
    font-size: 11px;
    font-weight: 500;
    padding: 5px 0 3px;
    text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
    font-weight: 700;
}
.widget_article {
    margin-bottom: 20px;
}
.widget_article .post {
    padding-bottom: 20px;
}
.widget_article .article-content p {
    margin-bottom: 0;
}
.widget_testimonial .testimonial-icon {
    width: 25px;
    height: 19px;
    float: left;
    background: url("images/testimonial-icon.png") top center no-repeat;
    margin-right: 3.06%;
}
.widget_testimonial .testimonial-post {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 1px 4px #eaeaea inset;
    -moz-box-shadow: 0 1px 4px #eaeaea inset;
    box-shadow: 0 1px 4px #eaeaea inset;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.widget_testimonial .testimonial-author {
    text-align: right;
    clear: both;
}
.widget_testimonial .testimonial-author span {
    font-weight: 700;
    display: block;
}
.widget_tag_cloud a {
    margin-right: 5px;
    color: #777;
    padding: 10px 0;
}
.widget_tag_cloud a:hover {
    color: #05A9C5;
}
.widget_custom-tagcloud {
    margin-bottom: 32px;
}
.widget_custom-tagcloud a {
    margin: 0 4px 8px 0;
    background-color: #F9F9F9;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 1px 8px 2px;
    color: #777;
}
.widget_custom-tagcloud a:hover {
    border: 1px solid #0596AF;
    color: #fff;
    background: #06B8D7;
    background: -webkit-linear-gradient(#06B8D7,#05aac6);
    background: -moz-linear-gradient(#06B8D7,#05aac6);
    background: -ms-linear-gradient(#06B8D7,#05aac6);
    background: -o-linear-gradient(#06B8D7,#05aac6);
    background: -webkit-gradient(#06B8D7,#05aac6);
    background: linear-gradient(#06B8D7,#05aac6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
}
.widget_custom-tagcloud a:active {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}
.widget_service {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.widget_recent_work {
    margin-bottom: 10px;
}
.widget_ourclients {
    margin-bottom: 30px;
}
#content .widget_ourclients ul {
    margin: 0;
    text-align: center;
}
.widget_ourclients ul li {
    margin: 0 10px 10px;
    display: inline-block;
    max-width: 200px;
}
.widget_ourclients ul li a {
    display: block;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80);
}
.widget_ourclients ul li a:hover {
    opacity: 10;
    -moz-opacity: 10;
    filter:alpha(opacity=100);
}
.widget_our_team {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.widget_our_team .our-team-photo {
    margin-bottom: 10px;
}
#content .widget_our_team .our-team-name {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0;
}
.widget_our_team .our-team-designation {
    padding-bottom: 5px;
    font-weight: 400;
}
.widget_promotional_bar {
    font-family: Philosopher,sans-serif;
}
.widget_promotional_bar .promotional_bar_content {
    background-color: #05a9c5;
    padding: 30px 15px;
    text-align: center;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.widget_promotional_bar .promotional-text {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.widget_promotional_bar .promotional-text span {
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding-top: 5px;
    font-family: "PT Sans",sans-serif;
}
.widget_promotional_bar .call-to-action {
    padding: 8px 15px 0;
    margin-top: 20px;
    color: #494949;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #fff;
    text-align: center;
    height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #b5e6ee;
    background: -webkit-linear-gradient(#d0eef4,#b5e6ee);
    background: -moz-linear-gradient(#d0eef4,#b5e6ee);
    background: -ms-linear-gradient(#d0eef4,#b5e6ee);
    background: -o-linear-gradient(#d0eef4,#b5e6ee);
    background: -webkit-gradient(#d0eef4,#b5e6ee);
    background: linear-gradient(#d0eef4,#b5e6ee);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    text-shadow: 0 1px 0 rgba(251,251,251,.7);
}
.widget_promotional_bar .call-to-action:hover {
    background: -webkit-linear-gradient(#E3F5F9,#b5e6ee);
    background: -moz-linear-gradient(#E3F5F9,#b5e6ee);
    background: -ms-linear-gradient(#E3F5F9,#b5e6ee);
    background: -o-linear-gradient(#E3F5F9,#b5e6ee);
    background: -webkit-gradient(#E3F5F9,#b5e6ee);
    background: linear-gradient(#E3F5F9,#b5e6ee);
}
.wp-caption {
    margin-bottom: 30px;
    max-width: 100%;
}
.gallery-caption,
.wp-caption .wp-caption-text {
    font-style: italic;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #EAEAEA;
}
#colophon,
#colophon .widget {
    margin-bottom: 30px;
}
#colophon form input,
#colophon form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#colophon .widget-wrap {
    background-color: #f9f9f9;
    border-top: 1px solid #eaeaea;
}
#colophon .widget-area {
    margin-left: -3.06%;
    padding: 40px 0 10px;
}
#colophon .one-third {
    padding-bottom: 0;
}
#colophon .widget_archive,
#colophon .widget_categories,
#colophon .widget_meta,
#colophon .widget_nav_menu,
#colophon .widget_pages,
#colophon .widget_recent_comments,
#colophon .widget_recent_entries,
#colophon .widget_rss {
    margin-bottom: 22px;
}
#colophon .widget_archive ul li,
#colophon .widget_categories ul li,
#colophon .widget_meta ul li,
#colophon .widget_nav_menu ul li,
#colophon .widget_pages ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_rss ul li {
    padding-bottom: 8px;
}
#colophon .widget-title {
    font-size: 19px;
    text-transform: uppercase;
    line-height: 25px;
}
#colophon .widget_article {
    margin-bottom: 10px;
}
#site-generator {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    color: #999;
}
#site-generator .social-profiles {
    float: right;
    width: 31.28%;
}
#site-generator .copyright {
    float: left;
    padding-top: 5px;
}
#site-generator .copyright a {
    color: #777;
}
#site-generator .copyright a:hover {
    color: #05A9C5;
}
@media only screen and (max-width:1078px) {
    .container {
        width: 668px;
    }
    .clearfix-half {
        clear: both;
    }
    .clearfix-third {
        clear: none;
    }
    #site-title a img {
        max-width: 668px;
    }
    .featured-content,
    .featured-title {
        display: none;
    }
    #primary,
    #secondary {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .slogan-wrap .slogan {
        width: 77.5%;
    }
    .no-sidebar-template #content {
        margin: 0;
        width: 100%;
    }
    .column {
        margin-left: -2.99%;
    }
    .one-fourth,
    .one-half,
    .one-third {
        margin: 0 0 0 2.9%;
    }
    .one-fourth,
    .one-third {
        width: 30.43%;
    }
    .widget_service .one-fourth,
    .widget_service .one-third {
        width: 47.02%;
    }
    .custom-gallery #main .column {
        margin-left: -20px;
    }
    .custom-gallery #main .one-fourth,
    .custom-gallery #main .one-half,
    .custom-gallery #main .one-third {
        margin-left: 20px;
    }
    .custom-gallery #main .one-half {
        width: 324px;
    }
    .custom-gallery #main .one-fourth,
    .custom-gallery #main .one-third {
        width: 209px;
    }
    #colophon .widget-area {
        margin-left: 0;
    }
    #colophon .one-third {
        width: 100%;
        float: none;
        margin: 0;
    }
}
@media only screen and (max-width:767px) {
    #access ul,
    .hgroup-right .social-profiles {
        display: none;
    }
    hr {
        margin-bottom: 30px;
    }
    input[type=button],
    input[type=password],
    input[type=reset],
    input[type=submit],
    input[type=text],
    textarea {
        margin-bottom: 20px;
    }
    input.s {
        margin: 0;
    }
    input.s:focus {
        width: 235px;
    }
    .one-column-template .wrapper,
    .wrapper {
        width: 300px;
    }
    .container,
    .one-column-template .container {
        width: 280px;
    }
    .wide-layout .wrapper {
        width: 100%;
    }
    #respond h3#reply-title,
    .comments-title {
        font-size: 26px;
        line-height: 32px;
    }
    #content h1,
    #content h2,
    #content h3,
    #content h4,
    #content h5,
    #content h6 {
        padding-bottom: 10px;
    }
    #branding {
        margin-top: 10px;
    }
    .hgroup-wrap {
        padding-bottom: 25px;
        padding-top: 0;
    }
    .hgroup-right {
        margin-top: 32px;
    }
    #site-logo {
        margin-top: 25px;
    }
    #site-title a img {
        max-width: 280px;
    }
    #access {
        height: 36px;
        padding: 13px 0 0;
    }
    #access select {
        display: block;
        width: 100%;
        background: url("images/responsive-menu-bg.png") right center no-repeat;
        background-size: 28px 22px;
        border: 0;
        font: 14px 'PT Sans',sans-serif;
        text-transform: uppercase;
        color: #555;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 22px;
    }
    .page-title-wrap {
        padding: 10px 0;
    }
    .breadcrumb {
        margin-top: 0;
        float: none;
        text-align: left;
    }
    .slogan-wrap {
        padding: 15px 0 20px;
    }
    .slogan-wrap .slogan,
    .slogan-wrap .view-work {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .slogan-wrap .view-work {
        width: 98%;
        margin: 10px auto 0;
    }
    .column,
    .custom-gallery #main .column {
        margin-left: 0;
    }
    #main {
        padding-top: 40px;
        overflow: hidden;
    }
    .post-featured-image {
        margin-bottom: 15px;
    }
    .entry-content {
        padding-bottom: 0;
    }
    .one-fourth,
    .one-half,
    .one-third,
    .widget_service .one-fourth,
    .widget_service .one-half,
    .widget_service .one-third {
        margin: 0;
        padding-bottom: 10px;
        width: 100%;
    }
    .custom-gallery #main .one-fourth,
    .custom-gallery #main .one-half,
    .custom-gallery #main .one-third {
        margin: 0;
        padding-bottom: 10px;
        width: 280px;
    }
    #content ul.default-wp-page,
    #wp_page_numbers,
    .pagination,
    .tags,
    .wp-pagenavi {
        margin-bottom: 30px;
    }
    #content .post {
        padding-bottom: 30px;
    }
    .widget_search input.s,
    .widget_search input.s:focus {
        width: 280px;
    }
    #wp_page_numbers ul li.page_info,
    .wp-pagenavi .pages {
        display: none;
    }
    .wp-caption {
        margin-bottom: 15px;
    }
    .widget {
        margin-bottom: 30px;
    }
    .widget_custom-tagcloud {
        margin-bottom: 22px;
    }
    .widget_article {
        margin-bottom: 10px;
    }
    .widget_service {
        margin-bottom: 0;
    }
    .widget_recent_work {
        margin-bottom: 10px;
    }
    .widget_testimonial .testimonial-icon {
        float: none;
        margin-bottom: 15px;
    }
    .widget_ourclients {
        margin-bottom: 20px;
    }
    .widget_ourclients ul li {
        max-width: 110px;
    }
    .widget_our_team {
        margin-bottom: 0;
    }
    #colophon {
        margin-bottom: 10px;
    }
    #site-generator .copyright,
    #site-generator .social-profiles {
        float: none;
        width: 100%;
    }
    #site-generator .social-profiles ul {
        text-align: center;
        float: none;
    }
    #site-generator .social-profiles ul li {
        display: inline-block;
        float: none;
    }
    #site-generator .copyright {
        padding-top: 10px;
        text-align: center;
    }
}
.header-bmenu li:nth-child(1),
.header-bmenu li:nth-child(2),
.header-bmenu li:nth-child(3),
.header-bmenu li:nth-child(4) {
    border-top: 1px dotted #e0e3ed;
    border-bottom: 1px dotted #e0e3ed;
}
.header-bmenu li:nth-child(5) > a,
.header-bmenu li:nth-child(6) > a {
    color: #17479e;
    font-weight: 700;
}
@media only screen and (min-width:480px) and (max-width:767px) {
    input.s:focus {
        width: 375px;
    }
    .one-column-template .wrapper,
    .wrapper {
        width: 450px;
        overflow: hidden;
    }
    .container,
    .one-column-template .container {
        width: 420px;
    }
    .wide-layout .wrapper {
        width: 100%;
        overflow: hidden;
    }
    #branding {
        margin-top: 20px;
    }
    .hgroup-wrap {
        padding-bottom: 30px;
    }
    .hgroup-right {
        margin-top: 37px;
    }
    #site-logo {
        margin-top: 30px;
    }
    #site-title a img {
        max-width: 420px;
    }
    .column {
        margin-left: -3.57%;
    }
    .one-fourth,
    .one-half,
    .one-third {
        margin: 0 0 0 3.44%;
        width: 46.56%;
    }
    .widget_service .column {
        margin-left: 0;
    }
    .custom-gallery #main .column {
        margin-left: -14px;
    }
    .custom-gallery #main .one-fourth,
    .custom-gallery #main .one-half,
    .custom-gallery #main .one-third {
        margin-left: 14px;
        width: 203px;
    }
    #colophon {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:319px) {
    .container,
    .one-column-template .container,
    .one-column-template .wrapper,
    .wrapper {
        width: 95%;
        overflow: hidden;
    }
    .custom-gallery #main .one-fourth,
    .custom-gallery #main .one-half,
    .custom-gallery #main .one-third {
        width: 100%;
    }
}
@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .back-to-top a {
        background-image: url("images/back-to-top@2x.png");
        background-size: 35px 35px;
    }
    input.s {
        background-image: url("images/search@2x.png");
        background-size: 24px 15px;
    }
    .social-profiles ul li a {
        background-image: none;
        background-size: 30px 30px;
    }
    .social-profiles ul li.facebook a {
        background-image: url("images/facebook@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.facebook a:hover {
        background-image: url("images/facebook@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.twitter a {
        background-image: url("images/twitter@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.twitter a:hover {
        background-image: url("images/twitter@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.google-plus a {
        background-image: url("images/google-plus@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.google-plus a:hover {
        background-image: url("images/google-plus@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.pinterest a {
        background-image: url("images/pinterest@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.pinterest a:hover {
        background-image: url("images/pinterest@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.linkedin a {
        background-image: url("images/linkedin@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.linkedin a:hover {
        background-image: url("images/linkedin@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.tumblr a {
        background-image: url("images/tumblr@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.tumblr a:hover {
        background-image: url("images/tumblr@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.vimeo a {
        background-image: url("images/vimeo@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.vimeo a:hover {
        background-image: url("images/vimeo@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.my-space a {
        background-image: url("images/my-space@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.my-space a:hover {
        background-image: url("images/my-space@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.flickr a {
        background-image: url("images/flickr@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.flickr a:hover {
        background-image: url("images/flickr@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.you-tube a {
        background-image: url("images/you-tube@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.you-tube a:hover {
        background-image: url("images/you-tube@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.rss a {
        background-image: url("images/rss@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.rss a:hover {
        background-image: url("images/rss@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.dribbble a {
        background-image: url("images/dribbble@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.dribbble a:hover {
        background-image: url("images/dribbble@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.wordpress a {
        background-image: url("images/wordpress@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.wordpress a:hover {
        background-image: url("images/wordpress@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.deviantart a {
        background-image: url("images/deviantart@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.deviantart a:hover {
        background-image: url("images/deviantart@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.aim a {
        background-image: url("images/aim@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.aim a:hover {
        background-image: url("images/aim@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.github a {
        background-image: url("images/github@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.github a:hover {
        background-image: url("images/github@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.blogger a {
        background-image: url("images/blogger@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.blogger a:hover {
        background-image: url("images/blogger@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.stumbleupon a {
        background-image: url("images/stumbleupon@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.stumbleupon a:hover {
        background-image: url("images/stumbleupon@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.skype a {
        background-image: url("images/skype@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.skype a:hover {
        background-image: url("images/skype@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.foursquare a {
        background-image: url("images/foursquare@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.foursquare a:hover {
        background-image: url("images/foursquare@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.picasa a {
        background-image: url("images/picasa@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.picasa a:hover {
        background-image: url("images/picasa@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.path a {
        background-image: url("images/path@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.path a:hover {
        background-image: url("images/path@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.slideshare a {
        background-image: url("images/slideshare@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.slideshare a:hover {
        background-image: url("images/slideshare@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.paypal a {
        background-image: url("images/paypal@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.paypal a:hover {
        background-image: url("images/paypal@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.delicious a {
        background-image: url("images/delicious@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.delicious a:hover {
        background-image: url("images/delicious@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.lastfm a {
        background-image: url("images/lastfm@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.lastfm a:hover {
        background-image: url("images/lastfm@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.behance a {
        background-image: url("images/behance@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.behance a:hover {
        background-image: url("images/behance@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.netvibes a {
        background-image: url("images/netvibes@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.netvibes a:hover {
        background-image: url("images/netvibes@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.digg a {
        background-image: url("images/digg@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.digg a:hover {
        background-image: url("images/digg@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.reddit a {
        background-image: url("images/reddit@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.reddit a:hover {
        background-image: url("images/reddit@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.mail a {
        background-image: url("images/mail@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.mail a:hover {
        background-image: url("images/mail@2x-hover.png");
        background-position: 0 0;
    }
    .social-profiles ul li.instagram a {
        background-image: url("images/instagram@2x.png");
        background-position: 0 0;
    }
    .social-profiles ul li.instagram a:hover {
        background-image: url("images/instagram@2x-hover.png");
        background-position: 0 0;
    }
    .widget_testimonial .testimonial-icon {
        background-image: url("images/testimonial-icon@2x.png");
        background-size: 25px 19px;
    }
}
ul#pankuzu {
    clear: both;
    list-style: none;
    padding-left: 10px;
}
#pankuzu li {
    float: left;
}
#pankuzu a {
    text-decoration: none;
}
#pankuzu span {
    padding-left: 8px;
    padding-right: 8px;
}
#pankuzu_bottom {
    clear: both;
    padding-bottom: 20px;
}
.by-author {
    display: none!important;
}
.header-bmenu {
    width: 100%;
    overflow: hidden;
    padding: 1em 0 0;
}
.header-bmenu .header-menu01 {
    width: 24.8%;
    float: left;
    display: inline-block;
    height: 2.3em;
    text-align: center;
    padding-top: 0.7em;
}
.header-bmenu .header-menu01:nth-child(1){
  width: 28%;
  letter-spacing: -0.09em;
}
.header-bmenu .header-menu01:nth-child(2){
   width: 33.2%;
   letter-spacing: -0.10em;
}
.header-bmenu .header-menu01:nth-child(3){
  width: 16.5%
}
.header-bmenu .header-menu01:nth-child(4){
  width: 21%
}
.header-bmenu .header-menu01:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.header-bmenu .header-menu02 {
    width: 49.8%;
    float: left;
    height: 2.3em;
    text-align: center;
    display: inline-block;
    padding-top: 0.7em;
}
.header-bmenu li:nth-child(1) {
    border-right: 1px dotted #e0e3ed;
}
.header-bmenu li:nth-child(3) {
    border-left: 1px dotted #e0e3ed;
}
.header-bmenu li:nth-child(4) {
    border-left: 1px dotted #e0e3ed;
}
.header-bmenu li:nth-child(5) {
    background-color: #f39aa0;
    border-right: 1px dotted #e0e3ed;
}
.header-bmenu li:nth-child(6) {
    background-color: #ffe25b;
    /*background-image: url("../../img/grapycons/search_store.jpg");*/
    background-repeat: no-repeat;
    background-position: 5px;
}
.header-bmenu li > a {
    color: #fff;
}
@media screen and (max-width:380px) {
    .header-bmenu li a {
        font-size: 11px;
    }
}
@media only screen and (max-width:767px) {
    #bottom_header::after {
        content: "";
        display: block;
        clear: both;
    }
}
@media screen and (max-width:767px) {
    nav#access {
        display: none!important;
    }
    #site-logo {
        margin-top: 0.5em;
    }
}
@media only screen and (min-width:480px) {
    #sp-header {
        display: none;
    }
}
@media only screen and (max-width:1078px) {
    #bottom_header > div {
        width: auto!important;
    }
}
@media screen and (min-width:768px) {
    .header-bmenu,
    .menu_wrap {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .menu_wrap,
    .menu_wrap label {
        margin: 0 0 0 auto;
        width: 40px;
    }
    .menu_wrap {
        padding: 0;
        height: auto;
        text-align: center;
    }
    .menu_wrap input {
        display: none;
    }
    .menu_wrap label {
        right: 0;
        height: 40px;
    }
    .menu_wrap label img {
        margin-top: 0.5em;
    }
    .menu_wrap > span {
        display: block;
        width: auto;
        color: #fff;
        font-size: 1.2em;
        margin-top: 0.2em;
        font-family: "PT Sans",sans-serif;
    }
    .menu_wrap input[type=checkbox].on-off {
        display: none;
    }
    .menu_wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu_wrap ul li a {
        color: #fff;
        text-decoration: none;
    }
    .menu_wrap > ul > li {
        font-size: 1.5em;
    }
    .menu_wrap input[type=checkbox].on-off+ul {
        height: 0;
        overflow: hidden;
        transition-duration: 0.5s;
        transition-property: background-color;
    }
    .menu_wrap input[type=checkbox].on-off:checked+ul {
        position: absolute;
        right: 0;
        z-index: 100;
        height: 500px;
        width: 100%;
        overflow: visible;
        background-color: #20397c;
        transition-duration: 0.5s;
        transition-property: background-color,height;
        margin-top: 0;
    }
    .menu_wrap input[type=checkbox].on-off:checked+ul li {
        padding: 0.8em;
        border-bottom: 1px dotted #fff;
        margin: 0 1em;
        color: #fff;
    }
    .menu_wrap input[type=checkbox].on-off:checked+ul li ul li {
        padding: 0.8em;
        margin: 2px;
        color: #fff;
        background-color: #5485e8;
        border-radius: 5px;
    }
    #language {
        border-bottom: none;
        padding: 0.8em 0.5em;
    }
    #language h6 {
        color: #fff;
    }
    #language ul,
    .wrapper {
        width: 100%;
    }
    #language ul li {
        display: inline-block!important;
        background-color: #20397c!important;
        width: 20%;
        border: 1px solid #fff;
        font-size: 0.7em;
        padding: 0.5em;
    }
    .wrapper::after {
        content: "";
        display: block;
        clear: both;
    }
}
#lang-box {
    float: right;
}
#lang-box a {
    color: #111;
}
@media only screen and (max-width:767px) and (min-width:480px) {
    .wrapper {
        width: 100%;
    }
}
@media only screen and (max-width:1078px) {
    ul.slides li {
        margin-right: 0;
    }
}
@media screen and (min-width:768px) {
    #pgc-1678-0-0 .textwidget .text-box .text,
    #pgc-1691-0-0 .textwidget .text-box .text {
        display: block;
        width: 700px;
        margin: 0 auto;
    }
    #postid-2781 .entry-content {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}
