/*
Title:		Reset default browser styles		based on Eric Meyer's and Dan Cederholm's CSS
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
acronym,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img,
 :link img,
 :visited img {
    border: 0;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}


/*
Title:		Master styles for screen media
*/

.grid {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 940px;
    background: url(../img/grid.png) 50% 0 repeat-y;
    display: none;
}

body {
    font: 13px/18px calibri, arial;
    color: #333;
    background: #4c94ba url(../img/bg.png) repeat-x;
}


/* Links */

a:link,
a:visited {
    color: #92012c;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #92012c;
    text-decoration: underline;
}

p {
    margin: 0 0 15px 0;
}


/* PAGE STRUCTURE
------------------------------------------------------------- */

#header {
    width: 100%;
    margin: 0 auto;
}

#headerinside {
    width: 960px;
    margin: 0 auto;
    padding: 7px;
}

#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#main {
    width: 671px;
    float: left;
    background-color: #fafafa;
    border: 1px solid #fff;
    margin: 15px 0 0 0px;
    padding: 7px;
}

#secondary, #secondary-sm {
    width: 245px;
    float: right;
    margin-left: 19px;
}


/* HEADER
------------------------------------------------------------- */

#logo {
    margin: 25px 0 0 0px;
    width: 325px;
    float: left;
}

#logo h1 {
    width: 300px;
    height: 60px;
    background: url(../img/logo8.png) no-repeat;
    text-indent: -9999px;
}


/* navigation */

.nav {
    background: url(img/nav-border.png) repeat-x left top;
    float: right;
}

#nav {
    overflow: inherit;
    margin-top: 15px;
}

#nav ul {
    background: #ccc url(../img/nav-bg.png) repeat-x left top;
    overflow: inherit;
    margin: 0 1px;
    z-index: 1000;
}

#nav a {
    color: #000;
    font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 13px 40px 10px;
}

#nav a:hover,
#nav li.current-menu-item,
#nav li.current-page-ancestor,
#nav li.current-post-ancestor {
    background: url(../img/nav-hover.png) repeat-x left bottom;
    color: #000;
    text-decoration: none;
}

#nav li:hover a {
    background: url(../img/nav-hover.png) repeat-x left bottom;
    color: #000;
}

#nav li li {
    background: #ccc url(../img/nav-drop.png) repeat-x left bottom;
    font-size: 11px;
}

#nav li li a {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top: 0;
    color: #000 !important;
    padding: 10px;
}

#nav li li a:hover,
#nav li li li a:hover {
    background: #ccc url(../img/nav-drop-hover.png) repeat-x left top !important;
    color: #000 !important;
}

#nav li li:hover a {
    background: #ccc url(../img/nav-drop-hover.png) repeat-x left top;
}

#nav li li li a {
    background: #ccc url(../img/nav-drop.png) repeat-x left bottom !important;
}

#nav ul ul {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1px 0 0;
}

#nav ul ul ul,
#nav ul ul ul ul,
#nav ul ul ul ul ul {
    border: 1px solid #ccc !important;
    margin: -36px 0 0 129px;
    width: 328px;
}


/* Superfish Arrows */

.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    display: block;
    height: 0;
    overflow: hidden;
    right: .75em;
    text-indent: -999em;
    top: 1.05em;
    /* IE6 */
    width: 0;
}

#nav,
#nav ul {
    list-style: none;
    line-height: 1;
    overflow: auto;
    margin: 15px 0 0 0;
    padding: 0;
}

#nav a {
    display: block;
    height: 100%;
    padding: 10px 20px;
}

#nav li {
    /* all list items */
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#nav li li {
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    font-size: 1em;
    width: 100%;
}

#nav li li:hover {
    background: #f9f9f9;
}

#nav li ul {
    /* second-level lists */
    background: #ccc;
    border-top: 1px solid #eee;
    left: -9999em;
    padding: 0;
    overflow: visible;
    position: absolute;
    width: 170px;
}

#nav li ul ul {
    /* third-level lists */
    border-top: none;
    margin: -37px 0 0 170px;
    width: 220px;
}

#nav li ul ul ul {
    /* fourth-level lists */
    border-top: none;
    margin: -2.559em 0 0 10em;
}

