/*-----------------------------------------------------------------------------------

	Template Name: Flying
	Template URI: http://www.3nacu.com/flying
	Description: Interactive Template Portfolio
	Author: Moutheme
	Author URI: http://themeforest.net/user/moutheme
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------

[Table of contents]

1. Body
   1-1. Scrollbar
   1-2. Headings
   1-3. Buttons
   1-4. Loading
2. Left Navigation
3. Grid & Filter
4. Elements
   4-1. Tab
   4-2. Slider Tab
   4-3. Icon Box
   4-4. Progres Bar
   4-5. Call to Action
   4-6. Alerts
5. Typography
   5-1. Dropcast
   5-2. Highlishts
   5-3. Qoute
6. Moutheme Slider
7. Gallery
8. Blog
9. Interaction
10. Ipad Mediaquery
   10-1. Iphone Landscape Mediaquery
   10-2. Iphone Mediaquery


-----------------------------------------------------------------------------------*/

/* 1. Boddy */

body {
  height: 100%;
  font-family: Raleway, sans-serif;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 20px;
}

/* 1-2. Headings */

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #414141;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #414141;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: #919191;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
}

/*  1-3. Buttons  */

.button {
  display: inline-block;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: #f3655e 0px 0px 0px 1px inset;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #f3655e;
  font-size: 15px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}
.button:hover {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f3655e;
  color: white;
}
.button.btn-medium {
  padding-right: 26px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 55px;
}
.button.btn-medium:hover {
  padding-right: 37px;
  padding-left: 37px;
}
.button.btn-small {
  padding-right: 23px;
  padding-left: 23px;
  font-size: 12px;
  line-height: 44px;
}
.button.btn-small:hover {
  padding-right: 32px;
  padding-left: 32px;
}
.button.btn-small.btn-gray-txt {
  color: #515151;
}
.button.btn-small.btn-gray-txt:hover {
  color: white;
}
.button.btn-small.btn-white {
  box-shadow: white 0px 0px 0px 1px inset;
  color: white;
}
.button.btn-small.btn-white:hover {
  box-shadow: #f3655e 0px 0px 0px 1px inset;
}
.button.btn-small.btn-tag {
  box-shadow: #dbdbdb 0px 0px 0px 1px inset;
  color: #6e6e6e;
}
.button.btn-small.btn-tag:hover {
  padding-right: 23px;
  padding-left: 23px;
  background-color: transparent;
  box-shadow: #6e6e6e 0px 0px 0px 1px inset;
}
.button.btn-color {
  background-color: #f3655e;
  color: white;
}
.button.btn-color:hover {
  background-color: #273640;
  box-shadow: #273640 0px 0px 0px 2px inset;
}
.button.btn-line {
  box-shadow: #273640 0px 0px 0px 1px inset;
  color: #273640;
}
.button.btn-line:hover {
  background-color: #273640;
  color: white;
}
.button.btn-color-dark {
  background-color: #273640;
  box-shadow: #273640 0px 0px 0px 1px inset;
  color: white;
}
.button.btn-color-dark:hover {
  background-color: transparent;
  color: #273640;
}
.button.btn-full {
  display: block;
}

/*  1-4. Loading  */

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #e4e6eb;
  display:block;
}
.loader {
  position: absolute;
  left: 52%;
  top: 52%;
  -webkit-transform: translate(-50px, -50px);
  -ms-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
}

/*  2. Left Navigation  */

