/* Global Elements */


@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff'),
         url('../fonts/gotham-light-webfont.ttf') format('truetype'),
         url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.font-medium {
    font-family: 'gotham_mediumregular';
}

.font-bold {
    font-family: 'gotham_bookregular';
}

.no-pad {
    padding: 0;
}

body, html {
	height: 100%;
	width: 100%;
    padding: 0 !important;
}

body {
    font-family: 'gotham_lightregular';
	background: url("../img/bg.jpg") no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 14px;
    line-height: 1.42857143;
    color: #a3a3a3;
}

h1 {
    font-weight: 700;
    margin: 30px 0; 
    font-size: 25px;
    text-transform: uppercase;
}

p {
    text-align: left;
    font-size: 16px;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #000;
}

textarea{
    resize: none;
}

textarea:focus,
select#purpose,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: #ededed;
    box-shadow: none;
}

textarea#message,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {   
    border-radius: 0;
    border: 1px solid #ededed;
    background-color: #ededed;
    box-shadow: none;
    color: #a3a3a3;
}

select#purpose {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #ededed;
    background-color: #ededed;
    box-shadow: none;
    color: #a3a3a3;
}

.modal-open {
    overflow: scroll;
}

.btn-default {
    background-color: #868686;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

label {
    text-transform: uppercase;
    font-weight: 400;
}

.img-responsive {
    width: 100%;
}

.main {
	min-height: calc( 100% - 50px );
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin-bottom: 50px;
}

.navbar {
	min-height: 80px;
}

.navbar-default {
	background-color: rgba(255,255,255,0.9);
}

.navbar-default .navbar-nav>li>a {
    color: #a3a3a3;
}

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

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    height: 80px;
    padding: 20px 5px;
}

.navbar-brand img {
	width: 57px;
}

.navbar-nav {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.navbar-toggle {
    margin-top: 20px;
    border-radius: 25px;
}

.navbar-default {
	border: none;
	text-align: center;
}

footer, .push {
	height: 60px;
}

footer {
	background-color: #868686;
	color: #fff;
	position: relative;
	clear: both;
	margin-top: -50px; /* negative value of footer height */
    padding: 10px 0;
    font-size: 10px;
}

.content {
	width: 66.66666667%;
	margin-left: 16.66666667%;
}

footer .social > a  {
	padding: 0 5px;
}

.products {
    cursor: pointer;
}

.product-category {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* CAROUSEL*/

#prodCarousel .carousel-indicators {
    bottom: -30px;
}

#prodCarousel  .carousel-indicators li{
    margin-right: 3px;
}

.arrow-controls {
    width: 15px;
}

.carousel-indicators li{
    background-color: rgba(0,0,0,0.5);
    width: 15px;
    height: 15px;
}

.carousel-indicators .active{
    background-color: rgba(234,33,39,0.8);
    border: 1px solid rgba(234,33,39,0.8);
    width: 16px;
    height: 16px;
}

.carousel-control.left, .carousel-control.right {
    width: 10%;
    background-image: none;
    opacity: 1;
    color: #000;
    text-shadow: none;
}

#slideCarousel.carousel {
    width: 90%;
    margin-left: 5%;
}

#prodCarousel .carousel-indicators {
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: center;
    list-style: none;
}

/* Modal */

.modal-content {
    border: none;
    background-color: #ebebeb;
    color: #000;
    padding: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#prodCarousel .prod-thumbnail {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}

.modal-header {
    border: none;
}

.modal-title {
    text-transform: uppercase;
    font-size: 24px;
}

.modal-back {
    font-size: 12px;
}

.modal-backdrop.in {
    filter: alpha(opacity=30);
    opacity: .3;
}

.prod-item img{
    cursor: pointer;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 29px;
    font-weight: 100;
    opacity: 1;
}

.close img {
    width: 25px;
}
 
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.carousel-control .glyphicon-menu-right:before {
   content: " ";
   display:none;
}

.carousel-control .glyphicon-menu-left:before {
   content: " ";
   display:none;
}

.carousel-control .glyphicon-menu-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -40px;
    margin-top: -50%;
}

.carousel-control .glyphicon-menu-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -40px;
    margin-top: -50%;
}

.prod-name {
    font-size: 10px;
    height: 30px;
}

/* GOOOGLE MAP */

.map-responsive{
    margin-top: 15px;
    min-height: 243px;
    height:100%;
    width:100%;
}

@media screen and (min-width:768px) {

    body {
        background: url("../img/bg.jpg") no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-size: 14px;
        line-height: 1.42857143;
        color: #a3a3a3;
        font-family: 'gotham_lightregular';
    }
    
    h1 {
        font-size: 36px;
        margin: 35px 0;
    }
    .brand {
        display: inherit;
        margin: 0;
        padding: 40px 0 10px;
    }

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

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

    .header-bar {
        display: inherit;
        margin: 0;
        padding: 30px 0 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 36px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: transparent;
    }

    .nav>li>a {
        padding: 23px;
    }

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

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

    .map-responsive{
        margin-top: 0;
    }

    .modal-dialog {
        width: 66.66666667%;
        margin: 30px auto;
    }

    .prod-title {
        font-size: 25px;
    }

    .prod-name {
        font-size: 16px;
        height: none;
        margin-bottom: none;
    }

    
    #slideCarousel.carousel {
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }

    #itemModal .modal-body {
        font-size: 15px;
    }
    #itemModal .modal-body p {
        margin: 0;
    }
    
    .arrow-controls {   
        width: 25px;
    }

    #prodCarousel .carousel-inner{
        min-height: 378px;
    }
    
    #prodCarousel .carousel-indicators {
        bottom: 10px;
    }

    .padd-top {
        margin-top: 20px;
    }
    .info-container {
        padding-left: 35px;
    }

    footer {
    	font-size: 14px;
    	padding: 15px 0;
    }

    footer, .push {
		height: 50px;
	}

	footer .social {
		text-align: right;
	}

	footer .copyright {
		text-align: left;
	}

}


@media screen and (max-width:768px) {
    #mainModal .modal-dialog {
        min-height: 100%;
    }

    #mainModal .modal-content {
        height: 100%;
    }

    #mainModal .modal-body {
        height: calc( 100% - 64.05px ) ;
    }

    #mainModal .modal-body > .row {
        height: 100%;
    }

    #prodCarousel {
        min-height: 100%;
    }
}

@media screen and (max-width:320px) {
    .navbar-text {
        font-size: 8px;
    }
}