#nav li ul ul ul ul {
    /* fifth-level lists */
    border-top: none;
    margin: -2.559em 0 0 10em;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul {
    left: -9999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul {
    left: auto;
}


/* MAIN STYLES
------------------------------------------------------------- */


/* Featured Section */

#featured {
    height: 447px;
    border: 0;
    position: relative;
    text-align: center;
    background: #000;
}

#featured #item-wrapper {
    height: 447px;
    text-align: center;
}

#featured div.item {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0%;
}

#featured div.item span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 59px;
    background: url(../img/lignos_f_bg.png) repeat-x;
    line-height: 59px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    padding: 0 0 0 15px;
}

#featured #featured-nav {
    position: absolute;
    display: none;
    bottom: 13px;
    right: 12px;
    z-index: 50;
}

#featured #featured-nav a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/lignos_prevnext.png) no-repeat;
    text-indent: -9999px;
    float: left;
}

#featured #featured-nav a.next {
    background-position: 100%;
    margin-left: 10px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Headline */

#headline {
    margin: 7px 0 25px 0;
    padding: 25px 20px 15px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.home #headline {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#headline h2 {
    font-size: 20px;
    font-style: italic;
    margin: 0 0 20px 0;
}


/* Offer */

.breadcrumbs {
    padding: 15px 15px 0 15px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

#offer {
    padding: 0 20px;
    margin: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

#offer h2 {
    font-size: 24px;
    font-style: italic;
    color: #333;
    line-height: 36px;
    background: url(../img/lignos_icon3.png) 0 50% no-repeat;
    padding: 0 0 0 40px;
    margin: 0 0 15px 0;
}

#offer ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: disc;
}

#offer ul li {
    float: left;
    width: 100%;
    font-size: 13px;
    font-style: normal;
    padding: 15px 15px 15px 0;
}

#offer p {
    text-align: justify
}

#thecat ul {
    padding: 20px 0 0;
    margin: 0;
}

#thecat ul li {
    float: left;
    width: 97%;
    font-size: 13px;
    font-style: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #e4e4e4;
}

#offer ul li.design {
    background: url(../img/lignos_icon5.png) 0 50% no-repeat;
}


/* Latest work */

#latest {
    padding: 0 15px;
    margin: 0 0 20px 0;
}

#latest h2 {
    font-size: 24px;
    font-style: italic;
    color: #333;
    line-height: 36px;
    background: url(../img/lignos_icon4.png) 0 50% no-repeat;
    padding: 0 0 0 40px;
    margin: 0 0 15px 0;
}

#latest div.project {
    width: 260px;
    margin: 0 35px 15px 0;
    float: left;
}

#latest div.project.alt {
    margin-right: 0;
}

#latest div.project img {
    border: 7px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    margin: 0 0 8px 0;
}

#latest div.project h5 {
    color: #333;
    font-size: 13px;
    overflow: hidden;
    padding: 0 5px;
    margin: 0 0 5px 0;
}

#latest div.project h5 a {
    float: right;
    font-style: normal;
    font-weight: normal;
}

#latest div.project p {
    padding: 0 5px;
    text-align: justify;
}

a.more {
    color: #333;
    border: 1px solid #ccc;
    background: #fddfc2;
    padding: 10px 10px 10px 10px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: right;
}


/* General styles for subpages */

#main h3 {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    line-height: 46px;
    padding: 0 20px;
    margin: 0 0 20px 0;
}

div.content {
    padding: 0 20px 40px;
}

div.content img {
    border: 7px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
}

div.content img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

div.content img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

div.content h4 {
    color: #0565b9;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin: 20px 0;
}

div.content ul li {
    background: url(../img/tick.png) 0 50% no-repeat;
    line-height: 26px;
    padding: 0 0 0 20px;
    margin: 0 0 0 10px;
}

div.content blockquote {
    border: 1px solid #e4e4e4;
    padding: 10px 15px 0 25px;
    margin: 0 0 20px 0;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff url(../img/icon-quote.png) 5px 5px no-repeat;
}

div.content div.member {
    border: 7px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    float: left;
    width: 150px;
    text-align: center;
    margin: 0 22px 0 0;
}

div.content div.member img {
    border: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
}

