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

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#212121;
	padding:139px 0 30px 0;
}

@media (max-width:767px) {
body {
	padding-top:141px;
}
}

img {
	max-width:100%;
	height:auto;
}

.ag_header {
	padding:22px 0;
	border-bottom:1px solid #eceff1;
	background:#fff;
}

.ag_header_logo {
	float:left;
	padding:0 0 0 15px;
}

.ag_header_logo a {
	width:244px;
	height:36px;
	display:inline-block;
	background:url(../images/logo.png) no-repeat;
}

.ag_header_support,
.ag_header_call,
.ag_header_phone {
	float:right;
}

@media (max-width:767px) {
.ag_header_support,
.ag_header_call,
.ag_header_phone {
	margin-bottom:7.5px;
}
}

@media (max-width:767px) {
  .ag_header_support,
  .ag_header_call {
	  float:left;
  }
}

@media (max-width:767px) {
.ag_header_logo {
	width:100%;
	float:none;
	text-align:center;
}
}

.ag_header_support a,
.ag_header_call a {
	width:190px;
	height:36px;
	margin:0 15px;
	padding-left:40px;
	display:inline-block;
	font-size:12px;
	color:#616161;
}

@media (max-width:991px) {
.ag_header_support a,
.ag_header_call a {
	width:40px;
}
}

@media (max-width:767px) {
.ag_header_support a,
.ag_header_call a {
	width:0;
	margin:0;
	text-align:left;
}
}

.ag_header_support a {
	background:url(../images/ag_header_support.png) no-repeat;
}

.ag_header_call a {
	background:url(../images/ag_header_call.png) no-repeat;
}

.ag_header_phone {
	padding:0 15px;
	font-size:24px;
	font-weight:300;
	color:#616161;
}

@media (max-width:767px) {
.ag_header_phone {
	font-size:19px;
	padding:4px 0 5px 0;
}
}

.ag_navbar.navbar {
	background:#fafafa;
	border:none;
}

@media (min-width:768px) {
.ag_navbar.navbar {
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.15);
	-moz-box-shadow:    0 8px 8px rgba(0,0,0,0.15);
    box-shadow:         0 8px 8px rgba(0,0,0,0.15);
}
}

.ag_search {
	position:relative;
	float:right;
	margin:0;
}

.ag_search:after {
	border-right:1px solid #dcdcdc;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-13px;
	height:26px;
}

@media (max-width:767px) {
.ag_search {
	padding:10px 0;
}
}

.ag_search a {
	width:50px;
	height:58px;
	background:none !important;
}

@media (max-width:991px) {
.ag_search a {
	width:40px;
}
}

@media (max-width:767px) {
.ag_search a {
	height:40px;
}
}

.ag_navbar .navbar-nav>li>a {
	font-weight:600;
	color:#212121;
	border-top:4px solid #fafafa;
	border-bottom:4px solid #fafafa;
	transition:0.5s;
}

@media (max-width:991px) {
.ag_navbar .navbar-nav>li>a {
	padding:15px 10px;
}
}

@media (max-width:767px) {
.ag_navbar .navbar-nav>li>a {
	padding:10px;
}
}

.ag_language {
	display:block;
	float:right;
	margin:0;
}

@media (max-width:767px) {
.ag_language {
	padding:10px 0;
}
}

.ag_navbar .ag_language>li>a {
	font-weight:normal;
	color:#858585;
}

.ag_navbar .nav>li>a:hover,
.ag_navbar .nav>li>a:focus,
.ag_navbar .nav>li.active>a {
	color:#616161;
	background:none;
}

.ag_navbar .nav>li>a:focus,
.ag_navbar .nav>li.active>a,
.ag_navbar .nav>li.alias-parent-active>a {
	border-top-color:#ffe082;
}

.ag_navbar .nav>li>a:hover {
	border-bottom-color:#ffe082;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-bottom-color:#ffe082;
}

.navbar-toggle .icon-bar {
	background:#616161;
}

.carousel-banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.carousel-banner .carousel-inner>.item>img, 
.carousel-banner .carousel-inner>.item>a>img {
	max-width:none;
	position:absolute;
	top:0;
}

.carousel-banner .item {
	padding-top:30px;
	padding-bottom:150px;
}

