/*------------------------------------------------------------------------------------------------------------*/
/*  THEME NAME: kilmelford
/*  LEVEL: WORDPRESS
/*  AUTHOR: LAMONTDESIGN LTD
/*--------------------------------------------------------------------------------------------------------------

/*------------------------------------------------------------------------------------------------------------*/
/*  HTML5 display definitions
/*------------------------------------------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
nav canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a:focus {}

a:active {}

a img {
    border: none;
    outline: none;
}

a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

html {
    height: 100%;
    min-height: 100%;
    padding: 0;
}

body {
    margin: 0;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    background: #137DB1;
}

iframe {
    margin-bottom: 15px;
}


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


/*  TYPOGRAPHY
/*------------------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0.4em;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 3.5em;
    margin-top: 0;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1.6em;
}

p {
    color: #000;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-bottom: 1px;
    margin-top: 0;
}

blockquote,
blockquote p,
p blockquote {
    margin: 20px 20px 10px 20px;
    padding: 0;
    color: #999;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 1.5em;
}

a {
    text-decoration: none;
    color: #137DB1;
    outline: none;
    border: 0;
}

a:hover {
    color: #0B4B6A;
}

ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.5em;
    line-height: 1.6em;
}

ul li ul {
    margin: 0;
}

ul li ul li {
    font-size: 100%;
}

#content .span-1-1 ul,
#content .span-2-3 ul,
#content .span-3-4 ul {
    padding: 0 0 0 40px;
    list-style-type: disc;
}

#content .span-1-1 ul li,
#content .span-2-3 ul li,
#content .span-3-4 ul li {
    list-style-type: disc;
}

ol {
    padding: 0 0 0.6em 40px;
    list-style-type: decimal-leading-zero;
    display: block;
}

ol li {
    list-style-type: decimal-leading-zero;
    font-size: 1.5em;
    line-height: 1.6em;
}

dl {
    margin: 0;
    padding: 0 0 0 40px;
}

dt {
    font-size: 2em;
    color: #494439;
}

dd {
    margin: 0 0 0.6em 0;
    padding: 0;
    font-size: 1.5em;
    line-height: 1.6em;
}

small {
    font-size: 80%;
}


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


/*  WRAPPERS
/*------------------------------------------------------------------------------------------------------------*/

.wrapper {
    width: 100%;
}

.wrapper.grey {
    background: #E8E8E8;
}


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


/*  ROWS
/*------------------------------------------------------------------------------------------------------------*/

.row {
    position: relative;
    margin: 0 auto;
    padding: 0 20px 20px 0;
    max-width: 980px;
}


/*.row.no-padding{
  padding:0;
  width:980px;
  }*/

.row.no-padding-right {
    padding-right: 0;
    /*width:980px;*/
}

.row.no-padding-bottom {
    padding-bottom: 0;
}


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


/*  COLUMNS
/*------------------------------------------------------------------------------------------------------------*/

.col {
    position: relative;
    margin: 0;
    padding: 20px 0 0 20px;
    float: left;
    display: block;
}

.col.no-padding-top {
    padding: 0 0 0 20px;
}


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


/*  COLUMN WIDTHS
/*------------------------------------------------------------------------------------------------------------*/

.span-1-1 {
    width: 100%;
}

.span-1-2 {
    width: 50%;
}

.span-1-3 {
    width: 33.33%;
}

.span-2-3 {
    width: 66.66%;
}

.span-1-4 {
    width: 25%;
}


.span-1-4.sidebar {
    position: relative;
    padding-right: 20px;
    /*width:220px;*/
    background: url(assets/images/elements/bg-sidebar.png) 0 0 repeat-y;
}

.span-1-4.sidebar #sidebar-trim {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    background: url(assets/images/elements/bg-sidebar-bottom.png) 0 0 no-repeat;
}

.span-3-4 {
    width: 75%;
}

.span-3-4.padding-right {
    padding-right: 20px;
    /*width:680px;*/
}

.span-1-6 {
    width: 16.66%;
}


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


/*  COLUMN WIDTHS (NESTED)
/*------------------------------------------------------------------------------------------------------------*/


/*.span-1-2 .span-1-2{
  width:220px;
  }

.span-1-2 .span-1-2.no-padding-left{
  padding:20px 0 0 0;
  }*/


