/* ####################################################### */

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

html {
    box-sizing: border-box;
}

/* ################## font declarations ################## */

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold.woff') format('woff'),
         url('fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold.woff') format('woff'),
         url('fonts/OpenSans-Bold.ttf') format('truetype'),
         url('fonts/OpenSans-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light.woff') format('woff'),
         url('fonts/OpenSans-Light.ttf') format('truetype'),
         url('fonts/OpenSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novecento_sans_widenormal';
    src: url('fonts/Novecentosanswide-Normal-webfont.woff2') format('woff2'),
         url('fonts/Novecentosanswide-Normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novecento_sans_widemedium';
    src: url('fonts/Novecentosanswide-Medium-webfont.woff2') format('woff2'),
         url('fonts/Novecentosanswide-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novecento_sans_widedemibold';
    src: url('fonts/Novecentosanswide-DemiBold-webfont.woff2') format('woff2'),
         url('fonts/Novecentosanswide-DemiBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Bold.eot');
    src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Bold.woff') format('woff'),
         url('fonts/SourceSansPro-Bold.ttf') format('truetype'),
         url('fonts/SourceSansPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Courgette';
    src: url('fonts/Courgette-Regular.eot');
    src: url('fonts/Courgette-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Courgette-Regular.woff') format('woff'),
         url('fonts/Courgette-Regular.ttf') format('truetype'),
         url('fonts/Courgette-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* ####################### general ####################### */

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

div, span, a {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0px;
}

ul {
    padding-right: 10px;
}

b {
    font-weight: 600;
}

a {
    font-family: inherit;
    font-weight: normal;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

textarea:focus, input:focus {
    outline: none;
}

textarea {
    resize: none;
}

/* ####################### headings ###################### */

h1 {
    margin: 0;
    padding: 0px 0px 30px 0px;
    font-family: 'novecento_sans_widedemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 36px;
    color: #333;
}

h2 {
    margin: 0;
    padding: 0px 0px 15px 0px;
    font-family: 'novecento_sans_widenormal', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: #333;
}

h3 {
    margin: 0;
    padding: 0px 0px 18px 0px;
    font-family: 'novecento_sans_widemedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #333;
}

/* #################### content area ##################### */

.quote {
    font-family: 'Courgette', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #27b0e6;
}

.tagline {
    padding: 0px 0px 30px 0px;
    color: #bebebe;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

#innerphotobg {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: center;
}

.content-padding {
    padding-left: 35px;
    padding-right: 35px;
}

.contactwrapper {
    margin: 5px 15px 15px 15px;
    padding: 18px 18px 12px 18px;
    width: 210px;
    display: inline-block;
    border: 1px solid white;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 42px;
}

.contactwrapper a {
    color: #fff;
    text-decoration: none;
}

.contactlink {
    padding: 20px 0px 0px 0px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.border {
    border: 1px solid #575757;
}

#map_canvas {
    width: 100%;
    height: 500px !important;
}

.shadow {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
    
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
    
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
}

/* ##################### footer area ##################### */

#fullcopyright {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    display: block;
}

#mobilecopyright {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    display: none;
}

a.eighteenthree {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

a.eighteenthree:hover {
    color: #fff;
    text-decoration: underline;
}

a.footer {
    text-decoration: none;
}

a.footer:hover {
    text-decoration: underline;
}

/* ################### tables and forms ################## */

.tablewidth {
    width: 750px;
}

.inputwidth {
    width: 740px;
}

.tablewidth2 {
    width: 690px;
}

.inputwidth2 {
    width: 680px;
}

form {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.formtitle {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #151515;
}

.forminput {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #151515;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}

.formtextarea {
    overflow: auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #151515;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}

.form-btn, .form-btn:hover {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #151515;
    background: #fff;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* #################### media queries #################### */

@media screen and (min-width:1201px) {
    #innerphotobg { height:400px; }
    .photologo { margin-top:50px; }
    #mainlogo { height:310px; }
    #fullcopyright { display:block; }
    #mobilecopyright { display:none; }
    #map_canvas { height: 500px !important; }
    .content-padding, .content-padding-left { padding-left:35px; padding-right:35px; }
    .contentphoto { width:475px; }
}

@media screen and (min-width:1101px) and (max-width:1200px) {
    #innerphotobg { height:400px; }
    .photologo { margin-top:50px; }
    #mainlogo { height:310px; }
    #fullcopyright { display:block; }
    #mobilecopyright { display:none; }
    #map_canvas { height: 500px !important; }
    .content-padding, .content-padding-left { padding-left:35px; padding-right:35px; }
    .contentphoto { width:475px; }
}

@media screen and (min-width:1001px) and (max-width:1100px) {
    #innerphotobg { height:350px; }
    .photologo { margin-top:40px; }
    #mainlogo { height:270px; }
    #fullcopyright { display:block; }
    #mobilecopyright { display:none; }
    #map_canvas { height: 500px !important; }
    .content-padding, .content-padding-left { padding-left:35px; padding-right:35px; }
    .contentphoto { width:475px; }
}

@media screen and (min-width:901px) and (max-width:1000px) {
    #innerphotobg { height:350px; }
    .photologo { margin-top:40px; }
    #mainlogo { height:270px; }
    .tablewidth { width:600px; }
    .inputwidth { width:590px; }
    .tablewidth2 { width:540px; }
    .inputwidth2 { width:530px; }
    #fullcopyright { display:block; }
    #mobilecopyright { display:none; }
    #map_canvas { height: 500px !important; }
    .content-padding, .content-padding-left { padding-left:35px; padding-right:35px; }
    .contentphoto { width:400px; }
}

@media screen and (min-width:651px) and (max-width:900px) {
    #innerphotobg { height:300px; }
    .photologo { margin-top:29px; }
    #mainlogo { height:240px; }
    .tablewidth { width:380px; }
    .inputwidth { width:370px; }
    .tablewidth2 { width:320px; }
    .inputwidth2 { width:310px; }
    #fullcopyright { display:block; }
    #mobilecopyright { display:none; }
    #map_canvas { height: 450px !important; }
    .content-padding, .content-padding-left { padding-left:30px; padding-right:30px; }
    .contentphoto { width:300px; }
}

@media screen and (min-width:451px) and (max-width:650px) {
    #innerphotobg { height:230px; }
    .photologo { margin-top:23px; }
    #mainlogo { height:180px; }
    .tablewidth { width:320px; }
    .inputwidth { width:310px; }
    .tablewidth2 { width:260px; }
    .inputwidth2 { width:250px; }
    #fullcopyright { display:none; }
    #mobilecopyright { display:block; }
    #map_canvas { height: 400px !important; }
    .content-padding, .content-padding-left { padding-left:25px; padding-right:25px; }
    .contentphoto { width:250px; }
}

@media screen and (max-width:450px) {
    #innerphotobg { height:200px; }
    .photologo { margin-top:28px; }
    #mainlogo { height:142px; }
    .tablewidth { width:320px; }
    .inputwidth { width:310px; }
    .tablewidth2 { width:260px; }
    .inputwidth2 { width:250px; }
    #fullcopyright { display:none; }
    #mobilecopyright { display:block; }
    #map_canvas { height: 400px !important; }
    .content-padding, .content-padding-left { padding-left:25px; padding-right:25px; }
    .contentphoto { width:250px; }
}

/* ######################################################### */
