@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,800,900);
@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);
html,
body {
    height: 100% !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 1.8 !important;
    margin: 0;
    padding: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.mb-50{margin-bottom: 50px;}
.main-container {
    padding: 100px 0;
    background-color: yellow;
    opacity: 0.7;
}
.link{
    color: #84ba3f;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0;
}
.link:hover,.link:active,.link:focus{color:#84ba3f;text-decoration:underline;}
.center {
    text-align: center;
}

a {
    -webkit-transition: all .3s;
    transition: all .3s
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 1000;
}

.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #267df4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.f28{
    font-size: 28px;
    line-height: 1.8;
}

.f24{
    font-size: 22px;
    line-height: 1.8;
    font-weight: 300;
}

.f22{
    font-size: 22px;
    line-height: 1.8;
}

.f20{
    font-size: 20px;
    line-height: 1.8;
}

.f18{
    font-size: 18px;
    line-height: 1.8;
}
.f17{
    font-size: 17px;}
.f62{
    font-size: 62px;
    line-height: 1.8;
}

.f50{
    font-size: 62px;
    line-height: 1.8;
}

.f32{
    font-size: 32px;
    line-height: 1.8;
}

.blue{
    color: #267df4;
}
.green{color: #84ba3f;}
.grey1{
    color: #626262;
}

.grey2{
    color: #26272d;
}

.greyBG{
    background-color: #f5f5f8;
}

.shadow{
    -webkit-box-shadow: 0 14px 43px rgba(1,1,1,.12);
    -moz-box-shadow: 0 14px 43px rgba(1,1,1,.12);
    box-shadow: 0 14px 43px rgba(1,1,1,.12);
}

.header img{
    padding-top: 25px;
    width: 125px;
    margin-left: -15px;
}

.menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.menu ul {
   padding: 50px 0 40px 0;
    margin: 10px 0 0 0;
}

.menu ul li a {
    padding: 25px 12px 10px 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #363636;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu ul li .active{border-bottom:2px solid #84ba3f;}
.page{
    position: relative;
}

.slider{
    z-index: 6;
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    max-width: 250px;
    background-color: #9ac662;
    color: #fff;
    text-decoration: none;
    box-sizing:border-box;
}

.open{
    width: 100%;
}

.slider li:hover{
    background-color: #84ba3f;
    color: #fafafa;
}

.slider ul li {
    width: 250px;
    padding: 15px 0;
    margin: 0;
    list-style: none;
}

.slider ul {
    padding: 45px 42px 0 0;
    margin: 2px 0 0 0;
}

.slider ul li a {
    font-size: 15px;
    padding: 30px 10px;
    margin-left: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.slider-toggle{
    position: absolute;;
    text-align: center;
    color:  #363636;
    left: -60px;
    top: +45px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none !important;
    font-size: 30px !important;
    display: none;
}
.slider-toggle:hover,.slider-toggle:focus,.slider-toggle:active{color:  #363636;}
.user-com{
    padding: 25px 15px;
    font-size: 20px;
    background-color: #fff;
    margin: 20px 0px;
}

.user-ratename{
    padding-bottom: 15px;
}

.user-name{
    float:right;
    font-size: 14px;
    color: #26272d;
    text-transform: uppercase;
}

.user-rate{
    float: left;
}

.user-rate img{
    height: 20px;
}

.top{
    margin-top: 40px;
}

.imager img{
    width: 100%;
    -webkit-box-shadow: 0 14px 43px rgba(1,1,1,.12);
    -moz-box-shadow: 0 14px 43px rgba(1,1,1,.12);
    box-shadow: 0 14px 43px rgba(1,1,1,.12);
}

.offer{
    height: 230px;
}

.offer img{
    padding-bottom: 30px;
}

.part1{
    height: 890px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(img/bgpart1.png);
}

#contact{
    background-color: #457fca;
    color: white;
}

#contact .row{
    margin: 100px 0;
}

#contact .f32{
    margin-bottom: 70px;
}

.usluga{
    padding-top: 100px;
    padding-bottom: 100px;
}

.usluga ol{
    padding-left: 20px;
	font-weight:300;
}

.usluga p{
    font-size: 16px;
    margin-left: 60px;
}

.usluga .fa-check{
    float: left;
    font-size: 20px;
    font-weight: 300;
    color: #84ba3f;
    margin-right: 30px;
    line-height: 26px;
}

.usluga .f22{
    margin-left: 0px;
    color: #484c50;
    font-weight: 500;
}

.usluga h3{
    font-size: 24px;
    font-weight: 300;
    color: #484c50;
}

.usluga p{
    font-size: 16px;
    font-weight: 300;
    color: #85919d;
}
.usluga .title{
	font-size: 43px;
	color:#363636;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
	margin-left:0;
   
}
.hr{ background: #84ba3f;height: 2px;
    width: 70%;    margin-bottom: 25px;}
.lessons{padding:3% 0;}
.footer{
    padding: 40px 0;
	background:#eee;
}

.footer img{
    width: 150px;
    padding-bottom: 20px;
}
#footer-2{background:#84ba3f;color:#fff;padding:0 0 25px 0;}
#footer-2 .footer-title{ 
	font-weight: bolder;
    font-size: 18px;
margin-top: 22px;}
#footer-2 .footer-menu{    
	color: #fff;
    padding-left: 5px;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;}
