/*
 * Author: shdalex
 *
 * Project Name: ANU ARABian Online
 * Version: 1.0
 */
 
/* FONTS */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700,900);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400);
@import url(custom.css);
/*@font-face {font-family:'IranNastaliq';src: url('../../assets/fonts/IranNastaliq.ttf') format('truetype');font-weight:normal;font-style:normal;}
@font-face{
font-family:'ARABian';
src:url('../../assets/fonts/NAZANIN.TTF');
}
@font-face{ font-family: 'MyWebFont'; src: url('../../assets/fonts/nazanin-webfont.eot'); src: url('../../assets/fonts/nazanin-webfont.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/nazanin-webfont.woff') format('woff'), url('../../assets/fonts/nazanin-webfont.ttf') format('truetype'), url('../../assets/fonts/nazanin-webfont.svg#webfont') format('svg'); }
/* OVERALL ASPECT */

/*@font-face {
    font-family: 'ARABian';
    src: /*url('../../assets/fonts/BNazanin.eot?#') format('eot'),    
          url('../../assets/fonts/BNazanin.woff') format('woff'),*/
          url('../../../assets/fonts/simpo.ttf') format('truetype'); 
}*/
#playBtn, #TestOkBtn, button[id^='recordBtn'],button[id^='serializeBtn'],button[id^='okBtn'] {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}
#vocab_english, #vocab_transliteration, #vocab_sound, #vocab_arabic, #vocab_image{
	vertical-align: middle;
}
.red_highlight{
	color: #E42217;
}
.blue_highlight{
	color: #1F45FC;
}
.green_highlight{
	color: #4CC417;
}
.unselectable {
pointer-events: none;
}
.vimeo-container {
	position: relative;
}
/*.testSuccess{
	background-color: green;
}
.testFail{
	background-color: red;
}*/
iframe[id^="vplayer"] {
	position: relative;
	z-index: 2;
}
input[id^="okBtn"]{
	text-align: center;
	margin: 0 auto;
	display: block;
}
input[id^="serializeBtn"]{
	text-align: center;
	margin: 0 auto;
	display: block;
}
div[id^="writingDivHid"]{
	
    -webkit-transition: background-color 2000ms ease-out 1s;
    -moz-transition: background-color 2000ms ease-out 1s;
    -o-transition: background-color 2000ms ease-out 1s;
    transition: background-color 2000ms ease-out 1s;

}
div[class^="academicCanvasDiv"].closed{
	opacity: 0.0;
	max-height: 0px;

}
button[id^="showAcademicAnswerBtn"]{
	margin:0 auto;
	text-align: center;
	display:block;
/*	margin-top:10px;*/
}
div[class^="academicCanvasDiv"]{
		position: absolute;	
		opacity: .4;
/*	overflow-y: hidden;*/
	z-index: 2;
	height:300px;


	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
canvas[id^="academicCanvas"]{
		opacity: .75;
		height:300px;
/*	border-color: #a1a1a1;
	border-style: solid;
	background: white;
	max-width: 800px;

	


	/*max-height:0px;*/
}
button[class^="dictationNextButton"]{
	float:right;
}

canvas[id^="bigDictationCanvas"]{
	z-index: 1;
	background-image: url("../img/type_template3.png");
/*	background-size: 100%;*/
	background-position: 0 0;
	position: absolute;
/*	max-width: 300px;
*/	}

canvas[id^="dictationCanvas"]{
	z-index: 1;
	background-image: url("../img/type_template.png");
/*	background-size: 100%;*/
	background-position: 0 0;
height:300px;
	position: absolute;
/*	max-width: 300px;
*/	}
	.dictationCanvasDiv{
/*		max-width: 300px;
*/	background-image: url("../img/type_template2.png");
	}
.blankOverlay {
	position: fixed;
	background: rgba(0,0,0,0.75);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: none;
}
.flashbutton{
	text-align: center;
	margin: 0px auto;
	display: block;
}
.flip-view > .btn > a, .flip-add > .btn > a{
	color: white;
}*/
.btn-next-page{
	text-align: center;
	display: block;
}
.btn-prev-page{
	text-align: center;
	display: block;
}
body {
/*  background-color: #f2f2f2;*/
    font-family: "Persian";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: black;
    text-decoration: underline;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #2980b9;
}

.navbar-brand {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #2980b9;
	border-color: transparent;
}


/*.btn {
	padding: 5px 20px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}*/

.btn-small {
	padding:5px 10px;
	margin-bottom: 0;
	font-size: 14px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */


.marketing {
  padding-top:50px;
  padding-left: 15px;
  padding-right: 15px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-20deg);
     -moz-transform: rotate(-20deg);
       -o-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

/* experience section */
.timeline {
    background: url('http://localhost/project/line.png') center repeat-y;
    width: 851px;
    padding: 0 0 180px;
    margin: 0 auto;
    list-style: none;
    position: relative;
	overflow: hidden;
	
}

.timeline:after{ /* bottom line img */
    content:" ";
    background: url('http://localhost/project/line-bottom.png') center repeat-y;
	width: 100%;
    height: 50px;
    display:block;
    position:absolute;
    bottom:0;
}

.timeline > li:before { /* marker line */
  content: " ";
  width: 50px;
  height: 1px;
  background: #bdc3c7;
  position: absolute;
  right: -51px;
  top: 50%;
}

.timeline > li:after { /* marker dot */
  content: " ";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #fff;
  background: #eee;
  position: absolute;
  right: -75px;
  top: 50%;
  margin-top: -8px;
}

.timeline > li.right{
    float:right;
}

.timeline > li.right:before { /* marker line for right box */
    left: -51px;
    right: auto;
}

.timeline > li.right:after { /* marker dot for right box */
    left: -75px;
    right: auto;
}

.timeline > li.present:after,
.timeline > li.right.present:after { /* marker fix for .present */
	width: 32px;
	height: 32px;
	background: #fff;
	border-color: #ddd;
	margin-top: -16px;
	top: 50%;
	right: -82px;
}

.timeline > li.right.present:after { /* marker dot fix for .present right box */
	left: -83px;
	right: auto;
}

.timeline > li{
    position:relative;
    clear:both;
    float:left;
    width:360px;
    padding: 40px;
    background: #fafafa;
    border:1px solid #eee;
	margin: -150px 0 0;
	text-align: center;
    -webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}

.timeline > li:hover {
	border-color: #aaa;
	box-shadow: 0 0 8px #eee;
	-moz-box-shadow: 0 0 8px #eee;
	-webkit-box-shadow: 0 0 8px #eee;
}

.timeline > li.year:hover,
.timeline > li.year.top:hover {
	border-color: #eee;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.timeline .year span {
	display: inline-block;
	font-size: 20px;
	font-family: "Droid sans", sans-serif;
	color: #aaa;
	background: #fafafa;
	padding: 6px 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #eee;
}

.timeline > li.year { /* year style */
	text-align: center;
	margin: 0;
	padding: 125px 0 250px;
	float: none;
	width: 100%;
	background: transparent;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.timeline > li.year.top { /* top year style */
	padding-top: 0;
}

.timeline > li.break { /* fix overlapped box */
	margin: 40px 0;
}

.timeline .box {
	text-align: center;
	text-shadow: 0 1px #fff;
	margin-bottom: 15px;
	padding-bottom: 5px;


	
}

.timeline .box h3,
.timeline .box h4 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 22px;	
}

.timeline .box h4 {
	margin: 0 0 10px;
	font-size: 16px;
}

.timeline .box span {
	font-size: 16px;
	letter-spacing: -1px;
	color: #aaa;
	font-family: "Droid Sans", sans-serif;
}

.timeline img {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px #fff;
	-moz-box-shadow: 0 1px #fff;
	-webkit-box-shadow: 0 1px #fff;
}

.timeline p {
	text-align: left;
}

/* hello */
#hello {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 280px;
	
}

#hello h1 {
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	text-shadow: 1px 1px #0f2f44;
}

