@font-face {
	font-family: 'Uighur';
	src: url('../fonts/CANDARA.eot');
	src: local('CANDARA'), url('../fonts/CANDARA.woff') format('woff'), url('../fonts/CANDARA.ttf') format('truetype');
}

textarea{
    resize: vertical;
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1398">Text with this font applied</p> */
.fontsforweb_fontid_1398 {
	font-family: 'Uighur' !important;
}

/* Font downloaded from FontsForWeb.com */

/*.slide-caption{
    font-family: arial;
}*/

body{
    background-color: white;   
    font-family: Uighur;
}

h1, h2, h3, h4, h5, h6{
    font-family: inherit;
}

.pull-first{
    float: left;
}

.img-pre{
    background-image: url(../../images/preloader.gif);
    background-size: 60% auto;
    background-position: 20% 20%;
    background-repeat: no-repeat;
}

#lang-button{
    text-decoration: none;
    color:white;
    font-weight: bold;
    display: inline-block;
    padding: 1em 1em;
    border-radius: 6px;
    border:1px solid white;
}

#lang-button:hover{
    color: black;
    background-color: #ddd;
}

.pull-last{
    float: right;
}

#home-page h2,
#home-page h3{
    color: gold;
    text-align: center;
    text-shadow:1px 1px 2px rgba(0,0,0,.5);

}

.wrapped-text{
    white-space: pre-wrap;
}

ul{
    margin-bottom: 0px;
}

input{
    font-style:normal;
}

input.form-control.ng-invalid,textarea.form-control.ng-invalid{
    border-color: #CC0000;
}

input.form-control.ng-invalid:focus{
    border-color:inherit;
}

#about{

    color: #444;
    padding: 7em 5em;
    color: white;
}

#about img{

    height: 5em;
}

#about i{
    font-size: 2em;
    margin-bottom: 1em;

}

#about .owner{
    border-radius: 50%;
    border: 2px solid white;

}

#about p{
    text-align: justify;
    margin: 15px;
}

#about > .container > .row > div{
    border-right: 1px dashed rgba(255,255,255,.5)
}

#about > .container > .row > div:last-child{
    border-right: none;
}

#contact{
    color: #aaa;
}

#contact .container{
    padding: 1em 5em;
}

#contact address p{
    margin: 1em 0px;
}

#contact h2{
    margin-bottom: 2em;
}

#contact h3{
    text-align: inherit;
}

#footer{
    padding: 1em;

    bottom: 0px;
    width:100%;
    margin-left: -15px;
    margin-bottom: 0px;
}

#home-top-bar{
    background-color: black;
    display: inline-block;
    width: 100%;
    top:0px;
    position: fixed;
    z-index: 2000;
    box-shadow: 2px 2px 5px rgba(0,0,0,.4);

}

#home-top-bar .home-nav{
    display: inline-block;
}

#home-top-bar #nav li{
    transition: color 2s;
}

#home-top-bar #nav li:hover a{
    color: #2DAAE1;
}

#home-top-bar #nav li a.current{
    color: #2DAAE1;
    font-size: 1.5em;
}

#public-nav{
    float: left
}

.logo-container{

    padding: 8px;
    text-align: center;
    position: fixed;
    background-color: rgba(255,255,255,.8);
    width: 130px;
    height: auto;
    right: 15px;
    top:0px;
    border-bottom-left-radius:25%;
    border-bottom-right-radius:25%;
    box-shadow: 7px 7px 15px rgba(0,0,0,.5);
    z-index: 4000;
    padding: 20px;

}

.logo-container:hover{
    background-color: white;
}

.logo-container img{
    width: 100%;
}

#home-top-bar ul{
    padding: 0px;
}

#home-top-bar li{
    display: inline-block;
    padding: 15px;
}

#home-top-bar li a{
    vertical-align: central;
    height: 3em;
    padding: 1em .5em;
    display: inline-block;
    color: white;
    font-weight: bold;
}

#home-top-bar .product-menu{
    position: absolute;
    opacity: 0;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,.4);
    transition: all .5s ease-in-out;
    visibility:hidden;
    border-radius: 7px;
    padding: 15px 0px;
}

#home-top-bar .product-menu li{
    display: block;
    padding: 0px;
}

#home-top-bar .product-menu .nav a,#home-top-bar .product-menu .nav li{
    width: 100%;
}

#home-top-bar #nav .product-menu li:hover{
    background-color: #009EE3;
}

#home-top-bar #nav .product-menu li:hover a{
    color: white;
}

#home-top-bar #nav .product-menu li a{
    text-align: center;
    padding: 10px 20px;
    color: #009EE3;
    font-weight: bold;
}

#home-top-bar .products-anchor:hover .product-menu,#home-top-bar .products-anchor a:hover .product-menu{
    visibility:visible;
    opacity: 1;
}

#products{
    background-color: #2DAAE1;
    background-image: url(../../images/Background-61.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% calc(100%);
    background-position:300px 0px 0px 0px;
    padding: 5em 2em;

}


#products .item,#products-main-panel .item{
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.4);
    margin: 2em;

    overflow: hidden;
    position: relative;
}

#products .item{
    margin: 1%;
}

#products .item .item-info,#products-main-panel .item .item-info{

    /*    bottom: -100px;*/
    bottom: 0px;
    position: absolute;
    transition: all .7s ease-in-out;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 80px;
    display: block;
    padding: .5em;
}

