#leftcontent {
    position:relative;
    left:0;
    top:0;
    height:calc(30vw - 10%);
    width:100%;
    overflow: visible;
    z-index:1;
    background-color:rgba(255, 255, 255, 0.35);
}

#rightcontent {
    position:relative;
    height:auto;
    width:100%;
    top:0;
    background-color:#F1F1F1;
}

a{
    text-decoration: none;
}

body {
    margin:0;
    padding:0;
    background-color:#F2F2F2;
    height: auto;
    width:auto;
    background-image:url(../img/bg.png);
    background-size: 60px 60px;
}

#rightcontentholder {
    margin:0;
    display:flex;
}

.homep {
    padding: 30px 60px;
    text-align:left;
    font-size:17px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    display:block;
    font-family: helvetica, verdana, arial, sans-serif;
    color: #868686;
    text-align: justify;
}

#leftcontentholder {
    background-image:url(../img/armfarmcrowned.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:80% 80%;
    background-color:#FFF;
    position:absolute;
    width:calc(30% - 30px);
    top:15px;
    left:15px;
    height:calc(100% - 30px);
    padding:0;
    border-radius:2px;
}

.homeplarge {
    text-align:center;
    font-family: helvetica, verdana, arial, sans-serif;
    font-weight:bold;
    color:#0078D7;
    padding:0;
    font-size:18px;
}


.welcomeholder {
    margin:0 0 15px 15px;
    height:auto;
    width:100%;
    background-color:#FFF;
    top:0;
    display: block;
    clear: none;
    float:left;
    box-shadow:0 0px 2px 0 rgba(0, 101, 166, 0.24);
    border-radius:2px;
}

#contactholder {
    background-color:rgb(251, 251, 251);
    width:70vw;
    height:auto;
    position:relative;
    margin-top:20px;
    margin-bottom:40px;
    margin-left:auto;
    margin-right:auto;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.22);
    overflow-x: hidden;
    overflow-y: scroll;
}

.contenttable {
    padding: 12px;
    width: 100%;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size:16px;
    color:#2D4352;
    border-collapse:collapse;
    top:0;
    position:relative;
}

.leftalign {
    text-align: right;
    font-style: italic;
}

.rightalign {
    text-align: left;
}

.contenttable td{
    padding:2px 20px;
    border-style: none;
    border-width:1px;
    border-color:rgb(231, 231, 231);
    background-color:#FFF;
}

.contenttable tr:hover td{
    background-color:#f0f0f0;
}
#middlecontent {
    position:relative;
    height:100%;
    width:80%;
    margin-left: auto;
    margin-right:auto;
}

#middlecontentholder {
    background-size:80% 80%;
    background-color:#FFF;
    width:calc(100% - 30px);
    height:calc(100% - 40px);
    min-height: 500px;
    padding:0;
    margin:20px 10px 20px 20px;
    border-radius:6px;
    box-shadow:0 1px 2px 0 rgba(0,0,0,0.22);
}

#photocontent {
    width:100%;
    top:0;
    position:absolute;
    height: 800px;
    /* background-image: url(../img/team.png);
    background-size:contain;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat; */
    background-image: url(../img/watermark.png); 
    background-size:80px auto;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat:repeat;
}

#bothholder {
    position:relative;
    top:0;
    width:80%;
    height: auto;
    margin:0 10%;
    box-shadow: 0 0 192px #FFF;
}

.welcomeholderheader {
    margin:0;
    width:calc(70% - 15px);
    height:20%;
    padding: 0;
    display: inline-block;
    background-color:#FFF;
    display: block;
    border-radius:2px;
    position: absolute;
    bottom:15px;
    right:15px;
}

#photocontentgradient {
    width:100%;
    right:0;
    position:absolute;
    height: 400px;
    top:65px;
    background-color:#333;
    background-size:contain;
    background-position: top;
    background-attachment: fixed;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #E9E9E9 50%, #E9E9E9 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #E9E9E9 50%, #E9E9E9 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #E9E9E9 50%, #E9E9E9 100%);
}

#graygradient {
    background-color:#DDE0E3;
    position:absolute;
    width:100%;
    height:100%;
    top:400px;
    left:0;
    float:right;
    background: -moz-linear-gradient(top, #E9E9E9 0%, #E9E9E9 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, #E9E9E9 0%, #E9E9E9 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, #E9E9E9 0%, #E9E9E9 50%, rgba(0,0,0,0) 100%);
}

