body {
    margin: 0;
    padding: 0;
    background-color: #eceff1;
    color: #455a64;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.tooltip {
    position: fixed;
    z-index: 99999;
}

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


header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.headbar {
    width: 1200px;
    margin: 0 auto;
}

.searchbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 20px 0;
  z-index: 99;
  text-align: center;
  display: none;
}

.searchbox {
  width: 95%;
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  background-color: #fafafa;
  border-radius: 10px;
}

.logobox {
    width: 550px;
    height: auto;
    float: left;
    margin: 0 0 0 15px;
}

.imgobj > img {
    height: 60vh;
    object-fit: cover;
    width: 100%;
}

.menubox {
    float: right;
    cursor: pointer;
    padding: 50px 0 0 0;
}
.menubox1 {
    /*margin-right: 10px;*/
}

.menubox>i {
    font-size: 30px;
    color: #d12329;
}

.pagemmenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    z-index: 100;
    height: 100vh;
    background-color: rgba(209, 35, 41, 0.9);
    display: none;
    overflow: hidden;
}

.pagemmenuinner {
    height: calc(100vh - 90px);
    padding: 30px 0;
    width: 100%;
    overflow-y: auto;
    font-size: 18px;
    position: relative;
}

.uk-link, a {
    color: #fff;
    padding: 15px !important;
}

.uk-link:hover, a:hover, .uk-link:focus, a:focus {
    color: #d12329;
    background-color: #fff;
}

.uk-nav-divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
}

ul.uk-nav-sub {
    font-size: 14px;
    padding: 0;
}

.page {
    width: 100%;
    position: relative;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}

.messbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.mainmess {
    position: absolute;
    bottom: -50px;
    right: 0;
    padding: 30px;
    background-color: #d12329;
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 200;
}

.mess1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
}

.subhig {
    padding: 100px 0;
    text-align: center;
}

.high2 {
    width: 1000px;
    margin: 0 auto;
}

.subpage {
    padding: 60px 0;
}

.redbox {
    background-color: #d12329;
    color: #fff;
}

.whitebox {
    background-color: #fff;
}

.contentbox>h1 {
    color: #d12329;
    font-weight: 200;
    font-size: 38px;
    padding-left: 20px;
}


.gridinner {
    padding: 15px;
    /*height: 85px;*/
}

.gridinner2 {
    padding: 15px 30px 15px 0;
    height: auto;
}

.gridinner2>h2 {
    color: #d12329;
    font-weight: 200;
}

.date {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
}

.part {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 20px;
}

.part2 {
    font-size: 18px;
    margin-top: 0;
    line-height: 20px;
}


/*.leftborder {
    border-right: 1px solid #eceff1;
}*/

footer {
    background-color: #455a64;
    color: #fff;
    padding: 100px 0;
}

.footsubmenu {
    width: 50%;
    display: block;
    float: left;
}

.footmenu>li>a {
    font-size: 14px;
    padding: 5px 0 !important;
}

.footmenu>li>a:hover, .footmenu>li>a:focus {
    background-color: #455a64;
    color: #90a4ae;
}

.addbox {
    font-size: 14px;
    color: #fff;
}

.addbox>h3 {
    color: #fff;
}

.addbox2 {
    font-size: 14px;
    width: 75%;
}

.addbox2>h3 {
    color: #d12329;
}

.copy {
    font-size: 14px;
    width: 100%;
    padding-top: 30px;
}

.active {
    background-color: #fff;
    box-shadow: 0 0 5px #455a64;
}

.active>.headbar>.logobox {
    width: 300px;
}

.active>.headbar>.menubox {
    padding-top: 15px;
}

.contentpage {
    margin-top: -70px;
}

.titlebox {
    padding: 30px;
}

.titlebox>h1 {
    font-weight: 200;
    color: #fff;
    margin: 0;
}

.pagecontent {
    padding: 30px 30px 30px 0;
}

.formtitle {
    margin: 0;
    font-weight: 500;
}

.formtitle>a {
    color: #455a64;
    padding: 0 !important;
}

.formfield {
    width: 100%;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #eceff1 !important;
    padding: 10px !important;
}

.btn {
    margin-top: 15px;
    font-size: 20px;
}

.heroimg {
    overflow: hidden;
    height: 400px;
    object-fit: cover;
    padding: 0
}

.blogmarg {
    margin: 80px 0;
}

.bloginner {
    padding: 30px 30px 30px 0;
}

.bloginner>h1 {
    color: #d12329;
    font-weight: 200;
}

.datebox {
    padding: 15px;
    text-align: center;
}

.bdate {
    font-size: 36px;
    font-weight: 500;
}

.formbox {
    border-bottom: 1px solid #eceff1;
}

.formbox:last-child {
    border: 0;
}

.whatever {
    display: inline-block;
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
}
.blogc{
  display: inline-block;
  height: auto;
  padding: 5px;
}


