/* ------------------------------------------------------------------
Project: Morpholio
Place here your custom CSS styles
------------------------------------------------------------------ */
body {
	background: #f5f5f5;
}
section {
	max-width: 1800px;
	margin:auto;
	background: #fff;
}
.wrapper {
	background: #f5f5f5;
}
.navbar-custom .navbar-brand {
    font-family: "Helvetica", Arial, sans-serif;
    letter-spacing: 0px;
    text-transform: initial;
    font-weight: 400;
    font-size: 28px;
    color: #000;
}
.navbar-custom {
	font-family: "Helvetica", Arial, sans-serif;
}
.nav>li>a>img {
	width:35px;
}

.footer .app-icon {
	width:50px; margin:10px 2px;
}
.footer .social-icon {
	width:36px;
}
.footer a {
	color:#000;
	line-height: 24px;
	font-size:14px;
}
.copyright, .copyright a {
	font-size:12px;
}
@media (min-width: 768px) {

	.navbar-nav>li>a {
		padding: 5px 5px;
	}
}

.morph-hero {
	margin-top: 50px;
}
.morph-hero-container{
	position: relative;
}
.morph-hero-caption-container {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.morph-hero-caption {
	position: relative;
    display: table;
    width:100%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
}

.hs-title-size-1 {
	font-size:36px;
	font-weight: 700;
	letter-spacing:0px;
}
.hs-caption{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.font-alt{
	font: 36px "Helvetica", "Open Sans", Arial, sans-serif;
	font-weight: 700;
	letter-spacing:0px;
	text-transform: initial;
}
.module-title{
	margin-bottom: 36px;
}

.morph-showcase .module-title {
	margin-bottom: 10px !important;
	margin-top:80px;
	max-width: 400px;
}

.morph-showcase p {
	font-weight: 300;
	max-width: 400px;
	font-size: 26px;
    line-height: 36px;
}

.morph-showcase a {
	font-weight: 500;
	font-size:20px;
}

.morph-showcase-desc {
	max-width:400px;
	float: right;
}

.morph-technology h3 {
	margin-bottom: 10px !important;
	margin-top:20px;
	font-weight: 700;
	font-size: 20px;
}

.morph-technology p {
	font-weight: 300;
	font-size: 16px;
    line-height: 24px;
}

.no-wrap {
	white-space: nowrap;
}

.lead {
	font-size:18px;
}
.col-bg {
 background-color: #F2F2F2;
}


.testamonial-container {
	text-align: center;
	padding: 25px 5px;
}

.testamonial-subtitle{
 color:#333;
 font-size:16px;
 text-align: center;
     max-width: 300px;
    margin: auto;
    height: 38px;
    overflow: hidden;
}


.testamonial-container img {
	opacity:0.8;
	max-width: 200px;
	margin:auto;

}

.morph-full-width-container {
	width:100%;
}
.p-0 {
	padding: 0px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}

.subtitle {
	margin-top:10px;
	font-size: 16px;
	font-weight: bold;
	/*height:30px;*/
}

.flex-prev, .flex-next, .flex-direction-nav a {
	width:10%;
}
.flex-control-nav {
	bottom: 0px;
}
.flex-control-nav > li > a {
	height: 10px;
    width: 10px;
}
.flex-control-paging li a.flex-active {
	    background: #000;
}


.btn-morph-app {
	font-size: 22px !important;
	font-weight: 500;
	border:none;
} 

.color-trace {
	background: #F9C026;
	color:#000;
}
.color-board {
	background: #75d0eb;
	color:#000;
}

.btn-morph-app:hover {
    color: #fff;
	background-color: #666;
    border-color: #666;
}
.links .btn-morph-app {
	width:265px;
}
.elite p {
	line-height: 24px;
}
.elite .link {
    display: inline-block;
    background: none;
    border-radius: 19px;
    padding: 3px 10px;
    margin: 0px 0px 10px;
    color: #333;
    font-size: 12px;
    border: 1px solid #333;
}

label {
	display:block;
}

.form-control{
	text-transform: inherit;
	color:#000;
}

.input-lg{
	font-size:16px;
}

.errorfield{
			border:2px solid #cc0000;
		}

.page h1 {
    font-size: 60px;
    margin: 3rem 0 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 64px;
}

.page h2 {
    font-size: 40px;

    margin: 3rem 0 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 50px;
}

.page h3 {
    font-size: 24px;
    margin: 3rem 0 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 30px;
}

.page p, .page li {
    font-size: 18px;
    line-height: 24px;
}

.page .lead {
    font-size: 26px;
    line-height: 30px;
}
.page .small {
	font-size:75%;
	line-height: 140%;
}
.collaborators img {
	height:70px;
}

.faq {
	padding-bottom:20px;
}
.appcell {
	display: inline-block;
    border: 1px solid #666;
    padding: 10px 50px;
    border-radius: 30px;
    cursor: pointer;
    margin-top:20px; margin-right:10px;
}
.appcell:hover {
	background: #666;
	color:#fff;
}
.topscroll{
	padding-top:0px !important;
	margin-top:0px !important;
}

.presspage .testamonial-container {
	text-align: center;
    padding: 25px 5px;
    background: #eee;
    border-radius: 14px;
    border-color: #fff;
    border: 4px solid #fff;
    height: 180px;
    overflow-y: hidden;
}

.laurel {
	opacity:0.2 !important;
	height:100px;
}
.laurel-div {
	display:inline-block;
}
.laurel-div-text {
	display:inline-block;height:100px;vertical-align:middle;
}
.morph-site-info {
	top: 50px;
    position: fixed;
    z-index: 12;
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
 }

.morph-site-info a {color:#fff;text-decoration: underline;font-weight: 700;}

@media (max-width: 600px) {
	.morph-hero-caption .hs-title-size-1 {
		margin-left:30px;
		margin-bottom:50px;
	}
	.hs-title-size-1.home {
		font-size:30px;
	}
	.font-alt{
		font-size: 28px;
	}
	.morph-showcase-desc {
		float:none;
	}
	.navbar-app-label{
		display:inline-block !important;
	}
	.text-center-small {
		text-align: center;
	}
	.morph-showcase p {
		font-size: 20px;
	    line-height: 26px;
	}
	.copyright-spacer{
		display:block;
		padding:5px;
	}
	.footer a {
		font-size:18px;
	}
	.copyright a {
		font-size:12px;
	}
}

@media  (min-width: 601px) and (max-width: 767px) {
	.morph-hero-caption .hs-title-size-1 {
		font-size:50px;
		margin-left:50px;
		margin-bottom:50px;
	}
	.font-alt{
		font-size: 32px;
	}
	.morph-showcase-desc {
		float:none;
	}
	.navbar-app-label{
		display:inline-block !important;
	}
	.text-center-small {
		text-align: center;
	}
	.copyright-spacer{
		display:block;
		padding:5px;
	}
}

@media (min-width: 769px) {
	.morph-hero-caption .hs-title-size-1 {
		font-size:40px;
		margin-bottom:70px;
		margin-left:100px;
	}
	.font-alt{
		font-size: 36px;
	}
	.lead {
		font-size: 26px
	}
	.copyright-spacer{
		display:inline-block;
		padding-left:10px;
	}
	.text-center-small {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.morph-hero-caption .hs-title-size-1 {
		font-size:56px;
		margin-left:150px;
		margin-bottom:100px;
	}
	.lead {
		font-size: 32px
	}
	.font-alt{
		font-size: 40px;
	}
	.text-center-small {
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.morph-hero-caption .hs-title-size-1 {
	font-size: 60px;
    margin-left: 150px;
    margin-bottom: 150px;
	}

}



/*NEW TRACE*/

h2.module-title-xl {
	font-size: 56px;
    line-height: 1.0714285714;
    font-weight: 700;
    letter-spacing: -0.005em;
}
h2.module-title-lg {
	font-size: 36px;
    line-height: 1.0714285714;
    font-weight: 700;
    letter-spacing: -0.005em;
}

.card {
	background: #F2F2F2;
    padding: 0px;
    border-radius: 35px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
}
 .card-img-bg {
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	height: 220px;
 }
.card h3 {
	font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.card-5ways{
	padding: 0px;
}
.card-img-content {
	padding: 20px;
}
.card-img-content h3 {
	height:50px;
	overflow:hidden;
}
.card-img-content .content {
	height:115px;
/*	overflow:hidden;*/
}
.card-5ways-journal .content {
	height:50px;
/*	overflow:hidden;*/
}
.card-5ways-journal .card-img-content h3 {
	font-size: 18px;
	height:80px;
/*	overflow:hidden;*/
}

.card-5ways-board .content {
	height:290px;
/*	overflow:hidden;*/
}
.card-5ways-products {
	border: 3px solid #f2f2f2;
}
.card-5ways-products .card-img-bg {
	height: 300px;
}
.card-5ways-products .content {
	height:260px;
}
.card-5ways-products small {
	font-size: 13px;
    color: #000;
    font-weight: 600;
}
.card-pinterest  .content{
	height:260px;
}

.card-img-content .link {

}
.card-img {
	padding:40px 20px 0px;
}
.card-apps img {
	height:60px;
}
.card-press img {
	opacity: 0.6;
	height: 40px;
    width: auto;
}
.card-apps .card-img-content .content {
	height:310px;
	font-size: 14px;
	overflow:hidden;
	text-overflow: ellipsis;
}

 a .card-press{
	color:#000 !important;
	text-decoration: none;
	transition: 0.3s;
}
a:hover .card-press{
	background: #dadada;
/*	border: 2px solid #dadada;*/
}
.card-press {
	height:205px;
	overflow: hidden;
}
.card-press .card-img-content  h3 {
	text-align: left;
	font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    height:auto;
    overflow: inherit;
    padding-left: 20px;
    margin-top: 0px;
}
.card-press-sm .card-img-content  h3 {
	font-size: 18px;
	line-height: 22px;
	padding-left: 15px;
}
.card-press-xs .card-img-content  h3 {
	font-size: 14px;
	line-height: 22px;
	padding-left: 10px;
}

.card-press .card-img-content .content {
	text-align: left;
	padding-left: 33px;
	height: 40px;
}
.card-press-sm .card-img-content .content {
	padding-left: 15px;
    height: auto;
}
.card-press .card-img {
	padding:30px 20px 0px 50px;
}
.card-press-xs .card-img{
	padding-left: 32px;
}
.card-press-xs .card-img-content .content {
	padding-left: 10px;
}
.card-press-sm .card-img {
	padding:30px 20px 0px 35px;
}

 .testamonial-container  .row1{
 	min-width: 265px;
 }
.card-testimonial {
	padding:20px;
	width:350px;
}
.card-testimonial p{
	font-size: 15px;
    font-style: italic;
    height: 90px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-testimonial.board-testimonial p{
	font-size: 20px;
    vertical-align: middle;
    display: table-cell;
}
.card-testimonial h5{
	font-size: 16px;
    font-weight: 700;
    margin: 0px;
}
.card-testimonial div {
	font-size: 12px;
    color: #4A4A4A;
    line-height: 12px;
    height:35px;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .card-img-bg-lg {
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	border-radius: 35px;
 	position:relative;
 }
.card-img-text-overlay{
	color:white;
	width: 40%;
    float: right;
    font-size: 17px;
    height:100%;
    display: table;
}
.card-img-text{
	vertical-align: bottom;
	display: table-cell;
	padding-bottom: 40px;
    padding-right: 40px;

}
.text-overlay-container{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}
.card-img-text-overlay h3 {
	line-height: 34px;
	font-size:32px;
	font-weight: 700;
}
.card-img-text-overlay a{
	color:white;
	font-weight: 700;
}
.card-discipline{
	background: transparent;
	border-radius: 0px;
}

.bg-col-features {
	background: #F2F2F2;
    padding: 40px 0px 20px 0px;
}
.credit {
	color: #999;
    font-size: 12px;
    padding: 10px;
}
.credit-right{
	text-align:right;
}
.card-img-caption {
	padding:10px 20px;
}
.disciplines .flex-control-nav {
	display: none;
}
.disciplines-description {
	padding-bottom: 90px;
}
.disciplines-description h3 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-top:0px;
}
.disciplines-description a {
	font-weight: 700;
}
.morph-showcase-new .module-title {
	font-size: 36px;
	margin-bottom: 10px !important;
	margin-top:80px;
	max-width: 400px;
}

.morph-showcase-new p {
	font-weight: 500;
	max-width: 400px;
	font-size: 20px;
    line-height: 24px;
}

.morph-showcase-new a {
	font-weight: 700;
	font-size:20px;
}

.morph-showcase-new-desc {
	max-width:400px;
	float: right;
}
.slider-technology img {
	border-radius:35px;
}

.container-disciplines .text-cell {
margin-top: 80px;
max-width: 420px;
}
.container-disciplines .text-cell-alt {
		margin-top: 80px;
  max-width: 420px;
	float: right;
}
.container-disciplines .img-cell {
padding-left: 100px;
padding-right: 70px;

}
.container-disciplines .img-cell-alt {
padding-left: 70px;
padding-right: 100px;
}
.container-disciplines a {
	font-weight: bold;
}

.board-btn {
	width: 300px;
    padding: 13px 0px !important;
}

.poy img {
    box-shadow: 11px 6px 20px #d6d6d6;
    border-radius: 13px;
    margin: 20px;
    width: 90%;
}

@media (max-width: 767px) {
	h2.module-title-xl {
		font-size: 40px;
	}
	.card-img-text-overlay{
		width:50%;
	}
	.card-img-text {
		padding-bottom: 20px;
    	padding-right: 20px;
	}
	.card-img-text-overlay h3 {
		font-size:20px;
		line-height: 22px;
		font-weight: 700;
	}
	.card-img-text-overlay a{
		font-size: 14px;
	}
	.mobile-pading{
		padding-left:20px;
		padding-right:20px;
	}
	.morph-showcase-new a {
    font-size: 16px;
	}
	.morph-showcase-new p {
		font-size:16px;
	}
	.morph-showcase-new .module-title{
		margin-top: 20px;
	}

	.container-disciplines .img-cell, .container-disciplines .img-cell-alt {
	padding:15px;
	display: table-cell;
	}
	.container-disciplines .text-cell, .container-disciplines .text-cell-alt {
		margin-top: 0px;
	}
}
