@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Amatic+SC:700);
@import url(//fonts.googleapis.com/css?family=Comfortaa:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,400);
@import "../css/contact-form.css";
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: url(../images/bg.jpg) top left repeat fixed;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a h4,
a h3 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover h4,
a:hover h3 {
  color: #4cccff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #4cccff;
}
::selection {
  color: #ffffff;
  background: #4cccff;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 18px 0;
}
#header h1 {
  text-align: left;
  float: left;
}
#header h1 a {
  color: #444444;
  text-decoration: none;
  font-family: 'Amatic SC', cursive;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 5px;
  padding-right: 30px;
  background: url(../images/logo_bg.png) right 33px no-repeat;
}
#header nav {
  float: right;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
  }
  #header nav {
    float: none;
    margin-top: 15px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  float: right;
  width: 100%;
  text-align: center;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 16px 14px 0 23px;
}
.sf-menu > li > a {
  display: inline-block;
  color: #444;
  font-size: 13px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  letter-spacing: 0;
  background: url(../images/menu_sep.png) no-repeat -50px 50%;
  padding-left: 7px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  background-position: 0px 50%;
  color: #4cccff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.current > a {
  color: #4cccff;
  background: url(../images/menu_sep.png) no-repeat 0 50%;
}
.sf-menu > li.sfHover > a {
  color: #4cccff;
}
.sf-menu li:last-child {
  background: none;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 56px;
  left: 0;
  background: #fff;
  width: 109px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.sf-menu ul li a {
  line-height: 35px;
  color: #4cccff;
  display: block;
  background: url(../images/menu_sep.png) no-repeat -5px 50%;
}
.sf-menu ul li a:hover {
  color: #fff;
  background: url(../images/menu_sep.png) no-repeat 7px 50% rgba(76, 204, 255, 0.5);
}
.sf-menu ul li.sfHover > a {
  background: url(../images/menu_sep.png) no-repeat 7px 50% rgba(76, 204, 255, 0.5);
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 4;
  width: 109px;
}
.sf-menu ul ul li {
  line-height: 35px;
}
.sf-menu ul ul li a {
  background: url(../images/menu_sep.png) no-repeat -5px 50%;
}
.sf-menu ul ul li a:hover {
  background: url(../images/menu_sep.png) no-repeat 11px 50% rgba(76, 204, 255, 0.5);
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #f6af33;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 18px 0;
  box-shadow: 0 1px 1px;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
.container header {
  text-align: center;
}
.container header h2 {
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.container header h2 span {
  position: relative;
}
.container header h2 span:before,
.container header h2 span:after {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  top: 13px;
  font-size: 7px;
}
.container header h2 span:before {
  left: -20px;
}
.container header h2 span:after {
  right: -20px;
}
.container header .sub_head {
  font-style: italic;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 30px;
}
h3 {
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-weight: 700;
  font-size: 14px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.btn {
  width: 162px;
  height: 45px;
  background: #ffffff;
  color: #4cccff;
  border: none;
  border-radius: 45px;
  behavior: url(js/pie.htc);
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 45px;
}
.btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.follow_us .fa {
  color: #fff;
  font-size: 40px;
  margin-right: 37px;
}
.follow_us .fa:hover {
  color: #f6af33;
}
.block_separator {
  width: 100%;
  background: url(../images/block_sep.png) repeat-x;
  height: 2px;
  margin: 40px 0;
}
.index {
  margin-bottom: 57px;
}
.index .block-2 h2 {
  margin-top: 0;
}
.index .block-2 p {
  margin-top: 10px;
  margin-bottom: 2px;
}
.index .block-3_element {
  margin-top: 62px;
  background: #fff;
  padding: 0 12px 12px;
}
.index .block-3_element > div {
  width: 101px;
  height: 101px;
  top: -43px;
  margin: 0 auto -30px;
  position: relative;
}
.index .block-3_element > div img {
  border-radius: 50%;
  position: relative;
  behavior: url(js/pie.htc);
}
.index .block-3_element h4 {
  margin-bottom: 7px;
  margin-top: 6px;
}
.index .block-3_element h4,
.index .block-3_element p {
  text-align: center;
}
.index .first_header {
  margin-top: 40px;
}
.circles {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.circles > div {
  width: 234px;
  height: 234px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: -25px;
  z-index: 2;
}
.circles > div:hover {
  opacity: 1;
  z-index: 3;
}
.circles > div img {
  margin-top: 69px;
}
.circles .orange {
  background: rgba(255, 123, 15, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .orange:hover {
  background: #ff7b0f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .blue {
  background: rgba(0, 182, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .blue:hover {
  background: #00b6ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .green {
  background: rgba(184, 175, 45, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles .green:hover {
  background: #b8af2d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circles p {
  color: #fff;
  font-size: 18px;
  font-family: 'Comfortaa', cursive;
  margin-top: 20px;
  font-weight: 600;
}
#news .news_item {
  background: #fff;
  margin-bottom: 20px;
}
#news .news_item .news_item_block {
  padding: 0 10px 15px 10px;
}
#news .news_item .news_img_block {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
}
#news .news_item .news_img_block img {
  width: 100%;
}
#news .news_item .news_img_block > div {
  position: absolute;
  opacity: .3;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  background: #4cccff;
  height: 60px;
  width: 60px;
  zoom: 1;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
#news .news_item .news_img_block span {
  background: url(../images/news_arrow.png) 50% 50% no-repeat rgba(76, 204, 255, 0.85);
  position: absolute;
  bottom: -10px;
  right: -10px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  behavior: url(js/pie.htc);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#news .news_item .news_img_block:hover > div {
  -webkit-transform: scale(10, 10);
  -moz-transform: scale(10, 10);
  -ms-transform: scale(10, 10);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#news .news_item .news_img_block:hover span {
  bottom: 35%;
  right: 35%;
  background-color: #4cccff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#news .news_item .news_date {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffa257;
  font-style: italic;
  margin-top: 14px;
  margin-bottom: 13px;
  margin-left: 2px;
}
#news .news_item h4 {
  margin-bottom: 10px;
  margin-left: 2px;
}
#news .news_item p {
  line-height: 24px;
  margin-left: 2px;
  letter-spacing: 0.3px;
}
.owl-carousel .comment_block > p {
  background: #e5e3d8;
  padding: 23px 30px 25px;
  position: relative;
}
.owl-carousel .comment_block > p:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #e5e3d8;
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.owl-carousel .author_img {
  width: 65px;
  margin-top: 19px;
  display: inline-block;
}
.owl-carousel .author_img img {
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
}
.owl-carousel .author p {
  display: inline-block;
  background: url(../images/comm_quotes.png) top left no-repeat;
  padding-top: 35px;
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-weight: 700;
  margin-top: 25px;
  margin-right: 10px;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-controls {
  position: absolute;
  bottom: 9px;
  right: 0;
}
.index .block-3 .sub_head {
  margin-bottom: 13px;
}
@media only screen and (max-width: 979px) {
  #news .news_img_block:hover span {
    bottom: 30% !important;
    right: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .circles {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .circles > div {
    border-radius: 50%;
    behavior: url(js/pie.htc);
    position: relative;
    opacity: .83;
    display: inline-block;
    text-align: center;
  }
  .circles p {
    color: #fff;
    font-family: 'Comfortaa', cursive;
    margin-top: 10px;
    font-weight: 600;
  }
  #news .news_img_block:hover span {
    bottom: 45% !important;
    right: 41% !important;
  }
  #news .news_img_block:hover:hover div {
    -webkit-transform: scale(20, 20) !important;
    -moz-transform: scale(20, 20) !important;
    -ms-transform: scale(20, 20) !important;
  }
  .camera_caption {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .circles .green {
    margin-top: -35px;
  }
}
.index-1 .block-1 h2 {
  margin-top: 70px;
}
.index-1 .block-1 .sub_head {
  margin-bottom: 35px;
}
.index-1 .block-1 h4 {
  margin-top: 36px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.index-1 .block-1 p.item {
  background: url(../images/qutotes.png) top left no-repeat;
  text-indent: 25px;
  font-style: italic;
  padding-top: 7px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.index-1 .block-1 img {
  width: 100%;
}
.index-1 .block-2 .sub_head {
  margin-bottom: 12px;
}
.index-1 .block-2 div.grid_4 {
  background: #e5e3d8;
  margin-bottom: 18px;
}
.index-1 .block-2 div.grid_4 h3 {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  padding: 26px 27px 10px 31px;
  font-weight: 600;
  text-transform: none;
}
.index-1 .block-2 div.grid_4 p {
  padding: 0 30px 30px;
  line-height: 24px;
}
.index-1 .block-3 {
  margin-bottom: 70px;
}
.index-1 .block-3 .block_separator {
  margin: 35px 0 45px;
}
.index-1 .block-3 .sub_head {
  margin-bottom: 22px;
}
.index-1 .block-3_item {
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  padding: 0 0 25px 30px;
  background: url(../images/bullet_1.png) left 5px no-repeat;
  line-height: 24px;
}
.index-1 .block-3_list {
  background: #fff;
}
.index-1 .block-3_list h3 {
  font-family: 'Comfortaa', cursive;
  color: #444444;
  font-weight: 600;
  font-size: 22px;
  padding: 35px 0 10px 30px;
}
.index-1 .block-3_list h4 {
  margin: 0 0 10px 30px;
  line-height: 19px;
}
.index-1 .block-3_list ul {
  display: inline-block;
  margin-bottom: 30px;
}
.index-1 .block-3_list li {
  background: url(../images/bullet_2.png) left 7px no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-left: 30px;
  padding-left: 13px;
}
@media only screen and (max-width: 767px) {
  .block-3_list {
    margin-bottom: 20px;
  }
}
.index-2 .block-1 header {
  margin-top: 70px;
}
.index-2 .block-1 p {
  letter-spacing: 0.3px;
}
.index-2 .block-1_item {
  margin-top: 23px;
}
.index-2 .block-1_item h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.index-2 .block-1_item .btn {
  width: 125px;
  margin-top: 25px;
}
.index-2 .block-1_item .btn:hover {
  background: rgba(76, 204, 255, 0.5);
}
.index-2 .block-1_item img {
  width: 100%;
}
.index-2 .block-2 {
  margin-bottom: 70px;
}
.index-2 .block-2 .sub_head {
  margin-bottom: 13px;
}
.index-2 .block-2 .block_separator {
  margin-top: 53px;
  margin-bottom: 42px;
}
.index-2 .block-2_item {
  margin-bottom: 17px;
}
.index-2 .block-2_item span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #ffa257;
  width: 35px;
  margin-top: -3px;
}
.index-2 .block-2_item > div {
  display: inline-block;
  width: 420px;
}
.index-2 .block-2_item > div h3 {
  font-size: 18px;
  margin-bottom: 5px;
  width: 300px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.index-2 .block-2_item > div p {
  letter-spacing: 0.3px;
  line-height: 24px;
}
.index-2 .block-2_element {
  background: #fff;
  padding: 40px 0 30px;
  margin-top: 20px;
}
.index-2 .block-2_element h3 {
  font-size: 30px;
  padding-left: 30px;
  text-transform: none;
  margin-bottom: 10px;
}
.index-2 .block-2_element p {
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.index-2 .block-2_element .btn {
  background: #4cccff;
  color: #fff;
  margin: 20px auto 0;
}
.index-2 .block-2_element .btn:hover {
  background: rgba(76, 204, 255, 0.5);
}
@media only screen and (max-width: 980px) {
  .index-2 .block-2_item > div h3 {
    margin-left: 35px;
  }
  .index-2 .block-2_item span {
    position: absolute;
  }
  .index-2 .block-2_item > div {
    width: 325px;
  }
  .index-2 .block-2_element .btn {
    margin: 20px 0 0 -5px;
  }
}
@media only screen and (max-width: 760px) {
  .index-2 .block-1_item img {
    margin-top: 40px;
  }
}
.index-3 .block-1 h2 {
  margin-top: 40px;
}
.index-3 .block-2 h2 {
  margin-top: 40px;
}
.index-3 .block-2 .sub_head {
  margin-bottom: 10px;
}
.index-3 .block-2 .block_separator {
  margin-top: 32px;
  margin-bottom: 46px;
}
.index-3 .block-2_element {
  background: none;
  border: 1px solid #cac9c4;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 70px;
  padding: 15px 15px 30px;
}
.index-3 .block-2_element > div {
  width: 105px;
  height: 104px;
  margin: -75px auto 30px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  padding-top: 1px;
}
.index-3 .block-2_element > div span {
  margin-top: 25px;
  font-family: 'Comfortaa', cursive;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: block;
}
.index-3 .block-2_element > div p {
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: -5px;
}
.index-3 .block-2_element .blue {
  background: #4cccff;
}
.index-3 .block-2_element .orange {
  background: #ffa257;
}
.index-3 .block-2_element .green {
  background: #c8c163;
}
.index-3 .block-2_element h4 {
  margin-bottom: 10px;
}
.index-3 .block-2_element p {
  letter-spacing: 0.3px;
  line-height: 24px;
}
.index-3 .block-2_element .btn {
  width: 120px;
  margin: 20px auto 0;
}
.index-3 .block-2_element .btn:hover {
  background: rgba(76, 204, 255, 0.5);
}
.index-4 .block-1 {
  margin-bottom: 70px;
}
.index-4 .block-1 h2 {
  margin-top: 72px;
}
.index-4 .block-1 h3 {
  font-size: 18px;
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}
.index-4 .block-1 .sub_head {
  margin-bottom: 32px;
  font-style: italic;
}
.index-4 .block-1_item {
  margin-top: 17px;
  background: #fff;
  padding: 10px 0;
}
.index-4 .block-1_item img {
  display: inline-block;
  margin-right: 17px;
  margin-left: 10px;
}
.index-4 .block-1_item > div {
  display: inline-block;
  width: 625px;
}
.index-4 .block-1_item > div h4 {
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 3px;
  text-align: left;
}
.index-4 .block-1_item > div .sub_head {
  color: #ffa257;
  margin-bottom: 10px;
}
.index-4 .block-1_item > div a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  behavior: url(js/pie.htc);
  position: relative;
  background: #4cccff;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.index-4 .block-1_item > div a:hover {
  background: rgba(76, 204, 255, 0.5);
}
.index-4 .block-1_item > div p {
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 20px;
}
.index-4 .fa-rss {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 979px) {
  .index-4 .block-1_item > div {
    width: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .index-4 .block-1_item {
    padding: 10px;
  }
  .index-4 .block-1_item > div {
    width: auto;
  }
  .index-4 .block-1_item img {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.index-5 #map-canvas,
.index-5 .content_map {
  height: 500px;
  position: relative;
}
.index-6 {
  margin-bottom: 70px;
}
.index-6 h2 {
  margin-top: 70px;
}
.index-6 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #444444;
  margin-top: 25px;
  margin-bottom: 5px;
}
.index-6 .sub_head {
  margin-bottom: 15px !important;
}
.index-6 .mailto {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #ffa257;
  font-style: italic;
  font-size: 14px;
  display: block;
}
.index-6 p {
  line-height: 24px;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 0;
  color: #ffffff;
}
#footer h3 {
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Comfortaa', cursive;
  font-size: 28px;
  margin-top: 63px;
  text-transform: none;
}
#footer .full-width-container {
  background: #4cccff;
}
#footer .contact_info {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
#footer .contact_info li {
  padding-left: 12px;
  background: url(../images/li_style.png) left 10px no-repeat;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
#footer .contact_info li a {
  color: #fff;
  text-decoration: underline;
}
#footer .contact_info li a:hover {
  text-decoration: none;
}
#footer .contact_info li.c_adress {
  line-height: 22px;
  margin-bottom: 15px;
}
#footer .contact_info li.c_phone {
  margin-bottom: 6px;
}
#contact-form {
  margin-bottom: 50px;
}
.copyright {
  text-align: center;
  font-size: 14px;
  color: #444;
  margin: 30px 0;
  font-family: 'Open Sans', sans-serif;
}
.copyright a {
  color: #444;
}
.copyright a:hover {
  color: #4cccff;
}
@media only screen and (max-width: 767px) {
  .contact_info {
    margin-bottom: 30px;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 54px;
  height: 54px;
  font-size: 43px;
  line-height: 38px;
  background: url(../images/scroll_to_top.png) no-repeat 50% 50% #ffffff;
  border-radius: 50%;
  border: 3px solid #4cccff;
  z-index: 20;
  text-indent: -9999px;
  behavior: url(js/pie.htc);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f0f0f0;
  background: url(../images/scroll_to_top_hover.png) no-repeat 50% 50% #4cccff;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
