/*------------------------------------------------------------------
[Project details]

Project:	Malto - Material design App Showcase
Version:	1.0
Last change:	08/22/2016

[Table of contents]
* body
	+ Header / .malto-head
		- Menu / .menu
		- Title and buttons / .head-elements
	+ Mobile menu / .mobile-menu
	+ Features section / #features
	+ Services section / #services
		- Tabs / .tabs
		- Tabs content / .tab-content
	+ Stats section / #stats
	+ Prices section / #prices
	+ Team section / #team
	+ Reviews section / #reviews
	+ Partners section / #partners
	+ Contacts section / #contacts
		- Contact items / .contact-items
		- Form / .malto-form
	+ Footer / .malto-foot
		- First level / .first-level
		- Second level / .second-level
-------------------------------------------------------------------*/


/* Common Settings */

*::-webkit-input-placeholder {
	font-family: "RalewayRegular", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
*:-moz-placeholder {
	font-family: "RalewayRegular", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
*::-moz-placeholder {
	font-family: "RalewayRegular", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
*:-ms-input-placeholder {
	font-family: "RalewayRegular", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

.preloader {
	width: 100%;
	height: 100%;
	z-index: 1200;
	position: fixed;
	background: #E3ECFD url("img/preloader.gif") center no-repeat;
	top: 0;
	left: 0;
}

h1 {
	font-family: "RalewayThin", sans-serif !important;
	font-size: 48px !important;
	color: white !important;
	letter-spacing: 3px !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

h2 {
	font-family: "RalewayThin", sans-serif !important;
	font-size: 18px !important;
	color: white !important;
	letter-spacing: 1px;
	margin: 0 !important;
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

h3 {
	font-family: "RalewayBold", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #2c2c2c;
	letter-spacing: 1px;
}

h4 {
	font-family: "RalewayThin", sans-serif !important;
	font-size: 36px !important;
	color: #2c2c2c !important;
	letter-spacing: 1px !important;
	margin: 0 !important;
}

#services {
	padding: 40px 0px;
}

.malto-btn a {
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "RalewayBold", sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 175px;
	padding: 15px 0px;
	color: #95ceff;
}

.malto-btn a:hover,
.malto-btn a:visited,
.malto-btn a:focus,
.malto-btn a:active {
	text-decoration: none;
	color: #337ab7;
}

.accent a:hover,
.accent a:visited,
.accent a:focus,
.accent a:active {
	color: #fff;
}


.malto-btn {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-align: center;
}

#form-btn, .contactFormSendBtn {
	margin-top: 40px;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "RalewayBold", sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 175px;
	padding: 15px 0px;
	color: #337ab7;
	color: #fff;
}


.malto-btn,
.btn-flat {
	text-transform: uppercase;
	font-family: "RalewayBold", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	outline: none;
	border-radius: 3px;
}

.btn-flat {
	color: #309df4;
	background-color: #fff;
	box-shadow: none;
}

.btn-flat:hover {
	color: #309df4;
	background-color: #f5f5f5;
	transition: 0.4s;
}

.nav-tabs .waves-effect .waves-ripple,
.price-content .waves-effect .waves-ripple{
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
    background: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 90%) !important;
}

.accent {
	background-color: #2196f3;
}

.accent a {
	color: #ffffff;
}

.accent a:hover {
	color: #ffffff;
}

/* Slider pagination settings */
.owl-pagination .active span {
	background-color: #309df4 !important;
	border: 2px solid #309df4 !important;
}

.owl-page span {
	border: 2px solid #838383 !important;
	background-color: transparent !important;
}

/* ------------- HEADER ------------- */
.malto-head {
	position: relative;
	background:
		linear-gradient(rgba(18, 31, 42, 1), rgba(18, 31, 42, 0.3)),
		url("img/background.jpg"),
		no-repeat center;
    background-size: 100%;
	min-height: 100vh;
	background-color: #1c282f;
}

.head-bar {
	position: fixed;
	width: 100%;
	display: inline;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 200;
	border-top:1px solid #ffbc75;
	background: #121f2a;
    padding-bottom: 10px;
}

.empty {
	min-height: 100%;
}

.head-bar img {
	width: 158px;
	height: auto;
	margin-top: 16px;
}

.menu {
	text-align: right;
}

.menu ul {
	margin: 8px 0px;
}

.malto-head i {
	color: #9eb0c0;
	margin-top: 20px;
	font-size: 30px;
	cursor: pointer;
}

.menu-element {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "RalewayBold", sans-serif;
	margin-left: 28px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.menu-element a {
	text-decoration: none;
	color: #9eb0c0;
}

/* Minimalized menu */
.minimalized {
	padding-bottom: 18px;
	background-color: #122138;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 200;
}

/* Mobile menu */
.mobile-menu {
	position: fixed;
	background-color: #31353e;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
	top: 0px;
	right: 0;
	height: 100%;
	display: none;
	z-index: 3;
}

.mobile-menu ul {
	padding: 0;
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Title + buttons */
.head-elements {
	text-align: center;
    position: relative;
}

.malto-head .accent {
	margin-top: 45px;
	margin-left: 30px;
}



/* ------------- FEATURES(ITEMS) ------------- */
#features {
	text-align: center;
	padding: 55px 0px;
}

#features i {
	font-size: 40px;
	color: #95ceff;
	margin-bottom:10px;
}

.item-descr {
	font-size: 13px;
}

/* ------------- SERVICES(TABS) ------------- */
#services {
	background-color: #f7f7f7;
}





#right-tab {
	border-radius: 3px 0px 0px 3px;
	border-right: 2px solid #E7E7E7;
	border-left: 2px solid #E7E7E7;
}

#left-tab {
	border-radius: 0px 3px 3px 0px;
	border-left: 2px solid #E7E7E7;
	border-right: 2px solid #E7E7E7;
}


