/*! normalize.css v1.1.3 | mit license | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

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

    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: none;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;

    margin: .67em 0;
}

h2 {
    font-size: 1.5em;

    margin: .83em 0;
}

h3 {
    font-size: 1.17em;

    margin: 1em 0;
}

h4 {
    font-size: 1em;

    margin: 1.33em 0;
}

h5 {
    font-size: .83em;

    margin: 1.67em 0;
}

h6 {
    font-size: .67em;

    margin: 2.33em 0;
}

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

b,
strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    color: #000;
    background: #ff0;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

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

q {
    quotes: none;
}

q:after,
q:before {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ol,
nav ul {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

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

figure,
form {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid silver;
}

legend {
    padding: 0;

    white-space: normal;

    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;

    margin: 0;

    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;

    -webkit-appearance: button;
}

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}

textarea {
    overflow: auto;

    vertical-align: top;
}

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

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: gotham light;
    font-weight: 300;

    src: url(../font/Gotham-Gotham-Light.otf);
}

.back-to-top {
    font-size: 17px;

    position: fixed;
    right: .25em;
    bottom: 4em;

    margin-right: 1em;
    padding: .5em .7em;

    cursor: pointer;
    -webkit-transition: all .5 ease;
    -o-transition: all .5 ease;
    transition: all .5 ease;

    border: 1px solid rgba(0, 0, 0, .2);
    background: transparent;
}

.back-to-top:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
}


/* img
{
    max-width: 100%;
} */

body,
html {
    font-size: 100%;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'gotham light';

    color: #999;
    background-color: #f5f5f5;
}

a {
    text-decoration: none;

    color: #000;
}

::selection {
    color: #fff;
    background: #838383; /* safari */
}

