@charset "utf-8";
/* CSS Document */

body {
    background-color: #f0f0f0;
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	color:#333;
    overflow-x: hidden;	
}


html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}



h1, h2, h3, h4, h5, h6{	
	font-weight:normal;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

section a, .task-modal a {
    color: #1187a4;
}

section a:hover, .task-modal a:hover,
section a:focus, .task-modal a:focus,
section a:active, .task-modal a:active,
section a.active, .task-modal a.active {
    color: #0d657b;
}

/*IMAGE*/
img{
	max-width:100%;
}
.img-centered {
    margin: 0 auto;
}


/*SELECTION*/
body {
    webkit-tap-highlight-color: #fed136;
}
::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*TEXT*/
.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

/*NAVIGATION*/


.navbar-default {
    border-color: transparent;
    background-color: #d7312c;
}
.navbar-default .navbar-brand {
	/*font-family: 'Kaushan Script', cursive;*/
    color: #fed136;
	font-size:2em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 3em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #d7312c;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 2em;
    }
}


/*HEADER*/

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

header .intro-text .intro-img {
    margin-bottom: 25px;
	padding:20px;
	border-radius:30px;
	background:rgba(255,255,255,0.7);
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

/*BUTTON*/
.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: #fed136;
	margin:5px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-green {
    border-color: #00782d;
    background-color: #009939;
}

.btn-red {
    border-color: #a82822;
    background-color: #df342d;
}

.btn-blue {
    border-color: #0d657b;
    background-color: #1187a4;
}
.btn-violet {
    border-color: #8e24aa;
    background-color: #ab47bc;
}


.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/*SOCIAL BUTTON*/
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

/*SECTION*/
section {
    padding: 50px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
	font-weight:normal;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.course-heading {
    margin: 15px 0;
    text-transform: none;
}



@media(min-width:768px) {
    section {
        padding: 100px 0 50px;
    }
}

/*TEACHER*/
.teacher-member {
    margin-bottom: 50px;
    text-align: center;
}

.teacher-member img {
    margin: 0 auto;
    border: 7px solid #fff;
	
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;		
}

.teacher-member img:hover {
    border: 7px solid #ddd;
}

.teacher-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.teacher-member p {
    margin-top: 0;
}


section#contact{
	padding:0 0 20px 0;
	text-align:center;
	margin:5px 0;	
}


#contact{
	background-color: lightgray;
	background-image: linear-gradient(90deg, transparent 60%, rgba(255,255,255,.7) 60%);
	background-size: 10px 10px;

}

.img-link img{
	border-radius:100%;
} 

.img-link {
	width:200px;
	height:200px;
	background:#fff;
	border:6px solid #fed136;
	border-radius:100%;
	margin:30px auto;
	position:relative;
	
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;	
}
.img-link:hover {
	background:#fed136;
	border:6px solid #fff;
}

.img-link .img-title{
	background: rgba(0,0,0,.5);
	width:200px;
	border-radius:5px;
	border:1px solid #fff;
	position:absolute;
	bottom:-30px;
	left:0px;
	padding:10px 0;
	color:#fff;
	
	
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;	
}
.img-link .img-title:hover{
	background: rgba(255,255,255,.5);
	color:#333;
}


/*TOOLTIPS*/

.tooltips {
    position: relative;
    background: #eaeaea;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none;
    text-indent: 0;
    padding: 0 3px;
}

.tooltips:hover:before {
    content: attr(data-title);
    white-space: pre-line;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 9999;
    width: 230px;
    margin-left: -127px;
    padding: 10px;
    border: 2px solid #d7312c;
    opacity: .9;
    background-color: rgba(215,44,41,0.95);
    border-radius: 10px;
    color: #fff;
	font-size:18px;
	text-decoration:none;
}

.tooltips-sm:hover:before {
	font-size:14px;	
}

.tooltips:hover:after {
    content: "";
    position: absolute;
    z-index: 10000;
    bottom: 24px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #d7312c;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
	text-decoration:none;	
}




/*TASK*/
#task .task-item,
#materials .task-item {
    right: 0;
    margin: 0 0 15px;
}

#task .task-item .task-link,
#materials .task-item .task-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#task .task-item .task-link .task-hover,
#materials .task-item .task-link .task-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#task .task-item .task-link .task-hover:hover,
#materials .task-item .task-link .task-hover:hover {
    opacity: 1;
}

#task .task-item .task-link .task-hover .task-hover-content,
#materials .task-item .task-link .task-hover .task-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#task .task-item .task-link .task-hover .task-hover-content i,
#materials .task-item .task-link .task-hover .task-hover-content i {
    margin-top: -12px;
}

#task .task-item .task-link .task-hover .task-hover-content h3,
#task .task-item .task-link .task-hover .task-hover-content h4,
#materials .task-item .task-link .task-hover .task-hover-content h3,
#materials .task-item .task-link .task-hover .task-hover-content h4 {
    margin: 0;
}

#task .task-item .task-caption,
#materials .task-item .task-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#task .task-item .task-caption h4, 
#materials .task-item .task-caption h4{
    margin: 0;
    text-transform: none;
}

#task .task-item .task-caption p,
#materials .task-item .task-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#task *,
#materials *{
    z-index: 2;
}


#materials{
	background:
		radial-gradient(black 15%, transparent 16%) 0 0,
		radial-gradient(black 15%, transparent 16%) 8px 8px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
		radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:16px 16px;	
}

#materials h2{
	color:#fed136;
}
#materials h3{
	color:#fafafa;
}

@media(min-width:767px) {
    #task .task-item,
	#materials .task-item {
        margin: 0 0 30px;
    }
}

/*FOOTER*/
footer {
    padding: 25px 0;
    text-align: center;
	background: #444;
	color:#eee;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer a{
	color:#fff;
	text-decoration:underline!important;
}

footer ul.social-buttons li a {
    background-color: #d7312c;
}

/*MODAL*/
.task-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.task-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.task-modal .modal-content p {
    margin-bottom: 30px;
}

.task-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.task-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.task-modal .modal-content img {
    margin-bottom: 30px;
}

.task-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: #d7312c;
    cursor: pointer;
}

.task-modal .close-modal:hover {
    opacity: .3;
}

.task-modal .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.task-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}