@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.btn.btn-link{
  text-align: left;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}



html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  color: #232323;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  font-weight:300;
}

.clear{
  clear:both;
  display:block;
}
.clearleft{
  clear:both;
  float:left;
  display:block;
}
a {
  text-decoration: none;
  color: #484848;
}
p{
  padding:0px;
  margin:0px;
  line-height:20px;
}








/*===============================================*/
/* 3. H TITLES		 						 */
/*===============================================*/
h1, h2, h3, h4, h5, h6{
  font-weight:300;
  letter-spacing:-0.5px;
  color:#232323;
  padding:16px 0 0 0;
  margin:0;
}
h1{
  font-size:60px;

}
h2{
  font-size:26px;
}
h3{
  font-size:22px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:16px;
}
h2.page_title{
  width:90%;
  font-size:20px;
  line-height:25px;
  font-weight:300;
  padding:20px 0 15px 0;
  margin:0px 4% 15px 4%;
  border-bottom:1px #f0f0f0 solid;
  display:inline-block;
  letter-spacing:-0.5px;
}
h2.page_title span{
  font-size:12px;
  font-weight:700;
  letter-spacing:0.5px;
  background-color:#0be0af;
  padding:5px;
  margin:0 0 0 5px;
}
h2.blog_title{
  width: 96%;
  font-size: 27px;
  line-height: 21px;
  font-weight: 700;
  padding: 10px 0 15px 0;
  margin: 0px 2% 20px 2%;
  border-bottom: 1px #0970c1 solid;
  display: inline-block;
  letter-spacing: -0.5px;
  text-align: center;
  color: #0970c1;
  text-transform: uppercase;
}
h3.page_subtitle{
  width:95%;
  font-size:16px;
  line-height:25px;
  font-weight:300;
  padding:10px 0 10px 5%;
  margin:0px 0 15px 0;
  background-color:#0be0af;
  display:inline-block;
  letter-spacing:-0.5px;
}



/*===============================================*/
/* 4. HEADER AND HEADER NAVIGATION */
/*===============================================*/
.navbar.navbarpages{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999999;
  background-color: #0970c1;
    /*background-color: #0970c1;*/

}
.logo_text{
  font-size:24px;
  line-height:50px;
  font-weight:900;
  padding-left: 20px;
}
.logo_text a{
  color:#ffffff;
}
.logo_text a span{
  color: #a4dcff;
}

/*===============================================*/
/* 6. LEFT AND RIGHT SLIDE PANELS */
/*===============================================*/
/* 6-1. USER ACCOUNT SIDEBAR RIGHT */

.user_login_info{
  padding:0px;
}
.user_thumb{
  width:100%;
  display:block;
}
.user_thumb img{
  display:block;
  max-width:100%;
  z-index:777;
}
.user_details{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:132px;
  z-index:888;
  background:url(../img/theme/trans_black_gradient.png) repeat-x;
}
.user_details p{
  padding:70px 0 0 10px;
  text-align:center;
  font-size:14px;
  color:#eaca02;
}
.user_details p span{
	display: block;
    font-size: 22px;
    padding: 5px 0 0 0;
    color: #0970c1;
    font-weight: bolder;
}
.user_avatar{
  z-index:999;
  position:absolute;
  top:15px;
  right:15px;
  width:30%;
}
.user_avatar img{
  display:block;
  max-width:100%;
  margin:10px 0 0 0;
  border-radius:50%;
}
.md .list.menu-user{
  margin-top: 135px;
  padding: 0 0 0 3%;
  width: 97%;
}
.menu-user.list .item-media+.item-inner {
  margin-left: 2px;
}
.menu-user.list .item-content {
  min-height: 48px;
  padding-left: 2px;
}


/* 6-2. MAIN NAVIGATION SIDEBAR LEFT */

/* NAVIGATION STYLE UNDERLINE */
.main_nav_underline{
  padding:10px 1%;
  width:98%;
  float:left;
  clear:both;
}
.main_nav_underline ul{
  width:96%;
  list-style:none;
  padding:0 0 60px 0;
  margin:0 auto;
  display:block;
}
.main_nav_underline ul li{
  width:96%;
  list-style:none;
  padding:5px 0 10px 0;
  margin:0 2%;
  display:block;
  float:left;
  clear:both;
  text-align:left;
  border-bottom:1px #556afb solid;
}
.main_nav_underline ul li.subnav{
  background:url(../img/theme/subnav_white.png) no-repeat right top;
}
.main_nav_underline ul li img{
  display:inline-block;
  max-width:8%;
  float:left;
  opacity:0.8;
  margin:5px 0 0 0;
}
.main_nav_underline  ul li span{
  display:block;
  float:left;
  text-align:left;
  padding:5px 0 0 20px;
}
.main_nav_underline ul li a{
  width:96%;
  float:left;
  clear:both;
  display:block;
  font-size:14px;
  font-weight:300;
  color:#d1d7ff;
  line-height:20px;
}
/* NAVIGATION STYLE 2 ICONS ON ONE ROW WITH BORDER */