@media (max-width:991px) {
.carousel-banner .item {
	padding-top:30px;
	padding-bottom:35px;
}
}

.carousel-banner .carousel-text {
	padding:77px 100px;
	background:rgba(255,255,255,0.7);
	position:relative;
}

@media (min-width:1200px) {
.carousel-banner .carousel-text {
	min-height:338px;
}
}

@media (max-width:1199px) {
.carousel-banner .carousel-text {
	min-height:338px;
	padding:77px 60px;
}
}

@media (max-width:991px) {
.carousel-banner .carousel-text {
	min-height:338px;
	padding:40px 50px;
}
}

@media (max-width:767px) {
.carousel-banner .carousel-text {
	min-height:188px;
	padding:30px 35px;
}
}

@media (max-width:767px) {
.carousel-banner .carousel-text {
	min-height:214px;
	padding:30px 35px;
}
}

.carousel-banner .carousel-border {
	position:absolute;
	top:0;
	left:0;
	width:22%;
	border-top-width:5px;
	border-top-style:solid;
}

.carousel-banner .carousel-text h2 {
	font-family: 'Merriweather', serif;
	font-size:54px;
	margin:0 0 22px 0;
}

@media (max-width:767px) {
.carousel-banner .carousel-text h2 {
	font-size:24px;
}
}

.carousel-banner .carousel-text p {
	font-size:24px;
	color:#81766c;
}

.carousel-banner .carousel-text a {
	color:#81766c;
}

@media (max-width:767px) {
.carousel-banner .carousel-text p {
	font-size:16px;
}
}

.carousel-banner .carousel-text strong {
	font-weight:400;
}

.carousel-banner .carousel-indicators {
	width:1170px;
	height:150px;
	margin-left:-585px;
	bottom:5px;
}

@media (max-width:1199px) {
.carousel-banner .carousel-indicators {
	width:970px;
	margin-left:-485px;
}
}

@media (max-width:991px) {
.carousel-banner .carousel-indicators {
	width:100%;
	height:auto;
	margin:0;
	left:0;
}
}

.carousel-banner .carousel-indicators div {
	font-family: 'Merriweather', serif;
	font-size:16px;
	text-align:left;
	width:23%;
	float:right;
	padding-top:30px;
	margin-left:2%;
	border-top-width:5px;
	border-top-style:solid;
	cursor:pointer;
	color:#212121;
}

.carousel-banner .carousel-indicators .active {
	display:none;
}

.ag_partners {
	background:#f5f5f5;
	padding:30px 0;
}

@media (max-width:767px) {
.ag_partners {
	text-align:center;
}
}

@media (max-width:767px) {
.ag_partners .col-lg-4 {
	margin-bottom:20px;
}
}

.ag_partners img {
	margin:0 0 20px 0;
}

.ag_partners h3 {
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	color:#bcbcbc;
	margin:0 0 30px 0;
}

.ag_partners p {
	color:#919191;
	font-size:14px;
}

.ag_support {
	padding:50px 0 0 0;
}

@media (max-width:767px) {
.ag_support {
	text-align:center;
}
}

.ag_support img {
	margin:0 0 40px 0;
}

.ag_support h3 {
	font-family: 'Merriweather', serif;
	font-size:34px;
	margin:0 0 20px 0;
}

.ag_support .blue h3,
.ag_support .blue a {
	color:#0277bd;
}

@media (max-width:767px) {
.ag_support .blue,
.ag_support .green {
	color:#616161;
}
}

.ag_support .blue,
.ag_support .green {
	padding-bottom:50px;
}

.ag_support .green h3,
.ag_support .green a {
	color:#00796b;
}

.ag_courses {
	padding:30px 0;
	border-top:1px solid #e6e6e6;
}

@media (min-width:768px) and (max-width:991px) {
.ag_courses {
	padding:30px 0 0 0;
}
}

.ag_courses h3 {
	font-family: 'Merriweather', serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#757575;
	margin:0 0 30px 0;
}

.ag_courses_item {
	position:relative;
}

@media (min-width:768px) and (max-width:991px) {
.ag_courses_item {
	margin-bottom:30px;
}
}

@media (max-width:767px) {
.ag_courses_item {
	padding:0;
}
}

.ag_courses_item img {
	width:262px;
	opacity:0.2;
	transition:0.5s;
}