div.content div.member span {
    display: block;
    margin: 5px 0;
    color: rgba(63, 63, 63, .4);
}

div.content h5.service span {
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 10px 25px 10px 40px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    margin: 10px 0 15px 0;
    color: #0c6ec5;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

div.content h5.service.design span {
    background: url(../img/icon-mini-ps.png) 20px 50% no-repeat;
}

div.content h5.service.flash span {
    background: url(../img/icon-mini-fl.png) 20px 50% no-repeat;
}

div.content h5.service.print span {
    background: url(../img/icon-mini-ai.png) 20px 50% no-repeat;
}

div.content h5.service.programming span {
    background: url(../img/icon-mini-coda.png) 20px 50% no-repeat;
}

div.content h5.service.stores span {
    background: url(../img/icon-mini-cart.png) 20px 50% no-repeat;
}

div.content h5.service.mobile span {
    background: url(../img/icon-mini-mobile.png) 20px 50% no-repeat;
}

div.content h5.service+p {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

div.content p.call {
    margin: 30px 0 0;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    line-height: 60px;
}

div.content p.call a.quote {
    display: block;
    float: left;
    width: 249px;
    height: 58px;
    background: url(../img/btn-quote.png) no-repeat;
    text-indent: -9999px;
    margin: 0 10px 0 0;
}

div.content p.call span {
    display: block;
    float: left;
}

div.content p.call a.viewwork {
    display: block;
    float: left;
    width: 249px;
    height: 58px;
    background: url(../img/btn-viewwork.png) no-repeat;
    text-indent: -9999px;
    margin: 0 0 0 10px;
}

div.content div.project {
    margin: 20px 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

div.content div.project div.desc {
    float: right;
    width: 240px;
}

div.content div.project div.desc h5 {
    color: #444;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 10px 0 15px 0;
}

div.content div.project div.desc p {
    color: #808080;
    line-height: 14px;
}

div.content div.project div.desc a.more {
    float: left !important;
}

div.content p.tip,
div.content a.top {
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 10px 25px 10px 40px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff url(../img/icon-star.png) 15px 50% no-repeat;
    margin: 10px 0 15px 0;
    font-style: italic;
    font-weight: normal;
}

div.content a.top {
    color: #454545;
    background-image: url(../img/icon-up.png)
}


/* Blog posts styles */

div.content div.post {
    margin: 0 0 25px 0;
}

div.content div.post img.thumb {
    margin: 0 0 15px 0;
}

div.content div.post p {
    padding: 0 15px;
}

div.content div.post ul {
    margin: 20px;
}

div.content div.post ul li {
    background: url(../img/bullet.png) 0 50% no-repeat;
    line-height: 18px;
}

div.content div.post div.meta {
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    margin: 10px 0 15px 0;
}

div.content div.post div.meta a.more {
    padding: 6px 25px 6px 40px;
}

div.content div.post div.meta a.comnum {
    padding: 6px 25px;
    border: 1px solid #e4e4e4;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    float: left;
}

div.content div.post div.meta a.comnum span {
    color: #454545;
}

div.content div.post div.meta p.author {
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 5px 15px 5px 40px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff url(../img/icon-arrow.png) 10px 50% no-repeat;
    ;
    margin: 0;
}

div.content div.pagination ul li {
    padding: 0 !important;
    background: none !important;
    float: left;
}

div.content div.pagination ul li a {
    display: block;
    border: 1px solid #e4e4e4;
    padding: 2px 12px 5px;
    font-size: 24px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
}

div.content div.pagination ul li a:hover,
div.content div.pagination ul li.current a {
    text-decoration: none;
    color: #423b36;
}


/* Comments styles */

div.comment-area {}

div.comment-area h3 {
    border: none !important;
    color: #1d1d1d;
    margin: 0 !important;
    padding: 0 !important;
}

div.comment-area ul.comments li {
    border: 1px solid #e4e4e4;
    padding: 15px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff none !important;
    margin: 0 0 15px 0;
}

div.comment-area ul.comments li div.com-meta {
    overflow: hidden;
    margin: 0 0 10px 0;
    display: inline-block;
}

div.comment-area ul.comments li a.reply {
    display: block;
    border: 1px solid #e4e4e4;
    padding: 2px 10px 2px 35px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff url(../img/icon-arrow.png) 10px 50% no-repeat;
    ;
    margin: 0;
    float: right;
}

div.comment-area ul.comments li img.avatar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 3px;
    background-color: #f4f4f4;
    border: 1px solid #e4e4e4;
    float: left;
    margin: 0 10px 0 0;
}

div.comment-area ul.comments li div.com-meta cite {
    font-size: 12px;
    line-height: 18px;
}

div.comment-area ul.comments li div.com-meta span {
    font-size: 10px;
    color: #424242;
    float: left;
    display: block;
}

div.comment-area ul.comments li ul {
    margin-left: 30px;
}

div.comment-area form {
    margin: 10px 0 !important;
    overflow: hidden;
}

div.comment-area form label {
    display: none !important;
}

div.comment-area form input[type=text] {
    padding: 5px !important;
    width: 135px !important;
}

div.comment-area form textarea {
    height: 98px !important;
}

div.comment-area form fieldset.details {
    width: 155px;
    float: left;
}


/* Forms */

div.content form {
    margin: 30px 0;
}

div.content form label {
    display: block;
    font-style: italic;
    color: #4e4e4e;
    margin: 0 0 5px 2px;
}

div.content form input,
div.content form textarea {
    display: block;
    border: 1px solid #e4e4e4;
    padding: 10px;
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
}

div.content form input {
    width: 50%;
    margin: 0 0 15px 0;
    font: 12px/18px Lucida Sans, Lucida Sans Unicode, Lucida, Lucida Grande, sans-serif;
    color: #6e6e6e;
}

div.content form textarea {
    width: 90%;
    height: 130px;
    margin: 0 0 15px 0;
    font: 12px/18px Lucida Sans, Lucida Sans Unicode, Lucida, Lucida Grande, sans-serif;
    color: #6e6e6e;
}

div.content form input[type=submit] {
    width: 126px;
    height: 58px;
    border: none;
    padding: 0;
    background: transparent url(../img/btn-submit.png) no-repeat !important;
    text-indent: -9999px;
    cursor: pointer;
}

div.content p.wrong {
    color: red;
}


/* SECONDARY STYLES
------------------------------------------------------------- */


/* About section */

div.about {
    color: #fff;
    margin: 50px 0 60px 25px;
    font-size: 13px;
}

div.about h2 {
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    margin: 0 0 25px 0;
}

div.about a.more-about,
div.about a.view-work {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-style: italic;
    background: url(../img/lignos_btn1.png) no-repeat;
    float: left;
    text-align: center;
    margin-top: 15px;
}

div.about a.more-about {
    background-position: 0;
    color: #1b1b1b;
    margin-right: 30px;
}

div.about a.view-work {
    background-position: 100%;
    color: #fff;
}


/* Sidebar boxes */

div.side-box {
    background: #fff url(../img/lignos-side.png) no-repeat;
    border: 1px dotted #694424;
    margin: 17px 0 20px 0px;
    padding: 15px 15px 15px 15px;
}

div.side-box h2, div.side-box h3 {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
    color: #333;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 10px 45px;
    margin: 0 0 10px 0;
}

div.side-box h4.news {
    background: url(../img/lignos_icon1.png) 0 0 no-repeat;
}

div.side-box h2.contact {
    background: url(../img/lignos_icon2.png) 0 4px no-repeat;
}

div.side-box h3.contact {
    background: url(../img/lignos_icon2.png) 0 4px no-repeat;
}

div.side-box h4.twitter {
    background: url(../img/icon-twitter.png) 3px 0 no-repeat;
}

div.side-box h4.no-icon {
    padding: 0 0 10px 10px;
}

div.side-box img.avatar {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #e4e4e4;
}

div.side-box ul li {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    overflow: hidden;
}

div.side-box ul.testimonials li a {
    display: block;
    width: 90px;
    float: left;
    text-align: center;
    margin: 0 10px 0 0;
}

div.side-box ul.testimonials li a:hover {
    text-decoration: none;
}

div.side-box ul.testimonials li a img {
    display: block;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    margin: 0 0 3px 0;
}

div.side-box ul.testimonials li p {
    text-align: center;
}

div.side-box.contact p {
    font-size: 12px;
    font-style: italic;
    padding: 0 10px;
}

div.side-box p.call a.quote {
    display: inline-block;
    width: 249px;
    height: 58px;
    background: url(../img/btn-quote-blue.png) no-repeat;
    text-indent: -9999px;
    margin: 20px 0 0 10px;
}


/* Widget styles */

div.widget ul li {
    border: none !important;
    margin: 0 0 5px 0 !important;
}

div.widget ul li a {
    display: block;
    border: 1px solid #e4e4e4;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    color: #444;
}


/* FOOTER
------------------------------------------------------------- */

#footer {
    color: #3e3e3e;
    font-family: Lucida Sans, Lucida Sans Unicode, Lucida, Lucida Grande, sans-serif;
    font-size: 10px;
    padding: 0 0px;
    margin: 20px 0;
    width: 671px;
}

#footer p {
    width: 50%;
    float: left;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer p.credits {
    text-align: right;
}


/* MISC.
------------------------------------------------------------- */

.hide {
    display: none;
}


/* self-clear floats */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Gallery ---------------------- */

#gallery-1 {
    display: none;
}

