/* CSS Document - custom css */

@font-face {font-family: "Microsoft PhagsPa";
    src: url("http://db.onlinewebfonts.com/t/623a4e160c7783fb2450e2fade07d883.eot");
    src: url("http://db.onlinewebfonts.com/t/623a4e160c7783fb2450e2fade07d883.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/623a4e160c7783fb2450e2fade07d883.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/623a4e160c7783fb2450e2fade07d883.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/623a4e160c7783fb2450e2fade07d883.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/623a4e160c7783fb2450e2fade07d883.svg#Microsoft PhagsPa") format("svg");
}

html, body {
    height: 100%;
}

body {
    font-size: 16px;
}

/*Allow Room for the NavBar*/
.navPadding {
    padding-top: 70px;
}

p {
    font-size:20px;
}

p.info {
    line-height: 1.3;
}

.line-spacing {
    line-height: 2.1;
}

a:link, a:visited, a:hover, a:active {
    color: #118ab8;
}

div {
    display: block;
}

img {
    border: 0 none;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.superstar{
	padding-bottom: 100px;
}

.third-rev{
	position:relative;
	top: -60px; 
}

.how-it-works{
	font-size: 1.6em;
}

.trinpy-button{
	font-size: 1.3em;
	text-decoration: none;
	background-color: #e93033 !important;
	webkit-box-shadow: inset 0 2px 3px rgba(253,194,125,.7)  !important;
    box-shadow: inset 0 2px 3px 1px rgba(253,194,125,.7), inset 0px -2px 3px rgba(0,0,0,0.5) !important;
	color: #FFFFFF;
	padding: 25px 80px 25px 80px;
	border: none;
	border-radius: 15px;
	text-align:center;
	margin:20px;
}

.trinpy-button-blue{
	font-size: 1.3em;
	text-decoration: none;
	background-color: #223a82 !important;
	webkit-box-shadow: inset 0 2px 3px rgba(253,194,125,.7)  !important;
    box-shadow: inset 0 2px 3px 1px rgba(255,255,255,.7), inset 0px -2px 3px rgba(0,0,0,0.5) !important;
	color: #FFFFFF;
	padding: 25px 80px 25px 80px;
	border: none;
	border-radius: 15px;
	text-align:center;
	margin:20px;

}

.footer-black-bar {
	min-height: 50px;
	background-color: black;
}

.footer-text {
	color: white;
	text-align: center;
  	position: relative;
}

#footer-col-left {
	padding-top: 8px;
  	/*min-width: 200px;*/ 
}

#footer-col-mid {
	padding-top: 8px;
  	/*min-width: 200px;*/ 
}

#footer-col-right {
	padding-top: 8px;
 	/*min-width: 200px; */
}

#footer-contact-link {
	background-color: black;
	color: white;
	border-color: white;
	border-radius: 10px;
	width: 95%;
}

#footer-tnc-link {
	background-color: black;
	color: white;
	border-color: white;
	border-radius: 10px;
	width: 95%;
}

#footer-aup-link {
	background-color: black;
	color: white;
	border-color: white;
	border-radius: 10px;
	width: 95%;
}

#footer-pp-link {
	background-color: black;
	color: white;
	border-color: white;
	border-radius: 10px;
	width: 95%;
}

.img-responsive-min-size {
    min-width: 100px;
}

.logo-wrapper {
    margin-bottom: -30px;
}

.bot-padding {
    padding-bottom: 240px;
}

.more-padding {
    margin-top: -80px;
    padding-bottom: 50px;
}

.row li.footer {
    width: 33.3%;
    float: left;
}

hr.center-fade {
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.gray {
    border: 0;
    height: 2px;
    background: #969696;
    max-width: 70%;
}

h1.small {
    font-size: 18px;
    font-weight: 900;
}

h1.medium {
    font-size: 26px;
    font-weight: 900;
}

h1.large {
    font-size: 30px;
    font-weight: 900;
}

#h1-not-bold {
    font-weight: 200;
}

.less-padding {
    margin-bottom: -20px;
}

h2 {
    text-align: center;
}

h3 {
    font-size:38px;
    font-size: 3.1vw;
    font-weight: 900;
    line-height: 1.6;
    padding-bottom: 10px;
}



.text-content {
    font-size: 13px;
}

.more-padding {
    margin-bottom: 30px
}

.navbar-brand {
    margin-top: -10px;
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px
}

.navbar-center {
    margin:0 auto;
}