/* Tabs content */
.tab-descr {
	text-align: left;
}

.tab-title {
	margin-top: 70px
}

.tab-title span {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "RalewayBold", sans-serif;
	letter-spacing: 1px;
	margin: 0;
	color: #575757;
}

.tab-divider {
	height: 4px;
	color: #ececec;
	background: #ececec;
	font-size: 0;
    border: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 22px;
	width: 28%;
	text-align: left;
}

.tab-descr p,
.tab-features li {
	font-size: 14px;
	color: #575757;
	font-family: "RalewayLight", sans-serif;
	letter-spacing: 0.5px;
}

.tab-descr p {
	margin: 0;
}

.tab-features li {
	margin: 0;
	margin-top: 30px;
}

.tab-descr .malto-btn {
	margin-left: 0px;
	margin-top: 30px;
	color: #ffffff;
	background-color: #2196f3;
}

.iphone-img {
	text-align: right;
	padding-top: 40px;
}

.iphone-img img {
	height: 580px;
	width: auto;
}

/* ------------- STATS ------------- */
#stats {
	background:
		linear-gradient(rgba(18, 31, 42, 1), rgba(18, 31, 42, 0.3)), url(img/background.jpg), no-repeat center;
	padding: 75px 0px;
	text-align: center;
	background-size:100%;
}

#stats i {
	color: #8c8f96;
	font-size: 38px;
	margin-right: 5px;
}

#stats span {
	color: #309df4;
	font-size: 32px;
	font-family: "HelveticaBold", sans-serif;
	letter-spacing: 0.5px;
}

#stats p {
	margin: 0;
	margin-top: 15px;
	font-size: 14px;
	color: white;
	font-family: "RalewayRegular", sans-serif;
	letter-spacing: 0.5px;
}

/* ------------- PRICES(CARDS) ------------- */
.price-card {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	padding-bottom: 20px;
	margin-top: 50px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background: rgba(12, 21, 29, 0.5) !important;
}

.price-card:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.price-title,
.price-title-accent {
	padding: 25px;
	border-radius: 4px 4px 0px 0px;
	background-color: transparent !important;
}

.price-title-accent {
	background-color: #309df4;
	height: 135px;
}

.price-title-accent span,
.price-title-accent p {
	color: #fff;
}

.price-title span,
.price-title-accent span {
	font-size: 36px;
	font-family: "HelveticaThin", sans-serif;
	color: #343434;
}

.price-title p,
.price-title-accent p {
	font-size: 14px;
	font-family: "RalewayLight", sans-serif;
	color: #ababab;
	margin: 0;
	margin-top: 2px;
	letter-spacing: 0.5px;
}

.price-title-accent p {
	color: #fff;
}

.price-title-accent span {
	color: #fff;
}



.price-content li {
	font-size: 16px;
	font-family: "RalewayLight", sans-serif;
}

.price-divider {
	width: 93%;
	color: #f2f2f2;
	background-color: #f2f2f2;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	margin: 20px 0px !important;
	width:100%;
}

/* ------------- TEAM(CARDS) ------------- */

.member {
	border-radius: 3px;
	margin-top: 50px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding-bottom: 15px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}

.member:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.owl-item {
	margin-bottom: 10px;
}