#hello h2 {
	color: #fff;
	font-weight: 400;
}

#courses {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 200px;
	
}

/* Green */
#red {
	background-color: #e74c3c;
	padding-top: 50px;
	margin-bottom: 0px;
}

#red h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#red p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #b2382d;
	padding-top: 50px;
	padding-bottom: 80px;
	margin-top: 40px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #2980b9;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:20px;
}

#social .col-md-3 .text {
position:relative;
bottom:0px;
left:0px;
visibility:hidden;
}

#social .col-md-3:hover .text {
visibility:visible;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #2980b9;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}
.ARAB1, .ARAB2, .ARAB3{
	direction: rtl;
/*	font-family:"ARABian";*/
}
.ENGL1{
/*	font-family: 'ARABian';*/
	/*-----added to fix alignment on selecting sections in side bar being too low-----*/
	padding-top:100px;
	margin-top: -100px;
	/*----------*/
	font-size: 2.5em;
	line-height: 1.62em;
	text-align: center;
}
.ARAB1{
	font-size: 2.5em;
	line-height: 1.62em;
	text-align: center;
}
.ARAB2, .ENGL2{
	font-size: 1.5em;
	text-align: justify;
}
.ENGL3{
	font-size: 1em;
}
.ARAB3{
	font-size: 1.25em;
}
.ENGL2_5{
	font-size: 1.25em;
}
.lazyYT-title {
    z-index: 100!important;
    color: #fff!important;
    font-family: sans-serif!important;
    font-size: 12px!important;
    top: 10px!important;
    left: 12px!important;
    position: absolute!important;
    margin: 0!important;
    padding: 0.5em!important;
    line-height: 1!important;
    font-style: normal!important;
    font-weight: normal!important;
    background-color: rgba(0,0,0,0.8)!important;
    border-radius: 0.5em!important;
}

