@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,300,500);
@import url(//fonts.googleapis.com/css?family=Paytone+One);
@import "../css/animate.css";

/*@font-face {
    font-family: 'Conv_JosefinSans-Regular';
    src: url('fonts/JosefinSans-Regular.eot');
    src: local('☺'), 
    url('fonts/JosefinSans-Regular.woff') format('woff'), 
    url('fonts/JosefinSans-Regular.ttf') format('truetype'), 
    url('fonts/JosefinSans-Regular.svg') format('svg');

    font-family: 'JosefinSans-Bold';
    src: url('fonts/JosefinSans-Bold.eot');
    src: local('☺'), 
    url('fonts/JosefinSans-Bold.woff') format('woff'), 
    url('fonts/JosefinSans-Bold.ttf') format('truetype'), 
    url('fonts/JosefinSans-Bold.svg') format('svg');
    

    src: url(fonts/JosefinSans-Italic.ttf);
    src: url(fonts/JosefinSans-Light.ttf);
    src: url(fonts/JosefinSans-SemiBold.ttf);
    src: url(fonts/JosefinSans-Thin.ttf);
}*/


.bg1 {
  background: #6cbdea;
}
.bg2 {
  /*background: #2c3e50;*/
  background: #ff7302;
}
.bg3 {
  background: #6b9c3c;
}
.bg4 {
  /*background: #f7f7f7;*/
}
.bg5 {
  background: #ff7302;
}
.tp {
  /*color: #444444;*/
  color: #000000;
}
.tpspan {
  color: #000000;margin-bottom: 0px;
}
.white {
  color: #ffffff;
}
.primary {
  color: #ff7302;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__left.logo-caption.f__none-767 img {
    /*width: 180px;*/
    width: 280px;
}
.f__right {
  float: right;
}
strong{font-weight: bold;}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
h1,h2,h3,h4,h5,h6,a,p,li,td,input{font-family: "Josefin Sans";}
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Josefin Sans";
  /*font-size: 15px;*/
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  background: #2c3e50;
  /*color: #a7a7a7;*/
  color: #000000;
}
.btn2{background: transparent;}    
.btn2:hover{background: #fff;transition:all 0.3s ease 0s;cursor: pointer;}  
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font: 400 40px/46px 'Paytone One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #ffffff;
}
h1 span {
  display: inline-block;
  position: relative;
  color: #b55201;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 1.6px;
}
h1 span:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  /*background: #b55201;*/
  margin-top: -3px;
}
@media (max-width: 479px) {
  h1 span {
    letter-spacing: normal;
  }
}
h1 a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    letter-spacing: normal;
  }
  h1 span {
    letter-spacing: normal;
  }
}
h3 {
  position: relative;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
}
h3.with-line:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  height: 3px;
  width: 102px;
  background: #e0e0e0;
}
h4,
address {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}
h4 a:hover,
address a:hover {
  text-decoration: none;
  color: #ff7302;
}
h6 {
  font-weight: 500;
  margin-bottom: 15px;
}
h6 a:hover {
  text-decoration: none;
  color: #ff7302;
}
.page {
  overflow: hidden;
}
.btn {
  display: inline-block;
  position: relative;
  min-width: 157px;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover:after {
  top: 0;
  height: 100%;
}
.btn1 {
  display: inline-block;
  position: relative;
  min-width: 157px;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ff7302;
  color: #ff7302;
}
.btn1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn1:hover {
  text-decoration: none;
}
.btn1:hover:after {
  top: 0;
  height: 100%;
}
.btn1:after {
  background: #ff7302;
}
.btn1:hover {
  color: #ffffff;
}
.btn2 {
  display: inline-block;
  position: relative;
  min-width: 157px;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 170px;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.btn2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn2:hover {
  text-decoration: none;
}
.btn2:hover:after {
  top: 0;
  height: 100%;
}
.btn2:after {
  background: #ffffff;
}
.btn2:hover {
  color: #2c3e50;
}
.btn2__size1 {
  min-width: 157px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 24px 0 28px;
  background: #ff7302;
}
/* Main menu styles
========================================================*/
.sf-menu {
  margin-right: -11px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  padding: 14px 20px 0 21px;
}
.sf-menu > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #444444;
}
.sf-menu > li > a:hover.sf-with-ul:before {
  color: #444444;
}
.sf-menu > li.last {
  padding-right: 9px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li {
    padding: 14px 10px 0;
  }
}
.sf-menu > li.current > a {
  color: #444444;
}
.sf-menu > li.current > a.sf-with-ul:before {
  color: #444444;
}
.sf-menu > li.sfHover > a {
  color: #444444;
}
.sf-menu > li.sfHover > a.sf-with-ul:before {
  color: #444444;
}
.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: 74px;
  left: -10px;
  z-index: 4;
  text-align: center;
  width: 124px;
  padding: 20px 5px;
  background: #444444;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.sf-menu ul li + li {
  margin-top: 12px;
}
.sf-menu ul li a {
  display: block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #ff7302;
}
.sf-menu ul li.sfHover > a {
  color: #ff7302;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 114px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 3px 0;
  background: #ff7302;
  z-index: 999;
}
#header .isStuck .sf-menu > li > ul {
  top: 49px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