::-moz-selection {
    color: #fff;
    background: #838383; /* firefox */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgb(#2f3335);
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #838383;
    -webkit-box-shadow: 0 0 1px rgb(#2f3335);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.main-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 .625em;
}

.main-top-holder {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    padding: 0 1.2em;

    border-bottom: 1px solid #dbdbdb;
    background: #fff;
}

.logo-nav-holder {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.logo {
    margin-top: .65em;
}

.dropdown-wrapper,
.dropdown-wrapper ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.dropdown-wrapper {
    float: right;

    width: auto;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown-wrapper:before,
.dropdown-wrapper:after {
    display: table;

    content: '';
}

.dropdown-wrapper:after {
    clear: both;
}

.dropdown-wrapper {
    zoom: 1;
}

.active {
    color: #000 !important;
}

.dropdown-wrapper li {
    position: relative;

    float: left;

    padding: .75em 1em;
}

.dropdown-wrapper li:last-child {
    padding-right: 0;
}

.dropdown-wrapper a {
    font: 1.1em 'gotham light', 'arial';

    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    text-decoration: none;

    color: #999;
}

.dropdown-wrapper li:hover > a {
    color: #000;
}

.dropdown-wrapper ul {
    position: absolute;
    z-index: 50000;
    top: 45px;
    left: 0;

    visibility: hidden;

    border: 1px solid #dbdbdb;
    border-top: 1px solid #fff;
    background: #fff;
}

.has-dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 0;
}

.has-dropdown li {
    font-size: 15px;

    padding: .3em 1em;
}

.dropdown-wrapper li:hover > ul {
    visibility: visible;

    margin: 0;

    opacity: 1;
}

.dropdown-wrapper ul ul {
    top: 0;
    left: 0;

    margin: 0;
    padding: 0;
width: 100%;
    box-shadow: -1px 0 0 rgba(255, 255, 255, .3);

    _margin: 0; /*ie6 only*/
}

.dropdown-wrapper ul li {
    display: block;
    float: none;

    border: 0;

    _line-height: 0; /*ie6 only*/
}

.dropdown-wrapper ul li:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-wrapper ul a {
    display: block;
    float: none;

    white-space: nowrap;
    text-transform: none;

    _height: 10px;
}

.dropdown-wrapper ul li:first-child > a:after {
    position: absolute;
    top: -6px;
    left: 40px;

    content: '';
}

.dropdown-wrapper ul ul li:first-child a:after {
    top: 50%;
    left: -6px;

    margin-top: -6px;
}

.current {
    color: #000;
}

/* mobile */
.dropdown-wrapper-trigger {
    display: none;

    background: url(../img/hamburger.png) no-repeat center right;
}

/* ipad */
.no-transition {
    display: none;
    visibility: visible;

    transition: none;

    opacity: 1;
}

.dropdown-wrapper li:hover > .no-transition {
    display: block;
}


/*******************************
**********slider****************
*******************************/

.container a img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.container {
    z-index: 2;

    width: 100%;
    max-width: 1260px;
    margin: 5em auto 0;
}

.slidesjs-next:hover,
.slidesjs-previous:hover {
    opacity: .8;
}

.slidesjs-previous {
    background: url(../img/slider-prev-arrow.png) no-repeat;
}

.slidesjs-next {
    background: url(../img/slider-next-arrow.png) no-repeat;
}

.slidesjs-play,
a.slidesjs-stop.slidesjs-navigation,
.slidesjs-next,
.slidesjs-previous {
    display: none;
}

.slidesjs-pagination {
    margin-top: 1.1em;

    text-align: center;
}

.slidesjs-pagination-item {
    display: inline-block;
}

.slidesjs-pagination-item a {
    font-family: gotham light;
    line-height: 2;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 .5em;

    border: 1px solid rgba(0, 0, 0, .2);
}

.slidesjs-pagination .active {
    color: white;
    border: 1px solid rgba(0, 0, 0, .8);
}


#slides {
    display: none;
}

.copyrights {
    width: 100%;
    margin-top: 3em;
    padding: .5em 0 1em 0;

    border-top: 1px solid rgba(0, 0, 0, .2);
}

.copyrights p {
    font-size: .8em;
    line-height: 1.4;

    display: block;

    margin: 0;

    text-align: right;
}

/**********grid*********
  ************************
  ***********************/

.last-one.montage {
    width: 44% !important;
    max-width: 100%;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
}

.title {
    font-size: 1.1rem;
    font-weight: 100;

    margin: 1.5em 0 1em 0;
}

.images-wrapper {
    padding: 0;
}

.images-wrapper li {
    display: inline-block;

    list-style-type: none;
}

.grid {
    float: left;

    width: 100%;

    margin-top: 2em;
}

/* Presets */

.presets-img {
    max-width: 100%;
    display: block;
    margin: .5em 0;
}

/* friends */

.friends-wrap {
    margin-top: 3em;
}

.friends-wrap p a {
    font-size: 13px;
    color: #999;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

.friends-wrap p a:hover {
    color: #000;
}

.emphasized {
    margin: .5em 0;
    color: #666;
    font-size: 13px;
}

.table-text {
    font-size: 13px;
}

.rwd-table tr {


}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    /* padding-top: .5em; */
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

/* .rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
} */

/********Contact Form ********
******************************
*****************************/

.contact_form {
    margin-bottom: 30px;
}

.contact_form h2, .contact_form label {
    font-family: "Gotham Light";
}

.form_hint, .required_notification {
    font-size: 11px;
}


/* === List Styles === */

.contact_form ul {

    width: 100%;

    max-width: 700px;

    list-style-type: none;

    list-style-position: outside;

    margin: 0px;

    padding: 0px;

}

.contact_form li {

    padding: 12px;

    border-bottom: 1px solid #eee;

    position: relative;

}

.contact_form li:last-child {

    border-bottom: 0px;

}


/* === Form Header === */

.contact_form h2 {

    margin: 0;

    display: inline;

}

.required_notification {

    color: #d45252;

    margin: 5px 0 0 0;

    display: inline;

    float: right;

}


/* === Form Elements === */

.contact_form label {

    width: 150px;

    margin-top: 3px;

    display: inline-block;

    float: left;

    padding: 3px;

}

.contact_form input {

    width: 299px;

    padding: 5px 8px;

}

.contact_form textarea {
    padding: 8px;
    width: 100%;
    max-width: 300px;
}

.contact_form button {
    margin-left: 151px;
}


/* form element visual styles */

.contact_form input, .contact_form textarea {

    border: 1px solid #999;

    padding-right: 30px;

    -moz-transition: all .5s ease;

    -webkit-transition: all .5s ease;

    -o-transition: all .5s ease;

    transition: all .5s ease;

}

.contact_form input:focus, .contact_form textarea:focus {
    outline: 0;
    border: 1px solid #777;
}


/* === HTML5 validation styles === */

.contact_form input:required, .contact_form textarea:required {

    background: #fff url(contact/red_asterisk.png) no-repeat 98% center;

}


/* === Form hints === */

.form_hint {

    background: #d45252;

    border-radius: 3px 3px 3px 3px;

    color: white;

    margin-left: 8px;

    padding: 1px 6px;

    z-index: 999; /* hints stay above all other elements */

    position: absolute; /* allows proper formatting if hint is two lines */

    display: none;

}

.form_hint::before {

    content: "\25C0";

    color: #d45252;

    position: absolute;

    top: 1px;

    left: -6px;

}

.contact_form input:focus + .form_hint {
    display: inline;
}

.contact_form input:required:valid + .form_hint {
    background: #28921f;
}

.contact_form input:required:valid + .form_hint::before {
    color: #28921f;
}


/* === Button Style === */

.submit {

    font-family: 'gotham light';
    padding: .75em 1em;

    border: 1px solid #777;

    color: #777;

    background: transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.submit:hover {

    background: #777;

    color: white;
}

.required {
    color: red !important;
}

#contact p,
#contact a {
    font-size: 15px;
    color: #777 !important;
}

span.msg_sent {
    color: #8dc63f;
}

span.msg_not_sent {
    color: #d45252;
}


@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em 2.5em;
    }

    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table {
    margin-top: 3em;
    color: #999;
    overflow: hidden;
}

.rwd-table tr {
}

.rwd-table th, .rwd-table td {
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        /* padding: 1em !important; */
    }
}