input[type=checkbox]:checked+.blogc {
    background-color: #d12329;
    color: #fff;
}


.discriptions {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.noties {
    font-size: 12px;
}

.fullwidth {
    width: 100%;
}

#menu {
    background-color: #d12329;
    color: #fff;
    font-size: 20px;
    width: calc(100% - 30px);
    margin-top: 50px;
    padding: 15px;
}

.fc-event {
    font-size: 14px;
    background-color: #d12329;
    border: 0;
    padding: 5px !important;
}

.fc-event:hover, .fc-event:focus {
    background-color: #455a64;
}

.contacthead {
    color: #d12329;
    font-weight: 200;
    margin-bottom: 40px;
    text-align: right;
}

#mappoint {
    height: 300px;
    width: 100%;
}

.uk-modal-footer {
    width: 100%;
    border: 0;
    background-color: #fff;
}

.uk-modal-header {
    border: 0;
    background-color: #fff;
}

.modeltitle {
    color: #d12329;
    font-weight: 200;
}

.btnmodel {
    margin-left: 10px;
    font-size: 18px;
}

.copyitem {
    text-align: center;
}

.copyitem>a:focus, .copyitem>a:hover {
    background-color: transparent;
    color: #90a4ae;
    text-decoration: none;
    padding: 0;
}

.text2 {
    width: 100%;
    font-weight: 200 !important;
    color: #d12329;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: inherit;
}

.whitebox3 {
    background-color: #fff;
}

.high {
    padding-left: 30px;
}

.angular-ui-tree-handle {
    padding: 20px 20px;
    font-weight: 300;
}

.angular-ui-tree-handle:hover {
    color: #d12329;
    background: #fff;
}

.tree-node {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.butt {
    margin: -12px;
    font-weight: 300;
}

.gridpad {
    padding: 35px;
}

.gal-img {
    padding: 0 !important;
}

.message {
    margin: 80px 0;
    color: #d12329;
}

.text-error {
    font-size: 14px;
    color: #d12329;
}

.calender-text {
    margin-top: 30px;
    font-size: 18px;
}

.green {
    background-color: green !important;
}

.contactText {
    text-align: center;
    font-size: 24px;
    color: #d12329;
}

.error {
    width: 768px;
    height: 130px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.imglogo {
    width: 350px;
}

.errorpage {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.lodingpage {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.loading {
    bottom: 0;
    height: 160px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
}

.bottomborder {
    border-bottom: 1px solid rgba(209, 35, 41, 0.5);
}

.text5 {
    padding-right: 60px;
}
.mail {
    color: inherit;
    padding: 0 !important;
}

.mail:hover {
    text-decoration: none;
    color: #4C9ED9;
}

.circle{
	font-size: 24px;
	}

ul >.socialicons >a:hover {
    color: inherit;
    background: none !important;
}

.socialicons {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: #fff;
    padding-top: 6px;
    padding-left: 2px;
}

.sicon {
    color: #455a64;
    font-size: 22px;
}

.socialicons > .circle {
    padding: 0 5px !important;
}

.list > .socialicons {
  display: inline-block;
}

.tdesig {
  font-size: 14px;
}

.tname {
  font-size: 18px;
}
.tdesig {
   font-size: 14px;
}

.thr {
  border-top: 1px solid #d12329;
}

.tpad {
  padding: 30px;
}

.logo:hover{
  background-color: transparent;
}
.testi {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.download_intro {
    text-align: center;
}
.bigtext {
    font-size: 28px;
}
.download_box {
    width: 300px;
    margin: 20px auto;
}
.download_box > a {
    padding: 0 !important;
}
.rightmarging {
    margin-right: 10px;
}
.boxtwo {
    width: 140px;
    float: left;
}

#gmap_canvas {
    height: 550px;
    width: 100%;
}

#mapouter {
    height: 550px;
    width: 100%;
    position: absolute;
}

 .font3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
}

.font4 {
    padding: 13px;
}

 .card {
    width: 330px;
    height: 480px;
    background-color: #fff;
    position: relative;
    float: right;
    margin: 35px;
}

 .formfield {
    width: 100%;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #eceff1 !important;
}
.searcha{
  text-decoration: none !important;
  padding: 0 !important;
}
.semp {
  height: 100px;
padding-top: 8px;
}

/*.text{
   height:55px;
   overflow: hidden;
}*/

.angular-google-map, .angular-google-map-container {
  height: 350px;
  width:100%;
}

.infobox > img {
  display: none;
}
.bloginner > a{
  padding: 0 !important;
}
.bloginner > a:hover {
  text-decoration: none;
}

.cat li
{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  padding-top: 12px;
  float: left;
}


input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked+.whatever {
    background-color: #d12329;
    color: #fff;
}

.formname {
    margin: 0;
}