.container-fluid-slim {
  padding-right: 0px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.menu-row {
    max-height: 50%;
    height:20px;
}

li.media-images, ul.media-images {
    list-style-type: none;
}

div.boxshadow {
    box-shadow: 10px 10px;
}

.drop-shadow-text {
    text-shadow: 0px 0px 10px black;
}

div.testimonial {
    vertical-align: top;
}

input[type="image"]{
   outline:none;
}
input[type="image"]::-moz-focus-inner {
   border: 0;
}

.img-circle {
    border-radius: 50%;
    border: 4px solid #F2F2F2;
}

.images .img-responsive {
    margin:0 auto;
}

 .about {
    line-height: 16px;
}

.about-column-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.about-icon-wrapper {
    text-align: center;
    width: 180px;
    height: 80px;
}

.about-icon-dot-wrapper {
    height: 16px;
}

.about-royalties {
    display: table;
    background-color: #FFD400;
    padding: 12px 16px;
    margin: 4px 8px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

.about-royalties-amount {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
    font-size: 36px;
    font-weight: normal;
}

.about-text-bold {
    font-weight: bold;
}

.about-text-wrapper {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    padding-left: 20px;
    line-height: 18px;
}

.about-wrapper-tablerow {
    display: table-row;
}

#row-height {
    max-height: 100px
}

.about-wrapper-fullwidth {
    width: 100%;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.center-justified {
    text-align: justify;
    margin: 0 auto;
    width: 30em;
}

.spanSearch {
    margin-right: 0px;
    margin-top: 0px;
}
.navbar-collapse {
    max-height: 80% !important;
}


.height-full {
  height: 100vh;
}

.high-index {
    z-index: 99999;
}

.low-index {
    z-index: 1;
}

.left-padding {
    /*aligning design-third-page elements*/
    padding-left:23px;
}

.vtop {
     display: inline-block;
     vertical-align: top;
     float: none;
}

.row-fluid {
    width: 100%;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.fluid:after {
    display: table;
    line-height: 0;
    content: "";
}

.row-fluid .span6 {
    width: 48.93617021276595%;
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.first-page {
    width: 100%;
    text-align: center;
    color: #fff;
    background-image: url(../img/pg1_Homepagebg.png);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.second-page {
    color: #fff;
    text-align: left;
    background-image: url(../img/pg2_bg.png);
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.third-page {
    max-width: 1200px;
}

.designer-first-page {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-size: 2.7vw;
    line-height: 1.6;
}

.designer-second-page {
    position: relative;
    width: 100%;
}

.designer-third-page {
    margin-top: 40px;
}

.designer-fourth-page {
    margin-top: 80px;
}

.btn-padding {
    margin: 50px 0px 50px 0px;
}

#how-it-works {

}

.section {
    height: auto;
}

.span6 {
    width: 460px;
}

.span12 {
    width: 940px;
}

#nav-header {
    background-color: #0086d1;
    border-color: #0086d1;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

#nav-footer {
    font-size: 12px;
    background:#252525;
    color: #fff;
    width:100%;
    padding: 9px 20px 0px 20px;
    height:12px;
    position:absolute;
    vertical-align: middle !important;
}

.nav-footer-button {
    background: #252525;
    color: #fff;
    border-radius: 6.5px;
    min-width: 160px;
    margin: 0px 5px 0px 5px;
}


.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.nav-footer-btn {
    background: #252525;
    border: 5px solid #fff;
}

.testimonials-slider .fp-tableCell {
    vertical-align: top;
}


#find-model-btn {
    color: #ffffff;
    background-color: #fc7839;
    font-size: 12px;
}

.search-form-control {
    color: #000000;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 20px;
    padding: 6px 12px;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6.5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.justify {
    text-align: justify;
}

#jumbo {
    padding: 15px 12px 16px 12px;
}

#jumbo-list {
    padding-left: 16px;
}

.user-name {
    font-style: normal;
}

[class*="span"] {
    float: left;
    min-height: 1px;
}

.row-fluid
[class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid [class*="span"] {
    min-height: 22px;
}
.row-fluid [class*="span"] {
    min-height: 22px;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media (min-width: 1200px) {
    .row-fluid .span6 {
        width: 48.717948717948715%;
    }
}
@media (min-width: 1200px) {
    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.564102564102564%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 800px) {
    li.media-images {
        padding: 0px 20px 0px 20px;
    }
}

@media (max-width: 764px) {
    #how-it-works {
        /*Turn on scrollOverflow */
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.partners, #nav-footer, .mobile-hide, .about-icon-wrapper{
		display:none;
	}
	.third-rev{
		position:relative;
		top: 0px;
	}
	.how-it-works{
		font-size:1em;
	}
}

.hamburger{
	/*display:none;*/
}

.fp-tooltip{
	color:black !important;
	background-color:transparent !important;
}

@media (max-width: 1850px) {
	.third-rev{
		top:0px;
	}
}

@media( max-width: 1659px){
	.superstar{
		padding-bottom: 5px;
	}
}