#products .item .item-info span{
    font-size: 10px;
    color: #ddd;
}

#products .item:hover{
    opacity: 1;
}

#products .item:hover .item-info,#products-main-panel .item:hover .item-info{
    bottom: 0px;

}

#products .item h4,#products-main-panel .item h4{
    color: white;
    text-shadow:1px 1px 2px black;
}

#products img,#products-main-panel img{
    transition: all .7s ease-in-out;
}

#products .item:hover img ,#products-main-panel .item:hover img{
    transform: scale(1.5);
}

.owl-carousel .owl-item img.client-image,.client-image{
    box-shadow: 0px 0px 10px gold;
    padding: 10px;
    background-color: white;
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#clients .owl-carousel .owl-item img.client-image{
    box-shadow: 0px 0px 20px white;
}

#clients{
    padding: 5em 2em;
    background-color: #009EE3
}

#clients .item a{
    text-align: center;

}

#clients .item h4{
    font-weight: bold;
    color: white;
    text-shadow:1px 1px black;
    text-align: center;
}

#articles{
    background-color: #E39000;
    padding: 40px 15px;
}

.news-item{
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0,0,0,.6);
    border-radius: 4px;
}

.news-item .news-image{
    height: 200px;
    overflow: hidden;
    transition: height 1s ease-in-out;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news-item .news-button{
    position: absolute;
    bottom: 5px;
    left: 25px;
    display: none;
}

.news-item .news-image img{
    transition: all 1s ease-in-out;
    width: 100%;
}

.news-item .news-image img:hover{
    transform: scale(1.5)
}

.news-item .news-info{
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    background-color: #eee;
    height: 200px;
    transition: height 1s ease-in-out;
}

.news-item .news-info h4{
    font-weight: bold;
    
}

.news-item .news-info span{
    
    text-align: justify;
}

.news-item:hover .news-image{
    height: 150px;
}

.news-item:hover .news-info{
    height: 250px;
}

.news-item:hover .news-button{
    display: block;
}

.news-nav{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding:15px 0px;
    margin-top: -1px;
}

.news-nav:hover{
    background-color: #eee;
}

.date-span{
    color: #aaa;
    font-size: .9em;
    
}

.caption-content img{
    width:4em;
}

.caption-content h2,.caption-content span{
    text-shadow:1px 1px 1px rgba(0,0,0,.5)
}

.footer-content{
    margin-left: auto;
    margin-right: auto;
}

.row-label h3{
    background-color: #999;
    color: white;
    font-weight: bold;
    padding: 10px 15px;

}

#preloader .load-overlay{
    background-color: white;
}

.loading{
    display: none;
}

.loading .load-overlay{
    background-color: rgba(255,255,255,.5);
    z-index: 50000;
}

.load-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 50001;
}

.load-overlay .overlay-content{
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
}

.load-overlay img{

    width: 150px;
    height: 180px;
    vertical-align: middle;

}



.main-container{
    padding: 15px;
}

.nav > li > a{
    background-color: #ddd;
}

.small-delete-button{
    position: absolute;
    left: 25px;
    top:15px;
    color: red;
    cursor: pointer;
    background-color: rgba(255,255,255,.4);
    padding: 5px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.small-delete-button:hover{
    background-color: rgba(255,255,255,.8);
    font-weight: bold;
}

.tab-editor{
    display: inline;
    width: 150px;
}

.vld-msgs{
    color:red;
}

.video-content{
    padding: 15px;
    border:1px solid #eee;
    height: 350px;
    overflow: hidden;
}

.owl-carousel .owl-dots{
    text-align: center;
}

.owl-carousel button.owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    margin: 5px;
    z-index: 40000;

}

.owl-carousel button.owl-dot.active{
    background-color: white;
}

#home-top-bar .hamburger{
    display: none;
    padding: 15px;
    vertical-align: top;
}

#home-top-bar .hamburger button{
    background-color: black;
    color: white;
    border:1px solid #aaa;
    border-radius: 4px;

}



@media(max-width:652px){
    #home-top-bar .home-nav{
        display: none;
    }
    #home-top-bar .hamburger{
        display: inline-block;
    }
    #home-top-bar .home-nav.shown{
        display: inline-block;
        vertical-align:top;
        padding-bottom:15px;
    }

    #home-top-bar .home-nav li{
        display: block;
        padding:3px;

    }

    #home-top-bar #nav li a{
        font-size: .8em

    }

    #home-top-bar #nav li a.current{
        font-size: .9em

    }

    #home-top-bar .products-anchor:hover .product-menu,#home-top-bar .products-anchor a:hover .product-menu{
        visibility:hidden;
        opacity: 0;
    }
}


@media(max-width:780px){
    .logo-container{
        width: 80px;
    }
}



.slogan{
    vertical-align: central;
    margin-right: 200px;
    margin-top: 25px;
    position: relative;
    
    float: right;
}

.slogan h4{
    color: #009EE3;
   font-size: 1.5em;
   font-family: cambria;
   font-style: italic;
   text-shadow:0px 0px 7px #aaa;
}

@media(max-width:1124px){
    #home-top-bar .home-nav.slogan{
        display: none;
    }
}


