/*css reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

body,
.galleria-thumbnails .galleria-image {
    background-image: url('../images/stressed_linen.png');
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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


/* ============ Begin Custom Code ============ */

body {
    font-family: 'Lato', sans-serif;
}

#homepage {
    /*background-color: #000*/
}

#subpage {
    /*background-color: #000*/
}

.container {
    /*width:100% !important;*/
}

#menu {
    position: relative;
    height: 54px;
    width: 100%;
    background-color: #383838;
    z-index: 999999999999999999999999;
}

.navbar {
    z-index: 999999999999999999999999;
}

.navbar-brand {
    font-size: 1em;
}

.navbar-right li {
    padding: 0;
    margin: 0 10px 0 0;
    width: 26px;
    height: 26px;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right:15px !important;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    clear: both;
    position: absolute;
    right: 10px;
    top: 10px;
}

#logo {
    height: 26px;
    color: white;
    font-size: 28px;
    font-weight: 900;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 16px;
    float: left;
}

#menu h1 {
    float: left;
    padding-left: 10px;
    font-size: 18px;
    top: 24px;
    right: 20px;
    position: absolute;
    letter-spacing: .1em;
}

#menu h2 {
    top: 24px;
    right: 20px;
    color: #6c6c6c;
    font-size: 10px;
    padding-right: 20px;
    font-weight: 100;
    letter-spacing: .29em
}

#menu #copywright {
    position: absolute;
    top: 34px;
    right: 24px;
    height: 26px;
    color: #5F5F5F;
    font-size: 12px;
}

#menu li {
    height: 26px;
    float: left;
    margin-right: 6px;
    padding: 6px 10px 0px 0px;
    list-style-type: none;
    display: block;
    text-align: center;
    font-size: 13px;
    /*background-color:#4D5154;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
}

a {
    color: #989898;
}

#menu a {
    text-decoration: none;
}

.nounderline {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

a:hover {
    color: #fff;
}

#menu li:hover {
    text-decoration: underline;
}

.facebook {
    float: left;
    padding-left: 0px;
    margin-top: 12px;
    width: 24px;
    height: 24px;
    background-image: url('../images/FacebookSmall2.png');
    background-size: 24px 24px;
}

.facebook a {
    width: 100%;
    height: 100%;
    display: block;
}

.facebook:hover {
    background-image: url('../images/FacebookSmall2h.png');
    background-size: 24px 24px;
}

#servicestxt h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 6px 0px 10px 0px;
    color: #F4EA1C;
}

.stylebox {
    background-color: #2E2E2E;
    padding: 20px;
    margin-bottom: 20px;
}

/* Demo styles */

body {
    margin: 0;
    font-size: 3em;
}

#galleria {
    position: absolute;
    top: 44px;
    left: 0;
    bottom: 0;
    right: 0;
}

#content {
    color: white;
    margin-bottom: 20px;
}

#content h1 {
    font-size: 2em;
    padding: 14px 0px 16px 0px;
    font-weight: 900;
}

.paddingwall {
    padding: 0 20px;
}

#homepage,
#content #abouttxt,
#content #contacttxt,
#content #servicestxt {
    /*width:40%;*/
    font-size: 1.1em;
    line-height: 1.8em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #D2D2D2;
    /*padding-right: 20px;*/
}

.titles {
    font-size: .8em;
    font-weight: bold;
    margin-top: -14px;
    margin-bottom: 20px;
    color: #838383;
}

#contactform {
    color: #D2D2D2;
    background-color: #2e2e2e;
    display: block;
    padding: 20px;
}

#contactpage #contactform {
    background-color: #FF6468;
}

#profilepic {
    float: right;
    width: 400px;
    padding-bottom: 10px;
}

#contactform h1 {
    font-size: 22px;
    padding: 6px 0 20px 0;
}

.cbtitle {
    padding-bottom: 10px;
}

.cbfield {
    width: 100%;
    padding-bottom: 10px;
}

.cbfield input,
.cbfield textarea,
.cbtitle {
    width: 100%;
}

.g-recaptcha {
    float: right;
    width: 304px;
    padding-bottom: 10px;
}

.cbfield select {
    width: 200px;
}

textarea,
select,
input {
    moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.title {
    line-height: 1.7em;
    font-size: 16px;
}

body .galleria-container,
body .galleria-stage {
    background-color: #000;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    body {
    font-size: 2.2em;
}
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
        body {
    font-size: 1.4em;
}
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