/*.span-1-2 .span-1-2 input[type="text"],
.span-1-2 .span-1-2 input[type="password"],
.span-1-2 .span-1-2 textarea {
  width:200px;
  max-width:200px;
  min-width:200px;
  }*/


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


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

#header {
    position: relative;
    background: url(assets/images/elements/bg-header.png) top center repeat-x;
}

#header-top p {
    margin-top: 42px;
    color: #137DB1;
    margin-bottom: 0;
}

#header-top p span {
    color: #F1C210;
    font-weight: bold;
}

#header-slides {
    margin: 0 auto;
    width: 100%;
    max-width: 1350px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

#waves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1350px;
    height: 32px;
    background: url(assets/images/elements/bg-header-wave.png) bottom center repeat-x;
    z-index: 1000;
}

#logo {
    width: 100%;
    height: 140px;
    background: url(assets/images/elements/logo.png) 0 0 no-repeat;
    display: block;
    background-size: contain;
}

#logo span {
    display: none;
}


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


/*  NAVIGATION
/*------------------------------------------------------------------------------------------------------------*/

#main-nav {
    position          : absolute;
    top               : 180px;
    left              : 50%;
    -ms-transform     : translateX(-50%);
    -moz-transform    : translateX(-50%);
    -webkit-transform : translateX(-50%);
    -o-transform      : translateX(-50%);
    transform         : translateX(-50%);
    padding           : 0;
    max-width         : 980px;
    width             : 100%;
    height            : 50px;
    background        : url(assets/images/elements/bg-nav.png) top center repeat-x #F1C210;
    list-style-type   : none;
    border-radius     : 0 0 5px 5px;
    z-index           : 1000;
    text-align        : center;
    margin            : 0;
}
#main-nav li {
    margin          : 0;
    color           : #000;
    font-size       : 2em;
    font-weight     : normal;
    list-style-type : none;
    height          : 50px;
    line-height     : 50px;
    border-left     : 2px solid #DAAE0D;
    display         : inline-block;
    float           : none;
}

#main-nav li:first-child {
    border-left: none;
}

#main-nav a {
    margin: 0;
    padding: 0 38px;
    display: block;
    color: #000;
    height: 50px;
}

#main-nav a:hover {
    color: #786108;
}

#main-nav .current-menu-item a,
#main-nav .current-page-parent a,
#main-nav .current-page-ancestor a {
    color: #FFF;
}


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


/*  CONTENT
/*------------------------------------------------------------------------------------------------------------*/

#content {
    background: url(assets/images/elements/bg-content-row.png) top center repeat-y;
    margin-top: -120px;
    position: relative;
    z-index: 1000;
}

.hp .row#hp-features {
    border-radius: 10px 10px 0 0;
    padding-bottom: 20px;
    padding-right: 20px;
    background: #FFF;
}

#hp-features a.hp-feature {
    display: block;
    text-align: center;
}

#hp-features a.hp-feature img {
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
}

#hp-features a.hp-feature:hover img {
    border-radius: 6px;
    box-shadow: 0 2px 6px #666;
}

#hp-features a.hp-feature h4 {
    color: #137DB1;
}

#hp-features a.hp-feature:hover h4 {
    color: #0B4B6A;
}

#hp-features a.hp-feature span {
    margin: 0 auto;
    color: #FFF;
    background: #F1C210;
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6em;
    border-radius: 6px;
}

#hp-features a.hp-feature:hover span {
    background: #DAAE0D;
}

.hp#content .row {
    /*width:980px;*/
    /*padding:0;*/
    /*padding-right: 20px;
  padding-bottom: 20px;*/
    /*url(assets/images/elements/bg-nav.png) top center repeat-x*/
    background: #D9D9D9;
    border-radius: 0;
}

#content .row {
    /*width:980px;*/
    padding: 0;
    /*background: url(assets/images/elements/bg-nav.png) 660px 0 repeat-y*/
    background: #D9D9D9;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#content .span-2-3 {
    padding: 30px;
    /*width:600px;*/
    min-height: 650px;
    background: #FFF;
    border-radius: 10px 0 0 0;
}

.hp#content .span-2-3 {
    padding: 30px;
    /*width:600px;*/
    min-height: 380px;
    /*background:url(assets/images/elements/bg-nav.png) top center repeat-x*/
    background: #E6E6E6;
    border-radius: 0;
}

#content .col img {
    max-width: 100%;
    height: auto;
}

#hp-features {
    border-bottom: 5px solid #CCCCCC;
}