/* .rwd-table th, .rwd-table td:before {
  color: #dd5;
} */


/*******************************
**********responsive************
*******************************/
/* for tablets & smart phones */


@media (max-width: 860px) {

    .fancybox-inner {
        margin: 0 auto !important;
    }

    .fancybox-skin {
        padding: 6px !important;
    }

    .fancybox-title-inside-wrap {
        margin-top: 10px;
        width: 90%;
        margin: 10px auto 0;
    }

    #fancybox-buttons.top {
        top: 45px !important;
        position: fixed;
    }

    .fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
        width: 100% !important;
        left: 0 !important;
    }

    .contact_form button {
        margin-left: 0px;
    }

    .dropdown-wrapper li {
        font-size: .9em;

        padding: .75em .3em;
    }

    /* nav-wrap */
    .dropdown-wrapper-wrap {
        position: relative;
    }

    .dropdown-wrapper-wrap * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* menu icon */
    .dropdown-wrapper-trigger {
        display: block;

        width: 40px;
        height: 40px;

        cursor: pointer;
    }

    /* main nav */
    .dropdown-wrapper {
        position: absolute;
        z-index: 50000;
        left: 0;

        display: none;

        width: 100%;

        background-color: #f5f5f5;
        box-shadow: none;;
    }

    .dropdown-wrapper:after {
        position: absolute;
        top: -8px;
        right: 21px;

        content: '';

        border-right: 8px solid transparent;
        border-bottom: 8px solid #f5f5f5;
        border-left: 8px solid transparent;;
    }

    .dropdown-wrapper ul {
        position: static;

        visibility: visible;

        margin: 0;

        opacity: 1;
        background: none;
        box-shadow: none;
    }

    .dropdown-wrapper ul ul {
        margin: 0 0 0 20px !important;

        box-shadow: none;
    }

    .dropdown-wrapper li {
        position: static;

        display: block;
        float: none;

        margin: 5px;

        box-shadow: none;
    }

    .dropdown-wrapper ul li {
        margin-left: 20px;

        box-shadow: none;
    }

    .dropdown-wrapper a {
        display: block;
        float: none;

        padding: 0;

        color: #999;
    }

    .dropdown-wrapper a:hover {
        color: #fafafa;
    }

    .dropdown-wrapper ul a {
        width: auto;
        padding: 0;
    }

    .dropdown-wrapper ul a:hover {
        background: none;
    }

    .dropdown-wrapper ul li:first-child a:after,
    .dropdown-wrapper ul ul li:first-child a:after {
        border: 0;
    }

    .am-wrapper img {
        max-width: 100%;
        display: block !important;
        margin: 0 auto !important;
        position: static !important;
    }
}

@media (max-width: 767px) {
    .grid {
        margin-top: 2em;
    }

    .navbar-inner {
        margin: -20px;
    }

    /* slidshow button styles */
    a.slideshow_button {
        font-size: 22px;

        position: fixed;
        z-index: 100001;
        right: 0;
        bottom: 35px;
        left: 0;

        display: none;

        width: 140px;
        margin: auto;
        padding: 14px 30px;

        cursor: pointer;
    }

    .slidesjs-next,
    .slidesjs-previous {
        display: none;
        float: right;

        width: 34%;
        margin-top: 1.7em;

        text-indent: -9999px;

        opacity: .6;
    }

    .slidesjs-pagination {
        display: none;
    }

    .container {
        width: auto;
    }

    .dropdown-wrapper li {
        font-size: .9em;

        padding: .75em 1em;

        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .presets-img {
        width: 100%;
        max-width: 100%;
    }

}

/******** nav ********/

/* for smartphones */
@media (max-width: 480px) {
    .container {
        width: auto;
    }
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.emphasized-box {
    min-width: 300px!important;
    min-height: 400px!important;
}

.emphasized-box .swipebox {
    min-width: 300px!important;
    min-height: 400px!important;
}

.swipebox-emphasized img {
    min-width: 300px!important;
    min-height: 400px!important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