hr {
    width: 100%;
    height:1px;
    padding:0;
    margin:0;
    background-color:rgba(0, 101, 166, 0.12);
    border-style:none;
}

.welcomeimage {
    width:calc(100% - 30px);
    margin:15px;
    height:auto;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
}

#rightphotoholder {
    width:calc(70% - 15px);
    top:15px;
    right:15px;
    height: calc(80% - 30px);
    background-color: #FFF;
    position:absolute;
    border-radius:2px;
    background-image:url(../img/staff.jpg);
    background-size:80% auto;
    background-position: center 21px;
    background-repeat: no-repeat;
}

#rightphoto {
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    background-size:cover;
    background-position:top;
    position:absolute;
    top:10px;
    left:10px;
}

#rightcontent-left {
    position: relative;
    float:left;
    left:0;
    top:0;
    width:calc(50% - 22.5px);
    height: auto;

}

#rightcontent-right {
    position: relative;
    float:left;
    left: 15px;
    top: 0;
    width: calc(50% - 22.5px);
    height: auto;
}

.welcomeholder-wide {
    position: relative;
    margin:0 0 15px 15px;
    width:calc(100% - 30px);
    background-color:#FFF;
    bottom:0;
    display: block;
    float:left;
    box-shadow: 0 0px 2px 0 rgba(0, 101, 166, 0.24);
    border-radius:2px;
}

#contentleft {
    width:calc(50% - 4px);
    height: 100%;
    border-right: 4px solid #F2F2F2;
    position:relative;
    float: left;
}

#contentright {
    width:50%;
    height:100%;
    position: relative;
    float: left;
}

.table-home {
    height: 50%;
    width:100%;
    text-align: center;
    font-family: Verdana, helvetica;
    font-size: 4vh;
}

#toplogo {
    height:100%;
    background-image: url(../img/armfarmcrownedhome.svg);
    width: 100%;
    background-position: center 10%;
    background-size:80% auto;
    background-repeat: no-repeat;
}

.contentright-text {
    margin: 0 40px 0 40px;
    top: 3%;
    position: relative;
    font-size: 18px;
    font-family: verdana;
    color: #616161;
}

.homies {
    flex: 1;
    width:calc(100% / 3);
}

.homeleft-holder {
    width:calc(100% - 26px);
    margin:0 16px 16px 16px;
    background-color:#FFF;
}

.homies-header {
    width: 100%;
    font-size: 21px;
    color: #FFF;
    background-color:#0078d7;
    cursor:default;
}
.homies-header:hover{
    background-color:#0081E6;
}

.homemiddle-holder {
    width:calc(100% - 16px);
    margin:0 8px 16px 8px;
    height: auto;
    background-color:#FFF;
}

.homeright-holder {
    width:100%;
    height: auto;
    background-color:#FFF;
    width:calc(100% - 26px);
    margin:0 16px 16px 8px;
}

.t-ext {
    padding:0 30px 19px 30px;
    font-family:verdana, helvetica, arial;
    font-size: 16px;
    line-height: 21px;
    font-size:12px;
    color:#656565;
    text-align:left;
    cursor: default;
}
.homies-header p {
    text-align: center;
    font-family: verdana, helvetica, arial;
    font-size:25px;
    padding:25px 0;
    
}
#weareready {
    position:relative;
    display:block;
    flex:0;
    clear:both;
    font-family:verdana, helvetica, arial;
    font-size: 19px;
    line-height: 23px;
    padding: 62px 30px 34px 30px;
    color:#656565;
    text-align:center;
    background-color: #FFF;
}
#weareready:hover {
    color:#484848;
}

#rightcontenttopper {
    display: flex;
    position:relative;
    height:auto;
    width:100%;
    top:0;
    border-bottom: 11px solid #EAEAEA;
}

#rightcontentdownner {
    display: flex;
    position:relative;
    height:auto;
    width:100%;
    top:0;
    clear:both;
    padding:0;
    font-family:verdana, helvetica, arial;
    line-height: 21px;
    font-size:12px;
    color:#656565;
    text-align:center;
    background-color: #FFF;
    padding:0 0 25px 0;
}

.rightcontentdownner {
    flex: 1;
    width:calc(100% / 3);
}

#footer {
    height:370px;
    position:relative;
    width:100%;
    background-color:#29333C;
    background-image:url('../img/24.png');
    text-align: center;
    border-top: solid 14px #0078d7;
    overflow: hidden;
    z-index: 1;
}