.gallery {
    margin: 0 auto;
    padding-bottom: 25px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
    margin-bottom: 12px;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.666%
}

.gallery-columns-7 .gallery-item {
    width: 14.285%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.111%
}

.gallery img {
    box-shadow: 0px 0px 4px #ccc;
    border: 1px solid white !important;
    padding: 1px;
    background: #f2f2f2;
    max-width: 92%;
    height: auto;
}

.gallery img:hover {
    background: white;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl,
.gallery dt {
    margin: 0;
}

.gallery br {
    clear: both
}

.gallery br+br {
    display: none;
}


/* Navigation  ---------------------- */

nav {
    margin: 0;
    padding: 0;
}

ul#menu,
ul#menu ul, ul#menu-yp,
ul#menu-yp ul, ul#menu-yp-sm,
ul#menu-yp-sm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#menu a, ul#menu-yp a, ul#menu-yp-sm a {
    display: block;
    text-decoration: none;
}

ul#menu li, ul#menu-yp li, ul#menu-yp-sm li {
    margin: 1px 0 0;
    padding: 0;
    font-size: 13px;
    border-bottom: 0;
}

ul#menu li a, ul#menu-yp li a, ul#menu-yp-sm li a {
    color: #000;
    padding: 4px;
    border-bottom: 0;
    background: #cecece;
}

