@charset "UTF-8";
/*
 * Theme Name: Webyk
 * Author: lira-studio.in.ua
 */
 

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

html {
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #fff;
    color: #003d52;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    /*text-align: justify;*/
}


h1,h2,h3,h4,h5,h6,.details,.details-small {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 120%;
}

.subtitle {
    display: block;
    font-style: italic;
    font-size: 14px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
    font-weight: 400
}

h6,.details-small {
    font-size: 14px;
    font-weight: 400
}
.red{
	color: #e14938;
}
.yellow{
	color: #fcae55;
}
.blue{
	color: #36a2e3; 
}
.green{
	color: #00bf79; 
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
}
a:hover {
  	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.strong {
    font-weight: 400
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset
}

:focus {
    outline: none!important
}

::-moz-focus-inner {
    border: 0!important
}

.preloader{
  position:fixed;
  width:100%;
  height:100%;
  background:white;
  z-index:99999;
}
 
.preloader .item{
  position:absolute;
  width:100px;
  height:100px;
  left:50%;
  top:50%;
  margin-left:-50px;
  margin-top:-50px;
} 

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*-------------------------------------------------------*/
/* BTN
/*-------------------------------------------------------*/
.btn {
    padding: 12px 15px;    
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
}

.call-btn{
	background-color:#fcae55;
	border:none;	
}

.call-btn:hover{
	background-color:#f08558;
	border:none;
	color:#fff;	
}
.btn-primary:focus{
	background-color:#f08558;
	border:none;
	color:#fff;	
}
.main-btn{
	background-color:#e14937;
	border: 1px solid #e14937;	
}
.main-btn:hover{	
	background-color:#f08558;
	border: 1px solid #fff;
	color:#fff;	
}
.main-btn:focus{
	background-color:#f08558;
	border: 1px solid #fff;
	color:#fff;	
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-color:#f08558;
	border: 1px solid #e14937;
	color:#fff;	
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    background-color:#f08558;
	border: 1px solid #fff;
	color:#fff;	
}

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

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color:#f08558;
	border: 1px solid #fff;
	color:#fff;	
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    filter: alpha(opacity=1);
    opacity: 1;
}

.btn-primary .badge {
    background-color:#f08558;
	border: 1px solid #fff;
	color:#fff;	
}
.row-btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 30px 0;
}
/*-------------------------------------------------------*/
/* Header
/*-------------------------------------------------------*/

#header-full-top {
    padding-bottom: 10px;
    z-index: 1000;
    position: relative;
}

.header-full-title {
    margin: 20px 0 5px;
    background-image: none;
    padding-left: 0
}
.header-full-title {
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left center
}
#header-slogan {
    text-align: left;
    font-family: "Roboto",sans-serif;
    word-spacing: initial;
    display: inline-block;
    margin-left: 20px;
    max-width: 310px;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: 400;
    text-transform: uppercase;
}

#header-logo-small {
	display: none;
}

.header-full-title a img {
    padding: 0 70px 0 0;
    border-right: 2px solid #c1d4db;
}

.top-nav {
    margin-top: 20px
}
.top-nav {
    float: right;
    position: relative
}
.call{
	margin-bottom: 15px;
}
.call span {
  font-size: 16px;
}
.call i {
  font-size: 18px;
  margin-right: 10px;
}
.call  li {
  margin-bottom: 5px;
}


/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/

#sticker{
	z-index: 1000;
}
.navbar-default{
	background: #003d52;
	border: none;
}

.navigation {
	 z-index: 10;
 	 width:  100%;
 	 transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-webkit-transition: all 0.5s ease-in-out;
 	 -o-transition: all 0.5s ease-in-out;
 	 padding: 0px 0;
}

header .nav> li + li {
  	margin-left: 35px;
}
	
header  .navbar .navbar-collapse {
  	text-align: left;
}

header  .navbar .navbar-collapse .navbar-nav {
  	float: left;
  	display: inline-block;
  	margin: 0;
}

header  .navbar .navbar-collapse .navbar-nav li a {
 	display: inline-block;
 	text-decoration: none;
 	transition: all 0.17s ease-in-out;
 	-moz-transition: all 0.17s ease-in-out;
  	-webkit-transition: all 0.17s ease-in-out;
 	-o-transition: all 0.17s ease-in-out;
  	color: #fff;
  	font-size: 14px;
  	text-transform: uppercase;
  	outline: 0;
}

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

header  .navbar .navbar-collapse .navbar-nav li a:hover, header .navbar .navbar-collapse .navbar-nav li.active a{
	color: #e34837;
	background-color: #fff;	
}

header  .navbar .navbar-collapse .navbar-nav li a:hover:after, header .navbar .navbar-collapse .navbar-nav li.active a:after  {
	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 3px;
  	background: #e34837;
}