.main_nav_icons_inline_2{
  padding:0px;
  width:100%;
}
.main_nav_icons_inline_2 ul{
  width:90%;
  list-style:none;
  padding:0px;
  margin:5%;
  display:block;
  float:left;
  clear:both;
}
.main_nav_icons_inline_2 ul li{
  width:44%;
  list-style:none;
  padding:25px 2%;
  display:inline-block;
  float:left;
  text-align:center;
  border-bottom:1px #7586fe solid;
  border-right:1px #7586fe solid;
}
.main_nav_icons_inline_2 ul li:nth-child(2n) {
  border-right:none;
}
.main_nav_icons_inline_2 ul li:last-child, .main_nav_icons_inline_2 ul li:nth-last-child(2) {
  border-bottom:none;
}
.main_nav_icons_inline_2 ul li img{
  display:inline-block;
  max-width:25%;
}
.main_nav_icons_inline_2 ul li span{
  display:block;
  text-align:center;
  padding:5px 0 0 0;
}
.main_nav_icons_inline_2 ul li a{
  font-size:10px;
  font-weight:400;
  color:#fff;
  letter-spacing:1px;
  text-transform:uppercase;
}
.main_nav_icons_inline_2 ul li.subnav{
  background:url(../img/theme/subnav_white.png) no-repeat right top;
}

/* NAVIGATION STYLE 2 ICONS ON ONE ROW WITH BORDER */

.main_nav_icons_inline_3 ul{
  width:90%;
  list-style:none;
  padding:0px;
  margin:5%;
  display:block;
  float:left;
  clear:both;
}
.main_nav_icons_inline_3 ul li{
  width:33%;
  list-style:none;
  padding:15px 0;
  display:inline-block;
  float:left;
  text-align:center;
}
.main_nav_icons_inline_3 ul li:nth-child(3n) {
  /*border-right:none;*/
}
.main_nav_icons_inline_3 ul li:last-child, .main_nav_icons_inline_3 ul li:nth-last-child(2), .main_nav_icons_inline_3 ul li:nth-last-child(3) {
  border-bottom:none;
}
.main_nav_icons_inline_3 ul li img{
  display:inline-block;
  max-width:35%;
}
.main_nav_icons_inline_3 ul li span{
  display:block;
  text-align:center;
  padding:0 0 0 0;
  letter-spacing:0.5px;
}
.main_nav_icons_inline_3 ul li a{
  font-size:8px;
  font-weight:400;
  color:#0970c1;
  text-transform:uppercase;
}
.main_nav_icons_inline_3 ul li.subnav{
  background:url(../img/theme/subnav_white.png) no-repeat right top;
}



.tc { text-align: center; }


/*===============================================*/
/* 7. PAGES LAYOUT GENERAL */
/*===============================================*/
.page.homepage, .page.main_nav{
  background-color:#f8f6f6;
}
#pages_maincontent{
  width:100%;
  padding:0 0 30px 0;
  margin:0px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#pages_maincontent p{
  padding:0 0 15px 0;
  margin:0px;
  clear:both;
}
#pages_maincontent img{
  /*display:block;*/
  max-width:100%;
}
.layout_fullwidth{
  width:100%;
}
.layout_fullwidth_padding{
  width: 90%;
  margin: 30px 5%;
}
.page_single ul.simple_list{
  padding:0px 0 20px 10px;
  margin:0px;
  list-style:none;
}
.page_single ul.simple_list li{
  margin:0 0 10px 0;
  padding:0 0 0 20px;
  background:url(../img/theme/bullet.png) no-repeat left;
}

.content-block {
  padding:25px 5%;
}




/* 7-1. SWIPE SLIDER */

