@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: white;
  color: #767879;
  font: 300 13px/24px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .terms dt {
  color: #303334;
}

h2, h3, h4, h5, h6, .terms dt {
  font-weight: 500;
}

h1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 41px;
}

h2 {
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

h3 {
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 1.248px;
}
@media (max-width: 979px) {
  h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

h4 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1.2px;
}

.terms dt,
h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .8px;
}
.terms dt a:hover,
h5 a:hover {
  color: #47c7de;
}

p {
  letter-spacing: 0.52px;
}
p a:hover {
  text-decoration: underline;
}

time {
  display: inline-block;
  max-width: 245px;
  width: 100%;
  padding: 3px 0;
  font-size: 11px;
  background: #47c7de;
  color: #fff;
  text-align: center;
}

time + .text1 {
  margin-top: 14px;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.text1 {
  font-size: 16px;
  line-height: 30px;
}

.mg-add {
  margin-top: 9px;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

h4 + h5 {
  margin-top: 37px;
}

h5 + p {
  margin-top: 7px;
}

p + .btn {
  margin-top: 47px;
}

p + .btn2 {
  margin-top: 38px;
}

.row + .row {
  margin-top: 57px;
}

h3 + .row,
.row + .off6,
h3 + .blog,
h3 + .terms {
  margin-top: 43px;
}

.lazy-img + h5 {
  margin-top: 30px;
}

h3 + .lazy-img {
  margin-top: 63px;
}

h3 + .off1 {
  margin-top: 93px;
}

h3 + h5 {
  margin-top: 81px;
}

.lazy-img + .off3 {
  margin-top: 32px;
}

.lazy-img + p {
  margin-top: 31px;
}

h5 + .off2 {
  margin-top: 18px;
}

h3 + .off4 {
  margin-top: 70px;
}

h3 + .box {
  margin-top: 69px;
}

h3 + .off5 {
  margin-top: 84px;
}

h5 + time {
  margin-top: 20px;
}

time + p {
  margin-top: 16px;
}

h4 + p {
  margin-top: 19px;
}

p + .list2 {
  margin-top: 17px;
}

.ins1 {
  padding-right: 47px;
}

.ins2 {
  padding-right: 16px;
}
@media (max-width: 1199px) {
  .ins2 {
    padding-right: 0;
  }
}

.box + .btn {
  margin-top: 67px;
}

.box + .box {
  margin-top: 37px;
  padding-top: 39px;
  background: url(../images/dash.png) repeat-x left top;
}

.box + .box__off1 {
  margin-top: 46px;
}

.box + .box__off2 {
  margin-top: 46px;
  background: url(../images/dashg.png) repeat-x left top;
}

.blog + .blog {
  margin-top: 46px;
  background: url(../images/dashg.png) repeat-x left top;
  padding-top: 39px;
}

h3 + .contact-form {
  margin-top: 52px;
}

/*========================================================
                        Widgets
=========================================================*/
/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  position: fixed;
  z-index: 20;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #333;
  color: #fff;
  border: 1px solid #f7f7f7;
}
.toTop:hover {
  color: #fff;
  background: #47c7de;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  Super Fish   ======================*/
.sf-menu {
  display: inline-block;
  color: #303334;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}
.sf-menu:before, .sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li > a {
  position: relative;
  padding: 8px 18px 7px;
  background: #fff;
}
.sf-menu > li a {
  display: block;
}
.sf-menu > li a, .sf-menu > li a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #47c7de;
  color: #fff;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 15px;
  margin-left: -62px;
  padding: 18px 0 20px;
  width: 124px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  background: #47c7de;
  text-transform: none;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.sub-menu li {
  position: relative;
}
.sub-menu li + li {
  margin-top: 9px;
}
.sub-menu li.active > a, .sub-menu li.sfHover > a, .sub-menu li > a:hover {
  background: #fff;
  color: #303334;
}

.sub-menu .sub-menu {
  left: 100%;
  top: -18px;
  margin: 0;
  width: 100%;
}

.sf-with-ul {
  position: relative;
}
.sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sf-menu ul .sf-with-ul:before {
  content: none;
  display: none;
}

@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 416px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  border: 1px solid  #585858;
  overflow: hidden;
}
.select-menu .select {
  width: 436px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 266px;
  }
  .select-menu .select {
    width: 286px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 10px 0;
}

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================    Map    ======================*/
.map {
  height: 570px;
}

.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}

/*========================================================
                    HEADER Section
=========================================================*/
.header {
  padding: 32px 0 39px;
  background: url(../images/dashg.png) repeat-x left bottom;
}
.header .brand {
  float: left;
}
.header .nav {
  float: right;
}
@media (max-width: 979px) {
  .header {
    text-align: center;
  }
  .header .brand, .header .nav {
    float: none;
  }
  .header .brand + .nav {
    margin-top: 40px;
  }
}

/*==================  Header Brand  ======================*/
.brand h1 {
  overflow: hidden;
}
.brand a {
  display: inline-block;
  padding-left: 48px;
  background: url(../images/logo.png) no-repeat left center;
}

/*==================       Nav      ======================*/
.nav {
  padding-top: 2px;
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.camera-wrap .btn, .box_inset-cnt:hover .btn {
  background: #fff;
  color: #303334;
}

.camera-wrap, .camera-wrap h2 {
  color: #FFF;
}

.camera-wrap .text1 {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  padding: 24px 26px;
}
.camera-wrap .text1 a {
  color: #47c7de;
}
.camera-wrap .text1 a:hover {
  text-decoration: underline;
}
.camera-wrap h2 + .btn,
.camera-wrap .btn + .text1 {
  margin-top: 68px;
}
@media (max-width: 979px) {
  .camera-wrap .text1 {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .camera-wrap h2 + .btn, .camera-wrap .btn + .text1 {
    margin-top: 20px;
  }
  .camera-wrap .btn + .text1 {
    padding: 0;
  }
}

/*================  Background  =====================*/
.bg-primary {
  background: #47c7de;
}
.bg-primary a:hover {
  color: #303334;
}
.bg-primary time {
  background: #fff;
  color: #303334;
}
.bg-primary .btn {
  background: #fff;
  color: #303334;
}

.bg-secondary {
  background: #303334;
}
.bg-secondary .lazy-img {
  background-image: url(../images/lazy-loader-b.gif);
  background-color: #303334;
}
.bg-secondary a:hover {
  color: #47c7de;
}

.bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .btn2, .bg-secondary, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary .btn2, .parallax2, .parallax2 h1, .parallax2 h2, .parallax2 h3, .parallax2 h4, .parallax2 h5, .parallax2 h6, .parallax2 .btn2 {
  color: #fff;
}
.bg-primary .btn2:hover, .bg-secondary .btn2:hover, .parallax2 .btn2:hover {
  color: #96ecfb;
}

/*==================   Well    ======================*/
.well {
  padding-top: 129px;
  padding-bottom: 184px;
}
.well__ins1 {
  padding-bottom: 177px;
}

.well2 {
  padding-top: 152px;
  padding-bottom: 154px;
}
.well2__ins1 {
  padding-top: 55px;
}
.well2__ins2 {
  padding-bottom: 147px;
}
.well2__ins3 {
  padding-bottom: 139px;
}

.well3 {
  padding-top: 171px;
  padding-bottom: 169px;
}

.well4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.well5 {
  padding-top: 40px;
  padding-bottom: 85px;
}

@media (max-width: 479px) {
  .well, .well2, .well3, .well4, .well5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.parallax__ins1 {
  padding: 148px 0 141px;
}
.parallax__ins2 {
  padding: 96px 0 151px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
  }
}
@media (max-width: 479px) {
  .parallax__ins1, .parallax__ins2 {
    padding: 60px 0;
  }
}

.parallax1 {
  background-image: url(../images/parallax01.jpg);
}

.parallax2 {
  background-image: url(../images/parallax02.jpg);
}
.parallax2 .btn {
  background: #fff;
  color: #303334;
}

/*==================      Box      ======================*/
.box .fa {
  color: #47c7de;
  font-size: 63px;
}
.box_aside {
  float: left;
  width: 76px;
  margin-right: 24px;
}
.box_aside .fa {
  font-size: 70px;
  line-height: 90px;
  color: #47c7de;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_inset-cnt {
  padding: 76px 13px 80px;
}
.box_desc {
  color: #838788;
  font-style: italic;
  font-size: 12px;
}
.box_plain-bg {
  position: relative;
  z-index: 0;
  text-align: center;
  color: #303334;
}
.box_plain-bg:hover, .box_plain-bg:hover h4, .box_plain-bg:hover .fa, .box_plain-bg:hover .box_desc {
  color: #fff;
}
.box_plain-bg:hover:before {
  background: #47c7de;
}
.box_plain-bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fff;
  z-index: -1;
}
.box_plain-bg * + .box_desc {
  margin-top: 0;
}
.box_plain-bg * + .fa {
  margin-top: 67px;
}
.box_plain-bg * + p {
  margin-top: 70px;
}
.box_plain-bg .box_desc + p {
  margin-top: 41px;
}
.box_plain-bg * + .btn {
  margin-top: 57px;
}
.box_plain-bg + .box_plain-bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  background: #e9eaea;
  z-index: -1;
}
.box_plain-bg + .box_plain-bg:hover:after {
  background: #47c7de;
}
.box[data-index] {
  position: relative;
  padding-left: 100px;
}
.box[data-index]:before {
  content: attr(data-index) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  background: #fff;
  color: #303334;
  font-weight: 500;
}
.box[data-index]:after {
  content: '';
  position: absolute;
  left: 60px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .box[data-index] {
    padding-left: 0;
  }
  .box[data-index]:before {
    position: relative;
    margin-bottom: 15px;
  }
  .box[data-index]:after {
    top: 60px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent;
  }
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #47c7de url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s opacity ease;
  -o-transition: 1s opacity ease;
  -webkit-transition: 1s opacity ease;
  transition: 1s opacity ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumbnail_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
  color: #000;
  font-size: 30px;
}
.lt-ie9 .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumbnail_overlay:before {
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
  margin-left: -15px;
  margin-top: -10px;
  text-align: center;
}
.lt-ie9 .thumbnail_overlay:before {
  display: none;
}
.thumbnail:hover {
  background-image: none;
}
.thumbnail:hover .thumbnail_overlay {
  opacity: 0.8;
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
  filter: alpha(opacity=80);
}
.lt-ie9 .thumbnail:hover .thumbnail_overlay:before {
  display: block;
}
.thumbnail:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================    Buttons    ======================*/
.btn, .btn2 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.btn {
  text-align: center;
  color: #fff;
  background: #47c7de;
}
.btn:hover {
  color: #FFF !important;
  background: #303334 !important;
}

.btn__lg, .btn__md {
  font-size: 16px;
}

.btn__lg {
  padding: 27px 52px;
}
@media (max-width: 979px) {
  .btn__lg {
    font-size: 15px;
    padding: 12px 40px;
  }
}

.btn__md {
  padding: 17px 35px;
}

.btn__sm {
  padding: 12px 40px;
}

/*==================    Quote     ======================*/
.quote_aside {
  float: left;
  width: 170px;
  margin-right: 30px;
}
.quote_author {
  padding-top: 25px;
}
.quote_author:before {
  content: '\f10d';
  font-family: "FontAwesome";
  padding-right: 16px;
}
.quote p {
  letter-spacing: 0.52px;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 979px) {
  .quote_aside {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*==================   Projects   ======================*/
.projects {
  margin-left: -9px;
}
.projects:before, .projects:after {
  content: " ";
  display: table;
}
.projects:after {
  clear: both;
}
.projects .project {
  width: 81px;
  float: left;
  margin-left: 9px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .projects .project {
    margin-left: 4px;
    margin-bottom: 4px;
  }
}

/*==================      List    ======================*/
.list li + li {
  margin-top: 7px;
}

.list2 {
  font-size: 12px;
}
.list2 li + li {
  margin-top: 1px;
}

/*================= Subcribe Form ======================*/
.subscribe-form {
  position: relative;
  padding-right: 44px;
}
.subscribe-form .email {
  position: relative;
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}
.subscribe-form .email input {
  padding: 3px 0;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  font: 300 12px/16px "Ubuntu", sans-serif;
  letter-spacing: 0.48px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.subscribe-form .email .error, .subscribe-form .email .success {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  line-height: 16px;
}
.subscribe-form .email .error {
  color: #f00;
}
.subscribe-form .email.invalid .error {
  display: block;
}
.subscribe-form .email .success {
  color: #0f0;
}
.subscribe-form [data-type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  float: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

/*==================   Blog    ======================*/
.blog_credits:before, .blog_credits:after {
  content: " ";
  display: table;
}
.blog_credits:after {
  clear: both;
}
.blog_credits time {
  float: left;
  max-width: none;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: .44px;
}
.blog_credits time a:hover {
  text-decoration: underline;
}
.blog_credits .blog_comments {
  float: right;
}
.blog_comments {
  padding: 0 26px;
  background: #47c7de;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: .44px;
}
.blog_comments:hover {
  background: #303334;
}
.blog_comments .fa {
  font-size: 23px;
  line-height: inherit;
  padding-right: 10px;
}
h5 + .blog_credits {
  margin-top: 20px;
}
.blog_credits + .lazy-img {
  margin-top: 30px;
}

/*==================   Address    ======================*/
.address dl dt, .address dl dd {
  display: inline-block;
}
.address dl dt {
  min-width: 90px;
}
.address p + dl {
  margin-top: 3px;
}

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 7px;
}
.terms dd {
  letter-spacing: .52px;
}
.terms dd + dt {
  margin-top: 14px;
}
.terms a:hover {
  text-decoration: underline;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .48px;
}
.footer h4 + .list, .footer h4 + .footer-address, .footer h4 + .projects, .footer h4 + .subscribe-form {
  margin-top: 15px;
}
.footer .social-list {
  float: right;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .social-list {
    float: none;
  }
  .footer .social-list + .info {
    margin-top: 20px;
  }
}

.footer-well {
  padding-top: 52px;
  padding-bottom: 47px;
}

.footer-address p + p {
  margin-top: 36px;
}

.info {
  letter-spacing: .6px;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #303334;
  overflow: hidden;
}
.info a:hover {
  text-decoration: underline;
}

.social-list {
  display: inline-block;
}
.social-list:before, .social-list:after {
  content: " ";
  display: table;
}
.social-list:after {
  clear: both;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 37px;
}
.social-list .fa {
  font-size: 20px;
  line-height: 20px;
  color: #303334;
}
.social-list .fa:hover {
  color: #47c7de;
}
