@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500);
body {
  font-family: 'Roboto';
  background: #e5e5e5;
  color: #999;
  line-height: 1.63em;
  letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00000a;
  font-weight: 600;
  letter-spacing: 1px;
}

h3 {
	font-size: 35px;
}

a {
  /* color: #999; */
  color: #428bca;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="button"],
input[type="submit"],
input[type="date"] {
  border-radius: 0px;
  margin: 3px 0;
  height: 50px;
  font-size: 16px;
  font-weight: lighter;
}

.form_contact form input:focus, .form_contact form textarea:focus {
  box-shadow: 0px 9px 18px 0px rgba(173, 178, 199, 0.52);
  background: #eff0f4;
}

.form-control{
  line-height: 2em;
}
/* .form-control:focus{
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(102, 175, 233, 0.6);
} */
.panel {
    border-radius: 0px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.minpadding {
   padding: 3px;
   margin: 0;
}
.thumbnail{
  padding: 0;
  border-radius: 0;
}

.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99;
}

.main-header {
	background: transparent;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 65px;
    z-index: 999;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.main-content p {
	color: #777;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}

.main-content.other-pages {
	position: relative;
    padding: 150px 0;
}

.main-content section.section-block, section.section-block {padding: 100px 0;}
section.section-block_white {background: #fff;}
section.section-block_white .entry-content {color: #000; padding: 10px;}
section#blog {background: #fff; color: #000; padding: 15px;}

.section-block.contact-form {
	background-image: linear-gradient(110deg,#2cacd1,#4f44ae);
    color: #fff;
    text-align: center;
}
.row.comment-section {padding-top: 30px;}

ul {
    list-style-type: none;
}

.menu-items {margin-top: 15px;}

.menu-items li {
    display: inline-block;
	padding: 15px 5px;
	/* min-width: 50px; */
}

.menu-items li a {
    display: block;
	/* width: 120px; */
    /* line-height: 36px; */
    font-weight: 500;
    border: 2px solid transparent;
	/* border-color: #fff; */
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
	padding: 5px;
    letter-spacing: 1px;
    border-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-items li a:hover {
    background: #fff;
    border-color: #fff;
    color: rgba(0,0,0,0.8);
	border-color: #52b6ec;
}

.btn-outline {
    background-color: transparent !important;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-home-slider{
  border-color: #fff !important;
  border-radius: 2px;
  width: 200px;
  margin: 0 10px;
  letter-spacing: 1.5px;
  font-weight: lighter;
}

#main-slider, section.top-main_bg {
  background-image: url(../images/slide-top_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 200px 0;
  color: #fff;
}

.popup_visible .my-popup {
  transform: scale(1);
}
.my-popup h4{
  text-align: center;
}

.popup-form p{
  font-size: 12px;
}
.popup-form .input{
  border-radius: 0px;
}

.popup-bottom{
  margin-top: 20px;
}

#main-slider .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  min-height: 200px;
  display: block !important;
  z-index: 1;
  text-align: center;
}
#main-slider .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 2;
}
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 22px;
  height: 50px;
  width: 25px;
  line-height: 50px;
  text-align: center;
  border-radius: 0px;
  z-index: 5;
  visibility: hidden;
}

#main-slider:hover .prev, #main-slider:hover .next{ visibility: visible; }

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider h1 {
  font-size: 58px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.slide-top_bg img {
	margin-top: -65px;
	width: 100%;
	max-width: 500px;
}

.description-block {
	background: #fbfbfb;
    padding: 100px 0;
}

.box {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.box h2 {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
}

.box .blog-post h2 {
  padding: 0;
  display: block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 25px;
}

.lec-main {font-size: 16px;}

section.course_content {
	padding-bottom: 100px;
}

.lec-main .text-content_course {
	color: #333;
	padding: 10px 0;
}

.lec-main .lec-title, .lec-main .lec-title a {
	color: #555;
}

.lec-main .lec-title a:hover {
	color: #428bca;
}

#start_exam {
  margin-top: 20px;
}

#start_exam .box {
  padding-top: 0px;
}

#contact .box {
  padding: 30px;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  border: none;
	background: #eff0f4;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
	max-width: 100%;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
/* #contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  color: #333;
  background-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
} */

.section-block.contact-form .form_contact {
	padding: 30px;
    box-shadow: 0px 0px 24px 0px rgba(69, 69, 69, 0.07);
    border: 1px solid #f3f3f3;
    border-radius: 3px;
}

.contact-form .form_contact .form-control {
	font-size: 16px;
    font-weight: 400;
}

.contact-form .form_contact .btn {
	min-width: 195px;
	border-radius: 5px;
}

.navbar-collapse.in {
    background: #fff;
    border: 1px solid #ccc;
}

.navbar-collapse.in .menu-items li a {
    color: #333;
}

/*Exam Summery*/

#exam_summery .table{
  margin-bottom: 0px !important;
}

#exam_summery .table th,
#exam_summery .table td {
  border-top: none !important;
  font-weight: 200;
}

#exam_summery .table td {
  color: #666;
}

/*FAQ*/

h4.panel-title a{
  color: #333;
}
h4.panel-title a:hover,
h4.panel-title a:focus{
  color: #999;
}

/* BLOG */
.blog h1 {
    display: block;
    margin-bottom: 25px;
    line-height: 1.2em;
}
.blog .blog-post {padding: 25px 0;}
.blog_page .blog-caption {text-align: left;}

.block-search input {
  margin-top: 20px;
  height: 50px;
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #b9b9b9;
}
.block-search input:active {
  box-shadow: none;
}
.blog-caption {
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #7d7d7d;
    margin-top: -18px;
    margin-bottom: 26px;
    line-height: 1.2em;
}
.read-more {
    display: block;
    text-align: left;
    padding-top: 2px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
}
.old-comments {
    margin-bottom: 30px;
}
.blog-comments h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(218, 225, 229, 1);
}
.avatar img {
    height: 50px;
    width: 50px;
}

.exam-item {
  padding: 3px !important;
  margin: 0px !important;
}

#exams .nopadding .btn-group.pull-right{
  padding-right: 3px;
}
#exams h4{
  display: inline-block;
  font-weight: 200;
  padding-left: 3px;
}
.exam-list .thumbnail{
  padding: 0px !important;
  border-radius: 0px !important;
}
.exam-thumbnail {
    height: 150px !important;
    width: 100% !important;
}
.thumbnail .caption {
    padding-bottom: 0 !important;
}
/*.thumbnail .exam-title {
    margin: 0;
    height: 1.1em;
    overflow: hidden;
}*/

