@charset "UTF-8";

/* latin-ext */
@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-weight: 400;
  src: local('Belleza'), local('Belleza-Regular'), url(https://fonts.gstatic.com/s/belleza/v4/tE5ZBYKbZUSjF3Y3-bviJFKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-weight: 400;
  src: local('Belleza'), local('Belleza-Regular'), url(https://fonts.gstatic.com/s/belleza/v4/xEPmIBkiiqzU5bI7YoAucALUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/Qw6_9HvXRQGg5mMbFR3Phn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/_P8jt3Y65hJ9c4AzRE0V1OvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}



/* #seminars top 2015ver
 ------------------------------------------------------------ */
article#school-project {
    background-color: #fff;
    position: relative;
}
article#school-project .outline {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
article#school-project a { font-weight: bold }
article#school-project a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
article#school-project p { margin-bottom: 1.3em }
article#school-project h1,
article#school-project h2,
article#school-project h3,
article#school-project h4 {
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
}
article#school-project h1 {
    margin-top: 0;
    font-size: 3.157em;
}
article#school-project h2 { 
	font-size: 2.369em ;
}
article#school-project section h2 { font-family: 'Julius Sans One';
}
article#school-project h3 { font-size: 1.777em }
article#school-project h4 { font-size: 1.333em }
article#school-project footer h4 {
    font-size: 2.369em;
    margin: 0 0 0.5em;
}
article#school-project em {
    font-style: normal;
    font-weight: bold;
}

small,
.font_small { font-size: 0.75em }


/* - general
 ------------------------------------------------------------ */
article#school-project {
}
article#school-project .outline {
	width: 1000px;
	margin: 0 auto;
}
article#school-project em {
	font-style: normal;
	font-weight: bold;
	font-size: 105%;
	color: #E14D4D;
}
a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/* - header
 ------------------------------------------------------------ */
article#school-project header {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
}
article#school-project header h1 {
    text-align: center;
    padding: 90px 0 0;
    margin: 0;
}
article#school-project header h1 {
    text-align: center;
    padding: 90px 0 0;
}
article#school-project header p {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    margin: 3px 0 10px;
    font-family: oswald, san-serif;
}
article#school-project header p:lang(ja) {
	font-size: 1.1rem;
	font-weight: bold;
}
article#school-project header ul {
	text-align: center;
}
article#school-project header li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
article#school-project header li img {
    width: 190px;
    border-radius: 95px;
    -webkit-border-radius:95px;
    -moz-border-radius:95px;
    -o-border-radius:95px;
    -khtml-border-radius:95px; 
    border: 8px solid #FFF;
    box-shadow: 0 0 10px #666;
    background-color: #FFF;
}

/* - .contents
 ------------------------------------------------------------ */
article#school-project .contents {
    width: 1000px;
    margin: 10px auto;
}
article#school-project .contents p {
    text-align: center;
    font-size: 1.2rem;
}


/* - .divider
 ------------------------------------------------------------ */
article#school-project .divider {
	background: rgba(247,205,35,1);
	background: -moz-linear-gradient(left, rgba(247,205,35,1) 0%, rgba(247,205,35,1) 50%, rgba(24,182,221,1) 50%, rgba(24,182,221,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,205,35,1)), color-stop(50%, rgba(247,205,35,1)), color-stop(50%, rgba(24,182,221,1)), color-stop(100%, rgba(24,182,221,1)));
	background: -webkit-linear-gradient(left, rgba(247,205,35,1) 0%, rgba(247,205,35,1) 50%, rgba(24,182,221,1) 50%, rgba(24,182,221,1) 100%);
	background: -o-linear-gradient(left, rgba(247,205,35,1) 0%, rgba(247,205,35,1) 50%, rgba(24,182,221,1) 50%, rgba(24,182,221,1) 100%);
	background: -ms-linear-gradient(left, rgba(247,205,35,1) 0%, rgba(247,205,35,1) 50%, rgba(24,182,221,1) 50%, rgba(24,182,221,1) 100%);
	background: linear-gradient(to right, rgba(247,205,35,1) 0%, rgba(247,205,35,1) 50%, rgba(24,182,221,1) 50%, rgba(24,182,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cd23', endColorstr='#18b6dd', GradientType=1 );
	height: 284px;
}
article#school-project .divider .imgWrapper {
    /* display: inline-block; */
    /* vertical-align: top; */
    width: 50%;
    float: left;
}
article#school-project .divider .imgWrapper img {
    height: 284px;
    border-left: 10px solid #fff;
    border-right: 10px solid #FFF;
    float: right;
    /* text-align: right; */
}
article#school-project .thanks {
	background-image: url(../images/argentina02.jpg);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 50%;
	height: 284px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
article#school-project .thanks img {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* - section
 ------------------------------------------------------------ */
article#school-project section {
}
article#school-project section h1 {
    text-align: center;
    font-family: 'Belleza', sans-serif;
    font-size: 2.7rem;
    color: #777;
    margin: 60px 0 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
article#school-project section p {
    font-size: 1.2rem;
    text-align: center;
}

/* - .feedback
 ------------------------------------------------------------ */
