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

	Template Name: Apital
	Description: Multi-Purpose Business Template
	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.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. Headings
   1-2. Buttons
   1-3. Header
   1-4. Section
   1-5. Icon Boxes
   1-6. Divider
   1-7. Carousel
   1-8. Portfolio
   1-9. Arrow Section
   1-10. Alert Message
   1-11. Toggle
   1-12. Modal Popup
   1-13. Call To Action
   1-14. Pricing Table
   1-15. Highlight
   1-16. Dropcast
   1-17. Blockqoute
   1-18. Team
   1-19. Large Testimonials
   1-20. Sliders
   1-21. Boxed Layout
   1-22. Tab Slider
2. Interaction Website
3. Responsive
4. @Font-Face (Lovelo)

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

/* 1. Boddy */
body {
  /*font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #313131;
  font-size: 12px;
  /*line-height: 20px;*/
}

/* 1-1. Headings */
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 2px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
}
h3 {
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 2px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
}
h6 {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2px;
}
p {
  color: #7e7e7e;
  line-height: 24px;
  font-size: 13px;
}

/* 1-2. Buttons */
.button {
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 6px;
  padding: 7px 14px;
  border-radius: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  
  font-family: "geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 600;
  
  
  color: white;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-deal {
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #ffffff;
  border-radius: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-right: 1px;
  font-family: "geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 600;
  padding: 0px;
 
  
  
  color: white;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.btn-top {
  width: 40px;
  height: 40px;
  padding: 0px;
  float: right;
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, 0.70);
  font-size: 10px;
  line-height: 43px;
}
.button.btn-line {
  background-color: transparent;
  box-shadow: white 0px 0px 0px 1px inset;
}
.button.btn-line:hover {
  background-color: #676767;
  box-shadow: #676767 0px 0px 0px 1px;
}

.button.btn-line-deal {
  background-color: transparent;
  box-shadow: black 0px 0px 0px 1px inset;
}
.button.btn-line-deal:hover {
  background-color: #919191;
  box-shadow: #919191 0px 0px 0px 1px;
}

.button.btn-line-deal2 {
  background-color: transparent;
  box-shadow: #e2e2e2 0px 0px 0px 1px inset;
  color:#000;
}
.button.btn-line-deal2:hover {
  background-color: #e2e2e2;
  box-shadow: #e2e2e2 0px 0px 0px 1px;
}

.button.btn-line-deal3 {
  background-color: #000;
  box-shadow: #e2e2e2 0px 0px 0px 1px inset;
  color:#fff;
}
.button.btn-line-deal3:hover {
  background-color: #e2e2e2;
  box-shadow: #e2e2e2 0px 0px 0px 1px;
  color:#000;
}

.button.btn-small {
  padding: 15px 13px 11px;
  font-size: 11px;
}
.button.btn-small.btn-blog {
  background-color: #fafafa;
  box-shadow: #ddd 0px 0px 0px 1px inset;
  color: #414141;
}
.button.btn-small.btn-blog:hover {
  color: white;
}
.button.btn-small.btn-blog.active {
  background-color: #676767;
  box-shadow: #676767 0px 0px 0px 1px inset;
  color: white;
}
.button.btn-medium {
  padding: 17px 16px 13px;
  font-size: 12px;
}
.button.btn-xlarge {
  padding: 24px 26px 19px;
}
.button.btn-green-color {
  background-color: #78bd33;
}
.button.btn-green-color:hover {
  background-color: #609629;
}
.button.btn-dark-color {
  background-color: #767676;
}
.button.btn-dark-color:hover {
  background-color: #525151;
}
.button.btn-gradient {
  text-shadow: rgba(0, 0, 0, 0.46) 0px 1px 0px;
}

.button.btn-square {
  border-radius: 0px;
}
.button.btn-round {
  border-radius: 15px;
}

/* 1-3. Header */
.normal-header {
  position: relative;
  left: 0px;/*
  padding-top: 2px;
  padding-bottom: 2px;*/
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px 1px;
}
.normal-header.full-header {
  padding-right: 25px;
  padding-left: 25px;
}
.brand-logo {
  padding-top: 13px;
  padding-bottom: 13px;
}
.nav-link {
  padding-right: 26px;
  padding-bottom: 13px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lovelo, sans-serif;
  font-weight:600;
  font-size: 13px;
  letter-spacing: 1px;
}
.nav-menu.nav-center {
  float: none;
  text-align: center;
}
.drop-arrow {
  margin-left:14px;
  /*
  margin-top: 22px;
  margin-right: 10px;
  margin-bottom: 22px;
  font-size: 11px;
  */
}
.drop-down-list.w--open {
  margin-top: 0px;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 1px;
}
.dropdown-link {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #555;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 1px;
  color: #a9aebf;
  font-size: 13px;
  font-weight: 500;
}
.dropdown-link:hover {
  background-color: #616161;
  color: white;
}
.dropdown-link.w--current {
  background-color: #616161;
}
.search-wrapper {
  position: relative;
  top: 19px;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: darkgray;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  
}

.search-wrapper.search-none {
  display: none;
}
.top-nav {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fafafa;
}
.top-left-wrapper {
  position: relative;
  margin-left: -1px;
  padding: 13px 15px;
  float: left;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.top-ico {
  margin-right: 7px;
  float: left;
  color: #737373;
  text-align: center;
}
.top-text {
  display: inline-block;
  float: left;
  color: #919191;
  font-size: 12px;
}

.language-drop {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  margin-top: 25px;
  border: 1px solid #ebebeb;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 8px 0px;
  text-align: left;
  padding-left:10px ;
}
.language-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #919191;
  font-size: 12px;
  text-decoration: none;
}
.language-link:hover {
  background-color: #f1f1f1;
  color: #515151;
}
.email {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #717171;
  text-decoration: none;
}
.arrow-language {
	margin-left: 7px;
	float:left;
	}
.top-right-wrapper {
  margin-top: 4px;
  float: right;
}
.social-ico {
  width: 27px;
  height: 27px;
  margin-left: 5px;
  border-bottom: 2px solid #bfbfbf;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #737373;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.social-ico:hover {
  color: white;
}
.social-ico.footer-soc {
  width: 35px;
  height: 35px;
  margin-left: 8px;
  border-bottom-color: #121212;
  background-color: #fff;
  font-size: 13px;
  line-height: 35px;
}
.social-ico.social-gray {
  background-color: #fafafa;
}
.search-result {
  position: absolute;
  left: -195px;
  top: 45px;
  right: -30px;
  display: none;
  padding: 22px 26px;
  background-color: #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 1px;
}
.search-field {
  position: relative;
  display: block;
  width: 80%;
  height: 37px;
  margin-bottom: 0px;
  float: left;
  border-color: #e1e1e1;
  border-top-width: 1px;
}
.search-form {
  position: relative;
  z-index: 2;
  width: 20%;
  height: 37px;
  margin-left: -2px;
  float: left;
  background-color: #313131;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  line-height: 35px;
}


/* 1-4. Section */
.section {
  /*margin:40px 0px 0px 0px;*/
  position: relative;
  padding: 50px 10px 70px 10px;
  background-color: #fff;
}
.section.light-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #ebebeb;
  background-color: #eee;
}
.section.video {
  height: auto;
  padding: 0px;
  background-color: transparent;
}
.section.logo {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.less-p {
  /*
  padding-top: 10px;
  padding-bottom: 10px;
  */
}
.section.dark {
  background-color: #676767;
}
.section.dark-gray {
  background-color: #2e2e2e;
}
.section.s-remove-p-botton {
  padding-bottom: 0px;
}
.section.parrallax {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 119px;
  padding-bottom: 119px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('../images/paralax5.jpg');
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.59)), url('../images/paralax5.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.section.pattern {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.section.sc-tab {
  padding-top: 30px;
}