.left-navigation {
  position: fixed;
  z-index: 999;
  display: block;
  width: 320px;
  height: 100%;
  background-color: white;
  text-align: center;
}
.navigation {
  margin-top: 40px;
}
.hamburger {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 50px;
  height: 100%;
  background-color: #2c3d47;
  text-align: center;
}
.ham2 {
  position: relative;
  left: 17px;
  top: 50%;
  width: 16px;
}
.line-1 {
  width: 100%;
  height: 3px;
  margin-bottom: -3px;
  background-color: white;
}
.line-3 {
  width: 100%;
  height: 3px;
  background-color: white;
}
.nav-link {
  padding-right: 80px;
  padding-left: 80px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.li-nav {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav-link:hover {
  color: #f3655e;
}
.sub-nav {
  margin-top: 5px;
  font-family:'Open Sans', sans-serif;
  color: #687882;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.social-ico {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 84%;
  margin-bottom: 26px;
}
.social {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #687882;
  font-size: 12px;
}
.social:hover {
  color: white;
}
.social.soc-team {
  color: #bdbdbd;
}
.social.soc-team:hover {
  color: #9c9898;
}
.copyright-text {
  margin-top: 13px;
  color: #687882;
  font-size: 13px;
  font-weight: 600;
}
.sub-li {
  padding-top: 9px;
}
.subnav-link {
  padding: 6px 56px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #abb0b3;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.subnav-link:hover {
  color: white;
}
.subnav-link.w--current {
  color: white;
}
.menu-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
  padding-top: 50px;
  padding-right: 50px;
  background-color: #273640;
}

/*  3. Grid & Filter  */

a.active{
  color:#f3655e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
a.active.filter{
  background: #2c3d47;
  color:#fff;
  border:1px solid #2c3d47;
}
a.filter-star.active{
  color:#f3655e;
}
#Grid .mix{
  display: none;
}
.div-social {
  padding: 25px 34px;
  background-color: white;
}
.section-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 40px;
}
.section-wrapper.sec-slider {
  height: 100%;
  padding-left: 50px;
}
.grid {
  width: 100%;
}
.mix {
  position: relative;
  display: inline-block;
  width: 25%;
  float: left;
}
.mix.mix-3 {
  width: 33.333%;
}
.mix.mix-3.remove-mx {
  width: auto;
}
.mix.mix-5 {
  width: 20%;
}
.filters {
  text-align: right;
}
.filter-list {
  display: block;
}
.filter-iterm {
  display: inline-block;
}
.filter {
  margin-right: 10px;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: rgba(242, 242, 242, 0.8) 0px 1px 0px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #313131;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.filter:hover {
  background-color: #fafafa;
}
.filter.filter-star {
  margin-right: 0px;
  padding: 14px 14px 11px;
  border-color: #2c3d47 #2e3d47 #2e3d47;
  background-color: #2e3d47;
  color: white;
  font-size: 8px;
}
.tittle-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #2c3d47;
  color: white;
  text-align: center;
  text-decoration: none;
}
.img-wrapper {
  position: relative;
  z-index: 1;
}
.text-port {
  margin-top: 0px;
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.sub-text {
  font-family:'Playfair Display', sans-serif;
  color: #f3655e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}
.from {
	color: white;
	}
.line {
  display: block;
  width: 70%;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #344652;
}
.left-star {
  position: absolute;
  top: -47px;
  right: 11px;
  z-index: 5;
  display: block;
  color: white;
  font-size: 7px;
}
.triangle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-top: 60px solid #2c3d47;
  border-left: 60px solid transparent;
}

/*  4. Elements  */

.inner-banner {
  position: relative;
  z-index: 3;
  padding-right: 20px;
  padding-left: 40px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.49);
  background-color: #f0f1f3;
}
.algin-center {
  padding-top: 71px;
  padding-bottom: 71px;
  text-align: left;
}
.inner-sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #414141;
  font-size: 38px;
  font-weight: 400;
}
.and {
  font-family:'Playfair Display', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
}
.line-con {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #ebebeb;
}
.line-con.ln-p {
  margin-bottom: 30px;
}
.line-con.ln-gray {
  background-color: #dedede;
}

/*  4-1. Tab  */