#content .span-2-3 {
    border-right: 5px solid #CCC;
}

.hp#content .span-2-3 {
    border: none;
}

#content .row .span-1-3.right-content {
    padding: 0;
    /*width:320px;*/
}

.contact#content .row {
    background: #FFF;
    padding-right: 20px;
}



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


/*  SIDEBAR
/*------------------------------------------------------------------------------------------------------------*/

#subnav {
    background: #F1C210;
    /*url(assets/images/elements/bg-nav.png) 0 0 repeat-y */
}

#subnav h4 {
    margin: 0;
    padding: 15px 20px;
    font-weight: normal;
    background: #FFF;
    /*background: url(assets/images/elements/bg-nav.png) 0 0 repeat-y #FFF;*/
    color: #000;
}

#subnav ul {
    margin: 0;
}

#subnav li {
    border-bottom: 2px solid #DAAE0D;
    padding: 0;
    font-size: 1.6em;
    background: url(assets/images/elements/bullet.png) 0 10px no-repeat;
}

#subnav ul a {
    padding: 10px 36px;
    display: block;
    color: #FFF;
    background: url(assets/images/elements/bg-subnav-arrow.png) 20px 22px no-repeat;
}

#subnav a:hover {
    color: #786108;
}

#subnav .current-menu-item a,
#subnav .current_page_item a,
#subnav .current-page-parent a,
#subnav .current-page-ancestor a {
    color: #000;
}


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


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

#footer-top {
    background: #000;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}

#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #FFF;
}

#footer p {
    color: #D9D9D9;
    font-size: 1.4em;
}

#footer ul,
#footer ul li {
    color: #D9D9D9;
}

#footer a {
    color: #D9D9D9;
}

#footer a:hover {
    color: #F1C210;
}


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


/*  IMAGES
/*------------------------------------------------------------------------------------------------------------*/

#content img {
    margin-bottom: 20px;
}


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


/*  IMAGE ALIGNMENT
/*------------------------------------------------------------------------------------------------------------*/

.alignleft {
    margin: 0.5em 20px 20px 0;
    float: left;
}

.alignright {
    margin: 0.5em 0 20px 20px;
    float: right;
}

.aligncenter {
    margin: 0.5em auto 20px auto;
    display: block;
}


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


/*  GALLERY
/*------------------------------------------------------------------------------------------------------------*/

.gallery {
    margin-left: -20px;
}

.gallery-item {
    width: 33.33%;
    float: left;
}

.gallery img {
    /*margin:0px 0 20px 20px;*/
    width: 100%;
    /*height:105px;*/
    background: #EBE2D9;
    padding: 4%;
    border: 1px solid #D9D1C9;
}


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


/*  TABLES
/*------------------------------------------------------------------------------------------------------------*/

table {
    padding: 0 0 20px 0;
}

tr {}

thead th {
    padding: 15px;
    text-align: left;
    font-size: 2em;
    font-weight: normal;
    background: #137DB1;
    color: #FFF;
    vertical-align: top;
}

thead th a {
    color: #A7B6B1;
}

thead th a:hover {
    color: #CDD5D2;
}

tbody th {
    padding: 10px 15px;
    text-align: left;
    font-size: 1.4em;
    font-weight: normal;
    background: #CCC;
    color: #FFF;
    vertical-align: top;
}

td {
    border-bottom: #CCC solid 1px;
    padding: 10px 15px;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.3em;
    vertical-align: top;
}

tr:nth-child(even) {
    background: #E8E8E8;
}

tr:nth-child(odd) {
    background: #EEE;
}


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


/*  FORMS, INPUTS, TEXT AREAS, ETC
/*------------------------------------------------------------------------------------------------------------*/

input[type='text'],
input[type='password'] {
    margin-bottom: 20px;
    padding: 0 10px;
    height: 40px;
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    border-radius: 3px;
    background: #D9D9D9;
    color: #31322D;
    width: 100%;
}

textarea {
    margin-bottom: 20px;
    padding: 10px;
    height: 200px;
    min-height: 200px;
    max-height: 300px;
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    border-radius: 3px;
    background: #D9D9D9;
    color: #31322D;
    width: 100%;
}

input[type='submit'] {
    margin-bottom: 20px;
    /*padding: 10px;*/
    border: none;
    float: right;
    background: none repeat scroll 0 0 #F1C210;
    border-radius: 6px 6px 6px 6px;
    color: #FFF;
    display: block;
    font-size: 1.6em;
    height: 40px;
    line-height: 40px;
}

