@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700,800,400,300italic);
@import url(//fonts.googleapis.com/css?family=Lato:300,900);
.navigation {
  z-index: 999;
  position: relative;
  float: left;
  padding: 3px 0 1px;
}
.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;
}
.sf-menu > li {
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.sf-menu > li + li {
  margin-left: 38px;
}
.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: -10px;
  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: #2b2b2b transparent transparent transparent;
}
.sf-menu > li > a .fa {
  font-size: 24px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
.sf-menu > li.sfHover > .sf-with-ul:after,
.sf-menu > li.current > .sf-with-ul:after {
  border-top-color: #2b2b2b;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #828282;
}
/*================================>> 2 Level <<========================================*/
/*.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 195px;
  background-color: #2b2b2b;
  top: 75px;
  padding-top: 19px;
  padding-bottom: 41px;
}*/
.sf-menu > li ul {
    z-index: 999;
    position: absolute;
    left: 0;
    /*width: 195px;*/
    width: 171px;
    background-color: #2b2b2b;
    top: 39px;
    padding-top: 11px;
    padding-bottom: 11px;
    /*mystyle*/
    margin-left: -32%;
    /*endmystyle*/
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
}
.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: 5px 30px;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 25px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
  right: 25px;
  bottom: 10px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  background-color: #ffffff;
  color: #2b2b2b;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 0;
  margin-left: 0;
  top: 0px;
  padding: 0;
  position: relative !important;
}
.sf-menu li ul ul li a {
  padding-left: 50px;
}
.sf-menu li ul ul li a:hover {
  background-color: #cf6727;
  color: #ffffff;
}
/*==================================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 #2b2b2b;
  }
  .select-menu option {
    text-align: left;
  }
}
/* Stuck menu styles
========================================================*/
#stuck_container {
  background-color: #2b2b2b;
  padding: 17px 0;
  margin-top: -5px;
}
.isStuck {
  z-index: 10000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .navigation {
  padding: 0 0 5px;
}
.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: 20px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #57a7c0;
  font-size: 28px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #818185;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #2b2b2b;
  color: #6d6d6d;
  font: 14px/24px 'Open Sans', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 24px;
}
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: normal;
  color: #2b2b2b;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 54px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -2px;
}
h2 .color1 {
  padding-top: 6px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  letter-spacing: -1px;
}
h3 {
  padding-top: 71px;
  font-size: 24px;
  line-height: 30px;
  word-spacing: 1px;
  letter-spacing: -1px;
  margin-bottom: 45px;
}
h3 .color3 {
  margin-bottom: 15px;
  display: block;
  font-size: 38px;
  font-weight: bold;
}
h4 {
  letter-spacing: -1px;
  font-size: 36px;
  line-height: 40px;
  padding-top: 86px;
  margin-bottom: 48px;
}
h4.head__1 {
  padding-top: 70px;
}
.page1 h4 {
  margin-bottom: 87px;
}
h5 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #006847;
  padding-top: 36px;
  margin-bottom: 11px;
}
h5.head__1 {
  padding-top: 14px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.logos {
  margin-top: -50px;
  text-align: center;
}
.logos li {
  display: inline-block;
}
.logos li a:hover {
  opacity: 0.5;
}
.logos li + li {
  margin-left: 74px;
}
.list-1 li {
  padding-bottom: 1px;
  margin-top: -6px;
}
.list-1 li .count {
  margin-bottom: 27px;
  padding-top: 0px;
  color: #CE1126;
  font-size: 68px;
  font-weight: bold;
  line-height: 70px;
}
.list-1 li .count.fa {
  font-size: 58px;
  position: relative;
  top: 6px;
  font-weight: normal;
}
.list-1 li .count.fa + .text-1 {
  text-transform: uppercase;
}
.list-1 li .link-1 {
  margin-top: 22px;
  position: relative;
  top: 10px;
}
.list-2 {
  margin-bottom: 35px;
  padding-top: 4px;
}
.list-2 li {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.list-2 li .link-1 {
  margin-top: 22px;
  position: relative;
  top: 10px;
}
.list-2 li .fa {
  position: relative;
  top: 4px;
}
.list-2 li + li {
  margin-top: 26px;
}
.list-3 {
  padding-top: 27px;
}
.list-3 li {
  font-weight: bold;
  color: #CE1126;
  font-size: 16px;
  line-height: 24px;
}
.list-3 li + li {
  margin-top: 24px;
}
.list-4 {
  margin-bottom: 51px;
  padding-top: 5px;
}
.list-4 li {
  position: relative;
  padding-left: 20px;
  line-height: 16px;
}
.list-4 li ul {
  padding: 9px 0 0;
}
.list-4 li + li {
  margin-top: 9px;
}
.list-4 li:before {
  content: '';
  font: 14px/20px 'FontAwesome';
  color: #2b2b2b;
  position: absolute;
  left: 0;
  top: -2px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #006847;
}
.btn {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  color: #ffffff;
  background-color: #006847;
  border: 1px solid #377589;
  padding: 8px 5px 10px;
  letter-spacing: -1px;
  margin: 0 2px 0 1px;
}
.btn:hover {
  color: #ffffff;
  background-color: #CE1126;
  border-color: #b83d00;
}
.link-1 {
  color: #CE1126;
  font-weight: 800;
  display: inline-block;
}
.link-1.offset__1 {
  margin-top: 33px;
  margin-bottom: 1px;
}
/****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-bottom: 24px;
}
.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;
}
/*header*/
.main {
  overflow: hidden;
}
#header {
  display: block;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
.header_top {
  margin-bottom: 13px;
  background-color: #e4e4e4;
  font-size: 11px;
  text-align: right;
  padding-bottom: 1px;
  overflow: hidden;
}
.header_top a {
  display: inline-block;
}
.header_top a + a {
  margin-left: 9px;
}
.logo {
  margin-bottom: 5px;  /*14px*/
  margin-top: 7px;  /*14px*/
  text-transform: none;
  float: left;
  color: #2b2b2b;
  font-weight: bold;
  position: relative;
  /*text-align: right;*/
  font-weight: 800;
  font-size: 53px;
  min-width: 310px;
  font: 900 53px/19px 'Lato', sans-serif;
  color: #CE1126;
  letter-spacing: -1px;
  /*mycss*/
  /*margin-left: -5%;*/
}
.logo a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  overflow: hidden;
}
.logo a:hover {
  color: inherit;
}
.logo .fa {
  margin-top: 2px;
  color: #ffffff;
  background-color: #CE1126;
  width: 72px;
  height: 72px;
  font-size: 53px;
  line-height: 78px;
  float: left;
  text-align: center;
}
.logo .sub_logo {
  display: block;
  color: #006847;
  font-size: 27px;
  line-height: 31px;
  font-weight: 300;
  padding-right: 4px;
}
.logo .sub_logo strong {
  font-weight: 900;
}
.search__1 {
  float: right;
  width: 309px;
  padding-top: 18px;
  margin-left: 28px;
}
.search__1 .rel {
  position: relative;
}
.search__1 label {
  line-height: 0;
  display: block;
}
.search__1 input {
  width: 100%;
  height: 42px;
  font: 18px/24px 'Open Sans', sans-serif;
  color: #2b2b2b;
  padding: 9px 50px 9px 18px ;
  border: 1px solid #d8d8d8;
  border-radius: 4px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search__1 .fa {
  display: block;
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 20px;
  top: 5px;
  color: #707270;
  cursor: pointer;
}
.search__1 .fa:hover {
  color: #006847;
}
.header_phone {
  
    color: #006847;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    float: right;
    padding-top: 32px;
}
.header_phone .fa {
  top: -3px;
  display: block;
  background-color: #CE1126;
  color: #ffffff;
  width: 26px;
  line-height: 26;
  line-height: 26px;
  text-align: center;
  border-radius: 500px;
  float: left;
  margin-right: 6px;
  position: relative;
}
.header-socials {
  float: right;
  overflow: hidden;
}
.header-socials .fa {
  border-radius: 500px;
  float: left;
  color: #ffffff;
  background-color: #006847;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  width: 24px;
  height: 24px;
}
.header-socials .fa + .fa {
  margin-left: 6px;
}
.header-socials .fa:hover {
  background-color: #CE1126;
}
/****Content****/
#content {
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.page1 #content {
  border-bottom: 0;
}
.content_stripe-1 {
  background-color: #fff;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 86px;
}
.content_stripe-1 .container {
  position: relative;
}
.content_stripe-1.maped {
  padding-bottom: 88px;
  background: #ffffff url(../images/box-bg.png) center 53px no-repeat;
}
.content_stripe-1.inset__1 {
  padding-bottom: 80px;
}
.content_stripe-1.inset__2 {
  padding-top: 18px;
}
.content_stripe-1.prv .text-1 {
  padding-top: 2px;
  margin-bottom: 11px;
}
.content_stripe-1.prv p + .text-1 {
  padding-top: 15px;
}
.content_stripe-2 {
  background-color: #ededed;
  padding-bottom: 63px;
}
.content_stripe-2.inset__1 {
  padding-bottom: 90px;
}
.content_map iframe {
  height: 456px;
  width: 100%;
}
/****Blocks****/
.banner_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 44px 0 54px;
}
/*.banner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
  padding: 55px 48px 59px;
  background: #ffffff url(../images/banner-bg.png) right bottom no-repeat;
}*/
.banner {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 370px;
    padding: 0px 71px 51px;
    /* background: #ffffff url(../images/banner-bg.png) right bottom no-repeat; */
    padding-right: 113px;
}
.banner p {
  padding-top: 39px;
  line-height: 21px;
  font-size: 18px;
  line-height: auto;
  font-style: italic;
  margin-bottom: 50px;
}
.block-1 {
  margin-bottom: 96px;
}
.block-1 img {
  margin-bottom: 24px;
}
.block-2 {
  margin-right: -1px;
  letter-spacing: -0.5px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 82px;
}
.block-3 {
  padding-top: 6px;
  letter-spacing: -0.5px;
  font-size: 18px;
  line-height: 24px;
}
.block-3 img {
  width: 100%;
  margin-bottom: 21px;
}
.block-4 {
  padding-top: 7px;
}
.block-4 img {
  width: 100%;
  margin-bottom: 48px;
}
.block-4 .text-1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 14px;
}
.content_socials {
  padding-top: 3px;
  color: #CE1126;
}
.content_socials .fa + .fa {
  margin-left: 12px;
}
.banner-2 {
  display: block;
  text-align: left;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
.banner-2:hover {
  color: #CE1126;
}
.banner-2:hover .banner-2_caption {
  right: 0 !important;
}
.banner-2 .banner-2_caption {
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  position: absolute;
  padding: 7px 4px 21px 6px;
  left: 0;
  top: 66px;
  right: 46px;
  font-size: 12px;
  line-height: 14px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.37);
}
.banner-2 .banner-2_caption p {
  margin-bottom: 0;
}
.banner-2 .banner-2_caption .banner-2_title {
  margin-bottom: 6px;
  letter-spacing: -1px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.banner-2 .banner-2_caption.capt__decor-1 {
  top: auto;
  bottom: 0;
  right: 70px;
  padding-left: 17px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.banner-2 .banner-2_caption.capt__decor-1 .banner-2_title {
  font-size: 36px;
  margin-bottom: 0;
}
.banner-2 .banner-2_caption.capt__decor-1 .banner-2_title span {
  letter-spacing: normal;
  margin-top: -1px;
  display: block;
  font-size: 18px;
}
.banner-2 .banner-2_caption.capt__decor-2 {
  top: 66px;
  right: 47px;
  padding-left: 28px;
  padding-bottom: 21px;
  padding-top: 13px;
}
.banner-2 .banner-2_caption.capt__decor-2 .banner-2_title {
  font-size: 43px;
  margin-bottom: 0;
}
.banner-2 .banner-2_caption.capt__decor-2 .banner-2_title span {
  letter-spacing: normal;
  padding-top: 1px;
  display: block;
  font-size: 18px;
}
.banner-2 .banner-2_caption.capt__decor-2 p {
  padding-top: 11px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -1px;
}
.banner-2 .banner-2_caption.capt__decor-3 {
  top: 0;
  right: 105px;
  padding-left: 33px;
  padding-bottom: 15px;
  padding-top: 18px;
}
.banner-2 .banner-2_caption.capt__decor-3 .banner-2_title {
  font-size: 38px;
  margin-bottom: 7px;
}
.banner-2 .banner-2_caption.capt__decor-4 {
  top: auto;
  bottom: 0;
  right: 46px;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-top: 26px;
}
.banner-2 .banner-2_caption.capt__decor-4 .banner-2_title {
  font-size: 54px;
  margin-bottom: 5px;
}
.banner-2 .banner-2_caption.capt__decor-4 .banner-2_title span {
  padding-top: 11px;
  display: block;
  font-size: 25px;
}
.banner-2 .banner-2_caption.capt__decor-5 {
  top: 29px;
  right: 20px;
  padding-left: 17px;
  padding-bottom: 25px;
  padding-top: 30px;
}
.banner-2 .banner-2_caption.capt__decor-5 .banner-2_title {
  font-weight: 800;
  font-size: 37px;
  margin-bottom: 5px;
}
.banner-2 .banner-2_caption.capt__decor-5 .banner-2_title span {
  padding-top: 0px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
.bq1 {
  background-color: #006847;
  color: #ffffff;
  text-align: left;
  padding-bottom: 61px;
}
.bq1 p {
  background: url(../images/quotes.png) 0 80px no-repeat;
  padding-left: 66px;
  padding-top: 92px;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 36px;
  font-weight: 300;
  font-style: italic;
}
.bq1 img {
  border-radius: 500px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -24px;
}
.bq1 .bq1_bot {
  font-weight: 800;
  font-size: 17px;
  padding-left: 50px;
}
.post-1 {
  margin-bottom: 50px;
  padding-top: 6px;
}
.post-1 img {
  margin-bottom: 24px;
}
.post-1 .text-1 {
  margin-bottom: 2px;
}
.post-1 time {
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
}
.blog {
  padding-top: 7px;
}
.blog img {
  width: 100%;
  margin-bottom: 25px;
}
.blog .text-1 time {
  display: block;
}
.blog .link-1 {
  margin-top: 24px;
}
.blog + .blog {
  margin-top: 39px;
}
/****Separators****/
.sep-1 {
  margin-top: 40px;
  border-top: 1px solid #ededed;
}
/****Text styles****/
.text-1 {
  font-size: 18px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 17px;
}
.color1 {
  color: #006847;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #2b2b2b;
}
.color3 {
  color: #CE1126;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****Map****/
#map-canvas {
  width: 100%;
  height: 564px;
}
.cntcts {
  text-align: left;
}
.cntcts .text-1 {
  padding-bottom: 1px;
  margin-top: 35px;
  font-size: 16px;
  position: relative;
  padding-left: 42px;
}
.cntcts .text-1 .fa {
  position: absolute;
  left: 0;
  top: -13px;
  font-size: 30px;
  line-height: 48px;
}
.cntcts .text-1 .fa.fa-mobile {
  font-size: 48px;
}
/**Footer**/
#footer {
  padding: 0 0 45px;
}
#footer .footer_top {
  font-size: 12px;
  line-height: 21px;
  background-color: rgba(255,255,255,0.97); /*#fff*/
  padding: 58px 0 86px;
  margin-bottom: 52px;
}
#footer .footer_socials .fa {
  color: #006847;
  font-size: 17px;
  width: 30px;
  position: relative;
  top: 2px;
}
#footer .copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
}
#footer .copyright strong {
  text-transform: uppercase;
  font-weight: 800;
}
#footer .sub-copyright {
  color: #898989;
  font-size: 12px;
  line-height: 16px;
  word-spacing: 2px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #toTop {
    display: none !important;
  }
  .banner-2_title {
    font-size: 30px !important;
  }
  .banner-2 .banner-2_caption.capt__decor-2 {
    text-align: left;
    bottom: 0;
  }
  .banner-2_caption {
    right: 0 !important;
  }
  .logos li {
    display: block;
    float: left;
    width: 14.27%;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    width: 100% !important;
  }
  .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;
  }
  .sf-menu > li + li {
    margin-left: 15px;
    font-size: 14px;
  }
  .banner-2 .banner-2_caption.capt__decor-2 p {
    font-size: 18px;
  }
  .banner-2 .banner-2_caption.capt__decor-2 {
    top: auto !important;
    bottom: 0 !important;
  }
  .banner-2 .banner-2_caption.capt__decor-4 .banner-2_title {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-2 .banner-2_caption.capt__decor-4 .banner-2_title span {
    font-size: 14px;
  }
  .banner-2 .banner-2_caption.capt__decor-4 {
    padding-top: 10px;
  }
  .banner-2 .banner-2_caption.capt__decor-5 {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .img_inner {
    margin-top: 45px;
    width: 100%;
  }
  .post-1 img {
    width: 100%;
  }
  .list-1 li + li {
    margin-top: 40px;
  }
  .logos li {
    width: 50%;
  }
  .banner-2 img {
    width: 100% !important;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .banner {
    width: 100%;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
  .banner.banner__theme-2 .banner_pad {
    padding-bottom: 72px;
  }
  .list-1,
  .social-icons {
    margin-bottom: 40px;
  }
  .none {
    clear: both;
    height: 1px;
    width: 100%;
  }
  .footer_top .grid_3 {
    float: left;
    width: 50% !important;
  }
  .footer_top .ta__right {
    text-align: left !important;
  }
  .map {
    margin-right: 0;
    padding-top: 40px;
  }
  .map iframe {
    height: 400px !important;
  }
  .logo span {
    position: static;
    margin-left: 0;
  }
  .fright {
    float: none !important;
  }
  .search__1 {
    clear: both;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .header_phone {
    margin-bottom: 25px;
    float: none;
    text-align: center;
  }
  .header_phone .fa {
    display: inline-block;
    float: none;
  }
  .header-socials {
    float: none;
    text-align: center;
  }
  .header-socials .fa {
    float: none;
    display: inline-block;
  }
  .logo {
    max-width: 100%;
    min-width: 0;
  }
  .footer_top .grid_3 li {
    padding-right: 5px;
  }
  .logo {
    float: none;
    font-size: 40px;
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_wrapper {
    padding-top: 15px;
  }
}

/*MyStyle*/
h2 .color2 {
     padding-top: 6px; 
    font-size: 22px;
     /*line-height: 30px; */
    font-weight: bold;
    /* display: block; */
    letter-spacing: -1px;
}
.color2 {
    color: #006847;
}
h2 .color1 {
     padding-top: 6px; 
    font-size: 22px;
     line-height: 30px; 
    font-weight: 400;
     display: block; 
    letter-spacing: -1px;
}
.color1 {
    color: gray;
}

/*language box css */
/* CodePen demo */
/*body {
  
  text-align: center;
  font-family: Arial, Helvetica;
}*/

.big {
  font-size: 1.2em;
}

.small {
  font-size: .7em;
}

.square {
  width: .7em;
  height: .7em;
  margin: .5em;
  display: inline-block;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px; /* demo only */
}

.custom-dropdown select {
  background-color: #1abc9c;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em; 
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}
/*end language box css*/

#getquote {
    display: block;
    text-decoration: none;
    position: fixed;
    top: 75%;
    right: 5px;
    overflow: hidden;
    border: none;
    color: white;
    font-size: 28px;
    line-height: 38px;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.buttonquote {
    background-color: #1abc9c; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.button22 {
  font-family: Source Sans Pro;
  font-size: 1rem;
  line-height: 3.5em;
  padding: 0 1.5em;
  background: gold;
  box-shadow: inset 0 -.125rem rgba(0,0,0,.2);
  color: black;
  border-radius: 5em;
  cursor: pointer;
  user-select: none;
  transform-origin: 100% 100%;
  
  &:focus { outline: 0; }
}

.shadow {
  margin-top: -.325rem;
  width: 100%;
  height: .75rem;
  background: radial-gradient(closest-side, gainsboro, transparent);
  opacity: 0;
}

#owl-demo .item{
  display: block;
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  text-align: center;
  border-top: 10px solid #22d09a !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
    border-radius: 20px;
}
#owl-demo11 .item{
  display: block;
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
//To move navigation buttons outside use these settings:
 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -51px;
  /*top: 55px; */
  top: 39%; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -51px;
  /*top: 55px;*/
  top: 39%;
}

.tab-text
{
  color: white;
  font-weight: bold;
}
.cards
{
/*width: 350px;*/
border: 1px solid gray;
box-shadow: 1px 1px 3px #888;
border-top: 10px solid green;
min-height: 250px;
padding-: 10px;
margin: 10px;
}

.button1 {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 12px;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1_1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}
.button1_1:hover {
    background-color: lightgray; 
    color: white; 
    border: 2px solid lightgray;
}
 /*buttons css*/
 
    .kallyas-button{
      display:block;
      width:160px;
      padding:18px 30px;
      font-family:"Open Sans";
      font-weight:600;
      color:#fff;
      background:#FF2024;
      margin:0 auto;
      border-radius:2px;
      text-decoration:none;

      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa067+0,ff2959+49,ff2024+100 */
      background: #ffa067; /* Old browsers */
      background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }


/*End MyStyle*/
.spaceup{
  margin-top: 25px;
}

/*Card Css*/
/*body{
  background-image: url('http://urbanfragment.files.wordpress.com/2012/10/mount-fuji-highest-mountain-in-japan-osx-lion-wallpaper.jpg');
  background-size:100% 100%;
  font-family:"Open Sans", sans-serif;
}*/
a.nostyle{
  color:inherit;
  text-decoration:none;
  padding:0;
  margin:0;
}
div.portfoliocard{
  position:relative;
  height:450px;
  /*width:400px;*/
  background:rgba(255,255,255,1);
  /*border:1px solid rgba(0,0,0,0.7);*/
  box-shadow:0px -1px 3px rgba(0,0,0,0.1),
        0px 2px 6px rgba(0,0,0,0.5);
  border-radius:6px;
  margin:10% auto;
  overflow:hidden;
  /*z-index:100;*/
}
div.portfoliocard div.coverphoto{
  width:100%;
  height:120px;
  /*background:url('http://farm8.staticflickr.com/7149/6484148411_baf8d2e934_z.jpg');*/
  background-position:center center;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  box-shadow:inset 0px 3px 20px rgba(255,255,255,0.3),
        1px 0px 2px rgba(255,255,255,0.7);
  z-index:99;
}
div.portfoliocard div.left_col, div.portfoliocard div.right_col{
  float:left;
  height:340px;
}
div.portfoliocard div.left_col{
  width:40%;
  padding-top:85px;
  box-sizing:border-box;
}
div.portfoliocard div.right_col{
  width:100%; /*original value:60%*/
  background:rgba(245,245,245,1);
  border-left:1px solid rgba(230,230,230,1);
  box-shadow:inset 0px 1px 1px rgba(255,255,255,0.7);
  margin-left:-1px;
  border-bottom-right-radius:5px;
}
div.portfoliocard div.profile_picture{
  width:30px;  /*width:110px height:110px*/
  height:30px;
  background:#018b56; /*rgba(255,255,255,1)*/
  position:absolute;
  top:95px; /*65px*/
  left:190px; /*40px*/
  border-radius:100%;
  /*background-image: url('http://cache.spreadshirt.net/Public/Common/images/profile-pic-placeholder_130x130.png');*/
  background-size:100% 100%;
  padding:7px;
  border:4px solid rgba(255,255,255,1)
}
div.portfoliocard div.right_col h2.name{
  font-size:30px;
  font-weight:300;
  color: rgba(30,30,30,1);
  padding:0;
  margin:20px 10px 0px 30px;
}
div.portfoliocard div.right_col h3.location{
  font-size:15px;
  font-weight:300;
  color:rgba(170,170,170,1);
  padding:0;
  margin:-5px 10px 10px 30px;
}
div.portfoliocard ul.contact_information{
  margin-top:20px;
  padding-left:30px;
  list-style-type:none;
}
div.portfoliocard ul.contact_information li{
  height:25px;
  width:180px;
  line-height:25px;
  font-weight:300;
  font-size:15px;
  color:rgba(140,140,140,1);
  text-shadow:1px 1px 1px rgba(255,255,255,0.8);
  padding:5px 0px;
  background-repeat:no-repeat;
  background-size:18px 18px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  box-shadow:0px 1px 1px rgba(255,255,255,0.6);
  cursor:default;
}
div.portfoliocard ul.contact_information li:before{
  content:"";
  width:25px;
  height:25px;
  display:block;
  float:left;
  background-position:center;
  background-size:18px 18px;
  background-repeat:no-repeat;
  margin-right:5px;
  opacity:0.7;
}
div.portfoliocard ul.contact_information li:hover:before{
  opacity:1;
}
div.portfoliocard ul.contact_information li.work:before{
  /*background-image: url('http://schulzmarcel.de/x/icons/case_24.png');*/
}
div.portfoliocard ul.contact_information li.website:before{
  background-image: url('http://schulzmarcel.de/x/icons/globe_24.png');
}
div.portfoliocard ul.contact_information li.mail:before{
  background-image: url('http://schulzmarcel.de/x/icons/paper_plane_24.png');
}
div.portfoliocard ul.contact_information li.phone:before{
  background-image: url('http://schulzmarcel.de/x/icons/phone_24.png');
}
div.portfoliocard ul.contact_information li.resume:before{
  background-image: url('http://schulzmarcel.de/x/icons/inbox_24.png');
}
div.portfoliocard div.followers, div.portfoliocard div.following{
  margin:15px 0px 0px 35px;
  font-weight:300;
  font-size:16px;
  color:rgba(30,30,30,1);
}
div.portfoliocard div.follow_count{
  font-weight:400;
  font-size:25px;
  color:rgba(140,140,140,1);
}
.number{

    padding-left: 2px;
    font-weight: 900;
    font-size: 35px;
    color: #fff;
    line-height: 0.85;
}

.owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}
.owl-controls .owl-buttons div {
    top: 95px;
}
.owl-controls .owl-buttons div {
    top: 120px;
    position: absolute;
    content: '';
    margin: 0;
    padding: 0;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: none;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.owl-controls .owl-buttons div.owl-next {
    right: 0px;
}
.owl-controls .owl-buttons div.owl-prev:before, .hw-five-banners .owl-controls .owl-buttons div.owl-prev:before {
   content: url(../images/arrow-left.png);
}

.owl-controls .owl-buttons div.owl-next:before, .hw-five-banners .owl-controls .owl-buttons div.owl-next:before {
   content: url(../images/arrow-right.png);
}

/*.owl-carousel .owl-item{
  border: 1px solid transparent;
  box-shadow: 1px 1px 3px #888;
  border-top: 10px solid #1abc9c;
  min-height: 230px; 
  padding-: 10px;
  margin: 10px;width: 210px

}*/
.owl-carousel .owl-item .item:hover{
    background-color: #eb1c24;
    color:white;
    box-shadow: 1px 1px 10px black;
  border-top: 10px solid #ce1126;


  }
.owl-carousel .owl-item .item:hover>h5 {
    
    color:white;
    font-size: 19px;

  }
.owl-carousel .owl-item .item:hover>img {
    
    width: 50%;
    height: auto;
    
  }
.owl-carousel .owl-item .item:hover>ppp {
    
   display: block;
    
  }
.camera_caption{
  width: 60%;
  line-height: 1.3;
  font-size: 35px;
  padding-left: 40px;
  padding-top: 100px;
  font-weight: bold;
}
.bellared{
  color: #ed1c24;
}
.bellagreen{
  color: #328432;
}
/*End Card CSS*/
/*loader css*/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
/*end loader css*/
.quote11{
    width: 100%;
    height: 400px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 400px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 400px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}

/*Responsive Css*/
/*#############################################################################*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.quote11{
    width: 100%;
    height: 100px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 100px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 100px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
.quote11{
    width: 100%;
    height: 100px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 100px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 100px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.quote11{
    width: 100%;
    height: 100px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 100px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 100px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.quote11{
    width: 100%;
    height: 310px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 310px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 310px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.quote11{
    width: 100%;
    height: 300px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 300px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 300px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.quote11{
    width: 100%;
    height: 300px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 300px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 300px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
.quote11{
    width: 100%;
    height: 310px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 310px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 310px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
.quote11{
    width: 100%;
    height: 310px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 310px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 310px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
.quote11{
    width: 100%;
    height: 120px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 120px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 120px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
.quote11{
    width: 100%;
    height: 120px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 120px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 120px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}

/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
.quote11{
    width: 100%;
    height: 120px;
    background-image: url(../images/getquote.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.careers11 {
    width: 100%;
    height: 120px;
    background-image: url(../images/careers.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
.locate11 {
    width: 100%;
    height: 120px;
    background-image: url(../images/locationbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
}
}
/*#############################################################################*/
/*End Responsive Css*/

@font-face{
  font-family: 'crasng';
  src: url(../fonts/Crasng.ttf);
}
.sf-menu > li {
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#myiframe{
border: 0 !important;
}
#frame
{
    width: 100%;
    height:100%; 

}
html{
  height: 100%
}


.bull li {
  background: transparent url(../images/bull1.png) no-repeat 0 50%; 
  padding-left: 33px; 
}
@font-face {
    font-family: bella;
    src: url(../fonts/bella.ttf);
}

/*Start flip effect Csss*/
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

  /*border: 1px solid #ccc;*/
}

  .flip-container:hover .flipper,  
  .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 299px;
  height: 300px;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

.front {
  background-color: white;
  /*background: url(http://davidwalsh.name/demo/dwflip.jpg) 0 0 no-repeat;*/
  /*z-index: 2;*/
    z-index: -1 !important;
}

.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);

  /*background: #f8f8f8;*/
  background-color: #5bdd5e;
}

