article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.fullwidth-block {
  padding: 20px 0;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 150px;
}

.dropdown-menu {
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 0 3px 8px rgba(255, 255, 255, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(255, 255, 255, 0.125);
  box-shadow: 0 3px 8px rgba(255, 255, 255, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.dropdown-menu:before{
  position: absolute;
  top:0;
}

.dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li.active > a {
background-color: rgba(200,240,240,1);
  color: #fff;
}

.dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.dropdown-menu > li.divider {
  background-color: transparent;
}

.main-navigation .menu li {
  display: inline-block;
}
.menu .dropdown-menu li {
display: block;
}

.dropdown-toggle i {
margin-left:2px;
}

.section-title {
  font-size: 36px;
  font-size: 2em;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 50px;
}

.news-title {
    font-size: 36px;
    font-size: 2em;
    font-weight: 300;
}

.feature.left-icon {
  padding-left: 70px;
  position: relative;
}
.feature.left-icon [class^="icon-"] {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #19bdce;
  font-size: 36px;
}
.feature.left-icon [class="icon-jetski"] {
  font-size: 24px;
}
.feature.left-icon .feature-title {
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
  color: #19bdce;
}

.button {
  padding: 5px 30px;
  background-color: #19bdce;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button:hover, .button:active {
  background-color: #34d6e6;
}

.button-red {
  padding: 5px 30px;
  background-color: #d9565b;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button-red:hover, .button-red:active {
  background-color: #eaacad;
}

.offer {
  margin-bottom: 30px;
}
.offer .featured-image {
  border: 5px solid white;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
}
.offer .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.offer .entry-title {
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.offer .entry-title a {
  text-decoration: none;
  color: inherit;
}
.block-content {
	padding: 10px 10px;
}
.article-content-detail {
    width:100%;
}
.article-tool-more{
    text-align: center;
 }
.article-tool-more a{
    color:#19bdce;
    text-decoration: none;
}
.read-more{
    text-align: right;
	padding:10px;
}
.tag {
	font-size:14px;
}
.results {
	font-size:14px;
}
.browse {
	padding:20px 0;
}
.browse .entry-title {
  font-size: 16px;
  font-size: 1em;
  margin: 0;
  font-weight: 600;
}
.browse .entry-title a {
  color: inherit;
  text-decoration: none;
}
.browse .browse-image {
    margin-bottom: 20px;
}

.testimonial {
  padding: 30px 20px;
  margin-bottom: 30px;
  border: 1px solid #e3e8e9;
  border-radius: 5px;
  text-align: center;
}
.testimonial .avatar {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testimonial blockquote {
  margin: 0;
  padding: 0;
}
.testimonial cite {
  font-weight: 700;
  display: block;
  font-style: normal;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125em;
}
.testimonial span {
  font-size: 13px;
  font-size: 0.8125em;
  font-style: italic;
}

.list-arrow {
  list-style-type: none;
  margin: 0 0 30px;
  padding-left: 0;
  font-size: 13px;
}
.list-arrow li {
  position: relative;
  padding-left: 20px;
}
.list-arrow li:before {
  content: " ";
  width: 6px;
  height: 5px;
  background: url(../images/small-arrow.png) no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
.list-arrow li a {
  color: inherit;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
}
.list-arrow li a:hover {
  color: #19bdce;
}
.list-arrow.alt {
  font-size: 15px;
}
.list-arrow.alt li {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-arrow.alt li:before {
  top: 20px;
}

.list-fa {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 30px;
}
.list-fa li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.list-fa .fa {
  position: absolute;
  left: 0;
  top: 5px;
}

.boxed-link {
  display: block;
  padding: 12px 30px 12px 20px;
  color: #818c8d;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.boxed-link:after {
  content: " ";
  width: 23px;
  height: 11px;
  background: url(../images/long-arrow.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxed-link:hover {
  border-color: #19bdce;
  color: #19bdce;
}

.team {
  position: relative;
  padding-left: 200px;
  min-height: 170px;
  margin-bottom: 50px;
}
.team .team-image {
  border-radius: 5px;
  overflow: hidden;
  width: 170px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
.team .team-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.team .team-name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.team .team-title {
  font-size: 11px;
  font-size: 0.6875em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.circle-list {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.circle-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.circle-list li:before {
  counter-increment: section;
  content: counter(section);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  border: 1px solid #f1f1f1;
  font-weight: 700;
  color: #19bdce;
  line-height: 30px;
  font-size: 13px;
  font-size: 0.8125em;
}

.filter-links {
  margin: 0 0 50px;
}
.filter-links a {
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 10px 40px;
  margin: 0 5px 10px;
  text-decoration: none;
  color: #818c8d;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.filter-links a:hover {
  border-color: #19bdce;
  color: #19bdce;
}

.filter-links a.current {
  border-color: #19bdce;
  color: #19bdce;
}

.filter-links .mobile-filter {
  display: none;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  color: #818c8d;
  background: url(../images/long-arrow.png) no-repeat 95% center;
}
@media screen and (max-width: 480px) {
  .filter-links a {
    display: none;
  }
  .filter-links .mobile-filter {
    display: block;
  }
}

.pagination {
  text-align: center;
  margin-top: 50px;
}
.pagination .page-numbers {
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  color: inherit;
  text-decoration: none;
  margin: 0 3px;
  line-height: 30px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  border-color: #19bdce;
  color: #19bdce;
}

.offer-item {
  margin-bottom: 50px;
}
.offer-item .featured-image {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.offer-item .featured-guide-image {
	margin:20px auto;
	width:50%;
}

.offer-item .featured-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.offer-item .entry-title {
  font-size: 16px;
  font-size: 1em;
  margin: 0;
  font-weight: 600;
}
.offer-item .entry-title a {
  color: inherit;
  text-decoration: none;
}
.offer-item .price strong {
  color: #19bdce;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}

.contact-form {
  margin-bottom: 50px;
  *zoom: 1;
}
.contact-form:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.contact-form input:not([type="submit"]), .contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-weight: 300;
  outline: none;
}
.contact-form input:not([type="submit"]):hover, .contact-form textarea:hover {
  border-color: #19bdce;
}
.contact-form textarea {
  min-height: 100px;
  resize: vertical;
  outline: none;
}
.contact-form input[type="submit"] {
  float: right;
  padding: 15px 30px;
}

.map {
  position: relative;
}
.map:before {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.map iframe {
  width: 100%;
  max-width: 100%;
}

.social-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c7cfd0;
  color: #c7cfd0;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.social-links a.facebook:hover {
  color: #435AA3;
  border-color: #435AA3;
}
.social-links a.youtube:hover {
  color: #D32322;
  border-color: #D32322;
}
.social-links a.twitter:hover {
  color: #51BAFF;
  border-color: #51BAFF;
}
.social-links a.google-plus:hover {
  color: #FF7B51;
  border-color: #FF7B51;
}
.social-links a.pinterest:hover {
  color: #E42626;
  border-color: #E42626;
}

.filterable-items .filterable-item {
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.filterable-items {
  margin: 0 -15px;
}

.filterable-item {
  padding: 0 15px;
  width: 33.3333%;
  float: left;
}
@media screen and (max-width: 768px) {
  .filterable-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .filterable-item {
    width: 100%;
  }
}

.site-header {
  z-index: 9999;
  position: relative;
}
.site-header .header-content {
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  *zoom: 1;
}
.site-header .header-content:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.site-header .branding {
  padding: 20px 0 20px 0;
  float: left;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .site-header .branding {
    padding: 20px 0;
    margin: 0 auto;
    float: none;
    position: relative;
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .site-header .branding {
    float: left;
  }
}
.site-header .main-navigation {
  float: left;
}
.site-header .social-links {
  float: right;
  text-align: right;
  padding: 45px 20px 20px 0;
}
@media screen and (max-width: 1200px) {
  .site-header .social-links {
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .social-links {
    display: none;
  }
}

.slider-collapse .site-header {
  position: absolute;
  width: 100%;
  top: 0;
}

.branding .logo {
  float: left;
  margin-right: 20px;
}
.branding .site-title, .branding .site-description {
  display: table;
}
.branding .site-title {
  font-size: 1rem;
  margin: 5px 0 0;
}
.branding .site-title a {
  color: inherit;
  text-decoration: none;
}
.branding .site-description {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625em;
}
@media screen and (max-width: 374px) {
.branding .logo {
	width:250px;
	}
}
@media screen and (max-width: 1200px) {
  .main-navigation {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation {
    float: right !important;
    margin-top: 40px;
  }
}
.main-navigation .menu-toggle {
  border: none;
  background: none;
  font-size: 18px;
  display: none;
  outline: none;
}
@media screen and (max-width: 640px) {
  .main-navigation .menu-toggle {
    display: block;
    margin-right: 15px;
  }
}
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 641px) {
  .main-navigation .menu {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation .menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    background: white;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
.dropdown-menu {
position:relative;
float:none;
background-color: rgba(244,244,244,.8);
}

}
.main-navigation .menu li {
  display: inline-block;
}
.menu .dropdown-menu li {
display: block;
}

@media screen and (max-width: 640px) {
  .main-navigation .menu li {
    display: block;
  }
}
.main-navigation .menu li a {
  padding: 50px 7px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  font-size: 12px;
  font-size: 0.75em;
}

.menu .dropdown-menu li a {
	padding: 10px 10px;
}
.dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

@media screen and (max-width: 1200px) {
  .main-navigation .menu li a {
    padding: 20px 10px;
  }
  .menu .dropdown-menu li a {
	padding: 10px 10px;
}
}
@media screen and (max-width: 991px) {
  .main-navigation .menu li a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation .menu li a {
    padding: 20px 30px;
  }
}
.main-navigation .menu li.current-menu-item a, .main-navigation .menu li:hover a {
  color: #19bdce;
}

.breadcrumbs {
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumbs a {
  text-decoration: none;
  color: inherit;
  padding: 0 10px;
  display: inline-block;
}
.breadcrumbs span {
  display: inline-block;
  padding: 0 10px;
  color: #19bdce;
}
.news {
  float:left;
  text-align:center;
  width:33%;
  padding:5px;
}
.news1 {
  float:left;
  width:75%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.news2 {
  float:right;
  width:25%;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.clear {
    clear: both;
}
.slider {
  position: relative;
}
.slider .slides {
  list-style: none;
  padding-left: 0;
  margin: 0;
  *zoom: 1;
}
.slider .slides:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.slider .slides li {
  position: relative;
  margin-right: -100%;
  float: left;
  width: 100%;
  height: 700px;
}
.slider .slides li img {
  width: 100%;
  max-width: 100%;
}
.slider .slides li .container, .slider .slides li .flexslider-controls .flex-control-nav, .slider .flexslider-controls .slides li .flex-control-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider .slides li .slide-caption {
  position: absolute;
  right: 15px;
  bottom: 20px;
 background: rgba(255, 255, 255, .6);
  padding: 30px;
  border-radius: 5px;
  height: 400px;
  top: 90px;
  margin: auto;
  font-size: 18px;
}
@media screen and (max-width: 990px) {
  .slider .slides li .slide-caption {
    left: 20px;
    right: 20px;
    top: 200px;
  }
}
@media screen and (max-width: 640px) {
  .slider .slides li .slide-caption {
      left: 20px;
    right: 20px;
    top: 100px;
  }
}

.slider .slides li .slide-title {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 100;
  line-height: normal;
  margin: 0 0 20px;
  right: 0;
}
.slider .flexslider-controls .container, .slider .flexslider-controls .flex-control-nav {
  position: relative;
}
.slider .flexslider-controls .flex-control-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  z-index: 99;
  bottom: 150px;
  width: 390px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .slider .flexslider-controls .flex-control-nav {
    width: 100%;
  }
}
.slider .flexslider-controls .flex-control-nav li {
  width: 20px;
  height: 20px;
  border: 1px solid #9aa8a9;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
.slider .flexslider-controls .flex-control-nav li a {
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.slider .flexslider-controls .flex-control-nav li.flex-active a {
  background-color: #19bdce;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: normal;
}

figure {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
figure img {
  display: block;
  max-width: 100%;
}

.site-footer .copy {
  text-align:center;
}
.site-footer .partner {
	height:90px;
}
height:100px;

.site-footer {
  background-color: #f1f1f1;
  font-size: 13px;
}
.site-footer .footer-top {
  padding: 50px 0;
}
.site-footer .footer-bottom {
  background: #e7e7e7;
  padding: 50px 0;
}
.site-footer .branding .site-title {
  font-size: 14px;
  line-height: normal;
}
.site-footer .branding .site-description {
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .site-footer .branding {
    margin-bottom: 20px;
  }
}
.site-footer .contact-links {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .site-footer .contact-links {
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .contact-links {
    clear: both;
  }
}
.site-footer .contact-links a {
  color: #818c8d;
  text-decoration: none;
  margin-left: 30px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  display: inline-block;
}
.site-footer .contact-links a .fa {
  margin-right: 5px;
}
.site-footer .contact-links a:hover {
  color: #19bdce;
}
.site-footer .colophon {
  border-top: 1px solid #d1d1d1;
  background: #e7e7e7;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .site-footer .colophon {
    text-align: center;
  }
}
.site-footer .colophon p {
  margin: 0;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.site-footer .widget-title {
  font-size: 1.2rem;
  font-weight: 800;
}
.site-footer .widget-customer-info img {
  margin-right: 10px;
}
.site-footer .widget-customer-info .cs-info {
  display: table;
}
.site-footer .widget-customer-info .cs-info p {
  margin-top: 0;
}
.site-footer .widget-customer-info .cs-info a {
  text-decoration: none;
  color: #818c8d;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.site-footer .widget-customer-info .cs-info a:hover {
  color: #19bdce;
}
@media screen and (max-width: 480px) {
  .site-footer .container, .site-footer .slider .flexslider-controls .flex-control-nav, .slider .flexslider-controls .site-footer .flex-control-nav {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
.form-control {
    display: inline-block;
    width: auto;
}
}