body{
	font-family:"Lato", verdana, Arial;
	padding-top: 110px;
}
.MediumFont{
    font-size: 16px;
}
.LargeFont{
    font-size: 19px;
}
.BoldedText{
    font-weight: 700;
}
.BoldestText{
    font-weight: 900;
	line-height: 30px;
}
.Font26{
    font-size: 26px;
}
.JustifiedText{
    text-align: justify;
}
.Spacer20{
    clear: both;
    height: 20px;
}
.Spacer50{
    clear: both;
    height: 50px;
}
label, input, button, select, textarea{
    font-size: 16px;
}
a.Color3{
    color:#57c4be;
}
a.Color3:hover{
    color:#57c4be;
    text-decoration: underline;
}
a.Color2{
    color:#f15c47;
}
a.Color2:hover{
    color:#f15c47;
    text-decoration: underline;
}
a.Color0{
    color:#333333;
}
a.Color0:hover{
    color:#333333;
    text-decoration: underline;
}
.TopNavigation{
	position: fixed;
	top:0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
}
.navbar{
	margin-bottom: 0px;
}
.navbar-inner {
	min-height: 110px;
	padding-right: 0px;
	padding-left: 0px;
	background: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav{
	float: right
}
.LangSwitchContainer{
	top:-46px !important;
}
.LangSwitch{
	width:46px;
	height:46px;
	background-position:center;
	background-color:#757575;
}
.LangSwitch:hover{
	background-color:#888888;
}
.LangSwitch.Arabic{
	background-image:url("../../images/arabic_lang.png");
}
.LangSwitch.English{
	background-image:url("../../images/english_lang.png");
}
.navbar .brand{
	padding:0px;
	margin-right: 0px;
	margin-left: 0px;
}
.navbar .nav > li{
	width: 200px;
	position: relative;
}
.navbar .nav > li > a > span{
	display: block;
	font-size: 16px;
}
.navbar .nav > li > a{
	text-shadow: none;
	font-size: 26px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 25px;
	border-top:5px solid #fff;
	height: 60px;
	outline: 0;
	background-size: 100% 200px;
	z-index: 101;
	position: relative;
	/*transition: background-position 0.3s;*/
}
.navbar .nav > li:hover > .LinkBG{
	/*background-position: 0 90px;*/
	top:0px;
}
.navbar .nav > li > .LinkBG.ActiveLink{
    top:0px !important;
}
.navbar .nav > li.active > a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.Tooltip{
	position: absolute;
	left: 0px;
	top: 100px;
	display: none;
	padding: 5px;
	width: 275px;
	z-index: 1000;
	font-size: 18px;
}
.Tooltip .Crumb{
	height: 25px;
	overflow: hidden;
}
.Tooltip .Crumb ul{
	margin-top: 0px;
}
.Tooltip .Crumb ul li{
	line-height: 25px;
}
.Tooltip:after {
	bottom: 90%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

	border-width: 15px;
	margin-left: -15px;
}
.navbar .nav > li.WhatIs > a{
	border-color: #ffd47e;
	color: #ffd47e;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 90px, #ffd47e 90px);

}
.navbar .nav > li.open.WhatIs > a, .navbar .nav > li:hover.WhatIs > a{
	/*background-color: #ffd47e;
	border-bottom: 1px solid #e5be71;*/
}
.LinkBG{
	display: block;
	position: absolute;
	left: 0;
	top:-90px;
	width: 200px;
	height: 90px;
	z-index: 100;
	/*transition: top 0.5s;*/
}
.navbar .nav > li.WhatIs .LinkBG {
	background-color: #ffd47e;
}
.navbar .nav > li.Products .LinkBG {
	background-color: #f36f57;
}
.navbar .nav > li.Programs .LinkBG {
	background-color: #57c4be;
}
.navbar .nav > li.About .LinkBG {
	background-color: #f8a16e;
}
.navbar .nav > li.WhatIs .Tooltip{
	background-color: #ffde9b;
}
.navbar .nav > li.WhatIs .Tooltip:after{
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #ffde9b;
}
.navbar .nav > li.Products .Tooltip{
	background-color: #f69176;
}
.navbar .nav > li.Products .Tooltip:after{
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #f69176;
}
.navbar .nav > li.Programs .Tooltip{
	background-color: #86d0cc;
}
.navbar .nav > li.Programs .Tooltip:after{
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #86d0cc;
}
.navbar .nav > li.About .Tooltip{
	background-color: #fbb78c;
}
.navbar .nav > li.About .Tooltip:after{
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #fbb78c;
}
.navbar .nav > li.Products > a{
	border-color: #f36f57;
	color: #f36f57;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 90px, #f36f57 110px);
}

.navbar .nav > li.Programs > a{
	border-color: #57c4be;
	color: #57c4be;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 90px, #57c4be 90px);
}

.navbar .nav > li.About > a{
	border-color: #f8a16e;
	color: #f8a16e;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 90px, #f8a16e 90px);
}


.navbar .nav > li.hover > a, .navbar .nav > li > a.ActiveLink{
	color: #fff !important;
}
.dropdown-menu {
	list-style: none;
	background-color: #ffffff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:200px;
	margin: 0px;
	padding-top:0px;
	z-index: 1000;

}
.dropdown-menu > li:first-child{
	padding-top: 5px;
}
.dropdown-menu > li.LargeSubLink > a{
	font-size: 16px;
	font-weight: bold;
}
.dropdown-menu > li.SmallSubLink > a, .dropdown-menu > li.SmallSubLink > a:hover{
	font-size: 12px;
	background-image: url("../../images/small_link_icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 10px;
}
.navbar .nav > li.Products .dropdown-menu{
	background-color: #f36f57;
	border-top: 1px solid #d8634d;
}
.navbar .nav > li.Products .nav-list{
	background-color: #f36f57;
}
.navbar .nav > li.Products .nav-list a {
	color:#ffffff;
}
.navbar .nav > li.Products .nav-list a:hover {
	background-color: #f36f57;
	color:#000000;
}
li.Products .dropdown-menu > li:first-child{
	border-top: 1px solid #ff775b;
}
.navbar .nav > li.WhatIs .dropdown-menu{
	background-color: #ffd47e;
	border-top: 1px solid #e5be71;
}
.navbar .nav > li.WhatIs .nav-list{
	background-color: #ffd47e;
}
.navbar .nav > li.WhatIs .nav-list a {
	color:#ffffff;
}
.navbar .nav > li.WhatIs .nav-list a:hover {
	background-color: #ffd47e;
	color:#000000;
}
li.WhatIs .dropdown-menu > li:first-child{
	border-top: 1px solid #ffd88b;
}

.navbar .nav > li.Programs .dropdown-menu{
	background-color: #57c4be;
	border-top: 1px solid #68cac5;
}
.navbar .nav > li.Programs .nav-list{
	background-color: #57c4be;
}
.navbar .nav > li.Programs .nav-list a {
	color:#ffffff;
}
.navbar .nav > li.Programs .nav-list a:hover {
	background-color: #57c4be;
	color:#000000;
}
li.Programs .dropdown-menu > li:first-child{
	border-top: 1px solid #4eb0ab;
}

.navbar .nav > li.About .dropdown-menu{
	background-color: #f8a16e;
	border-top: 1px solid #df9163;
}
.navbar .nav > li.About .nav-list{
	background-color: #f8a16e;
}
.navbar .nav > li.About .nav-list a {
	color:#ffffff;
}
.navbar .nav > li.About .nav-list a:hover {
	background-color: #f8a16e;
	color:#000000;
}
li.About .dropdown-menu > li:first-child{
	border-top: 1px solid #f9ab7d;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus{
	/*background-color: #363636;*/
}
.navbar-inverse .navbar-inner{
	background-color: #363636;
	background-image: none;
}
.dropdown-menu > li > a{
	color: #ffffff;
}
.dropdown-menu > li > a{
	padding: 3px 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
	background: none;
	color: #434343;
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after{
	display: none;
}
.TopNavigation{
	background-color: #363636;
}
#topCarousel > .carousel-inner > .item {
	/*height: 470px;*/
	text-align: center;
}
#topCarousel > .carousel-inner > .item > img, #topCarousel > .carousel-inner > .item > a > img{
	margin: 0 auto;
}
#topCarousel{
	background-color: #ffd284;
}
#topCarousel > .carousel-control {
	position: absolute;
	top: 50%;
	width: 115px;
	height: 115px;
	margin-top: -63px;
	color: 0;
	text-align: center;
	background: 0;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#topCarousel > .carousel-control.left {
	background-image: url("../../images/slider_l_arrow.png");
}
#topCarousel > .carousel-control.right {
	background-image: url("../../images/slider_r_arrow.png");
}
ul.dropdown-menu{

}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    /*display: block;*/
}
.MainContent{
	color:#363636;
}
.HomeIcons{
	margin: 15px 0px;
}
.HomeIcons .HomeIcon{
	margin: 0px 25px;
}
.HomeIcons h2{
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-weight:900;
}
.HomeIcons a{
	color: #c42c2c;
}
h2.SubHeader{
	margin: 10px 0px;
	text-transform: uppercase;
	font-weight:900;
}
.Testimonial{
	margin-bottom: 40px;
}
.Testimonial .TestimonialBody{
	background-color: #e4e4e4;
	background-image: url("../../images/testimonial_bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	font-size: 14px;
	position: relative;
	margin-bottom: 20px;
	min-height: 80px;
    padding-right: 100px;
}
.Testimonial .TestimonialBody:after, .Testimonial .TestimonialBody:before {
	top: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.Testimonial .TestimonialBody:after {
	border-top-color: #e4e4e4;
	border-width: 15px;
	margin-left: -10px;
}
.Testimonial .TestimonialBody:before {
	border-top-color: #e4e4e4;
	border-width: 15px;
	margin-left: -10px;
}
.Testimonial .PersonName{
	color: #ffd284;
	font-size: 12px;
	margin-bottom:  5px;
	margin: 0px;
}
.Testimonial .PersonDesc{
	color: #adaaaa;
	font-size: 12px;
	margin: 0px;
	margin-top: -5px;
}
.MainTitle{
	text-transform: uppercase;
	margin: 10px 0px;
	font-weight:900;
}
.HomeLeftYellow{
	background-color: #ffd284;
	padding: 10px;
}
.HomeLeftYellow p{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 24px;
}
.HomeLeftYellow h1{
	margin-top: 0px;
}
.HomeLeftYellow .HomeSmallVideo{
	background-color: #ffbf50;
	background-image: url(../../images/video-icon.png);
	background-position: center center;
	height: 150px;
	background-repeat: no-repeat;
}

footer{
	background-color: #101010;
	padding-bottom: 25px;
	color: #d2d2d2;
}
footer h5{
	font-weight: normal;
	margin-top: 25px;
	color: #1bc8ea;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
footer a {
	color: #a8a8a8;
}

.OurSites{
	padding-left: 30px;
}

.IllafBullet li{
	height: 20px;
	margin: 5px 0;
}
.IllafBullet li img{
	margin-right: 10px;
}
.ContactsColumn{
	font-size: 11px;
}
.SocialColumn{

}
.SocialColumn a{
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	float: left;
}
.SocialColumn a:hover, .SocialColumn a:focus{
	margin-top: 0px;
}
.FooterLinks{
	margin-top: 10px;
}
.FooterLinks li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #A8A8A8;
}
.FooterLinks li:last-child{
	border: none;
	padding-right: 0px;
}
.LTRDirection{
	direction: ltr;
}
.MainTitleRow{
	color: #ffffff;
	margin-bottom: 35px;
	padding: 15px 0px;
	text-transform: uppercase;
	margin-top: 100px;
    font-weight: 900;
}
.IconTitle{
    max-height: 140px;
    margin-bottom: 70px;
    padding: 15px 0px;
}
.item .FullSection:first-child .MainTitleRow{
	margin-top: 0px;
}
.MainTitleRow h1{
	font-weight: 900;
}
.MainTitleRow h1.SingleHeader{
    margin: 20px 0px;
}
.IconTitle h1.SingleHeader{
    margin-top:30px;
}
.MainTitleRow h2{
	font-weight: normal;
	margin-top: -20px;
}
.MainTitleRow.WhatIs{
	background-color: #ffd47e;
}
.MainTitleRow.Products{
	background-color: #f15c47;
}
.RedSection a{
    color: #f15c47;
}
.RedSection button{
    background-color: #f15c47;
    color:#ffffff;
    border: none;
    line-height: 40px;
    font-size: 18px;
}
.MainTitleRow.Programs{
	background-color: #57c4be;
}
.MainTitleRow.About{
	background-color: #f68c50;
}
.MainSection{
	margin: 10px 0px;
	position:relative;
}
.MainSection .Margin20{
    margin-right:20px;
    margin-left:20px;
}
.SmallGray{
	color: #cbcbcb;
	font-size: 10px;
	margin: 0px;
}
.NarrowBottomMargin{
	margin-bottom: 0px !important;
}
.BorderedImage{
	padding: 10px;
	background-color: #ececec;
}
.PrincipleSection a{
	color: #ffae20;
}
.PrincipleSection p{
	font-size: 16px;
}
.GraySection{
	background-color: #e5e5e5;
	margin-top: 10px;
	color: #000000;
}
#pageContent{
	display: none;
}

.TrainerHolder{
    text-align: center;
    text-transform: uppercase;
}
.TrainerHolder p{
    margin: 0px;
    padding: 0px;
}
.TrainerHolder a:hover{
    text-decoration: none;
}
.TrainerHolder .TrainerLink{
    border: 7px solid #4e4e4e;
    border-radius: 50%;
    display: inline-block;
    width: 140px;
    height: 140px;
}
.TrainerHolder .TrainerName a{
    color:#363636;
}
.TrainerHolder .TrainerCountry a{
    color:#b0b0b0;
    font-size: 12px;
}
.Mask{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.8;
    z-index: 100001;
    display: none;
}

.TrainerModal{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100002;
    padding-top: 100px;
    display: none;
}
.TrainerModal .ModalHeader{
    height: 172px;
    position: relative;
}
.TrainerModal .ModalHeader .row-fluid [class*="span"]{
    height: 172px;
}
.TrainerModal .ModalHeader{
    background-image: url(../../images/trainer_modal_corner.png);
    background-repeat: no-repeat;
}
.TrainerModal .ModalClose{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #57c4be;
    display: block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
}
.TrainerModal .ModalClose:hover{
    background-color: #86d0cc;
}
.TrainerModal .TrainerImage{
    border: 7px solid #4e4e4e;
    border-radius: 50%;
    display: inline-block;
    width: 140px;
    height: 140px;
}
.TrainerModal .ModalHeader .TrainerName{
    margin: 0;
    text-transform: uppercase;
    color: #363636;
    font-size: 32px;
    font-weight: 900;
    margin-top: 25px;
}
.TrainerModal .ModalHeader .TrianerPosition{
    margin: 0;
    text-transform: uppercase;
    color: #959595;
    font-size: 16px;
    margin-top: 5px;
}
.TrainerModal .ModalHeader .TrainerAddress{
    background-image: url(../../images/map_pin.png);
    background-repeat: no-repeat;
    line-height: 36px;
    padding-left: 30px;
    font-size: 16px;
    color: #363636;
    margin-top: 25px;
}
.ModalHeader .IconRow:first-child{
    margin-top: 15px;
}
.IconRow{
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-align: right;
    line-height: 25px;
    color: #363636;
    padding-right: 20px;
    font-size: 18px;
}
.IconRow.EmailIcon{
    background-image: url(../../images/email_icon.png);
}
.IconRow.MobileIcon{
    background-image: url(../../images/mobile_icon.png);
}
.IconRow.TelIcon{
    background-image: url(../../images/tel_icon.png);
}
.ModalBody{
    background-color: #e6e6e6;
}
.ModalBody .Padded{
    padding: 25px;
}
.ModalBody h2{
    text-transform: uppercase;
}
.ModalBody li{
    padding-left: 15px;
    background-image: url(../../images/blue_bullet.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.TableHeader{
    padding: 20px;
    text-transform: uppercase;
    color: #86d0cc;
    background-color: #4e4e4e;
    font-size: 32px;
    font-weight: 900;
}
.CoursesList .CourseRow{
    font-size: 22px;
    color:#363636;
    border-top:1px solid #ffffff;
    line-height: 40px;
    padding: 10px 0px;
}
.CoursesList .CourseRow [class*="span"]:first-child{
    padding-left: 25px;
}
.CoursesList .CourseRow:nth-child(even){
    background-color: #dddddd;
}
.CoursesList .CourseRow:nth-child(odd){
    background-color: #e6e6e6;
}
.CoursesList .CourseRow:hover{
    background-color: #d2e6e5;
}
.CoursesList .CourseRow:first-child{
    border-top: none;
}
.AddCourse{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../../images/add_course.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.AddCourse:hover{
    background-position: bottom left;
}
.icon-arrow-left {
    background-position: -240px -96px;
}
.PlayLink{
    display: block;
    position: relative;
}
.PlayLink:hover .PlayBtn{
    opacity: 1;
}
.PlayLink .PlayBtn{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 100;
    margin-left: -40px !important;
    margin-top: -50px !important;
    opacity: 0.7;
}

.MainLinks a{
    display: block;
    background-color: #eeeeee;
    border: 1px solid #d8d8d8;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 342px !important;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.MainLinks a:hover,.MainLinks a:focus{
    text-decoration: none;
    background-color: #e8e8e8;
}
.MainLinks a img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.MainLinks a p {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    color: #363636;
    text-align: center;
    font-weight: 900;
    padding: 20px 60px;
    line-height: 30px;
}
.MainLinks a.SingleLink{
    margin: 0 auto !important;
    float: none !important;
}
.Block{
    padding: 55px 35px;
    color: #fff;
    margin-top: 20px !important;
}
.RedBlock{
    background-color: #f15c47;
}
.RedColor{
    color: #f15c47;
}
.SiteColor{
    color: #363636;
}
.YellowBlock{
    background-color: #ffd47e;
    color: #363636 !important;
    padding: 25px 35px !important;
    margin-bottom: 40px !important;
}
.BlueBlock{
    background-color: #86d0cc;
    color: #363636 !important;
    padding: 25px 35px !important;
}
.YellowBlock .GuarenteeHeader{
    margin-top: 10px;
}
.GuarenteeBlock {
    margin-bottom: 100px !important;
}
.GuarenteeHeader{
    font-size: 46px;
    line-height: 35px;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 585px;
}
.GuarenteeHeader .BigFont{
    font-size: 56px;
}
.GuarenteeBlock p{
    margin-top: 20px;
    margin-bottom: 0px;
}
.YellowColor{
    color: #ffd47e;
}
.MainHeader{
}
.BlueColor{
    color: #86d0cc;
}
.GreyBlock{
    background-color: #eaeaea;
    padding: 20px;
    padding-right: 0px;
    margin-top:20px !important;
    font-size: 16px;
}
.GreyBlock h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 29px;
    text-transform: uppercase;
}
.BlockImage{
    float: right;
    margin: 20px;
    margin-right: 0px;
    margin-top: 0px;
}
.RedList li{
    margin-left: 10px;
    padding-left: 15px;
    background-image: url(../../images/red_bullet.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.WhiteColor{
    color: #fff;
}
.ServiceItems h2 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 20px;
}
.ShiftedHeaders h2{
    margin-top: 50px;
}
.ServiceItems ul li{
    margin-left: 0px;
}
.TrainerBlock.BlockAlt1{
    background-color: #e6e6e6;
}
.TrainerBlock.BlockAlt2{
    background-color: #ececec;
}
.TrainerBlock .span3 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
}
.TrainerBlock.BlockAlt1 .span3{
    background-image: url(../../images/trainer.svg);
}
.TrainerBlock.BlockAlt2 .span3{
    background-image: url(../../images/traineralt.svg);
}
.TrainerBlock .span3 ,.TrainerBlock .span9{
    padding: 60px 10px;
    font-size: 20px;
}
.TrainerBlock h2{
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
.ItemsFlow > div{
    padding: 20px;
    margin: 0px 20px;
    position: relative;
}
.ItemsFlow > div p{

}
.ItemsFlow > div:nth-child(even) {
    background: #f3f3f4;
    border-left: 10px solid #d1d2d4;
}
.ItemsFlow > div:nth-child(odd) {
    background: #e7e7e8;
    border-left: 10px solid #bcbdc0;
}
.ItemsFlow > div::after{
    content: '';
    position: absolute;
    right: 20%;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    clear: both;
}
.ItemsFlow > div:nth-child(even)::after {
    border-top: 20px solid #e7e7e8;
}
.ItemsFlow > div:nth-child(odd)::after {
    border-top: 20px solid #f3f3f4;
}
.ItemsFlow > div:nth-child(1)::after {
    display: none;
}

.FAQItemsFlow > div{
    padding: 20px;
    position: relative;
}
.FAQItemsFlow > div p{

}
.FAQItemsFlow > div h2{
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
	font-weight:900;
}
.FAQItemsFlow > div h2 .BoldestText{
    font-size: 40px;
}
.FAQItemsFlow > div:nth-child(even) {
    background: #e7e7e8;
    margin-bottom: 40px;
    margin-left: 70px;
	margin-top:10px;
}
.FAQItemsFlow > div:nth-child(odd) h2 {
    background: #feca5d;
    margin-bottom: 20px;
    display: inline-block;
    padding: 25px;
    margin: 0px;
}
.FAQItemsFlow:last-child > div h2{
    background-color: #86d0cc;
}
.FAQItemsFlow > div:nth-child(odd)::after{
    content: '';
    position: absolute;
    left: 100px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    clear: both;
}
.FAQItemsFlow > div:nth-child(even)::after{
    content: '';
    position: absolute;
    left: -35px;
    top: -30px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    clear: both;
}
.FAQItemsFlow > div:nth-child(even)::after {
    border-top: 20px solid #feca5d;
}
.FAQItemsFlow:last-child > div:nth-child(even)::after{
    border-top: 20px solid #86d0cc;
}
.FAQItemsFlow > div:nth-child(odd)::after {
    border-bottom: 20px solid #e7e7e8;
}


.AboutMargin{
    margin-right: 60px;
}
.Quote {
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
    background-color: #eaeaea;
    background-image: url(../../images/quotebg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 75px;
	margin-right:0px !important;
}
.Quote .Logo{
    background-repeat: no-repeat;
    background-position: center left;
}
.Quote .Logo p{
    margin: 0px;
    line-height: 15px;
}
.Quote .Logo.Apple{
    background-image: url(../../images/apple.png);
    padding-left: 30px;
}
.ProgramsColor{
    color: #57c4be;
}
.AboutBlock{
    padding: 20px;
    padding-right: 150px;
    position: relative;
}
.AboutBlock.RedBorder{
    border-left:20px solid #f15c47;
}
.AboutBlock.YellowBorder{
    border-left:20px solid #feca5d;
}
.AboutBlock.BlueBorder{
    border-left:20px solid #86d0cc;
}
.AboutBlock .BlockImage{
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -60px;
}

.SocialIcons{
	position:fixed;
	left:0px;
	top:315px;
	z-index:8999;
}
.SocialIcons ul li{
	position:absolute;
	left:0;
	top:0;
}
.SocialIcons ul li a{
	display:block;
	width:46px;
	height:46px;
	background-position:top left;
}
.SocialIcons ul li a:hover, .SocialIcons ul li.active a{
	background-position:bottom left;
}
.SocialIcons ul li a.SocialMenu{
	background-image:url(../../images/social_icon.png);
	height:92px;
}
.SocialIcons ul li a.SocialFace{
	background-image:url(../../images/face_icon.png);
}
.SocialIcons ul li a.SocialTwitter{
	background-image:url(../../images/twitter_icon.png);
}
.SocialIcons ul li a.SocialLinkedin{
	background-image:url(../../images/linkedin_icon.png);
}
.SocialIcons ul li a.SocialGplus{
	background-image:url(../../images/gplus_icon.png);
}
.SideCD{
	position:absolute;
	top:500px;
	right:0px;
	width:180px;
    overflow: hidden;
    height: 260px;
}
.SideCD a img{
	position:absolute;
	top:0px;
	transition: all 0.3s;
}
.SideCD a img:first-child{
	top:50px
}
.SideCD a:hover img:first-child{
	top:10px;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}
.SideCD a img:last-child{
	top:150px;
}

.CourseHeader {
    background-color: #e5e5e5;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
}
.CourseHeader p {
    margin-bottom: 0px;
}
.CourseHeader .CourseTitle {
    background-color: transparent!important;
    background-image: url(../../images/icons/coursemini.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
}
.CourseHeader .Arrow {
    display: inline-block;
    float: right;
    color: #13a89e;
}
.CourseHeader:hover .CourseTitle,
.CourseHeader.active .CourseTitle {
    color: #113e4d;
}
.CourseDetails {
    background-color: #404040;
    background-image: url(../../images/coursebar.png);
    background-repeat: no-repeat;
    padding: 15px;
    padding-left: 50px;
    background-position: left top;
    font-size: 12px;
    display: none;
}
.CourseSmallList .CourseDetails {
    padding-left: 20px;
}
.CourseSmallList .CourseHeader {
    font-size: 16px;
}
.CourseSmallList .CourseHeader i {
    font-size: 20px;
}
.CourseDetails p {
    margin: 0px;
}
.CourseMainIcon {
    background-repeat: no-repeat;
    background-position: top right;
}
.FontColor4 {
    color: #a7a7a7;
}
.WhiteFont {
    color: #ffffff;
}
.CalendarIcon {
    background-image: url(../../images/icons/calendarmini.png);
    height: 24px;
    width: 24px;
    left: 5px;
    top: 5px;
    position: absolute;
}
.SearchForm {
    background-image: url(../../images/searchbg.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.RoundButton {
    display: inline-block;
    width: 61px;
    height: 61px;
    margin: 5px;
    border: none;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    transition: margin 0.1s ease-out, height 0.1s ease-out, width 0.1s ease-out;
    -moz-transition: margin 0.1s ease-out, height 0.1s ease-out, width 0.1s ease-out;
    -webkit-transition: margin 0.1s ease-out, height 0.1s ease-out, width 0.1s ease-out;
    background-color: #13a89e;
	text-decoration: none;
}
.RoundButton:hover {
    margin: 0px;
    width: 71px;
    height: 71px;
    text-decoration: none;
}
.BGColor1 {
    background-color: #13a89e;
}

.SearchEmptyIcon {
    background-image: url(../../images/icons/searchempty.png);
}
.form-horizontal input[type="text"], .form-horizontal input[type="password"], .form-horizontal select, .form-horizontal textarea {
    border: 1px solid #C3C3C3;
    border-radius: 0 0 0 0;
    font-size: 16px;
    height: 35px;
    background-color: #f0f0f0;
    background-image: -ms-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #DBDBDB 0%, #FFFFFF 100%);
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e8e8e8;
}
.RedSection textarea:focus, .RedSection input[type="text"]:focus, .RedSection input[type="password"]:focus, .RedSection input[type="datetime"]:focus, .RedSection input[type="datetime-local"]:focus, .RedSection input[type="date"]:focus, .RedSection input[type="month"]:focus, .RedSection input[type="time"]:focus, .RedSection input[type="week"]:focus, .RedSection input[type="number"]:focus, .RedSection input[type="email"]:focus, .RedSection input[type="url"]:focus, .RedSection input[type="search"]:focus, .RedSection input[type="tel"]:focus, .RedSection input[type="color"]:focus, .uneditable-input:focus {
    border-color:#fed4c8;
}

.RedSection select:focus, .RedSection input[type="file"]:focus, .RedSection input[type="radio"]:focus, .RedSection input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline-color: #fed4c8;
    outline-style: auto;
    outline-width: 5px;
    outline: 5px auto #fed4c8;
    outline-color: #fed4c8;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
}
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
	display: block; position: absolute;
	background:#e0e0e0;
	border-radius: 100%;
	transform: scale(0);
}
/*animation effect*/
.ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/
	100% {opacity: 0; transform: scale(2.5);}
}
@media (max-width: 1199px) and (min-width: 980px){
	.navbar .nav > li ,.dropdown-menu, .LinkBG{
		width: 175px;
	}
	.dropdown-menu > li.SmallSubLink > a, .dropdown-menu > li.SmallSubLink > a:hover{
		font-size:10px;
	}
}
@media (max-width: 979px){
    body {
        padding-right: 0px;
        padding-left: 0px;
    }
    .IconTitle {
        max-height:none;
        margin-bottom: 70px;
        padding: 15px 0px;
        text-align: center;
    }
    .PageIcon.text-right{
        text-align: center;
    }
	.nav-collapse .nav{
		margin:0px
	}
    .navbar .nav {
        float: none;
    }
    .navbar .nav > li {
        width: auto;
    }
    .navbar .brand {
        padding: 0px;
        margin: 5px 10px;
    }
    .navbar .nav > li > ul > li > a {
        font-size: 20px;
        padding: 0px;
        padding: 10px;
        border: none;
        height: auto;
        outline: 0;
    }
    .TopNavigation {
        position: absolute;
        overflow: hidden;
        z-index: 1000;
    }
    .MainTitleRow {
        padding: 15px;
    }
    .MainSection{
        padding: 0px 10px;
    }
    .MobileCentered{
        text-align: center !important;
    }
    footer .span3{
        padding :0px 10px;
    }
	.nav-collapse .nav > li > a{
		margin-bottom:0px !important;
		border-radius:0px;
	}

    .MobileSpacing20{
        padding:0px 20px;
    }
	.navbar .nav > li.WhatIs > a ,.navbar .nav > li.WhatIs > a :hover,.navbar .nav > li.WhatIs > a :focus{
		background-color: #ffd47e !important;
		color: #000000 !important;
	}
	.navbar .nav > li.Products > a,.navbar .nav > li.Products > a:hover,.navbar .nav > li.Products > a:focus {
		background-color: #f36f57 !important;
		color: #000000 !important;
	}
	.navbar .nav > li.Programs > a,.navbar .nav > li.Programs > a:hover,.navbar .nav > li.Programs > a:focus {
		background-color: #57c4be !important;
		color: #000000 !important;
	}
	.navbar .nav > li.About > a ,.navbar .nav > li.About > a:hover,.navbar .nav > li.About > a:focus{
		background-color: #f8a16e !important;
		color: #000000 !important;
	}
	.LangSwitch{
		position:absolute;
		top:50px;
		right:5px;
	}
	.SocialIcons{
		position:relative;
		left:auto;
		top:auto;
		z-index:8999;
		text-align:center;
	}
	.SocialIcons ul li{
		position:relative;
		left:auto;
		top:auto;
		display:inline-block;
	}
}

.redButton {
      background-color: #f15c47;
      border: medium none;
      color: #ffffff;
      font-size: 18px;
      line-height: 40px;
  }
.error{
    color: red;
}
.errorMessage{
    color: red;
}