/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: 'pf_highway_sans_prolight';
    src: url('../fonts/pfhighwaysanspro-light-webfont.eot');
    src: url('../fonts/pfhighwaysanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfhighwaysanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/pfhighwaysanspro-light-webfont.woff') format('woff'),
         url('../fonts/pfhighwaysanspro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aka-acidgr-romanscriptmedium';
    src: url('../fonts/ac-romanscript_unicode-webfont.eot');
    src: url('../fonts/ac-romanscript_unicode-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ac-romanscript_unicode-webfont.woff2') format('woff2'),
         url('../fonts/ac-romanscript_unicode-webfont.woff') format('woff'),
         url('../fonts/ac-romanscript_unicode-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {

	color:#fff;
  	background-color:#fff;
	overflow-x: hidden;
}
 
		body.index {
					 
					background: url('../img/background-image.jpg') no-repeat center center fixed  !important;	 
					 
					-webkit-background-size: cover !important;
					-moz-background-size: cover !important;
					-o-background-size: cover !important;
					background-size: cover !important;
			   
		}
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			z-index:-1 ! important;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; 
				z-index:-1 ! important;
				}
		}
		
		
		
		
body.profile {
   background: url('../img/background-page2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}
body.history {
    background: url('../img/history-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}
body.company {
    background: url('../img/company-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}
body.iso {
    background: url('../img/iso-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}
body.polisi {
    background: url('../img/polisi-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}
body.augo {
    background: url('../img/grass-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}
body.contact {
    background: url('../img/contact-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}
body.proionta-auga {
    background: url('../img/grass-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#fff;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #ec7621;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'pf_highway_sans_prolight', sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
	height:1px;
 
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
	font-family: 'pf_highway_sans_prolight', sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0px 0;

    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;

    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
  
    font-family: 'pf_highway_sans_prolight';
	font-size:18px;
	z-index:9999 ! important;
    
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar .navbar-nav li a.selected  {
   color:#f58220;


}
.navbar .navbar-nav li li a.selected  {
   color:#f58220;
    background-color:#e6e7e8;

}
.navbar .navbar-nav li a:hover  {
   color:#f58220;

}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 0px 0;
}
section#portfolio {
    padding: 30px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}
#history{

}
@media(max-width:767px) {
    section {
      padding: 30px 0;
    }

    section.first {
            padding: 30px 0;
    }
}
#portfolio {
    right: 0;
    margin: 0px 0 0 0px;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer.index{
	  position: fixed;
	  bottom:0;
	  right: 0;
	  left: 0;
	  z-index: 1030;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  color: #fff;
}


footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
   
}
.foot{
background-color: rgba(240, 240, 240, 0.4);
color:#000;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.follow-us{float:left;width:210px;height:120px;padding:30px 0 0 0;}
.follow-us img{float:right;}
.chicken{float:right;width:100px;height:73px;margin:20px 0 0 0;}
.chicken img{width:90px;float:right;}
.social-media{margin:0px 20px 0 0;float:right;width:130px;height:30px;}
.social-media a img{width:25px;margin:0 0px 0 15px;}

.logo{float:left;margin:0 0 10px 0;position:relative;box-shadow:2px 4px 10px -1px rgba(0, 0, 0, 1);border-radius:10px 0 30px 20px;padding:10px;background-color:#fff;}

.link-holders{float:left; width:350px; height:78px;margin:0 20px 40px 0;
background: url('../img/profile-links-holder.png') no-repeat 0 0 ; }
.link-holders{font-family: 'pf_highway_sans_prolight';
	font-size:22px;padding:15px 0 0 10px;}


.menu-holders{float:left; width:200px; height:32px;margin:5px 10px 5px 0;
 }
.menu-holders{font-family: 'pf_highway_sans_prolight';
	font-size:14px;padding:5px 0 0 10px;}
.menu-holders.selected{float:left; width:200px; height:32px;margin:5px 10px 10px 0;
 background-color:#e6e7e8;}
	
	
.intro-text{padding:10px 10px;color:#000;
 background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;

}
.intro-text p{font-size:16px; font-family: 'pf_highway_sans_prolight'; text-align:justify; padding:0 20px;}
.intro-text h3{margin:0 0 10px 20px;font-size:50px; font-family: "pf_highway_sans_prolight",sans-serif;text-transform:none;color:#ec7621;
	letter-spacing:0px; text-align:center;
   

}
.intro-text h4{margin:0 0 10px 0px;font-size:20px; font-family: 'pf_highway_sans_prolight';text-transform:none;color:#ec7621;


}
.intro-text h3 span{margin-left:250px; }

.company .intro-text h3{margin:0 0 10px 0px;font-size:50px; font-family: 'pf_highway_sans_prolight';text-transform:none;color:#ec7621;


}
.iso .intro-text h3{margin:0 0 10px 0px;font-size:50px; font-family: 'pf_highway_sans_prolight';text-transform:none;color:#ec7621;


}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
.intro-text h3{font-size:30px; }
.intro-text h3 span{margin-left:50px; }
.company .intro-text h3{margin:0 0 -60px 10px;font-size:30px;}
.iso .intro-text h3{margin:0 0 -60px 10px;font-size:30px;}

.menu-holders{float:left; width:170px; height:32px;margin:0px 0px 5px 0;
background: url('../img/menu-links-holder.png') no-repeat 0 0 ; }

.menu-holders.selected{float:left; width:170px; height:32px;margin:0px 0px 5px 0;
 color:#F58220;}


}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
.menu-holders{float:left; width:170px; height:32px;margin:0px 0px 5px 0;
background: url('../img/menu-links-holder.png') no-repeat 0 0 ; }

.menu-holders.selected{float:left; width:170px; height:32px;margin:0px 0px 5px 0;
  color:#F58220;}

.intro-text h3{margin:0 0 0px 10px;font-size:30px; }
.intro-text h3 span{margin-left:50px; }
.company .intro-text h3{margin:0 0 0px 10px;font-size:30px;}
.iso .intro-text h3{margin:0 0 0px 10px;font-size:30px;}
.navbar-collapse {  z-index:9999 ! important;position:relative; background:#fff ! important;}
 }
 
/* Landscape phones and down */
@media (max-width: 480px) { 
.navbar-collapse {z-index:9999 ! important;position:relative; background:#fff ! important;}

.menu-holders{float:left; width:100%; height:42px;margin:0px 0px 5px 0;
background: url('../img/menu-links-holder.png') no-repeat 0 0 ; }

.menu-holders.selected{float:left; width:100%; height:42px;margin:0px 0px 5px 0;
  color:#F58220;}

}



.intro-text .divider{margin:0 0 20px 0;float:left; height:20px;width:100%;background: url('../img/hr-black.png') no-repeat 0 0 ;}
.intro-text .divider-orange{margin:0 0 20px 0;float:left; height:10px;width:100%;background: url('../img/hr-orange.png') no-repeat 0 0 ;}
.intro-text .header-chicken{float:right;margin:0 0 0px 0; height:76px;width:62px;background: url('../img/header-chicken.png') no-repeat 0 0 ;}
.intro-text .iso-kitchen-header{float:right;margin:0 0 -15px 0; height:98px;width:99px;background: url('../img/iso-kitchen-header.png') no-repeat 0 0 ;}
.intro-text .polisi-kitchen-header{float:right;margin:0 0 -5px 0; height:104px;width:105px;background: url('../img/polisi-chicken.png') no-repeat 0 0 ;}
.intro-text .contact-kitchen-header{float:right;margin:0 0px -5px 0; height:83px;width:73px;background: url('../img/contact-chicken.png') no-repeat 0 0 ;}


a.iso {float:right;margin:0 0px 0 0;}

.iso-certifications{float:left;margin:0px 0px 0px 0px ! important;}

.btn-success {
    background-color: #ec7621;
    border-color: ##ec7621;
    color: #ffffff;
}
.btn-success:hover {
    background-color: #798d8f;
    border-color: #798d8f;
    color: #ffffff;
}


.web-developers{text-align: left;}
.web-developers a img{margin:-7px 0 0 0;}

/* gg add */
@media screen and (min-width: 769px) and (max-width: 979px) { 
		.no-ipad{display:none ! important;}
		.only-ipad{display:inline ! important;}
		 
	}
	
	
@media only screen and (min-width : 768px) and (max-width: 979px) {
	.no-ipad{display:none ! important;}
	.only-ipad{display:inline ! important;}
	
	
	}
.no-ipad li a{float:left ! important;width:100%;}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height:440px; 
  position:relative ! important;
  z-index:9999 ! important;
}
.social-media a img{position:relative ! important; z-index:500 ! important;}
.navbar-header{margin:-80px 0 0 0;}
/* gg add ends*/


 .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}





#gallery {
  height: 100%;
 display:block;
bottom:0!important;
}

#gallery img {
	float:left;
	padding-left:0!important;
	padding-right:0!important;
	margin-left:0!important;
	margin-right:0!important;
	
}
 