ul#menu li a:hover,
ul#menu li.current-menu-item a,
ul#menu li.current-menu-ancestor a, ul#menu-yp li a:hover,
ul#menu-yp li.current-menu-item a,
ul#menu-yp li.current-menu-ancestor a, ul#menu-yp-sm li a:hover,
ul#menu-yp-sm li.current-menu-item a,
ul#menu-yp-sm li.current-menu-ancestor a {
    background: #5e1e16;
    color: #fff;
}

ul#menu li.current-menu-ancestor ul li a,
ul#menu li.current-menu-item ul li a, ul#menu-yp li.current-menu-ancestor ul li a,
ul#menu-yp li.current-menu-item ul li a, ul#menu-yp-sm li.current-menu-ancestor ul li a,
ul#menu-yp-sm li.current-menu-item ul li a {
    color: #000;
    border-bottom: 0;
    background: transparent;
}

ul#menu li.current-menu-ancestor ul li.current-menu-item a, ul#menu-yp li.current-menu-ancestor ul li.current-menu-item a, ul#menu-yp-sm li.current-menu-ancestor ul li.current-menu-item a {
    color: #92012c;
}

ul#menu li ul li, ul#menu-yp li ul li, ul#menu-yp-sm li ul li {
    border-bottom: 1px solid #d9d8d8;
}

ul#menu li ul li:last-child, ul#menu-yp li ul li:last-child, ul#menu-yp-sm li ul li:last-child {
    border-bottom: 0;
}

ul#menu li ul li a, ul#menu-yp li ul li a, ul#menu-yp-sm li ul li a  {
    color: #000;
    background: transparent;
}