input[type='submit']:hover {
    background: #DAAE0D;
}


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


/*  NEWSLETTER SIGNUP
/*------------------------------------------------------------------------------------------------------------*/

#footerSignupForm input[type='text'] {
    width: 80%;
    height: 40px;
    float: left;
    border-radius: 5px 0 0 5px;
}

#footerSignupForm input[type='submit'] {
    width: 20%;
    height: 40px;
    float: left;
    background: url(assets/images/elements/btn-arrow.png) 0 0 no-repeat #C76816;
    border-radius: 0 5px 5px 0;
}

#footerSignupForm input[type='submit']:hover {
    background: url(assets/images/elements/btn-arrow.png) 0 0 no-repeat #9F5312;
}


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


/*  CLEARS & FIXES
/*------------------------------------------------------------------------------------------------------------*/

.clear {
    clear: both;
}


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


/*  ALIGNMENT
/*------------------------------------------------------------------------------------------------------------*/

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

input[type="submit"].btn-align-center {
    margin: 0 auto 20px auto;
    display: block;
    float: none;
    width: 140px;
}


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


/*  RESPONIVE SLIDER (HEADER)
/*------------------------------------------------------------------------------------------------------------*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    max-width: 1350px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    font-size: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
}


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


/*  RESPONIVE SLIDER (HEADER) #1
/*------------------------------------------------------------------------------------------------------------*/

.rslides#image-slider {
    /*height:520px;*/
    background: #000;
}

.rslides#image-slider li .caption {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -470px;
    width: 450px;
    color: #FFF;
    font-size: 4.1em;
    line-height: 1.4;
    font-weight: bold;
    display: block;
    text-shadow: #000 1px 1px 3px;
}

.rslides#image-slider li img {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    width: 100%;
    /*min-width:1350px;*/
}

.rslides_tabs.rslides1_tabs {
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    margin: 0;
    height: 30px;
    display: block;
    z-index: 1100;
    text-align: center;
}

.rslides_tabs.rslides1_tabs li {
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0 5px;
}

.rslides_tabs.rslides1_tabs li a {
    display: inline-block;
    height: 20px;
    line-height: 30px;
    padding: 0em 0.33em;
    width: 20px;
    background: #FFF;
    color: #FFF;
    border-radius: 100%;
    text-indent: -999px;
    overflow: hidden;
    direction: ltr;
}

.rslides_tabs.rslides1_tabs li.rslides_here a {
    background: #F1C210;
    color: #F1C210;
}

.slide-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(assets/images/elements/bg-slide-shadow.png) 0 0 repeat;
}


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


/*  RESPONIVE SLIDER (HEADER) #2
/*------------------------------------------------------------------------------------------------------------*/

#slider2 {
    margin-top: 20px;
    /*padding: 0 0 50px 0;*/
    text-align: center;
}

.right-content #slider2 {
    /*margin: 20px 20px 50px 20px;*/
    padding: 0;
}

.rslides_tabs.rslides2_tabs {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    height: 30px;
    display: block;
    z-index: 1100;
    text-align: center;
}

.rslides_tabs.rslides2_tabs li {
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0 5px;
}

#slider2 li a {
    display: block;
}

#slider2 li a img {
    background: #FFF;
    padding: 10px;
    border-radius: 100%;
    box-shadow: 0px 6px 6px #A6A6A6;
}

#slider2 li a:hover img {
    box-shadow: 0px 4px 4px #A6A6A6;
}

#slider2 li a h4 {
    color: #137DB1;
}

#slider2 li a:hover h4 {
    color: #0B4B6A;
}

.rslides_tabs.rslides2_tabs li a {
    display: inline;
    height: auto;
    line-height: 30px;
    padding: 0em 0.33em;
    width: auto;
    background: #FFF;
    color: #FFF;
    border-radius: 100%;
}

.rslides_tabs.rslides2_tabs li.rslides_here a {
    background: #137DB1;
    color: #137DB1;
}


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


/*  SOCIAL ICONS
/*------------------------------------------------------------------------------------------------------------*/

ul.social {
    /*width: 130px;
    height: 60px;*/
    float: right;
    margin: 0;
}

ul.social li {
    width: 60px;
    height: 60px;
    float: left;
}