.front .name {
  font-size: 2em;
  display: inline-block;
  background: rgba(33, 33, 33, 0.9);
  color: #f8f8f8;
  font-family: Courier;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 60px;
  left: 25%;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.05em #333;

  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.back-logo {
  position: absolute;
  top: 40px;
  left: 90px;
  width: 160px;
  height: 117px;
  /*background: url(http://davidwalsh.name/demo/logo.png) 0 0 no-repeat;*/
}

.back-title {
  font-weight: bold;
  color: #00304a;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0.1em 0.1em 0.05em #acd7e5;
  font-family: Courier;
  font-size: 2em;
}

.back p {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  font-family: arial;
  line-height: 1.5em;
  font-size: 21px;
  color:white;
  font-weight: bold;
}
.front img{
  padding-top: 20px;
  padding-bottom: 10px;
}
.front h5{
  color:#CE1126;
}

.back img{
  padding-top: 40px;
  padding-bottom: 40px;
}
/*End flip effects csss*/
.fontbold{
  font-weight: 700;
}

#ZIPwidget {
    text-align: center;
    height: 360px;
    vertical-align: middle;
    padding: 130px 20px 0px;
    margin: 12px;
    background-image: url(../images/inputbg.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.circleno{
    margin-right: 15px;
    padding: 5px 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
    background-color:#ed1c24;
    color:white;
}
.goog{
  line-height: 1.7;
  text-transform:initial;
}
.address{
  margin-left: 52px;
}
.enjoy-text {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 32px/1 Arial Black, Gadget, sans-serif;
  color: rgba(190,216,200,0.5);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 1px 2px 2px rgba(190,216,200,0.5) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.directions-link{
  color: black !important;
  font-weight: 700;

}
.addr11{
  color: black !important;
  font-weight: 700;

}

/*#map{
  width: 100%;
  height: 456px;
  background-color: gray;
}*/

.map-container {
  width: 100%;
  /*margin: 50px 0 3000px;*/
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
  pointer-events: auto;
}