.thumbnail .exam-title {
    font-family: Arial, sans-serif;
    font-size: 13px;
    height: 35px;
    display: inline-block;
    width: 95%;
    overflow: hidden;
}



.thumbnail span.exam-category {
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-font-smoothing: subpixel-antialiased;
}
.thumbnail .total-question {
    font-size: 11px;
    color: #7d7d7d;
    position: absolute;
    bottom: 48px;
    right: 15px;
    white-space: nowrap;
}
.thumbnail .exam-duration {
    font-size: 11px;
    color: #7d7d7d;
    position: absolute;
    bottom: 32px;
    right: 15px;
    white-space: nowrap;
}

/*Category dropdown MENU*/
.category-menu > li > a {
   padding-top: 9px !important;
   padding-bottom: 9px !important;
   border: 1px solid #2c3e50;
}
.dropdown-menu{
  box-shadow: none;
  -webkit-border-radius: 0px 6px 6px 6px;
  -moz-border-radius: 0px 6px 6px 6px;
  border-radius: 0px 6px 6px 6px;
  background-color: #2c3e50;
  margin-top: -1px !important;
  margin-left: -1px !important;
}
.dropdown-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #fff;
}

.dropdown-submenu {
    position: relative;
    width: 250px;
}

.dropdown-submenu h3 {
  color: #fff;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 18px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    width: 250px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*Modal*/
.modal-header {
    padding: 10px 10px 0px;
}
.modal-content {
  margin-top: 80px;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-footer {
padding: 3px 20px 5px;
margin-top: 0px;
text-align: right;
border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  /*added by T Morphy */
  /*from http://www.barrykooij.com/bootstrap-submenu-open-on-mouse-over/ to get hover behaviour on desktop */
  ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
  ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
      display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
      display: block;
  }
  .lead {
    font-size: 21px;
  }
}


/*
#portfolio .box {
  background: #f3f3f3;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#pricing .box {
  background-color: #f9f9f9;
}
#pricing .plan {
  background: #fff;
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
#pricing .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #eee;
}
#pricing .plan li.plan-name {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
#pricing .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 48px;
}
#pricing .plan li.plan-action {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}
#pricing .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#pricing .plan.featured .plan-price {
  color: #fff;
  background-color: #52b6ec;
  border-bottom-color: #52b6ec;
  margin: 0;
}
*/


.price_table_container{
  text-align:center;
  color:#666;
  margin-top:35px;
  font-family: 'Open Sans', sans-serif;
}

.price_table_heading{
  font-size:28px;
  padding:10px;
  background:#EEE;
}


.price_table_row {
  padding:15px;
  background: #FFF;
}

.cost{
  padding:30px;
  font-size:35px;
  font-weight: 100;
  letter-spacing: -1px;
}
.cost span{
  font-size:15px;
}

.price_table_row:nth-of-type(even) {
    background: #F8F8F8;
}
.btn{
  border-radius:0px;
}

.recommended{
/*USER DEFINED COLOUR*/
background:#FF3A3A;
color:#FFF;
/*USER DEFINED COLOUR*/
padding:3px 0 3px 0;
margin-top:10px;
text-align:center;
margin-bottom:-35px;
font-family: 'Open Sans', sans-serif;
}


.spacer{width:100%;height:50px;}


/*Already Defined Colours*/
/*Background*/
.primary-bg{background:#337AB7;color:#FFF;}
.success-bg{background:#5CB85C;color:#FFF;}
.info-bg{background:#5BC0DE;color:#FFF;}
.warning-bg{background:#F0AD4E;color:#FFF;}
.danger-bg{background:#D9534F;color:#FFF;}
.dark-bg{background:#444;color:#FFF;}
.royal-bg{background:#8E74E2;color:#FFF;}
.static-bg{background:#2BB0A6;color:#FFF;}

/*Only Text Colours*/
.primary-text{background:#FFF;color:#337AB7;}
.success-text{background:#FFF;color:#5CB85C;}
.info-text{background:#FFF;color:#5BC0DE;}
.warning-text{background:#FFF;color:#F0AD4E;}
.danger-text{background:#FFF;color:#D9534F;}
.dark-text{background:#FFF;color:#444;}
.royal-text{background:#FFF;color:#8E74E2;}
.static-text{background:#FFF;color:#2BB0A6;}

/*Additional Button styles*/

/*BTN-DARK*/
.btn-dark {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}


/*BTN-ROYAL---------*/
.btn-royal {
  color: #fff;
  background-color: #8E74E2;
  border-color: #8E74E2;
}
.btn-royal:hover,
.btn-royal:focus,
.btn-royal.focus,
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  color: #fff;
  background-color: #7451E8;
  border-color: #7451E8;
}
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  background-image: none;
}


/*BTN-STATIC---------*/
.btn-static {
  color: #fff;
  background-color: #2BB0A6;
  border-color: #2BB0A6;
}
.btn-static:hover,
.btn-static:focus,
.btn-static.focus,
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  color: #fff;
  background-color: #07A094;
  border-color: #07A094;
}
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  background-image: none;
}

/* course summary css */

/*
.course-summary-thumbnail{
  height: 180px !important;
  width: 100px !important;
}
*/
.course-video-container {
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.3);
  margin-top: 10px;
}

.course-video-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.course-video-container .text-content_course ul {
  list-style: disc;
  margin: 7px;
  padding: 10px 20px;
}

.well.well-sm ul {
  list-style: disc;
}

.course-video-container .text-content_course ol {
  padding: 5px 20px;
  margin: 7px;
}

.course-video-container .chap-title {
padding: 10px;
border-bottom: 1px solid #f0f0f0;
background-color: #e0e0e0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.chap-title h5 {
margin: 0 0 0 5px;
font-weight: 400;
font-size: 16px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 1px;
}

.lec {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}

.lec-left {
font-size: 12px;
font-weight: 700;
text-align: center;
min-width: 35px;
}

.course-no {
display: block;
}

.lec-right {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 1px;
border-left: 1px solid #F0F0F0;
padding: 10px 15px;
}

.pb-t {
text-align: center;
/*background: #f7eaea;*/
border: 1px solid #d3d3d3;
padding: 30px 0 20px;
}
.pb-ph {
display: block;
font-size: 16px;
}
.pb-pr {
color: #37b34a;
font-size: 26px;
font-weight: 700;
line-height: normal;
}
.pb-ta {
  margin-top: 15px;
}
.related_courses{
  padding: 8px;
}



/**/
.center {
  text-align: center;
}
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}
.navbar-default {
  background: #fff;
  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  overflow: hidden;
}

.navbar-toggle {
    border-radius: 0px;
	margin-top: 0;
    padding-top: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
  color: #fff;
  background-color: #2c3e50;
}
.navbar-brand{
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	padding: 15px;
	line-height: 1;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
  margin-right: 50px;
  width: 200px;
  height: 78px;
}
.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  padding: 30px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #999;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 50px;
}
#footer {
  padding: 50px 0;
  color: #999;
  background: #171717;
}
#footer a {color: #428bca;}
#footer a:hover {
  color: #52b6ec;
}

.contacts_data h4 {
	color: #fff;
    font-size: 24px;
}

.contacts_data address {
    color: #fff;
    font-size: 15px;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    background: #fff;
}

ul.social {
  list-style: none;
  float: left;
  padding-left: 0px;
  margin-left: 0px;
}
ul.social > li {
  margin: 5px 0;
}

ul.social > li > a {
  display: block;
  font-size: 14px;
}

ul.social > li > a > i {
  width: 20px;
}

textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

/*Bootstrap extents*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.wysiwyg-color-black {
  color: black;
}

.wysiwyg-color-silver {
  color: silver;
}

.wysiwyg-color-gray {
  color: gray;
}

.wysiwyg-color-white {
  color: white;
}

.wysiwyg-color-maroon {
  color: maroon;
}

.wysiwyg-color-red {
  color: red;
}

.wysiwyg-color-purple {
  color: purple;
}

.wysiwyg-color-fuchsia {
  color: fuchsia;
}

.wysiwyg-color-green {
  color: green;
}

.wysiwyg-color-lime {
  color: lime;
}

.wysiwyg-color-olive {
  color: olive;
}

.wysiwyg-color-yellow {
  color: yellow;
}

.wysiwyg-color-navy {
  color: navy;
}

.wysiwyg-color-blue {
  color: blue;
}

.wysiwyg-color-teal {
  color: teal;
}

.wysiwyg-color-aqua {
  color: aqua;
}

.wysiwyg-color-orange {
  color: orange;
}

section#free_course_about {background: #fbfbfb;}
section#free_course_about video.videoPlayer {width: 95%; height: auto;}
button.main-kontakt-form.disabled {pointer-events: auto; cursor: no-drop;}
.spam-field span, .spam-field p.required-spamcheck {font-size: 18px;}
.spam-field .spam-success, .spam-field .spam-fail {display: none; font-size: 20px; background: #eff0f4; margin: 0 auto 10px; padding: 5px;}
.spam-field .spam-success {color: green;}
.spam-field .spam-fail {color: #f00;}
.additional-info_field {display: none;}
.additional-info_sidebar .fb-share-button {text-align: center; display: block;}

#buy-course_popup {display: none; left: 50%; position: fixed; top: 50%; z-index: 2000; background:#eeeeee; width:500px; height: auto; min-height: 300px; padding:0;}
.popup_content{padding: 10px 7px 20px;}
#buy-course_popup h3{color: #333; font-size: 18px; text-transform: uppercase; text-align: center;}
#bc_contact_form {width: 100%; padding: 0 20px;}
table.order_table {width:100%; text-align:center; border-collapse:collapse; border:0; margin-bottom:20px;}
table.order_table tr {border:0;}
table.order_table td {padding:5px 7px; border-right: 1px solid #e7e7e7; background: #fff; border-bottom: 0;}
table.order_table th {padding: 2px 4px; color: #333; background: #dadada; text-align: center; border-right: 1px solid #e7e7e7; font-weight: bold; min-width: 130px;}
p.total_sum {font-weight: bold;}
.bwc_img {display: block; margin: 0 auto;}
.bwc_header {color: #333; font-size: 15px; text-transform: none;}
.bwc_about {color: #333; font-size: 14px;}
.popup_header {background: #2821ff; height: 35px; line-height: 35px; font-size:16px; text-transform: uppercase; color:#fff; padding-left: 20px; width: 500px;}
#buy-course_popup input[type=text], #buy-course_popup textarea {font-weight: normal;}
/* #buy-course_popup input[type=text] {padding:0 10px; height:33px;} */
#buy-course_popup textarea {padding:10px 10px; height: 120px; font-size: 17px;}
#buy-course_popup .button {font-size: 20px; background: #5cb85c; display: block; color: #fff;border-radius: 5px; width: 230px; margin: 0 auto;}
#buy-course_popup .button:hover {background: #00ae3f;}
#buy-course_popup .button > .genericon{font-size:22px; line-height: 35px;}
#popup_close, #popup_video_close {display:block; position: absolute; top: 10px; right: 10px; width: 12px; height: 12px; background: url("../images/close.png") no-repeat center center; cursor: pointer; z-index: 2101;}
#popup_close:hover, #popup_video_close:hover {opacity:0.7; transform: rotate(90deg); transition: all 0.5s ease-in-out 0s;}
#fade {display: none; background: #2c3e50; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .50; z-index: 1000;}
img.buy-course_img {margin-right: 10px;}
#contact_form_info p {font-size: 18px;}
.payment-logos {padding: 15px 0 0 40px;}
.payment-logos .mastercard-logo, .payment-logos .visa-logo {display: inline-block; width: 42px; height: 28px; margin-right: 5px;}
.payment-logos .mastercard-logo {background: url("../images/mastercard_icon.png") no-repeat;}
.payment-logos .visa-logo {background: url("../images/visa_icon.png") no-repeat;}
.entry-content ul li {list-style-type: disc;}
h4.course-instructor {display: inline-block; margin-left: 10px;}
.course_content .short-course-summary img {height: 50px; width: 50px;}



@media (min-width: 200px) and (max-width: 600px) {
	.navbar-brand {
		font-size: 40px;		
	}
	
	.navbar-toggle {
		margin-right: 10%;
	}
	
	.navbar-collapse.in {
		max-width: 475px;
	}
	
	.float-right {
		float: none;
	}
	
	#main-slider h1 {
		font-size: 30px;
	}
	
	.box h2 {    
		font-size: 40px;
		padding: 0;
	}
	
}

@media (min-width: 768px){
  .navbar-nav {float: right;}  
}

@media (max-width: 800px){
	
  .form_contact .col-xs-12.minpadding {float: none;}
  #contact .box input[type="text"], #contact .box input[type="email"], #contact .box textarea {margin-bottom: 7px;}
  
}

@media (min-width: 768px) and (max-width: 992px) {
  .box{padding-top: 180px;}
}

@media (max-width: 368px) {
  h1 {font-size: 28px;}
  h3 {font-size: 23px;}
  h4 {font-size: 15px;}
}

@media (max-width: 450px) {
 .reg_n_login_block .reg_block {text-align: center;}
 .reg_n_login_block .reg_block a.register_open, .reg_n_login_block .reg_block a.login_open {max-width: 40%; display: inline-block;}
 section#login {padding: 10px 0;}
 section#login .box .col-md-8 > p {height: 1px;}
 .facebook-registration a img {max-width: 300px;}
}

@media (max-width: 768px) {
  .slide-top_bg {display: none;}
  #main-slider, section.top-main_bg {padding-bottom: 35px;}
}

@media (max-width: 991px) {
  .my-popup {transform: scale(0.8); width: 60%;}
}
@media (min-width: 992px) {
  .my-popup {transform: scale(0.8); width: 25%;}
}