@media (max-width:1199px) {
.ag_courses_item img {
	width:212px;
}
}

@media (max-width:991px) {
.ag_courses_item img {
	width:345px;
}
}

@media (max-width:767px) {
.ag_courses_item img {
	width:100%;
	opacity:1;
}
}

.ag_courses_item:hover img {
	opacity:1;
}

.ag_courses_text {
	position:absolute;
	bottom:20px;
	left:35px;
	right:35px;
}

.ag_courses_item .date {
	color:#9e9e9e;
	display:block;
	margin:0 0 10px 0;
}

.ag_courses_item:hover .date {
	color:#fff;
}

@media (max-width:767px) {
.ag_courses_item .date {
	color:#fff;
}
}

.ag_courses_item a {
	font-family: 'Merriweather', serif;
	font-size:24px;
	text-decoration:none;
	color:#616161;
	border-bottom:2px solid #ffe082;
}

.ag_courses_item:hover a {
	color:#fff;
}

@media (max-width:767px) {
.ag_courses_item a {
	color:#fff;
}
}

.ag_news {
	background:#f5f5f5;
	padding:30px 0;
}

.ag_news h3 {
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	color:#bcbcbc;
	margin:0 0 30px 0;
}

.date {
	font-size:12px;
	color:#bdbdbd;
}

.ag_news a {
	font-family: 'Merriweather', serif;
	font-size:16px;
	text-decoration:none;
	color:#616161;
	border-bottom:2px solid #ffe082;
}

.ag_footer {
	color:#797979;
	background:#e1e1e1;
	padding:30px 0;
}

@media (max-width:767px) {
.ag_footer {
	text-align:center;
}
}

@media (min-width:768px) {
.ag_footer p {
	margin:0;
}
}

.ag_footer a {
	text-decoration:none;
	color:#3a3a3a;
	display:inline-block;
	padding:9px 20px;
	border:1px solid #919191;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition:0.5s;
}

.ag_footer a:hover {
	background:#919191;
	color:#fff;
}

.ag_footer .phone {
	font-weight:300;
	font-size:24px;
	text-align:right;
	color:#797979;
}

@media (max-width:767px) {
.ag_footer .phone {
	text-align:center;
}
}

.breadcrumb {
	font-size:12px;
	background:none;
	margin:50px 0 10px 0;
	padding:0;
}

.breadcrumb a {
	color:#212121;
}

.ag_left {
	margin-bottom:30px;
}

.ag_right {
	margin:5px 0 30px 0;
	font-size:16px;
}

.ag_left h1 {
	font-family: 'Merriweather', serif;
	font-size:32px;
	color:#3e3e3e;
	margin:0;
}

.ag_right h2 {
	font-family: 'Merriweather', serif;
	font-size:20px;
	line-height:30px;
	margin:-124px 0 20px 0;
	padding-top:159px;
	z-index:-1;
}

.ag_right a {
	text-decoration:none;
}

.ag_right h2 a {
	color: #212121;
}

.ag_nav {
	margin:40px 0 40px 0;
	padding:0;
	display:block;
}

.ag_nav ul {
	margin:0 0 20px 0;
	padding:0;
	display:block;
}

.ag_nav li {
	margin:0;
	padding:0;
	display:block;
	border-bottom:1px solid #e0e0e0;
}

.ag_nav li:first-child {
	border-top:1px solid #e0e0e0;
}

.ag_nav li li {
	border:none;
}

.nav.ag_nav li a {
	font-weight:bold;
	text-decoration:none;
	color:#212121;
	background:none;
	display:block;
	padding:10px 0;
	transition:0.5s;
}

.nav.ag_nav li ul a {
	font-size:12px;
	font-weight:normal;
	color:#6c6c6c;
	background-image:url(../images/icon_ok.jpg);
	background-repeat:no-repeat;
	background-position:-18px 12px;
}

.nav.ag_nav li ul a:hover,
.nav.ag_nav li ul li.active a {
	font-weight:bold;
	background-position:0 12px;
	padding-left:40px;
}

.ag_left_btn {
	font-weight:bold;
	text-align:center;
	color:#212121;
	border:1px solid #ffe082;
	display:block;
	padding:18px 0;
	transition:0.5s;
}

.ag_left_btn:hover {
	text-decoration:none;
	background:#ffe082;
}