ul#menu li ul li:last-child a, ul#menu-yp li ul li:last-child a, ul#menu-yp-sm li ul li:last-child a {
    border-bottom: 0;
}

ul#menu li ul li a:hover, ul#menu-yp li ul li a:hover, ul#menu-yp-sm li ul li a:hover {
    color: #92012c;
    background: transparent;
}


/*
Title:		IE patches and fixes
*/


/* self-clear floats */

* html .group {
    /* IE6 */
    height: 1%;
}

*:first-child+html .group {
    /* IE7 */
    min-height: 1%;
}


/* pseudo box-shadow - IE6 */

* html div.side-box ul.testimonials li a img,
* html #latest div.project img,
* html div.content img,
* html div.content div.member,
* html div.comment-area ul.comments li img.avatar {
    background-color: #fff !important;
    border: 1px solid #e4e4e4;
    padding: 5px;
}


/* pseudo box-shadow - IE7 */

*:first-child+html div.side-box ul.testimonials li a img,
*:first-child+html #latest div.project img,
*:first-child+html div.content img,
*:first-child+html div.content div.member,
*:first-child+html div.comment-area ul.comments li img.avatar {
    background-color: #fff !important;
    border: 1px solid #e4e4e4;
    padding: 5px;
}


/* submit button styling - IE6 */

* html div.content form input#submit {
    width: 126px;
    height: 58px;
    border: none;
    padding: 0;
    background: transparent url(../img/btn-submit.png) no-repeat !important;
    text-indent: -9999px;
    cursor: pointer;
}


/* reply button positioning */

* html div.comment-area ul.comments li a.reply {
    margin-top: -62px;
}

*:first-child+html div.comment-area ul.comments li a.reply {
    margin-top: -62px;
}

body {
    background-color: #863d34;
}

img.wpml_flags {
    border: 0;
    width: 18px;
    height: 12px;
}

#featured .item img {
    height: 447px!important;
}

.slicknav_menu {
    display: none;
}

.hidelarge {
    display: none;
}

.hidesmall {
    display: block;
}

#offer,
#thecat {
    clear: both!important;
    position: relative!important;
    z-index: 9!important;
}

@media only screen and (min-width: 767px) and (max-width: 770px) {
    #headerinside {
        width: 745px;
    }
    #logo {
        width: 200px;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #logo h1 {
        width: 200px;
        height: 41px;
        background: url(../img/logo800.png) no-repeat;
    }
    #container {
        width: 745px;
    }
    #main {
        width: 535px;
        margin: 15px 0 0 0px;
    }
    #secondary, #secondary-sm {
        width: 180px;
        float: right;
        margin-left: 10px;
    }
    #featured .item img {
        height: 401px!important;
    }
    #featured {
        height: 401px;
    }
    #footer {
        width: 550px;
    }
    .slicknav_menu {
        display: none;
    }
}

@media only screen and (min-width: 799px) and (max-width: 801px) {
    #headerinside {
        width: 780px;
    }
    #logo {
        width: 225px;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #logo h1 {
        width: 200px;
        height: 41px;
        background: url(../img/logo800.png) no-repeat;
    }
    #container {
        width: 780px;
    }
    #main {
        width: 560px;
        margin: 15px 0 0 0px;
    }
    #secondary, #secondary-sm {
        width: 185px;
        float: right;
        margin-left: 10px;
    }
    #featured .item img {
        height: 420px!important;
    }
    #featured {
        height: 420px;
    }
    #footer {
        width: 570px;
    }
    .slicknav_menu {
        display: none;
    }
}

@media only screen and (min-width: 411px) and (max-width: 415px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 410px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 400px;
    }
    #main {
        width: 380px;
        margin: 0 0 35px;
    }
    #secondary,#secondary-sm {
        width: 398px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 285px!important;
    }
    #featured {
        height: 285px;
    }
    #footer {
        width: 400px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
    .gallery-columns-4 .gallery-item {
        width: 50%;
    }
}

@media only screen and (min-width: 731px) and (max-width: 737px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 730px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 720px;
    }
    #main {
        width: 700px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 718px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #footer {
        width: 720px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
}