header  .navbar .navbar-collapse .navbar-nav li:last-child a:hover:after {
  	height: 2px;
}
.navbar-header .navbar-toggle {
    background-color:#e34837;
    border:none;
}
.navbar-header .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
     background-color:#e34837;
}
.navbar-toggle{
	float: left;
	border-radius: 0;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-header .call-btn{
	float: right;
	margin-top: 3px;
}

/*-------------------------------------------------*/
/*   slider-pro
/*-------------------------------------------------*/
.slider-pro {
   position: relative; 
   z-index: 10;
}
.slider-pro a{
	display: block;
}
#slider-pro .sp-selected-thumbnail {
	border: 2px solid #e14937;
}
.slider-pro h3.sp-layer{
	font-size: 24px;
}
.sp-white{
	color: #fff;
	background: none;
}
.slider-pro h1.sp-layer{
	font-weight: 400;
}
.slider-pro h1.sp-layer span{
	font-size: 48px;
}
.slider-pro h3.sp-layer span{
	font-size: 48px;
	color: #fff;
}
/*-------------------------------------------------*/
/*   HOME PAGE
/*-------------------------------------------------*/

.home-box {
  margin: 50px 0;  
}

.box-heading-page{
	border-bottom:1px dotted #c1d4db;
	text-align:center;
	position:relative;
	margin-bottom:30px;
} 
.box-heading{
	display: inline-block;
    padding-bottom: 6px;
	border-bottom:1px solid #003d52;
	text-transform: capitalize;
	text-decoration: none;
	font-size:24px;
	font-weight: normal;
	line-height:24px;
}

/* About Us Section */

#about{
	margin-top: 120px;
}
.abuot-item {
    border: 1px solid #c1d4db;
    padding: 25px;
    padding-top: 50px;
    position: relative;
}
.abuot-item span {    
    width: 194px;    
    height: 175px;    
    display: block;
    margin-top: -140px;
}
.abuot-item span#about-ico-1{ 
	background-image: url('../img/about_ico_1.png');  
}
.abuot-item span#about-ico-2{ 
	background-image: url('../img/about_ico_2.png');  
}
.abuot-item span#about-ico-3{ 
	background-image: url('../img/about_ico_3.png');  
}
.abuot-item p {
	padding-top: 10px;
  	font-weight: normal;
  	margin: 0;
  	line-height: 26px;
  	text-align: center;
}

/* Our Courses Section */

#сourses{	
}
 .level-box{
 	margin-left: 8px;		
}
#beginner .level-box{
	border-left: 8px solid #00bf79;
}
#programmer .level-box{
	border-left: 8px solid #36a2e3;
}
#all-users .level-box{
	border-left: 8px solid #fcae55;
}
.level-box h3{
 	font-weight:400;
 	margin-top:0;	
}
.сourses-group{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.level-box .сourses-group:last-child{
	margin-bottom: 0px;
}
.img-сourses-group{
	padding: 0;
}
.сourses-item {
    min-height: 60px;
    margin-bottom: 10px;
    width: 100%;
    background: #f9f9f9;
    border: solid 1px #c1d4db;
    display: block;
}
#beginner h2{
	color: #00bf79;
}
#beginner .сourses-item {
    border-left: 3px solid #00bf79;
}
#programmer .сourses-item {
    border-left: 3px solid #36a2e3;
}
#programmer h2{
	color: #36a2e3;
}
#all-users .сourses-item {
    border-left: 3px solid #fcae55;
}
#all-users h2{
	color: #fcae55;
}
.сourses-item>a {
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer
}
.сourses-item>a:hover h5{
    color: #003d52;
}
.course-image {
    text-align: center
}

.course-image img {
   /* max-width: 80px;*/
    height: auto;
    display: inline-block;
}

.course-description p {
    font-size: 16px;
    color: #003d52;
}

.course-description h5 {
	font-size: 18px;
    margin-bottom: 5px;
    color: #e14938;
}

.course-description p span {
    margin-right: 15px;
    display: inline-block
}

.course-description>p:last-child>span>i {
    margin-right: 5px
}

/* How-it-works Section */

#how-it-works .box-heading-page{
	margin-bottom: 50px;	
}
#how-it-works p{
	font-size:14px;
	text-align: left;
	line-height:1;	
}
#how-it-works .col-xs-6{
	margin-bottom: 30px;
	}
#ps p{
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
#ps p:first-child{
	text-align: right;
}
#ps h5{
	text-align: center;
	font-size: 24px;
}
/* Testimonials Section */

#testimonials{	
}
.testimonials-box {
    background-color: #fff;
    padding: 0;
    border: 1px #d9e4e8 solid;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials-text {
	text-align: left;
    padding-left: 20px;
    float: left;
}

.testimonials-text .fa-quote-right {
	float: right;
    font-size: 150px;
    line-height: 100px;
    padding: 20px 0 5px 5px;
    color: #d9e4e8;
}