#content.line {
  padding-bottom: 80px;
}
#content .wrapper1 {
  padding: 61px 0 34px;
}
#content .wrapper1__inset1 {
  padding-bottom: 80px;
}
#content .wrapper1__inset2 {
  padding-top: 54px;
}
#content .wrapper1__inset3 {
  padding-bottom: 70px;
}
#content .wrapper2 {
  padding: 48px 0 82px;
}
#content .wrapper2__inset1 {
  padding-bottom: 54px;
}
#content .wrapper2__inset2 {
  padding-bottom: 68px;
}
#content .wrapper3 {
  padding: 67px 0 80px;
}
#content .wrapper3__inset1 {
  padding-top: 54px;
}
#content .btn-wrap {
  text-align: center;
  margin: 30px 0 65px;
}
#content .btn-wrap2 {
  text-align: center;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  #content .wrap-top-767 {
    margin-top: 30px;
  }
}
#content .divider {
  display: block;
  height: 3px;
}
#content .box {
  padding: 55px 70px 65px;
  margin-bottom: 30px;
}
#content .box .divider {
  width: 97%;
  background: #e0e0e0;
}
#content .box h4 {
  margin-bottom: 23px;
}
#content .box .divider {
  margin-bottom: 27px;
}
#content .box .btn1 {
  margin-top: 37px;
}
#content .box__inset1 {
  margin: 0;
  color: #ffffff;
}
#content .box__inset1 .box_inner {
  padding: 51px 60px 62px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box__inset1 .box_inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #content .box__inset1 .box_inner {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  #content .box__inset1 .box_inner {
    padding: 30px 20px;
  }
}
#content .box__inset1 .divider {
  width: 100%;
}
#content .box__inset1 h4 {
  margin-bottom: 19px;
}
#content .box__inset1 .divider {
  margin-bottom: 21px;
}
#content .box__inset2 {
  margin: 40px 0 0;
  padding-bottom: 60px;
}
#content .box__inset2 .btn1 {
  margin-top: 23px;
}
#content .box__inset2.offset {
  margin-top: 50px;
}
#content .float-box {
  margin: 56px 0 70px;
}
#content .float-box a {
  display: block;
  width: 33.3%;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .float-box a:hover {
  text-decoration: none;
  background: #ff7302;
}
@media (max-width: 767px) {
  #content .float-box a {
    width: 100%;
    float: none;
  }
}
#content .float-box:before,
#content .float-box:after {
  content: " ";
  display: table;
}
#content .float-box:after {
  clear: both;
}
#content .box2 {
  margin-top: 55px;
  text-align: center;
}
#content .box2 img {
  border-radius: 50%;
  margin-bottom: 30px;
}
#content .box2 h4 {
  margin-bottom: 6px;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > td, 