.lazyYT-button {
    margin: 0!important;
    padding: 0!important;
    width: 60px!important;
    height: 41px!important;
    z-index: 100!important;
    position: absolute!important;
    top: 50%!important;
    margin-top: -22px!important;
    left: 50%!important;
    margin-left: -30px!important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAApCAYAAABp50paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABV9JREFUeNrcWk1IK1cUvrmZGBOjJvr6xKe+Slvroi6kK6GrUkSxO12IC6GgUFBcuOlC8GdRulERV3VRQV0IKhRU0NJupK3tpi1dCRaxffWHGjWZPJNnNJlMz9FzX+ZNkzylcxP1wMdMZiYz97vnu+ee+2Njmc0GyANwgANQDCgAuABOwGOAG6AAiuh+MV3Lo+fc9KyN3qGYvnEBSAA0QBTwAnBp+P0ccAxQ6bkw/T4HRABn9B+8F6f/ZiRktjJANaCSUE0kkVApoBDgAeQTIeM7dAKjAuiG6+b7wniKstgMv+2m5xMGslgZIUAAEAOcAv4GHAL+BDwDBNMRxvOPAZ8C3iUPOVNUiGaCfgOV3MZe9z5OlSDAUzxzQZXyC+BLwM+pCtMJGCTvCTJxOlpBxGpLVzF2ajqiMvyAzwDfGuXyPuALkmyY5KGZ5GVGri1duXRyVIyOPsA7gO9R/iIYtQLKiSy7Q6T+b2UkSN7vAT4U7QGDz9Mbtp/7SPySjh9gj8EpApeyh2/YoyicuhlvhuBkVU3n2jA/cBkJxyUVjBuipz2HEf0qYcKs5w1ify6DbFVVVbSrq0s9ODhQlpaWClRVdUtWUyqLE0cPEn5CXkhI8HC8ubk5ODw8XJBIJOJNTU2H/f39j/f29jxZDJI2Iowq9nJiLk1KZWWYqcKHOC9pa2t7c21tLdTR0XHgdDo1kng22rdGQaucU2YlraY1TRPJACrIXldXVzU/P+8YHR09rqysVIkwz1JWxjmNZqQRBimbBxdIvLyvr8+7uroabGxs9NP1bAS0fOmE09Q2SsxdX19fsbCw4BgcHNzzeDxhGrDItCJO2s52hiVIO3w+X+nIyEgxRPCjmpqaE8lp7VU/nCeTMASrTO++GrTDM8UQzStB4uHOzs5niqIkJLRrLIeTG2QkpVZtthu9Fgk6amtrn8zMzLgmJyePvV7vmcVl0kUuncfuhumkiIqenh7f4uJiAJKWMwuDmS4krdyxURKOYz0Qvd0NDQ1Ri9+tKIbh050Zx+q6fjg1NaWtr6/7SO5WvTuq0ABZuNyWY7L6ycnJ0dDQ0OXc3FxFJBKxW0w4opCEcmnYrDh4Vd3c3FS7u7t929vbj6ipWT3IuOREOFeeRQ/GQqGQf2xsLNDS0vIIyBbRdU2Cgl5K2pYD+SKpF1tbW0cDAwOu5eXlKkleNdqVpMMyk3eQaioJ6zCo8M/OzsZh6Fi0v79fYsi+ZNpzJByU6WHD4AEJ4QxpfHd392hiYuJyenq64vz8XGGvrlJIHSbix46lavc60xISVjc2NsK9vb0ukHKZYeIhG00I7WpeOirxQ3xnZwc99w90MaHx8fFAa2trMZAtYcl542wYOhbXoU7xox8BvmLJFTxLCRcWFkbb29tVv9+vrKyseOnj2SL6MqUEHAA+QcJ1gDl2PTcdldCexeKXCEq5GIrizOzvgC5OUTrI/rtua1ncYsl1nlzm7CjpCKcTld3vtaQbZVlY+SJoBR4wUeHIPUyykDBOwP8mZgTYw1pQQy755N2fsGlxurgO+JUmAxyGh/V7VgHmMjspNn0D+IEZZhOwDf/FrheOn7Lkdgexkm43vfB18rF8JuQGvYCD4DSUH69/B/gccJSqgG+z630euJb6Fv3JaSCfjpBm6McTFqWKNvbqPg6eIefXSbYXVAbc8PIH4EfA1+x620NGj2Cf7KMOG7cm4fi0hK5XUw0KiG1MeHQTHBZGVrFjJ0znuEXpjIItdnX7FHRPCeLeITPt4LmtBEWNiz1XYj7MxZJbmPIJpSy5pUlUXDrPxAzKiBBJN53vk9fE/q0okY4ZVBS7jaL+FWAA/y++OTUmOgsAAAAASUVORK5CYII=')!important;
}