/* 1-5. Icon Boxes */
.iconbox-wrapper.ibox-gray-center {
  text-align: center;
}
.icobox-circle {
  width: 100px;
  height: 100px;
  margin-bottom: 35px;
  border-radius: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
}
.icobox-circle:hover {
  color: white;
}
.icobox-circle.ibox-gray {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: #414141;
}
.icobox-circle.ibox-gray:hover {
  color: white;
}
.icobox-circle.ibox-gray.ibox-dark {
  border-color: #414141;
  background-color: #414141;
  color: #878787;
}
.icobox-circle.ibox-gray.ibox-dark:hover {
  border-color: #ac7ccc;
  background-color: #ac7ccc;
  color: white;
}
.ul-iconbox {
  margin-top: 20px;
  padding-left: 16px;
  border-left: 1px solid #ebebeb;
}
.li-ibox {
  padding-top: 4px;
  padding-bottom: 4px;
}
.tittle-wrapper {
  position: relative;
  text-align: center;
}
.sub-tittle {
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 35px;
}
.hand-of-sean {
  font-family:'Shadows Into Light', sans-serif;
  font-size: 28px;
}
.tittle-line {
  margin-bottom: 50px;
}
.tittle-line.tittle-sml-mg {
  margin-bottom: 20px;
}

/* 1-6. Divider */
.divider-1 {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}
.divider-1.small {
  margin-bottom: -1px;
}
.divider-1.dvd-dots {
  border: 1px dotted #e1e1e1;
  background-color: transparent;
}
.divider-1.dvd-dash {
  border: 1px dashed #e1e1e1;
  background-color: transparent;
}
.divider-1.dvd-color {
  border-color: transparent;
}
.divider-1.dvd-dark {
  background-color: #242424;
}
.divider-1.dvd-black {
  background-color: #3b3a3a;
}
.divider-1.div-blog {
  margin-top: 30px;
  margin-bottom: 30px;
}
.divider-small {
  width: 94px;
  height: 1px;
  margin-bottom: -1px;
  background-color: #b3b3b3;
}

.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;
}

.from {
  color: #fff;
}
 
/* 1-7. Carousel */
.carousel-project {
  height: auto;
  background-color: transparent;
}
.carousel-arrow {
  width: 40px;
  height: 80px;
  padding-top: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.70);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
}
.space {
  margin-top: 20px;
}
.space.x2 {
  margin-top: 60px;
}
.space.x1 {
  margin-top: 30px;
}
.space.margin-bottom {
  margin-top: 10px;
}
.btn-txt {
  float: left;
}
.btn-ico {
  position: relative;
  bottom: -2px;
  margin-right: 9px;
  padding-right: 9px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.29);
  line-height: 9px;
}
.go-top {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 20;
}
.carousel-dots {
  position: relative;
  padding-top: 20px;
  font-size: 10px;
}

/* 1-8. Portfolio */
.mix {
  width: 25%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  text-align: center;
}
.mix.mix-3 {
  width: 33.333%;
}
.mix.mix-no-content {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.mix.mix-2 {
  width: 50%;
}
.vertical-pagination {
  width: 42px;
  margin-right: -50px;
  margin-bottom: 51px;
  margin-left: -50px;
  opacity: 0;
}
.vertical-pagination.v-p-remove-mg {
  margin-bottom: auto;
}
.portfolio-wrapper {
  height:140px;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: white;
}
.portfolio-wrapper2 {
  height:130px;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: white;
}
.portfolio-wrapper.remove-radius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.portfolio-text-wrapper {
  height:100px;
  position: relative;
  bottom: 3px;
  width: 100%;
  padding: 17px 10px 15px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #ebebeb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
  box-shadow: #f2f2f2 0px 2px 0px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #515151;
  text-decoration: none;
}
.portfolio-text-wrapper2 {
  height:50px;
  position: relative;
  bottom: 3px;
  width: 100%;
  padding: 17px 10px 15px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #ebebeb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
  box-shadow: #f2f2f2 0px 2px 0px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #515151;
  text-decoration: none;
}
.portfolio-tittle {
  margin-bottom: 0px;
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.portfolio-tittle2 {
  margin-bottom: 0px;
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size:150%;
}
.portfolio-tittle.blog-tittle {
  display: inline-block;
  margin-bottom: 10px;
  color: #414141;
  font-size: 17px;
  font-weight: 700;
}
.portfolio-tittle.r-mp {
  margin-top: 0px;
  margin-bottom: 10px;
}
.portfolio-sub {
  color: #bababa;
  font-size: 13px;
  line-height: 25px;
  
}
.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  opacity: 0;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.portfolio-ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: rgba(61, 196, 228, 0.90);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 53px;
}
.portfolio-ico:hover {
  background-color: white;
}
.pico-wrp {
  position: relative;
  top: 40%;
}
.pico-wrp.lico-wrp {
  top: 31%;
}
.pico-wrp.pico-bg {
  top: 45%;
}
.video-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 650px;
  background-color: transparent;
}
.embed-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
}