.owl-wrapper-outer {
	padding-bottom: 30px;
}

.member-img img {
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0px 0px;
}

.member-info {
	padding: 0px 20px;
}

.member-info span {
	color: #787878;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "RalewaySemiBold", sans-serif;
	display: block;
	margin-top: 26px;
}

.member-info i {
	font-size: 16px;
	font-family: "RalewayRegular", sans-serif;
	margin-top: 13px;
	display: block;
	color: #1976d2;
}

.member-info p {
	font-size: 15px;
	font-family: "RalewayLight", sans-serif;
	color: #707070;
	margin-bottom: 10px;
}

.member-contacts i {
	font-size: 18px;
	color: #8b8b8b;
	width: 40px;
	padding: 10px;
	cursor: pointer;
}

.member-contacts i:hover {
	border-radius: 25px;
	background-color: #e4e4e4;
	transition: 0.4s;
}

.member-contacts a,
.member-contacts a:hover {
	text-decoration: none;
}

.middle-icon,
.last-icon {
	margin-left: 5px;
}

/* ------------- REVIEWS(SLIDER) ------------- */
#reviews {
	position: relative;
	background:
		linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
		url("img/review-bg.jpg"),
		no-repeat center;
	padding: 40px 0px;
}

#reviews h4 {
	color: #fff;
	letter-spacing: 1.5px;
}

.review {
	text-align: center;
	padding: 0px 100px;
}

.review img {
	border-radius: 180px;
	margin-top: 50px;
	width: 135px;
	height: 135px;
}

.review span {
	display: block;
	font-size: 17px;
	font-family: "RalewaySemiBold", sans-serif;
	letter-spacing: 2px;
	color: #e9e9e9;
	margin-top: 10px;
}

.review i {
	display: block;
	font-size: 16px;
	color: #309df4;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

.review p {
	font-size: 15px;
	color: #e9e9e9;
	font-family: "RalewayLight", sans-serif;
	margin-top: 20px;
}

/* ------------- PARTNERS ------------- */
#partners {
	background-color: #f8f8f8;
	padding: 50px 0px;
	text-align: center;
}

#partners .owl-wrapper-outer {
	padding: 0;
}

#partners .owl-pagination {
	display: none;
}

#partners .owl-item {
	margin-bottom: 0;
}

/* ------------- CONTACTS ------------- */
#contacts {
	padding: 50px 0px;
}

.contact-items {
	margin-top: 28px;
	text-align: left;
}

.contact-items .col-md-3 {
	vertical-align: middle;
}

.icon-wrap {
	background-color: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
	margin-right: 10px;
}

.contact-items i {
	color: #95ceff;
	font-size: 18px;
	margin-top: 8px;
	margin-left: 1px;
}

.contact-items span {
	font-size: 15px;
	color: #8f8f8f;
	display: inline-block;
	font-family: "HelveticaLight", sans-serif;
	letter-spacing: 0.5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align:middle;
}

.malto-form input,
.malto-form textarea {
	background:none;
	border: none;
	width: 100%;
	border-bottom: 2px solid #bfbfbf;
	margin-top: 30px;
	padding-bottom: 8px;
	outline: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #afafaf;
	font-family: "RalewayRegular", sans-serif;
}

.malto-form input {
	letter-spacing: 0.5px;
	font-weight:bold;
}

.malto-form input:focus,
.malto-form textarea:focus {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 2px solid #95ceff;
}

.malto-form input[type=email] {
	margin-top: 30px;
}

.malto-form .col-md-12 {
	text-align: center;
}

.malto-form button {
	margin-top: 30px;
}

/* ------------- MAP ------------- */

#map {
    width: 100%;
    height: 300px;
    background-color: grey;
}

/* ------------- FOOTER ------------- */

.first-level {
	background-color: #122138;
	text-align: center;
}

.first-level p {
	font-family: "RalewayBold", sans-serif;
	color: #d4d4d4;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.first-level i {
	font-size: 16px;
	color: #8b8b8b;
	width: 40px;
	padding: 12px;
	cursor: pointer;
}

.first-level a,
.first-level a:hover {
	text-decoration: none;
}

.first-level i:hover {
	border-radius: 50%;
	background-color: #192e4f;
	transition: 0.3s;
}

.second-level {
	text-align: center;
	padding: 10px 0px;
	letter-spacing: 1px;
	color: #3e4753;
	font-size: 12px;
	font-family: "RalewayMedium", sans-serif;
	background-color: #06152c;
}

.offerTable table{
	margin:auto;
}

