@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #fbfbfb;
  color: #4f4f4f;
  font: 400 14px/21px 'Roboto', sans-serif;
}
a {
  font: inherit;
  color: #02befd;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #fd363b;
}
a:active {
  background: inherit;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
  font: 400 20px/20px 'Roboto Slab', sans-serif;
}
.text_2 {
  font: 400 36px/46px 'Roboto Slab', sans-serif;
}
.text_3 {
  font: 300 26px/48px 'Roboto Slab', sans-serif;
}
.text_4 {
  font: 700 35px/43px 'Roboto Slab', sans-serif;
}
.text_5 {
  font: 300 20px/43px 'Roboto Slab', sans-serif;
}
.text_6 {
  font: 400 16px/18px 'Roboto Slab', sans-serif;
}
.text_7 {
  font: 400 12px/20px 'Roboto Slab', sans-serif;
}
@media (min-width: 768px) and (max-width: 979px) {
  .text_4 {
    font-size: 32px;
    line-height: 32px;
  }
  .text_5 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .text_2 {
    font-size: 24px;
    line-height: 34px;
  }
  .text_3 {
    font-size: 18px;
    line-height: 30px;
  }
}
/*============  Colors  =============*/
.color_1 {
  color: #000000;
}
.color_1 a {
  color: inherit;
}
.color_2 {
  color: #777777;
}
.color_2 a {
  color: inherit;
}
.color_3 {
  color: #888888;
}
.color_3 a {
  color: inherit;
}
.color_4 {
  color: #ffffff;
}
.color_4 a {
  color: inherit;
}
.color_5 {
  color: #02befd;
}
.color_5 a {
  color: inherit;
}
.color_3 a:hover {
  text-decoration: underline;
}
.color_1 a:hover {
  color: #02befd;
}
.color_2 a:hover {
  color: #02befd;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #3fcdfd;
  color: #ffffff;
}
.bg_2 {
  background: #9bc928;
  color: #ffffff;
}
.bg_3 {
  background: #fd9941;
  color: #ffffff;
}
.bg_4 {
  background: #fd363b;
  color: #ffffff;
}
.bg_5 {
  background: #ffffff;
}
.bg_6 {
  background: #f0f0f0;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  padding: 30px 0 22px;
  margin-bottom: 21px;
  background: #ffffff;
}
#header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 21px;
  background: url("../images/bg_1.png") repeat-x;
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
}
.brand {
  text-align: center;
}
.brand h1 {
  display: inline-block;
  text-align: left;
}
.brand a {
  display: inline-block;
  font: 700 40px/40px 'Roboto Slab', sans-serif;
  color: #000000;
}
.brand a span {
  display: block;
  font: 300 25px/33px 'Roboto Slab', sans-serif;
}
@media (max-width: 1199px) {
  .brand {
    float: none;
  }
}
.nav {
  text-align: right;
}
@media (max-width: 1199px) {
  .nav {
    text-align: center;
    float: none;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  display: inline-block;
  padding: 27px 0 6px;
}
.sf-menu > li {
  position: relative;
  float: left;
  font: 400 15px/15px 'Roboto Slab', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li > a {
  color: #777777;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #02befd;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu ul {
  display: none;
  text-align: left;
  font: 600 14px/16px 'Open Sans', sans-serif;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  position: absolute;
  top: 48px;
  left: -18px;
  width: 200px;
  padding: 7px 20px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.1);
}
.sf-menu > li > ul li {
  display: inline-block;
  font: 400 10px/33px 'Roboto Slab', sans-serif;
}
.sf-menu > li > ul li.sfHover > a,
.sf-menu > li > ul li.current > a,
.sf-menu > li > ul li a:hover {
  color: #02befd;
}
.sf-menu > li > ul li.sub {
  position: relative;
  display: inline-block;
}
.sf-menu > li > ul li.sub:after {
  content: '\f105';
  position: absolute;
  top: 0;
  left: 160px;
  font: 400 16px/33px 'FontAwesome';
  color: #dadada;
  cursor: default;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > ul li.sub.sfHover:after {
  content: '\f107';
  color: #000000;
}
.sf-menu > li > ul li a {
  color: #777777;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  position: relative;
}
@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 0;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    margin: 30px 0 0;
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #000000;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 479px) {
  nav.put-right {
    padding-bottom: 0px;
  }
}
.search-form {
  display: inline-block;
  position: relative;
  max-width: 270px;
  width: 100%;
  height: 40px;
  padding-right: 80px;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form .input_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #f6f6f6;
  -webkit-appearance: none;
  cursor: text;
}
.search-form .input_wrap input {
  display: block;
  padding: 10px 10px;
  font: 400 12px/21px 'Roboto', sans-serif;
  color: #888888;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
}
.search-form a[data-type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 100%;
  font: 400 20px 'FontAwesome';
  line-height: 36px;
  text-align: center;
  border-left: 1px solid #dddddd;
  cursor: pointer;
  color: #cccccc;
  background: #ffffff;
}
.search-form a[data-type='submit']:hover {
  color: #ffffff;
  background: #02befd;
}
.search-form a[data-type='submit']:before {
  content: '\f002';
}
@media (max-width: 1199px) {
  .search-form {
    margin-top: 40px;
    max-width: 502px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  padding: 10px 0 5px;
  z-index: 999;
}
.isStuck .search-form {
  display: none;
}
.isStuck .nav .sf-menu {
  padding: 20px;
}
.isStuck .brand h1 a {
  line-height: 47px;
}
.isStuck .brand h1 a span {
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/*============  Headers  =============*/
.header_1 {
  font: 400 20px/43px 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.header_1.indent_1 {
  margin: 28px 0 30px;
}
.header_1.indent_2 {
  margin: 28px 0 0;
}
.header_1.indent_3 {
  margin: 7px 0 30px;
}
.header_1.indent_4 {
  margin: 28px 0 10px;
}
.header_1.indent_5 {
  margin: 7px 0 22px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header_1 {
    font-size: 20px;
    line-height: 33px;
  }
}
.header_2 {
  font: 400 30px/43px 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  line-height: 32px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header_2 {
    font-size: 20px;
  }
}
/*============  Wraps  =============*/
.wrap_1 {
  padding-top: 19px;
  padding-bottom: 30px;
}
.wrap_1 > .container {
  -webkit-box-shadow: 0 0 25px 0 rgba(50, 50, 50, 0.08);
  box-shadow: 0 0 25px 0 rgba(50, 50, 50, 0.08);
}
.wrap_2 {
  padding-bottom: 0px;
}
.wrap_3 {
  padding-top: 40px;
}
.wrap_4 {
  padding-top: 19px;
}
.wrap_5 {
  padding-bottom: 44px;
}
.wrap_6 {
  padding-top: 9px;
}
/*============  Butttons  =============*/
.btn_1 {
  display: inline-block;
  padding: 13px 19px 15px 20px;
  border: 1px solid;
  font: 400 20px/20px 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.btn_1.color_4:hover {
  color: #000000;
  background: #ffffff;
  border-color: #fcfcfc;
}
.btn_1.color_1 {
  border-color: #dddddd;
}
.btn_1.color_1:hover {
  color: #ffffff;
  background: #02befd;
  border-color: #02baf8;
}
.btn_1.bg_5 {
  border: none;
  padding: 14px 20px 16px 21px;
  color: #000000;
}
.btn_1.bg_5:hover {
  color: #ffffff;
  background: #02befd;
}
.btn_1 .fa-download {
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn_1,
  .btn_1.bg_5 {
    padding: 7px 11px 7px 12px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn_1 .fa-download {
    display: none;
  }
}
.btn_2 {
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
}
/*============  Rating Bar  =============*/
.rating-bar {
  display: inline-block;
  width: 65px;
  height: 13px;
  background: url("../images/stars.png") repeat-x 0 -13px;
}
.rating-bar .rating {
  display: inline-block;
  height: 13px;
  background: url("../images/stars.png") repeat-x 0 0px;
}
/*============  Boxes  =============*/
.box_1 {
  padding: 13px 19px 20px 19px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.12);
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.12);
}
.box_1 .text_4 + p {
  padding-top: 5px;
}
.box_1 .maxheight1 + .btn_1 {
  margin-top: 11px;
}
.box_1.bg_6 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box_1 .header_2 + .text_6 {
  padding-top: 9px;
}
.box_1 .text_6 + p {
  padding-top: 9px;
}
.box_1 p + .btn_1 {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .box_1 {
    margin-bottom: 30px;
  }
}
.box_2.indent_1 {
  padding-bottom: 28px;
}
.box_2.indent_2 {
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 1px;
}
.box_2.indent_3 {
  padding-bottom: 5px;
}
.box_2 .caption {
  padding-top: 11px;
}
.box_2 .caption .text_6 + .text_7 {
  padding-top: 3px;
}
.box_2 .caption .text_7 {
  text-transform: uppercase;
}
.box_2 .caption .text_7 + p {
  padding-top: 7px;
}
.box_2 .caption p {
  padding-right: 15px;
}
.box_2 .caption .fa {
  font-size: 16px;
  line-height: 21px;
  padding-right: 8px;
}
.box_2 .caption p + p {
  padding-top: 8px;
}
.box_2 + .btn_1 {
  margin-top: 17px;
}
.box_2 .rating-bar {
  margin: 8px 0 9px;
}
.box_3 {
  position: relative;
  padding-left: 99px;
}
.box_3.indent_1 {
  margin-top: 3px;
  padding-top: 11px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #dddddd;
}
.box_3.indent_2 {
  padding-top: 12px;
  padding-bottom: 14px;
}
.box_3 .put-left-abs {
  position: absolute;
  left: 13px;
  top: 14px;
}
.box_3 .caption .text_6 + p {
  padding-top: 9px;
}
.box_3.first {
  margin-left: 18px;
  padding-left: 81px;
}
.box_3.first .put-left-abs {
  left: -5px;
}
.box_3.last {
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_3 {
    text-align: center;
    padding: 10px;
  }
  .box_3 .put-left-abs {
    position: relative;
    padding-bottom: 14px;
    top: 0;
    left: 0;
  }
  .box_3.first {
    margin-left: 0;
    padding-left: 10px;
  }
  .box_3.first .put-left-abs {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .box_3 {
    margin-top: 3px;
    padding-top: 11px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #dddddd;
  }
}
@media (max-width: 479px) {
  .box_3 {
    padding-right: 5px;
  }
}
.box_4.indent_1 {
  padding-bottom: 30px;
}
.box_4.indent_2 + .box_4.indent_2 {
  margin-top: 20px;
  border-top: 1px dotted #dddddd;
  padding-top: 20px;
}
.box_4 .img-wrap {
  text-align: center;
}
.box_4 .put-left {
  margin-right: 30px;
}
.box_4 .caption {
  padding: 11px 20px 15px 20px;
}
.box_4 .caption .text_6 + p {
  padding-top: 5px;
}
.box_4 .caption_1 .text_6 + p {
  padding-top: 4px;
}
.box_4 p + p {
  padding-top: 8px;
}
.box_4 p + p a {
  display: inline-block;
}
.box_4 p + p a + a {
  margin-left: 25px;
}
.box_4 .fa-calendar,
.box_4 .fa-user,
.box_4 .fa-comment-o {
  font-size: 16px;
  line-height: 21px;
  padding-right: 8px;
}
.box_4 .fa-calendar {
  color: #3fcdfd;
}
.box_4 .fa-user {
  color: #9bc928;
}
.box_4 .fa-comment-o {
  color: #fd9941;
}
@media (max-width: 1199px) {
  .box_4 p + p {
    text-align: right;
  }
  .box_4 p + p a + a {
    margin-left: 10px;
  }
  .box_4 .put-left {
    float: none;
    margin: 0 0 14px;
  }
}
@media (max-width: 767px) {
  .box_4 {
    padding-bottom: 30px;
  }
}
/*============  Lists  =============*/
.list_1 {
  padding-top: 12px;
  text-transform: uppercase;
  line-height: 33px;
}
.social-list {
  padding-top: 10px;
  line-height: 30px;
}
.social-list .fa {
  display: inline-block;
  width: 18px;
  padding-right: 10px;
  font-size: 19px;
  line-height: inherit;
}
/*============  Map =============*/
.map {
  width: 100%;
  height: 484px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
address {
  padding-top: 9px;
}
address .text_6 + dl {
  padding-top: 9px;
}
address dl dt,
address dl dd {
  display: inline-block;
}
address dl dt {
  min-width: 60px;
}
address p.color_2 a {
  color: #02befd;
}
address p.color_2 a:hover {
  color: #fd363b;
}
/*============  Terms List =============*/
.terms-list dt + dd {
  padding-top: 5px;
}
.terms-list dd + dt {
  padding-top: 7px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding-bottom: 30px;
  padding-top:25px;
}
#footer > .container {
  border-top: 1px solid #dddddd;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
    padding-bottom: 30px;
  }
}
/*============  Footer Menu  =============*/
.footer-menu {
  padding-top: 16px;
  display: block;
}
.footer-menu li {
  float: left;
  font: 400 13px/15px 'Roboto Slab', sans-serif;
  text-transform: uppercase;
}
.footer-menu li + li {
  margin-left: 30px;
}
.footer-menu li a {
  color: #777777;
}
.footer-menu li.current a,
.footer-menu li a:hover {
  color: #02befd;
}
@media (max-width: 767px) {
  .footer-menu {
    display: none;
  }
}
/*============  Footer Menu  =============*/
.info {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .info {
    display: inline-block;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #4f4f4f;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #3fcdfd;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