article#school-project .feedback {
    text-align: center;
    clear: left;
    margin: 0 0 120px;
}
article#school-project .feedback h1 {
}
article#school-project .feedback .feed {
    width: 446px;
    margin: 30px 20px 30px;
    display: inline-block;
    vertical-align: top;
}
article#school-project .feedback .feed h2 {
	background-image: url(../images/feed01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 446px;
	width: 446px;
	height: 156px;
	margin: 0 0 10px;
	text-align: left;
	padding: 112px 0 0 10px;
	text-shadow: 0 0 10px #000;
	color: #fff;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
}
article#school-project .feedback .feed p {
    text-align: left;
    padding: 0 0 0 80px;
	background-image: url(../images/virgola.png);
	background-position: left top;
	background-repeat: no-repeat;
    line-height: 1.5;
    min-height: 46px;
    font-size: 1rem;
}
article#school-project .feedback .working h2 {
	background-image: url(../images/feed02.png);
}
article#school-project .school {
    height: 339px;
    padding: 0 50px;
	position: relative;
    background: rgba(216,231,248,1);
	background: -moz-linear-gradient(left, rgba(216,231,248,1) 0%, rgba(188,224,238,1) 64%, rgba(105,162,238,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,231,248,1)), color-stop(64%, rgba(188,224,238,1)), color-stop(100%, rgba(105,162,238,1)));
	background: -webkit-linear-gradient(left, rgba(216,231,248,1) 0%, rgba(188,224,238,1) 64%, rgba(105,162,238,1) 100%);
	background: -o-linear-gradient(left, rgba(216,231,248,1) 0%, rgba(188,224,238,1) 64%, rgba(105,162,238,1) 100%);
	background: -ms-linear-gradient(left, rgba(216,231,248,1) 0%, rgba(188,224,238,1) 64%, rgba(105,162,238,1) 100%);
	background: linear-gradient(to right, rgba(216,231,248,1) 0%, rgba(188,224,238,1) 64%, rgba(105,162,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e7f8', endColorstr='#69a2ee', GradientType=1 );
}
article#school-project .school .imgWrapper {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 0;
    text-align: right;
    position: relative;
}
article#school-project .school .imgWrapper img {
    height: 200px;
    margin: 0 0 0 8px;
}
article#school-project .school .imgWrapper img.letter {
    height: 76px;
    position: absolute;
    bottom: -90px;
    left: 0;
}
article#school-project .school p {
    text-align: left;
    margin: 8px 0 0 55px;
    font-size: .85rem;
}
article#school-project .school .imgBox {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 339px;
}
article#school-project .school .imgBox img {
    height: 339px;
}
article#school-project .school .kazari {
    height: 50px;
    width: 50%;
    position: absolute;
    bottom: -51px;
    right: 0px;
    background-image: url(../images/kazari.png);
}

/* - .spotTutors
 ------------------------------------------------------------ */
article#school-project .spotTutors {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}
article#school-project .spotTutors h1 {
}
article#school-project .spotTutors p {
    font-size: 1.2rem;
}
article#school-project .spotTutors .tutor {
    display: inline-block;
    width: 205px;
    margin: 40px 8px;
    vertical-align: top;
}
article#school-project .spotTutors .tutor a {
	color: #444;
}
article#school-project .spotTutors .tutor img {
    width: 130px;
    border-radius: 65px;
    -webkit-border-radius:65px;
    -moz-border-radius:65px;
    -o-border-radius:65px;
    -khtml-border-radius:65px;
    margin: 0 0 10px;
}
article#school-project .spotTutors .tutor h2 {
    line-height: 1;
    margin: 0 0 10px;
	font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
}
article#school-project .spotTutors .tutor p {
    font-size: 0.9rem;
}


/* - .howWorks
 ------------------------------------------------------------ */
article#school-project .howWorks {
	background-image: url(../images/howto.png);
	background-position: 0 160px;
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px;
}
article#school-project .howWorks h1 {
}
article#school-project .howWorks p {
}
article#school-project .howWorks ul {
    margin: 60px 0 0 530px;
}
article#school-project .howWorks li {
    list-style-type: decimal;
    margin: 0 0 20px;
}


/* - .bottone
 ------------------------------------------------------------ */
article#school-project .bottone {
    background-color: #EFEFEF;
    padding: 52px 0;
    text-align: center;
}
article#school-project .bottone a {
    padding: 12px 18px;
    text-align: center;
    background-color: #A9DB62;
    font-size: 1.05rem;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -khtml-border-radius:2px; 
    box-shadow: 0 1px 1px #fff;
}
article#school-project .bottone.inq {
    background-color: #F1EDCC;
}
article#school-project .bottone.inq a {
    background-color: #60C7EB;
}
 
 
 
/* - .socialIcon
 ------------------------------------------------------------ */
#socialIcon {
    text-align:center;
    margin:20px auto;
    border-top:1px dotted #ccc;
    padding:14px 20px 10px 0;
    min-width:350px;
    max-width:400px;
    border-bottom:1px dotted #ccc
}

#socialIcon .twitter-share-button {
    display:inline-block
}

#socialIcon .fb-like {
    display:inline-block;
    position:relative;
    top:-4px;
}

/* - page scroll
 ------------------------------------------------------------ */
#page-top {
    position:fixed;
    bottom:150px;
    right:20px
}

#page-top a {
    font-size:12px;
    padding:30px 0;
    background:#8E7B87;
    text-decoration:none;
    color:#fff!important;
    width:100px;
    height:77px;
    text-align:center;
    display:block;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -khtml-border-radius:5px;
}

#page-top a:hover {
    text-decoration:none;
    background:#C0BBAC
}

/* - .copyright
 ------------------------------------------------------------ */
header a#credit {
  font-size: 0.6rem;
  position: absolute;
  bottom: 63px;
  left: 10px;
  color: #777;
}
p.copyright {
    font-size:.6rem;
    text-align:center;
    margin:10px
}

p.copyright a {
    color:#F16E51;
    font-size:.6rem
}
.fb-like{
    top: -5px!important;
}
}