.tab-v {
  margin-right: 10px;
  padding: 15px 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: rgba(242, 242, 242, 0.8) 0px 1px 0px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #313131;
  font-size: 13px;
  font-weight: 600;
}
.tab-v:hover {
  background-color: #fafafa;
}
.tab-v.w--current {
  border-color: #f3655e;
  background-color: #f3655e;
  color: white;
}
.tab-v.tab-v2 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.tab-con {
  margin-top: 40px;
}
.tab-con.con-v {
  margin-top: 0px;
  margin-left: 100px;
  padding-left: 20px;
}
.tab-h {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.mrg-top {
  margin-top: 100px;
}
.ex-sp {
  font-family:'Playfair Display', sans-serif;
  color: #a6a6a6;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.tab-menu {
  display: block;
  width: 15%;
  float: left;
}

/*  4-2. Slider Tab  */

.slider-tab {
  width: 20%;
  height: 120px;
  float: left;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.slider-tab:hover {
  opacity: 1;
}
.slider-tab.w--current {
  opacity: 1;
}
.slider-tab.ph-1 {
  background-image: url('../images/photo-tab1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-2 {
  background-image: url('../images/photo-tab2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-3 {
  background-image: url('../images/photo-tab3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-4 {
  background-image: url('../images/photo-tab4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.slider-tab.ph-5 {
  background-image: url('../images/photo-tab5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}
.section {
  padding: 80px 20px;
}
.section.s-gray {
  border-top: 1px solid rgba(204, 204, 204, 0.49);
  border-bottom: 1px solid rgba(204, 204, 204, 0.49);
  background-color: #f0f1f3;
}
.section.s-gray.s-padd {
  padding-bottom: 50px;
}
.section.s-b {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #f0f1f3;
}
.caption-t {
  position: absolute;
  left: 30px;
  top: 25px;
  padding: 15px 20px;
  background-color: #2e3d47;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.caption-t.cap-orange {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 25px;
  background-color: #f3655e;
}
.caption-t.cap-link {
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(39, 54, 64, 0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.caption-t.cap-link:hover {
  background-color: #273640;
}
.btn-spc {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
}
.btn-spc.btn-mrg {
  display: inline-block;
  margin-right: 10px;
}

/*  4-3. Icon Box  */

.circle-iconbox {
  width: 80px;
  height: 80px;
  padding-top: 27px;
  border-radius: 100%;
  background-color: #f0f1f3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #f3655e;
  text-align: center;
}
.circle-iconbox:hover {
  background-color: #f3655e;
  color: white;
}
.circle-iconbox.ibox-c-line {
  background-color: transparent;
  box-shadow: #ebebeb 0px 0px 0px 1px inset;
  color: #f3655e;
}
.circle-iconbox.ibox-c-line:hover {
  background-color: #f3655e;
  box-shadow: #f3655e 0px 0px 0px 1px inset;
  color: white;
}
.circle-iconbox.ibox-c-color {
  background-color: #f3655e;
  box-shadow: #f3655e 0px 0px 0px 1px inset;
  color: white;
}
.circle-iconbox.ibox-c-color:hover {
  background-color: transparent;
  color: #f3655e;
}
.circle-iconbox.ibox-c-color.tri-ibox {
  border-radius: 20% 0%;
}
.circle-iconbox.square-ibox {
  border-radius: 4%;
}
.circle-iconbox.tri-ibox {
  border-radius: 20px 0px;
}
.lefttext-icobox {
  overflow-x: hidden;
  overflow-y: hidden;
}
.lefttext-icobox.centertext-iconbox {
  overflow-x: visible;
  overflow-y: visible;
  text-align: center;
}
.icobox-tittle {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 17px;
}
.ibox-flo {
  margin-right: 20px;
  float: left;
}
.ibox-flo.ibox-center {
  margin-right: 0px;
  margin-bottom: 25px;
  float: none;
  text-align: center;
}
.row-space {
  margin-top: 60px;
}
.carousel-ibox {
  height: auto;
  background-color: transparent;
}
.ibox-arrow {
  right: -41px;
}
.ibox-arrow.arr_2 {
  left: -41px;
  right: auto;
}
.arrow-crs {
  width: 40px;
  height: 40px;
  padding-top: 14px;
  border-radius: 100%;
  box-shadow: #dbdbdb 0px 0px 0px 1px inset;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #999;
  font-size: 13px;
  font-weight: 700;
}
.arrow-crs:hover {
  background-color: #f3655e;
  box-shadow: #f3655e 0px 0px 0px 1px inset;
  color: white;
}

/*  4-4. Progres Bar  */

.li-progres {
  margin-bottom: 12px;
}
.pbar-text {
  margin-top: 0px;
  margin-bottom: 7px;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}
.pbar-percent {
  float: right;
  clear: right;
}
.pbar {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 21px;
  border-radius: 3px;
  background-color: #f0f1f3;
}
.pbar-overlay {
  position: relative;
  width: 95%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-2 {
  width: 58%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-3 {
  width: 78%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-4 {
  width: 100%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-5 {
  width: 32%;
  height: 21px;
  background-color: #f3655e;
}
.pbar-overlay-6 {
  width: 96%;
  height: 21px;
  background-color: #f3655e;
}
.process-ico {
  width: 60px;
  margin-bottom: 30px;
  color: #393939;
}
.step-sub-t {
  margin-bottom: 10px;
  font-family:'Playfair Display', sans-serif;
  color: #f3655e;
  font-style: italic;
}

/*  4-5. Call To Action  */

.call-to-action {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 40px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 0.49);
  background-color: white;
  color: #616161;
}
.call-to-action.cta-gray {
  background-color: #f2f2f2;
}
.call-to-action.cta-dark {
  border-style: none;
  background-color: #303030;
  color: white;
}
.call-to-action.cta-main {
  border-style: none;
  background-color: #f3655e;
  color: white;
}
.cta-txt {
  margin-top: 11px;
  font-family:'Playfair Display', sans-serif;
  font-size: 16px;
  font-style: italic;
}

/*  4-6. Alerts  */

.alert {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 1px solid #fbeed5;
  border-right: 1px solid #fbeed5;
  border-bottom: 1px solid #fbeed5;
  background-color: #fcf8e3;
  box-shadow: #c09853 3px 0px 0px 0px inset;
  color: #c09853;
  font-size: 13px;
}
.alert.alert-info {
  border-top-color: #aed7ea;
  border-right-color: #aed7ea;
  border-bottom-color: #aed7ea;
  background-color: #d8ecf5;
  box-shadow: #5593b1 3px 0px 0px 0px inset;
  color: #5593b1;
}
.alert.alert-success {
  border-top-color: #cddb9b;
  border-right-color: #cddb9b;
  border-bottom-color: #cddb9b;
  background-color: #e3ebc6;
  box-shadow: #8e9c5e 3px 0px 0px 0px inset;
  color: #8e9c5e;
}
.alert.alert-error {
  border-top-color: #fad2d3;
  border-right-color: #fad2d3;
  border-bottom-color: #fad2d3;
  background-color: #f9e5e6;
  box-shadow: #c48587 3px 0px 0px 0px inset;
  color: #c48587;
}
.cnt-col {
  text-align: right;
}

/*  4-6. Client Carousel  */

.client-wraper {
  width: 20%;
  margin-right: -1px;
  float: left;
  border: 1px solid #ebebeb;
  opacity: 0.66;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.client-wraper:hover {
  opacity: 0.9;
}
.crs-dot {
  position: relative;
  font-size: 8px;
}
.tst-ico {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #f3655e;
  text-align: center;
}

/*  5. Typography  */

.test-wrapper {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
.tst-txt {
  margin-bottom: 25px;
  color: #818181;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
}
.tst-txt.tst-ban {
  margin-bottom: 0px;
  font-size: 20px;
}
.gray {
  color: #515151;
  font-weight: 500;
}
.div-spc {
  margin-bottom: 0px;
}

.div-spc.spc {
  margin-bottom: 40px;
}

/*  5-1. Dropcast  */

.dropcast {
  width: 48px;
  height: 48px;
  margin-top: 6px;
  margin-right: 17px;
  padding-top: 13px;
  float: left;
  background-color: #f3655e;
  color: white;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.dropcast.drp-circle {
  border-radius: 100%;
}
.dropcast.drp-ncolor {
  padding-top: 11px;
  background-color: transparent;
  color: #f3655e;
  font-size: 40px;
}
.cln {
  padding-right: 30px;
}

/*  5-2. Highlishts  */

.highlights {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #f3655e;
  color: white;
}
.highlights.hl-dark {
  background-color: #595959;
}
.highlights.hi-gray {
  background-color: #e4e6eb;
  color: #a3a3a3;
}
.u-li {
  margin-bottom: 10px;
}
.li-ico {
  width: 18px;
  margin-top: 2px;
  margin-right: 7px;
  float: left;
  color: #f3655e;
}

/*  5-3. Qoute  */

.qoute {
  padding: 34px 26px 29px;
  background-color: #f0f1f3;
  box-shadow: #f3655e 2px 0px 0px 0px inset;
  font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #616161;
  font-size: 18px;
  line-height: 33px;
  font-style: italic;
}
.qoute.q-white {
  background-color: white;
}
.coun-wrapper {
  text-align: center;
}
.con-ico {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #f3655e;
}

/*  6. Moutheme Slider  */

.m-slider {
  height: 100%;
  background-color: transparent;
  background-image: url('../images/transp_bg.png');
}
.m-arrow {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-top: 18px;
  background-color: #f3655e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 24px;
}
.m-arrow:hover {
  background-color: white;
  color: #2e3d47;
}
.m-arrow.ma-2 {
  margin-right: 0px;
}
.domote {
  color: #f3655e;
  font-weight: 500;
}
.q-txt {
  margin-bottom: 19px;
}
.port-0 {
  padding-right: 0px;
  padding-left: 0px;
}

/*  7. Gallery  */

.gallery-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 54, 64, 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-overlay:hover {
  background-color: rgba(39, 54, 64, 0.90);
}
.gall-cnt {
  position: relative;
  top: 37%;
  text-align: center;
}
.g-sub {
  color: white;
  font-size: 20px;
  text-transform: capitalize;
}
.sub-gall {
  display: inline-block;
  padding: 9px 13px;
  border-radius: 3px;
  background-color: #f3655e;
  font-family:'Playfair Display', sans-serif;
  color: white;
  font-size: 12px;
}
.ul-sp {
  margin-top: 14px;
}
.row-cn {
  text-align: center;
}
.team-wrapper {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.div-p {
  margin-top: 15px;
}
.arrow {
  position: relative;
  left: -5px;
  top: 1px;
  font-size: 18px;
}
.arrow.a-nxt {
  left: 5px;
}
.col-right {
  text-align: right;
}
.col-center {
  text-align: center;
}
.col-center.c-c {
  text-align: left;
}
.col-left {
  text-align: left;
}
.i-stack {
  margin-top: 30px;
}
.spc-bott {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 30px;
}

/*  8. Blog  */

.blog-p {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(232, 232, 232, 0.8) 0px 2px 0px 0px;
}
.post {
  margin-bottom: 20px;
}
.bcon-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
.meta-tag {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
}
.blog-l {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ebebeb;
}
.post-more {
  margin-top: 20px;
  text-decoration: none;
}
.post-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #717171;
  text-decoration: none;
}
.post-link:hover {
  color: #f3655e;
}
.h-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #414141;
  font-size: 20px;
  text-decoration: none;
}
.h-link:hover {
  color: #f3655e;
}
.col-m2 {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-slider {
  height: auto;
  background-color: transparent;
}
.b-arrow {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  border: 2px solid white;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 16px;
  font-weight: 700;
}
.b-arrow:hover {
  background-color: white;
  color: #f3655e;
}
.blog-comment.b-reply {
  padding-left: 83px;
}
.photo-comment {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/team.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.comment-wrapper {
  display: inline-block;
  margin-top: 11px;
}
.com-name {
  margin-bottom: 5px;
}
.sp {
  margin-bottom: 30px;
}
.blog-field {
  display: inline-block;
  height: 45px;
  margin-right: 12px;
  margin-bottom: 20px;
  float: left;
  border-style: none;
  background-color: #f0f1f3;
}
.blog-area {
  margin-bottom: 20px;
  padding-bottom: 110px;
  border-style: none;
  background-color: #f0f1f3;
}
.text-field {
  height: 45px;
  margin-bottom: 15px;
  border-style: none;
  background-color: #f0f1f3;
}
.submit-button {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 2px;
  background-color: #f3655e;
  margin-top: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.submit-button:hover {
  background-color: #273640;
}
.text-area {
  padding-bottom: 55px;
  border-style: none;
  background-color: #f0f1f3;
}
.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #22a966;
  text-align: center;
  margin-top: 30px;
}

.seuccses {
  margin-bottom: 0px;
  color: white;
}
.error-message {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 0, 0, 0.49);
  text-align: center;
}
.slide {
  background-image: url('../images/bg-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.slide.s_2 {
  background-image: url('../images/bg-2.jpg');
}
.slide.s_3 {
  background-image: url('../images/bg-3.jpg');
}
.c-slider {
  position: relative;
  top: 316px;
  text-align: center;
}
.white-slider {
  color: white;
  font-size: 50px;
}
.white-sub {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

/*  9. Interaction  */

html.w-mod-js *[data-ix="hover-out"] {
  -webkit-transform: translate(-270px, 0px);
  -ms-transform: translate(-270px, 0px);
  transform: translate(-270px, 0px);
}
html.w-mod-js *[data-ix="move"] {
  opacity: 0;
  -webkit-transform: translate(-39px, 0px);
  -ms-transform: translate(-39px, 0px);
  transform: translate(-39px, 0px);
}
html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="0-width"] {
  width: 0%;
}
html.w-mod-js *[data-ix="move-2"] {
  opacity: 0;
  -webkit-transform: translate(-39px, 0px) rotate(-10deg) scale(1.1);
  -ms-transform: translate(-39px, 0px) rotate(-10deg) scale(1.1);
  transform: translate(-39px, 0px) rotate(-10deg) scale(1.1);
}
html.w-mod-js *[data-ix="90-grade"] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
html.w-mod-js.w-mod-no-ios *[data-ix="move-3"] {
  opacity: 0;
  -webkit-transform: translate(-39px, 0px);
  -ms-transform: translate(-39px, 0px);
  transform: translate(-39px, 0px);
}
html.w-mod-js *[data-ix="caption-tab"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="gallery-move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 26px);
  -ms-transform: translate(0px, 26px);
  transform: translate(0px, 26px);
}
html.w-mod-js *[data-ix="gallery-move-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 26px);
  -ms-transform: translate(0px, 26px);
  transform: translate(0px, 26px);
}
html.w-mod-js *[data-ix="sub-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}
html.w-mod-js *[data-ix="sub-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}
html.w-mod-js *[data-ix="sub-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -28px);
  -ms-transform: translate(0px, -28px);
  transform: translate(0px, -28px);
}

/*  10. Ipad Mediaquery  */

@media (max-width: 991px) {
  body {
    height: auto;
  }
  .section-wrapper {
    padding-left: 0px;
  }
  .section-wrapper.sec-slider {
    height: 700px;
    padding-left: 0px;
  }
  .mix {
    width: 33.333%;
  }
  .mix.mix-5 {
    width: 33.333%;
  }
  .algin-center {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .inner-sub {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .loader {
    left: 54%;
    top: 55%;
  }
  .ibox-flo {
    margin-right: 10px;
  }
  .cta-txt {
    font-size: 14px;
  }
  .tst-txt.tst-ban {
    font-size: 18px;
  }
  .gall-cnt {
    top: 20%;
  }
  .g-sub {
    font-size: 18px;
  }
  .sub-gall {
    padding: 6px 10px;
    font-size: 11px;
  }
  .c-slider {
    top: 5%;
    margin-top: 33%;
  }
  .responsive-nav {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #273640;
  }
  .menu-button {
    margin-top: 5px;
    padding: 10px;
    background-color: #2e3d47;
    color: white;
    font-size: 27px;
  }
  .menu-button.w--open {
    background-color: #f3655e;
  }
  .res-link {
    max-width: 9999%;
  }
  .res-menu {
    padding-top: 35px;
    background-color: #2e3d47;
  }
  .social-ico {
    display: none;
  }
}

/*  10-1. Iphone Landscape Mediaquery  */

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
  .div-spc {
  margin-bottom: 40px;
  }
  .section-wrapper {
    padding-left: 0px;
  }
  .section-wrapper.sec-slider {
    height: 500px;
  }
  .div-social {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mix {
    width: 50%;
  }
  .mix.mix-3 {
    width: 50%;
  }
  .mix.mix-5 {
    width: 50%;
  }
  .filter-list {
    text-align: center;
  }
  .inner-sub {
    font-size: 32px;
  }
  .loader {
    left: 55%;
  }
  .tab-v.tab-v2 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .tab-con.con-v {
    padding-left: 0px;
  }
  .slider-tab.ph-1 {
    height: 80px;
  }
  .slider-tab.ph-2 {
    height: 80px;
  }
  .slider-tab.ph-3 {
    height: 80px;
  }
  .slider-tab.ph-4 {
    height: 80px;
  }
  .slider-tab.ph-5 {
    height: 80px;
  }
  .section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cta-txt {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
  .cnt-col {
    text-align: center;
  }
  .client-wraper {
    width: 33%;
    margin-top: -1px;
  }
  .tst-txt.tst-ban {
    font-size: 16px;
  }
  .cln {
    padding-right: 50px;
  }
  .gall-cnt {
    top: 40%;
  }
  .col-right {
    text-align: center;
  }
  .col-left {
    text-align: center;
  }
  .c-slider {
    top: 2%;
    margin-top: 31%;
  }
  .white-slider {
    font-size: 39px;
  }
  .white-sub {
    font-size: 16px;
    line-height: 20px;
  }
  .menu-button {
    margin-right: 10px;
  }
  .brand-res {
    padding-left: 13px;
  }
}

/*  10-2. Iphone Mediaquery  */

@media (max-width: 479px) {
  .mix {
    width: 100%;
  }
  .mix.mix-3 {
    width: 100%;
  }
  .mix.mix-5 {
    width: 100%;
  }
  .inner-banner {
    padding-left: 20px;
  }
  .algin-center {
    text-align: center;
  }
  .inner-sub {
    font-size: 28px;
  }
  .loader {
    left: 59%;
  }
  .tab-v {
    margin-bottom: 12px;
  }
  .tab-v.tab-v2 {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .tab-con.con-v {
    width: 100%;
    margin-left: 0px;
  }
  .tab-menu {
    width: 100%;
    float: none;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn-spc.btn-mrg {
    margin-right: 5px;
  }
  .client-wraper {
    width: 100%;
  }
  .div-spc.rem-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .m-arrow {
    display: none;
  }
  .gall-cnt {
    top: 29%;
  }
  .blog-comment.b-reply {
    padding-left: 30px;
  }
  .c-slider {
    margin-top: 43%;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  .social-ico {
    display: none;
  }
}

@media (max-height: 725px) {
	.social-ico {
    display: none;
  }
}

