/*!
 * Start Bootstrap 
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 * Milkeni 2016 http://milkeni.ge
 */

body {
    font-family: "bpg_mt","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    }
	
@import "font-awesome-sprockets";
@import "font-awesome";


@font-face {
 font-family: 'bpg_mt';
 src:url('../fonts/bpg_extrasquare_mtavruli_2009.ttf') format('truetype');
}

/*  bpg_extrasquare_mtavruli_2009  */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}
#contactfont{
	
	font-size: 10pt;
}

.errorpage {
	
	margin: 280px 0px 0px 0px;
	padding-left: 200px;
	color: #fff;
	font-size: 62pt;
	background-color: #f5ec21;
	}
.errorpagelinks {
	margin: 20px 0px 0px 0px;
	padding-left: 350px;
	color: #fff;
	font-size: 62pt;
	background-color: #f5ec21;
}


.brand ,
.address-bar {
    display: none;
    }

.navbar-brand {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 10px;
	
	
}

.img-full {
    min-width: 100%;
}


.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
	font-family: 'bpg_mt';
	color: #000;
    margin-bottom: 20px;
    padding: 15px 15px;
    background: #f5ec21;
    background-color: rgba(255,255,255,0.8);
	
	
}
.boxback{
	background-image: url('../images/milkeni-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
}


}

.intro-text {
	font-family: 'bpg_mt';
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
	
}


.img-border {
    float: none;
    margin: 0 auto 0;
    border: none;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(245,256,33,0.7);
}

footer p {
    margin: 0;
    padding: 20px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 15px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "bpg_mt",Helvetica,Arial,sans-serif;
        font-size: 7em;
        font-weight: 700;
        line-height: normal;
        color: #f5ec21;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 15px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
        text-shadow: 4px 5px 10px rgba(0,0,0,0.8);
        text-transform: uppercase;
        font-size: 1.65em;
        font-weight: 300;
        letter-spacing: 8px;
        color: #f5ec21;
    }

    .navbar {
        border-radius: 0;
		
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
		
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(245,256,33,0.7)
		
    }

    .nav>li>a {
        padding: 30px 20px 30px 55px;
	}

    .navbar-nav>li>a {
        line-height: normal;
    }


    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.45em;
		letter-spacing: 0.1em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
/* partner slider*/
.tech-slideshow {
  height: 82px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 80px;
  width: 2100px;
  background: url(../images/partner/partner-slider.png);
  position: absolute;
  top: 0;
  left: 0;
  
  transform: translate3d(0, 0, 0);
  marquee-style: alternate;
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 20s  linear infinite;
  
  
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  animation: moveSlideshow 15s linear reverse;
  
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
  
}
.tech-slideshow:hover .mover-1 {
  opacity: 0;
  
}

/* Style the Image Used to Trigger the Modal */
            #myImg {
                border-radius: 5px;
                cursor: pointer;
                transition: 0.3s;
            }

            #myImg:hover {opacity: 0.8;}

            /* The Modal (background) */
            .modal {
                display: none; /* Hidden by default */
                position: fixed; /* Stay in place */
                z-index: 1; /* Sit on top */
                padding-top: 100px 0 0 0; /* Location of the box */
                left: 0;
                top: 0;
                width: 100%; /* Full width */
                height: 100%; /* Full height */
                overflow: auto; /* Enable scroll if needed */
                background-color: rgb(0,0,0); /* Fallback color */
                background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
            }

            #myModal {text-align:center;}

            /* Modal Content (Image) */
            .modal-content {
                margin: auto;
                display: block;
                width: 80%;
                max-width: 55%;
            }

            /* Caption of Modal Image (Image Text) - Same Width as the Image */
            #caption, #myModal_link { /*amended by dsonesuk */
                margin: auto;
                display: block;
                width: 80%;
                max-width: 700px;
                text-align: center;
                color: #ccc;
                padding: 10px;
                height: 150px;
            }

            #myModal_link { /*added by dsonesuk */
                display: inline-block;
                height: auto;
                width: auto;
            }

            #myModal {text-align:center;} /*added by dsonesuk */


            /* Add Animation - Zoom in the Modal */
            .modal-content, #caption {
                -webkit-animation-name: zoom;
                -webkit-animation-duration: 0.6s;
                animation-name: zoom;
                animation-duration: 0.6s;
            }

            @-webkit-keyframes zoom {
                from {-webkit-transform:scale(0)}
                to {-webkit-transform:scale(1)}
            }

            @keyframes zoom {
                from {transform:scale(0)}
                to {transform:scale(1)}
            }

            /* The Close Button */
            .close {
                position: absolute;
                top: 15px;
                right: 35px;
                color: #f1f1f1;
                font-size: 40px;
                font-weight: bold;
                transition: 0.3s;
            }

            .close:hover,
            .close:focus {
                color: #bbb;
                text-decoration: none;
                cursor: pointer;
            }

            /* 100% Image Width on Smaller Screens */
            @media only screen and (max-width: 700px){
                .modal-content {
                    width: 100%;
                }
            }
/*  /modal  */

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-55.6666%);  
  }
}

/* mine  */
.image-zoom{
	padding: 2px;
	background: #fff;
	display: block;
}
.image-zoom:hover img{
	transform: scale(1.7,1.7);
    transition: .3s transform;
}