@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(//fonts.googleapis.com/css?family=Righteous);
.navigation {
  z-index: 999;
  position: relative;
  float: right;
  padding-top: 84px;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.on__sub .sf-menu > li {
  font-size: 22px;
  line-height: 36px;
}
.on__sub .sf-menu > li + li {
  margin-left: 31px;
}
.sf-menu > li {
  float: left;
  position: relative;
  font: 30px/24px 'Righteous', cursive;
}
.sf-menu > li + li {
  margin-left: 42px;
}
.sf-menu > li > a {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -6px;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.sf-menu > li.sfHover > .sf-with-ul:after,
.sf-menu > li.current > .sf-with-ul:after {
  /*border-top-color: #ffea00;*/
  border-top-color: #d82d2d;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  /*color: #ffea00;*/
  color: #d82d2d;
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  width: 195px;
  background: url(../images/sub_bg.png) 0 0 repeat;
  top: 47px;
  padding: 2px 0 5px;
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-align: left;
  font: 13px/20px 'Lato', sans-serif;
  text-transform: uppercase;
}
.sf-menu li ul li + li {
  border-top: 1px solid #000000;
}
.sf-menu li ul li.sfHover > .sf-with-ul:after {
  color: #000000;
}
.sf-menu li ul li a {
  position: relative;
  color: #ffffff;
  display: block;
  padding: 10px 19px 9px;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
  right: 14px;
  bottom: 14px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  background-color: #ffea00;
  color: #000000;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 100%;
  margin-left: 0;
  top: -2px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    font-size: 12px;
  }
  .sf-menu > li ul li ul {
    position: relative;
    left: 0;
    width: auto;
    margin-left: 0;
  }
  .header_search {
    margin-left: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  .select-menu {
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    text-align: left !important;
    display: block !important;
    border: 2px solid #333;
  }
  .select-menu option {
    text-align: left;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo {
  height: 80px;
  overflow: hidden;
}
.isStuck .logo a {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  position: relative;
  top: -58px;
  padding-bottom: 3px;
}
.isStuck .navigation {
  padding-top: 20px;
}
.on__sub .isStuck .logo {
  height: auto;
}
.on__sub .isStuck .logo a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  top: 0;
  padding-bottom: 0;
}
.on__sub .navigation {
  padding-top: 0px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #171717;
  font-size: 43px;
  line-height: 54px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: #171717;
  border-radius: 500px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  background-color: #ffea00;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #000000;
  color: #888888;
  font: 15px/25px 'Lato', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 25px;
}
p.offset__1 {
  margin-bottom: 14px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000000;
  font-family: 'Righteous', cursive;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
h2 {
  font-size: 61px;
  line-height: 36px;
  margin-bottom: 29px;
}
h2 span {
  padding-top: 22px;
  display: block;
  font: 100 51px/36px 'Lato', sans-serif;
}
h2.inset__1 {
  line-height: 60px;
  margin-top: -12px;
  margin-bottom: 17px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 {
  padding-top: 16px;
  margin-bottom: 15px;
}
.list-1 li {
  font-size: 25px;
  line-height: 37px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}
.list-1 li:before {
  position: absolute;
  content: '';
  font: 30px/37px 'FontAwesome';
  left: 0;
  top: -1px;
}
.list-1 li a:hover {
  color: #ffffff;
}
.list-1 li + li {
  margin-top: 13px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  /*color: #ffea00;*/
  color: #d82d2d;
  
}
.btn {
  background-color: #2c2c2c;
  /*color: #ffea00;*/
  color: #d82d2d;
  display: inline-block;
  padding: 19px 32px;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 23px;
}
.btn:hover {
  color: #171717;
  /*background-color: #ffea00;*/
  background-color: #d82d2d;
}
.btn.btn__inverse {
  color: #171717;
  /*background-color: #ffea00;*/
  background-color: #d82d2d;
}
.btn.btn__inverse:hover {
  background-color: #2c2c2c;
  /*color: #ffea00;*/
  color: #d82d2d;
}
.btn.offset__1 {
  margin-top: 61px;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 27px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.offset__1 {
  margin-bottom: 29px;
}
.img_inner.img_fright {
  margin-top: 0;
  position: relative;
  top: -10px;
  float: right;
  margin-left: 30px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.pad-1 {
  padding-right: 86px;
}
.pad-2 {
  padding-right: 40px;
}
/*header*/
.main {
  overflow: hidden;
}
#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: 999;
}
#header .logo {
  float: left;
  position: relative;
  color: #000;
  text-align: center;
}
#header .logo a {
  /*background: url(../images/logo-bg.png) 0 0 no-repeat;*/
  background: url(../images/logo_CF_wo_text.png) 0 0 no-repeat;
  font-size: 98px;
  font-weight: bold;
  line-height: 36px;
  display: block;
  width: 269px;
  padding-top: 34px;
  height: 159px;  
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
#header .logo * {
  position: relative;
  z-index: 2;
}
#header .logo *:hover {
  color: inherit;
}
#header .logo span {
  display: block;
  padding-top: 19px;
  font: 21px/36px 'Lato', sans-serif;
}
#header .logo strong {
  text-indent: -6px;
  letter-spacing: -6px;
  display: block;
  font-weight: normal;
}
#header.on__sub {
  padding-bottom: 281px;
  position: static;
  background: url(../images/slide-1.jpg) center bottom no-repeat;
}
#header.on__sub #stuck_container {
  padding: 11px 0 17px;
  background: url(../images/onsub_bg.png) 0 bottom repeat;
}
#header.on__sub .logo a {
  font-size: 35px;
  line-height: 14px;
  /*width: 98px;*/
  width: 260px;
  height: 65px;
  padding-top: 41px;
  /*background: url(../images/logo_bg-2.png) 0 0 no-repeat;*/
  background: url(../images/logo_CF_w_text.png) 0 0 no-repeat;
}
#header.on__sub .logo a strong {
  letter-spacing: -2px;
}
#header.on__sub .logo a span {
  padding-top: 0;
  margin-top: -5px;
  font-size: 7px;
}
#header.on__sub .navigation {
  padding-top: 35px;
}
.header_phone {
  padding-top: 9px;
  float: right;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 47px;
  text-align: right;
  font-weight: normal;
  color: #767676;
  position: relative;
  padding-left: 62px;
  margin-bottom: 43px;
}
.header_phone span {
  display: block;
  margin-top: -2px;
  color: #000000;
  font-size: 34px;
}
.header_phone .fa {
  font-size: 54px;
  line-height: 54px;
  color: #000000;
  left: 0;
  top: 54px;
  position: absolute;
}
/****Content****/
.page1 #content {
  position: relative;
  z-index: 10;
}
.dark {
  background-color: #171717;
  padding-bottom: 111px;
}
.dark.inset__1 {
  padding-bottom: 85px;
}
.light {
  background-color: #ebebeb;
  padding-top: 92px;
  padding-bottom: 61px;
  position: relative;
}
.light.inset__1 {
  padding-bottom: 76px;
}
.light.inset__1 h2 {
  padding-bottom: 3px;
}
.light.inset__2 {
  padding-top: 0;
}
.light.inset__2 h2 {
  padding-bottom: 56px;
}
/****Parallax****/
.par-dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.par-dots.dot-1 {
  background: url(../images/parallax-dots-1.png) 0 0 no-repeat;
}
.par-dots.dot-2 {
  background: url(../images/parallax-dots-2.png) 0 bottom no-repeat;
}
.par-dots.dot-3 {
  background: url(../images/parallax-dots-3.png) 0 bottom no-repeat;
}
.parallax-1 {
  position: relative;
  text-align: center;
  background: url("../images/parallax-1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 182px 0 167px;
}
.parallax-1 h2 {
  padding-bottom: 5px;
}
.parallax-1 p {
  margin-bottom: 0;
  padding: 0 40px;
}
.parallax-2 {
  position: relative;
  text-align: center;
  background: url("../images/parallax-2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 182px 0 67px;
}
.block-2 {
  position: relative;
  background-color: #ffea00;
}
.block-2.inset__1 {
  padding-top: 92px;
  padding-bottom: 83px;
}
.block-2.inset__1 h2 {
  padding-bottom: 30px;
}
/****Blocks****/
.thumbnail-1 {
  text-align: center;
  text-transform: uppercase;
}
.thumbnail-1 .fa-clock-o {
  font-size: 145px;
}
.thumbnail-1 .fa-calendar {
  font-size: 145px;
}
.thumbnail-1 .fa-paragraph {
  font-size: 145px;
}
.block-3 {
  padding-top: 30px;
  margin-bottom: 17px;
}
.block-3 img {
  margin-bottom: 22px;
}
.block-3 .text-1 {
  margin-bottom: 15px;
}
.icon-1 {
  margin: 0 auto 38px;
  font-size: 165px;
  line-height: 226px;
  display: block;
  width: 204px;
  height: 222px;
  text-align: center;
  color: #171717;
  margin-top: -109px;
  background-color: #fff;
  background: url(../images/six-bg-1.png) 0 0 no-repeat;
}
.icon-1.fa-hand-o-left {
  font-size: 145px;
}
.icon-1.fa-paragraph {
  font-size: 145px;
}
.icon-1.fa-users {
  font-size: 116px;
}
.icon-2 {
  margin: 0 auto 38px;
  font-size: 165px;
  line-height: 226px;
  display: block;
  /*width: 204px;*/
  width: 333px;
  height: 222px;
  text-align: center;
  color: #171717;
  margin-top: -109px;
  background-color: #fff;
  background: url(../images/Summertime_333x222.png) 0 0 no-repeat;
}
.icon-3 {
  margin: 0 auto 38px;
  font-size: 165px;
  line-height: 226px;
  display: block;
  /*width: 204px;*/
  width: 296px;
  height: 222px;
  text-align: center;
  color: #171717;
  margin-top: -109px;
  background-color: #fff;
  background: url(../images/SpeedCompetition_296x222.png) 0 0 no-repeat;
}
.icon-4 {
  margin: 0 auto 38px;
  font-size: 165px;
  line-height: 226px;
  display: block;
  /*width: 204px;*/
  width: 313px;
  height: 222px;
  text-align: center;
  color: #171717;
  margin-top: -109px;
  background-color: #fff;
  background: url(../images/GreatWar_313x222.png) 0 0 no-repeat;
}
.block-1 {
  margin-bottom: 7px;
  padding-top: 43px;
}
.block-1 .count {
  position: relative;
  top: -17px;
  color: #171717;
  width: 121px;
  height: 132px;
  float: left;
  margin-right: 22px;
  text-align: center;
  font: 73px/120px 'Righteous', cursive;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url(../images/count-sprite.png) 0 bottom no-repeat;
}
.block-1:hover .count {
  color: #ffea00;
  background-position: 0 0;
}
.block-1 .text-1 {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.bq-1 {
  color: #171717;
  position: relative;
  padding: 110px 0 149px;
}
.bq-1 img {
  float: left;
  margin-right: 96px;
  position: relative;
  top: -20px;
}
.bq-1 .text-1 {
  margin-bottom: 15px;
}
.bq-1 .fa {
  position: absolute;
  left: 0;
  background: url(../images/quotes.png) 0 0 no-repeat;
  width: 120px;
  height: 131px;
  left: 140px;
  top: 196px;
  text-align: center;
  color: #171717;
  font-size: 59px;
  line-height: 134px;
}
.thumbnail-2 {
  margin-bottom: 72px;
}
.thumbnail-2 time {
  position: relative;
  top: -3px;
  text-transform: uppercase;
  display: block;
  float: left;
  background: url(../images/count-sprite.png) 0 bottom no-repeat;
  width: 121px;
  height: 95px;
  color: #171717;
  font: 60px/36px 'Righteous', cursive;
  text-align: center;
  margin-right: 30px;
  padding-top: 37px;
}
.thumbnail-2 time span {
  padding-top: 3px;
  display: block;
  font: bold 13px/25px 'Lato', sans-serif;
}
.thumbnail-2 .text-1 {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.prv {
  margin-top: -10px;
  text-align: center;
  padding-bottom: 20px;
}
.prv .text-1 {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.prv p + .text-1 {
  padding-top: 25px;
}
/*****Gallery****/
.gall-item {
  margin-bottom: 24px;
  display: block;
  background-color: #ffea00;
  background: #ffea00 url(../images/magnify.png) center center no-repeat;
}
.gall-item img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 0 #fff;
  width: 100%;
}
.gall-item:hover img {
  opacity: 0.2;
}
/*******Tabs*******/
.div-nav .nav {
  padding-top: 9px;
  position: relative;
  overflow: hidden;
}
.div-nav .nav:after {
  left: 0;
  right: 0;
  top: 17px;
  position: absolute;
  height: 1px;
  background-color: #888;
  content: '';
}
.div-nav .nav li {
  float: left;
  width: 34px;
  text-align: center;
  position: relative;
}
.div-nav .nav li + li {
  margin-left: 66px;
}
.div-nav .nav li a {
  padding-top: 26px;
  position: relative;
  display: block;
}
.div-nav .nav li a:before {
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 500px;
  content: '';
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: 0;
  position: absolute;
}
.div-nav .nav li.selected a,
.div-nav .nav li a:hover {
  color: inherit;
}
.div-nav .nav li.selected a:before,
.div-nav .nav li a:hover:before {
  background-color: #ffea00;
}
.tab-content {
  overflow: hidden;
  padding-top: 68px;
}
.tab-content img {
  float: left;
  margin-right: 30px;
  position: relative;
  top: -16px;
}
.tab-content .text-1 {
  margin-bottom: 15px;
}
/****Calendar****/
#calendar {
  padding-top: 26px;
  margin-bottom: 14px;
}
#calendar h2 {
  background-color: #ffea00;
  font: bold 25px/25px 'Lato', sans-serif;
  padding: 19px 40px 17px;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}
#calendar .fc-toolbar {
  margin-bottom: 0 !important;
}
#calendar .fc-today-button {
  display: none;
}
#calendar .fc-view-container {
  background-color: #ffffff;
}
#calendar .fc-day-number {
  text-align: left;
  font-size: 15px;
  position: relative;
  color: #171717;
}
#calendar .fc-day-number span {
  position: relative;
  width: 30px;
  text-align: center;
  display: inline-block;
}
#calendar .fc-day-number:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffea00;
  content: '';
  width: 30px;
  height: 30px;
  left: -2px;
  top: -2px;
}
#calendar .fc-day-header {
  padding: 6px 0;
  color: #171717;
  font-size: 18px;
  line-height: 31px;
}
#calendar .fc-other-month:before {
  display: none;
}
#calendar .fc-other-month span {
  display: none;
}
#calendar .fc-event-container .fc-event {
  height: 100%;
  border-radius: 0 !important;
  border: 0 !important;
  text-align: center;
  background: none;
  color: #686868;
}
#calendar .fc-day.fc-today {
  background-color: #f6f6f6 !important;
}
#calendar .fc-day-grid .fc-row {
  height: 113px !important;
}
/****Separators****/
/****Text styles****/
.text-1 {
  font-size: 25px;
  line-height: 37px;
  font-weight: bold;
  color: #171717;
}
.color1 {
  color: #ffea00;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #171717;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****Map****/
.map {
  text-transform: none;
}
.map figure {
  display: block;
  padding-top: 56px;
  margin-bottom: 24px;
}
.map figure iframe {
  width: 100%;
  height: 596px;
  max-width: 100%;
}
.map .text-1 {
  margin-bottom: 7px;
  text-transform: uppercase;
}
.map .color1:hover {
  color: #ffffff;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.address1 {
  display: block;
  margin-bottom: 9px;
}
.content_map {
  color: #ffffff;
  position: relative;
  text-align: center;
  padding: 183px 0 133px;
}
.content_map .rel {
  position: relative;
  z-index: 10;
}
.address1 {
  margin-bottom: 36px;
  font-size: 13px;
}
.address1 span {
  padding-top: 10px;
  font-weight: bold;
  font-size: 34px;
  display: block;
}
.socials-icons {
  font-size: 0;
  line-height: 0;
}
.socials-icons .fa {
  display: inline-block;
  width: 67px;
  height: 72px;
  background: url(../images/social_sprite.png) 0 bottom no-repeat;
  color: #ffea00;
  text-align: center;
  font-size: 38px;
  line-height: 76px;
}
.socials-icons .fa:hover {
  color: #000000;
  background-position: 0 0;
}
.socials-icons .fa + .fa {
  margin-left: 20px;
}
/**Footer**/
#footer {
  text-align: center;
  padding: 22px 0 23px;
  font-size: 12px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #toTop {
    display: none !important;
  }
  h2 {
    line-height: 61px;
  }
  .sf-menu > li {
    font-size: 20px;
  }
  .div-nav .nav li + li {
    margin-left: 47px;
  }
  #header.on__sub {
    padding-bottom: 130px;
  }
  #contact-form label {
    width: 292px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
  #contact-form label {
    width: 100% !important;
  }
  .div-nav .nav li + li {
    margin-left: 30px;
  }
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea {
    width: 100% !important;
    float: none !important;
  }
  .map figure {
    height: auto !important;
  }
  .nowrap {
    white-space: normal;
  }
  .map figure {
    height: 100% !important;
  }
  h2 {
    font-size: 40px;
  }
  h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text-1 {
    font-size: 16px;
  }
  #header.on__sub {
    padding-bottom: 20px;
  }
  #header.on__sub .navigation {
    padding-top: 30px !important;
  }
  .div-nav .nav li {
    width: 8.333333333333333%;
    font-size: 12px;
  }
  .div-nav .nav li + li {
    margin-left: 0px;
  }
  .map {
    margin-right: 0;
    padding-top: 40px;
  }
  .map iframe {
    height: 400px !important;
  }
  .bq-1 img {
    float: none;
    margin-bottom: 25px;
  }
  .select-menu {
    display: block;
  }
  .icon-1 {
    margin-top: 40px;
  }
  .logo {
    float: none !important;
  }
  .logo a {
    margin: 0 auto !important;
  }
  .fc-day-header {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden !important;
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }
  .div-nav .nav li {
    width: 16.66666666666%;
    font-size: 10px;
    margin-bottom: 10px;
  }
  .thumbnail-2 time {
    float: none;
    margin-bottom: 20px;
  }
  .fc-day-header {
    font-size: 9px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