.swiper-container {
  height:100%;
}
.swiper-container-pages {
  height: auto;
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-team {
  height: auto;
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-toolbar {
  width:98%;
  padding:0 0 1% 0;
  height: auto;
  margin:0 1%;
  position: fixed;
  bottom:-20px;
  left:0px;
  overflow: hidden;
  z-index: 999999;
  height:auto;
}
.swiper-slide {
  width:100%;
  text-align:left;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center center;
}
.toolbar-icon a{
  display:block;
  width:14.4%;
  margin:1.1%;
  padding:1% 0;
  float:left;
  height:auto;
  text-align:center;
  background-color:#fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.toolbar-icon a img, .toolbar-icon a i{
  display:block;
  max-width:30%;
  margin:0 auto 10px auto;
  text-align:center;
}
.toolbar-icon a i{
  font-weight: bold;
  font-size: 36px;
  color:#0970c1;
}
.toolbar-icon a span{
  color:#3f5761;
  font-weight:400;
  font-size:10px;
  letter-spacing:0.5px;
}
.slider_trans{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:9999;
  background:url(../img/theme/trans_black.png) repeat;
}
.slider-caption{
  position:absolute;
  bottom:0;
  left:0px;
  z-index:99999;
  padding:0 2%;
}
.slidertoolbar .slider-caption{
  bottom:60%;
}
.slider-caption h2{
  width:100%;
  display:block;
  padding:0px;
  margin:2px 0 5px 0;
  font-size:38px;
  font-weight:900;
  letter-spacing:-1px;
  color:#fff;
  line-height:50px;
}
.slider-caption span.subtitle{
  width:100%;
  margin:0;
  font-size:12px;
  padding:5px;
  font-weight:300;
  color:#fff;
  background-color:#f8f6f6;
  display:inline;
}
.slider-caption p{
  color:#ffffff;
  font-size:18px;
  line-height:22px;
}
.swiper-container > .swiper-pagination {
  bottom: 5%;
  left: 0;
  width: 95%;
}
.slidertoolbar > .swiper-pagination {
  bottom: 16%;
  left: 2%;
  width: 95%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border:1px solid #fff;
  background:none;
  opacity: 0.5;
  -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-container-pages > .swiper-pagination {
  bottom: 5%;
  left: 5%;
  width: 95%;
}
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid #f8f6f6;
  background: #f8f6f6;
}
.swiper-container-pages .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f8f6f6;
}
.swiper-pagination-toolbar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align:center;
}
.swiper-container-toolbar .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
  margin:0 2px;
  border:none;
}
.swiper-container-toolbar .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-pagination-team, .swiper-pagination-teambigger{
  width: 100%;
  text-align:center;
}
.swiper-container-team .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
  margin:0 2px;
}
.swiper-container-team .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top:auto;
  -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}

.swiper-container-pages .swiper-button-next{
  bottom:6%;
}
.swiper-container-pages .swiper-button-prev{
  bottom:6%;
}

/* 7-3. TEAM DESIGN LAYOUT */

.team-block {
  width: 46%;
   /*background-color: #f7f7f7; */
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0 2% 0px;
  float: left;
  /* border-top: 1px solid #a56b0061; */
  /* border-bottom: 1px solid #a56b0061; */
  min-height: 185px;
}
.team-block a img{
  display: block;
  width: 84%;
  border-radius: 26%;
  margin: auto;
  height: 120px;
}
.team-block strong{
  display:block;
  font-weight:700;
  font-size:15px;
  padding:10px 0;
}
.team-block span{
  display:block;
  font-weight:300;
  font-size:14px;
  letter-spacing:0.5px;
  padding:10px 0;
}
ul.team_socials{
  width:100%;
  text-align:center;
  padding:10px 0;
  margin:0px;
  list-style:none;
}
ul.team_socials li{
  width:15%;
  padding:0px;
  margin:0px;
  display:inline-block;
}
ul.team_socials li a img{
  display:block;
  max-width:100%;
  text-align:center;
  border-radius:0px;
  margin:auto;
}

/*===============================================*/
/* 8. POPUPS */
/*===============================================*/
.popup{
  background-color:#FFFFFF;
}
.popup h4{
  color:#222222;
  font-size:22px;
  font-weight:700;
  text-align:center;
  padding:0 0 20px 0;
  margin:0px;
}
.popup h5{
  color:#222222;
  font-size:14px;
  font-weight:300;
  text-align:center;
  padding:20px 0 10px 0;
  margin:0px;
}
.popup p{
  text-align:center;
  padding:0px 0 20px 0;
  margin:0px;
  font-size:14px;
}
.content-block {
  padding:75px 10% 0 10%;
}
ul.social_share{
  list-style:none;
  padding:10px 0 0 0;
  margin:0px;
}
ul.social_share li{
  width:32%;
  text-align:center;
  display:inline-block;
  padding:15px 0;
  margin:0px;
}
ul.social_share li img{
  width:50%;
  display:block;
  margin:auto auto 10px auto;
}
ul.social_share li a{
  color:#222222;
  font-size:12px;
  font-weight:900;
}