.offerTable .malto-head i {
	font-size:14px !important;
}

.loadingText{
	margin-left:10px;
}

/*--------------------------------------------------------------
  ## Team
  --------------------------------------------------------------*/
#team {
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
}

#team .section-title {
  margin-bottom: 50px;
}

#team .section-title:after {
  left: 43%;
}

.team .team-member {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team .team-member img {
  width: 100%;
  filter: grayscale(50%);
  height:auto;
}

.team .team-member .overlay {
  padding: 20px 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.team .team-member .overlay .dt-social-link {
  -ms-transform: translateX(150px);
      transform: translateX(150px);
  transition: all 0.5s ease;
}

.team .team-member .overlay .dt-social-link li {
  padding: 0 6px;
}

.team .team-member .overlay .name {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
  -ms-transform: translateY(85px);
      transform: translateY(85px);
  transition: all 0.5s ease;
}

.team .team-member .overlay .name h3 {
  color: #95ceff !important;
  font-weight: 700;
  margin-top: 0;
}

.team .team-member .overlay .name p {
  color: #9eb0c0;
  margin-bottom: 0;
}

.team .team-member:hover .overlay {
  opacity: 1;
}

.team .team-member:hover .overlay .dt-social-link {
  -ms-transform: translateX(52px);
      transform: translateX(52px);
}

.team .team-member:hover .overlay .name {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/*--------------------------------------------------------------
  ## Team Two
  --------------------------------------------------------------*/
/* Team Two */
#team-two {
  position: relative;
  padding: 50px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

#team-two .team-two-caption {
  margin-bottom: 50px;
  text-align: left;
}

#team-two .team-two-caption h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.57143em;
}

#team-two .team-two-caption h1 span {
  font-weight: 400;
}

#team-two .team-two-caption p {
  color: #FFF;
  line-height: 26px;
  line-height: 1.85714em;
}

#team-two .gallery-top, #team-two .gallery-thumbs {
  overflow: hidden;
}

#team-two .gallery-top .banner-next, #team-two .gallery-top .banner-prev {
  right: 22%;
}

#team-two .gallery-top .banner-next .next-btn, #team-two .gallery-top .banner-next .prev-btn, #team-two .gallery-top .banner-prev .next-btn, #team-two .gallery-top .banner-prev .prev-btn {
  width: 24px;
  height: 22px;
}

#team-two .gallery-top .banner-next:before, #team-two .gallery-top .banner-next:after, #team-two .gallery-top .banner-prev:before, #team-two .gallery-top .banner-prev:after {
  height: 7px;
}

#team-two .gallery-top .banner-next {
  top: auto;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

#team-two .gallery-top .banner-next .next-btn {
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}

#team-two .gallery-top .banner-next:hover .next-btn {
  -ms-transform: translateX(-5px);
      transform: translateX(-5px);
}

#team-two .gallery-top .banner-prev {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  top: 20%;
  left: auto;
}

#team-two .gallery-top .banner-prev .prev-btn {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}

#team-two .gallery-top .banner-prev:hover .prev-btn {
  -ms-transform: translateX(5px);
      transform: translateX(5px);
}

#team-two .gallery-thumbs {
  width: 100px;
  height: 330px;
  position: absolute;
  right: 20%;
  top: 30%;
}

#team-two .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.3;
}

#team-two .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

#team-two .swiper-slide img {
  float: left;
}

#team-two .swiper-slide .slider-content {
  margin-left: 310px;
}

#team-two .swiper-slide .slider-content h4 {
  font-size: 24px;
  font-size: 1.71429em;
  font-weight: 700;
  color: #36a8ff;
}

#team-two .swiper-slide .slider-content span {
  color: #c8c8c8;
  display: block;
  margin-bottom: 30px;
}

#team-two .swiper-slide .slider-content p {
  color: #c8c8c8;
  line-height: 26px;
  line-height: 1.85714em;
  margin-bottom: 50px;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.dt-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dt-social-link li {
  display: inline-block;
  font-size: 14px;
  font-size: 1em;
  line-height: 26px;
  line-height: 1.85714em;
  padding: 0 12px;
  text-decoration: none;
}

.dt-social-link li:last-child {
  padding: 0;
}

.dt-social-link li a {
  color: #9eb0c0;
  transition: all 0.3s ease-in-out;
}

.dt-social-link li a:hover {
  color: #36a8ff;
}

.darkNotification:before{
	height: calc(100% + 2px) !important;
}



@media screen and (max-width: 600px) {
	.receivedCol{
		display:none;
	}
}