ul.social li#facebook {
    margin-right: 10px;
}

ul.social li#facebook a {
    background: url(assets/images/elements/icon-facebook.png) 0 0 no-repeat;
}

ul.social li#twitter a {
    background: url(assets/images/elements/icon-twitter.png) 0 0 no-repeat;
}

ul.social li a {
    width: 60px;
    height: 60px;
    display: block;
}

ul.social li a span {
    display: none;
}


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


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

.padding-top-0 {
    padding-top: 0;
}

img.round-image {
    float: left;
    background: #FFF;
    padding: 10px;
    border-radius: 100%;
    box-shadow: 0px 6px 6px #A6A6A6;
}

a.post {
    border-top: 1px solid #F1C210;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
}

a.post h2 {
    color: #137DB1;
}

a.post:hover h2 {
    color: #0B4B6A;
}

.sidebar-widget {
    padding: 0;
}

.sidebar-widget ul,
.sidebar-widget ul li,
.sidebar-widget li {
    list-style-type: none;
    margin: 0;
}

.sidebar-widget h2 {}

.sidebar-widget ul li {
    font-size: 1.6em;
    padding: 0;
}

.sidebar-widget ul li a {
    color: #137DB1;
    display: block;
}

.sidebar-widget ul li a:hover {
    color: #0B4B6A;
}

.post-controls {
    width: 100%;
    /*height: 40px;*/
}

.post-controls .post-prev a {
    width: 50%;
    /*height: 40px;
    line-height: 40px;*/
    font-size: 1.5em;
    text-align: left;
    float: left;
}

.post-controls .post-next a {
    width: 50%;
    /*height: 40px;
    line-height: 40px;*/
    font-size: 1.5em;
    text-align: right;
    float: right;
}

#slider2
{
    max-width: 100% !important;
    width: 100%;
}
.sidebar-posts
{
    padding: 30px 30px 0 30px;
}

/*a[rel=gallery]
{
    display:block;
    float:left;
}*/

#mob-nav-btn
{
    position                  : absolute;
    right                     : 0;
    top                       : 0;
    width                     : 40px;
    height                    : 40px;
    border-bottom-left-radius : 10px;
    background                : url(assets/images/elements/btn-menu.png) no-repeat left center #F1C210;
    z-index                   : 99;
    display                   : none;
}
#mob-nav-btn.open
{
    background-position : -40px center;
    background-color    : #E2B60F;
}

#slider2
{
    margin-bottom: 60px;
}
#slider2 li
{
    padding-left: 20px;
    padding-right: 20px;
}

.gallery-item .col-inner
{
    margin-left: 20px;
}

@media (max-width:980px) {
    #mob-nav-btn
    {
        display:block;
    }
    #main-nav
    {
        display           : none;
        left              : 0;
        -ms-transform     : none;
        -webkit-transform : none;
        -moz-transform    : none;
        -o-transform      : none;
        transform         : none;
        width             : 100%;
        position          : absolute;
        top               : 0;
        z-index           : 98;
        background        : #F1C210;
        height            : auto;
        border-bottom     : 5px solid white;
    }
    #main-nav li
    {
        width: 100%;
        float:none;
    }
    #main-nav.open
    {
        display:block;
    }
    .col
    {
        word-wrap: break-word;
    }
}
@media (max-width:700px) {
    .gallery-item {
        width: 50%;
        float: left;
    }
}
@media (max-width:500px) {
    #content .span-1-1 ul, #content .span-2-3 ul, #content .span-3-4 ul
    {
        padding-left: 0;
    }
    #content .span-2-3
    {
        padding: 20px;
    }
    #header-top .col {
        width: 100%;
    }
    #content .col img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }

    #header-top
    {
        background: #FFF;
    }

    #footer .col
    {
        width: 50%;
    }
    #footer .col:nth-child(2n+1)
    {
        clear:both;
    }
    #footer .col.span-1-3
    {
        width: 100%;
    }
    .col
    {
        width: 100%;
        text-align:center;

        word-wrap: break-word;
    }

    ul.social
    {
        width: 100%;
        text-align:center;
        float:none;
    }
    ul.social li
    {
        display:inline-block;
        float: none;
    }

    #sidebar
    {
        padding-bottom: 30px;
    }

    #logo
    {
        height: 70px;
        background-position: center top;
    }
    #header-top p
    {
        margin: 0;
    }
}