@charset "UTF-8";

/* CSS Document */
@font-face {
    font-family: "brush";
    src: url("../fonts/Painted-Brush.ttf") format("opentype");
}
/*use default no matter what*/
.sketchy {
    position: absolute;
    font-family:brush ;
    font-size:40px;
    color:#4e4e4e;
    line-height: 30px;
    z-index:5;
}
.sketcharrow {
    position:absolute;
    z-index:5;
}
.front-module {
    font-family:rubik-bold, kufi-bold, simhei;
    color:#000000;
    font-size:36px;
    line-height:32px;
    letter-spacing:-1px;
    margin-bottom:10px;
    margin-top:0px;
}
.front-desc {
    font-family: mark, kufi, simhei;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    text-align:left;
    font-size:18px;
    line-height: 22px;
    width:50%;
    color:#171717;
}
.front-highlight {
    font-family:rubik-bold, kufi-bold, simhei;
    color:#ffffff;
    font-size:56px;
    line-height:52px;
    letter-spacing:-2px;
}
.spectitle {
	font-family: avenir-bold;
	font-size: 70px;
	line-height: 68px;
    letter-spacing: -2px;
    max-width:400px;
}
.the-person {
    font-family: mark-bold;
    font-size:22px;
    letter-spacing:-1px;
    line-height: 20px;
    margin-bottom:8px;
    text-align:left;
}
.the-post {
    font-family: mark;
    font-size:16px;
    color:#626262;
    line-height: 16px;
    text-align:left;
}
h3 {
    font-family: mark, kufi, simhei;
}
.sect-shout {
    position: relative;
    padding-top:0px;
    padding-bottom:0px;
    width:100%;
    text-align: center;
    background-color: #f4f3f5;
    height:300px;
}
.sect-shout .screen {
    position: absolute;
    height:460px;
    top:-20px;
    left: 40%;
    z-index:2;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.33);
    border-radius: 32px 32px 32px 32px;
    -moz-border-radius: 32px 32px 32px 32px;
    -webkit-border-radius: 32px 32px 32px 32px;
}
.sect-shout .shout-over {
    position: absolute;
    width:100%;
    border-style: none;
    left:0px;
    z-index:3;
    font-size: 250px;
    font-family:rubik-bold, kufi-bold, simhei;
    color:rgba(0,0,0,0.5);
    letter-spacing: -10px;
    text-align: center;
}
.sect-shout .shout {
    font-size: 250px;
    font-family:rubik-bold, kufi-bold, simhei;
    color:#000000;
    letter-spacing: -10px;
    text-align: center;
}
.sect-special {
    padding-top:100px;
    padding-bottom:170px;
    width:100%;
}
.curve-holder {
    position:relative;
    top:0px;
    height:30px;
    width: 1400px;
	margin-left:auto;
	margin-right:auto;
}
.local-content {
    position: absolute;
    top:60vh;
    width:100%;
	padding-top:15px !important;
}
.local-content .container {
    position: relative;
}
.rad-lt {
	position:absolute;
	bottom:-98px;
	left:-96px;
	width:20px;
	height:20px;
	background-attachment: scroll;
	background-image: url(../img/rad-lt.svg);
	background-repeat: no-repeat;
	background-position: left top;
    background-size:cover;
    z-index:20;
}
.rad-rt {
	position:absolute;
	bottom:-98px;
	right:-96px;
	width:20px;
	height:20px;
	background-attachment: scroll;
	background-image: url(../img/rad-rt.svg);
	background-repeat: no-repeat;
	background-position: left top;
    background-size:cover;
    z-index:10;
}
.rad-lb {
	position:absolute;
	top:-35px;
	left:-96px;
	width:20px;
	height:20px;
	background-attachment: scroll;
	background-image: url(../img/rad-lb.svg);
	background-repeat: no-repeat;
	background-position: left top;
    background-size:cover;
    z-index:10;
}
.rad-rb {
	position:absolute;
	top:-35px;
	right:-96px;
	width:20px;
	height:20px;
	background-attachment: scroll;
	background-image: url(../img/rad-rb.svg);
	background-repeat: no-repeat;
	background-position: left top;
    background-size:cover;
    z-index:10;
}
.front-text .container {
	padding:0px;
	padding-top:15px;
	width:100%;
	max-width: 1250px;
}
.see-also {
    font-family: mark-bold;
    color:#63725a;
    font-size:24px;
    line-height: 20px;
    letter-spacing:-1px;
    text-align:right;
    padding-right: 15px;
    border-right-color:#749fad;
    border-right-style: solid;
    border-right-width: 1px;
    height:70px;
}
.white-blocker {
    /*white camourflage layer that cover the theme image from flowing up*/
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    height:78px;
    background-color:#ffffff;
    z-index:2;
}
.icon-brand {
    position:relative;
    padding:10px;
    padding-top:9px;
    height:60px;
    width:60px;
    margin-bottom:10px;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    /*border: 1px solid rgba(0,0,0,0.2);*/
    text-align:center;
    
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #999999 0%, #000000 50%, #000000 51%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #999999 0%,#000000 50%,#000000 51%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #999999 0%,#000000 50%,#000000 51%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: -1px 13px 22px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 13px 22px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 13px 22px -12px rgba(0,0,0,0.75);

    cursor:pointer;
}
.icon-brand img {
    width:39px;
}
.icon-brand-big-old {
    position:relative;
    padding:10px;
    height:80px;
    width:80px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    /*border: 1px solid rgba(0,0,0,0.2);*/
    text-align:center;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #999999 0%, #000000 50%, #000000 51%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #999999 0%,#000000 50%,#000000 51%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #999999 0%,#000000 50%,#000000 51%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
   
    -webkit-box-shadow: -1px 13px 22px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 13px 22px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 13px 22px -12px rgba(0,0,0,0.75);

    cursor:pointer;
}
.icon-brand-big img {
    height:50px;
}
.local-content {
	margin-top:-250px;
	padding-top:0px;
	background-color:#fff;
}
.divider-line {
    background-color: #bdbdbd;
    width:100px;
    height:1px;
    margin-bottom:50px;
}
.scratch-line {
    background-color: #e2dfe3;
    width:100%;
    max-width:500px
}
.scratch-line.black {
    background-color:#000000 !important;
}
.grey-hline {
    background-color: #ECECEC;
    width:100%;
    height:4px;
}
/*btn to jump to the top*/
.mycookies {
    position:fixed;
    display: none;
	bottom:0px;
	height:50px;
	width:100%;
    background-color:#c1cfca;
	z-index:9;
    margin-bottom:0px;
}
.mycookies div {
	padding-top:14px;
	font-size:14px;
	color:#171717;
}
.mycookies .container button {
    float:right;
    margin-top:-5px;
}
.btnSignature {
	position: fixed;
	bottom:0px;
	z-index: 8;
	width:100%;
	height:50px;
	text-align: center;
    background-color:#d9e3df;
}
.btnSignature .container {
    padding-top:10px;
}
.btnJumpTop {
    display: none;
	position: fixed;
	bottom:0px;
	right:5%;
	z-index: 100;
	width:50px;
	height:60px;
	padding-top:12px;
	text-align: center;
	border-radius: 29px 29px 0px 0px;
	-moz-border-radius: 29px 29px 0px 0px;
	-webkit-border-radius: 29px 29px 0px 0px;
	cursor:pointer;

	border: 0px solid #000000;
	background-color:#ffffff;
	border-style: solid;
	border-color:#e3e3eb;
	border-width:1px;
	-webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.23);
}
.btnJumpTop:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.learn {
    color: #4a98b1 !important;
    text-decoration: none;
    cursor: pointer;
}
.learn:hover, .learn:active {
    color: #9fcf77;
    text-decoration: none;
}
.learn:visited {
    color: #778e68;
    text-decoration: none;
}
.mobile-signature {
    display: none;
}
@media (min-width: 992px) {
    .spectitle {
        max-width:700px;
    }
	@media (max-height: 750px) {
		.front-module {
			margin-top:-20px;
			font-size:26px;
			line-height:22px;
		}
		.front-desc {
			font-size:18px;
			line-height: 20px;
		}
	}
	@media (max-height: 650px) {
		.front-module {
			font-size:32px;
		}
		.front-desc {
			display: none;
		}
	}
	@media (max-height: 600px) {
		.front {
			background-image: none;
		}
		.front-module {
			font-size:32px;
			color:#999999;
		}
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Large devices (desktops, 992px and up)*/
    .front-module {
        font-size:34px;
    }
    .front-desc {
        font-size:18px;
    }
    .front-text .container {
		width:100%;
		max-width: 1050px;
    }
    .spectitle {
        max-width:700px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px)  {
    /* Medium devices (tablets, 768px and up)*/
    .front-text .container {
		width:100%;
		max-width: 780px;
    }
    .front-module {
        font-size:30px;
    }
    .front-desc {
        font-size:17px;
    }
    .spectitle {
        max-width:700px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px)  {
    /* Small devices (landscape phones, 576px and up)*/
    .front-text .container {
		width:100%;
		max-width: 780px;
    }
    .front-module {
        font-size:30px;
    }
    .front-desc {
        font-size:16px;
    }
    .container {
        max-width: 720px;
    }
    .spectitle {
        max-width:700px;
    }
}
@media (max-width: 575.98px)  {
    /* Extra small devices (portrait phones, less than 576px)*/
    body {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(217,227,223,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,1)), color-stop(100%, rgba(217,227,223,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(217,227,223,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(217,227,223,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(217,227,223,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(217,227,223,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9e3df', GradientType=0 );
    }
    .white-blocker {
        /*white camourflage layer that cover the theme image from flowing up*/
        display: none;
    }
    .local-content {
        padding-top:20px !important;
    }
    .spectitle {
		font-size: 60px;
		line-height: 50px;
    }
    .sect-shout {
        height:150px;
    }
    .front-text .container {
		width:100%;
		padding:10px;
    }
    .front-module {
        font-size:26px;
    }
    .front-highlight {
        font-size:50px;
        line-height:46px;
    }
    .front-desc {
        font-size:16px;
        width:100%;
    }
    .feat {
        font-family: mark;
        font-size:16px;
        color:#316868;
    }
    .see-also {
        margin-bottom:15px;
        padding-right:5px;
        border-right: none;
    }
    .local-content {
        top:70vh;
    }
    .icon-brand {
        padding-top:15px;
        height:70px;
        width:70px;
        margin-bottom:10px;
        border-radius: 14px 14px 14px 14px;
        -moz-border-radius: 14px 14px 14px 14px;
        -webkit-border-radius: 14px 14px 14px 14px;
    }
    .icon-brand img {
        height:40px;
    }
    /*btn to jump to the top*/
    .btnJumpTop {
        display: none;
		width:60px;
        height:60px;
    }
    .btnSignature {
        display:none;
    }
    .mobile-signature {
        position: sticky;
        bottom:0px;
        display:table;
        height:40px;
        width:100%;
        color: #000000;
        line-height: 26px;
        background-color:#d9e3df;
        padding-left:15px;
        padding-top:5px;
    }
    .mycookies {
        bottom:0px;
        height:140px;
    }
    .mycookies .container button {
        left:0px;
        clear:left;
        margin-top:10px;
    }
    @supports (-webkit-overflow-scrolling: touch) {
        /* CSS specific to iOS devices */
    }
}