.container-inside-v {
  position: relative;
  top: 17%;
}
.white {
  color: white;
}
.ul {
  position: relative;
  margin-top: 10px;
}
.ul.ul-pricing {
  margin-top: 0px;
  margin-bottom: 25px;
}
.li-list {
  line-height: 35px;
}
.li-list.li-pricing {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.li-ico {
  position: relative;
  top: -6px;
  width: 18px;
  margin-right: 7px;
  float: left;
  color: white;
}
.li-ico.tab-ico {
  top: auto;
  width: auto;
  font-size: 14px;
}
.li-ico.li-ico-footer {
  color: #919191;
  text-align: center;
}
.li-ico.li-current {
  color: #515151;
}
.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}
.core-ico {
  width: 60px;
  height: 60px;
  float: left;
  font-size: 32px;
  text-align: center;
}
.core-ico.ico-minimal {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #474747;
  color: white;
  font-size: 18px;
  line-height: 48px;
}
.core-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.li-blog {
  margin-bottom: 23px;
}
.blog-item {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  float: left;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.blog-item.blog-popular-sidebar {
  width: 70px;
  height: 70px;
}
.blog-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 24px;
}
.dt-blog {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 4px 7px;
  font-size: 13px;
  font-style: italic;
}
.blog-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #313131;
  text-decoration: none;
}
.link {
  font-style: italic;
  text-decoration: none;
}
.link:hover {
  color: #313131;
}
.tab {
  margin-right: 8px;
  padding: 11px 25px;
  border-bottom: 1px solid #adadad;
  border-radius: 4px;
  background-color: #c9c9c9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  font-size: 13px;
}
.tab:hover {
  border-bottom-color: #6e6e6e;
  background-color: #aaa;
}
.tab.t-vertical {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 21px;
  padding-left: 21px;
}
.tab.t-vertical.w--current {
  box-shadow: none;
  color: white;
}
.tab-content {
  margin-top: 25px;
}
.tab-txt {
  position: relative;
  float: left;
}
.lightbox-tb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  float: left;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.lightbox-tb:hover {
  opacity: 1;
}
.tab-tx-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.light-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 196, 228, 0.70);
  opacity: 0;
}
.lightbox {
  color: white;
  text-decoration: none;
}
.procces-wrapper {
  position: relative;
  width: 25%;
  padding: 90px 47px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.procces-text-wrapper {
  padding: 40px 10px 35px;
  background-color: white;
}
.arrow-proccess {
  position: absolute;
  left: 0px;
  top: 43%;
  bottom: 43%;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.procc-ico {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 70px;
  line-height: 80px;
}
.logo-wrapper {
  position: relative;
  width: 20%;
  margin-bottom: 10px;
  float: left;
  /*opacity: 0.4;*/
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}
.logo-wrapper:hover {
  opacity: 0.75;
}
.footer {
  padding-top: 22px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 75px;
  /*border-top: 15px solid #37474f;*/
  /*background-color: #263238;*/
  /*background-color:#000;*/
  background: #fafafa url(../images/footer_bg.png) no-repeat center;
  box-shadow: rgba(0, 0, 0, 0.12) 0px -3px 0px 0px inset;
}
.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 14px;
  padding-bottom: 18px;
  background-color:#231f20;
}
.copyright {
  width: 100%;
  padding-top: 17px;
  float: left;
  color: #737373;
  font-size: 13px;
}
.footer-link {
  color: white;
  font-style: normal;
  text-decoration: none;
}
.footer-link.f-2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 13px;
}
.footer-link.f-2:hover {
  color: white;
}
.get-in-touch {
  position: absolute;
  left: -13px;
  top: 20px;
  text-align: center;
}
.touc-text {
  position: absolute;
  padding-top: 10px;
  padding-left: 30px;
  font-family:'Shadows Into Light', sans-serif;
  color: white;
  font-size: 17px;
  text-align: center;
}
.top-left-wrapper.top-left-click{
        cursor: pointer;
}
#Grid .mix{
	    display: none;
}
.normal-header.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}
.h-process {
  font-family:'Shadows Into Light', sans-serif;
  color: white;
  font-size: 28px;
}
.col-footer {
  min-height: 200px;
  padding-top: 30px;
  padding-right: 32px;
  padding-left: 20px;
  padding-bottom: 30px;
  border-right: 1px solid #c4c4c4;
}
.col-footer.no-line {
  border-right-style: none;
}
.footer-tittle {
  color: #777;
}
.p-lighter {
  color: #666;
}
.h-minimal {
  margin-bottom: 20px;
  font-family: Lovelo, sans-serif;
  font-weight:600;
  font-size: 22px;
  line-height: 43px;
}
.spac-bott {
  margin-bottom: 100px;
}
.testi-wrapper {
  padding: 20px 15px;
  border-radius: 3px;
  background-color: #fafafa;
}
.mega-menu {
  width: 941px;
}
.mega-menu.w--open {
  left: -697px;
  width: 940px;
  margin-top: 9px;
  padding: 21px;
  background-color: #676767;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 1px;
}
.mega-menu.mega-menu-center-nav.w--open {
  left: -601px;
  margin-top: 9px;
}
.mega-tittle {
  padding-right: 20px;
  border-right: 1px solid #777;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
}
.mega-tittle.with-no-line {
  border-right-style: none;
}
.mega-item-list {
  width: 100%;
  padding: 11px 20px;
  border-radius: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #bdbdbd;
  font-size: 17px;
  font-weight:bold;
  text-decoration: none;
}
.mega-item-list:hover {
  background-color: #616161;
  color: white;
}
.li-ico-mega {
  position: relative;
  width: 16px;
  float: left;
  font-size: 11px;
}
.element-tittle {
  padding-left: 10px;
}
.qoute-ico {
  width: 50px;
  height: 50px;
  margin-right: 13px;
  float: left;
  border-radius: 100px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.qoute-ico.display-none {
  display: none;
}
.test-text-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.sub-tittle-test {
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #919191;
  font-size: 12px;
  font-weight: 400;
}
.p-white {
  color: #b0b0b0;
}
.h-lighter {
  color: white;
}
.grid {
  width: 100%;
}
.portfolio-overlay-full {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.98) 13%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.98) 13%, transparent);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  text-decoration: none;
}
.portfolio-txt-full {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title-full-portfolio {
  margin-bottom: 8px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.social-full {
  margin-top: 16px;
  float: right;
}
.hero-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ac7ccc;
}
.hero-center-div {
  text-align: center;
}
.sp-process {
  margin-top: 20px;
}

/* 1-9. Arrow Section */
.arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 1%;
  background-color: white;
}

.arrow.a-dark{
  background-color: #676767;
}