.close_popup_button{
  display:block;
}
.close_popup_button a{
  display:inline-block;
  width:60px;
  height:60px;
  margin:auto;
  padding:0;
  text-align:center;
  position:absolute;
  top:10px;
  right:0px;
}
.close_popup_button a img{
  display:block;
  max-width:60%;
  margin:auto;
}
/*===============================================*/
/* 12. FORMS */
/*===============================================*/
/* 12.1 LOGIN FORM */
.loginform{
  width:90%;
  padding:0 0 15px 5%;
}
.loginform label.error{
  padding:0 0 20px 0;
  margin:0px;
  line-height:10px;
  width:100%;
  text-align:left;
  font-size:14px;
  color:#f65821;
  font-weight:400;
  clear:both;
  float:left;
}
.loginform input.form_input{
	padding: 10px 0 0 10px;
  width: 100%;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #0970c1;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
}
.loginform input.form_input:focus{
  background-color:#f5f5f5;
}
.loginform .form_select{
  padding:2% 3%;
  width:100%;
  margin:20px 0 10px 0;
  border-bottom:1px solid #0970c1;
  border-left:none;
  border-right:none;
  border-top:none;
  -webkit-appearance: none;
  color:#000000;
  background:url(../img/theme/dropdown.png) no-repeat right;
}
.loginform .form_select option{
  padding:3px;
}
.loginform input.form_submit{
  width:100%;
  padding:12px 0;
  margin:10px 0 0 0;
  text-align:center;
  cursor:pointer;
  font-size:18px;
  font-weight:300;
  color:#fff;
  border: none;
  cursor:pointer;
  -webkit-appearance: none;
  background-color:#0970c1;
}
.forgot_pass{
  width:100%;
  text-align:right;
  font-size:12px;
}
.forgot_pass a{
  font-weight:700;
  color:#7cbe55;
}
.signup_bottom{
  width:100%;
  text-align:center;
  padding:30px 0 0 0;
}
.signup_bottom p{
  opacity: 1;
  padding:0px 0 10px 0;
  font-size:16px;
}
.signup_bottom a{
  background-color:#7cbe55;
  color:#fff;
  font-weight:300;
  font-size:16px;
  padding:5px 10px;
  border-radius:15px;
}
.signup_social{
  width:100%;
  text-align:center;
  padding:20px 0 0 0;
}
a.signup_facebook{
  background-color:#38579a;
  width:47%;
  display:inline-block;
  padding:12px 0;
  margin:0 4% 0 0;
  color:#FFFFFF;
  font-size:12px;
  font-weight:700;
}
a.signup_twitter{
  background-color:#0cacea;
  width:47%;
  padding:12px 0;
  display:inline-block;
  color:#FFFFFF;
  font-size:12px;
  font-weight:700;
}

/* 12.2 CONTACT FORM */

.contactform{
  width:100%;
  padding:0 0 15px 0;
}
.form_row{
  float:left;
  clear:both;
  width:100%;
}
.contactform label{
  width:100%;
  padding:5px 0 3px 0;
  display:block;
  font-size:16px;
  font-weight:700;
}
.contactform label.error{
  padding:0 0 10px 0;
  width:100%;
  text-align:left;
  font-size:14px;
  color:#f65821;
  font-weight:400;
}
.contactform input.form_input{
  padding:3%;
  width:93%;
  margin:0 0 5px 0;
}
/* --------Custom select input----------- */
.selector_overlay{
  padding:0;
  width:100%;
  float:left;
  margin:0 0 5px 0;
  overflow: hidden;
  background-color: #fff;
  background:url(../img/theme/dropdown.png) no-repeat top right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.selector_overlay select{
  padding:8px 0 8px 1%;
  width:99.5%;
  margin:0 0 5px 0;
  border:1px solid #ddd;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom_select a label{
  color:#000;
}
.custom_select .item-after{
  padding:8px 0 8px 2%;
  width:97%;
  float:left;
  margin:0 0 5px 0;
  overflow: hidden;
  background-color: #fff;
  background:url(../img/theme/dropdown.png) no-repeat top right;
  border:1px solid #ddd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-block .item-title {
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  flex-shrink: 1;
  min-width: 0;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  padding:0 5%;
}



.navbar a.link, .toolbar a.link, .subnavbar a.link {
  color: #f9f9f9;
}
.picker-modal .toolbar {
  position: relative;
  width: 100%;
  background: #f8f6f6;
}
.picker-modal .toolbar a{
  color:#fff;
}
.picker-modal.smart-select-picker .toolbar::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.picker-modal .toolbar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #f8f6f6;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.picker-calendar-month-picker span, .picker-calendar-year-picker span {
  color:#fff;
}
i.icon.icon-next, i.icon.icon-prev {
  width: 21px;
  height: 21px;
}
i.icon.icon-prev {
  background-image: url(../img/theme/nav-prev.png);
}
i.icon.icon-next {
  background-image: url(../img/theme/nav-next.png);
}
i.icon.icon-back {
  width: 21px;
  height: 21px;
  background-image: url(../img/theme/nav-prev.png);
}
.contactform .item-content{
  padding:2px 0 2px 0;
  margin:0px;
}
.contactform .form_row_right{
  margin:0 0 20px 5%;
  padding:0 0 10px 0;
  border-bottom:1px solid #d6d6d6;
}
.contactform .form_row_right .item-title{
  font-size:14px;
  font-weight:400;
}
.contactform label .item-media{
  display:inline-block;
}
.contactform label .item-inner{
  display:inline-block;
}