.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > td, 
.table > thead:first-child > tr:first-child > th{
  border-top: 0 none;
}
#content .box2 h4 a:hover{color: #fff;}
.box6 h6 {color: #444;font-weight: bold;margin-top: 15px;margin-bottom: 0px;}
.seo h6{color: #fff;}
.box6 p {color: #444;}
.seo p{color: #fff;}
#content .box2 p{color: #fff;}
#content .member-box {
  margin-top: 45px;
  text-align: center;
}
#content .member-box a {
  display: block;
}
#content .member-box a:hover {
  text-decoration: none;
}
#content .member-box a:hover .divider {
  background: #ff7302;
}
#content .member-box a:hover .img-wrap span {
  visibility: visible;
}
#content .member-box a:hover .img-wrap .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#content .member-box a:hover .img-wrap:before {
  height: 3px;
}
#content .member-box a:hover .img-wrap span {
  text-decoration: underline;
}
#content .member-box a:hover .img-wrap img {
  transform: scale(1.2);
}
#content .member-box .img-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
#content .member-box .img-wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  #content .member-box .img-wrap img {
    width: 100%;
  }
}
#content .member-box .img-wrap .overlay {
  background: rgba(68, 68, 68, 0.6);
  margin: 0;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 #content .member-box .img-wrap .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99444444', endColorstr='#99444444');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99444444', endColorstr='#99444444');
  zoom: 1;
}
#content .member-box .img-wrap span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  visibility: hidden;
  z-index: 1;
}
#content .member-box .img-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #ff7302;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}
#content .member-box h4 {
  margin: 23px 0 19px;
}
#content .member-box .divider {
  display: block;
  width: 100%;
  background: #e0e0e0;
  margin-bottom: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .price-box {
  margin-top: 45px;
}
#content .price-box .link {
  display: block;
  background: #ff7302;
  padding: 49px 49px 36px;
}
#content .price-box .link .divider {
  background: #b55201;
  width: 100%;
  margin: 15px 0 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .price-box .link h3 {
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .price-box .link h3 {
    font-size: 25px;
  }
}
#content .price-box .link:hover {
  text-decoration: none;
  background: #444444;
}
#content .price-box .link:hover .divider {
  background: #282828;
}
#content .price-box .link-list {
  background: #f7f7f7;
  padding: 28px 50px 36px;
  text-align: center;
}
#content .price-box .link-list li + li {
  margin-top: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .price-box .link {
    padding: 20px;
  }
  #content .price-box .link-list {
    padding: 28px 25px 36px;
  }
}
@media (max-width: 479px) {
  #content .price-box .link {
    padding: 20px;
  }
  #content .price-box .link-list {
    padding: 28px 20px 36px;
  }
}
#content .box3 {
  padding: 55px 0 86px;
}
#content .box3 h4,
#content .box3 h6,
#content .box3 p {
  padding-left: 70px;
}
#content .box3 .progress-wrap.second {
  margin: 0 0 20px 56px;
  padding-right: 70px;
}
#content .box3 .divider {
  width: 88%;
  margin: 0 auto;
  background: #e0e0e0;
}
#content .box3 h4 {
  margin-bottom: 23px;
}
#content .box3 .divider {
  margin-bottom: 27px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .box3 .divider {
    width: 90%;
  }
  #content .box3 h4,
  #content .box3 h6,
  #content .box3 p {
    padding-left: 50px;
  }
  #content .box3 .progress-wrap.second {
    margin-left: 20px;
    padding-right: 45px;
  }
}
@media (max-width: 979px) {
  #content .box3 .divider {
    width: 90%;
  }
  #content .box3 h4,
  #content .box3 h6,
  #content .box3 p {
    padding-left: 5%;
  }
  #content .box3 .progress-wrap.second {
    margin-left: 0;
    padding: 0;
  }
  #content .box3 .progress-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