@media only screen and (min-width: 374px) and (max-width: 376px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 370px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 360px;
    }
    #main {
        width: 340px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 358px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 275px!important;
    }
    #featured {
        height: 275px;
    }
    #footer {
        width: 360px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
    .gallery-columns-4 .gallery-item {
        width: 50%;
    }
}

@media only screen and (min-width: 666px) and (max-width: 668px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 660px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 660px;
    }
    #main {
        width: 640px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 658px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #footer {
        width: 660px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
}

@media only screen and (min-width: 319px) and (max-width: 321px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 315px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 310px;
    }
    #main {
        width: 290px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 308px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 225px!important;
    }
    #featured {
        height: 225px;
    }
    #footer {
        width: 310px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
    .gallery-columns-4 .gallery-item {
        width: 50%;
    }
}

@media only screen and (min-width: 567px) and (max-width: 569px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 560px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 560px;
    }
    #main {
        width: 540px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 558px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 405px!important;
    }
    #featured {
        height: 405px;
    }
    #footer {
        width: 560px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
}

@media only screen and (min-width: 383px) and (max-width: 385px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 380px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 370px;
    }
    #main {
        width: 350px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 368px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 252px!important;
    }
    #featured {
        height: 252px;
    }
    #footer {
        width: 370px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
    .gallery-columns-4 .gallery-item {
        width: 50%;
    }
}

@media only screen and (min-width: 639px) and (max-width: 641px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 630px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 630px;
    }
    #main {
        width: 610px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 628px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #footer {
        width: 630px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
}

@media only screen and (min-width: 359px) and (max-width: 361px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 350px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 340px;
    }
    #main {
        width: 320px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 338px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 240px!important;
    }
    #featured {
        height: 240px;
    }
    #footer {
        width: 340px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
    .gallery-columns-4 .gallery-item {
        width: 50%;
    }
}

@media only screen and (min-width: 959px) and (max-width: 961px) {
    #headerinside {
        width: 940px;
    }
    #logo {
        width: 279px;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #logo h1 {
        width: 279px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
    }
    #container {
        width: 940px;
    }
    #main {
        width: 660px;
        margin: 15px 0 0 0px;
    }
    #secondary, #secondary-sm {
        width: 235px;
        float: right;
        margin-left: 10px;
    }
    #featured .item img {
        height: 420px!important;
    }
    #featured {
        height: 420px;
    }
    #footer {
        width: 670px;
    }
    .slicknav_menu {
        display: none;
    }
}

@media only screen and (min-width: 599px) and (max-width: 601px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 590px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 590px;
    }
    #main {
        width: 570px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 588px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 428px!important;
    }
    #featured {
        height: 428px;
    }
    #footer {
        width: 590px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
}

@media only screen and (min-width: 719px) and (max-width: 721px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 710px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 700px;
    }
    #main {
        width: 680px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 698px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #footer {
        width: 700px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
}

@media only screen and (min-width: 531px) and (max-width: 533px) {
    body {
        overflow-x: hidden;
    }
    #headerinside {
        width: 525px;
    }
    #logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    #logo h1 {
        width: 300px;
        height: 60px;
        background: url(../img/logo8.png) no-repeat;
        text-indent: -9999px;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
    #container {
        width: 520px;
    }
    #main {
        width: 500px;
        margin: 0 0 35px;
    }
    #secondary, #secondary-sm {
        width: 518px;
        float: none;
        margin: 40px 0 0;
        clear: both;
    }
    #featured .item img {
        height: 375px!important;
    }
    #featured {
        height: 375px;
    }
    #footer {
        width: 520px;
    }
    #footer p {
        width: 100%;
        text-align: center;
    }
    #footer p.credits {
        text-align: center;
    }
    #navlig {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #94002e!important;
        border-bottom: 1px solid #a6093a;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #303030!important;
        border-radius: 5px;
        padding: 7px 10px;
        display: table!important;
        margin: 8px auto!important;
        float: none!important;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #303030!important;
        color: #fff!important;
    }
    .slicknav_nav a {
        font-size: 14px;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .hidesmall {
        display: none;
    }
    .hidelarge {
        display: block;
    }
}

p.antagonistikotita {margin-top:15px;}
p.antagonistikotita a img {margin:0 auto!important; display:table!important; text-align:center!important; width:auto!important;}