.contactform label.label-switch{
  display:inline-block;
  width:auto;
}
.contactform textarea.form_textarea{
  padding:3%;
  width:93%;
  height:50px;
  margin:0 0 5px 0;
  border:1px solid #ddd;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
}
.contactform input.form_submit{
  width:100%;
  padding:4% 0 4% 0;
  margin:10px 0 0 0;
  font-weight:normal;
  text-align:center;
  cursor:pointer;
  font-size:20px;
  background-color:#0be0af;
  color:#222222;
  border: none;
  cursor:pointer;
}
h2#Note{
  display:none;
}





/*===============================================*/
/* 14. MEDIA QUERIES */
/*===============================================*/
/* -------------SMALL DESKTOP--------- */
@media screen and (max-width: 1200px) {

  .swiper-button-prev{
    right:10%;
  }
}
/* -------------TABLET PORTRAIT--------- */
@media screen and (max-width: 780px) {
  .navbarpages{
    height:60px;
  }
  #pages_maincontent{
    top: 60px;
  }

  .swiper-container {
    height: 70%;
  }
  .toolbar-icon a{
    width:31%;
    margin:1.1%;
    padding:5% 0;
  }

}
/* -----------------MOBILE---------------- */
@media screen and (max-width: 680px) {

  /* 5.1 TOP NAVIGATION AND HEADER */
  .navbarpages{
    height:50px;
  }

  .logo_text{
    font-size:22px;
    line-height:50px;
  }

  /* HEADER RIGHT */
  #pages_maincontent{
    top: 50px;
  }



  .swiper-container-toolbar {
    padding:0 0 5% 0;
  }
  .slider-caption{
    padding:0 4%;
  }
  .slider-caption h2{
    font-size:24px;
    line-height:30px;
  }
  .slider-caption p{
    font-size:14px;
    line-height:18px;
  }

  .swiper-button-next{
    width: 26px;
    height: 26px;
    bottom:22%;
    right:3%;
  }
  .swiper-button-prev{
    width: 26px;
    height: 26px;
    bottom:22%;
    right:12%;
    left:auto;
  }
  .slidertoolbar > .swiper-pagination {
    left: 3%;
  }



}
/* -----------------SMALL MOBILE---------------- */
@media screen and (max-width: 470px) {

  .swiper-button-prev{
    right:15%;
  }
}
/* -----------------SMALLER MOBILE---------------- */
@media screen and (max-width: 360px) {

  .bottom_menu_open a img{
    max-width:50%;
    padding:15px 0 0 0;
  }
}
/* -----------------PROPIOS---------------- */
.disable{
    opacity: 0.7;
}
.md .fab>a.nbackto, .ios .fab>a.nbackto  {
  margin-top: 20px;
  color: #0970c1;
  font-size: 40px;
  background: #f8f6f6;
}
a.backto{
  margin-top: 20px;
  color: #f8f6f6;
  /* font-size: 40px; */
}
a.backto i{
  font-size: 36px;
}
.page-content {
  background: #f9f9f9;
}
.page.homepage .page-content, .page.main_nav .page-content{
  background-color: #f8f6f6;
}
.block.block-strong.club{
  background-color: #fff;
  margin: 8px 0 20px;

}

.md .tabbar .tab-link-highlight, .md .tabbar-labels .tab-link-highlight{
  background: #fff;
  height: 3px;
}
.md .toolbar {
  background: #f8f6f6;
}

.md .tabbar a.link, .md .tabbar a.tab-link, .md .tabbar-labels a.link, .md .tabbar-labels a.tab-link {

  font-size: 12px;

}
.md .toolbar:not(.toolbar-bottom-md):not(.messagebar)~* .page-content, .md .toolbar:not(.toolbar-bottom-md):not(.messagebar)~.page-content {
  padding-top: 10px;
}
.link.popover-open{
  float: right;
  margin: 5px;
}
.link.popover-open i{
  font-size: 20px;
  font-weight: bold;
}


/*-------------RESET-----------*/
.md .list {
  margin: 4px 0 32px;
  font-size: 16px;
  width:  100%
}
.md .list form {
  background: #fff;
}
.md .block-strong {
  color: #000;
  background: #fff;
  padding: 15px 15px;
}
.md .block.inset {
  margin: 0px;
}