#content .box4 {
  margin-top: 45px;
}
#content .box4 .divider {
  width: 100%;
  background: #ffffff;
  margin: 16px 0 20px;
}
#content .box5 {
  margin-top: 47px;
}
#content .box5 .markered-list {
  margin-top: 19px;
}
#content .box5 .icon-list {
  margin-top: 40px;
  text-align: center;
}
#content .box5 .icon-list li {
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  color: #444444;
  margin: 0 38px;
}
#content .box5 .icon-list li img,
#content .box5 .icon-list li a {
  display: inline-block;
}
#content .box5 .icon-list li a {
  text-align: left;
}
#content .box5 .icon-list li a:hover {
  text-decoration: none;
  color: #ff7302;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box5 .icon-list li {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  #content .box5 .icon-list li {
    display: block;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  #content .box5 .icon-list {
    text-align: left;
  }
}
#content .box5__offset1 {
  margin-top: 30px;
}
#content .box6 {
  margin-top: 44px;
}
#content .box6 img {
  margin-top: 6px;
}
@media (max-width: 767px) {
  #content .box6 img {
    margin: 0 0 20px;
  }
}
#content .box6 p + p {
  margin-top: 23px;
}
#content .box6 .btn1 {
  margin-top: 24px;
}
#content .banner {
  padding: 47px 0 54px;
  margin: 81px 0 57px;
}
#content .banner h3,
#content .banner p {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 479px) {
  #content .banner h3,
  #content .banner p {
    padding: 0 10px;
  }
}
#content .banner h3 {
  margin-bottom: 14px;
}
#content .banner .btn-wrap {
  margin: 46px 0 0;
}
#content .banner .first {
  font-size: 68px;
  line-height: 64px;
  font-weight: 800;
}
#content .banner .second {
  font-size: 66px;
  line-height: 64px;
  font-weight: 300;
}
@media (max-width: 979px) {
  #content .banner .first {
    font-size: 58px;
    line-height: 54px;
  }
  #content .banner .second {
    font-size: 42px;
    line-height: 40px;
  }
}
@media (max-width: 979px) and (max-width: 767px) {
  #content .banner .first {
    font-size: 40px;
    line-height: 38px;
  }
  #content .banner .second {
    font-size: 34px;
    line-height: 38px;
  }
}
#content .banner__offset1 {
  margin: 54px 0 0;
  padding: 42px 0 57px;
}
#content .progress-wrap {
  display: inline-block;
  font-size: 18px;
  width: 220px;
}
#content .progress-wrap p {
  padding: 0;
  font-weight: 800;
}
#content .progress-wrap p.percentage {
  font-weight: 400;
}
#content .progress-wrap .progress-bar {
  margin-top: 10px;
  height: 12px;
  width: 100%;
  background: #dfe0df;
}
#content .progress-wrap .progress-bar .progress {
  background: #ff7302;
  height: 100%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .progress-wrap {
    width: 195px;
  }
}
@media (max-width: 767px) {
  #content .progress-wrap {
    margin: 20px auto 0!important;
  }
}
#content .meta {
  font-size: 14px;
}
#content .meta a {
  margin-right: 6px;
}
#content .meta a + a {
  margin-left: 8px;
}
#content .meta span {
  margin-left: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .meta a {
    margin-right: 1px;
  }
  #content .meta a + a {
    margin-left: 2px;
  }
  #content .meta span {
    margin-left: 2px;
  }
}
#content .news-box {
  margin-top: 68px;
}
#content .news-box h4 {
  margin: 23px 0 21px;
}
#content .news-box .divider {
  width: 100%;
  background: #e0e0e0;
}
#content .news-box .meta {
  margin: 14px 0 7px;
  color: #666;
}
#content .event-box {
  margin-top: 45px;
}
#content .event-box .meta {
  position: relative;
}
#content .event-box .meta:before,
#content .event-box .meta:after {
  content: '';
  display: block;
  height: 1px;
  background: #777;
}
#content .event-box .meta:before {
  margin: 12px 0 4px;
}
#content .event-box .meta:after {
  margin-top: 7px;
}
#content .event-box h6 {
  margin: 10px 0 14px;
}
#content .markered-list li {
  position: relative;
  padding-left: 20px;
}
#content .markered-list li:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 24px;
  color: #ff7302;
}
#content .markered-list li + li {
  margin-top: 4px;
}
@media (max-width: 767px) {
  #content .markered-list {
    margin-bottom: 20px;
  }
}
#content .map {
  height: 481px;
  position: relative;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  #content .map {
    height: 350px;
  }
}
#content .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#content #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content #map-canvas img {
  max-width: none !important;
}
#content address {
  margin: 45px 0 16px;
}
#content dt,
#content dd {
  display: inline-block;
}
#content dt {
  padding-right: 5px;
}
#content .mail a {
  text-decoration: underline;
}
#content .mail a:hover {
  color: #ffffff;
}
#content .policy-box {
  margin-top: 43px;
}
#content .policy-box + .policy-box {
  margin-top: 33px;
}
#content .policy-link {
  display: inline-block;
  margin-top: 22px;
}
#content .policy-link a {
  text-decoration: underline;
}
#content .policy-link a:hover {
  color: #444444;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 14px 0 14px;
  text-align: center;
  color: #ffffff;
}
#footer h3 {
  padding-top: 52px;
}
#footer .copyright {
  font-size: 14px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url(../images/page1-img5.jpg);
}
.stellar-section .stellar2 {
  background-image: url(../images/page1-img6.jpg);
}
.stellar-section .stellar3 {
  background-image: url(../images/page1-img7.jpg);
}
.stellar-section .stellar4 {
  padding: 135px 0 138px;
  background-image: url(../images/page1-img12.jpg);
}
@media (max-width: 767px) {
  .stellar-section .stellar4 {
    padding: 0;
  }
}
.stellar-section .stellar5 {
  background-image: url(../images/page3-img1.jpg);
}
.stellar-section .stellar6 {
  background-image: url(../images/page3-img2.jpg);
}
.stellar-section .stellar7 {
  background-image: url(../images/page3-img3.jpg);
}
.stellar-section .stellar1,
.stellar-section .stellar2,
.stellar-section .stellar3,
.stellar-section .stellar4,
.stellar-section .stellar5,
.stellar-section .stellar6,
.stellar-section .stellar7 {
  background-position: center center;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .stellar-section .stellar1,
  .stellar-section .stellar2,
  .stellar-section .stellar3,
  .stellar-section .stellar4,
  .stellar-section .stellar5,
  .stellar-section .stellar6,
  .stellar-section .stellar7 {
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
  .stellar-section .stellar1,
  .stellar-section .stellar2,
  .stellar-section .stellar3,
  .stellar-section .stellar4,
  .stellar-section .stellar5,
  .stellar-section .stellar6,
  .stellar-section .stellar7 {
    background: none;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 36px;
  z-index: 20;
  width: 70px;
  height: 70px;
  padding-top: 12px;
  text-align: center;
  background: #2c3e50;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 2px #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 #toTop {
  border: 1px solid #ffffff;
}
#toTop:hover {
  background: #ff7302;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