.testimonials-text p {
    line-height: 1,2;
    margin: 20px 0 14px 0;
}
.client-box {
	background: #d9e4e8;
	padding: 0;
}
.client-box img{
	float: left;
	padding-right: 10px;
}

.client-box  h4{
	text-align: left;
	padding-right: 10px;
}
.client-box  p{
	text-align: left;
	padding-right: 10px;
	color: #36a2e3;
}
.client-box  span{
	text-align: left;
	font-style: italic;
	color: #003d52;
}

/*
* 	Owl Carousel Owl 
*	
*/
#owl{
	margin-top: 30px;
}
.owl-theme .owl-controls{
	position: absolute;
	top:-40px;
	left: 0;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius:0;
	background: #003d52;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #36a2e3;
}
/* Contacts Section */
.well{
	margin-top: 30px;
	background: #f9f9f9;
	border: 1px #c1d4db solid;
}
.well h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color:	#e14938;
	margin-bottom: 30px;
}
#contacts p{
	text-align: center;	
}
#contacts span{
	vertical-align: top;
}
#contacts i{
	padding-right: 10px;
	font-size: 36px;
}
.form-group{
	overflow: hidden;
}
.contact-data{
	margin-top: 20px;
}
/*-------------------------------------------------*/
/*   Footer
/*-------------------------------------------------*/
footer {
    padding: 30px 0;
    background-color: #c1d4db;
}
footer p{
   text-align: center;
   font-size: 14px;
}
/*-------------------------------------------------*/
/*   back-to-top
/*-------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #36a2e3;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border: 1px #36a2e3 solid;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #f9f9f9;
    color: #36a2e3;  
}
#back-to-top.show {
    opacity: 1;
}
/*-------------------------------------------------*/
/*  Course PAGE
/*-------------------------------------------------*/
#course-img{
	position: relative;
}
#course-name{
	position: absolute;
	width: 50%;
	top:  0px;
	left:20px;
}
#course-name h1{
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
}
#list-learn li {
  position: relative;
  padding-left: 31px;
}
#list-learn li:before {
  content: '\f05d';
  position: absolute;
  left: 0;
  top: 0;
  color: #36a2e3;
  font-weight: 400;
  font-size: 18px;
  font-family: 'FontAwesome';
}

/* Accordion */

#accordion-container {
}

.accordion-header {
  font-size: 18px;
  margin: 5px 0 10px 0;
  padding: 15px 15px 15px 40px;
  cursor: pointer;
  /*border: 1px solid #c1d4db;*/
  position: relative;
  font-weight: normal;
}

.active-header:before {
  content: '\f068';
  position: absolute;
  left: 10px;
  top: 15px;
  font-weight: 300;
  font-size: 18px;
  color: #36a2e3;
  font-family: 'FontAwesome';  
}

.inactive-header:before {
  content: '\f067';
  position: absolute;
  left: 10px;
  top: 15px;
  font-weight: 300;
  font-size: 18px;
  font-family: 'FontAwesome';  
}

.accordion-content {
  display: none;
  font-size: 14px;
  line-height: 26px;
  padding-left: 30px;
  /*border: 1px solid #c1d4db;*/
  border-top: 0;
}
.accordion-content ul {
  list-style: square outside;
}

/*-------------------------------------------------*/
/*  Responsive Styles 
/*-------------------------------------------------*/

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
    }
     .navbar-header {
        display: none;
    }
    header .navbar {  
  		margin: 0;
}
}

@media(max-width:991px) {
    #header-slogan {
    margin-left: 20px;
    max-width: 250px;
    font-size: 14px;
	}

	#header-logo-small {
	display: inline;
	}
	#header-logo-big {
	display: none;
	}
	.header-full-title a img {
    padding: 0 30px 0 0;
	}
	header .nav> li + li {
  		margin-left: 10px;
	}
	#ps h5{
	font-size: 18px;
	}
	#course-name h1{
	font-size: 18px;
	padding: 10px 0;
	}
}

@media(max-width:768px) {
	header .nav li {
  		margin-left: 10px;
	}
	#about{
	margin-top: 0px;
}
	.abuot-item {
    margin-top: 140px;
}
	.description-сourses-group{
		padding: 10px 0;
	}
	#course-name{
	width: 100%;

}

}
@media(max-width:640px) {    
	#ps h5{
	font-size: 14px;
	}
	#ps p{
	font-size: 14px;
	}
	#course-name{
	position: relative;
	}
	#course-name h1{
	color: #003d52;
	}
	
}
@media(max-width:420px) {    
	.main-btn{
		width: 100%
	}
}
.user-dropdown{
	left: 15px !important;
}

.courseMenu{
	margin-bottom: 25px;
}
.Course_preview{
	margin-top: 15px;
}
/*mystyle*/
.myorder{
	background-color: #e14937;

}
.myorder>a{
	font-size: 26px;
	/*font-weight: bold;*/
	color: rgb(0, 61, 82) !important;
}