.menu {
    display:inline-block;
    padding:0;
    margin:0;
}
.menu ul li{

}
.menu ul{
    padding: 0;
    margin: 0;
    position: relative;
    top: -25px;
}
ul.menuholder li{
    text-align: left;
    list-style: none;
    font-size: 15px;
    color: #FFF;
    padding:6.5px;
    font-family: verdana, helvetica;
    
}
ul.menuholder li:hover{
    cursor: pointer;
    color:#0078d7;
}
table.contact-table{
    color:#FFF;
    font-family: verdana, helvetica;
    text-align: left;
    font-size: 18px;
    padding-left: 56px;
    position: relative;
    top: -162px;   
}
table.contact-table td{
    padding: 9px 13px;
    vertical-align: top;
}
.right-align{
    text-align:right;
}
.middle-align{
    text-align:center;
}
#footer-insider {
    display:inline-block;
    padding:45px 0 0 0;
    margin:0;
}

#top-logo {
    background-image: url(../img/both.png);
    width: 35%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-size: auto 140px;
    background-repeat: no-repeat;
    background-position: top right;
    cursor: pointer;
}
#top-logo:hover{
    opacity:0.8;
}
#top-logo.scroll{
    background-position: bottom right;
    background-size: auto 140px;
    background-repeat: no-repeat;
}

.menuinsider{
    height: 100%;
    color:#0078d7;
    padding: 0 1vw;
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: bold;
    line-height: 70px;
    display: inline-block;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}
.white{
    color:#FFF;
}
.menuinsider.white:hover{
    background-color:#FFF;
    color:#0078d7;
}

.menuinsider:hover{
    background-color:#0078d7;
    color:#FFF;
}

#menuinsiderholder {
    position: relative;
    width: 65%;
    text-align: center;
    float: right;
}
div.middle-top {
    height:165px;
    width:375px;
    background-color:#0078d7;
}
p.topone{
    margin: 0;
    padding: 18px 0 0 25px;
    font-family: verdana, helvetica;
    text-align: left;
    font-size: 24px;
    color: #FFF;
}
p.downone{
    margin: 0;
    padding: 23px 36px 0 25px;
    font-family: verdana, helvetica;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    color: #FFF;
}


div.owl-carousel div{
    padding:0;
    font-size: 35px;
    color:#FFF;
    font-family: arial;
    text-align: center;
}

.owl-carousel {
    padding-top:127px;
    width: 84%;
    left: 111px;
}

#logogo {
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(../img/armfarmcrownedhome.svg);
    left: calc(50% - 150px);
    top: 170px;
    background-size: 320px auto;
    background-position: -11px 6px;
    background-repeat: no-repeat;
}

#watermark-holder {
    width:100%;
    height:300px;
    top:0;
    left:0;
    position:absolute;
    background-image:url(../img/watermarkbg.png);
    background-repeat:repeat;
    background-size:auto 416px;
    background-position:center;
}

div #aboutpart p span {
    font-size: 62px;
    display: block;
    line-height: 64px;
    padding-top: 40px;
}

ul li.down-menu-header{
    color:#0078D7;
    font-weight: bold;
    padding-left: 5px;
    font-size: 18px;
}

table tr td.down-table-header{
    color:#0078D7;
    font-weight: bold;
    padding-left: 9px;
    font-size: 18px;
}
table.hours-table{
    color:#FFF;
    font-family: verdana, helvetica;
    text-align: left;
    font-size: 18px;
    padding-left: 56px;
    position: relative;
    top: -120px;   
}
table.hours-table td{
    padding: 9px 13px;
    vertical-align: top;
}

.btn {
    width: 64px;
    height: 34px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    padding-top: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #0078D7;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #FFF;
  background-color: #0078D7;
    opacity: 0.7;
}

.btn.next{
    position:absolute;
    right:0;
    top:123px;
}
.btn.prev{
    position: absolute;
    left:0;
    top:123px;
}
#framy{
    position: fixed;
    width:100%;
    height:calc(100% - 73px);
    top:73px;
    background-color:#FFF;
    z-index:2;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
#framy.unloaded{
    top: 100%;;
}
body.ovhidden{
    overflow: hidden;
    height: 100vh;
    width:100%;
}
#copyright {
    width: 100%;
    color: rgba(255, 255, 255, 0.37);
    height: auto;
    left: 0;
    font-family: verdana, helvetica, arial;
    font-size: 17px;
    bottom: 9px;
    position: absolute;
}