body {
  font-family:"Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color:#545454 !important;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight:normal;
  line-height: 22px;

  }

.ro-font-regular {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.1em; }
  h1.ro-font-aqua, h2.ro-font-aqua, h3.ro-font-aqua, h4.ro-font-aqua, h5.ro-font-aqua, h6.ro-font-aqua {
    font-family: 'aqua';
    font-weight: 400; }
 	 .ro-heading-h, h2 .ro-heading-h, h3 .ro-heading-h, h4 .ro-heading-h, h5 .ro-heading-h, h6 .ro-heading-h {
    line-height: 1.6; }

.clearfix{
	clear: both;
}	
	
.ro-light-text {
  font-weight: 400; }

.ro-hr-heading {
  text-align: center; }
  .ro-hr-heading:after {
    display: block;
    margin-right: auto;
    margin-left: auto;
    content: " ";
    display: block;
    width: 30px;
    margin-top: 15px;
    height: 0;
    border-top: 1px solid #444444; }
  .ro-hr-heading.ro-left {
    text-align: left; }
    .ro-hr-heading.ro-left:after {
      margin-left: 0; }
  .ro-hr-heading.ro-right {
    text-align: right; }
    .ro-hr-heading.ro-right:after {
      margin-right: 0; }

.ro-hr {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  border-top: 1px solid #AAAAAA;
  margin: 0 auto; }
  .ro-hr.ro-full {
    width: 100%; }
  .ro-hr .ro-color-light {
    border-color: #FFFFFF; }

p {
  margin-bottom: 25px; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.ro-font-size-1 {
  font-size: 42px; }

.ro-font-size-2 {
  font-size: 36px; }

.ro-font-size-3 {
  font-size: 24px; }

.ro-font-size-4 {
  font-size: 18px; }

.ro-font-size-5 {
  font-size: 16px; }

.ro-font-size-6 {
  font-size: 14px; }

::-moz-selection {
  background: #ef9d03;
  color: #FFFFFF; }

::selection {
  background: #ef9d03;
  color: #FFFFFF; }

.ro-ellipsis {
  overflow: hidden; }

.ro-quote-content {
  padding-top: 30px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400; }
  .ro-quote-content q:before, .ro-quote-content q:after {
    font-style: italic;
    font-size: 30px;
    line-height: 16px;
    font-weight: 600; }
  .ro-quote-content q:before {
    content: open-quote; }
  .ro-quote-content q:after {
    content: close-quote; }
  .ro-quote-content .ro-author-name {
    padding-top: 20px;
    font-weight: 700;
    text-align: right;
    color: #84C340; }

/* COLOR */
.ro-color-main {
  color: #84C340; }

.ro-color-light {
  color: #FFFFFF; }

.ro-color-dark {
  color: #444444; }

.ro-bg-dark {
  background-color: #2b2b2b; }

.ro-bg-light {
  background-color: #FFFFFF; }

.ro-bg-trans-light {
  background-color: rgba(255, 255, 255, 0.7); }

.ro-bg-main {
  background-color: #84C340; }

.ro-bgc-1 {
  background-color: #C6D9C6; }

.ro-bgc-2 {
  background-color: #D9D8C1; }

.ro-bgc-3 {
  background-color: #DEB6B6; }

.ro-bgc-4 {
  background-color: #ABDCE1; }

.ro-bgc-5 {
  background-color: #E7E6E1; }

.ro-bgc-trans-1 {
  background-color: rgba(198, 217, 198, 0.7); }

.ro-bgc-trans-2 {
  background-color: rgba(217, 216, 193, 0.7); }

.ro-bgc-trans-3 {
  background-color: rgba(222, 182, 182, 0.7); }

.ro-bgc-trans-4 {
  background-color: rgba(171, 220, 225, 0.7); }

.ro-bgc-trans-5 {
  background-color: rgba(231, 230, 225, 0.7); }
  
.padding-top-25{
	padding-top:25px;
}

.padding-bottom-25{
	padding-bottom:25px;
}

.padding-top-50{
	padding-top:50px;
}

.padding-bottom-50{
	padding-bottom:50px;
}

.padding-top-75{
	padding-top:75px;
}

.padding-bottom-75{
	padding-bottom:75px;
}

.padding-top-100{
	padding-top:100px;
}

.padding-bottom-100{
	padding-bottom:100px;
}


/* INPUT */
input[type="text"], input[type="email"], input[type="search"], textarea, select {
  transition: all 0.4s;
  width: 100%;
  outline: none;
  background-color: #FFFFFF;
  padding: 5px 15px; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
    border-color: #84C340; }

select {
  height: 40px; }

textarea {
  resize: none;
  height: 115px; }

.placeholder {
  color: #444444; }

::-webkit-input-placeholder {
  color: #444444; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #444444; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444; }

:-ms-input-placeholder {
  color: #444444; }

/* ICON */
.ro-social li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px; }
  .ro-social li a:hover {
    color: #84C340; }

/* BUTTON */
.ro-btn-1 {
  transition: all 0.4s;
  display: inline-block;
  padding: 11px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #84C340;
  color: #FFFFFF; }
  .ro-btn-1:hover {
    background-color: #444444;
    color: #FFFFFF; }

.ro-btn-2 {
  transition: all 0.4s;
  display: inline-block;
  padding: 11px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #444444;
  color: #FFFFFF; }
  .ro-btn-2:hover {
    background-color: #84C340;
    color: #FFFFFF; }

.ro-btn-3 {
  transition: all 0.4s;
  display: inline-block;
  padding: 11px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  background-color: #FFFFFF; }
  .ro-btn-3:hover {
    background-color: #84C340;
    color: #FFFFFF; }

.ro-btn-bd-1 {
  transition: all 0.4s;
  display: inline-block;
  padding: 11px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 10px 39px;
  border: 1px solid #444444; }
  .ro-btn-bd-1:hover {
    background-color: #84C340;
    border-color: #84C340;
    color: #FFFFFF; }

.ro-btn-bd-2 {
  transition: all 0.4s;
  display: inline-block;
  padding: 11px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 10px 39px;
  border: 1px solid #444444;
  background-color: #FFFFFF; }
  .ro-btn-bd-2:hover {
    background-color: #84C340;
    border-color: #84C340;
    color: #FFFFFF; }

.ro-btn-bdr-1 {
  transition: all 0.4s;
  display: inline-block;
  padding: 11px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 10px 39px;
  border: 1px solid #444444;
  border-radius: 20px;
  background-color: #EEEEEE; }

.ro-btn-bdr-2 {
  transition: all 0.4s;
  display: inline-block;
  padding: 11px 40px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  word-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 10px 39px;
  border: 1px solid #444444;
  background-color: #84C340;
  border-radius: 20px; }

/* UTILITIES */
/* Reset */
a, a:hover, a:focus, a:active, a.active {
  transition: all 0.4s;
  outline: none;
  text-decoration: none;
  color: inherit; }
/*
ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
*/
  ul.ro-list-inline-block li {
    display: inline-block; }

/* Special div */
.ro-nopadding {
  padding: 0 !important; }

.ro-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 512; }

.ro-overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.ro-col-nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ro-relative {
  position: relative; }

.ro-absolute {
  position: absolute; }

.ro-fixed {
  position: fixed; }

.ro-middle {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.ro-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.ro-center {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-right: auto;
  margin-left: auto; }

.ro-ab-bottom {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  .ro-ab-bottom:before, .ro-ab-bottom:after {
    content: " ";
    display: table; }
  .ro-ab-bottom:after {
    clear: both; }

.ro-bottom {
  position: relative;
  display: block;
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.ro-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .ro-ab-center:before, .ro-ab-center:after {
    content: " ";
    display: table; }
  .ro-ab-center:after {
    clear: both; }

.ro-cell-vertical-wrapper {
  width: 100%;
  height: 100%;
  display: table; }
  .ro-cell-vertical-wrapper .ro-cell-middle {
    display: table-cell;
    vertical-align: middle; }
  .ro-cell-vertical-wrapper .ro-cell-bottom {
    display: table-cell;
    vertical-align: bottom; }
  .ro-cell-vertical-wrapper .ro-cell-top {
    display: table-cell;
    vertical-align: top; }

/* Space */
.ro-m-0 {
  margin: 0px; }

.ro-mt-0 {
  margin-top: 0px; }

.ro-mb-0 {
  margin-bottom: 0px; }

.ro-ml-0 {
  margin-left: 0px; }

.ro-mr-0 {
  margin-right: 0px; }

.ro-p-0 {
  padding: 0px; }

.ro-pt-0 {
  padding-top: 0px; }

.ro-pb-0 {
  padding-bottom: 0px; }

.ro-pl-0 {
  padding-left: 0px; }

.ro-pr-0 {
  padding-right: 0px; }

.ro-m-5 {
  margin: 5px; }

.ro-mt-5 {
  margin-top: 5px; }

.ro-mb-5 {
  margin-bottom: 5px; }

.ro-ml-5 {
  margin-left: 5px; }

.ro-mr-5 {
  margin-right: 5px; }

.ro-p-5 {
  padding: 5px; }

.ro-pt-5 {
  padding-top: 5px; }

.ro-pb-5 {
  padding-bottom: 5px; }

.ro-pl-5 {
  padding-left: 5px; }

.ro-pr-5 {
  padding-right: 5px; }

.ro-m-10 {
  margin: 10px; }

.ro-mt-10 {
  margin-top: 10px; }

.ro-mb-10 {
  margin-bottom: 10px; }

.ro-ml-10 {
  margin-left: 10px; }

.ro-mr-10 {
  margin-right: 10px; }

.ro-p-10 {
  padding: 10px; }

.ro-pt-10 {
  padding-top: 10px; }

.ro-pb-10 {
  padding-bottom: 10px; }

.ro-pl-10 {
  padding-left: 10px; }

.ro-pr-10 {
  padding-right: 10px; }

.ro-m-15 {
  margin: 15px; }

.ro-mt-15 {
  margin-top: 15px; }

.ro-mb-15 {
  margin-bottom: 15px; }

.ro-ml-15 {
  margin-left: 15px; }

.ro-mr-15 {
  margin-right: 15px; }

.ro-p-15 {
  padding: 15px; }

.ro-pt-15 {
  padding-top: 15px; }

.ro-pb-15 {
  padding-bottom: 15px; }

.ro-pl-15 {
  padding-left: 15px; }

.ro-pr-15 {
  padding-right: 15px; }

.ro-m-20 {
  margin: 20px; }

.ro-mt-20 {
  margin-top: 20px; }

.ro-mb-20 {
  margin-bottom: 20px; }

.ro-ml-20 {
  margin-left: 20px; }

.ro-mr-20 {
  margin-right: 20px; }

.ro-p-20 {
  padding: 20px; }

.ro-pt-20 {
  padding-top: 20px; }

.ro-pb-20 {
  padding-bottom: 20px; }

.ro-pl-20 {
  padding-left: 20px; }

.ro-pr-20 {
  padding-right: 20px; }

.ro-m-25 {
  margin: 25px; }

.ro-mt-25 {
  margin-top: 25px; }

.ro-mb-25 {
  margin-bottom: 25px; }

.ro-ml-25 {
  margin-left: 25px; }

.ro-mr-25 {
  margin-right: 25px; }

.ro-p-25 {
  padding: 25px; }

.ro-pt-25 {
  padding-top: 25px; }

.ro-pb-25 {
  padding-bottom: 25px; }

.ro-pl-25 {
  padding-left: 25px; }

.ro-pr-25 {
  padding-right: 25px; }

.ro-m-30 {
  margin: 30px; }

.ro-mt-30 {
  margin-top: 30px; }

.ro-mb-30 {
  margin-bottom: 30px; }

.ro-ml-30 {
  margin-left: 30px; }

.ro-mr-30 {
  margin-right: 30px; }

.ro-p-30 {
  padding: 30px; }

.ro-pt-30 {
  padding-top: 30px; }

.ro-pb-30 {
  padding-bottom: 30px; }

.ro-pl-30 {
  padding-left: 30px; }

.ro-pr-30 {
  padding-right: 30px; }

.ro-m-35 {
  margin: 35px; }

.ro-mt-35 {
  margin-top: 35px; }

.ro-mb-35 {
  margin-bottom: 35px; }

.ro-ml-35 {
  margin-left: 35px; }

.ro-mr-35 {
  margin-right: 35px; }

.ro-p-35 {
  padding: 35px; }

.ro-pt-35 {
  padding-top: 35px; }

.ro-pb-35 {
  padding-bottom: 35px; }

.ro-pl-35 {
  padding-left: 35px; }

.ro-pr-35 {
  padding-right: 35px; }

.ro-m-40 {
  margin: 40px; }

.ro-mt-40 {
  margin-top: 40px; }

.ro-mb-40 {
  margin-bottom: 40px; }

.ro-ml-40 {
  margin-left: 40px; }

.ro-mr-40 {
  margin-right: 40px; }

.ro-p-40 {
  padding: 40px; }

.ro-pt-40 {
  padding-top: 40px; }

.ro-pb-40 {
  padding-bottom: 40px; }

.ro-pl-40 {
  padding-left: 40px; }

.ro-pr-40 {
  padding-right: 40px; }

.ro-m-45 {
  margin: 45px; }

.ro-mt-45 {
  margin-top: 45px; }

.ro-mb-45 {
  margin-bottom: 45px; }

.ro-ml-45 {
  margin-left: 45px; }

.ro-mr-45 {
  margin-right: 45px; }

.ro-p-45 {
  padding: 45px; }

.ro-pt-45 {
  padding-top: 45px; }

.ro-pb-45 {
  padding-bottom: 45px; }

.ro-pl-45 {
  padding-left: 45px; }

.ro-pr-45 {
  padding-right: 45px; }

.ro-m-50 {
  margin: 50px; }

.ro-mt-50 {
  margin-top: 50px; }

.ro-mb-50 {
  margin-bottom: 50px; }

.ro-ml-50 {
  margin-left: 50px; }

.ro-mr-50 {
  margin-right: 50px; }

.ro-p-50 {
  padding: 50px; }

.ro-pt-50 {
  padding-top: 50px; }

.ro-pb-50 {
  padding-bottom: 50px; }

.ro-pl-50 {
  padding-left: 50px; }

.ro-pr-50 {
  padding-right: 50px; }

.ro-m-55 {
  margin: 55px; }

.ro-mt-55 {
  margin-top: 55px; }

.ro-mb-55 {
  margin-bottom: 55px; }

.ro-ml-55 {
  margin-left: 55px; }

.ro-mr-55 {
  margin-right: 55px; }

.ro-p-55 {
  padding: 55px; }

.ro-pt-55 {
  padding-top: 55px; }

.ro-pb-55 {
  padding-bottom: 55px; }

.ro-pl-55 {
  padding-left: 55px; }

.ro-pr-55 {
  padding-right: 55px; }

.ro-m-60 {
  margin: 60px; }

.ro-mt-60 {
  margin-top: 60px; }

.ro-mb-60 {
  margin-bottom: 60px; }

.ro-ml-60 {
  margin-left: 60px; }

.ro-mr-60 {
  margin-right: 60px; }

.ro-p-60 {
  padding: 60px; }

.ro-pt-60 {
  padding-top: 60px; }

.ro-pb-60 {
  padding-bottom: 60px; }

.ro-pl-60 {
  padding-left: 60px; }

.ro-pr-60 {
  padding-right: 60px; }

.ro-m-65 {
  margin: 65px; }

.ro-mt-65 {
  margin-top: 65px; }

.ro-mb-65 {
  margin-bottom: 65px; }

.ro-ml-65 {
  margin-left: 65px; }

.ro-mr-65 {
  margin-right: 65px; }

.ro-p-65 {
  padding: 65px; }

.ro-pt-65 {
  padding-top: 65px; }

.ro-pb-65 {
  padding-bottom: 65px; }

.ro-pl-65 {
  padding-left: 65px; }

.ro-pr-65 {
  padding-right: 65px; }

.ro-m-70 {
  margin: 70px; }

.ro-mt-70 {
  margin-top: 70px; }

.ro-mb-70 {
  margin-bottom: 70px; }

.ro-ml-70 {
  margin-left: 70px; }

.ro-mr-70 {
  margin-right: 70px; }

.ro-p-70 {
  padding: 70px; }

.ro-pt-70 {
  padding-top: 70px; }

.ro-pb-70 {
  padding-bottom: 70px; }

.ro-pl-70 {
  padding-left: 70px; }

.ro-pr-70 {
  padding-right: 70px; }

.ro-m-75 {
  margin: 75px; }

.ro-mt-75 {
  margin-top: 75px; }

.ro-mb-75 {
  margin-bottom: 75px; }

.ro-ml-75 {
  margin-left: 75px; }

.ro-mr-75 {
  margin-right: 75px; }

.ro-p-75 {
  padding: 75px; }

.ro-pt-75 {
  padding-top: 75px; }

.ro-pb-75 {
  padding-bottom: 75px; }

.ro-pl-75 {
  padding-left: 75px; }

.ro-pr-75 {
  padding-right: 75px; }

.ro-m-80 {
  margin: 80px; }

.ro-mt-80 {
  margin-top: 80px; }

.ro-mb-80 {
  margin-bottom: 80px; }

.ro-ml-80 {
  margin-left: 80px; }

.ro-mr-80 {
  margin-right: 80px; }

.ro-p-80 {
  padding: 80px; }

.ro-pt-80 {
  padding-top: 80px; }

.ro-pb-80 {
  padding-bottom: 80px; }

.ro-pl-80 {
  padding-left: 80px; }

.ro-pr-80 {
  padding-right: 80px; }

.ro-m-85 {
  margin: 85px; }

.ro-mt-85 {
  margin-top: 85px; }

.ro-mb-85 {
  margin-bottom: 85px; }

.ro-ml-85 {
  margin-left: 85px; }

.ro-mr-85 {
  margin-right: 85px; }

.ro-p-85 {
  padding: 85px; }

.ro-pt-85 {
  padding-top: 85px; }

.ro-pb-85 {
  padding-bottom: 85px; }

.ro-pl-85 {
  padding-left: 85px; }

.ro-pr-85 {
  padding-right: 85px; }

.ro-m-90 {
  margin: 90px; }

.ro-mt-90 {
  margin-top: 90px; }

.ro-mb-90 {
  margin-bottom: 90px; }

.ro-ml-90 {
  margin-left: 90px; }

.ro-mr-90 {
  margin-right: 90px; }

.ro-p-90 {
  padding: 90px; }

.ro-pt-90 {
  padding-top: 90px; }

.ro-pb-90 {
  padding-bottom: 90px; }

.ro-pl-90 {
  padding-left: 90px; }

.ro-pr-90 {
  padding-right: 90px; }

.ro-m-95 {
  margin: 95px; }

.ro-mt-95 {
  margin-top: 95px; }

.ro-mb-95 {
  margin-bottom: 95px; }

.ro-ml-95 {
  margin-left: 95px; }

.ro-mr-95 {
  margin-right: 95px; }

.ro-p-95 {
  padding: 95px; }

.ro-pt-95 {
  padding-top: 95px; }

.ro-pb-95 {
  padding-bottom: 95px; }

.ro-pl-95 {
  padding-left: 95px; }

.ro-pr-95 {
  padding-right: 95px; }

/* Video */
.ro-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
  width: 100%; }
  .ro-video-bg:before, .ro-video-bg:after {
    content: " ";
    display: table; }
  .ro-video-bg:after {
    clear: both; }
  .ro-video-h .ro-video-bg {
    width: auto;
    height: 100%; }
	
	
.centerinside{
	text-align:center;
}	

/* SECTION */
.ro-section {
  position: relative;
  display: block;
  width: 100%;
  float: left; }
  .ro-section .ro-section-mb {
    margin-bottom: 50px; }
  .ro-section .ro-section-mb-small {
    margin-bottom: 30px; }
  .ro-section .ro-section-mb-big {
    margin-bottom: 80px; }
  .ro-section .ro-section-heading {
    margin-bottom: 40px; }
  .ro-section.ro-padding-top {
    padding-top: 50px; }
.ro-section.ro-padding-bottom {
    padding-bottom: 50px; }	

  .ro-section.ro-padding-top-70 {
    padding-top: 70px; }
.ro-section.ro-padding-bottom-70 {
    padding-bottom: 70px; }	

  .ro-section.ro-padding-top-100 {
    padding-top: 100px; }
.ro-section.ro-padding-bottom-100 {
    padding-bottom: 100px; }		
	
  .ro-section.ro-padding-top-big {
    padding-top: 80px; }
  .ro-section.ro-margin-bottom {
    margin-bottom: 80px; }

/*
* Common module
*/
/* RESERVATION AND CONTACT */
.ro-reservation-bg .ro-reservation-heading {
  display: none; }
.ro-reservation-bg .ro-light-text {
  font-weight: 700; }

.ro-reservation-bg .ro-reservation {
  position: relative;
  z-index: 1;
  background-image: url("../images/reservation.jpg");
  background-size: cover;
  border: 1px solid #AAAAAA;
  margin-bottom: 80px;
  margin-top: 30px;
  padding-top: 85px; }
  .ro-reservation-bg .ro-reservation:after {
    content: " ";
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
.ro-reservation input, .ro-reservation select, .ro-reservation option {
  margin-bottom: 30px; }
.ro-reservation .ro-reservation-form .ro-submit {
  font-size: 16px;
  width: 100%;
  height: 40px; }

.ro-contact-form input, .ro-contact-form select, .ro-contact-form option, .ro-contact-form textarea {
  margin-bottom: 20px;
  float: left; }

.ro-map-iframe {
  width: 100%;
  height: 435px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #AAAAAA; }

.ro-contact-info-wrapper {
  margin-bottom: 30px; }
  .ro-contact-info-wrapper .ro-contact-info {
    position: relative;
    padding-left: 24px;
    line-height: 2.5; }
    .ro-contact-info-wrapper .ro-contact-info:before {
      position: absolute;
      left: 0;
      top: 0; }
	  
.header-top {
    padding: 15px 0;
}

/*.buttonboxtop{
	display:none;
}*/

.headertopfixedheader{
	display:none;
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	height: 92px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;	
}
  
	  
.header-top .header-logo, .headertopfixedheader .header-logo{
    float: left;
}

.header-top	.header-nav-container {
    float: right;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 37px;
}

.header-top	.header-nav-container {
    float: right;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 37px;
}

.headertopfixedheader .header-nav-container {
    float: right;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 37px;	
}

.header-top nav#ro-main-nav {
    line-height: 35px;
}
.headertopfixedheader nav#ro-main-nav {
    line-height: 35px;	
}

.ro-brand a{
	display:block;
}

img.ro-brand {
    width: 100%;
}

header .ro-cell-vertical-wrapper img{
	width:100%;	
}

.headerbottombgbox {
    background-color: #004853;
    padding: 30px 20px;
}

.headerbottombgboxinside {
    clear: both;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}
.headerbottombgboxinside p {
    font-family:"Montserrat", sans-serif;
    font-size: 19px;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    width: 85%;
}

.ro-main-nav-style-1 {
	float:left;
}

.ro-nav-content {
    display: table;
}

.ro-nav-content > li {
    display: table-cell;
    padding: 0 10px;
    text-align: justify;
    text-transform: uppercase;
}

.ro-nav-content > li > a {
    color: #a29b98;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0;
    position: relative;
}

.ro-nav-content > li > a:hover {
    color: #004853;
}   


.buttonbox {
    border-color: #ccc;
    border-style: solid;
    border-width: 2px 1px;
    padding-left: 10px;
    text-align: left;
    width: 210px;
	padding-bottom:6px;
	padding-top:6px;
}
.buttonbox:hover{
	background-color: #fff;
	color: #000;
	border:none;
}

.buttonbox a {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.buttonbox a span {
    padding-right: 48px;
}

.buttonboxtop {
    border: 1px solid #ef9d03;
    color: #ef9d03;
    float: left;
    height: 35px;
    position: relative;
    text-align: left;
    width: 150px;
}

.buttonboxtop:hover {
    background-color: #ef9d03;
    color: #fff;
}

.buttonboxtop span {
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 34px;
    padding: 0 10px;
    text-transform: uppercase;
}
	

.buttonboxtop i {
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 10px;
}


.headerbannerimage{
	position:relative;	
}

.headerbannerimage h3 {
    color: #fff;
    font-size: 41px;
    left: 23.4%;
    letter-spacing: 3px;
    margin: auto;
    position: absolute;
    top: 35%;
}
.sub-container2 h3{ 
	font-family:"Montserrat", sans-serif;
	color:#ffffff;
	font-size:40px;
	letter-spacing:2px;
	font-weight:normal;
	margin:0px;
}
.sub-container2 h6 {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 40px auto;
    width: 70%;
}	
.headerbannerimage h6 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    left: 27%;
    letter-spacing: 2px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 46%;
}

.bannerbuttons{
    margin: 0 auto;
    overflow: hidden;
    width: 56%;
}

.bannerbuttonbox{
	border-color: #fff;
    border-style: solid;
    border-width: 2px 2px;
    text-align: left;
    width: 180px;
	display:table;
}


.bannerbuttonbox > a , .bannerbuttonbox > span{
    color: #fff;
    display: block;
    height: 35px;
    line-height: 30px;
    padding: 2px 10px;
    text-transform: uppercase;
	font-weight:normal;
	transition: all 0.4s;
}

.bannerbuttonbox a:hover , .bannerbuttonbox > span:hover{
	background-color:#fff;
    color: #000;
	transition: all 0.4s;
}

.bannerbuttonbox > a > span , .bannerbuttonbox > span{
	float:left;
	font-size: 14px;
	font-weight:normal;
}
.bannerbuttonbox > span {
	width:100%;
}
.bannerbuttonbox a i , .bannerbuttonbox > span i{
    float: right;
    font-size: 16px;
    position: relative;
    top: 7px;
}

.boxwrapper h2 {
    color: #716e6f;
    font-size: 3.2em;
    font-weight: normal;
    letter-spacing: 1px;
}

.clientslogo{
	margin-bottom:35px;
}

.clientslogo a{
	display:block;
}

.clientslogo .singlelogo {
    float: left;
    margin: 10px 8px;
}
.clientslogo .singlelogo img {
	width:85%;
}
.boxwrapper {
    overflow: hidden;
    /*padding: 50px 0 150px;*/
}

.clientstestimonials{
	
	
}

.testimonialswrapper:before {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/09/qoutesbg.png") no-repeat scroll 0 0;
    content: "";
    height: 100px;
    left: 40px;
    position: absolute;
    width: 110px;
}


.testimonialswrapper {
   position: relative;
    
    margin: 0 auto;
   /* width: 65%; */
	min-height:145px;
	background-size:100% !important;
}
.testimonialswrapper:after {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/09/qoutesbg.png") no-repeat scroll 0 0;
    content: "";
    top: 0;
   transform: rotate(180deg);
    height: 100px;
    right: 40px;
    position: absolute;
    width: 110px;

  }
 
.testimonialtext {
    margin: 0 auto;
    padding: 25px 35px 0;
    width: 75%;
}

.testimonialtext p {
    color: #ef9d03;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 0;
    text-align: center;
}

.testimonialauthor{
	
	
}

.testimonialauthor h4 {
    /*color: #a49c9b; */
	color:#545454 !important; 
    margin: 15px 0 0;
    text-transform: uppercase;
}

.testimonialauthor small{
	color:#a49c9b;			
}

.bg-grey{
	background-color:#f7f7f6;
}

.bg-red-yellow{
	background-color:#e65827;
}

.services{
	
}
.single-post .download-cta a {border: 1px solid #fff !important;display: inline-block !important;padding: 15px 20px !important;text-transform: uppercase !important; text-decoration:none !important;}

.services .singleservice {
    float: left;
    margin: 10px 30px;
}
@media (min-width: 1200px) {
 .services .singleservice{
  margin: 10px;
 }
}
@media (max-width: 1201px) and (min-width: 992px) {
 .services .singleservice{
  margin: 10px 40px;
 }
 .services { width:80%; float:none; margin:0 auto;}
}

@media (max-width: 480px) {
	.upper-container > h1 {
	    font-size: 24px;
	}
}

@media (max-width: 768px) {
	.upper-container > h1 {
	    font-size: 33px;
	}
	.buttonboxtop span {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 34px;
    padding: 0 10px;
    text-transform: uppercase;
	}
	.upper-container .left-area{ float:none !important; width:100% !important;}
	.upper-container .right-area{ float:none !important; width:100% !important; text-align:center !important;}
	.buttonboxcolored.company{ margin:0 auto;}
	
}
.services .singleservice img{
    margin-bottom:30px;
}

.buttonboxcolored {
    border-style: solid;
    border-width: 2px 2px;
    padding-left: 3px;
    text-align: left;
    width: 165px;
}

.buttonboxcolored a {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.buttonboxcolored a span {
    display: block;
    float: left;
    width: 90%;
}

.buttonboxcolored.sales{
    border-color: #f3b83a;
	color:#f3b83a;
   
}
.buttonboxcolored.sales:hover{
	background-color: #f3b83a;
	color: #fff;
}
.buttonboxcolored.marketing{
    border-color: #ef9d03;
	color:#ef9d03;
}
.buttonboxcolored.insights {
    border-color: #FAAF41;
	color:#FAAF41;
}
 .buttonboxcolored.insights:hover{
	background-color: #FAAF41;
	color: #fff;
}
.buttonboxcolored.it{
    border-color: #F79420;
	color:#F79420;
}
 .buttonboxcolored.it:hover{
	background-color: #F79420;
	color: #fff;
}

.buttonboxcolored.marketing:hover{
	background-color: #ef9d03;
	color: #fff;
}
.buttonboxcolored.humanresource{
    border-color: #e65827;
	color:#e65827;
}
.buttonboxcolored.humanresource:hover{
	background-color: #e65827;
	color: #fff;
}
.buttonboxcolored.helpdesk{
    border-color: #dd0028;
	color:#dd0028;
}
.buttonboxcolored.helpdesk:hover{
	background-color: #dd0028;
	color: #fff;
}
.buttonboxcolored.company{
    border-color: #961125;
	color:#961125;
}
.buttonboxcolored.company:hover{
	background-color: #961125;
	color: #fff;
}


*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.productivity p {
   /* color: #a49c9b; */
    color:#545454 !important;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
.productivity p strong {
	font-weight:bold;
}

.boxwrapper.galnceboxwrapper.mobile{
	display:none;
}

.header-back.mobile{
	display:none;
}

.glance-left img{
	width:100%;
	margin-top:20%;
}

.glancerow h3{
	margin:0px;
}

.cirlcebox{
	
}

.cirlcebox a {
    border: 1px solid;
    border-radius: 50px;
    display: block;
    height: 20px;
    position: relative;
    top: 4px;
    width: 20px;
}

.circle-1 a{
	border-color:#ef9d03;
}
.circle-1 a:hover,.circle-1.active a{
	background-color:#ef9d03;
}
.circle-2 a{
	border-color:#e65827;
}
.circle-2 a:hover,.circle-2.active a{
	background-color:#e65827;
}
.circle-3 a{
	border-color:#dd0028;
}
.circle-3 a:hover,.circle-3.active a{
	background-color:#dd0028;
}
.circle-4 a{
	border-color:#961125;
}
.circle-4 a:hover,.circle-4.active a{
	background-color:#961125;
}

.glancerow h3 a {
   /* color: #a49c9b; */
	color:#545454 !important;
}

.glancerow a.glanceactive {
    color: #565656;
}

.glancerow p {
   /* color: #a49c9b; */
	color:#545454 !important;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-align: justify;
}

.glancetextactive{
	background-color: #f7f7f7;
	color: #000;
	/*margin-top: 10px;
	padding: 0 5px !important;*/
}

.glancetextactive p{
	color: #565656;
}	



.border-bottom {
    border-bottom: 1px solid #a49c9b;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
}
	
.pirate_forms input {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    min-height: 46px;
    padding-bottom: 9px;
    padding-left: 15px !important;
    padding-right: 9px;
    padding-top: 9px;
    text-align: left;
    text-transform: none;
}

.pirate_forms textarea {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    min-height: 250px;
    padding: 9px 9px 9px 15px;
    text-align: left;
    text-transform: none;
    width: 100% !important;
}

.pirate_forms_wrap .form_field_wrap {
    margin-bottom: 20px;
}
.pirate_forms_three_inputs_wrap{
	overflow:hidden;
}





.submitbuttonbox {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px;
    color: #fff;
    height: 35px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    width: 135px;
	background:none;
}

.submitbuttonbox:hover{
	background-color: #fff;
	color: #000;
}

.submitbuttonbox a {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.submitbuttonbox a span {
    padding-right: 48px;
}

body.vc_responsive #boxwrapper-5{
	margin-bottom:0px !important;
}

#boxwrapper-5 h2, #boxwrapper-5 h4{
	color:#ffffff;
}

.footer {
    min-height: 345px;
}

.footer h3{
	color:#a49c9b;
	font-size:14px;
	font-weight:normal;
}

.footer ul li a{
	color:#a49c9b;
	font-size:12px;
	font-weight:normal;
}

.footer ul li a:hover{
	color:#ef9d03;
}



.footercol1{
	border-right:1px solid #a49c9b;
}

.footercol2{
	border-right:1px solid #a49c9b;	
}

.footebottomleft{
	line-height: 100px;
}

.footebottommiddle span{
	display:block;
}

.footebottomright{

}

.footebottomright .social-icons ul li{
	float:left;
	margin:30px 0px 5px 5px;
	list-style: none;
}

.footebottomright .social-icons ul li a{
	display:block;
	width:26px;
	height:26px;
	line-height:0px;
}

.footebottomright .social-icons ul li a:hover{
	opacity:0.5;
}

.footerwrapper{
	padding-bottom:50px;
	
}	

#ro-backtop {
  transition: all 0.4s;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 30px;
  background-color: #FFFFFF;
  z-index: 992;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  outline: none; 
  cursor: pointer;
}
#ro-backtop:hover, #ro-backtop:focus {
	color: #FFFFFF;
	background-color: #ef9d03;
	border-color: #ef9d03; 
}
#ro-backtop.ro-show {
	display: block;
	-webkit-animation: bounceInUp 0.7s both;
	animation: bounceInUp 0.7s both; 
}

.boxwrapper-inner-top-title h2 {
    color: #fff;
    font-family:"Montserrat", sans-serif;
    font-size: 45.33px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0 15px;
}

.boxwrapper-inner-top-title h4{
    color: #fff;
    font-family:"Montserrat", sans-serif;
    font-size: 2em;
    font-weight: normal;
	letter-spacing: 0;
    margin: 0;
}

.packagecol1{
	border-right:1px solid #9b9999;
}

.packagecol2{
	border-right:1px solid #9b9999;
}


.ro-nav-content > li {
	position: relative;
	display: table-cell;
}

.ro-nav-content > li > a:after {
	transition: all 0.4s;
	display: block;
	margin-right: auto;
	margin-left: auto;
	content: " ";
	height: 0;
	width: 0;
	border-top: 1px solid #444444; 
}
.ro-nav-content > li > a:hover:after {
	width: 100%; 
}
.ro-nav-content > li > ul {
    background-color: #ffffff;
    color: #a29b98;
    display: none;
    left: 0px;
    position: absolute;
    top: 100%;
    width: 260px;
    z-index: 9999;
}

.ro-nav-content > li > ul > li {
    height: 40px;
    position: relative;
}

.ro-nav-content > li > ul > li > ul {
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    color: #a29b98;
    display: none;
	left: 260px;
    position: absolute;
	top: 0;
	width: 300px;
    z-index: 998;
}



.ro-nav-content > li > ul li a {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    line-height: 40px;
    padding: 0 20px;
}

.ro-nav-content > li > ul li a:hover {
	color: #004853; 
}
.ro-nav-content > li:hover > ul {
	display: block;
	-webkit-animation: fadeInUp 0.4s both;
	animation: fadeInUp 0.4s both; 
}

.ro-nav-content > li > ul > li:hover > ul {
	display: block;
	-webkit-animation: fadeInUp 0.4s both;
	animation: fadeInUp 0.4s both; 
}


.list-class li{
	list-style-image:url("/wp-content/uploads/2016/09/tick.png");
}
.container2{ background: #f2f2f2 url("/wp-content/uploads/2016/09/bg.png") no-repeat;
background-position:bottom right;
}
.container2 div div{   
}
.bottonboxcenter{
	margin:0 auto;
	display:block;
	float:none;
}
.headerbannerimage .pull-right{
	color: #fff;
    letter-spacing: 3px;
    margin: auto;
    position: absolute;
    top: 78%;
	left:30%;
	}
.pull-right1{
	color: #fff;
    letter-spacing: 3px;
    margin: auto;
    position: absolute;
    top: 78%;
	left:55%;
}
.header-back.heroboxhome.desktop {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/09/Herader-image.jpg") no-repeat scroll 0 0 / 100% 453px;
    display: inline-block;
    height: 452px;
    width: 100%;
}
.sub-container2 {
    margin: auto;
    max-width: 800px;
     padding: 160px 0 82px;
    text-align: center;
}

.singlepostimage{
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
    max-height: 400px;
    overflow: hidden;
    width: 50%;
}

.singlepostimage img{
    max-height: 400px;
    max-width: 100%;
    width: auto;
}

.headerbottombgboxinside:before {
background: url("../images/bannerqouteleft.png") no-repeat scroll 0 0 / 100% auto !important;
left: 3% !important;
position: absolute;
top: 8% !important;
content: " " !important;
width: 92px;
height: 67px;
/* content: url("../images/bannerqouteleft.png") !important; */
}
.headerbottombgboxinside:after {
background: url("../images/bannerqouteright.png") no-repeat scroll 0 0 / 100% auto !important;
position: absolute;
right: 3% !important;
top: 8% !important;
content: " " !important;
width: 92px;
height: 67px;
/* content: url("../images/bannerqouteright.png") !important; */
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"],
.wpcf7-form textarea,
.wpcf7-form input[type="submit"],
.wpcf7-form select {margin-bottom:20px !important;}
.post-image{
	margin-left:20px;
}
.post-image img{
	width:100% !important;
	height:auto !important;
}
/*.botton-class a{
	color:#ed6267 !important;
	}
.botton-class{
	border:2px solid #ed6267;
	}
.botton-class:hover{
	background:#ed6267;
	color:white !important;
	}
	.botton-class a:hover{
	color:white !important;
	}
*/	
.wpb_wrapper > p{
	/*color:red;
	text-align:right;*/
	}
.wpb_wrapper > p i{
	margin-left:8px;
	margin-top:15px;
	margin-right:8px;
}

.bottomcontactformbutton {
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 200px;
}

.bottomcontactformbutton input.wpcf7-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-weight: normal;
    height: 36px;
    line-height: 37px;
    margin: 0 !important;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.bottomcontactformbutton span {
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    position: relative;
    width: 100%;
}


.bottomcontactformbutton span:hover input.wpcf7-submit {
	transition: all 0.4s;
	outline: none;
	text-decoration: none;	
    background-color:#fff;
	color:#000;
}

.bottomcontactformbutton span i {
    color: #fff;
    float: right;
    font-size: 16px;
    position: absolute;
    right: 6px;
    top: 10px;
	cursor:pointer;
}

.bottomcontactformbutton span:hover i {
	transition: all 0.4s;
	outline: none;
	text-decoration: none;		
    color: #000;		
}

/*.page-inner-container .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-inner-container .content-container-box {
	padding: 0 6.5%;
	width: 100%;
}*/

#preloader-background{
	opacity:1.0 !important;
}

i.cq-flipbox-avatar{
	line-height: 70px !important;
}


/*DevTeam CSS*/

.action i {
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 10px;
}

/* Read More Popup CSS*/

.hbspt-form .hs-form fieldset {max-width: 100%;}
.popup .hbspt-form input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #a49c9b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #555555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 33px !important;
    line-height: 1.42857 !important;
    margin-bottom: 0 !important;
    max-width: 98% !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s !important;
    width: 100%;
}
.popup .hbspt-form .actions {margin: 0 !important;padding: 0 !important;}
.popup .hbspt-form .actions input[type="Submit"]{margin: 0 !important; color:#fff !important;}
.popup .hbspt-form .input select{width:100% !important; -webkit-appearance: none; -webkit-border-radius: 0px; line-height: 35px; color:#9a9a9a;}
.popup .hbspt-form textarea {border: 1px solid #a49c9b !important;border-radius: 0 !important;box-shadow: none !important;height: 175px !important; margin-bottom: 20px;max-width: 100% !important;width: 100% !important;}
.popup .hs-error-msgs label {color: #000 !important;display: block !important;}
.popup .hbspt-form .actions input[type="Submit"] {
	background:#e65827 url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow.jpg") no-repeat scroll 143px 16px;
	border: 2px solid #E65827 !important;color: #fff;font-weight: normal;max-width: 150px !important;text-align: left;text-shadow: none !important; text-transform:uppercase;letter-spacing: 2px !important; margin-bottom:25px !important;}
.popup .hbspt-form .actions input[type="Submit"]:hover {
	background:#fff url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow-bgw.jpg") no-repeat scroll 143px 16px !important;
	color: #E65827 !important;font-weight: normal; box-shadow:none !important;}
.hbspt-form label {display: none !important;}

/*Simple Hubspot Form CSS*/
.hbspt-form .hs-form fieldset {max-width: 100%;}
.hbspt-form input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #a49c9b;
    border-radius: 0;
    box-shadow: none !important;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 1.42857;
    margin-bottom: 20px !important;
    max-width: 94%;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s !important;
    width: 100%;
}
.hbspt-form textarea {height: 175px !important;width: 100% !important;border: 1px solid #a49c9b; margin-bottom:20px; max-width: 97% !important;}
.hbspt-form .input select {max-width: 100%;width: 100% !important;background-color: #fff;background-image: none;border: 1px solid #a49c9b;border-radius: 0;color: #9a9a9a;display: block;font-size: 14px;height: 41px;line-height: 30px;padding: 6px 12px;transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; -webkit-appearance: none; -webkit-border-radius: 0px; margin-left:5px; border-radius:3px;}
.hbspt-form label {display: none !important;}
.hbspt-form .actions {float: none !important;margin: 0;text-align: center !important;}
.hbspt-form .actions input[type="Submit"] {background: #E65827;border: 2px solid #E65827;color: #fff;font-weight: normal;max-width: 150px !important;text-align: left;text-shadow: none !important; text-transform:uppercase;letter-spacing: 2px !important; margin-bottom:25px !important;}
.hbspt-form .actions input[type="Submit"]:hover {background: #fff;color: #E65827; border: 1px solid #E65827; font-weight: normal; box-shadow:none !important;}

/*Get In Tuch Hubspot Form CSS*/
.getintuch .hbspt-form .hs-form fieldset {max-width: 100%;}
.getintuch .hbspt-form input, .getintuch .hbspt-form textarea {max-width: 94%;width: 100%;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 0;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;color: #9a9a9a;display: block;font-size: 14px;height: 33px;line-height: 1.42857;padding: 6px 12px;transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; margin-bottom:20px;}
.getintuch .hbspt-form .input select {max-width: 100%;width: 95.7% !important;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 0 !important;box-shadow: none !important;color: #9a9a9a;display: block;font-size: 14px;height: 46px;line-height: 35px !important;padding: 6px 12px;transition: border-color 0.15s ease-in-out 0s; -webkit-appearance: none; -webkit-border-radius: 0px; margin:0px;}
.getintuch .hbspt-form label {display: none;}
.getintuch .hbspt-form .actions {float: none !important;margin: 0;text-align: center !important;}
.getintuch .hbspt-form .actions input[type="Submit"] {background: url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow-bgw.png") no-repeat scroll 143px 16px;border: 2px solid #fff;color: #fff;font-weight: normal;max-width: 150px;text-align: left;text-shadow: none !important;margin: 0 auto; text-transform:uppercase;letter-spacing: 2px !important;}
.getintuch .hbspt-form .actions input[type="Submit"]:hover {background:#fff url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow.png") no-repeat scroll 143px 16px;color: #000;font-weight: normal; box-shadow:none !important;}


.getintuch-light .hbspt-form .actions input[type="Submit"] {background: #fff url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow-light.png") no-repeat scroll 143px 16px;border: 2px solid #fff;color: #f05a2a;font-weight: normal;max-width: 150px;text-align: left;text-shadow: none !important;margin: 0 auto; text-transform:uppercase;letter-spacing: 2px !important;}
.getintuch-green .hbspt-form .actions input[type="Submit"] {background: #fff url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow-green.png") no-repeat scroll 143px 16px;border: 2px solid #fff;color: #fbb141;font-weight: normal;max-width: 150px;text-align: left;text-shadow: none !important;margin: 0 auto; text-transform:uppercase;letter-spacing: 2px !important;}
.getintuch-orange .hbspt-form .actions input[type="Submit"] {background: #fff url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow-orange.png") no-repeat scroll 143px 16px;border: 2px solid #fff;color: #f6921e;font-weight: normal;max-width: 150px;text-align: left;text-shadow: none !important;margin: 0 auto; text-transform:uppercase;letter-spacing: 2px !important;}
.getintuch-pink .hbspt-form .actions input[type="Submit"] {background: #fff url("https://bloomfire.com/wp-content/uploads/2016/10/right-arrow-pink.png") no-repeat scroll 143px 16px;border: 2px solid #fff;color: #bf1e2d;font-weight: normal;max-width: 150px;text-align: left;text-shadow: none !important;margin: 0 auto; text-transform:uppercase;letter-spacing: 2px !important;}
.custom-table2{display:none;}
.pricing-list {list-style: none;padding-left: 0;}
@media (max-width: 640px) {
	.custom-table{display:none !important;}
	.custom-table2{display:block !important;}
	body.page-template-default.vc_responsive #ro-main .vc_row-has-fill:nth-child(1) {height: auto !important;}
	.buttonboxtop span {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 34px;
    padding: 0 10px;
    text-transform: uppercase;
	}
.getintuch .hbspt-form .input select {max-width: 100%;width: 97.3% !important;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 0 !important;box-shadow: none !important;color: #9a9a9a;display: block;font-size: 14px;height: 46px;line-height: 35px !important;padding: 6px 12px;transition: border-color 0.15s ease-in-out 0s; -webkit-appearance: none; -webkit-border-radius: 0px; margin:0px;}
.hs-form fieldset.form-columns-1 .input{ margin-right:0px !important;}	
	}

select{
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.widgettitle {
    font-size: 24px !important;
}
.entry-title {
	font-size:30px !important;
}
#searchsubmit {
    background-color: #ffffff;
    border-color: #fac43a;
    border-style: solid;
    border-width: 1.5px;
    color: #fac43a;
    margin-left: 5px;
}
/* New CSS*/
.col-md-12.clientslogo {
    margin-top: 35px !important;
}
.testimonial-cta {
    margin-top: 25px !important;
	color: #961125; 
}
#menu-utilities li{padding: 0 5px !important;}
#menu-utilities a {font-size: 11px;}
.top-container .header-nav-container {height: 31px;top: 30px;}
.services1 .singleservice{margin:10px 32px;width:11%;}
#triangle-up { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 30px solid #f79420; margin: 0 auto; }
.banner {text-align: center;background:#f79420;padding:10px;color:#fff;}
.banner p {margin-bottom:10px;}
.banner .glance-cta {background: #fff;color: #f79420;display: inline-block;padding: 10px 30px; border:solid 1px #fff;}
.glance-cta:hover {background: transparent;color: #fff;}
.upper-container {display: inline-block;margin-bottom: 30px !important;}
.upper-container .left-area {float: left;width: 25%;}
.upper-container .right-area {float: left;text-align: left;width: 71%;}
.right-area h2 {color: #961125;font-size: 20px;}
.testimonial-cta {margin: 0 auto;max-width: 300px;}
.testimonial-cta a {border: 1px solid #961125;display: inline-block;padding: 5px 0;width: 100%;}
.testimonial-cta:hover {
    background-color: #961125;
    color: #fff;
}
.glance-left img{
	/*margin-top:20%;*/
}
.hs-error-msgs label{display:block !important; color:#fff !important;}
.pum-content .hs-error-msgs label{display:block !important; color:#000 !important;}
#popmake-845727 .hs-error-msgs label{ margin-left:75px;}
.row-flip  .cq-flipbox-container.cq-bottomtop{
	margin-top:0px !important;
}
.row-flip .wpb_column.vc_column_container.vc_col-sm-4{
	margin-top:40px;
}
.cirlcebox{float:left;}

/* New CSS */

@media only and screen (max-width: 1025px){
	#responsive-menu-container li.responsive-menu-item{
		padding-left: 25%!important;
	}
	
}