.md .swiper-button-next, .ios .swiper-button-next{
  background: url(../img/theme/nav-next.png) no-repeat center #f8f6f6;
  width: 40px;
  height: 40px;
  bottom: 14%;
  right: 2.5%;
}
.md .swiper-button-prev, .ios .swiper-button-prev{
  background: url(../img/theme/nav-prev.png) no-repeat center #f8f6f6;
  width: 40px;
  height: 40px;
  bottom: 14%;
  right: 14%;
  left: auto;
}

.md .item-label{
  color: #f8f6f6;
}

.md .item-input-wrap{
  border-bottom: 1px solid #f8f6f6;
}
.md .button.button-active, .md .button.button-fill, .md .button.button-fill-md, .md .button.tab-link-active {
  background-color: #0970c1;
  color: #fff;
}

.md .fab>a {
  width: 40px;
  height: 40px;
}

.md .toast, .ios .toast{
  background: #d2420e;
}
.md .toast span, .ios .toast span{
  vertical-align: super;
  padding-left: 10px;
  font-size: 1.2em;
}
.md .navbar:after{
  content: normal;
}






.btn-myapp{
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  padding: 40px 0;
  /* float: left; */
  /* height: auto; */
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 50%!important;
  border: 2px solid #0970c1;
  color: #0970c1;
}
.btn-myapp span{
  color: #0970c1;
}
.btn-myapp i {
  font-weight: bold;
  font-size: 56px;
  color: #0970c1;
  display: block;
}



.btn-myapp.mini{
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 18px 0;
  /* float: left; */
  /* height: auto; */
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 50%!important;
  border: 2px solid #0970c1;
  color: #0970c1;
}
.btn-myapp.mini span{
  color: #0970c1;
  font-size: 11px;
}
.btn-myapp.mini i {
  font-weight: initial;
  font-size: 42px;
  color: #0970c1;
  display: block;
}


.pos-bottom{
  height: 120px;
  position: absolute;
  bottom: 120px;
}




.calculadora [type=password] {
  border: 1px solid #0970c1;
  font-size: 30px;
  padding-left: 16px;

}

.calculadora .form-check-inline {
    font-size: 24px;
    margin-bottom: 10px;
}


.calculadora .close {
  width: 60px;
  font-size: 33px;
}


.calculadora .btn-lg{
  padding: 0.1rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  margin-bottom: 5px;
  /* float: right; */
  /* font-size: 1.5rem; */
  font-weight: normal;
  /* line-height: 1; */
  /* color: #fff; */
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.calculadora .btn-lg.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
}

.calculadora .borrar{
  border: 1px solid #0970c1;
  font-size: 30px;
  padding: 0 20px;
  color: #0970c1;
  font-weight: bold;
}



/*!*  grid *!*/

/** {*/
  /*box-sizing: border-box;*/
/*}*/
/*[class*="col-"] {*/
  /*float: left;*/
  /*padding: 0  15px;*/
  /*!*border: 1px solid red;*!*/
/*}*/

/*.col-1 {width: 8.33%;}*/
/*.col-2 {width: 16.66%;}*/
/*.col-3 {width: 25%;}*/
/*.col-4 {width: 33.33%;}*/
/*.col-5 {width: 41.66%;}*/
/*.col-6 {width: 50%;}*/
/*.col-7 {width: 58.33%;}*/
/*.col-8 {width: 66.66%;}*/
/*.col-9 {width: 75%;}*/
/*.col-10 {width: 83.33%;}*/
/*.col-11 {width: 91.66%;}*/
/*.col-12 {width: 100%;}*/


/*----------user-card--------------*/
/*---------------------------------*/


.mt-element-card .mt-card-item  .mt-card-name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center;
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-desc {
  font-size: 14px;
  margin: 0 0 10px
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-social>ul {
  padding: 0;
  margin-bottom: 10px
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-social>ul>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-social>ul>li>a {
  color: #000;
  font-size: 18px
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-social>ul>li>a.mt-card-btn {
  color: #fff
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-social>ul>li>a.mt-card-btn:hover {
  color: #36c6d3
}

.mt-element-card .mt-card-item .mt-card-content .mt-card-social>ul>li>a:hover {
  color: #F1C40F
}

.mt-element-card.mt-card-round .mt-card-item {
  padding: 30px 2px 10px
}

.mt-element-card.mt-card-round .mt-card-item .mt-card-avatar {
  border-radius: 50%!important;
  border: 4px solid #ffffff;
      min-height: 155px;	
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.mt-element-card.mt-card-round .mt-card-item .mt-card-avatar .mt-overlay {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

.mt-element-overlay .mt-overlay-1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default
}

.mt-element-overlay .mt-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto
}

.mt-element-overlay .mt-overlay-1 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0,0,0,.6);
  -webkit-transform: translatey(-100px) translateZ(0);
  -ms-transform: translatey(-100px) translateZ(0);
  transform: translatey(-100px) translateZ(0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px
}

.mt-element-overlay .mt-overlay-1 .mt-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0)
}

.mt-element-overlay .mt-overlay-1 .mt-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px
}