.timeline {
	font-size:14px;
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

@media (max-width:767px) {
.timeline:before {
	display:none;
}
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 383px;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px 20px 10px 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

@media (max-width:1199px) {
.timeline > li > .timeline-panel {
  width: 308px;
}
}

@media (max-width:991px) {
.timeline > li > .timeline-panel {
  width: 195px;
}
}

@media (max-width:767px) {
.timeline > li > .timeline-panel {
  width: 85%;
}
}

@media (max-width:480px) {
.timeline > li > .timeline-panel {
  width: 77%;
}
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width:50px;
  height:50px;
  padding:15px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width:767px) {
.timeline > li > .timeline-badge {
	left:inherit;
	right:0;
}
}

@media (max-width:767px) {
.timeline > li.timeline-inverted > .timeline-badge {
	left:25px;
}
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-heading {
	float:left;
}

.timeline-title {
  color: inherit;
	margin:-179px 0 20px 0;
	padding-top:179px;
	position:relative;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-heading a {
	color:#616161;
	border-bottom:2px solid #ffe082;
	position:relative;
	z-index:1;
}

.timeline-title {
	line-height:normal;
}

.ag_about {
	font-family: 'Merriweather', serif;
	font-size:24px;
	font-weight:300;
	text-align:center;
	border-top:1px solid #e6e6e6;
}

.ag_about .row .col-lg-10 {
	border-top:4px solid #ffe082;
	float:none;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;
}

.ag_about .row .col-lg-4 {
	float:none;
	margin:auto;
	padding-bottom:60px;
}

.ag_about_btn {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:500;
	text-align:center;
	color:#212121;
	border:1px solid #ffe082;
	display:block;
	padding:18px 0;
	transition:0.5s;
}

.ag_about_btn:hover {
	color:#212121;
	text-decoration:none;
	background:#ffe082;
}

.ag_card {
	min-height:765px;
	background:#f5f5f5;
	padding:20px 23px;
	margin:30px 0 0 0;
}

@media (max-width:1199px) {
.ag_card {
	min-height:375px;
}
}

@media (max-width:991px) {
.ag_card {
	min-height:inherit;
}
}

.ag_card h2 {
	margin:0 0 25px 0;
	padding:0;
}

.ag_card h2 a {
	border:none;
}

.ag_card:hover {
	color:#616161;
	background:#ffe082;
}

.ag_card:hover h2 a {
	color:#616161 !important;
}

.ag_card p {
	font-size:14px;
}

.ag_page .ag_partners {
	background:none;
	border-top:1px solid #e6e6e6;
	margin-top:30px;
}

.ag_yellow {
	font-family: 'Merriweather', serif;
	font-size:15px;
	font-weight:300;
	line-height:34px;
	color:#616161;
	border-top:4px solid #ffe082;
	float:none;
	padding:25px 0;
	margin:50px 0 20px 0;
}

.carousel-courses .carousel-indicators {
    position:relative;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    margin-left: 0;
	margin:0 0 20px 0;
    padding-left: 0;
}


.carousel-courses .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    border: 3px solid #616161;
    border-radius: 12px;
}

.carousel-courses .carousel-indicators .active {
    margin: 0 2px;
    width: 16px;
    height: 16px;
    background-color: #616161;
}

.navbar-toggle {
	float:left;
	margin:13px 15px;
}

.navbar-header_name {
	padding:20px 0;
	float:left;
}

.dropdown-menu {
	left:inherit;
	right:0;
}

@media (max-width:767px) {
.navbar-header {
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.15);
	-moz-box-shadow:    0 8px 8px rgba(0,0,0,0.15);
    box-shadow:         0 8px 8px rgba(0,0,0,0.15);
	z-index:1;
	position:relative;
}
.navbar-collapse.collapse.in {
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.15);
	-moz-box-shadow:    0 8px 8px rgba(0,0,0,0.15);
    box-shadow:         0 8px 8px rgba(0,0,0,0.15);
}
.navbar-collapse li {
	border-bottom:1px solid #d8d8d8;
}
}

@media (max-width:767px) {
.ag_courses_in .col-lg-4 {
	padding:0;
}
}

.ag_courses_in img {
	width:100%;
	height:auto;
}

a.ag_courses_in_btn {
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#212121;
	border:1px solid #ffe082;
	display:block;
	padding:8px 0;
	margin:0 0 20px 0;
	transition:0.5s;
}

a.ag_courses_in_btn:hover {
	text-decoration:none;
	background:#ffe082;
}

.ag_courses_item_in {
	font-size:12px;
	color:#616161;
	background:#fafafa;
	padding:20px;
	margin-bottom:30px;
}

@media (max-width:767px) {
.ag_courses_item_in {
	margin-bottom:0;
}
}

.ag_courses_item_in h2 {
	font-weight:300;
	margin:0 0 15px 0;
	padding:0;
}

.ag_courses_item_in h2 strong {
	font-weight:400;
}

.ag_courses_item_in span {
	color:#9e9e9e;
	display:block;
	margin:0 0 20px 0;
}

.ag_courses_item_in strong {
	display:block;
}

.ag_courses_item_in p {
	margin:0 0 30px 0;
}

.ag_courses_item_in p strong {
	font-size:14px;
	margin:0 0 20px 0;
}

.ag_courses_item_in ul,
.ag_courses_item_in li {
	display:block;
	margin:0;
	padding:0;
	list-style:hebrew;
}

.ag_courses_item_in ul {
	margin:-10px 0 30px 0;
}

.ag_courses_item_in li {
	padding-left:18px;
}

.ag_courses_item_in li:before {
    content: "—";
	padding-right:5px;
	margin-left:-18px;
}

a.ag_courses_in_link {
	font-weight:bold;
	text-decoration:none;
	background:url(../images/ag_courses_in_link.png) no-repeat;
	padding:2px 0 2px 32px;
	display:block;
	transition:0.5s;
}

a.ag_courses_in_link span {
	color:#212121;
	border-bottom:2px solid #ffe082;
	display:inline-block;
	margin:0;
}

a.ag_courses_in_link:hover {
	text-decoration:none;
}

.ag_left_phone {
	font-size:24px; 
	font-weight:300;
}

.ag_map {
	border-top: 4px solid #ffe082;
}

@media (max-width:767px) {
.ag_map {
	margin:0 -15px;
}
}

@media (min-width:1200px) {
.clearfix-lg {
	clear:both;
}
}

@media (max-width:1199px) {
.clearfix-md {
	clear:both;
}
}


.green,
.green span,
.green strong,
h2.green a {
	color:#43a047 !important;
	border-color:#43a047;
}

.blue,
.blue span,
.blue strong,
h2.blue a {
	color:#2196f3 !important;
	border-color:#2196f3;
}

.orange,
.orange span,
.orange strong,
h2.orange a {
	color:#ff5722 !important;
	border-color:#ff5722;
}

.brown,
.brown span,
.brown strong,
h2.brown a {
	color:#795548 !important;
	border-color:#795548;
}

.cyan,
.cyan span,
.cyan strong,
h2.cyan a {
	color:#00796b !important;
	border-color:#00796b;
}

.ag_search_results div {
	margin:0 0 20px 0;
}

.ag_search_results a {
    color: #43a047;
    border-bottom: 2px solid #ffe082;
}

.ag_search_results span.highlight {
    color: #43a047;
}

.ag_search_form {
	margin-bottom:20px;
}

.ag_search_form p {
	margin:6px 0;
}

.ag_news_teaser {
	margin-bottom:20px;
}

.ag_news_teaser h2 {
	margin-top:0;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #43a047;
    border-color: #43a047;
}

.pagination>li>a, .pagination>li>span {
	color: #43a047;
}

.ag_courses_form {
	margin-top:40px;
}

.ag_courses_form input {
	width:100%;
	border:none;
	border-bottom:2px solid #e0e0e0;
	padding:5px 0;
	margin:0 0 38px 0;
}

.ag_courses_form input:focus {
	border-bottom:2px solid #ffe082;
	outline: -webkit-focus-ring-color auto 0;
}

.ag_courses_form_btn {
	font-size:14px;
    font-weight: 600;
    text-align: center;
    color: #212121;
	background:none;
    border: 1px solid #ffe082;
	width:100%;
    display: block;
    padding: 9px 0;
    transition: 0.5s;
}

.ag_courses_form_btn:hover {
	background:#ffe082;
}

.modal_callback iframe {
	border:none;
}