/* Arthur Rosel, Ltd. */
@import "iconfont.css";
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/

body{
/*	opacity: 1;
	-webkit-transition: 1s opacity;
	transition: 1s opacity; */
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

body.fade-out{
    opacity: 0;
	-webkit-transition: none;
    transition: none;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

li{
	text-align: left;
}

p{
	font-size: 1.2em;
}

.lead{
	font-weight: 300;
}

.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

#frame{
	padding-top: 50px;
	padding-bottom: 50px;
	border: 15px ridge;
	border-color: #CC9933;
	background: url('../img/Cagliani3.jpg') center no-repeat;
	background-size: contain;
	background-color: #CCCCCC;
}

#footer{
	padding: 20px 0px 20px 0px;
	background-color: #EEEEEE;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
.details .carousel,
.social a:hover{
	color: #33FFFF;
}

/*---- Background ----*/
.features,
.detail .carousel-indicators .active{
	background: #0bf397;
/*	background: #0066FF; */
}

/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	opacity: 0.95;
	display: none;
}

.navbar-default .navbar-nav>li>a {
	color: #aaa;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand{
	color: #333333;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Marck Script', cursive;
}


/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/

header{
	padding: 75px 0px 50px 0px;
	background-color: #ccffff;
	background-image: -moz-radial-gradient(ellipse farthest-corner at 0px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: -webkit-radial-gradient(ellipse farthest-corner at 0px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: -ms-radial-gradient(ellipse farthest-corner at 0px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: -o-radial-gradient(ellipse farthest-corner at 0px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: radial-gradient(ellipse farthest-corner at 0px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-attachment: fixed;
}

header h1{
	font-weight: 700;
	font-size: 75px;
	font-family: 'Marck Script', cursive;
}

header h2{
	font-size: 40px;
}

header h1,
header h2,
header h3,
header h4,
header h5{
	color: #0033FF;
}

header h2,
header h3{
	font-family: 'Handlee', sans-serif;
}

header h2>a{
	font-weight: 300;
	font-size: 24px;
	font-family: 'Marck Script', cursive;
	color: #000000;
}

header h2>a:hover{
	text-decoration: none;
	color: #777777;
}

header h5>a{
	font-weight: 300;
	font-size: 24px;
	font-family: 'Marck Script', cursive;
	color: #000000;
}

header h5>a:hover{
	text-decoration: none;
	color: #777777;
}

header p.lead{
	padding-bottom: 100px;
	font-size: 36px;
	color: #0033FF;
/*	color: #99FFFF; */
}

/*-----------------------------------------------------------------------------------*/
/* JUMBOTRON
/*-----------------------------------------------------------------------------------*/

.jumbotron{
	padding: 30px 0px 30px 0px;
	margin: 0px;
	background-color: #ccffff;
	background-image: -moz-radial-gradient(ellipse farthest-corner at 1500px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: -webkit-radial-gradient(ellipse farthest-corner at 1500px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: -ms-radial-gradient(ellipse farthest-corner at 1500px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: -o-radial-gradient(ellipse farthest-corner at 1500px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
	background-image: radial-gradient(ellipse farthest-corner at 1500px 0px , #FFFF80 15%, rgba(204, 153, 153, 0.4) 30%, #E6E6FF 60%);
}

.jumbotron h1{
	font-weight: 700;
	font-size: 60px;
	font-family: 'Marck Script', cursive;
}

.jumbotron h2{
	font-size: 36px;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4{
	color: #0033FF;
}

.jumbotron a:hover,
.jumbotron a:focus{
	text-decoration: none;
}

.jumbotron p.lead{
	padding-bottom: 20px;
	font-size: 24px;
	color: #0033FF;
/*	color: #99FFFF; */
}

/*-----------------------------------------------------------------------------------*/
/* iPhone Carousel
/*-----------------------------------------------------------------------------------*/

.lc{
	padding: 25px 0px 100px 0px;
}

.lc h1{
/*	padding-bottom: 25px; */
	font-weight: 300;
	font-size: 36px;
	font-family: 'Handlee', sans-serif;
}

.lc h2{
	padding-bottom: 25px;
	font-weight: 300;
	font-size: 24px;
}

.lc .carousel-iphone{
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	height: 672px;
	background: url('../img/iphone-front.png') no-repeat;
	background-size: 100%;
}

.lc .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 95px 0px 0px 4px;
	width: 282px;
}

.lc .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #444444;
}

.lc .carousel-indicators {
	bottom: -63px;
}

.lc .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* TM-Utilities
/*-----------------------------------------------------------------------------------*/

.tmu{
	padding: 50px 0px 100px 0px;
	background-attachment: scroll;
}

.tmu h1,
.tmu h2,
.tmu h3{
	font-family: 'Handlee', sans-serif;
}

.tmu h1{
	margin-bottom: -16px;
	font-size: 50px;
}

.tmu h2{
	padding-bottom: 24px;
	font-size: 36px;
}

.tmu .carousel-tmu{
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width: 650px;
}

.tmu .carousel{
	margin-right: auto;
	margin-left: auto;
	max-height: 450px;
	max-width: 650px;
}

.tmu .carousel-indicators {
	position: relative;
/*	bottom: 0; */
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}

.tmu .carousel-indicators .active {
	width: 45px;
	height: 10px;
	border: none;
	border-radius: 0px;
	background-color: #ffffff;
}

.tmu .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 10px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* TM-Utilities Help
/*-----------------------------------------------------------------------------------*/

.tmu-help{
	padding: 10px 0px 0px 0px;
	background-image: none;
	background-color: #e6e6ff;
}

.tmu-help h2{
/*	font-family: 'Handlee', sans-serif; */
	margin-bottom: -15px;
	font-size: 36px;
}

.tmu-help h3{
	padding-bottom: 10px;
	font-size: 28px;
}

/*-----------------------------------------------------------------------------------*/
/* White Paper
/*-----------------------------------------------------------------------------------*/

.whitePaper{
	min-height: 11in;
	background-color: #dddddd;
}

/*-----------------------------------------------------------------------------------*/
/* PURCHASE
/*-----------------------------------------------------------------------------------*/

.purchase{
	overflow: hidden;
	padding: 50px 0px 50px 0px;
	min-height: 200px;
	background-color: #EEEEEE;
}

.purchase button.app-store{
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore.png) #3a3a3a no-repeat 0px 5px;
	color: white;
}

/*-----------------------------------------------------------------------------------*/
/*	PAYOFF
/*-----------------------------------------------------------------------------------*/

.payoff{
	overflow: hidden;
	padding: 100px 0px 100px 0px;
	min-height: 500px;
	background: url('../img/Silver Seascape.jpg') no-repeat;
	background-position: center top;
}

.payoff h1{
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
}

.payoff h2{
	font-weight: 300;
	font-size: 2.2em;
}

.payoff h1,
.payoff h2{
	color: #0033FF;
}

/*-----------------------------------------------------------------------------------*/
/*	DETAIL
/*-----------------------------------------------------------------------------------*/

.detail{
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	min-height: 500px;
}

.detail .title{
	margin-bottom: 80px;
	text-align: center;
}

.detail .features .row{
	margin-bottom: 40px;
}

.detail .carousel h1{
	font-size: 3.8em;
}
.detail .carousel h1, .detail p{
	text-align: left;
	font-weight: 300;
}

.detail p{
	color: #aaa;
}

.detail .carousel-control{
	background: none;
}

.detail .app-screenshot{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	width: 320px;
	height: 450px;
	background: url('../img/iphone-front.png') no-repeat;
	background-size: 100%;
}

.detail .app-screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 280px;
}

.detail .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	border-top: 1px solid #eee;
	background: #ffffff;
}

.detail .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.detail .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/

.features{
	overflow: hidden;
	padding: 100px 0px 100px 0px;
	min-height: 300px;
	color: black;
}

.features p{
	font-weight: 400;
	color: #06b872;
}

.features h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

.features .circle{
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;
	
}

.features span.glyphicon, .features i{
	margin-top: 3px;
	color: #ffffff;
	font-size: 5em;
}

/*-----------------------------------------------------------------------------------
/*	SOCIAL
/*-----------------------------------------------------------------------------------

.social{
	overflow: hidden;
	padding: 80px 0px 150px 0px;
	min-height: 350px;
	background: url('../img/Silver Seascape.jpg') no-repeat;
	background-position: center top;
	color: white;
}

.social h2{
	color: white;
}

.social a {
	margin-left: 10px;
	color: #FFF;
	font-size: 5em;
	transition: all 0.3s;
}

.social a:hover{
	text-decoration: none;
	cursor: pointer;
	
} */

/*-----------------------------------------------------------------------------------*/
/*	GET-IT
/*-----------------------------------------------------------------------------------*/

.get-it{
	padding: 10px 0px 0px 0px; 
	text-align: center;
}

.get-it button.app-store{
	width: 152px;
	height: 52px;
	background: url(../img/badge-appstore.png) #373737 no-repeat;
	color: white;
}

.get-it hr{
	margin-top: 2em;
	margin-bottom: 2em;
	height: 1px;
	color: #aaaaaa;
	background-color: #aaaaaa;
	border: none;
}

.get-it ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.get-it ul li{
	display: inline-block;
	margin-left:50px;
}

.get-it ul li:first-child{
	margin-left: 0px;
}

.get-it ul li a{
	color: #aaa;
	font-size: 1.2em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.get-it ul li a:hover{
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	INTRO
/*-----------------------------------------------------------------------------------*/

.intro{
	padding: 0px 25px 0px 25px;
	background-color: #ccffff;
	background-image: -webkit-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: -moz-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: -ms-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: -o-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: linear-gradient(to top, #d0eef2, #e6e6ff);
	color: black;
}

.intro p{
	padding-bottom: 10px;
	text-align: justify;
}

.intro p.lead{
	padding-bottom: 0px;
	font-size: 24px;
	color: #0033FF;
	text-align: center;
}

.intro h2{
	padding-top: 16px;
	padding-bottom: 10px;
}

.intro h2, .intro h3, .intro h4{
	font-family: 'Handlee', sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	COMPARISON
/*-----------------------------------------------------------------------------------*/

.comparison{
	padding: 0px 0px 50px 0px;
	background-color: #ccffff;
	background-image: -webkit-linear-gradient(to bottom, #d0eef2, #e6e6ff);
	background-image: -moz-linear-gradient(to bottom, #d0eef2, #e6e6ff);
	background-image: -ms-linear-gradient(to bottom, #d0eef2, #e6e6ff);
	background-image: -o-linear-gradient(to bottom, #d0eef2, #e6e6ff);
	background-image: linear-gradient(to bottom, #d0eef2, #e6e6ff);
	color: black;
}

.comparison h3{
	font-size: 24px;
	font-weight: 700;
}

.comparison p{
	padding: 0px 0px 0px 0px;
}

.comparison thead{
	border-bottom: solid 2px black;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
}

.comparison .panel-footer{
	text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*	DICTIONARY
/*-----------------------------------------------------------------------------------*/

.dictionary dd{
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: justify;
}

.dictionary dt{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTACTS
/*-----------------------------------------------------------------------------------*/

.contacts{
	padding: 0px 0px 50px 0px;
	background-color: #ccffff;
	background-image: -webkit-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: -moz-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: -ms-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: -o-linear-gradient(to top, #d0eef2, #e6e6ff);
	background-image: linear-gradient(to top, #d0eef2, #e6e6ff);
	color: black;
}

.contacts label{
	margin-top: 5px;
	text-align: right;
}

#error-msg{
	color: #bd221b;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:768px) {
	
	header{
		padding-bottom: 50px;
/*		min-height: 1000px; */
		height: 100%;
	}
	
	.navbar-nav {
		float: left;
		text-align: left;
}

	
}

@media (max-width:992px) {

.detail .carousel h1, .detail p{
	text-align: center;
}

.detail p{
		margin-bottom: 60px;
}

header, .social{
/*	background-position-y: 0px; */
	background-position: center 0px;
	background-size: 200%;
}

.payoff{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}

.payoff h1{
	font-size: 24px;
}

.features .col-sm-4{
	margin-bottom: 60px;
}

}

@media (max-width:480px){

	.lc .carousel-iphone, .detail .app-screenshot{
		width: 280px;
	}
	
	.lc .carousel, .detail .app-screenshot img{
		padding-top: 85px;
		width: 245px;
	}
	
	.detail .app-screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}
	
	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	header h1{
		font-size: 70px;
	}
	
	.purchase{
		padding-top: 50px;
	}
	
	.features col-sm-4{
		margin-bottom: 50px;
	}
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    .purchasebutton.app-store, .get-it button.app-store{
        background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 5px;
        background-size: 98%;
    	color: white;
    }
}