.mt-element-overlay .mt-overlay-1 .mt-info>li:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer
}

.mt-element-overlay .mt-overlay-1:hover .mt-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

.mt-element-overlay .mt-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0)
}

.mt-element-overlay .mt-overlay-1:hover .mt-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.mt-element-overlay .mt-overlay-1 .mt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,.7);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.mt-element-overlay .mt-overlay-1.mt-scroll-up:hover .mt-overlay {
  bottom: 0
}

.mt-element-overlay .mt-overlay-1.mt-scroll-up .mt-overlay {
  bottom: -100%;
  top: auto
}

.mt-element-overlay .mt-overlay-1.mt-scroll-down:hover .mt-overlay {
  top: 0
}

.mt-element-overlay .mt-overlay-1.mt-scroll-down .mt-overlay {
  top: -100%
}

.mt-element-overlay .mt-overlay-1.mt-scroll-left:hover .mt-overlay {
  right: 0
}

.mt-element-overlay .mt-overlay-1.mt-scroll-left .mt-overlay {
  right: -100%;
  left: auto
}

.mt-element-overlay .mt-overlay-1.mt-scroll-right:hover .mt-overlay {
  left: 0
}

.mt-element-overlay .mt-overlay-1.mt-scroll-right .mt-overlay {
  left: -100%
}

.mt-element-overlay .mt-overlay-2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default
}

.mt-element-overlay .mt-overlay-2 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: auto
}

.mt-element-overlay .mt-overlay-2 h2 {
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0,0,0,.6)
}

.mt-element-overlay .mt-overlay-2 .mt-info,.mt-element-overlay .mt-overlay-2 h2 {
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase
}

.mt-element-overlay .mt-overlay-2 .mt-info {
  display: inline-block;
  text-decoration: none;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(.7) translateY(-50%) translateX(-50%);
  -ms-transform: scale(.7) translateY(-50%) translateX(-50%);
  transform: scale(.7) translateY(-50%) translateX(-50%)
}

.mt-element-overlay .mt-overlay-2 .mt-info:hover {
  box-shadow: 0 0 5px #fff
}

.mt-element-overlay .mt-overlay-2:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.mt-element-overlay .mt-overlay-2:hover .mt-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0)
}

.mt-element-overlay .mt-overlay-2:hover h2 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.mt-element-overlay .mt-overlay-2:hover .mt-info,.mt-element-overlay .mt-overlay-2:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%)
}

.mt-element-overlay .mt-overlay-2:hover .mt-info {
  -webkit-transform: scale(1) translateY(-50%) translateX(-50%);
  -ms-transform: scale(1) translateY(-50%) translateX(-50%);
  transform: scale(1) translateY(-50%) translateX(-50%)
}

.mt-element-overlay .mt-overlay-2 .mt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.mt-element-overlay .mt-overlay-2.mt-overlay-2-grey:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px)
}

.mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info {
  border: none;
  width: 100%;
  padding: 0;
  -webkit-transform: scale(.7) translateY(-50%) translateX(-50%);
  -ms-transform: scale(.7) translateY(-50%) translateX(-50%);
  transform: scale(.7) translateY(-50%) translateX(-50%)
}

.mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info:hover {
  box-shadow: none
}

.mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px
}

.mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info>li:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer
}

.mt-element-overlay .mt-overlay-3 .mt-info,.mt-element-overlay .mt-overlay-3 h2 {
  -webkit-transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  color: #fff;
  text-transform: uppercase
}

.mt-element-overlay .mt-overlay-2.mt-overlay-2-icons:hover .mt-info {
  -webkit-transform: scale(1) translateY(-50%) translateX(-50%);
  -ms-transform: scale(1) translateY(-50%) translateX(-50%);
  transform: scale(1) translateY(-50%) translateX(-50%)
}

.mt-element-overlay .mt-overlay-3 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default
}

.mt-element-overlay .mt-overlay-3 img {
  display: block;
  position: relative;
  width: 100%;
  height: auto
}

.mt-element-overlay .mt-overlay-3 h2 {
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0,0,0,.6);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  transition: all .4s cubic-bezier(.88,-.99,0,1.81)
}

.mt-element-overlay .mt-overlay-3 .mt-info {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  font-weight: 400;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: auto;
  padding: 45% 0 0
}