#footer-2 .footer-menu:hover{transition: 0.2s;padding-left:8px;}
#footer-2 .menu-footer .fa{font-size:12px;}
#footer-2 .footer-contact{color:#fff;font-size:16px;padding-left: 5px;}
#footer-2 .footer-partner{color:#363636;}
#footer-2 .footer-img{padding-right:2%;}
.bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.comments{
    margin-bottom: 100px;
    margin-top: 100px;
}

.comments .f32{
    margin-bottom: 100px;
}

.ponuda{
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #f5f5f8;
}

.ponuda .bg{
    background-color: white;
}

.abilities{
    margin-bottom: 100px;
    margin-top: 100px;
}

.hello{
    margin-bottom: 100px;
    margin-top: 80px;
}

.hello p{
    margin: 0;
    padding: 0;
}
.hello-first{
    letter-spacing: 0px;
    font-weight: 700;
    color: #363636;
    font-size: 54px;
    text-transform: uppercase;}
#united-kingdom{
    margin: 0 25px;
}

#ukraine{
    margin: 0 25px;
	width: 32px;
}

@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
	
}
@media (min-width: 1300px){
   
	.user-com{height:150px;}
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }

    .slider{
        width: 0%;
    }
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
}

@media (max-width: 768px){
    .part1{
        height: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-color: #f7f7f8;
    }

    #prevod{margin:50px 0;}
}

@media (max-width: 420px){
    #s_check{
        margin-bottom: 40px;   
    }

    .offer{
        width: 100% !important;
    }

    #airplane{
        margin-bottom: 40px;
    }

}

@media (max-width: 767px){
    #email{
        margin: 50px 0;
    }
}

@media (min-width: 992px) and (max-width: 1201px){
    #up h1{
        font-size: 55px !important;
    }
}

@media (max-width: 992px){
    .menu{
        display: none;
    }

    .slider-toggle{
        display: inline !important;
    }

    .menu ul li{
        display: none;
    }

    .usluga h1{
        padding: 0;
        margin: 0;
        line-height: initial;
    }
    
    .imager img{
        width: 0;
    }

    #skype, #conversation{
        margin-bottom: 40px;
    }

    .topLow{
        margin-top: 100px;
    }

    .f62{
        font-size: 50px;
        line-height: initial;
        line-height: 1.5;
    }

    #subhead{
        max-width: 600px;
        margin: 0 auto;
    }

    .usluge p{
        max-width: 500px;
    }
}
/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
  position: relative;
  z-index: 1;
}

.rev_slider_wrapper .slide-content-box h3 {
  background: rgba(0, 0, 0, 0) url("../img/slides/press-bg.html") no-repeat;
  background-size: contain;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  font-family: 'Hind', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p{
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a{
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
  display: none;
  
}

.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;

}
.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 62px;
    margin: 14px 0 9px;
    font-weight: 700;
}
.title-page{
	margin-top:45px;
}
.title-page h1, .title-page h2{
	text-align:left;
}
.title-page p{
	text-align:left;
}
.separator-left {
    width: 85px;
    height: 2px;
    margin: 20px 0px;
    background: #84ba3f;
    margin-bottom: 55px;
}
#map{padding-right: 0;padding-left: 0;}
#map iframe{width:100%;height:450px;}
#contact2{}
#contact2 .contact-title{
	font-size: 1.9rem;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 1px;
}
#contact2 span{    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #eee;
    color: #84ba3f;
    font-size: 2rem;
    border: 1px solid #ddd;
    border-radius: 50%;}
.info-contact{
		margin:4% 0;
}
#gallery-img img{
	width:100%;
	box-shadow: 0 14px 43px rgba(1,1,1,.12);
	margin-bottom:15px;
}
#table-lang p{font-size:16px;}
.about-holder{padding-top: 8%;}
.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background: #363636;
    padding: 2% 6%;
    font-size: 16px;
    margin-top: 26px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn2:hover,.btn:active,.btn:focus{opacity:0.9;color:#fff;background:#84ba3f;text-decoration:none;}
.box:not(:first-child){border-left:1px solid #eee;}
.bg-lessons{    
	background-color: #f5f5f8;
    background-image: url(../slike/bg4.png);
    background-size: cover;}
.main-title{
	font-size: 43px;
    color: #363636;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;}


@media (max-width: 560px){
   .main-title, .hello-first, .usluga .title{font-size: 30px;}
	h2{font-size: 30px !important;}
	h3,.usluga ol{font-size: 20px !important;}
.slide-content-box{padding:0 10px;}
.usluga {
    padding-top: 50px;
    padding-bottom: 50px;
}
}