.arrow:before,
.arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 50%;
  padding-bottom: inherit;
  background-color: inherit;
}
.arrow:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.arrow:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.small-line {
  width: 40px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.inner-banner {
  position: relative;
  padding-top: 39px;
  padding-bottom: 35px;
  border-bottom: 8px solid #525252;
  background-color: #676767;
  color: white;
  font-size: 12px;
}
.inner-space {
  margin-top: 100px;
}

/* 1-10. Alert Message */
.alert-message {
  position: relative;
  margin-bottom: 20px;
  padding: 16px 20px;
  border: 1px solid #f2e3c7;
  background-color: #fcf8e3;
  background-image: -webkit-linear-gradient(94deg, #fcf8e3, white);
  background-image: linear-gradient(356deg, #fcf8e3, white);
  color: #c09853;
  font-size: 14px;
}
.alert-message.info {
  border-color: #aed7ea;
  background-color: #d8ecf5;
  background-image: -webkit-linear-gradient(94deg, #d8ecf5, white);
  background-image: linear-gradient(356deg, #d8ecf5, white);
  color: #5593b1;
}
.alert-message.success {
  border-color: #cddb9b;
  background-color: #e3ebc6;
  background-image: -webkit-linear-gradient(94deg, #e3ebc6, white);
  background-image: linear-gradient(356deg, #e3ebc6, white);
  color: #8e9c5e;
}
.alert-message.error {
  border-color: #fad2d3;
  background-color: #f9e5e6;
  background-image: -webkit-linear-gradient(94deg, #f9e5e6, white);
  background-image: linear-gradient(356deg, #f9e5e6, white);
  color: #c48587;
}
.remove-alert {
  width: 20px;
  float: left;
}

/* 1-11. Toggle */
.toggle-wrapper {
  margin-bottom: 10px;
}
.toggle-header {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #adadad;
  border-radius: 4px;
  background-color: #bfbfbf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.toggle-header.second-style {
  border-bottom-color: #0d0d0d;
  background-color: #676767;
}
.toggle-header.third-style {
  border: 1px solid #ddd;
  background-color: transparent;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
  color: #515151;
}
.toggle-header.fourth-style {
  border-radius: 0px;
  background-color: transparent;
}
.toggle-content {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
}
.toggle-ico {
  padding-top: 10px;
  float: right;
  text-transform: none;
}
.toggle-space {
  padding: 20px;
}
.toggle-line {
  width: 12px;
  height: 2px;
  background-color: white;
}
.toggle-line.dark-color {
  background-color: #313131;
}
.toggle-line-2 {
  width: 12px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(90deg) translate(-2px, 0px);
  -ms-transform: rotate(90deg) translate(-2px, 0px);
  transform: rotate(90deg) translate(-2px, 0px);
}
.toggle-line-2.dark-color {
  background-color: #313131;
}
.shadow {
  opacity: 0.5;
  text-align: center;
}
.divider-1-pattern {
  width: 100%;
  height: 12px;
  background-image: url('../images/divider17.png');
  opacity: 0.6;
}
.divider-1-pattern._2 {
  background-image: url('../images/divider10.png');
}
.divider-1-pattern._3 {
  background-image: url('../images/divider5.png');
}
.divider-space {
  margin-top: 100px;
  margin-bottom: 100px;
}
.divider-space.less-space {
  margin-top: 50px;
  margin-bottom: 50px;
}
.vertical-menu {
  width: 20%;
  margin-right: 15px;
  float: left;
}

/* 1-12. Modal Popup */
.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.container-popup {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.popup {
  position: relative;
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px 2px;
}
.remove-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #515151;
  font-size: 17px;
  text-align: center;
}

/* 1-13. Call To Action */
.call-to-action {
  padding: 38px 10px;
}
.call-to-action.cta-v-color {
  background-color: #ac7ccc;
}
.left-aglin-column {
  text-align: right;
}
.m-p {
  padding-top: 5px;
  font-size: 20px;
}
.icon {
  width: 40px;
  float: left;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.icon-text {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #999;
  font-size: 13px;
}
.aler-link {
  color: #5593b1;
  font-weight: 700;
  text-decoration: none;
}
.aler-link:hover {
  text-decoration: underline;
}

/* 1-14. Pricing Table */
.pricing-table {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 28px;
  border-radius: 4px;
  background-color: white;
  box-shadow: #e6e6e6 0px 0px 0px 1px inset;
  text-align: center;
}
.pricing-price {
  padding-bottom: 10px;
  background-color: #b8b8b8;
}
.pricing-price2 {
  padding-bottom: 10px;
  background-color: #eeeeee;
}
.pricing-price3 {
  padding: 2px;
  background-color: #eeeeee;
}
.pricing-txt {
  padding-top: 2px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  font-family: Lovelo, sans-serif;
  font-weight:600;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  
}
.circle-price {
  position: relative;
  top: 20px;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
  font-size: 30px;
  line-height: 105px;
  font-weight: 500;
  text-align: center;
}
.p-pricing {
  color: #a6a6a6;
  font-size: 13px;
  font-style: italic;
}
.month {
  padding-top: 10px;
  color: #fff;
  font-size: 10px;
  letter-spacing:2px;
  text-align: center;
}
.featured-txt {
  position: absolute;
  top: 15px;
  right: 10x;
  display: inline-block;
  margin-top: 10px;
  margin-right: -37px;
  padding: 9px 50px;
  background-color: #ffae00;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  color: #8c630b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing:2px;
  opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.featured-txt2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 20px;
  margin-right: -50px;
  padding: 9px 50px;
  background-color: #ffae00;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  color: #8c630b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing:2px;
  opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* 1-15. Highlight */
.highlight {
  padding: 3px 6px;
  color: white;
}
.highlight.hl-dark {
  background-color: #414141;
}
.underline {
  text-decoration: underline;
}
.strikeout {
  text-decoration: line-through;
}

/* 1-16. Dropcast */
.dropcast {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 17px;
  padding-top: 17px;
  float: left;
  border-radius: 5px;
  font-family: Lovelo, sans-serif;
  font-weight:600;
  color: white;
  font-size: 22px;
  text-align: center;
}
.dropcast.dc-circile {
  border-radius: 100%;
}
.dropcast.dc-dark {
  background-color: #414141;
}
.dropcast.dc-square {
  border-radius: 0px;
}
.dropcast.dc-transparent {
  background-color: transparent;
  font-size: 40px;
}

/* 1-17. Blockqoute */
.blockquote {
  padding: 18px;
  color: #919191;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
}
.blockquote.bq-v2 {
  color: white;
}
.filters {
  margin-bottom: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.filter-ul {
  display: inline-block;
}
.filter {
  display: inline-block;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid white;
  font-size: 13px;
  font-weight: 400;
}
.flt-lnk {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #515151;
  text-decoration: none;
}
.ver-remove-spc {
  margin-bottom: 40px;
}

/* 1-18. Team */
.team-img-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.overlay-team {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.soc-team {
  width: 30px;
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
}
.soc-team:hover {
  opacity: 1;
}
.sub-tittle-team {
  margin-bottom: 15px;
  color: #919191;
  font-size: 14px;
}

/* 1-19. Large Testimonials */
.big-testimonials-wrapper {
  text-align: center;
}
.testi-photo {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.testi-photo._2 {
  background-image: url('../images/client1.jpg');
}
.testi-photo._3 {
  background-image: url('../images/client2.jpg');
}
.b-test-txt {
  margin-top: 20px;
  padding-right: 120px;
  padding-left: 120px;
}
.p-big-test {
  color: white;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
}
.b-test-name {
  margin-top: 16px;
}
.tm-margin {
  margin-bottom: 25px;
}
.portfolio-pagination {
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-pagination.blog-pag {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-pagination {
  width: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #bebebe;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.p-pagination.p-pag-all {
  position: relative;
  top: 7px;
  font-size: 26px;
}
.blog-search {
  height: 45px;
  padding-left: 35px;
  border: 1px solid #ddd;
  background-image: url('../images/search_adadad_100.png');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.select-filed {
  height: 41px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.li-post {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.li-post.n-line {
  border-bottom-style: none;
}
.sidebar {
  padding-left: 15px;
}
.meta-tag {
  color: #919191;
  font-size: 13px;
  line-height: 24px;
}
.blog-img {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}
.blog-pagination {
  text-align: right;
}
.padd-right {
  padding-left: 19px;
}
.blog-author {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.author-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.share-post {
  margin-right: 15px;
  float: right;
}
.comment-photo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/client2.jpg');
  background-size: cover;
}
.comment-photo._2 {
  background-image: url('../images/cleint3.jpg');
}
.comment-wraper {
  overflow-x: hidden;
  overflow-y: hidden;
}
.h-comment {
  margin-bottom: 0px;
}
.reply {
  padding-left: 60px;
}
.text-field {
  height: 46px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.text-field.txt-f-2 {
  width: 300px;
}
.text-area {
  padding-bottom: 75px;
  border: 1px solid #ddd;
  box-shadow: rgba(180, 180, 180, 0.2) 0px 1px 2px 1px;
}
.map-block {
  display: block;
  padding-top: 3px;
  font-family: Lovelo, sans-serif;
  font-weight:600;
  color: white;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: none;
}
.mp-txt {
  display: inline-block;
}
.map-arrow {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  font-size: 20px;
}
.banner {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* 1-20. Sliders */
.bussines-slider {
  position: relative;
  height: auto;
  background-color: #227aad;
  /*background-image: url('../public/images/chalkdust.png');*/
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}
.b-arrow {
  width: 40px;
  height: 90px;
  margin-right: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(255, 255, 255, 0.00);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 22px;
  line-height: 90px;
}
.b-arrow:hover {
  background-color: white;
}
.b-arrow.ba-l {
  margin-left: 0px;
  border-radius: 0px 4px 4px 0px;
}
.row-slider {
  margin-top: 50px;
}
.slider-sub-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
.slider-sub-text.bx-slider {
  color: #b5b5b5;
  font-size: 17px;
  font-style: italic;
}
.bslider-txt-wrapper {
  position: relative;
  padding-right: 30px;
}
.col-center {
  text-align: center;
}
.creative-banner {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 800px;
  background-image: url('../images/parallax.png');
  background-position: 100% 169%;
  background-size: 1497px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sub-txt-rotator {
  display: inline-block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.txt-rot-con {
  position: relative;
  top: 20%;
}
.rotator-line {
  display: block;
  width: 550px;
  height: 1px;
  margin: 20px auto;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.74);
}
.rotator-slider {
  height: auto;
  background-color: transparent;
}
.txt-rotator-wrapper {
  padding-right: 65px;
  padding-left: 65px;
  text-align: center;
}
.sl-rot-txt {
  color: white;
  font-size: 60px;
  line-height: 85px;
}
.slid-bus-txt {
  font-size: 44px;
  line-height: 52px;
}
.boxed-slider {
  height: 500px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(50% 50%, circle, white, #e0e0e0);
  background-image: radial-gradient(circle at 50% 50%, white, #e0e0e0);
}
.shadow-slider {
  height: 50px;
  background-image: url('../images/shadow.png');
  background-position: 50% 23%;
  background-size: 920px;
  background-repeat: no-repeat;
  opacity: 0.7;
  text-align: center;
}
.dots-boxed-slider {
  font-size: 10px;
}
.boxed-slider-wrapper {
  position: relative;
  left: 100px;
  top: 140px;
}
.boxed-slider-wrapper.bx-right {
  left: -25px;
}

/* 1-21. Boxed Layout */
.boxed {
  display: block;
  background-image: url('../images/ptn.png');
  position: relative;
  /*max-width: 1400px;*/
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px;
}

html {
  background-color: #eee;
}

.embed-sl {
  position: relative;
  left: 30px;
  top: 48px;
  padding: 18px;
}

.box {
  max-width:1400px;
  margin-right: auto;
  margin-left: auto;
}

.black-background {
  background-color: #fff;
  margin-bottom:5px;
}
.black-background .page-header {
  color:#fff;
  padding:28px 20px 38px 20px;
}







/* 1-22. Tab Slider */
.tab-slide {
  width: 25%;
  padding: 26px 8px 26px 15px;
  float: left;
  border-top: 5px solid #8c8c8c;
  background-color: #212121;
  box-shadow: rgba(255, 255, 255, 0.02) -1px 0px 0px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.tab-slide:hover {
  border-top-color: #6b6b6b;
  background-color: #000;
}
.tab-slide.w--current {
  background-color: #212121;
}
.tab-sl-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 6px;
}
.tittle-tb-slider {
  margin-bottom: 0px;
}
.tab-ico-number {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  line-height: 57px;
  text-align: center;
}
.caption-tab {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 19px 19px 17px;
  font-family: Lovelo, sans-serif;
  font-weight:600;
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}
.side-cont-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 350px;
  height: 100%;
  padding: 14px 18px 12px 17px;
  background-color: rgba(0, 0, 0, 0.8);
}
.h-tb {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.top-line-cap-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 13px 20px;
  background-color: #ac7ccc;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.top-line-cap-tab:hover {
  background-color: #313131;
}
.tab-link-caption {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
}
.breadcrumb {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0px;
}
.lighter {
  position: relative;
  top: -3px;
  font-family:'Open Sans', sans-serif;
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 300;
}
.bread-link {
  color: #b8b8b8;
  text-decoration: none;
}
.bread-link:hover {
  text-decoration: underline;
}
.gr-color-l {
  color: #b8b8b8;
}
.animation-ico {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  color: white;
  font-size: 60px;
  line-height: 170px;
  text-align: center;
}

/* 2. Interaction Website */
html.w-mod-js *[data-ix="move-language-drop"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hide-search"] {
  display: none;
}
html.w-mod-js *[data-ix="move-top-btn"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="zom-out-pico"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-dt-blog"] {
  -webkit-transform: translate(0px, 43px);
  -ms-transform: translate(0px, 43px);
  transform: translate(0px, 43px);
}
html.w-mod-js *[data-ix="move-sub-full-portfolio"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="move-tittle-full-portfolio"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="move-process-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="move-titte-procces"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="out-click-remove-modal"] {
  display: none;
  opacity: 0;
}
html.w-mod-js *[data-ix="move-social-team"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="remove-map"] {
  height: 0px;
}
html.w-mod-js *[data-ix="move-mascot-slide"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider-2"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="move-mascot-from-bottom-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 510px);
  -ms-transform: translate(0px, 510px);
  transform: translate(0px, 510px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="zoom-scale-button-slider-3"] {
  opacity: 0;
  -webkit-transform: rotate(-15deg) scale(1.3);
  -ms-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="move-txt-from-right"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="slider-rot-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="slide-rot-line"] {
  opacity: 0;
  width: 0px;
}
html.w-mod-js *[data-ix="big-text-rot"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
html.w-mod-js *[data-ix="rot-btn-form-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
html.w-mod-js *[data-ix="move-from-left-txt-slider-3"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
html.w-mod-js *[data-ix="zom-in-out-txt-slider-4"] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
html.w-mod-js *[data-ix="move-from-bottom-txt-slider-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}
html.w-mod-js *[data-ix="caption-tab"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
html.w-mod-js *[data-ix="side-tab"] {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* 3. Responsive */
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  .nav-link.active {
    width: 100%;
  }
  .nav-menu {
    padding-top: 0px;
    /*background-color: #f1f1f1;*/
  }
  .hamburger {
    margin-top: 8px;
    padding: 16px;
    border-radius: 4px;
    font-size: 26px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.light-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.pattern {
    padding-top: 30px;
  }
  .iconbox-wrapper {
    margin-bottom: 35px;
  }
  .space.x2.remove-spc {
    margin-top: 10px;
  }
  .mix {
    width: 50%;
  }
  .vertical-pagination.v-p-remove-mg {
    margin-right: 0px;
    margin-left: 0px;
  }
  .core-wrapper {
    margin-bottom: 36px;
  }
  .tab {
    margin-bottom: 10px;
  }
  .procces-wrapper {
    width: 50%;
  }
  .footer {
    /*padding-top: 65px;
    padding-bottom: 120px;*/
  }
  .col-footer {
    height: auto;
    border-right-style: none;
  }
  .h-minimal {
    font-size: 19px;
  }
  .mega-menu.w--open {
    width: auto;
    max-width: 728px;
    padding-left: 11px;
  }
  .mega-tittle {
    margin-bottom: 24px;
    border-right-style: none;
  }
  .mega-tittle.with-no-line {
    margin-bottom: 0px;
  }
  .inner-space {
    margin-top: 50px;
  }
  .vertical-menu {
    width: 23%;
  }
  .call-to-action {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .left-aglin-column {
    text-align: center;
  }
  .left-aglin-column.cetner {
    text-align: center;
  }
  .m-p {
    margin-bottom: 15px;
    text-align: center;
  }
  .sidebar {
    margin-top: 30px;
    padding-left: 0px;
  }
  .row-slider {
    text-align: center;
  }
  #change-tp.bslider-txt-wrapper {
    top: -30px;
  }
  #change-tp-a.bslider-txt-wrapper {
    top: -30px;
  }
  #change-tp-b.bslider-txt-wrapper {
    top: -30px;
  }
  .creative-banner {
    height: 676px;
  }
  .sl-rot-txt {
    font-size: 57px;
  }
  .slid-bus-txt {
    margin-bottom: 5px;
    font-size: 38px;
  }
  #change-tp-2.boxed-slider-wrapper {
    left: 35px;
    top: 114px;
  }
  .boxed-layout {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tab-slide {
    width: 50%;
  }
  .center {
    text-align: center;
  }
  .img-e-wrap {
    margin-top: 40px;
  }
  #myaffix.normal-header.affix {
        position: relative;
        top: auto;
        width: auto;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
  }
  .normal-header.full-header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-right-wrapper {
    float: none;
    text-align: center;
  }
  .hamburger {
    margin-top: 1px;
    margin-right: 14px;
  }
  .space {
    margin-top: 10px;
  }
  .mix.mix-3 {
    width: 50%;
  }
  .video-wrapper {
    background-image: url('../images/paralax5.jpg');
    background-size: cover;
  }
  .logo-wrapper {
    width: 33.333%;
  }
  .footer {
    /*padding-bottom: 145px;*/
  }
  .copyright {
    margin-bottom: 9px;
    padding-top: 7px;
    float: none;
    text-align: center;
  }
  .h-minimal {
    font-size: 16px;
  }
  .spac-bott {
    margin-bottom: 50px;
  }
  .mega-menu.w--open {
    padding-left: 0px;
  }
  .inner-banner {
    padding-top: 35px;
    padding-bottom: 24px;
  }
  .inner-space {
    margin-top: 50px;
  }
  .divider-space {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .divider-space.less-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .popup {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: scroll;
    overflow-y: scroll;
    margin-right: 10px;
    margin-left: 10px;
    padding: 27px;
  }
  .remove-modal {
    top: 10px;
    right: 10px;
  }
  .left-aglin-column {
    text-align: center;
  }
  .m-p {
    font-size: 19px;
    line-height: 30px;
  }
  .icon-wrapper {
    margin-bottom: 20px;
  }
  .pricing-table {
    margin-bottom: 15px;
  }
  .portfolio-pagination {
    text-align: center;
  }
  .padd-right {
    margin-top: 20px;
    padding-left: 0px;
  }
  .mp-txt {
    font-size: 20px;
  }
  .slider-sub-text {
    font-size: 16px;
  }
  .bslider-txt-wrapper {
    padding-right: 39px;
    padding-left: 39px;
	top:  -25px;
  }
  .creative-banner {
    height: 604px;
  }
  .sub-txt-rotator {
    font-size: 13px;
  }
  .rotator-line {
    width: 515px;
  }
  .sl-rot-txt {
    font-size: 41px;
    line-height: 67px;
  }
  .slid-bus-txt {
    font-size: 35px;
  }
  #change-tp-2.boxed-slider-wrapper {
    left: 0px;
    top: 7px;
  }
  #change-tp-3.boxed-slider-wrapper.bx-right {
    left: 4px;
    top: -10px;
  }
  #change-tp-4.embed-sl {
    left: 0px;
    top: 0px;
  }
  .breadcrumb {
    margin-bottom: 15px;
    text-align: center;
  }
  .center {
    text-align: center;
  }
  .res-space {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 31px;
  }
  h3 {
    line-height: 39px;
  }
  .normal-header.full-header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hamburger {
    margin-top:4px;
    margin-right: 8px;
  }
  .mix {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mix.mix-3 {
    width: 100%;
  }
  .mix.mix-2 {
    width: 100%;
  }
  .video-wrapper {
    height: 600px;
  }
  .container-inside-v {
    top: 11%;
  }
  .blog-link {
    font-size: 21px;
  }
  .tab {
    margin-bottom: 12px;
  }
  .lightbox-tb {
    margin-bottom: 20px;
    float: none;
  }
  .procces-wrapper {
    width: 100%;
  }
  .arrow-proccess {
    display: none;
  }
  .logo-wrapper {
    width: 50%;
  }
  .footer {
    /*padding-bottom: 219px;*/
  }
  .copyright {
    line-height: 24px;
  }
  .divider-space.less-space {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .popup {
    margin-right: 5px;
    margin-left: 5px;
    padding: 22px;
  }
  .remove-modal {
    top: 5px;
    right: 5px;
  }
  .call-to-action.cta-v-color {
    padding-bottom: 28px;
  }
  .filter {
    display: block;
  }
  .b-test-txt {
    padding-right: 28px;
    padding-left: 28px;
  }
  .text-field.txt-f-2 {
    width: 280px;
  }
  .creative-banner {
    height: 538px;
  }
  .rotator-line {
    width: 270px;
  }
  .txt-rotator-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sl-rot-txt {
    margin-top: 0px;
    font-size: 26px;
    line-height: 48px;
  }
  .boxed-slider {
    height: 446px;
  }
  .tab-slide {
    width: 100%;
  }
  .lighter {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
        .w-container {
          max-width: 1170px;
          /*max-width: 1400px;*/
          padding:0px 0px;
        }
}
@media screen and (max-width: 1300px) {
        .vertical-pagination {
          margin-left: -16px;
          margin-right: -16px;
        }
}
@media screen and (max-width: 1198px) {
    
        .bslider-txt-wrapper {
          top:  36px;
        }
        
        .boxed-slider-wrapper {
          top:  110px;
          left: 65px;
        }
        
        .embed-sl {
            top: 87px;
        }
}
@media screen and (max-width: 1040px) {
        .social-full {
          display:none;
        }
}
@media screen and (min-width: 768px) {
  .w-container {
    padding-left:10px;
    padding-right:10px;
    
  }
}
/* 4. @Font-Face */
  
  .w-tab-menu {
    max-height: 379px;
    overflow:hidden;
  }
  
  .tab-slide {
    width: 100%;
    float:none;
    padding: 18px 6px 17px 6px;
    
  }
  
  @media screen and (min-width: 1200px) {
    .tab-slider {
      display: inline-flex;
      
    }
    
  }
  @media screen and (max-width: 1999px) {
    .w-tab-content {
      max-height: 800px;
      overflow-x: hidden;
    }
  }

.feature-table {
  position: relative;
  display: inline-table;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
}

.feature {
  text-align:center;
  width:86px;
  background-color: #01A4A4;
}

.feature-image {
  width:70%;
  height:auto;
  margin:auto;
}

.feature-content {
  background-color: #eee;
  padding: 10px 20px;
  border-bottom: 0;
  border-right: 0;
  color: #232323;
  
  padding:10px 30px;
  width:70%;
  height: 140px;
}

.feature-content p {
  color: #212121;
  text-transform:justify;
}









.nett a { color:#fff; }
.nett a:hover { color:#ddd; }











.ticket {
  padding:10px 20px;
  text-align:center;
  color:#fff;
}




.ticket a { color:#fff; }
.ticket a:hover { color:#ddd; }


.ticket .body {
  min-height:452px;
  background-color:#37474f;
  
}

.ticket .body .content {
  padding:4px 16px 4px 16px;
  /*min-height:410px;*/
  min-height:134px;
  
  
}

.ticket .body .content p {
  color:#fff;
  font-size:12px;
  padding:2px 6px 0px 6px;
  
}

.ticket .body .foot {
  bottom:0px;
  padding:10px 14px;
  background-color:rgba(0,0,0,0.1);
  min-height:32px;
  text-align:center;
  
}


.ticket .body .foot p {
  padding:0px;
  margin:0px;
  text-align:center;
  font-size:12px;
  text-transform: uppercase;
  font-weight:bold;
  
  
}
/*Pattern*/
.pattern-head {
  /*background-color:#fff;*/
}





.pattern-header {
  /*border-top:5px solid #ddd;*/
  /*background:#999;*/
  /*background:url(../images/pattern_cards.png);*/
}

.pattern-header .w-nav {
  background:transparent;
  padding:0px;
}
/*
.pattern-header .w-nav-menu {
  float:left;
}
*/
.pattern-header .w-nav .w-nav-menu .nav-group {
  display:inline-block;
	font-size: 0;
	margin:0px 10px 0px 10px;
	
	
  border-radius: 1px;
  background-color: transparent;
  /*-webkit-box-shadow: inset 0 1px rgba(0,0,0,.18);*/
  /*-moz-box-shadow: inset 0 1px rgba(0,0,0,.18);*/
  /*box-shadow: inset 0 1px rgba(0,0,0,.18);*/
  border: solid 1px #e0dfdf;
}

.pattern-header .w-nav .w-nav-link {
  padding: 10px 12px;
  color: #000;
  font-size: 13px;
  
    
}
.pattern-header .w-nav .w-nav-link.active {
  background-color:#01A4A4;
  color:#fff;
}
.pattern-header .w-nav .w-nav-link.active:first-child {
  background-color:#01A4A4;
  color:#fff;
}
.pattern-header .w-nav .w-nav-link.active:last-child {
  background-color:#01A4A4;
  color:#fff;
}
.w-nav-menu.nav-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.w-nav-link.nav-link.active {
  border-bottom: 2px solid #01A4A4;
}


.pattern-header .w-nav .w-nav-link:first-child:hover,
.pattern-header .w-nav .w-nav-link:last-child:hover,
.pattern-header .w-nav .w-nav-link:hover {
  background-color:#01A4A4;
  color:#fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media screen and (max-width: 1200px) {
  .pattern-header .w-nav .w-nav-link {
    padding: 10px 10px;
      
  }
}








/*Barra Menu*/
.w-nav-menu.nav-menu.nav-center {
  font-size:0px;
  
}

.w-nav-menu .w-nav-link {
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color:#a9aebf;
  padding: 24px 32px;
    
}

.w-nav-menu .w-nav-link:hover {
  background-color:#c3c7d9;
}









/*Lista de Deals */
.deal-line {
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom:20px;
}

.deal-line .deal-img, .deal-line .deal-inf, .deal-line .deal-btn {
  height:90px;
}

.deal-line .deal-img {
  text-align:center;
  display: table;
  overflow: hidden;
}
.deal-line .deal-img img {
  max-height:90px;
}

.deal-line .deal-inf {
  display: table;
  overflow: hidden;
}
.deal-line .deal-inf .valigner {
  display: table-cell;
  vertical-align: middle;
}
.deal-line .deal-inf table {
  border-spacing: 0;
  border-collapse: collapse;
  width:100%;
}
.deal-line .deal-inf table tr td {
  text-align: center;
  padding:8px 10px;
  font-size:12px;
  letter-spacing:1px;
}
/*
.deal-line .deal-inf table tr td:first-child {
  text-align:right;
  width:50%;
}
*/
@media screen and (max-width: 920px) {
  .deal-line .deal-inf table table tr td {
    padding:3px 10px;
    font-size:12px;
  }
  
}



.deal-line .deal-btn {
  display: table;
  overflow: hidden;
  
}
.deal-line .deal-btn .valigner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}










/*
.deal-list-item {
  text-align:center;
  padding: 0px 0px 30px 0px;
  font-size: 13px;
  vertical-align: middle;
}
.deal-list-item .deal-col {
  vertical-align: middle;
  font-size: 13px;
  text-align:center;
}

.dealsv2 {
  vertical-align: middle;
  font-size: 13px;
  border-left: 1px solid #eee;
}

.deal-col.img-contain {
  
}
.img-contain {
  position: relative;
  vertical-align: middle;
  text-align: center;
  
}
.deal-list-item .deal-col.data-contain {
  width:25%;
  text-align:center;
  vertical-align: middle;
  
}

.deal-list-item .deal-col.data2-contain {
  vertical-align: middle;
  padding-top:2%;
}

.deal-list-item .deal-col.data2-contain table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}


.deal-list-item .deal-col.data2-contain table tr td {
  padding:5px 0px;
  font-size:13px;
  letter-spacing:1px;
}

.deal-list-item .deal-col.data2-contain table tr td:first-child {
  width:40%;
}

@media screen and (max-width: 920px) {
  .deal-list-item .deal-col.data-contain {
    padding:10px 10px;
  }
  .deal-list-item .deal-col.data2-contain table tr td {
    padding:4px 0px;
    font-size:12px;
  }
  
}


.deal-list-item .deal-col.btn-contain {
  width:25%;
  vertical-align: middle;
  text-align: right;
  padding-top:3%;
}

.deal-col.btn-contain .button {
  margin:0px;
}
.deal-col.btn-contain .button .btn-txt {
  float:none;
}



@media screen and (max-width: 767px) {
  .deal-list-item .deal-col.btn-contain {
    width:15%;
  }
  .deal-list-item .deal-col.data2-contain {
    width:50%;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .deal-col.img-contain {
    padding: 0px 0px;
    
  }
  
}
*/






/* Menu List*/












.menu-list {
  /*padding:10px 0px 10px 10px;*/
}

.menu-list li a {
  background-color:#000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  color:#fff;
  margin:6px 2px;
}

.menu-list li a div {
  padding:0px;
  margin:0px;
}

.menu-list li a div img {
  width:42px;
  height:42px;
  margin:0px 20px 0px 0px;
  background-color:#000;
}

.menu-list li a:hover {
  color:#01A4A4;
}








/*Red Button*/
.button.btn-red-color {
  background-color: #e92728;
}
.button.btn-red-color:hover {
  background-color: #d30a0a;
}





/*Button Group*/
.btn-group {
  padding-top: 20px;
  vertical-align: middle;
  display:inline-block;
	font-size: 0;
	border-radius:1px;
	background-color:#414141;
	text-align:center;
}

.btn-group a {
  display:inline-block;
  padding:14px 14px;
	font-size: 12px;
	background-color:transparent;
	color:#fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-group a:hover {
	background-color:#919191;
	color:#fff;
	
}

@media screen and (min-width: 1200px) {
  
  .btn-group a:first-child {
    border-radius:3px 0px 0px 3px;
  	background-color:#616161;
  	
  }
  
  .btn-group a:first-child:hover {
    border-radius:3px 0px 0px 3px;
  	background-color:#919191;
  	
  }
  
  .btn-group a:last-child:hover {
    border-radius:0px 3px 3px 0px;
  	background-color:#919191;
  	
  }
}

@media screen and (max-width: 1100px) {
  .btn-contain .btn-group {
    margin:0px;
  }
  
}


/*Button Group 2*/

.btn-group2 {
  margin:22px 0px 0px 0px;
  display:inline-block;
	font-size: 0;
	border-radius:3px;
	background-color:#414141;
}

.btn-group2 a {
  display:inline-block;
  padding:14px 14px;
	font-size: 12px;
	background-color:transparent;
	color:#fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-group2 a:hover {
	background-color:#919191;
	
}

@media screen and (min-width: 1200px) {
  .btn-group2 a:first-child {
    border-radius:3px 0px 0px 3px;
  	background-color:#616161;
  	
  }
  
  .btn-group2 a:first-child:hover {
    border-radius:3px 0px 0px 3px;
  	background-color:#919191;
  	
  }
  
  .btn-group2 a:last-child:hover {
    border-radius:0px 3px 3px 0px;
  	background-color:#919191;
  	
  }
}
































/* Caixa de Contactos*/
.contact-box {
  display:inline-block;
  margin:10px 0px 10px 0px;
  width:100%;
  padding:0px;
  background: #000;
  color: #fff;
  font-size: 12px;
}

/*Botões*/
.contact-box a {
  color:#fff;
}

.contact-box a:hover {
  color:#ddd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  
}

.contact-box .mail-button,
.contact-box .skype-button {
  padding:10px 20px 14px 20px;
  font-size: 14px;
}

.contact-box .mail-button i,
.contact-box .skype-button i {
  font-size: 24px;
  margin:0px 8px 0px 0px;
}

.contact-box .skype-button {
  background-color:#00aff0;
}

.contact-box .skype-button:hover {
  background-color:#00a1dd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.contact-box .mail-button:hover {
  background-color:#485d68;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/*Image Box*/
.contact-box .img-box {
  margin:30px 0px 0px 0px;
  padding:10px 10px 0px 10px;
  text-align:center;
  border-bottom:2px solid #000;
}

.contact-box .img-box img {
  height:120px;
}




/*Deal Page*/
.deal-img-container {
  position:relative;
  width:100%;
  height:100%;
  padding:10px;
  margin:0px;
  background-color:#212121;
  text-align:center;
}

.deal-img-container img {
  max-height:140px;
  margin:10px 0px 10px 0px;
}


.deal-info-container {
  position:relative;
  width:100%;
  height:100%;
  margin:0px;
  background-color:#212121;
  font-size:13px;
  color:#fff;
  margin-bottom:20px;
  padding-bottom:20px;
}

.deal-info-container h4,
.deal-info-container h5,
.deal-info-container p {
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 800;
  color:#fff;
  width:100%;
  padding:4px 25px;
}

/*
.deal-info-container table {
  width:100%;
}


.deal-info-container table tr td {
  width:50%;
  border-bottom:1px solid #ccc;
  padding:8px 25px;
}
*/



.slide-container {
  margin:0px 0px;
}

.slide-container .w-col {
  padding:10px 0px 10px 0px;
}

.zoomer {
  max-width:400px;
  margin:auto;
}


.room-rate-list {
  margin:10px 0px;
  background: #fff;
  color:#757575;
  font-size:13px;
}

.room-rate-list table {
  width: 100%;
}

.room-rate-line {
  border-bottom:1px solid #eee;
}

.room-rate-heading {
  display:inline-block;
  padding:18px 10px 18px 10px;
  width:40%;
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.room-rate-graph {
  width:58.9%;
  display:inline-block;
  background-color:#fafafa;
  
}

.room-rate-icon {
  margin:4px;
  display:inline-block;
  font-size:20px;
  color:#ddd;
}



.room-rate-list table {
  margin:0px;
}

.room-rate-list table tr td {
  padding:12px 12px;
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 700;
}

.room-rate-list table tr td:first-child {
  padding-left:14px;
  color:#757575;
  width:40%;
  border-bottom:1px solid #eee;
  
}

.room-rate-list table tr td:last-child {
  background-color:#fafafa;
  border-bottom:1px solid #eee;
}

.room-rate-list table tr td:last-child .icon-diamond {
  font-size:22px;
}

.color {
  color:#01A4A4;
}















.spacer {
  width:100%;
  height:36px;
  
}


.top-left-wrapper {
  margin-top: 4px;
  padding: 8px 15px;
  border:0px;
}

.circled {
  border-radius: 3px;
    background-color: #000;
    -webkit-box-shadow: inset 0 1px rgba(0,0,0,.18);
    -moz-box-shadow: inset 0 1px rgba(0,0,0,.18);
    box-shadow: inset 0 1px rgba(0,0,0,.18);
    border: solid 1px #252b3f;
}

.circled2 {
  background-color:#fff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px rgba(0,0,0,.18);
  -moz-box-shadow: inset 0 1px rgba(0,0,0,.18);
  box-shadow: inset 0 1px rgba(0,0,0,.18);
  border: solid 1px #d7d6d6;
}

.circled2 p { color:#000; }



.partners-line {
  margin: 40px 0px 0px 0px;
  padding:40px 25px 18px 25px;
  background-color:#fff;
}

.partners {
  list-style: none;
  margin:0px;
  padding: 0;
  display: inline-block;
}

.partners li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
}

.breadcrumbs {
  width:100%;
  margin: 0px 0px 0px 0px;
  padding:8px 25px;
  background-color:#fff;
}



/*Clock*/
.deal-timezone {
  margin-top:10px;
}

.clock {
  text-align:center;
	padding:0px;
	font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  
}

#Date {
  font-size:20px;
  
}

.numbers {
  text-align:center;
  margin:0px 0px 8px 0px;
  
}

.clocker {
  display:inline-block;
  font-size:17px;
  margin:0px 2px 0px 2px;
  vertical-align: middle;
  
}

.clocker.point {
  font-size:26px;
  color:#aaa;
  vertical-align: middle;
  
}

.clocker.number {
  color:#aaa;
  padding:4px 12px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px rgba(0,0,0,.18);
  -moz-box-shadow: inset 0 1px rgba(0,0,0,.18);
  box-shadow: inset 0 1px rgba(0,0,0,.18);
  border: solid 1px #aaa;
  
}

.clocker.head {
  vertical-align: middle;
  color:#aaa;
  font-size:12px;
  padding:8px 6px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px rgba(0,0,0,.18);
  -moz-box-shadow: inset 0 1px rgba(0,0,0,.18);
  box-shadow: inset 0 1px rgba(0,0,0,.18);
  border: solid 1px #aaa;
  
}

.table-status {
  width:100%;
}

.table-status tr td {
  border:1px solid #fff;
  background-color:#eee;
  padding:10px 15px;
  text-align:center;
}

.table-status tr td p {
  text-align:center;
  
}




  .img-container {
    position:relative;
    background-color:#d7d6d6;
    border-radius:2px;
    margin:0px;
    text-align:center;
    color:#fff;
  }
  
  .img-container img {
    width:260px;
    margin-bottom:18px;
  }


  .badge-bg {
    position:absolute;
    float:right;
    width:53px;
    height:53px;
    border-radius:50%;
    top:-18px;
    right:-5px;
    color:#fff;
    background-color:#000;
    font-weight:bold;
    font-size:16px;
	  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
    
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    
    text-align:center;
    box-shadow:0 0 5px #333;
    
  }
  
  
  .badge-red {
    position:absolute;
    background-color:#01A4A4;
    width:46px;
    height:46px;
    border-radius:50%;
    padding:12px 2px 12px 2px;
    margin:3px 3px 0px 4px;
  }
  
  .w-tab-pane img {
    width: 100%;
    height: 350px;
    object-fit:cover;
  }
  
  .w-tab-pane a:hover {
    color: #01A4A4;
  }
  
  .w-tab-pane p {
    color: #ffffff;
  }
  
  
  
  
  
  

.w-dropdown .w-dropdown-toggle.nav-link {
  padding: 24px 32px;
  font-weight:700;
  font-size: 13px;
  letter-spacing: 1px;
  font-family:"geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color:#a9aebf;
  
}

.w-dropdown .w-dropdown-toggle.nav-link:hover {
  color: #01A4A4;
  background-color: #c3c7d9;
}

.pag {
  font-weight:700;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid #01A4A4;
  border-radius:2px;
}
.sectiolesspadding {
  margin:25px 0px;
  
}
@media screen and (min-width: 769px) {
  .sectiolesspadding .w-container {
    padding: 50px;
    
  }
  
}




.tabs_menu .tabs_link {
  font-family: "geogrotesque","Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #3e3e3e;
  padding:18px 20px;
}

.tabs_menu .tabs_link:hover {
  background:#444;
  color:#fff;
}

.tabs_menu .tabs_link.active_tab, .tabs_menu .tabs_link.active {
  border-bottom: 2px solid #01A4A4;
  color: #01A4A4;
}

.tabs_content .tabs_frame {
  max-height: 800px;
  overflow-x: hidden;
  display:none;
}

.tabs_content .tabs_frame.active_frame {
  display:block;
}

.footer a:hover {
  color:#fffhover;
}

.logbutton {
  padding: 4px 14px;
  margin:3px 0px 0px 12px;
}

.w-slide-img {
  width:100%;
}

.right-menu {
  background-color: #eeeeee;
  color:#414141;
  text-align:center;
  border-radius:1px;
  margin-bottom:5px;
  text-transform: uppercase;
}

.right-menu .filter-btn {
  padding:7px 1px;
}



.right-menu .filter-btn.active {
  background-color: #01A4A4;
  color: #000;
}



.right-menu .net {
  padding: 10px 2px;
  font-size: 16px;
  text-align:left;
  padding-left: 10px;
  color: #fff;
}


.right-menu .net a {
  color: #000;
  
}

.right-menu .net a:hover {
  color: #fff;
}

.section {
  /*box-shadow: rgba(0, 0, 0, 0.12) 0px -3px 0px 0px inset;*/
}