.mt-element-overlay .mt-overlay-3 .mt-info:hover {
  box-shadow: 0 0 5px #fff
}

.mt-element-overlay .mt-overlay-3:hover .mt-overlay {
  background-color: rgba(48,152,157,.7)
}

.mt-element-overlay .mt-overlay-3:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px)
}

.mt-element-overlay .mt-overlay-3:hover .mt-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.mt-element-overlay .mt-overlay-3 .mt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,.7);
  -webkit-transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  transition: all .4s cubic-bezier(.88,-.99,0,1.81)
}

.mt-element-overlay .mt-overlay-3.mt-overlay-3-icons .mt-info {
  padding: 40% 0 0
}

.mt-element-overlay .mt-overlay-3.mt-overlay-3-icons .mt-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px
}

.mt-element-overlay .mt-overlay-3.mt-overlay-3-icons .mt-info>li:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer
}

.mt-element-overlay .mt-overlay-4 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default
}

.mt-element-overlay .mt-overlay-4 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  width: 100%;
  height: auto
}

.mt-element-overlay .mt-overlay-4 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0,0,0,.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  padding: 10px
}

.mt-element-overlay .mt-overlay-4 .mt-info {
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 50px 0 0
}

.mt-element-overlay .mt-overlay-4:hover .mt-overlay {
  opacity: 1;
  filter: alpha(opacity=100)
}

.mt-element-overlay .mt-overlay-4:hover .mt-info,.mt-element-overlay .mt-overlay-4:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0)
}

.mt-element-overlay .mt-overlay-4:hover .mt-info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.mt-element-overlay .mt-overlay-4 .mt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,.7);
  -webkit-transition: all .4s cubic-bezier(.88,-.99,0,1.81);
  transition: all .4s cubic-bezier(.88,-.99,0,1.81)
}

.mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info {
  border: none;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto
}

.mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info:hover {
  box-shadow: none
}

.mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info>li {
  list-style: none;
  display: inline-block;
  margin: 0 3px
}

.mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info>li:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer
}

.mt-element-overlay .mt-overlay-5 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg,#ff89e9 0,#05abe0 100%);
  background: linear-gradient(45deg,#ff89e9 0,#05abe0 100%)
}

.mt-element-overlay .mt-overlay-5 .mt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left
}

.mt-element-overlay .mt-overlay-5 .mt-overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .35s,-webkit-transform .45s;
  transition: opacity .35s,transform .45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0)
}





.mt-card-content{
  text-align: center;
}



.mt-overlay a{
  width: 100%;
  height: 100%;
}



p.color-in, .color-go {
	color: #02b22a;
    font-size: 16px!important;
    font-weight: bold;
    min-height: 23px;
    border: 2px solid #02b22a;
    line-height: 13px;
    padding: 3px 0 1px 0!important;
}

p.color-out {
	color: #ff0018;
    font-size: 16px!important;
    font-weight: bold;
    min-height: 23px;
    border: 2px solid #ff0018;
    line-height: 13px;
    padding: 3px 0 1px 0!important;
}

p.color-stop {
	color: #f5de09;
    font-size: 16px!important;
    font-weight: bold;
    min-height: 23px;
    border: 2px solid #f5de09;
    line-height: 13px;
    padding: 3px 0 1px 0!important;
}



.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 0.8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
   border: 1px solid #ced4da!important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a:hover{
  text-decoration:none;
}


.table.table-striped a.item-content .item-inner{
    min-height: 28px;
}
.table.table-striped a.item-content{
    min-height: 28px;
}

.table.table-striped a.item-content .item-inner:after{
    content:none;
}
.modal-backdrop.show{
    display: none;
}

.accordion{
  padding: 0.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: .2rem;
  width: 100%;
  display: block;
}

.accordion .card{
  margin:0;
}
.mini-icons{
      font-size: 14px;
}



.myaccordion .card{
  margin:0;
}

.myaccordion .card-header, .myaccordion .card-header h2{
    padding: 6px;
}
.myaccordion .card .table{
  margin-bottom:0;
}

.myaccordion .card .table th, .myaccordion .card .table td {
     padding: 0;
     border-top: 0; 
}

.reset-select{
  -webkit-appearance: menulist;
}

.input-group > .form-control{
  padding-left: 5px;
}



.md .list .item-content:after{
	content: '';
    position: absolute;
	background-color: rgb(9, 112, 193);
    display: block;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;

}

.md .list ul:before {
    content: '';
    position: absolute;
	background-color: rgb(9, 112, 193);
    display: block;
    z-index: 15;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.preloader-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 8px;
    background: transparent; 
    z-index: 13500;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md .preloader {
    font-size: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-animation: md-preloader-outer 3.3s linear infinite;
    animation: md-preloader-outer 3.3s linear infinite;
}